diff --git a/README.md b/README.md index 7da79263d0e701a53a0d662d245c4fc3db39b287..21d145c577004ef37238faf56c48116a368b1cfe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,152 @@ ---- -license: cc-by-4.0 ---- +--- +license: cc-by-4.0 +task_categories: +- robotics +tags: +- LeRobot +configs: +- config_name: default + data_files: data/*/*.parquet +--- + +This dataset was created using [LeRobot](https://github.com/huggingface/lerobot) (commit [`12f5263`](https://github.com/huggingface/lerobot/commit/12f5263)). + +- **Homepage:** https://meituan.github.io/LIBERO-X/ +- **Paper:** https://arxiv.org/pdf/2602.06556 +- **License:** CC-BY-4.0 + +## Dataset Description + +Stay tuned for the full release! + + +LIBERO-X introduces finer-grained task-level extensions to expose models to diverse task formulations and workspace configurations, includeing 2,520 demonstrations, 600 tasks, and 100 scenes, ensuring broad generalization across diverse scenarios, featuring: + +- **Multi-Task Scene Design:** +Each scene averages 6 distinct tasks, a significant increase compared to the original LIBERO dataset’s average of 2.6 tasks per scene, enabling more complex and realistic multi-objective learning. + +- **Attribute-Conditioned Manipulation:** +Actions are explicitly conditioned on fine-grained object properties (e.g., size, color, texture) beyond broad categories. + +- **Spatial Relationship Reasoning:** +Tasks extend beyond target localization to require understanding and reasoning about spatial relationships among objects, including left/right, front/back, and near/far. + +- **Human Demonstration Collection:** + All trajectories were human-collected via VR teleoperation using a Meta Quest 3. + + +## Dataset Structure +[meta/info.json](meta/info.json): +```json +{ + "codebase_version": "v2.1", + "robot_type": "panda", + "total_episodes": 2520, + "total_frames": 889277, + "total_tasks": 428, + "total_videos": 0, + "total_chunks": 3, + "chunks_size": 1000, + "fps": 10, + "splits": { + "train": "0:2520" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", + "features": { + "image": { + "dtype": "image", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ] + }, + "wrist_image": { + "dtype": "image", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ] + }, + "state": { + "dtype": "float32", + "shape": [ + 8 + ], + "names": [ + "state" + ] + }, + "actions": { + "dtype": "float32", + "shape": [ + 7 + ], + "names": [ + "actions" + ] + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} +``` + + + + +## Citation + +```bibtex +@article{wang2026libero, + title={LIBERO-X: Robustness Litmus for Vision-Language-Action Models}, + author={Wang, Guodong and Zhang, Chenkai and Liu, Qingjie and Zhang, Jinjin and Cai, Jiancheng and Liu, Junjie and Liu, Xinmin}, + journal={arXiv preprint arXiv:2602.06556}, + year={2026} +} +``` \ No newline at end of file diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c229da7b066e4d6bdeed7398988235cbb0b80a0 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5696c5e5d5406c36fd1119bd19bad4b3ad6ecd33547cde2d7ab568a390d12e4d +size 33075959 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dc63cc200ded0ece9a861b061c1491826d56d80 --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413a07339a0d80051b2c4fd8fec5ca02a35c4da20632697c0eb9bdb6cc0f247a +size 36114648 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be7f75344f2c6b99941e1dfd063057f0a2a8fe7d --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c33682e0b9723fca78af30df79e11ec1a3d3d1fd29594b96c0a5b415a0984 +size 40680458 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fdd1035c809d2f1c4b639b1c30feaef2922ca38 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a817484c9403aa47cac7f0ef83e5cede5bb2d06b34f25e80b3abc423ba0e2a9 +size 36873663 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5067450f4f101b6d739a6beb8cacef0317316f11 --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dacef89e8ea7465bd9c555ee74fb38cfb958a174b17ed57378a2bc5da81ae1 +size 58975822 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d5dcc1ba1cdb439fb68c5661d5ce86bdebd36f4 --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11513c6931fe35b68b3a4755ca0d148175db4e6f12d0f25e8d391e9e5f475c10 +size 64424513 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20accfb411e0d1cc07b8e80ea6fd4a72d6c11c09 --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e2dec6ddf606601f331e5399c5cd8e0314278d291ce96c90c2a162912e3716 +size 52082177 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa27a16b2cb1bef1ded48e1d138cb800e88bba22 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5312a67d5adc45ac36da9f70d1d36711259f9dfeed831a052a60b85438b52b +size 63394769 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b4611287c0d0b6e5851a85ac52bd132eae367ad --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c3ea4f8f65d410c35ff1c1f99532b9b33033a19afb59d3a7ede42de7582ed8 +size 61014743 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7f2e9f7df7a27c44ccf048558dd66cac40aa173 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1039552e0f6b0e1eb235d8add83035604892ea9c2830efaa4ebed27668f69442 +size 49455479 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67bf016bce464b48a473335784d7c5c42a3ff59f --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851c26f4b73fa226b5ce3aa281f75eff651070db63cd7f47c831036b90641f4d +size 50061518 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..716b6e0065a8d66e9f948433744e9c221567b9bd --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3773736e81ba966b359042d116c8ed92f98ac6a265fbab757ff7a20d9ab6a3f2 +size 44977535 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76d094b7cd65e13ea08ad2138687bc2193b46da1 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a298ffd29f9264800946b2108306c6707a1f0015475eaf57817975d5e76857b +size 54766064 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aae021b4c34bc03eba7fea8b1b9d00f6e9dd80d2 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89814334f6016902e58c8ceac9cbab310fab181d42a5d139cb2cdfa31c4f220a +size 51903870 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0946736994970722349ff0337b2c58080fff5091 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a84bdedd9185a83483f6a17566265bc1d63147f0e104f79b0695e2d880a32b +size 45327245 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25066679096a5d664092fcce2962e2335877ffb6 --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ba07d83f05010877707d13407346e36b40f8604b5fc940a2545fb821166611 +size 42466471 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1afb090f73fab73a8ca2f2babfbad61d3aa853f --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f3d6aaa1202fd9df1e12e3e6f9f23ac3207b06d303e6fb9e7489c450e11f33 +size 47782172 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69c54f29dba794fdeb1ce6ad1b072d8aa6d45aa0 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8623c8c27b9c2a535fc2678e24004c58267ea0ff268724e521014a67cd515b +size 46461089 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e3b1e6f1bff0b5cc4d69cdde9f200cf8f63cf92 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd24bb341b6e5b88babbcd036a69662606d87ce6fba07514af57f81da7dd12fc +size 38446567 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4caad8596049fe856eb97d952bd6dcfc2da171c7 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59552577073be0147f737a0092496ed0e8cc08d366f40d47246e3c5f4c173c6 +size 37960366 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae3767346d3a0d9180c953864f53bc505c35f519 --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d4d37f5f52a01239d7d8bfedb83928375204a4c021f15413648de827f01095 +size 33203111 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1110b184deaf1207081a3943f80c5ae45d48d5d --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69af72130020acf6e915b6c954bc07887584756789fdea1fadb2eef0f9396d4e +size 33912979 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76b6a560d3679a33ad04056f2937bff596ff1088 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bce60d08d5d0f251b3c6f9b7df57c550b91898e40fa89540f120d215823791 +size 30454499 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..020a22327c7f27c015a05779e29b2646fffd7de0 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3520225016024f3ff92a5d1cde805526835452b3c7a8cbc5abcd594e5c37c0e +size 25285493 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a579049116ddffbdafdf258735418c4659c93965 --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aac7bd605ddc841df36a791620d19adce632199ec489c00061fd59636f610cb +size 37214417 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d86414ef35b448eabda44e7a63bf1f44750ee0d5 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aef00dd8ca1b4ad6f477e05ad2ab32609680c08779c50062fb605e92b43d613 +size 25251794 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb3f30609a231a466fafc4e59349727323056abc --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec13ed5b4e354b5517f9a865de63091b368ce8158ac6ba0b3d5d66b7f2412f6d +size 31828905 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90983772861d931916064ad0180fc1e53dc110c7 --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03faadd591bd3ba76acef342cb22a7635a89cdd0fa3bf6558cc4d3ab9a30b86c +size 31449203 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09fb57fd3f511b255f9c2034625665e2245de905 --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b8c10ada6d9ca2f73e0aba584ca811f59103818c71cdc4d4a8bbdb2435d47a +size 26292570 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ab10cfcad375a22b2b5cced7ccaa434dbff645e --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d427c25fd766b074c2098348b5ba2f2327bcfb0762034e9d98990dca4de71e +size 37772654 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cdc72f72f79d76aba855925d61695559d3a2ba8 --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc3ec73f4fdc6d3e258d587fb22ddb8f18590260a724bbc303b14794120e0f0 +size 33524270 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55ffb17704c717de0c8aac0644d8f929de6e26fa --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1408dfb47954dedb8a6fc252af6984753780074406ea9338ba7099d0f162e219 +size 32345211 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..194b9ec6fda0fe8ac46ccba1c04ed68075417307 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191576b93acff3afd25695f979ad5c9c440efc340fea02ad99b0110931b6ab83 +size 40363470 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4e0b26270d18bb92b39297dc1717a9e918798dc --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71779a07ee7e921099f9ab074abeea02cb1e8b6c1b1cd4e3163854e2bab618e +size 33252238 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aee1170994d64fe0a910ae7ebca1eb2e996f86db --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58e9943b092aea799c20babe8cb37d37693048ec690c807033098f39882b2aa +size 47709534 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b91dc205d35598a4a8b0ce926d5cb94fcf9786e --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d56e5e0005560a2c7c68fe2f132766de23f5c4aaedffb6da0465cbfa16b3608 +size 53686870 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6479069b6f38776b44bbdd95af18c24e9924dfdd --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3289067a77852903234560ade3c541323ea4d70c317aa5fa79faccb386a75ff +size 56334164 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07a2af3889b18df9eadccb0cc16628a1a1119256 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad83237df877e62384dd18869808f0658905b1dd81aec9f91a5996a655d4f29a +size 55938011 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..858d2173703892a454fa701c0cb0e56db6b5cff7 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687e8aafccb9f279874a0f138e47a3741b05c4811d68f7eace8a084a208f8fe4 +size 74953470 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6921cb4354b62405c77e6647d2828b0184af9dd --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2f87c4605d22b3d8b30d1f9ed9429589aea7fc362b54ce9c48925d3d56323f +size 44108811 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f05214b6a3c883c4c0c9a076233d59ee8713973e --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776c63a989b8a1bdb0b0896f848a40ce37ab87967af9fddea5b3af15b1b967e7 +size 74921870 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e66cd1cbf8a5d4b0f3f85e0b87e92a68b723fcbf --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4e3ff7677f313cc7789de5c09343cedca0aedeeb36999ff29927cc986ef044 +size 84137825 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..574c0f2fbaf4d42ed934a503af92273c9d405500 --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8315aaf1fef804fe85101f0504af69ca76fbc33cbfb37057595cbe6089bced98 +size 87649595 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70ab2f20428fce42ec437aa52b526c0a6d66f7c1 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6667eee7e58da441ed4fd587b75919fc393303fe2c24ee53526641956a131d +size 84542276 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cd52ebe8e15d994697baaec6c5ad19b519058e2 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8ada1175022af6d9f404408f05a57a3d26ec8f5b4f179e37d2bec6b0c52dac +size 83516227 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..394bc9c4233aaba6b45b704732c88ebf77f21794 --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01cdecf69baa290a8a5baaed280dfdbf3a6d4576e7eca90106f3f0056950418 +size 86445407 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e18321447de7f889739805ec4090a39a279b484 --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09495fb20bfd868dc97b467009a40cb14d023f1ef9b88a4761a6395ddd59ed9 +size 62946145 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40dd083330aa9807c38b050932cb97641abff430 --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bad15b788c53416c337929155a33ddd1813387a5207467d46bab7543b9fd52b +size 66935669 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fa233cf88daec5cd7d7721140bf280cbeea14f5 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7d40504de4a95268ef4f5d459b241c6cf5a031e596b81ecffc9f462845af10 +size 76384108 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea7e5dd9be40409c2dce7eb7a8708c0d5332e763 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa821f4ecd1f048d52e00f452ad3aa0a20e947a5bbf4b1c140dc662568a4901 +size 43293004 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f0d2190c525873f4514da73f8deccb0a5cf578f --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2540c372634361ad1d527a0956416580b23bb156bb847f2c85538d0f2976d39 +size 46074912 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c260573afdf20c6735402970833c4f0f84df2ebf --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c36d212583b6926d15701e5b42a3b24d1627e4a6cd4dcdbc0fb1a82f2e5f02 +size 77204043 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d94ee433603e7763f9df6c0b27cb80b0727558da --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bc12a715ce2492ebc9c93ee189475299b1d51c4fd14315bad2200123a6a969 +size 79352430 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5b4d2c2a5fed2bfd0ecec15302e59ee37c612a8 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2e2f7915a5d1cff1ee023bc664de70d1a73814cef4bf53649bdc177b21f917 +size 84774512 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..402696824944c277fed9cccb8d9655bc160fdb59 --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48508b7d881ccadd98a722f33eadef95d4f11571519c7d5a17820ddcd9ed273f +size 45988582 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76f7dbb60a3943fc8939dbd363f18be9221a9847 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08c3da9ede3d2891da427d50d1472721b6d5062e296d5a4bc033da55e37a65b +size 52773513 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ebac06345afbce5787bc7b79ae326460bef13c9 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f0768be0ce603e03d410d12f44bf224ed0040a030b35778b94516ca63d3182 +size 15273383 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ce7855c34b2f58c35fe7d535eb5e8a878d9970e --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674d33b5bf395f2daf82bc7b091b52e84b800b6275afe2cceaa809480dca2989 +size 21474782 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9596e4b370eb94cf896013bccc5ff4fb0346664e --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224f6ff8db862aeb48a57e5d5350c965b5fb0b71c1b91383e566794f1ad990b4 +size 20660005 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f368308fe95323272081d653c50ed3b95346e7fb --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcdff1286269f1c73a083bcb76d8d64e6acf1b8cbdb7832b934bdf90e2798ec +size 16625244 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3918936a7b17d2260010fa58a973a980a910888f --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549e545f1d6a67032cab5269eecbd3c2742d7997c300456e2d29bbee9126adcf +size 19023896 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29eeb55eb09569ccfb2001ff165174f857fefb90 --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebb1ae5f70eb957dc77617daa1114255dce07125e82b2455ee20568fca12c70 +size 22665512 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53f08ee42a2f91923e2077376d3516b30eeb61a2 --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc8be93866c09ea26821c09edc154ce4cfe9627929e3b10feff128c2389d272 +size 25808271 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..368e2f38c5926f3133c3c51d7bf51df20decb83d --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614871cb416364529f010ace6da1e922dc76830778dc4e3ac04513393531f8cc +size 22672187 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2da053f67f043fc900ed22cfde7d95525ffbe01a --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91be71c042cb895e54551b69122931b73b62cfd98f69bf55cbb5e394a585e188 +size 27273223 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db618e9f5594fb42c4f8bf8068482d0575d4f2b4 --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42c60c096389644b0ebc5b4639dd94d59f316241c238532bea7172a60af3723 +size 32082706 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b59e56d27af64a2bb09e455b7f5f1c0ea5e2973 --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6c32c5cceac74ae8a9e0707ac018e0cc7560e4aaa71d37c2710ed0583f18d7 +size 39060532 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0f48bbda777a4ced7bd2e7effcbce837e1ae8b4 --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689a6301e1f32e30f2b8d17a420b74bf9d427061e260b1ebc03a7a35e2d829ce +size 36637397 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34a44dc22c7902e207f50f700ab80525ac4eef6f --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbf64add4f3fc497d4a74cc55d1f9e3208ce2e55726d7da2c13fa59b893618e +size 37603905 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..632df8dddec365319689af81b99601edbad97da5 --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f17da758865c2959d356ff3ae3cba8edbbee171dcc5a0e83e84bbaece6fec6f +size 31564315 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59317cc9de9554a3e514791d8218ad8950bc33cd --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b7758989db05d38269321c2b22eb7c12894ae404fbf5b55fef53a8ca1790fd +size 36088376 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8202cc4f63c1f0e5885b7d6f39a3c252493bcfe2 --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f8c567d561fb2842f510791fa3126ceb259baf313632141a5157e0f4c208d0 +size 30310055 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a56b8a89b1cb9d9e2eec9c86f6b64a483fd107e --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127221273b1cd6b191e8f4a8891867b7af8dff5eaa5d644079b823ce7f0f62c2 +size 34850892 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e3e849d9e3623bb5bf7e98780763e55c7dc745a --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dc82441ecae76b11fcc6d0b3668a5e5075148060bd7311aee39622eaca16c9 +size 35293060 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cea8c3cf5493c79c23caafaba3ef26afdc238b7 --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a3d492cda648018f7d5d9f414647efb73a06545153d9831e8ba1dd375821bb +size 33733106 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d67aa4cc20c07c4e5a4bd28a617f30b5e135749f --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950c751c82181dd121ee5fce4d7b7138d0a7ea87d510b56bab09957d12a25cb9 +size 38733542 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55a8c19f8ce5e8c7bd223377bc66c8fa91febbe4 --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3900c1881d4740f911b3c6279389de793090bb05911e7dfa9f35f5adf222b20e +size 46164906 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f98d1ca00bb609ccbb5d7322c24151202c76e6da --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23202b43894a227bb712bd515e7a03e0a0e1343907d62ced5679ebcaa2d9428 +size 57993077 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92e50cc99d9c67b5ab7ce35c8bfaf9547a2016fd --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268db7320e49fc8535aaa6ff451ef88d5a3771269db8b314705b85716f2cd3c7 +size 60465058 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95c806ca4fd3fb6f56d2da01ef68563c4f95b6a3 --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c4d5f637f9975ded5153fbb03f9265f82d81163aa8b228032635ca5d5867c6 +size 60581419 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..470178184fd8b14249ade8caa98070d811c297d5 --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01de594b9f9fd53df246aed8a38d4797d79fea64b4077899eac7029403fbe477 +size 61163012 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a84ca8877d18afdc8b7255c58ecd23112ca20fac --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5125928c0a24b414ebe1568030d68bd196cd5f409dc1668c082c14e844379ddd +size 55062570 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b4645cbde38a98e6d470ce0ecccab303a47edf6 --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272153aacfe899bce4b65e15e0acc26ef51d011d0bd5e81c079b9eabdf20e262 +size 61429134 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64da63f3390ceb5b2499137c78acc78be08c306a --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7492ed840756939f626fc3c3de8999b63aa0492bc98a8b0aee84ce0fa61fd56 +size 49342077 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..085be0c7ca75c02e72287d4bb189964915ddc066 --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4291019089d29661d65e820153370223bfbcbd9278c97bef8cf6a172ba7333 +size 48955800 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b002cadba55c3682a4144898fc2389f37c3d9048 --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcf55279b612e61ff4f1a692be10f72a1335f17b633613e6f71f8ad24acfae3 +size 48120872 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37bcadd6cf34ea99752a64b2678a133e5e31bc39 --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ef9b3fc0762a43ba82c97ef8f1ccc64059fdcf9d9cd232a2950599ebdc5aa7 +size 52163008 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc3d31c1f3b9eafa552c9cab976cc9a7631e3c0f --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a90a4612e1ad44eca0997bb30af030084f6dbf9e04da1023703dbb30b2c23b +size 36629891 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10d58c7a56faded8b4d5f07861c8fd40616fe43e --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda9f7467193117a599fdc815dfa20f66980546596df5250b55d140e51f95156 +size 32773473 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c18b9d7e700be24e53ce344ff316573106eec9d --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0eb832eaf49ec5e30c1623266991291b51411808152fd6be09852a3a195bcc7 +size 30446097 diff --git a/data/chunk-000/episode_000090.parquet b/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8a16084a68ad8cffd011f3174aea3f50491b3ce --- /dev/null +++ b/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b2e36f2fbf55ec9cf05081c7c5b457bf4aa695247401d84af182cad4231247 +size 40540474 diff --git a/data/chunk-000/episode_000091.parquet b/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..718caffce07c2145eb4e1583b8ac476d9d312bd8 --- /dev/null +++ b/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bacebfb3ded80915a7e408a70da868679ed247c88e61a4a8c0e7646517d5252 +size 36442297 diff --git a/data/chunk-000/episode_000092.parquet b/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06404e5f36bf173c39548056ed898fd7029b3585 --- /dev/null +++ b/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e427341c81cddd9053bddd0f1aee4a683b43f04999cf0f138ef251630d0e6df +size 27491636 diff --git a/data/chunk-000/episode_000093.parquet b/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..310df9ebb760aa6a902022f32348b4257406c8a8 --- /dev/null +++ b/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203ec0e383025595f3527a773fc4aaea21a51cc34f4d8744878304c55d6c2f3b +size 33987730 diff --git a/data/chunk-000/episode_000094.parquet b/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..045b5fcb4f15ef6782f27276cb29a44e0fe6bb2c --- /dev/null +++ b/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410a93db63f0eca965ca61b370c044a693ba6d706a7b99dd6feb75fa10f9647a +size 32890441 diff --git a/data/chunk-000/episode_000095.parquet b/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a271fafd92873f05d7ca8a67351dc1a99eca49a6 --- /dev/null +++ b/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3d67249f0f7eed4b02a540f6effe84ffe8ff9c5c985ddfe8c563b50a7a6747 +size 29521887 diff --git a/data/chunk-000/episode_000096.parquet b/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0df37bf320d3d26b17db96bf3a895e3e8d8c3171 --- /dev/null +++ b/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89eea908490bea4dff91a845011d0225efa1a6868e4d3d25dcf9eb6647cd6b82 +size 34517473 diff --git a/data/chunk-000/episode_000097.parquet b/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6284cda2bcc57e1ae7c57edef498beaeaf9cd57 --- /dev/null +++ b/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e26876cd179a97687f778163ce5dc9f138a24f3811f51c8df12413b37d8b3a +size 36346670 diff --git a/data/chunk-000/episode_000098.parquet b/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b1f4ed6783f61bcd5d83bf5b0599e7111b421bc --- /dev/null +++ b/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cc03911d7a0a41545f78b489537090bb5b4d2a00601dded4c7281eb1c0feb4 +size 34770437 diff --git a/data/chunk-000/episode_000099.parquet b/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..702fcce4736f9512c149eaa1494b6e89827c83fd --- /dev/null +++ b/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929773d5ba6f281397005051c9099e3b9fe52e133929357860b2916f3d53ec3b +size 32457914 diff --git a/data/chunk-000/episode_000100.parquet b/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fbd3147557a3052504649adce90e3cfab9954c8 --- /dev/null +++ b/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbe084aa86bb7de3a294e96030b9996c53889f72a37746b5bc147328720ec72 +size 28123683 diff --git a/data/chunk-000/episode_000101.parquet b/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9974e6edd8670abf7b2ee8e88f06302e505a23f4 --- /dev/null +++ b/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea95d52615e4b486b3b1b163cf306bed712164a06dc17d50f37c4c197ab7f1d +size 27225534 diff --git a/data/chunk-000/episode_000102.parquet b/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e7e6643f32d1715314f5c7891441c0ee0ae0968 --- /dev/null +++ b/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e498d22c1ae564d2862cff667d4fe233be543464b99de4aac2eccfd9c059c111 +size 40817434 diff --git a/data/chunk-000/episode_000103.parquet b/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ecf3cd1007c57e78baaa5c1e2e307e367ce6bc9 --- /dev/null +++ b/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cba14389b22e6543d6f822ac5e88a2c664d631f6f40e0267cda6f7b40b013d6 +size 52247146 diff --git a/data/chunk-000/episode_000104.parquet b/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5da6bb1b923bc9c17255c818f9a27742450fd5f --- /dev/null +++ b/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9c7025a7715d80cc77071e7de5b6699dc441cb3bba3fd856b58d475c160741 +size 36855825 diff --git a/data/chunk-000/episode_000105.parquet b/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c0c9c891ec8144c1237caaea77b9bcd324067d1 --- /dev/null +++ b/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d16308c7fb6b8d5fbc934353c3a4a19996c777ba641cd36df914d2c1a7df85 +size 42285652 diff --git a/data/chunk-000/episode_000106.parquet b/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09bf47e337d3daf231df64275d67035bea76eb35 --- /dev/null +++ b/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17e193b85bd95e6fbfb8052bd425759590a18a06da4417369a88fbb95435dd9 +size 39204799 diff --git a/data/chunk-000/episode_000107.parquet b/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb0311db7f7cfe1e3937259714931c0ac7ccf1b0 --- /dev/null +++ b/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bccca027e3d070b0d0ceea374cd25e8aaa6e539992a023473de9c9a06e0ceba8 +size 34647690 diff --git a/data/chunk-000/episode_000108.parquet b/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e203dc63f3ec7ae9bf5ae1f26353dedc1ac59a0 --- /dev/null +++ b/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c8320c6450ad2cd615353a3845c7fe176e96a67a6ad16a6b5d6bf0377813c8 +size 37205640 diff --git a/data/chunk-000/episode_000109.parquet b/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7277bd3dee77112bd829bbea26abcdb377c2f04a --- /dev/null +++ b/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336dce15e32f052b51df19df07fdd13b23dd9a83b8fc547598a76aeba80a20f6 +size 21402075 diff --git a/data/chunk-000/episode_000110.parquet b/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9dcf6248938632180b40ba6c96ae2216671cc4e6 --- /dev/null +++ b/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d10af2704d083f9c5c8e02b0f0b93876387c8aec65a42b737fabd47d5ab7af +size 22356086 diff --git a/data/chunk-000/episode_000111.parquet b/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..411215c8d3d373cea3201f0cd1df22ab0061eb38 --- /dev/null +++ b/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8947f7d9ef1861b02c511f10fe5c72af7a24f58da58407da26c8d1afbeb3605b +size 28284943 diff --git a/data/chunk-000/episode_000112.parquet b/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b59904ff203cce67b77e04a656e558fc65285edf --- /dev/null +++ b/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb66fe3615bbcc2a0aadc0038eec1810e75c5a5399756fa25ea9c0fa460809b +size 26011604 diff --git a/data/chunk-000/episode_000113.parquet b/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33d64847d151bf4e201cdcc6d0f2a580fd92a296 --- /dev/null +++ b/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6521dcae1d1e7b7c67f5d6298fbe2e8296be3033df49c4a6139c823d9b6260 +size 40583424 diff --git a/data/chunk-000/episode_000114.parquet b/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..071360f4d758d13263c286694556d3f59ea3d6d3 --- /dev/null +++ b/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fce5f5e3066a31d0d4a62ebcfab4680bc40c0df20a4e1678c7792d883a1d46 +size 36360774 diff --git a/data/chunk-000/episode_000115.parquet b/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cde90bbe0c2323b7b9cc7f220eef0c23326cf1d --- /dev/null +++ b/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e74f10b992808524e7204d82f5eda743abe9cbf9fdd495efac55b8424f173b +size 37054387 diff --git a/data/chunk-000/episode_000116.parquet b/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..290477b25ca9ed4747058c618b0c2f07d90c61c7 --- /dev/null +++ b/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76dd37d48d31a6f53fd9b21473742190315e82edfba18bcba3369d870bc2991b +size 35227587 diff --git a/data/chunk-000/episode_000117.parquet b/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..261d3430099ba19535f4151ebd1842b0b8b5cbb3 --- /dev/null +++ b/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da311fc286c90a3c2a15422a5ba166327888e401ccf5bbb9dfadd3dc9a511023 +size 39799114 diff --git a/data/chunk-000/episode_000118.parquet b/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12f93f0ab2bd7046fac7d81f7d76321f815b9ded --- /dev/null +++ b/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ebd9fe117b020612d277b57857a203ea18036e3566d3037bc8f1ebde7e52a7 +size 31093221 diff --git a/data/chunk-000/episode_000119.parquet b/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbe2f086c584064a090cf0e2cca9e4ab03ae9ed0 --- /dev/null +++ b/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc66f3f0b6c651eae1944b648f3f4ca378f93522ce31ea5b1c427997c61b2ff +size 28587777 diff --git a/data/chunk-000/episode_000120.parquet b/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbf2257ab630834ceb63c3225ebc01c9237ee5b3 --- /dev/null +++ b/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1ca3c24abc7aa051e527665fe3a3bd59c2b000366205416249778b58235112 +size 31184420 diff --git a/data/chunk-000/episode_000121.parquet b/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..392efd89494c0b6725b9a28f25cd1201a2c20689 --- /dev/null +++ b/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d41be2b19623099359d06cc6ecde842d1cce1eb2d5923996682b18c36f92e3d +size 30032415 diff --git a/data/chunk-000/episode_000122.parquet b/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..646a579ab503869892f5da22db9f186c04a64be3 --- /dev/null +++ b/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c77f3c61f606d9284c087e2d0f77432dc4dd1a86cf3ee3a17aadf4d328bfb8a +size 35715240 diff --git a/data/chunk-000/episode_000123.parquet b/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8d621ea3a9477e132f504ae08b812282709712a --- /dev/null +++ b/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d719a070f3dcd6fa119e1c94bdddacb7b0ed638902aa5cdac5673ab0a0d5e7c2 +size 35568002 diff --git a/data/chunk-000/episode_000124.parquet b/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d67cc4c349117b3e56ec4be02ba403af7465de3 --- /dev/null +++ b/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e0ebd867674570c673af98899831b04358403b94ef428335b2fe37b9326264 +size 35605597 diff --git a/data/chunk-000/episode_000125.parquet b/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc2d7cbeec00b2c1eb30febcd01df5b14b382454 --- /dev/null +++ b/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a030b65985d37b09c5aba70ec9d75a0fc103e766a66f97e330c0b08e9a1187ac +size 32567586 diff --git a/data/chunk-000/episode_000126.parquet b/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c564b04a20ad04f638143d0b1ce23ae99aaff4d --- /dev/null +++ b/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7dcc4f378170ceb9a346c79ec2e5b663487fca43448586414e6c92d23cf821 +size 37961375 diff --git a/data/chunk-000/episode_000127.parquet b/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df29a1dfb82251c8e72b932184c489c07e45b8a4 --- /dev/null +++ b/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb381683bad4824bebf9d85561df2187ef48a517e6065655da8188f890b828e +size 32431046 diff --git a/data/chunk-000/episode_000128.parquet b/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6626d6be56727d6c2385db9f83f50b226ae66321 --- /dev/null +++ b/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d765578a652d485d4dd3d66de6858942c01a6a0606798902743e5c64a72a1a79 +size 24207271 diff --git a/data/chunk-000/episode_000129.parquet b/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbc0b78e2e6de983be054a386f29a04473fcffd0 --- /dev/null +++ b/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98312d13d73a7ba8d4f970e721868eccdb93e1047243783373cd77dbbfc1763 +size 20376362 diff --git a/data/chunk-000/episode_000130.parquet b/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a3359880e1d627fe943772f19bda7ee5ab3dc0d --- /dev/null +++ b/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776d2ca502b6493a492d25e855feacb82428f4497c96da3ad752559dd7be02c9 +size 20633472 diff --git a/data/chunk-000/episode_000131.parquet b/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27bc1413453f0264c75044ec43ce05e23d14d3cc --- /dev/null +++ b/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a42d769e6ad1c10cb1fb1f22dc7bfe92b15d67f492b742508d0951f2b78936 +size 22831087 diff --git a/data/chunk-000/episode_000132.parquet b/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5fda977c5eb859d78f8584b9202ed5774722e4a --- /dev/null +++ b/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d0fcd4a3ff2ff6756abe4bf55f3190ec184f511a030d006b8af002ece67433 +size 22309301 diff --git a/data/chunk-000/episode_000133.parquet b/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6afb4cba8b242780658668d345cbff703b15b4de --- /dev/null +++ b/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed91cee67dac3add392ecc95d135fab8d229ce76c2fad45d1c2f851f338c348b +size 22325089 diff --git a/data/chunk-000/episode_000134.parquet b/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5233ce4eca4a0145f8ee02123d1e676caaacfdd7 --- /dev/null +++ b/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bb7715ab4d49f0e5aab99c7a94368026df4ce491b8ee73ad50b9752f83d119 +size 23221917 diff --git a/data/chunk-000/episode_000135.parquet b/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eaa70593634285d2ee1965dad99ca67234e32bce --- /dev/null +++ b/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ce109c3610a1e54075d41fcea51489752a3ab0bf24685e92f9db0c7053c20b +size 51215729 diff --git a/data/chunk-000/episode_000136.parquet b/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba222b0b77da809100c7d0783b6d2eb248bafc03 --- /dev/null +++ b/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f89cf4efb421fc4d9284fdb07d52fcbb9849ff81276c468ba70950fb17ee9c2 +size 53529418 diff --git a/data/chunk-000/episode_000137.parquet b/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f8bda88dd3a1e9f9b3aece7c055d6580c0f1b5d --- /dev/null +++ b/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc592020606496fcd1334f40daae7116faa2f19f302aee272875cad93f8e385 +size 60157607 diff --git a/data/chunk-000/episode_000138.parquet b/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3bd5b8430476129e3e14802ec0d35758cc0507c --- /dev/null +++ b/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3fbea8ff2acc443e723345bd4dd8b96ba83dc7e80130bfa1eb6f2af19e9c9e +size 48763330 diff --git a/data/chunk-000/episode_000139.parquet b/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b421b9d6a0cb507b9a6b026a4cac32e18ae855ac --- /dev/null +++ b/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489fb9e9da619f609249e2fdb59c7c2a11022697eeffd9eb04b957a9523d4557 +size 44431985 diff --git a/data/chunk-000/episode_000140.parquet b/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c080ced9caa66d23fff4c6a6fb8a50346d009594 --- /dev/null +++ b/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd392311faf7a5e0f2ec25e71c653efdadf0be010538afa2ed9c6285a4d22e82 +size 54573782 diff --git a/data/chunk-000/episode_000141.parquet b/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..232e4e6f9372786e21731aa548a5714f6ec33f80 --- /dev/null +++ b/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe6be0a8ea465c9377297d039bbdf3b1671919e77134892601a0882ac1ba71d +size 52673793 diff --git a/data/chunk-000/episode_000142.parquet b/data/chunk-000/episode_000142.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e10ff00c78a7be6f92e671b391fa603203ad33bc --- /dev/null +++ b/data/chunk-000/episode_000142.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e717ae8ce2a08d483531c989aa83f6dbeab801df1f38db50d55f8962d767a200 +size 40103288 diff --git a/data/chunk-000/episode_000143.parquet b/data/chunk-000/episode_000143.parquet new file mode 100644 index 0000000000000000000000000000000000000000..877c2335f7a8224240246734fea47d3d1275c460 --- /dev/null +++ b/data/chunk-000/episode_000143.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1f7f5cf19065877b1b16f53c61a16be7fbda1b1423c17fd0e3c2df78f3db70 +size 42340072 diff --git a/data/chunk-000/episode_000144.parquet b/data/chunk-000/episode_000144.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26abae98906cc79c326846e9bb5b0f9d18d74ae8 --- /dev/null +++ b/data/chunk-000/episode_000144.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3bf7c8d92277ad7335a3d06980d13c19566e1090b091f56c6e014c70367d3a +size 38679191 diff --git a/data/chunk-000/episode_000145.parquet b/data/chunk-000/episode_000145.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da4cdbc70960d4d109fbea35962af868666003c9 --- /dev/null +++ b/data/chunk-000/episode_000145.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af40c84439bd2540074908ebb61078a58f90aa90fb556f8739e97c5fab4a9f43 +size 36607319 diff --git a/data/chunk-000/episode_000146.parquet b/data/chunk-000/episode_000146.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c03349c3deca1ac40acdbdbcb41597b7a4e8258 --- /dev/null +++ b/data/chunk-000/episode_000146.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948166c2f467d62581f5e52bc0de62b91d7fe7aeb14f6eeffeddc04eaf5b5e7d +size 12932494 diff --git a/data/chunk-000/episode_000147.parquet b/data/chunk-000/episode_000147.parquet new file mode 100644 index 0000000000000000000000000000000000000000..375b3db38441e945ee8b9ef8eb0da34a439be148 --- /dev/null +++ b/data/chunk-000/episode_000147.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2deafd2515c7891090a4a692f27f509aa86377925ad8925bdbdff745e66a3c24 +size 14183338 diff --git a/data/chunk-000/episode_000148.parquet b/data/chunk-000/episode_000148.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f2d4ed9a2684c4ab4917da6a6a805027733b29a --- /dev/null +++ b/data/chunk-000/episode_000148.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7d8a0f5f4ae77d571d40538b1cd4a8ef0f90dcfbe935ceb823c4dcc806c2bf +size 14508922 diff --git a/data/chunk-000/episode_000149.parquet b/data/chunk-000/episode_000149.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a785aab0f82110bc88eacd843a99e46b298822a --- /dev/null +++ b/data/chunk-000/episode_000149.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f40c9ebdcbebd6fd7fdb8fd30f9836ea63e29b3598269ce8e8be1db8c59b3e +size 15417509 diff --git a/data/chunk-000/episode_000150.parquet b/data/chunk-000/episode_000150.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb93f38071fa68b9299708521943a09fd019718b --- /dev/null +++ b/data/chunk-000/episode_000150.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2098ad2d52b879f14eb10e3ac9b04805231947b50bfc5848547ffaa3334d1357 +size 13779147 diff --git a/data/chunk-000/episode_000151.parquet b/data/chunk-000/episode_000151.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e66ba64f60012182e61c1bcc404a12abdebedec5 --- /dev/null +++ b/data/chunk-000/episode_000151.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63827c4caacdf0f529c434db8d2e132bd44f52550f2bfc93259d328104d988c2 +size 12916156 diff --git a/data/chunk-000/episode_000152.parquet b/data/chunk-000/episode_000152.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5029e7f569e419ce5857e200bab5d54ee58d92e --- /dev/null +++ b/data/chunk-000/episode_000152.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016375316dc9e231381c016ade06301acced9c7a3bb719c5f06d94f820102651 +size 33026196 diff --git a/data/chunk-000/episode_000153.parquet b/data/chunk-000/episode_000153.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84cc7202f0684bdd22a959264f045e1875dbc7e2 --- /dev/null +++ b/data/chunk-000/episode_000153.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b05a4cb0b26a6143eb1e8d6f76a95d8628794f9fad4528820cc4a6e38f3cb2 +size 26775497 diff --git a/data/chunk-000/episode_000154.parquet b/data/chunk-000/episode_000154.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e89bdcea9ee985df78a0ea7cb6a78e5baf239c6e --- /dev/null +++ b/data/chunk-000/episode_000154.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04073183540a71659c2e9e888ee482c250007c9eed7a3353a45fb0b4634cfe42 +size 28630451 diff --git a/data/chunk-000/episode_000155.parquet b/data/chunk-000/episode_000155.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84e4977c24a6cd8915a423e58d1b3aff3d5eb973 --- /dev/null +++ b/data/chunk-000/episode_000155.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5689c9c13aa87057d30675b1d6b3b84df18b776ee425eb1797a51282dfb1b4 +size 32119822 diff --git a/data/chunk-000/episode_000156.parquet b/data/chunk-000/episode_000156.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e2e8736d5515873ae42b56124814cad5eb6ddf9 --- /dev/null +++ b/data/chunk-000/episode_000156.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7eec74e721cd79cc2f57f8604e4b18c575c4c647597c13b52a8700e2ced9bd6 +size 43674934 diff --git a/data/chunk-000/episode_000157.parquet b/data/chunk-000/episode_000157.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2f1eb1252c5b4511049f6d49245ec4861a72f83 --- /dev/null +++ b/data/chunk-000/episode_000157.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dc66a4b7edc4d8644089dbd83fee00ff657a4ac61e78092145047d56c98bfa +size 25055984 diff --git a/data/chunk-000/episode_000158.parquet b/data/chunk-000/episode_000158.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2850c2ac6d850546ed8480f30ac8f4b3e20dcc5e --- /dev/null +++ b/data/chunk-000/episode_000158.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7c83d82109b376d6c8fb6d66ae99a13f4bb2ba8c5670bed37559b2e01f2445 +size 27055927 diff --git a/data/chunk-000/episode_000159.parquet b/data/chunk-000/episode_000159.parquet new file mode 100644 index 0000000000000000000000000000000000000000..987cdb192248c6ee1ca1a43653913ff8bf9bd08c --- /dev/null +++ b/data/chunk-000/episode_000159.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bb542f6bd116b94b29ac74759bb5c66873f16cf38c5d3237d6fbee5079dc3b +size 35402565 diff --git a/data/chunk-000/episode_000160.parquet b/data/chunk-000/episode_000160.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d467c8f636dc6df9411d8dbe2462a7f59b58c703 --- /dev/null +++ b/data/chunk-000/episode_000160.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5c6d93f6ae47c2471f509f7e0ac2a1c632400dc73994b74f545cc66754a72f +size 32819305 diff --git a/data/chunk-000/episode_000161.parquet b/data/chunk-000/episode_000161.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd392f9752e5256ed8e881d0884269c4443859c2 --- /dev/null +++ b/data/chunk-000/episode_000161.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ff6ac185398c2f0ea96c40534eed4e069cfe9d0a460a68d99f2cfdb48e4f48 +size 33470277 diff --git a/data/chunk-000/episode_000162.parquet b/data/chunk-000/episode_000162.parquet new file mode 100644 index 0000000000000000000000000000000000000000..603400956c0248901b6e42d3a08f330248f07713 --- /dev/null +++ b/data/chunk-000/episode_000162.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74563dc2e384ffc1db0db4418877c0abaf1e7a29b56fe0e772fe4ce33f17fd0b +size 31670983 diff --git a/data/chunk-000/episode_000163.parquet b/data/chunk-000/episode_000163.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2932bda34254d1d12a9948ce3e50f863fa98e1c --- /dev/null +++ b/data/chunk-000/episode_000163.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64995d039d78472a32e61df5104abb9092dab3a02bb483c9a37f6210ebe0ce6 +size 26671200 diff --git a/data/chunk-000/episode_000164.parquet b/data/chunk-000/episode_000164.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84b6d885787c36ade7f21c2282a48f175d1c615e --- /dev/null +++ b/data/chunk-000/episode_000164.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c7b1013bee9daa11bcaf4ebc7cd807f210a2d828af8374aa79605c10ae2a07 +size 24276359 diff --git a/data/chunk-000/episode_000165.parquet b/data/chunk-000/episode_000165.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2aa0f47cffcf301b6a1dd42ebed24099e4e9e366 --- /dev/null +++ b/data/chunk-000/episode_000165.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a3906322a2584918d92f62cbfc7d5386146e5f5e1cd20c565b5b88b3c8241a +size 23475898 diff --git a/data/chunk-000/episode_000166.parquet b/data/chunk-000/episode_000166.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ad7ef56ad85d58270b466250c618817f3607ede --- /dev/null +++ b/data/chunk-000/episode_000166.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181841a7c49d6528d12b78f399b87ef196aa9378756a3a3d4b5ee1d9e85b020e +size 20986857 diff --git a/data/chunk-000/episode_000167.parquet b/data/chunk-000/episode_000167.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25a4dab7c62a52a5e9e1d308459c75380ae30efd --- /dev/null +++ b/data/chunk-000/episode_000167.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4f507eb6eb8c7903358b4313c95a670be3de38f1ce26fb154eb47f5c69f9f7 +size 39102090 diff --git a/data/chunk-000/episode_000168.parquet b/data/chunk-000/episode_000168.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4527c90efdf826800f320774c746942bea02061 --- /dev/null +++ b/data/chunk-000/episode_000168.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183c4d0da6348d07ac180292f15f03c2f0965af218a977506b1c4735767be1ec +size 37069725 diff --git a/data/chunk-000/episode_000169.parquet b/data/chunk-000/episode_000169.parquet new file mode 100644 index 0000000000000000000000000000000000000000..004b610bc1e607efa47bc2090d841b2e3fa7edf0 --- /dev/null +++ b/data/chunk-000/episode_000169.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0db607d7133976044d2062db6d9754bfd5c25e21bbc4c5d5aac96a923b364c6 +size 39951522 diff --git a/data/chunk-000/episode_000170.parquet b/data/chunk-000/episode_000170.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a03d3ad32c0a3c3cd9c403914a44c3486ae79c7 --- /dev/null +++ b/data/chunk-000/episode_000170.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c661fcafe844359eaa399ac1e83cf83dc4fd2d5e7862769de1f3be92480b8201 +size 41890423 diff --git a/data/chunk-000/episode_000171.parquet b/data/chunk-000/episode_000171.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3b1537bb917bbb569d286067bda532493171aa9 --- /dev/null +++ b/data/chunk-000/episode_000171.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da832dd64fdf61096cc9671f47e8f4050251233d4092b8a877139a2f7a3f4ba +size 46922183 diff --git a/data/chunk-000/episode_000172.parquet b/data/chunk-000/episode_000172.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd8f04c6178e2d2ead087f6fe93994115c5f5791 --- /dev/null +++ b/data/chunk-000/episode_000172.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78355e83d2a3aa3b5d47c56ebca7cfc8f8ca75af70a03bd753b02cda2cacf392 +size 49517639 diff --git a/data/chunk-000/episode_000173.parquet b/data/chunk-000/episode_000173.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e613952b084f411eb51b7dd267b86731e12dbe1 --- /dev/null +++ b/data/chunk-000/episode_000173.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a995e27011348755b0e87be5f67e877d43e683f81fd6e652595e0c0c4056a015 +size 57043625 diff --git a/data/chunk-000/episode_000174.parquet b/data/chunk-000/episode_000174.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea6000829ba61b4e10da86fd8b1e9754ead8c6ba --- /dev/null +++ b/data/chunk-000/episode_000174.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34401c54ba33358b30ceeb4c621b5581c08d2202b4e0d8a0621976974b1fb7a +size 46592218 diff --git a/data/chunk-000/episode_000175.parquet b/data/chunk-000/episode_000175.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab09cd99b3b9f062d7e93e902a81159b528f0f3a --- /dev/null +++ b/data/chunk-000/episode_000175.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853b3deebe2589a68e89b58eec23cebad8291ea990c089ef9c6de3253081fd05 +size 53943353 diff --git a/data/chunk-000/episode_000176.parquet b/data/chunk-000/episode_000176.parquet new file mode 100644 index 0000000000000000000000000000000000000000..678327dccb0ce3f9881be95c9a4ccfc856735187 --- /dev/null +++ b/data/chunk-000/episode_000176.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0288a9e0888ee53ff317148f883e4a417a7d0c11a012c2ada72a0b65795acb2 +size 65457907 diff --git a/data/chunk-000/episode_000177.parquet b/data/chunk-000/episode_000177.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d3562b0cf96828fee878911c9b73b9f2b78c791 --- /dev/null +++ b/data/chunk-000/episode_000177.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941d198d23f0f262ee71fbbfe19ebea7a93a75e20b249e73dc5b669e98a223e4 +size 28499933 diff --git a/data/chunk-000/episode_000178.parquet b/data/chunk-000/episode_000178.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1cee4b7a9c5521f500ee8d7f95f5fa3a9753600 --- /dev/null +++ b/data/chunk-000/episode_000178.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8155c61eb059dad7d1f017693ae8a1aebed4301a78ab331165a130d6c5018d7 +size 25677576 diff --git a/data/chunk-000/episode_000179.parquet b/data/chunk-000/episode_000179.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f46b5aeb75950a73f4fcedadefe4e5534fb66ea2 --- /dev/null +++ b/data/chunk-000/episode_000179.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9df1eb6c2115d2046cfbd8f792909439e88c9a4e7af9890e2fcc36aa66b05da +size 29317289 diff --git a/data/chunk-000/episode_000180.parquet b/data/chunk-000/episode_000180.parquet new file mode 100644 index 0000000000000000000000000000000000000000..864f1371d788d00fc22175a743707bbb4c263664 --- /dev/null +++ b/data/chunk-000/episode_000180.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b427f2a38773e99873b9d5cfe5b7b8f5fead19272ef46bae54d31bc1bc72b2 +size 28868861 diff --git a/data/chunk-000/episode_000181.parquet b/data/chunk-000/episode_000181.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eed8cf48027b5f46875543686103a8dc1f2aea62 --- /dev/null +++ b/data/chunk-000/episode_000181.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c496533742af4049942e2e5b19ac71b81288fe6dbdd1b3eb14ebb1f74a309f48 +size 28187802 diff --git a/data/chunk-000/episode_000182.parquet b/data/chunk-000/episode_000182.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10a3f03e4f444ac2582063556859b4e834c338ac --- /dev/null +++ b/data/chunk-000/episode_000182.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4006c53f4d363635f2e6dc7189022d58a633a912cd739bb7f0c897afb5abaf7c +size 30637327 diff --git a/data/chunk-000/episode_000183.parquet b/data/chunk-000/episode_000183.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4ffb623f5b4714e64188f3eb39d6354036e9b85 --- /dev/null +++ b/data/chunk-000/episode_000183.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278e01be97b921e162fda65ca1fe855e327efe567462ed4d7ba1763f1aa9a347 +size 26175536 diff --git a/data/chunk-000/episode_000184.parquet b/data/chunk-000/episode_000184.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8260b313239fd5f79730846ac5db35d265c57e3 --- /dev/null +++ b/data/chunk-000/episode_000184.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6982e03c461408a5fcd6073df436a4ffc3fb4525a5364b6276f27ae3f46c85 +size 33722403 diff --git a/data/chunk-000/episode_000185.parquet b/data/chunk-000/episode_000185.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c92c584c679a95fce750cd5642d5b1d3c27c539f --- /dev/null +++ b/data/chunk-000/episode_000185.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef98ad35e3905a541f913df0f4025a6a7dbddc7dcb203edce639eba435a83234 +size 53671625 diff --git a/data/chunk-000/episode_000186.parquet b/data/chunk-000/episode_000186.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f7563893bed93365c5f093c03851950e37779c8 --- /dev/null +++ b/data/chunk-000/episode_000186.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5ea63ef0d36bb90427c66d503560eab9aaef7ff9f2d433b37b250212070699 +size 58301499 diff --git a/data/chunk-000/episode_000187.parquet b/data/chunk-000/episode_000187.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cbdd280cb3b924b142acd40d05d7d7c8f1268aa --- /dev/null +++ b/data/chunk-000/episode_000187.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3313a465f023c0f8f8de6e3af7dcd1d4253fae7be83f8026dbc43af8f2600cec +size 49957985 diff --git a/data/chunk-000/episode_000188.parquet b/data/chunk-000/episode_000188.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e69a94e353eb23217676cee7ff1dfc8c97a9236 --- /dev/null +++ b/data/chunk-000/episode_000188.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b956721b907643b8df76e1520d903df72ce03f6f4b5a37f910b7b46d6643e7 +size 46310267 diff --git a/data/chunk-000/episode_000189.parquet b/data/chunk-000/episode_000189.parquet new file mode 100644 index 0000000000000000000000000000000000000000..021b7036d6db14d343a666013c2b76e7fd328164 --- /dev/null +++ b/data/chunk-000/episode_000189.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb35c81de3aab9e1797e4530b2390684dd3886fff3ac1d1e5c6b15a7b9516f56 +size 26822962 diff --git a/data/chunk-000/episode_000190.parquet b/data/chunk-000/episode_000190.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b3bbb15c7205621f7e67381f44a50a7bc752c1a --- /dev/null +++ b/data/chunk-000/episode_000190.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8e69c029542a9654a982c1db9245cfdf65d777008c65d38945631cfa43c5e1 +size 22526147 diff --git a/data/chunk-000/episode_000191.parquet b/data/chunk-000/episode_000191.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81d6e8815c79c49e71a06c4182897894a21aea7b --- /dev/null +++ b/data/chunk-000/episode_000191.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86990a31ada8b22c9b5f026672a6de0ffd4527d6284df19eb293b92f7e475205 +size 23945597 diff --git a/data/chunk-000/episode_000192.parquet b/data/chunk-000/episode_000192.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04df927d3bd28a9ebf2a5aa6f3d656620dcdcaed --- /dev/null +++ b/data/chunk-000/episode_000192.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6ffae4cafc6fd17b9416db54da9a11ac00238af051526a4475c26a6c7d0953 +size 26907819 diff --git a/data/chunk-000/episode_000193.parquet b/data/chunk-000/episode_000193.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2b9ea6669187e2bde3424df862fd920cf7a872c --- /dev/null +++ b/data/chunk-000/episode_000193.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ecbec664a22f5a2a35ced45a9cf144da6636fb42e76a131dfb852ba466a855 +size 33401501 diff --git a/data/chunk-000/episode_000194.parquet b/data/chunk-000/episode_000194.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b5671770309a30702a53e1574150ce2c6669da3 --- /dev/null +++ b/data/chunk-000/episode_000194.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73de0f10d9dc8c8fa9b2b00e1cc661547f5bd0352458c7b2fa8b6a1465cb74ce +size 35766669 diff --git a/data/chunk-000/episode_000195.parquet b/data/chunk-000/episode_000195.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f69555b6ceb483fab409413c86a040fed958d3b8 --- /dev/null +++ b/data/chunk-000/episode_000195.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cb9ffb040f272de0c55414535db2fb309e6142af75d723cc364e7c4545671d +size 34433356 diff --git a/data/chunk-000/episode_000196.parquet b/data/chunk-000/episode_000196.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69c9b1c6bf7bb5db3cdf55376d974e91ef0bc500 --- /dev/null +++ b/data/chunk-000/episode_000196.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0c1434bb71b7b03184299fc9690f38310812ded1ffac147950dadb34107b09 +size 33336535 diff --git a/data/chunk-000/episode_000197.parquet b/data/chunk-000/episode_000197.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9072011d2366b34dfcdadf3225b8e896e0883c05 --- /dev/null +++ b/data/chunk-000/episode_000197.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6daf7465d03212e1a7549ff7c8499cc957a50d4258a4bf1063b60a2e9f391d2 +size 40437175 diff --git a/data/chunk-000/episode_000198.parquet b/data/chunk-000/episode_000198.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e2dbbcb0bf46348749c2dab5cf1a5d03c1ebd8a --- /dev/null +++ b/data/chunk-000/episode_000198.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6face0d9a0f83d8b49f278f2625fe4a0557ba2a8910de40790c5321039021f1 +size 36934960 diff --git a/data/chunk-000/episode_000199.parquet b/data/chunk-000/episode_000199.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aac5116f50d43eae5b37a7194d964f74a00b48de --- /dev/null +++ b/data/chunk-000/episode_000199.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9691e2b9474550240c54a8c80854853a9cefeba42ba5d2ae2f8f9f28ff470ef6 +size 40045688 diff --git a/data/chunk-000/episode_000200.parquet b/data/chunk-000/episode_000200.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e4ff33872a187bc6f2b49e0291729c200ab27e5 --- /dev/null +++ b/data/chunk-000/episode_000200.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615f27c6936952b096464ffdb6c630edea67ea672eae391c7a271377e0c7e8b0 +size 40289022 diff --git a/data/chunk-000/episode_000201.parquet b/data/chunk-000/episode_000201.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a068c07596b974a10580a02d6a38ee3b2d665d2b --- /dev/null +++ b/data/chunk-000/episode_000201.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c6d3955641c697bdfd9058429b37d0352d423e8eccfd11d8079b0e73e6b29b +size 122383755 diff --git a/data/chunk-000/episode_000202.parquet b/data/chunk-000/episode_000202.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b78eda94a80b70edc4f0275dae06520b1d8c278c --- /dev/null +++ b/data/chunk-000/episode_000202.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef26651c42aacfda8d9097f7ad424e1289851fa6aeff5df6d5e05987e0e0f99 +size 111631017 diff --git a/data/chunk-000/episode_000203.parquet b/data/chunk-000/episode_000203.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73a9ee2e7ded2eb61ba9607b95c098548af43130 --- /dev/null +++ b/data/chunk-000/episode_000203.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed1923e2824a315ab559b29565905c4c28835b732bb0e37522ea8be6a60ae52 +size 114597983 diff --git a/data/chunk-000/episode_000204.parquet b/data/chunk-000/episode_000204.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72a1a36ce78f7fd302f20f925d8167ed5c53902a --- /dev/null +++ b/data/chunk-000/episode_000204.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0658a64d20904f44c54261e7190483305746e0968a79e7e055f8628ec4f839 +size 101023472 diff --git a/data/chunk-000/episode_000205.parquet b/data/chunk-000/episode_000205.parquet new file mode 100644 index 0000000000000000000000000000000000000000..079bd3d4bd36f59db57bffbe2d8c8b7f67736fbc --- /dev/null +++ b/data/chunk-000/episode_000205.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a549618c9cc2e5eb1e7fdef970f702b2af3a2d31f97f801884b86ee5c7ed8128 +size 99437226 diff --git a/data/chunk-000/episode_000206.parquet b/data/chunk-000/episode_000206.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42eae31b570ddc0a29e6b9f7ff68dac95f1c2908 --- /dev/null +++ b/data/chunk-000/episode_000206.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2b33767ae181848237bde3ea7e4ad84d85d537f27d44684550214b2b23f563 +size 83104686 diff --git a/data/chunk-000/episode_000207.parquet b/data/chunk-000/episode_000207.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df3d006214522c9a55794adc392a02b435342736 --- /dev/null +++ b/data/chunk-000/episode_000207.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8ce1105f63c1c92980a8a369065f9892835393a8813c656165d8738e4d2ef9 +size 81434875 diff --git a/data/chunk-000/episode_000208.parquet b/data/chunk-000/episode_000208.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b34d059050c53a30faf9427804835b40c83faac5 --- /dev/null +++ b/data/chunk-000/episode_000208.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ae25aabebee6834c76124b7c9baacb0709400274ed752f8b8f76f2f873fcbe +size 88472781 diff --git a/data/chunk-000/episode_000209.parquet b/data/chunk-000/episode_000209.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6049beaeeb351e54034b3d0c2e48620a9abfe4ee --- /dev/null +++ b/data/chunk-000/episode_000209.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73aed56f907903df10ed8d78fe455f1445d3814000d0d38766945d866f9c086 +size 34809107 diff --git a/data/chunk-000/episode_000210.parquet b/data/chunk-000/episode_000210.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6719c56bfd22d34fa41979d4ff11a712bb2a0464 --- /dev/null +++ b/data/chunk-000/episode_000210.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52db55e7f7e978b5209826c197596a387e66bf842c1d4fa226db679edfde8342 +size 25012577 diff --git a/data/chunk-000/episode_000211.parquet b/data/chunk-000/episode_000211.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67bc1476015b3507e4449159b6b2a8701824d46f --- /dev/null +++ b/data/chunk-000/episode_000211.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f800f06587f5be2692dca48f87cffab1eea855f929666d5cef232eec74eca5ad +size 30388713 diff --git a/data/chunk-000/episode_000212.parquet b/data/chunk-000/episode_000212.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3625cc7b7e147428fc56968e36ca39cd916ce005 --- /dev/null +++ b/data/chunk-000/episode_000212.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574a7628b94a2a9a7b755dedab9e22029c21910849580f76f329ee352dc04424 +size 32863361 diff --git a/data/chunk-000/episode_000213.parquet b/data/chunk-000/episode_000213.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38518d3622ba3b296d37ccc6f1376ffea3b4ed6f --- /dev/null +++ b/data/chunk-000/episode_000213.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317495d212920b6191e2c178f93009208ce4d970d4355e1c333c63ad9517db02 +size 37477720 diff --git a/data/chunk-000/episode_000214.parquet b/data/chunk-000/episode_000214.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcace1a2f89408fcfc538a2299da3467e010f383 --- /dev/null +++ b/data/chunk-000/episode_000214.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d34b2f70d8e512c1e851672f455082ed514675eb0e69c8c82bcd249070f0ef +size 92364448 diff --git a/data/chunk-000/episode_000215.parquet b/data/chunk-000/episode_000215.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a48c9a11ecf954ec67dfe58cd25e1e4f062dee2 --- /dev/null +++ b/data/chunk-000/episode_000215.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c7099432121a91863d525501c71258e5cc965637ea42c487bd2210437022a6 +size 71946089 diff --git a/data/chunk-000/episode_000216.parquet b/data/chunk-000/episode_000216.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f27d2f388ffd0651ad3e21d28b746a9667531e3 --- /dev/null +++ b/data/chunk-000/episode_000216.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b8adcd2ca5d0cb7ef05a4beb4bf84a6d2304a1188d4e317e7bce6189723644 +size 85691422 diff --git a/data/chunk-000/episode_000217.parquet b/data/chunk-000/episode_000217.parquet new file mode 100644 index 0000000000000000000000000000000000000000..539901eed0278f4c1622d0cc3040c17f18946235 --- /dev/null +++ b/data/chunk-000/episode_000217.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97607e89b2d8fb96969e44efecb15d87a92d4c8865fb0e9793fe50240e81b62 +size 83616506 diff --git a/data/chunk-000/episode_000218.parquet b/data/chunk-000/episode_000218.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5d4746386df9b91a83447e23a86ae93a852b4bd --- /dev/null +++ b/data/chunk-000/episode_000218.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd14316a8f11f0a9ac4cc79986f385526654aa68a77b811ad23d13daf65b9b26 +size 76626283 diff --git a/data/chunk-000/episode_000219.parquet b/data/chunk-000/episode_000219.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa9c5e16739b2fdb7f04ad6bea8a27bb08da38ce --- /dev/null +++ b/data/chunk-000/episode_000219.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4332baf71d8bc50f0a4eac4d77b47d49b5cee8e3826539e73480df02feecccb +size 68539818 diff --git a/data/chunk-000/episode_000220.parquet b/data/chunk-000/episode_000220.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43a3e132ddeb8b8292d1ef40425d3e535fbce1ed --- /dev/null +++ b/data/chunk-000/episode_000220.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbe1cf094788b7ba396bbf83fb861893408bb3fc6f71366de6cb465ac173948 +size 90545119 diff --git a/data/chunk-000/episode_000221.parquet b/data/chunk-000/episode_000221.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d6091da7fbcd36721108b8e8d9b16550be01c33 --- /dev/null +++ b/data/chunk-000/episode_000221.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dfbec0264adf5811059167c2489e8e9e3e31315d86ded6641284e3d95fa666 +size 84149387 diff --git a/data/chunk-000/episode_000222.parquet b/data/chunk-000/episode_000222.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b59986d60fadce00a6b274536d543b3dfbd6681a --- /dev/null +++ b/data/chunk-000/episode_000222.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc66f266d8860c35fb4ca7ad5c455a3434ab7ab63d847effc4ebd88d926a8c8 +size 66832793 diff --git a/data/chunk-000/episode_000223.parquet b/data/chunk-000/episode_000223.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d00913f90227478947883664157b35fd1df8eb44 --- /dev/null +++ b/data/chunk-000/episode_000223.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ef9d553f6df3cb6cefaacffde0f9d681d9fbba4f30d6ea2ae16d0fe447246d +size 71100010 diff --git a/data/chunk-000/episode_000224.parquet b/data/chunk-000/episode_000224.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9baaf9d6c0150d656a61e3275cc5b9d2c544fbe --- /dev/null +++ b/data/chunk-000/episode_000224.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400353cb932287c97cdd1c51d9362b8a2928303a6fde4158f3e84f5dddc866ca +size 84577453 diff --git a/data/chunk-000/episode_000225.parquet b/data/chunk-000/episode_000225.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2017493339141f25c6a9c44cce878112a8be73fa --- /dev/null +++ b/data/chunk-000/episode_000225.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2858520316bd8a426cbcebd6e9836875f7622f3c82352a1d2aa356092877bd4 +size 24588762 diff --git a/data/chunk-000/episode_000226.parquet b/data/chunk-000/episode_000226.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5e1eb45d3d986191e1849bc5c712fff63df6db7 --- /dev/null +++ b/data/chunk-000/episode_000226.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f0fa5cc13c0f756e752d54ea4f0ed8271c556faf8f1e6aea2014745d274332 +size 23654799 diff --git a/data/chunk-000/episode_000227.parquet b/data/chunk-000/episode_000227.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96de738d8498c5508b79d0d619459f054da025d3 --- /dev/null +++ b/data/chunk-000/episode_000227.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce78846eedf7d76e90dcc62adeade61f83f1994685b80fe4788386b28c1a6777 +size 23718495 diff --git a/data/chunk-000/episode_000228.parquet b/data/chunk-000/episode_000228.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d38753844fbf98ff5ebc6f7520f3b5a5a0e3a3c5 --- /dev/null +++ b/data/chunk-000/episode_000228.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2591033cbf60ad9db69114077f028eb07adcc8782ee0966348755c310b7bbf95 +size 27620301 diff --git a/data/chunk-000/episode_000229.parquet b/data/chunk-000/episode_000229.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21c2a350b1ad044f258c38e4813d853103419bab --- /dev/null +++ b/data/chunk-000/episode_000229.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe27f9f76ba61228847cea4ec1a1cee08401877f4a1bec1676f5c5244f3851c +size 27532633 diff --git a/data/chunk-000/episode_000230.parquet b/data/chunk-000/episode_000230.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dda6a4626ff227250055e262efc9b0feebc3a52 --- /dev/null +++ b/data/chunk-000/episode_000230.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f5f7d1d287382a3ee0096460319e87ad742066153e55cf4f91c202ecf42285 +size 25974882 diff --git a/data/chunk-000/episode_000231.parquet b/data/chunk-000/episode_000231.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59b7fee5f1f5e525dd337532a7381d97282927c0 --- /dev/null +++ b/data/chunk-000/episode_000231.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b1df952ad0b770911f4428bf38e51b2ce4fcb27f4189d98905d3050432eed6 +size 25478744 diff --git a/data/chunk-000/episode_000232.parquet b/data/chunk-000/episode_000232.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87e0428f2ec0a1c51d7da1245fc5302c18b615a8 --- /dev/null +++ b/data/chunk-000/episode_000232.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134b6b6659d5d13f0cecfe31d9dbc48897daf4322add23b1e639075556585386 +size 26606169 diff --git a/data/chunk-000/episode_000233.parquet b/data/chunk-000/episode_000233.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99d1a16ecd570138c2dcdef8bbda65f0f655a5df --- /dev/null +++ b/data/chunk-000/episode_000233.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e75a4b4773518a3c40d6473166f87c200aaeb4df3a29be8cbe47717cbaca22b +size 26081841 diff --git a/data/chunk-000/episode_000234.parquet b/data/chunk-000/episode_000234.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b20dc34d11a53f8ad26916ed9e1033f7fea171b --- /dev/null +++ b/data/chunk-000/episode_000234.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24c1132f484c6235a4a2e651bf4042581560161990427e4f9b699b28288b2bd +size 23316591 diff --git a/data/chunk-000/episode_000235.parquet b/data/chunk-000/episode_000235.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa44dafbe74cf966fce049b8529022ad8844c2db --- /dev/null +++ b/data/chunk-000/episode_000235.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f52e1ef9777dd0ed173a5f934ca20d6fdbaa5a6baa361cd4a1b95c0822f4fe +size 25923838 diff --git a/data/chunk-000/episode_000236.parquet b/data/chunk-000/episode_000236.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d2e4c701a21e363b5f7ef938e1ebf4be6a8faac --- /dev/null +++ b/data/chunk-000/episode_000236.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de295c0e2db82d4df48b43b9ef217d2ec82147a57db8f1f07e77163878405260 +size 24732587 diff --git a/data/chunk-000/episode_000237.parquet b/data/chunk-000/episode_000237.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a994ed0b41c5249cbcfa3788c7b46d41c081307c --- /dev/null +++ b/data/chunk-000/episode_000237.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23206f387842fafa13b6674b5a0ff6c141b4ba88aafef7e33ce724a21750c60 +size 28947183 diff --git a/data/chunk-000/episode_000238.parquet b/data/chunk-000/episode_000238.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dabeb39be7b2f8edab7387b8449322a302dc8603 --- /dev/null +++ b/data/chunk-000/episode_000238.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bf89fa8b4d1a4f0bbb6f6278ee077a92e781bbe79eef0d6c9eff8b86441d28 +size 26422472 diff --git a/data/chunk-000/episode_000239.parquet b/data/chunk-000/episode_000239.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3f7eb70a9611a7b75406c11c74a6945f0224ef0 --- /dev/null +++ b/data/chunk-000/episode_000239.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3334cb94f807eda97610b85b7d8587a163c05118ff7f1264f5ee7da7457c5b +size 23361096 diff --git a/data/chunk-000/episode_000240.parquet b/data/chunk-000/episode_000240.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b51bd3e7b81f5f60b8502ab4ba95051824df5d28 --- /dev/null +++ b/data/chunk-000/episode_000240.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3218f1afa5a375fb1ba1eb7572aa465e9d9d39b00f97c52bb2d7dbfe38cdcc40 +size 25819163 diff --git a/data/chunk-000/episode_000241.parquet b/data/chunk-000/episode_000241.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae1e7b3f8f24a3322dac5cf07852391d12e2d4d8 --- /dev/null +++ b/data/chunk-000/episode_000241.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b078d89a3c8918067692aec80ad9e1d28d9d59575264fcc662abe9fa284c858 +size 24400131 diff --git a/data/chunk-000/episode_000242.parquet b/data/chunk-000/episode_000242.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d202e58e9132d88efefce1b7d37e224b62e63b5 --- /dev/null +++ b/data/chunk-000/episode_000242.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fcb1ea313ea66f306ffaeaf576b69ba2931a31fa8af6e17611aa58f3650cc6 +size 25411966 diff --git a/data/chunk-000/episode_000243.parquet b/data/chunk-000/episode_000243.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f998c7f6edfe1cb277bbfd61a1e7f1057cdc6e8 --- /dev/null +++ b/data/chunk-000/episode_000243.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835d448848db7da7967b629e45b896cdc9532b28e8eef62edf82c3647af01f89 +size 19974136 diff --git a/data/chunk-000/episode_000244.parquet b/data/chunk-000/episode_000244.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93bac1051f512a81dc8c389b81a9fc0c266bf09a --- /dev/null +++ b/data/chunk-000/episode_000244.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5b1e6ab4e256fed3bf03c452b513a76da3f7b154972bfbabfc080978bf1b06 +size 25177589 diff --git a/data/chunk-000/episode_000245.parquet b/data/chunk-000/episode_000245.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae778ad3bbd5ff8b5dad71ce6626b13c7252b3a8 --- /dev/null +++ b/data/chunk-000/episode_000245.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984249c14ed814fad0c9e1abe88e759b2ee162a2a3ccd2477a7f8729a29188d6 +size 25829010 diff --git a/data/chunk-000/episode_000246.parquet b/data/chunk-000/episode_000246.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6dddd14c2eb93cf67369b2978a4dfbba09c75cd1 --- /dev/null +++ b/data/chunk-000/episode_000246.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fb591ee9ce35af875d8c28cf14855cf73e526955f61ff6f69ca9e02f20f5d2 +size 42597843 diff --git a/data/chunk-000/episode_000247.parquet b/data/chunk-000/episode_000247.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f91e85642ac13d9a08847e6c00c66f18a1199c06 --- /dev/null +++ b/data/chunk-000/episode_000247.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3880ff599abc171a65b96d277c41f24348589779a87607a6c9c1a102540021e5 +size 46181746 diff --git a/data/chunk-000/episode_000248.parquet b/data/chunk-000/episode_000248.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bd40e310ac6377ac4c08b95b584e475c60c93da --- /dev/null +++ b/data/chunk-000/episode_000248.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37041c2d7746875f898e15faca34d18b5e480b7b5344593e6bb730f965790d79 +size 40021640 diff --git a/data/chunk-000/episode_000249.parquet b/data/chunk-000/episode_000249.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59eed626646b1c989bfbd4f5317b308db44eb198 --- /dev/null +++ b/data/chunk-000/episode_000249.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793d05c01b8d1515865a3261a4283741a4f41044a97e0467f9440cc2653ab22b +size 44521011 diff --git a/data/chunk-000/episode_000250.parquet b/data/chunk-000/episode_000250.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a771a372773b7c3232216fe9c01c03eeda1a30c2 --- /dev/null +++ b/data/chunk-000/episode_000250.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3b726be74b8f883c291caa7eb264222443f0582fefc9f37cc2867f8873e27e +size 41498857 diff --git a/data/chunk-000/episode_000251.parquet b/data/chunk-000/episode_000251.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2cbe471dec735a3e51fd2a5fc695bba42a75959 --- /dev/null +++ b/data/chunk-000/episode_000251.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899b51275603891af8a8aa6a623dc7767cf790ff6f83d2d2cc4252460a8a8353 +size 41315070 diff --git a/data/chunk-000/episode_000252.parquet b/data/chunk-000/episode_000252.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbb3eafa59f690d0283cfdf8dddf4d9c7826d572 --- /dev/null +++ b/data/chunk-000/episode_000252.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33abc221fca422e7d9c72a235ac65af15cfa8d04c096ef952daa7369fb7b572c +size 47446668 diff --git a/data/chunk-000/episode_000253.parquet b/data/chunk-000/episode_000253.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d99d71f9ba07873d0167c078558221c7f9be8d4 --- /dev/null +++ b/data/chunk-000/episode_000253.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5a0c8be5cd3f848a4d83e4b5fe12d51527ffa040e79fbffdad87785ef32d96 +size 33413188 diff --git a/data/chunk-000/episode_000254.parquet b/data/chunk-000/episode_000254.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1c82118e6f87d6888c1142140a8e08bf693252d --- /dev/null +++ b/data/chunk-000/episode_000254.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3508b768cbdeb6358d01b07f32d3b29d19606f8878f6d81f11921a83cf0eb89 +size 33856621 diff --git a/data/chunk-000/episode_000255.parquet b/data/chunk-000/episode_000255.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b75bef97e1208870081bf929444e412e3f91584 --- /dev/null +++ b/data/chunk-000/episode_000255.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e20a0f8a63ed510506c0e59eb832abcc374b35ccb12ba72f91a05982d48827 +size 35202738 diff --git a/data/chunk-000/episode_000256.parquet b/data/chunk-000/episode_000256.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fd71b3fcfcf331bbf1c5cf810d5b77bc4fb585b --- /dev/null +++ b/data/chunk-000/episode_000256.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cecf9193847903215cfd0c97af03ccbc64e1a645f5d34bef849b1f6d15eee9a +size 36280011 diff --git a/data/chunk-000/episode_000257.parquet b/data/chunk-000/episode_000257.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cba9c7e4ca57b407d1d68dc164751f29dd8b2845 --- /dev/null +++ b/data/chunk-000/episode_000257.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd5e9243f0541d2514b9fd084dbe1719a32ac4562f9416a5da8cf036ea2d3d5 +size 32602044 diff --git a/data/chunk-000/episode_000258.parquet b/data/chunk-000/episode_000258.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8bb6aa791e38958d5fd403d73b5bfefd0769c12 --- /dev/null +++ b/data/chunk-000/episode_000258.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc6797589a5890f794e94cef3993d8bd5b55395b2ce5f60dcf7079b1d0203f5 +size 35278912 diff --git a/data/chunk-000/episode_000259.parquet b/data/chunk-000/episode_000259.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32a891a1b3e1302b72692a99079a6cc5cd0ac0f9 --- /dev/null +++ b/data/chunk-000/episode_000259.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211c95775e67a87db55730f9856ec1c0c8d7f026e1bafc1d19316b0e9e0bfc65 +size 32134544 diff --git a/data/chunk-000/episode_000260.parquet b/data/chunk-000/episode_000260.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f70c976acd8f322b984e51cf15c6f84c158b22af --- /dev/null +++ b/data/chunk-000/episode_000260.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5314085ec6f52b1957af6517fbef6e77437dab19c03370e10df46bcf56308695 +size 32796421 diff --git a/data/chunk-000/episode_000261.parquet b/data/chunk-000/episode_000261.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7aec86ce9ea84e55c583c33d2213aee249d52a52 --- /dev/null +++ b/data/chunk-000/episode_000261.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cea415078fe20463f3888f6fa6cd8a388b8869505c73f0817e79f3a29266e4 +size 35386670 diff --git a/data/chunk-000/episode_000262.parquet b/data/chunk-000/episode_000262.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93d704d8a01edb94983f23867072912d48c8085c --- /dev/null +++ b/data/chunk-000/episode_000262.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5cc9f096b96cb7f96cfae7473f71968d839bb849539bceb6f7704e72c4a173 +size 28915602 diff --git a/data/chunk-000/episode_000263.parquet b/data/chunk-000/episode_000263.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97aa53bde13def58c5b9c7987df8ec167d0ee32b --- /dev/null +++ b/data/chunk-000/episode_000263.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dbad8444bdaad3809540afb12f1a8dd37a6bc2f457999828e952ba4c885ac7 +size 27959714 diff --git a/data/chunk-000/episode_000264.parquet b/data/chunk-000/episode_000264.parquet new file mode 100644 index 0000000000000000000000000000000000000000..456054d11a16e1b93ab41d26d045e39737a497a8 --- /dev/null +++ b/data/chunk-000/episode_000264.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094c8fe652405c7d7163b5a029d6ed06dcf6e9742a8dfb856829b21105ba521f +size 33777630 diff --git a/data/chunk-000/episode_000265.parquet b/data/chunk-000/episode_000265.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d0513211d908d8467d7eb2bf7d604e4852f8242 --- /dev/null +++ b/data/chunk-000/episode_000265.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5a7390b2b86c01746ccffb72e3cf7014bccd57b9b8102ad918c162a9da372d +size 29179818 diff --git a/data/chunk-000/episode_000266.parquet b/data/chunk-000/episode_000266.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22f556275dddca7f37ad6ad16847302453fff5d4 --- /dev/null +++ b/data/chunk-000/episode_000266.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cc832d8fc949fd179417d84ed8a051fabe78e05ad2119afc4186b59ab2679d +size 45316732 diff --git a/data/chunk-000/episode_000267.parquet b/data/chunk-000/episode_000267.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43752f3d8b85cd27bf1c7e7ab73cb905e09dd663 --- /dev/null +++ b/data/chunk-000/episode_000267.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b11836086d0239e50a3ca26566dc9a0f283cfd8dde44de31dd34dd33118aae +size 32730851 diff --git a/data/chunk-000/episode_000268.parquet b/data/chunk-000/episode_000268.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a185461e77a43ed5266e4acca879b95e532d18b --- /dev/null +++ b/data/chunk-000/episode_000268.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871503c17341b57a268706c9961e9dcb1ba25c23ebe73cff3277d640583eaf51 +size 34374901 diff --git a/data/chunk-000/episode_000269.parquet b/data/chunk-000/episode_000269.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00b27165f3a95c1aeffadbfe6194e94d0cd7cf6e --- /dev/null +++ b/data/chunk-000/episode_000269.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ce829a0facf582d8b1e2bcf9d8ada7970654dff2cbf51e2fadb9f53b90e52f +size 31587222 diff --git a/data/chunk-000/episode_000270.parquet b/data/chunk-000/episode_000270.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e50c869efd367e35248bf12f601ba89d9c7aca26 --- /dev/null +++ b/data/chunk-000/episode_000270.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10eb78bd3a730480c2f10a71cf475d1b807e244a26de7d2847048357aec34fe8 +size 47798098 diff --git a/data/chunk-000/episode_000271.parquet b/data/chunk-000/episode_000271.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df5c3b8b22f11589bcd4484f2769dbddc3113ede --- /dev/null +++ b/data/chunk-000/episode_000271.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3618e9efebd2e9982e2e213d81e1a572ed4f077fb69dd51fe4473b57e3ff33 +size 45148263 diff --git a/data/chunk-000/episode_000272.parquet b/data/chunk-000/episode_000272.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04bb7a2034d4d7598da6c1c44a24b8bacbcafd02 --- /dev/null +++ b/data/chunk-000/episode_000272.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38aaf7ed1b2857c017c1ad2073cf3e76a6b027180bc7df8ec270c8c07ef76fda +size 49795598 diff --git a/data/chunk-000/episode_000273.parquet b/data/chunk-000/episode_000273.parquet new file mode 100644 index 0000000000000000000000000000000000000000..439b165946892bf05701b79316b94d604c84e703 --- /dev/null +++ b/data/chunk-000/episode_000273.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532e3c42f10a9abc948fb712e5a1bb439374314e3fe77d96fb804ee789419d66 +size 56508575 diff --git a/data/chunk-000/episode_000274.parquet b/data/chunk-000/episode_000274.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38b3e71e961ee56308082fbb2bcdccf9896d2b40 --- /dev/null +++ b/data/chunk-000/episode_000274.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9677ec5839ec13962483537ec4cc04e95954f61d1baa0a8a32e19aed0a6c63 +size 43410182 diff --git a/data/chunk-000/episode_000275.parquet b/data/chunk-000/episode_000275.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96cbacbf13b2a9c8df7b81ddcf4fb4ee4cd01a4f --- /dev/null +++ b/data/chunk-000/episode_000275.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed500ee5c00d3367c384442c881f505305d4ce3faf76bddeb672d788aaebf6b +size 38830473 diff --git a/data/chunk-000/episode_000276.parquet b/data/chunk-000/episode_000276.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ee942f8574728c76231a94a7b6fd0bfd9eeecb0 --- /dev/null +++ b/data/chunk-000/episode_000276.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd07c23b6496dc4a0ed3c5ca27fcf68719d141ec1c24c2a5da451fd7a15c108 +size 38479329 diff --git a/data/chunk-000/episode_000277.parquet b/data/chunk-000/episode_000277.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96c847392140e6c89191c6175ba981677d8fbc4a --- /dev/null +++ b/data/chunk-000/episode_000277.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4a9c81be0165419ab1c6c34c16b699f86d993c8f97250df58f7939df9f3a96 +size 45689522 diff --git a/data/chunk-000/episode_000278.parquet b/data/chunk-000/episode_000278.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18766738f7cfb58ba0bcc0a60090ba0ea9027378 --- /dev/null +++ b/data/chunk-000/episode_000278.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a553c3269162298275162958f9a00ee3f8b329eccc5c17d68c2ed8367cdf1934 +size 49198455 diff --git a/data/chunk-000/episode_000279.parquet b/data/chunk-000/episode_000279.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6278d37ea5d54e083f91d2eeec2aab2e55067ea6 --- /dev/null +++ b/data/chunk-000/episode_000279.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cbfc811d0d4df1d01648808477c18039fba4606e54b7f20a0cd3d35a249158 +size 40656100 diff --git a/data/chunk-000/episode_000280.parquet b/data/chunk-000/episode_000280.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3128ace4d01802eb0d0ff16622ce82a5f048ad79 --- /dev/null +++ b/data/chunk-000/episode_000280.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617075df580319128ef9e883f98e559ca741ced5a643954d6b41afde0f19956e +size 48218238 diff --git a/data/chunk-000/episode_000281.parquet b/data/chunk-000/episode_000281.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95075d7852b3e7e45c3dc0b438089d9f116b1615 --- /dev/null +++ b/data/chunk-000/episode_000281.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed966047b21a5ad641742ab93b190a3fdd85332134fa47b36b7850b57365691 +size 40102121 diff --git a/data/chunk-000/episode_000282.parquet b/data/chunk-000/episode_000282.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d306ba34466be68022d1928fdb9d62d22c726540 --- /dev/null +++ b/data/chunk-000/episode_000282.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d1264df56e52804d77228619ffcddb1781fc73d7a9c9013be675f60943f09e +size 43547672 diff --git a/data/chunk-000/episode_000283.parquet b/data/chunk-000/episode_000283.parquet new file mode 100644 index 0000000000000000000000000000000000000000..258c0469e6db8cc41d2e366e31c2f80d2109e6e8 --- /dev/null +++ b/data/chunk-000/episode_000283.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c798c1bce26fcc90bbc8ff60033776f71563a773d181b3b29cd6ab46ddf34e +size 46223502 diff --git a/data/chunk-000/episode_000284.parquet b/data/chunk-000/episode_000284.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96dee66bad5665b9c8621b6dea99d4b835671d5f --- /dev/null +++ b/data/chunk-000/episode_000284.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fcc96118588ea36188391419feb9a4ffb3a90e0203df7fc6bf7c892c38c175 +size 36805373 diff --git a/data/chunk-000/episode_000285.parquet b/data/chunk-000/episode_000285.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1defab26e6e7510f5b01ffd7c9968b9934ca7749 --- /dev/null +++ b/data/chunk-000/episode_000285.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eecfa2ea286f1eccc26c23be2e988e546f3d88245893244e1ab6e3cc5dc0077 +size 47543386 diff --git a/data/chunk-000/episode_000286.parquet b/data/chunk-000/episode_000286.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e2c165819f4d29e62c9ee65320db8d5a0904bd4 --- /dev/null +++ b/data/chunk-000/episode_000286.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71246ac905fca18e00d5c4439cf27ff83a5f7ae34e0d4f0045e520eeb247a81a +size 45729119 diff --git a/data/chunk-000/episode_000287.parquet b/data/chunk-000/episode_000287.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b68d069f08871b30fac001772a3e36f1d48be2c --- /dev/null +++ b/data/chunk-000/episode_000287.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452a958195ad75e4b8d23ed47de3f96b7e8897fe0360fc8bc151e519d2e05e71 +size 35514280 diff --git a/data/chunk-000/episode_000288.parquet b/data/chunk-000/episode_000288.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b307e54df58a424996b4886740b208add626e39 --- /dev/null +++ b/data/chunk-000/episode_000288.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f51d97e061d445ad9603c0f140414198f8e92725baf3f1f55ab58b408fbf98 +size 52672968 diff --git a/data/chunk-000/episode_000289.parquet b/data/chunk-000/episode_000289.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba9476d343a7fa15721ba2a4e48ecb331c288573 --- /dev/null +++ b/data/chunk-000/episode_000289.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6194e3a7089756b50542efc3c5dc6fc0e9a7f781b580976e011e6cd9d40878f +size 58785577 diff --git a/data/chunk-000/episode_000290.parquet b/data/chunk-000/episode_000290.parquet new file mode 100644 index 0000000000000000000000000000000000000000..985e1918e3d6c06401bb992be8dbe3d224bc85cc --- /dev/null +++ b/data/chunk-000/episode_000290.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62848ee96f155ef73528ece30fca7f1253bd7ee7e8a9f74e3b450e334bcd551 +size 45021863 diff --git a/data/chunk-000/episode_000291.parquet b/data/chunk-000/episode_000291.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f463703a54fe4d402e8ed52ba86855fbbcaf9ef5 --- /dev/null +++ b/data/chunk-000/episode_000291.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4495438975f85a562256b5a1de189409f9db7d8175a5b1aca032653e1d53c739 +size 44471342 diff --git a/data/chunk-000/episode_000292.parquet b/data/chunk-000/episode_000292.parquet new file mode 100644 index 0000000000000000000000000000000000000000..913948e3fdfcbd54505a5ce97abda42876cc795e --- /dev/null +++ b/data/chunk-000/episode_000292.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501722907054b46862c7487ae4d8f9f3659448b541cf91efb6d5522fbe03eb06 +size 43721619 diff --git a/data/chunk-000/episode_000293.parquet b/data/chunk-000/episode_000293.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6a2740cfde59ac679112e6d1ecbd1b84955bda4 --- /dev/null +++ b/data/chunk-000/episode_000293.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b275da64184b5873c30655e6244c0f21e389f37e92f7256874c2b6793c2b6c +size 31101955 diff --git a/data/chunk-000/episode_000294.parquet b/data/chunk-000/episode_000294.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1194e428de47dca256fa11bf03dcd5f28c879255 --- /dev/null +++ b/data/chunk-000/episode_000294.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ab142b9828e026506ae763ef811ec9d6627188b6b3e6900c753d330f0ee768 +size 36582858 diff --git a/data/chunk-000/episode_000295.parquet b/data/chunk-000/episode_000295.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ca4b8c434b24ef2a9fed6b139f2dda25f3e0774 --- /dev/null +++ b/data/chunk-000/episode_000295.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20b1e0b55ef63373efaab2e750079d42b88aa5964ee5b182cdc65d8ae8497be +size 30943726 diff --git a/data/chunk-000/episode_000296.parquet b/data/chunk-000/episode_000296.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3250f342c95b02ad63f74ff91e261ff86b1a1adc --- /dev/null +++ b/data/chunk-000/episode_000296.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a576517cbf97d1995f1d865d29aafce08b811b4a9e6c4ccc3495833da71f6817 +size 30043586 diff --git a/data/chunk-000/episode_000297.parquet b/data/chunk-000/episode_000297.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb6c7e5e3bed715ffba1ec793262f21d21de6407 --- /dev/null +++ b/data/chunk-000/episode_000297.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b973f975e28615b09b11394b71ff462e14a1d29beb7e05640ea9c939a498fd24 +size 40453992 diff --git a/data/chunk-000/episode_000298.parquet b/data/chunk-000/episode_000298.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce56f090bdcf8ac52a07b408ab67707844f026a9 --- /dev/null +++ b/data/chunk-000/episode_000298.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3267de56e41d65e26242728ef6b2c8ca118019589cb8971ace0ac57f94bcf0e6 +size 36738480 diff --git a/data/chunk-000/episode_000299.parquet b/data/chunk-000/episode_000299.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f775702b2efb7198a8b341a68889be505ca064b2 --- /dev/null +++ b/data/chunk-000/episode_000299.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624fb92f710ee66938ba2b91b2adcb917c824ec94199217a8d6c267ed590b9df +size 37279790 diff --git a/data/chunk-000/episode_000300.parquet b/data/chunk-000/episode_000300.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef6b4133d1ada0a211ecc62a5b6d7c276378f797 --- /dev/null +++ b/data/chunk-000/episode_000300.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17dd16d233ce621d2bceeb5cb25a5a66c0aa61479c9b81735a4c610e064a22c +size 23163926 diff --git a/data/chunk-000/episode_000301.parquet b/data/chunk-000/episode_000301.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32fc866bff531cbf9531b519081c4fd0f7db2e50 --- /dev/null +++ b/data/chunk-000/episode_000301.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710dcbd195d0518fa062594197b8b2fef79b721b03c5235e4b74edb263c8f716 +size 24374354 diff --git a/data/chunk-000/episode_000302.parquet b/data/chunk-000/episode_000302.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08f2a9509f32252c42844fd5ad3d9f3bb539fc85 --- /dev/null +++ b/data/chunk-000/episode_000302.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280ac823f4bd7cb4250be053d69e14f6865742d6cf902eb14679b38aacdbd78d +size 33643374 diff --git a/data/chunk-000/episode_000303.parquet b/data/chunk-000/episode_000303.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d7c19c7d8ff2f2a62bb0537de2c1da191a6d860 --- /dev/null +++ b/data/chunk-000/episode_000303.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8553ecc4f74872723c203b732585eedd795fd70e446a894d9d9f379f5c28d397 +size 27250715 diff --git a/data/chunk-000/episode_000304.parquet b/data/chunk-000/episode_000304.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec3b6912cd2f2f9f9766f5ee7786a158d48878e4 --- /dev/null +++ b/data/chunk-000/episode_000304.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061fdf5facf8f29a0d2315a5c970e5e072752e586ac9426fc2235f0d53aca311 +size 28400643 diff --git a/data/chunk-000/episode_000305.parquet b/data/chunk-000/episode_000305.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c4200596b5a1f7152e4f8e19c85ef341cec3097 --- /dev/null +++ b/data/chunk-000/episode_000305.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77726a971a315fa4315ba6749cb9de18e8d1d8a2fffed50809cb937f6167f16f +size 28746823 diff --git a/data/chunk-000/episode_000306.parquet b/data/chunk-000/episode_000306.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2df7e99c0ae34f9415300b0cb25726551c33a5a --- /dev/null +++ b/data/chunk-000/episode_000306.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72c32f2f8b4218bc609c33c3c897338c2d25fe18b29f31028eb3fff3f3fad5f +size 30128369 diff --git a/data/chunk-000/episode_000307.parquet b/data/chunk-000/episode_000307.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86da2eacd5127d95a03bcdbd556acdc10401d481 --- /dev/null +++ b/data/chunk-000/episode_000307.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f8f44c9a7dfe8f8fdfff59643b3e5087ed91a405d672570c35b4f2f844eb9d +size 36191470 diff --git a/data/chunk-000/episode_000308.parquet b/data/chunk-000/episode_000308.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f36c38807eaf9e28ab97f37a543f131bc795da2 --- /dev/null +++ b/data/chunk-000/episode_000308.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b25ba182dae30f64f3218880e09b6ff761a3e231db73a573f0e553963cd15db +size 36225471 diff --git a/data/chunk-000/episode_000309.parquet b/data/chunk-000/episode_000309.parquet new file mode 100644 index 0000000000000000000000000000000000000000..240fd3efebc23da30466dd3811c02ab07619be18 --- /dev/null +++ b/data/chunk-000/episode_000309.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e48d7dec9e3595641275534b4f9df4dacfff67550263611959e1c85e40d690 +size 26401864 diff --git a/data/chunk-000/episode_000310.parquet b/data/chunk-000/episode_000310.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c712ca9ab3d8ee71a459f46deb7e44e8934fc5b8 --- /dev/null +++ b/data/chunk-000/episode_000310.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483231997934629cfefb5fb32986f6e0d3e25ce75d85c53501d267f6e3ab68ed +size 25498736 diff --git a/data/chunk-000/episode_000311.parquet b/data/chunk-000/episode_000311.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e967df812261130d0bbfb258855edc9044a0cbad --- /dev/null +++ b/data/chunk-000/episode_000311.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f263a262bf11958d801de8372dde12a7a55b1359c84260284915ee488bdf7ea9 +size 31860428 diff --git a/data/chunk-000/episode_000312.parquet b/data/chunk-000/episode_000312.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16bd9b841a67b146cdb5181e27f99f0bc0172422 --- /dev/null +++ b/data/chunk-000/episode_000312.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80238ea4469e067e2ef3dcf78d76a861ff26afb4a2debb658ccac12e8d5565b +size 35302029 diff --git a/data/chunk-000/episode_000313.parquet b/data/chunk-000/episode_000313.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a61d799ba43fe1c838df450bac970bcf0b37f713 --- /dev/null +++ b/data/chunk-000/episode_000313.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfba867186c293e0c51fc446772961853c4513c99bb1ef7c65278f5a15193ed8 +size 32651778 diff --git a/data/chunk-000/episode_000314.parquet b/data/chunk-000/episode_000314.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce704e630c988f502a194b41eab576411a23bdb5 --- /dev/null +++ b/data/chunk-000/episode_000314.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cf468682e0edb659409e0100885db5e08eb360c83116640f50797d40e8ec94 +size 30026993 diff --git a/data/chunk-000/episode_000315.parquet b/data/chunk-000/episode_000315.parquet new file mode 100644 index 0000000000000000000000000000000000000000..622f3931ce4be26738360681409c3bb712b0886a --- /dev/null +++ b/data/chunk-000/episode_000315.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d725d2a6aa5a0f6269ebc419e1516e77bbaf941cd959ca1d8dda341b56c10ea4 +size 31181146 diff --git a/data/chunk-000/episode_000316.parquet b/data/chunk-000/episode_000316.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ac61afb4c3f38e79bee1a2b94f1ac7f8e6080c9 --- /dev/null +++ b/data/chunk-000/episode_000316.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34d22fff2f26c94beaec6cc46856ad36ab45ab162b1424ef97c8ae2666caab5 +size 28293793 diff --git a/data/chunk-000/episode_000317.parquet b/data/chunk-000/episode_000317.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e222b9ffce9954a0aa342150c0d115b050fa4dd --- /dev/null +++ b/data/chunk-000/episode_000317.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b584437de9444e61a98cc2fcc634fa623b4d9b87dcba1bcc636363f84cbe23f6 +size 25126075 diff --git a/data/chunk-000/episode_000318.parquet b/data/chunk-000/episode_000318.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2445b635fd326ca35e8706e8c090a55dd5da84e --- /dev/null +++ b/data/chunk-000/episode_000318.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb2fb2eb6ab02439e0257959ba7ca9349692833d28f235302b354c9ce31d38b +size 29372983 diff --git a/data/chunk-000/episode_000319.parquet b/data/chunk-000/episode_000319.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f08e4637d8ba482770730b55561dacaf6e818ed --- /dev/null +++ b/data/chunk-000/episode_000319.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b679cd497a4fbbb2dc3929f4f34aacc3dacf8f9acdd236745c11d541be4c86 +size 30389064 diff --git a/data/chunk-000/episode_000320.parquet b/data/chunk-000/episode_000320.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f942668ba44c67cc51046c10839b29432be6004d --- /dev/null +++ b/data/chunk-000/episode_000320.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b487a5b245e3682686aa2e28ab8fba2e4f3679209baec1b1f1deb213c6850777 +size 26542623 diff --git a/data/chunk-000/episode_000321.parquet b/data/chunk-000/episode_000321.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9474990026ba8a28d73bad6f6807023fc47a97b --- /dev/null +++ b/data/chunk-000/episode_000321.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0d13b66963bea6e06802eb352127443614c80ef563652582264d0965033fbd +size 27426846 diff --git a/data/chunk-000/episode_000322.parquet b/data/chunk-000/episode_000322.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02c6e1ddabd593b6412da86c9a4d547d46059757 --- /dev/null +++ b/data/chunk-000/episode_000322.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892a6ffc815695e1876870310181c66bfb184047631f51712e26ef4c7ea50787 +size 37011712 diff --git a/data/chunk-000/episode_000323.parquet b/data/chunk-000/episode_000323.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a6b83c2efbb52ae065b5f00cd864c459dadd79b --- /dev/null +++ b/data/chunk-000/episode_000323.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d437c46861bbe6bd8c7a67447f6516884f830c99ac9892f6d7a1aa60010b0d6d +size 31452924 diff --git a/data/chunk-000/episode_000324.parquet b/data/chunk-000/episode_000324.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93c00df827bbed6a2f3337642ea9582369808ed0 --- /dev/null +++ b/data/chunk-000/episode_000324.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18f75f7990ce8b0d5cef02f2e956383e83fff2bac988f57e123ddc811131278 +size 33907565 diff --git a/data/chunk-000/episode_000325.parquet b/data/chunk-000/episode_000325.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fc8f913bd91b1777617a187c56bd55ac6373f3f --- /dev/null +++ b/data/chunk-000/episode_000325.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e6a268f24782204389741c39a4f94a9cef15a55bf9884e344e09a3781195b3 +size 34510374 diff --git a/data/chunk-000/episode_000326.parquet b/data/chunk-000/episode_000326.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29a3adc7ca3906bafc18fb908a48f173b07ddeba --- /dev/null +++ b/data/chunk-000/episode_000326.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1847821add16f163cabd61b2f55495fb2ccd8a3e4e8d90d76014f1c606658359 +size 40264937 diff --git a/data/chunk-000/episode_000327.parquet b/data/chunk-000/episode_000327.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a41261eb1d508686249ec416b186e88285c51651 --- /dev/null +++ b/data/chunk-000/episode_000327.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b981bb429333685cc1670234f051dbf22d5666357be234f6d3369ebd0f2fe3 +size 48318835 diff --git a/data/chunk-000/episode_000328.parquet b/data/chunk-000/episode_000328.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a88b0cdcb8f18334f90ed20ee5d9edc5966c5b2 --- /dev/null +++ b/data/chunk-000/episode_000328.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db020cb69f51c8c97670b013c265b28bfa610382d4c1790e00d1c4b514b15222 +size 37971219 diff --git a/data/chunk-000/episode_000329.parquet b/data/chunk-000/episode_000329.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32806509c2fe2f98bcc3ca1814c3865fcc811bb1 --- /dev/null +++ b/data/chunk-000/episode_000329.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4239c6d93459d2ce6cb2174b69ba2a3a845f3d7e6485cfd42be2b0e6d03b78 +size 37221711 diff --git a/data/chunk-000/episode_000330.parquet b/data/chunk-000/episode_000330.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2a6847df3dcf2bd5d16eecf3b642c0ef8e4398a --- /dev/null +++ b/data/chunk-000/episode_000330.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d18a45cad11c8212f9197cf097e82a65cb71874b4af41cdca3ff48cc32ad40f +size 36130501 diff --git a/data/chunk-000/episode_000331.parquet b/data/chunk-000/episode_000331.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0583c8b9b4878f0cb6bdd98411f10805b7e901f7 --- /dev/null +++ b/data/chunk-000/episode_000331.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff397035acc7d0fcb84452766c16c6ccf32e434524d10dffa268c0e265ca4f49 +size 27052346 diff --git a/data/chunk-000/episode_000332.parquet b/data/chunk-000/episode_000332.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddebf7965ef696c6be635ca1b4323e00802aea0f --- /dev/null +++ b/data/chunk-000/episode_000332.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcf45058f2e342e72984ee77e2ebf37e2d961926dd9d8a4757d763606eed1f6 +size 26123694 diff --git a/data/chunk-000/episode_000333.parquet b/data/chunk-000/episode_000333.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32cb6847da3de0d9feaf8dced7f5e0d7bba5a641 --- /dev/null +++ b/data/chunk-000/episode_000333.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c990dd22a6af5e8315e6aa51ad2193ccb38fd1ec30d189aca509feef1e26bc +size 22787930 diff --git a/data/chunk-000/episode_000334.parquet b/data/chunk-000/episode_000334.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c662ea09da023a61b6ec0d7888b3c2bb6bbd2378 --- /dev/null +++ b/data/chunk-000/episode_000334.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671231a73da1d835c6d3b29c46da7be534116244bd64073f5b043e7a8891dba9 +size 27779077 diff --git a/data/chunk-000/episode_000335.parquet b/data/chunk-000/episode_000335.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b53bf04da0388c4fd3dc8e88a6b98df44ab1ae9 --- /dev/null +++ b/data/chunk-000/episode_000335.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6e00a8ebe42d8402fbceb832ea11198953e91013d7a621bc1907dc716b7d79 +size 39133394 diff --git a/data/chunk-000/episode_000336.parquet b/data/chunk-000/episode_000336.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d216af2df864905b1227f7eef8930e4915ab268 --- /dev/null +++ b/data/chunk-000/episode_000336.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c966b6837b785d60c15e55491119da325cc10e1b829470b118a78bb53d927179 +size 35962813 diff --git a/data/chunk-000/episode_000337.parquet b/data/chunk-000/episode_000337.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b196e870b7b0ee971b8a03d9dc04bb65be137a3e --- /dev/null +++ b/data/chunk-000/episode_000337.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf5000e294b6e1929d27d390dc01b0a6ce2a3451cbd28a04b3c626e5ad76512 +size 31833449 diff --git a/data/chunk-000/episode_000338.parquet b/data/chunk-000/episode_000338.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a61a4f50622260ee1bc9fa936b6cd94d18938ad4 --- /dev/null +++ b/data/chunk-000/episode_000338.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2680ff339d2368eb2dd1f619ca282c32ef47c2f5307d1ab53cb1bd2809772f +size 28293838 diff --git a/data/chunk-000/episode_000339.parquet b/data/chunk-000/episode_000339.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c25e6ec4adedb8dacbf4db1ffd5af48553df0dc --- /dev/null +++ b/data/chunk-000/episode_000339.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02c725441a6f7636e4a538ec5f9516cc664819187f185ae1633937f234c71d5 +size 29006028 diff --git a/data/chunk-000/episode_000340.parquet b/data/chunk-000/episode_000340.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0702508b24d3b2064bb30fdbcf85fe8fdb93966 --- /dev/null +++ b/data/chunk-000/episode_000340.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f15aa500f5546c2f8b9dbc791b1b97bdc4eb12464c1ce7b4fb0a2c007c0d7bc +size 26940135 diff --git a/data/chunk-000/episode_000341.parquet b/data/chunk-000/episode_000341.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c417d2d122918e07a4aaadbac8ed161af8ff9305 --- /dev/null +++ b/data/chunk-000/episode_000341.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487ce569dd5b36bd40aa04f51319474a09a72432bb48b3398b24e9ece92267fd +size 31305864 diff --git a/data/chunk-000/episode_000342.parquet b/data/chunk-000/episode_000342.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53e8eb4d23b18bdad1989468502b24d93e90be1c --- /dev/null +++ b/data/chunk-000/episode_000342.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2147e7b2cae010ac9527dcd47aabbe4872c66df4cb4775b1b1ac5150e9b78080 +size 30115042 diff --git a/data/chunk-000/episode_000343.parquet b/data/chunk-000/episode_000343.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deccbb64f2ac497928201d53b335a610976f0c13 --- /dev/null +++ b/data/chunk-000/episode_000343.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67d440cdb55ff94d5d843e1c747d52185ebd86cd6f31a00aa1e5696b796c122 +size 24744512 diff --git a/data/chunk-000/episode_000344.parquet b/data/chunk-000/episode_000344.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cabd64f3edfa9d576d18b40a7fa547042912c7f --- /dev/null +++ b/data/chunk-000/episode_000344.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d406502a85be23ed9511acd021cdf3d62c1c81a5c68373e943b73e18ac6dae +size 21976813 diff --git a/data/chunk-000/episode_000345.parquet b/data/chunk-000/episode_000345.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b6163b3505c39b48b1da1dae30a3204ff4fe084 --- /dev/null +++ b/data/chunk-000/episode_000345.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fcb916027525c09b66f6d4c0666fbb3c5e6a15c4acf0acd3755b40172a000c +size 26344362 diff --git a/data/chunk-000/episode_000346.parquet b/data/chunk-000/episode_000346.parquet new file mode 100644 index 0000000000000000000000000000000000000000..381e066d460be7a93bf8d7809811269b24fd4627 --- /dev/null +++ b/data/chunk-000/episode_000346.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6c8458a094b8ec9e50dc61770c9faaece7380f9c80cdf1944f24553455ea66 +size 25901421 diff --git a/data/chunk-000/episode_000347.parquet b/data/chunk-000/episode_000347.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b471137bf322a1a29a2407e2f312b1534774f43b --- /dev/null +++ b/data/chunk-000/episode_000347.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1d5fa97d7625296a864b8a95942fd9975b07083af5e1a05687069bf7ac0485 +size 25271732 diff --git a/data/chunk-000/episode_000348.parquet b/data/chunk-000/episode_000348.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14dd5943d34513f2a3c4ebf0ee28bdbad9853339 --- /dev/null +++ b/data/chunk-000/episode_000348.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fcf6a56aecdac136bf8fb5ca7f74f712d183d7d4dbc7625778c28b2f642c05 +size 22580489 diff --git a/data/chunk-000/episode_000349.parquet b/data/chunk-000/episode_000349.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09cceb5bf3d915d48f0133a73e4450781ec4e627 --- /dev/null +++ b/data/chunk-000/episode_000349.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4603bc4b6aef12a656340446912fadf13ec4718ef89604c4e468fa6e702e313 +size 21658792 diff --git a/data/chunk-000/episode_000350.parquet b/data/chunk-000/episode_000350.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8796915a4f3327c216278df9679117764135dd33 --- /dev/null +++ b/data/chunk-000/episode_000350.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d88ac2b8221622ab984a1ce0d842c54cbdb4514e169e88354255b2530e9600 +size 20805576 diff --git a/data/chunk-000/episode_000351.parquet b/data/chunk-000/episode_000351.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f698fe73d23c0bfcdd23c32206295d4900d43b1b --- /dev/null +++ b/data/chunk-000/episode_000351.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313d318fbf5050666fa4511a9ae77b06e61f30bec89de26c97d10d6f032cd829 +size 45530197 diff --git a/data/chunk-000/episode_000352.parquet b/data/chunk-000/episode_000352.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8dcab9ac9fe011115be074640cb14c311e1a847 --- /dev/null +++ b/data/chunk-000/episode_000352.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e163ba23135b22d0692eaf28cf27c9d6bdf295799ef06dc1f44fc7826ab975f5 +size 34525334 diff --git a/data/chunk-000/episode_000353.parquet b/data/chunk-000/episode_000353.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4f978b1e02bcb88cbd315f011fdc7fd635dee30 --- /dev/null +++ b/data/chunk-000/episode_000353.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8136e2be81f0938fb799feae827f4343006ad5496c38b9656816bf98f31bce +size 44918537 diff --git a/data/chunk-000/episode_000354.parquet b/data/chunk-000/episode_000354.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df7c222bf9b6481fe83b61d5ad23a0a5aac4dfda --- /dev/null +++ b/data/chunk-000/episode_000354.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78541e4f3906a26cdbb2f31f953031d5d266a49261aeaf96507e11436777eb11 +size 41503316 diff --git a/data/chunk-000/episode_000355.parquet b/data/chunk-000/episode_000355.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb73422a987256a223bd7f71195126c7fc4526d3 --- /dev/null +++ b/data/chunk-000/episode_000355.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ee6807984716d43d7e4d536f7ebc0639734a897bc57db3141e196eccd2ea9d +size 34125245 diff --git a/data/chunk-000/episode_000356.parquet b/data/chunk-000/episode_000356.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07fc2f818750e596ac1eb4731bf7d55e9ee935d4 --- /dev/null +++ b/data/chunk-000/episode_000356.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42e66fe091463ab8532826b221a349e0c7b09b33aa55d26ef74748e5f5a5b9f +size 30798563 diff --git a/data/chunk-000/episode_000357.parquet b/data/chunk-000/episode_000357.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aca9ba02b3aa83f440c6930a0592326f363c073d --- /dev/null +++ b/data/chunk-000/episode_000357.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1e7f2b43856848743e87deb9f08b527af871a114e16d1fc7c9276cddb150cc +size 31713577 diff --git a/data/chunk-000/episode_000358.parquet b/data/chunk-000/episode_000358.parquet new file mode 100644 index 0000000000000000000000000000000000000000..961278fdba0bdf646ea47881786eefa535fa68d0 --- /dev/null +++ b/data/chunk-000/episode_000358.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6951b5854b0832d79beb839ce9d5d2a8e80f8ca8f4f35b882cec73e159575642 +size 38877402 diff --git a/data/chunk-000/episode_000359.parquet b/data/chunk-000/episode_000359.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7f0e10d5ea1c61905b6f98844ae626bc1dd78eb --- /dev/null +++ b/data/chunk-000/episode_000359.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c714dfa19b157306d17575886bea4403667baa921e4e7e21f39ed863a3e4dcf6 +size 31468398 diff --git a/data/chunk-000/episode_000360.parquet b/data/chunk-000/episode_000360.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b0f87b5717935da332db74b177942ffe9ab584d --- /dev/null +++ b/data/chunk-000/episode_000360.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1e5ea15647a857de139294064453e8de02fb235dcf7997c25fd2414e70f3b4 +size 34840849 diff --git a/data/chunk-000/episode_000361.parquet b/data/chunk-000/episode_000361.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3e82949225bf4137b9198818cbf28e51fe3a5d6 --- /dev/null +++ b/data/chunk-000/episode_000361.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1e9ce0deb7819d384e9ff4f3c65f96de39ff5ffe20cc0ed34127b9e195dcfc +size 25281854 diff --git a/data/chunk-000/episode_000362.parquet b/data/chunk-000/episode_000362.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80863a159751480c9cb336b72a2bb0ffaa790ed8 --- /dev/null +++ b/data/chunk-000/episode_000362.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594a876d59d0c65818ae5985874f953dad85e712d0788357a981ffbb727d9bea +size 32983740 diff --git a/data/chunk-000/episode_000363.parquet b/data/chunk-000/episode_000363.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b759174d0ef9b4c7ef2ecef3f4c8b0782c02fbe --- /dev/null +++ b/data/chunk-000/episode_000363.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c886ff17c8db1f52c3cb69915e076929c69b52782765d937bcdfa9dfeebbc9f0 +size 25875076 diff --git a/data/chunk-000/episode_000364.parquet b/data/chunk-000/episode_000364.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc01cfdf2c433c66ca9f60ec7284ec91f51220b9 --- /dev/null +++ b/data/chunk-000/episode_000364.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22709079b9e1470025851cad94d82beacab65fd0ede6a6ba35b83d4b8ed2d688 +size 23313481 diff --git a/data/chunk-000/episode_000365.parquet b/data/chunk-000/episode_000365.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfdb0327f6a2eedc3463afdf2b3c4046629141f5 --- /dev/null +++ b/data/chunk-000/episode_000365.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743f6e89849d71615a55b27fcc2740f7c0ee2616aba3ac815f1d5779ca94321c +size 27448268 diff --git a/data/chunk-000/episode_000366.parquet b/data/chunk-000/episode_000366.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7259d70b346a07ef6ee0e81acaf4eef7a2b3616d --- /dev/null +++ b/data/chunk-000/episode_000366.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04389f87905211e74d2cb427208786ac8a3711d4b27a0d9ea6b0e836c744cccb +size 25275750 diff --git a/data/chunk-000/episode_000367.parquet b/data/chunk-000/episode_000367.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d61ed91707a59fbe9a3061a92efb9ff5bff47007 --- /dev/null +++ b/data/chunk-000/episode_000367.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461ce864af69b9ad56499accc71514bacd75a031531e22736446c3cf6c95a633 +size 17699290 diff --git a/data/chunk-000/episode_000368.parquet b/data/chunk-000/episode_000368.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b264976cd4fd59f104e507316c53a2f4f6505a4 --- /dev/null +++ b/data/chunk-000/episode_000368.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d4d81ed54af047e10aaacbfd282c75d3505ede9f1d37e96d936feb083f6f4d +size 25336262 diff --git a/data/chunk-000/episode_000369.parquet b/data/chunk-000/episode_000369.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b661957e751883c54cb667045e56312032d2a49 --- /dev/null +++ b/data/chunk-000/episode_000369.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa311691b9629608a35c2432a2c7a8772669308fa385ff286df345aa0897f18 +size 19751401 diff --git a/data/chunk-000/episode_000370.parquet b/data/chunk-000/episode_000370.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cde6c6e8bbeccd931542cb5369d0778fdc3e0dbc --- /dev/null +++ b/data/chunk-000/episode_000370.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc24eb8240c4b00ef9012cc930f6a91c795813433164a70565a175c88eb4e972 +size 23319116 diff --git a/data/chunk-000/episode_000371.parquet b/data/chunk-000/episode_000371.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c06f8a32f09c029bb1f3078b46154a34d06a13a --- /dev/null +++ b/data/chunk-000/episode_000371.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8393de12d01226fd943adbfbb89bfc7b99f39519ea553798bdf3e07d9fe143 +size 59886288 diff --git a/data/chunk-000/episode_000372.parquet b/data/chunk-000/episode_000372.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d705b09840adcf7e1f1886f45ee077c2a1c2a75b --- /dev/null +++ b/data/chunk-000/episode_000372.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01369a87812c1f4688e823331a80ded9c5c9864036370edf7aa7669202eab909 +size 50938081 diff --git a/data/chunk-000/episode_000373.parquet b/data/chunk-000/episode_000373.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b78b368a482e1067b346b098473915700e32e487 --- /dev/null +++ b/data/chunk-000/episode_000373.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7333a2200d4153f7e7464d9f88f002843762e7d29070f8c8aa21e73f1f2f38c +size 51623552 diff --git a/data/chunk-000/episode_000374.parquet b/data/chunk-000/episode_000374.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97a5e3be1219c73c103ec38cfa3b9de0b8595f25 --- /dev/null +++ b/data/chunk-000/episode_000374.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f7b4440657502f96b7931dff5b60faff573b1783cbc6716b230124fd9b5fc4 +size 43852984 diff --git a/data/chunk-000/episode_000375.parquet b/data/chunk-000/episode_000375.parquet new file mode 100644 index 0000000000000000000000000000000000000000..856802dfc57b484e7ee74f2ac1c1039b7841829f --- /dev/null +++ b/data/chunk-000/episode_000375.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5050a030b34b73db44421277dfc1c735a615c033a1e9f19617a76596e98d03d +size 35327967 diff --git a/data/chunk-000/episode_000376.parquet b/data/chunk-000/episode_000376.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3829a3258376e083f89fc0f87bf585b6129c6f67 --- /dev/null +++ b/data/chunk-000/episode_000376.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63de703c6f350e71d061c49fe4f678483b6653c0e47b6c176e3d73bfe39fbec6 +size 30732004 diff --git a/data/chunk-000/episode_000377.parquet b/data/chunk-000/episode_000377.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b48410803d84b70c9a6ac5bb55664f028f47fdf8 --- /dev/null +++ b/data/chunk-000/episode_000377.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c03f4e41266f84264226bbc302583f481618c87f2f5858c5344bf0cd01abd2 +size 32076515 diff --git a/data/chunk-000/episode_000378.parquet b/data/chunk-000/episode_000378.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e842e6ec1db6f87f430b771d80542f064ef1c942 --- /dev/null +++ b/data/chunk-000/episode_000378.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1deb84335c152594afd1cd196b609c29edc483eb18971b057476f1b18af6624e +size 35520614 diff --git a/data/chunk-000/episode_000379.parquet b/data/chunk-000/episode_000379.parquet new file mode 100644 index 0000000000000000000000000000000000000000..adcef2baa134266881a817181d7e2d84c9d58b65 --- /dev/null +++ b/data/chunk-000/episode_000379.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cae0f44249d02d2a872713cea835eaf4fe03640dff859efde01aacf72e50d1b +size 31175823 diff --git a/data/chunk-000/episode_000380.parquet b/data/chunk-000/episode_000380.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64ddcb8f972f52c29644bd0fed2b4de2e6da9e21 --- /dev/null +++ b/data/chunk-000/episode_000380.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1662e5989533a0182bfcc97a77a417fce361a33cda3aa0286ac3776aaf2e6e32 +size 37338388 diff --git a/data/chunk-000/episode_000381.parquet b/data/chunk-000/episode_000381.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0035a18c3257943fcd751ae8248518f3610f2e9 --- /dev/null +++ b/data/chunk-000/episode_000381.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10dc4d0955e3774c8534d2c30a223917431acd3ff332086a862be9cefa243455 +size 28375303 diff --git a/data/chunk-000/episode_000382.parquet b/data/chunk-000/episode_000382.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a33dac48aa79c20c4897a4db2434054b4a97e209 --- /dev/null +++ b/data/chunk-000/episode_000382.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a8f574c9ec7778da6b8996279952ffe57fa226128efc158c7016458432d5b8 +size 20230665 diff --git a/data/chunk-000/episode_000383.parquet b/data/chunk-000/episode_000383.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12c6ce7349b62c8517bfda82ef30657afcfbcdfd --- /dev/null +++ b/data/chunk-000/episode_000383.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612feb85809ec4f2f50ee0d40078abc1e4497a96756c1ed2eb091a3c487317ef +size 21737365 diff --git a/data/chunk-000/episode_000384.parquet b/data/chunk-000/episode_000384.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe24fcb2ba6aa4d0213b04d4c126d1ebecdc2540 --- /dev/null +++ b/data/chunk-000/episode_000384.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc7651dab864c1ff9bfdc3ed093db8f70a80533afbaff59d8d09cbedeef90d3 +size 27168189 diff --git a/data/chunk-000/episode_000385.parquet b/data/chunk-000/episode_000385.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b6fc86fcc904c88b7277fb90f0357dbb347ceb1 --- /dev/null +++ b/data/chunk-000/episode_000385.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e698f85f2ba6b8ebe1c9c6e14f615421d0b2ee91a343b0b92d1b1b34f46994b +size 24465705 diff --git a/data/chunk-000/episode_000386.parquet b/data/chunk-000/episode_000386.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2df5a2dd3961339993ff5867d0fdd29b514f7b0d --- /dev/null +++ b/data/chunk-000/episode_000386.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e9cfae4196a2dc439a7517a19b9de7fe30efae47f2255236fda2d13a9d5e8a +size 29013446 diff --git a/data/chunk-000/episode_000387.parquet b/data/chunk-000/episode_000387.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c37f88cd40a74975e38bb91fdfa85e6d4c89f14 --- /dev/null +++ b/data/chunk-000/episode_000387.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fe7326b9cf1958400c8a7e9a27f4972d91f056a2cb157888d251102c547c81 +size 29452464 diff --git a/data/chunk-000/episode_000388.parquet b/data/chunk-000/episode_000388.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fb9024168e78658a310c4e817ff5426022a3f99 --- /dev/null +++ b/data/chunk-000/episode_000388.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ea43afbfdf2a62d69ef4e613ecb3b566b0e2d56e6078a674b16653a2d689d9 +size 30932460 diff --git a/data/chunk-000/episode_000389.parquet b/data/chunk-000/episode_000389.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a34077700f56001afd3f25e42f7582f814205b71 --- /dev/null +++ b/data/chunk-000/episode_000389.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c9d7a497a75fc684a678b23435b9312cd955a17737f1dd2e5740d1462c59ad +size 23226777 diff --git a/data/chunk-000/episode_000390.parquet b/data/chunk-000/episode_000390.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7444d4ded770f84f5baed58cb222fd8d16f2b30 --- /dev/null +++ b/data/chunk-000/episode_000390.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a469334eb78b4e6bd6435411c4460b7860384af2e35f38f697c88b82097caf +size 34884626 diff --git a/data/chunk-000/episode_000391.parquet b/data/chunk-000/episode_000391.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b3310d17714a04d83ecf51a7d4242b763433d18 --- /dev/null +++ b/data/chunk-000/episode_000391.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e2a51db8971359fd5622a300eeb107667a2d92058773b349424f5702c8c777 +size 30453166 diff --git a/data/chunk-000/episode_000392.parquet b/data/chunk-000/episode_000392.parquet new file mode 100644 index 0000000000000000000000000000000000000000..924b56627e33718a3617e4acae9ee0e9a18854e4 --- /dev/null +++ b/data/chunk-000/episode_000392.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26890b5bef7156450607fb751e7dd49703d4080661b29c0336a041ef817ac087 +size 27913600 diff --git a/data/chunk-000/episode_000393.parquet b/data/chunk-000/episode_000393.parquet new file mode 100644 index 0000000000000000000000000000000000000000..347909d69c393054af8d1dde1b89b30e69c0b0ee --- /dev/null +++ b/data/chunk-000/episode_000393.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03916d0ba4644014a2bceae2b46b3e1da08fb83000fb32bbc33efaa97c822bc9 +size 26815010 diff --git a/data/chunk-000/episode_000394.parquet b/data/chunk-000/episode_000394.parquet new file mode 100644 index 0000000000000000000000000000000000000000..852db0a61a922022c5e3914edc46e1c23b42681f --- /dev/null +++ b/data/chunk-000/episode_000394.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d83081866658c63b0e893de5e7b91f2a510f9e7fead4e62b2f6b4ed3e89caf0 +size 25457862 diff --git a/data/chunk-000/episode_000395.parquet b/data/chunk-000/episode_000395.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6a1713f3673c1fadb3da9fd7c81fa55aef79b90 --- /dev/null +++ b/data/chunk-000/episode_000395.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a05cad88fd8e6745b87aa73a8d555c348fbab29e3f30144ee5f71201cca916 +size 26932619 diff --git a/data/chunk-000/episode_000396.parquet b/data/chunk-000/episode_000396.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fa5c9055a55783fd17fedffb42a810f1c1030a3 --- /dev/null +++ b/data/chunk-000/episode_000396.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea93b0584727e5a577c1714ccaaa2e4449c6cee0af5a20207b6e6403991abfc +size 23469937 diff --git a/data/chunk-000/episode_000397.parquet b/data/chunk-000/episode_000397.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6c72bedc4da215d9e0c86941e0184a14d0920f7 --- /dev/null +++ b/data/chunk-000/episode_000397.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6757d4ccec9019574e15b3096f9b4019957608fb45a8f9afa3437c0c704a7f0 +size 28087956 diff --git a/data/chunk-000/episode_000398.parquet b/data/chunk-000/episode_000398.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fe33aeb309a44033bcb6a3ee068c16b23ef2b49 --- /dev/null +++ b/data/chunk-000/episode_000398.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6d5730fcc549694aefb6d9afd88d9294bc4350adac8874b1552689f9439e6e +size 28994966 diff --git a/data/chunk-000/episode_000399.parquet b/data/chunk-000/episode_000399.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b578e3bb870adc22212be5daedeedbb1d1f6e225 --- /dev/null +++ b/data/chunk-000/episode_000399.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08aed30334a7805c467f4fa8080d4f6af077d24ebe9c37235c0f874f200b3d7b +size 28267269 diff --git a/data/chunk-000/episode_000400.parquet b/data/chunk-000/episode_000400.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9a7c3ad43d0b820af358bfcfa87e64d0b62cd5c --- /dev/null +++ b/data/chunk-000/episode_000400.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631400118b15b29d72887241c0d543dd2ef47083915b2e78c399cace228f135b +size 26423104 diff --git a/data/chunk-000/episode_000401.parquet b/data/chunk-000/episode_000401.parquet new file mode 100644 index 0000000000000000000000000000000000000000..684229a53cc4dd6cb2be5add27f69c8ab2cda791 --- /dev/null +++ b/data/chunk-000/episode_000401.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3673978e979ecbcb38bc6dd4da953667b4a78a4a77d84442831c28a7f5b5c9f +size 25243744 diff --git a/data/chunk-000/episode_000402.parquet b/data/chunk-000/episode_000402.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c785d13d8b2a9ac89bdd7788bf8104ebd517a81d --- /dev/null +++ b/data/chunk-000/episode_000402.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfaf6717fcb63b8a5d481a8b7c64e3f0ea9e175adac85c01d26ccf579097468 +size 28828042 diff --git a/data/chunk-000/episode_000403.parquet b/data/chunk-000/episode_000403.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0165a3ef1e2bd53f6d0ec0826be53dd4586e38a2 --- /dev/null +++ b/data/chunk-000/episode_000403.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced1f648c634f6c89f338149011a6bb847824d658a4750459f394359888edd58 +size 27235177 diff --git a/data/chunk-000/episode_000404.parquet b/data/chunk-000/episode_000404.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48e22662bdc32011468d27488897106872e9a6be --- /dev/null +++ b/data/chunk-000/episode_000404.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcf0da9cc090dbf596a9905efa858788c8f9e0e49ed452f0c3e311f98e44080 +size 30340769 diff --git a/data/chunk-000/episode_000405.parquet b/data/chunk-000/episode_000405.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d092956b49103a9ca681f6757f9761dde408617e --- /dev/null +++ b/data/chunk-000/episode_000405.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81da16450f818911480f913f195690b0a3a9a81112ab9d874f998964866d565a +size 26008711 diff --git a/data/chunk-000/episode_000406.parquet b/data/chunk-000/episode_000406.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bd8e253d5fa7326084780284066cd2bdf129cd5 --- /dev/null +++ b/data/chunk-000/episode_000406.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f8b16d7c3d441cd85ad81b242c091c3f2911b263bb8216f24c975ca496b6ec +size 27939551 diff --git a/data/chunk-000/episode_000407.parquet b/data/chunk-000/episode_000407.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e98553a4b6bb5b59d1e9c8800c3017ffdcd26b7e --- /dev/null +++ b/data/chunk-000/episode_000407.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5032e2d832da0c889f7361d0983bfec4c3323de38737fd1ac14ba9c3f2e94c7c +size 35478946 diff --git a/data/chunk-000/episode_000408.parquet b/data/chunk-000/episode_000408.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66e83c12ab8c56481f30ef025f04e00ba41e2216 --- /dev/null +++ b/data/chunk-000/episode_000408.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4360a4e12f6fb6b09ef3ec93c1fe15131c748b3a171984d5ca9812d5fa3e2215 +size 29095483 diff --git a/data/chunk-000/episode_000409.parquet b/data/chunk-000/episode_000409.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee01e0a7d01da5142a8be71aa33790177496b736 --- /dev/null +++ b/data/chunk-000/episode_000409.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14811abae2755a0a9337ab892f151347d1f845766c7cbba3e26601cd4f44f483 +size 30731473 diff --git a/data/chunk-000/episode_000410.parquet b/data/chunk-000/episode_000410.parquet new file mode 100644 index 0000000000000000000000000000000000000000..194972a80f6926e4fe68877b5c7ce680e9b53228 --- /dev/null +++ b/data/chunk-000/episode_000410.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2d078e55983b4a1a234c67d7a209b521db7f0c2eaddbc54d5e7d315a7dc37f +size 31891247 diff --git a/data/chunk-000/episode_000411.parquet b/data/chunk-000/episode_000411.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bdce6b310da572a51665ef6b04b49c610bad480 --- /dev/null +++ b/data/chunk-000/episode_000411.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e712b4e5ad71a3bb75d569ead7e014a3823e1259c34dac79b298601e9c6080 +size 36666676 diff --git a/data/chunk-000/episode_000412.parquet b/data/chunk-000/episode_000412.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ebe958261f2df4a73e6ce7af691ffeee93b9d9d --- /dev/null +++ b/data/chunk-000/episode_000412.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85289d210a3376e9d8c3390b99a0f0c3703cbeefb19c9a2ebc814d93c57e36a6 +size 28005857 diff --git a/data/chunk-000/episode_000413.parquet b/data/chunk-000/episode_000413.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01aec55862c10c0594caab37e521c7440e5b8f1e --- /dev/null +++ b/data/chunk-000/episode_000413.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca97e4a1102845aef52fbe5ee92705eef947c977d6c3cc4cb73792552fc7b59 +size 24620676 diff --git a/data/chunk-000/episode_000414.parquet b/data/chunk-000/episode_000414.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61daf352346ee8cbc9fe9de1eddcfbbf393c0d54 --- /dev/null +++ b/data/chunk-000/episode_000414.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad6987bd3fb4f8761234e728da33c3c2b4e89509c50047a8151e9eea3df0bd1 +size 26500176 diff --git a/data/chunk-000/episode_000415.parquet b/data/chunk-000/episode_000415.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6fa3c17b8eeb9c31aeac98527654f9b8925a945 --- /dev/null +++ b/data/chunk-000/episode_000415.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d89666141047e091e74a043288f32ab282b73932ffa572e35b1a0e7079d6541 +size 27400539 diff --git a/data/chunk-000/episode_000416.parquet b/data/chunk-000/episode_000416.parquet new file mode 100644 index 0000000000000000000000000000000000000000..340de09293f925be2924116ef2220d4c48f47486 --- /dev/null +++ b/data/chunk-000/episode_000416.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc843ee7b4f7caea54a4c7a0ff7c110b63bdbe69e0091fb1d7ec106bb465d4b4 +size 33548862 diff --git a/data/chunk-000/episode_000417.parquet b/data/chunk-000/episode_000417.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fe5b511eba7b3b1f62adb43aaf6abb611566781 --- /dev/null +++ b/data/chunk-000/episode_000417.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046b8741e9b8dafe9fd2f018ef9a34ac7d177ddd80773a631bec64b0586abab1 +size 40535450 diff --git a/data/chunk-000/episode_000418.parquet b/data/chunk-000/episode_000418.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e2a471f8ab51e9bdab732d577298f739ed10cca --- /dev/null +++ b/data/chunk-000/episode_000418.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f303c14a1b94ffc7099eec8f5e001217f5c74bda2f1fe2ded1425ea950ae80 +size 36053323 diff --git a/data/chunk-000/episode_000419.parquet b/data/chunk-000/episode_000419.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be7b62032fd6d7ffd5488ef0adfc828478e24029 --- /dev/null +++ b/data/chunk-000/episode_000419.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46c6657d1454d6d03819bc71abb22c12c4b2ce6dd2e8b8570e3817fb1df8c64 +size 37477053 diff --git a/data/chunk-000/episode_000420.parquet b/data/chunk-000/episode_000420.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b47ce9281bc6c339e6fd193bc204cf472654ac40 --- /dev/null +++ b/data/chunk-000/episode_000420.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2b48a4fd26a1a2f45dce8168379d30919b8af741d6fb4721fc91ef9bc056f4 +size 70925592 diff --git a/data/chunk-000/episode_000421.parquet b/data/chunk-000/episode_000421.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd8201daf43e2ee29c3b8ed101b2081b4f089452 --- /dev/null +++ b/data/chunk-000/episode_000421.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da2e721eea7182f7a1db6333d32a64be19156c723a9062ca012ec2533ac8c54 +size 49622776 diff --git a/data/chunk-000/episode_000422.parquet b/data/chunk-000/episode_000422.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da9f0c7f8da13f68053a0c0f28aa1b343b56331a --- /dev/null +++ b/data/chunk-000/episode_000422.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9744f2e75f9f552e807fc44453fa06a6821a4fdcdcd95e71ec879ff63645ccc2 +size 52078907 diff --git a/data/chunk-000/episode_000423.parquet b/data/chunk-000/episode_000423.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcd2cb384a97f8c47c0ee049fa7cdee26a35377c --- /dev/null +++ b/data/chunk-000/episode_000423.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed552fe4972e3a3d1410a2d4710c28e934e703b7443a10497533e3d7ef9ac3bb +size 58653060 diff --git a/data/chunk-000/episode_000424.parquet b/data/chunk-000/episode_000424.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1546af7e8aadd4264517a85e1f77e4b63f6315cf --- /dev/null +++ b/data/chunk-000/episode_000424.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e35451c2cf99ae5fe07b17f52658ad797213dcfde0fd17dca6a1ee3a734216a +size 54779058 diff --git a/data/chunk-000/episode_000425.parquet b/data/chunk-000/episode_000425.parquet new file mode 100644 index 0000000000000000000000000000000000000000..785c1878ac5feab22698cbbf496dd0754af5bc29 --- /dev/null +++ b/data/chunk-000/episode_000425.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0f58491a4ab44120e15c1eaa84bf4dbcb1f3a61801ef231bc50e1d1cc63dc7 +size 46825776 diff --git a/data/chunk-000/episode_000426.parquet b/data/chunk-000/episode_000426.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c050a4d1fa1d3a0920f542adafcc6669f70e7ad2 --- /dev/null +++ b/data/chunk-000/episode_000426.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cac8a6082efda34e840f97cc166989d6337fe36ea4e0d9518688516281cb4f8 +size 52690580 diff --git a/data/chunk-000/episode_000427.parquet b/data/chunk-000/episode_000427.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69763de65df13ea6d6de8e7dd20cf60ecbea07e9 --- /dev/null +++ b/data/chunk-000/episode_000427.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625f8032a42f180d4af2e998b73d0862e9c1bc5509f084658d0a49ca16edf27d +size 38566105 diff --git a/data/chunk-000/episode_000428.parquet b/data/chunk-000/episode_000428.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b1a4831372ed8646c9059458c8369fcece1a77b --- /dev/null +++ b/data/chunk-000/episode_000428.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf089b408b846228c9ee765207d329d027e5f4d55b7db6580bd6081853b6e54 +size 51512882 diff --git a/data/chunk-000/episode_000429.parquet b/data/chunk-000/episode_000429.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11b548c180c85b9c4c28acddfded64bc22ae1b6b --- /dev/null +++ b/data/chunk-000/episode_000429.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc60b4f326194fb7c07df17e68bffe2fe00bb12ded0595567255156628e172a +size 35092463 diff --git a/data/chunk-000/episode_000430.parquet b/data/chunk-000/episode_000430.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8d187cb138a7c7e02fd90381ba235bf5638ef21 --- /dev/null +++ b/data/chunk-000/episode_000430.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4270cbfa0ff60cb24b7146051edee5dd28c236261f13579550c95a6b0bea0d0 +size 38548675 diff --git a/data/chunk-000/episode_000431.parquet b/data/chunk-000/episode_000431.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0651fb4e22f22c1eb3e42946421f1f57a724be20 --- /dev/null +++ b/data/chunk-000/episode_000431.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4390e40bbe6ce2699b88a8fa5249b38f42ba62fde115dfc427f515e0c5ae1d +size 35420557 diff --git a/data/chunk-000/episode_000432.parquet b/data/chunk-000/episode_000432.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd7f5d0a5d6e3c3550235e967e2d1a894205803c --- /dev/null +++ b/data/chunk-000/episode_000432.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8146e62fab5f583296f27e9a6f1f05c6a92669cdb17dcc2142ef16f89588f657 +size 59252743 diff --git a/data/chunk-000/episode_000433.parquet b/data/chunk-000/episode_000433.parquet new file mode 100644 index 0000000000000000000000000000000000000000..325d3fe196c40e302ee1b7f8e75d6519b3aa11de --- /dev/null +++ b/data/chunk-000/episode_000433.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c43b298615c87ceeda380fb1ecf77b6e12835bd0021da5266896b69bf763101 +size 61340971 diff --git a/data/chunk-000/episode_000434.parquet b/data/chunk-000/episode_000434.parquet new file mode 100644 index 0000000000000000000000000000000000000000..702eb9733a62c06ff89ee2af02a0723377acc9cc --- /dev/null +++ b/data/chunk-000/episode_000434.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0a23f1053d8bf6da9654ab9f833aaf16983c7a84b86d5a60e56c7417bdde1d +size 62604689 diff --git a/data/chunk-000/episode_000435.parquet b/data/chunk-000/episode_000435.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9445940ae94e665c7b38463fd802dbee3ae2c3a --- /dev/null +++ b/data/chunk-000/episode_000435.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd0de539cee28e7ac7489c80e7f79dd421b5aec55b4d4b77ab2b44dc9a081c9 +size 73917769 diff --git a/data/chunk-000/episode_000436.parquet b/data/chunk-000/episode_000436.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74e1a9bf09d6e4a844e3e947f8d9a0e1d60f9ee0 --- /dev/null +++ b/data/chunk-000/episode_000436.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c500fa016989fe6a61662310f5e3995fb222ee78525c520d52972ae1770c1427 +size 61227890 diff --git a/data/chunk-000/episode_000437.parquet b/data/chunk-000/episode_000437.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d31629f5a04deb6cfabe7f9d7cc4a447e99ede73 --- /dev/null +++ b/data/chunk-000/episode_000437.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865dc62a04accc17facab933186a038afd4e6dddd11c1c7f4f362dcea4b2db92 +size 59199313 diff --git a/data/chunk-000/episode_000438.parquet b/data/chunk-000/episode_000438.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7c70595209df62a0e107fdba84b11f463d1339a --- /dev/null +++ b/data/chunk-000/episode_000438.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5807db9652ad64ee340351b53d8473c6c73fbc97b7231bf6fab5212a9e20c17b +size 20633162 diff --git a/data/chunk-000/episode_000439.parquet b/data/chunk-000/episode_000439.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b82958c5bcfe76f0928dc18d13daebcfeeef4fad --- /dev/null +++ b/data/chunk-000/episode_000439.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24b1273a40d5b68fee6a8289d0226ab0f95e2aa49d04a035d8fcdd62f754ef0 +size 18309498 diff --git a/data/chunk-000/episode_000440.parquet b/data/chunk-000/episode_000440.parquet new file mode 100644 index 0000000000000000000000000000000000000000..411f12851cfaad18f404574e77f52c03d06b628c --- /dev/null +++ b/data/chunk-000/episode_000440.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c55ae1a8213d293abb61eb22cf401ebc6f72aa7734afcb181495f561ddea002 +size 24362655 diff --git a/data/chunk-000/episode_000441.parquet b/data/chunk-000/episode_000441.parquet new file mode 100644 index 0000000000000000000000000000000000000000..baffad947f5f0d6ab7fec873534a4c76a62d28c1 --- /dev/null +++ b/data/chunk-000/episode_000441.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db83aeed959ed5f858d2e2ab597af2621f544f19e0136a28d596c1a845512ca +size 21046020 diff --git a/data/chunk-000/episode_000442.parquet b/data/chunk-000/episode_000442.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff3237134764329d489e6dddf4f58e9cc05ce3e3 --- /dev/null +++ b/data/chunk-000/episode_000442.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd84ac6490f4de4e604070374a73eaad2570fa3ff842d72ee4402df7a06f860 +size 36460990 diff --git a/data/chunk-000/episode_000443.parquet b/data/chunk-000/episode_000443.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5dba6bff97f1c9dd6498361acec9738798bf595f --- /dev/null +++ b/data/chunk-000/episode_000443.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785502e346836acfca070b23490f45e36e6498f81b2977c1c2331cfd6f5c72cb +size 30761832 diff --git a/data/chunk-000/episode_000444.parquet b/data/chunk-000/episode_000444.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6ae76b3ab0a755e428cc615534c5b28e18bab90 --- /dev/null +++ b/data/chunk-000/episode_000444.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101995a94fc622da8680daf636424ae176915c35daa6f6adcd03ad575122385c +size 31568336 diff --git a/data/chunk-000/episode_000445.parquet b/data/chunk-000/episode_000445.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aecf26f1dc11496df81ee149e7c229be93bacaa4 --- /dev/null +++ b/data/chunk-000/episode_000445.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886ef9273cae0aaa178ba2397ebe49878e9f01e164037c341c6cc4220920326f +size 39412787 diff --git a/data/chunk-000/episode_000446.parquet b/data/chunk-000/episode_000446.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ae1888d3abf4741c57b79223ab7a835a3ff375f --- /dev/null +++ b/data/chunk-000/episode_000446.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae86bd1966d761cf9016391c19fc1d09b5f95aefafb54aded133ce19eeb453ea +size 52233711 diff --git a/data/chunk-000/episode_000447.parquet b/data/chunk-000/episode_000447.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aec5edc549cbff815ff1402a8f6490cd47463d27 --- /dev/null +++ b/data/chunk-000/episode_000447.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77159a81564d1075179a99279877d1b5b4bd0fe2e0fd9e85947c73b27904bb5 +size 43230227 diff --git a/data/chunk-000/episode_000448.parquet b/data/chunk-000/episode_000448.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df8f772f73b361c07c84b50145b947d1a50ef091 --- /dev/null +++ b/data/chunk-000/episode_000448.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0d22575cdcd70fc16c003a38b62e6176354083f7f60e7b908fe946ea9e16de +size 43780473 diff --git a/data/chunk-000/episode_000449.parquet b/data/chunk-000/episode_000449.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6f06d43887bd8903063487f2fd7305f3a587aed --- /dev/null +++ b/data/chunk-000/episode_000449.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea0191f2d7e0c50f09b81e69003ddb5d673241f159fd0dd24abb28570180dd3 +size 33146113 diff --git a/data/chunk-000/episode_000450.parquet b/data/chunk-000/episode_000450.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0192d883e8d0f85c73a22160737b2f51b4d3362b --- /dev/null +++ b/data/chunk-000/episode_000450.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be09a8a363d681a3112d2c10b847e79907d877ea07de93462d8cf42ad4901be6 +size 20908984 diff --git a/data/chunk-000/episode_000451.parquet b/data/chunk-000/episode_000451.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4eef4b87c03a5e77ed9e4e98daba0e6359bf2a2f --- /dev/null +++ b/data/chunk-000/episode_000451.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c393058448d56fa33e48d7e415d4d90bd6644c9a90fd7fa1c89497ac0d7149c2 +size 16873255 diff --git a/data/chunk-000/episode_000452.parquet b/data/chunk-000/episode_000452.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2819bcee11e6a04663a27ffa3e59ed697c80297 --- /dev/null +++ b/data/chunk-000/episode_000452.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4db488e347c5c27545bc692040e47aae7c228e4b0eaad22281df163731c73e +size 29085783 diff --git a/data/chunk-000/episode_000453.parquet b/data/chunk-000/episode_000453.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f07baa4ce96fd1b6bf9b57193d9be699bda4fa29 --- /dev/null +++ b/data/chunk-000/episode_000453.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d78f757fb20248ea24a6502c5545ffd7238054da560cad443cb2f35cc2f69e +size 23246356 diff --git a/data/chunk-000/episode_000454.parquet b/data/chunk-000/episode_000454.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aa730afb23034f4efd410ec7ec72288970656c4 --- /dev/null +++ b/data/chunk-000/episode_000454.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f110753943897682fa1b4354e8448e26e89a77e73fbd0bbb9fc4b2cc891013a +size 42547184 diff --git a/data/chunk-000/episode_000455.parquet b/data/chunk-000/episode_000455.parquet new file mode 100644 index 0000000000000000000000000000000000000000..302cd2d1080c303c308b1bd891205be5c781cb83 --- /dev/null +++ b/data/chunk-000/episode_000455.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c17b5c880c839c0cbf056df1086d9f0d6cf6b83dfbb5b561bf3fc13c6d8ff0 +size 40534776 diff --git a/data/chunk-000/episode_000456.parquet b/data/chunk-000/episode_000456.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6366254f3d51f2cd85792c89e2a3aae5aaf0ab0d --- /dev/null +++ b/data/chunk-000/episode_000456.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19132c6c4e7021c2daebcd48f78baa064dae6cd63b825ac877ff6da045302da3 +size 33946607 diff --git a/data/chunk-000/episode_000457.parquet b/data/chunk-000/episode_000457.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cc0fb42ef79eb27c1a2137f4a9048ff7b280a18 --- /dev/null +++ b/data/chunk-000/episode_000457.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda2357e0ac33951359b4b4df993dadf3166790a10c19777f8da857127c994b9 +size 34540240 diff --git a/data/chunk-000/episode_000458.parquet b/data/chunk-000/episode_000458.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cf9ca4bcc7b9970616aee510f2300356c7102ca --- /dev/null +++ b/data/chunk-000/episode_000458.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9d0c0ac544c0759b5755f620689db7aeb020dd84698186a0097c741c720865 +size 43437363 diff --git a/data/chunk-000/episode_000459.parquet b/data/chunk-000/episode_000459.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e8f2eb20936b64be616329248135d4d9f82c9c7 --- /dev/null +++ b/data/chunk-000/episode_000459.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ca3d88295f18eab1558dd04786d7cf99057d7dd47f5d212fba6e6412a3ecb1 +size 36575384 diff --git a/data/chunk-000/episode_000460.parquet b/data/chunk-000/episode_000460.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4ca3e0ec788df86ed9e63e45ef237114d0d3931 --- /dev/null +++ b/data/chunk-000/episode_000460.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c294e474f7d730d8793291c03965b32409a451af6a0d54ffb9f7a2b13e76872 +size 45216253 diff --git a/data/chunk-000/episode_000461.parquet b/data/chunk-000/episode_000461.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be90b009443b1ca167c9a195a3cd92738fc3572b --- /dev/null +++ b/data/chunk-000/episode_000461.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e090abf19dd83572ebcb8138f677054b453413e5c950b1e63f8aa98c655e7648 +size 47743349 diff --git a/data/chunk-000/episode_000462.parquet b/data/chunk-000/episode_000462.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aac59a6a9eabce735f28326e4a454da2e420abe2 --- /dev/null +++ b/data/chunk-000/episode_000462.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf022c4340be7c6c17460a5e5954d77ae7253867300eba1253b42cc5a5acb3f +size 35742622 diff --git a/data/chunk-000/episode_000463.parquet b/data/chunk-000/episode_000463.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc4d6b2399af7c8806b26b05c7ddb193d770cc3c --- /dev/null +++ b/data/chunk-000/episode_000463.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a778ba00b9ba93d9b1eb05ce02620c1f1b8090f8726213aa97c540680eae9e5 +size 34324985 diff --git a/data/chunk-000/episode_000464.parquet b/data/chunk-000/episode_000464.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e300e728d1be94544de6deee4aa2a5b126b879ba --- /dev/null +++ b/data/chunk-000/episode_000464.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1666f3151f14a02d5adfab35058fedb98c33cbdea36323dbe87b0ba911232394 +size 49140285 diff --git a/data/chunk-000/episode_000465.parquet b/data/chunk-000/episode_000465.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71a8230a1e9385af2bc06125d02ccfb19e5b92e3 --- /dev/null +++ b/data/chunk-000/episode_000465.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657c0edee5cbf967a0a8081995e8e8de40ef267b7c3652f34c587d47e3259136 +size 32693369 diff --git a/data/chunk-000/episode_000466.parquet b/data/chunk-000/episode_000466.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5b1a94ae95fc4bd03987feb34d4de9561683952 --- /dev/null +++ b/data/chunk-000/episode_000466.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08194c89eeb97e0ea39ea49c0618aedf077e668ab9371acba6c80e023f5786cf +size 36529016 diff --git a/data/chunk-000/episode_000467.parquet b/data/chunk-000/episode_000467.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73ede0fa273ac32d280537e0ddefbb248e58c1a0 --- /dev/null +++ b/data/chunk-000/episode_000467.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc4c7f4b214d5feda3e09a53a8f0e1e87be0dd3a7c5941af35f48ca36681c9f +size 30761875 diff --git a/data/chunk-000/episode_000468.parquet b/data/chunk-000/episode_000468.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21a08a2e7992fa9c22b873f1f5a59a6063542cd2 --- /dev/null +++ b/data/chunk-000/episode_000468.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588e10074b5648cff982f91b03a5a8574d93ba9575b023e78ea2a5dfb64d50c1 +size 31925420 diff --git a/data/chunk-000/episode_000469.parquet b/data/chunk-000/episode_000469.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54ff261040fe1c874f7a340ac48cd2a30666dcf5 --- /dev/null +++ b/data/chunk-000/episode_000469.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a69207057c445367307a1acc78b99aaa5212e3a0396fa5c07e15d8b8f444fe1 +size 36043539 diff --git a/data/chunk-000/episode_000470.parquet b/data/chunk-000/episode_000470.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb7d67e95bd2f67214d25c43798c132d122f63d7 --- /dev/null +++ b/data/chunk-000/episode_000470.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae497fd3f96cc4ade3a621c8f5e187124772d28d84049083ecb39a7f0ef17053 +size 33436571 diff --git a/data/chunk-000/episode_000471.parquet b/data/chunk-000/episode_000471.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be3866db60d15f69eceeae3e015e4716917c5605 --- /dev/null +++ b/data/chunk-000/episode_000471.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa50ae37841492bc3b2312002087f9482c3c0880a1621261be962eabb64bdd88 +size 40133370 diff --git a/data/chunk-000/episode_000472.parquet b/data/chunk-000/episode_000472.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c40b856ec074c1d84982c7640fab2b5063ad430f --- /dev/null +++ b/data/chunk-000/episode_000472.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31aeef00f83f2768d07a5bfa6bfb204ac7d16d63efd649ef3d8f372c34488c4 +size 37133686 diff --git a/data/chunk-000/episode_000473.parquet b/data/chunk-000/episode_000473.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80b620bd6f48e2be9e0cc340ac220a1a14a4d2ef --- /dev/null +++ b/data/chunk-000/episode_000473.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba22dec7a44208ab966029fcd6008157c6d9ec66242d29c066e4048882cc01cc +size 34029805 diff --git a/data/chunk-000/episode_000474.parquet b/data/chunk-000/episode_000474.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25c6624ad38b938f3fc8698bbb7baca4e60b0259 --- /dev/null +++ b/data/chunk-000/episode_000474.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d9d28d2b0a3978128eaf3cdc4bea765be7a044f2929e4b7bcc0b8167ec97c1 +size 39935958 diff --git a/data/chunk-000/episode_000475.parquet b/data/chunk-000/episode_000475.parquet new file mode 100644 index 0000000000000000000000000000000000000000..595efbfb2fde57a88be4996f903458636d7d4402 --- /dev/null +++ b/data/chunk-000/episode_000475.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14f81bb59216366482b74afe1d6a860746fb113c6747e96b8d8fbce7e1c41ec +size 34549712 diff --git a/data/chunk-000/episode_000476.parquet b/data/chunk-000/episode_000476.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00b8464df6ae909e5bb66edb5a5b36ab606d4b20 --- /dev/null +++ b/data/chunk-000/episode_000476.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0df31ae8d84017a6584b2dc39f436fbc2ed385226df994c9150bbdb68aa4f16 +size 29968655 diff --git a/data/chunk-000/episode_000477.parquet b/data/chunk-000/episode_000477.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0746c16e0ede980662a7ffe6f5ebdd88c8bcfa04 --- /dev/null +++ b/data/chunk-000/episode_000477.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78a7f8567d43093ffd63cd9b680ffaf34bf0e2be9de49df92d7daa789863ae9 +size 34571413 diff --git a/data/chunk-000/episode_000478.parquet b/data/chunk-000/episode_000478.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b3d1be4f8586eac61a44a84a218f95eb91ef379 --- /dev/null +++ b/data/chunk-000/episode_000478.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad880b9c240783b3e874af89cd42fe8129afd3683cfbf900950de7f3ec556aa +size 32373767 diff --git a/data/chunk-000/episode_000479.parquet b/data/chunk-000/episode_000479.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf3426f9912abf6871bf979c8f63693147d131b3 --- /dev/null +++ b/data/chunk-000/episode_000479.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d99f4509bffdd14fbfa30ee45e216b21418ac74209603895e53fb2a71345279 +size 31669671 diff --git a/data/chunk-000/episode_000480.parquet b/data/chunk-000/episode_000480.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb2a454f9e4e66a1a2b79e7b3d4efc09835554de --- /dev/null +++ b/data/chunk-000/episode_000480.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201bcb2a41d4302663a70595fea4eebbded35b46ee61276898a51c35fbb4a201 +size 36822581 diff --git a/data/chunk-000/episode_000481.parquet b/data/chunk-000/episode_000481.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1b686620d56c91f38571cf4bb2f741214d65513 --- /dev/null +++ b/data/chunk-000/episode_000481.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668e6970adbf44c2fc7a09f84f37471e4792341d0bd7ecbe9d92a0e8ec904833 +size 30646613 diff --git a/data/chunk-000/episode_000482.parquet b/data/chunk-000/episode_000482.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f43513a9a4102217d16637a502f3ea4d3d38829 --- /dev/null +++ b/data/chunk-000/episode_000482.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a6a6151038a13371db6210a5ab46690361e2508cd3f9a5c3b6a5712a135290 +size 33887079 diff --git a/data/chunk-000/episode_000483.parquet b/data/chunk-000/episode_000483.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e5a44bbcd9eb47294731310e15af87e7ede27f2 --- /dev/null +++ b/data/chunk-000/episode_000483.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52987bf693239c36fc73710a62f84225cbd21c1a1afe7ed515c5c02aad058f5a +size 35743991 diff --git a/data/chunk-000/episode_000484.parquet b/data/chunk-000/episode_000484.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b93f464497c26d3005507dd57ade4e1883cc455 --- /dev/null +++ b/data/chunk-000/episode_000484.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cd8bded76745fe6040b3fd05eb931893cd22d0b205aca607953026dd1f41be +size 32095901 diff --git a/data/chunk-000/episode_000485.parquet b/data/chunk-000/episode_000485.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9368a58b062364f3f1928e89aed3802888f24c83 --- /dev/null +++ b/data/chunk-000/episode_000485.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d24e5c821e21e912dcd09ab6745a3055f8e3f7af5d4092cdd2214432eed1f9 +size 38119278 diff --git a/data/chunk-000/episode_000486.parquet b/data/chunk-000/episode_000486.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e720a6fc093c554c34e88eb4ba076011cf08aaf --- /dev/null +++ b/data/chunk-000/episode_000486.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d544729e271ff8b82975746d7b01f0b19ce5c7b345e87421ddb81df98818f529 +size 24865949 diff --git a/data/chunk-000/episode_000487.parquet b/data/chunk-000/episode_000487.parquet new file mode 100644 index 0000000000000000000000000000000000000000..832b42e12e5ef87716ae5968b0003ff3fb509e65 --- /dev/null +++ b/data/chunk-000/episode_000487.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2751523611e88e6739f8c7130092545b2c28ca8ff212a86539ec0a899d6a23dd +size 25250426 diff --git a/data/chunk-000/episode_000488.parquet b/data/chunk-000/episode_000488.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13b9ae915b83e14d722f355fc432939e8a6c2e69 --- /dev/null +++ b/data/chunk-000/episode_000488.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ba8c5a8b947634a6aa0808d10ad018cf6f6b81fe17786e305800b1047321ee +size 29296852 diff --git a/data/chunk-000/episode_000489.parquet b/data/chunk-000/episode_000489.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42ae9a34f75b2305ddd31dd324accd02c98afec0 --- /dev/null +++ b/data/chunk-000/episode_000489.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1312052a477c6f91015e69ac46552b22e657c0a39ad66aa5ca57a7f9703e05d2 +size 32103567 diff --git a/data/chunk-000/episode_000490.parquet b/data/chunk-000/episode_000490.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce048983f16593d4f6c1b087681779a49ad15de7 --- /dev/null +++ b/data/chunk-000/episode_000490.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1933c94e7fd01f3f30d8d517a781f03b3d812d08fbb31accd9e262e333d4c359 +size 37656199 diff --git a/data/chunk-000/episode_000491.parquet b/data/chunk-000/episode_000491.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbf93e415119b831263907b3c43b623fe53a7453 --- /dev/null +++ b/data/chunk-000/episode_000491.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38401210ac62082ac248faaa1ae677a1aefb31fdbe5b28244b010f3236a0b3e +size 43873133 diff --git a/data/chunk-000/episode_000492.parquet b/data/chunk-000/episode_000492.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c95c5155416b8ba95188a599a3edfc72832e8457 --- /dev/null +++ b/data/chunk-000/episode_000492.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0d43bbe74fc16de6dc917754db5f5debd0159c57af0578a9a14a7172aa0ea9 +size 47559369 diff --git a/data/chunk-000/episode_000493.parquet b/data/chunk-000/episode_000493.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6a29a5b16033423f8678ffe5c5752a60c2b0352 --- /dev/null +++ b/data/chunk-000/episode_000493.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394044095bccaecf6e8b6de1eab268f24d29803e0797b6e1ea73a6d7f114b9c3 +size 38457392 diff --git a/data/chunk-000/episode_000494.parquet b/data/chunk-000/episode_000494.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e361e8905549a3d68342bde9e8abc465244dbe10 --- /dev/null +++ b/data/chunk-000/episode_000494.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c1cf4c3d419d1b504678824fe8781368b60620f63c507fd496ecc9da0e7010 +size 34952896 diff --git a/data/chunk-000/episode_000495.parquet b/data/chunk-000/episode_000495.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d6218cc20a3fca2adb7e024cbd03a1e6f053a81 --- /dev/null +++ b/data/chunk-000/episode_000495.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ebb4167c5e1f8766a58aaf4fc597199fc8372df9b1e316f839f99d0f4c54a0 +size 30106911 diff --git a/data/chunk-000/episode_000496.parquet b/data/chunk-000/episode_000496.parquet new file mode 100644 index 0000000000000000000000000000000000000000..508d65165c03cfc13141cecb734ea0e83385d2b5 --- /dev/null +++ b/data/chunk-000/episode_000496.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6fae10bf581bc94ecaeff17012d457b8399596118c604ad988def7b1739196 +size 30449498 diff --git a/data/chunk-000/episode_000497.parquet b/data/chunk-000/episode_000497.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de6f8a194df4e1d498d8f9698b75701d169213c4 --- /dev/null +++ b/data/chunk-000/episode_000497.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bce14ab62d2cfde19b6c5126a18444e7f84d18748d5acc8e44a36fe8f15abe +size 32319763 diff --git a/data/chunk-000/episode_000498.parquet b/data/chunk-000/episode_000498.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a89c3d838c6ef75fc177bda9a5d27d7b8d6475c5 --- /dev/null +++ b/data/chunk-000/episode_000498.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e76ccb9c6b2eeb2b2871ec4288a6cd5dbb7311ceb942baf0e5054e20dd570e +size 23315145 diff --git a/data/chunk-000/episode_000499.parquet b/data/chunk-000/episode_000499.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5ed91c6c59fce322cf49eeac6bfc928bca59108 --- /dev/null +++ b/data/chunk-000/episode_000499.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa653a9b06eac020ba962f7c27aaee7afe489b852f89198c5410d65b89812fa +size 22791580 diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..66dc3b25072f3b2d2a9e38303ca4c070922b2aec --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,2520 @@ +{"episode_index": 0, "tasks": ["pick up the bowl on the plate and place it on top of the white cabinet"], "length": 273} +{"episode_index": 1, "tasks": ["pick up the bowl on the plate and place it on top of the white cabinet"], "length": 312} +{"episode_index": 2, "tasks": ["pick up the bowl on the plate and place it on top of the white cabinet"], "length": 333} +{"episode_index": 3, "tasks": ["pick up the bowl on the plate and place it on top of the white cabinet"], "length": 301} +{"episode_index": 4, "tasks": ["pick up the bowl on the table and place it on top of the white cabinet"], "length": 501} +{"episode_index": 5, "tasks": ["pick up the bowl on the table and place it on top of the white cabinet"], "length": 533} +{"episode_index": 6, "tasks": ["pick up the bowl on the table and place it on top of the white cabinet"], "length": 429} +{"episode_index": 7, "tasks": ["pick up the bowl on the table and place it on top of the white cabinet"], "length": 528} +{"episode_index": 8, "tasks": ["pick up the bowl on the table and place it to the left of the bowl drainer"], "length": 513} +{"episode_index": 9, "tasks": ["pick up the bowl on the table and place it to the left of the bowl drainer"], "length": 425} +{"episode_index": 10, "tasks": ["pick up the bowl on the table and place it to the left of the bowl drainer"], "length": 435} +{"episode_index": 11, "tasks": ["pick up the bowl on the table and place it to the left of the bowl drainer"], "length": 376} +{"episode_index": 12, "tasks": ["pick up the bowl on the table and place it to the left of the bowl drainer"], "length": 456} +{"episode_index": 13, "tasks": ["pick up the bowl on the table and place it to the right of the bowl drainer"], "length": 428} +{"episode_index": 14, "tasks": ["pick up the bowl on the table and place it to the right of the bowl drainer"], "length": 377} +{"episode_index": 15, "tasks": ["pick up the bowl on the table and place it to the right of the bowl drainer"], "length": 362} +{"episode_index": 16, "tasks": ["pick up the bowl on the table and place it to the right of the bowl drainer"], "length": 410} +{"episode_index": 17, "tasks": ["pick up the bowl on the table and place it to the right of the bowl drainer"], "length": 390} +{"episode_index": 18, "tasks": ["pick up the bowl on the plate and place it to the right of the bowl drainer"], "length": 305} +{"episode_index": 19, "tasks": ["pick up the bowl on the plate and place it to the right of the bowl drainer"], "length": 308} +{"episode_index": 20, "tasks": ["pick up the bowl on the plate and place it to the right of the bowl drainer"], "length": 267} +{"episode_index": 21, "tasks": ["pick up the bowl on the plate and place it to the left of the bowl drainer"], "length": 284} +{"episode_index": 22, "tasks": ["pick up the bowl on the plate and place it to the left of the bowl drainer"], "length": 257} +{"episode_index": 23, "tasks": ["pick up the bowl on the plate and place it to the left of the bowl drainer"], "length": 220} +{"episode_index": 24, "tasks": ["open the top drawer of the wooden cabinet"], "length": 367} +{"episode_index": 25, "tasks": ["open the top drawer of the wooden cabinet"], "length": 244} +{"episode_index": 26, "tasks": ["place the green bowl on the plate"], "length": 277} +{"episode_index": 27, "tasks": ["place the green bowl on the plate"], "length": 276} +{"episode_index": 28, "tasks": ["place the green bowl on the plate"], "length": 227} +{"episode_index": 29, "tasks": ["place the green bowl on the plate"], "length": 321} +{"episode_index": 30, "tasks": ["place the green bowl on the plate"], "length": 290} +{"episode_index": 31, "tasks": ["place the green bowl on the plate"], "length": 274} +{"episode_index": 32, "tasks": ["place the yellow bowl on the plate"], "length": 359} +{"episode_index": 33, "tasks": ["place the yellow bowl on the plate"], "length": 287} +{"episode_index": 34, "tasks": ["place the red bowl on the plate"], "length": 423} +{"episode_index": 35, "tasks": ["place the red bowl on the plate"], "length": 473} +{"episode_index": 36, "tasks": ["place the yellow bowl on the plate"], "length": 516} +{"episode_index": 37, "tasks": ["place the yellow bowl on the plate"], "length": 513} +{"episode_index": 38, "tasks": ["place the yellow bowl on the plate"], "length": 649} +{"episode_index": 39, "tasks": ["open the middle drawer of the wooden cabinet"], "length": 444} +{"episode_index": 40, "tasks": ["open the middle drawer of the wooden cabinet"], "length": 709} +{"episode_index": 41, "tasks": ["place the red bowl on top of the wooden cabinet"], "length": 759} +{"episode_index": 42, "tasks": ["place the red bowl on top of the wooden cabinet"], "length": 790} +{"episode_index": 43, "tasks": ["place the red bowl on top of the wooden cabinet"], "length": 766} +{"episode_index": 44, "tasks": ["place the yellow bowl on top of the wooden cabinet"], "length": 741} +{"episode_index": 45, "tasks": ["place the yellow bowl on top of the wooden cabinet"], "length": 786} +{"episode_index": 46, "tasks": ["place the red bowl on the plate"], "length": 537} +{"episode_index": 47, "tasks": ["place the red bowl on the plate"], "length": 592} +{"episode_index": 48, "tasks": ["place the red bowl on the plate"], "length": 672} +{"episode_index": 49, "tasks": ["open the top drawer of the wooden cabinet"], "length": 446} +{"episode_index": 50, "tasks": ["open the top drawer of the wooden cabinet"], "length": 471} +{"episode_index": 51, "tasks": ["place the green bowl on top of the wooden cabinet"], "length": 665} +{"episode_index": 52, "tasks": ["place the green bowl on top of the wooden cabinet"], "length": 662} +{"episode_index": 53, "tasks": ["place the green bowl on top of the wooden cabinet"], "length": 716} +{"episode_index": 54, "tasks": ["place the green bowl on the plate"], "length": 397} +{"episode_index": 55, "tasks": ["place the green bowl on the plate"], "length": 456} +{"episode_index": 56, "tasks": ["turn on the flat stove"], "length": 155} +{"episode_index": 57, "tasks": ["turn on the flat stove"], "length": 218} +{"episode_index": 58, "tasks": ["turn on the flat stove"], "length": 208} +{"episode_index": 59, "tasks": ["turn on the flat stove"], "length": 170} +{"episode_index": 60, "tasks": ["turn on the flat stove"], "length": 200} +{"episode_index": 61, "tasks": ["turn on the flat stove"], "length": 226} +{"episode_index": 62, "tasks": ["place the green bowl on the flat stove"], "length": 230} +{"episode_index": 63, "tasks": ["place the green bowl on the flat stove"], "length": 200} +{"episode_index": 64, "tasks": ["place the green bowl on the flat stove"], "length": 239} +{"episode_index": 65, "tasks": ["place the green bowl on the flat stove"], "length": 278} +{"episode_index": 66, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 341} +{"episode_index": 67, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 318} +{"episode_index": 68, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 319} +{"episode_index": 69, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 275} +{"episode_index": 70, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 309} +{"episode_index": 71, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 258} +{"episode_index": 72, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 293} +{"episode_index": 73, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 304} +{"episode_index": 74, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 292} +{"episode_index": 75, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 331} +{"episode_index": 76, "tasks": ["place the green bowl on the flat stove and turn on the flat stove"], "length": 416} +{"episode_index": 77, "tasks": ["place the green bowl on the flat stove and turn on the flat stove"], "length": 520} +{"episode_index": 78, "tasks": ["place the green bowl on the flat stove and turn on the flat stove"], "length": 536} +{"episode_index": 79, "tasks": ["place the green bowl on the flat stove and turn on the flat stove"], "length": 554} +{"episode_index": 80, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 543} +{"episode_index": 81, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 493} +{"episode_index": 82, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 543} +{"episode_index": 83, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 441} +{"episode_index": 84, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 433} +{"episode_index": 85, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 432} +{"episode_index": 86, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 470} +{"episode_index": 87, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 322} +{"episode_index": 88, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 285} +{"episode_index": 89, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 264} +{"episode_index": 90, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 349} +{"episode_index": 91, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 313} +{"episode_index": 92, "tasks": ["place the black bowl on the flat stove"], "length": 235} +{"episode_index": 93, "tasks": ["place the black bowl on the flat stove"], "length": 291} +{"episode_index": 94, "tasks": ["place the black bowl on the flat stove"], "length": 286} +{"episode_index": 95, "tasks": ["place the black bowl on the flat stove"], "length": 253} +{"episode_index": 96, "tasks": ["place the black bowl on the flat stove"], "length": 295} +{"episode_index": 97, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 304} +{"episode_index": 98, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 293} +{"episode_index": 99, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 269} +{"episode_index": 100, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 240} +{"episode_index": 101, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 238} +{"episode_index": 102, "tasks": ["place the green bowl in the left side of the drainer"], "length": 352} +{"episode_index": 103, "tasks": ["place the green bowl in the left side of the drainer"], "length": 443} +{"episode_index": 104, "tasks": ["place the green bowl in the left side of the drainer"], "length": 317} +{"episode_index": 105, "tasks": ["place the green bowl in the left side of the drainer"], "length": 355} +{"episode_index": 106, "tasks": ["place the green bowl in the left side of the drainer"], "length": 350} +{"episode_index": 107, "tasks": ["place the green bowl in the left side of the drainer"], "length": 308} +{"episode_index": 108, "tasks": ["place the green bowl in the left side of the drainer"], "length": 323} +{"episode_index": 109, "tasks": ["stack the smallest bowl on the middle-sized black bowl"], "length": 186} +{"episode_index": 110, "tasks": ["stack the smallest bowl on the middle-sized black bowl"], "length": 196} +{"episode_index": 111, "tasks": ["stack the smallest bowl on the middle-sized black bowl"], "length": 247} +{"episode_index": 112, "tasks": ["stack the smallest bowl on the middle-sized black bowl"], "length": 226} +{"episode_index": 113, "tasks": ["stack middle-sized black bowl on the green bowl"], "length": 334} +{"episode_index": 114, "tasks": ["stack middle-sized black bowl on the green bowl"], "length": 298} +{"episode_index": 115, "tasks": ["stack middle-sized black bowl on the green bowl"], "length": 297} +{"episode_index": 116, "tasks": ["stack middle-sized black bowl on the green bowl"], "length": 287} +{"episode_index": 117, "tasks": ["stack middle-sized black bowl on the green bowl"], "length": 325} +{"episode_index": 118, "tasks": ["place the cream cheese in the green bowl"], "length": 270} +{"episode_index": 119, "tasks": ["place the cream cheese in the green bowl"], "length": 251} +{"episode_index": 120, "tasks": ["place the cream cheese in the green bowl"], "length": 273} +{"episode_index": 121, "tasks": ["place the cream cheese in the green bowl"], "length": 260} +{"episode_index": 122, "tasks": ["place the green bowl in the right side of the drainer"], "length": 312} +{"episode_index": 123, "tasks": ["place the green bowl in the right side of the drainer"], "length": 307} +{"episode_index": 124, "tasks": ["place the green bowl in the right side of the drainer"], "length": 314} +{"episode_index": 125, "tasks": ["place the green bowl in the right side of the drainer"], "length": 284} +{"episode_index": 126, "tasks": ["place the green bowl in the right side of the drainer"], "length": 329} +{"episode_index": 127, "tasks": ["place the green bowl in the right side of the drainer"], "length": 288} +{"episode_index": 128, "tasks": ["place the bowl in the top drawer"], "length": 251} +{"episode_index": 129, "tasks": ["place the bowl in the top drawer"], "length": 222} +{"episode_index": 130, "tasks": ["place the bowl in the top drawer"], "length": 239} +{"episode_index": 131, "tasks": ["place the bowl in the top drawer"], "length": 243} +{"episode_index": 132, "tasks": ["place the bowl in the top drawer"], "length": 241} +{"episode_index": 133, "tasks": ["place the bowl in the top drawer"], "length": 232} +{"episode_index": 134, "tasks": ["place the bowl in the top drawer"], "length": 239} +{"episode_index": 135, "tasks": ["close the top and middle drawer of the white cabinet and close the microwave"], "length": 573} +{"episode_index": 136, "tasks": ["close the top and middle drawer of the white cabinet and close the microwave"], "length": 589} +{"episode_index": 137, "tasks": ["close the top and middle drawer of the white cabinet and close the microwave"], "length": 646} +{"episode_index": 138, "tasks": ["close the top drawer of the white cabinet and place the bowl in the middle drawer"], "length": 538} +{"episode_index": 139, "tasks": ["close the top drawer of the white cabinet and place the bowl in the middle drawer"], "length": 482} +{"episode_index": 140, "tasks": ["close the top drawer of the white cabinet and place the bowl in the middle drawer"], "length": 594} +{"episode_index": 141, "tasks": ["close the top drawer of the white cabinet and place the bowl in the middle drawer"], "length": 571} +{"episode_index": 142, "tasks": ["place the bowl in the top drawer and close the top drawer"], "length": 436} +{"episode_index": 143, "tasks": ["place the bowl in the top drawer and close the top drawer"], "length": 446} +{"episode_index": 144, "tasks": ["place the bowl in the top drawer and close the top drawer"], "length": 418} +{"episode_index": 145, "tasks": ["place the bowl in the top drawer and close the top drawer"], "length": 425} +{"episode_index": 146, "tasks": ["close the top drawer of the white cabinet"], "length": 147} +{"episode_index": 147, "tasks": ["close the top drawer of the white cabinet"], "length": 156} +{"episode_index": 148, "tasks": ["close the top drawer of the white cabinet"], "length": 157} +{"episode_index": 149, "tasks": ["close the top drawer of the white cabinet"], "length": 163} +{"episode_index": 150, "tasks": ["close the top drawer of the white cabinet"], "length": 154} +{"episode_index": 151, "tasks": ["close the top drawer of the white cabinet"], "length": 143} +{"episode_index": 152, "tasks": ["close the top and middle drawer of the white cabinet"], "length": 395} +{"episode_index": 153, "tasks": ["close the top and middle drawer of the white cabinet"], "length": 311} +{"episode_index": 154, "tasks": ["close the top and middle drawer of the white cabinet"], "length": 340} +{"episode_index": 155, "tasks": ["close the top and middle drawer of the white cabinet"], "length": 375} +{"episode_index": 156, "tasks": ["close the top and middle drawer of the white cabinet"], "length": 498} +{"episode_index": 157, "tasks": ["close the top and middle drawer of the white cabinet"], "length": 278} +{"episode_index": 158, "tasks": ["close the top and middle drawer of the white cabinet"], "length": 296} +{"episode_index": 159, "tasks": ["place the cream cheese in the smallest bowl"], "length": 332} +{"episode_index": 160, "tasks": ["place the cream cheese in the smallest bowl"], "length": 308} +{"episode_index": 161, "tasks": ["place the cream cheese in the smallest bowl"], "length": 315} +{"episode_index": 162, "tasks": ["place the cream cheese in the smallest bowl"], "length": 306} +{"episode_index": 163, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 233} +{"episode_index": 164, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 218} +{"episode_index": 165, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 210} +{"episode_index": 166, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 188} +{"episode_index": 167, "tasks": ["place the middle-sized bowl in the left side of the drainer"], "length": 332} +{"episode_index": 168, "tasks": ["place the middle-sized bowl in the left side of the drainer"], "length": 312} +{"episode_index": 169, "tasks": ["place the middle-sized bowl in the left side of the drainer"], "length": 336} +{"episode_index": 170, "tasks": ["place the middle-sized bowl in the left side of the drainer"], "length": 351} +{"episode_index": 171, "tasks": ["place the largest bowl in the left side of the drainer"], "length": 375} +{"episode_index": 172, "tasks": ["place the largest bowl in the left side of the drainer"], "length": 399} +{"episode_index": 173, "tasks": ["place the largest bowl in the left side of the drainer"], "length": 456} +{"episode_index": 174, "tasks": ["place the largest bowl in the left side of the drainer"], "length": 379} +{"episode_index": 175, "tasks": ["place the largest bowl in the left side of the drainer"], "length": 428} +{"episode_index": 176, "tasks": ["place the largest bowl in the left side of the drainer"], "length": 523} +{"episode_index": 177, "tasks": ["place the smallest bowl in the left side of the drainer"], "length": 255} +{"episode_index": 178, "tasks": ["place the smallest bowl in the left side of the drainer"], "length": 234} +{"episode_index": 179, "tasks": ["place the smallest bowl in the left side of the drainer"], "length": 267} +{"episode_index": 180, "tasks": ["place the smallest bowl in the left side of the drainer"], "length": 258} +{"episode_index": 181, "tasks": ["stack the middle-sized bowl on the largest bowl"], "length": 241} +{"episode_index": 182, "tasks": ["stack the middle-sized bowl on the largest bowl"], "length": 254} +{"episode_index": 183, "tasks": ["stack the middle-sized bowl on the largest bowl"], "length": 222} +{"episode_index": 184, "tasks": ["stack the middle-sized bowl on the largest bowl"], "length": 281} +{"episode_index": 185, "tasks": ["stack the middle-sized bowl on the largest bowl and stack the smallest bowl on the middle-sized bowl"], "length": 454} +{"episode_index": 186, "tasks": ["stack the middle-sized bowl on the largest bowl and stack the smallest bowl on the middle-sized bowl"], "length": 493} +{"episode_index": 187, "tasks": ["stack the middle-sized bowl on the largest bowl and stack the smallest bowl on the middle-sized bowl"], "length": 422} +{"episode_index": 188, "tasks": ["stack the middle-sized bowl on the largest bowl and stack the smallest bowl on the middle-sized bowl"], "length": 392} +{"episode_index": 189, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 236} +{"episode_index": 190, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 200} +{"episode_index": 191, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 206} +{"episode_index": 192, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 230} +{"episode_index": 193, "tasks": ["place the cream cheese in the largest bowl"], "length": 311} +{"episode_index": 194, "tasks": ["place the cream cheese in the largest bowl"], "length": 338} +{"episode_index": 195, "tasks": ["place the cream cheese in the largest bowl"], "length": 320} +{"episode_index": 196, "tasks": ["place the cream cheese in the largest bowl"], "length": 309} +{"episode_index": 197, "tasks": ["place the cream cheese in the middle-sized bowl"], "length": 371} +{"episode_index": 198, "tasks": ["place the cream cheese in the middle-sized bowl"], "length": 347} +{"episode_index": 199, "tasks": ["place the cream cheese in the middle-sized bowl"], "length": 362} +{"episode_index": 200, "tasks": ["place the cream cheese in the middle-sized bowl"], "length": 366} +{"episode_index": 201, "tasks": ["turn off the stove and place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 1070} +{"episode_index": 202, "tasks": ["turn off the stove and place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 938} +{"episode_index": 203, "tasks": ["turn off the stove and place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 990} +{"episode_index": 204, "tasks": ["turn off the stove and place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 902} +{"episode_index": 205, "tasks": ["turn off the stove and place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 875} +{"episode_index": 206, "tasks": ["turn off the flat stove and place the largest bowl on it"], "length": 740} +{"episode_index": 207, "tasks": ["turn off the flat stove and place the largest bowl on it"], "length": 709} +{"episode_index": 208, "tasks": ["turn off the flat stove and place the largest bowl on it"], "length": 775} +{"episode_index": 209, "tasks": ["turn off the flat stove"], "length": 325} +{"episode_index": 210, "tasks": ["turn off the flat stove"], "length": 241} +{"episode_index": 211, "tasks": ["turn off the flat stove"], "length": 292} +{"episode_index": 212, "tasks": ["turn off the flat stove"], "length": 311} +{"episode_index": 213, "tasks": ["turn off the flat stove"], "length": 353} +{"episode_index": 214, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 710} +{"episode_index": 215, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 567} +{"episode_index": 216, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 679} +{"episode_index": 217, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 634} +{"episode_index": 218, "tasks": ["turn off the flat stove and place the smallest bowl on it"], "length": 715} +{"episode_index": 219, "tasks": ["turn off the flat stove and place the smallest bowl on it"], "length": 636} +{"episode_index": 220, "tasks": ["turn off the flat stove and place the smallest bowl on it"], "length": 859} +{"episode_index": 221, "tasks": ["place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 706} +{"episode_index": 222, "tasks": ["place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 558} +{"episode_index": 223, "tasks": ["place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 581} +{"episode_index": 224, "tasks": ["place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 701} +{"episode_index": 225, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 218} +{"episode_index": 226, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 210} +{"episode_index": 227, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 210} +{"episode_index": 228, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 247} +{"episode_index": 229, "tasks": ["place the porcelain mug that is on the plate onto the farthest plate relative to the robot"], "length": 252} +{"episode_index": 230, "tasks": ["place the porcelain mug that is on the plate onto the farthest plate relative to the robot"], "length": 234} +{"episode_index": 231, "tasks": ["place the porcelain mug that is on the plate onto the farthest plate relative to the robot"], "length": 234} +{"episode_index": 232, "tasks": ["place the porcelain mug that is on the plate onto the farthest plate relative to the robot"], "length": 243} +{"episode_index": 233, "tasks": ["place the porcelain mug that is on the plate onto the farthest plate relative to the robot"], "length": 235} +{"episode_index": 234, "tasks": ["place the porcelain mug that is on the plate onto the farthest plate relative to the robot"], "length": 215} +{"episode_index": 235, "tasks": ["place the porcelain mug on top of the cabinet"], "length": 237} +{"episode_index": 236, "tasks": ["place the porcelain mug on top of the cabinet"], "length": 225} +{"episode_index": 237, "tasks": ["place the porcelain mug on top of the cabinet"], "length": 262} +{"episode_index": 238, "tasks": ["place the porcelain mug on top of the cabinet"], "length": 241} +{"episode_index": 239, "tasks": ["place the porcelain mug on top of the cabinet"], "length": 210} +{"episode_index": 240, "tasks": ["place the porcelain mug on top of the cabinet"], "length": 236} +{"episode_index": 241, "tasks": ["open the top drawer"], "length": 244} +{"episode_index": 242, "tasks": ["open the top drawer"], "length": 262} +{"episode_index": 243, "tasks": ["open the top drawer"], "length": 205} +{"episode_index": 244, "tasks": ["open the top drawer"], "length": 248} +{"episode_index": 245, "tasks": ["open the top drawer"], "length": 262} +{"episode_index": 246, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 426} +{"episode_index": 247, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 460} +{"episode_index": 248, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 400} +{"episode_index": 249, "tasks": ["place the bowl on the farthest plate relative to the robot"], "length": 453} +{"episode_index": 250, "tasks": ["place the bowl on the farthest plate relative to the robot"], "length": 418} +{"episode_index": 251, "tasks": ["place the bowl on the farthest plate relative to the robot"], "length": 406} +{"episode_index": 252, "tasks": ["place the bowl on the farthest plate relative to the robot"], "length": 458} +{"episode_index": 253, "tasks": ["place the bowl on top of the cabinet"], "length": 334} +{"episode_index": 254, "tasks": ["place the bowl on top of the cabinet"], "length": 349} +{"episode_index": 255, "tasks": ["place the bowl on top of the cabinet"], "length": 365} +{"episode_index": 256, "tasks": ["place the bowl on top of the cabinet"], "length": 375} +{"episode_index": 257, "tasks": ["place the green bowl on the plate"], "length": 319} +{"episode_index": 258, "tasks": ["place the green bowl on the plate"], "length": 359} +{"episode_index": 259, "tasks": ["place the green bowl on the plate"], "length": 321} +{"episode_index": 260, "tasks": ["place the green bowl on the plate"], "length": 325} +{"episode_index": 261, "tasks": ["place the white bowl on the plate"], "length": 393} +{"episode_index": 262, "tasks": ["place the white bowl on the plate"], "length": 313} +{"episode_index": 263, "tasks": ["place the white bowl on the plate"], "length": 299} +{"episode_index": 264, "tasks": ["place the white bowl on the plate"], "length": 365} +{"episode_index": 265, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 264} +{"episode_index": 266, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 389} +{"episode_index": 267, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 292} +{"episode_index": 268, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 308} +{"episode_index": 269, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 288} +{"episode_index": 270, "tasks": ["place the left black book into the back desk caddy's left compartment"], "length": 420} +{"episode_index": 271, "tasks": ["place the left black book into the back desk caddy's left compartment"], "length": 406} +{"episode_index": 272, "tasks": ["place the left black book into the back desk caddy's left compartment"], "length": 438} +{"episode_index": 273, "tasks": ["place the left black book into the back desk caddy's left compartment"], "length": 504} +{"episode_index": 274, "tasks": ["place the left black book into the back desk caddy's left compartment"], "length": 378} +{"episode_index": 275, "tasks": ["place the green book into the right desk caddy's front compartment"], "length": 329} +{"episode_index": 276, "tasks": ["place the green book into the right desk caddy's front compartment"], "length": 335} +{"episode_index": 277, "tasks": ["place the green book into the right desk caddy's front compartment"], "length": 391} +{"episode_index": 278, "tasks": ["place the green book into the right desk caddy's front compartment"], "length": 416} +{"episode_index": 279, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 350} +{"episode_index": 280, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 421} +{"episode_index": 281, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 351} +{"episode_index": 282, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 364} +{"episode_index": 283, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 391} +{"episode_index": 284, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 317} +{"episode_index": 285, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 393} +{"episode_index": 286, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 381} +{"episode_index": 287, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 302} +{"episode_index": 288, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 434} +{"episode_index": 289, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 493} +{"episode_index": 290, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 382} +{"episode_index": 291, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 389} +{"episode_index": 292, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 381} +{"episode_index": 293, "tasks": ["place the right striped book into the left desk caddy's front compartment"], "length": 284} +{"episode_index": 294, "tasks": ["place the right striped book into the left desk caddy's front compartment"], "length": 325} +{"episode_index": 295, "tasks": ["place the right striped book into the left desk caddy's front compartment"], "length": 285} +{"episode_index": 296, "tasks": ["place the right striped book into the left desk caddy's front compartment"], "length": 277} +{"episode_index": 297, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 359} +{"episode_index": 298, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 332} +{"episode_index": 299, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 326} +{"episode_index": 300, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 216} +{"episode_index": 301, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 225} +{"episode_index": 302, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 282} +{"episode_index": 303, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 227} +{"episode_index": 304, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 241} +{"episode_index": 305, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 246} +{"episode_index": 306, "tasks": ["place the left striped book into the left desk caddy's right compartment"], "length": 256} +{"episode_index": 307, "tasks": ["place the left striped book into the left desk caddy's right compartment"], "length": 321} +{"episode_index": 308, "tasks": ["place the left striped book into the left desk caddy's right compartment"], "length": 320} +{"episode_index": 309, "tasks": ["place the left striped book into the left desk caddy's right compartment"], "length": 239} +{"episode_index": 310, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 228} +{"episode_index": 311, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 294} +{"episode_index": 312, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 307} +{"episode_index": 313, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 298} +{"episode_index": 314, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 273} +{"episode_index": 315, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 273} +{"episode_index": 316, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 253} +{"episode_index": 317, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 227} +{"episode_index": 318, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 269} +{"episode_index": 319, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 271} +{"episode_index": 320, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 227} +{"episode_index": 321, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 241} +{"episode_index": 322, "tasks": ["place the right yellow book into the left desk caddy's front compartment"], "length": 334} +{"episode_index": 323, "tasks": ["place the right yellow book into the left desk caddy's front compartment"], "length": 285} +{"episode_index": 324, "tasks": ["place the right yellow book into the left desk caddy's front compartment"], "length": 312} +{"episode_index": 325, "tasks": ["place the right yellow book into the left desk caddy's front compartment"], "length": 311} +{"episode_index": 326, "tasks": ["place the right yellow book into the left desk caddy's front compartment"], "length": 358} +{"episode_index": 327, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 428} +{"episode_index": 328, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 342} +{"episode_index": 329, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 328} +{"episode_index": 330, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 329} +{"episode_index": 331, "tasks": ["place the left yellow book into the left desk caddy's front compartment"], "length": 247} +{"episode_index": 332, "tasks": ["place the left yellow book into the left desk caddy's front compartment"], "length": 238} +{"episode_index": 333, "tasks": ["place the left yellow book into the left desk caddy's front compartment"], "length": 213} +{"episode_index": 334, "tasks": ["place the left yellow book into the left desk caddy's front compartment"], "length": 252} +{"episode_index": 335, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 341} +{"episode_index": 336, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 313} +{"episode_index": 337, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 281} +{"episode_index": 338, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 257} +{"episode_index": 339, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 251} +{"episode_index": 340, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 242} +{"episode_index": 341, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 284} +{"episode_index": 342, "tasks": ["place the red book into the back desk caddy's left compartment"], "length": 273} +{"episode_index": 343, "tasks": ["place the red book into the back desk caddy's left compartment"], "length": 227} +{"episode_index": 344, "tasks": ["place the red book into the back desk caddy's left compartment"], "length": 202} +{"episode_index": 345, "tasks": ["place the red book into the back desk caddy's left compartment"], "length": 242} +{"episode_index": 346, "tasks": ["place the red book into the back desk caddy's left compartment"], "length": 233} +{"episode_index": 347, "tasks": ["place the orange book into the back desk caddy's left compartment"], "length": 230} +{"episode_index": 348, "tasks": ["place the orange book into the back desk caddy's left compartment"], "length": 207} +{"episode_index": 349, "tasks": ["place the orange book into the back desk caddy's left compartment"], "length": 199} +{"episode_index": 350, "tasks": ["place the orange book into the back desk caddy's left compartment"], "length": 197} +{"episode_index": 351, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 414} +{"episode_index": 352, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 312} +{"episode_index": 353, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 407} +{"episode_index": 354, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 375} +{"episode_index": 355, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 301} +{"episode_index": 356, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 276} +{"episode_index": 357, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 280} +{"episode_index": 358, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 342} +{"episode_index": 359, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 278} +{"episode_index": 360, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 314} +{"episode_index": 361, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 225} +{"episode_index": 362, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 293} +{"episode_index": 363, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 247} +{"episode_index": 364, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 213} +{"episode_index": 365, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 264} +{"episode_index": 366, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 233} +{"episode_index": 367, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 167} +{"episode_index": 368, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 231} +{"episode_index": 369, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 184} +{"episode_index": 370, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 215} +{"episode_index": 371, "tasks": ["place the green book into the back desk caddy's front compartment"], "length": 557} +{"episode_index": 372, "tasks": ["place the green book into the back desk caddy's front compartment"], "length": 474} +{"episode_index": 373, "tasks": ["place the green book into the back desk caddy's front compartment"], "length": 465} +{"episode_index": 374, "tasks": ["place the green book into the back desk caddy's front compartment"], "length": 411} +{"episode_index": 375, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 300} +{"episode_index": 376, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 258} +{"episode_index": 377, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 270} +{"episode_index": 378, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 298} +{"episode_index": 379, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 267} +{"episode_index": 380, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 317} +{"episode_index": 381, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 248} +{"episode_index": 382, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 193} +{"episode_index": 383, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 207} +{"episode_index": 384, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 244} +{"episode_index": 385, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 224} +{"episode_index": 386, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 260} +{"episode_index": 387, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 250} +{"episode_index": 388, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 264} +{"episode_index": 389, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 201} +{"episode_index": 390, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 302} +{"episode_index": 391, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 264} +{"episode_index": 392, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 239} +{"episode_index": 393, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 233} +{"episode_index": 394, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 218} +{"episode_index": 395, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 235} +{"episode_index": 396, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 209} +{"episode_index": 397, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 241} +{"episode_index": 398, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 247} +{"episode_index": 399, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 247} +{"episode_index": 400, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 227} +{"episode_index": 401, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 219} +{"episode_index": 402, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 251} +{"episode_index": 403, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 238} +{"episode_index": 404, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 272} +{"episode_index": 405, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 236} +{"episode_index": 406, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 252} +{"episode_index": 407, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 307} +{"episode_index": 408, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 251} +{"episode_index": 409, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 259} +{"episode_index": 410, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 266} +{"episode_index": 411, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 315} +{"episode_index": 412, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 244} +{"episode_index": 413, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 216} +{"episode_index": 414, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 237} +{"episode_index": 415, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 237} +{"episode_index": 416, "tasks": ["place the left red book into the right desk caddy's front compartment"], "length": 321} +{"episode_index": 417, "tasks": ["place the left red book into the right desk caddy's front compartment"], "length": 366} +{"episode_index": 418, "tasks": ["place the left red book into the right desk caddy's front compartment"], "length": 325} +{"episode_index": 419, "tasks": ["place the left red book into the right desk caddy's front compartment"], "length": 343} +{"episode_index": 420, "tasks": ["place the striped book into the right desk caddy's back compartment"], "length": 601} +{"episode_index": 421, "tasks": ["place the striped book into the right desk caddy's back compartment"], "length": 431} +{"episode_index": 422, "tasks": ["place the striped book into the right desk caddy's back compartment"], "length": 456} +{"episode_index": 423, "tasks": ["place the striped book into the right desk caddy's back compartment"], "length": 509} +{"episode_index": 424, "tasks": ["place the striped book into the right desk caddy's back compartment"], "length": 471} +{"episode_index": 425, "tasks": ["place the striped book into the right desk caddy's back compartment"], "length": 418} +{"episode_index": 426, "tasks": ["place the striped book into the right desk caddy's back compartment"], "length": 476} +{"episode_index": 427, "tasks": ["place the orange book into the right desk caddy's left compartment"], "length": 339} +{"episode_index": 428, "tasks": ["place the orange book into the right desk caddy's left compartment"], "length": 439} +{"episode_index": 429, "tasks": ["place the orange book into the right desk caddy's left compartment"], "length": 318} +{"episode_index": 430, "tasks": ["place the orange book into the right desk caddy's left compartment"], "length": 332} +{"episode_index": 431, "tasks": ["place the orange book into the right desk caddy's left compartment"], "length": 309} +{"episode_index": 432, "tasks": ["place the right red book into the right desk caddy's back compartment"], "length": 517} +{"episode_index": 433, "tasks": ["place the right red book into the right desk caddy's back compartment"], "length": 528} +{"episode_index": 434, "tasks": ["place the right red book into the right desk caddy's back compartment"], "length": 534} +{"episode_index": 435, "tasks": ["place the right red book into the right desk caddy's back compartment"], "length": 634} +{"episode_index": 436, "tasks": ["place the right red book into the right desk caddy's back compartment"], "length": 536} +{"episode_index": 437, "tasks": ["place the right red book into the right desk caddy's back compartment"], "length": 517} +{"episode_index": 438, "tasks": ["place the red book upright on top of the shelf"], "length": 189} +{"episode_index": 439, "tasks": ["place the red book upright on top of the shelf"], "length": 171} +{"episode_index": 440, "tasks": ["place the red book upright on top of the shelf"], "length": 224} +{"episode_index": 441, "tasks": ["place the red book upright on top of the shelf"], "length": 193} +{"episode_index": 442, "tasks": ["place the left yellow book in the top region of the shelf"], "length": 330} +{"episode_index": 443, "tasks": ["place the left yellow book in the top region of the shelf"], "length": 278} +{"episode_index": 444, "tasks": ["place the left yellow book in the top region of the shelf"], "length": 290} +{"episode_index": 445, "tasks": ["place the left yellow book in the top region of the shelf"], "length": 354} +{"episode_index": 446, "tasks": ["place the green book in the top region of the shelf"], "length": 476} +{"episode_index": 447, "tasks": ["place the green book in the top region of the shelf"], "length": 394} +{"episode_index": 448, "tasks": ["place the green book in the top region of the shelf"], "length": 401} +{"episode_index": 449, "tasks": ["place the green book in the top region of the shelf"], "length": 303} +{"episode_index": 450, "tasks": ["place the right yellow book in the top region of the shelf"], "length": 189} +{"episode_index": 451, "tasks": ["place the right yellow book in the top region of the shelf"], "length": 154} +{"episode_index": 452, "tasks": ["place the right yellow book in the top region of the shelf"], "length": 257} +{"episode_index": 453, "tasks": ["place the right yellow book in the top region of the shelf"], "length": 220} +{"episode_index": 454, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 372} +{"episode_index": 455, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 359} +{"episode_index": 456, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 301} +{"episode_index": 457, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 303} +{"episode_index": 458, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 384} +{"episode_index": 459, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 325} +{"episode_index": 460, "tasks": ["place the yellow book into the back desk caddy's front compartment"], "length": 400} +{"episode_index": 461, "tasks": ["place the yellow book into the back desk caddy's front compartment"], "length": 439} +{"episode_index": 462, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 324} +{"episode_index": 463, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 308} +{"episode_index": 464, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 440} +{"episode_index": 465, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 291} +{"episode_index": 466, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 322} +{"episode_index": 467, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 273} +{"episode_index": 468, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 280} +{"episode_index": 469, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 322} +{"episode_index": 470, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 296} +{"episode_index": 471, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 355} +{"episode_index": 472, "tasks": ["place the right striped book into the left desk caddy's back compartment"], "length": 339} +{"episode_index": 473, "tasks": ["place the right striped book into the left desk caddy's back compartment"], "length": 311} +{"episode_index": 474, "tasks": ["place the right striped book into the left desk caddy's back compartment"], "length": 358} +{"episode_index": 475, "tasks": ["place the right striped book into the left desk caddy's back compartment"], "length": 307} +{"episode_index": 476, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 275} +{"episode_index": 477, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 302} +{"episode_index": 478, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 294} +{"episode_index": 479, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 275} +{"episode_index": 480, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 331} +{"episode_index": 481, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 278} +{"episode_index": 482, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 306} +{"episode_index": 483, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 318} +{"episode_index": 484, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 294} +{"episode_index": 485, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 349} +{"episode_index": 486, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 218} +{"episode_index": 487, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 221} +{"episode_index": 488, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 259} +{"episode_index": 489, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 285} +{"episode_index": 490, "tasks": ["place the striped book in the top region of the shelf"], "length": 335} +{"episode_index": 491, "tasks": ["place the striped book in the top region of the shelf"], "length": 386} +{"episode_index": 492, "tasks": ["place the striped book in the top region of the shelf"], "length": 416} +{"episode_index": 493, "tasks": ["place the striped book in the top region of the shelf"], "length": 343} +{"episode_index": 494, "tasks": ["place the left red book in the top region of the shelf"], "length": 326} +{"episode_index": 495, "tasks": ["place the left red book in the top region of the shelf"], "length": 270} +{"episode_index": 496, "tasks": ["place the left red book in the top region of the shelf"], "length": 280} +{"episode_index": 497, "tasks": ["place the left red book in the top region of the shelf"], "length": 292} +{"episode_index": 498, "tasks": ["place the striped book upright on top of the shelf"], "length": 209} +{"episode_index": 499, "tasks": ["place the striped book upright on top of the shelf"], "length": 203} +{"episode_index": 500, "tasks": ["place the striped book upright on top of the shelf"], "length": 193} +{"episode_index": 501, "tasks": ["place the striped book upright on top of the shelf"], "length": 228} +{"episode_index": 502, "tasks": ["place the striped book upright on top of the shelf"], "length": 203} +{"episode_index": 503, "tasks": ["place the orange book flat on top of the shelf"], "length": 226} +{"episode_index": 504, "tasks": ["place the orange book flat on top of the shelf"], "length": 200} +{"episode_index": 505, "tasks": ["place the orange book flat on top of the shelf"], "length": 225} +{"episode_index": 506, "tasks": ["place the orange book flat on top of the shelf"], "length": 184} +{"episode_index": 507, "tasks": ["place the right red book upright on top of the shelf"], "length": 246} +{"episode_index": 508, "tasks": ["place the right red book upright on top of the shelf"], "length": 242} +{"episode_index": 509, "tasks": ["place the right red book upright on top of the shelf"], "length": 250} +{"episode_index": 510, "tasks": ["place the right red book upright on top of the shelf"], "length": 222} +{"episode_index": 511, "tasks": ["place the right red book upright on top of the shelf"], "length": 234} +{"episode_index": 512, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 287} +{"episode_index": 513, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 274} +{"episode_index": 514, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 319} +{"episode_index": 515, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 309} +{"episode_index": 516, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 248} +{"episode_index": 517, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 368} +{"episode_index": 518, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 403} +{"episode_index": 519, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 425} +{"episode_index": 520, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 401} +{"episode_index": 521, "tasks": ["place the yellow book into the left desk caddy's front compartment"], "length": 302} +{"episode_index": 522, "tasks": ["place the yellow book into the left desk caddy's front compartment"], "length": 275} +{"episode_index": 523, "tasks": ["place the yellow book into the left desk caddy's front compartment"], "length": 391} +{"episode_index": 524, "tasks": ["place the yellow book into the left desk caddy's front compartment"], "length": 259} +{"episode_index": 525, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 233} +{"episode_index": 526, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 242} +{"episode_index": 527, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 247} +{"episode_index": 528, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 261} +{"episode_index": 529, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 244} +{"episode_index": 530, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 231} +{"episode_index": 531, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 215} +{"episode_index": 532, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 240} +{"episode_index": 533, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 234} +{"episode_index": 534, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 260} +{"episode_index": 535, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 229} +{"episode_index": 536, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 200} +{"episode_index": 537, "tasks": ["place the left black book into the left desk caddy's back compartment"], "length": 261} +{"episode_index": 538, "tasks": ["place the left black book into the left desk caddy's back compartment"], "length": 288} +{"episode_index": 539, "tasks": ["place the left black book into the left desk caddy's back compartment"], "length": 271} +{"episode_index": 540, "tasks": ["place the left black book into the left desk caddy's back compartment"], "length": 277} +{"episode_index": 541, "tasks": ["place the left black book into the left desk caddy's back compartment"], "length": 315} +{"episode_index": 542, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 291} +{"episode_index": 543, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 239} +{"episode_index": 544, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 270} +{"episode_index": 545, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 274} +{"episode_index": 546, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 276} +{"episode_index": 547, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 269} +{"episode_index": 548, "tasks": ["place the right black book into the left desk caddy's front compartment"], "length": 338} +{"episode_index": 549, "tasks": ["place the right black book into the left desk caddy's front compartment"], "length": 384} +{"episode_index": 550, "tasks": ["place the right black book into the left desk caddy's front compartment"], "length": 281} +{"episode_index": 551, "tasks": ["place the right black book into the left desk caddy's front compartment"], "length": 321} +{"episode_index": 552, "tasks": ["place the right black book into the left desk caddy's front compartment"], "length": 347} +{"episode_index": 553, "tasks": ["place the left yellow book into the back desk caddy's back compartment"], "length": 381} +{"episode_index": 554, "tasks": ["place the left yellow book into the back desk caddy's back compartment"], "length": 302} +{"episode_index": 555, "tasks": ["place the left yellow book into the back desk caddy's back compartment"], "length": 306} +{"episode_index": 556, "tasks": ["place the left yellow book into the back desk caddy's back compartment"], "length": 330} +{"episode_index": 557, "tasks": ["place the red book into the back desk caddy's right compartment"], "length": 329} +{"episode_index": 558, "tasks": ["place the red book into the back desk caddy's right compartment"], "length": 312} +{"episode_index": 559, "tasks": ["place the red book into the back desk caddy's right compartment"], "length": 249} +{"episode_index": 560, "tasks": ["place the red book into the back desk caddy's right compartment"], "length": 302} +{"episode_index": 561, "tasks": ["place the right yellow book into the back desk caddy's back compartment"], "length": 400} +{"episode_index": 562, "tasks": ["place the right yellow book into the back desk caddy's back compartment"], "length": 383} +{"episode_index": 563, "tasks": ["place the right yellow book into the back desk caddy's back compartment"], "length": 466} +{"episode_index": 564, "tasks": ["place the right yellow book into the back desk caddy's back compartment"], "length": 400} +{"episode_index": 565, "tasks": ["place the right yellow book into the back desk caddy's back compartment"], "length": 334} +{"episode_index": 566, "tasks": ["place the green book into the back desk caddy's right compartment"], "length": 359} +{"episode_index": 567, "tasks": ["place the green book into the back desk caddy's right compartment"], "length": 257} +{"episode_index": 568, "tasks": ["place the green book into the back desk caddy's right compartment"], "length": 316} +{"episode_index": 569, "tasks": ["place the green book into the back desk caddy's right compartment"], "length": 308} +{"episode_index": 570, "tasks": ["place the green book into the back desk caddy's right compartment"], "length": 288} +{"episode_index": 571, "tasks": ["place the orange book flat on top of the shelf"], "length": 242} +{"episode_index": 572, "tasks": ["place the orange book flat on top of the shelf"], "length": 284} +{"episode_index": 573, "tasks": ["place the orange book flat on top of the shelf"], "length": 302} +{"episode_index": 574, "tasks": ["place the orange book flat on top of the shelf"], "length": 281} +{"episode_index": 575, "tasks": ["place the orange book flat on top of the shelf"], "length": 295} +{"episode_index": 576, "tasks": ["place the red book in the top region of the shelf"], "length": 257} +{"episode_index": 577, "tasks": ["place the red book in the top region of the shelf"], "length": 269} +{"episode_index": 578, "tasks": ["place the red book in the top region of the shelf"], "length": 265} +{"episode_index": 579, "tasks": ["place the red book in the top region of the shelf"], "length": 292} +{"episode_index": 580, "tasks": ["place the striped book in the top region of the shelf"], "length": 380} +{"episode_index": 581, "tasks": ["place the striped book in the top region of the shelf"], "length": 428} +{"episode_index": 582, "tasks": ["place the striped book in the top region of the shelf"], "length": 364} +{"episode_index": 583, "tasks": ["place the striped book in the top region of the shelf"], "length": 394} +{"episode_index": 584, "tasks": ["place the striped book in the top region of the shelf"], "length": 288} +{"episode_index": 585, "tasks": ["place the red book upright on top of the shelf"], "length": 204} +{"episode_index": 586, "tasks": ["place the red book upright on top of the shelf"], "length": 184} +{"episode_index": 587, "tasks": ["place the red book upright on top of the shelf"], "length": 192} +{"episode_index": 588, "tasks": ["place the red book upright on top of the shelf"], "length": 205} +{"episode_index": 589, "tasks": ["place the red book upright on top of the shelf"], "length": 224} +{"episode_index": 590, "tasks": ["place the red book upright on top of the shelf"], "length": 214} +{"episode_index": 591, "tasks": ["place the red book upright on top of the shelf"], "length": 252} +{"episode_index": 592, "tasks": ["place the red book upright on top of the shelf"], "length": 226} +{"episode_index": 593, "tasks": ["place the orange book upright on top of the shelf"], "length": 255} +{"episode_index": 594, "tasks": ["place the orange book upright on top of the shelf"], "length": 228} +{"episode_index": 595, "tasks": ["place the orange book upright on top of the shelf"], "length": 262} +{"episode_index": 596, "tasks": ["place the orange book upright on top of the shelf"], "length": 272} +{"episode_index": 597, "tasks": ["place the orange book upright on top of the shelf"], "length": 282} +{"episode_index": 598, "tasks": ["place the left red book into the back desk caddy's back compartment"], "length": 460} +{"episode_index": 599, "tasks": ["place the left red book into the back desk caddy's back compartment"], "length": 528} +{"episode_index": 600, "tasks": ["place the left red book into the back desk caddy's back compartment"], "length": 521} +{"episode_index": 601, "tasks": ["place the left red book into the back desk caddy's back compartment"], "length": 474} +{"episode_index": 602, "tasks": ["place the orange book into the back desk caddy's left compartment"], "length": 189} +{"episode_index": 603, "tasks": ["place the orange book into the back desk caddy's left compartment"], "length": 184} +{"episode_index": 604, "tasks": ["place the orange book into the back desk caddy's left compartment"], "length": 177} +{"episode_index": 605, "tasks": ["place the orange book into the back desk caddy's left compartment"], "length": 207} +{"episode_index": 606, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 232} +{"episode_index": 607, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 264} +{"episode_index": 608, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 284} +{"episode_index": 609, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 227} +{"episode_index": 610, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 261} +{"episode_index": 611, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 238} +{"episode_index": 612, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 254} +{"episode_index": 613, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 256} +{"episode_index": 614, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 229} +{"episode_index": 615, "tasks": ["place the yellow book into the back desk caddy's back compartment"], "length": 326} +{"episode_index": 616, "tasks": ["place the yellow book into the back desk caddy's back compartment"], "length": 313} +{"episode_index": 617, "tasks": ["place the yellow book into the back desk caddy's back compartment"], "length": 397} +{"episode_index": 618, "tasks": ["place the yellow book into the back desk caddy's back compartment"], "length": 310} +{"episode_index": 619, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 263} +{"episode_index": 620, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 235} +{"episode_index": 621, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 220} +{"episode_index": 622, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 200} +{"episode_index": 623, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 222} +{"episode_index": 624, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 279} +{"episode_index": 625, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 244} +{"episode_index": 626, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 351} +{"episode_index": 627, "tasks": ["place the striped book into the back desk caddy's right compartment"], "length": 295} +{"episode_index": 628, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 343} +{"episode_index": 629, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 269} +{"episode_index": 630, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 294} +{"episode_index": 631, "tasks": ["place the red book into the left desk caddy's front compartment"], "length": 291} +{"episode_index": 632, "tasks": ["place the right black book into the back desk caddy's back compartment"], "length": 386} +{"episode_index": 633, "tasks": ["place the right black book into the back desk caddy's back compartment"], "length": 333} +{"episode_index": 634, "tasks": ["place the right black book into the back desk caddy's back compartment"], "length": 398} +{"episode_index": 635, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 400} +{"episode_index": 636, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 368} +{"episode_index": 637, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 334} +{"episode_index": 638, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 396} +{"episode_index": 639, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 343} +{"episode_index": 640, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 236} +{"episode_index": 641, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 306} +{"episode_index": 642, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 235} +{"episode_index": 643, "tasks": ["place the left black book into the left desk caddy's left compartment"], "length": 274} +{"episode_index": 644, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 279} +{"episode_index": 645, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 280} +{"episode_index": 646, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 379} +{"episode_index": 647, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 325} +{"episode_index": 648, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 351} +{"episode_index": 649, "tasks": ["place the red mug on top of the shelf"], "length": 221} +{"episode_index": 650, "tasks": ["place the red mug on top of the shelf"], "length": 188} +{"episode_index": 651, "tasks": ["place the red mug on top of the shelf"], "length": 181} +{"episode_index": 652, "tasks": ["place the red mug on top of the shelf"], "length": 187} +{"episode_index": 653, "tasks": ["place the black book flat on top of the shelf"], "length": 172} +{"episode_index": 654, "tasks": ["place the black book flat on top of the shelf"], "length": 159} +{"episode_index": 655, "tasks": ["place the black book flat on top of the shelf"], "length": 192} +{"episode_index": 656, "tasks": ["place the black book flat on top of the shelf"], "length": 168} +{"episode_index": 657, "tasks": ["place the yellow book flat on top of the shelf"], "length": 192} +{"episode_index": 658, "tasks": ["place the yellow book flat on top of the shelf"], "length": 178} +{"episode_index": 659, "tasks": ["place the yellow book flat on top of the shelf"], "length": 171} +{"episode_index": 660, "tasks": ["place the yellow book flat on top of the shelf"], "length": 217} +{"episode_index": 661, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 237} +{"episode_index": 662, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 200} +{"episode_index": 663, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 194} +{"episode_index": 664, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 191} +{"episode_index": 665, "tasks": ["place the yellow book into the back desk caddy's front compartment"], "length": 350} +{"episode_index": 666, "tasks": ["place the yellow book into the back desk caddy's front compartment"], "length": 451} +{"episode_index": 667, "tasks": ["place the yellow book into the back desk caddy's front compartment"], "length": 467} +{"episode_index": 668, "tasks": ["place the yellow book into the back desk caddy's front compartment"], "length": 463} +{"episode_index": 669, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 326} +{"episode_index": 670, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 358} +{"episode_index": 671, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 381} +{"episode_index": 672, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 356} +{"episode_index": 673, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 357} +{"episode_index": 674, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 453} +{"episode_index": 675, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 470} +{"episode_index": 676, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 385} +{"episode_index": 677, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 400} +{"episode_index": 678, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 379} +{"episode_index": 679, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 399} +{"episode_index": 680, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 326} +{"episode_index": 681, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 411} +{"episode_index": 682, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 486} +{"episode_index": 683, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 449} +{"episode_index": 684, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 296} +{"episode_index": 685, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 411} +{"episode_index": 686, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 307} +{"episode_index": 687, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 306} +{"episode_index": 688, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 208} +{"episode_index": 689, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 316} +{"episode_index": 690, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 268} +{"episode_index": 691, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 306} +{"episode_index": 692, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 315} +{"episode_index": 693, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 265} +{"episode_index": 694, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 308} +{"episode_index": 695, "tasks": ["place the black book into the right desk caddy's front compartment"], "length": 207} +{"episode_index": 696, "tasks": ["place the black book into the right desk caddy's front compartment"], "length": 262} +{"episode_index": 697, "tasks": ["place the black book into the right desk caddy's front compartment"], "length": 229} +{"episode_index": 698, "tasks": ["place the black book into the right desk caddy's front compartment"], "length": 215} +{"episode_index": 699, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 280} +{"episode_index": 700, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 350} +{"episode_index": 701, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 292} +{"episode_index": 702, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 300} +{"episode_index": 703, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 316} +{"episode_index": 704, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 256} +{"episode_index": 705, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 271} +{"episode_index": 706, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 224} +{"episode_index": 707, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 264} +{"episode_index": 708, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 243} +{"episode_index": 709, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 243} +{"episode_index": 710, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 292} +{"episode_index": 711, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 325} +{"episode_index": 712, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 235} +{"episode_index": 713, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 241} +{"episode_index": 714, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 232} +{"episode_index": 715, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 279} +{"episode_index": 716, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 236} +{"episode_index": 717, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 329} +{"episode_index": 718, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 321} +{"episode_index": 719, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 293} +{"episode_index": 720, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 299} +{"episode_index": 721, "tasks": ["place the green book into the left desk caddy's back compartment"], "length": 315} +{"episode_index": 722, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 231} +{"episode_index": 723, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 264} +{"episode_index": 724, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 195} +{"episode_index": 725, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 225} +{"episode_index": 726, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 228} +{"episode_index": 727, "tasks": ["place the black book flat on top of the shelf"], "length": 225} +{"episode_index": 728, "tasks": ["place the black book flat on top of the shelf"], "length": 132} +{"episode_index": 729, "tasks": ["place the black book flat on top of the shelf"], "length": 184} +{"episode_index": 730, "tasks": ["place the black book flat on top of the shelf"], "length": 148} +{"episode_index": 731, "tasks": ["place the yellow book upright on top of the shelf"], "length": 218} +{"episode_index": 732, "tasks": ["place the yellow book upright on top of the shelf"], "length": 211} +{"episode_index": 733, "tasks": ["place the yellow book upright on top of the shelf"], "length": 187} +{"episode_index": 734, "tasks": ["place the yellow book upright on top of the shelf"], "length": 205} +{"episode_index": 735, "tasks": ["place the yellow book flat on top of the shelf"], "length": 215} +{"episode_index": 736, "tasks": ["place the yellow book flat on top of the shelf"], "length": 168} +{"episode_index": 737, "tasks": ["place the yellow book flat on top of the shelf"], "length": 214} +{"episode_index": 738, "tasks": ["place the yellow book flat on top of the shelf"], "length": 220} +{"episode_index": 739, "tasks": ["place the black book in the top region of the shelf"], "length": 260} +{"episode_index": 740, "tasks": ["place the black book in the top region of the shelf"], "length": 261} +{"episode_index": 741, "tasks": ["place the black book in the top region of the shelf"], "length": 230} +{"episode_index": 742, "tasks": ["place the black book in the top region of the shelf"], "length": 269} +{"episode_index": 743, "tasks": ["place the black book in the top region of the shelf"], "length": 309} +{"episode_index": 744, "tasks": ["place the left black book upright on top of the shelf"], "length": 196} +{"episode_index": 745, "tasks": ["place the left black book upright on top of the shelf"], "length": 172} +{"episode_index": 746, "tasks": ["place the left black book upright on top of the shelf"], "length": 197} +{"episode_index": 747, "tasks": ["place the left black book upright on top of the shelf"], "length": 241} +{"episode_index": 748, "tasks": ["place the yellow book upright on top of the shelf"], "length": 223} +{"episode_index": 749, "tasks": ["place the yellow book upright on top of the shelf"], "length": 162} +{"episode_index": 750, "tasks": ["place the yellow book upright on top of the shelf"], "length": 219} +{"episode_index": 751, "tasks": ["place the yellow book upright on top of the shelf"], "length": 170} +{"episode_index": 752, "tasks": ["place the right black book in the top region of the shelf"], "length": 395} +{"episode_index": 753, "tasks": ["place the right black book in the top region of the shelf"], "length": 352} +{"episode_index": 754, "tasks": ["place the right black book in the top region of the shelf"], "length": 388} +{"episode_index": 755, "tasks": ["place the left black book flat on top of the shelf"], "length": 200} +{"episode_index": 756, "tasks": ["place the left black book flat on top of the shelf"], "length": 217} +{"episode_index": 757, "tasks": ["place the left black book flat on top of the shelf"], "length": 186} +{"episode_index": 758, "tasks": ["place the left black book flat on top of the shelf"], "length": 226} +{"episode_index": 759, "tasks": ["place the yellow book flat on top of the shelf"], "length": 200} +{"episode_index": 760, "tasks": ["place the yellow book flat on top of the shelf"], "length": 232} +{"episode_index": 761, "tasks": ["place the yellow book flat on top of the shelf"], "length": 235} +{"episode_index": 762, "tasks": ["place the yellow book flat on top of the shelf"], "length": 208} +{"episode_index": 763, "tasks": ["place the yellow book flat on top of the shelf"], "length": 210} +{"episode_index": 764, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 183} +{"episode_index": 765, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 228} +{"episode_index": 766, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 205} +{"episode_index": 767, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 230} +{"episode_index": 768, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 310} +{"episode_index": 769, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 324} +{"episode_index": 770, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 362} +{"episode_index": 771, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 361} +{"episode_index": 772, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 542} +{"episode_index": 773, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 538} +{"episode_index": 774, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 419} +{"episode_index": 775, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 485} +{"episode_index": 776, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 515} +{"episode_index": 777, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 505} +{"episode_index": 778, "tasks": ["place the green book into the right desk caddy's right compartment"], "length": 541} +{"episode_index": 779, "tasks": ["place the right yellow book into the right desk caddy's back compartment"], "length": 411} +{"episode_index": 780, "tasks": ["place the right yellow book into the right desk caddy's back compartment"], "length": 347} +{"episode_index": 781, "tasks": ["place the right yellow book into the right desk caddy's back compartment"], "length": 339} +{"episode_index": 782, "tasks": ["place the left yellow book into the right desk caddy's front compartment"], "length": 347} +{"episode_index": 783, "tasks": ["place the left yellow book into the right desk caddy's front compartment"], "length": 346} +{"episode_index": 784, "tasks": ["place the left yellow book into the right desk caddy's front compartment"], "length": 371} +{"episode_index": 785, "tasks": ["place the left yellow book into the right desk caddy's front compartment"], "length": 326} +{"episode_index": 786, "tasks": ["place the green book upright on top of the shelf"], "length": 227} +{"episode_index": 787, "tasks": ["place the green book upright on top of the shelf"], "length": 219} +{"episode_index": 788, "tasks": ["place the green book upright on top of the shelf"], "length": 228} +{"episode_index": 789, "tasks": ["place the green book upright on top of the shelf"], "length": 227} +{"episode_index": 790, "tasks": ["place the black book flat on top of the shelf"], "length": 167} +{"episode_index": 791, "tasks": ["place the black book flat on top of the shelf"], "length": 179} +{"episode_index": 792, "tasks": ["place the black book flat on top of the shelf"], "length": 205} +{"episode_index": 793, "tasks": ["place the black book flat on top of the shelf"], "length": 178} +{"episode_index": 794, "tasks": ["place the yellow book flat on top of the shelf"], "length": 230} +{"episode_index": 795, "tasks": ["place the yellow book flat on top of the shelf"], "length": 190} +{"episode_index": 796, "tasks": ["place the yellow book flat on top of the shelf"], "length": 167} +{"episode_index": 797, "tasks": ["place the yellow book flat on top of the shelf"], "length": 161} +{"episode_index": 798, "tasks": ["place the red mug on top of the shelf"], "length": 196} +{"episode_index": 799, "tasks": ["place the red mug on top of the shelf"], "length": 220} +{"episode_index": 800, "tasks": ["place the red mug on top of the shelf"], "length": 206} +{"episode_index": 801, "tasks": ["place the red mug on top of the shelf"], "length": 198} +{"episode_index": 802, "tasks": ["place the green book flat on top of the shelf"], "length": 245} +{"episode_index": 803, "tasks": ["place the green book flat on top of the shelf"], "length": 243} +{"episode_index": 804, "tasks": ["place the green book flat on top of the shelf"], "length": 243} +{"episode_index": 805, "tasks": ["place the green book flat on top of the shelf"], "length": 229} +{"episode_index": 806, "tasks": ["place the black book upright on top of the shelf"], "length": 183} +{"episode_index": 807, "tasks": ["place the black book upright on top of the shelf"], "length": 169} +{"episode_index": 808, "tasks": ["place the black book upright on top of the shelf"], "length": 179} +{"episode_index": 809, "tasks": ["place the black book upright on top of the shelf"], "length": 170} +{"episode_index": 810, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 324} +{"episode_index": 811, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 306} +{"episode_index": 812, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 327} +{"episode_index": 813, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 317} +{"episode_index": 814, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 330} +{"episode_index": 815, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 259} +{"episode_index": 816, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 324} +{"episode_index": 817, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 222} +{"episode_index": 818, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 239} +{"episode_index": 819, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 216} +{"episode_index": 820, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 250} +{"episode_index": 821, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 199} +{"episode_index": 822, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 242} +{"episode_index": 823, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 235} +{"episode_index": 824, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 204} +{"episode_index": 825, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 350} +{"episode_index": 826, "tasks": ["place the black book into the right desk caddy's back compartment"], "length": 178} +{"episode_index": 827, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 369} +{"episode_index": 828, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 289} +{"episode_index": 829, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 319} +{"episode_index": 830, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 323} +{"episode_index": 831, "tasks": ["place the striped book into the back desk caddy's front compartment"], "length": 381} +{"episode_index": 832, "tasks": ["place the striped book into the back desk caddy's front compartment"], "length": 429} +{"episode_index": 833, "tasks": ["place the striped book into the back desk caddy's front compartment"], "length": 387} +{"episode_index": 834, "tasks": ["place the striped book into the back desk caddy's front compartment"], "length": 372} +{"episode_index": 835, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 351} +{"episode_index": 836, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 266} +{"episode_index": 837, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 347} +{"episode_index": 838, "tasks": ["place the black book into the back desk caddy's front compartment"], "length": 312} +{"episode_index": 839, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 408} +{"episode_index": 840, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 352} +{"episode_index": 841, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 337} +{"episode_index": 842, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 321} +{"episode_index": 843, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 275} +{"episode_index": 844, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 310} +{"episode_index": 845, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 294} +{"episode_index": 846, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 272} +{"episode_index": 847, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 361} +{"episode_index": 848, "tasks": ["place the orange book into the left desk caddy's left compartment"], "length": 228} +{"episode_index": 849, "tasks": ["place the orange book into the left desk caddy's left compartment"], "length": 207} +{"episode_index": 850, "tasks": ["place the orange book into the left desk caddy's left compartment"], "length": 251} +{"episode_index": 851, "tasks": ["place the orange book into the left desk caddy's left compartment"], "length": 187} +{"episode_index": 852, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 235} +{"episode_index": 853, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 211} +{"episode_index": 854, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 229} +{"episode_index": 855, "tasks": ["place the red mug into the left desk caddy's right compartment"], "length": 231} +{"episode_index": 856, "tasks": ["place the red book into the left desk caddy's right compartment"], "length": 293} +{"episode_index": 857, "tasks": ["place the red book into the left desk caddy's right compartment"], "length": 255} +{"episode_index": 858, "tasks": ["place the red book into the left desk caddy's right compartment"], "length": 297} +{"episode_index": 859, "tasks": ["place the red book into the left desk caddy's right compartment"], "length": 290} +{"episode_index": 860, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 361} +{"episode_index": 861, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 347} +{"episode_index": 862, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 346} +{"episode_index": 863, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 331} +{"episode_index": 864, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 286} +{"episode_index": 865, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 355} +{"episode_index": 866, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 343} +{"episode_index": 867, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 305} +{"episode_index": 868, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 279} +{"episode_index": 869, "tasks": ["place the orange book into the right desk caddy's back compartment"], "length": 259} +{"episode_index": 870, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 308} +{"episode_index": 871, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 242} +{"episode_index": 872, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 257} +{"episode_index": 873, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 275} +{"episode_index": 874, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 247} +{"episode_index": 875, "tasks": ["place the striped book into the right desk caddy's left compartment"], "length": 301} +{"episode_index": 876, "tasks": ["place the striped book into the right desk caddy's left compartment"], "length": 296} +{"episode_index": 877, "tasks": ["place the striped book into the right desk caddy's left compartment"], "length": 245} +{"episode_index": 878, "tasks": ["place the striped book into the right desk caddy's left compartment"], "length": 278} +{"episode_index": 879, "tasks": ["place the striped book into the right desk caddy's left compartment"], "length": 270} +{"episode_index": 880, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 218} +{"episode_index": 881, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 277} +{"episode_index": 882, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 222} +{"episode_index": 883, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 260} +{"episode_index": 884, "tasks": ["place the red book into the right desk caddy's front compartment"], "length": 256} +{"episode_index": 885, "tasks": ["place the right red book into the left desk caddy's front compartment"], "length": 313} +{"episode_index": 886, "tasks": ["place the right red book into the left desk caddy's front compartment"], "length": 302} +{"episode_index": 887, "tasks": ["place the right red book into the left desk caddy's front compartment"], "length": 279} +{"episode_index": 888, "tasks": ["place the right red book into the left desk caddy's front compartment"], "length": 349} +{"episode_index": 889, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 319} +{"episode_index": 890, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 257} +{"episode_index": 891, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 292} +{"episode_index": 892, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 274} +{"episode_index": 893, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 227} +{"episode_index": 894, "tasks": ["place the striped book into the left desk caddy's back compartment"], "length": 284} +{"episode_index": 895, "tasks": ["place the left red book into the left desk caddy's back compartment"], "length": 317} +{"episode_index": 896, "tasks": ["place the left red book into the left desk caddy's back compartment"], "length": 301} +{"episode_index": 897, "tasks": ["place the left red book into the left desk caddy's back compartment"], "length": 374} +{"episode_index": 898, "tasks": ["place the left red book into the left desk caddy's back compartment"], "length": 315} +{"episode_index": 899, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 233} +{"episode_index": 900, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 226} +{"episode_index": 901, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 232} +{"episode_index": 902, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 241} +{"episode_index": 903, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 261} +{"episode_index": 904, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 195} +{"episode_index": 905, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 257} +{"episode_index": 906, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 399} +{"episode_index": 907, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 440} +{"episode_index": 908, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 362} +{"episode_index": 909, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 378} +{"episode_index": 910, "tasks": ["place the green book into the left desk caddy's right compartment"], "length": 325} +{"episode_index": 911, "tasks": ["place the green book into the left desk caddy's right compartment"], "length": 252} +{"episode_index": 912, "tasks": ["place the green book into the left desk caddy's right compartment"], "length": 279} +{"episode_index": 913, "tasks": ["place the green book into the left desk caddy's right compartment"], "length": 306} +{"episode_index": 914, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 221} +{"episode_index": 915, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 234} +{"episode_index": 916, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 249} +{"episode_index": 917, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 233} +{"episode_index": 918, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 181} +{"episode_index": 919, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 176} +{"episode_index": 920, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 186} +{"episode_index": 921, "tasks": ["place the black book into the left desk caddy's left compartment"], "length": 212} +{"episode_index": 922, "tasks": ["place the black book into the left desk caddy's front compartment"], "length": 272} +{"episode_index": 923, "tasks": ["place the black book into the left desk caddy's front compartment"], "length": 292} +{"episode_index": 924, "tasks": ["place the black book into the left desk caddy's front compartment"], "length": 309} +{"episode_index": 925, "tasks": ["place the black book into the left desk caddy's front compartment"], "length": 293} +{"episode_index": 926, "tasks": ["place the black book into the left desk caddy's front compartment"], "length": 312} +{"episode_index": 927, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 329} +{"episode_index": 928, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 308} +{"episode_index": 929, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 316} +{"episode_index": 930, "tasks": ["place the yellow book into the left desk caddy's back compartment"], "length": 278} +{"episode_index": 931, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 240} +{"episode_index": 932, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 254} +{"episode_index": 933, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 238} +{"episode_index": 934, "tasks": ["place the yellow book into the left desk caddy's left compartment"], "length": 277} +{"episode_index": 935, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 346} +{"episode_index": 936, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 399} +{"episode_index": 937, "tasks": ["place the left red book in the top region of the shelf"], "length": 326} +{"episode_index": 938, "tasks": ["place the left red book in the top region of the shelf"], "length": 274} +{"episode_index": 939, "tasks": ["place the left red book in the top region of the shelf"], "length": 243} +{"episode_index": 940, "tasks": ["place the left red book in the top region of the shelf"], "length": 279} +{"episode_index": 941, "tasks": ["place the striped book in the top region of the shelf"], "length": 301} +{"episode_index": 942, "tasks": ["place the striped book in the top region of the shelf"], "length": 288} +{"episode_index": 943, "tasks": ["place the striped book in the top region of the shelf"], "length": 296} +{"episode_index": 944, "tasks": ["place the striped book in the top region of the shelf"], "length": 329} +{"episode_index": 945, "tasks": ["place the right red book flat on top of the shelf"], "length": 256} +{"episode_index": 946, "tasks": ["place the right red book flat on top of the shelf"], "length": 320} +{"episode_index": 947, "tasks": ["place the right red book flat on top of the shelf"], "length": 290} +{"episode_index": 948, "tasks": ["place the right red book flat on top of the shelf"], "length": 263} +{"episode_index": 949, "tasks": ["place the striped book flat on top of the shelf"], "length": 269} +{"episode_index": 950, "tasks": ["place the striped book flat on top of the shelf"], "length": 230} +{"episode_index": 951, "tasks": ["place the striped book flat on top of the shelf"], "length": 217} +{"episode_index": 952, "tasks": ["place the striped book flat on top of the shelf"], "length": 220} +{"episode_index": 953, "tasks": ["place the left red book flat on top of the shelf"], "length": 237} +{"episode_index": 954, "tasks": ["place the left red book flat on top of the shelf"], "length": 212} +{"episode_index": 955, "tasks": ["place the left red book flat on top of the shelf"], "length": 239} +{"episode_index": 956, "tasks": ["place the left red book flat on top of the shelf"], "length": 219} +{"episode_index": 957, "tasks": ["place the orange book upright on top of the shelf"], "length": 204} +{"episode_index": 958, "tasks": ["place the orange book upright on top of the shelf"], "length": 213} +{"episode_index": 959, "tasks": ["place the orange book upright on top of the shelf"], "length": 239} +{"episode_index": 960, "tasks": ["place the orange book upright on top of the shelf"], "length": 171} +{"episode_index": 961, "tasks": ["place the orange book upright on top of the shelf"], "length": 258} +{"episode_index": 962, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 374} +{"episode_index": 963, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 362} +{"episode_index": 964, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 334} +{"episode_index": 965, "tasks": ["place the yellow book into the right desk caddy's back compartment"], "length": 239} +{"episode_index": 966, "tasks": ["place the left black book into the right desk caddy's right compartment"], "length": 296} +{"episode_index": 967, "tasks": ["place the left black book into the right desk caddy's right compartment"], "length": 258} +{"episode_index": 968, "tasks": ["place the left black book into the right desk caddy's right compartment"], "length": 246} +{"episode_index": 969, "tasks": ["place the left black book into the right desk caddy's right compartment"], "length": 316} +{"episode_index": 970, "tasks": ["place the left black book into the right desk caddy's right compartment"], "length": 354} +{"episode_index": 971, "tasks": ["place the left black book into the right desk caddy's right compartment"], "length": 275} +{"episode_index": 972, "tasks": ["place the left black book into the right desk caddy's right compartment"], "length": 263} +{"episode_index": 973, "tasks": ["place the right black book into the right desk caddy's front compartment"], "length": 292} +{"episode_index": 974, "tasks": ["place the right black book into the right desk caddy's front compartment"], "length": 319} +{"episode_index": 975, "tasks": ["place the right black book into the right desk caddy's front compartment"], "length": 333} +{"episode_index": 976, "tasks": ["place the right black book into the right desk caddy's front compartment"], "length": 287} +{"episode_index": 977, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 221} +{"episode_index": 978, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 274} +{"episode_index": 979, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 267} +{"episode_index": 980, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 339} +{"episode_index": 981, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 315} +{"episode_index": 982, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 282} +{"episode_index": 983, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 279} +{"episode_index": 984, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 306} +{"episode_index": 985, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 318} +{"episode_index": 986, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 267} +{"episode_index": 987, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 305} +{"episode_index": 988, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 324} +{"episode_index": 989, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 339} +{"episode_index": 990, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 369} +{"episode_index": 991, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 294} +{"episode_index": 992, "tasks": ["place the striped book into the right desk caddy's front compartment"], "length": 366} +{"episode_index": 993, "tasks": ["place the striped book into the right desk caddy's front compartment"], "length": 363} +{"episode_index": 994, "tasks": ["place the striped book into the right desk caddy's front compartment"], "length": 348} +{"episode_index": 995, "tasks": ["place the striped book into the right desk caddy's front compartment"], "length": 393} +{"episode_index": 996, "tasks": ["place the striped book into the right desk caddy's front compartment"], "length": 363} +{"episode_index": 997, "tasks": ["place the red book into the right desk caddy's right compartment"], "length": 300} +{"episode_index": 998, "tasks": ["place the red book into the right desk caddy's right compartment"], "length": 311} +{"episode_index": 999, "tasks": ["place the red book into the right desk caddy's right compartment"], "length": 340} +{"episode_index": 1000, "tasks": ["place the red book into the right desk caddy's right compartment"], "length": 290} +{"episode_index": 1001, "tasks": ["place the red book into the right desk caddy's right compartment"], "length": 344} +{"episode_index": 1002, "tasks": ["place the yellow book into the right desk caddy's front compartment"], "length": 267} +{"episode_index": 1003, "tasks": ["place the yellow book into the right desk caddy's front compartment"], "length": 284} +{"episode_index": 1004, "tasks": ["place the yellow book into the right desk caddy's front compartment"], "length": 259} +{"episode_index": 1005, "tasks": ["place the yellow book into the right desk caddy's front compartment"], "length": 241} +{"episode_index": 1006, "tasks": ["place the yellow book into the right desk caddy's front compartment"], "length": 288} +{"episode_index": 1007, "tasks": ["place the left striped book into the right desk caddy's front compartment"], "length": 310} +{"episode_index": 1008, "tasks": ["place the left striped book into the right desk caddy's front compartment"], "length": 307} +{"episode_index": 1009, "tasks": ["place the left striped book into the right desk caddy's front compartment"], "length": 270} +{"episode_index": 1010, "tasks": ["place the left striped book into the right desk caddy's front compartment"], "length": 332} +{"episode_index": 1011, "tasks": ["place the left striped book into the right desk caddy's front compartment"], "length": 307} +{"episode_index": 1012, "tasks": ["place the black book into the right desk caddy's left compartment"], "length": 336} +{"episode_index": 1013, "tasks": ["place the black book into the right desk caddy's left compartment"], "length": 376} +{"episode_index": 1014, "tasks": ["place the black book into the right desk caddy's left compartment"], "length": 322} +{"episode_index": 1015, "tasks": ["place the black book into the right desk caddy's left compartment"], "length": 356} +{"episode_index": 1016, "tasks": ["place the black book into the right desk caddy's left compartment"], "length": 324} +{"episode_index": 1017, "tasks": ["place the black book into the right desk caddy's left compartment"], "length": 382} +{"episode_index": 1018, "tasks": ["place the orange book into the right desk caddy's front compartment"], "length": 291} +{"episode_index": 1019, "tasks": ["place the orange book into the right desk caddy's front compartment"], "length": 366} +{"episode_index": 1020, "tasks": ["place the orange book into the right desk caddy's front compartment"], "length": 337} +{"episode_index": 1021, "tasks": ["place the orange book into the right desk caddy's front compartment"], "length": 388} +{"episode_index": 1022, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 355} +{"episode_index": 1023, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 354} +{"episode_index": 1024, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 307} +{"episode_index": 1025, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 450} +{"episode_index": 1026, "tasks": ["place the red mug into the right desk caddy's right compartment"], "length": 428} +{"episode_index": 1027, "tasks": ["place the black book upright on top of the shelf"], "length": 209} +{"episode_index": 1028, "tasks": ["place the black book upright on top of the shelf"], "length": 244} +{"episode_index": 1029, "tasks": ["place the black book upright on top of the shelf"], "length": 202} +{"episode_index": 1030, "tasks": ["place the black book upright on top of the shelf"], "length": 217} +{"episode_index": 1031, "tasks": ["place the black book upright on top of the shelf"], "length": 198} +{"episode_index": 1032, "tasks": ["place the right striped book flat on top of the shelf"], "length": 288} +{"episode_index": 1033, "tasks": ["place the right striped book flat on top of the shelf"], "length": 290} +{"episode_index": 1034, "tasks": ["place the right striped book flat on top of the shelf"], "length": 264} +{"episode_index": 1035, "tasks": ["place the right striped book flat on top of the shelf"], "length": 302} +{"episode_index": 1036, "tasks": ["place the black book flat on top of the shelf"], "length": 232} +{"episode_index": 1037, "tasks": ["place the black book flat on top of the shelf"], "length": 200} +{"episode_index": 1038, "tasks": ["place the black book flat on top of the shelf"], "length": 208} +{"episode_index": 1039, "tasks": ["place the black book flat on top of the shelf"], "length": 233} +{"episode_index": 1040, "tasks": ["place the orange book in the top region of the shelf"], "length": 277} +{"episode_index": 1041, "tasks": ["place the orange book in the top region of the shelf"], "length": 292} +{"episode_index": 1042, "tasks": ["place the orange book in the top region of the shelf"], "length": 330} +{"episode_index": 1043, "tasks": ["place the orange book in the top region of the shelf"], "length": 319} +{"episode_index": 1044, "tasks": ["place the left striped book flat on top of the shelf"], "length": 199} +{"episode_index": 1045, "tasks": ["place the left striped book flat on top of the shelf"], "length": 230} +{"episode_index": 1046, "tasks": ["place the left striped book flat on top of the shelf"], "length": 247} +{"episode_index": 1047, "tasks": ["place the left striped book flat on top of the shelf"], "length": 221} +{"episode_index": 1048, "tasks": ["place the left striped book flat on top of the shelf"], "length": 251} +{"episode_index": 1049, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 254} +{"episode_index": 1050, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 242} +{"episode_index": 1051, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 207} +{"episode_index": 1052, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 262} +{"episode_index": 1053, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 200} +{"episode_index": 1054, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 302} +{"episode_index": 1055, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 258} +{"episode_index": 1056, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 294} +{"episode_index": 1057, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 210} +{"episode_index": 1058, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 260} +{"episode_index": 1059, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 302} +{"episode_index": 1060, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 245} +{"episode_index": 1061, "tasks": ["place the left striped book into the back desk caddy's left compartment"], "length": 268} +{"episode_index": 1062, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 415} +{"episode_index": 1063, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 437} +{"episode_index": 1064, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 389} +{"episode_index": 1065, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 493} +{"episode_index": 1066, "tasks": ["place the red book into the left desk caddy's back compartment"], "length": 401} +{"episode_index": 1067, "tasks": ["place the red book into the left desk caddy's back compartment"], "length": 487} +{"episode_index": 1068, "tasks": ["place the red book into the left desk caddy's back compartment"], "length": 393} +{"episode_index": 1069, "tasks": ["place the red book into the left desk caddy's back compartment"], "length": 370} +{"episode_index": 1070, "tasks": ["place the red book into the left desk caddy's back compartment"], "length": 486} +{"episode_index": 1071, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 267} +{"episode_index": 1072, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 229} +{"episode_index": 1073, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 290} +{"episode_index": 1074, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 260} +{"episode_index": 1075, "tasks": ["place the yellow book into the back desk caddy's right compartment"], "length": 259} +{"episode_index": 1076, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 282} +{"episode_index": 1077, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 295} +{"episode_index": 1078, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 230} +{"episode_index": 1079, "tasks": ["place the black book into the back desk caddy's right compartment"], "length": 223} +{"episode_index": 1080, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 300} +{"episode_index": 1081, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 385} +{"episode_index": 1082, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 313} +{"episode_index": 1083, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 357} +{"episode_index": 1084, "tasks": ["place the red mug on top of the shelf"], "length": 169} +{"episode_index": 1085, "tasks": ["place the red mug on top of the shelf"], "length": 179} +{"episode_index": 1086, "tasks": ["place the red mug on top of the shelf"], "length": 178} +{"episode_index": 1087, "tasks": ["place the striped book in the top region of the shelf"], "length": 349} +{"episode_index": 1088, "tasks": ["place the striped book in the top region of the shelf"], "length": 331} +{"episode_index": 1089, "tasks": ["place the striped book in the top region of the shelf"], "length": 416} +{"episode_index": 1090, "tasks": ["place the striped book in the top region of the shelf"], "length": 345} +{"episode_index": 1091, "tasks": ["place the yellow book flat on top of the shelf"], "length": 201} +{"episode_index": 1092, "tasks": ["place the yellow book flat on top of the shelf"], "length": 214} +{"episode_index": 1093, "tasks": ["place the yellow book flat on top of the shelf"], "length": 234} +{"episode_index": 1094, "tasks": ["place the yellow book flat on top of the shelf"], "length": 219} +{"episode_index": 1095, "tasks": ["place the yellow book flat on top of the shelf"], "length": 203} +{"episode_index": 1096, "tasks": ["place the red book in the top region of the shelf"], "length": 334} +{"episode_index": 1097, "tasks": ["place the red book in the top region of the shelf"], "length": 416} +{"episode_index": 1098, "tasks": ["place the red book in the top region of the shelf"], "length": 428} +{"episode_index": 1099, "tasks": ["place the red book in the top region of the shelf"], "length": 350} +{"episode_index": 1100, "tasks": ["place the red book flat on top of the shelf"], "length": 290} +{"episode_index": 1101, "tasks": ["place the red book flat on top of the shelf"], "length": 291} +{"episode_index": 1102, "tasks": ["place the red book flat on top of the shelf"], "length": 336} +{"episode_index": 1103, "tasks": ["place the green book into the back desk caddy's back compartment"], "length": 482} +{"episode_index": 1104, "tasks": ["place the green book into the back desk caddy's back compartment"], "length": 485} +{"episode_index": 1105, "tasks": ["place the green book into the back desk caddy's back compartment"], "length": 534} +{"episode_index": 1106, "tasks": ["place the green book into the back desk caddy's back compartment"], "length": 519} +{"episode_index": 1107, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 301} +{"episode_index": 1108, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 331} +{"episode_index": 1109, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 276} +{"episode_index": 1110, "tasks": ["place the yellow book into the left desk caddy's right compartment"], "length": 291} +{"episode_index": 1111, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 227} +{"episode_index": 1112, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 272} +{"episode_index": 1113, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 292} +{"episode_index": 1114, "tasks": ["place the black book into the left desk caddy's right compartment"], "length": 304} +{"episode_index": 1115, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 254} +{"episode_index": 1116, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 256} +{"episode_index": 1117, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 280} +{"episode_index": 1118, "tasks": ["place the red mug into the back desk caddy's left compartment"], "length": 339} +{"episode_index": 1119, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 295} +{"episode_index": 1120, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 273} +{"episode_index": 1121, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 284} +{"episode_index": 1122, "tasks": ["place the green book into the left desk caddy's left compartment"], "length": 300} +{"episode_index": 1123, "tasks": ["place the red book into the left desk caddy's right compartment"], "length": 260} +{"episode_index": 1124, "tasks": ["place the red book into the left desk caddy's right compartment"], "length": 260} +{"episode_index": 1125, "tasks": ["place the red book into the left desk caddy's right compartment"], "length": 272} +{"episode_index": 1126, "tasks": ["place the red book into the left desk caddy's right compartment"], "length": 237} +{"episode_index": 1127, "tasks": ["place the right yellow book into the left desk caddy's left compartment"], "length": 283} +{"episode_index": 1128, "tasks": ["place the right yellow book into the left desk caddy's left compartment"], "length": 305} +{"episode_index": 1129, "tasks": ["place the right yellow book into the left desk caddy's left compartment"], "length": 300} +{"episode_index": 1130, "tasks": ["place the right yellow book into the left desk caddy's left compartment"], "length": 316} +{"episode_index": 1131, "tasks": ["place the left yellow book into the left desk caddy's front compartment"], "length": 235} +{"episode_index": 1132, "tasks": ["place the left yellow book into the left desk caddy's front compartment"], "length": 257} +{"episode_index": 1133, "tasks": ["place the left yellow book into the left desk caddy's front compartment"], "length": 216} +{"episode_index": 1134, "tasks": ["place the left yellow book into the left desk caddy's front compartment"], "length": 218} +{"episode_index": 1135, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 275} +{"episode_index": 1136, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 285} +{"episode_index": 1137, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 294} +{"episode_index": 1138, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 318} +{"episode_index": 1139, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 310} +{"episode_index": 1140, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 314} +{"episode_index": 1141, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 308} +{"episode_index": 1142, "tasks": ["place the orange book into the left desk caddy's right compartment"], "length": 324} +{"episode_index": 1143, "tasks": ["place the striped book into the left desk caddy's front compartment"], "length": 322} +{"episode_index": 1144, "tasks": ["place the striped book into the left desk caddy's front compartment"], "length": 436} +{"episode_index": 1145, "tasks": ["place the striped book into the left desk caddy's front compartment"], "length": 430} +{"episode_index": 1146, "tasks": ["place the striped book into the left desk caddy's front compartment"], "length": 326} +{"episode_index": 1147, "tasks": ["place the striped book into the left desk caddy's front compartment"], "length": 336} +{"episode_index": 1148, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 288} +{"episode_index": 1149, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 312} +{"episode_index": 1150, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 288} +{"episode_index": 1151, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 323} +{"episode_index": 1152, "tasks": ["place the red mug into the left desk caddy's left compartment"], "length": 250} +{"episode_index": 1153, "tasks": ["place the red book into the left desk caddy's left compartment"], "length": 291} +{"episode_index": 1154, "tasks": ["place the red book into the left desk caddy's left compartment"], "length": 289} +{"episode_index": 1155, "tasks": ["place the red book into the left desk caddy's left compartment"], "length": 285} +{"episode_index": 1156, "tasks": ["place the red book into the left desk caddy's left compartment"], "length": 266} +{"episode_index": 1157, "tasks": ["place the red book into the left desk caddy's left compartment"], "length": 207} +{"episode_index": 1158, "tasks": ["place the red book into the back desk caddy's front compartment"], "length": 419} +{"episode_index": 1159, "tasks": ["place the red book into the back desk caddy's front compartment"], "length": 422} +{"episode_index": 1160, "tasks": ["place the red book into the back desk caddy's front compartment"], "length": 393} +{"episode_index": 1161, "tasks": ["place the red book into the back desk caddy's front compartment"], "length": 504} +{"episode_index": 1162, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 233} +{"episode_index": 1163, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 243} +{"episode_index": 1164, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 209} +{"episode_index": 1165, "tasks": ["place the yellow book into the back desk caddy's left compartment"], "length": 245} +{"episode_index": 1166, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 260} +{"episode_index": 1167, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 233} +{"episode_index": 1168, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 252} +{"episode_index": 1169, "tasks": ["place the red mug into the back desk caddy's right compartment"], "length": 242} +{"episode_index": 1170, "tasks": ["place the striped book into the back desk caddy's left compartment"], "length": 290} +{"episode_index": 1171, "tasks": ["place the striped book into the back desk caddy's left compartment"], "length": 316} +{"episode_index": 1172, "tasks": ["place the striped book into the back desk caddy's left compartment"], "length": 383} +{"episode_index": 1173, "tasks": ["place the striped book into the back desk caddy's left compartment"], "length": 336} +{"episode_index": 1174, "tasks": ["place the striped book into the back desk caddy's left compartment"], "length": 370} +{"episode_index": 1175, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 521} +{"episode_index": 1176, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 586} +{"episode_index": 1177, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 439} +{"episode_index": 1178, "tasks": ["place the orange book into the back desk caddy's back compartment"], "length": 375} +{"episode_index": 1179, "tasks": ["place the left red book into the back desk caddy's left compartment"], "length": 267} +{"episode_index": 1180, "tasks": ["place the left red book into the back desk caddy's left compartment"], "length": 285} +{"episode_index": 1181, "tasks": ["place the left red book into the back desk caddy's left compartment"], "length": 313} +{"episode_index": 1182, "tasks": ["place the left red book into the back desk caddy's left compartment"], "length": 328} +{"episode_index": 1183, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 329} +{"episode_index": 1184, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 487} +{"episode_index": 1185, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 338} +{"episode_index": 1186, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 336} +{"episode_index": 1187, "tasks": ["place the striped book into the left desk caddy's left compartment"], "length": 311} +{"episode_index": 1188, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 230} +{"episode_index": 1189, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 225} +{"episode_index": 1190, "tasks": ["place the right red book into the back desk caddy's right compartment"], "length": 248} +{"episode_index": 1191, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 258} +{"episode_index": 1192, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 214} +{"episode_index": 1193, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 250} +{"episode_index": 1194, "tasks": ["place the black book into the right desk caddy's right compartment"], "length": 297} +{"episode_index": 1195, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 225} +{"episode_index": 1196, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 217} +{"episode_index": 1197, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 267} +{"episode_index": 1198, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 266} +{"episode_index": 1199, "tasks": ["place the yellow book into the right desk caddy's right compartment"], "length": 247} +{"episode_index": 1200, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 279} +{"episode_index": 1201, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 274} +{"episode_index": 1202, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 265} +{"episode_index": 1203, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 278} +{"episode_index": 1204, "tasks": ["place the red mug into the right desk caddy's left compartment"], "length": 233} +{"episode_index": 1205, "tasks": ["place the black bowl on the plate"], "length": 513} +{"episode_index": 1206, "tasks": ["place the black bowl on the plate"], "length": 316} +{"episode_index": 1207, "tasks": ["place the black bowl on the plate"], "length": 346} +{"episode_index": 1208, "tasks": ["place the black bowl on the plate"], "length": 313} +{"episode_index": 1209, "tasks": ["place the black bowl on the plate"], "length": 418} +{"episode_index": 1210, "tasks": ["place the green bowl in the basket"], "length": 303} +{"episode_index": 1211, "tasks": ["place the green bowl in the basket"], "length": 278} +{"episode_index": 1212, "tasks": ["place the green bowl in the basket"], "length": 218} +{"episode_index": 1213, "tasks": ["place the green bowl in the basket"], "length": 230} +{"episode_index": 1214, "tasks": ["place the green bowl in the basket"], "length": 227} +{"episode_index": 1215, "tasks": ["place the green bowl on the plate"], "length": 279} +{"episode_index": 1216, "tasks": ["place the green bowl on the plate"], "length": 303} +{"episode_index": 1217, "tasks": ["place the green bowl on the plate"], "length": 238} +{"episode_index": 1218, "tasks": ["place the green bowl on the plate"], "length": 251} +{"episode_index": 1219, "tasks": ["place the green bowl on the plate"], "length": 270} +{"episode_index": 1220, "tasks": ["place the green bowl on the plate"], "length": 280} +{"episode_index": 1221, "tasks": ["place the black bowl in the basket"], "length": 308} +{"episode_index": 1222, "tasks": ["place the black bowl in the basket"], "length": 262} +{"episode_index": 1223, "tasks": ["place the black bowl in the basket"], "length": 320} +{"episode_index": 1224, "tasks": ["place the black bowl in the basket"], "length": 243} +{"episode_index": 1225, "tasks": ["place the black bowl in the basket"], "length": 260} +{"episode_index": 1226, "tasks": ["place the frypan on the top layer of the shelf and place the moka pot on the stove"], "length": 958} +{"episode_index": 1227, "tasks": ["place the frypan on the top layer of the shelf and place the moka pot on the stove"], "length": 992} +{"episode_index": 1228, "tasks": ["place the frypan on the top layer of the shelf and place the moka pot on the stove"], "length": 848} +{"episode_index": 1229, "tasks": ["place the frypan on the top layer of the shelf"], "length": 524} +{"episode_index": 1230, "tasks": ["place the frypan on the top layer of the shelf"], "length": 503} +{"episode_index": 1231, "tasks": ["place the frypan on the top layer of the shelf"], "length": 400} +{"episode_index": 1232, "tasks": ["place the frypan on the top layer of the shelf"], "length": 506} +{"episode_index": 1233, "tasks": ["place the frypan on the top layer of the shelf"], "length": 497} +{"episode_index": 1234, "tasks": ["place the frypan on the top layer of the shelf"], "length": 473} +{"episode_index": 1235, "tasks": ["place the frypan on the top layer of the shelf"], "length": 417} +{"episode_index": 1236, "tasks": ["place the frypan on the top layer of the shelf"], "length": 445} +{"episode_index": 1237, "tasks": ["place the frypan on the top layer of the shelf"], "length": 422} +{"episode_index": 1238, "tasks": ["place the bowl on the plate"], "length": 427} +{"episode_index": 1239, "tasks": ["place the bowl on the plate"], "length": 469} +{"episode_index": 1240, "tasks": ["place the bowl on the plate"], "length": 427} +{"episode_index": 1241, "tasks": ["place the bowl on the plate"], "length": 496} +{"episode_index": 1242, "tasks": ["place the bowl on the plate"], "length": 417} +{"episode_index": 1243, "tasks": ["place the bowl on the plate"], "length": 404} +{"episode_index": 1244, "tasks": ["place the green bowl on the plate"], "length": 278} +{"episode_index": 1245, "tasks": ["place the green bowl on the plate"], "length": 283} +{"episode_index": 1246, "tasks": ["place the green bowl on the plate"], "length": 304} +{"episode_index": 1247, "tasks": ["place the green bowl on the plate"], "length": 355} +{"episode_index": 1248, "tasks": ["place the green bowl in the basket"], "length": 255} +{"episode_index": 1249, "tasks": ["place the green bowl in the basket"], "length": 249} +{"episode_index": 1250, "tasks": ["place the green bowl in the basket"], "length": 280} +{"episode_index": 1251, "tasks": ["place the green bowl in the basket"], "length": 276} +{"episode_index": 1252, "tasks": ["place the red bowl on the plate"], "length": 413} +{"episode_index": 1253, "tasks": ["place the red bowl on the plate"], "length": 405} +{"episode_index": 1254, "tasks": ["place the red bowl on the plate"], "length": 414} +{"episode_index": 1255, "tasks": ["place the red bowl in the basket"], "length": 363} +{"episode_index": 1256, "tasks": ["place the red bowl in the basket"], "length": 389} +{"episode_index": 1257, "tasks": ["place the red bowl in the basket"], "length": 324} +{"episode_index": 1258, "tasks": ["place the red bowl in the basket"], "length": 296} +{"episode_index": 1259, "tasks": ["place the red bowl in the basket"], "length": 338} +{"episode_index": 1260, "tasks": ["place the blue bowl on the plate"], "length": 283} +{"episode_index": 1261, "tasks": ["place the blue bowl on the plate"], "length": 258} +{"episode_index": 1262, "tasks": ["place the blue bowl on the plate"], "length": 278} +{"episode_index": 1263, "tasks": ["place the blue bowl on the plate"], "length": 304} +{"episode_index": 1264, "tasks": ["place the blue bowl on the plate"], "length": 267} +{"episode_index": 1265, "tasks": ["place the black bowl on the plate"], "length": 376} +{"episode_index": 1266, "tasks": ["place the black bowl on the plate"], "length": 297} +{"episode_index": 1267, "tasks": ["place the black bowl on the plate"], "length": 258} +{"episode_index": 1268, "tasks": ["place the black bowl on the plate"], "length": 452} +{"episode_index": 1269, "tasks": ["place the black bowl on the plate"], "length": 289} +{"episode_index": 1270, "tasks": ["place the black bowl on the plate"], "length": 289} +{"episode_index": 1271, "tasks": ["place the green bowl and the black bowl in the wooden tray"], "length": 465} +{"episode_index": 1272, "tasks": ["place the green bowl and the black bowl in the wooden tray"], "length": 435} +{"episode_index": 1273, "tasks": ["place the green bowl and the black bowl in the wooden tray"], "length": 443} +{"episode_index": 1274, "tasks": ["place the green bowl and the black bowl in the wooden tray"], "length": 506} +{"episode_index": 1275, "tasks": ["place the green bowl and the black bowl in the wooden tray"], "length": 482} +{"episode_index": 1276, "tasks": ["place the black bowl and the blue bowl in the wooden tray"], "length": 537} +{"episode_index": 1277, "tasks": ["place the black bowl and the blue bowl in the wooden tray"], "length": 595} +{"episode_index": 1278, "tasks": ["place the black bowl and the blue bowl in the wooden tray"], "length": 624} +{"episode_index": 1279, "tasks": ["place the black bowl and the blue bowl in the wooden tray"], "length": 565} +{"episode_index": 1280, "tasks": ["place the green bowl in the wooden tray"], "length": 188} +{"episode_index": 1281, "tasks": ["place the green bowl in the wooden tray"], "length": 220} +{"episode_index": 1282, "tasks": ["place the green bowl in the wooden tray"], "length": 155} +{"episode_index": 1283, "tasks": ["place the green bowl in the wooden tray"], "length": 215} +{"episode_index": 1284, "tasks": ["place the green bowl in the wooden tray"], "length": 170} +{"episode_index": 1285, "tasks": ["place the blue bowl in the wooden tray"], "length": 193} +{"episode_index": 1286, "tasks": ["place the blue bowl in the wooden tray"], "length": 181} +{"episode_index": 1287, "tasks": ["place the blue bowl in the wooden tray"], "length": 201} +{"episode_index": 1288, "tasks": ["place the blue bowl in the wooden tray"], "length": 186} +{"episode_index": 1289, "tasks": ["place the blue bowl in the wooden tray"], "length": 190} +{"episode_index": 1290, "tasks": ["place the green bowl on the plate"], "length": 290} +{"episode_index": 1291, "tasks": ["place the green bowl on the plate"], "length": 230} +{"episode_index": 1292, "tasks": ["place the green bowl on the plate"], "length": 227} +{"episode_index": 1293, "tasks": ["place the green bowl on the plate"], "length": 212} +{"episode_index": 1294, "tasks": ["place the green bowl on the plate"], "length": 197} +{"episode_index": 1295, "tasks": ["place the blue bowl and the green bowl in the wooden tray"], "length": 513} +{"episode_index": 1296, "tasks": ["place the blue bowl and the green bowl in the wooden tray"], "length": 490} +{"episode_index": 1297, "tasks": ["place the blue bowl and the green bowl in the wooden tray"], "length": 484} +{"episode_index": 1298, "tasks": ["place the blue bowl and the green bowl in the wooden tray"], "length": 512} +{"episode_index": 1299, "tasks": ["place the black bowl in the wooden tray"], "length": 306} +{"episode_index": 1300, "tasks": ["place the black bowl in the wooden tray"], "length": 346} +{"episode_index": 1301, "tasks": ["place the black bowl in the wooden tray"], "length": 394} +{"episode_index": 1302, "tasks": ["place the black bowl in the wooden tray"], "length": 335} +{"episode_index": 1303, "tasks": ["place the black bowl in the wooden tray"], "length": 317} +{"episode_index": 1304, "tasks": ["open the top drawer of the wooden cabinet"], "length": 226} +{"episode_index": 1305, "tasks": ["open the top drawer of the wooden cabinet"], "length": 240} +{"episode_index": 1306, "tasks": ["open the top drawer of the wooden cabinet"], "length": 273} +{"episode_index": 1307, "tasks": ["place the green bowl on the plate"], "length": 483} +{"episode_index": 1308, "tasks": ["place the green bowl on the plate"], "length": 394} +{"episode_index": 1309, "tasks": ["place the green bowl on the plate"], "length": 373} +{"episode_index": 1310, "tasks": ["place the red bowl on top of the wooden cabinet"], "length": 410} +{"episode_index": 1311, "tasks": ["place the red bowl on top of the wooden cabinet"], "length": 384} +{"episode_index": 1312, "tasks": ["place the green bowl on top of the wooden cabinet"], "length": 359} +{"episode_index": 1313, "tasks": ["place the green bowl on top of the wooden cabinet"], "length": 390} +{"episode_index": 1314, "tasks": ["place the green bowl on top of the wooden cabinet"], "length": 363} +{"episode_index": 1315, "tasks": ["place the red bowl on the plate"], "length": 413} +{"episode_index": 1316, "tasks": ["place the red bowl on the plate"], "length": 352} +{"episode_index": 1317, "tasks": ["open the middle drawer of the wooden cabinet"], "length": 293} +{"episode_index": 1318, "tasks": ["open the middle drawer of the wooden cabinet"], "length": 341} +{"episode_index": 1319, "tasks": ["place the yellow bowl on top of the wooden cabinet"], "length": 347} +{"episode_index": 1320, "tasks": ["place the yellow bowl on top of the wooden cabinet"], "length": 355} +{"episode_index": 1321, "tasks": ["place the yellow bowl on the plate"], "length": 319} +{"episode_index": 1322, "tasks": ["place the yellow bowl on the plate"], "length": 334} +{"episode_index": 1323, "tasks": ["place the moka pot on the stove and turn off the stove"], "length": 714} +{"episode_index": 1324, "tasks": ["place the moka pot on the stove and turn off the stove"], "length": 602} +{"episode_index": 1325, "tasks": ["place the moka pot on the stove and turn off the stove"], "length": 695} +{"episode_index": 1326, "tasks": ["place the moka pot on the stove and turn off the stove"], "length": 709} +{"episode_index": 1327, "tasks": ["place the red mug in the basket"], "length": 336} +{"episode_index": 1328, "tasks": ["place the red mug in the basket"], "length": 346} +{"episode_index": 1329, "tasks": ["place the red mug in the basket"], "length": 323} +{"episode_index": 1330, "tasks": ["place the red mug in the basket"], "length": 402} +{"episode_index": 1331, "tasks": ["place the moka pot on the stove"], "length": 256} +{"episode_index": 1332, "tasks": ["place the moka pot on the stove"], "length": 234} +{"episode_index": 1333, "tasks": ["place the moka pot on the stove"], "length": 262} +{"episode_index": 1334, "tasks": ["place the moka pot on the stove"], "length": 240} +{"episode_index": 1335, "tasks": ["place the moka pot on the stove"], "length": 277} +{"episode_index": 1336, "tasks": ["place the white and yellow mug in the basket"], "length": 231} +{"episode_index": 1337, "tasks": ["place the white and yellow mug in the basket"], "length": 278} +{"episode_index": 1338, "tasks": ["place the white and yellow mug in the basket"], "length": 294} +{"episode_index": 1339, "tasks": ["place the white and yellow mug in the basket"], "length": 211} +{"episode_index": 1340, "tasks": ["place the white and yellow mug in the basket"], "length": 256} +{"episode_index": 1341, "tasks": ["stack the blue bowl on the green bowl"], "length": 330} +{"episode_index": 1342, "tasks": ["stack the blue bowl on the green bowl"], "length": 312} +{"episode_index": 1343, "tasks": ["stack the blue bowl on the green bowl"], "length": 317} +{"episode_index": 1344, "tasks": ["stack the blue bowl on the green bowl"], "length": 328} +{"episode_index": 1345, "tasks": ["place the white bowl on the off-center plate and place the green bowl on top of the wooden shelf"], "length": 734} +{"episode_index": 1346, "tasks": ["place the white bowl on the off-center plate and place the green bowl on top of the wooden shelf"], "length": 803} +{"episode_index": 1347, "tasks": ["place the white bowl on the off-center plate and place the green bowl on top of the wooden shelf"], "length": 688} +{"episode_index": 1348, "tasks": ["place the white bowl on the off-center plate and place the green bowl on top of the wooden shelf"], "length": 653} +{"episode_index": 1349, "tasks": ["place the white bowl on the off-center plate and place the blue bowl on top of the wooden shelf"], "length": 755} +{"episode_index": 1350, "tasks": ["place the white bowl on the off-center plate and place the blue bowl on top of the wooden shelf"], "length": 605} +{"episode_index": 1351, "tasks": ["place the white bowl on the off-center plate and place the blue bowl on top of the wooden shelf"], "length": 571} +{"episode_index": 1352, "tasks": ["stack the green bowl on the blue bowl"], "length": 335} +{"episode_index": 1353, "tasks": ["stack the green bowl on the blue bowl"], "length": 336} +{"episode_index": 1354, "tasks": ["stack the green bowl on the blue bowl"], "length": 333} +{"episode_index": 1355, "tasks": ["stack the green bowl on the blue bowl"], "length": 275} +{"episode_index": 1356, "tasks": ["place the white bowl onto the plate that is in the table center"], "length": 246} +{"episode_index": 1357, "tasks": ["place the white bowl onto the plate that is in the table center"], "length": 259} +{"episode_index": 1358, "tasks": ["place the white bowl onto the plate that is in the table center"], "length": 232} +{"episode_index": 1359, "tasks": ["place the white bowl onto the plate that is in the table center"], "length": 237} +{"episode_index": 1360, "tasks": ["place the white bowl on the off-center plate"], "length": 286} +{"episode_index": 1361, "tasks": ["place the white bowl on the off-center plate"], "length": 264} +{"episode_index": 1362, "tasks": ["place the white bowl on the off-center plate"], "length": 299} +{"episode_index": 1363, "tasks": ["place the white bowl on the off-center plate"], "length": 280} +{"episode_index": 1364, "tasks": ["place the frying pan on the top layer of the shelf"], "length": 290} +{"episode_index": 1365, "tasks": ["place the frying pan on the top layer of the shelf"], "length": 473} +{"episode_index": 1366, "tasks": ["place the frying pan on the top layer of the shelf"], "length": 346} +{"episode_index": 1367, "tasks": ["place the frying pan on the top layer of the shelf"], "length": 322} +{"episode_index": 1368, "tasks": ["place the frying pan on the top layer of the shelf"], "length": 321} +{"episode_index": 1369, "tasks": ["place the frying pan on the top layer of the shelf and turn off the stove"], "length": 910} +{"episode_index": 1370, "tasks": ["place the frying pan on the top layer of the shelf and turn off the stove"], "length": 716} +{"episode_index": 1371, "tasks": ["place the frying pan on the top layer of the shelf and turn off the stove"], "length": 847} +{"episode_index": 1372, "tasks": ["place the red mug on the plate"], "length": 289} +{"episode_index": 1373, "tasks": ["place the red mug on the plate"], "length": 362} +{"episode_index": 1374, "tasks": ["place the red mug on the plate"], "length": 316} +{"episode_index": 1375, "tasks": ["place the red mug on the plate"], "length": 332} +{"episode_index": 1376, "tasks": ["place the white and yellow mug on the plate"], "length": 263} +{"episode_index": 1377, "tasks": ["place the white and yellow mug on the plate"], "length": 263} +{"episode_index": 1378, "tasks": ["place the white and yellow mug on the plate"], "length": 291} +{"episode_index": 1379, "tasks": ["place the white and yellow mug on the plate"], "length": 257} +{"episode_index": 1380, "tasks": ["place the porcelain mug that is in the drawer onto the nearest plate relative to the robot"], "length": 198} +{"episode_index": 1381, "tasks": ["place the porcelain mug that is in the drawer onto the nearest plate relative to the robot"], "length": 255} +{"episode_index": 1382, "tasks": ["place the porcelain mug that is in the drawer onto the nearest plate relative to the robot"], "length": 183} +{"episode_index": 1383, "tasks": ["place the porcelain mug that is in the drawer onto the nearest plate relative to the robot"], "length": 202} +{"episode_index": 1384, "tasks": ["place the porcelain mug that is in the drawer onto the nearest plate relative to the robot"], "length": 199} +{"episode_index": 1385, "tasks": ["place the porcelain mug that is in the drawer onto the nearest plate relative to the robot"], "length": 183} +{"episode_index": 1386, "tasks": ["place the porcelain mug that is in the drawer onto the nearest plate relative to the robot"], "length": 192} +{"episode_index": 1387, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 296} +{"episode_index": 1388, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 295} +{"episode_index": 1389, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 278} +{"episode_index": 1390, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 298} +{"episode_index": 1391, "tasks": ["place the porcelain mug that is on the plate onto the nearest plate relative to the robot"], "length": 294} +{"episode_index": 1392, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet"], "length": 195} +{"episode_index": 1393, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet"], "length": 169} +{"episode_index": 1394, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet"], "length": 211} +{"episode_index": 1395, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet"], "length": 177} +{"episode_index": 1396, "tasks": ["place the porcelain mug that is on the plate onto the middle plate relative to the robot"], "length": 210} +{"episode_index": 1397, "tasks": ["place the porcelain mug that is on the plate onto the middle plate relative to the robot"], "length": 227} +{"episode_index": 1398, "tasks": ["place the porcelain mug that is on the plate onto the middle plate relative to the robot"], "length": 215} +{"episode_index": 1399, "tasks": ["place the porcelain mug that is on the plate onto the middle plate relative to the robot"], "length": 206} +{"episode_index": 1400, "tasks": ["place the porcelain mug that is on the plate onto the middle plate relative to the robot"], "length": 244} +{"episode_index": 1401, "tasks": ["place the porcelain mug that is on the plate onto the middle plate relative to the robot"], "length": 185} +{"episode_index": 1402, "tasks": ["place the porcelain mug that is on the plate onto the middle plate relative to the robot"], "length": 213} +{"episode_index": 1403, "tasks": ["place the porcelain mug that is on the plate onto the middle plate relative to the robot"], "length": 226} +{"episode_index": 1404, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet and close the drawer"], "length": 284} +{"episode_index": 1405, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet and close the drawer"], "length": 292} +{"episode_index": 1406, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet and close the drawer"], "length": 282} +{"episode_index": 1407, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet and close the drawer"], "length": 302} +{"episode_index": 1408, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet and close the drawer"], "length": 350} +{"episode_index": 1409, "tasks": ["place the porcelain mug that is in the drawer onto the top of the cabinet and close the drawer"], "length": 302} +{"episode_index": 1410, "tasks": ["place the porcelain mug that is in the drawer onto the middle plate relative to the robot"], "length": 199} +{"episode_index": 1411, "tasks": ["place the porcelain mug that is in the drawer onto the middle plate relative to the robot"], "length": 210} +{"episode_index": 1412, "tasks": ["place the porcelain mug that is in the drawer onto the middle plate relative to the robot"], "length": 241} +{"episode_index": 1413, "tasks": ["place the porcelain mug that is in the drawer onto the middle plate relative to the robot"], "length": 222} +{"episode_index": 1414, "tasks": ["place the porcelain mug that is on the plate onto the top of the cabinet"], "length": 297} +{"episode_index": 1415, "tasks": ["place the porcelain mug that is on the plate onto the top of the cabinet"], "length": 302} +{"episode_index": 1416, "tasks": ["place the porcelain mug that is on the plate onto the top of the cabinet"], "length": 312} +{"episode_index": 1417, "tasks": ["place the porcelain mug that is on the plate onto the top of the cabinet"], "length": 296} +{"episode_index": 1418, "tasks": ["place the wine bottle from the drawer onto the top layer of the wine rack"], "length": 448} +{"episode_index": 1419, "tasks": ["place the wine bottle from the drawer onto the top layer of the wine rack"], "length": 413} +{"episode_index": 1420, "tasks": ["place the wine bottle from the drawer onto the top layer of the wine rack"], "length": 473} +{"episode_index": 1421, "tasks": ["place the wine bottle from the table onto the top layer of the wine rack"], "length": 413} +{"episode_index": 1422, "tasks": ["place the wine bottle from the table onto the top layer of the wine rack"], "length": 412} +{"episode_index": 1423, "tasks": ["place the wine bottle from the drawer onto the top layer of the wine rack and close the drawer"], "length": 865} +{"episode_index": 1424, "tasks": ["place the wine bottle from the drawer onto the top layer of the wine rack and close the drawer"], "length": 808} +{"episode_index": 1425, "tasks": ["place the wine bottle from the drawer onto the top layer of the wine rack and close the drawer"], "length": 745} +{"episode_index": 1426, "tasks": ["place the wine bottle from the table into the top drawer"], "length": 384} +{"episode_index": 1427, "tasks": ["place the wine bottle from the table into the top drawer"], "length": 313} +{"episode_index": 1428, "tasks": ["place the wine bottle from the table into the top drawer"], "length": 365} +{"episode_index": 1429, "tasks": ["place the wine bottle from the table into the top drawer"], "length": 293} +{"episode_index": 1430, "tasks": ["place the wine bottle from the table into the top drawer"], "length": 406} +{"episode_index": 1431, "tasks": ["place the wine bottle from the table into the top drawer"], "length": 344} +{"episode_index": 1432, "tasks": ["place the smallest bowl on the flat stove"], "length": 239} +{"episode_index": 1433, "tasks": ["place the smallest bowl on the flat stove"], "length": 292} +{"episode_index": 1434, "tasks": ["place the smallest bowl on the flat stove"], "length": 249} +{"episode_index": 1435, "tasks": ["place the smallest bowl on the flat stove"], "length": 263} +{"episode_index": 1436, "tasks": ["place the medium-sized bowl inside the left compartment of the bowl drainer"], "length": 180} +{"episode_index": 1437, "tasks": ["place the medium-sized bowl inside the left compartment of the bowl drainer"], "length": 228} +{"episode_index": 1438, "tasks": ["place the medium-sized bowl inside the left compartment of the bowl drainer"], "length": 184} +{"episode_index": 1439, "tasks": ["place the medium-sized bowl inside the left compartment of the bowl drainer"], "length": 215} +{"episode_index": 1440, "tasks": ["place the medium-sized bowl inside the left compartment of the bowl drainer"], "length": 236} +{"episode_index": 1441, "tasks": ["place the smallest bowl inside the right compartment of the bowl drainer"], "length": 317} +{"episode_index": 1442, "tasks": ["place the smallest bowl inside the right compartment of the bowl drainer"], "length": 304} +{"episode_index": 1443, "tasks": ["place the smallest bowl inside the right compartment of the bowl drainer"], "length": 310} +{"episode_index": 1444, "tasks": ["place the smallest bowl inside the right compartment of the bowl drainer"], "length": 282} +{"episode_index": 1445, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 467} +{"episode_index": 1446, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 431} +{"episode_index": 1447, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 498} +{"episode_index": 1448, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 420} +{"episode_index": 1449, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 406} +{"episode_index": 1450, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 439} +{"episode_index": 1451, "tasks": ["place the largest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 491} +{"episode_index": 1452, "tasks": ["place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 467} +{"episode_index": 1453, "tasks": ["place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 465} +{"episode_index": 1454, "tasks": ["place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 537} +{"episode_index": 1455, "tasks": ["place the smallest bowl in the left side of the drainer and the medium bowl in the right side"], "length": 527} +{"episode_index": 1456, "tasks": ["place the largest bowl on the flat stove"], "length": 305} +{"episode_index": 1457, "tasks": ["place the largest bowl on the flat stove"], "length": 282} +{"episode_index": 1458, "tasks": ["place the largest bowl on the flat stove"], "length": 311} +{"episode_index": 1459, "tasks": ["place the largest bowl on the flat stove"], "length": 296} +{"episode_index": 1460, "tasks": ["place the largest bowl inside the right compartment of the bowl drainer"], "length": 253} +{"episode_index": 1461, "tasks": ["place the largest bowl inside the right compartment of the bowl drainer"], "length": 255} +{"episode_index": 1462, "tasks": ["place the largest bowl inside the right compartment of the bowl drainer"], "length": 247} +{"episode_index": 1463, "tasks": ["place the largest bowl inside the right compartment of the bowl drainer"], "length": 286} +{"episode_index": 1464, "tasks": ["place the largest bowl inside the right compartment of the bowl drainer"], "length": 249} +{"episode_index": 1465, "tasks": ["place the largest bowl inside the left compartment of the bowl drainer"], "length": 235} +{"episode_index": 1466, "tasks": ["place the largest bowl inside the left compartment of the bowl drainer"], "length": 258} +{"episode_index": 1467, "tasks": ["place the largest bowl inside the left compartment of the bowl drainer"], "length": 240} +{"episode_index": 1468, "tasks": ["place the largest bowl inside the left compartment of the bowl drainer"], "length": 259} +{"episode_index": 1469, "tasks": ["place the largest bowl inside the left compartment of the bowl drainer"], "length": 270} +{"episode_index": 1470, "tasks": ["place the largest bowl inside the left compartment of the bowl drainer"], "length": 250} +{"episode_index": 1471, "tasks": ["place the medium-sized bowl on the flat stove"], "length": 266} +{"episode_index": 1472, "tasks": ["place the medium-sized bowl on the flat stove"], "length": 238} +{"episode_index": 1473, "tasks": ["place the medium-sized bowl on the flat stove"], "length": 242} +{"episode_index": 1474, "tasks": ["place the medium-sized bowl on the flat stove"], "length": 284} +{"episode_index": 1475, "tasks": ["place the medium-sized bowl inside the right compartment of the bowl drainer"], "length": 201} +{"episode_index": 1476, "tasks": ["place the medium-sized bowl inside the right compartment of the bowl drainer"], "length": 250} +{"episode_index": 1477, "tasks": ["place the medium-sized bowl inside the right compartment of the bowl drainer"], "length": 247} +{"episode_index": 1478, "tasks": ["place the medium-sized bowl inside the right compartment of the bowl drainer"], "length": 203} +{"episode_index": 1479, "tasks": ["place the medium-sized bowl inside the right compartment of the bowl drainer"], "length": 235} +{"episode_index": 1480, "tasks": ["place the medium-sized bowl inside the right compartment of the bowl drainer"], "length": 245} +{"episode_index": 1481, "tasks": ["place the smallest bowl inside the left compartment of the bowl drainer"], "length": 291} +{"episode_index": 1482, "tasks": ["place the smallest bowl inside the left compartment of the bowl drainer"], "length": 288} +{"episode_index": 1483, "tasks": ["place the frypan on the top layer of the shelf"], "length": 229} +{"episode_index": 1484, "tasks": ["place the frypan on the top layer of the shelf"], "length": 297} +{"episode_index": 1485, "tasks": ["place the frypan on the top layer of the shelf"], "length": 212} +{"episode_index": 1486, "tasks": ["place the moka pot on the stove and turn on the stove"], "length": 737} +{"episode_index": 1487, "tasks": ["place the moka pot on the stove and turn on the stove"], "length": 626} +{"episode_index": 1488, "tasks": ["place the moka pot on the stove and turn on the stove"], "length": 548} +{"episode_index": 1489, "tasks": ["place the moka pot on the stove"], "length": 381} +{"episode_index": 1490, "tasks": ["place the moka pot on the stove"], "length": 450} +{"episode_index": 1491, "tasks": ["place the moka pot on the stove"], "length": 397} +{"episode_index": 1492, "tasks": ["place the yellow bowl in the bottom drawer of the white cabinet"], "length": 317} +{"episode_index": 1493, "tasks": ["place the yellow bowl in the bottom drawer of the white cabinet"], "length": 278} +{"episode_index": 1494, "tasks": ["place the yellow bowl in the bottom drawer of the white cabinet"], "length": 294} +{"episode_index": 1495, "tasks": ["place the yellow bowl in the bottom drawer of the white cabinet and close the drawer"], "length": 574} +{"episode_index": 1496, "tasks": ["place the yellow bowl in the bottom drawer of the white cabinet and close the drawer"], "length": 549} +{"episode_index": 1497, "tasks": ["place the red bowl in the bottom drawer of the white cabinet"], "length": 288} +{"episode_index": 1498, "tasks": ["place the red bowl in the bottom drawer of the white cabinet"], "length": 284} +{"episode_index": 1499, "tasks": ["place the red bowl in the bottom drawer of the white cabinet"], "length": 290} +{"episode_index": 1500, "tasks": ["close the bottom drawer of the white cabinet and place the yellow bowl on the plate"], "length": 665} +{"episode_index": 1501, "tasks": ["close the bottom drawer of the white cabinet and place the yellow bowl on the plate"], "length": 767} +{"episode_index": 1502, "tasks": ["close the bottom drawer of the white cabinet"], "length": 257} +{"episode_index": 1503, "tasks": ["close the bottom drawer of the white cabinet"], "length": 289} +{"episode_index": 1504, "tasks": ["close the bottom drawer of the white cabinet"], "length": 246} +{"episode_index": 1505, "tasks": ["close the bottom drawer of the white cabinet and place the green bowl on the plate"], "length": 754} +{"episode_index": 1506, "tasks": ["close the bottom drawer of the white cabinet and place the green bowl on the plate"], "length": 689} +{"episode_index": 1507, "tasks": ["place the green bowl in the bottom drawer of the white cabinet and close the drawer"], "length": 470} +{"episode_index": 1508, "tasks": ["place the green bowl in the bottom drawer of the white cabinet and close the drawer"], "length": 562} +{"episode_index": 1509, "tasks": ["place the green bowl in the bottom drawer of the white cabinet"], "length": 210} +{"episode_index": 1510, "tasks": ["place the green bowl in the bottom drawer of the white cabinet"], "length": 222} +{"episode_index": 1511, "tasks": ["place the green bowl in the bottom drawer of the white cabinet"], "length": 239} +{"episode_index": 1512, "tasks": ["place the green bowl in the bottom drawer of the white cabinet"], "length": 232} +{"episode_index": 1513, "tasks": ["close the bottom drawer of the white cabinet and place the red bowl on the plate"], "length": 710} +{"episode_index": 1514, "tasks": ["close the bottom drawer of the white cabinet and place the red bowl on the plate"], "length": 720} +{"episode_index": 1515, "tasks": ["place the red bowl in the bottom drawer of the white cabinet and close the drawer "], "length": 512} +{"episode_index": 1516, "tasks": ["place the red bowl in the bottom drawer of the white cabinet and close the drawer "], "length": 520} +{"episode_index": 1517, "tasks": ["place the frypan on the flat stove"], "length": 325} +{"episode_index": 1518, "tasks": ["place the frypan on the flat stove"], "length": 263} +{"episode_index": 1519, "tasks": ["place the frypan on the flat stove"], "length": 313} +{"episode_index": 1520, "tasks": ["place the frypan on the flat stove"], "length": 585} +{"episode_index": 1521, "tasks": ["place the frypan on the flat stove"], "length": 287} +{"episode_index": 1522, "tasks": ["turn on the flat stove"], "length": 233} +{"episode_index": 1523, "tasks": ["turn on the flat stove"], "length": 248} +{"episode_index": 1524, "tasks": ["turn on the flat stove"], "length": 198} +{"episode_index": 1525, "tasks": ["turn on the flat stove"], "length": 168} +{"episode_index": 1526, "tasks": ["turn on the flat stove"], "length": 235} +{"episode_index": 1527, "tasks": ["place the frypan on the top layer of the shelf"], "length": 257} +{"episode_index": 1528, "tasks": ["place the frypan on the top layer of the shelf"], "length": 283} +{"episode_index": 1529, "tasks": ["place the frypan on the top layer of the shelf"], "length": 335} +{"episode_index": 1530, "tasks": ["place the frypan on the top layer of the shelf"], "length": 280} +{"episode_index": 1531, "tasks": ["place the frypan on top of the shelf"], "length": 236} +{"episode_index": 1532, "tasks": ["place the frypan on top of the shelf"], "length": 296} +{"episode_index": 1533, "tasks": ["place the frypan on top of the shelf"], "length": 285} +{"episode_index": 1534, "tasks": ["place the frypan on top of the shelf"], "length": 305} +{"episode_index": 1535, "tasks": ["place the frypan on the bottom layer of the shelf"], "length": 245} +{"episode_index": 1536, "tasks": ["place the frypan on the bottom layer of the shelf"], "length": 256} +{"episode_index": 1537, "tasks": ["place the frypan on the bottom layer of the shelf"], "length": 188} +{"episode_index": 1538, "tasks": ["place the frypan on the bottom layer of the shelf"], "length": 232} +{"episode_index": 1539, "tasks": ["place the frypan on the bottom layer of the shelf"], "length": 204} +{"episode_index": 1540, "tasks": ["open the microwave"], "length": 528} +{"episode_index": 1541, "tasks": ["open the microwave"], "length": 522} +{"episode_index": 1542, "tasks": ["open the microwave"], "length": 502} +{"episode_index": 1543, "tasks": ["open the microwave"], "length": 444} +{"episode_index": 1544, "tasks": ["open the microwave"], "length": 597} +{"episode_index": 1545, "tasks": ["open the microwave"], "length": 470} +{"episode_index": 1546, "tasks": ["open the microwave"], "length": 410} +{"episode_index": 1547, "tasks": ["place the bowl on the middle plate relative to the robot"], "length": 315} +{"episode_index": 1548, "tasks": ["place the bowl on the middle plate relative to the robot"], "length": 266} +{"episode_index": 1549, "tasks": ["place the bowl on the middle plate relative to the robot"], "length": 298} +{"episode_index": 1550, "tasks": ["place the bowl on the middle plate relative to the robot"], "length": 265} +{"episode_index": 1551, "tasks": ["place the bowl on the middle plate relative to the robot"], "length": 295} +{"episode_index": 1552, "tasks": ["close the bottom drawer"], "length": 240} +{"episode_index": 1553, "tasks": ["close the bottom drawer"], "length": 174} +{"episode_index": 1554, "tasks": ["close the bottom drawer"], "length": 206} +{"episode_index": 1555, "tasks": ["close the bottom drawer"], "length": 202} +{"episode_index": 1556, "tasks": ["close the bottom drawer"], "length": 234} +{"episode_index": 1557, "tasks": ["close the bottom drawer"], "length": 222} +{"episode_index": 1558, "tasks": ["close the bottom drawer"], "length": 186} +{"episode_index": 1559, "tasks": ["close the bottom drawer"], "length": 185} +{"episode_index": 1560, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 319} +{"episode_index": 1561, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 270} +{"episode_index": 1562, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 322} +{"episode_index": 1563, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 303} +{"episode_index": 1564, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 279} +{"episode_index": 1565, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 308} +{"episode_index": 1566, "tasks": ["place the bowl on the nearest plate relative to the robot"], "length": 303} +{"episode_index": 1567, "tasks": ["open the top drawer"], "length": 187} +{"episode_index": 1568, "tasks": ["open the top drawer"], "length": 183} +{"episode_index": 1569, "tasks": ["open the top drawer"], "length": 184} +{"episode_index": 1570, "tasks": ["open the top drawer"], "length": 190} +{"episode_index": 1571, "tasks": ["open the top drawer"], "length": 176} +{"episode_index": 1572, "tasks": ["open the top drawer"], "length": 154} +{"episode_index": 1573, "tasks": ["place the bowl on the farthest plate relative to the robot"], "length": 317} +{"episode_index": 1574, "tasks": ["place the bowl on the farthest plate relative to the robot"], "length": 388} +{"episode_index": 1575, "tasks": ["place the bowl on the farthest plate relative to the robot"], "length": 381} +{"episode_index": 1576, "tasks": ["place the bowl on the farthest plate relative to the robot"], "length": 307} +{"episode_index": 1577, "tasks": ["place the green bowl on the plate"], "length": 267} +{"episode_index": 1578, "tasks": ["place the green bowl on the plate"], "length": 324} +{"episode_index": 1579, "tasks": ["place the red bowl on the plate"], "length": 466} +{"episode_index": 1580, "tasks": ["place the red bowl on the plate"], "length": 402} +{"episode_index": 1581, "tasks": ["open the top drawer of the white cabinet"], "length": 248} +{"episode_index": 1582, "tasks": ["open the top drawer of the white cabinet"], "length": 272} +{"episode_index": 1583, "tasks": ["place the yellow bowl on the plate"], "length": 386} +{"episode_index": 1584, "tasks": ["place the yellow bowl on the plate"], "length": 350} +{"episode_index": 1585, "tasks": ["open the middle drawer of the white cabinet"], "length": 350} +{"episode_index": 1586, "tasks": ["open the middle drawer of the white cabinet"], "length": 363} +{"episode_index": 1587, "tasks": ["place the white and yellow mug in the basket"], "length": 231} +{"episode_index": 1588, "tasks": ["place the white and yellow mug in the basket"], "length": 285} +{"episode_index": 1589, "tasks": ["place the white and yellow mug in the basket"], "length": 217} +{"episode_index": 1590, "tasks": ["place the white and yellow mug in the basket"], "length": 199} +{"episode_index": 1591, "tasks": ["place the white and yellow mug in the basket"], "length": 230} +{"episode_index": 1592, "tasks": ["place the white and yellow mug in the basket"], "length": 217} +{"episode_index": 1593, "tasks": ["place the red mug in the basket"], "length": 286} +{"episode_index": 1594, "tasks": ["place the red mug in the basket"], "length": 307} +{"episode_index": 1595, "tasks": ["place the red mug in the basket"], "length": 259} +{"episode_index": 1596, "tasks": ["place the red mug in the basket"], "length": 271} +{"episode_index": 1597, "tasks": ["place the red mug in the basket"], "length": 231} +{"episode_index": 1598, "tasks": ["place the moka pot in the basket"], "length": 159} +{"episode_index": 1599, "tasks": ["place the moka pot in the basket"], "length": 178} +{"episode_index": 1600, "tasks": ["place the moka pot in the basket"], "length": 162} +{"episode_index": 1601, "tasks": ["place the moka pot in the basket"], "length": 262} +{"episode_index": 1602, "tasks": ["place the moka pot in the basket"], "length": 210} +{"episode_index": 1603, "tasks": ["place the moka pot in the basket"], "length": 153} +{"episode_index": 1604, "tasks": ["place the bowl on top of the cabinet"], "length": 353} +{"episode_index": 1605, "tasks": ["place the bowl on top of the cabinet"], "length": 284} +{"episode_index": 1606, "tasks": ["place the bowl on top of the cabinet"], "length": 408} +{"episode_index": 1607, "tasks": ["place the wine bottle on the top layer of the wine rack"], "length": 301} +{"episode_index": 1608, "tasks": ["place the wine bottle on the top layer of the wine rack"], "length": 227} +{"episode_index": 1609, "tasks": ["place the wine bottle on the top layer of the wine rack"], "length": 264} +{"episode_index": 1610, "tasks": ["place the wine bottle on the top layer of the wine rack"], "length": 303} +{"episode_index": 1611, "tasks": ["open the microwave and place the white and yellow mug in it"], "length": 751} +{"episode_index": 1612, "tasks": ["open the microwave and place the white and yellow mug in it"], "length": 753} +{"episode_index": 1613, "tasks": ["open the microwave and place the white and yellow mug in it"], "length": 770} +{"episode_index": 1614, "tasks": ["place the white and yellow mug on the plate"], "length": 362} +{"episode_index": 1615, "tasks": ["place the white and yellow mug on the plate"], "length": 254} +{"episode_index": 1616, "tasks": ["place the white and yellow mug on the plate"], "length": 284} +{"episode_index": 1617, "tasks": ["place the white and yellow mug on the plate"], "length": 338} +{"episode_index": 1618, "tasks": ["place the white and yellow mug on the plate"], "length": 236} +{"episode_index": 1619, "tasks": ["place the red mug on the plate"], "length": 287} +{"episode_index": 1620, "tasks": ["place the red mug on the plate"], "length": 299} +{"episode_index": 1621, "tasks": ["place the red mug on the plate"], "length": 327} +{"episode_index": 1622, "tasks": ["place the red mug on the plate"], "length": 303} +{"episode_index": 1623, "tasks": ["place the red mug on the plate"], "length": 308} +{"episode_index": 1624, "tasks": ["open the microwave and place the red mug in it"], "length": 813} +{"episode_index": 1625, "tasks": ["open the microwave and place the red mug in it"], "length": 840} +{"episode_index": 1626, "tasks": ["open the microwave"], "length": 350} +{"episode_index": 1627, "tasks": ["open the microwave"], "length": 354} +{"episode_index": 1628, "tasks": ["open the microwave"], "length": 292} +{"episode_index": 1629, "tasks": ["open the microwave"], "length": 270} +{"episode_index": 1630, "tasks": ["place the frypan on the flat stove and turn on the stove"], "length": 507} +{"episode_index": 1631, "tasks": ["place the frypan on the flat stove and turn on the stove"], "length": 535} +{"episode_index": 1632, "tasks": ["place the frypan on the flat stove and turn on the stove"], "length": 638} +{"episode_index": 1633, "tasks": ["place the frypan on the flat stove and turn on the stove"], "length": 474} +{"episode_index": 1634, "tasks": ["place the frypan on top of the shelf"], "length": 298} +{"episode_index": 1635, "tasks": ["place the frypan on top of the shelf"], "length": 383} +{"episode_index": 1636, "tasks": ["place the frypan on top of the shelf"], "length": 421} +{"episode_index": 1637, "tasks": ["place the frypan on top of the shelf"], "length": 392} +{"episode_index": 1638, "tasks": ["place the frypan on the top layer of the shelf"], "length": 347} +{"episode_index": 1639, "tasks": ["place the frypan on the top layer of the shelf"], "length": 430} +{"episode_index": 1640, "tasks": ["place the frypan on the flat stove"], "length": 390} +{"episode_index": 1641, "tasks": ["place the frypan on the flat stove"], "length": 323} +{"episode_index": 1642, "tasks": ["place the frypan on the flat stove"], "length": 391} +{"episode_index": 1643, "tasks": ["place the frypan on the flat stove"], "length": 312} +{"episode_index": 1644, "tasks": ["place the frypan on the flat stove"], "length": 384} +{"episode_index": 1645, "tasks": ["turn on the flat stove"], "length": 159} +{"episode_index": 1646, "tasks": ["turn on the flat stove"], "length": 127} +{"episode_index": 1647, "tasks": ["turn on the flat stove"], "length": 165} +{"episode_index": 1648, "tasks": ["turn on the flat stove"], "length": 227} +{"episode_index": 1649, "tasks": ["turn on the flat stove"], "length": 188} +{"episode_index": 1650, "tasks": ["turn on the flat stove"], "length": 202} +{"episode_index": 1651, "tasks": ["turn on the flat stove"], "length": 223} +{"episode_index": 1652, "tasks": ["place the yellow bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 492} +{"episode_index": 1653, "tasks": ["place the yellow bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 528} +{"episode_index": 1654, "tasks": ["place the yellow bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 436} +{"episode_index": 1655, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 219} +{"episode_index": 1656, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 216} +{"episode_index": 1657, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 233} +{"episode_index": 1658, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 208} +{"episode_index": 1659, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 209} +{"episode_index": 1660, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 300} +{"episode_index": 1661, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 257} +{"episode_index": 1662, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 240} +{"episode_index": 1663, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 219} +{"episode_index": 1664, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 265} +{"episode_index": 1665, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 276} +{"episode_index": 1666, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 236} +{"episode_index": 1667, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 322} +{"episode_index": 1668, "tasks": ["place the green bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"], "length": 583} +{"episode_index": 1669, "tasks": ["place the green bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"], "length": 651} +{"episode_index": 1670, "tasks": ["place the green bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"], "length": 539} +{"episode_index": 1671, "tasks": ["place the green bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"], "length": 589} +{"episode_index": 1672, "tasks": ["place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 521} +{"episode_index": 1673, "tasks": ["place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 610} +{"episode_index": 1674, "tasks": ["place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 485} +{"episode_index": 1675, "tasks": ["place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 557} +{"episode_index": 1676, "tasks": ["stack the yellow bowl on the black bowl"], "length": 307} +{"episode_index": 1677, "tasks": ["stack the yellow bowl on the black bowl"], "length": 291} +{"episode_index": 1678, "tasks": ["stack the yellow bowl on the black bowl"], "length": 313} +{"episode_index": 1679, "tasks": ["stack the yellow bowl on the black bowl"], "length": 287} +{"episode_index": 1680, "tasks": ["stack the yellow bowl on the black bowl"], "length": 319} +{"episode_index": 1681, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 250} +{"episode_index": 1682, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 235} +{"episode_index": 1683, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 230} +{"episode_index": 1684, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 262} +{"episode_index": 1685, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 307} +{"episode_index": 1686, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 239} +{"episode_index": 1687, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 309} +{"episode_index": 1688, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 285} +{"episode_index": 1689, "tasks": ["place the yellow bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"], "length": 500} +{"episode_index": 1690, "tasks": ["place the yellow bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"], "length": 551} +{"episode_index": 1691, "tasks": ["place the yellow bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"], "length": 630} +{"episode_index": 1692, "tasks": ["place the yellow bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"], "length": 503} +{"episode_index": 1693, "tasks": ["stack the green bowl on the black bowl"], "length": 264} +{"episode_index": 1694, "tasks": ["stack the green bowl on the black bowl"], "length": 294} +{"episode_index": 1695, "tasks": ["stack the green bowl on the black bowl"], "length": 324} +{"episode_index": 1696, "tasks": ["stack the green bowl on the black bowl"], "length": 274} +{"episode_index": 1697, "tasks": ["stack the green bowl on the black bowl"], "length": 349} +{"episode_index": 1698, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 313} +{"episode_index": 1699, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 300} +{"episode_index": 1700, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 299} +{"episode_index": 1701, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 302} +{"episode_index": 1702, "tasks": ["place the black bowl onto the plate that is in the table center and place the green bowl onto the plate that is next to the blue bowl"], "length": 646} +{"episode_index": 1703, "tasks": ["place the black bowl onto the plate that is in the table center and place the green bowl onto the plate that is next to the blue bowl"], "length": 485} +{"episode_index": 1704, "tasks": ["place the black bowl onto the plate that is in the table center and place the green bowl onto the plate that is next to the blue bowl"], "length": 556} +{"episode_index": 1705, "tasks": ["place the blue bowl onto the plate that is next to the blue bowl"], "length": 298} +{"episode_index": 1706, "tasks": ["place the blue bowl onto the plate that is next to the blue bowl"], "length": 331} +{"episode_index": 1707, "tasks": ["place the green bowl onto the plate that is next to the blue bowl"], "length": 319} +{"episode_index": 1708, "tasks": ["place the green bowl onto the plate that is next to the blue bowl"], "length": 330} +{"episode_index": 1709, "tasks": ["place the blue bowl onto the plate that is in the center of the table"], "length": 287} +{"episode_index": 1710, "tasks": ["place the blue bowl onto the plate that is in the center of the table"], "length": 271} +{"episode_index": 1711, "tasks": ["place the blue bowl onto the plate that is in the center of the table"], "length": 284} +{"episode_index": 1712, "tasks": ["place the black bowl onto the plate that is in the center of the table"], "length": 172} +{"episode_index": 1713, "tasks": ["place the black bowl onto the plate that is in the center of the table"], "length": 233} +{"episode_index": 1714, "tasks": ["place the black bowl onto the plate that is in the center of the table"], "length": 232} +{"episode_index": 1715, "tasks": ["place the black bowl onto the plate that is in the center of the table"], "length": 189} +{"episode_index": 1716, "tasks": ["place the black bowl onto the plate that is in the center of the table"], "length": 202} +{"episode_index": 1717, "tasks": ["place the green bowl onto the plate that is in the center of the table"], "length": 323} +{"episode_index": 1718, "tasks": ["place the green bowl onto the plate that is in the center of the table"], "length": 248} +{"episode_index": 1719, "tasks": ["place the green bowl onto the plate that is in the table center and place the black bowl onto the plate that is next to the blue bowl"], "length": 659} +{"episode_index": 1720, "tasks": ["place the green bowl onto the plate that is in the table center and place the black bowl onto the plate that is next to the blue bowl"], "length": 704} +{"episode_index": 1721, "tasks": ["place the black bowl onto the plate that is next to the blue bowl"], "length": 295} +{"episode_index": 1722, "tasks": ["place the black bowl onto the plate that is next to the blue bowl"], "length": 270} +{"episode_index": 1723, "tasks": ["place the black bowl onto the plate that is next to the blue bowl"], "length": 281} +{"episode_index": 1724, "tasks": ["place the red bowl on the plate and close the bottom drawer of the white cabinet"], "length": 1131} +{"episode_index": 1725, "tasks": ["place the red bowl on the plate and close the bottom drawer of the white cabinet"], "length": 902} +{"episode_index": 1726, "tasks": ["place the red bowl on the plate and close the bottom drawer of the white cabinet"], "length": 897} +{"episode_index": 1727, "tasks": ["place the red bowl on the plate"], "length": 400} +{"episode_index": 1728, "tasks": ["place the red bowl on the plate"], "length": 470} +{"episode_index": 1729, "tasks": ["place the red bowl on the plate"], "length": 493} +{"episode_index": 1730, "tasks": ["place the red bowl on the plate"], "length": 474} +{"episode_index": 1731, "tasks": ["place the yellow bowl on the plate"], "length": 241} +{"episode_index": 1732, "tasks": ["place the yellow bowl on the plate"], "length": 230} +{"episode_index": 1733, "tasks": ["place the yellow bowl on the plate"], "length": 251} +{"episode_index": 1734, "tasks": ["place the green bowl on the plate"], "length": 417} +{"episode_index": 1735, "tasks": ["place the green bowl on the plate"], "length": 284} +{"episode_index": 1736, "tasks": ["place the green bowl on the plate"], "length": 329} +{"episode_index": 1737, "tasks": ["place the green bowl on the plate"], "length": 278} +{"episode_index": 1738, "tasks": ["place the green bowl on the plate"], "length": 375} +{"episode_index": 1739, "tasks": ["place moka pot on the flat stove"], "length": 358} +{"episode_index": 1740, "tasks": ["place moka pot on the flat stove"], "length": 316} +{"episode_index": 1741, "tasks": ["place moka pot on the flat stove"], "length": 261} +{"episode_index": 1742, "tasks": ["place moka pot on the flat stove"], "length": 295} +{"episode_index": 1743, "tasks": ["place the mug on the plate"], "length": 309} +{"episode_index": 1744, "tasks": ["place the mug on the plate"], "length": 276} +{"episode_index": 1745, "tasks": ["place the mug on the plate"], "length": 270} +{"episode_index": 1746, "tasks": ["place the mug on the plate"], "length": 352} +{"episode_index": 1747, "tasks": ["place moka pot on the flat stove and turn off the stove"], "length": 696} +{"episode_index": 1748, "tasks": ["place moka pot on the flat stove and turn off the stove"], "length": 669} +{"episode_index": 1749, "tasks": ["place moka pot on the flat stove and turn off the stove"], "length": 667} +{"episode_index": 1750, "tasks": ["open the top drawer of the wooden cabinet"], "length": 197} +{"episode_index": 1751, "tasks": ["open the top drawer of the wooden cabinet"], "length": 218} +{"episode_index": 1752, "tasks": ["open the top drawer of the wooden cabinet"], "length": 163} +{"episode_index": 1753, "tasks": ["open the top drawer of the wooden cabinet"], "length": 183} +{"episode_index": 1754, "tasks": ["turn off the flat stove"], "length": 222} +{"episode_index": 1755, "tasks": ["turn off the flat stove"], "length": 234} +{"episode_index": 1756, "tasks": ["turn off the flat stove"], "length": 212} +{"episode_index": 1757, "tasks": ["turn off the flat stove"], "length": 274} +{"episode_index": 1758, "tasks": ["open the middle drawer of the wooden cabinet"], "length": 232} +{"episode_index": 1759, "tasks": ["open the middle drawer of the wooden cabinet"], "length": 193} +{"episode_index": 1760, "tasks": ["open the middle drawer of the wooden cabinet"], "length": 218} +{"episode_index": 1761, "tasks": ["open the middle drawer of the wooden cabinet"], "length": 173} +{"episode_index": 1762, "tasks": ["place the moka pot on the stove and close the stove"], "length": 756} +{"episode_index": 1763, "tasks": ["place the moka pot on the stove and close the stove"], "length": 1235} +{"episode_index": 1764, "tasks": ["place the moka pot on the stove"], "length": 278} +{"episode_index": 1765, "tasks": ["place the moka pot on the stove"], "length": 241} +{"episode_index": 1766, "tasks": ["place the moka pot on the stove"], "length": 333} +{"episode_index": 1767, "tasks": ["place the moka pot on the stove"], "length": 212} +{"episode_index": 1768, "tasks": ["place the moka pot on the stove"], "length": 326} +{"episode_index": 1769, "tasks": ["place the frypan on top of the shelf"], "length": 437} +{"episode_index": 1770, "tasks": ["place the frypan on top of the shelf"], "length": 427} +{"episode_index": 1771, "tasks": ["place the moka pot on the stove"], "length": 320} +{"episode_index": 1772, "tasks": ["place the moka pot on the stove"], "length": 311} +{"episode_index": 1773, "tasks": ["place the moka pot on the stove"], "length": 244} +{"episode_index": 1774, "tasks": ["place the moka pot on the stove"], "length": 261} +{"episode_index": 1775, "tasks": ["place the moka pot on the stove"], "length": 292} +{"episode_index": 1776, "tasks": ["place the frypan on the stove"], "length": 352} +{"episode_index": 1777, "tasks": ["place the frypan on the stove"], "length": 297} +{"episode_index": 1778, "tasks": ["place the frypan on the stove"], "length": 347} +{"episode_index": 1779, "tasks": ["place the bowl on the plate"], "length": 359} +{"episode_index": 1780, "tasks": ["place the bowl on the plate"], "length": 391} +{"episode_index": 1781, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 288} +{"episode_index": 1782, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 336} +{"episode_index": 1783, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 343} +{"episode_index": 1784, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 384} +{"episode_index": 1785, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 396} +{"episode_index": 1786, "tasks": ["place the yellow bowl on top of the shelf"], "length": 268} +{"episode_index": 1787, "tasks": ["place the yellow bowl on top of the shelf"], "length": 271} +{"episode_index": 1788, "tasks": ["place the yellow bowl on top of the shelf"], "length": 210} +{"episode_index": 1789, "tasks": ["place the yellow bowl on top of the shelf"], "length": 216} +{"episode_index": 1790, "tasks": ["place the yellow bowl on top of the shelf"], "length": 269} +{"episode_index": 1791, "tasks": ["place the yellow bowl on top of the shelf"], "length": 274} +{"episode_index": 1792, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 367} +{"episode_index": 1793, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 344} +{"episode_index": 1794, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 304} +{"episode_index": 1795, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 333} +{"episode_index": 1796, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 256} +{"episode_index": 1797, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 306} +{"episode_index": 1798, "tasks": ["place the green bowl on top of the shelf"], "length": 251} +{"episode_index": 1799, "tasks": ["place the green bowl on top of the shelf"], "length": 265} +{"episode_index": 1800, "tasks": ["place the green bowl on top of the shelf"], "length": 229} +{"episode_index": 1801, "tasks": ["place the green bowl on top of the shelf"], "length": 319} +{"episode_index": 1802, "tasks": ["place the white bowl on the plate next to the green bowl"], "length": 282} +{"episode_index": 1803, "tasks": ["place the white bowl on the plate next to the green bowl"], "length": 304} +{"episode_index": 1804, "tasks": ["place the white bowl on the plate next to the green bowl"], "length": 306} +{"episode_index": 1805, "tasks": ["place the white bowl on the plate next to the green bowl"], "length": 278} +{"episode_index": 1806, "tasks": ["place the blue bowl onto the plate that is on the left side of the table"], "length": 299} +{"episode_index": 1807, "tasks": ["place the blue bowl onto the plate that is on the left side of the table"], "length": 300} +{"episode_index": 1808, "tasks": ["place the blue bowl onto the plate that is on the left side of the table"], "length": 248} +{"episode_index": 1809, "tasks": ["place the blue bowl onto the plate that is on the left side of the table"], "length": 268} +{"episode_index": 1810, "tasks": ["stack the green bowl on the blue bowl"], "length": 300} +{"episode_index": 1811, "tasks": ["place the white bowl onto the plate that is on the left side of the table"], "length": 335} +{"episode_index": 1812, "tasks": ["place the white bowl onto the plate that is on the left side of the table"], "length": 288} +{"episode_index": 1813, "tasks": ["place the white bowl onto the plate that is on the left side of the table"], "length": 320} +{"episode_index": 1814, "tasks": ["place the white bowl onto the plate that is on the left side of the table"], "length": 281} +{"episode_index": 1815, "tasks": ["place the blue bowl on the plate next to the green bowl"], "length": 314} +{"episode_index": 1816, "tasks": ["place the blue bowl on the plate next to the green bowl"], "length": 263} +{"episode_index": 1817, "tasks": ["place the blue bowl on the plate next to the green bowl"], "length": 262} +{"episode_index": 1818, "tasks": ["place the blue bowl on the plate next to the green bowl"], "length": 284} +{"episode_index": 1819, "tasks": ["place the green bowl onto the plate that is on the left side of the table"], "length": 383} +{"episode_index": 1820, "tasks": ["place the green bowl onto the plate that is on the left side of the table"], "length": 357} +{"episode_index": 1821, "tasks": ["place the green bowl onto the plate that is on the left side of the table"], "length": 383} +{"episode_index": 1822, "tasks": ["place the green bowl on the plate next to the green bowl"], "length": 277} +{"episode_index": 1823, "tasks": ["place the green bowl on the plate next to the green bowl"], "length": 300} +{"episode_index": 1824, "tasks": ["place the green bowl on the plate next to the green bowl"], "length": 298} +{"episode_index": 1825, "tasks": ["place the green bowl on the plate next to the green bowl"], "length": 270} +{"episode_index": 1826, "tasks": ["place the green bowl on the plate next to the green bowl"], "length": 291} +{"episode_index": 1827, "tasks": ["stack the blue bowl on the green bowl"], "length": 251} +{"episode_index": 1828, "tasks": ["stack the blue bowl on the green bowl"], "length": 306} +{"episode_index": 1829, "tasks": ["stack the blue bowl on the green bowl"], "length": 272} +{"episode_index": 1830, "tasks": ["stack the blue bowl on the green bowl"], "length": 246} +{"episode_index": 1831, "tasks": ["stack the blue bowl on the green bowl"], "length": 254} +{"episode_index": 1832, "tasks": ["stack the blue bowl on the green bowl"], "length": 268} +{"episode_index": 1833, "tasks": ["place the smallest bowl in the left side of the drainer and place the largest bowl in the right side"], "length": 664} +{"episode_index": 1834, "tasks": ["place the smallest bowl in the left side of the drainer and place the largest bowl in the right side"], "length": 657} +{"episode_index": 1835, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 263} +{"episode_index": 1836, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 252} +{"episode_index": 1837, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 305} +{"episode_index": 1838, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 262} +{"episode_index": 1839, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 285} +{"episode_index": 1840, "tasks": ["stack the smallest bowl on the middle-sized bowl"], "length": 256} +{"episode_index": 1841, "tasks": ["place the cream cheese in the largest bowl"], "length": 299} +{"episode_index": 1842, "tasks": ["place the cream cheese in the largest bowl"], "length": 232} +{"episode_index": 1843, "tasks": ["place the cream cheese in the largest bowl"], "length": 252} +{"episode_index": 1844, "tasks": ["place the cream cheese in the largest bowl"], "length": 234} +{"episode_index": 1845, "tasks": ["place the cream cheese in the largest bowl"], "length": 237} +{"episode_index": 1846, "tasks": ["place the largest bowl in the left side of the drainer and place the smallest bowl in the right side"], "length": 661} +{"episode_index": 1847, "tasks": ["place the largest bowl in the left side of the drainer and place the smallest bowl in the right side"], "length": 623} +{"episode_index": 1848, "tasks": ["place the cream cheese in the middle-sized bowl"], "length": 301} +{"episode_index": 1849, "tasks": ["place the cream cheese in the middle-sized bowl"], "length": 306} +{"episode_index": 1850, "tasks": ["place the cream cheese in the middle-sized bowl"], "length": 330} +{"episode_index": 1851, "tasks": ["place the cream cheese in the middle-sized bowl"], "length": 335} +{"episode_index": 1852, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 209} +{"episode_index": 1853, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 202} +{"episode_index": 1854, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 214} +{"episode_index": 1855, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 203} +{"episode_index": 1856, "tasks": ["stack the smallest bowl on the largest bowl"], "length": 191} +{"episode_index": 1857, "tasks": ["place the cream cheese in the smallest bowl"], "length": 305} +{"episode_index": 1858, "tasks": ["place the cream cheese in the smallest bowl"], "length": 207} +{"episode_index": 1859, "tasks": ["place the cream cheese in the smallest bowl"], "length": 244} +{"episode_index": 1860, "tasks": ["place the cream cheese in the smallest bowl"], "length": 220} +{"episode_index": 1861, "tasks": ["place the cream cheese in the smallest bowl"], "length": 214} +{"episode_index": 1862, "tasks": ["place the cream cheese in the smallest bowl"], "length": 233} +{"episode_index": 1863, "tasks": ["stack the middle-sized bowl on the largest bowl"], "length": 293} +{"episode_index": 1864, "tasks": ["stack the middle-sized bowl on the largest bowl"], "length": 358} +{"episode_index": 1865, "tasks": ["stack the middle-sized bowl on the largest bowl"], "length": 327} +{"episode_index": 1866, "tasks": ["stack the middle-sized bowl on the largest bowl"], "length": 293} +{"episode_index": 1867, "tasks": ["place the ramekin on the stove"], "length": 298} +{"episode_index": 1868, "tasks": ["place the ramekin on the stove"], "length": 251} +{"episode_index": 1869, "tasks": ["place the ramekin on the stove"], "length": 248} +{"episode_index": 1870, "tasks": ["place the ramekin on the stove"], "length": 320} +{"episode_index": 1871, "tasks": ["place the frypan on the stove"], "length": 339} +{"episode_index": 1872, "tasks": ["place the frypan on the stove"], "length": 218} +{"episode_index": 1873, "tasks": ["place the frypan on the stove"], "length": 288} +{"episode_index": 1874, "tasks": ["place the frypan on the stove"], "length": 439} +{"episode_index": 1875, "tasks": ["place the frypan on the stove"], "length": 274} +{"episode_index": 1876, "tasks": ["place the ramekin on the bottom layer of the wooden shelf"], "length": 224} +{"episode_index": 1877, "tasks": ["place the ramekin on the bottom layer of the wooden shelf"], "length": 246} +{"episode_index": 1878, "tasks": ["place the ramekin on the bottom layer of the wooden shelf"], "length": 198} +{"episode_index": 1879, "tasks": ["place the ramekin on the bottom layer of the wooden shelf"], "length": 151} +{"episode_index": 1880, "tasks": ["place the ramekin on the bottom layer of the wooden shelf"], "length": 502} +{"episode_index": 1881, "tasks": ["place the ramekin on the bottom layer of the wooden shelf"], "length": 215} +{"episode_index": 1882, "tasks": ["place the frypan on the top layer of the wooden shelf"], "length": 303} +{"episode_index": 1883, "tasks": ["place the frypan on the top layer of the wooden shelf"], "length": 240} +{"episode_index": 1884, "tasks": ["place the frypan on the top layer of the wooden shelf"], "length": 304} +{"episode_index": 1885, "tasks": ["place the frypan on the top layer of the wooden shelf"], "length": 259} +{"episode_index": 1886, "tasks": ["place the ramekin on top of the wooden shelf"], "length": 281} +{"episode_index": 1887, "tasks": ["place the ramekin on top of the wooden shelf"], "length": 263} +{"episode_index": 1888, "tasks": ["place the ramekin on top of the wooden shelf"], "length": 265} +{"episode_index": 1889, "tasks": ["place the ramekin on top of the wooden shelf"], "length": 250} +{"episode_index": 1890, "tasks": ["place the ramekin on top of the wooden shelf"], "length": 284} +{"episode_index": 1891, "tasks": ["place the frypan on top of the wooden shelf"], "length": 316} +{"episode_index": 1892, "tasks": ["place the frypan on top of the wooden shelf"], "length": 277} +{"episode_index": 1893, "tasks": ["place the frypan on top of the wooden shelf"], "length": 286} +{"episode_index": 1894, "tasks": ["place the frypan on top of the wooden shelf"], "length": 255} +{"episode_index": 1895, "tasks": ["turn on the stove"], "length": 229} +{"episode_index": 1896, "tasks": ["turn on the stove"], "length": 253} +{"episode_index": 1897, "tasks": ["turn on the stove"], "length": 213} +{"episode_index": 1898, "tasks": ["turn on the stove"], "length": 236} +{"episode_index": 1899, "tasks": ["turn on the stove"], "length": 241} +{"episode_index": 1900, "tasks": ["turn on the stove"], "length": 266} +{"episode_index": 1901, "tasks": ["place the white and yellow mug in the basket"], "length": 175} +{"episode_index": 1902, "tasks": ["place the white and yellow mug in the basket"], "length": 195} +{"episode_index": 1903, "tasks": ["place the white and yellow mug in the basket"], "length": 228} +{"episode_index": 1904, "tasks": ["place the white and yellow mug in the basket"], "length": 214} +{"episode_index": 1905, "tasks": ["place the white and yellow mug in the basket"], "length": 192} +{"episode_index": 1906, "tasks": ["place the white and yellow mug in the basket"], "length": 197} +{"episode_index": 1907, "tasks": ["place the white and yellow mug in the basket"], "length": 194} +{"episode_index": 1908, "tasks": ["place the white and yellow mug in the basket"], "length": 238} +{"episode_index": 1909, "tasks": ["place the red mug in the basket"], "length": 265} +{"episode_index": 1910, "tasks": ["place the red mug in the basket"], "length": 337} +{"episode_index": 1911, "tasks": ["place the red mug in the basket"], "length": 263} +{"episode_index": 1912, "tasks": ["place the red mug in the basket"], "length": 315} +{"episode_index": 1913, "tasks": ["place the red mug in the basket"], "length": 364} +{"episode_index": 1914, "tasks": ["place the red mug in the basket"], "length": 292} +{"episode_index": 1915, "tasks": ["place the red mug in the basket"], "length": 331} +{"episode_index": 1916, "tasks": ["place the bowl on top of the shelf"], "length": 353} +{"episode_index": 1917, "tasks": ["place the bowl on top of the shelf"], "length": 311} +{"episode_index": 1918, "tasks": ["place the bowl on top of the shelf"], "length": 376} +{"episode_index": 1919, "tasks": ["place the bowl on top of the shelf"], "length": 331} +{"episode_index": 1920, "tasks": ["place the bowl on top of the shelf"], "length": 339} +{"episode_index": 1921, "tasks": ["turn off the stove"], "length": 240} +{"episode_index": 1922, "tasks": ["turn off the stove"], "length": 269} +{"episode_index": 1923, "tasks": ["turn off the stove"], "length": 181} +{"episode_index": 1924, "tasks": ["turn off the stove"], "length": 251} +{"episode_index": 1925, "tasks": ["turn off the stove"], "length": 339} +{"episode_index": 1926, "tasks": ["place the bowl on the plate"], "length": 511} +{"episode_index": 1927, "tasks": ["place the bowl on the plate"], "length": 478} +{"episode_index": 1928, "tasks": ["place the bowl on the plate"], "length": 483} +{"episode_index": 1929, "tasks": ["place the bowl on the plate"], "length": 521} +{"episode_index": 1930, "tasks": ["place the white mug on the plate"], "length": 151} +{"episode_index": 1931, "tasks": ["place the white mug on the plate"], "length": 172} +{"episode_index": 1932, "tasks": ["place the white mug on the plate"], "length": 173} +{"episode_index": 1933, "tasks": ["place the white mug on the plate"], "length": 182} +{"episode_index": 1934, "tasks": ["place the red mug on the plate"], "length": 320} +{"episode_index": 1935, "tasks": ["place the red mug on the plate"], "length": 354} +{"episode_index": 1936, "tasks": ["place the red mug on the plate"], "length": 416} +{"episode_index": 1937, "tasks": ["place the red mug on the plate"], "length": 367} +{"episode_index": 1938, "tasks": ["place the white and yellow mug on the plate"], "length": 222} +{"episode_index": 1939, "tasks": ["place the white and yellow mug on the plate"], "length": 289} +{"episode_index": 1940, "tasks": ["place the white and yellow mug on the plate"], "length": 306} +{"episode_index": 1941, "tasks": ["place the white and yellow mug on the plate"], "length": 275} +{"episode_index": 1942, "tasks": ["place the white and yellow mug on the plate"], "length": 326} +{"episode_index": 1943, "tasks": ["place the moka pot on the stove"], "length": 364} +{"episode_index": 1944, "tasks": ["place the moka pot on the stove"], "length": 346} +{"episode_index": 1945, "tasks": ["place the moka pot on the stove"], "length": 296} +{"episode_index": 1946, "tasks": ["place the moka pot on the stove"], "length": 324} +{"episode_index": 1947, "tasks": ["place the moka pot on the stove"], "length": 291} +{"episode_index": 1948, "tasks": ["place the frypan on top of the shelf"], "length": 495} +{"episode_index": 1949, "tasks": ["place the frypan on top of the shelf"], "length": 428} +{"episode_index": 1950, "tasks": ["place the moka pot on the stove and turn on the stove"], "length": 665} +{"episode_index": 1951, "tasks": ["place the moka pot on the stove and turn on the stove"], "length": 677} +{"episode_index": 1952, "tasks": ["place the moka pot on the stove and turn on the stove"], "length": 574} +{"episode_index": 1953, "tasks": ["place the moka pot on the stove"], "length": 333} +{"episode_index": 1954, "tasks": ["place the moka pot on the stove"], "length": 301} +{"episode_index": 1955, "tasks": ["place the moka pot on the stove"], "length": 312} +{"episode_index": 1956, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 242} +{"episode_index": 1957, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 236} +{"episode_index": 1958, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 209} +{"episode_index": 1959, "tasks": ["place the black bowl to the left of the bowl drainer"], "length": 238} +{"episode_index": 1960, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 270} +{"episode_index": 1961, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 235} +{"episode_index": 1962, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 259} +{"episode_index": 1963, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 315} +{"episode_index": 1964, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 263} +{"episode_index": 1965, "tasks": ["place the black bowl on the flat stove"], "length": 221} +{"episode_index": 1966, "tasks": ["place the black bowl on the flat stove"], "length": 263} +{"episode_index": 1967, "tasks": ["place the black bowl on the flat stove"], "length": 242} +{"episode_index": 1968, "tasks": ["place the black bowl on the flat stove"], "length": 222} +{"episode_index": 1969, "tasks": ["place the black bowl on the flat stove"], "length": 285} +{"episode_index": 1970, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 456} +{"episode_index": 1971, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 440} +{"episode_index": 1972, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 472} +{"episode_index": 1973, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 480} +{"episode_index": 1974, "tasks": ["place the black bowl on the flat stove and turn on the flat stove"], "length": 464} +{"episode_index": 1975, "tasks": ["turn on the flat stove"], "length": 279} +{"episode_index": 1976, "tasks": ["turn on the flat stove"], "length": 235} +{"episode_index": 1977, "tasks": ["turn on the flat stove"], "length": 219} +{"episode_index": 1978, "tasks": ["turn on the flat stove"], "length": 191} +{"episode_index": 1979, "tasks": ["turn on the flat stove"], "length": 219} +{"episode_index": 1980, "tasks": ["place the green bowl on the flat stove"], "length": 273} +{"episode_index": 1981, "tasks": ["place the green bowl on the flat stove"], "length": 342} +{"episode_index": 1982, "tasks": ["place the green bowl on the flat stove"], "length": 283} +{"episode_index": 1983, "tasks": ["place the green bowl on the flat stove"], "length": 296} +{"episode_index": 1984, "tasks": ["place the green bowl on the flat stove"], "length": 303} +{"episode_index": 1985, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 238} +{"episode_index": 1986, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 208} +{"episode_index": 1987, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 219} +{"episode_index": 1988, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 232} +{"episode_index": 1989, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 253} +{"episode_index": 1990, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 244} +{"episode_index": 1991, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 263} +{"episode_index": 1992, "tasks": ["place the black bowl to the right of the bowl drainer"], "length": 247} +{"episode_index": 1993, "tasks": ["place the green bowl on the flat stove and turn on the flat stove"], "length": 479} +{"episode_index": 1994, "tasks": ["place the green bowl on the flat stove and turn on the flat stove"], "length": 470} +{"episode_index": 1995, "tasks": ["place the green bowl on the flat stove and turn on the flat stove"], "length": 523} +{"episode_index": 1996, "tasks": ["place the frying pan on the top layer of the shelf and place the moka pot on the stove"], "length": 962} +{"episode_index": 1997, "tasks": ["place the frying pan on the top layer of the shelf and place the moka pot on the stove"], "length": 878} +{"episode_index": 1998, "tasks": ["place the frying pan on the top layer of the shelf"], "length": 412} +{"episode_index": 1999, "tasks": ["place the frying pan on the top layer of the shelf"], "length": 390} +{"episode_index": 2000, "tasks": ["place the frying pan on the top layer of the shelf"], "length": 453} +{"episode_index": 2001, "tasks": ["place the mug on the plate"], "length": 277} +{"episode_index": 2002, "tasks": ["place the mug on the plate"], "length": 319} +{"episode_index": 2003, "tasks": ["place the mug on the plate"], "length": 268} +{"episode_index": 2004, "tasks": ["place the mug on the plate"], "length": 258} +{"episode_index": 2005, "tasks": ["place the mug on the plate"], "length": 291} +{"episode_index": 2006, "tasks": ["place the green bowl on the plate"], "length": 260} +{"episode_index": 2007, "tasks": ["place the green bowl on the plate"], "length": 366} +{"episode_index": 2008, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 455} +{"episode_index": 2009, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 407} +{"episode_index": 2010, "tasks": ["place the yellow bowl to the left of the bowl drainer"], "length": 447} +{"episode_index": 2011, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 366} +{"episode_index": 2012, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 354} +{"episode_index": 2013, "tasks": ["place the green bowl to the right of the bowl drainer"], "length": 333} +{"episode_index": 2014, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 336} +{"episode_index": 2015, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 326} +{"episode_index": 2016, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 393} +{"episode_index": 2017, "tasks": ["place the yellow bowl to the right of the bowl drainer"], "length": 339} +{"episode_index": 2018, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 193} +{"episode_index": 2019, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 298} +{"episode_index": 2020, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 246} +{"episode_index": 2021, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 210} +{"episode_index": 2022, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 270} +{"episode_index": 2023, "tasks": ["place the green bowl to the left of the bowl drainer"], "length": 225} +{"episode_index": 2024, "tasks": ["place the yellow bowl on the plate"], "length": 356} +{"episode_index": 2025, "tasks": ["place the yellow bowl on the plate"], "length": 382} +{"episode_index": 2026, "tasks": ["place the wine bottle to the left of the bowl drainer"], "length": 235} +{"episode_index": 2027, "tasks": ["place the wine bottle to the left of the bowl drainer"], "length": 211} +{"episode_index": 2028, "tasks": ["place the wine bottle to the left of the bowl drainer"], "length": 242} +{"episode_index": 2029, "tasks": ["place the wine bottle to the left of the bowl drainer"], "length": 264} +{"episode_index": 2030, "tasks": ["place the wine bottle to the right of the bowl drainer"], "length": 267} +{"episode_index": 2031, "tasks": ["place the wine bottle to the right of the bowl drainer"], "length": 221} +{"episode_index": 2032, "tasks": ["place the wine bottle to the right of the bowl drainer"], "length": 237} +{"episode_index": 2033, "tasks": ["place the wine bottle to the right of the bowl drainer"], "length": 252} +{"episode_index": 2034, "tasks": ["place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 662} +{"episode_index": 2035, "tasks": ["place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 531} +{"episode_index": 2036, "tasks": ["place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"], "length": 615} +{"episode_index": 2037, "tasks": ["place the black bowl to the right of the bowl drainer and place the green bowl to the left of the bowl drainer"], "length": 560} +{"episode_index": 2038, "tasks": ["place the black bowl to the right of the bowl drainer and place the green bowl to the left of the bowl drainer"], "length": 560} +{"episode_index": 2039, "tasks": ["place the black bowl to the right of the bowl drainer and place the green bowl to the left of the bowl drainer"], "length": 565} +{"episode_index": 2040, "tasks": ["place the black bowl to the right of the bowl drainer and place the green bowl to the left of the bowl drainer"], "length": 578} +{"episode_index": 2041, "tasks": ["place the green bowl onto the plate that is on top of the cabinet"], "length": 363} +{"episode_index": 2042, "tasks": ["place the green bowl onto the plate that is on top of the cabinet"], "length": 342} +{"episode_index": 2043, "tasks": ["place the green bowl onto the plate that is on top of the cabinet"], "length": 371} +{"episode_index": 2044, "tasks": ["place the green bowl onto the plate that is on top of the cabinet"], "length": 340} +{"episode_index": 2045, "tasks": ["place the white bowl onto the plate that is on top of the cabinet"], "length": 354} +{"episode_index": 2046, "tasks": ["place the white bowl onto the plate that is on top of the cabinet"], "length": 348} +{"episode_index": 2047, "tasks": ["place the white bowl onto the plate that is on top of the cabinet"], "length": 365} +{"episode_index": 2048, "tasks": ["place the white bowl onto the plate that is on top of the cabinet"], "length": 332} +{"episode_index": 2049, "tasks": ["place the white bowl onto the plate that is on the left side of the table"], "length": 385} +{"episode_index": 2050, "tasks": ["place the white bowl onto the plate that is on the left side of the table"], "length": 347} +{"episode_index": 2051, "tasks": ["place the white bowl onto the plate that is on the left side of the table"], "length": 379} +{"episode_index": 2052, "tasks": ["place the white bowl onto the plate that is on the left side of the table"], "length": 347} +{"episode_index": 2053, "tasks": ["place the green bowl onto the plate that is on the left side of the table"], "length": 327} +{"episode_index": 2054, "tasks": ["place the green bowl onto the plate that is on the left side of the table"], "length": 355} +{"episode_index": 2055, "tasks": ["place the green bowl onto the plate that is on the left side of the table"], "length": 320} +{"episode_index": 2056, "tasks": ["place the blue bowl onto the plate that is on top of the cabinet"], "length": 330} +{"episode_index": 2057, "tasks": ["place the blue bowl onto the plate that is on top of the cabinet"], "length": 329} +{"episode_index": 2058, "tasks": ["place the blue bowl onto the plate that is on top of the cabinet"], "length": 314} +{"episode_index": 2059, "tasks": ["place the blue bowl onto the plate that is on top of the cabinet"], "length": 305} +{"episode_index": 2060, "tasks": ["stack the blue bowl on the green bowl"], "length": 281} +{"episode_index": 2061, "tasks": ["stack the blue bowl on the green bowl"], "length": 265} +{"episode_index": 2062, "tasks": ["stack the blue bowl on the green bowl"], "length": 236} +{"episode_index": 2063, "tasks": ["stack the blue bowl on the green bowl"], "length": 256} +{"episode_index": 2064, "tasks": ["stack the green bowl on the blue bowl"], "length": 343} +{"episode_index": 2065, "tasks": ["stack the green bowl on the blue bowl"], "length": 342} +{"episode_index": 2066, "tasks": ["stack the green bowl on the blue bowl"], "length": 354} +{"episode_index": 2067, "tasks": ["stack the green bowl on the blue bowl"], "length": 326} +{"episode_index": 2068, "tasks": ["place the blue bowl onto the plate that is on the left side of the table"], "length": 311} +{"episode_index": 2069, "tasks": ["place the blue bowl onto the plate that is on the left side of the table"], "length": 259} +{"episode_index": 2070, "tasks": ["place the blue bowl onto the plate that is on the left side of the table"], "length": 207} +{"episode_index": 2071, "tasks": ["place the blue bowl onto the plate that is on the left side of the table"], "length": 233} +{"episode_index": 2072, "tasks": ["place the yellow book into the left desk caddy's front compartment and place the green book into the left desk caddy's left compartment and place the black book into the left desk caddy's back compartment"], "length": 801} +{"episode_index": 2073, "tasks": ["place the yellow book into the left desk caddy's front compartment and place the green book into the left desk caddy's left compartment and place the black book into the left desk caddy's back compartment"], "length": 944} +{"episode_index": 2074, "tasks": ["place the yellow book into the left desk caddy's front compartment and place the green book into the left desk caddy's left compartment and place the black book into the left desk caddy's back compartment"], "length": 980} +{"episode_index": 2075, "tasks": ["place the red mug into the left desk caddy's right compartment and place the green book into the left desk caddy's back compartment"], "length": 489} +{"episode_index": 2076, "tasks": ["place the red mug into the left desk caddy's right compartment and place the green book into the left desk caddy's back compartment"], "length": 557} +{"episode_index": 2077, "tasks": ["place the red mug into the left desk caddy's right compartment and place the green book into the left desk caddy's back compartment"], "length": 551} +{"episode_index": 2078, "tasks": ["place the red mug into the left desk caddy's right compartment and place the green book into the left desk caddy's back compartment"], "length": 616} +{"episode_index": 2079, "tasks": ["place the yellow book into the left desk caddy's front compartment and place the white-yellow mug into the left desk caddy's right compartment"], "length": 513} +{"episode_index": 2080, "tasks": ["place the yellow book into the left desk caddy's front compartment and place the white-yellow mug into the left desk caddy's right compartment"], "length": 589} +{"episode_index": 2081, "tasks": ["place the white-yellow mug into the left desk caddy's right compartment and place the left black book into the left desk caddy's back compartment and place the right black book into the left desk caddy's front compartment"], "length": 691} +{"episode_index": 2082, "tasks": ["place the white-yellow mug into the left desk caddy's right compartment and place the left black book into the left desk caddy's back compartment and place the right black book into the left desk caddy's front compartment"], "length": 752} +{"episode_index": 2083, "tasks": ["place the white-yellow mug into the left desk caddy's right compartment and place the left black book into the left desk caddy's back compartment and place the right black book into the left desk caddy's front compartment"], "length": 886} +{"episode_index": 2084, "tasks": ["place the red book into the back desk caddy's left compartment and place the orange book into the back desk caddy's left compartment and place the striped book into the left desk caddy's right compartment"], "length": 888} +{"episode_index": 2085, "tasks": ["place the red book into the back desk caddy's left compartment and place the orange book into the back desk caddy's left compartment and place the striped book into the left desk caddy's right compartment"], "length": 754} +{"episode_index": 2086, "tasks": ["place the red mug into the left desk caddy's left compartment and place the red book into the left desk caddy's back compartment and place the orange book into the back desk caddy's front compartment"], "length": 993} +{"episode_index": 2087, "tasks": ["place the red book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"], "length": 795} +{"episode_index": 2088, "tasks": ["place the red book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"], "length": 881} +{"episode_index": 2089, "tasks": ["place the red mug into the back desk caddy's right compartment and place the black book into the left desk caddy's right compartment"], "length": 501} +{"episode_index": 2090, "tasks": ["place the red mug into the back desk caddy's right compartment and place the black book into the left desk caddy's right compartment"], "length": 536} +{"episode_index": 2091, "tasks": ["place the right striped book upright on top of the shelf and place the red mug on top of the shelf"], "length": 512} +{"episode_index": 2092, "tasks": ["place the right striped book upright on top of the shelf and place the red mug on top of the shelf"], "length": 528} +{"episode_index": 2093, "tasks": ["place the right striped book upright on top of the shelf and place the red mug on top of the shelf"], "length": 548} +{"episode_index": 2094, "tasks": ["place the right striped book flat on top of the shelf"], "length": 288} +{"episode_index": 2095, "tasks": ["place the right striped book flat on top of the shelf"], "length": 290} +{"episode_index": 2096, "tasks": ["place the right striped book flat on top of the shelf"], "length": 264} +{"episode_index": 2097, "tasks": ["place the right striped book flat on top of the shelf"], "length": 302} +{"episode_index": 2098, "tasks": ["place the left striped book flat on top of the shelf"], "length": 199} +{"episode_index": 2099, "tasks": ["place the left striped book flat on top of the shelf"], "length": 230} +{"episode_index": 2100, "tasks": ["place the left striped book flat on top of the shelf"], "length": 247} +{"episode_index": 2101, "tasks": ["place the left striped book flat on top of the shelf"], "length": 221} +{"episode_index": 2102, "tasks": ["place the left striped book flat on top of the shelf"], "length": 251} +{"episode_index": 2103, "tasks": ["place the black book flat on top of the shelf"], "length": 232} +{"episode_index": 2104, "tasks": ["place the black book flat on top of the shelf"], "length": 200} +{"episode_index": 2105, "tasks": ["place the black book flat on top of the shelf"], "length": 208} +{"episode_index": 2106, "tasks": ["place the black book flat on top of the shelf"], "length": 233} +{"episode_index": 2107, "tasks": ["place the right striped book upright on top of the shelf and place the left striped book upright on top of the shelf"], "length": 437} +{"episode_index": 2108, "tasks": ["place the right striped book upright on top of the shelf and place the left striped book upright on top of the shelf"], "length": 533} +{"episode_index": 2109, "tasks": ["place the right striped book upright on top of the shelf and place the left striped book upright on top of the shelf"], "length": 461} +{"episode_index": 2110, "tasks": ["place the orange book in the top region of the shelf"], "length": 277} +{"episode_index": 2111, "tasks": ["place the orange book in the top region of the shelf"], "length": 292} +{"episode_index": 2112, "tasks": ["place the orange book in the top region of the shelf"], "length": 330} +{"episode_index": 2113, "tasks": ["place the orange book in the top region of the shelf"], "length": 319} +{"episode_index": 2114, "tasks": ["place the black book upright on top of the shelf"], "length": 209} +{"episode_index": 2115, "tasks": ["place the black book upright on top of the shelf"], "length": 244} +{"episode_index": 2116, "tasks": ["place the black book upright on top of the shelf"], "length": 202} +{"episode_index": 2117, "tasks": ["place the black book upright on top of the shelf"], "length": 217} +{"episode_index": 2118, "tasks": ["place the black book upright on top of the shelf"], "length": 198} +{"episode_index": 2119, "tasks": ["place the red mug into the left desk caddy's right compartment and place the right black book into the back desk caddy's left compartment"], "length": 498} +{"episode_index": 2120, "tasks": ["place the red mug into the left desk caddy's right compartment and place the right black book into the back desk caddy's left compartment"], "length": 760} +{"episode_index": 2121, "tasks": ["place the yellow book into the back desk caddy's right compartment and place the left black book into the back desk caddy's right compartment"], "length": 405} +{"episode_index": 2122, "tasks": ["place the yellow book into the back desk caddy's right compartment and place the left black book into the back desk caddy's right compartment"], "length": 361} +{"episode_index": 2123, "tasks": ["place the red mug into the left desk caddy's left compartment and place the green book into the left desk caddy's back compartment and place the black book into the back desk caddy's front compartment"], "length": 891} +{"episode_index": 2124, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the green book into the back desk caddy's front compartment and place the black book into the back desk caddy's back compartment"], "length": 1134} +{"episode_index": 2125, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the green book into the back desk caddy's front compartment and place the black book into the back desk caddy's back compartment"], "length": 944} +{"episode_index": 2126, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 782} +{"episode_index": 2127, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 730} +{"episode_index": 2128, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 829} +{"episode_index": 2129, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 799} +{"episode_index": 2130, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 655} +{"episode_index": 2131, "tasks": ["place the white-yellow mug into the left desk caddy's left compartment and place the black book into the left desk caddy's front compartment"], "length": 802} +{"episode_index": 2132, "tasks": ["place the white-yellow mug into the left desk caddy's left compartment and place the black book into the left desk caddy's front compartment"], "length": 585} +{"episode_index": 2133, "tasks": ["place the white-yellow mug into the left desk caddy's left compartment and place the black book into the left desk caddy's front compartment"], "length": 650} +{"episode_index": 2134, "tasks": ["place the white-yellow mug into the left desk caddy's left compartment and place the black book into the left desk caddy's front compartment"], "length": 613} +{"episode_index": 2135, "tasks": ["place the white-yellow mug into the left desk caddy's left compartment and place the black book into the left desk caddy's front compartment"], "length": 640} +{"episode_index": 2136, "tasks": ["place the striped book into the left desk caddy's front compartment and place the red book into the left desk caddy's left compartment and place the orange book into the left desk caddy's back compartment"], "length": 998} +{"episode_index": 2137, "tasks": ["place the striped book into the left desk caddy's front compartment and place the red book into the left desk caddy's left compartment and place the orange book into the left desk caddy's back compartment"], "length": 1186} +{"episode_index": 2138, "tasks": ["place the striped book into the left desk caddy's front compartment and place the red book into the left desk caddy's left compartment and place the orange book into the left desk caddy's back compartment"], "length": 863} +{"episode_index": 2139, "tasks": ["place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's right compartment and place the red book into the left desk caddy's right compartment"], "length": 946} +{"episode_index": 2140, "tasks": ["place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's right compartment and place the red book into the left desk caddy's right compartment"], "length": 1040} +{"episode_index": 2141, "tasks": ["place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's right compartment and place the red book into the left desk caddy's right compartment"], "length": 1175} +{"episode_index": 2142, "tasks": ["place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's right compartment and place the red book into the left desk caddy's right compartment"], "length": 894} +{"episode_index": 2143, "tasks": ["place the orange book upright on top of the shelf"], "length": 255} +{"episode_index": 2144, "tasks": ["place the orange book upright on top of the shelf"], "length": 228} +{"episode_index": 2145, "tasks": ["place the orange book upright on top of the shelf"], "length": 262} +{"episode_index": 2146, "tasks": ["place the orange book upright on top of the shelf"], "length": 272} +{"episode_index": 2147, "tasks": ["place the orange book upright on top of the shelf"], "length": 282} +{"episode_index": 2148, "tasks": ["place the red book upright on top of the shelf"], "length": 204} +{"episode_index": 2149, "tasks": ["place the red book upright on top of the shelf"], "length": 184} +{"episode_index": 2150, "tasks": ["place the red book upright on top of the shelf"], "length": 192} +{"episode_index": 2151, "tasks": ["place the red book upright on top of the shelf"], "length": 205} +{"episode_index": 2152, "tasks": ["place the red book upright on top of the shelf"], "length": 224} +{"episode_index": 2153, "tasks": ["place the red book upright on top of the shelf"], "length": 214} +{"episode_index": 2154, "tasks": ["place the red book upright on top of the shelf"], "length": 252} +{"episode_index": 2155, "tasks": ["place the red book upright on top of the shelf"], "length": 226} +{"episode_index": 2156, "tasks": ["place the orange book flat on top of the shelf"], "length": 242} +{"episode_index": 2157, "tasks": ["place the orange book flat on top of the shelf"], "length": 284} +{"episode_index": 2158, "tasks": ["place the orange book flat on top of the shelf"], "length": 302} +{"episode_index": 2159, "tasks": ["place the orange book flat on top of the shelf"], "length": 281} +{"episode_index": 2160, "tasks": ["place the orange book flat on top of the shelf"], "length": 295} +{"episode_index": 2161, "tasks": ["place the striped book upright on top of the shelf and place the red mug on top of the shelf"], "length": 490} +{"episode_index": 2162, "tasks": ["place the striped book upright on top of the shelf and place the red mug on top of the shelf"], "length": 625} +{"episode_index": 2163, "tasks": ["place the striped book upright on top of the shelf and place the red mug on top of the shelf"], "length": 528} +{"episode_index": 2164, "tasks": ["place the striped book in the top region of the shelf"], "length": 380} +{"episode_index": 2165, "tasks": ["place the striped book in the top region of the shelf"], "length": 428} +{"episode_index": 2166, "tasks": ["place the striped book in the top region of the shelf"], "length": 364} +{"episode_index": 2167, "tasks": ["place the striped book in the top region of the shelf"], "length": 394} +{"episode_index": 2168, "tasks": ["place the striped book in the top region of the shelf"], "length": 288} +{"episode_index": 2169, "tasks": ["place the orange book upright on top of the shelf and place the red mug on top of the shelf"], "length": 502} +{"episode_index": 2170, "tasks": ["place the orange book upright on top of the shelf and place the red mug on top of the shelf"], "length": 521} +{"episode_index": 2171, "tasks": ["place the orange book upright on top of the shelf and place the red mug on top of the shelf"], "length": 488} +{"episode_index": 2172, "tasks": ["place the red book in the top region of the shelf"], "length": 257} +{"episode_index": 2173, "tasks": ["place the red book in the top region of the shelf"], "length": 269} +{"episode_index": 2174, "tasks": ["place the red book in the top region of the shelf"], "length": 265} +{"episode_index": 2175, "tasks": ["place the red book in the top region of the shelf"], "length": 292} +{"episode_index": 2176, "tasks": ["yellow book upright top shelf and black book top region shelf and red mug top shelf"], "length": 819} +{"episode_index": 2177, "tasks": ["yellow book upright top shelf and black book top region shelf and red mug top shelf"], "length": 793} +{"episode_index": 2178, "tasks": ["place the yellow book flat on top of the shelf"], "length": 192} +{"episode_index": 2179, "tasks": ["place the yellow book flat on top of the shelf"], "length": 178} +{"episode_index": 2180, "tasks": ["place the yellow book flat on top of the shelf"], "length": 171} +{"episode_index": 2181, "tasks": ["place the yellow book flat on top of the shelf"], "length": 217} +{"episode_index": 2182, "tasks": ["black book top region shelf and red mug top shelf"], "length": 517} +{"episode_index": 2183, "tasks": ["black book top region shelf and red mug top shelf"], "length": 597} +{"episode_index": 2184, "tasks": ["place the red mug on top of the shelf"], "length": 221} +{"episode_index": 2185, "tasks": ["place the red mug on top of the shelf"], "length": 188} +{"episode_index": 2186, "tasks": ["place the red mug on top of the shelf"], "length": 181} +{"episode_index": 2187, "tasks": ["place the red mug on top of the shelf"], "length": 187} +{"episode_index": 2188, "tasks": ["place the black book flat on top of the shelf"], "length": 172} +{"episode_index": 2189, "tasks": ["place the black book flat on top of the shelf"], "length": 159} +{"episode_index": 2190, "tasks": ["place the black book flat on top of the shelf"], "length": 192} +{"episode_index": 2191, "tasks": ["place the black book flat on top of the shelf"], "length": 168} +{"episode_index": 2192, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 237} +{"episode_index": 2193, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 200} +{"episode_index": 2194, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 194} +{"episode_index": 2195, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 191} +{"episode_index": 2196, "tasks": ["place the orange book into the right desk caddy's right compartment and place the left red book into the right desk caddy's right compartment"], "length": 683} +{"episode_index": 2197, "tasks": ["place the orange book into the right desk caddy's right compartment and place the left red book into the right desk caddy's right compartment"], "length": 663} +{"episode_index": 2198, "tasks": ["place the left red book into the right desk caddy's left compartment and place the striped book into the right desk caddy's right compartment"], "length": 815} +{"episode_index": 2199, "tasks": ["place the left red book into the right desk caddy's left compartment and place the striped book into the right desk caddy's right compartment"], "length": 715} +{"episode_index": 2200, "tasks": ["place the left red book into the right desk caddy's left compartment and place the striped book into the right desk caddy's right compartment"], "length": 693} +{"episode_index": 2201, "tasks": ["place the black book into the back desk caddy's back compartment and place the striped book into the back desk caddy's right compartment"], "length": 773} +{"episode_index": 2202, "tasks": ["place the black book into the back desk caddy's back compartment and place the striped book into the back desk caddy's right compartment"], "length": 759} +{"episode_index": 2203, "tasks": ["place the white-yellow mug into the back desk caddy's left compartment and place the green book into the back desk caddy's front compartment"], "length": 700} +{"episode_index": 2204, "tasks": ["place the left striped book into the right desk caddy's right compartment and place the right striped book into the right desk caddy's right compartment and place the orange book into the right desk caddy's left compartment"], "length": 1051} +{"episode_index": 2205, "tasks": ["place the left striped book into the right desk caddy's right compartment and place the right striped book into the right desk caddy's right compartment and place the orange book into the right desk caddy's left compartment"], "length": 1104} +{"episode_index": 2206, "tasks": ["place the right striped book into the right desk caddy's left compartment and place the orange book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 1066} +{"episode_index": 2207, "tasks": ["place the right striped book into the right desk caddy's left compartment and place the orange book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 1032} +{"episode_index": 2208, "tasks": ["place the white-yellow mug into the back desk caddy's left compartment and place the right yellow book into the back desk caddy's right compartment"], "length": 515} +{"episode_index": 2209, "tasks": ["place the white-yellow mug into the back desk caddy's left compartment and place the right yellow book into the back desk caddy's right compartment"], "length": 419} +{"episode_index": 2210, "tasks": ["place the white-yellow mug into the back desk caddy's left compartment and place the right yellow book into the back desk caddy's right compartment"], "length": 497} +{"episode_index": 2211, "tasks": ["place the green book into the back desk caddy's front compartment and place the left yellow book into the back desk caddy's right compartment and place the red book into the back desk caddy's right compartment"], "length": 986} +{"episode_index": 2212, "tasks": ["place the green book into the back desk caddy's front compartment and place the left yellow book into the back desk caddy's right compartment and place the red book into the back desk caddy's right compartment"], "length": 954} +{"episode_index": 2213, "tasks": ["place the red book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 682} +{"episode_index": 2214, "tasks": ["place the red book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 621} +{"episode_index": 2215, "tasks": ["place the red book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 668} +{"episode_index": 2216, "tasks": ["place the red book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 788} +{"episode_index": 2217, "tasks": ["place the red mug into the right desk caddy's left compartment and place the red book into the right desk caddy's front compartment"], "length": 835} +{"episode_index": 2218, "tasks": ["place the red mug into the right desk caddy's left compartment and place the red book into the right desk caddy's front compartment"], "length": 623} +{"episode_index": 2219, "tasks": ["place the white-yellow mug into the right desk caddy's right compartment and place the black book into the right desk caddy's back compartment"], "length": 666} +{"episode_index": 2220, "tasks": ["place the white-yellow mug into the right desk caddy's right compartment and place the black book into the right desk caddy's back compartment"], "length": 724} +{"episode_index": 2221, "tasks": ["place the white-yellow mug into the right desk caddy's right compartment and place the black book into the right desk caddy's back compartment"], "length": 773} +{"episode_index": 2222, "tasks": ["place the red mug into the right desk caddy's right compartment and place the yellow book into the right desk caddy's back compartment"], "length": 860} +{"episode_index": 2223, "tasks": ["place the red mug into the right desk caddy's right compartment and place the yellow book into the right desk caddy's back compartment"], "length": 760} +{"episode_index": 2224, "tasks": ["place the right black book in the top region of the shelf"], "length": 395} +{"episode_index": 2225, "tasks": ["place the right black book in the top region of the shelf"], "length": 352} +{"episode_index": 2226, "tasks": ["place the right black book in the top region of the shelf"], "length": 388} +{"episode_index": 2227, "tasks": ["place the left black book flat on top of the shelf"], "length": 200} +{"episode_index": 2228, "tasks": ["place the left black book flat on top of the shelf"], "length": 217} +{"episode_index": 2229, "tasks": ["place the left black book flat on top of the shelf"], "length": 186} +{"episode_index": 2230, "tasks": ["place the left black book flat on top of the shelf"], "length": 226} +{"episode_index": 2231, "tasks": ["place the left black book upright on top of the shelf"], "length": 196} +{"episode_index": 2232, "tasks": ["place the left black book upright on top of the shelf"], "length": 172} +{"episode_index": 2233, "tasks": ["place the left black book upright on top of the shelf"], "length": 197} +{"episode_index": 2234, "tasks": ["place the left black book upright on top of the shelf"], "length": 241} +{"episode_index": 2235, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 183} +{"episode_index": 2236, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 228} +{"episode_index": 2237, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 205} +{"episode_index": 2238, "tasks": ["place the white-yellow mug on top of the shelf"], "length": 230} +{"episode_index": 2239, "tasks": ["place the yellow book flat on top of the shelf"], "length": 200} +{"episode_index": 2240, "tasks": ["place the yellow book flat on top of the shelf"], "length": 232} +{"episode_index": 2241, "tasks": ["place the yellow book flat on top of the shelf"], "length": 235} +{"episode_index": 2242, "tasks": ["place the yellow book flat on top of the shelf"], "length": 208} +{"episode_index": 2243, "tasks": ["place the yellow book flat on top of the shelf"], "length": 210} +{"episode_index": 2244, "tasks": ["place the yellow book upright on top of the shelf"], "length": 223} +{"episode_index": 2245, "tasks": ["place the yellow book upright on top of the shelf"], "length": 162} +{"episode_index": 2246, "tasks": ["place the yellow book upright on top of the shelf"], "length": 219} +{"episode_index": 2247, "tasks": ["place the yellow book upright on top of the shelf"], "length": 170} +{"episode_index": 2248, "tasks": ["place the right black book upright on top of the shelf and place the left black book upright on top of the shelf"], "length": 428} +{"episode_index": 2249, "tasks": ["place the right black book upright on top of the shelf and place the left black book upright on top of the shelf"], "length": 588} +{"episode_index": 2250, "tasks": ["place the right black book upright on top of the shelf and place the left black book upright on top of the shelf"], "length": 520} +{"episode_index": 2251, "tasks": ["place the right black book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 410} +{"episode_index": 2252, "tasks": ["place the right black book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 400} +{"episode_index": 2253, "tasks": ["place the right black book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 395} +{"episode_index": 2254, "tasks": ["place the black book flat on top of the shelf"], "length": 167} +{"episode_index": 2255, "tasks": ["place the black book flat on top of the shelf"], "length": 179} +{"episode_index": 2256, "tasks": ["place the black book flat on top of the shelf"], "length": 205} +{"episode_index": 2257, "tasks": ["place the black book flat on top of the shelf"], "length": 178} +{"episode_index": 2258, "tasks": ["place the black book upright on top of the shelf and place the red mug on top of the shelf"], "length": 523} +{"episode_index": 2259, "tasks": ["place the black book upright on top of the shelf and place the red mug on top of the shelf"], "length": 434} +{"episode_index": 2260, "tasks": ["place the black book upright on top of the shelf and place the red mug on top of the shelf"], "length": 435} +{"episode_index": 2261, "tasks": ["place the black book upright on top of the shelf and place the yellow book flat on top of the shelf"], "length": 418} +{"episode_index": 2262, "tasks": ["place the black book upright on top of the shelf and place the yellow book flat on top of the shelf"], "length": 459} +{"episode_index": 2263, "tasks": ["place the red mug on top of the shelf"], "length": 196} +{"episode_index": 2264, "tasks": ["place the red mug on top of the shelf"], "length": 220} +{"episode_index": 2265, "tasks": ["place the red mug on top of the shelf"], "length": 206} +{"episode_index": 2266, "tasks": ["place the red mug on top of the shelf"], "length": 198} +{"episode_index": 2267, "tasks": ["place the green book upright on top of the shelf"], "length": 227} +{"episode_index": 2268, "tasks": ["place the green book upright on top of the shelf"], "length": 219} +{"episode_index": 2269, "tasks": ["place the green book upright on top of the shelf"], "length": 228} +{"episode_index": 2270, "tasks": ["place the green book upright on top of the shelf"], "length": 227} +{"episode_index": 2271, "tasks": ["place the green book flat on top of the shelf"], "length": 245} +{"episode_index": 2272, "tasks": ["place the green book flat on top of the shelf"], "length": 243} +{"episode_index": 2273, "tasks": ["place the green book flat on top of the shelf"], "length": 243} +{"episode_index": 2274, "tasks": ["place the green book flat on top of the shelf"], "length": 229} +{"episode_index": 2275, "tasks": ["place the yellow book flat on top of the shelf"], "length": 230} +{"episode_index": 2276, "tasks": ["place the yellow book flat on top of the shelf"], "length": 190} +{"episode_index": 2277, "tasks": ["place the yellow book flat on top of the shelf"], "length": 167} +{"episode_index": 2278, "tasks": ["place the yellow book flat on top of the shelf"], "length": 161} +{"episode_index": 2279, "tasks": ["place the black book upright on top of the shelf"], "length": 183} +{"episode_index": 2280, "tasks": ["place the black book upright on top of the shelf"], "length": 169} +{"episode_index": 2281, "tasks": ["place the black book upright on top of the shelf"], "length": 179} +{"episode_index": 2282, "tasks": ["place the black book upright on top of the shelf"], "length": 170} +{"episode_index": 2283, "tasks": ["place the red mug into the left desk caddy's right compartment and place the left striped book into the left desk caddy's back compartment"], "length": 662} +{"episode_index": 2284, "tasks": ["place the red mug into the left desk caddy's right compartment and place the left striped book into the left desk caddy's back compartment"], "length": 570} +{"episode_index": 2285, "tasks": ["place the red mug into the left desk caddy's right compartment and place the left striped book into the left desk caddy's back compartment"], "length": 749} +{"episode_index": 2286, "tasks": ["place the red mug into the left desk caddy's right compartment and place the left striped book into the left desk caddy's back compartment"], "length": 523} +{"episode_index": 2287, "tasks": ["place the left striped book into the left desk caddy's right compartment and place the right striped book into the left desk caddy's right compartment and place the orange book into the left desk caddy's left compartment"], "length": 1039} +{"episode_index": 2288, "tasks": ["place the left striped book into the left desk caddy's right compartment and place the right striped book into the left desk caddy's right compartment and place the orange book into the left desk caddy's left compartment"], "length": 994} +{"episode_index": 2289, "tasks": ["place the left striped book into the left desk caddy's right compartment and place the right striped book into the left desk caddy's right compartment and place the orange book into the left desk caddy's left compartment"], "length": 989} +{"episode_index": 2290, "tasks": ["place the striped book into the back desk caddy's left compartment and place the right red book into the back desk caddy's back compartment and place the orange book into the back desk caddy's front compartment"], "length": 1029} +{"episode_index": 2291, "tasks": ["place the striped book into the back desk caddy's left compartment and place the right red book into the back desk caddy's back compartment and place the orange book into the back desk caddy's front compartment"], "length": 1039} +{"episode_index": 2292, "tasks": ["place the orange book into the back desk caddy's right compartment and place the left red book into the back desk caddy's right compartment"], "length": 632} +{"episode_index": 2293, "tasks": ["place the orange book into the back desk caddy's right compartment and place the left red book into the back desk caddy's right compartment"], "length": 738} +{"episode_index": 2294, "tasks": ["place the green book into the right desk caddy's left compartment and place the black book into the right desk caddy's right compartment and place the orange book into the right desk caddy's right compartment"], "length": 949} +{"episode_index": 2295, "tasks": ["place the green book into the right desk caddy's left compartment and place the black book into the right desk caddy's right compartment and place the orange book into the right desk caddy's right compartment"], "length": 999} +{"episode_index": 2296, "tasks": ["place the yellow book into the right desk caddy's front compartment and place the orange book into the right desk caddy's left compartment and place the black book into the right desk caddy's back compartment"], "length": 1122} +{"episode_index": 2297, "tasks": ["place the red mug into the back desk caddy's right compartment and place the yellow book into the back desk caddy's back compartment"], "length": 856} +{"episode_index": 2298, "tasks": ["place the red mug into the back desk caddy's right compartment and place the yellow book into the back desk caddy's back compartment"], "length": 851} +{"episode_index": 2299, "tasks": ["place the yellow book into the back desk caddy's left compartment and place the black book into the back desk caddy's right compartment"], "length": 572} +{"episode_index": 2300, "tasks": ["place the yellow book into the back desk caddy's left compartment and place the black book into the back desk caddy's right compartment"], "length": 480} +{"episode_index": 2301, "tasks": ["place the white-yellow mug into the right desk caddy's right compartment and place the left yellow book into the right desk caddy's back compartment"], "length": 607} +{"episode_index": 2302, "tasks": ["place the green book into the right desk caddy's front compartment and place the left yellow book into the right desk caddy's right compartment and place the red book into the right desk caddy's right compartment"], "length": 964} +{"episode_index": 2303, "tasks": ["place the yellow book into the back desk caddy's front compartment and place the red mug into the back desk caddy's right compartment"], "length": 757} +{"episode_index": 2304, "tasks": ["place the yellow book into the back desk caddy's front compartment and place the red mug into the back desk caddy's right compartment"], "length": 710} +{"episode_index": 2305, "tasks": ["place the yellow book into the left desk caddy's front compartment and place the orange book into the left desk caddy's left compartment and place the black book into the left desk caddy's back compartment"], "length": 1008} +{"episode_index": 2306, "tasks": ["place the yellow book into the left desk caddy's front compartment and place the orange book into the left desk caddy's left compartment and place the black book into the left desk caddy's back compartment"], "length": 922} +{"episode_index": 2307, "tasks": ["place the yellow book into the left desk caddy's front compartment and place the orange book into the left desk caddy's left compartment and place the black book into the left desk caddy's back compartment"], "length": 911} +{"episode_index": 2308, "tasks": ["place the green book into the left desk caddy's left compartment and place the black book into the left desk caddy's right compartment and place the orange book into the left desk caddy's right compartment"], "length": 873} +{"episode_index": 2309, "tasks": ["place the green book into the left desk caddy's left compartment and place the black book into the left desk caddy's right compartment and place the orange book into the left desk caddy's right compartment"], "length": 940} +{"episode_index": 2310, "tasks": ["place the green book into the left desk caddy's left compartment and place the black book into the left desk caddy's right compartment and place the orange book into the left desk caddy's right compartment"], "length": 882} +{"episode_index": 2311, "tasks": ["place the orange book into the back desk caddy's right compartment and place the left red book into the left desk caddy's back compartment and place the right red book into the left desk caddy's left compartment"], "length": 759} +{"episode_index": 2312, "tasks": ["place the orange book into the back desk caddy's right compartment and place the left red book into the left desk caddy's back compartment and place the right red book into the left desk caddy's left compartment"], "length": 715} +{"episode_index": 2313, "tasks": ["place the left red book into the back desk caddy's left compartment and place the right red book into the left desk caddy's right compartment and place the orange book into the left desk caddy's back compartment"], "length": 766} +{"episode_index": 2314, "tasks": ["place the left red book into the back desk caddy's left compartment and place the right red book into the left desk caddy's right compartment and place the orange book into the left desk caddy's back compartment"], "length": 768} +{"episode_index": 2315, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the black book into the left desk caddy's back compartment"], "length": 537} +{"episode_index": 2316, "tasks": ["place the yellow book into the left desk caddy's right compartment and place the black book into the left desk caddy's back compartment"], "length": 508} +{"episode_index": 2317, "tasks": ["place the red mug into the left desk caddy's left compartment and place the striped book into the left desk caddy's back compartment and place the red book into the back desk caddy's front compartment"], "length": 854} +{"episode_index": 2318, "tasks": ["place the red mug into the left desk caddy's left compartment and place the striped book into the left desk caddy's back compartment and place the red book into the back desk caddy's front compartment"], "length": 1038} +{"episode_index": 2319, "tasks": ["place the striped book into the back desk caddy's left compartment and place the red book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"], "length": 787} +{"episode_index": 2320, "tasks": ["place the striped book into the back desk caddy's left compartment and place the red book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"], "length": 846} +{"episode_index": 2321, "tasks": ["place the white-yellow mug into the left desk caddy's left compartment and place the red book into the left desk caddy's front compartment"], "length": 569} +{"episode_index": 2322, "tasks": ["place the white-yellow mug into the left desk caddy's left compartment and place the red book into the left desk caddy's front compartment"], "length": 510} +{"episode_index": 2323, "tasks": ["place the white-yellow mug into the left desk caddy's left compartment and place the red book into the left desk caddy's front compartment"], "length": 495} +{"episode_index": 2324, "tasks": ["place the left yellow book into the left desk caddy's right compartment and place the right yellow book into the left desk caddy's right compartment and place the red book into the left desk caddy's left compartment"], "length": 837} +{"episode_index": 2325, "tasks": ["place the left yellow book into the left desk caddy's right compartment and place the right yellow book into the left desk caddy's right compartment and place the red book into the left desk caddy's left compartment"], "length": 1034} +{"episode_index": 2326, "tasks": ["place the left yellow book into the left desk caddy's right compartment and place the right yellow book into the left desk caddy's right compartment and place the red book into the left desk caddy's left compartment"], "length": 791} +{"episode_index": 2327, "tasks": ["place the left yellow book into the left desk caddy's right compartment and place the right yellow book into the left desk caddy's right compartment and place the red book into the left desk caddy's left compartment"], "length": 880} +{"episode_index": 2328, "tasks": ["place the striped book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"], "length": 795} +{"episode_index": 2329, "tasks": ["place the striped book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"], "length": 795} +{"episode_index": 2330, "tasks": ["place the orange book into the left desk caddy's right compartment and place the striped book into the back desk caddy's front compartment and place the yellow book into the back desk caddy's back compartment"], "length": 1117} +{"episode_index": 2331, "tasks": ["place the orange book into the left desk caddy's right compartment and place the striped book into the back desk caddy's front compartment and place the yellow book into the back desk caddy's back compartment"], "length": 1055} +{"episode_index": 2332, "tasks": ["place the left red book into the left desk caddy's back compartment and place the striped book into the left desk caddy's left compartment and place the right red book into the left desk caddy's front compartment"], "length": 1159} +{"episode_index": 2333, "tasks": ["place the left red book into the left desk caddy's back compartment and place the striped book into the left desk caddy's left compartment and place the right red book into the left desk caddy's front compartment"], "length": 1183} +{"episode_index": 2334, "tasks": ["place the left red book into the left desk caddy's back compartment and place the striped book into the left desk caddy's left compartment and place the right red book into the left desk caddy's front compartment"], "length": 1244} +{"episode_index": 2335, "tasks": ["place the right red book into the left desk caddy's front compartment and place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's left compartment"], "length": 1169} +{"episode_index": 2336, "tasks": ["place the right red book into the left desk caddy's front compartment and place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's left compartment"], "length": 963} +{"episode_index": 2337, "tasks": ["place the right red book into the left desk caddy's front compartment and place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's left compartment"], "length": 1020} +{"episode_index": 2338, "tasks": ["place the red mug into the back desk caddy's left compartment and place the orange book into the back desk caddy's front compartment"], "length": 918} +{"episode_index": 2339, "tasks": ["place the red mug into the back desk caddy's left compartment and place the orange book into the back desk caddy's front compartment"], "length": 1058} +{"episode_index": 2340, "tasks": ["place the right striped book into the back desk caddy's left compartment and place the orange book into the back desk caddy's left compartment and place the red mug into the back desk caddy's right compartment"], "length": 988} +{"episode_index": 2341, "tasks": ["place the right striped book into the back desk caddy's left compartment and place the orange book into the back desk caddy's left compartment and place the red mug into the back desk caddy's right compartment"], "length": 894} +{"episode_index": 2342, "tasks": ["place the red book into the left desk caddy's left compartment and place the yellow book into the left desk caddy's left compartment"], "length": 732} +{"episode_index": 2343, "tasks": ["place the red book into the left desk caddy's left compartment and place the yellow book into the left desk caddy's left compartment"], "length": 608} +{"episode_index": 2344, "tasks": ["place the red book into the left desk caddy's left compartment and place the yellow book into the left desk caddy's left compartment"], "length": 597} +{"episode_index": 2345, "tasks": ["place the red mug into the left desk caddy's right compartment and place the striped book into the left desk caddy's back compartment"], "length": 476} +{"episode_index": 2346, "tasks": ["place the red mug into the left desk caddy's right compartment and place the striped book into the left desk caddy's back compartment"], "length": 522} +{"episode_index": 2347, "tasks": ["place the red mug into the left desk caddy's right compartment and place the striped book into the left desk caddy's back compartment"], "length": 383} +{"episode_index": 2348, "tasks": ["place the right yellow book into the back desk caddy's back compartment and place the green book into the left desk caddy's back compartment and place the left yellow book into the left desk caddy's left compartment"], "length": 848} +{"episode_index": 2349, "tasks": ["place the right yellow book into the back desk caddy's back compartment and place the green book into the left desk caddy's back compartment and place the left yellow book into the left desk caddy's left compartment"], "length": 885} +{"episode_index": 2350, "tasks": ["place the right yellow book into the back desk caddy's back compartment and place the green book into the left desk caddy's back compartment and place the left yellow book into the left desk caddy's left compartment"], "length": 910} +{"episode_index": 2351, "tasks": ["place the green book into the back desk caddy's left compartment and place the white-yellow mug into the back desk caddy's right compartment"], "length": 558} +{"episode_index": 2352, "tasks": ["place the red mug into the left desk caddy's right compartment and place the yellow book into the left desk caddy's back compartment"], "length": 555} +{"episode_index": 2353, "tasks": ["place the red mug into the left desk caddy's right compartment and place the yellow book into the left desk caddy's back compartment"], "length": 565} +{"episode_index": 2354, "tasks": ["place the red mug into the left desk caddy's right compartment and place the yellow book into the left desk caddy's back compartment"], "length": 683} +{"episode_index": 2355, "tasks": ["place the red mug into the left desk caddy's right compartment and place the yellow book into the left desk caddy's back compartment"], "length": 641} +{"episode_index": 2356, "tasks": ["place the black book into the left desk caddy's front compartment and place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 659} +{"episode_index": 2357, "tasks": ["place the black book into the left desk caddy's front compartment and place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 809} +{"episode_index": 2358, "tasks": ["place the black book into the left desk caddy's front compartment and place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 755} +{"episode_index": 2359, "tasks": ["place the black book into the left desk caddy's front compartment and place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"], "length": 857} +{"episode_index": 2360, "tasks": ["place the red mug into the back desk caddy's right compartment and place the left black book into the back desk caddy's back compartment and place the right black book into the back desk caddy's front compartment"], "length": 1234} +{"episode_index": 2361, "tasks": ["place the red mug into the back desk caddy's right compartment and place the left black book into the back desk caddy's back compartment and place the right black book into the back desk caddy's front compartment"], "length": 1011} +{"episode_index": 2362, "tasks": ["place the left black book into the back desk caddy's left compartment and place the yellow book into the back desk caddy's right compartment and place the right black book into the back desk caddy's right compartment"], "length": 966} +{"episode_index": 2363, "tasks": ["place the left black book into the back desk caddy's left compartment and place the yellow book into the back desk caddy's right compartment and place the right black book into the back desk caddy's right compartment"], "length": 870} +{"episode_index": 2364, "tasks": ["place the red mug into the back desk caddy's right compartment and place the green book into the back desk caddy's back compartment"], "length": 795} +{"episode_index": 2365, "tasks": ["place the black book into the back desk caddy's left compartment and place the yellow book into the back desk caddy's right compartment and place the green book into the back desk caddy's right compartment"], "length": 691} +{"episode_index": 2366, "tasks": ["place the black book into the back desk caddy's left compartment and place the yellow book into the back desk caddy's right compartment and place the green book into the back desk caddy's right compartment"], "length": 664} +{"episode_index": 2367, "tasks": ["place the black book into the right desk caddy's front compartment and place the yellow book into the right desk caddy's right compartment and place the red mug into the right desk caddy's left compartment"], "length": 897} +{"episode_index": 2368, "tasks": ["place the black book into the right desk caddy's front compartment and place the yellow book into the right desk caddy's right compartment and place the red mug into the right desk caddy's left compartment"], "length": 731} +{"episode_index": 2369, "tasks": ["place the yellow book into the right desk caddy's right compartment and place the red mug into the right desk caddy's left compartment"], "length": 443} +{"episode_index": 2370, "tasks": ["place the yellow book into the right desk caddy's right compartment and place the red mug into the right desk caddy's left compartment"], "length": 448} +{"episode_index": 2371, "tasks": ["place the yellow book into the right desk caddy's right compartment and place the red mug into the right desk caddy's left compartment"], "length": 564} +{"episode_index": 2372, "tasks": ["place the striped book into the right desk caddy's front compartment and place the red mug into the right desk caddy's right compartment"], "length": 806} +{"episode_index": 2373, "tasks": ["place the striped book into the right desk caddy's front compartment and place the red mug into the right desk caddy's right compartment"], "length": 934} +{"episode_index": 2374, "tasks": ["place the striped book into the right desk caddy's front compartment and place the red mug into the right desk caddy's right compartment"], "length": 872} +{"episode_index": 2375, "tasks": ["place the orange book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 600} +{"episode_index": 2376, "tasks": ["place the orange book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 560} +{"episode_index": 2377, "tasks": ["place the orange book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 699} +{"episode_index": 2378, "tasks": ["place the yellow book upright on top of the shelf"], "length": 218} +{"episode_index": 2379, "tasks": ["place the yellow book upright on top of the shelf"], "length": 211} +{"episode_index": 2380, "tasks": ["place the yellow book upright on top of the shelf"], "length": 187} +{"episode_index": 2381, "tasks": ["place the yellow book upright on top of the shelf"], "length": 205} +{"episode_index": 2382, "tasks": ["place the yellow book flat on top of the shelf"], "length": 215} +{"episode_index": 2383, "tasks": ["place the yellow book flat on top of the shelf"], "length": 168} +{"episode_index": 2384, "tasks": ["place the yellow book flat on top of the shelf"], "length": 214} +{"episode_index": 2385, "tasks": ["place the yellow book flat on top of the shelf"], "length": 220} +{"episode_index": 2386, "tasks": ["place the black book flat on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 389} +{"episode_index": 2387, "tasks": ["place the black book flat on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 383} +{"episode_index": 2388, "tasks": ["place the black book in the top region of the shelf"], "length": 260} +{"episode_index": 2389, "tasks": ["place the black book in the top region of the shelf"], "length": 261} +{"episode_index": 2390, "tasks": ["place the black book in the top region of the shelf"], "length": 230} +{"episode_index": 2391, "tasks": ["place the black book in the top region of the shelf"], "length": 269} +{"episode_index": 2392, "tasks": ["place the black book in the top region of the shelf"], "length": 309} +{"episode_index": 2393, "tasks": ["place the black book flat on top of the shelf"], "length": 225} +{"episode_index": 2394, "tasks": ["place the black book flat on top of the shelf"], "length": 132} +{"episode_index": 2395, "tasks": ["place the black book flat on top of the shelf"], "length": 184} +{"episode_index": 2396, "tasks": ["place the black book flat on top of the shelf"], "length": 148} +{"episode_index": 2397, "tasks": ["yellow book upright top shelf and black book top region shelf and red mug top shelf"], "length": 780} +{"episode_index": 2398, "tasks": ["yellow book upright top shelf and black book top region shelf and red mug top shelf"], "length": 894} +{"episode_index": 2399, "tasks": ["place the yellow book upright on top of the shelf and place the red mug on top of the shelf"], "length": 538} +{"episode_index": 2400, "tasks": ["place the yellow book upright on top of the shelf and place the red mug on top of the shelf"], "length": 400} +{"episode_index": 2401, "tasks": ["place the yellow book upright on top of the shelf and place the red mug on top of the shelf"], "length": 419} +{"episode_index": 2402, "tasks": ["place the yellow book flat on top of the shelf"], "length": 201} +{"episode_index": 2403, "tasks": ["place the yellow book flat on top of the shelf"], "length": 214} +{"episode_index": 2404, "tasks": ["place the yellow book flat on top of the shelf"], "length": 234} +{"episode_index": 2405, "tasks": ["place the yellow book flat on top of the shelf"], "length": 219} +{"episode_index": 2406, "tasks": ["place the yellow book flat on top of the shelf"], "length": 203} +{"episode_index": 2407, "tasks": ["place the red book in the top region of the shelf"], "length": 334} +{"episode_index": 2408, "tasks": ["place the red book in the top region of the shelf"], "length": 416} +{"episode_index": 2409, "tasks": ["place the red book in the top region of the shelf"], "length": 428} +{"episode_index": 2410, "tasks": ["place the red book in the top region of the shelf"], "length": 350} +{"episode_index": 2411, "tasks": ["place the striped book in the top region of the shelf"], "length": 349} +{"episode_index": 2412, "tasks": ["place the striped book in the top region of the shelf"], "length": 331} +{"episode_index": 2413, "tasks": ["place the striped book in the top region of the shelf"], "length": 416} +{"episode_index": 2414, "tasks": ["place the striped book in the top region of the shelf"], "length": 345} +{"episode_index": 2415, "tasks": ["place the striped book upright on top of the shelf and place the red book upright on top of the shelf"], "length": 485} +{"episode_index": 2416, "tasks": ["place the striped book upright on top of the shelf and place the red book upright on top of the shelf"], "length": 490} +{"episode_index": 2417, "tasks": ["place the red book flat on top of the shelf"], "length": 290} +{"episode_index": 2418, "tasks": ["place the red book flat on top of the shelf"], "length": 291} +{"episode_index": 2419, "tasks": ["place the red book flat on top of the shelf"], "length": 336} +{"episode_index": 2420, "tasks": ["place the red mug on top of the shelf"], "length": 169} +{"episode_index": 2421, "tasks": ["place the red mug on top of the shelf"], "length": 179} +{"episode_index": 2422, "tasks": ["place the red mug on top of the shelf"], "length": 178} +{"episode_index": 2423, "tasks": ["place the left red book flat on top of the shelf and place the orange book upright on top of the shelf"], "length": 357} +{"episode_index": 2424, "tasks": ["place the left red book flat on top of the shelf and place the orange book upright on top of the shelf"], "length": 386} +{"episode_index": 2425, "tasks": ["place the left red book flat on top of the shelf and place the orange book upright on top of the shelf"], "length": 433} +{"episode_index": 2426, "tasks": ["place the striped book in the top region of the shelf"], "length": 301} +{"episode_index": 2427, "tasks": ["place the striped book in the top region of the shelf"], "length": 288} +{"episode_index": 2428, "tasks": ["place the striped book in the top region of the shelf"], "length": 296} +{"episode_index": 2429, "tasks": ["place the striped book in the top region of the shelf"], "length": 329} +{"episode_index": 2430, "tasks": ["place the right red book flat on top of the shelf"], "length": 256} +{"episode_index": 2431, "tasks": ["place the right red book flat on top of the shelf"], "length": 320} +{"episode_index": 2432, "tasks": ["place the right red book flat on top of the shelf"], "length": 290} +{"episode_index": 2433, "tasks": ["place the right red book flat on top of the shelf"], "length": 263} +{"episode_index": 2434, "tasks": ["place the left red book flat on top of the shelf and place the orange book flat on top of the shelf"], "length": 449} +{"episode_index": 2435, "tasks": ["place the left red book flat on top of the shelf and place the orange book flat on top of the shelf"], "length": 416} +{"episode_index": 2436, "tasks": ["place the left red book flat on top of the shelf and place the orange book flat on top of the shelf"], "length": 468} +{"episode_index": 2437, "tasks": ["place the orange book upright on top of the shelf"], "length": 204} +{"episode_index": 2438, "tasks": ["place the orange book upright on top of the shelf"], "length": 213} +{"episode_index": 2439, "tasks": ["place the orange book upright on top of the shelf"], "length": 239} +{"episode_index": 2440, "tasks": ["place the orange book upright on top of the shelf"], "length": 171} +{"episode_index": 2441, "tasks": ["place the orange book upright on top of the shelf"], "length": 258} +{"episode_index": 2442, "tasks": ["place the left red book flat on top of the shelf"], "length": 237} +{"episode_index": 2443, "tasks": ["place the left red book flat on top of the shelf"], "length": 212} +{"episode_index": 2444, "tasks": ["place the left red book flat on top of the shelf"], "length": 239} +{"episode_index": 2445, "tasks": ["place the left red book flat on top of the shelf"], "length": 219} +{"episode_index": 2446, "tasks": ["place the left red book in the top region of the shelf"], "length": 326} +{"episode_index": 2447, "tasks": ["place the left red book in the top region of the shelf"], "length": 274} +{"episode_index": 2448, "tasks": ["place the left red book in the top region of the shelf"], "length": 243} +{"episode_index": 2449, "tasks": ["place the left red book in the top region of the shelf"], "length": 279} +{"episode_index": 2450, "tasks": ["place the striped book flat on top of the shelf"], "length": 269} +{"episode_index": 2451, "tasks": ["place the striped book flat on top of the shelf"], "length": 230} +{"episode_index": 2452, "tasks": ["place the striped book flat on top of the shelf"], "length": 217} +{"episode_index": 2453, "tasks": ["place the striped book flat on top of the shelf"], "length": 220} +{"episode_index": 2454, "tasks": ["place the black book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 687} +{"episode_index": 2455, "tasks": ["place the black book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 545} +{"episode_index": 2456, "tasks": ["place the black book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"], "length": 665} +{"episode_index": 2457, "tasks": ["place the red mug into the right desk caddy's left compartment and place the black book into the right desk caddy's front compartment"], "length": 896} +{"episode_index": 2458, "tasks": ["place the red mug into the right desk caddy's left compartment and place the black book into the right desk caddy's front compartment"], "length": 708} +{"episode_index": 2459, "tasks": ["place the left black book into the right desk caddy's left compartment and place the white-yellow mug into the right desk caddy's right compartment"], "length": 446} +{"episode_index": 2460, "tasks": ["place the orange book into the back desk caddy's left compartment and place the red mug into the back desk caddy's right compartment"], "length": 472} +{"episode_index": 2461, "tasks": ["place the orange book into the back desk caddy's left compartment and place the red mug into the back desk caddy's right compartment"], "length": 523} +{"episode_index": 2462, "tasks": ["place the red mug into the back desk caddy's right compartment and place the orange book into the back desk caddy's back compartment and place the red book into the back desk caddy's front compartment"], "length": 1408} +{"episode_index": 2463, "tasks": ["place the yellow book into the back desk caddy's left compartment and place the black book into the back desk caddy's right compartment"], "length": 553} +{"episode_index": 2464, "tasks": ["place the yellow book into the back desk caddy's left compartment and place the black book into the back desk caddy's right compartment"], "length": 613} +{"episode_index": 2465, "tasks": ["place the red mug into the back desk caddy's right compartment and place the yellow book into the back desk caddy's back compartment"], "length": 811} +{"episode_index": 2466, "tasks": ["place the red mug into the back desk caddy's right compartment and place the yellow book into the back desk caddy's back compartment"], "length": 810} +{"episode_index": 2467, "tasks": ["place the right yellow book in the top region of the shelf"], "length": 189} +{"episode_index": 2468, "tasks": ["place the right yellow book in the top region of the shelf"], "length": 154} +{"episode_index": 2469, "tasks": ["place the right yellow book in the top region of the shelf"], "length": 257} +{"episode_index": 2470, "tasks": ["place the right yellow book in the top region of the shelf"], "length": 220} +{"episode_index": 2471, "tasks": ["place the red book upright on top of the shelf"], "length": 189} +{"episode_index": 2472, "tasks": ["place the red book upright on top of the shelf"], "length": 171} +{"episode_index": 2473, "tasks": ["place the red book upright on top of the shelf"], "length": 224} +{"episode_index": 2474, "tasks": ["place the red book upright on top of the shelf"], "length": 193} +{"episode_index": 2475, "tasks": ["place the left yellow book in the top region of the shelf"], "length": 330} +{"episode_index": 2476, "tasks": ["place the left yellow book in the top region of the shelf"], "length": 278} +{"episode_index": 2477, "tasks": ["place the left yellow book in the top region of the shelf"], "length": 290} +{"episode_index": 2478, "tasks": ["place the left yellow book in the top region of the shelf"], "length": 354} +{"episode_index": 2479, "tasks": ["place the green book in the top region of the shelf"], "length": 476} +{"episode_index": 2480, "tasks": ["place the green book in the top region of the shelf"], "length": 394} +{"episode_index": 2481, "tasks": ["place the green book in the top region of the shelf"], "length": 401} +{"episode_index": 2482, "tasks": ["place the green book in the top region of the shelf"], "length": 303} +{"episode_index": 2483, "tasks": ["place the left yellow book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 402} +{"episode_index": 2484, "tasks": ["place the left yellow book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 393} +{"episode_index": 2485, "tasks": ["place the left yellow book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 444} +{"episode_index": 2486, "tasks": ["place the right yellow book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 425} +{"episode_index": 2487, "tasks": ["place the right yellow book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 449} +{"episode_index": 2488, "tasks": ["place the right yellow book upright on top of the shelf and place the white-yellow mug on top of the shelf"], "length": 437} +{"episode_index": 2489, "tasks": ["place the striped book in the top region of the shelf"], "length": 335} +{"episode_index": 2490, "tasks": ["place the striped book in the top region of the shelf"], "length": 386} +{"episode_index": 2491, "tasks": ["place the striped book in the top region of the shelf"], "length": 416} +{"episode_index": 2492, "tasks": ["place the striped book in the top region of the shelf"], "length": 343} +{"episode_index": 2493, "tasks": ["place the striped book upright on top of the shelf"], "length": 209} +{"episode_index": 2494, "tasks": ["place the striped book upright on top of the shelf"], "length": 203} +{"episode_index": 2495, "tasks": ["place the striped book upright on top of the shelf"], "length": 193} +{"episode_index": 2496, "tasks": ["place the striped book upright on top of the shelf"], "length": 228} +{"episode_index": 2497, "tasks": ["place the striped book upright on top of the shelf"], "length": 203} +{"episode_index": 2498, "tasks": ["place the right red book flat on top of the shelf and place the orange book flat on top of the shelf"], "length": 412} +{"episode_index": 2499, "tasks": ["place the right red book flat on top of the shelf and place the orange book flat on top of the shelf"], "length": 508} +{"episode_index": 2500, "tasks": ["place the right red book flat on top of the shelf and place the orange book flat on top of the shelf"], "length": 477} +{"episode_index": 2501, "tasks": ["place the orange book flat on top of the shelf and place the left red book flat on top of the shelf"], "length": 414} +{"episode_index": 2502, "tasks": ["place the orange book flat on top of the shelf and place the left red book flat on top of the shelf"], "length": 389} +{"episode_index": 2503, "tasks": ["place the left red book in the top region of the shelf"], "length": 326} +{"episode_index": 2504, "tasks": ["place the left red book in the top region of the shelf"], "length": 270} +{"episode_index": 2505, "tasks": ["place the left red book in the top region of the shelf"], "length": 280} +{"episode_index": 2506, "tasks": ["place the left red book in the top region of the shelf"], "length": 292} +{"episode_index": 2507, "tasks": ["place the right red book upright on top of the shelf"], "length": 246} +{"episode_index": 2508, "tasks": ["place the right red book upright on top of the shelf"], "length": 242} +{"episode_index": 2509, "tasks": ["place the right red book upright on top of the shelf"], "length": 250} +{"episode_index": 2510, "tasks": ["place the right red book upright on top of the shelf"], "length": 222} +{"episode_index": 2511, "tasks": ["place the right red book upright on top of the shelf"], "length": 234} +{"episode_index": 2512, "tasks": ["place the orange book flat on top of the shelf"], "length": 226} +{"episode_index": 2513, "tasks": ["place the orange book flat on top of the shelf"], "length": 200} +{"episode_index": 2514, "tasks": ["place the orange book flat on top of the shelf"], "length": 225} +{"episode_index": 2515, "tasks": ["place the orange book flat on top of the shelf"], "length": 184} +{"episode_index": 2516, "tasks": ["place the right striped book into the back desk caddy's right compartment and place the orange book into the left desk caddy's right compartment and place the black book into the left desk caddy's left compartment"], "length": 795} +{"episode_index": 2517, "tasks": ["place the right striped book into the back desk caddy's right compartment and place the orange book into the left desk caddy's right compartment and place the black book into the left desk caddy's left compartment"], "length": 922} +{"episode_index": 2518, "tasks": ["place the orange book into the back desk caddy's right compartment and place the right striped book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment"], "length": 626} +{"episode_index": 2519, "tasks": ["place the orange book into the back desk caddy's right compartment and place the right striped book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment"], "length": 693} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..62e9d880289ae1cf1fd2e151e317675dcbfb9965 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,2520 @@ +{"episode_index": 0, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4550108433143766]], [[0.42990675802791817]], [[0.3982941655177696]]], "std": [[[0.25120730875055597]], [[0.23198676904644244]], [[0.21928286464665128]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9882352941176471]], [[0.9803921568627451]], [[0.9647058823529412]]], "mean": [[[0.5773402027803309]], [[0.5437853148217294]], [[0.5080121651443781]]], "std": [[[0.24533467876314663]], [[0.2261212196374946]], [[0.20954164220487972]]], "count": [100]}, "state": {"min": [-0.2967968285083771, 0.024703657254576683, 0.9350923895835876, 3.1129298210144043, -0.12947891652584076, -0.24672052264213562, 0.0025066835805773735, -0.03998371958732605], "max": [0.01466787327080965, 0.3386929929256439, 1.2236475944519043, 3.375854015350342, 0.267721951007843, 0.2993582785129547, 0.03999749571084976, -0.002381235361099243], "mean": [-0.17836546897888184, 0.14650988578796387, 1.111709475517273, 3.2481744289398193, 0.026188436895608902, 0.007635371759533882, 0.01298903301358223, -0.012675875797867775], "std": [0.1196199506521225, 0.10526079684495926, 0.10059159249067307, 0.0790245458483696, 0.13837802410125732, 0.16804830729961395, 0.015717141330242157, 0.015879740938544273], "count": [273]}, "actions": {"min": [-0.31315362453460693, -0.2581299841403961, -0.6135656237602234, -0.10657542198896408, -0.1619798243045807, -0.16482023894786835, -1.0], "max": [0.9097071886062622, 0.8851921558380127, 0.9046053290367126, 0.17471253871917725, 0.09781154990196228, 0.14137066900730133, 1.0], "mean": [0.08207225799560547, 0.08330827951431274, 0.0234781913459301, 0.005087264347821474, -0.004615432117134333, 0.009388141334056854, 0.4652014672756195], "std": [0.15417926013469696, 0.1470150649547577, 0.21361786127090454, 0.02976292558014393, 0.03450405225157738, 0.0366382859647274, 0.8852053880691528], "count": [273]}, "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": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [273]}, "index": {"min": [0], "max": [272], "mean": [136.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [273]}}} +{"episode_index": 1, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4529398785759421]], [[0.4283435495413986]], [[0.3971838229310279]]], "std": [[[0.250965569185971]], [[0.23207975353140708]], [[0.21975485934914019]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5889207440544577]], [[0.5513926044538909]], [[0.5120830987668505]]], "std": [[[0.23825630802910208]], [[0.21878452920168662]], [[0.20077417530191774]]], "count": [100]}, "state": {"min": [-0.3440847396850586, 0.007677251473069191, 0.925260066986084, 3.1001076698303223, -0.10906126350164413, 0.012670538388192654, 0.0006423734594136477, -0.04000294953584671], "max": [0.062308911234140396, 0.2842447757720947, 1.249651312828064, 3.386539936065674, 0.30031758546829224, 0.4115205705165863, 0.039967261254787445, -0.0002759690978564322], "mean": [-0.21695518493652344, 0.09078266471624374, 1.1071747541427612, 3.1927409172058105, 0.06188211217522621, 0.1340046375989914, 0.01973455771803856, -0.014463832601904869], "std": [0.13948610424995422, 0.08414353430271149, 0.10465410351753235, 0.09088040143251419, 0.13165932893753052, 0.11415964365005493, 0.01648779585957527, 0.018546631559729576], "count": [312]}, "actions": {"min": [-0.35206523537635803, -0.20904259383678436, -0.5059593319892883, -0.0768580436706543, -0.17787446081638336, -0.07768793404102325, -1.0], "max": [0.7498795986175537, 0.6683057546615601, 0.9900115728378296, 0.09081269055604935, 0.09417951107025146, 0.11444269865751266, 1.0], "mean": [0.07990310341119766, 0.06510749459266663, 0.009542693383991718, 0.005781032145023346, 0.0005935580702498555, 0.00903371162712574, 0.3205128312110901], "std": [0.18442362546920776, 0.11753571778535843, 0.2102968990802765, 0.024126144126057625, 0.03530457615852356, 0.02727857418358326, 0.9472434520721436], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [312]}, "index": {"min": [273], "max": [584], "mean": [428.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [312]}}} +{"episode_index": 2, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4533236592610677]], [[0.4283614819096584]], [[0.3966912614410999]]], "std": [[[0.2509079544002988]], [[0.23179760184780013]], [[0.21937619732673452]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9647058823529412]]], "mean": [[[0.5806502302581189]], [[0.5450012733609069]], [[0.5069233781403186]]], "std": [[[0.23586967725687852]], [[0.21499503006402362]], [[0.1963529986526545]]], "count": [100]}, "state": {"min": [-0.30090224742889404, 0.011050217784941196, 0.9440575838088989, 3.083994150161743, -0.2112983912229538, -0.05584953352808952, 0.002683611586689949, -0.04000184312462807], "max": [0.0518544539809227, 0.3067074120044708, 1.295237421989441, 3.3606178760528564, 0.3156740963459015, 0.3027326166629791, 0.03997412696480751, -0.0023484607227146626], "mean": [-0.18152645230293274, 0.14758151769638062, 1.1550853252410889, 3.218284845352173, -0.008672703988850117, 0.08379200845956802, 0.015301973558962345, -0.015123208053410053], "std": [0.13574698567390442, 0.10453540831804276, 0.11665697395801544, 0.09163090586662292, 0.17365138232707977, 0.10620288550853729, 0.01716100610792637, 0.01731627993285656], "count": [333]}, "actions": {"min": [-0.3954007029533386, -0.2512463331222534, -0.6418001651763916, -0.1501331925392151, -0.14034076035022736, -0.1308967024087906, -1.0], "max": [0.7182081341743469, 0.4741138219833374, 0.7744729518890381, 0.12282168865203857, 0.18281753361225128, 0.12153004854917526, 1.0], "mean": [0.06765227764844894, 0.06839743256568909, 0.02129516564309597, 0.00485061714425683, -0.002220667665824294, 0.005933835636824369, 0.3213213086128235], "std": [0.16497932374477386, 0.11419966071844101, 0.21770869195461273, 0.025009330362081528, 0.040837712585926056, 0.0265093594789505, 0.9469690918922424], "count": [333]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.599999999999998], "std": [9.612838637294745], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [333]}, "index": {"min": [585], "max": [917], "mean": [751.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [333]}}} +{"episode_index": 3, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4540419395297181]], [[0.42926760325712315]], [[0.3979573615579044]]], "std": [[[0.2503936840044168]], [[0.23158716146807445]], [[0.21947274960567423]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.573706682990579]], [[0.539756041283701]], [[0.5028760046865426]]], "std": [[[0.2459267249492697]], [[0.22530271834687257]], [[0.20683802544056912]]], "count": [100]}, "state": {"min": [-0.2645145356655121, 0.01968601532280445, 0.9361465573310852, 3.1565046310424805, -0.16760848462581635, -0.010677414014935493, 0.0027463252190500498, -0.0399477481842041], "max": [0.06509202718734741, 0.30008506774902344, 1.2832107543945312, 3.3935482501983643, 0.3607493042945862, 0.37874820828437805, 0.04000401496887207, -0.0022662016563117504], "mean": [-0.14682303369045258, 0.11826784163713455, 1.1501291990280151, 3.26995587348938, 0.028589719906449318, 0.1395805925130844, 0.013432431034743786, -0.01314498484134674], "std": [0.12402065843343735, 0.09833962470293045, 0.10823813825845718, 0.07084694504737854, 0.16716840863227844, 0.12408275902271271, 0.016204502433538437, 0.016307316720485687], "count": [301]}, "actions": {"min": [-0.2965250015258789, -0.2649325430393219, -0.7803444862365723, -0.08891351521015167, -0.16493812203407288, -0.10110028833150864, -1.0], "max": [0.4959275424480438, 0.9033405184745789, 1.035620093345642, 0.2129916399717331, 0.13372285664081573, 0.21252740919589996, 1.0], "mean": [0.07681716978549957, 0.06652931123971939, 0.027967404574155807, 0.0054487865418195724, -0.0022464150097221136, 0.008905031718313694, 0.4285714328289032], "std": [0.1368001103401184, 0.1350027620792389, 0.21924133598804474, 0.027897080406546593, 0.039753127843141556, 0.025986893102526665, 0.9035109877586365], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [301]}, "index": {"min": [918], "max": [1218], "mean": [1068.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [301]}}} +{"episode_index": 4, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4559967759076287]], [[0.43133256101919937]], [[0.4004346159036531]]], "std": [[[0.2505519283775864]], [[0.2314892093757492]], [[0.2184840472895382]]], "count": [105]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5671938576863037]], [[0.5313823351606267]], [[0.4922685986829628]]], "std": [[[0.2568000780019858]], [[0.23541816043385919]], [[0.21631699544253177]]], "count": [105]}, "state": {"min": [-0.1999908834695816, -0.35057687759399414, 0.9386351704597473, 2.8561036586761475, -0.05652577057480812, -0.10928459465503693, 0.002072147326543927, -0.04001226648688316], "max": [0.08234062790870667, 0.30700403451919556, 1.292771816253662, 3.241359233856201, 0.3880908191204071, 0.1325729489326477, 0.039829056710004807, -0.0013816009741276503], "mean": [-0.004635144490748644, -0.13402560353279114, 1.1736466884613037, 3.025331497192383, 0.13796380162239075, 0.028180958703160286, 0.0196702778339386, -0.01974123902618885], "std": [0.060536958277225494, 0.24829211831092834, 0.10412346571683884, 0.12515632808208466, 0.11521219462156296, 0.04858952760696411, 0.018400898203253746, 0.018520286306738853], "count": [501]}, "actions": {"min": [-0.5834716558456421, -0.7456280589103699, -0.5733426809310913, -0.15697447955608368, -0.26002562046051025, -0.13532103598117828, -1.0], "max": [0.4656812250614166, 1.200613021850586, 2.1122162342071533, 0.13146205246448517, 0.08986528217792511, 0.14293500781059265, 1.0], "mean": [0.04200975224375725, 0.05207207426428795, 0.0074927727691829205, -5.6247688917210326e-05, -0.0012062370078638196, 0.0033923659939318895, 0.0738522931933403], "std": [0.11551927775144577, 0.2698587477207184, 0.21115490794181824, 0.03700997680425644, 0.03231551870703697, 0.0351925827562809, 0.9972708225250244], "count": [501]}, "timestamp": {"min": [0.0], "max": [50.0], "mean": [25.0], "std": [14.462595433277757], "count": [501]}, "frame_index": {"min": [0], "max": [500], "mean": [250.0], "std": [144.62595433277758], "count": [501]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [501]}, "index": {"min": [1219], "max": [1719], "mean": [1469.0], "std": [144.62595433277758], "count": [501]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [501]}}} +{"episode_index": 5, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45960604472168837]], [[0.4350209146047446]], [[0.40405808392693016]]], "std": [[[0.2498036825569096]], [[0.23105848761756553]], [[0.21899598403858023]]], "count": [110]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5703108642360531]], [[0.5353455177347928]], [[0.4974371109416778]]], "std": [[[0.2358671551300889]], [[0.21444334272813778]], [[0.1952384283115976]]], "count": [110]}, "state": {"min": [-0.1924952119588852, -0.32339558005332947, 0.9416933059692383, 2.758599042892456, -0.2661362588405609, -0.1213667243719101, 0.0021017459221184254, -0.04001621529459953], "max": [0.05090441554784775, 0.293311208486557, 1.3243368864059448, 3.3577849864959717, 0.09599229693412781, 0.11423400044441223, 0.039881255477666855, -0.0022898034658282995], "mean": [-0.06424713879823685, -0.09603092819452286, 1.2060070037841797, 3.0183658599853516, -0.12672045826911926, -0.014050988480448723, 0.018986046314239502, -0.01912621594965458], "std": [0.071548692882061, 0.22961482405662537, 0.10996878147125244, 0.20304803550243378, 0.1096351221203804, 0.06104434281587601, 0.018247084692120552, 0.018330616876482964], "count": [533]}, "actions": {"min": [-0.3476911783218384, -1.3265026807785034, -0.686761736869812, -0.23076751828193665, -0.10077384114265442, -0.08241650462150574, -1.0], "max": [0.547122061252594, 1.3961228132247925, 0.6466346979141235, 0.14368215203285217, 0.11463355273008347, 0.1297585517168045, 1.0], "mean": [0.03721734136343002, 0.034670546650886536, 0.0029588413890451193, 8.041506225708872e-05, -0.0014947568997740746, 0.0026795812882483006, 0.11444652825593948], "std": [0.13470271229743958, 0.2690187692642212, 0.20238955318927765, 0.03440248221158981, 0.02783660590648651, 0.0309067964553833, 0.9934309720993042], "count": [533]}, "timestamp": {"min": [0.0], "max": [53.2], "mean": [26.599999999999998], "std": [15.38635759366069], "count": [533]}, "frame_index": {"min": [0], "max": [532], "mean": [266.0], "std": [153.8635759366069], "count": [533]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [533]}, "index": {"min": [1720], "max": [2252], "mean": [1986.0], "std": [153.8635759366069], "count": [533]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [533]}}} +{"episode_index": 6, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45777244298598346]], [[0.4333746325922947]], [[0.402573335535386]]], "std": [[[0.24907590009028813]], [[0.2306352201647024]], [[0.21877563914022508]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.560821595435049]], [[0.5255416020412071]], [[0.4869574848249847]]], "std": [[[0.2376142588810043]], [[0.21521332992898207]], [[0.1946386039518139]]], "count": [100]}, "state": {"min": [-0.20025727152824402, -0.3305758535861969, 0.9406566023826599, 2.7894129753112793, -0.2171044796705246, -0.12052003294229507, 0.0018389294855296612, -0.04001563787460327], "max": [0.045880675315856934, 0.2749749720096588, 1.326144814491272, 3.2935123443603516, 0.13749854266643524, 0.17409855127334595, 0.03970058262348175, -0.0020238300785422325], "mean": [-0.0818416178226471, -0.13074053823947906, 1.2030658721923828, 2.9989237785339355, -0.09028220176696777, 0.00012634051381610334, 0.01895608939230442, -0.019108956679701805], "std": [0.0657799020409584, 0.2279040813446045, 0.1166817769408226, 0.1835709661245346, 0.10608122497797012, 0.06046653911471367, 0.01827104017138481, 0.018377866595983505], "count": [429]}, "actions": {"min": [-0.5836955308914185, -1.0501967668533325, -0.848147451877594, -0.1370164006948471, -0.1572105437517166, -0.18907184898853302, -1.0], "max": [0.5595176815986633, 1.2383627891540527, 1.3409984111785889, 0.15308277308940887, 0.1115945354104042, 0.29507339000701904, 1.0], "mean": [0.04239732772111893, 0.052238304167985916, 0.008004361763596535, 0.0017335076117888093, -0.0018283264944329858, 0.003575618378818035, 0.10955710709095001], "std": [0.13419204950332642, 0.28217771649360657, 0.24071480333805084, 0.03778957575559616, 0.034366149455308914, 0.04187997058033943, 0.9939774870872498], "count": [429]}, "timestamp": {"min": [0.0], "max": [42.8], "mean": [21.400000000000002], "std": [12.384129628951186], "count": [429]}, "frame_index": {"min": [0], "max": [428], "mean": [214.0], "std": [123.84129628951187], "count": [429]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [429]}, "index": {"min": [2253], "max": [2681], "mean": [2467.0], "std": [123.84129628951187], "count": [429]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [429]}}} +{"episode_index": 7, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4590053967698585]], [[0.4341445215670608]], [[0.4028160233931108]]], "std": [[[0.2499536103823652]], [[0.23114097907829112]], [[0.21893286422342373]]], "count": [110]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5736156018915023]], [[0.538186607428838]], [[0.4997341543595421]]], "std": [[[0.2372884618499613]], [[0.21508531323794222]], [[0.19519578521520778]]], "count": [110]}, "state": {"min": [-0.19364115595817566, -0.34864693880081177, 0.9352018237113953, 2.891575813293457, -0.3051218092441559, -0.10316228121519089, 0.0014412018936127424, -0.040012702345848083], "max": [0.033387720584869385, 0.2843126356601715, 1.309869647026062, 3.3875696659088135, 0.09163975715637207, 0.14603671431541443, 0.03990985453128815, -0.0010905335657298565], "mean": [-0.07603619247674942, -0.12014941871166229, 1.1997283697128296, 3.094670534133911, -0.13809709250926971, -0.0372643806040287, 0.018754977732896805, -0.01872039958834648], "std": [0.06047417223453522, 0.24934332072734833, 0.11225034296512604, 0.14786174893379211, 0.1027970165014267, 0.05432514101266861, 0.018526574596762657, 0.01868836022913456], "count": [528]}, "actions": {"min": [-0.38256776332855225, -0.5555955171585083, -0.6623268127441406, -0.15318861603736877, -0.13191565871238708, -0.1312629133462906, -1.0], "max": [0.44979536533355713, 1.0583720207214355, 1.1518449783325195, 0.12585704028606415, 0.10287290066480637, 0.12478857487440109, 1.0], "mean": [0.03403741121292114, 0.05148296803236008, -0.00226355018094182, 0.00122294039465487, -0.0010341056622564793, 0.0032787432428449392, 0.12121212482452393], "std": [0.10359087586402893, 0.23845885694026947, 0.21341465413570404, 0.03313833475112915, 0.026631023734807968, 0.031743425875902176, 0.9926289319992065], "count": [528]}, "timestamp": {"min": [0.0], "max": [52.7], "mean": [26.349999999999998], "std": [15.242019769921132], "count": [528]}, "frame_index": {"min": [0], "max": [527], "mean": [263.5], "std": [152.42019769921134], "count": [528]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [528]}, "index": {"min": [2682], "max": [3209], "mean": [2945.5], "std": [152.42019769921134], "count": [528]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [528]}}} +{"episode_index": 8, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45916222867149564]], [[0.4348913622313156]], [[0.40454190872692897]]], "std": [[[0.24937477089859722]], [[0.2307383689853448]], [[0.2184392914771579]]], "count": [107]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5364819980178841]], [[0.5041020775575307]], [[0.4670270878206532]]], "std": [[[0.2624816590146684]], [[0.23941917907230803]], [[0.2159810210270173]]], "count": [107]}, "state": {"min": [-0.17028646171092987, -0.3530644178390503, 0.9397801756858826, 2.831998348236084, -0.19422781467437744, -0.05783296748995781, 0.0020744754001498222, -0.04001281410455704], "max": [0.045529063791036606, -0.0012244953541085124, 1.3024553060531616, 3.133193016052246, 0.2576753795146942, 0.25319594144821167, 0.03983030095696449, -0.0012296170461922884], "mean": [-0.03403540328145027, -0.1799091249704361, 1.1655988693237305, 2.984292507171631, 0.003337275004014373, 0.0565759614109993, 0.019743919372558594, -0.01988697610795498], "std": [0.051462870091199875, 0.12893836200237274, 0.09155742079019547, 0.08941811323165894, 0.10498835891485214, 0.06608379632234573, 0.018337659537792206, 0.0183784831315279], "count": [513]}, "actions": {"min": [-0.457588255405426, -1.399874210357666, -1.3200457096099854, -0.2539959251880646, -0.11167608946561813, -0.1816532164812088, -1.0], "max": [0.6737430691719055, 0.9169228076934814, 0.9356135129928589, 0.1765412539243698, 0.16758395731449127, 0.12622389197349548, 1.0], "mean": [0.02861635759472847, -0.0002455214271321893, -0.007670576684176922, -0.00021844431466888636, -0.00021843405556865036, 0.003197017591446638, 0.07212475687265396], "std": [0.10515865683555603, 0.21161304414272308, 0.2146732211112976, 0.03964162617921829, 0.030770650133490562, 0.03563540801405907, 0.9973968863487244], "count": [513]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.809006268709142], "count": [513]}, "frame_index": {"min": [0], "max": [512], "mean": [256.0], "std": [148.09006268709143], "count": [513]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [513]}, "index": {"min": [3210], "max": [3722], "mean": [3466.0], "std": [148.09006268709143], "count": [513]}, "task_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [513]}}} +{"episode_index": 9, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4565581838570389]], [[0.43259642417758115]], [[0.4024832207174862]]], "std": [[[0.25063370011166747]], [[0.23187416763239088]], [[0.21914652182549846]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5347578986672794]], [[0.5007775292490043]], [[0.46214419076956953]]], "std": [[[0.2665471273150188]], [[0.2433218034977735]], [[0.21957741989562324]]], "count": [100]}, "state": {"min": [-0.21087314188480377, -0.34530526399612427, 0.9402843117713928, 2.754162073135376, -0.07906652241945267, -0.06649097800254822, 0.00208104494959116, -0.04001448303461075], "max": [0.08478924632072449, 0.023099489510059357, 1.280503273010254, 3.170650005340576, 0.338835209608078, 0.07796568423509598, 0.03992878273129463, -0.0025117630138993263], "mean": [-0.016059188172221184, -0.19660061597824097, 1.1538829803466797, 2.9751298427581787, 0.10051295906305313, 0.00459632882848382, 0.022669747471809387, -0.022912312299013138], "std": [0.08677613735198975, 0.12745553255081177, 0.09754814952611923, 0.13264736533164978, 0.1177525520324707, 0.03336790204048157, 0.018318533897399902, 0.018268339335918427], "count": [425]}, "actions": {"min": [-0.4383033514022827, -0.9620174169540405, -0.6898441314697266, -0.21340104937553406, -0.13514724373817444, -0.1854163259267807, -1.0], "max": [0.6559964418411255, 0.8694471716880798, 1.1582664251327515, 0.22762350738048553, 0.147555872797966, 0.19560907781124115, 1.0], "mean": [0.048121917992830276, -0.01559060625731945, -0.0017940649995580316, -0.00043719608220271766, 0.0028244666755199432, 0.0016341194277629256, -0.08705881983041763], "std": [0.13720402121543884, 0.2560689151287079, 0.24121932685375214, 0.05111213028430939, 0.03576887398958206, 0.039681579917669296, 0.9962043166160583], "count": [425]}, "timestamp": {"min": [0.0], "max": [42.4], "mean": [21.2], "std": [12.268659258452], "count": [425]}, "frame_index": {"min": [0], "max": [424], "mean": [212.0], "std": [122.68659258452001], "count": [425]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [425]}, "index": {"min": [3723], "max": [4147], "mean": [3935.0], "std": [122.68659258452001], "count": [425]}, "task_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [425]}}} +{"episode_index": 10, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4586809441061581]], [[0.43443385165345433]], [[0.4041540641036688]]], "std": [[[0.24910182575830112]], [[0.23024669202064518]], [[0.21746464831281992]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.552007796942019]], [[0.5167426434685202]], [[0.476820177265242]]], "std": [[[0.2640129374700926]], [[0.24001756467699775]], [[0.21569053308651095]]], "count": [100]}, "state": {"min": [-0.1976882517337799, -0.37228459119796753, 0.9249196648597717, 2.9840774536132812, -0.08405888080596924, -0.0949711948633194, 0.0020723382476717234, -0.040010642260313034], "max": [0.07412278652191162, -0.02045668661594391, 1.2430473566055298, 3.2223339080810547, 0.21326017379760742, 0.12607726454734802, 0.03990264609456062, -0.002016354352235794], "mean": [-0.022100329399108887, -0.2183239459991455, 1.1396716833114624, 3.078886032104492, 0.036715105175971985, -0.011613302864134312, 0.020702151581645012, -0.02082216739654541], "std": [0.06499087065458298, 0.12841470539569855, 0.08831684291362762, 0.07154646515846252, 0.07664177566766739, 0.042919524013996124, 0.01821071468293667, 0.01823815144598484], "count": [435]}, "actions": {"min": [-0.34959539771080017, -0.9677325487136841, -0.6518840193748474, -0.16067533195018768, -0.10646623373031616, -0.11246718466281891, -1.0], "max": [0.704774796962738, 0.7654591202735901, 0.9124853610992432, 0.13660670816898346, 0.09689167141914368, 0.16252177953720093, 1.0], "mean": [0.0501553975045681, -0.009008172899484634, 0.0022330833598971367, 0.0007399656460620463, 0.0003514489799272269, 0.0033389234449714422, 0.029885057359933853], "std": [0.12433698028326035, 0.21613574028015137, 0.20166823267936707, 0.03781867399811745, 0.027256764471530914, 0.033179670572280884, 0.9995549917221069], "count": [435]}, "timestamp": {"min": [0.0], "max": [43.4], "mean": [21.7], "std": [12.557335173780569], "count": [435]}, "frame_index": {"min": [0], "max": [434], "mean": [217.0], "std": [125.57335173780568], "count": [435]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [435]}, "index": {"min": [4148], "max": [4582], "mean": [4365.0], "std": [125.57335173780568], "count": [435]}, "task_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [435]}}} +{"episode_index": 11, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45895847874061735]], [[0.43506659354415594]], [[0.40535452629538143]]], "std": [[[0.24837213861363897]], [[0.22960152485495944]], [[0.21689244380421827]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5389330121208639]], [[0.5036928890452665]], [[0.4638876947141161]]], "std": [[[0.26242380904367163]], [[0.23832439497382468]], [[0.21392535140810565]]], "count": [100]}, "state": {"min": [-0.18521495163440704, -0.3293289840221405, 0.9449618458747864, 2.8307113647460938, 0.021284231916069984, -0.10495120286941528, 0.0014276383444666862, -0.04001322388648987], "max": [0.0772440955042839, -0.013995638117194176, 1.28395414352417, 3.132802724838257, 0.3308451175689697, 0.10058698058128357, 0.03978453204035759, -0.0022174741607159376], "mean": [-0.015119265764951706, -0.1959959864616394, 1.152244210243225, 2.95332407951355, 0.1593569815158844, -0.005427897442132235, 0.016881512477993965, -0.01726878620684147], "std": [0.07063152641057968, 0.12084878236055374, 0.09608867019414902, 0.10244268923997879, 0.0880574882030487, 0.04902812838554382, 0.01824757643043995, 0.018119659274816513], "count": [376]}, "actions": {"min": [-0.36544162034988403, -1.0135154724121094, -0.7211968302726746, -0.25869011878967285, -0.13410210609436035, -0.09585303068161011, -1.0], "max": [0.654181957244873, 0.6403363943099976, 0.8261650800704956, 0.15140768885612488, 0.20048587024211884, 0.26309734582901, 1.0], "mean": [0.05163361504673958, 0.00454792520031333, -0.003943342715501785, -0.0009319853852503002, 0.0015864009037613869, 0.0026935136411339045, 0.20212766528129578], "std": [0.1547553986310959, 0.23017644882202148, 0.20709370076656342, 0.04581623524427414, 0.036590661853551865, 0.036148346960544586, 0.9793582558631897], "count": [376]}, "timestamp": {"min": [0.0], "max": [37.5], "mean": [18.75], "std": [10.854146673046206], "count": [376]}, "frame_index": {"min": [0], "max": [375], "mean": [187.5], "std": [108.54146673046205], "count": [376]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [376]}, "index": {"min": [4583], "max": [4958], "mean": [4770.5], "std": [108.54146673046205], "count": [376]}, "task_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [376]}}} +{"episode_index": 12, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4578960870481005]], [[0.43333046527937347]], [[0.4024267171223958]]], "std": [[[0.2500717109900957]], [[0.23100806210951136]], [[0.21799334256257988]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5469529891668582]], [[0.5107360277362899]], [[0.4704183164110371]]], "std": [[[0.24881828391464195]], [[0.2239691763194886]], [[0.19902682465276345]]], "count": [100]}, "state": {"min": [-0.2147509753704071, -0.3266028165817261, 0.9452982544898987, 2.849696397781372, -0.16495166718959808, -0.06455531716346741, 0.002415146678686142, -0.04026127979159355], "max": [0.07259013503789902, 0.0032710121013224125, 1.3041057586669922, 3.1499509811401367, 0.12119511514902115, 0.11310504376888275, 0.03975016251206398, -0.0013463934883475304], "mean": [-0.04848868027329445, -0.21457335352897644, 1.1652954816818237, 2.9603922367095947, 0.0015411997446790338, 0.009741959162056446, 0.022508641704916954, -0.022706413641572], "std": [0.07462086528539658, 0.11759551614522934, 0.10707860440015793, 0.10013167560100555, 0.08028395473957062, 0.04605870693922043, 0.01829860545694828, 0.018384406343102455], "count": [456]}, "actions": {"min": [-0.44456616044044495, -1.3831255435943604, -0.7311403751373291, -0.22369202971458435, -0.10326068848371506, -0.21689116954803467, -1.0], "max": [0.4329755902290344, 0.9122009873390198, 0.9633917212486267, 0.18131370842456818, 0.09518726170063019, 0.16788128018379211, 1.0], "mean": [0.05197405070066452, 0.002507226774469018, -0.015472762286663055, -0.000621496990788728, 0.0015237961197271943, 0.0012438062112778425, -0.04385964944958687], "std": [0.12404302507638931, 0.22424376010894775, 0.22728580236434937, 0.039302997291088104, 0.028849802911281586, 0.03903071582317352, 0.9990349411964417], "count": [456]}, "timestamp": {"min": [0.0], "max": [45.5], "mean": [22.75], "std": [13.163554484510126], "count": [456]}, "frame_index": {"min": [0], "max": [455], "mean": [227.5], "std": [131.63554484510126], "count": [456]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [456]}, "index": {"min": [4959], "max": [5414], "mean": [5186.5], "std": [131.63554484510126], "count": [456]}, "task_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [456]}}} +{"episode_index": 13, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46203592637005975]], [[0.43764484540153953]], [[0.40731095437442555]]], "std": [[[0.24925996119938149]], [[0.23045282522348084]], [[0.21756095847065035]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5565114734126072]], [[0.518645554486443]], [[0.47682993152094827]]], "std": [[[0.24589651619798988]], [[0.22060997957434988]], [[0.19505210921459057]]], "count": [100]}, "state": {"min": [-0.18436625599861145, -0.323513001203537, 0.9347991943359375, 2.787968158721924, -0.1885247826576233, -0.17222081124782562, 0.002100951038300991, -0.040013208985328674], "max": [0.040539488196372986, -0.042225517332553864, 1.2817833423614502, 3.0849449634552, 0.12241900712251663, 0.04667572304606438, 0.0398089699447155, -0.0026578684337437153], "mean": [-0.03443828970193863, -0.2197076678276062, 1.1541681289672852, 2.9094247817993164, -0.026539497077465057, -0.04449458047747612, 0.02227484993636608, -0.02260035090148449], "std": [0.06918691843748093, 0.08675505965948105, 0.09211300313472748, 0.07586683332920074, 0.07854895293712616, 0.060104917734861374, 0.018241621553897858, 0.01810649037361145], "count": [428]}, "actions": {"min": [-0.4362475574016571, -1.0924615859985352, -0.7783141136169434, -0.1165134459733963, -0.16945518553256989, -0.15162096917629242, -1.0], "max": [0.5544784069061279, 0.7948073744773865, 1.0375696420669556, 0.2295570820569992, 0.10947293043136597, 0.1629151552915573, 1.0], "mean": [0.0335145965218544, -0.012270786799490452, -0.0016879010945558548, -0.002295789076015353, -0.002884563524276018, -0.0005435623461380601, -0.0607476644217968], "std": [0.1350311040878296, 0.22029127180576324, 0.23052151501178741, 0.037964679300785065, 0.030859751626849174, 0.037005603313446045, 0.9981532096862793], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [428]}, "index": {"min": [5415], "max": [5842], "mean": [5628.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [428]}}} +{"episode_index": 14, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45688541726505055]], [[0.43312705365349263]], [[0.4036074667537914]]], "std": [[[0.24927716232530625]], [[0.23063723916644888]], [[0.21779102935157435]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5469052626665901]], [[0.5090580348594517]], [[0.4669670230641085]]], "std": [[[0.2593753432350718]], [[0.23414589905630231]], [[0.2085902678012988]]], "count": [100]}, "state": {"min": [-0.21003033220767975, -0.3662748336791992, 0.9381283521652222, 2.8299407958984375, 0.06416136026382446, -0.12081298232078552, 0.0020513711497187614, -0.040013231337070465], "max": [0.08413492888212204, -0.027849705889821053, 1.2220432758331299, 3.096639633178711, 0.3409539759159088, 0.0707913339138031, 0.03979508578777313, -0.002534847240895033], "mean": [-0.014876815490424633, -0.2466302514076233, 1.1295082569122314, 2.9509739875793457, 0.1578393280506134, -0.02814754657447338, 0.01928635872900486, -0.019651280716061592], "std": [0.07576363533735275, 0.10453159362077713, 0.08227726072072983, 0.07823334634304047, 0.08421969413757324, 0.04221905395388603, 0.01830933801829815, 0.018232235684990883], "count": [377]}, "actions": {"min": [-0.4942835867404938, -1.0442460775375366, -0.6605802774429321, -0.2303045243024826, -0.17860041558742523, -0.1324470192193985, -1.0], "max": [0.7346591353416443, 0.6917725801467896, 1.0186206102371216, 0.28416454792022705, 0.14904727041721344, 0.1982489675283432, 1.0], "mean": [0.05336629971861839, -0.028241848573088646, -0.01037953607738018, -0.004018810112029314, 0.0008481545955874026, 0.0007777050486765802, 0.08753315359354019], "std": [0.14105072617530823, 0.23329271376132965, 0.2038935422897339, 0.04402076452970505, 0.03632880002260208, 0.036508359014987946, 0.9961592555046082], "count": [377]}, "timestamp": {"min": [0.0], "max": [37.6], "mean": [18.8], "std": [10.883014288330232], "count": [377]}, "frame_index": {"min": [0], "max": [376], "mean": [188.0], "std": [108.83014288330233], "count": [377]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [377]}, "index": {"min": [5843], "max": [6219], "mean": [6031.0], "std": [108.83014288330233], "count": [377]}, "task_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [377]}}} +{"episode_index": 15, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4566190514658012]], [[0.43285583914962467]], [[0.4033405115464154]]], "std": [[[0.25001771089048463]], [[0.23111781707063417]], [[0.21804276018247942]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5636645962584252]], [[0.5233669026692708]], [[0.4788217103247549]]], "std": [[[0.2607790570087145]], [[0.23523606719829845]], [[0.20941786794537684]]], "count": [100]}, "state": {"min": [-0.20296089351177216, -0.35810956358909607, 0.9373142123222351, 2.923260450363159, 0.04442708566784859, -0.07849884778261185, 0.0034737030509859324, -0.04001114144921303], "max": [0.0822022333741188, -0.0320986807346344, 1.2166836261749268, 3.156108856201172, 0.33379313349723816, 0.04123937338590622, 0.03988080471754074, -0.003740290878340602], "mean": [0.010838843882083893, -0.27155184745788574, 1.1283131837844849, 3.0230305194854736, 0.18882568180561066, -0.018540147691965103, 0.02121811918914318, -0.02145198918879032], "std": [0.06298220157623291, 0.09263645112514496, 0.09019050002098083, 0.058377549052238464, 0.08660431951284409, 0.03177466616034508, 0.01775805652141571, 0.01769489236176014], "count": [362]}, "actions": {"min": [-0.2783092260360718, -1.2941521406173706, -0.7831754684448242, -0.2564029395580292, -0.15027672052383423, -0.1478440761566162, -1.0], "max": [0.7920733690261841, 0.5116077065467834, 0.8409696221351624, 0.23671674728393555, 0.13131722807884216, 0.15908479690551758, 1.0], "mean": [0.05457679554820061, -0.033925238996744156, -0.010704977437853813, -0.005188217852264643, 0.0022239298559725285, 0.001965756295248866, 0.0220994483679533], "std": [0.14773701131343842, 0.24485480785369873, 0.2064407765865326, 0.04590630531311035, 0.038474198430776596, 0.03906635195016861, 0.9997563362121582], "count": [362]}, "timestamp": {"min": [0.0], "max": [36.1], "mean": [18.049999999999997], "std": [10.450000000000001], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [362]}, "index": {"min": [6220], "max": [6581], "mean": [6400.5], "std": [104.5], "count": [362]}, "task_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [362]}}} +{"episode_index": 16, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45720259064319085]], [[0.43313805553959867]], [[0.4033204232010187]]], "std": [[[0.25063144040189056]], [[0.23147355696839972]], [[0.21786354878052577]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5530106452493107]], [[0.5140451235303691]], [[0.4708373562681909]]], "std": [[[0.2650119376620652]], [[0.24000306630381868]], [[0.21475797729990917]]], "count": [100]}, "state": {"min": [-0.17712926864624023, -0.3278766870498657, 0.940771758556366, 2.8697636127471924, 0.06320945173501968, -0.18031370639801025, 0.0031917395535856485, -0.0400138795375824], "max": [0.07153245061635971, -0.02392914518713951, 1.2017334699630737, 3.197077512741089, 0.3973122835159302, 0.0039005593862384558, 0.03982393443584442, -0.0030039141420274973], "mean": [-0.018857216462492943, -0.2442484200000763, 1.1060227155685425, 3.005711078643799, 0.21116872131824493, -0.10030607134103775, 0.02053890936076641, -0.0206916406750679], "std": [0.05859454721212387, 0.08288973569869995, 0.08339156210422516, 0.10188715159893036, 0.1044871136546135, 0.044850416481494904, 0.01793319545686245, 0.017982054501771927], "count": [410]}, "actions": {"min": [-0.36796605587005615, -1.0452219247817993, -0.7081811428070068, -0.26467928290367126, -0.12323051691055298, -0.1147584617137909, -1.0], "max": [0.6152418851852417, 0.6481899619102478, 0.5984011292457581, 0.20320002734661102, 0.14806890487670898, 0.11535072326660156, 1.0], "mean": [0.04441913217306137, -0.025089461356401443, -0.013641057536005974, -0.0028134004678577185, 0.0011909814784303308, -0.0009171648998744786, 0.06829268485307693], "std": [0.13834291696548462, 0.20924368500709534, 0.18029724061489105, 0.047278787940740585, 0.035945553332567215, 0.0318826325237751, 0.9976639151573181], "count": [410]}, "timestamp": {"min": [0.0], "max": [40.9], "mean": [20.45], "std": [11.835645314050264], "count": [410]}, "frame_index": {"min": [0], "max": [409], "mean": [204.5], "std": [118.35645314050265], "count": [410]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [410]}, "index": {"min": [6582], "max": [6991], "mean": [6786.5], "std": [118.35645314050265], "count": [410]}, "task_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [410]}}} +{"episode_index": 17, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4573934804878983]], [[0.4338711511948529]], [[0.4046417236328125]]], "std": [[[0.24939077627318268]], [[0.2308511294586706]], [[0.21805460882572766]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5521268310546875]], [[0.5143198816636029]], [[0.47226743630801926]]], "std": [[[0.2619247101943185]], [[0.23721534151892865]], [[0.2123099785203647]]], "count": [100]}, "state": {"min": [-0.1768861711025238, -0.3341500461101532, 0.9401054978370667, 2.866262912750244, 0.02417156472802162, -0.05521982163190842, 0.0019864016212522984, -0.0400124154984951], "max": [0.06257978826761246, -0.03686952218413353, 1.2262526750564575, 3.06868314743042, 0.3948576748371124, 0.11255983263254166, 0.03980850428342819, -0.0024550931993871927], "mean": [-0.00390861788764596, -0.2423115223646164, 1.1285755634307861, 2.9543049335479736, 0.1665005087852478, 0.025402246043086052, 0.02116444706916809, -0.021529797464609146], "std": [0.05177491530776024, 0.08911861479282379, 0.08746755868196487, 0.05734727904200554, 0.11394020915031433, 0.04516872018575668, 0.018468869850039482, 0.018353469669818878], "count": [390]}, "actions": {"min": [-0.43693873286247253, -0.9873532056808472, -0.8239824175834656, -0.1764896810054779, -0.16927392780780792, -0.20392780005931854, -1.0], "max": [0.43343737721443176, 0.6793453097343445, 0.9268382787704468, 0.16442759335041046, 0.1949508786201477, 0.11319832503795624, 1.0], "mean": [0.045341793447732925, -0.025242682546377182, -0.008614745922386646, -0.00307938433252275, 0.001986336661502719, 0.002666015177965164, -0.015384615398943424], "std": [0.1240861713886261, 0.21159563958644867, 0.1961786448955536, 0.03982878103852272, 0.034629445523023605, 0.03046758845448494, 0.9998818635940552], "count": [390]}, "timestamp": {"min": [0.0], "max": [38.9], "mean": [19.45], "std": [11.258293239504232], "count": [390]}, "frame_index": {"min": [0], "max": [389], "mean": [194.5], "std": [112.5829323950423], "count": [390]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [390]}, "index": {"min": [6992], "max": [7381], "mean": [7186.5], "std": [112.5829323950423], "count": [390]}, "task_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [390]}}} +{"episode_index": 18, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45474306293562344]], [[0.4301295213886336]], [[0.3990400091433058]]], "std": [[[0.25227316908910474]], [[0.23338999914610362]], [[0.22097019307947832]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5429297587076823]], [[0.5081394629384957]], [[0.46885800948797485]]], "std": [[[0.24268907704480433]], [[0.21866702636774976]], [[0.19360858281518634]]], "count": [100]}, "state": {"min": [-0.32917892932891846, -0.16033335030078888, 0.9414433836936951, 2.6787006855010986, -0.17676140367984772, -0.2887553572654724, 0.001449243980459869, -0.04000582545995712], "max": [0.03693924844264984, -0.008504543453454971, 1.258723258972168, 3.1261305809020996, 0.2379666417837143, 0.0855102613568306, 0.03983149304986, -0.00202106568031013], "mean": [-0.15951357781887054, -0.06044742465019226, 1.135271668434143, 2.9622154235839844, -0.016317080706357956, -0.054987646639347076, 0.011598287150263786, -0.01196433324366808], "std": [0.15166758000850677, 0.04190884158015251, 0.1019342914223671, 0.12942524254322052, 0.13858190178871155, 0.1079670637845993, 0.016035232692956924, 0.01596514880657196], "count": [305]}, "actions": {"min": [-0.3209148347377777, -0.6136500239372253, -0.6317266225814819, -0.1587040275335312, -0.08382251113653183, -0.15442310273647308, -1.0], "max": [0.7221764326095581, 0.6009752154350281, 0.8045622110366821, 0.11965946108102798, 0.07312862575054169, 0.10107996314764023, 1.0], "mean": [0.079072006046772, -0.03163620084524155, 0.0034765591844916344, -0.008827120065689087, -0.0012111545074731112, 0.0007398960879072547, 0.4819672107696533], "std": [0.17114563286304474, 0.1320466548204422, 0.22352825105190277, 0.03318466246128082, 0.02924300916492939, 0.03692968934774399, 0.8761886358261108], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [305]}, "index": {"min": [7382], "max": [7686], "mean": [7534.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [305]}}} +{"episode_index": 19, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4528510054046032]], [[0.42808845729453887]], [[0.3968112870758655]]], "std": [[[0.25255900422175986]], [[0.23337334731445056]], [[0.22049651821334745]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5511378323424097]], [[0.5147194542978324]], [[0.47387338735543044]]], "std": [[[0.24857380806720517]], [[0.22338320963304148]], [[0.1970649603519561]]], "count": [100]}, "state": {"min": [-0.3375200927257538, -0.16006262600421906, 0.9296558499336243, 2.903238534927368, -0.21164517104625702, -0.20675987005233765, 0.002345477696508169, -0.04000578820705414], "max": [0.0620378740131855, -0.014100450091063976, 1.2471504211425781, 3.1416077613830566, 0.1530616134405136, 0.0070122224278748035, 0.039888907223939896, -0.002591960597783327], "mean": [-0.19584707915782928, -0.061959024518728256, 1.1149964332580566, 3.052168607711792, -0.020279916003346443, -0.08630409836769104, 0.01597536727786064, -0.016172505915164948], "std": [0.15053629875183105, 0.040977030992507935, 0.0939311608672142, 0.06116567924618721, 0.11007671058177948, 0.048188380897045135, 0.017454342916607857, 0.017487576231360435], "count": [308]}, "actions": {"min": [-0.34868133068084717, -0.36188676953315735, -0.47561711072921753, -0.13990984857082367, -0.12460028380155563, -0.13239800930023193, -1.0], "max": [0.707886815071106, 0.2736053764820099, 0.7196506857872009, 0.14400345087051392, 0.19848431646823883, 0.40055108070373535, 1.0], "mean": [0.07973962277173996, -0.03380301967263222, -0.002255105646327138, -0.0039040877018123865, 0.001315422123298049, 0.0010724784806370735, 0.27272728085517883], "std": [0.18169070780277252, 0.09389635175466537, 0.21730181574821472, 0.04192750155925751, 0.04333425685763359, 0.04136507958173752, 0.9620931148529053], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [308]}, "index": {"min": [7687], "max": [7994], "mean": [7840.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [308]}}} +{"episode_index": 20, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4532570453718597]], [[0.4283002109901578]], [[0.3968340250651042]]], "std": [[[0.2522255808225639]], [[0.2328296321745788]], [[0.21978189166865564]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5460447585161994]], [[0.5088501311657476]], [[0.46768334362553615]]], "std": [[[0.24591954051922785]], [[0.2211739123573251]], [[0.19503709234965225]]], "count": [100]}, "state": {"min": [-0.3315914571285248, -0.16378933191299438, 0.9354795217514038, 2.8520941734313965, -0.168955460190773, -0.22798030078411102, 0.0017677382566034794, -0.04000774770975113], "max": [0.05395674705505371, -0.027575992047786713, 1.2539832592010498, 3.136967182159424, 0.31503236293792725, -0.007465978153049946, 0.03983649984002113, -0.002073347568511963], "mean": [-0.20200060307979584, -0.06667769700288773, 1.1163530349731445, 3.0130927562713623, 0.03045823611319065, -0.12128476798534393, 0.015933535993099213, -0.01614098809659481], "std": [0.138018399477005, 0.041570913046598434, 0.09923325479030609, 0.07546012848615646, 0.15694758296012878, 0.051121216267347336, 0.017651254311203957, 0.017693791538476944], "count": [267]}, "actions": {"min": [-0.670632541179657, -0.4943108558654785, -0.629247784614563, -0.1684214323759079, -0.2251778244972229, -0.1311287134885788, -1.0], "max": [0.864812970161438, 0.2538510859012604, 1.0268497467041016, 0.1524798572063446, 0.11369485408067703, 0.18054553866386414, 1.0], "mean": [0.0777670368552208, -0.0355113260447979, 0.012281644158065319, -0.004209368955343962, -0.0006075325072742999, 0.0013040131889283657, 0.2584269642829895], "std": [0.22198234498500824, 0.11850589513778687, 0.2432291954755783, 0.04762359708547592, 0.049841318279504776, 0.03528031334280968, 0.9660295248031616], "count": [267]}, "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": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [267]}, "index": {"min": [7995], "max": [8261], "mean": [8128.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [267]}}} +{"episode_index": 21, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4519142031202129]], [[0.4274684095195695]], [[0.3963787309235217]]], "std": [[[0.25217140895793155]], [[0.23315642013136156]], [[0.22054007954430088]]], "count": [100]}, "wrist_image": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.027450980392156862]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5281839049096201]], [[0.49512016685336246]], [[0.45786940331552545]]], "std": [[[0.2701481274935871]], [[0.2458475443326817]], [[0.21975799948520344]]], "count": [100]}, "state": {"min": [-0.29629087448120117, -0.047972340136766434, 0.9293847680091858, 3.082378387451172, -0.10924625396728516, -0.30427443981170654, 0.002704349812120199, -0.04000052064657211], "max": [0.0968857929110527, 0.06516889482736588, 1.216004490852356, 3.4016213417053223, 0.3114149868488312, 0.16653293371200562, 0.03995533660054207, -0.0024307281710207462], "mean": [-0.13783226907253265, 0.02503153122961521, 1.10557222366333, 3.196427822113037, 0.06412530690431595, -0.02272738330066204, 0.013934762217104435, -0.013836845755577087], "std": [0.1499006301164627, 0.03078439272940159, 0.09444461017847061, 0.08465611934661865, 0.12504707276821136, 0.13276955485343933, 0.016400249674916267, 0.016471004113554955], "count": [284]}, "actions": {"min": [-0.48522067070007324, -0.4611685574054718, -1.0139579772949219, -0.09956454485654831, -0.09868650138378143, -0.13575051724910736, -1.0], "max": [0.6900342702865601, 0.7598260045051575, 0.8459200263023376, 0.12095700949430466, 0.12757590413093567, 0.1537417322397232, 1.0], "mean": [0.08104424178600311, 0.013521594926714897, -0.012848821468651295, 0.00585945462808013, 0.003903519595041871, 0.0038504167459905148, 0.40140846371650696], "std": [0.1903294175863266, 0.14592167735099792, 0.24930676817893982, 0.03237197920680046, 0.03979078680276871, 0.040962766855955124, 0.9158970713615417], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [284]}, "index": {"min": [8262], "max": [8545], "mean": [8403.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [284]}}} +{"episode_index": 22, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45124346923828124]], [[0.42708825145048257]], [[0.39640115356445316]]], "std": [[[0.2513278018784003]], [[0.23258731513100914]], [[0.2204110513116164]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5323911820953968]], [[0.4989776479683671]], [[0.46141405890969667]]], "std": [[[0.2656150975123723]], [[0.24095887305209926]], [[0.21482703518564586]]], "count": [100]}, "state": {"min": [-0.32698842883110046, -0.048426736146211624, 0.9327184557914734, 3.054832696914673, -0.09773067384958267, -0.21182556450366974, 0.0022162795066833496, -0.04000505432486534], "max": [0.09279955178499222, 0.07625657320022583, 1.207051157951355, 3.3307037353515625, 0.2908288836479187, 0.078956238925457, 0.039931390434503555, -0.0021162384655326605], "mean": [-0.1738959550857544, 0.024519970640540123, 1.1034520864486694, 3.1488986015319824, 0.05122768133878708, -0.03776542469859123, 0.01189403235912323, -0.011939781717956066], "std": [0.15421012043952942, 0.03248154744505882, 0.08550965040922165, 0.06776513904333115, 0.11344220489263535, 0.076416015625, 0.015841169282794, 0.015814026817679405], "count": [257]}, "actions": {"min": [-0.35434335470199585, -0.6491286158561707, -0.751630425453186, -0.12531256675720215, -0.1778544932603836, -0.14907293021678925, -1.0], "max": [0.7131406664848328, 0.6001797318458557, 0.6119479537010193, 0.13342149555683136, 0.15100248157978058, 0.09383987635374069, 1.0], "mean": [0.10637656599283218, 0.017197424545884132, 0.02705366350710392, 0.004662132356315851, 0.0014703617198392749, 0.0027334156911820173, 0.48638132214546204], "std": [0.18848298490047455, 0.14365975558757782, 0.2021523267030716, 0.03508618101477623, 0.041502319276332855, 0.03751824051141739, 0.8737480044364929], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [257]}, "index": {"min": [8546], "max": [8802], "mean": [8674.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [257]}}} +{"episode_index": 23, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45142866905062806]], [[0.42745761527267156]], [[0.3969785341749005]]], "std": [[[0.25114758396388037]], [[0.23248503802520346]], [[0.22049179205953087]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.0196078431372549]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.532110860188802]], [[0.4986105951047411]], [[0.46057922602634804]]], "std": [[[0.2703296846661669]], [[0.246059904150364]], [[0.22027318584907607]]], "count": [100]}, "state": {"min": [-0.300561785697937, -0.03873559460043907, 0.9257444739341736, 3.0335357189178467, -0.07629697769880295, -0.23067627847194672, 0.0026569238398224115, -0.04000508412718773], "max": [0.08209381252527237, 0.06727219372987747, 1.170594573020935, 3.374499797821045, 0.32068729400634766, 0.06237756088376045, 0.03986291214823723, -0.002496225293725729], "mean": [-0.15183685719966888, 0.03177569806575775, 1.083267331123352, 3.1489500999450684, 0.07129821926355362, -0.050895679742097855, 0.012155943550169468, -0.012175503186881542], "std": [0.14598116278648376, 0.03004695661365986, 0.07586798816919327, 0.09875546395778656, 0.12479830533266068, 0.08633039891719818, 0.015479493886232376, 0.015543174929916859], "count": [220]}, "actions": {"min": [-0.34881582856178284, -0.6704111695289612, -0.7280251383781433, -0.15016400814056396, -0.16399666666984558, -0.15398246049880981, -1.0], "max": [0.8200347423553467, 0.48360371589660645, 0.9477691054344177, 0.10334880650043488, 0.14253725111484528, 0.11681625247001648, 1.0], "mean": [0.11461608856916428, 0.004804802127182484, 0.0032149050384759903, 0.007257427088916302, 0.0015607276000082493, 0.0017457379726693034, 0.4909090995788574], "std": [0.19851696491241455, 0.14202482998371124, 0.2497270256280899, 0.03875406086444855, 0.04870451241731644, 0.040250297635793686, 0.871209442615509], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [220]}, "index": {"min": [8803], "max": [9022], "mean": [8912.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [220]}}} +{"episode_index": 24, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4387260784074372]], [[0.3996808555453431]], [[0.3598322712019378]]], "std": [[[0.27934082351206174]], [[0.2578342191853582]], [[0.23603237113538772]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.8823529411764706]]], "mean": [[[0.3860403340657552]], [[0.3510968723671109]], [[0.3124702950271906]]], "std": [[[0.28325891168163675]], [[0.25754632755501317]], [[0.22630118533481797]]], "count": [100]}, "state": {"min": [-0.14053688943386078, -0.11057699471712112, 1.079567313194275, 1.7417553663253784, -0.06711061298847198, 0.02895531617105007, 0.004621433559805155, -0.040042705833911896], "max": [0.03343284875154495, 0.06117156520485878, 1.2477288246154785, 3.1502952575683594, 0.3359309434890747, 0.22718502581119537, 0.04099341854453087, -0.0058702221140265465], "mean": [-0.0122563811019063, -0.032626256346702576, 1.1343969106674194, 2.419064998626709, 0.1537940949201584, 0.11396694928407669, 0.034596171230077744, -0.036018289625644684], "std": [0.034403327852487564, 0.05869767442345619, 0.057223834097385406, 0.4865749180316925, 0.13156543672084808, 0.056107137352228165, 0.008508511818945408, 0.008248589932918549], "count": [367]}, "actions": {"min": [-0.4035830497741699, -0.9726881980895996, -0.6340146064758301, -0.40903156995773315, -0.3221682608127594, -0.24620090425014496, -1.0], "max": [0.5057230591773987, 1.7892494201660156, 0.45756995677948, 0.24939243495464325, 0.24316290020942688, 0.3625026047229767, 1.0], "mean": [0.01446348987519741, -0.0011202377500012517, -0.037950415164232254, -0.013853201642632484, 0.0011388503480702639, 0.0022929718252271414, -0.531335175037384], "std": [0.13821633160114288, 0.32113373279571533, 0.14270348846912384, 0.07426851242780685, 0.051726605743169785, 0.05521367862820625, 0.8471616506576538], "count": [367]}, "timestamp": {"min": [0.0], "max": [36.6], "mean": [18.299999999999997], "std": [10.594338110519223], "count": [367]}, "frame_index": {"min": [0], "max": [366], "mean": [183.0], "std": [105.94338110519222], "count": [367]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [367]}, "index": {"min": [9023], "max": [9389], "mean": [9206.0], "std": [105.94338110519222], "count": [367]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [367]}}} +{"episode_index": 25, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4349910302255668]], [[0.3958688145057828]], [[0.3562320807961857]]], "std": [[[0.2791387189570851]], [[0.25733390856613914]], [[0.23531683535660583]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.8901960784313725]]], "mean": [[[0.425980666216682]], [[0.38219748822380517]], [[0.34060579068053004]]], "std": [[[0.28867694517147124]], [[0.26333079471143045]], [[0.2293750796543981]]], "count": [100]}, "state": {"min": [-0.17633755505084991, -0.09172260761260986, 1.0682282447814941, 2.0148658752441406, -0.004963993094861507, 0.04133211448788643, 0.0006868547643534839, -0.04003775119781494], "max": [0.01132929977029562, 0.1601988524198532, 1.1645548343658447, 3.156853199005127, 0.23629291355609894, 0.2405557781457901, 0.03993796929717064, -0.0015741799725219607], "mean": [-0.02454761043190956, -0.02215777523815632, 1.1054117679595947, 2.559368848800659, 0.11195424944162369, 0.15393970906734467, 0.033232804387807846, -0.03361428529024124], "std": [0.04178408160805702, 0.06260333210229874, 0.02864706888794899, 0.4268444776535034, 0.07969033718109131, 0.062087949365377426, 0.010137968696653843, 0.012394788675010204], "count": [244]}, "actions": {"min": [-0.4900321364402771, -0.6471735835075378, -0.4473308026790619, -0.3826129734516144, -0.1738472580909729, -0.135146826505661, -1.0], "max": [0.6301589012145996, 2.1969528198242188, 0.15604139864444733, 0.32376864552497864, 0.13467660546302795, 0.3867153525352478, 1.0], "mean": [0.053550057113170624, 0.03338470309972763, -0.039806414395570755, -0.017960423603653908, 0.0015170179540291429, 0.0040491921827197075, -0.5491803288459778], "std": [0.16000212728977203, 0.4034881591796875, 0.07726205885410309, 0.08744196593761444, 0.04095270484685898, 0.05028342828154564, 0.8357042074203491], "count": [244]}, "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": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [244]}, "index": {"min": [9390], "max": [9633], "mean": [9511.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [244]}}} +{"episode_index": 26, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4388966249952129]], [[0.3976725439931832]], [[0.35710756608551625]]], "std": [[[0.2735704177664197]], [[0.25062647327979276]], [[0.22680963191694856]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9294117647058824]]], "mean": [[[0.5128087092380899]], [[0.47283986349666823]], [[0.414175817751417]]], "std": [[[0.27065766316164525]], [[0.2490146979940976]], [[0.22178339708025835]]], "count": [100]}, "state": {"min": [-0.2069421261548996, -0.2322845458984375, 0.957909882068634, 3.1512491703033447, -0.10919827967882156, -0.060997068881988525, 0.0041344123892486095, -0.03994648531079292], "max": [0.014582333154976368, 0.22549055516719818, 1.2870851755142212, 3.33640718460083, 0.2520889639854431, 0.13776753842830658, 0.040007345378398895, -0.0038918862119317055], "mean": [-0.09666009247303009, -0.05387156084179878, 1.190190076828003, 3.226459264755249, 0.04218689724802971, 0.022782035171985626, 0.0223852526396513, -0.022152122110128403], "std": [0.07815570384263992, 0.16198165714740753, 0.0926344245672226, 0.03959822282195091, 0.08622849732637405, 0.055378757417201996, 0.01734737679362297, 0.017481880262494087], "count": [277]}, "actions": {"min": [-0.881596028804779, -0.8799126148223877, -1.0785876512527466, -0.2697310149669647, -0.20485374331474304, -0.2324531376361847, -1.0], "max": [0.823086678981781, 1.1352843046188354, 0.9068756103515625, 0.2808212637901306, 0.3556160628795624, 0.19395104050636292, 1.0], "mean": [0.015596209093928337, 0.06465970724821091, -0.056070178747177124, 0.0008455964853055775, 0.004815742839127779, 0.0021701822988688946, -0.018050542101264], "std": [0.21156512200832367, 0.2980261743068695, 0.23416589200496674, 0.060487549751996994, 0.06113533303141594, 0.06104636564850807, 0.9998366832733154], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [277]}, "index": {"min": [9634], "max": [9910], "mean": [9772.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [277]}}} +{"episode_index": 27, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4373273321413526]], [[0.3962727409811581]], [[0.35535557705748316]]], "std": [[[0.273827919523412]], [[0.2506426612953778]], [[0.22643953537352934]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9372549019607843]]], "mean": [[[0.512984094357958]], [[0.4726499573950674]], [[0.41360602584539674]]], "std": [[[0.27639844584071577]], [[0.25351895484490605]], [[0.22474183167670836]]], "count": [100]}, "state": {"min": [-0.21677576005458832, -0.18956151604652405, 0.9338365793228149, 3.04318904876709, 0.04430343210697174, -0.15366216003894806, 0.0026262865867465734, -0.04000716656446457], "max": [0.034323010593652725, 0.27796056866645813, 1.3072811365127563, 3.2348473072052, 0.4062533974647522, 0.06600681692361832, 0.03992408141493797, -0.002570238895714283], "mean": [-0.09747124463319778, -0.02367863431572914, 1.1875841617584229, 3.11065411567688, 0.14103098213672638, -0.053627945482730865, 0.021881962195038795, -0.021833982318639755], "std": [0.08822421729564667, 0.16005253791809082, 0.10141497850418091, 0.04654475301504135, 0.0729428380727768, 0.04920794069766998, 0.018125806003808975, 0.018198249861598015], "count": [276]}, "actions": {"min": [-1.117262840270996, -0.970879077911377, -0.8548312783241272, -0.2520858943462372, -0.33867403864860535, -0.2541561424732208, -1.0], "max": [1.053519606590271, 1.2131251096725464, 1.3685369491577148, 0.27080175280570984, 0.3397449254989624, 0.2499937117099762, 1.0], "mean": [0.00944550707936287, 0.07716602087020874, -0.06734957545995712, 0.0016847534570842981, 0.004238691180944443, -0.004923257045447826, -0.028985507786273956], "std": [0.23445262014865875, 0.29506614804267883, 0.24785417318344116, 0.05693164840340614, 0.0647895559668541, 0.0665970891714096, 0.9995793104171753], "count": [276]}, "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": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [276]}, "index": {"min": [9911], "max": [10186], "mean": [10048.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [276]}}} +{"episode_index": 28, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4367999644559973]], [[0.39550149895163145]], [[0.3555439189836091]]], "std": [[[0.27372489706231423]], [[0.250717738996448]], [[0.2267115412751695]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9019607843137255]]], "mean": [[[0.48899669033873316]], [[0.4513998742197074]], [[0.3908118501551011]]], "std": [[[0.27321704639306543]], [[0.25163869717560283]], [[0.22163202578211982]]], "count": [100]}, "state": {"min": [-0.21423645317554474, -0.18821100890636444, 0.9607136845588684, 2.966644287109375, -0.031609948724508286, -0.10143677890300751, 0.001031188410706818, -0.04001054912805557], "max": [-0.008561461232602596, 0.22266244888305664, 1.2593894004821777, 3.464315176010132, 0.3327144682407379, 0.045440081506967545, 0.040002308785915375, -0.001563110388815403], "mean": [-0.09853382408618927, -0.030809586867690086, 1.1702427864074707, 3.2287111282348633, 0.098348468542099, -0.04504801705479622, 0.01888349838554859, -0.01814614236354828], "std": [0.07375368475914001, 0.1432611048221588, 0.0869240015745163, 0.13180413842201233, 0.08093979954719543, 0.029635606333613396, 0.016646109521389008, 0.017270730808377266], "count": [227]}, "actions": {"min": [-0.5805529356002808, -0.9239742159843445, -0.8768787980079651, -0.29531586170196533, -0.1835392713546753, -0.16389864683151245, -1.0], "max": [0.868157684803009, 1.0078996419906616, 0.8801673650741577, 0.24444261193275452, 0.21075595915317535, 0.19937895238399506, 1.0], "mean": [-0.008822353556752205, 0.08348239958286285, -0.0948459729552269, 0.01310577243566513, 0.008251306600868702, -0.0010662222048267722, 0.22466960549354553], "std": [0.19940243661403656, 0.27589860558509827, 0.2349933683872223, 0.07024816423654556, 0.05620298907160759, 0.053149133920669556, 0.9744345545768738], "count": [227]}, "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": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [227]}, "index": {"min": [10187], "max": [10413], "mean": [10300.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [227]}}} +{"episode_index": 29, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43860442277496936]], [[0.3969474253934972]], [[0.3563222237381281]]], "std": [[[0.2748982912957659]], [[0.25220032530329684]], [[0.22851721170456418]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9215686274509803]]], "mean": [[[0.5209126197964538]], [[0.48128929227941175]], [[0.42044317208084403]]], "std": [[[0.26451988356577677]], [[0.24314470284351952]], [[0.2170900304485528]]], "count": [100]}, "state": {"min": [-0.2423081398010254, -0.23851414024829865, 0.9354281425476074, 3.022111654281616, -0.18950265645980835, -0.09605992585420609, 0.0019151353044435382, -0.0400054045021534], "max": [-0.03250644728541374, 0.2462756484746933, 1.267565369606018, 3.2309770584106445, 0.05949842557311058, 0.03370177000761032, 0.03999173268675804, -0.002323444001376629], "mean": [-0.1324886530637741, 0.002955319592729211, 1.169086217880249, 3.13919734954834, -0.07420353591442108, -0.027528267353773117, 0.018409235402941704, -0.018394913524389267], "std": [0.07710450142621994, 0.1766802817583084, 0.09488272666931152, 0.046309612691402435, 0.06856659799814224, 0.03974861279129982, 0.017891772091388702, 0.01792212761938572], "count": [321]}, "actions": {"min": [-0.859858512878418, -0.6159911155700684, -0.740944504737854, -0.1661909520626068, -0.15447211265563965, -0.17245498299598694, -1.0], "max": [0.5053209662437439, 1.1401196718215942, 0.461801677942276, 0.2163451761007309, 0.14239796996116638, 0.19380682706832886, 1.0], "mean": [-0.0031715931836515665, 0.062264468520879745, -0.05287774279713631, 0.001129046780988574, -0.0025209151208400726, -7.937791087897494e-05, 0.15887850522994995], "std": [0.16254480183124542, 0.2538987994194031, 0.18139319121837616, 0.04439821094274521, 0.048716191202402115, 0.04725185036659241, 0.9872992634773254], "count": [321]}, "timestamp": {"min": [0.0], "max": [32.0], "mean": [16.0], "std": [9.266426855410163], "count": [321]}, "frame_index": {"min": [0], "max": [320], "mean": [160.0], "std": [92.66426855410162], "count": [321]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [321]}, "index": {"min": [10414], "max": [10734], "mean": [10574.0], "std": [92.66426855410162], "count": [321]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [321]}}} +{"episode_index": 30, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4385354674096201]], [[0.3980577967026654]], [[0.35786921661975335]]], "std": [[[0.2739829131216796]], [[0.2512723891246827]], [[0.2277467489218868]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9294117647058824]]], "mean": [[[0.5060853319355085]], [[0.4647736630907246]], [[0.40566678813859525]]], "std": [[[0.2714853762797742]], [[0.2512724408308457]], [[0.22243786449450612]]], "count": [100]}, "state": {"min": [-0.19199804961681366, -0.2043856382369995, 0.9277913570404053, 3.018465995788574, -0.06549641489982605, -0.05571667104959488, 0.002031958196312189, -0.039968010038137436], "max": [0.028416600078344345, 0.24173633754253387, 1.269821286201477, 3.2733936309814453, 0.2771461009979248, 0.08798529952764511, 0.04000452533364296, -0.002266938565298915], "mean": [-0.09895849227905273, -0.02591952122747898, 1.1626183986663818, 3.1361751556396484, 0.03401029109954834, 0.013010586611926556, 0.018926037475466728, -0.018643783405423164], "std": [0.0816405788064003, 0.15326695144176483, 0.09513606876134872, 0.06060962378978729, 0.08266942948102951, 0.028035497292876244, 0.017647678032517433, 0.01781739480793476], "count": [290]}, "actions": {"min": [-0.8523995876312256, -0.6933282017707825, -0.8563846349716187, -0.24027486145496368, -0.15522892773151398, -0.23829282820224762, -1.0], "max": [0.5542530417442322, 0.9518561959266663, 0.6179141998291016, 0.20999100804328918, 0.2644527852535248, 0.2740713655948639, 1.0], "mean": [0.002588883275166154, 0.06200725957751274, -0.06129037216305733, 0.0005137191619724035, 0.004849317483603954, -0.002600643318146467, 0.14482758939266205], "std": [0.18852028250694275, 0.2448188066482544, 0.21045443415641785, 0.06571498513221741, 0.05734775587916374, 0.07210960984230042, 0.9894580841064453], "count": [290]}, "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": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [290]}, "index": {"min": [10735], "max": [11024], "mean": [10879.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [290]}}} +{"episode_index": 31, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4371634814692478]], [[0.39586852668313416]], [[0.35561555510876225]]], "std": [[[0.2741833929615912]], [[0.2509380093857173]], [[0.22681952741615266]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.5023476718079809]], [[0.46425730148016237]], [[0.40206659354415597]]], "std": [[[0.2716525249406526]], [[0.25017095558184765]], [[0.22134234664137048]]], "count": [100]}, "state": {"min": [-0.22846776247024536, -0.17376092076301575, 0.9394909143447876, 3.163853645324707, -0.01521650142967701, -0.13833250105381012, 0.0015145849902182817, -0.03991713747382164], "max": [-0.0182803887873888, 0.24189066886901855, 1.2318795919418335, 3.305757999420166, 0.19873952865600586, 0.040968023240566254, 0.04000665619969368, -0.0007544890395365655], "mean": [-0.12274902313947678, -0.001405048999004066, 1.1598446369171143, 3.2279722690582275, 0.08689677715301514, -0.038053400814533234, 0.02494555339217186, -0.019242392852902412], "std": [0.06971640139818192, 0.14709480106830597, 0.08095210045576096, 0.03770928084850311, 0.05714269354939461, 0.05058855563402176, 0.013409201055765152, 0.017847402021288872], "count": [274]}, "actions": {"min": [-0.695148229598999, -0.5629960894584656, -0.8992435932159424, -0.20382264256477356, -0.2165306955575943, -0.26911473274230957, -1.0], "max": [0.5521346926689148, 1.1924511194229126, 0.8524020314216614, 0.1464225947856903, 0.21366186439990997, 0.1999206691980362, 1.0], "mean": [0.0035008920822292566, 0.060676977038383484, -0.0629388689994812, -0.0017541615525260568, 0.0014463701518252492, -0.0015020392602309585, 0.10948905348777771], "std": [0.18622367084026337, 0.28562408685684204, 0.20972223579883575, 0.05797986313700676, 0.05226977914571762, 0.06191645935177803, 0.9939889907836914], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [274]}, "index": {"min": [11025], "max": [11298], "mean": [11161.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [274]}}} +{"episode_index": 32, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4306692648494945]], [[0.3909383963790594]], [[0.351921755323223]]], "std": [[[0.27760468127808724]], [[0.255030770154322]], [[0.23227459289584418]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9254901960784314]]], "mean": [[[0.6144286726409314]], [[0.5531093462775736]], [[0.4747533653109682]]], "std": [[[0.24903521311435511]], [[0.23365039242990052]], [[0.2117653996962149]]], "count": [100]}, "state": {"min": [-0.18904340267181396, 0.013643363490700722, 0.9176009297370911, 3.028395652770996, -0.0912398099899292, -0.07479910552501678, 0.002610946074128151, -0.04000624269247055], "max": [0.017404096201062202, 0.21530579030513763, 1.1652348041534424, 3.2535288333892822, 0.09825469553470612, 0.03309755399823189, 0.03998248651623726, -0.002408251166343689], "mean": [-0.0787627100944519, 0.07665891945362091, 1.0384291410446167, 3.149498701095581, 0.014567500911653042, -0.025525687262415886, 0.021391047164797783, -0.021285803988575935], "std": [0.07612639665603638, 0.06692878156900406, 0.07440520823001862, 0.05543108657002449, 0.04729019105434418, 0.022517774254083633, 0.018091846257448196, 0.01820414699614048], "count": [359]}, "actions": {"min": [-0.7904171943664551, -0.6822443008422852, -0.5776445865631104, -0.10388753563165665, -0.1022028848528862, -0.15944157540798187, -1.0], "max": [0.6156092286109924, 0.9528443217277527, 0.564271092414856, 0.11645013839006424, 0.1448926031589508, 0.1392090618610382, 1.0], "mean": [0.005400007590651512, 0.03622959554195404, -0.04464636743068695, 0.002295738086104393, 0.0001441736676497385, 0.0013810020172968507, 0.002785515272989869], "std": [0.1847015768289566, 0.16627229750156403, 0.16858834028244019, 0.03162473812699318, 0.03213396295905113, 0.03840978816151619, 0.9999966025352478], "count": [359]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.900000000000002], "std": [10.363397126425292], "count": [359]}, "frame_index": {"min": [0], "max": [358], "mean": [179.0], "std": [103.63397126425292], "count": [359]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [359]}, "index": {"min": [11299], "max": [11657], "mean": [11478.0], "std": [103.63397126425292], "count": [359]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [359]}}} +{"episode_index": 33, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4304171016917509]], [[0.39146408200731464]], [[0.35248465683880975]]], "std": [[[0.27760234408607815]], [[0.2550171004393294]], [[0.23229086757649822]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9137254901960784]]], "mean": [[[0.6136043701171876]], [[0.5341805431889554]], [[0.4640337602203968]]], "std": [[[0.25299084244990633]], [[0.24916034798325093]], [[0.21866528553486927]]], "count": [100]}, "state": {"min": [-0.22083786129951477, -0.0036231763660907745, 0.9301074147224426, 3.086578369140625, 0.050042808055877686, -0.08630161732435226, 0.0023412483278661966, -0.04000527411699295], "max": [0.04782123118638992, 0.21939310431480408, 1.1640276908874512, 3.3813343048095703, 0.2293645739555359, 0.050374992191791534, 0.04000396281480789, -0.002701925579458475], "mean": [-0.07113084942102432, 0.08536604046821594, 1.0465751886367798, 3.227900266647339, 0.1173676922917366, -0.002528320299461484, 0.022458013147115707, -0.022302770987153053], "std": [0.098612479865551, 0.05502457916736603, 0.06723050773143768, 0.10125435143709183, 0.05387299880385399, 0.03287285193800926, 0.018074827268719673, 0.0182422436773777], "count": [287]}, "actions": {"min": [-0.971042275428772, -0.6537017822265625, -0.7896570563316345, -0.12056639045476913, -0.10955595225095749, -0.11511647701263428, -1.0], "max": [1.071755051612854, 0.7425129413604736, 0.7292242050170898, 0.15479283034801483, 0.10538787394762039, 0.1659264862537384, 1.0], "mean": [-0.006607998628169298, 0.057264912873506546, -0.052075646817684174, 0.005896874237805605, 0.0010401649633422494, -0.00011934023495996371, -0.010452961549162865], "std": [0.22683009505271912, 0.16555744409561157, 0.19194351136684418, 0.03872418403625488, 0.03233685344457626, 0.03615282103419304, 0.9999449849128723], "count": [287]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.3], "std": [8.284926070883191], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [287]}, "index": {"min": [11658], "max": [11944], "mean": [11801.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [287]}}} +{"episode_index": 34, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43833579149433216]], [[0.4019677147958793]], [[0.36208731019263174]]], "std": [[[0.2763690801629553]], [[0.25459176282421386]], [[0.23251841287295041]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9137254901960784]]], "mean": [[[0.6203478854310278]], [[0.5169658550187652]], [[0.4708173223757276]]], "std": [[[0.2432604094202763]], [[0.2616876807731801]], [[0.22128233605153314]]], "count": [100]}, "state": {"min": [-0.20183491706848145, 0.019170574843883514, 0.931207001209259, 2.8654944896698, -0.11899933964014053, -0.10474976152181625, 0.0019149202853441238, -0.04001207277178764], "max": [0.1382928341627121, 0.17036186158657074, 1.2215911149978638, 3.3292770385742188, 0.17340578138828278, 0.086458720266819, 0.03995632380247116, -0.001962241716682911], "mean": [0.003249342320486903, 0.08510027080774307, 1.0808721780776978, 3.0981593132019043, -0.0012431711656972766, -0.02205122448503971, 0.023124607279896736, -0.023160824552178383], "std": [0.1305966079235077, 0.04327274486422539, 0.09631864726543427, 0.14753450453281403, 0.07063668221235275, 0.04885108023881912, 0.01826840080320835, 0.018328072503209114], "count": [423]}, "actions": {"min": [-0.865581214427948, -0.47012418508529663, -0.5803108215332031, -0.18551787734031677, -0.18747004866600037, -0.2726306617259979, -1.0], "max": [0.8791089057922363, 0.6341040134429932, 0.6102641820907593, 0.23624713718891144, 0.11176876723766327, 0.2075595110654831, 1.0], "mean": [-0.004296343307942152, 0.022382210940122604, -0.042206455022096634, 0.0035575616639107466, -0.0015993473352864385, 0.000894304655957967, -0.10165484994649887], "std": [0.22113677859306335, 0.12955734133720398, 0.16999465227127075, 0.04999442398548126, 0.035707827657461166, 0.04627854749560356, 0.9948208332061768], "count": [423]}, "timestamp": {"min": [0.0], "max": [42.2], "mean": [21.099999999999998], "std": [12.210924070956574], "count": [423]}, "frame_index": {"min": [0], "max": [422], "mean": [211.0], "std": [122.10924070956574], "count": [423]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [423]}, "index": {"min": [11945], "max": [12367], "mean": [12156.0], "std": [122.10924070956574], "count": [423]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [423]}}} +{"episode_index": 35, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44252465554890735]], [[0.4060640513191082]], [[0.36564443207231456]]], "std": [[[0.27753013467934234]], [[0.25635028868624127]], [[0.23504647468026643]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9058823529411765]]], "mean": [[[0.6135851176311335]], [[0.5150456559794594]], [[0.46963371642699087]]], "std": [[[0.23689321818078535]], [[0.2573749350674228]], [[0.21775508980004438]]], "count": [101]}, "state": {"min": [-0.2589953541755676, 0.027274305000901222, 0.9336841106414795, 2.9092040061950684, -0.2846725583076477, -0.1943148374557495, 0.0024028022307902575, -0.040010109543800354], "max": [0.13272513449192047, 0.18718580901622772, 1.244724988937378, 3.2750117778778076, 0.0017147947801277041, 0.13778556883335114, 0.03995447978377342, -0.00108449743129313], "mean": [-0.0166395902633667, 0.07289373874664307, 1.1003026962280273, 3.078124761581421, -0.1592942625284195, 0.008284748531877995, 0.022306671366095543, -0.022267648950219154], "std": [0.13689455389976501, 0.04381609708070755, 0.09150819480419159, 0.08684413135051727, 0.06770447641611099, 0.08946143835783005, 0.01815960183739662, 0.0182932261377573], "count": [473]}, "actions": {"min": [-0.7292367219924927, -0.28995123505592346, -0.7335207462310791, -0.09828724712133408, -0.17360365390777588, -0.20747409760951996, -1.0], "max": [0.5914320349693298, 0.5996823310852051, 0.6883534789085388, 0.20547239482402802, 0.18145468831062317, 0.17555804550647736, 1.0], "mean": [0.00020847865380346775, 0.024435846135020256, -0.03861367702484131, 0.000327849731547758, -0.0028137299232184887, -0.0005707097006961703, -0.04439746215939522], "std": [0.18734942376613617, 0.12256608158349991, 0.1842663437128067, 0.030802669003605843, 0.031781211495399475, 0.03522257134318352, 0.9990125894546509], "count": [473]}, "timestamp": {"min": [0.0], "max": [47.2], "mean": [23.6], "std": [13.654303350958628], "count": [473]}, "frame_index": {"min": [0], "max": [472], "mean": [236.0], "std": [136.54303350958628], "count": [473]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [473]}, "index": {"min": [12368], "max": [12840], "mean": [12604.0], "std": [136.54303350958628], "count": [473]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [473]}}} +{"episode_index": 36, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4501717832699667]], [[0.41105294819750815]], [[0.3689749618674329]]], "std": [[[0.2770553101148482]], [[0.25404095650228564]], [[0.2315750642095534]]], "count": [108]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9137254901960784]]], "mean": [[[0.6103168628833913]], [[0.5600597816528232]], [[0.47951763820717447]]], "std": [[[0.2447753529213933]], [[0.21959073471067253]], [[0.20220628798337587]]], "count": [108]}, "state": {"min": [-0.27183496952056885, -0.04380530118942261, 0.9344711899757385, 3.0302822589874268, -0.12664076685905457, -0.09428507834672928, 0.002325417473912239, -0.04000850394368172], "max": [0.009148376062512398, 0.0016642864793539047, 1.204587459564209, 3.209597587585449, 0.1207125186920166, 0.10440085828304291, 0.03995851054787636, -0.0023781992495059967], "mean": [-0.10568283498287201, -0.01580134779214859, 1.0836420059204102, 3.1025052070617676, -0.022264184430241585, 0.003090113867074251, 0.02195974998176098, -0.0220129806548357], "std": [0.10225220769643784, 0.008933399803936481, 0.08259021490812302, 0.04588671773672104, 0.06111691892147064, 0.049803476780653, 0.018394773826003075, 0.01841687224805355], "count": [516]}, "actions": {"min": [-0.6028847098350525, -0.33933377265930176, -0.6071807742118835, -0.20072901248931885, -0.12518854439258575, -0.2621437907218933, -1.0], "max": [0.8241869211196899, 0.3671504855155945, 0.7727071046829224, 0.1730446070432663, 0.1810329705476761, 0.13879966735839844, 1.0], "mean": [-0.0072976453229784966, 0.0034045525826513767, -0.02732791379094124, 0.0009507363429293036, 0.000433062989031896, 0.00034905693610198796, -0.03875968977808952], "std": [0.1426224410533905, 0.08676402270793915, 0.14841213822364807, 0.0279289111495018, 0.030242741107940674, 0.03411601111292839, 0.9992457628250122], "count": [516]}, "timestamp": {"min": [0.0], "max": [51.5], "mean": [25.75], "std": [14.895608972669317], "count": [516]}, "frame_index": {"min": [0], "max": [515], "mean": [257.5], "std": [148.95608972669316], "count": [516]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [516]}, "index": {"min": [12841], "max": [13356], "mean": [13098.5], "std": [148.95608972669316], "count": [516]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [516]}}} +{"episode_index": 37, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4513476438349325]], [[0.41217689898635784]], [[0.37018798917602963]]], "std": [[[0.2759467098626856]], [[0.25273955748762356]], [[0.23035871581469822]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.6148964284736419]], [[0.5623650868034678]], [[0.4827020075768151]]], "std": [[[0.24456733258799973]], [[0.2210433840085499]], [[0.20278134912322518]]], "count": [107]}, "state": {"min": [-0.2822115123271942, -0.03747045621275902, 0.9259135723114014, 3.0219943523406982, -0.08975133299827576, -0.046622298657894135, 0.00238019903190434, -0.04000724479556084], "max": [0.01403114665299654, 0.04681703820824623, 1.1756303310394287, 3.1423370838165283, 0.2737322449684143, 0.11892572790384293, 0.03995649516582489, -0.0024584175553172827], "mean": [-0.10055559128522873, -0.015670154243707657, 1.080000877380371, 3.085083246231079, 0.060732025653123856, 0.04131922870874405, 0.023863013833761215, -0.023852258920669556], "std": [0.10631804913282394, 0.01742618903517723, 0.07168871909379959, 0.034615445882081985, 0.09230386465787888, 0.03763791546225548, 0.018086737021803856, 0.018181724473834038], "count": [513]}, "actions": {"min": [-0.6376461982727051, -0.7531431913375854, -0.629231333732605, -0.20566275715827942, -0.15322382748126984, -0.1757401078939438, -1.0], "max": [0.6101072430610657, 0.6172864437103271, 0.5783432126045227, 0.1336001604795456, 0.15810513496398926, 0.15242652595043182, 1.0], "mean": [-0.010036572813987732, -0.005882362835109234, -0.025060195475816727, 3.7953075661789626e-05, 0.0009933726396411657, 0.0004352344258222729, -0.13450291752815247], "std": [0.15231409668922424, 0.10422664135694504, 0.14127317070960999, 0.02853170782327652, 0.03156710043549538, 0.032009076327085495, 0.9909151792526245], "count": [513]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.809006268709142], "count": [513]}, "frame_index": {"min": [0], "max": [512], "mean": [256.0], "std": [148.09006268709143], "count": [513]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [513]}, "index": {"min": [13357], "max": [13869], "mean": [13613.0], "std": [148.09006268709143], "count": [513]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [513]}}} +{"episode_index": 38, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4492281895057828]], [[0.4106250057033464]], [[0.3691104874891393]]], "std": [[[0.27676208065113556]], [[0.2536264570185004]], [[0.23131068506442767]]], "count": [128]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9372549019607843]]], "mean": [[[0.6139599267174216]], [[0.5583211417291679]], [[0.4689565653894462]]], "std": [[[0.23463602031887948]], [[0.21666967358901926]], [[0.20438138736700387]]], "count": [128]}, "state": {"min": [-0.29384151101112366, -0.018936920911073685, 0.9314433336257935, 2.993726968765259, -0.06840807944536209, -0.04576155170798302, 0.006678878329694271, -0.04000808671116829], "max": [0.014240275137126446, 0.10161401331424713, 1.1748967170715332, 3.279815196990967, 0.1625266671180725, 0.15634037554264069, 0.040011778473854065, -0.006285138428211212], "mean": [-0.13046585023403168, 0.025960316881537437, 1.0515691041946411, 3.1692466735839844, 0.01905798725783825, 0.058772794902324677, 0.022625049576163292, -0.022488584741950035], "std": [0.11645451933145523, 0.025332758203148842, 0.07718900591135025, 0.06878840923309326, 0.06143738329410553, 0.041399117559194565, 0.01618519425392151, 0.016314765438437462], "count": [649]}, "actions": {"min": [-1.1120387315750122, -0.40276864171028137, -0.5163893103599548, -0.36053353548049927, -0.10231886059045792, -0.2361302375793457, -1.0], "max": [0.5352353453636169, 0.5668476223945618, 0.7268005013465881, 0.3555937111377716, 0.1305067390203476, 0.38324975967407227, 1.0], "mean": [-0.023115376010537148, -0.0009031020454131067, -0.02094227261841297, 0.0015583597123622894, 0.00012139647878939286, -3.025677870027721e-05, 0.050847455859184265], "std": [0.12206272035837173, 0.10881564766168594, 0.13940079510211945, 0.041276294738054276, 0.026835067197680473, 0.04072083905339241, 0.9987054467201233], "count": [649]}, "timestamp": {"min": [0.0], "max": [64.8], "mean": [32.400000000000006], "std": [18.734993995195193], "count": [649]}, "frame_index": {"min": [0], "max": [648], "mean": [324.0], "std": [187.34993995195194], "count": [649]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [649]}, "index": {"min": [13870], "max": [14518], "mean": [14194.0], "std": [187.34993995195194], "count": [649]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [649]}}} +{"episode_index": 39, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44384807212679994]], [[0.40650955858417587]], [[0.36546620806525737]]], "std": [[[0.2805858321100081]], [[0.2580406883476192]], [[0.2359817872248985]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.8980392156862745]]], "mean": [[[0.4552218322753906]], [[0.4152887980143229]], [[0.3671750380572151]]], "std": [[[0.28337396688254785]], [[0.2577686679693649]], [[0.2253526269092082]]], "count": [100]}, "state": {"min": [-0.1938762366771698, -0.19020400941371918, 0.9990600943565369, 1.8607795238494873, 0.012483524158596992, -0.04681960865855217, 0.007953576743602753, -0.040042128413915634], "max": [0.030644729733467102, 0.09866920858621597, 1.1523672342300415, 3.192448377609253, 0.35892102122306824, 0.453171044588089, 0.04000290855765343, -0.008944472298026085], "mean": [-0.0375102199614048, -0.06621546298265457, 1.0582987070083618, 2.492645263671875, 0.2074470967054367, 0.13620232045650482, 0.03448938578367233, -0.035692065954208374], "std": [0.05217916518449783, 0.09368549287319183, 0.051564689725637436, 0.5122164487838745, 0.1269420087337494, 0.10080624371767044, 0.01038233283907175, 0.009224255569279194], "count": [444]}, "actions": {"min": [-0.3704836368560791, -0.7307433485984802, -0.5481158494949341, -0.5336063504219055, -0.31862083077430725, -0.5624778866767883, -1.0], "max": [0.6209874749183655, 0.714358925819397, 0.4346589148044586, 0.3746727705001831, 0.3743773400783539, 0.3349984288215637, 1.0], "mean": [0.026483671739697456, -0.00621416000649333, -0.0173659510910511, -0.01420349720865488, -0.0013211289187893271, 0.0034908377565443516, -0.6261261105537415], "std": [0.1393304169178009, 0.20041976869106293, 0.12222719937562943, 0.08951221406459808, 0.06092424690723419, 0.0804910659790039, 0.7797219753265381], "count": [444]}, "timestamp": {"min": [0.0], "max": [44.3], "mean": [22.150000000000002], "std": [12.817143467507364], "count": [444]}, "frame_index": {"min": [0], "max": [443], "mean": [221.5], "std": [128.17143467507364], "count": [444]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [444]}, "index": {"min": [14519], "max": [14962], "mean": [14740.5], "std": [128.17143467507364], "count": [444]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [444]}}} +{"episode_index": 40, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4484996205459973]], [[0.4101044954720597]], [[0.36753414902578563]]], "std": [[[0.27798123241329886]], [[0.2549750197491742]], [[0.2324398818107702]]], "count": [137]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9254901960784314]]], "mean": [[[0.5026179281856875]], [[0.45685052671059867]], [[0.40575472115276023]]], "std": [[[0.26883316931147133]], [[0.24596809859924582]], [[0.2155123320235047]]], "count": [137]}, "state": {"min": [-0.2641506791114807, -0.20214854180812836, 0.993854820728302, 1.8197364807128906, -0.14800997078418732, -0.08620252460241318, 0.010356712155044079, -0.0400405079126358], "max": [0.004283449612557888, 0.09121803939342499, 1.2350122928619385, 3.258852958679199, 0.14951889216899872, 0.5713253021240234, 0.04062730073928833, -0.005184480454772711], "mean": [-0.11177719384431839, -0.04925626888871193, 1.1185706853866577, 2.6872851848602295, 0.03192053362727165, 0.20425936579704285, 0.03641488403081894, -0.03641531616449356], "std": [0.10148563235998154, 0.09133490920066833, 0.08472922444343567, 0.5377486944198608, 0.07618677616119385, 0.24110673367977142, 0.008507990278303623, 0.009544948115944862], "count": [709]}, "actions": {"min": [-0.3736736476421356, -0.7664027810096741, -0.6431871652603149, -0.37928545475006104, -0.31101131439208984, -0.18159668147563934, -1.0], "max": [0.8086144328117371, 1.2347804307937622, 0.49397650361061096, 0.26336702704429626, 0.2455829530954361, 0.21058054268360138, 1.0], "mean": [0.02491728775203228, 9.639693598728627e-05, -0.02467426098883152, -0.01008868683129549, -0.0026036561466753483, 0.004886080976575613, -0.7433004379272461], "std": [0.12036962807178497, 0.181077778339386, 0.10879649966955185, 0.057933829724788666, 0.044298652559518814, 0.04244834929704666, 0.6689576506614685], "count": [709]}, "timestamp": {"min": [0.0], "max": [70.8], "mean": [35.4], "std": [20.467046684854168], "count": [709]}, "frame_index": {"min": [0], "max": [708], "mean": [354.0], "std": [204.67046684854168], "count": [709]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [709]}, "index": {"min": [14963], "max": [15671], "mean": [15317.0], "std": [204.67046684854168], "count": [709]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [709]}}} +{"episode_index": 41, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45685293035569535]], [[0.41925706593299483]], [[0.37665862787782756]]], "std": [[[0.27353882605930707]], [[0.2513716315959967]], [[0.22922188610314198]]], "count": [144]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.8901960784313725]]], "mean": [[[0.5773292163358534]], [[0.4899564593446021]], [[0.44430556993339054]]], "std": [[[0.25708341169524873]], [[0.2633341446914703]], [[0.22528883795257879]]], "count": [144]}, "state": {"min": [-0.16764171421527863, -0.2827429175376892, 0.9224881529808044, 2.549577236175537, -0.2746296525001526, 0.023054014891386032, 0.0019357824930921197, -0.040006835013628006], "max": [0.0563284307718277, 0.20090480148792267, 1.3003753423690796, 3.2695181369781494, 0.301008015871048, 0.47405919432640076, 0.040003452450037, -0.0014066710136830807], "mean": [-0.0353042297065258, 0.026929493993520737, 1.163252592086792, 3.0154712200164795, -0.021116631105542183, 0.2129283845424652, 0.019578970968723297, -0.01973751187324524], "std": [0.06865689158439636, 0.14655961096286774, 0.10386160761117935, 0.21083305776119232, 0.14395636320114136, 0.11287767440080643, 0.018546923995018005, 0.01841099001467228], "count": [759]}, "actions": {"min": [-0.4734644591808319, -0.7400580048561096, -0.5718091726303101, -0.2534409761428833, -0.3036791682243347, -0.5419768691062927, -1.0], "max": [0.7772500514984131, 0.7906507849693298, 0.6578959822654724, 0.31987741589546204, 0.48188692331314087, 0.4112798869609833, 1.0], "mean": [0.008556552231311798, -0.025029446929693222, 0.003978361841291189, -0.004508444108068943, -0.0020527339074760675, 0.0030260556377470493, 0.1040843203663826], "std": [0.12003330886363983, 0.1710515320301056, 0.14636553823947906, 0.058844249695539474, 0.05630189925432205, 0.06459277868270874, 0.9945706129074097], "count": [759]}, "timestamp": {"min": [0.0], "max": [75.8], "mean": [37.9], "std": [21.91042369893076], "count": [759]}, "frame_index": {"min": [0], "max": [758], "mean": [379.0], "std": [219.1042369893076], "count": [759]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [759]}, "index": {"min": [15672], "max": [16430], "mean": [16051.0], "std": [219.1042369893076], "count": [759]}, "task_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [759]}}} +{"episode_index": 42, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45309015156830873]], [[0.4155267333181175]], [[0.37246994699266556]]], "std": [[[0.27349764477667204]], [[0.25085452714886414]], [[0.22775022508571588]]], "count": [149]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.8980392156862745]]], "mean": [[[0.5314166418799194]], [[0.44929962459403067]], [[0.4059479378229506]]], "std": [[[0.2834316037217951]], [[0.28002695295820806]], [[0.2421964614637268]]], "count": [149]}, "state": {"min": [-0.22050268948078156, -0.29239803552627563, 0.9257842898368835, 2.5539448261260986, 0.006349359173327684, 0.018205782398581505, 0.0019683975260704756, -0.040010545402765274], "max": [0.04559127986431122, 0.23737655580043793, 1.316530466079712, 3.258901834487915, 0.48163774609565735, 0.28886592388153076, 0.04000725969672203, -0.002037103520706296], "mean": [-0.05229715630412102, 0.02172289974987507, 1.200916051864624, 3.0043253898620605, 0.19127494096755981, 0.13311251997947693, 0.01733906753361225, -0.01751258410513401], "std": [0.06573779135942459, 0.15565155446529388, 0.10387622565031052, 0.1637667566537857, 0.12576298415660858, 0.06312678754329681, 0.01814880780875683, 0.01806473173201084], "count": [790]}, "actions": {"min": [-0.8033899664878845, -1.2443116903305054, -0.8663560152053833, -0.6529719829559326, -0.15685878694057465, -0.3126443028450012, -1.0], "max": [5.848846435546875, 3.140018939971924, 1.1849701404571533, 0.4793635606765747, 0.2537509799003601, 0.2843265235424042, 1.0], "mean": [0.021659329533576965, -0.02231656387448311, 0.0014444402186200023, -0.0026573960203677416, 0.0005945544689893723, 0.001174185425043106, 0.20506329834461212], "std": [0.2799483835697174, 0.29848480224609375, 0.1954890787601471, 0.08219873905181885, 0.04509424418210983, 0.06486798077821732, 0.9787425398826599], "count": [790]}, "timestamp": {"min": [0.0], "max": [78.9], "mean": [39.45], "std": [22.805317362404757], "count": [790]}, "frame_index": {"min": [0], "max": [789], "mean": [394.5], "std": [228.0531736240476], "count": [790]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [790]}, "index": {"min": [16431], "max": [17220], "mean": [16825.5], "std": [228.0531736240476], "count": [790]}, "task_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [790]}}} +{"episode_index": 43, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.457924154306119]], [[0.4201951144143002]], [[0.3771587441465676]]], "std": [[[0.2733950317804704]], [[0.25127679385969875]], [[0.2289351724704365]]], "count": [145]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.984313725490196]], [[0.8980392156862745]]], "mean": [[[0.5694161816043093]], [[0.48312052697729146]], [[0.43909464889639854]]], "std": [[[0.2569312889366427]], [[0.26244357542102054]], [[0.22477175115165995]]], "count": [145]}, "state": {"min": [-0.20357342064380646, -0.2622660994529724, 0.9257789254188538, 2.500300168991089, -0.26847001910209656, -0.03124414198100567, 0.0018189632100984454, -0.03999966382980347], "max": [0.02947249636054039, 0.23202091455459595, 1.3319226503372192, 3.3777899742126465, 0.3233151435852051, 0.3696731925010681, 0.040009189397096634, -0.0022779004648327827], "mean": [-0.051639605313539505, 0.045717041939496994, 1.1914122104644775, 3.023021936416626, -0.03817831352353096, 0.12738822400569916, 0.01903698779642582, -0.019238846376538277], "std": [0.06329812854528427, 0.16589131951332092, 0.10905097424983978, 0.2657220661640167, 0.13850167393684387, 0.11235038936138153, 0.018501732498407364, 0.018264133483171463], "count": [766]}, "actions": {"min": [-0.4643678665161133, -0.9305191040039062, -0.52359539270401, -0.34191542863845825, -0.21422916650772095, -0.214302197098732, -1.0], "max": [0.7672235369682312, 0.8352890610694885, 0.5942434072494507, 0.42807233333587646, 0.39850112795829773, 0.29684916138648987, 1.0], "mean": [0.009296160191297531, -0.024672092869877815, 0.005890964530408382, -0.005546651780605316, -0.0023342929780483246, 0.0027647907845675945, 0.11488250643014908], "std": [0.12020405381917953, 0.18067218363285065, 0.16441257297992706, 0.052977319806814194, 0.04376322776079178, 0.047004956752061844, 0.993382453918457], "count": [766]}, "timestamp": {"min": [0.0], "max": [76.5], "mean": [38.25], "std": [22.11249646693019], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [766]}, "index": {"min": [17221], "max": [17986], "mean": [17603.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [766]}}} +{"episode_index": 44, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45617292689144595]], [[0.4168994379978554]], [[0.37528507513948584]]], "std": [[[0.2737929639437668]], [[0.25099168736165084]], [[0.2288811949772373]]], "count": [142]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9176470588235294]]], "mean": [[[0.5569106764900063]], [[0.5094924800338682]], [[0.4329194236150666]]], "std": [[[0.2612523468479838]], [[0.23715120808393575]], [[0.215112317814683]]], "count": [142]}, "state": {"min": [-0.2006787210702896, -0.2759001553058624, 0.9210541844367981, 2.6778318881988525, -0.22478920221328735, 0.04352007806301117, 0.0019268550677224994, -0.040028367191553116], "max": [-0.007905974052846432, 0.052053675055503845, 1.2547084093093872, 3.1597771644592285, 0.25845590233802795, 0.3459636867046356, 0.04000011458992958, -0.0025895785074681044], "mean": [-0.09619858115911484, -0.0685921162366867, 1.1293118000030518, 2.9497857093811035, -0.03166533261537552, 0.23245848715305328, 0.015881162136793137, -0.016180148348212242], "std": [0.0538167729973793, 0.1228865310549736, 0.09194079786539078, 0.15373538434505463, 0.14756347239017487, 0.07654653489589691, 0.017921382561326027, 0.017581360414624214], "count": [741]}, "actions": {"min": [-0.5226088166236877, -1.4445663690567017, -0.6865761876106262, -0.23079843819141388, -0.3854277431964874, -0.24602176249027252, -1.0], "max": [0.560911238193512, 0.625141978263855, 0.6997261047363281, 0.37652310729026794, 0.09979038685560226, 0.16343456506729126, 1.0], "mean": [0.010582833550870419, -0.02818836271762848, -5.745680755353533e-05, -0.0025479004252701998, -0.0017769580008462071, 0.0018814080394804478, 0.2739541232585907], "std": [0.11858420073986053, 0.15778206288814545, 0.14198392629623413, 0.03278784081339836, 0.031584467738866806, 0.03519509732723236, 0.9617442488670349], "count": [741]}, "timestamp": {"min": [0.0], "max": [74.0], "mean": [36.99999999999999], "std": [21.390807994712745], "count": [741]}, "frame_index": {"min": [0], "max": [740], "mean": [370.0], "std": [213.90807994712745], "count": [741]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [741]}, "index": {"min": [17987], "max": [18727], "mean": [18357.0], "std": [213.90807994712745], "count": [741]}, "task_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [741]}}} +{"episode_index": 45, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4608306884765625]], [[0.4221118415545457]], [[0.38040790487106474]]], "std": [[[0.27253550956017025]], [[0.250537438727539]], [[0.22878817014926905]]], "count": [148]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.8901960784313725]]], "mean": [[[0.6024775352942988]], [[0.5474382353005867]], [[0.47306651007769024]]], "std": [[[0.24336533832079735]], [[0.22277558537886114]], [[0.2019815959433913]]], "count": [148]}, "state": {"min": [-0.14162738621234894, -0.2863461971282959, 0.93575519323349, 2.685755491256714, -0.2335580736398697, 0.04534604027867317, 0.0014791467692703009, -0.040012478828430176], "max": [0.01580745540559292, 0.11676540225744247, 1.2224135398864746, 3.146047592163086, 0.1320124715566635, 0.3119499683380127, 0.03995894640684128, -0.0021315778139978647], "mean": [-0.0229449812322855, -0.037184953689575195, 1.1355929374694824, 2.961012363433838, -0.08206645399332047, 0.1837865263223648, 0.019736062735319138, -0.020153403282165527], "std": [0.028328275308012962, 0.12230159342288971, 0.07978353649377823, 0.11644914746284485, 0.10307136923074722, 0.07213030010461807, 0.01885782554745674, 0.018593935295939445], "count": [786]}, "actions": {"min": [-0.3564232289791107, -0.8062300086021423, -0.7062703371047974, -0.32539618015289307, -0.2231505960226059, -0.4663372337818146, -1.0], "max": [0.5839094519615173, 0.4086489975452423, 0.8001039028167725, 0.38143494725227356, 0.32627061009407043, 0.38491570949554443, 1.0], "mean": [0.011245098896324635, -0.02814529463648796, 0.002011088887229562, 2.7400174076319672e-05, -0.002673211507499218, 0.0015962873585522175, 0.055979643017053604], "std": [0.08752775192260742, 0.132892906665802, 0.12367940694093704, 0.04598349705338478, 0.04029856622219086, 0.06215449795126915, 0.9984313249588013], "count": [786]}, "timestamp": {"min": [0.0], "max": [78.5], "mean": [39.25], "std": [22.68984721558668], "count": [786]}, "frame_index": {"min": [0], "max": [785], "mean": [392.5], "std": [226.8984721558668], "count": [786]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [786]}, "index": {"min": [18728], "max": [19513], "mean": [19120.5], "std": [226.8984721558668], "count": [786]}, "task_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [786]}}} +{"episode_index": 46, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4540003687769801]], [[0.417047095959988]], [[0.37368575923119807]]], "std": [[[0.2738911550037894]], [[0.2507008024244592]], [[0.2278228878213436]]], "count": [111]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.8980392156862745]]], "mean": [[[0.6200249706134213]], [[0.520652354553255]], [[0.4729361119865845]]], "std": [[[0.22586347628858688]], [[0.25193479466958546]], [[0.21358881023182433]]], "count": [111]}, "state": {"min": [-0.2812309265136719, -0.032711274921894073, 0.9276139140129089, 2.863858699798584, -0.10705765336751938, 0.004298998508602381, 0.001726315706036985, -0.04001361504197121], "max": [0.016245640814304352, 0.2348918467760086, 1.1738414764404297, 3.231182336807251, 0.15839910507202148, 0.2409803569316864, 0.040004558861255646, -0.0020652792882174253], "mean": [-0.14179085195064545, 0.10086140036582947, 1.0740172863006592, 3.0683250427246094, 0.019589882344007492, 0.11262565851211548, 0.017642119899392128, -0.017723985016345978], "std": [0.10967060923576355, 0.08343297988176346, 0.071182481944561, 0.08651847392320633, 0.06465943157672882, 0.046581704169511795, 0.01833520270884037, 0.018307892605662346], "count": [537]}, "actions": {"min": [-0.6024752259254456, -1.3140465021133423, -0.702251672744751, -0.43153855204582214, -0.20487487316131592, -0.35965022444725037, -1.0], "max": [1.049680471420288, 0.7321081161499023, 0.9486973285675049, 0.5719342827796936, 0.18932440876960754, 0.2812051475048065, 1.0], "mean": [-0.005087617319077253, -0.005589528940618038, -0.027907632291316986, -0.0011028202716261148, -7.74864965933375e-05, 7.315238326555118e-05, 0.17690874636173248], "std": [0.1729557365179062, 0.1906583607196808, 0.1885828673839569, 0.07885351777076721, 0.04322384297847748, 0.06598186492919922, 0.9842305183410645], "count": [537]}, "timestamp": {"min": [0.0], "max": [53.6], "mean": [26.8], "std": [15.501827849213997], "count": [537]}, "frame_index": {"min": [0], "max": [536], "mean": [268.0], "std": [155.01827849213998], "count": [537]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [537]}, "index": {"min": [19514], "max": [20050], "mean": [19782.0], "std": [155.01827849213998], "count": [537]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [537]}}} +{"episode_index": 47, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45420756819980596]], [[0.41685037002064823]], [[0.3743931365168952]]], "std": [[[0.27459287803473786]], [[0.2516310421112781]], [[0.2291742185585722]]], "count": [120]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9411764705882353]]], "mean": [[[0.6305535474789687]], [[0.5335584553238613]], [[0.4821904993992226]]], "std": [[[0.22822653032817855]], [[0.2502393067236422]], [[0.21253240837924106]]], "count": [120]}, "state": {"min": [-0.2436867356300354, -0.016411595046520233, 0.9190921783447266, 2.95709228515625, -0.13281133770942688, -0.0961293950676918, 0.002410475630313158, -0.039976999163627625], "max": [0.014666102826595306, 0.18622326850891113, 1.2119133472442627, 3.2450942993164062, 0.14981620013713837, 0.03312274441123009, 0.040013544261455536, -0.0026203328743577003], "mean": [-0.09470268338918686, 0.09604456275701523, 1.0777629613876343, 3.1431713104248047, -0.023938460275530815, -0.041326943784952164, 0.021493012085556984, -0.021521881222724915], "std": [0.09611031413078308, 0.07337836921215057, 0.08534153550863266, 0.07394902408123016, 0.07148139923810959, 0.02960381656885147, 0.018436474725604057, 0.018337620422244072], "count": [592]}, "actions": {"min": [-0.5752325057983398, -0.7602543830871582, -0.6678876280784607, -0.3971714377403259, -0.1466805785894394, -0.18067055940628052, -1.0], "max": [0.6843838691711426, 0.7366609573364258, 0.6685233116149902, 0.35495123267173767, 0.2651567757129669, 0.2287057787179947, 1.0], "mean": [-0.0013314480893313885, 0.0001508945133537054, -0.02326091006398201, -0.002042345004156232, 0.00010601419489830732, -0.0010463489452376962, -0.010135134682059288], "std": [0.13229449093341827, 0.15446880459785461, 0.13179774582386017, 0.045726098120212555, 0.034681521356105804, 0.04010489955544472, 0.9999516010284424], "count": [592]}, "timestamp": {"min": [0.0], "max": [59.1], "mean": [29.549999999999997], "std": [17.089543586649704], "count": [592]}, "frame_index": {"min": [0], "max": [591], "mean": [295.5], "std": [170.89543586649702], "count": [592]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [592]}, "index": {"min": [20051], "max": [20642], "mean": [20346.5], "std": [170.89543586649702], "count": [592]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [592]}}} +{"episode_index": 48, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45552418638428355]], [[0.41825407496684863]], [[0.37520594957292014]]], "std": [[[0.27410688578142817]], [[0.25127182116065927]], [[0.22899807565953112]]], "count": [131]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9176470588235294]]], "mean": [[[0.6221275412952484]], [[0.5278807136616723]], [[0.47726147495652904]]], "std": [[[0.22572558272260376]], [[0.2482547589276565]], [[0.21039490340552586]]], "count": [131]}, "state": {"min": [-0.34595322608947754, -0.056268446147441864, 0.9323230385780334, 2.9357950687408447, -0.20766955614089966, -0.038172002881765366, 0.0027766781859099865, -0.04000726714730263], "max": [0.013373308815062046, 0.24616369605064392, 1.1744352579116821, 3.2623322010040283, 0.13764333724975586, 0.17333847284317017, 0.04000498726963997, -0.002532976446673274], "mean": [-0.12297960370779037, 0.07700719684362411, 1.0751303434371948, 3.133871555328369, -0.05260951817035675, 0.1086973324418068, 0.02169579267501831, -0.0216826181858778], "std": [0.12573111057281494, 0.10078167915344238, 0.06823500245809555, 0.06763921678066254, 0.09235737472772598, 0.03458539396524429, 0.017942674458026886, 0.017958682030439377], "count": [672]}, "actions": {"min": [-0.706199049949646, -1.0362167358398438, -0.5165031552314758, -0.2986670434474945, -0.16394904255867004, -0.23965179920196533, -1.0], "max": [0.7255100011825562, 0.907001793384552, 0.8463114500045776, 0.409344881772995, 0.09260686486959457, 0.30507510900497437, 1.0], "mean": [-0.0034089628607034683, -0.0014075583312660456, -0.01469729095697403, 0.0009512703400105238, -0.0007475623278878629, 0.0023710508830845356, 0.0029761905316263437], "std": [0.14697791635990143, 0.1864907592535019, 0.12824131548404694, 0.05651584640145302, 0.03304882347583771, 0.055091071873903275, 0.999997079372406], "count": [672]}, "timestamp": {"min": [0.0], "max": [67.1], "mean": [33.55], "std": [19.398947565954877], "count": [672]}, "frame_index": {"min": [0], "max": [671], "mean": [335.5], "std": [193.98947565954876], "count": [672]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [672]}, "index": {"min": [20643], "max": [21314], "mean": [20978.5], "std": [193.98947565954876], "count": [672]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [672]}}} +{"episode_index": 49, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.449977897494447]], [[0.4120449649586397]], [[0.3702609151204427]]], "std": [[[0.27827787198492915]], [[0.2558448533139427]], [[0.23397109747741046]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9058823529411765]]], "mean": [[[0.43578415575214463]], [[0.39984866632199756]], [[0.35775206442440255]]], "std": [[[0.283984259113485]], [[0.258005482474481]], [[0.22723695792638365]]], "count": [100]}, "state": {"min": [-0.20159345865249634, -0.19575081765651703, 1.0653094053268433, 1.9286335706710815, -0.04891588166356087, -0.01292667631059885, 0.00853715930134058, -0.040039725601673126], "max": [0.035319071263074875, 0.015958718955516815, 1.2048029899597168, 3.137626886367798, 0.27999767661094666, 0.18273261189460754, 0.04045439511537552, -0.0083836130797863], "mean": [-0.0168871209025383, -0.0930062010884285, 1.1283682584762573, 2.5413637161254883, 0.11424630880355835, 0.10090074688196182, 0.03427020087838173, -0.035440124571323395], "std": [0.04917217046022415, 0.08133922517299652, 0.04209710285067558, 0.4563441276550293, 0.1040116548538208, 0.049257706850767136, 0.010196943767368793, 0.009787308052182198], "count": [446]}, "actions": {"min": [-0.3398260474205017, -0.5442671775817871, -0.4781182110309601, -0.3579913377761841, -0.1249396800994873, -0.32660436630249023, -1.0], "max": [0.5884952545166016, 0.6843265295028687, 0.31730562448501587, 0.4474320113658905, 0.1486729085445404, 0.2704259753227234, 1.0], "mean": [0.02735542505979538, -0.024160968139767647, -0.01635758765041828, -0.013754315674304962, 0.0009618488838896155, 0.0038018443156033754, -0.6278026700019836], "std": [0.13204583525657654, 0.184659942984581, 0.10913906246423721, 0.07442827522754669, 0.04109805077314377, 0.055110204964876175, 0.7783721089363098], "count": [446]}, "timestamp": {"min": [0.0], "max": [44.5], "mean": [22.25], "std": [12.874878640204729], "count": [446]}, "frame_index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [446]}, "index": {"min": [21315], "max": [21760], "mean": [21537.5], "std": [128.7487864020473], "count": [446]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [446]}}} +{"episode_index": 50, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45214244773655904]], [[0.41387388821459126]], [[0.37208842990514585]]], "std": [[[0.27966800522250795]], [[0.2577680234688275]], [[0.23627894720727222]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.8784313725490196]]], "mean": [[[0.4023988256082329]], [[0.37030615890819896]], [[0.33162494201008447]]], "std": [[[0.2605893388867199]], [[0.23701697494321664]], [[0.20855493440828332]]], "count": [101]}, "state": {"min": [-0.1131274402141571, -0.2035367637872696, 1.0640004873275757, 1.8376742601394653, -0.07246638089418411, -0.033574920147657394, 0.005091108847409487, -0.04049895703792572], "max": [0.02522895857691765, 0.05315358564257622, 1.263978123664856, 3.190300703048706, 0.28153926134109497, 0.25334247946739197, 0.04057752341032028, -0.007679806090891361], "mean": [-6.794109503971413e-05, -0.10466796159744263, 1.1380834579467773, 2.328284978866577, 0.09453960508108139, 0.1528433859348297, 0.034148428589105606, -0.035544391721487045], "std": [0.026094987988471985, 0.09188289195299149, 0.059327252209186554, 0.4717293679714203, 0.1136312484741211, 0.07045283913612366, 0.011191687546670437, 0.00937831960618496], "count": [471]}, "actions": {"min": [-0.4794352352619171, -1.0237921476364136, -0.8899447917938232, -1.095833420753479, -0.1855354607105255, -0.19875766336917877, -1.0], "max": [0.5203226208686829, 0.8003358840942383, 1.2957336902618408, 0.8279098868370056, 0.18826209008693695, 0.231062114238739, 1.0], "mean": [0.0044572437182068825, -0.03373352438211441, -0.01170586422085762, -0.014891436323523521, -0.00042013698839582503, 0.002093507908284664, -0.6220806837081909], "std": [0.12123911827802658, 0.20146280527114868, 0.17899878323078156, 0.10207273066043854, 0.04713518172502518, 0.048157528042793274, 0.7829530239105225], "count": [471]}, "timestamp": {"min": [0.0], "max": [47.0], "mean": [23.5], "std": [13.596568194462407], "count": [471]}, "frame_index": {"min": [0], "max": [470], "mean": [235.0], "std": [135.96568194462407], "count": [471]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [471]}, "index": {"min": [21761], "max": [22231], "mean": [21996.0], "std": [135.96568194462407], "count": [471]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [471]}}} +{"episode_index": 51, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45686744425271614]], [[0.4167149254063855]], [[0.37339864325199734]]], "std": [[[0.2738248285540586]], [[0.2508096504388246]], [[0.22798816419395687]]], "count": [130]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9254901960784314]]], "mean": [[[0.5657939803870016]], [[0.5220270332347933]], [[0.46101288025914994]]], "std": [[[0.24851281592149166]], [[0.2260932363261991]], [[0.2026542550988252]]], "count": [130]}, "state": {"min": [-0.2516515254974365, -0.30405718088150024, 0.9226510524749756, 2.8281991481781006, -0.2716902792453766, -0.04984327778220177, 0.0023552668280899525, -0.0400063619017601], "max": [-0.029807060956954956, 0.13852673768997192, 1.2845170497894287, 3.252246618270874, 0.29493141174316406, 0.3002508878707886, 0.040005162358284, -0.002346728229895234], "mean": [-0.1559116393327713, 0.016753965988755226, 1.1720046997070312, 3.0988590717315674, -0.09528782218694687, 0.09975579380989075, 0.01360553503036499, -0.013701178133487701], "std": [0.0778711661696434, 0.14835864305496216, 0.10612067580223083, 0.10188429057598114, 0.16792376339435577, 0.09742993116378784, 0.016785580664873123, 0.01672745868563652], "count": [665]}, "actions": {"min": [-0.421220064163208, -0.8800493478775024, -0.7536579966545105, -0.30186089873313904, -0.23018905520439148, -0.2350149005651474, -1.0], "max": [0.5865349769592285, 0.7577900290489197, 1.1689453125, 0.34551846981048584, 0.14806608855724335, 0.3597067594528198, 1.0], "mean": [0.020744338631629944, -0.03199741244316101, 0.007630279287695885, -0.0017450173618271947, -0.0018642776412889361, 0.003414594568312168, 0.410526305437088], "std": [0.11117424815893173, 0.19513344764709473, 0.16353479027748108, 0.060174085199832916, 0.04144454747438431, 0.056072331964969635, 0.9118463397026062], "count": [665]}, "timestamp": {"min": [0.0], "max": [66.4], "mean": [33.2], "std": [19.19687474564545], "count": [665]}, "frame_index": {"min": [0], "max": [664], "mean": [332.0], "std": [191.96874745645448], "count": [665]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [665]}, "index": {"min": [22232], "max": [22896], "mean": [22564.0], "std": [191.96874745645448], "count": [665]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [665]}}} +{"episode_index": 52, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4573972206633555]], [[0.4172575477381457]], [[0.37364954975755327]]], "std": [[[0.27440358885654104]], [[0.25134716200011203]], [[0.22857354790753182]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9176470588235294]]], "mean": [[[0.5565508890511583]], [[0.5141329122920202]], [[0.45208552387864703]]], "std": [[[0.24481425056053027]], [[0.2224844626308358]], [[0.19979862000861776]]], "count": [130]}, "state": {"min": [-0.24862779676914215, -0.35225191712379456, 0.9463072419166565, 2.779158115386963, -0.38624703884124756, -0.064173623919487, 0.0016549017746001482, -0.04001658409833908], "max": [-0.051287878304719925, 0.22986486554145813, 1.2924574613571167, 3.2037198543548584, 0.23867498338222504, 0.42644253373146057, 0.03995702415704727, -0.0009598865290172398], "mean": [-0.16449874639511108, 0.005967740435153246, 1.1878161430358887, 2.9873299598693848, -0.16692708432674408, 0.21384422481060028, 0.012848331592977047, -0.013094441033899784], "std": [0.06039242818951607, 0.1688777506351471, 0.10193589329719543, 0.09233693778514862, 0.192376047372818, 0.1429586410522461, 0.016983898356556892, 0.016929280012845993], "count": [662]}, "actions": {"min": [-0.4829675257205963, -1.2425410747528076, -0.5664834976196289, -0.35715797543525696, -0.3218171298503876, -0.3662243187427521, -1.0], "max": [0.7015085816383362, 0.6896810531616211, 1.5792611837387085, 0.5419721007347107, 0.30683350563049316, 0.29905450344085693, 1.0], "mean": [0.015575943514704704, -0.04744943603873253, 0.008132447488605976, -0.0009456298430450261, -0.0013017145683988929, 0.002266848459839821, 0.4441087543964386], "std": [0.11588900536298752, 0.2023804783821106, 0.1796165108680725, 0.07356292754411697, 0.0501461923122406, 0.06180441752076149, 0.8959751129150391], "count": [662]}, "timestamp": {"min": [0.0], "max": [66.1], "mean": [33.050000000000004], "std": [19.110272106906276], "count": [662]}, "frame_index": {"min": [0], "max": [661], "mean": [330.5], "std": [191.10272106906274], "count": [662]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [662]}, "index": {"min": [22897], "max": [23558], "mean": [23227.5], "std": [191.10272106906274], "count": [662]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [662]}}} +{"episode_index": 53, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4541565123523085]], [[0.41423596975375865]], [[0.37129351438938063]]], "std": [[[0.27308332956569653]], [[0.24970701741227122]], [[0.22613370342262734]]], "count": [138]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9058823529411765]]], "mean": [[[0.5618290898203002]], [[0.516710839104876]], [[0.45384482112449825]]], "std": [[[0.2571663122071298]], [[0.2353127304113826]], [[0.20883686167322463]]], "count": [138]}, "state": {"min": [-0.23503652215003967, -0.31291133165359497, 0.9277283549308777, 2.7632875442504883, -0.07117187231779099, -0.04845575615763664, 0.0022241787519305944, -0.04001438990235329], "max": [0.027915222570300102, 0.19200681149959564, 1.278871774673462, 3.213519811630249, 0.42163366079330444, 0.43714389204978943, 0.04000155255198479, -0.0019786113407462835], "mean": [-0.11930040270090103, 0.027224650606513023, 1.1696875095367432, 3.0222554206848145, 0.12153691798448563, 0.16865281760692596, 0.01590803638100624, -0.016105318441987038], "std": [0.08721372485160828, 0.13870076835155487, 0.09759402275085449, 0.08388672769069672, 0.11508768051862717, 0.135647714138031, 0.017631804570555687, 0.017549023032188416], "count": [716]}, "actions": {"min": [-0.8858933448791504, -1.030500054359436, -0.6707906723022461, -0.5723820328712463, -0.3547307550907135, -0.5384522080421448, -1.0], "max": [0.6874281764030457, 0.7273998260498047, 0.7571573853492737, 0.5450978875160217, 0.396576464176178, 0.4973265528678894, 1.0], "mean": [0.0239814892411232, -0.029617570340633392, 0.004753632005304098, -0.0023412704467773438, -0.0011684127384796739, 0.0028413496911525726, 0.2849161922931671], "std": [0.12692508101463318, 0.22078905999660492, 0.16635560989379883, 0.08211120218038559, 0.0627334713935852, 0.07741118222475052, 0.9585546851158142], "count": [716]}, "timestamp": {"min": [0.0], "max": [71.5], "mean": [35.75], "std": [20.669119478100658], "count": [716]}, "frame_index": {"min": [0], "max": [715], "mean": [357.5], "std": [206.69119478100657], "count": [716]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [716]}, "index": {"min": [23559], "max": [24274], "mean": [23916.5], "std": [206.69119478100657], "count": [716]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [716]}}} +{"episode_index": 54, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44995340624042585]], [[0.41070735377891393]], [[0.36821909107881434]]], "std": [[[0.27571739067286094]], [[0.25198373103699695]], [[0.22814428393238556]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9098039215686274]]], "mean": [[[0.5896955297133502]], [[0.539258939855239]], [[0.4784544432396982]]], "std": [[[0.24971855530433015]], [[0.23183856675379888]], [[0.20726559254730428]]], "count": [100]}, "state": {"min": [-0.23641566932201385, -0.005563992541283369, 0.9204847812652588, 2.909452438354492, 0.055925678461790085, -0.11485259234905243, 0.002135439310222864, -0.040127795189619064], "max": [-0.14392799139022827, 0.1414453536272049, 1.1676685810089111, 3.263005495071411, 0.4337114095687866, 0.005635420326143503, 0.04000561311841011, -0.0023199166171252728], "mean": [-0.18953590095043182, 0.08640133589506149, 1.0342286825180054, 3.115600824356079, 0.24647733569145203, -0.047046925872564316, 0.020559759810566902, -0.020790506154298782], "std": [0.02568867616355419, 0.04561995714902878, 0.06897572427988052, 0.09119477868080139, 0.1055055558681488, 0.026580708101391792, 0.01829359121620655, 0.01825956255197525], "count": [397]}, "actions": {"min": [-0.3617943227291107, -0.4736211597919464, -0.5481393337249756, -0.5124287605285645, -0.12786467373371124, -0.16525503993034363, -1.0], "max": [0.3931645452976227, 0.6304141283035278, 0.5901306867599487, 0.4300462603569031, 0.17060725390911102, 0.2635605037212372, 1.0], "mean": [0.0035810291301459074, 0.0036299724597483873, -0.03399287164211273, -0.0021247791592031717, 0.00406832667067647, 0.0011743605136871338, 0.03778337687253952], "std": [0.09667479246854782, 0.14242400228977203, 0.1381043940782547, 0.05331393703818321, 0.032768841832876205, 0.03401800990104675, 0.9992879629135132], "count": [397]}, "timestamp": {"min": [0.0], "max": [39.6], "mean": [19.8], "std": [11.460366486286553], "count": [397]}, "frame_index": {"min": [0], "max": [396], "mean": [198.0], "std": [114.60366486286553], "count": [397]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [397]}, "index": {"min": [24275], "max": [24671], "mean": [24473.0], "std": [114.60366486286553], "count": [397]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [397]}}} +{"episode_index": 55, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4494429811963848]], [[0.41031598618451287]], [[0.36771561387005974]]], "std": [[[0.2755187869319259]], [[0.251870172782889]], [[0.22802880150922908]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9333333333333333]]], "mean": [[[0.6024913012934666]], [[0.5506635670381435]], [[0.4870693060183057]]], "std": [[[0.23762391649069084]], [[0.21984540996570087]], [[0.19565048132041132]]], "count": [100]}, "state": {"min": [-0.30329447984695435, 0.009298143908381462, 0.9194719195365906, 2.894094228744507, -0.011373943649232388, -0.03376590088009834, 0.0022747854236513376, -0.04000275582075119], "max": [-0.12961524724960327, 0.1411755084991455, 1.162344217300415, 3.2966227531433105, 0.3644025921821594, 0.125461608171463, 0.040011219680309296, -0.002469388535246253], "mean": [-0.20877212285995483, 0.09671656787395477, 1.0495014190673828, 3.1026976108551025, 0.13021953403949738, 0.05867911875247955, 0.018780667334794998, -0.018861450254917145], "std": [0.053306952118873596, 0.045720528811216354, 0.06687776744365692, 0.09871072322130203, 0.10997241735458374, 0.040238697081804276, 0.018174026161432266, 0.0180798452347517], "count": [456]}, "actions": {"min": [-0.5947830677032471, -0.7560253143310547, -0.5235373973846436, -0.37144795060157776, -0.20373816788196564, -0.15982334315776825, -1.0], "max": [0.5328676700592041, 0.8395052552223206, 0.8222758769989014, 0.23913536965847015, 0.11269660294055939, 0.2467062920331955, 1.0], "mean": [-0.008280870504677296, 0.000634886440820992, -0.026107661426067352, -0.0032176650129258633, 0.0011773959267884493, 0.0014850252773612738, 0.13596491515636444], "std": [0.11142213642597198, 0.15230506658554077, 0.14548087120056152, 0.049433961510658264, 0.0413806289434433, 0.04143567383289337, 0.9907122254371643], "count": [456]}, "timestamp": {"min": [0.0], "max": [45.5], "mean": [22.75], "std": [13.163554484510126], "count": [456]}, "frame_index": {"min": [0], "max": [455], "mean": [227.5], "std": [131.63554484510126], "count": [456]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [456]}, "index": {"min": [24672], "max": [25127], "mean": [24899.5], "std": [131.63554484510126], "count": [456]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [456]}}} +{"episode_index": 56, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4474253695618872]], [[0.4230637853285845]], [[0.3915256802428002]]], "std": [[[0.24400764281705978]], [[0.2241611084436763]], [[0.20965623248033233]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.8941176470588236]]], "mean": [[[0.5070746358235677]], [[0.4719155728209252]], [[0.43320630122166054]]], "std": [[[0.28141574631579147]], [[0.24975539330508903]], [[0.21620495327833267]]], "count": [100]}, "state": {"min": [-0.2037418782711029, 0.03734748810529709, 0.9261118173599243, 2.9973256587982178, 0.05353575199842453, -0.03167912736535072, 0.00032719472073949873, -0.03994996100664139], "max": [0.013811594806611538, 0.2097855508327484, 1.1958929300308228, 3.369086265563965, 0.24706974625587463, 0.1709766536951065, 0.04031557962298393, -0.0010556030320003629], "mean": [-0.04396456480026245, 0.1683250218629837, 1.0620745420455933, 3.209953546524048, 0.14903941750526428, 0.10424408316612244, 0.031083399429917336, -0.034961070865392685], "std": [0.05102904140949249, 0.03806446120142937, 0.10346145182847977, 0.09296953678131104, 0.054532214999198914, 0.03990614414215088, 0.01586722955107689, 0.010436923243105412], "count": [155]}, "actions": {"min": [-0.4234868884086609, -1.6271905899047852, -0.9362054467201233, -0.10716775059700012, -0.1966896802186966, -0.1299251765012741, -1.0], "max": [0.8420154452323914, 0.6630787253379822, 1.7606521844863892, 0.16210447251796722, 0.16244998574256897, 0.11758433282375336, 1.0], "mean": [0.06419102847576141, -0.001545657985843718, -0.0471184216439724, -0.006760137155652046, -0.003948782570660114, 0.010572317987680435, -0.5096774101257324], "std": [0.2456539422273636, 0.356874018907547, 0.40561535954475403, 0.045477863401174545, 0.06470033526420593, 0.047117192298173904, 0.8603656888008118], "count": [155]}, "timestamp": {"min": [0.0], "max": [15.4], "mean": [7.7], "std": [4.474371464239419], "count": [155]}, "frame_index": {"min": [0], "max": [154], "mean": [77.0], "std": [44.74371464239419], "count": [155]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [155]}, "index": {"min": [25128], "max": [25282], "mean": [25205.0], "std": [44.74371464239419], "count": [155]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [155]}}} +{"episode_index": 57, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4469785072476256]], [[0.4230263857374004]], [[0.391756768320121]]], "std": [[[0.24316926306615552]], [[0.2236194727287249]], [[0.2095700733996152]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.8823529411764706]]], "mean": [[[0.5080019076478248]], [[0.4743606459673713]], [[0.4364344111423866]]], "std": [[[0.269978844200412]], [[0.23835122761851987]], [[0.20478787645533506]]], "count": [100]}, "state": {"min": [-0.19045521318912506, 0.031183449551463127, 0.930980920791626, 2.912609338760376, -0.037727124989032745, -0.023879293352365494, 0.00016896481974981725, -0.0406411737203598], "max": [-0.013150564394891262, 0.21562068164348602, 1.1618757247924805, 3.2600905895233154, 0.1329464614391327, 0.1797817200422287, 0.040005188435316086, -0.0011334795271977782], "mean": [-0.05461452528834343, 0.1796623319387436, 1.0415807962417603, 3.1067070960998535, 0.06652811914682388, 0.050031907856464386, 0.03155328705906868, -0.035725176334381104], "std": [0.04850626364350319, 0.036120932549238205, 0.08365075290203094, 0.08708090335130692, 0.04727979749441147, 0.04217129200696945, 0.015369277447462082, 0.009586971253156662], "count": [218]}, "actions": {"min": [-0.1822858601808548, -1.2417409420013428, -0.6611289978027344, -0.1277647167444229, -0.13999082148075104, -0.1252264380455017, -1.0], "max": [0.5399453639984131, 1.3011399507522583, 0.9187530279159546, 0.09556546807289124, 0.13884465396404266, 0.17981024086475372, 1.0], "mean": [0.04808758944272995, -0.007021969184279442, -0.04876626282930374, -0.005934516433626413, -0.003005190286785364, 0.0036648970562964678, -0.5229358077049255], "std": [0.13716229796409607, 0.26890820264816284, 0.21081660687923431, 0.034165479242801666, 0.03830105438828468, 0.04106173291802406, 0.8523722887039185], "count": [218]}, "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": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [218]}, "index": {"min": [25283], "max": [25500], "mean": [25391.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [218]}}} +{"episode_index": 58, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4478727949553845]], [[0.42351952406939336]], [[0.39180889054840684]]], "std": [[[0.24509792393805313]], [[0.22531647408842076]], [[0.21123128850515363]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.8823529411764706]]], "mean": [[[0.49343858427159926]], [[0.46124532422832415]], [[0.42516852225509344]]], "std": [[[0.27611488885260316]], [[0.24490056176218802]], [[0.2120144068023621]]], "count": [100]}, "state": {"min": [-0.207084059715271, 0.01994313858449459, 0.9347912669181824, 2.924511194229126, 0.07590632140636444, -0.10486678034067154, 0.00035439833300188184, -0.040938764810562134], "max": [0.017162535339593887, 0.25279736518859863, 1.1660754680633545, 3.2124991416931152, 0.24420364201068878, 0.05833485722541809, 0.039928074926137924, -0.0010817981092259288], "mean": [-0.04685639590024948, 0.18486520648002625, 1.0378493070602417, 3.035407066345215, 0.15925277769565582, -0.0060699875466525555, 0.02742304466664791, -0.03364212065935135], "std": [0.051705196499824524, 0.046186234802007675, 0.08045751601457596, 0.07724591344594955, 0.040698688477277756, 0.04333147779107094, 0.01715926080942154, 0.010800044983625412], "count": [208]}, "actions": {"min": [-0.3109961152076721, -1.570701241493225, -1.1272392272949219, -0.12877409160137177, -0.15914039313793182, -0.0963490679860115, -1.0], "max": [0.6692713499069214, 1.5406560897827148, 1.1322646141052246, 0.12310768663883209, 0.14947114884853363, 0.13147030770778656, 1.0], "mean": [0.04051707312464714, -0.015958033502101898, -0.04031263291835785, -0.005320866126567125, -0.004235972184687853, 0.004162272438406944, -0.3461538553237915], "std": [0.17771510779857635, 0.33931538462638855, 0.24281279742717743, 0.03989352658390999, 0.04953142628073692, 0.043162088841199875, 0.938178300857544], "count": [208]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [208]}, "index": {"min": [25501], "max": [25708], "mean": [25604.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [208]}}} +{"episode_index": 59, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44728242522594974]], [[0.4230466039321002]], [[0.39169273944929534]]], "std": [[[0.24376645771525138]], [[0.22403531447138475]], [[0.209888434666476]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.8588235294117647]]], "mean": [[[0.5098769214106541]], [[0.4756131376378676]], [[0.43759556669347427]]], "std": [[[0.2754160801532074]], [[0.2437809610064486]], [[0.21047943921079454]]], "count": [100]}, "state": {"min": [-0.20287077128887177, 0.05247734114527702, 0.9382248520851135, 2.9974145889282227, 0.02384117804467678, -0.11138486117124557, 0.0002826233394443989, -0.04044155403971672], "max": [0.015053112991154194, 0.21981573104858398, 1.1655187606811523, 3.2735018730163574, 0.17059549689292908, 0.13927467167377472, 0.04000229761004448, -0.0011264593340456486], "mean": [-0.04212721064686775, 0.17534281313419342, 1.0455949306488037, 3.0996789932250977, 0.10495433956384659, 0.03629317507147789, 0.03024623729288578, -0.03503910452127457], "std": [0.05217758193612099, 0.03752278909087181, 0.08263380825519562, 0.09353553503751755, 0.043812043964862823, 0.07375933974981308, 0.016092801466584206, 0.010405019856989384], "count": [170]}, "actions": {"min": [-0.5248680114746094, -0.8742015361785889, -0.5764427185058594, -0.13033579289913177, -0.21834711730480194, -0.2027958184480667, -1.0], "max": [0.8549323081970215, 0.8170487880706787, 0.7142754793167114, 0.11745832115411758, 0.13230232894420624, 0.22398650646209717, 1.0], "mean": [0.05791492015123367, -0.009016398340463638, -0.04416874423623085, -0.00894913263618946, -0.003538562683388591, 0.002898226259276271, -0.47058823704719543], "std": [0.2207152545452118, 0.24502266943454742, 0.21700163185596466, 0.04241599515080452, 0.051392339169979095, 0.057988982647657394, 0.8823528289794922], "count": [170]}, "timestamp": {"min": [0.0], "max": [16.9], "mean": [8.45], "std": [4.907392382925988], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [170]}, "index": {"min": [25709], "max": [25878], "mean": [25793.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [170]}}} +{"episode_index": 60, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4485702891630285]], [[0.42410350186217066]], [[0.39253626505533856]]], "std": [[[0.24467933129164646]], [[0.22460966531683885]], [[0.21013356814434353]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9176470588235294]]], "mean": [[[0.4821553739659927]], [[0.4507146702186734]], [[0.4149044907513787]]], "std": [[[0.2791638734923575]], [[0.2474176344432316]], [[0.21336624748736327]]], "count": [100]}, "state": {"min": [-0.17363451421260834, 0.07640568166971207, 0.9278989434242249, 2.9125969409942627, 0.018661055713891983, -0.05041711777448654, 3.994891812908463e-05, -0.04081586003303528], "max": [-0.0422712042927742, 0.2264270931482315, 1.161261796951294, 3.1876847743988037, 0.12394897639751434, 0.13823990523815155, 0.03994576632976532, -0.0011327755637466908], "mean": [-0.06808307766914368, 0.18302994966506958, 1.0092058181762695, 3.0836398601531982, 0.06870824098587036, 0.053616076707839966, 0.028291236609220505, -0.03327815234661102], "std": [0.03134114667773247, 0.02865929715335369, 0.08461904525756836, 0.061059556901454926, 0.029404224827885628, 0.05261028930544853, 0.01689125970005989, 0.011258021928369999], "count": [200]}, "actions": {"min": [-0.39990803599357605, -1.1712675094604492, -0.7004644274711609, -0.14292588829994202, -0.1738060563802719, -0.13140273094177246, -1.0], "max": [0.6981736421585083, 1.0192400217056274, 0.6698689460754395, 0.26425832509994507, 0.10002968460321426, 0.09963143616914749, 1.0], "mean": [0.018618078902363777, -0.0172131285071373, -0.05230164900422096, -0.0046565113589167595, -0.0035946769639849663, -0.0017194519750773907, -0.3799999952316284], "std": [0.1445227414369583, 0.2831696569919586, 0.20410174131393433, 0.04489532858133316, 0.0393337644636631, 0.038966838270425797, 0.9249868988990784], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [200]}, "index": {"min": [25879], "max": [26078], "mean": [25978.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [200]}}} +{"episode_index": 61, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4498274769502527]], [[0.4255702466777727]], [[0.39406584616268386]]], "std": [[[0.24365989328389276]], [[0.22400923441380838]], [[0.20991881249020478]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9529411764705882]], [[0.9254901960784314]]], "mean": [[[0.5113333943684896]], [[0.47823345109528187]], [[0.44259268667183665]]], "std": [[[0.26140427980788167]], [[0.2301427365754786]], [[0.19743271243157115]]], "count": [100]}, "state": {"min": [-0.1800585240125656, 0.04399244859814644, 0.9306802749633789, 2.882709503173828, -0.016788961365818977, 0.02507464960217476, 0.00030203626374714077, -0.04109462350606918], "max": [0.023088756948709488, 0.20856191217899323, 1.1945823431015015, 3.3277711868286133, 0.17221355438232422, 0.15572522580623627, 0.04000825434923172, -0.001210553222335875], "mean": [-0.03398611769080162, 0.17569422721862793, 1.0622977018356323, 3.085232734680176, 0.07538482546806335, 0.09212500602006912, 0.0327269583940506, -0.035629820078611374], "std": [0.04468926414847374, 0.03133575990796089, 0.08816511929035187, 0.1313362568616867, 0.05776100605726242, 0.034410323947668076, 0.014233055524528027, 0.009840613231062889], "count": [226]}, "actions": {"min": [-0.7322896122932434, -0.7667338848114014, -0.8470318913459778, -0.16344578564167023, -0.24347376823425293, -0.2774825990200043, -1.0], "max": [0.46116530895233154, 0.5699957013130188, 0.8671872019767761, 0.11759701371192932, 0.17855921387672424, 0.16829858720302582, 1.0], "mean": [0.03254534676671028, -0.008177543990314007, -0.034919027239084244, -0.006925539579242468, -0.0037949325051158667, 0.00239798822440207, -0.6283186078071594], "std": [0.15965448319911957, 0.22901113331317902, 0.22852009534835815, 0.03878217935562134, 0.053151097148656845, 0.04282434284687042, 0.7779565453529358], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [226]}, "index": {"min": [26079], "max": [26304], "mean": [26191.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [226]}}} +{"episode_index": 62, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4500786503810508]], [[0.4265862869561887]], [[0.3949458660050934]]], "std": [[[0.24361064395199977]], [[0.22414730141849168]], [[0.20988688241842043]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.8745098039215686]]], "mean": [[[0.5900786019119562]], [[0.5530941102270986]], [[0.49299109724456186]]], "std": [[[0.24481418248380557]], [[0.21625548627815033]], [[0.19116016313771866]]], "count": [100]}, "state": {"min": [-0.20946434140205383, -0.01620396226644516, 0.9152407646179199, 3.0566213130950928, -0.17854399979114532, 0.019472399726510048, 0.002639198210090399, -0.0399455800652504], "max": [0.15580658614635468, 0.17706497013568878, 1.1828912496566772, 3.3332581520080566, 0.37900644540786743, 0.2354806661605835, 0.040002357214689255, -0.0023479554802179337], "mean": [-0.05138928443193436, 0.1374470442533493, 1.0615663528442383, 3.2345187664031982, 0.07804471254348755, 0.08805687725543976, 0.017537981271743774, -0.017377059906721115], "std": [0.13799478113651276, 0.02872149460017681, 0.08112139999866486, 0.06095423921942711, 0.17246301472187042, 0.05256812274456024, 0.017560699954628944, 0.017655417323112488], "count": [230]}, "actions": {"min": [-0.75335294008255, -0.33174601197242737, -0.48316070437431335, -0.14368923008441925, -0.2611798048019409, -0.1305733174085617, -1.0], "max": [1.0580852031707764, 1.133994221687317, 1.3151556253433228, 0.35984599590301514, 0.15838393568992615, 0.16302207112312317, 1.0], "mean": [0.123255155980587, 0.05446029081940651, -0.037962913513183594, 0.009248707443475723, -0.0012332468759268522, 0.004431454464793205, 0.20000000298023224], "std": [0.27049508690834045, 0.2377616912126541, 0.30206164717674255, 0.060253337025642395, 0.06005953624844551, 0.044318005442619324, 0.9797959327697754], "count": [230]}, "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": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [230]}, "index": {"min": [26305], "max": [26534], "mean": [26419.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [230]}}} +{"episode_index": 63, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44908632884306066]], [[0.4254044745950138]], [[0.3936883586808747]]], "std": [[[0.24410917929898343]], [[0.22437661858105518]], [[0.21001323577770714]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.8901960784313725]]], "mean": [[[0.5766877967984069]], [[0.5419346881941253]], [[0.48409742826573987]]], "std": [[[0.24750328409732747]], [[0.21932648000586888]], [[0.19276844072483929]]], "count": [100]}, "state": {"min": [-0.2001076340675354, -0.008370928466320038, 0.9147438406944275, 3.0459725856781006, -0.18440301716327667, 0.04905486851930618, 0.0025945608504116535, -0.039882659912109375], "max": [0.15392613410949707, 0.16097846627235413, 1.1642602682113647, 3.296311616897583, 0.42274487018585205, 0.3187411427497864, 0.03995254263281822, -0.0022713521029800177], "mean": [-0.04925861209630966, 0.12809772789478302, 1.056644320487976, 3.2007269859313965, 0.10211314260959625, 0.1374354511499405, 0.013604185543954372, -0.013419955968856812], "std": [0.13607051968574524, 0.031277626752853394, 0.08151346445083618, 0.061323098838329315, 0.18473289906978607, 0.06391002237796783, 0.016365304589271545, 0.016373565420508385], "count": [200]}, "actions": {"min": [-0.16698558628559113, -0.2611522972583771, -0.829166829586029, -0.2242499738931656, -0.20141524076461792, -0.14390534162521362, -1.0], "max": [1.5264183282852173, 1.0027649402618408, 1.2241724729537964, 0.17124804854393005, 0.14486739039421082, 0.16006764769554138, 1.0], "mean": [0.15657755732536316, 0.06121300533413887, -0.05958590656518936, 0.008431375958025455, 5.138537017046474e-05, 0.009232526645064354, 0.4399999976158142], "std": [0.2305816262960434, 0.22014287114143372, 0.33769798278808594, 0.05375511199235916, 0.05797368660569191, 0.041570283472537994, 0.897997260093689], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [200]}, "index": {"min": [26535], "max": [26734], "mean": [26634.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [200]}}} +{"episode_index": 64, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45013283104990043]], [[0.4264473440132889]], [[0.3944554766486673]]], "std": [[[0.24286493896689101]], [[0.22325587580985476]], [[0.20898192613445538]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9725490196078431]], [[0.9568627450980393]], [[0.9137254901960784]]], "mean": [[[0.5822655065199909]], [[0.5466744767731311]], [[0.48721536254882813]]], "std": [[[0.2443069693746342]], [[0.21570328329495997]], [[0.1906374886625076]]], "count": [100]}, "state": {"min": [-0.20875167846679688, -0.008568561635911465, 0.9190327525138855, 3.0466766357421875, -0.19164535403251648, -0.04753581061959267, 0.0027325015980750322, -0.03998228907585144], "max": [0.15316668152809143, 0.1848052442073822, 1.1873629093170166, 3.310002326965332, 0.3122551441192627, 0.28514721989631653, 0.03996477276086807, -0.0017727676313370466], "mean": [-0.06634913384914398, 0.1413571685552597, 1.0718082189559937, 3.206997871398926, 0.046932633966207504, 0.0566195547580719, 0.01646084152162075, -0.016224268823862076], "std": [0.14783407747745514, 0.032260917127132416, 0.08455809205770493, 0.06312133371829987, 0.14591996371746063, 0.08067178726196289, 0.01726258546113968, 0.017423976212739944], "count": [239]}, "actions": {"min": [-0.3703571856021881, -0.34458062052726746, -0.8330774307250977, -0.12152165174484253, -0.14500091969966888, -0.12323001772165298, -1.0], "max": [1.1580761671066284, 1.3426480293273926, 0.7548395991325378, 0.20937605202198029, 0.2019823044538498, 0.3266294002532959, 1.0], "mean": [0.1237378641963005, 0.0593823567032814, -0.055269159376621246, 0.0068151336163282394, -0.0006527945515699685, 0.007986203767359257, 0.26359832286834717], "std": [0.22778253257274628, 0.22251427173614502, 0.2898827791213989, 0.04908423870801926, 0.05349232256412506, 0.0454721599817276, 0.9646307229995728], "count": [239]}, "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": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [239]}, "index": {"min": [26735], "max": [26973], "mean": [26854.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [239]}}} +{"episode_index": 65, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45156014835133274]], [[0.42771704340916056]], [[0.3957419625076593]]], "std": [[[0.24306394698016479]], [[0.22361010909155218]], [[0.20959896351027463]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.8784313725490196]]], "mean": [[[0.582368360930798]], [[0.5472759441300934]], [[0.488454262527765]]], "std": [[[0.2437507228715726]], [[0.2152789430060537]], [[0.1891568243427018]]], "count": [100]}, "state": {"min": [-0.2091253399848938, 0.031260568648576736, 0.9193382859230042, 3.085226058959961, -0.20400425791740417, -0.0418894961476326, 0.0026218248531222343, -0.040002238005399704], "max": [0.15468908846378326, 0.1939413696527481, 1.1866216659545898, 3.246631383895874, 0.3415805697441101, 0.29208579659461975, 0.039973292499780655, -0.0025462699122726917], "mean": [-0.05925978347659111, 0.16547876596450806, 1.0804283618927002, 3.164355993270874, 0.042577847838401794, 0.07194507122039795, 0.01550022792071104, -0.015451417304575443], "std": [0.14341139793395996, 0.027843018993735313, 0.085526242852211, 0.03595343232154846, 0.15203417837619781, 0.10314362496137619, 0.01718275621533394, 0.017161350697278976], "count": [278]}, "actions": {"min": [-0.290896475315094, -0.2582070231437683, -0.7972628474235535, -0.11003385484218597, -0.11637476086616516, -0.17772257328033447, -1.0], "max": [0.9490958452224731, 1.0854682922363281, 0.7036769986152649, 0.10992557555437088, 0.151963472366333, 0.18196244537830353, 1.0], "mean": [0.10674270242452621, 0.04508599266409874, -0.03892512619495392, 0.00179712672252208, -0.0006997257005423307, 0.008979720063507557, 0.3093525171279907], "std": [0.19251416623592377, 0.17021363973617554, 0.2647936940193176, 0.034715209156274796, 0.04368223994970322, 0.03813892602920532, 0.9509457349777222], "count": [278]}, "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": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [278]}, "index": {"min": [26974], "max": [27251], "mean": [27112.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [278]}}} +{"episode_index": 66, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45034972426470593]], [[0.42535814232919733]], [[0.3921011837230009]]], "std": [[[0.2432904910864767]], [[0.22238433511127345]], [[0.2068461233217269]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5508361792470895]], [[0.518831963632621]], [[0.4651717098460478]]], "std": [[[0.26664334624527586]], [[0.2414564963121069]], [[0.2180937856324945]]], "count": [100]}, "state": {"min": [-0.23874573409557343, -0.13253670930862427, 0.921838104724884, 2.9197185039520264, -0.016454510390758514, -0.031271591782569885, 0.0024372271727770567, -0.040001727640628815], "max": [0.073921799659729, 0.20540589094161987, 1.233150839805603, 3.208634853363037, 0.4808015525341034, 0.10005893558263779, 0.03997880220413208, -0.0026403076481074095], "mean": [-0.11672177165746689, 0.03464297205209732, 1.124704360961914, 3.0699634552001953, 0.14843013882637024, 0.02500765584409237, 0.014792774803936481, -0.01496357936412096], "std": [0.11056230962276459, 0.12901245057582855, 0.09205805510282516, 0.08638814091682434, 0.14131775498390198, 0.03620734438300133, 0.017086664214730263, 0.016996007412672043], "count": [341]}, "actions": {"min": [-0.32254189252853394, -1.0724269151687622, -0.6630274057388306, -0.15556514263153076, -0.28565141558647156, -0.13251915574073792, -1.0], "max": [1.2966482639312744, 0.6575230956077576, 1.5000526905059814, 0.16682009398937225, 0.18488158285617828, 0.10805828124284744, 1.0], "mean": [0.06031809374690056, -0.03951472416520119, -0.0014749423135071993, -0.002876119688153267, 0.0012581668561324477, 0.001349052181467414, 0.34310850501060486], "std": [0.1718597263097763, 0.21410588920116425, 0.2309921532869339, 0.0462532564997673, 0.04729891195893288, 0.02988196723163128, 0.9392958879470825], "count": [341]}, "timestamp": {"min": [0.0], "max": [34.0], "mean": [17.000000000000004], "std": [9.84377976185977], "count": [341]}, "frame_index": {"min": [0], "max": [340], "mean": [170.0], "std": [98.4377976185977], "count": [341]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [341]}, "index": {"min": [27252], "max": [27592], "mean": [27422.0], "std": [98.4377976185977], "count": [341]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [341]}}} +{"episode_index": 67, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4509637020335478]], [[0.42601626527075676]], [[0.3928405199237898]]], "std": [[[0.24294148711465643]], [[0.22210817771480587]], [[0.20652792155576366]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5345100007898668]], [[0.5059167414646523]], [[0.4539763470818015]]], "std": [[[0.27568785978666316]], [[0.2518963296364628]], [[0.22884173999184723]]], "count": [100]}, "state": {"min": [-0.24329476058483124, -0.176555797457695, 0.9230881333351135, 2.990339517593384, -0.05321868881583214, -0.01365192886441946, 0.0019237775122746825, -0.040002528578042984], "max": [0.0351087786257267, 0.19271758198738098, 1.2406646013259888, 3.225113868713379, 0.47156354784965515, 0.1719280630350113, 0.03996090590953827, -0.0012671578442677855], "mean": [-0.10258108377456665, 0.007660359144210815, 1.119930624961853, 3.097588539123535, 0.1486707329750061, 0.08963719755411148, 0.01494293101131916, -0.014933815225958824], "std": [0.09047164767980576, 0.1362106055021286, 0.09259416162967682, 0.05488910153508186, 0.16581106185913086, 0.052362434566020966, 0.017402296885848045, 0.017435917630791664], "count": [318]}, "actions": {"min": [-0.26002082228660583, -1.0223854780197144, -0.8220710158348083, -0.20304027199745178, -0.23297983407974243, -0.15699486434459686, -1.0], "max": [0.699370801448822, 1.198948621749878, 0.7485104203224182, 0.13410234451293945, 0.12590421736240387, 0.14310762286186218, 1.0], "mean": [0.06443504989147186, -0.0376690998673439, -0.008025565184652805, -0.0007368779042735696, -0.0007708963821642101, 0.001303258235566318, 0.3207547068595886], "std": [0.15028201043605804, 0.24136048555374146, 0.2433169037103653, 0.04598996788263321, 0.04937722533941269, 0.03833106905221939, 0.9471639394760132], "count": [318]}, "timestamp": {"min": [0.0], "max": [31.7], "mean": [15.849999999999998], "std": [9.17982389083073], "count": [318]}, "frame_index": {"min": [0], "max": [317], "mean": [158.5], "std": [91.79823890830731], "count": [318]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [318]}, "index": {"min": [27593], "max": [27910], "mean": [27751.5], "std": [91.79823890830731], "count": [318]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [318]}}} +{"episode_index": 68, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4551168171003753]], [[0.429705452114928]], [[0.39571236165364587]]], "std": [[[0.24341784799689423]], [[0.22259286326679092]], [[0.20722095495855125]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5452578454111137]], [[0.5159977063945695]], [[0.46107265696806066]]], "std": [[[0.2538062413948409]], [[0.22865363849544337]], [[0.20587665036231567]]], "count": [100]}, "state": {"min": [-0.20560874044895172, -0.1424105018377304, 0.9204038977622986, 2.8351211547851562, -0.18113450706005096, -0.02722969464957714, 0.0018957739230245352, -0.04000748693943024], "max": [0.03888363391160965, 0.22237904369831085, 1.2921268939971924, 3.0814619064331055, 0.4391915798187256, 0.1532137244939804, 0.03984082490205765, -0.002462493721395731], "mean": [-0.10097111761569977, 0.03590460121631622, 1.1474030017852783, 2.952033042907715, 0.05531906709074974, 0.056217409670352936, 0.013964238576591015, -0.014370674267411232], "std": [0.09044913947582245, 0.14058560132980347, 0.10643622279167175, 0.06087173521518707, 0.17632891237735748, 0.044464804232120514, 0.016913507133722305, 0.01675485074520111], "count": [319]}, "actions": {"min": [-0.8264119029045105, -0.9211416244506836, -1.121302604675293, -0.1569875329732895, -0.2547381818294525, -0.2521069049835205, -1.0], "max": [0.7558979392051697, 0.7893725633621216, 1.4071505069732666, 0.19148989021778107, 0.2473660558462143, 0.14392763376235962, 1.0], "mean": [0.03773896023631096, -0.03477056324481964, 0.0005980109563097358, -0.0009786487789824605, -0.0046606520190835, -0.000598746002651751, 0.3730407655239105], "std": [0.1496102660894394, 0.2588355541229248, 0.3091678023338318, 0.051042258739471436, 0.05237926170229912, 0.04104497283697128, 0.9278163909912109], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [319]}, "index": {"min": [27911], "max": [28229], "mean": [28070.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [319]}}} +{"episode_index": 69, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44960050455729167]], [[0.42490920182770375]], [[0.3919100144330193]]], "std": [[[0.24347007177740754]], [[0.22279136434245994]], [[0.20743793936532184]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5327504852893307]], [[0.5036917473288144]], [[0.4525357115502451]]], "std": [[[0.27363202372507667]], [[0.24876007988825738]], [[0.22599373402857942]]], "count": [100]}, "state": {"min": [-0.26318132877349854, -0.15794427692890167, 0.9277192950248718, 3.0852596759796143, -0.1232028603553772, -0.08373107761144638, 0.00255467277020216, -0.03985041379928589], "max": [0.06595052033662796, 0.16841156780719757, 1.2283110618591309, 3.3580753803253174, 0.42894142866134644, 0.09574618935585022, 0.040007419884204865, -0.0024210873525589705], "mean": [-0.12752923369407654, 0.00519549660384655, 1.110703945159912, 3.2160496711730957, 0.09312263876199722, -0.00045708558172918856, 0.015083514153957367, -0.01489274948835373], "std": [0.11307985335588455, 0.12229976803064346, 0.08971280604600906, 0.06588983535766602, 0.15832561254501343, 0.04730124771595001, 0.017002303153276443, 0.016992665827274323], "count": [275]}, "actions": {"min": [-0.3128308653831482, -0.8622937798500061, -0.8980122804641724, -0.1456989347934723, -0.23940801620483398, -0.13998128473758698, -1.0], "max": [0.8217101097106934, 0.9035433530807495, 1.1373716592788696, 0.1558743417263031, 0.27192410826683044, 0.1580183506011963, 1.0], "mean": [0.0670112669467926, -0.042310092598199844, -0.005345330573618412, -0.00026246599736623466, 0.0020494400523602962, 0.0028004383202642202, 0.3309091031551361], "std": [0.19638539850711823, 0.23883843421936035, 0.2648572325706482, 0.05357445776462555, 0.05858265981078148, 0.03732965141534805, 0.9436606764793396], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [275]}, "index": {"min": [28230], "max": [28504], "mean": [28367.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [275]}}} +{"episode_index": 70, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4471794319900812]], [[0.4224958657657399]], [[0.38926397046855854]]], "std": [[[0.24469450175738836]], [[0.2239365474487201]], [[0.20843874587029929]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5202203949572993]], [[0.49153018547506894]], [[0.45630777994791666]]], "std": [[[0.27084262497387807]], [[0.24789272467169846]], [[0.22406118243317397]]], "count": [100]}, "state": {"min": [-0.2082178145647049, -0.16017571091651917, 0.932400643825531, 2.8441054821014404, -0.05100195109844208, -0.02547195740044117, 0.0021401054691523314, -0.04000398889183998], "max": [0.04367371276021004, 0.02178994193673134, 1.2252596616744995, 3.14277982711792, 0.38087794184684753, 0.09427276998758316, 0.03985442966222763, -0.0012250036234036088], "mean": [-0.0822203978896141, -0.07232801616191864, 1.122951626777649, 2.9880332946777344, 0.09508143365383148, 0.031220324337482452, 0.015948694199323654, -0.015978319570422173], "std": [0.10516218096017838, 0.05061044543981552, 0.08086979389190674, 0.07702402770519257, 0.1170455738902092, 0.02751411683857441, 0.017218351364135742, 0.017363639548420906], "count": [309]}, "actions": {"min": [-0.38696399331092834, -0.4518311619758606, -0.8981011509895325, -0.2622480094432831, -0.2539590001106262, -0.14128774404525757, -1.0], "max": [0.77191561460495, 0.5404700636863708, 1.4993159770965576, 0.2669697105884552, 0.19144079089164734, 0.21627092361450195, 1.0], "mean": [0.05192788690328598, -0.024068579077720642, -0.0014685626374557614, -0.0029251177329570055, 0.0019118855707347393, 0.0006281680543906987, 0.27508091926574707], "std": [0.146178737282753, 0.13200920820236206, 0.26446035504341125, 0.059005267918109894, 0.04887654259800911, 0.035557039082050323, 0.9614221453666687], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [309]}, "index": {"min": [28505], "max": [28813], "mean": [28659.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [309]}}} +{"episode_index": 71, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4477542329676011]], [[0.42268101591222423]], [[0.38881188545975026]]], "std": [[[0.24577820010589652]], [[0.22483792902372376]], [[0.20925104439216613]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5442749879126455]], [[0.5110803091011795]], [[0.4691944376627604]]], "std": [[[0.268329047990403]], [[0.24217418279928898]], [[0.2156302478099063]]], "count": [100]}, "state": {"min": [-0.20883724093437195, -0.10376553982496262, 0.9236432909965515, 3.0024449825286865, -0.0834164097905159, -0.027292106300592422, 0.0025727732572704554, -0.04000069200992584], "max": [0.07091370224952698, 0.04329165816307068, 1.2514084577560425, 3.2088892459869385, 0.3840867877006531, 0.14915868639945984, 0.03998034819960594, -0.0026543857529759407], "mean": [-0.09902290254831314, -0.016514237970113754, 1.1139752864837646, 3.1139445304870605, 0.10971715301275253, 0.057962723076343536, 0.012404181063175201, -0.012453519739210606], "std": [0.11079283803701401, 0.04782118275761604, 0.10873830318450928, 0.062449611723423004, 0.14473356306552887, 0.048482295125722885, 0.015958040952682495, 0.01595078781247139], "count": [258]}, "actions": {"min": [-0.15986298024654388, -0.6282684206962585, -0.9594708681106567, -0.2354147583246231, -0.17216405272483826, -0.17358043789863586, -1.0], "max": [0.8458386063575745, 0.2882815897464752, 0.9916078448295593, 0.1699717789888382, 0.13530278205871582, 0.12871254980564117, 1.0], "mean": [0.08038724213838577, -0.01887081377208233, -0.002257373882457614, -0.0013075856259092689, 0.0026766289956867695, 0.0019129031570628285, 0.5271317958831787], "std": [0.1616196632385254, 0.12351607531309128, 0.2706379294395447, 0.0423206128180027, 0.0481422133743763, 0.03180889040231705, 0.8497826457023621], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [258]}, "index": {"min": [28814], "max": [29071], "mean": [28942.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [258]}}} +{"episode_index": 72, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45080564790613514]], [[0.4259206704532399]], [[0.3925373301786535]]], "std": [[[0.24445819749785552]], [[0.2237573631551273]], [[0.20836714499410733]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5238329892625995]], [[0.4943976901185279]], [[0.45826637477500765]]], "std": [[[0.2693063410595928]], [[0.24592998380181286]], [[0.22164439904942182]]], "count": [100]}, "state": {"min": [-0.19918504357337952, -0.15810784697532654, 0.9275280237197876, 2.8197669982910156, -0.1351272314786911, -0.13309520483016968, 0.0017710846150293946, -0.040004994720220566], "max": [0.04745938628911972, 0.008397547528147697, 1.2265095710754395, 3.245734214782715, 0.34560534358024597, 0.029156042262911797, 0.039899203926324844, -0.002033685799688101], "mean": [-0.08964736014604568, -0.07417118549346924, 1.1246435642242432, 3.0661239624023438, 0.018655916675925255, -0.04716886952519417, 0.012312635779380798, -0.012478696182370186], "std": [0.10613130033016205, 0.05411290377378464, 0.09481316804885864, 0.1117849200963974, 0.14749900996685028, 0.043173834681510925, 0.016307413578033447, 0.016181379556655884], "count": [293]}, "actions": {"min": [-0.1283954679965973, -0.5511425733566284, -0.6456177234649658, -0.28983888030052185, -0.1959167718887329, -0.11113578826189041, -1.0], "max": [0.5433909893035889, 0.33120840787887573, 1.2354681491851807, 0.20492267608642578, 0.18148289620876312, 0.17290590703487396, 1.0], "mean": [0.06562725454568863, -0.032225530594587326, -0.012007406912744045, 0.0014580236747860909, 0.0017895483179017901, -0.002353518735617399, 0.45392492413520813], "std": [0.12144585698843002, 0.10668035596609116, 0.2636566460132599, 0.058849070221185684, 0.04914834350347519, 0.03386281430721283, 0.8910416960716248], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [293]}, "index": {"min": [29072], "max": [29364], "mean": [29218.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [293]}}} +{"episode_index": 73, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4488014484480316]], [[0.4241003860772825]], [[0.3909103896197151]]], "std": [[[0.24474226433313215]], [[0.22389580007881985]], [[0.20811495537091293]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5216328998640472]], [[0.49199461454503673]], [[0.45582776955997245]]], "std": [[[0.2796318857790731]], [[0.25641386590245]], [[0.23208214477449507]]], "count": [100]}, "state": {"min": [-0.1914185881614685, -0.17942890524864197, 0.9289914965629578, 2.953062057495117, -0.032276298850774765, -0.026796219870448112, 0.002198530361056328, -0.040006063878536224], "max": [0.06417657434940338, -0.005036456976085901, 1.2350845336914062, 3.194967746734619, 0.3748459815979004, 0.06458039581775665, 0.0398608073592186, -0.002367612672969699], "mean": [-0.07526741176843643, -0.07894152402877808, 1.109391450881958, 3.0708751678466797, 0.11884298175573349, 0.01442322600632906, 0.012575684115290642, -0.012752292677760124], "std": [0.1049552857875824, 0.05636947602033615, 0.09168543666601181, 0.06534499675035477, 0.12118986994028091, 0.025823332369327545, 0.01618361473083496, 0.01617475599050522], "count": [304]}, "actions": {"min": [-0.18159501254558563, -0.5725777745246887, -0.6004331111907959, -0.2367308884859085, -0.16278496384620667, -0.1011708676815033, -1.0], "max": [0.5982425808906555, 0.32331663370132446, 1.0299128293991089, 0.33421245217323303, 0.27391767501831055, 0.1951797753572464, 1.0], "mean": [0.06137809157371521, -0.03482958674430847, -0.015652546659111977, 0.001388792647048831, 0.003129438264295459, 7.244330845423974e-06, 0.45394736528396606], "std": [0.12985162436962128, 0.12321767956018448, 0.24289314448833466, 0.056199923157691956, 0.049909837543964386, 0.034434348344802856, 0.8910279870033264], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [304]}, "index": {"min": [29365], "max": [29668], "mean": [29516.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [304]}}} +{"episode_index": 74, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4455698493508732]], [[0.42097971777822457]], [[0.3878356646369485]]], "std": [[[0.2449378429997952]], [[0.22415465284654373]], [[0.20858704405591014]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5192735212737438]], [[0.489436518052045]], [[0.4525803025189568]]], "std": [[[0.2815227888684208]], [[0.2584482239275954]], [[0.234058695169356]]], "count": [100]}, "state": {"min": [-0.2114001214504242, -0.12744462490081787, 0.9274476766586304, 2.983482837677002, 0.011498023755848408, -0.09866905212402344, 0.0020591644570231438, -0.04000405967235565], "max": [0.05831902474164963, -0.0035639405250549316, 1.2178258895874023, 3.121617555618286, 0.40375396609306335, -0.0238188449293375, 0.03990033641457558, -0.0022696794476360083], "mean": [-0.086275115609169, -0.06526646763086319, 1.1100045442581177, 3.0627806186676025, 0.14982986450195312, -0.06081424281001091, 0.013999849557876587, -0.014113878831267357], "std": [0.10480731725692749, 0.04356026276946068, 0.09076879918575287, 0.03226624056696892, 0.11899071931838989, 0.01747937500476837, 0.016970060765743256, 0.01693941280245781], "count": [292]}, "actions": {"min": [-0.1140604093670845, -0.43213170766830444, -0.72530597448349, -0.18365001678466797, -0.17426323890686035, -0.07858910411596298, -1.0], "max": [0.7496104836463928, 0.36999011039733887, 0.8816234469413757, 0.20472247898578644, 0.14815875887870789, 0.09040547162294388, 1.0], "mean": [0.07285676896572113, -0.02926582098007202, -0.015361098572611809, -0.0011814326280727983, 0.005338470451533794, 0.0005095418891869485, 0.36986300349235535], "std": [0.13466615974903107, 0.10326379537582397, 0.23874880373477936, 0.05035148188471794, 0.04509393498301506, 0.027513720095157623, 0.9290889501571655], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [292]}, "index": {"min": [29669], "max": [29960], "mean": [29814.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [292]}}} +{"episode_index": 75, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44581161678538606]], [[0.42107007733513324]], [[0.38759061925551475]]], "std": [[[0.24631600512868573]], [[0.22554748478644637]], [[0.21027692424279923]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.544417604932598]], [[0.5112409799613205]], [[0.4701975713991651]]], "std": [[[0.26585499221952136]], [[0.23994043148195043]], [[0.21372052123017832]]], "count": [100]}, "state": {"min": [-0.2147766500711441, -0.11559286713600159, 0.9247937798500061, 2.9232606887817383, -0.045376285910606384, -0.024951528757810593, 0.0009510318050161004, -0.04000217467546463], "max": [0.07203344255685806, 0.032429423183202744, 1.2107360363006592, 3.18540358543396, 0.36524128913879395, 0.1575130820274353, 0.03996100276708603, -0.002508240519091487], "mean": [-0.09754931181669235, -0.017375480383634567, 1.0939377546310425, 3.0608088970184326, 0.11188441514968872, 0.06781549751758575, 0.012683141976594925, -0.012906893156468868], "std": [0.11223399639129639, 0.04251781105995178, 0.08673392236232758, 0.07924308627843857, 0.1257336139678955, 0.05572628229856491, 0.016358379274606705, 0.01626361533999443], "count": [331]}, "actions": {"min": [-0.48639577627182007, -0.573855996131897, -0.7635147571563721, -0.2434116154909134, -0.13366691768169403, -0.08258521556854248, -1.0], "max": [0.6221169233322144, 0.480257123708725, 0.9079575538635254, 0.13586029410362244, 0.1008429005742073, 0.08366899192333221, 1.0], "mean": [0.060631196945905685, -0.015625352039933205, -0.022103697061538696, -0.004501324612647295, 0.00334735750220716, 0.0012869888450950384, 0.4924471378326416], "std": [0.1472710520029068, 0.1319328248500824, 0.21460643410682678, 0.03612619265913963, 0.03373035788536072, 0.02595929242670536, 0.8703444600105286], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [331]}, "index": {"min": [29961], "max": [30291], "mean": [30126.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [331]}}} +{"episode_index": 76, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45159458953259035]], [[0.427815216662837]], [[0.3948091101552926]]], "std": [[[0.24461511987429774]], [[0.22523215541593206]], [[0.21073048505333392]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9529411764705882]], [[0.9490196078431372]], [[0.9254901960784314]]], "mean": [[[0.5490147920496323]], [[0.5157511836033242]], [[0.4634755320829504]]], "std": [[[0.26151696013579073]], [[0.23252822599137024]], [[0.20226820021638856]]], "count": [100]}, "state": {"min": [-0.22099235653877258, 0.02190435491502285, 0.924738347530365, 3.038651943206787, -0.10945940017700195, -0.21276117861270905, 0.000395485752960667, -0.0400070920586586], "max": [0.1392069160938263, 0.22151313722133636, 1.1901841163635254, 3.18766450881958, 0.3255726993083954, 0.2877190411090851, 0.03994409367442131, -0.000967416272033006], "mean": [-0.03453285992145538, 0.1795101910829544, 1.0624034404754639, 3.1216344833374023, 0.073731929063797, 0.06823795288801193, 0.020373500883579254, -0.02193264104425907], "std": [0.11483793705701828, 0.034665174782276154, 0.07929804921150208, 0.030508702620863914, 0.11751052737236023, 0.12939290702342987, 0.01816633902490139, 0.01768508553504944], "count": [416]}, "actions": {"min": [-0.7013226747512817, -0.6589170694351196, -1.2854077816009521, -0.14874222874641418, -0.22362683713436127, -0.23460198938846588, -1.0], "max": [0.8914774656295776, 0.8006597757339478, 1.3527008295059204, 0.19403673708438873, 0.13900096714496613, 0.21242767572402954, 1.0], "mean": [0.02501346915960312, 0.020029356703162193, -0.023988235741853714, 0.001806465326808393, -0.0003563811769708991, -0.0015454483218491077, 0.024038461968302727], "std": [0.19902338087558746, 0.1673213392496109, 0.2741782069206238, 0.03685256838798523, 0.04305059835314751, 0.0519915446639061, 0.999710202217102], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [416]}, "index": {"min": [30292], "max": [30707], "mean": [30499.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [416]}}} +{"episode_index": 77, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45065523589445183]], [[0.42751675275416157]], [[0.39533458424376333]]], "std": [[[0.24728706849585474]], [[0.22843642222637653]], [[0.21411970139262312]]], "count": [108]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9686274509803922]], [[0.9529411764705882]]], "mean": [[[0.5262958640193455]], [[0.49612610373015675]], [[0.44368193937369504]]], "std": [[[0.26982991210269713]], [[0.24224751455640942]], [[0.21075137770903693]]], "count": [108]}, "state": {"min": [-0.21693766117095947, 0.00114251219201833, 0.9188387393951416, 2.839864730834961, -0.16481879353523254, -0.19162940979003906, 3.1358700653072447e-05, -0.04087438806891441], "max": [0.15740908682346344, 0.20638644695281982, 1.1916439533233643, 3.4994616508483887, 0.5903412699699402, 0.15799692273139954, 0.03995085135102272, -0.0017272350378334522], "mean": [-0.02060343138873577, 0.14762702584266663, 1.0466948747634888, 3.1228339672088623, 0.23773972690105438, 0.03469857573509216, 0.021553058177232742, -0.025111306458711624], "std": [0.11879339814186096, 0.04073729366064072, 0.08611636608839035, 0.1597946435213089, 0.23277728259563446, 0.0848749577999115, 0.01852121390402317, 0.017480837181210518], "count": [520]}, "actions": {"min": [-0.7554529905319214, -0.6959854960441589, -0.8732210397720337, -0.2243911176919937, -0.28847238421440125, -0.23153583705425262, -1.0], "max": [0.8890915513038635, 1.011766791343689, 1.226741909980774, 0.3347139358520508, 0.14614258706569672, 0.17629210650920868, 1.0], "mean": [0.014209850691258907, -0.00042206261423416436, -0.007805397734045982, 0.00032893900061026216, -0.0031116262543946505, 0.0026129502803087234, -0.015384615398943424], "std": [0.20800188183784485, 0.17734843492507935, 0.2655753195285797, 0.053743839263916016, 0.0499391183257103, 0.047044750303030014, 0.9998840093612671], "count": [520]}, "timestamp": {"min": [0.0], "max": [51.9], "mean": [25.95], "std": [15.011079241680127], "count": [520]}, "frame_index": {"min": [0], "max": [519], "mean": [259.5], "std": [150.11079241680127], "count": [520]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [520]}, "index": {"min": [30708], "max": [31227], "mean": [30967.5], "std": [150.11079241680127], "count": [520]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [520]}}} +{"episode_index": 78, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4482703988742879]], [[0.4252625023849102]], [[0.39323600980633666]]], "std": [[[0.2470403323343233]], [[0.22806242899691476]], [[0.21345126736198491]]], "count": [111]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.8745098039215686]]], "mean": [[[0.5007644391864291]], [[0.4727617143510698]], [[0.4243612376019172]]], "std": [[[0.27397703704529014]], [[0.24610067757938944]], [[0.21441211414576933]]], "count": [111]}, "state": {"min": [-0.20570898056030273, -0.011336005292832851, 0.9342368841171265, 2.7775540351867676, 0.0056632221676409245, -0.1941056102514267, 9.688878344604746e-05, -0.0400070957839489], "max": [0.1303323209285736, 0.1986318975687027, 1.1719850301742554, 3.2575523853302, 0.5773810148239136, 0.17248712480068207, 0.03994405269622803, -0.002503457712009549], "mean": [-0.02864701673388481, 0.1594688892364502, 1.0341811180114746, 3.080766439437866, 0.28921806812286377, -0.023267459124326706, 0.0183586236089468, -0.022723868489265442], "std": [0.1025766059756279, 0.029588881880044937, 0.06976962089538574, 0.10800483822822571, 0.19619670510292053, 0.10344050079584122, 0.018061239272356033, 0.016557877883315086], "count": [536]}, "actions": {"min": [-0.928893506526947, -0.573677659034729, -0.8524520993232727, -0.14886672794818878, -0.1766975224018097, -0.17721691727638245, -1.0], "max": [0.7228245139122009, 0.9900433421134949, 1.1262025833129883, 0.1414283961057663, 0.1308988630771637, 0.14568385481834412, 1.0], "mean": [0.013518045656383038, -0.007340667769312859, -0.00416007824242115, -8.139949204633012e-05, -0.0028744128067046404, 0.003768475726246834, 0.17164179682731628], "std": [0.17735587060451508, 0.18473201990127563, 0.19515688717365265, 0.03628338500857353, 0.03804546967148781, 0.042435891926288605, 0.9851590991020203], "count": [536]}, "timestamp": {"min": [0.0], "max": [53.5], "mean": [26.750000000000004], "std": [15.472960285607924], "count": [536]}, "frame_index": {"min": [0], "max": [535], "mean": [267.5], "std": [154.72960285607923], "count": [536]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [536]}, "index": {"min": [31228], "max": [31763], "mean": [31495.5], "std": [154.72960285607923], "count": [536]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [536]}}} +{"episode_index": 79, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4559531307318877]], [[0.4316056211174334]], [[0.3980341094771242]]], "std": [[[0.24347591504122]], [[0.2238797351544402]], [[0.20900731499133968]]], "count": [114]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5565975922754142]], [[0.520879335406723]], [[0.46805863408317344]]], "std": [[[0.26493839920161766]], [[0.23560718348173126]], [[0.20601398260898246]]], "count": [114]}, "state": {"min": [-0.23241299390792847, 0.01655004732310772, 0.9198123812675476, 3.047107458114624, -0.20963023602962494, -0.056275755167007446, 0.0005607518251053989, -0.0413644015789032], "max": [0.14642222225666046, 0.26008766889572144, 1.3059751987457275, 3.4375979900360107, 0.31789788603782654, 0.2657165229320526, 0.04004930704832077, -0.0009183980291709304], "mean": [-0.05088558793067932, 0.1626615673303604, 1.0805840492248535, 3.238759994506836, 0.058225031942129135, 0.08163224905729294, 0.02281802147626877, -0.02303677424788475], "std": [0.1175304502248764, 0.03640187159180641, 0.09659038484096527, 0.0945223942399025, 0.13873222470283508, 0.07554955780506134, 0.018261941149830818, 0.01810920424759388], "count": [554]}, "actions": {"min": [-0.9740136861801147, -0.7172451019287109, -1.1591150760650635, -0.2491050511598587, -0.3671394884586334, -0.24351805448532104, -1.0], "max": [0.8529664278030396, 1.4185593128204346, 1.2482664585113525, 0.22348064184188843, 0.19409535825252533, 0.19782643020153046, 1.0], "mean": [0.012560742907226086, 0.010299057699739933, -0.030898407101631165, -0.0008973772055469453, -0.0029493425972759724, 0.0009229028364643455, -0.06498195230960846], "std": [0.21575649082660675, 0.2291935682296753, 0.28859812021255493, 0.059100646525621414, 0.06038561463356018, 0.055584616959095, 0.9978890419006348], "count": [554]}, "timestamp": {"min": [0.0], "max": [55.3], "mean": [27.650000000000002], "std": [15.992576402818903], "count": [554]}, "frame_index": {"min": [0], "max": [553], "mean": [276.5], "std": [159.92576402818904], "count": [554]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [554]}, "index": {"min": [31764], "max": [32317], "mean": [32040.5], "std": [159.92576402818904], "count": [554]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [554]}}} +{"episode_index": 80, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4462316090987176]], [[0.4229606948980764]], [[0.3922060445577156]]], "std": [[[0.24670203765807608]], [[0.22770743509927263]], [[0.21420834335593544]]], "count": [112]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.4882674374834162]], [[0.4600081099181616]], [[0.42718750074797984]]], "std": [[[0.2701599247881889]], [[0.24177004135231883]], [[0.21154430609074493]]], "count": [112]}, "state": {"min": [-0.2013590931892395, -0.022552745416760445, 0.9288962483406067, 2.9296720027923584, -0.1486012041568756, -0.7577309608459473, 0.0004141151439398527, -0.041387252509593964], "max": [0.15633532404899597, 0.20854759216308594, 1.1748254299163818, 3.3683083057403564, 0.746462881565094, 1.2421236038208008, 0.04180978238582611, -0.0012853819644078612], "mean": [-0.01296150591224432, 0.1235155537724495, 1.023559808731079, 3.0991055965423584, 0.22412772476673126, -0.010174526832997799, 0.021956689655780792, -0.02144455723464489], "std": [0.11398936808109283, 0.08045968413352966, 0.08324165642261505, 0.09170239418745041, 0.2411193698644638, 0.3340224623680115, 0.01724313572049141, 0.016227882355451584], "count": [543]}, "actions": {"min": [-0.8198143243789673, -1.2269188165664673, -1.0089150667190552, -0.7449331283569336, -0.5284377336502075, -0.8295544385910034, -1.0], "max": [1.0472627878189087, 0.6411726474761963, 1.4135648012161255, 0.36600735783576965, 0.4910680055618286, 1.3035081624984741, 1.0], "mean": [0.003906867932528257, -0.004074486438184977, -0.009954337030649185, -0.0006245881668291986, 0.0003361236595083028, -0.0007058331393636763, 0.20441989600658417], "std": [0.20553679764270782, 0.17452509701251984, 0.23655381798744202, 0.08874973654747009, 0.07416339963674545, 0.2017110288143158, 0.9788812398910522], "count": [543]}, "timestamp": {"min": [0.0], "max": [54.2], "mean": [27.1], "std": [15.675033226971697], "count": [543]}, "frame_index": {"min": [0], "max": [542], "mean": [271.0], "std": [156.75033226971695], "count": [543]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [543]}, "index": {"min": [32318], "max": [32860], "mean": [32589.0], "std": [156.75033226971695], "count": [543]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [543]}}} +{"episode_index": 81, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4464825424493528]], [[0.4232716429467295]], [[0.3925290172456077]]], "std": [[[0.24668788424839724]], [[0.22771405767876052]], [[0.21433086034769647]]], "count": [104]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5281876249011286]], [[0.4944924655183588]], [[0.45581180002894334]]], "std": [[[0.2656124020850445]], [[0.2365945796873441]], [[0.2059546645620686]]], "count": [104]}, "state": {"min": [-0.20768922567367554, -0.03620125353336334, 0.9201689958572388, 2.981912612915039, -0.16817606985569, -0.09957803785800934, 0.00036837506922893226, -0.040447067469358444], "max": [0.16213662922382355, 0.1986193060874939, 1.1771835088729858, 3.307814836502075, 0.4621509313583374, 0.42692258954048157, 0.039957012981176376, -0.0016971388831734657], "mean": [-0.012485244311392307, 0.0954819992184639, 1.0446219444274902, 3.130673408508301, 0.1501484364271164, 0.08897572755813599, 0.01688714139163494, -0.020258130505681038], "std": [0.13562649488449097, 0.08376697450876236, 0.08074989169836044, 0.08984573930501938, 0.1913565993309021, 0.14836809039115906, 0.017526183277368546, 0.017017727717757225], "count": [493]}, "actions": {"min": [-0.9141035676002502, -0.8991129994392395, -0.7858362197875977, -0.1604207307100296, -0.1996607631444931, -0.2437795102596283, -1.0], "max": [0.7905109524726868, 0.5570167899131775, 1.1477224826812744, 0.23664411902427673, 0.1382315754890442, 0.21620844304561615, 1.0], "mean": [0.027569446712732315, -0.01812514290213585, -0.009339561685919762, 0.0001526137493783608, 0.001312808133661747, 0.005098046734929085, 0.2616632878780365], "std": [0.20375044643878937, 0.18562904000282288, 0.23207125067710876, 0.04207107424736023, 0.04298335313796997, 0.05863283947110176, 0.9651580452919006], "count": [493]}, "timestamp": {"min": [0.0], "max": [49.2], "mean": [24.599999999999998], "std": [14.231654858097142], "count": [493]}, "frame_index": {"min": [0], "max": [492], "mean": [246.0], "std": [142.3165485809714], "count": [493]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [493]}, "index": {"min": [32861], "max": [33353], "mean": [33107.0], "std": [142.3165485809714], "count": [493]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [493]}}} +{"episode_index": 82, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44891477365787624]], [[0.42507713168275124]], [[0.39381637092398]]], "std": [[[0.24694293249831137]], [[0.2276006230506841]], [[0.21394666285229266]]], "count": [112]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.5267019250479733]], [[0.49311682650355065]], [[0.4547653732513513]]], "std": [[[0.27062320738264267]], [[0.2416870446316897]], [[0.21122560789894063]]], "count": [112]}, "state": {"min": [-0.23060868680477142, -0.044849053025245667, 0.9284507036209106, 3.029123544692993, -0.09854473918676376, -0.11150239408016205, 0.0004655913799069822, -0.04086088389158249], "max": [0.1386239230632782, 0.20830640196800232, 1.1788318157196045, 3.402235269546509, 0.5819586515426636, 0.3799593448638916, 0.04000203311443329, -0.0014571957290172577], "mean": [-0.023493267595767975, 0.10631382465362549, 1.0558667182922363, 3.170931339263916, 0.17613624036312103, 0.07150164991617203, 0.01966795139014721, -0.02171037532389164], "std": [0.12979114055633545, 0.0806533545255661, 0.08461177349090576, 0.09183315187692642, 0.2123563587665558, 0.1335284411907196, 0.01811927929520607, 0.017646675929427147], "count": [543]}, "actions": {"min": [-0.8123475909233093, -1.1050121784210205, -0.6350388526916504, -0.22835439443588257, -0.14306752383708954, -0.41688206791877747, -1.0], "max": [0.8776629567146301, 0.6664441227912903, 0.9676814079284668, 0.1570041924715042, 0.13201305270195007, 0.15065635740756989, 1.0], "mean": [0.02641146443784237, 0.003751607146114111, -0.015395729802548885, 0.0005541978753171861, 0.001576838898472488, 0.004909966140985489, 0.11233885586261749], "std": [0.17928524315357208, 0.16245616972446442, 0.2251998335123062, 0.04305033013224602, 0.0403745137155056, 0.05265649035573006, 0.9936719536781311], "count": [543]}, "timestamp": {"min": [0.0], "max": [54.2], "mean": [27.1], "std": [15.675033226971697], "count": [543]}, "frame_index": {"min": [0], "max": [542], "mean": [271.0], "std": [156.75033226971695], "count": [543]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [543]}, "index": {"min": [33354], "max": [33896], "mean": [33625.0], "std": [156.75033226971695], "count": [543]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [543]}}} +{"episode_index": 83, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4469841164981617]], [[0.42316638303270526]], [[0.3916906522863051]]], "std": [[[0.24599072676453926]], [[0.22640420812919174]], [[0.21248686699533634]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9490196078431372]]], "mean": [[[0.5328651715446922]], [[0.49857821296243104]], [[0.4591026934455423]]], "std": [[[0.26142992603889065]], [[0.2318714329296209]], [[0.20063967896753243]]], "count": [100]}, "state": {"min": [-0.21030466258525848, -0.01643482968211174, 0.9269561767578125, 2.98958158493042, -0.12952862679958344, -0.19018849730491638, 0.0007533565512858331, -0.04000447690486908], "max": [0.14869174361228943, 0.18618468940258026, 1.1641000509262085, 3.3204562664031982, 0.3675520718097687, 0.47911059856414795, 0.04000646993517876, -0.0020656937267631292], "mean": [-0.037891145795583725, 0.08853654563426971, 1.0376886129379272, 3.168329954147339, 0.07487565279006958, 0.11922865360975266, 0.018351329490542412, -0.019967470318078995], "std": [0.12928418815135956, 0.07193145900964737, 0.07636485993862152, 0.08266215026378632, 0.13745558261871338, 0.13784614205360413, 0.017612166702747345, 0.017237631604075432], "count": [441]}, "actions": {"min": [-0.588607907295227, -1.3111923933029175, -0.9059019684791565, -0.16340138018131256, -0.25204408168792725, -0.3566485345363617, -1.0], "max": [0.8496224880218506, 0.476642370223999, 0.9092531204223633, 0.11455358564853668, 0.1969534009695053, 0.3064418435096741, 1.0], "mean": [0.03799464553594589, -0.0014942311681807041, -0.02234109677374363, -0.0015229943674057722, 0.0033413777127861977, 0.007066298276185989, 0.21088434755802155], "std": [0.20452378690242767, 0.17655855417251587, 0.2156074494123459, 0.035998158156871796, 0.046290233731269836, 0.06614651530981064, 0.97751384973526], "count": [441]}, "timestamp": {"min": [0.0], "max": [44.0], "mean": [22.0], "std": [12.730540705982078], "count": [441]}, "frame_index": {"min": [0], "max": [440], "mean": [220.0], "std": [127.30540705982078], "count": [441]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [441]}, "index": {"min": [33897], "max": [34337], "mean": [34117.0], "std": [127.30540705982078], "count": [441]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [441]}}} +{"episode_index": 84, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.447464765960095]], [[0.42386320046817555]], [[0.39273995612649354]]], "std": [[[0.24722813268607277]], [[0.22785757725152458]], [[0.21386774923100182]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5264036284802007]], [[0.49259184713924636]], [[0.4542747611251532]]], "std": [[[0.2660132659527562]], [[0.23741628406341492]], [[0.20715959001087514]]], "count": [100]}, "state": {"min": [-0.21707633137702942, -0.04977267235517502, 0.9360235929489136, 2.8997609615325928, -0.10813302546739578, -0.10221040993928909, 0.00021372090850491077, -0.041023239493370056], "max": [0.14671577513217926, 0.20657862722873688, 1.138942837715149, 3.296283006668091, 0.5636102557182312, 0.42900851368904114, 0.039996203035116196, -0.0007058043265715241], "mean": [-0.02607930265367031, 0.09698571264743805, 1.039175271987915, 3.095743179321289, 0.20969556272029877, 0.029719308018684387, 0.01865314692258835, -0.02208036556839943], "std": [0.12745057046413422, 0.091041699051857, 0.06611011177301407, 0.11250146478414536, 0.2055831104516983, 0.11100497841835022, 0.017937976866960526, 0.01745455712080002], "count": [433]}, "actions": {"min": [-0.8599473237991333, -0.8850539922714233, -0.8928787112236023, -0.1719367951154709, -0.14059410989284515, -0.18882310390472412, -1.0], "max": [0.8413729667663574, 0.7592029571533203, 0.744671106338501, 0.19671963155269623, 0.1624358892440796, 0.24585314095020294, 1.0], "mean": [0.02899019420146942, 0.009766820818185806, -0.01718057505786419, 0.0013823459157720208, -0.001694183680228889, 0.010155050083994865, 0.16397228837013245], "std": [0.21336443722248077, 0.1743335723876953, 0.222685307264328, 0.03548283129930496, 0.04583354294300079, 0.058847177773714066, 0.9864649176597595], "count": [433]}, "timestamp": {"min": [0.0], "max": [43.2], "mean": [21.599999999999998], "std": [12.499599993599796], "count": [433]}, "frame_index": {"min": [0], "max": [432], "mean": [216.0], "std": [124.99599993599796], "count": [433]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [433]}, "index": {"min": [34338], "max": [34770], "mean": [34554.0], "std": [124.99599993599796], "count": [433]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [433]}}} +{"episode_index": 85, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44918929874195773]], [[0.4248222823797488]], [[0.39271985760857075]]], "std": [[[0.24640072374642685]], [[0.22662883084164992]], [[0.21246016528302447]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.5286376306870404]], [[0.4942130593692555]], [[0.4534558739755668]]], "std": [[[0.2757536465358988]], [[0.24656625500596505]], [[0.215950578998009]]], "count": [100]}, "state": {"min": [-0.2165669947862625, -0.007017937488853931, 0.928692638874054, 2.9907350540161133, -0.14381462335586548, -0.14546963572502136, 0.00035782443592324853, -0.0400073379278183], "max": [0.14064425230026245, 0.23770195245742798, 1.244797706604004, 3.329144239425659, 0.3835676610469818, 0.2740017771720886, 0.04000377282500267, -0.0010966864647343755], "mean": [-0.050242893397808075, 0.11477304995059967, 1.0681756734848022, 3.1629819869995117, 0.13420425355434418, 0.033638276159763336, 0.01802940107882023, -0.019355520606040955], "std": [0.12399110198020935, 0.07745000720024109, 0.1068408191204071, 0.07651009410619736, 0.17512930929660797, 0.1207890510559082, 0.018010227009654045, 0.01751089282333851], "count": [432]}, "actions": {"min": [-1.1644923686981201, -0.9446042776107788, -1.0245133638381958, -0.17027044296264648, -0.20981964468955994, -0.24138683080673218, -1.0], "max": [0.9244226217269897, 0.7152023911476135, 1.1001203060150146, 0.14687217772006989, 0.13088425993919373, 0.13342642784118652, 1.0], "mean": [0.022888967767357826, 0.007556607946753502, -0.02804385870695114, -0.0019959497731179, 0.003978315275162458, 0.004932915326207876, 0.1944444477558136], "std": [0.22173404693603516, 0.19536195695400238, 0.25962403416633606, 0.03625445067882538, 0.0437605045735836, 0.042358629405498505, 0.9809147119522095], "count": [432]}, "timestamp": {"min": [0.0], "max": [43.1], "mean": [21.55], "std": [12.470732402977248], "count": [432]}, "frame_index": {"min": [0], "max": [431], "mean": [215.5], "std": [124.70732402977247], "count": [432]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [432]}, "index": {"min": [34771], "max": [35202], "mean": [34986.5], "std": [124.70732402977247], "count": [432]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [432]}}} +{"episode_index": 86, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4479264538334865]], [[0.4238357274672564]], [[0.3918716257132736]]], "std": [[[0.24571257063410537]], [[0.22600400248096664]], [[0.21183112011007169]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.5290727862189798]], [[0.49439188220454194]], [[0.4531551298253676]]], "std": [[[0.27344962653535293]], [[0.2439530815882815]], [[0.2129211317863798]]], "count": [100]}, "state": {"min": [-0.2341615855693817, -0.003246607957407832, 0.9259819984436035, 3.002542734146118, -0.08008026331663132, -0.1938474178314209, 0.00048367405543103814, -0.040006835013628006], "max": [0.1363631784915924, 0.20221491158008575, 1.2022897005081177, 3.326096296310425, 0.3821200430393219, 0.26547133922576904, 0.03995020315051079, -0.0011149152414873242], "mean": [-0.057874783873558044, 0.1156310960650444, 1.060551643371582, 3.1419520378112793, 0.12156172096729279, -0.02516249753534794, 0.022763410583138466, -0.024399027228355408], "std": [0.12160363048315048, 0.07673334330320358, 0.09027265012264252, 0.09706710278987885, 0.13536636531352997, 0.0851743146777153, 0.018068961799144745, 0.017085954546928406], "count": [470]}, "actions": {"min": [-0.7799971103668213, -0.9639100432395935, -1.0852186679840088, -0.18997648358345032, -0.16326214373111725, -0.2622183859348297, -1.0], "max": [1.0697065591812134, 0.45588022470474243, 1.2389791011810303, 0.16648423671722412, 0.24535401165485382, 0.1515740603208542, 1.0], "mean": [0.03734219819307327, 0.006354945711791515, -0.014258499257266521, -0.0029570788610726595, 0.0021860934793949127, 0.005935182329267263, -0.059574469923973083], "std": [0.22209055721759796, 0.16449597477912903, 0.2688532769680023, 0.04285560920834541, 0.05110267922282219, 0.04596221446990967, 0.9982245564460754], "count": [470]}, "timestamp": {"min": [0.0], "max": [46.9], "mean": [23.45], "std": [13.567700615800748], "count": [470]}, "frame_index": {"min": [0], "max": [469], "mean": [234.5], "std": [135.6770061580075], "count": [470]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [470]}, "index": {"min": [35203], "max": [35672], "mean": [35437.5], "std": [135.6770061580075], "count": [470]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [470]}}} +{"episode_index": 87, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45045686310412836]], [[0.4256652239631204]], [[0.39270175888959097]]], "std": [[[0.2422689228071093]], [[0.22140476939292458]], [[0.20580197751438645]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5553899326698453]], [[0.5212687090705422]], [[0.4660667892156863]]], "std": [[[0.2681106453127554]], [[0.24207371812115244]], [[0.21834191289576016]]], "count": [100]}, "state": {"min": [-0.21180035173892975, -0.2653968036174774, 0.9209750890731812, 3.0115580558776855, -0.09392178058624268, -0.10071658343076706, 0.002490048762410879, -0.040002334862947464], "max": [0.07141448557376862, 0.1992681622505188, 1.2243372201919556, 3.2566561698913574, 0.40388065576553345, 0.05809208005666733, 0.039987221360206604, -0.002685647690668702], "mean": [-0.1154535785317421, -0.028293438255786896, 1.112666368484497, 3.1243810653686523, 0.08933104574680328, -0.039598289877176285, 0.01455144677311182, -0.014574665576219559], "std": [0.1054144948720932, 0.18261435627937317, 0.0940493568778038, 0.05948251858353615, 0.15949556231498718, 0.03676803782582283, 0.016913704574108124, 0.01682450622320175], "count": [322]}, "actions": {"min": [-0.3789476454257965, -0.916525661945343, -0.8719810247421265, -0.2112768441438675, -0.19221562147140503, -0.16975191235542297, -1.0], "max": [0.6154534220695496, 0.9529069066047668, 0.770204484462738, 0.18706975877285004, 0.20899488031864166, 0.14468082785606384, 1.0], "mean": [0.059171613305807114, -0.05923640727996826, -0.011965121142566204, -0.0030795279890298843, 0.0013999482616782188, 0.0005271915579214692, 0.3602484464645386], "std": [0.14541615545749664, 0.25794717669487, 0.22985981404781342, 0.05013161897659302, 0.051215171813964844, 0.037123605608940125, 0.9328581094741821], "count": [322]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.295294508513434], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [322]}, "index": {"min": [35673], "max": [35994], "mean": [35833.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [322]}}} +{"episode_index": 88, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45280400414560357]], [[0.42764788339652265]], [[0.3942821296243107]]], "std": [[[0.2427519887305956]], [[0.22171787209092844]], [[0.2060302136788569]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5486350546444164]], [[0.5154212921740962]], [[0.46090967036228553]]], "std": [[[0.26760322712523155]], [[0.24136515913167886]], [[0.21772560659610543]]], "count": [100]}, "state": {"min": [-0.2852664291858673, -0.25077009201049805, 0.9197869300842285, 2.9838027954101562, -0.10334901511669159, -0.06963621079921722, 0.002176776295527816, -0.03989443928003311], "max": [0.07224530726671219, 0.1721658855676651, 1.2358862161636353, 3.3190457820892334, 0.39759355783462524, 0.028099287301301956, 0.040008459240198135, -0.0022292030043900013], "mean": [-0.13661415874958038, -0.025623615831136703, 1.118812918663025, 3.158189058303833, 0.07918810099363327, -0.015685418620705605, 0.014516784809529781, -0.014503132551908493], "std": [0.11490891128778458, 0.16621269285678864, 0.09353046119213104, 0.09630680084228516, 0.14572525024414062, 0.02563919872045517, 0.017109738662838936, 0.01704438030719757], "count": [285]}, "actions": {"min": [-0.36587008833885193, -1.0385053157806396, -0.5585101246833801, -0.23636887967586517, -0.1469321846961975, -0.19254758954048157, -1.0], "max": [0.8297086954116821, 0.8374866247177124, 0.8931090235710144, 0.34319519996643066, 0.16573961079120636, 0.12987454235553741, 1.0], "mean": [0.0717758908867836, -0.07500915974378586, -0.011570888571441174, -0.0013937095645815134, 0.0026497526559978724, -0.00017625678447075188, 0.34736841917037964], "std": [0.21010272204875946, 0.25788819789886475, 0.26044803857803345, 0.06161302700638771, 0.0545964390039444, 0.03855251148343086, 0.937730610370636], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [285]}, "index": {"min": [35995], "max": [36279], "mean": [36137.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [285]}}} +{"episode_index": 89, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4519824505974265]], [[0.4269189644607843]], [[0.393462916355507]]], "std": [[[0.24227213453231208]], [[0.221370744875356]], [[0.2058578132271949]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.540231164670458]], [[0.5082599535175398]], [[0.4541599318560432]]], "std": [[[0.27021306955856544]], [[0.2434094167691624]], [[0.21936727403262204]]], "count": [100]}, "state": {"min": [-0.2556253671646118, -0.2566721439361572, 0.9255070686340332, 2.9648075103759766, -0.1834065169095993, -0.09457040578126907, 0.0020006110426038504, -0.039813827723264694], "max": [0.06081005930900574, 0.16196201741695404, 1.2267804145812988, 3.377223014831543, 0.4292605519294739, 0.009810952469706535, 0.040008679032325745, -0.0018575205467641354], "mean": [-0.12314605712890625, -0.032864559441804886, 1.124705195426941, 3.2333176136016846, 0.07281720638275146, -0.04242207482457161, 0.013132368214428425, -0.012931372039020061], "std": [0.10026590526103973, 0.16425427794456482, 0.08968568593263626, 0.1002940759062767, 0.17351624369621277, 0.03065386414527893, 0.016589144244790077, 0.016568131744861603], "count": [264]}, "actions": {"min": [-0.3527771234512329, -1.1772834062576294, -1.082633376121521, -0.22623062133789062, -0.1956368386745453, -0.1492295116186142, -1.0], "max": [0.7476814985275269, 0.623655378818512, 0.7638455629348755, 0.33668026328086853, 0.2152724713087082, 0.20169329643249512, 1.0], "mean": [0.07063668221235275, -0.08398857712745667, -0.003516923636198044, -0.0023844034876674414, 0.002419116208329797, 0.000911395123694092, 0.4166666567325592], "std": [0.21086189150810242, 0.2549825608730316, 0.27676820755004883, 0.07380485534667969, 0.062237855046987534, 0.03915216401219368, 0.909056544303894], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [264]}, "index": {"min": [36280], "max": [36543], "mean": [36411.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [264]}}} +{"episode_index": 90, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4531643132228477]], [[0.4279041819852941]], [[0.3943644977644378]]], "std": [[[0.24230055604008527]], [[0.22144777604572202]], [[0.20603376430055603]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5558804740157781]], [[0.5222737899481081]], [[0.4657253920611213]]], "std": [[[0.2554595384149305]], [[0.22947669761436248]], [[0.20647513178810412]]], "count": [100]}, "state": {"min": [-0.28627365827560425, -0.23183700442314148, 0.9245840311050415, 2.8246850967407227, -0.14619824290275574, -0.059904854744672775, 0.001867921557277441, -0.04000699147582054], "max": [0.03547242656350136, 0.20039230585098267, 1.2630926370620728, 3.091747760772705, 0.39461591839790344, 0.06325932592153549, 0.039858266711235046, -0.0023440152872353792], "mean": [-0.13935792446136475, -0.009690179489552975, 1.1464219093322754, 2.9947023391723633, 0.04530900716781616, -0.0020372052676975727, 0.0136973662301898, -0.01398430299013853], "std": [0.10179707407951355, 0.15886226296424866, 0.10219103842973709, 0.06723974645137787, 0.15647682547569275, 0.02592107467353344, 0.01699412614107132, 0.016901345923542976], "count": [349]}, "actions": {"min": [-0.261385440826416, -0.9741799831390381, -0.6684454083442688, -0.1405000388622284, -0.16325922310352325, -0.11403803527355194, -1.0], "max": [0.6624138951301575, 0.6858530044555664, 0.7851396203041077, 0.1360333412885666, 0.11281821131706238, 0.10908281058073044, 1.0], "mean": [0.050114963203668594, -0.0585855133831501, -0.01161963026970625, -0.005191664211452007, 0.0005717409076169133, 0.0008161108708009124, 0.38108882308006287], "std": [0.1641683578491211, 0.2217012345790863, 0.23612475395202637, 0.03856278955936432, 0.041534483432769775, 0.03446051478385925, 0.9245408773422241], "count": [349]}, "timestamp": {"min": [0.0], "max": [34.8], "mean": [17.400000000000002], "std": [10.074720839804943], "count": [349]}, "frame_index": {"min": [0], "max": [348], "mean": [174.0], "std": [100.74720839804942], "count": [349]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [349]}, "index": {"min": [36544], "max": [36892], "mean": [36718.0], "std": [100.74720839804942], "count": [349]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [349]}}} +{"episode_index": 91, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4514536264456955]], [[0.42621319460401347]], [[0.3928192072849647]]], "std": [[[0.24262475529803143]], [[0.22139509472759045]], [[0.20558051904943694]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5451252178117341]], [[0.5122499838436352]], [[0.4568871430041744]]], "std": [[[0.2643290598896289]], [[0.23832900573276786]], [[0.21539526471239356]]], "count": [100]}, "state": {"min": [-0.2960617244243622, -0.26121801137924194, 0.9245393872261047, 2.900485038757324, -0.0776047632098198, -0.07963763922452927, 0.0021312800236046314, -0.040001314133405685], "max": [0.05221898853778839, 0.15460681915283203, 1.2438644170761108, 3.2119483947753906, 0.35928210616111755, 0.019113054499030113, 0.03996293246746063, -0.0023327560629695654], "mean": [-0.14136376976966858, -0.05070012807846069, 1.115209937095642, 3.0788915157318115, 0.08544141799211502, -0.0346069261431694, 0.013163202442228794, -0.013303754851222038], "std": [0.10446089506149292, 0.17183779180049896, 0.09662268310785294, 0.08909852057695389, 0.1320800483226776, 0.024764442816376686, 0.016584714874625206, 0.016497207805514336], "count": [313]}, "actions": {"min": [-0.40975770354270935, -0.9858120679855347, -0.6802768111228943, -0.18714630603790283, -0.3268277645111084, -0.15350157022476196, -1.0], "max": [0.8355868458747864, 0.6385180354118347, 1.778528094291687, 0.16592702269554138, 0.1662958711385727, 0.14288997650146484, 1.0], "mean": [0.058325204998254776, -0.07678782939910889, -0.00952641386538744, -0.0010086881229653955, 0.0028708644676953554, -0.0003953469276893884, 0.41853034496307373], "std": [0.18768222630023956, 0.24561269581317902, 0.2616960406303406, 0.05605161935091019, 0.050404421985149384, 0.03801070526242256, 0.9082016348838806], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [313]}, "index": {"min": [36893], "max": [37205], "mean": [37049.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [313]}}} +{"episode_index": 92, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44595475439931836]], [[0.42212351720473346]], [[0.3903067561130898]]], "std": [[[0.24552033900204503]], [[0.22575332009359853]], [[0.21164710562120811]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9725490196078431]]], "mean": [[[0.5725557807473576]], [[0.5351537702971814]], [[0.49163297885071994]]], "std": [[[0.24320434567105872]], [[0.21486964712110293]], [[0.18555169602641064]]], "count": [100]}, "state": {"min": [-0.20225118100643158, -0.04925455525517464, 0.9325130581855774, 2.960660696029663, -0.1266910433769226, -0.06841858476400375, 0.0022549149580299854, -0.040008604526519775], "max": [0.15146292746067047, 0.1686951071023941, 1.1697200536727905, 3.2982451915740967, 0.25787630677223206, 0.29179659485816956, 0.03978065773844719, -0.0006659083301201463], "mean": [-0.05318609997630119, 0.04787347838282585, 1.0692344903945923, 3.1495542526245117, 0.035496920347213745, 0.059904877096414566, 0.012119271792471409, -0.011841356754302979], "std": [0.14736872911453247, 0.07927831262350082, 0.07265298068523407, 0.11512921005487442, 0.12873747944831848, 0.10543695092201233, 0.015737468376755714, 0.01600249484181404], "count": [235]}, "actions": {"min": [-0.2332717925310135, -0.17145852744579315, -0.818661630153656, -0.076908178627491, -0.13189473748207092, -0.09992853552103043, -1.0], "max": [0.8527531623840332, 0.7779412269592285, 0.9635551571846008, 0.13424934446811676, 0.11741840839385986, 0.12099740654230118, 1.0], "mean": [0.13539908826351166, 0.06457940489053726, -0.035264063626527786, 0.006120134610682726, 0.004777131602168083, 0.010273469612002373, 0.5404255390167236], "std": [0.20351290702819824, 0.14038944244384766, 0.264394611120224, 0.032524630427360535, 0.04018302634358406, 0.031748052686452866, 0.8413933515548706], "count": [235]}, "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": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [235]}, "index": {"min": [37206], "max": [37440], "mean": [37323.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [235]}}} +{"episode_index": 93, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44907015392827054]], [[0.42482975021063113]], [[0.39259400311638326]]], "std": [[[0.2450987536430306]], [[0.22514241047589745]], [[0.21081752658940672]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9607843137254902]]], "mean": [[[0.5644603786094516]], [[0.52761385270661]], [[0.48490102910060506]]], "std": [[[0.24885138497151651]], [[0.22078836155560078]], [[0.19181868959744422]]], "count": [100]}, "state": {"min": [-0.22457093000411987, -0.06591495871543884, 0.9342283606529236, 2.895761013031006, -0.1169518306851387, 0.017932124435901642, 0.0024158121086657047, -0.04001026228070259], "max": [0.1454380452632904, 0.1534937024116516, 1.2135095596313477, 3.206305980682373, 0.35423484444618225, 0.3118886649608612, 0.039735496044158936, -0.002016315469518304], "mean": [-0.043141454458236694, 0.030553152784705162, 1.105262041091919, 3.053217649459839, 0.0440467894077301, 0.1455790400505066, 0.01447826437652111, -0.014399330131709576], "std": [0.1415928304195404, 0.08106679469347, 0.08596894145011902, 0.1086016446352005, 0.14474473893642426, 0.0823109969496727, 0.016706125810742378, 0.0168125219643116], "count": [291]}, "actions": {"min": [-0.16053083539009094, -0.22347098588943481, -0.5047129392623901, -0.11326246708631516, -0.18411296606063843, -0.1080406904220581, -1.0], "max": [0.9358714818954468, 0.5196072459220886, 0.9613664746284485, 0.09370346367359161, 0.11224725097417831, 0.15615466237068176, 1.0], "mean": [0.1071125864982605, 0.0443231463432312, -0.017404768615961075, 0.0046825711615383625, 0.003328458871692419, 0.0074838451109826565, 0.36082473397254944], "std": [0.15943612158298492, 0.12499862909317017, 0.24934051930904388, 0.031400516629219055, 0.04354705289006233, 0.03358231857419014, 0.9326311349868774], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [291]}, "index": {"min": [37441], "max": [37731], "mean": [37586.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [291]}}} +{"episode_index": 94, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4480815609202666]], [[0.42416255816291365]], [[0.39238511089250155]]], "std": [[[0.2453123958519944]], [[0.22554807554876144]], [[0.21152353451342296]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9607843137254902]]], "mean": [[[0.5732109273274739]], [[0.5361195654775581]], [[0.4931893711464078]]], "std": [[[0.24309727077994914]], [[0.21480337669257996]], [[0.1852741251710413]]], "count": [100]}, "state": {"min": [-0.19175951182842255, -0.034286852926015854, 0.9271738529205322, 2.9523696899414062, -0.1360388994216919, -0.1074116975069046, 0.002310624811798334, -0.04000931978225708], "max": [0.15493635833263397, 0.16582773625850677, 1.1983661651611328, 3.2954938411712646, 0.2385299801826477, 0.19650404155254364, 0.03980610519647598, -0.0023265641648322344], "mean": [-0.03584252670407295, 0.0530514232814312, 1.077552318572998, 3.119781494140625, 0.0029154897201806307, 0.02142433263361454, 0.014492309652268887, -0.014581850729882717], "std": [0.14036262035369873, 0.07872787117958069, 0.08218924701213837, 0.11568289250135422, 0.11765193939208984, 0.08043012768030167, 0.01684737391769886, 0.01689990796148777], "count": [286]}, "actions": {"min": [-0.43610680103302, -0.17682044208049774, -0.48233547806739807, -0.20781123638153076, -0.18451380729675293, -0.08064813166856766, -1.0], "max": [1.0002411603927612, 0.6135046482086182, 1.0150526762008667, 0.2204621434211731, 0.08374277502298355, 0.12607373297214508, 1.0], "mean": [0.08752492070198059, 0.0440228208899498, -0.04001765325665474, 0.0045195166021585464, 0.001634236192330718, 0.005038589239120483, 0.35664334893226624], "std": [0.1784539669752121, 0.12269679456949234, 0.245518296957016, 0.0336163304746151, 0.03922995179891586, 0.029497914016246796, 0.9342417120933533], "count": [286]}, "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": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [286]}, "index": {"min": [37732], "max": [38017], "mean": [37874.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [286]}}} +{"episode_index": 95, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44848983405618104]], [[0.42441718247357535]], [[0.39208509617225795]]], "std": [[[0.24410143851331115]], [[0.22437588577865908]], [[0.21020318873684932]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9490196078431372]]], "mean": [[[0.5727268838321461]], [[0.5351830540077359]], [[0.4900217392865349]]], "std": [[[0.24600356506618998]], [[0.21703919081444686]], [[0.18767883729247453]]], "count": [100]}, "state": {"min": [-0.21990810334682465, -0.023073134943842888, 0.9190979599952698, 3.020761489868164, -0.11368420720100403, -0.12381007522344589, 0.002429576823487878, -0.04000650346279144], "max": [0.13787810504436493, 0.22364814579486847, 1.1761549711227417, 3.2574312686920166, 0.2794574499130249, 0.3140595555305481, 0.03990568593144417, -0.0024792684707790613], "mean": [-0.06885039061307907, 0.09784212708473206, 1.0660555362701416, 3.1443445682525635, 0.06383940577507019, 0.0878511518239975, 0.015177114866673946, -0.015185671858489513], "std": [0.13090358674526215, 0.08107490837574005, 0.08290703594684601, 0.0736808106303215, 0.1366460919380188, 0.12046502530574799, 0.017072977498173714, 0.01712718978524208], "count": [253]}, "actions": {"min": [-0.2731015384197235, -0.2438514083623886, -0.7801728844642639, -0.1080649271607399, -0.1676105260848999, -0.13142912089824677, -1.0], "max": [0.7919886112213135, 0.7473646402359009, 1.1917277574539185, 0.1478254646062851, 0.11417900025844574, 0.12378110736608505, 1.0], "mean": [0.12044064700603485, 0.07300815731287003, -0.0260350089520216, 0.002902331529185176, 0.0035528920125216246, 0.010382404550909996, 0.32015809416770935], "std": [0.18534305691719055, 0.13618387281894684, 0.26888537406921387, 0.03186329826712608, 0.04082727059721947, 0.04148402437567711, 0.9473655223846436], "count": [253]}, "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": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [253]}, "index": {"min": [38018], "max": [38270], "mean": [38144.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [253]}}} +{"episode_index": 96, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44587800867417277]], [[0.422023255591299]], [[0.3900828983082491]]], "std": [[[0.24539628453389306]], [[0.2255697527440734]], [[0.21142381654747733]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5628526060814951]], [[0.5268891146790747]], [[0.48508456839767156]]], "std": [[[0.24895453891184285]], [[0.22105564453636145]], [[0.19216404014924365]]], "count": [100]}, "state": {"min": [-0.1992112249135971, -0.04449162259697914, 0.934185802936554, 2.9466795921325684, -0.08298061788082123, -0.03220253065228462, 0.002389926463365555, -0.040008544921875], "max": [0.14766718447208405, 0.16130180656909943, 1.195687174797058, 3.2450649738311768, 0.2674144208431244, 0.2933993339538574, 0.03979431092739105, -0.0024550831876695156], "mean": [-0.05100981146097183, 0.03232813999056816, 1.0750088691711426, 3.0866270065307617, 0.03858659043908119, 0.07155526429414749, 0.013575373217463493, -0.013685217127203941], "std": [0.14095456898212433, 0.07314593344926834, 0.07220523059368134, 0.10121713578701019, 0.1109471321105957, 0.08814797550439835, 0.016346486285328865, 0.016398759558796883], "count": [295]}, "actions": {"min": [-0.28066009283065796, -0.22389739751815796, -0.8146289587020874, -0.0748363733291626, -0.11992572247982025, -0.07459065318107605, -1.0], "max": [0.7144581079483032, 0.6726515293121338, 0.7042322158813477, 0.1864807903766632, 0.1189132109284401, 0.15805178880691528, 1.0], "mean": [0.09672829508781433, 0.039947494864463806, -0.029172219336032867, 0.004598364699631929, 0.004007460083812475, 0.006998107302933931, 0.41016948223114014], "std": [0.17794938385486603, 0.11824912577867508, 0.21786916255950928, 0.03040294349193573, 0.03638283535838127, 0.032477762550115585, 0.9120092391967773], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [295]}, "index": {"min": [38271], "max": [38565], "mean": [38418.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [295]}}} +{"episode_index": 97, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4489171549479167]], [[0.4239529365090763]], [[0.3904517714556526]]], "std": [[[0.2437412834512552]], [[0.22282528761746395]], [[0.20693208168316207]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5410791895249311]], [[0.5066633671779259]], [[0.46613840559417125]]], "std": [[[0.26474922948272184]], [[0.24049539254582586]], [[0.215456295178617]]], "count": [100]}, "state": {"min": [-0.2880638837814331, -0.2500576078891754, 0.9295993447303772, 2.937776565551758, 0.014951220713555813, -0.17480140924453735, 0.002448377897962928, -0.04000777751207352], "max": [0.07183695584535599, -0.007590324617922306, 1.2138359546661377, 3.0593535900115967, 0.35661762952804565, 0.134795680642128, 0.039810679852962494, -0.0028106789104640484], "mean": [-0.13746771216392517, -0.1168132796883583, 1.1105800867080688, 3.0014216899871826, 0.12523353099822998, 0.0031769019551575184, 0.013692520558834076, -0.013913559727370739], "std": [0.12358579784631729, 0.08101390302181244, 0.08744551241397858, 0.027666959911584854, 0.10439297556877136, 0.07979167997837067, 0.016548799350857735, 0.016478147357702255], "count": [304]}, "actions": {"min": [-0.42513012886047363, -0.6897580027580261, -0.7631836533546448, -0.18953339755535126, -0.2123444676399231, -0.3298918902873993, -1.0], "max": [1.1244137287139893, 0.4596335291862488, 1.013589859008789, 0.3094843327999115, 0.12840451300144196, 0.1364060342311859, 1.0], "mean": [0.0732070803642273, -0.060970526188611984, -0.005708638578653336, -0.001320600276812911, 0.0026644007302820683, -0.00025764983729459345, 0.4013157784938812], "std": [0.18482348322868347, 0.15421345829963684, 0.22464819252490997, 0.04944438487291336, 0.04210083186626434, 0.0451563224196434, 0.9159418940544128], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [304]}, "index": {"min": [38566], "max": [38869], "mean": [38717.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [304]}}} +{"episode_index": 98, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4508696492513021]], [[0.42573453177657783]], [[0.3921195930032169]]], "std": [[[0.2438522046571851]], [[0.22298475412035984]], [[0.20722404207668738]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5447626402611826]], [[0.5091594776826747]], [[0.4668638305664063]]], "std": [[[0.25796081885106975]], [[0.2327504637488056]], [[0.20661214679482312]]], "count": [100]}, "state": {"min": [-0.2537660300731659, -0.2588162422180176, 0.9260339736938477, 2.825136661529541, -0.02544734999537468, -0.036257147789001465, 0.001973652048036456, -0.040005750954151154], "max": [0.03566531464457512, 0.03028317540884018, 1.2137821912765503, 3.1979074478149414, 0.3089327812194824, 0.10156446695327759, 0.03989402949810028, -0.002502779010683298], "mean": [-0.14169499278068542, -0.11803523451089859, 1.1168076992034912, 3.000333786010742, 0.07066770642995834, 0.05350524187088013, 0.018615100532770157, -0.018871882930397987], "std": [0.10670783370733261, 0.10210798680782318, 0.08337319642305374, 0.10126321017742157, 0.09174011647701263, 0.032116178423166275, 0.017935017123818398, 0.01782030053436756], "count": [293]}, "actions": {"min": [-0.5439752340316772, -0.8306130766868591, -0.6704886555671692, -0.19307100772857666, -0.30181461572647095, -0.1720772683620453, -1.0], "max": [0.5674930214881897, 0.6623614430427551, 1.8122438192367554, 0.24627801775932312, 0.14842142164707184, 0.2180454432964325, 1.0], "mean": [0.058142371475696564, -0.0607297383248806, 0.010820101946592331, -0.005912716034799814, -0.0012006997130811214, -0.0003622738877311349, 0.12627986073493958], "std": [0.1663961261510849, 0.17361502349376678, 0.2860685884952545, 0.05296553298830986, 0.051629193127155304, 0.043157391250133514, 0.9919930696487427], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [293]}, "index": {"min": [38870], "max": [39162], "mean": [39016.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [293]}}} +{"episode_index": 99, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4498378810508578]], [[0.42491685455920647]], [[0.3915108325434666]]], "std": [[[0.24205988612378646]], [[0.22120563469422053]], [[0.2055405088767434]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5405757542030484]], [[0.5051739962708717]], [[0.46392091997931983]]], "std": [[[0.2609641664766522]], [[0.2358526197901596]], [[0.2099095613250752]]], "count": [100]}, "state": {"min": [-0.2693102955818176, -0.2666252553462982, 0.9380947947502136, 2.932218074798584, -0.045821014791727066, -0.10698294639587402, 0.0024065652396529913, -0.040003128349781036], "max": [0.06535927951335907, -0.0036170161329209805, 1.2665714025497437, 3.138735771179199, 0.3412232995033264, 0.058667443692684174, 0.039841409772634506, -0.002727234037593007], "mean": [-0.11572232842445374, -0.1508946716785431, 1.1366181373596191, 3.0211124420166016, 0.09875042736530304, -0.014966491609811783, 0.011325432918965816, -0.011563355103135109], "std": [0.12564879655838013, 0.09706811606884003, 0.09598196297883987, 0.060079995542764664, 0.10965269804000854, 0.03865809738636017, 0.015232713893055916, 0.015161816030740738], "count": [269]}, "actions": {"min": [-0.32174885272979736, -0.5982802510261536, -0.61073899269104, -0.15503236651420593, -0.16799943149089813, -0.22829216718673706, -1.0], "max": [0.627118706703186, 0.36033427715301514, 0.9825527667999268, 0.31245115399360657, 0.1451559066772461, 0.16677114367485046, 1.0], "mean": [0.08956334739923477, -0.07371172308921814, 0.015934688970446587, -0.005232883617281914, 0.0016881111077964306, 0.0018937295535579324, 0.524163544178009], "std": [0.16302599012851715, 0.14227846264839172, 0.26779499650001526, 0.04613105580210686, 0.04554516822099686, 0.04119861498475075, 0.8516187071800232], "count": [269]}, "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": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [269]}, "index": {"min": [39163], "max": [39431], "mean": [39297.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [269]}}} +{"episode_index": 100, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4468851868872549]], [[0.4217682381424249]], [[0.3881558113846124]]], "std": [[[0.24478908559747342]], [[0.22362329152250798]], [[0.20773078609463513]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5136550221162683]], [[0.484331527410769]], [[0.4465273874320236]]], "std": [[[0.27644955156716233]], [[0.2520359526784331]], [[0.22688664631420338]]], "count": [100]}, "state": {"min": [-0.2597908079624176, -0.17400288581848145, 0.9290749430656433, 3.139556884765625, -0.050700847059488297, -0.20711539685726166, 0.002152997301891446, -0.039884984493255615], "max": [0.03502552956342697, 0.03926851227879524, 1.1963884830474854, 3.336700916290283, 0.3916189670562744, 0.002166282618418336, 0.04000473767518997, -0.0019568116404116154], "mean": [-0.14629769325256348, -0.045550134032964706, 1.0890942811965942, 3.2231943607330322, 0.10868186503648758, -0.09356527030467987, 0.015216349624097347, -0.015013901516795158], "std": [0.10602116584777832, 0.07818949222564697, 0.08949515223503113, 0.05982851982116699, 0.14539232850074768, 0.06349018216133118, 0.017151139676570892, 0.017216207459568977], "count": [240]}, "actions": {"min": [-0.2884051203727722, -0.586715042591095, -0.914156436920166, -0.16021567583084106, -0.22656764090061188, -0.0916786789894104, -1.0], "max": [0.681530773639679, 0.6394175291061401, 1.3388073444366455, 0.10114795714616776, 0.13853611052036285, 0.1750907003879547, 1.0], "mean": [0.08198102563619614, -0.04565418139100075, -0.014086727052927017, -0.0027200267650187016, 0.002496432512998581, 0.0031001237221062183, 0.3166666626930237], "std": [0.16581891477108002, 0.1624159812927246, 0.27939340472221375, 0.04386567324399948, 0.04699324443936348, 0.03219467028975487, 0.9485383629798889], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [240]}, "index": {"min": [39432], "max": [39671], "mean": [39551.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [240]}}} +{"episode_index": 101, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4471900437298943]], [[0.42219994638480396]], [[0.3886695436963848]]], "std": [[[0.24517228024691054]], [[0.2242036107299107]], [[0.20838328088402525]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.519538662181181]], [[0.4894890669280408]], [[0.45119911582797184]]], "std": [[[0.27973458966675513]], [[0.2556169228861828]], [[0.23061741548533143]]], "count": [100]}, "state": {"min": [-0.24382740259170532, -0.17840281128883362, 0.9240226149559021, 3.0375001430511475, -0.07468653470277786, -0.07810676842927933, 0.002611131640151143, -0.03994438797235489], "max": [0.0517728365957737, 0.039038971066474915, 1.2030704021453857, 3.254711389541626, 0.39121052622795105, 0.030455470085144043, 0.03999026492238045, -0.002592487493529916], "mean": [-0.13149146735668182, -0.04758823290467262, 1.0984177589416504, 3.145904064178467, 0.12097784131765366, -0.015002905391156673, 0.016038859263062477, -0.01594414748251438], "std": [0.10968481749296188, 0.08085842430591583, 0.09233615547418594, 0.05489819869399071, 0.1436014473438263, 0.023331981152296066, 0.017123118042945862, 0.017122693359851837], "count": [238]}, "actions": {"min": [-0.43123775720596313, -0.8606812357902527, -0.8227226138114929, -0.17403127253055573, -0.4173244833946228, -0.08737905323505402, -1.0], "max": [0.845810055732727, 0.30449891090393066, 2.163410186767578, 0.1475108563899994, 0.16246086359024048, 0.10679905116558075, 1.0], "mean": [0.0820372998714447, -0.04747597873210907, -0.01217176765203476, -0.0032616492826491594, 0.0032684882171452045, 0.0021540748421102762, 0.2857142984867096], "std": [0.18372982740402222, 0.14630527794361115, 0.33879294991493225, 0.047308288514614105, 0.06384295970201492, 0.03178307041525841, 0.9583157896995544], "count": [238]}, "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": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [238]}, "index": {"min": [39672], "max": [39909], "mean": [39790.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [238]}}} +{"episode_index": 102, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4698914998372396]], [[0.4439069854137944]], [[0.40816801422717525]]], "std": [[[0.24841756839227241]], [[0.22931634327438535]], [[0.21508865908033448]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5882656226064644]], [[0.5513961588541667]], [[0.49248792700674016]]], "std": [[[0.25212464792398753]], [[0.22565371957550792]], [[0.20211122466837692]]], "count": [100]}, "state": {"min": [-0.18281786143779755, -0.25045299530029297, 0.9436783790588379, 2.945227861404419, -0.15059252083301544, -0.07975462824106216, 0.002329685026779771, -0.04001329094171524], "max": [0.11060407757759094, 0.14944568276405334, 1.293346643447876, 3.169297456741333, 0.13079209625720978, 0.085612952709198, 0.03987898305058479, -0.0025990756694227457], "mean": [0.02795841544866562, -0.07485124468803406, 1.1730841398239136, 3.042091131210327, -0.014647983945906162, -0.014047550968825817, 0.023296328261494637, -0.023477734997868538], "std": [0.07842838764190674, 0.1241503655910492, 0.10020176321268082, 0.06788261234760284, 0.07563485950231552, 0.04530910402536392, 0.018188005313277245, 0.018162118270993233], "count": [352]}, "actions": {"min": [-0.5696713328361511, -0.7807922959327698, -0.7593542337417603, -0.12935267388820648, -0.14368003606796265, -0.09764742106199265, -1.0], "max": [0.5997090339660645, 1.0276108980178833, 1.1455022096633911, 0.1861509084701538, 0.07992177456617355, 0.1480635106563568, 1.0], "mean": [0.06197047233581543, 0.042843230068683624, -0.0019394663395360112, 0.0021278737112879753, -0.00016740727005526423, -0.0006497065187431872, -0.11931817978620529], "std": [0.15980494022369385, 0.21846777200698853, 0.2656725347042084, 0.03496922180056572, 0.03322163596749306, 0.03389282524585724, 0.9928556680679321], "count": [352]}, "timestamp": {"min": [0.0], "max": [35.1], "mean": [17.55], "std": [10.161323732663968], "count": [352]}, "frame_index": {"min": [0], "max": [351], "mean": [175.5], "std": [101.61323732663968], "count": [352]}, "episode_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [352]}, "index": {"min": [39910], "max": [40261], "mean": [40085.5], "std": [101.61323732663968], "count": [352]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [352]}}} +{"episode_index": 103, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4732965117809819]], [[0.4471512648638557]], [[0.41138964664234834]]], "std": [[[0.24640583330818813]], [[0.22716214972877222]], [[0.212907270811654]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5888614484001609]], [[0.5537907176298253]], [[0.49481705669328274]]], "std": [[[0.25748519401721376]], [[0.2324816024181825]], [[0.20986332042502404]]], "count": [100]}, "state": {"min": [-0.19701293110847473, -0.21539434790611267, 0.9346375465393066, 2.901350259780884, -0.12322473526000977, -0.15455162525177002, 0.0021992286201566458, -0.040009669959545135], "max": [0.12651336193084717, 0.18764722347259521, 1.3089993000030518, 3.2359650135040283, 0.19451472163200378, 0.015893930569291115, 0.0398622527718544, -0.0023828514385968447], "mean": [0.05281488969922066, -0.023232046514749527, 1.1841334104537964, 3.073564052581787, 0.003990125842392445, -0.07123783230781555, 0.017849456518888474, -0.017976708710193634], "std": [0.07787107676267624, 0.14950518310070038, 0.08732675015926361, 0.0933583676815033, 0.08076731115579605, 0.031931374222040176, 0.01809791289269924, 0.018130972981452942], "count": [443]}, "actions": {"min": [-18.393497467041016, -10.357118606567383, -0.8063815236091614, -0.18306222558021545, -0.6085810661315918, -0.19397644698619843, -1.0], "max": [0.478680282831192, 1.0273659229278564, 3.3160274028778076, 1.4163050651550293, 0.147527813911438, 0.6500977873802185, 1.0], "mean": [-0.012994580902159214, 0.006950421258807182, 0.010311880148947239, 0.00239416491240263, -0.003571761306375265, 0.0017500988906249404, 0.17381489276885986], "std": [0.9098986983299255, 0.5453326106071472, 0.28679704666137695, 0.07835670560598373, 0.04869193956255913, 0.04900286719202995, 0.9847792983055115], "count": [443]}, "timestamp": {"min": [0.0], "max": [44.2], "mean": [22.1], "std": [12.78827588066507], "count": [443]}, "frame_index": {"min": [0], "max": [442], "mean": [221.0], "std": [127.88275880665071], "count": [443]}, "episode_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [443]}, "index": {"min": [40262], "max": [40704], "mean": [40483.0], "std": [127.88275880665071], "count": [443]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [443]}}} +{"episode_index": 104, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4719310464298024]], [[0.4458171195235907]], [[0.41006436994964]]], "std": [[[0.24906547112988495]], [[0.2300164339470587]], [[0.2160889905645184]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5941166459625842]], [[0.55792310108858]], [[0.49875322409237133]]], "std": [[[0.2509304723815326]], [[0.22454990358745108]], [[0.20138519784251446]]], "count": [100]}, "state": {"min": [-0.16932527720928192, -0.17278939485549927, 0.928500235080719, 3.012207508087158, -0.17959274351596832, -0.1553005576133728, 0.0018823673017323017, -0.040005363523960114], "max": [0.12780605256557465, 0.19347430765628815, 1.2622283697128296, 3.267082691192627, 0.07034376263618469, 0.027374548837542534, 0.03992755711078644, -0.0018880877178162336], "mean": [0.03264424949884415, -0.052707526832818985, 1.150843620300293, 3.1027889251708984, -0.08037132024765015, -0.08157186955213547, 0.02063075080513954, -0.020689578726887703], "std": [0.0688653513789177, 0.13648805022239685, 0.09425313770771027, 0.06029119715094566, 0.06477314233779907, 0.05469067767262459, 0.01851547509431839, 0.018537232652306557], "count": [317]}, "actions": {"min": [-0.3340443968772888, -0.4834321439266205, -0.8803905248641968, -0.15987740457057953, -0.1004769429564476, -0.10885589569807053, -1.0], "max": [0.6634184122085571, 1.0442999601364136, 0.9468917846679688, 0.1388206034898758, 0.11249992251396179, 0.1271163672208786, 1.0], "mean": [0.07590128481388092, 0.06511522084474564, -0.008512095548212528, -0.0005213575204834342, -0.00012014024832751602, 0.0010715234093368053, 0.015772869810461998], "std": [0.13778333365917206, 0.223430797457695, 0.2655029296875, 0.039475370198488235, 0.03129398077726364, 0.03557949885725975, 0.9998747110366821], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [317]}, "index": {"min": [40705], "max": [41021], "mean": [40863.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [317]}}} +{"episode_index": 105, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4733291183172488]], [[0.44697132305070464]], [[0.4110022828345205]]], "std": [[[0.24796342762987503]], [[0.22862818978966742]], [[0.2141687282857074]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5853668320599724]], [[0.5517281601849725]], [[0.4888729607077206]]], "std": [[[0.2497754286502073]], [[0.22346521777322134]], [[0.20139610845821546]]], "count": [100]}, "state": {"min": [-0.1962658017873764, -0.20646946132183075, 0.9257778525352478, 2.957982301712036, -0.13001084327697754, -0.025510938838124275, 0.0027548973448574543, -0.04000859335064888], "max": [0.11188551783561707, 0.16625013947486877, 1.286145806312561, 3.180598020553589, 0.11505968868732452, 0.08391326665878296, 0.03985998034477234, -0.0027028690092265606], "mean": [0.034185703843832016, -0.0666411891579628, 1.1716363430023193, 3.065082311630249, -0.015678374096751213, 0.0344872772693634, 0.022915374487638474, -0.022907616570591927], "std": [0.07643533498048782, 0.13026496767997742, 0.09690120816230774, 0.06979063898324966, 0.06573206186294556, 0.03428744897246361, 0.01679323799908161, 0.01692066714167595], "count": [355]}, "actions": {"min": [-0.49726220965385437, -0.7248318791389465, -0.8239069581031799, -0.1762983202934265, -0.14268673956394196, -0.1817817986011505, -1.0], "max": [0.6877865195274353, 1.102303147315979, 1.1435260772705078, 0.10847306996583939, 0.1163850799202919, 0.14713934063911438, 1.0], "mean": [0.06755638122558594, 0.03927247226238251, -0.009429246187210083, 0.00020799099002033472, -0.00038559481617994606, 0.00018817567615769804, -0.008450704626739025], "std": [0.14894254505634308, 0.2127845734357834, 0.27248498797416687, 0.03146541491150856, 0.0358373299241066, 0.039196014404296875, 0.9999632239341736], "count": [355]}, "timestamp": {"min": [0.0], "max": [35.4], "mean": [17.7], "std": [10.24792661956554], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [355]}, "index": {"min": [41022], "max": [41376], "mean": [41199.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [355]}}} +{"episode_index": 106, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4691018162147672]], [[0.4431341510847503]], [[0.4073249116785386]]], "std": [[[0.25022442462063804]], [[0.2311063976245771]], [[0.2170457007670874]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5950922719918045]], [[0.5576064046223959]], [[0.4972735057157629]]], "std": [[[0.2530598578726779]], [[0.22564986259920516]], [[0.20110231247062918]]], "count": [100]}, "state": {"min": [-0.1606346070766449, -0.13564185798168182, 0.9287526607513428, 3.006917953491211, -0.16633901000022888, -0.023612426593899727, 0.002508781850337982, -0.040007494390010834], "max": [0.12455400079488754, 0.2693285048007965, 1.216057538986206, 3.3163342475891113, 0.117640919983387, 0.06964484602212906, 0.039944227784872055, -0.0024092202074825764], "mean": [0.04058791697025299, -0.017129890620708466, 1.1240450143814087, 3.1158764362335205, -0.018262794241309166, 0.01278569083660841, 0.023792555555701256, -0.02381192147731781], "std": [0.06317674368619919, 0.13546615839004517, 0.08426767587661743, 0.09081016480922699, 0.0793733149766922, 0.022250643000006676, 0.01807449385523796, 0.018157731741666794], "count": [350]}, "actions": {"min": [-0.5001501441001892, -0.3589891195297241, -0.6014856100082397, -0.08821069449186325, -0.14189861714839935, -0.11263167858123779, -1.0], "max": [0.6370429992675781, 1.097713589668274, 1.2452213764190674, 0.1597871333360672, 0.08086635917425156, 0.11921682208776474, 1.0], "mean": [0.06648379564285278, 0.0755889043211937, -0.004809058737009764, 0.004024113062769175, -0.0020931002218276262, 0.0008249531383626163, -0.1371428519487381], "std": [0.13917964696884155, 0.2173784226179123, 0.23663091659545898, 0.037017639726400375, 0.03193478658795357, 0.03462371230125427, 0.9905508756637573], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [350]}, "index": {"min": [41377], "max": [41726], "mean": [41551.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [350]}}} +{"episode_index": 107, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4673788703469669]], [[0.4416724434646906]], [[0.4062674710142846]]], "std": [[[0.25043367140984296]], [[0.23122125639675356]], [[0.21681107235365923]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.582607941870596]], [[0.5465872318043429]], [[0.4869684944900812]]], "std": [[[0.2671008618007765]], [[0.24058589950445622]], [[0.21539754470114678]]], "count": [100]}, "state": {"min": [-0.19218489527702332, -0.16046783328056335, 0.9203997850418091, 3.029878854751587, -0.037415724247694016, -0.1101049929857254, 0.002104212762787938, -0.04001126438379288], "max": [0.1191113293170929, 0.24482952058315277, 1.247241497039795, 3.4265899658203125, 0.2562440037727356, 0.025752577930688858, 0.039899419993162155, -0.0019226568983867764], "mean": [0.05610496923327446, -0.010161761194467545, 1.1285704374313354, 3.1565074920654297, 0.08715205639600754, -0.0409904420375824, 0.021459342911839485, -0.021449396386742592], "std": [0.07714035362005234, 0.13355669379234314, 0.08713079988956451, 0.12922389805316925, 0.08077462762594223, 0.03250415623188019, 0.01835239678621292, 0.018473977223038673], "count": [308]}, "actions": {"min": [-0.2942517101764679, -0.6796736121177673, -0.9338204860687256, -0.15313822031021118, -0.10806112736463547, -0.12199166417121887, -1.0], "max": [0.6196755170822144, 0.9698212146759033, 0.8742554783821106, 0.22206315398216248, 0.17694805562496185, 0.2379169911146164, 1.0], "mean": [0.08044788241386414, 0.07512996345758438, -0.007633785251528025, 0.0047049131244421005, -7.97688408056274e-05, 0.001367731485515833, -0.025974025949835777], "std": [0.15470857918262482, 0.22495561838150024, 0.2527547776699066, 0.04354225844144821, 0.03757667541503906, 0.04321102797985077, 0.9996626377105713], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [308]}, "index": {"min": [41727], "max": [42034], "mean": [41880.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [308]}}} +{"episode_index": 108, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707784429811964]], [[0.44494367472330726]], [[0.40961376893286616]]], "std": [[[0.24869626096338313]], [[0.22980122060300998]], [[0.2158915196144925]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5982212955250459]], [[0.5609921755323224]], [[0.5014315323175168]]], "std": [[[0.25180502549702305]], [[0.22613125362225572]], [[0.20303492358279257]]], "count": [100]}, "state": {"min": [-0.18351204693317413, -0.18216505646705627, 0.9322484731674194, 2.9344072341918945, -0.14469033479690552, -0.07606741786003113, 0.0023435724433511496, -0.04000961035490036], "max": [0.14166343212127686, 0.2123023122549057, 1.3062931299209595, 3.1799278259277344, 0.22307556867599487, 0.04488171264529228, 0.039812635630369186, -0.0010350155644118786], "mean": [0.06243929639458656, -0.0393557995557785, 1.158324956893921, 3.029268264770508, 0.013293195515871048, -0.0060845185071229935, 0.021174486726522446, -0.02129019983112812], "std": [0.0802203044295311, 0.1453496813774109, 0.09886334091424942, 0.08866409212350845, 0.10683610290288925, 0.026486946269869804, 0.018183445557951927, 0.018282944336533546], "count": [323]}, "actions": {"min": [-0.4134020507335663, -0.7181166410446167, -0.6720924377441406, -0.14719513058662415, -0.10605276376008987, -0.08816123753786087, -1.0], "max": [0.5911328792572021, 1.0352267026901245, 1.2680039405822754, 0.1194557324051857, 0.17329691350460052, 0.10437077283859253, 1.0], "mean": [0.08070692420005798, 0.0558474175632, 0.00131015304941684, 0.0008092123898677528, -0.0012629292905330658, 0.00022505353263113648, -0.0030959751456975937], "std": [0.16855259239673615, 0.21876654028892517, 0.27610090374946594, 0.035583123564720154, 0.03645806759595871, 0.03167109191417694, 0.9999935626983643], "count": [323]}, "timestamp": {"min": [0.0], "max": [32.2], "mean": [16.099999999999998], "std": [9.324162160752033], "count": [323]}, "frame_index": {"min": [0], "max": [322], "mean": [161.0], "std": [93.24162160752032], "count": [323]}, "episode_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [323]}, "index": {"min": [42035], "max": [42357], "mean": [42196.0], "std": [93.24162160752032], "count": [323]}, "task_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [323]}}} +{"episode_index": 109, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5457532683727788]], [[0.5144829299029182]], [[0.47098171219171264]]], "std": [[[0.29420592591902056]], [[0.27174187413285483]], [[0.253084697853151]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6460981798358991]], [[0.6020735503552007]], [[0.5513364473230699]]], "std": [[[0.22515178016385023]], [[0.2008033350568327]], [[0.17532313551824674]]], "count": [100]}, "state": {"min": [-0.2356879860162735, 0.01842750422656536, 0.9375606179237366, 3.0817158222198486, -0.040982797741889954, -0.08485109359025955, 0.0021006520837545395, -0.040003158152103424], "max": [-0.16129828989505768, 0.23740139603614807, 1.1663280725479126, 3.2762386798858643, 0.14021293818950653, 0.024447910487651825, 0.039926592260599136, -0.0018762609688565135], "mean": [-0.2069099247455597, 0.10452704131603241, 1.02408766746521, 3.1728856563568115, 0.0402057059109211, -0.04506012797355652, 0.01661680079996586, -0.016573850065469742], "std": [0.020154111087322235, 0.08014385402202606, 0.0551026314496994, 0.06713353097438812, 0.06043480336666107, 0.025195512920618057, 0.017674265429377556, 0.017768563702702522], "count": [186]}, "actions": {"min": [-0.45554065704345703, -0.17965008318424225, -0.9132153391838074, -0.07599470764398575, -0.13148997724056244, -0.08251598477363586, -1.0], "max": [0.4604801535606384, 0.717388927936554, 0.5951948761940002, 0.10588166862726212, 0.15895570814609528, 0.09215079993009567, 1.0], "mean": [0.015787189826369286, 0.09020999073982239, -0.06870454549789429, 0.007957848720252514, 0.004212682135403156, -0.0033485018648207188, 0.22580644488334656], "std": [0.10507626086473465, 0.13723061978816986, 0.24264907836914062, 0.02850944921374321, 0.036984216421842575, 0.02613658271729946, 0.9741721749305725], "count": [186]}, "timestamp": {"min": [0.0], "max": [18.5], "mean": [9.25], "std": [5.369279902060113], "count": [186]}, "frame_index": {"min": [0], "max": [185], "mean": [92.5], "std": [53.692799020601136], "count": [186]}, "episode_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [186]}, "index": {"min": [42358], "max": [42543], "mean": [42450.5], "std": [53.692799020601136], "count": [186]}, "task_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [186]}}} +{"episode_index": 110, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5447511943742341]], [[0.5133629742790671]], [[0.46974701107249545]]], "std": [[[0.29576762280613983]], [[0.27323397218887485]], [[0.25446173025413626]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6379706965427773]], [[0.5936868878532858]], [[0.5419648162243413]]], "std": [[[0.2413249553678479]], [[0.21693170523873642]], [[0.1908357973978432]]], "count": [100]}, "state": {"min": [-0.22692549228668213, -0.005666649434715509, 0.919052243232727, 3.0308170318603516, 0.03068278357386589, -0.08732981234788895, 0.0034005441702902317, -0.0399603508412838], "max": [-0.19887381792068481, 0.23528583347797394, 1.1571882963180542, 3.3538761138916016, 0.3103404939174652, 0.07958386838436127, 0.039984170347452164, -0.0030633644200861454], "mean": [-0.21308833360671997, 0.09703592211008072, 1.0197266340255737, 3.215930461883545, 0.15652668476104736, -0.005140352062880993, 0.019144000485539436, -0.019194910302758217], "std": [0.00822905357927084, 0.08614303916692734, 0.06030343845486641, 0.08750644326210022, 0.08260169625282288, 0.04953495413064957, 0.01688281260430813, 0.016897408291697502], "count": [196]}, "actions": {"min": [-0.2085311859846115, -0.41320645809173584, -0.8034937977790833, -0.10553483664989471, -0.163889080286026, -0.07400369644165039, -1.0], "max": [0.26639363169670105, 0.8028632402420044, 0.7181044816970825, 0.07693071663379669, 0.19907820224761963, 0.1729416698217392, 1.0], "mean": [0.005573222413659096, 0.08655819296836853, -0.06783312559127808, 0.011374155059456825, 0.0042838347144424915, -4.305738548282534e-05, 0.13265305757522583], "std": [0.071756511926651, 0.15221214294433594, 0.25679445266723633, 0.0264669768512249, 0.04461139068007469, 0.027055244892835617, 0.9911618828773499], "count": [196]}, "timestamp": {"min": [0.0], "max": [19.5], "mean": [9.75], "std": [5.65795899596312], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [196]}, "index": {"min": [42544], "max": [42739], "mean": [42641.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [196]}}} +{"episode_index": 111, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5470991994820389]], [[0.5159509618422564]], [[0.4720303398581112]]], "std": [[[0.2949365637290774]], [[0.2727904379531536]], [[0.25428853418181036]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.642083397360409]], [[0.5980335280474494]], [[0.5467111517214308]]], "std": [[[0.22893833344618314]], [[0.2042182694162762]], [[0.17801313264128543]]], "count": [100]}, "state": {"min": [-0.21102043986320496, -0.011711499653756618, 0.9171968102455139, 3.0626726150512695, -0.13474416732788086, -0.03438592702150345, 0.0022168627474457026, -0.03995909169316292], "max": [-0.17296090722084045, 0.23416754603385925, 1.1801931858062744, 3.330051898956299, 0.2686655819416046, 0.08977431803941727, 0.04000230133533478, -0.0020396700128912926], "mean": [-0.19109593331813812, 0.08740425854921341, 1.0469890832901, 3.2013089656829834, 0.05225490406155586, 0.04478757455945015, 0.0185792688280344, -0.01848364621400833], "std": [0.010341377928853035, 0.09536156058311462, 0.06957344710826874, 0.05246353521943092, 0.1152440756559372, 0.028741108253598213, 0.01719813607633114, 0.017295988276600838], "count": [247]}, "actions": {"min": [-0.32609307765960693, -0.18163803219795227, -0.5731314420700073, -0.13989807665348053, -0.1433357149362564, -0.06942633539438248, -1.0], "max": [0.41060924530029297, 0.8673266172409058, 0.9680822491645813, 0.09340091794729233, 0.1821584701538086, 0.10964647680521011, 1.0], "mean": [0.00210745120421052, 0.07095524668693542, -0.049183644354343414, 0.006124833598732948, 0.0014155068201944232, 0.001649454701691866, 0.17408907413482666], "std": [0.07993439584970474, 0.1506260484457016, 0.25080886483192444, 0.031679417937994, 0.04378168284893036, 0.024295365437865257, 0.9847298264503479], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [247]}, "index": {"min": [42740], "max": [42986], "mean": [42863.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [247]}}} +{"episode_index": 112, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5461802392099419]], [[0.5148892840217141]], [[0.47145142439299936]]], "std": [[[0.29422961731072106]], [[0.2717986932030693]], [[0.25336824738294295]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.646473279766008]], [[0.6025708725873161]], [[0.5516473771637561]]], "std": [[[0.2250644618623287]], [[0.2010034324833164]], [[0.17587199250988494]]], "count": [100]}, "state": {"min": [-0.21770797669887543, 0.00955998059362173, 0.9152618050575256, 3.1112563610076904, -0.0819706916809082, -0.030371492728590965, 0.0019625122658908367, -0.039957739412784576], "max": [-0.16431595385074615, 0.23469054698944092, 1.1513909101486206, 3.2895114421844482, 0.1946636438369751, 0.055877767503261566, 0.04000220075249672, -0.0017356633907184005], "mean": [-0.196977436542511, 0.10001419484615326, 1.015713095664978, 3.1966309547424316, 0.05863529443740845, 0.016031555831432343, 0.018186770379543304, -0.018053129315376282], "std": [0.015602855943143368, 0.0873875766992569, 0.0590907521545887, 0.04576859623193741, 0.07646693289279938, 0.023706644773483276, 0.01804257743060589, 0.018131842836737633], "count": [226]}, "actions": {"min": [-0.17196427285671234, -0.25051257014274597, -0.5174002051353455, -0.09229250252246857, -0.11546023190021515, -0.09735453128814697, -1.0], "max": [0.31633317470550537, 0.8310716152191162, 0.8601936101913452, 0.05221013352274895, 0.08216094225645065, 0.07313194125890732, 1.0], "mean": [0.012492683716118336, 0.07515551149845123, -0.05904760956764221, 0.0028263814747333527, -0.0004835138679482043, -0.0019361608428880572, 0.1504424810409546], "std": [0.07403276115655899, 0.1475745141506195, 0.2024698257446289, 0.023841356858611107, 0.03316035121679306, 0.02396285906434059, 0.988616943359375], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [226]}, "index": {"min": [42987], "max": [43212], "mean": [43099.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [226]}}} +{"episode_index": 113, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4658002474915747]], [[0.43964707797181374]], [[0.40365339152018226]]], "std": [[[0.2496885134788071]], [[0.23013689433901036]], [[0.21500442121136867]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9137254901960784]]], "mean": [[[0.590559263341567]], [[0.54955500943053]], [[0.49985767140107995]]], "std": [[[0.2470419516892384]], [[0.21809170787094187]], [[0.18884678794596485]]], "count": [100]}, "state": {"min": [-0.22926771640777588, -0.18195568025112152, 0.9200530052185059, 3.074251413345337, -0.05119016021490097, -0.02796413190662861, 0.0012795203365385532, -0.03996443375945091], "max": [0.08633725345134735, 0.16836796700954437, 1.17985200881958, 3.2278237342834473, 0.23980586230754852, 0.11759180575609207, 0.04000481218099594, -0.0018081653397530317], "mean": [-0.1083703562617302, 0.004665900953114033, 1.0699312686920166, 3.1642961502075195, 0.06417490541934967, 0.02546015754342079, 0.015767553821206093, -0.015523917973041534], "std": [0.1265597939491272, 0.1382082849740982, 0.0798148363828659, 0.03060123324394226, 0.07144855707883835, 0.024368245154619217, 0.017413796856999397, 0.017551934346556664], "count": [334]}, "actions": {"min": [-0.3271508812904358, -1.0368061065673828, -0.548839807510376, -0.30929580330848694, -0.12293653190135956, -0.25395843386650085, -1.0], "max": [0.6067092418670654, 0.636432409286499, 0.6868939995765686, 0.19772791862487793, 0.18120227754116058, 0.2813797891139984, 1.0], "mean": [0.06871470808982849, -0.02871067449450493, -0.04084591567516327, 0.0018450355855748057, 0.003317121183499694, 0.001518610748462379, 0.2934131622314453], "std": [0.13666121661663055, 0.21919283270835876, 0.21215760707855225, 0.04482616111636162, 0.04053174704313278, 0.04424234479665756, 0.9559864401817322], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [334]}, "index": {"min": [43213], "max": [43546], "mean": [43379.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [334]}}} +{"episode_index": 114, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4671064883961397]], [[0.4409021037980622]], [[0.40472044462316176]]], "std": [[[0.24900245046762176]], [[0.22951418291906725]], [[0.2144588203868372]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9215686274509803]]], "mean": [[[0.5890984263700598]], [[0.548166207706227]], [[0.4989236940870098]]], "std": [[[0.24726182119376702]], [[0.21809701199028114]], [[0.18890802010741103]]], "count": [100]}, "state": {"min": [-0.21824462711811066, -0.19722995162010193, 0.9244517087936401, 3.0180909633636475, -0.050957463681697845, -0.019186407327651978, 0.0024968392681330442, -0.0399654284119606], "max": [0.09959819167852402, 0.17910543084144592, 1.1907899379730225, 3.2556631565093994, 0.19379083812236786, 0.11669102311134338, 0.04000861197710037, -0.0020117931999266148], "mean": [-0.10961245745420456, 0.0076258135959506035, 1.0801818370819092, 3.144930124282837, 0.035970792174339294, 0.01684928871691227, 0.01551427599042654, -0.015530980192124844], "std": [0.11895846575498581, 0.14726154506206512, 0.07872681319713593, 0.0538225993514061, 0.06522618234157562, 0.023284347727894783, 0.017326416447758675, 0.01730223558843136], "count": [298]}, "actions": {"min": [-0.49262526631355286, -0.9264957904815674, -1.0714366436004639, -0.12001241743564606, -0.22120307385921478, -0.12146351486444473, -1.0], "max": [0.7660192847251892, 0.8937135934829712, 1.4048678874969482, 0.294384628534317, 0.24529515206813812, 0.15673017501831055, 1.0], "mean": [0.07901151478290558, -0.051785342395305634, -0.0505642294883728, -0.0011695213615894318, 0.0059047359973192215, 0.0022444301284849644, 0.3087248206138611], "std": [0.14178794622421265, 0.22245922684669495, 0.25587913393974304, 0.048830971121788025, 0.05134079232811928, 0.035405658185482025, 0.9511505961418152], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [298]}, "index": {"min": [43547], "max": [43844], "mean": [43695.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [298]}}} +{"episode_index": 115, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46793842270795033]], [[0.44177983482211247]], [[0.40550929888556986]]], "std": [[[0.24879404372082217]], [[0.22927803596558793]], [[0.2141971134262172]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.5846443529316023]], [[0.5445525907628677]], [[0.49678190523035387]]], "std": [[[0.24720853275982038]], [[0.21792628153284654]], [[0.18789918508262776]]], "count": [100]}, "state": {"min": [-0.22196084260940552, -0.17558041214942932, 0.9319824576377869, 3.101923704147339, -0.12122339755296707, -0.10152783244848251, 0.0022042165510356426, -0.03993229568004608], "max": [0.10966695845127106, 0.1669222116470337, 1.206028938293457, 3.262178659439087, 0.19981159269809723, 0.03504733741283417, 0.04000643268227577, -0.0022035744041204453], "mean": [-0.09990310668945312, -0.0008073151111602783, 1.0888785123825073, 3.1908249855041504, 0.009305921383202076, -0.05026320740580559, 0.016940563917160034, -0.016872115433216095], "std": [0.13221734762191772, 0.1334715634584427, 0.08534631133079529, 0.037085745483636856, 0.08081185072660446, 0.04086731746792793, 0.017880810424685478, 0.01786576397716999], "count": [297]}, "actions": {"min": [-0.3008590638637543, -1.1689536571502686, -0.6970328688621521, -0.23140689730644226, -0.13043177127838135, -0.10540197044610977, -1.0], "max": [0.7607776522636414, 0.6053982973098755, 0.786405086517334, 0.22778236865997314, 0.15221744775772095, 0.11555222421884537, 1.0], "mean": [0.08551003783941269, -0.041207604110240936, -0.042957089841365814, 0.00023253823746927083, 0.002568722004070878, 0.0018236044561490417, 0.21885521709918976], "std": [0.14909586310386658, 0.2210925668478012, 0.25656798481941223, 0.0492253303527832, 0.044826529920101166, 0.03552059084177017, 0.9757565855979919], "count": [297]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.573602898820697], "count": [297]}, "frame_index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "episode_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [297]}, "index": {"min": [43845], "max": [44141], "mean": [43993.0], "std": [85.73602898820698], "count": [297]}, "task_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [297]}}} +{"episode_index": 116, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46625285728304994]], [[0.44021231138939954]], [[0.40424618949142155]]], "std": [[[0.25036644841932176]], [[0.23117921634548866]], [[0.2166477143058193]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5926809022192862]], [[0.5523618606866575]], [[0.5037988580441943]]], "std": [[[0.23958257988095527]], [[0.21020967868715287]], [[0.1808308407763157]]], "count": [100]}, "state": {"min": [-0.22658194601535797, -0.1789943128824234, 0.9286330342292786, 2.9892807006835938, -0.16276438534259796, 0.01813001185655594, 0.0026228686328977346, -0.03994428366422653], "max": [0.07648852467536926, 0.15334630012512207, 1.1836354732513428, 3.2214460372924805, 0.1913914829492569, 0.14109502732753754, 0.040003981441259384, -0.0010420290054753423], "mean": [-0.10504251718521118, 0.004430640023201704, 1.0704180002212524, 3.126105785369873, -0.019902564585208893, 0.0731317400932312, 0.017351895570755005, -0.017259443178772926], "std": [0.1161552146077156, 0.13535647094249725, 0.07679230719804764, 0.06563109159469604, 0.097666434943676, 0.029329871758818626, 0.017264889553189278, 0.01730036921799183], "count": [287]}, "actions": {"min": [-0.4646344780921936, -0.8648227453231812, -0.5938436388969421, -0.3020213544368744, -0.14338764548301697, -0.18051989376544952, -1.0], "max": [0.6368306279182434, 0.696662425994873, 1.0891685485839844, 0.13492172956466675, 0.15644234418869019, 0.1939043253660202, 1.0], "mean": [0.06566905975341797, -0.053479794412851334, -0.0402960442006588, -0.002455849898979068, -0.001796207157894969, 0.0006972924456931651, 0.23344947397708893], "std": [0.14603929221630096, 0.20447388291358948, 0.24990908801555634, 0.04185227304697037, 0.04500143602490425, 0.03735532984137535, 0.9723691940307617], "count": [287]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.3], "std": [8.284926070883191], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [287]}, "index": {"min": [44142], "max": [44428], "mean": [44285.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [287]}}} +{"episode_index": 117, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46665080291149663]], [[0.44051544548483457]], [[0.40440769150677847]]], "std": [[[0.24911377110129093]], [[0.22959696656481246]], [[0.21441594727639834]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9294117647058824]]], "mean": [[[0.5855613140031404]], [[0.5453047993977865]], [[0.4965775032791437]]], "std": [[[0.2505008318376367]], [[0.22127249844693064]], [[0.19184881110973115]]], "count": [100]}, "state": {"min": [-0.20281381905078888, -0.18612565100193024, 0.9207391142845154, 3.046555519104004, -0.07344549149274826, -0.013136852532625198, 0.002599100349470973, -0.0400058813393116], "max": [0.11116957664489746, 0.1912955641746521, 1.18797767162323, 3.1794445514678955, 0.23989614844322205, 0.0963301956653595, 0.03998901695013046, -0.0013289288617670536], "mean": [-0.08092132210731506, 0.0017540811095386744, 1.0918874740600586, 3.120563507080078, 0.04330625757575035, 0.027325093746185303, 0.013318133540451527, -0.013283900916576385], "std": [0.12277553975582123, 0.14734594523906708, 0.08176998049020767, 0.035048987716436386, 0.07945575565099716, 0.020831061527132988, 0.016428014263510704, 0.016445375978946686], "count": [325]}, "actions": {"min": [-0.1290278285741806, -1.0181514024734497, -0.7039162516593933, -0.19928474724292755, -0.15453006327152252, -0.12764818966388702, -1.0], "max": [0.6278913617134094, 0.9145238399505615, 0.7239609956741333, 0.22015789151191711, 0.1419295221567154, 0.19305425882339478, 1.0], "mean": [0.08126765489578247, -0.046613872051239014, -0.042631376534700394, 0.00041598279494792223, 0.0035693293903023005, 0.0018930004443973303, 0.4338461458683014], "std": [0.12573111057281494, 0.21438312530517578, 0.23215003311634064, 0.03743626922369003, 0.04176897555589676, 0.03801463171839714, 0.900985062122345], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [325]}, "index": {"min": [44429], "max": [44753], "mean": [44591.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [325]}}} +{"episode_index": 118, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646131765328202]], [[0.43886780383540136]], [[0.4033177645814185]]], "std": [[[0.25088068748541115]], [[0.2313110642116062]], [[0.2161122810856877]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9529411764705882]], [[0.9647058823529412]], [[0.8901960784313725]]], "mean": [[[0.5920348989449294]], [[0.5511671591366039]], [[0.5024867631500842]]], "std": [[[0.2479650704368485]], [[0.21634317571564046]], [[0.18256306911829207]]], "count": [100]}, "state": {"min": [-0.21290631592273712, -0.2344624251127243, 0.9096146821975708, 3.062727928161621, -0.0580001100897789, -0.0788598507642746, 0.020301153883337975, -0.04044812172651291], "max": [0.05423935875296593, 0.00013170676538720727, 1.1846163272857666, 3.2185683250427246, 0.20436857640743256, 0.009673873893916607, 0.040004368871450424, -0.022222550585865974], "mean": [-0.028794588521122932, -0.16325342655181885, 1.0672264099121094, 3.147517204284668, 0.0508345365524292, -0.04239480942487717, 0.032468900084495544, -0.03321046382188797], "std": [0.05942216143012047, 0.05537211522459984, 0.08720462024211884, 0.03348087519407272, 0.0662887841463089, 0.022551139816641808, 0.009263675659894943, 0.008356314152479172], "count": [270]}, "actions": {"min": [-0.6784458756446838, -0.7008570432662964, -0.6371915340423584, -0.1245921328663826, -0.12260712683200836, -0.10398329794406891, -1.0], "max": [0.5157141089439392, 0.811701238155365, 0.8749455213546753, 0.15107564628124237, 0.09574715048074722, 0.12962482869625092, 1.0], "mean": [0.06319349259138107, -0.029495056718587875, -0.03513646125793457, -0.0032304730266332626, -0.0022898849565535784, -0.000401225290261209, -0.27407407760620117], "std": [0.1611182689666748, 0.19296830892562866, 0.23328329622745514, 0.03749982267618179, 0.038762930780649185, 0.03612879291176796, 0.9617081880569458], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [270]}, "index": {"min": [44754], "max": [45023], "mean": [44888.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [270]}}} +{"episode_index": 119, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4618352116603477]], [[0.4370720771340763]], [[0.40234619379978553]]], "std": [[[0.2521560458524834]], [[0.23322544305725648]], [[0.2185675308990985]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.8509803921568627]]], "mean": [[[0.6000474745806527]], [[0.5577026504815794]], [[0.5069523279526654]]], "std": [[[0.24755998270357393]], [[0.21652044890517588]], [[0.1824419725671202]]], "count": [100]}, "state": {"min": [-0.17714329063892365, -0.22526861727237701, 0.9105905890464783, 2.964930295944214, -0.061706140637397766, -0.07035761326551437, 0.020167650654911995, -0.04026084020733833], "max": [0.14276531338691711, -0.02674325369298458, 1.1755069494247437, 3.146634101867676, 0.21160537004470825, 0.01778632029891014, 0.03997836261987686, -0.021585464477539062], "mean": [0.010974549688398838, -0.16597715020179749, 1.0582029819488525, 3.0660178661346436, 0.07521753013134003, -0.02331537753343582, 0.031211785972118378, -0.03175932168960571], "std": [0.07705157995223999, 0.050732314586639404, 0.07869268208742142, 0.05239126831293106, 0.08157952129840851, 0.017915161326527596, 0.009253159165382385, 0.00887264870107174], "count": [251]}, "actions": {"min": [-0.2488284409046173, -0.7056698203086853, -0.7160070538520813, -0.22548343241214752, -0.15084296464920044, -0.16050736606121063, -1.0], "max": [0.6881943941116333, 0.5182155966758728, 0.8190882205963135, 0.21957708895206451, 0.155040442943573, 0.1494205743074417, 1.0], "mean": [0.09526043385267258, -0.027154887095093727, -0.04283054172992706, -0.002713956171646714, -0.00036350858863443136, -0.00014062252012081444, -0.131474107503891], "std": [0.1727648377418518, 0.19275566935539246, 0.23386594653129578, 0.048341669142246246, 0.03693245351314545, 0.04683186486363411, 0.9913182854652405], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [251]}, "index": {"min": [45024], "max": [45274], "mean": [45149.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [251]}}} +{"episode_index": 120, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4656086754892387]], [[0.43986832024069394]], [[0.404275468414905]]], "std": [[[0.2519558593678685]], [[0.2325405774657813]], [[0.21766112867625428]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9882352941176471]], [[0.9725490196078431]]], "mean": [[[0.5932342062557445]], [[0.5521741835650276]], [[0.5038975016276042]]], "std": [[[0.24725186053566975]], [[0.2156294992641724]], [[0.18140509599077437]]], "count": [100]}, "state": {"min": [-0.19966857135295868, -0.22301851212978363, 0.9128788709640503, 2.9868009090423584, -0.08240502327680588, -0.09916149079799652, 0.01956876926124096, -0.04039108753204346], "max": [0.060529738664627075, 0.007685254793614149, 1.1995491981506348, 3.1812283992767334, 0.18082615733146667, 0.05051632598042488, 0.03991773724555969, -0.02272515371441841], "mean": [-0.022221708670258522, -0.15080507099628448, 1.0706230401992798, 3.064162492752075, 0.035152457654476166, -0.02950826659798622, 0.031377289444208145, -0.03285391628742218], "std": [0.06358013302087784, 0.06167924031615257, 0.08866845071315765, 0.037746429443359375, 0.06571938842535019, 0.04563410207629204, 0.009705616161227226, 0.008217745460569859], "count": [273]}, "actions": {"min": [-0.23528902232646942, -0.599135160446167, -0.9024794697761536, -0.12101475149393082, -0.13090282678604126, -0.1351662278175354, -1.0], "max": [0.7635890245437622, 0.8666777014732361, 0.7861040234565735, 0.11568187922239304, 0.12027746438980103, 0.11796896904706955, 1.0], "mean": [0.07300636917352676, -0.024663887917995453, -0.04901328310370445, -0.004839446395635605, 2.9848226404283196e-05, -0.003657936817035079, -0.19413919746875763], "std": [0.14263302087783813, 0.20050039887428284, 0.2333441972732544, 0.03693276643753052, 0.03578833490610123, 0.04283160716295242, 0.9809736609458923], "count": [273]}, "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": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [273]}, "index": {"min": [45275], "max": [45547], "mean": [45411.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [273]}}} +{"episode_index": 121, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646790801403569]], [[0.4391915899538526]], [[0.4037937885359222]]], "std": [[[0.25160080956478237]], [[0.23226265970306642]], [[0.21733852309585253]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.8549019607843137]]], "mean": [[[0.5934662708955653]], [[0.5522905728209253]], [[0.5034230304792815]]], "std": [[[0.24688320760690316]], [[0.21550089205268497]], [[0.1811430640691545]]], "count": [100]}, "state": {"min": [-0.20316001772880554, -0.21270893514156342, 0.9144052267074585, 2.913239002227783, -0.07025071233510971, -0.030541889369487762, 0.020179467275738716, -0.04047976806759834], "max": [0.0885692611336708, -0.013824652880430222, 1.1763818264007568, 3.0829548835754395, 0.2140420526266098, 0.04162587597966194, 0.039911624044179916, -0.022059442475438118], "mean": [-0.01303166151046753, -0.16262762248516083, 1.0682626962661743, 3.026630401611328, 0.0876137986779213, 0.010129552334547043, 0.03203536942601204, -0.032834723591804504], "std": [0.06675592064857483, 0.049488067626953125, 0.08442945033311844, 0.04504968598484993, 0.08115947991609573, 0.01594662480056286, 0.00922628864645958, 0.008532230742275715], "count": [260]}, "actions": {"min": [-0.25848817825317383, -0.8544030785560608, -0.8089627027511597, -0.26013484597206116, -0.1492251455783844, -0.08049159497022629, -1.0], "max": [0.5820022821426392, 0.48398348689079285, 0.9640477895736694, 0.23008237779140472, 0.09425211697816849, 0.15831124782562256, 1.0], "mean": [0.08287099003791809, -0.028414156287908554, -0.042286217212677, -0.004556598607450724, -0.0018135522259399295, 0.00046644415124319494, -0.23076923191547394], "std": [0.16357222199440002, 0.17906266450881958, 0.24889278411865234, 0.04429328441619873, 0.03795469552278519, 0.03487036004662514, 0.9730076193809509], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [260]}, "index": {"min": [45548], "max": [45807], "mean": [45677.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [260]}}} +{"episode_index": 122, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46882943785424325]], [[0.4430796496821385]], [[0.4076933318493413]]], "std": [[[0.2485619322318308]], [[0.22918806269742842]], [[0.21443383528670493]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5964859547334559]], [[0.5564875649844898]], [[0.4955081254547718]]], "std": [[[0.2566707999409237]], [[0.22882302240202407]], [[0.20256730388747224]]], "count": [100]}, "state": {"min": [-0.22153565287590027, -0.18322938680648804, 0.9252145886421204, 3.0183591842651367, -0.03844945877790451, -0.143365278840065, 0.0024582911282777786, -0.040003225207328796], "max": [0.12742039561271667, 0.050519734621047974, 1.2622400522232056, 3.2135250568389893, 0.18758539855480194, 0.046835366636514664, 0.03997698426246643, -0.002567230025306344], "mean": [0.05058174207806587, -0.10141951590776443, 1.1476223468780518, 3.120697498321533, 0.05223427712917328, -0.055061329156160355, 0.02221301943063736, -0.022312475368380547], "std": [0.09422748535871506, 0.07704154402017593, 0.09311465919017792, 0.04347645118832588, 0.06219980865716934, 0.04157661646604538, 0.018220387399196625, 0.018168002367019653], "count": [312]}, "actions": {"min": [-0.2545267343521118, -0.7368400692939758, -0.7618218660354614, -0.13664402067661285, -0.13592401146888733, -0.1142583042383194, -1.0], "max": [0.6444578170776367, 0.8270538449287415, 0.9844303131103516, 0.17342711985111237, 0.1601407378911972, 0.16608896851539612, 1.0], "mean": [0.08085306733846664, 0.017234602943062782, -0.0044540599919855595, 0.0017894491320475936, -0.0020558182150125504, 0.003177397884428501, -0.057692307978868484], "std": [0.1548607051372528, 0.20469364523887634, 0.2702719271183014, 0.03972586616873741, 0.042836278676986694, 0.04253460839390755, 0.9983346462249756], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [312]}, "index": {"min": [45808], "max": [46119], "mean": [45963.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [312]}}} +{"episode_index": 123, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4722643300972733]], [[0.44644375789866725]], [[0.41072291594860605]]], "std": [[[0.24821527577913738]], [[0.22925341464584362]], [[0.2150200302556687]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.6009836347991344]], [[0.5611554900524663]], [[0.4998393734202666]]], "std": [[[0.24557589364254553]], [[0.21808200551816484]], [[0.19351270934948414]]], "count": [100]}, "state": {"min": [-0.17199480533599854, -0.1923293173313141, 0.9407668113708496, 2.922375202178955, -0.14058277010917664, -0.15154467523097992, 0.002011402975767851, -0.04001038521528244], "max": [0.11584624648094177, 0.06373376399278641, 1.2799079418182373, 3.144272565841675, 0.12721450626850128, 0.04572316259145737, 0.03987005725502968, -0.0025546469260007143], "mean": [0.05015737563371658, -0.1029566302895546, 1.172195315361023, 3.0242271423339844, -0.028852729126811028, -0.032735515385866165, 0.02265537902712822, -0.022898877039551735], "std": [0.0774315819144249, 0.08933565765619278, 0.09663964062929153, 0.05980305001139641, 0.07659748196601868, 0.051057763397693634, 0.01828458160161972, 0.018168283626437187], "count": [307]}, "actions": {"min": [-0.3623887002468109, -0.6965175271034241, -0.6490667462348938, -0.12125640362501144, -0.1224692165851593, -0.19207869470119476, -1.0], "max": [0.6368798017501831, 1.1022851467132568, 0.9243742823600769, 0.19475242495536804, 0.08604901283979416, 0.16569799184799194, 1.0], "mean": [0.06673619151115417, 0.016156919300556183, -0.014258894138038158, -0.00142831658013165, -0.00124932115431875, -0.00018648353579919785, -0.08794788271188736], "std": [0.14832277595996857, 0.21152682602405548, 0.26462581753730774, 0.0386846587061882, 0.038194671273231506, 0.040783051401376724, 0.9961240887641907], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [307]}, "index": {"min": [46120], "max": [46426], "mean": [46273.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [307]}}} +{"episode_index": 124, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468010726629519]], [[0.44256540575214465]], [[0.4075323282877604]]], "std": [[[0.24765832067866922]], [[0.22821461237951854]], [[0.21330415580722845]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5906691607306985]], [[0.5514077543370863]], [[0.4905988410500919]]], "std": [[[0.2633854004123265]], [[0.23532391704786296]], [[0.20925586817978922]]], "count": [100]}, "state": {"min": [-0.19084914028644562, -0.1914379596710205, 0.9334682822227478, 3.0916357040405273, -0.017402898520231247, -0.0901714637875557, 0.0023482211399823427, -0.039987992495298386], "max": [0.118282750248909, 0.03821747377514839, 1.2420769929885864, 3.2416622638702393, 0.1577017456293106, 0.03848693147301674, 0.04000182822346687, -0.0024439047556370497], "mean": [0.06568724662065506, -0.10274185240268707, 1.1478400230407715, 3.163398265838623, 0.07303959131240845, -0.05035361275076866, 0.02305249124765396, -0.02301372028887272], "std": [0.07539188861846924, 0.08007149398326874, 0.0897023007273674, 0.02884535677731037, 0.04927550628781319, 0.031556423753499985, 0.018154634162783623, 0.018177878111600876], "count": [314]}, "actions": {"min": [-0.3753155469894409, -0.8629317283630371, -0.7199873924255371, -0.19679108262062073, -0.11400280147790909, -0.1360085904598236, -1.0], "max": [0.6355405449867249, 0.8839318752288818, 0.9700549840927124, 0.20601534843444824, 0.121400848031044, 0.12401261925697327, 1.0], "mean": [0.06955420225858688, 0.01388117577880621, -0.0009505903581157327, -0.0016195838106796145, -0.0016243391437456012, 0.00146629405207932, -0.10191082954406738], "std": [0.1643487513065338, 0.19040903449058533, 0.2519342303276062, 0.043177079409360886, 0.037403255701065063, 0.03834889456629753, 0.9947919249534607], "count": [314]}, "timestamp": {"min": [0.0], "max": [31.3], "mean": [15.65], "std": [9.064353258782448], "count": [314]}, "frame_index": {"min": [0], "max": [313], "mean": [156.5], "std": [90.6435325878245], "count": [314]}, "episode_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [314]}, "index": {"min": [46427], "max": [46740], "mean": [46583.5], "std": [90.6435325878245], "count": [314]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [314]}}} +{"episode_index": 125, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670651675953585]], [[0.44140004116881126]], [[0.40626991601083795]]], "std": [[[0.24958916951684168]], [[0.22992185915254157]], [[0.2147749675402933]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5904637624703201]], [[0.5515024043064491]], [[0.49048201138365505]]], "std": [[[0.26514029551689977]], [[0.23793411950977614]], [[0.21181303359140768]]], "count": [100]}, "state": {"min": [-0.17590908706188202, -0.18649037182331085, 0.925826907157898, 2.9933218955993652, 0.05096743255853653, -0.0739406868815422, 0.00205119326710701, -0.040007103234529495], "max": [0.10620260238647461, 0.057244621217250824, 1.236276388168335, 3.0880491733551025, 0.2223692685365677, 0.05024993047118187, 0.03992260992527008, -0.00229954463429749], "mean": [0.06090908870100975, -0.09052789211273193, 1.1337878704071045, 3.051046371459961, 0.13088688254356384, -0.027629248797893524, 0.022736432030797005, -0.02293456718325615], "std": [0.0719197541475296, 0.07920114696025848, 0.08420314639806747, 0.019787298515439034, 0.04924985021352768, 0.03129948303103447, 0.018329132348299026, 0.018290797248482704], "count": [284]}, "actions": {"min": [-0.26766955852508545, -0.664733350276947, -0.7837644219398499, -0.19159197807312012, -0.16723984479904175, -0.10890884697437286, -1.0], "max": [0.6728069186210632, 0.8079555034637451, 1.1247694492340088, 0.1415250301361084, 0.12131832540035248, 0.18226763606071472, 1.0], "mean": [0.07329626381397247, 0.019007321447134018, -0.008182468824088573, -0.0007061074138619006, 0.0007223318098112941, -0.0004511191218625754, -0.09859155118465424], "std": [0.1559906303882599, 0.19818538427352905, 0.2625315189361572, 0.045768845826387405, 0.042497895658016205, 0.03707648068666458, 0.9951291680335999], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [284]}, "index": {"min": [46741], "max": [47024], "mean": [46882.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [284]}}} +{"episode_index": 126, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4719530496036305]], [[0.44624929390701595]], [[0.41076854152305453]]], "std": [[[0.24703790242448265]], [[0.228046233468933]], [[0.21386036762851582]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5961590294931449]], [[0.5565947660558364]], [[0.4966026922487745]]], "std": [[[0.25342783608586045]], [[0.22553292442963724]], [[0.20039841078717313]]], "count": [100]}, "state": {"min": [-0.19913309812545776, -0.21169546246528625, 0.9394451975822449, 3.0578396320343018, -0.12622423470020294, -0.07544513791799545, 0.0023362976498901844, -0.04000461846590042], "max": [0.13297773897647858, 0.07517100870609283, 1.2914040088653564, 3.2509641647338867, 0.15472914278507233, 0.05376625806093216, 0.04000444337725639, -0.002442325232550502], "mean": [0.05300537496805191, -0.10974574089050293, 1.179429292678833, 3.1211535930633545, -0.010307381860911846, -0.032569073140621185, 0.022982284426689148, -0.023024506866931915], "std": [0.08125429600477219, 0.09374571591615677, 0.10287630558013916, 0.05439269170165062, 0.08001919090747833, 0.032559145241975784, 0.018267452716827393, 0.01820424571633339], "count": [329]}, "actions": {"min": [-0.4229913651943207, -0.7107251286506653, -0.6693154573440552, -0.18672078847885132, -0.13972558081150055, -0.13734398782253265, -1.0], "max": [0.6551153659820557, 1.0247008800506592, 1.0667449235916138, 0.15909221768379211, 0.07918671518564224, 0.16228385269641876, 1.0], "mean": [0.0750245675444603, 0.01318369247019291, -0.014614354819059372, -0.0028487497474998236, 0.00020806050451938063, -0.0001149407762568444, -0.10030394792556763], "std": [0.15186738967895508, 0.2270227074623108, 0.26563796401023865, 0.0409955270588398, 0.03868746757507324, 0.045567113906145096, 0.9949556589126587], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [329]}, "index": {"min": [47025], "max": [47353], "mean": [47189.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [329]}}} +{"episode_index": 127, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46606642420151656]], [[0.44054313749425555]], [[0.4056324917662378]]], "std": [[[0.25137315574261354]], [[0.23214528185557753]], [[0.21784703675114434]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.6005468791886872]], [[0.560966324750115]], [[0.5001180413938036]]], "std": [[[0.25552040560659695]], [[0.22845239692963915]], [[0.2024675270915614]]], "count": [100]}, "state": {"min": [-0.21337167918682098, -0.1667545735836029, 0.9264739751815796, 2.9589054584503174, -0.022483564913272858, -0.03243109583854675, 0.004373909439891577, -0.04000836983323097], "max": [0.10659927129745483, 0.053760141134262085, 1.2032191753387451, 3.107813835144043, 0.18893779814243317, 0.10765331983566284, 0.03987213224172592, -0.004608732648193836], "mean": [0.049465205520391464, -0.07873120903968811, 1.123117446899414, 3.0331621170043945, 0.05723747983574867, 0.017052849754691124, 0.024572717025876045, -0.024757927283644676], "std": [0.08650367707014084, 0.07345988601446152, 0.08090490847826004, 0.03494822606444359, 0.061668772250413895, 0.0395212285220623, 0.017009349539875984, 0.016990428790450096], "count": [288]}, "actions": {"min": [-0.4643394947052002, -0.6227493286132812, -0.5177280306816101, -0.1898181438446045, -0.1483733057975769, -0.164107084274292, -1.0], "max": [0.5822479724884033, 0.8302686214447021, 1.303836703300476, 0.19107982516288757, 0.15691837668418884, 0.19116467237472534, 1.0], "mean": [0.07814279198646545, 0.009843220002949238, 0.009629916399717331, -0.0001528312568552792, -0.001286674290895462, 0.0012936978600919247, -0.1458333283662796], "std": [0.168832927942276, 0.19230498373508453, 0.2652254104614258, 0.04879229515790939, 0.040211111307144165, 0.04346534237265587, 0.9893084168434143], "count": [288]}, "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": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [288]}, "index": {"min": [47354], "max": [47641], "mean": [47497.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [288]}}} +{"episode_index": 128, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43915388518688725]], [[0.41884778669768685]], [[0.39441776709463083]]], "std": [[[0.28690758149819867]], [[0.2662734505938107]], [[0.25180063086554283]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5148299458821615]], [[0.49967720480526195]], [[0.4831921775668275]]], "std": [[[0.2761739976323869]], [[0.26248360724618713]], [[0.2516475234051293]]], "count": [100]}, "state": {"min": [-0.20005662739276886, -0.18298028409481049, 1.1167253255844116, 2.9918644428253174, -0.021875502541661263, -0.07895287126302719, 0.0032690612133592367, -0.0400085486471653], "max": [-0.011771949008107185, 0.21011030673980713, 1.2750152349472046, 3.4383511543273926, 0.2875727415084839, 1.1824867725372314, 0.03986801579594612, -0.0031562906224280596], "mean": [-0.07871133834123611, -0.028643077239394188, 1.2082622051239014, 3.1270031929016113, 0.1047123596072197, 0.32782217860221863, 0.01946212723851204, -0.019830098375678062], "std": [0.04603630304336548, 0.13224516808986664, 0.04612105339765549, 0.11765462905168533, 0.08570024371147156, 0.46774744987487793, 0.017270905897021294, 0.017124176025390625], "count": [251]}, "actions": {"min": [-0.670296847820282, -0.494176983833313, -1.1764402389526367, -0.12924407422542572, -0.2817463278770447, -0.5155023336410522, -1.0], "max": [0.7351822257041931, 0.9665354490280151, 0.8696893453598022, 0.2519076466560364, 0.32587286829948425, 0.3767772316932678, 1.0], "mean": [0.018632981926202774, 0.05153875797986984, -0.021911131218075752, 0.0062048472464084625, 0.0028122623916715384, 0.028023093938827515, 0.131474107503891], "std": [0.1859547197818756, 0.24732458591461182, 0.24850769340991974, 0.04798464477062225, 0.05646607279777527, 0.09443560987710953, 0.9913185834884644], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [251]}, "index": {"min": [47642], "max": [47892], "mean": [47767.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [251]}}} +{"episode_index": 129, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4390747040393306]], [[0.4188023651721431]], [[0.39438093177945005]]], "std": [[[0.2847663752689097]], [[0.2640700092043642]], [[0.2495387057454392]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4985886212517234]], [[0.478354933794807]], [[0.4552835136862362]]], "std": [[[0.25673118363068925]], [[0.23633223021286207]], [[0.21605091294971013]]], "count": [100]}, "state": {"min": [-0.1976507604122162, -0.27410873770713806, 1.123969554901123, 2.9622037410736084, -0.12361065298318863, -0.10011035203933716, 0.0027303765527904034, -0.04000963643193245], "max": [-0.0028980940114706755, 0.1070382297039032, 1.2655134201049805, 3.281522750854492, 0.2008855640888214, 0.15144804120063782, 0.03983324021100998, -0.0041793775744736195], "mean": [-0.08339168131351471, -0.12113133817911148, 1.2118537425994873, 3.0796988010406494, 0.014427960850298405, -0.0025054223369807005, 0.02067900262773037, -0.021055549383163452], "std": [0.05719578638672829, 0.1381123811006546, 0.04554954171180725, 0.08805824816226959, 0.09928813576698303, 0.04697943478822708, 0.016980333253741264, 0.016919748857617378], "count": [222]}, "actions": {"min": [-0.4668256640434265, -1.97140371799469, -0.6479576826095581, -0.3592912256717682, -0.15150173008441925, -0.1721884161233902, -1.0], "max": [0.9288601875305176, 0.9812337756156921, 0.5635313391685486, 0.30106890201568604, 0.23445801436901093, 0.25232818722724915, 1.0], "mean": [0.02835272252559662, 0.03178136795759201, -0.03405028209090233, 0.0059969681315124035, 0.003532492322847247, -0.002492723520845175, 0.10810811072587967], "std": [0.21229995787143707, 0.3524762988090515, 0.2255886197090149, 0.06283536553382874, 0.05381644517183304, 0.05736648663878441, 0.9941394329071045], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [222]}, "index": {"min": [47893], "max": [48114], "mean": [48003.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [222]}}} +{"episode_index": 130, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4383661666570925]], [[0.41779510139016546]], [[0.39312994863472733]]], "std": [[[0.2860322199448578]], [[0.26498655152348227]], [[0.24988293628971048]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4724265693215763]], [[0.4525365145814185]], [[0.42983293301451436]]], "std": [[[0.27138158596309236]], [[0.25010678385456947]], [[0.22884567183978777]]], "count": [100]}, "state": {"min": [-0.197073295712471, -0.2731375992298126, 1.1227402687072754, 2.990025758743286, 0.03211154043674469, -0.10866506397724152, -0.00017169413331430405, -0.04000866785645485], "max": [0.021847330033779144, 0.10070150345563889, 1.2602022886276245, 3.441777229309082, 0.34142816066741943, 0.12657485902309418, 0.0398666113615036, -0.0038762676995247602], "mean": [-0.07241533696651459, -0.11056505888700485, 1.1983484029769897, 3.171618700027466, 0.1584947556257248, -0.0025793053209781647, 0.02011370286345482, -0.02052750065922737], "std": [0.05922073870897293, 0.1310625523328781, 0.039443064481019974, 0.12698104977607727, 0.09167623519897461, 0.06785771995782852, 0.017186932265758514, 0.017127836123108864], "count": [239]}, "actions": {"min": [-0.8214574456214905, -0.7874306440353394, -0.6401593685150146, -0.19406640529632568, -0.17744991183280945, -0.14829985797405243, -1.0], "max": [0.5071461200714111, 0.8264056444168091, 0.5289472341537476, 0.2044895738363266, 0.3682679235935211, 0.24037446081638336, 1.0], "mean": [0.02465556375682354, 0.03858659788966179, -0.03227384388446808, 0.010195043869316578, 0.0023825664538890123, 0.0007895067683421075, 0.10460250824689865], "std": [0.20341621339321136, 0.28277331590652466, 0.20529805123806, 0.058816757053136826, 0.061606112867593765, 0.05642017722129822, 0.9945156574249268], "count": [239]}, "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": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [239]}, "index": {"min": [48115], "max": [48353], "mean": [48234.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [239]}}} +{"episode_index": 131, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4407832928825827]], [[0.420161927466299]], [[0.39556530642041976]]], "std": [[[0.28737015046894643]], [[0.2665733391029271]], [[0.2516287982833542]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4818124886307062]], [[0.4658163464116115]], [[0.4479983694039139]]], "std": [[[0.2695801087193063]], [[0.2531751918044087]], [[0.23856967279217386]]], "count": [100]}, "state": {"min": [-0.1868343949317932, -0.18702903389930725, 1.0973552465438843, 2.9760067462921143, -0.0525386743247509, 0.09772171080112457, 0.0026992696803063154, -0.04037277773022652], "max": [0.010303433053195477, 0.1801552176475525, 1.2305988073349, 3.2443251609802246, 0.2415134757757187, 1.249229907989502, 0.03986380621790886, -0.002769643906503916], "mean": [-0.06219587102532387, -0.06945301592350006, 1.1887859106063843, 3.058988571166992, 0.11047343909740448, 0.40366485714912415, 0.02253781259059906, -0.022672628983855247], "std": [0.052218787372112274, 0.11175619065761566, 0.03397703170776367, 0.057519130408763885, 0.07355610281229019, 0.39660999178886414, 0.018015041947364807, 0.018070122227072716], "count": [243]}, "actions": {"min": [-0.539918839931488, -0.7594786882400513, -0.7168663144111633, -0.19040797650814056, -0.10693814605474472, -0.18873107433319092, -1.0], "max": [0.5330406427383423, 0.9396794438362122, 0.45933666825294495, 0.17193074524402618, 0.21115776896476746, 0.31153303384780884, 1.0], "mean": [0.03314277529716492, 0.05382571369409561, -0.030043592676520348, 0.004501671530306339, 0.0027613744605332613, 0.03501346707344055, -0.02880658395588398], "std": [0.16488857567310333, 0.2553723156452179, 0.18753540515899658, 0.049235835671424866, 0.047916479408741, 0.08453097194433212, 0.999584436416626], "count": [243]}, "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": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [243]}, "index": {"min": [48354], "max": [48596], "mean": [48475.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [243]}}} +{"episode_index": 132, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43537087474149816]], [[0.4156352772432215]], [[0.3917264356426164]]], "std": [[[0.2851391269359123]], [[0.26482830906056504]], [[0.2508108879665291]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5032376188390396]], [[0.48328131582222733]], [[0.46104943668141085]]], "std": [[[0.26321832575473225]], [[0.2436919373249156]], [[0.22522766866520574]]], "count": [100]}, "state": {"min": [-0.21594567596912384, -0.27413272857666016, 1.0984941720962524, 2.925236701965332, -0.06794228404760361, -0.021527033299207687, 0.002369883470237255, -0.04001457989215851], "max": [-0.009435310959815979, 0.11493312567472458, 1.2745064496994019, 3.2824110984802246, 0.1834748238325119, 0.16297107934951782, 0.03980453684926033, -0.0032694891560822725], "mean": [-0.10687968879938126, -0.11391017585992813, 1.2024446725845337, 3.0853917598724365, 0.049331482499837875, 0.03194601461291313, 0.02045312523841858, -0.020708128809928894], "std": [0.06454843282699585, 0.14058580994606018, 0.04394562542438507, 0.10271191596984863, 0.06902305036783218, 0.042139098048210144, 0.0176071934401989, 0.01765795797109604], "count": [241]}, "actions": {"min": [-0.6908737421035767, -1.4227874279022217, -0.6667726635932922, -0.3304353952407837, -0.20529064536094666, -0.21220527589321136, -1.0], "max": [0.6253119707107544, 0.7294192910194397, 0.7519066333770752, 0.32360222935676575, 0.19823284447193146, 0.13978908956050873, 1.0], "mean": [0.02731386199593544, 0.04681951180100441, -0.030905257910490036, 0.0067295413464307785, 0.0019756893161684275, -0.0023204218596220016, 0.09543568640947342], "std": [0.19800415635108948, 0.3036895990371704, 0.21147854626178741, 0.07025390863418579, 0.052860431373119354, 0.05130988359451294, 0.9954359531402588], "count": [241]}, "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": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [241]}, "index": {"min": [48597], "max": [48837], "mean": [48717.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [241]}}} +{"episode_index": 133, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4382056890749464]], [[0.41818430044136795]], [[0.3941398465025659]]], "std": [[[0.286636016059253]], [[0.2662693978977656]], [[0.2519071057126514]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4959019930970435]], [[0.48079747996610755]], [[0.4633340561810662]]], "std": [[[0.2692761697272031]], [[0.2543919018354427]], [[0.2409725818662676]]], "count": [100]}, "state": {"min": [-0.20971809327602386, -0.18425439298152924, 1.110704779624939, 3.009242534637451, -0.016421666368842125, 0.024244682863354683, 0.0044205328449606895, -0.040116555988788605], "max": [0.015108042396605015, 0.16338494420051575, 1.2176220417022705, 3.2738566398620605, 0.20899273455142975, 1.112528681755066, 0.03989831730723381, -0.004312477074563503], "mean": [-0.06487865000963211, -0.06193065643310547, 1.1816216707229614, 3.0994064807891846, 0.07992386072874069, 0.3237909972667694, 0.022330496460199356, -0.022111576050519943], "std": [0.05916827172040939, 0.11296199262142181, 0.030814234167337418, 0.05920225754380226, 0.06922794133424759, 0.3791685700416565, 0.016638340428471565, 0.01691124588251114], "count": [232]}, "actions": {"min": [-0.5005455017089844, -0.6938425898551941, -0.6783559322357178, -0.17892205715179443, -0.13003240525722504, -0.11757873743772507, -1.0], "max": [0.6855138540267944, 0.783440887928009, 0.6225382089614868, 0.13366186618804932, 0.11359697580337524, 0.44280147552490234, 1.0], "mean": [0.03323792666196823, 0.05990208312869072, -0.031536199152469635, 0.005888256244361401, 0.004096276592463255, 0.03565051406621933, 0.08620689809322357], "std": [0.18366318941116333, 0.23579056560993195, 0.16802169382572174, 0.047273311764001846, 0.040833137929439545, 0.07344820350408554, 0.9962785243988037], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [232]}, "index": {"min": [48838], "max": [49069], "mean": [48953.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [232]}}} +{"episode_index": 134, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44141775393018534]], [[0.42155898509306067]], [[0.3976083541570925]]], "std": [[[0.2869383857065907]], [[0.26696211777417855]], [[0.25309567071815503]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.512777421539905]], [[0.4974738332711014]], [[0.48060217165479474]]], "std": [[[0.2564438724059205]], [[0.24163059895724334]], [[0.229158635357815]]], "count": [100]}, "state": {"min": [-0.20228199660778046, -0.21221207082271576, 1.1028162240982056, 3.009838104248047, -0.1942169964313507, 0.052148595452308655, 0.0019971029832959175, -0.04009193554520607], "max": [0.01508452370762825, 0.1615566611289978, 1.2503796815872192, 3.2693943977355957, 0.10182856768369675, 1.1588915586471558, 0.03989754989743233, -0.002034176839515567], "mean": [-0.07742275297641754, -0.07730872929096222, 1.1969796419143677, 3.0743541717529297, -0.0438028946518898, 0.4091538190841675, 0.019772542640566826, -0.019896844401955605], "std": [0.06358730047941208, 0.12222880870103836, 0.03848308324813843, 0.0498521588742733, 0.08444643020629883, 0.4121313989162445, 0.018557744100689888, 0.018627529963850975], "count": [239]}, "actions": {"min": [-0.6763338446617126, -0.6219509243965149, -0.5459709167480469, -0.13253672420978546, -0.14648863673210144, -0.17146077752113342, -1.0], "max": [0.5017539858818054, 0.7134390473365784, 0.6611648201942444, 0.17240756750106812, 0.2760041654109955, 0.3694259822368622, 1.0], "mean": [0.028688451275229454, 0.057982075959444046, -0.03762676566839218, 0.005738271400332451, 0.0020259118173271418, 0.03532122075557709, 0.10460250824689865], "std": [0.19233137369155884, 0.2414538711309433, 0.19717583060264587, 0.044504158198833466, 0.052248336374759674, 0.08500063419342041, 0.9945156574249268], "count": [239]}, "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": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [239]}, "index": {"min": [49070], "max": [49308], "mean": [49189.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [239]}}} +{"episode_index": 135, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3796084110393623]], [[0.36095044759523737]], [[0.33737311653302143]]], "std": [[[0.2712083407258951]], [[0.2511869434653903]], [[0.23601758006514473]]], "count": [117]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9372549019607843]], [[0.9294117647058824]], [[0.9333333333333333]]], "mean": [[[0.5394997293872811]], [[0.50325064680695]], [[0.4654173848296163]]], "std": [[[0.271116003297233]], [[0.24327676338372817]], [[0.21544342809657033]]], "count": [117]}, "state": {"min": [-0.2157481610774994, -0.035515233874320984, 0.9757786989212036, 2.9152321815490723, -0.47996968030929565, -0.2581469416618347, 0.0393638052046299, -0.04000920429825783], "max": [0.22886401414871216, 0.15546917915344238, 1.2295806407928467, 3.8373963832855225, 0.10722941160202026, 0.8191399574279785, 0.040027763694524765, -0.03507734835147858], "mean": [-0.0018646565731614828, 0.04033563286066055, 1.1005088090896606, 3.154197931289673, -0.1902245134115219, 0.4151238203048706, 0.039928946644067764, -0.03938936069607735], "std": [0.12888064980506897, 0.05420299991965294, 0.07276452332735062, 0.14936161041259766, 0.1607019603252411, 0.3064745366573334, 0.00010355358244851232, 0.0008531052735634148], "count": [573]}, "actions": {"min": [-2.4362504482269287, -0.8875141143798828, -1.1965547800064087, -0.1550835818052292, -0.28763142228126526, -0.8818551301956177, -1.0], "max": [0.5340932011604309, 0.674884557723999, 0.9002847075462341, 0.5146712064743042, 0.16907881200313568, 0.3402814567089081, -1.0], "mean": [-0.003208020469173789, 0.024447893723845482, -0.04751100391149521, 0.010747883468866348, 0.0032585631124675274, -0.008997381664812565, -1.0], "std": [0.29545828700065613, 0.21261900663375854, 0.2026011198759079, 0.06581243127584457, 0.0477091521024704, 0.09467268735170364, 0.0], "count": [573]}, "timestamp": {"min": [0.0], "max": [57.2], "mean": [28.600000000000005], "std": [16.541060022461277], "count": [573]}, "frame_index": {"min": [0], "max": [572], "mean": [286.0], "std": [165.41060022461278], "count": [573]}, "episode_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [573]}, "index": {"min": [49309], "max": [49881], "mean": [49595.0], "std": [165.41060022461278], "count": [573]}, "task_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [573]}}} +{"episode_index": 136, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38290893132298875]], [[0.36369058530753756]], [[0.33964437653508095]]], "std": [[[0.27237951333488997]], [[0.25197581462236424]], [[0.23624904618700399]]], "count": [119]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9411764705882353]], [[0.9333333333333333]], [[0.9372549019607843]]], "mean": [[[0.5523147756488854]], [[0.5155425547689204]], [[0.47745872016085844]]], "std": [[[0.26387241533409994]], [[0.23684013425530578]], [[0.21030375061401393]]], "count": [119]}, "state": {"min": [-0.20238664746284485, -0.04555399343371391, 0.9924170970916748, 2.863386631011963, -0.4349413812160492, 0.018439065665006638, 0.039313118904829025, -0.04009207338094711], "max": [0.220757856965065, 0.1749913990497589, 1.2946232557296753, 3.3544459342956543, 0.12162703275680542, 1.1291090250015259, 0.04000917449593544, -0.036887217313051224], "mean": [0.02048744633793831, 0.039332784712314606, 1.1229647397994995, 3.140410900115967, -0.20547625422477722, 0.5928508043289185, 0.03992054611444473, -0.03960862755775452], "std": [0.12228772789239883, 0.05576762557029724, 0.08792697638273239, 0.13748572766780853, 0.17235980927944183, 0.3982008695602417, 0.00011840173829114065, 0.0006507548969238997], "count": [589]}, "actions": {"min": [-1.4848700761795044, -1.5521306991577148, -0.8398473858833313, -0.2638952136039734, -0.20934824645519257, -0.5605790615081787, -1.0], "max": [0.4769652783870697, 1.0830559730529785, 0.9502048492431641, 0.22548514604568481, 0.20426695048809052, 0.4430376887321472, -1.0], "mean": [0.027832504361867905, -0.004113918635994196, -0.03234129399061203, 0.0005606791819445789, 0.004870833363384008, 0.011377870105206966, -1.0], "std": [0.16104890406131744, 0.25772225856781006, 0.20903074741363525, 0.05592582747340202, 0.053922343999147415, 0.08785155415534973, 0.0], "count": [589]}, "timestamp": {"min": [0.0], "max": [58.8], "mean": [29.4], "std": [17.002940922087568], "count": [589]}, "frame_index": {"min": [0], "max": [588], "mean": [294.0], "std": [170.02940922087566], "count": [589]}, "episode_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [589]}, "index": {"min": [49882], "max": [50470], "mean": [50176.0], "std": [170.02940922087566], "count": [589]}, "task_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [589]}}} +{"episode_index": 137, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38403663635253904]], [[0.3647647595873066]], [[0.34070428165734984]]], "std": [[[0.2732779196698331]], [[0.2528613842924393]], [[0.23713919872462025]]], "count": [128]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.5424384664086734]], [[0.506869867736218]], [[0.469374654339809]]], "std": [[[0.2654902289756277]], [[0.23915183059102374]], [[0.21410443210148447]]], "count": [128]}, "state": {"min": [-0.22667063772678375, -0.016919678077101707, 0.988736629486084, 2.6596360206604004, -0.5220575332641602, 0.09408358484506607, 0.039391618221998215, -0.04001874476671219], "max": [0.22729378938674927, 0.16504904627799988, 1.2592593431472778, 3.3168909549713135, 0.34223267436027527, 0.9678043723106384, 0.04000824689865112, -0.033800434321165085], "mean": [0.016208583489060402, 0.05022871494293213, 1.1119027137756348, 3.038591146469116, -0.1895482987165451, 0.5490710735321045, 0.03985089808702469, -0.03937004134058952], "std": [0.12532292306423187, 0.049727000296115875, 0.07867385447025299, 0.19693563878536224, 0.203277587890625, 0.2762545943260193, 0.00015592308773193508, 0.000998552655801177], "count": [646]}, "actions": {"min": [-0.7992510795593262, -0.9483368992805481, -0.7143231630325317, -0.24400007724761963, -0.21503204107284546, -0.631331205368042, -1.0], "max": [0.4262107014656067, 0.837177038192749, 0.9331457614898682, 0.19035962224006653, 0.23642049729824066, 0.26916804909706116, -1.0], "mean": [0.03130113333463669, 0.004495085217058659, -0.014697293750941753, 0.00011141115828650072, 0.00525454618036747, 0.0054698241874575615, -1.0], "std": [0.1403857171535492, 0.23556086421012878, 0.16521601378917694, 0.05346805602312088, 0.05115322768688202, 0.07888583838939667, 0.0], "count": [646]}, "timestamp": {"min": [0.0], "max": [64.5], "mean": [32.25], "std": [18.64839135153486], "count": [646]}, "frame_index": {"min": [0], "max": [645], "mean": [322.5], "std": [186.48391351534855], "count": [646]}, "episode_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [646]}, "index": {"min": [50471], "max": [51116], "mean": [50793.5], "std": [186.48391351534855], "count": [646]}, "task_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [646]}}} +{"episode_index": 138, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4402191032729076]], [[0.4197515738682156]], [[0.3948173901656137]]], "std": [[[0.2913619752376142]], [[0.27107614298499405]], [[0.25700559795777406]]], "count": [111]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5143626132379507]], [[0.48918391748107254]], [[0.46253918875360883]]], "std": [[[0.2762999651191166]], [[0.25405240020662645]], [[0.23345600064215757]]], "count": [111]}, "state": {"min": [-0.22618074715137482, -0.26235225796699524, 1.0651353597640991, 2.834062099456787, -0.39463093876838684, -0.12104421108961105, 0.0019863788038492203, -0.040408890694379807], "max": [0.00235645635984838, 0.1644541323184967, 1.2908331155776978, 3.1975367069244385, 0.1613316386938095, 1.4338661432266235, 0.03990192711353302, -0.0019686506129801273], "mean": [-0.06443019956350327, -0.04561027139425278, 1.154162883758545, 3.0042314529418945, 0.006320699118077755, 0.4209321141242981, 0.03025032952427864, -0.030467770993709564], "std": [0.059464361518621445, 0.12776632606983185, 0.062055446207523346, 0.09020406752824783, 0.13820432126522064, 0.5509092211723328, 0.01557464525103569, 0.015575217083096504], "count": [538]}, "actions": {"min": [-0.2351999282836914, -0.8442997932434082, -0.7265192866325378, -0.20164011418819427, -0.16831381618976593, -0.6869125962257385, -1.0], "max": [0.6018537878990173, 0.8348316550254822, 0.6107593178749084, 0.14454588294029236, 0.30878883600234985, 0.43346714973449707, 1.0], "mean": [0.03045452944934368, 0.028585635125637054, -0.01362642738968134, 0.004791052080690861, 0.0019139321520924568, 0.0006988685927353799, -0.46468400955200195], "std": [0.09701715409755707, 0.22798842191696167, 0.15679793059825897, 0.049685537815093994, 0.05079386755824089, 0.09762516617774963, 0.8854754567146301], "count": [538]}, "timestamp": {"min": [0.0], "max": [53.7], "mean": [26.85], "std": [15.530695412633653], "count": [538]}, "frame_index": {"min": [0], "max": [537], "mean": [268.5], "std": [155.30695412633654], "count": [538]}, "episode_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [538]}, "index": {"min": [51117], "max": [51654], "mean": [51385.5], "std": [155.30695412633654], "count": [538]}, "task_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [538]}}} +{"episode_index": 139, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4396134355626442]], [[0.4186069627854972]], [[0.3929534307858981]]], "std": [[[0.2914663299573126]], [[0.27047970199011007]], [[0.25559532169229443]]], "count": [102]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5328924704862988]], [[0.5093820415703622]], [[0.4852258174064663]]], "std": [[[0.27434473178243485]], [[0.2549834318872432]], [[0.23875410255115578]]], "count": [102]}, "state": {"min": [-0.2043348252773285, -0.27563953399658203, 1.0544260740280151, 2.9133338928222656, -0.290885865688324, 0.06080756336450577, 0.003818884724751115, -0.04009437561035156], "max": [-0.012715328484773636, 0.1712239384651184, 1.294644832611084, 3.3691470623016357, 0.17516657710075378, 1.2415403127670288, 0.03993465006351471, -0.00341439014300704], "mean": [-0.06412182003259659, -0.048643559217453, 1.1707921028137207, 3.0904126167297363, 0.03362669795751572, 0.5136162042617798, 0.02951688878238201, -0.02968461439013481], "std": [0.042697057127952576, 0.14184167981147766, 0.0603008009493351, 0.1241026371717453, 0.1172463670372963, 0.4472722113132477, 0.015902625396847725, 0.01590990088880062], "count": [482]}, "actions": {"min": [-0.2659724950790405, -0.8491308093070984, -0.6083536148071289, -0.1721985787153244, -0.19956286251544952, -0.6648844480514526, -1.0], "max": [0.41255369782447815, 0.8763591051101685, 0.5116313695907593, 0.28587400913238525, 0.4046325981616974, 0.3777287006378174, 1.0], "mean": [0.030206821858882904, 0.024709999561309814, -0.017984231933951378, 0.005931784398853779, 0.0017215757397934794, 0.0008340883650816977, -0.4273858964443207], "std": [0.09469009935855865, 0.25288984179496765, 0.1792008876800537, 0.05040412396192551, 0.052764780819416046, 0.0952291265130043, 0.9040706753730774], "count": [482]}, "timestamp": {"min": [0.0], "max": [48.1], "mean": [24.05], "std": [13.914111541884376], "count": [482]}, "frame_index": {"min": [0], "max": [481], "mean": [240.5], "std": [139.14111541884375], "count": [482]}, "episode_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [482]}, "index": {"min": [51655], "max": [52136], "mean": [51895.5], "std": [139.14111541884375], "count": [482]}, "task_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [482]}}} +{"episode_index": 140, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4375636899860856]], [[0.4174753655327691]], [[0.392880161759121]]], "std": [[[0.2923917111435545]], [[0.27243454327402356]], [[0.2588076654365464]]], "count": [120]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5046364334206176]], [[0.4857414948706533]], [[0.4663860186408548]]], "std": [[[0.2903506955601005]], [[0.27434837086049363]], [[0.26161100938342075]]], "count": [120]}, "state": {"min": [-0.23247234523296356, -0.18600332736968994, 1.0544906854629517, 2.727288007736206, -0.18725129961967468, 0.05820222571492195, 0.0017486931756138802, -0.04016745463013649], "max": [0.010539094917476177, 0.15379834175109863, 1.266577959060669, 3.0626940727233887, 0.2380853146314621, 1.4433038234710693, 0.039857473224401474, -0.002237460343167186], "mean": [-0.06419041752815247, -0.0017405218677595258, 1.1609749794006348, 2.9392189979553223, 0.07083868235349655, 0.7590402960777283, 0.024242006242275238, -0.024532705545425415], "std": [0.05976952239871025, 0.1003241166472435, 0.04740539938211441, 0.0832543671131134, 0.12211047857999802, 0.5059251189231873, 0.018545987084507942, 0.01837373711168766], "count": [594]}, "actions": {"min": [-0.39128586649894714, -1.0001436471939087, -0.4536895453929901, -0.1496899574995041, -0.4231168329715729, -0.4788390100002289, -1.0], "max": [0.3746524453163147, 0.9862979054450989, 1.0025650262832642, 0.17527389526367188, 0.24864979088306427, 0.5645986795425415, 1.0], "mean": [0.012330140918493271, 0.02576332353055477, -0.014369720593094826, 0.0036858210805803537, -0.0018196902237832546, 0.01946360617876053, -0.16161616146564484], "std": [0.10845256596803665, 0.21368491649627686, 0.14699558913707733, 0.0482231080532074, 0.054208215326070786, 0.11493709683418274, 0.9868555665016174], "count": [594]}, "timestamp": {"min": [0.0], "max": [59.3], "mean": [29.65], "std": [17.147278695660916], "count": [594]}, "frame_index": {"min": [0], "max": [593], "mean": [296.5], "std": [171.47278695660916], "count": [594]}, "episode_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [594]}, "index": {"min": [52137], "max": [52730], "mean": [52433.5], "std": [171.47278695660916], "count": [594]}, "task_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [594]}}} +{"episode_index": 141, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4375125588397064]], [[0.4169415312090623]], [[0.3916743981991369]]], "std": [[[0.29341582575935393]], [[0.27302602986988717]], [[0.2587653057049339]]], "count": [116]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5352763724697853]], [[0.5141158464391785]], [[0.4925443807915306]]], "std": [[[0.2812431503818794]], [[0.26458330616710785]], [[0.2516984354717208]]], "count": [116]}, "state": {"min": [-0.20605877041816711, -0.18735890090465546, 1.0522266626358032, 2.771876811981201, -0.26223433017730713, 0.11768990010023117, 0.0024302517995238304, -0.04005444049835205], "max": [0.013507970608770847, 0.17997033894062042, 1.258314847946167, 3.1096317768096924, 0.21093715727329254, 1.4921633005142212, 0.03988458216190338, -0.0010389405069872737], "mean": [-0.06141792982816696, -0.0017834367463365197, 1.1668866872787476, 2.956657886505127, 0.022775964811444283, 0.8348571062088013, 0.024411797523498535, -0.02458433248102665], "std": [0.05351231247186661, 0.11268850415945053, 0.05094359815120697, 0.08083460479974747, 0.13040325045585632, 0.49082425236701965, 0.017948299646377563, 0.01787673868238926], "count": [571]}, "actions": {"min": [-0.43541648983955383, -0.7935173511505127, -0.7091415524482727, -0.197524294257164, -0.1699274182319641, -0.5156406760215759, -1.0], "max": [0.712006688117981, 0.4951486587524414, 0.6385331749916077, 0.1771026849746704, 0.2929653823375702, 0.4862236976623535, 1.0], "mean": [0.012441975064575672, 0.03174063190817833, -0.019219104200601578, 0.003871376160532236, 0.002918194979429245, 0.017463061958551407, -0.13835376501083374], "std": [0.11034336686134338, 0.19047120213508606, 0.15368327498435974, 0.040999360382556915, 0.045963797718286514, 0.09618344157934189, 0.9903799891471863], "count": [571]}, "timestamp": {"min": [0.0], "max": [57.0], "mean": [28.5], "std": [16.483324907311633], "count": [571]}, "frame_index": {"min": [0], "max": [570], "mean": [285.0], "std": [164.83324907311632], "count": [571]}, "episode_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [571]}, "index": {"min": [52731], "max": [53301], "mean": [53016.0], "std": [164.83324907311632], "count": [571]}, "task_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [571]}}} +{"episode_index": 142, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4322994642070695]], [[0.41175243123372396]], [[0.3867824000938266]]], "std": [[[0.2867192683252169]], [[0.2653881318320619]], [[0.2500781784909026]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5223088779823453]], [[0.5032400237438726]], [[0.4830699546664369]]], "std": [[[0.28243136986105405]], [[0.2663148164688765]], [[0.2529605313698943]]], "count": [100]}, "state": {"min": [-0.22506579756736755, -0.2645867168903351, 1.0990079641342163, 3.0443031787872314, -0.1614377200603485, -0.12066280841827393, 0.0013219926040619612, -0.040522340685129166], "max": [-0.010752354748547077, 0.19622845947742462, 1.2184898853302002, 3.4303181171417236, 0.20980209112167358, 1.048691749572754, 0.040008530020713806, -0.0046774703077971935], "mean": [-0.09877777099609375, -0.024261649698019028, 1.1668822765350342, 3.19357967376709, 0.09943048655986786, 0.31075519323349, 0.030097946524620056, -0.03062913380563259], "std": [0.0490829199552536, 0.1229875460267067, 0.03631002828478813, 0.1165110394358635, 0.0805264264345169, 0.46116217970848083, 0.015160104259848595, 0.014698227867484093], "count": [436]}, "actions": {"min": [-0.7221717238426208, -0.6793980598449707, -0.9029582738876343, -0.1960379183292389, -0.15656504034996033, -0.19738958775997162, -1.0], "max": [0.9068705439567566, 1.0952707529067993, 0.6503313779830933, 0.32144737243652344, 0.21098679304122925, 0.40063339471817017, 1.0], "mean": [0.03049096278846264, 0.045746199786663055, -0.029516203328967094, 0.007466549053788185, 0.0010571536840870976, 0.021157490089535713, -0.4587155878543854], "std": [0.16153235733509064, 0.25381016731262207, 0.16984978318214417, 0.05310524255037308, 0.04597789794206619, 0.07510288804769516, 0.888586163520813], "count": [436]}, "timestamp": {"min": [0.0], "max": [43.5], "mean": [21.75], "std": [12.586202763343678], "count": [436]}, "frame_index": {"min": [0], "max": [435], "mean": [217.5], "std": [125.86202763343677], "count": [436]}, "episode_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [436]}, "index": {"min": [53302], "max": [53737], "mean": [53519.5], "std": [125.86202763343677], "count": [436]}, "task_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [436]}}} +{"episode_index": 143, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43865089147231157]], [[0.41798207541073074]], [[0.3930475445915671]]], "std": [[[0.2876308141910811]], [[0.2665653493911315]], [[0.251360645192097]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5176164933746936]], [[0.5006198957854626]], [[0.48277180211684284]]], "std": [[[0.2885017278108887]], [[0.2742801230256921]], [[0.2630771242724716]]], "count": [100]}, "state": {"min": [-0.22138316929340363, -0.18224775791168213, 1.0733988285064697, 2.9304354190826416, -0.11014045774936676, 0.015561086125671864, 0.0032721050083637238, -0.04000816121697426], "max": [0.039912544190883636, 0.1912485510110855, 1.244083285331726, 3.235081434249878, 0.29939505457878113, 1.1988569498062134, 0.039933547377586365, -0.0032621503341943026], "mean": [-0.06704892963171005, -0.00235355575568974, 1.163163423538208, 3.0640792846679688, 0.16336743533611298, 0.49210625886917114, 0.027742836624383926, -0.02756373956799507], "std": [0.057399094104766846, 0.1293763965368271, 0.04864587262272835, 0.06710649281740189, 0.07382087409496307, 0.4295996427536011, 0.01655648648738861, 0.016652243211865425], "count": [446]}, "actions": {"min": [-0.4033571779727936, -0.6468135714530945, -0.8817315101623535, -0.16514284908771515, -0.16366322338581085, -0.1722816526889801, -1.0], "max": [0.39166316390037537, 0.7285668849945068, 0.4070681631565094, 0.27367594838142395, 0.13102953135967255, 0.3320595324039459, 1.0], "mean": [0.023148974403738976, 0.03948242589831352, -0.02545854076743126, 0.006513907108455896, -0.0014400322688743472, 0.019868891686201096, -0.3273542523384094], "std": [0.13189101219177246, 0.22358238697052002, 0.16031230986118317, 0.049800414592027664, 0.036622561514377594, 0.05833616852760315, 0.9449023604393005], "count": [446]}, "timestamp": {"min": [0.0], "max": [44.5], "mean": [22.25], "std": [12.874878640204729], "count": [446]}, "frame_index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "episode_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [446]}, "index": {"min": [53738], "max": [54183], "mean": [53960.5], "std": [128.7487864020473], "count": [446]}, "task_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [446]}}} +{"episode_index": 144, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4423533744064032]], [[0.4217214343501072]], [[0.396978209252451]]], "std": [[[0.28717535910244146]], [[0.26645743758820056]], [[0.2517049674194264]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5231887536142387]], [[0.5068525139303768]], [[0.49055016132429535]]], "std": [[[0.28709063593477846]], [[0.27397631594319205]], [[0.26466900338791105]]], "count": [100]}, "state": {"min": [-0.1957346498966217, -0.16731195151805878, 1.087828278541565, 2.9902782440185547, -0.1176086813211441, 0.0028541251085698605, 0.0023397966288030148, -0.040100015699863434], "max": [0.03659548610448837, 0.19197514653205872, 1.2469028234481812, 3.329869031906128, 0.27294155955314636, 1.1583737134933472, 0.040005479007959366, -0.0007295430405065417], "mean": [-0.06115896999835968, -0.006697686854749918, 1.1650570631027222, 3.1669702529907227, 0.0904972106218338, 0.5337260365486145, 0.027411509305238724, -0.027074959129095078], "std": [0.055067989975214005, 0.12045928835868835, 0.05396421253681183, 0.08282832056283951, 0.0975302904844284, 0.49075770378112793, 0.0171967800706625, 0.017242390662431717], "count": [418]}, "actions": {"min": [-0.4611921012401581, -1.2793376445770264, -0.8669347763061523, -0.203214630484581, -0.11507765203714371, -0.14174355566501617, -1.0], "max": [1.0005426406860352, 1.6657377481460571, 0.7151514291763306, 0.21636924147605896, 0.18252336978912354, 0.25276944041252136, 1.0], "mean": [0.02445937506854534, 0.043026551604270935, -0.033030979335308075, 0.004250392783433199, 0.003030206076800823, 0.02140851318836212, -0.3253588378429413], "std": [0.15341190993785858, 0.2640378773212433, 0.17375867068767548, 0.051278188824653625, 0.041445087641477585, 0.05791369453072548, 0.9455897808074951], "count": [418]}, "timestamp": {"min": [0.0], "max": [41.7], "mean": [20.849999999999998], "std": [12.066586095495278], "count": [418]}, "frame_index": {"min": [0], "max": [417], "mean": [208.5], "std": [120.66586095495279], "count": [418]}, "episode_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [418]}, "index": {"min": [54184], "max": [54601], "mean": [54392.5], "std": [120.66586095495279], "count": [418]}, "task_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [418]}}} +{"episode_index": 145, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44265258430032167]], [[0.4212376780790441]], [[0.3953851126876532]]], "std": [[[0.28974289033211126]], [[0.26818307902281446]], [[0.2525886454877227]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645774625890395]], [[0.44567391788258276]], [[0.4253482636096431]]], "std": [[[0.27790306607084614]], [[0.2585356547413266]], [[0.24048950001682762]]], "count": [100]}, "state": {"min": [-0.20725581049919128, -0.2508374750614166, 1.0570870637893677, 2.900822639465332, -0.3805946409702301, 0.022517284378409386, 0.0019408261869102716, -0.04001208767294884], "max": [-0.033423781394958496, 0.16791221499443054, 1.2460609674453735, 3.283334732055664, 0.2291909158229828, 1.0470439195632935, 0.040005214512348175, -0.0018991819815710187], "mean": [-0.08434401452541351, -0.04313713684678078, 1.1696205139160156, 3.0842409133911133, 0.05939042940735817, 0.32739537954330444, 0.028334494680166245, -0.02829345315694809], "std": [0.03568067029118538, 0.1261003464460373, 0.04934367910027504, 0.08297570049762726, 0.12053030729293823, 0.3980901539325714, 0.01689377799630165, 0.016804920509457588], "count": [425]}, "actions": {"min": [-0.28393852710723877, -0.8953188061714172, -0.7353394627571106, -0.20718924701213837, -0.19947652518749237, -0.1291399896144867, -1.0], "max": [0.626081645488739, 0.7941890358924866, 0.5206018686294556, 0.23012278974056244, 0.1762215495109558, 0.3871415853500366, 1.0], "mean": [0.024296168237924576, 0.03959793224930763, -0.039279524236917496, 0.008589869365096092, -0.0016592006431892514, 0.018079634755849838, -0.38823530077934265], "std": [0.12113543599843979, 0.2553468942642212, 0.17899928987026215, 0.05704088881611824, 0.050340719521045685, 0.06905422359704971, 0.9215630888938904], "count": [425]}, "timestamp": {"min": [0.0], "max": [42.4], "mean": [21.2], "std": [12.268659258452], "count": [425]}, "frame_index": {"min": [0], "max": [424], "mean": [212.0], "std": [122.68659258452001], "count": [425]}, "episode_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [425]}, "index": {"min": [54602], "max": [55026], "mean": [54814.0], "std": [122.68659258452001], "count": [425]}, "task_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [425]}}} +{"episode_index": 146, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36647378958907784]], [[0.34840474566291363]], [[0.32568869856292126]]], "std": [[[0.2627933381535395]], [[0.24208233995692768]], [[0.2263169746345249]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.4657198701746324]], [[0.4458418285893459]], [[0.4272601360246247]]], "std": [[[0.28725218800959196]], [[0.26890828557056656]], [[0.2540823317187963]]], "count": [100]}, "state": {"min": [-0.19906403124332428, -0.043771933764219284, 1.0755376815795898, 3.0166635513305664, -0.34971514344215393, 0.057488784193992615, 0.039158981293439865, -0.040048856288194656], "max": [-0.05690884590148926, 0.16955073177814484, 1.175241470336914, 3.1240696907043457, 0.12308458238840103, 1.2740107774734497, 0.03996746987104416, -0.03839262202382088], "mean": [-0.10192906111478806, 0.028061935678124428, 1.1176332235336304, 3.075277805328369, -0.043513085693120956, 1.0516928434371948, 0.03981226682662964, -0.03968149796128273], "std": [0.04543440788984299, 0.07690372318029404, 0.039081670343875885, 0.031393688172101974, 0.15371690690517426, 0.3300975561141968, 0.00018493013340048492, 0.00040567934047430754], "count": [147]}, "actions": {"min": [-0.10241152346134186, -0.2632051408290863, -0.3661033809185028, -0.28336748480796814, -0.2956872284412384, -0.10629758983850479, -1.0], "max": [0.5646517872810364, 0.5711436867713928, 0.26655298471450806, 0.2181970477104187, 0.29505446553230286, 0.5097895860671997, -1.0], "mean": [0.07156535983085632, 0.1183122918009758, -0.046208951622247696, 0.019602661952376366, -0.004276136867702007, 0.06557107716798782, -1.0], "std": [0.09353600442409515, 0.1736806184053421, 0.117348313331604, 0.058175209909677505, 0.06817901134490967, 0.12120960652828217, 0.0], "count": [147]}, "timestamp": {"min": [0.0], "max": [14.6], "mean": [7.3], "std": [4.243426288586461], "count": [147]}, "frame_index": {"min": [0], "max": [146], "mean": [73.0], "std": [42.43426288586461], "count": [147]}, "episode_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [147]}, "index": {"min": [55027], "max": [55173], "mean": [55100.0], "std": [42.43426288586461], "count": [147]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [147]}}} +{"episode_index": 147, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36855472938687195]], [[0.3501437892539828]], [[0.327170851763557]]], "std": [[[0.2618120844202038]], [[0.24114349561714973]], [[0.2253641672675925]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.5030591263116575]], [[0.48364283662683827]], [[0.4663515170228248]]], "std": [[[0.2784429582519858]], [[0.26244437264128323]], [[0.2508313168021538]]], "count": [100]}, "state": {"min": [-0.19702358543872833, -0.047286536544561386, 1.0687215328216553, 3.054245948791504, -0.41799452900886536, 0.035830382257699966, 0.03919992968440056, -0.04012184962630272], "max": [-0.050477202981710434, 0.1696045696735382, 1.1906142234802246, 3.191925287246704, 0.02626342512667179, 1.3673715591430664, 0.04000303894281387, -0.038280025124549866], "mean": [-0.09790273755788803, 0.022696703672409058, 1.1208758354187012, 3.143686056137085, -0.10384462028741837, 1.1135666370391846, 0.03987171873450279, -0.03979704529047012], "std": [0.04245429486036301, 0.07283374667167664, 0.04716939106583595, 0.040298134088516235, 0.14249086380004883, 0.37470757961273193, 0.0001973523903870955, 0.00034311364288441837], "count": [156]}, "actions": {"min": [-0.16864190995693207, -0.35599908232688904, -0.6065959930419922, -0.1748916506767273, -0.22760719060897827, -0.13819168508052826, -1.0], "max": [0.437618225812912, 0.6981952786445618, 0.25004011392593384, 0.16521741449832916, 0.2505626976490021, 0.4768267571926117, -1.0], "mean": [0.07195588946342468, 0.1208990141749382, -0.05349132418632507, 0.02047591097652912, -0.00155490986071527, 0.07243207097053528, -1.0], "std": [0.09484510123729706, 0.1692029982805252, 0.13172948360443115, 0.050594065338373184, 0.06760266423225403, 0.1150844469666481, 0.0], "count": [156]}, "timestamp": {"min": [0.0], "max": [15.5], "mean": [7.75], "std": [4.503239574646975], "count": [156]}, "frame_index": {"min": [0], "max": [155], "mean": [77.5], "std": [45.032395746469746], "count": [156]}, "episode_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [156]}, "index": {"min": [55174], "max": [55329], "mean": [55251.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [156]}}} +{"episode_index": 148, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3745992258109298]], [[0.35583737661324294]], [[0.3324713882745481]]], "std": [[[0.2647254036742353]], [[0.24362674414693083]], [[0.2275678088222385]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9333333333333333]], [[0.9254901960784314]], [[0.9294117647058824]]], "mean": [[[0.5268586126589307]], [[0.5068593289244409]], [[0.48916023284313725]]], "std": [[[0.27664702827826626]], [[0.26214603771025347]], [[0.25249710389163205]]], "count": [100]}, "state": {"min": [-0.1924552321434021, -0.04533877596259117, 1.1039739847183228, 3.0210602283477783, -0.44644972681999207, 0.07400555908679962, 0.03915344178676605, -0.040757667273283005], "max": [-0.05232205241918564, 0.18852923810482025, 1.1910431385040283, 3.1185247898101807, 0.059732142835855484, 1.3677986860275269, 0.03994767740368843, -0.03937113657593727], "mean": [-0.10528485476970673, 0.02573363110423088, 1.1409428119659424, 3.072282075881958, -0.0841318815946579, 1.1394790410995483, 0.03980759158730507, -0.04000644385814667], "std": [0.04779636487364769, 0.07780038565397263, 0.03338150680065155, 0.0279645137488842, 0.1657216101884842, 0.34278419613838196, 0.00017628964269533753, 0.0002212946565123275], "count": [157]}, "actions": {"min": [-0.13511274755001068, -0.3344801962375641, -0.5344668626785278, -0.2824205458164215, -0.261540025472641, -0.13621780276298523, -1.0], "max": [0.24736373126506805, 0.6134108901023865, 0.2633333206176758, 0.12745271623134613, 0.23920463025569916, 0.4718315005302429, -1.0], "mean": [0.06776396930217743, 0.108557790517807, -0.060308851301670074, 0.021687686443328857, -0.006973407696932554, 0.06881586462259293, -1.0], "std": [0.07520482689142227, 0.18213516473770142, 0.11719845235347748, 0.05367163568735123, 0.07190581411123276, 0.1345364898443222, 0.0], "count": [157]}, "timestamp": {"min": [0.0], "max": [15.6], "mean": [7.8], "std": [4.532107677449864], "count": [157]}, "frame_index": {"min": [0], "max": [156], "mean": [78.0], "std": [45.32107677449864], "count": [157]}, "episode_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [157]}, "index": {"min": [55330], "max": [55486], "mean": [55408.0], "std": [45.32107677449864], "count": [157]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [157]}}} +{"episode_index": 149, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36477056944604014]], [[0.3466388651529948]], [[0.32385881790460325]]], "std": [[[0.26020887369179335]], [[0.2396296730693562]], [[0.2239800247448622]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.5091661879595588]], [[0.4869849889418658]], [[0.4664068639418658]]], "std": [[[0.2897880559285601]], [[0.2721780726047187]], [[0.25887539162366563]]], "count": [100]}, "state": {"min": [-0.19028854370117188, -0.05880851671099663, 1.0751787424087524, 3.0555288791656494, -0.26159948110580444, 0.046036865562200546, 0.03957920894026756, -0.04009480029344559], "max": [-0.0436820462346077, 0.16919665038585663, 1.2367873191833496, 3.1965320110321045, 0.13088376820087433, 1.2598949670791626, 0.04000303894281387, -0.03787248954176903], "mean": [-0.09057847410440445, 0.019004471600055695, 1.1560451984405518, 3.1136410236358643, -0.0010251293424516916, 0.9820945858955383, 0.03990284353494644, -0.03976215422153473], "std": [0.044375963509082794, 0.06908885389566422, 0.06011611223220825, 0.04345359280705452, 0.10998830944299698, 0.3678072392940521, 9.624572703614831e-05, 0.0005118791596032679], "count": [163]}, "actions": {"min": [-0.18605846166610718, -0.3506602942943573, -0.47169625759124756, -0.17468659579753876, -0.18375138938426971, -0.0975760817527771, -1.0], "max": [0.3168126344680786, 0.8338918089866638, 0.3135283291339874, 0.13801422715187073, 0.23807282745838165, 0.4051750600337982, -1.0], "mean": [0.065554179251194, 0.10355693101882935, -0.05653372406959534, 0.0101412208750844, -0.003104124218225479, 0.05952782928943634, -1.0], "std": [0.0919446349143982, 0.20600014925003052, 0.13723869621753693, 0.05531935766339302, 0.05473588407039642, 0.10488069802522659, 0.0], "count": [163]}, "timestamp": {"min": [0.0], "max": [16.2], "mean": [8.100000000000001], "std": [4.705316142407436], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [163]}, "index": {"min": [55487], "max": [55649], "mean": [55568.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [163]}}} +{"episode_index": 150, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3660120550417433]], [[0.3482215582155714]], [[0.3257836088292739]]], "std": [[[0.26075479207082575]], [[0.24073384416294835]], [[0.22576608300221532]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9176470588235294]], [[0.9137254901960784]], [[0.9137254901960784]]], "mean": [[[0.48144123092352176]], [[0.45866420192344515]], [[0.43674769741881125]]], "std": [[[0.28288654675247477]], [[0.26250365746278953]], [[0.24519596790723902]]], "count": [100]}, "state": {"min": [-0.21485339105129242, -0.05114035680890083, 1.07757568359375, 2.8622469902038574, -0.5301154255867004, 0.022412845864892006, 0.03917459025979042, -0.04007994011044502], "max": [-0.04449464753270149, 0.16170865297317505, 1.1914796829223633, 3.0357511043548584, 0.023605115711688995, 1.2724759578704834, 0.03983119875192642, -0.036248695105314255], "mean": [-0.0974053218960762, 0.015651945024728775, 1.1232572793960571, 2.941978693008423, -0.15470995008945465, 1.0727646350860596, 0.03971290588378906, -0.039731673896312714], "std": [0.05214724689722061, 0.07281429320573807, 0.041365932673215866, 0.043713394552469254, 0.16948676109313965, 0.3383966386318207, 0.00012165011139586568, 0.0005988748744130135], "count": [154]}, "actions": {"min": [-0.15814043581485748, -0.3804369866847992, -0.4563480615615845, -0.3104417026042938, -0.2877669930458069, -0.06724312156438828, -1.0], "max": [0.4132017493247986, 0.5368806719779968, 0.20068883895874023, 0.20310533046722412, 0.2632623612880707, 0.7332769632339478, -1.0], "mean": [0.08372656255960464, 0.11862977594137192, -0.04742267727851868, 0.021285202354192734, -0.006412876769900322, 0.07267672568559647, -1.0], "std": [0.09884386509656906, 0.1824362576007843, 0.11995803564786911, 0.05914660915732384, 0.06805966049432755, 0.14440806210041046, 0.0], "count": [154]}, "timestamp": {"min": [0.0], "max": [15.3], "mean": [7.6499999999999995], "std": [4.445503346079047], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [154]}, "index": {"min": [55650], "max": [55803], "mean": [55726.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [154]}}} +{"episode_index": 151, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.369200792499617]], [[0.3506194709329044]], [[0.3273894222483915]]], "std": [[[0.26334693071680076]], [[0.24243207524534705]], [[0.226324355214511]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.49243836885340075]], [[0.4700648648131127]], [[0.4488568384507123]]], "std": [[[0.286845967173283]], [[0.2677458334566311]], [[0.2521574494569869]]], "count": [100]}, "state": {"min": [-0.19114312529563904, -0.037180084735155106, 1.0685166120529175, 3.073660135269165, -0.3656425476074219, 0.0178531426936388, 0.039069730788469315, -0.04007051885128021], "max": [-0.03503996506333351, 0.1747576743364334, 1.1739706993103027, 3.222336769104004, 0.09661444276571274, 1.2511389255523682, 0.04000398516654968, -0.037943191826343536], "mean": [-0.0912727415561676, 0.0371888130903244, 1.1120539903640747, 3.155614137649536, -0.06287652999162674, 1.0405856370925903, 0.03984883800148964, -0.03969472274184227], "std": [0.050376713275909424, 0.07386237382888794, 0.040824905037879944, 0.04054537042975426, 0.150584876537323, 0.3392293155193329, 0.00022122195514384657, 0.00041933180182240903], "count": [143]}, "actions": {"min": [-0.13013407588005066, -0.2912178039550781, -0.5793571472167969, -0.23424836993217468, -0.5931375026702881, -0.09806445986032486, -1.0], "max": [0.47242891788482666, 0.5825445652008057, 0.4221973717212677, 0.12831592559814453, 0.36894190311431885, 0.6784181594848633, -1.0], "mean": [0.0778135284781456, 0.1256767064332962, -0.05763411894440651, 0.02397187612950802, -0.005565578583627939, 0.07820809632539749, -1.0], "std": [0.08462944626808167, 0.18745902180671692, 0.14425668120384216, 0.061594296246767044, 0.10723035037517548, 0.15475508570671082, 0.0], "count": [143]}, "timestamp": {"min": [0.0], "max": [14.2], "mean": [7.1000000000000005], "std": [4.127953488110059], "count": [143]}, "frame_index": {"min": [0], "max": [142], "mean": [71.0], "std": [41.27953488110059], "count": [143]}, "episode_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [143]}, "index": {"min": [55804], "max": [55946], "mean": [55875.0], "std": [41.27953488110059], "count": [143]}, "task_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [143]}}} +{"episode_index": 152, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3679016340667126]], [[0.349719700831993]], [[0.3268503178615196]]], "std": [[[0.2642234228806374]], [[0.24384432554365074]], [[0.22839413793442453]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9411764705882353]], [[0.9333333333333333]], [[0.9372549019607843]]], "mean": [[[0.5170792553471585]], [[0.49873027068493414]], [[0.48308415132410387]]], "std": [[[0.27664247093633554]], [[0.2622625884576177]], [[0.25258620682455885]]], "count": [100]}, "state": {"min": [-0.20065772533416748, -0.01978234015405178, 0.9990731477737427, 2.9275012016296387, -0.31044328212738037, 0.06266223639249802, 0.03933341056108475, -0.040391724556684494], "max": [-0.026615140959620476, 0.16467417776584625, 1.1797927618026733, 3.1002397537231445, 0.1947854459285736, 1.5112825632095337, 0.03991108015179634, -0.03931847959756851], "mean": [-0.08267305791378021, 0.04587138816714287, 1.0830917358398438, 3.014688730239868, -0.05015602707862854, 1.2945674657821655, 0.03983043506741524, -0.039974234998226166], "std": [0.034741368144750595, 0.06069156154990196, 0.05077866092324257, 0.049193643033504486, 0.14669188857078552, 0.356561541557312, 8.707512461114675e-05, 0.00013657144154421985], "count": [395]}, "actions": {"min": [-0.22107793390750885, -0.6439886093139648, -0.32612481713294983, -0.13963431119918823, -0.1649966984987259, -0.09153994172811508, -1.0], "max": [0.3314542770385742, 0.8097712397575378, 0.33706921339035034, 0.17871993780136108, 0.18999287486076355, 0.4088619649410248, -1.0], "mean": [0.0403192900121212, 0.0419754795730114, -0.03653883561491966, 0.009050623513758183, -0.0013629697496071458, 0.025961849838495255, -1.0], "std": [0.08090094476938248, 0.1761437952518463, 0.0941941887140274, 0.0344945564866066, 0.04131467640399933, 0.07480525970458984, 0.0], "count": [395]}, "timestamp": {"min": [0.0], "max": [39.4], "mean": [19.7], "std": [11.402631275280282], "count": [395]}, "frame_index": {"min": [0], "max": [394], "mean": [197.0], "std": [114.02631275280281], "count": [395]}, "episode_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [395]}, "index": {"min": [55947], "max": [56341], "mean": [56144.0], "std": [114.02631275280281], "count": [395]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [395]}}} +{"episode_index": 153, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3690166093414905]], [[0.3506828984279258]], [[0.3276126756855086]]], "std": [[[0.264332470476339]], [[0.2438102566064578]], [[0.22811191701197603]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.530124199960746]], [[0.5074678069469976]], [[0.48670193660960476]]], "std": [[[0.27617429229959567]], [[0.2586539986330491]], [[0.2453816408856757]]], "count": [100]}, "state": {"min": [-0.18719525635242462, -0.04236914962530136, 0.9757001996040344, 3.0054750442504883, -0.5345816612243652, 0.062169138342142105, 0.03922794759273529, -0.04016420617699623], "max": [-0.01890939474105835, 0.1842680722475052, 1.1839054822921753, 3.1765520572662354, 0.019676119089126587, 1.501095175743103, 0.04000216722488403, -0.0372973307967186], "mean": [-0.06112692877650261, 0.05076482519507408, 1.0818614959716797, 3.09305477142334, -0.1534583866596222, 1.2512595653533936, 0.03988884761929512, -0.03988010063767433], "std": [0.042576104402542114, 0.07215838134288788, 0.05985258147120476, 0.03833808749914169, 0.14507940411567688, 0.34728652238845825, 0.0001442709326511249, 0.0004069138376507908], "count": [311]}, "actions": {"min": [-0.18091431260108948, -0.48770812153816223, -0.4128018915653229, -0.10263768583536148, -0.16176454722881317, -0.07259994000196457, -1.0], "max": [0.31879955530166626, 0.8092374205589294, 0.20440010726451874, 0.1819753795862198, 0.13573989272117615, 0.42154309153556824, -1.0], "mean": [0.04146231710910797, 0.07360199093818665, -0.04980844631791115, 0.013668212108314037, -0.0013991285813972354, 0.03596490994095802, -1.0], "std": [0.08922745287418365, 0.2074061781167984, 0.11075688153505325, 0.04018140584230423, 0.03479840233922005, 0.07937481999397278, 0.0], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [311]}, "index": {"min": [56342], "max": [56652], "mean": [56497.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [311]}}} +{"episode_index": 154, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37486102115406705]], [[0.3560050186456419]], [[0.33250947959750304]]], "std": [[[0.2653864418887413]], [[0.2443597704616991]], [[0.22822220986590167]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9294117647058824]], [[0.9215686274509803]], [[0.9254901960784314]]], "mean": [[[0.48613437428193934]], [[0.4669069333543964]], [[0.44962231385474116]]], "std": [[[0.2719131035347973]], [[0.2546785849634575]], [[0.24120730952565414]]], "count": [100]}, "state": {"min": [-0.20159488916397095, -0.05084510147571564, 0.9880297780036926, 2.992095708847046, -0.5294082164764404, 0.029250960797071457, 0.03946048766374588, -0.040147192776203156], "max": [-0.04176677390933037, 0.16867764294147491, 1.1909241676330566, 3.172898530960083, 0.01855950430035591, 1.426736831665039, 0.04000180587172508, -0.039449505507946014], "mean": [-0.08153719455003738, 0.04001576825976372, 1.0852906703948975, 3.0656116008758545, -0.2221711277961731, 1.2088392972946167, 0.039882540702819824, -0.03995301574468613], "std": [0.039019107818603516, 0.07444079220294952, 0.06345079839229584, 0.05018085986375809, 0.16564661264419556, 0.3523244261741638, 8.789770799921826e-05, 0.00012270289880689234], "count": [340]}, "actions": {"min": [-0.25881436467170715, -0.7319695949554443, -0.5224733948707581, -0.16087478399276733, -0.11413891613483429, -0.06789540499448776, -1.0], "max": [0.3348439931869507, 0.7486507892608643, 0.24711591005325317, 0.16582545638084412, 0.14823491871356964, 0.49699342250823975, -1.0], "mean": [0.03910241276025772, 0.06032725051045418, -0.04359317198395729, 0.009942801669239998, -0.0009759997483342886, 0.030106589198112488, -1.0], "std": [0.0844106525182724, 0.2089417427778244, 0.1001354530453682, 0.04181559011340141, 0.03527124226093292, 0.0730045810341835, 0.0], "count": [340]}, "timestamp": {"min": [0.0], "max": [33.9], "mean": [16.950000000000003], "std": [9.814912123906153], "count": [340]}, "frame_index": {"min": [0], "max": [339], "mean": [169.5], "std": [98.14912123906153], "count": [340]}, "episode_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [340]}, "index": {"min": [56653], "max": [56992], "mean": [56822.5], "std": [98.14912123906153], "count": [340]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [340]}}} +{"episode_index": 155, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3694791672650506]], [[0.3514275446873085]], [[0.32873300709443937]]], "std": [[[0.26438125565603204]], [[0.24397740673799367]], [[0.22856847882494685]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9333333333333333]], [[0.9098039215686274]], [[0.9058823529411765]]], "mean": [[[0.49899235504748773]], [[0.47800006881414675]], [[0.45867043409160535]]], "std": [[[0.27097911990614376]], [[0.2532991402771443]], [[0.23937541568725385]]], "count": [100]}, "state": {"min": [-0.19632507860660553, -0.06073582544922829, 0.9856184720993042, 2.8552846908569336, -0.6011981964111328, 0.14531128108501434, 0.0393185056746006, -0.040168292820453644], "max": [-0.010670226998627186, 0.17119091749191284, 1.20468270778656, 3.2079970836639404, 0.06124499440193176, 1.5890741348266602, 0.040002260357141495, -0.039472080767154694], "mean": [-0.06090174987912178, 0.03710910677909851, 1.099587321281433, 3.028857707977295, -0.24850596487522125, 1.2493689060211182, 0.03983626887202263, -0.03994571790099144], "std": [0.050686437636613846, 0.0711696520447731, 0.07078126817941666, 0.08402511477470398, 0.1966966688632965, 0.32737842202186584, 0.00011203240865143016, 0.00014358828775584698], "count": [375]}, "actions": {"min": [-0.2256091982126236, -0.6352553963661194, -0.4847719073295593, -0.12214530259370804, -0.1903165578842163, -0.14970336854457855, -1.0], "max": [0.43545663356781006, 0.5715612173080444, 0.30142322182655334, 0.1018730029463768, 0.09757518768310547, 0.36958393454551697, -1.0], "mean": [0.0393587201833725, 0.045676253736019135, -0.03518608212471008, 0.010333366692066193, 0.0012464514002203941, 0.023721806704998016, -1.0], "std": [0.08672022074460983, 0.19342626631259918, 0.10682778805494308, 0.037629712373018265, 0.034366101026535034, 0.07061267644166946, 0.0], "count": [375]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.7], "std": [10.82527905721911], "count": [375]}, "frame_index": {"min": [0], "max": [374], "mean": [187.0], "std": [108.2527905721911], "count": [375]}, "episode_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [375]}, "index": {"min": [56993], "max": [57367], "mean": [57180.0], "std": [108.2527905721911], "count": [375]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [375]}}} +{"episode_index": 156, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.373855958968874]], [[0.35519611661396333]], [[0.3318785743464052]]], "std": [[[0.2653184966663427]], [[0.24475621490554156]], [[0.22903141231549548]]], "count": [105]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.546884424261241]], [[0.5209922361685559]], [[0.4963663828161473]]], "std": [[[0.2667804918999558]], [[0.24801888479527778]], [[0.2333801997838784]]], "count": [105]}, "state": {"min": [-0.18436606228351593, -0.07069084793329239, 0.9980607032775879, 2.787539005279541, -0.5271220207214355, 0.04586029425263405, 0.03952157497406006, -0.04039371386170387], "max": [0.03682100400328636, 0.2092018574476242, 1.2031668424606323, 3.405121088027954, 0.06379729509353638, 1.6649491786956787, 0.040011223405599594, -0.03943144157528877], "mean": [-0.042523257434368134, 0.057163361459970474, 1.0978103876113892, 3.1354117393493652, -0.2098318487405777, 1.366588830947876, 0.03991615027189255, -0.03996335342526436], "std": [0.057154715061187744, 0.08440805226564407, 0.06765110790729523, 0.15230189263820648, 0.17102569341659546, 0.33602866530418396, 9.68322783592157e-05, 0.00012264591350685805], "count": [498]}, "actions": {"min": [-0.24338625371456146, -0.49668458104133606, -0.5745440721511841, -0.14769718050956726, -0.2758541405200958, -0.177271768450737, -1.0], "max": [0.4573211669921875, 0.5867401361465454, 0.40061771869659424, 0.1568145751953125, 0.1712905466556549, 0.4666014611721039, -1.0], "mean": [0.031522251665592194, 0.052273500710725784, -0.034835558384656906, 0.008514026179909706, -0.001655404455959797, 0.024061864241957664, -1.0], "std": [0.10012368857860565, 0.16726770997047424, 0.10149739682674408, 0.03489237651228905, 0.051989223808050156, 0.07949105650186539, 0.0], "count": [498]}, "timestamp": {"min": [0.0], "max": [49.7], "mean": [24.849999999999998], "std": [14.375992719345216], "count": [498]}, "frame_index": {"min": [0], "max": [497], "mean": [248.5], "std": [143.75992719345217], "count": [498]}, "episode_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [498]}, "index": {"min": [57368], "max": [57865], "mean": [57616.5], "std": [143.75992719345217], "count": [498]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [498]}}} +{"episode_index": 157, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36587639543121936]], [[0.3478995433134191]], [[0.32509735645967375]]], "std": [[[0.262061705071015]], [[0.2416470704411755]], [[0.22620903037417356]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9411764705882353]], [[0.9333333333333333]], [[0.9372549019607843]]], "mean": [[[0.4636465077119715]], [[0.4378723760866651]], [[0.41172672466203275]]], "std": [[[0.29261494951511907]], [[0.2673115496473759]], [[0.24315747976544078]]], "count": [100]}, "state": {"min": [-0.15259037911891937, -0.03337561711668968, 0.9773814082145691, 2.9348883628845215, -0.3653203845024109, -0.007897787727415562, 0.03967367857694626, -0.04000949114561081], "max": [-0.07410546392202377, 0.15337394177913666, 1.1563447713851929, 3.36340069770813, 0.1515241116285324, 0.924368679523468, 0.040008269250392914, -0.034524910151958466], "mean": [-0.09577585756778717, 0.03660735860466957, 1.0597189664840698, 3.0905025005340576, -0.03742539882659912, 0.635786771774292, 0.039895735681056976, -0.03911300376057625], "std": [0.015727916732430458, 0.06428343057632446, 0.054995059967041016, 0.11014260351657867, 0.14136584103107452, 0.22853414714336395, 7.724660099484026e-05, 0.0010853918502107263], "count": [278]}, "actions": {"min": [-0.19016441702842712, -0.85821533203125, -0.3473716378211975, -0.12252017855644226, -0.1258302927017212, -0.08759395033121109, -1.0], "max": [0.3012407720088959, 0.7648501992225647, 0.2861672341823578, 0.1615709364414215, 0.07684862613677979, 0.22133910655975342, -1.0], "mean": [0.013933209702372551, 0.07722773402929306, -0.07112395763397217, 0.01310613565146923, -0.005661901086568832, 0.02474164590239525, -1.0], "std": [0.07330383360385895, 0.24363961815834045, 0.09131665527820587, 0.045737676322460175, 0.03295886516571045, 0.05637330561876297, 0.0], "count": [278]}, "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": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [278]}, "index": {"min": [57866], "max": [58143], "mean": [58004.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [278]}}} +{"episode_index": 158, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684372738108916]], [[0.3498071253159467]], [[0.3263331891228171]]], "std": [[[0.2633361790648943]], [[0.24235989846098796]], [[0.22614631404758245]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.4879589484719669]], [[0.45897713335822615]], [[0.42946092254040286]]], "std": [[[0.29321492892202405]], [[0.26692900576973566]], [[0.24165712908031328]]], "count": [100]}, "state": {"min": [-0.16284216940402985, -0.04131493717432022, 0.9678360819816589, 2.8991174697875977, -0.3431078791618347, 0.13388356566429138, 0.039597172290086746, -0.04001125320792198], "max": [-0.07087050378322601, 0.16779710352420807, 1.176740050315857, 3.5386180877685547, 0.1252320408821106, 0.7414987683296204, 0.04001593589782715, -0.033448476344347], "mean": [-0.08968081325292587, 0.05147988721728325, 1.067931890487671, 3.1153006553649902, -0.02781049907207489, 0.6191572546958923, 0.03988613188266754, -0.039381302893161774], "std": [0.016012882813811302, 0.06848479062318802, 0.058448631316423416, 0.14419035613536835, 0.11017108708620071, 0.1567772775888443, 9.264784603146836e-05, 0.0009873523376882076], "count": [296]}, "actions": {"min": [-0.293222039937973, -0.6783045530319214, -0.39839744567871094, -0.12011148780584335, -0.13193579018115997, -0.16085056960582733, -1.0], "max": [0.4251934587955475, 0.8357348442077637, 0.4520714282989502, 0.26111799478530884, 0.10590764880180359, 0.35163649916648865, -1.0], "mean": [0.011889280751347542, 0.09396126121282578, -0.06666045635938644, 0.015312980860471725, -0.0006887445342727005, 0.01505009364336729, -1.0], "std": [0.08756111562252045, 0.2268058955669403, 0.09315340965986252, 0.047960296273231506, 0.03052785061299801, 0.06073891371488571, 0.0], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [296]}, "index": {"min": [58144], "max": [58439], "mean": [58291.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [296]}}} +{"episode_index": 159, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5538219568589154]], [[0.5210583543964461]], [[0.48018651027305453]]], "std": [[[0.2926933037912019]], [[0.26970734019671116]], [[0.2526362142864686]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6218973789589078]], [[0.578208688773361]], [[0.5353610361136643]]], "std": [[[0.24469012050481664]], [[0.2136693669692827]], [[0.17800470077209052]]], "count": [100]}, "state": {"min": [-0.24602936208248138, -0.20281687378883362, 0.9110240340232849, 3.013683557510376, -0.07262931764125824, -0.06511595845222473, 0.019871074706315994, -0.040405139327049255], "max": [0.004068260546773672, 0.002083878731355071, 1.2182286977767944, 3.150754928588867, 0.1932305246591568, 0.09674578905105591, 0.03996538743376732, -0.021516824141144753], "mean": [-0.10608939826488495, -0.1297408640384674, 1.0869824886322021, 3.1010842323303223, 0.04622652754187584, -0.002911175601184368, 0.030921416357159615, -0.03171836584806442], "std": [0.09243414551019669, 0.07544177770614624, 0.09358483552932739, 0.02740509621798992, 0.06777924299240112, 0.04251665249466896, 0.009640834294259548, 0.008856486529111862], "count": [332]}, "actions": {"min": [-0.7449095249176025, -0.7871406674385071, -0.8658180832862854, -0.13045820593833923, -0.12267835438251495, -0.1569017916917801, -1.0], "max": [0.5602413415908813, 0.7978077530860901, 0.928048849105835, 0.23862138390541077, 0.1406652182340622, 0.1406680792570114, 1.0], "mean": [-0.014062914066016674, 0.007453266531229019, -0.045353297144174576, -0.0003711550962179899, 0.00026483568944968283, -0.0008543895091861486, -0.11445783078670502], "std": [0.172297403216362, 0.18838028609752655, 0.24292460083961487, 0.048028238117694855, 0.037449147552251816, 0.04547537863254547, 0.9934278130531311], "count": [332]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.583970993278308], "count": [332]}, "frame_index": {"min": [0], "max": [331], "mean": [165.5], "std": [95.83970993278308], "count": [332]}, "episode_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [332]}, "index": {"min": [58440], "max": [58771], "mean": [58605.5], "std": [95.83970993278308], "count": [332]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [332]}}} +{"episode_index": 160, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.55589314958161]], [[0.5232792460123699]], [[0.48247622740502455]]], "std": [[[0.2932208899888571]], [[0.2706856202633847]], [[0.25416002395679477]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6377117854099648]], [[0.5929781284706266]], [[0.5491327502680761]]], "std": [[[0.22529460742993565]], [[0.19402078173582518]], [[0.1573565865917151]]], "count": [100]}, "state": {"min": [-0.25187069177627563, -0.22974823415279388, 0.9124858379364014, 2.9602560997009277, -0.24045832455158234, -0.08061399310827255, 0.019031252712011337, -0.04001479595899582], "max": [-0.00033592796535231173, -0.020576603710651398, 1.197089433670044, 3.132873058319092, 0.17776085436344147, 0.05096030980348587, 0.039939362555742264, -0.022175926715135574], "mean": [-0.10769456624984741, -0.14349684119224548, 1.088927984237671, 3.052363395690918, -0.04881516471505165, -0.03210780397057533, 0.02988320216536522, -0.0313720665872097], "std": [0.09326659888029099, 0.07331009209156036, 0.08720877766609192, 0.050949037075042725, 0.11320056766271591, 0.036661747843027115, 0.009875010699033737, 0.008599864318966866], "count": [308]}, "actions": {"min": [-1.133567452430725, -0.9624056220054626, -0.5877988338470459, -0.23780794441699982, -0.20033049583435059, -0.14103835821151733, -1.0], "max": [0.6112280488014221, 0.714887797832489, 0.7871286273002625, 0.20012591779232025, 0.11484850943088531, 0.16137467324733734, 1.0], "mean": [0.0005656971479766071, -0.0008019728702493012, -0.04967404156923294, 0.002210560953244567, 0.0008825815748423338, -0.00212305155582726, -0.04545454680919647], "std": [0.2086770236492157, 0.21706801652908325, 0.2409079372882843, 0.05372343957424164, 0.04632095620036125, 0.04369762912392616, 0.99896639585495], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [308]}, "index": {"min": [58772], "max": [59079], "mean": [58925.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [308]}}} +{"episode_index": 161, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5510210158404182]], [[0.5189304217170266]], [[0.47875321092792583]]], "std": [[[0.29319850927799407]], [[0.2705007286219539]], [[0.2535900117096728]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.627545067282284]], [[0.582143019732307]], [[0.5365182955872779]]], "std": [[[0.2465111359172284]], [[0.21631986642492215]], [[0.18207168512494706]]], "count": [100]}, "state": {"min": [-0.20768478512763977, -0.21417035162448883, 0.9137338995933533, 2.985245704650879, -0.007591636851429939, -0.04427441954612732, 0.02085035666823387, -0.04000803828239441], "max": [0.008194838650524616, -0.008319348096847534, 1.2077561616897583, 3.216665506362915, 0.2622828185558319, 0.06792867928743362, 0.03995126113295555, -0.02075999416410923], "mean": [-0.08792567998170853, -0.1398991048336029, 1.0850602388381958, 3.1066794395446777, 0.10437051951885223, -0.005761533509939909, 0.03191444277763367, -0.031987566500902176], "std": [0.08000188320875168, 0.07688546925783157, 0.0908549576997757, 0.05521373078227043, 0.07569321244955063, 0.026555228978395462, 0.009139960631728172, 0.009168076328933239], "count": [315]}, "actions": {"min": [-0.6958309412002563, -0.5886039137840271, -0.6911529302597046, -0.16342072188854218, -0.1637571156024933, -0.21078787744045258, -1.0], "max": [0.48447471857070923, 0.7102184891700745, 1.0942268371582031, 0.18526701629161835, 0.13491709530353546, 0.15070471167564392, 1.0], "mean": [0.00715271569788456, -0.0009955215500667691, -0.04622466117143631, 0.0015775185311213136, 0.0018717159982770681, 0.00021180309704504907, -0.18730159103870392], "std": [0.17049279808998108, 0.18392017483711243, 0.2385566681623459, 0.04404884949326515, 0.044475410133600235, 0.04602950066328049, 0.9823029637336731], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [315]}, "index": {"min": [59080], "max": [59394], "mean": [59237.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [315]}}} +{"episode_index": 162, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5520179910098805]], [[0.5194764709472657]], [[0.47874085190716914]]], "std": [[[0.2943951255625719]], [[0.271556056429158]], [[0.254679364802847]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6244742317947687]], [[0.5790566280589384]], [[0.5339229287540211]]], "std": [[[0.24885603656182448]], [[0.21801041147869243]], [[0.1827913890110162]]], "count": [100]}, "state": {"min": [-0.22313694655895233, -0.2094600945711136, 0.9150785803794861, 3.0244362354278564, -0.019534874707460403, -0.019962094724178314, 0.020573696121573448, -0.04016345739364624], "max": [0.007153707090765238, 0.00148422468919307, 1.2333928346633911, 3.1988792419433594, 0.28279149532318115, 0.059634771198034286, 0.03990863636136055, -0.021462520584464073], "mean": [-0.0911620631814003, -0.13209140300750732, 1.0760588645935059, 3.082334518432617, 0.10948673635721207, 0.028009891510009766, 0.031064391136169434, -0.03155403956770897], "std": [0.08571205288171768, 0.08176436275243759, 0.09602347016334534, 0.04873674735426903, 0.0884016677737236, 0.020687833428382874, 0.00938346702605486, 0.009060317650437355], "count": [306]}, "actions": {"min": [-0.747780442237854, -0.8353320360183716, -0.8278076648712158, -0.26913246512413025, -0.1548808366060257, -0.1164688840508461, -1.0], "max": [0.6993230581283569, 0.9753644466400146, 0.63252192735672, 0.3470545709133148, 0.3048790991306305, 0.1372711956501007, 1.0], "mean": [-0.002372975228354335, 0.002107112668454647, -0.054850395768880844, 0.002018071012571454, 0.004280551336705685, 0.0003532306000124663, -0.11764705926179886], "std": [0.17392820119857788, 0.20470570027828217, 0.22858458757400513, 0.05056802183389664, 0.04412074759602547, 0.03928714245557785, 0.9930550456047058], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [306]}, "index": {"min": [59395], "max": [59700], "mean": [59547.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [306]}}} +{"episode_index": 163, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5472349015778186]], [[0.5139276075176165]], [[0.471993003097235]]], "std": [[[0.2949663838090201]], [[0.27113692858911176]], [[0.25342152356787057]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6401049571317785]], [[0.5967983500162761]], [[0.5465628261192172]]], "std": [[[0.22767655309534537]], [[0.2027600859360328]], [[0.1762876041528732]]], "count": [100]}, "state": {"min": [-0.22768035531044006, -0.031011834740638733, 0.9188690185546875, 3.042130470275879, -0.10632065683603287, -0.02576558105647564, 0.0030622377526015043, -0.040004927664995193], "max": [-0.19519682228565216, 0.15432102978229523, 1.154296636581421, 3.253215789794922, 0.21445778012275696, 0.11385609954595566, 0.03989646956324577, -0.002943707862868905], "mean": [-0.21202772855758667, 0.04861142858862877, 1.0426294803619385, 3.1295104026794434, 0.03323996812105179, 0.019332000985741615, 0.017598871141672134, -0.01763681136071682], "std": [0.010038346983492374, 0.07372190058231354, 0.06517636775970459, 0.07416074723005295, 0.0887359008193016, 0.038471389561891556, 0.017300985753536224, 0.017370624467730522], "count": [233]}, "actions": {"min": [-0.2737376093864441, -0.23371955752372742, -0.45956316590309143, -0.0901901051402092, -0.1458534449338913, -0.11188024282455444, -1.0], "max": [0.27139803767204285, 0.8198033571243286, 0.9125087261199951, 0.14999045431613922, 0.12175789475440979, 0.07132894545793533, 1.0], "mean": [0.006895657628774643, 0.04902321845293045, -0.05685146525502205, 0.004770785570144653, 0.0039186542853713036, 0.003012157743796706, 0.21030043065547943], "std": [0.06714583933353424, 0.14017173647880554, 0.254508912563324, 0.0292520634829998, 0.04000250995159149, 0.023115893825888634, 0.9776373505592346], "count": [233]}, "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": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [233]}, "index": {"min": [59701], "max": [59933], "mean": [59817.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [233]}}} +{"episode_index": 164, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5472311622769225]], [[0.5143709070542279]], [[0.47300401575425094]]], "std": [[[0.2958727373195284]], [[0.27241225836008487]], [[0.2549426649743576]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6413671468098958]], [[0.5967010354434743]], [[0.5449996481502758]]], "std": [[[0.23526149991591525]], [[0.21063526126641322]], [[0.18459150551448691]]], "count": [100]}, "state": {"min": [-0.22026334702968597, -0.016493216156959534, 0.9119658470153809, 3.0394206047058105, -0.019533133134245872, -0.007721329107880592, 0.0018859701231122017, -0.040005143731832504], "max": [-0.18264168500900269, 0.2036902755498886, 1.1844927072525024, 3.365222692489624, 0.28897637128829956, 0.20074766874313354, 0.03991708531975746, -0.001052123960107565], "mean": [-0.19518904387950897, 0.07942099124193192, 1.0330935716629028, 3.1873199939727783, 0.11055116355419159, 0.05071176588535309, 0.017837774008512497, -0.017757033929228783], "std": [0.011077768169343472, 0.08648744970560074, 0.06751218438148499, 0.0997251346707344, 0.0910172238945961, 0.06352972239255905, 0.017801156267523766, 0.018057119101285934], "count": [218]}, "actions": {"min": [-0.3705737888813019, -0.2955952286720276, -0.6300097107887268, -0.13279299437999725, -0.11132767051458359, -0.09092700481414795, -1.0], "max": [0.2693311274051666, 0.5790218710899353, 0.7443731427192688, 0.20769177377223969, 0.17944368720054626, 0.09995158016681671, 1.0], "mean": [-0.0020130728371441364, 0.05987343192100525, -0.07282449305057526, 0.007445132359862328, 0.0033798981457948685, 0.00439379271119833, 0.17431192100048065], "std": [0.08438895642757416, 0.15990225970745087, 0.2660894989967346, 0.04000880569219589, 0.04649189114570618, 0.026372743770480156, 0.9846910834312439], "count": [218]}, "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": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [218]}, "index": {"min": [59934], "max": [60151], "mean": [60042.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [218]}}} +{"episode_index": 165, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5489420884076287]], [[0.5157599517223882]], [[0.4741126355937883]]], "std": [[[0.2939986117290506]], [[0.27036124115506294]], [[0.2528184796076997]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6480874334597121]], [[0.6034541805491728]], [[0.5517919778262869]]], "std": [[[0.22491091438653804]], [[0.2005727972458003]], [[0.17512671903915666]]], "count": [100]}, "state": {"min": [-0.21883602440357208, 0.015084715560078621, 0.9180840849876404, 3.054379940032959, -0.05231532081961632, 0.043060898780822754, 0.001798548735678196, -0.04000439867377281], "max": [-0.16843880712985992, 0.25104597210884094, 1.1562232971191406, 3.207671880722046, 0.1883583515882492, 0.10533226281404495, 0.039918988943099976, -0.0017761992057785392], "mean": [-0.19172054529190063, 0.10146449506282806, 1.023833155632019, 3.115447998046875, 0.05596648529171944, 0.07684041559696198, 0.018602261319756508, -0.01863645762205124], "std": [0.01744045875966549, 0.09148410707712173, 0.05815157666802406, 0.047810617834329605, 0.06845663487911224, 0.01640135422348976, 0.018263213336467743, 0.01831490360200405], "count": [210]}, "actions": {"min": [-0.2670060098171234, -0.2996641993522644, -0.5981475114822388, -0.09238769859075546, -0.1770743429660797, -0.05617569014430046, -1.0], "max": [0.2113041877746582, 1.0858542919158936, 1.1980642080307007, 0.1901344209909439, 0.10827874392271042, 0.0665275901556015, 1.0], "mean": [-0.0069899242371320724, 0.08376123011112213, -0.06449773162603378, 0.003650716971606016, 0.004672350827604532, -0.0014297941233962774, 0.11428571492433548], "std": [0.06727902591228485, 0.17816013097763062, 0.24547551572322845, 0.03577915206551552, 0.038792528212070465, 0.02069188840687275, 0.9934473037719727], "count": [210]}, "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": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [210]}, "index": {"min": [60152], "max": [60361], "mean": [60256.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [210]}}} +{"episode_index": 166, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5489799260158165]], [[0.5158715993843827]], [[0.4743607698328355]]], "std": [[[0.2937708379942861]], [[0.2701791271685065]], [[0.25255861841242067]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6374112824084712]], [[0.5928012581619562]], [[0.5413275062710632]]], "std": [[[0.23949591794932631]], [[0.21480867819016097]], [[0.1888771454017986]]], "count": [100]}, "state": {"min": [-0.1998785138130188, 0.00436747632920742, 0.9149906635284424, 3.098019599914551, -0.02872196026146412, -0.07494523376226425, 0.0019719155970960855, -0.04000169038772583], "max": [-0.1600397825241089, 0.23026473820209503, 1.1349585056304932, 3.2485134601593018, 0.2778968811035156, -0.005911046639084816, 0.039946988224983215, -0.001823541591875255], "mean": [-0.18090136349201202, 0.1134728193283081, 1.0381271839141846, 3.182342290878296, 0.11551160365343094, -0.03217577561736107, 0.01641789823770523, -0.016351968050003052], "std": [0.010718310251832008, 0.08544571697711945, 0.06072598323225975, 0.049837954342365265, 0.08857525885105133, 0.015911271795630455, 0.01769889146089554, 0.01779748871922493], "count": [188]}, "actions": {"min": [-0.23427262902259827, -0.21280348300933838, -0.6799712777137756, -0.18489648401737213, -0.11698870360851288, -0.07003962993621826, -1.0], "max": [0.44059625267982483, 0.5055408477783203, 0.7648468017578125, 0.12823700904846191, 0.16058744490146637, 0.08837907761335373, 1.0], "mean": [0.008296001702547073, 0.09583044052124023, -0.05531696230173111, 0.005144933704286814, 0.006134917959570885, -0.0027595292776823044, 0.23404255509376526], "std": [0.08752822130918503, 0.14105533063411713, 0.2763134837150574, 0.030945444479584694, 0.046451784670352936, 0.023192351683974266, 0.9722256660461426], "count": [188]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [188]}, "index": {"min": [60362], "max": [60549], "mean": [60455.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [188]}}} +{"episode_index": 167, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470162254782284]], [[0.4426019221287148]], [[0.4078694894828048]]], "std": [[[0.24846381698884998]], [[0.2284162877385533]], [[0.21346765517283525]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5657635013355928]], [[0.5309684561935125]], [[0.4899864902870328]]], "std": [[[0.26683290289110756]], [[0.24158873979151463]], [[0.21548319515378614]]], "count": [100]}, "state": {"min": [-0.25327807664871216, 0.07147660106420517, 0.936004638671875, 3.0631301403045654, -0.07837453484535217, -0.06402580440044403, 0.0023490001913160086, -0.03997260704636574], "max": [0.12082529813051224, 0.17161257565021515, 1.2130694389343262, 3.2626402378082275, 0.24492742121219635, 0.11208848655223846, 0.04000310227274895, -0.002164203440770507], "mean": [-0.11367711424827576, 0.1453273892402649, 1.109391212463379, 3.1964845657348633, 0.057670436799526215, 0.00839576032012701, 0.016346313059329987, -0.016209369525313377], "std": [0.13890697062015533, 0.015218923799693584, 0.0845145434141159, 0.0360264927148819, 0.09086921811103821, 0.04232179746031761, 0.01770668290555477, 0.017819859087467194], "count": [332]}, "actions": {"min": [-0.2718019485473633, -0.3646494448184967, -0.4969368875026703, -0.10792441666126251, -0.11600527167320251, -0.12820865213871002, -1.0], "max": [0.7041215300559998, 0.5114162564277649, 0.571442723274231, 0.18131111562252045, 0.11433203518390656, 0.14353784918785095, 1.0], "mean": [0.08048948645591736, 0.022156251594424248, -0.001108427532017231, 0.0036846778821200132, 0.0008979333797469735, 0.00020895781926810741, 0.2530120611190796], "std": [0.1664056032896042, 0.12763327360153198, 0.19364343583583832, 0.040062133222818375, 0.0347573459148407, 0.034460656344890594, 0.9674605131149292], "count": [332]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.583970993278308], "count": [332]}, "frame_index": {"min": [0], "max": [331], "mean": [165.5], "std": [95.83970993278308], "count": [332]}, "episode_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [332]}, "index": {"min": [60550], "max": [60881], "mean": [60715.5], "std": [95.83970993278308], "count": [332]}, "task_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [332]}}} +{"episode_index": 168, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47133893839518226]], [[0.4433016357421875]], [[0.408028860653148]]], "std": [[[0.24839312164875607]], [[0.22802574850767468]], [[0.2129564374446709]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5729098929610907]], [[0.5360851841346891]], [[0.49352321849149816]]], "std": [[[0.26122551266695676]], [[0.2349473111807302]], [[0.20783530324978103]]], "count": [100]}, "state": {"min": [-0.2156788855791092, -0.0057803671807050705, 0.9483201503753662, 3.0644216537475586, -0.12639206647872925, -0.09350106865167618, 0.002122800098732114, -0.039921607822179794], "max": [0.12190759181976318, 0.1770370900630951, 1.2800418138504028, 3.2690320014953613, 0.2962932884693146, 0.11654762923717499, 0.04000678285956383, -0.002049199305474758], "mean": [-0.10206270217895508, 0.1332174837589264, 1.1406999826431274, 3.1770238876342773, 0.05573885142803192, -0.024329107254743576, 0.016627861186861992, -0.016580423340201378], "std": [0.13169342279434204, 0.0359303317964077, 0.09859858453273773, 0.055073559284210205, 0.13148391246795654, 0.04198721796274185, 0.017777815461158752, 0.01780441775918007], "count": [312]}, "actions": {"min": [-0.177677720785141, -0.26182109117507935, -0.6253648996353149, -0.1563194841146469, -0.16686800122261047, -0.14180468022823334, -1.0], "max": [0.7923921346664429, 0.5979959964752197, 1.1289026737213135, 0.19816282391548157, 0.15611492097377777, 0.1243419349193573, 1.0], "mean": [0.08198635280132294, 0.042273376137018204, -0.0038261939771473408, 0.0019640724640339613, 0.0016414179699495435, 0.0014118627877905965, 0.2371794879436493], "std": [0.16359518468379974, 0.14906740188598633, 0.24989870190620422, 0.04617159068584442, 0.04893110319972038, 0.03584936633706093, 0.9714662432670593], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [312]}, "index": {"min": [60882], "max": [61193], "mean": [61037.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [312]}}} +{"episode_index": 169, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47270492972579653]], [[0.4444964862898284]], [[0.40896512199850643]]], "std": [[[0.24888005626908385]], [[0.22844578649750008]], [[0.21334321893895794]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5642133956609988]], [[0.5293140157063801]], [[0.4884275770000383]]], "std": [[[0.2654413266367842]], [[0.23966526765865584]], [[0.21302535138912138]]], "count": [100]}, "state": {"min": [-0.209662064909935, 0.03538845479488373, 0.9407753348350525, 3.1663575172424316, -0.10879141837358475, -0.10837168991565704, 0.002617188962176442, -0.03991376981139183], "max": [0.09589029848575592, 0.1653532087802887, 1.2546828985214233, 3.375234365463257, 0.22485998272895813, 0.04373848810791969, 0.04000960290431976, -0.002312300493940711], "mean": [-0.10589070618152618, 0.12739884853363037, 1.131279468536377, 3.258841037750244, 0.030561186373233795, -0.0374230332672596, 0.016072949394583702, -0.015826843678951263], "std": [0.11846627295017242, 0.02713710628449917, 0.09865296632051468, 0.05197930708527565, 0.09291885793209076, 0.032157618552446365, 0.017484702169895172, 0.017559992149472237], "count": [336]}, "actions": {"min": [-0.3430098295211792, -0.33838045597076416, -0.5861116647720337, -0.2033226639032364, -0.12094763666391373, -0.10846486687660217, -1.0], "max": [0.7522416710853577, 0.6583465933799744, 0.7496732473373413, 0.18701733648777008, 0.12087401002645493, 0.1775980293750763, 1.0], "mean": [0.07328752428293228, 0.02813974767923355, 0.0015816211234778166, -0.0007528053247369826, 0.0003089339879807085, 0.0015255287289619446, 0.2797619104385376], "std": [0.14906544983386993, 0.14290116727352142, 0.2152184098958969, 0.04722560569643974, 0.035953328013420105, 0.0349523089826107, 0.9600672721862793], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [336]}, "index": {"min": [61194], "max": [61529], "mean": [61361.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [336]}}} +{"episode_index": 170, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47245924646714155]], [[0.4445082678701363]], [[0.40919140206131277]]], "std": [[[0.24770307513753653]], [[0.22770960968741705]], [[0.21308217579016395]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5751743080288756]], [[0.5392742171942019]], [[0.4971995131548713]]], "std": [[[0.2611233640627584]], [[0.23555018225750746]], [[0.20915967498601606]]], "count": [100]}, "state": {"min": [-0.2095668464899063, 0.04609499126672745, 0.9237126111984253, 3.0698459148406982, -0.14623825252056122, -0.11437460780143738, 0.002389932284131646, -0.04000452905893326], "max": [0.12002402544021606, 0.1955355852842331, 1.2754194736480713, 3.2245051860809326, 0.18090635538101196, 0.041821401566267014, 0.03994135186076164, -0.002373581053689122], "mean": [-0.08952926844358444, 0.13690587878227234, 1.1341884136199951, 3.130946636199951, 0.0012897668639197946, -0.05642347410321236, 0.015754032880067825, -0.01577315293252468], "std": [0.127150297164917, 0.035459551960229874, 0.10349497199058533, 0.04668482393026352, 0.08370732516050339, 0.043718643486499786, 0.017480527982115746, 0.017522169277071953], "count": [351]}, "actions": {"min": [-0.19960208237171173, -0.5046066045761108, -0.5278587341308594, -0.1322934925556183, -0.15218718349933624, -0.0958278477191925, -1.0], "max": [0.7593482136726379, 0.7673639059066772, 0.968528151512146, 0.18986915051937103, 0.12308336794376373, 0.09029810130596161, 1.0], "mean": [0.07394996285438538, 0.02656642347574234, 0.004177897237241268, 0.00038988408050499856, 0.0009032750385813415, 0.001121695269830525, 0.2877492904663086], "std": [0.13388459384441376, 0.14402471482753754, 0.21396785974502563, 0.036440763622522354, 0.03787197917699814, 0.032461002469062805, 0.9577028751373291], "count": [351]}, "timestamp": {"min": [0.0], "max": [35.0], "mean": [17.5], "std": [10.132456102380443], "count": [351]}, "frame_index": {"min": [0], "max": [350], "mean": [175.0], "std": [101.32456102380442], "count": [351]}, "episode_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [351]}, "index": {"min": [61530], "max": [61880], "mean": [61705.0], "std": [101.32456102380442], "count": [351]}, "task_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [351]}}} +{"episode_index": 171, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47000439393286614]], [[0.44171518722234987]], [[0.4058362145517387]]], "std": [[[0.2506454219150886]], [[0.230373184212235]], [[0.21564114971246554]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5581302149155561]], [[0.5240827086205576]], [[0.48308706964231]]], "std": [[[0.24946213744135248]], [[0.22187463286771983]], [[0.19325257294682188]]], "count": [100]}, "state": {"min": [-0.20849202573299408, -0.1750083565711975, 0.9315401911735535, 3.044429302215576, -0.20879866182804108, -0.010298286564648151, 0.002512803301215172, -0.04000482335686684], "max": [0.10563690960407257, 0.26774686574935913, 1.2280964851379395, 3.192789316177368, 0.18103645741939545, 0.07422155886888504, 0.039932455867528915, -0.0022642731200903654], "mean": [-0.09814707189798355, 0.020352361723780632, 1.125864863395691, 3.1237950325012207, -0.06392238289117813, 0.039057407528162, 0.01707080379128456, -0.017082123085856438], "std": [0.11749066412448883, 0.17299391329288483, 0.08670815825462341, 0.044807612895965576, 0.11125447601079941, 0.015737416222691536, 0.01776239648461342, 0.017855098471045494], "count": [375]}, "actions": {"min": [-0.21732623875141144, -0.9028537273406982, -0.4393009543418884, -0.12068123370409012, -0.10141739249229431, -0.08693434298038483, -1.0], "max": [0.6467462778091431, 0.8571376800537109, 0.8132102489471436, 0.08269409090280533, 0.07505904138088226, 0.0745796486735344, 1.0], "mean": [0.06673044711351395, 0.054380208253860474, -0.0011456568026915193, 0.0008176038390956819, -0.0007186565198935568, -0.0006556273438036442, 0.2213333398103714], "std": [0.11092378944158554, 0.1836039423942566, 0.18923281133174896, 0.023606624454259872, 0.027609046548604965, 0.02294282428920269, 0.9751987457275391], "count": [375]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.7], "std": [10.82527905721911], "count": [375]}, "frame_index": {"min": [0], "max": [374], "mean": [187.0], "std": [108.2527905721911], "count": [375]}, "episode_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [375]}, "index": {"min": [61881], "max": [62255], "mean": [62068.0], "std": [108.2527905721911], "count": [375]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [375]}}} +{"episode_index": 172, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46653919354607076]], [[0.4385701557234222]], [[0.40290706021178]]], "std": [[[0.2504733643131948]], [[0.23022226084533154]], [[0.21551703413498366]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5549809229233685]], [[0.5208113038306142]], [[0.47894060920266546]]], "std": [[[0.2580797130074472]], [[0.23074224817466557]], [[0.20216054503309538]]], "count": [100]}, "state": {"min": [-0.21300064027309418, -0.14638745784759521, 0.9334794282913208, 3.0363943576812744, -0.07696925848722458, -0.04085720703005791, 0.002617351710796356, -0.040005967020988464], "max": [0.11081080883741379, 0.27757570147514343, 1.2104820013046265, 3.2467167377471924, 0.2504829168319702, 0.09814468026161194, 0.039901573210954666, -0.002554047154262662], "mean": [-0.10535390675067902, 0.03177101910114288, 1.1082407236099243, 3.1353671550750732, 0.04285362735390663, 0.028185993432998657, 0.01440681517124176, -0.014397811144590378], "std": [0.10886578261852264, 0.15291526913642883, 0.07910970598459244, 0.06324025243520737, 0.09379975497722626, 0.03718414157629013, 0.01700783334672451, 0.01711164228618145], "count": [399]}, "actions": {"min": [-0.3202967345714569, -0.679807722568512, -0.4522990882396698, -0.0893712118268013, -0.09966497123241425, -0.1315700113773346, -1.0], "max": [0.6402940154075623, 0.5338250398635864, 0.7898509502410889, 0.1594196856021881, 0.11643962562084198, 0.1138191968202591, 1.0], "mean": [0.07034211605787277, 0.05405653640627861, 5.246099317446351e-05, 0.0026692934334278107, 0.0019815820269286633, -0.0014329582918435335, 0.3834586441516876], "std": [0.11294911801815033, 0.16916818916797638, 0.1675458401441574, 0.030180517584085464, 0.02681613527238369, 0.028355831280350685, 0.9235592484474182], "count": [399]}, "timestamp": {"min": [0.0], "max": [39.8], "mean": [19.900000000000002], "std": [11.51810169544733], "count": [399]}, "frame_index": {"min": [0], "max": [398], "mean": [199.0], "std": [115.18101695447331], "count": [399]}, "episode_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [399]}, "index": {"min": [62256], "max": [62654], "mean": [62455.0], "std": [115.18101695447331], "count": [399]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [399]}}} +{"episode_index": 173, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4706928327971814]], [[0.44254088936600033]], [[0.40671884873334097]]], "std": [[[0.24850992370138805]], [[0.22827791707651532]], [[0.2136492251762412]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.560951197605507]], [[0.5262223899691713]], [[0.4843162668265548]]], "std": [[[0.2559197599233588]], [[0.229008367744606]], [[0.20138647870052478]]], "count": [100]}, "state": {"min": [-0.20794732868671417, -0.15725570917129517, 0.9420220851898193, 3.060117244720459, -0.11756943166255951, -0.10483917593955994, 0.002059701131656766, -0.040005043148994446], "max": [0.11096793413162231, 0.24395449459552765, 1.2840858697891235, 3.339876890182495, 0.2559191882610321, 0.1393030881881714, 0.039923038333654404, -0.0018258636118844151], "mean": [-0.07755626738071442, 0.055797237902879715, 1.1478127241134644, 3.189591407775879, 0.03153558820486069, -0.003025165991857648, 0.013513989746570587, -0.013345448300242424], "std": [0.13092084228992462, 0.161675363779068, 0.09918651729822159, 0.09221561253070831, 0.10175514966249466, 0.07626666873693466, 0.016708573326468468, 0.016881247982382774], "count": [456]}, "actions": {"min": [-0.33628523349761963, -0.9393082857131958, -0.5083559155464172, -0.1165737435221672, -0.1092415526509285, -0.0998818650841713, -1.0], "max": [0.5841050148010254, 0.7924321889877319, 0.5514590740203857, 0.09437936544418335, 0.08207929879426956, 0.09724047780036926, 1.0], "mean": [0.05910903960466385, 0.041160378605127335, 0.009178503416478634, 0.0026358044706285, 0.0005055484944023192, -0.002436115639284253, 0.40789473056793213], "std": [0.11612702161073685, 0.17003445327281952, 0.17405694723129272, 0.02837013453245163, 0.026975855231285095, 0.028818542137742043, 0.913027822971344], "count": [456]}, "timestamp": {"min": [0.0], "max": [45.5], "mean": [22.75], "std": [13.163554484510126], "count": [456]}, "frame_index": {"min": [0], "max": [455], "mean": [227.5], "std": [131.63554484510126], "count": [456]}, "episode_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [456]}, "index": {"min": [62655], "max": [63110], "mean": [62882.5], "std": [131.63554484510126], "count": [456]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [456]}}} +{"episode_index": 174, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46694806327071847]], [[0.43889238125670194]], [[0.4031467710008808]]], "std": [[[0.24954285725221342]], [[0.22921556286823522]], [[0.21438780690910264]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5567239272173713]], [[0.5228345253140319]], [[0.48176020184685203]]], "std": [[[0.25909544419517844]], [[0.23269705297290452]], [[0.20548988437189308]]], "count": [100]}, "state": {"min": [-0.23139424622058868, -0.16486309468746185, 0.9413958787918091, 3.0127668380737305, -0.06861627846956253, -0.046797435730695724, 0.0026235233526676893, -0.04000524431467056], "max": [0.09974682331085205, 0.27015629410743713, 1.2371798753738403, 3.192610502243042, 0.26905903220176697, 0.08963198959827423, 0.03991258516907692, -0.002502168295904994], "mean": [-0.0766548439860344, 0.05326244980096817, 1.1389597654342651, 3.124812126159668, 0.04591618850827217, 0.01939157396554947, 0.014250769279897213, -0.014263708144426346], "std": [0.12735728919506073, 0.16849061846733093, 0.07851140201091766, 0.045466773211956024, 0.09345658868551254, 0.04079123213887215, 0.016743376851081848, 0.016828056424856186], "count": [379]}, "actions": {"min": [-0.29799237847328186, -0.8989572525024414, -0.5174111127853394, -0.1022353544831276, -0.1682531088590622, -0.08543994277715683, -1.0], "max": [0.6904557943344116, 0.48237162828445435, 0.8122179508209229, 0.10731387883424759, 0.09308593720197678, 0.09977845102548599, 1.0], "mean": [0.06562292575836182, 0.046538058668375015, 0.008852013386785984, 0.0016773289535194635, 0.0011454349150881171, -0.0023379214107990265, 0.3773086965084076], "std": [0.12135780602693558, 0.18849821388721466, 0.186563640832901, 0.02744312770664692, 0.0307453665882349, 0.025264102965593338, 0.9260881543159485], "count": [379]}, "timestamp": {"min": [0.0], "max": [37.8], "mean": [18.900000000000002], "std": [10.940749517286282], "count": [379]}, "frame_index": {"min": [0], "max": [378], "mean": [189.0], "std": [109.40749517286281], "count": [379]}, "episode_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [379]}, "index": {"min": [63111], "max": [63489], "mean": [63300.0], "std": [109.40749517286281], "count": [379]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [379]}}} +{"episode_index": 175, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46921433632046566]], [[0.4411417547487745]], [[0.405472516228171]]], "std": [[[0.24974569974415764]], [[0.22964543093693862]], [[0.21508962678613783]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5551932516659008]], [[0.5214007394828049]], [[0.479889487472235]]], "std": [[[0.25496932046063747]], [[0.22784870277212155]], [[0.19964894403703526]]], "count": [100]}, "state": {"min": [-0.219551682472229, -0.14451420307159424, 0.9356301426887512, 3.0950324535369873, -0.13448570668697357, -0.1097007617354393, 0.0013624100247398019, -0.04000212624669075], "max": [0.12070593237876892, 0.26085004210472107, 1.2481454610824585, 3.4222168922424316, 0.1672457754611969, 0.03697342798113823, 0.03998637571930885, -0.00218004547059536], "mean": [-0.08276907354593277, 0.0707651674747467, 1.1224238872528076, 3.2286911010742188, -0.0024171953555196524, -0.03166630119085312, 0.012737936340272427, -0.012656847946345806], "std": [0.13210652768611908, 0.16273844242095947, 0.09421183913946152, 0.09033937752246857, 0.09380778670310974, 0.04359433054924011, 0.01629321649670601, 0.016389023512601852], "count": [428]}, "actions": {"min": [-0.2667197287082672, -0.568969190120697, -0.4478168487548828, -0.1169666051864624, -0.09054777771234512, -0.12982866168022156, -1.0], "max": [0.5517686009407043, 0.6369404196739197, 0.44130125641822815, 0.1791105717420578, 0.0985991358757019, 0.13003206253051758, 1.0], "mean": [0.06555180996656418, 0.04497639834880829, -0.004341887775808573, 0.004435933195054531, 0.0017484938725829124, -0.0018965444760397077, 0.4719626307487488], "std": [0.11329076439142227, 0.16712534427642822, 0.1663118600845337, 0.03327826038002968, 0.028018135577440262, 0.029776012524962425, 0.8816134929656982], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [428]}, "index": {"min": [63490], "max": [63917], "mean": [63703.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [428]}}} +{"episode_index": 176, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682731808207622]], [[0.44051031945398933]], [[0.4052177856028091]]], "std": [[[0.2484397626324239]], [[0.22831078891156822]], [[0.21369014996444458]]], "count": [109]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5498263199008997]], [[0.5172903764631748]], [[0.4767122688986539]]], "std": [[[0.26237197776161936]], [[0.2363176879317434]], [[0.20932761359720392]]], "count": [109]}, "state": {"min": [-0.2206478714942932, -0.1633460819721222, 0.9337199330329895, 3.0552053451538086, -0.08238444477319717, -0.11876626312732697, 0.00196644919924438, -0.04000265151262283], "max": [0.12183467298746109, 0.2706471383571625, 1.211540699005127, 3.45896053314209, 0.2389569729566574, 0.08965408056974411, 0.040002577006816864, -0.0020997568499296904], "mean": [-0.057229381054639816, 0.07001031190156937, 1.1238534450531006, 3.219228506088257, 0.0388389453291893, 0.005136002786457539, 0.012360562570393085, -0.01216283068060875], "std": [0.13929659128189087, 0.16773739457130432, 0.07366305589675903, 0.10290465503931046, 0.07533703744411469, 0.05043833702802658, 0.015987616032361984, 0.016142025589942932], "count": [523]}, "actions": {"min": [-0.22916123270988464, -0.5233578681945801, -0.5424852967262268, -0.10294081270694733, -0.15220840275287628, -0.1911880075931549, -1.0], "max": [0.5975492000579834, 0.576171875, 1.0990641117095947, 0.1281377375125885, 0.09263557195663452, 0.22959911823272705, 1.0], "mean": [0.05089056119322777, 0.04196196794509888, 0.00042317970655858517, 0.005697531159967184, 0.00035667011979967356, -0.001383045339025557, 0.4799235165119171], "std": [0.10898026823997498, 0.15085643529891968, 0.16089241206645966, 0.0282820463180542, 0.029106857255101204, 0.035218603909015656, 0.8773093223571777], "count": [523]}, "timestamp": {"min": [0.0], "max": [52.2], "mean": [26.099999999999998], "std": [15.097681941278271], "count": [523]}, "frame_index": {"min": [0], "max": [522], "mean": [261.0], "std": [150.9768194127827], "count": [523]}, "episode_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [523]}, "index": {"min": [63918], "max": [64440], "mean": [64179.0], "std": [150.9768194127827], "count": [523]}, "task_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [523]}}} +{"episode_index": 177, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5521397926480162]], [[0.5192860633999693]], [[0.47811158124138325]]], "std": [[[0.2921881486517804]], [[0.2690171224612678]], [[0.25197231821046073]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6052284875009575]], [[0.5700460546156939]], [[0.5274165906719133]]], "std": [[[0.2706150326620916]], [[0.24950320886635083]], [[0.22690866515709698]]], "count": [100]}, "state": {"min": [-0.2209351360797882, -0.0431135818362236, 0.9138004183769226, 3.0295801162719727, -0.052806928753852844, -0.05065971985459328, 0.002081174636259675, -0.040003709495067596], "max": [0.09479353576898575, 0.14830775558948517, 1.2341722249984741, 3.183581829071045, 0.27164337038993835, 0.16554205119609833, 0.03994658216834068, -0.0021303268149495125], "mean": [-0.08474034816026688, 0.04135007783770561, 1.1044789552688599, 3.1101341247558594, 0.07864929735660553, 0.0677371695637703, 0.012765541672706604, -0.01286682765930891], "std": [0.1268005669116974, 0.07350745052099228, 0.10110148787498474, 0.03466157242655754, 0.10736852884292603, 0.07017658650875092, 0.01635993830859661, 0.01635904796421528], "count": [255]}, "actions": {"min": [-0.17984417080879211, -0.3488542139530182, -0.5392542481422424, -0.08778438717126846, -0.11423751711845398, -0.1253126859664917, -1.0], "max": [0.6711045503616333, 0.7966490983963013, 0.9210028648376465, 0.150856614112854, 0.11901956051588058, 0.08804488182067871, 1.0], "mean": [0.09387435019016266, 0.05496077239513397, 0.008608873002231121, 0.0016747837653383613, 0.0016552774468436837, 0.0011911203619092703, 0.43529412150382996], "std": [0.14314590394496918, 0.12096702307462692, 0.2515450716018677, 0.03478700667619705, 0.03792969137430191, 0.03099645860493183, 0.9002885818481445], "count": [255]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.7], "std": [7.36115932898254], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [255]}, "index": {"min": [64441], "max": [64695], "mean": [64568.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [255]}}} +{"episode_index": 178, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5520660496132047]], [[0.5192703905292586]], [[0.47810679536707257]]], "std": [[[0.2921340989736369]], [[0.2691586241220726]], [[0.25234900949952455]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6212269317028569]], [[0.583028667973537]], [[0.5383849702722886]]], "std": [[[0.2597618693760732]], [[0.23814609578234236]], [[0.21589924381521972]]], "count": [100]}, "state": {"min": [-0.20681138336658478, -0.006518453825265169, 0.9346464276313782, 3.1257972717285156, -0.025007065385580063, -0.0438627228140831, 0.0016163976397365332, -0.039954353123903275], "max": [0.11036904901266098, 0.2538108229637146, 1.225492000579834, 3.2932426929473877, 0.3054947555065155, 0.05104096233844757, 0.03997045010328293, -0.001391261350363493], "mean": [-0.07989821583032608, 0.11415109783411026, 1.1090706586837769, 3.2220616340637207, 0.0964287668466568, 0.004302863031625748, 0.011771569959819317, -0.01160404086112976], "std": [0.12294074147939682, 0.08904358744621277, 0.09210514277219772, 0.04824090003967285, 0.0993262454867363, 0.026891134679317474, 0.01619379036128521, 0.01629059948027134], "count": [234]}, "actions": {"min": [-0.16381867229938507, -0.333683580160141, -0.7115414142608643, -0.2456698715686798, -0.1534498631954193, -0.1807844340801239, -1.0], "max": [0.5316428542137146, 0.3014666736125946, 1.1777455806732178, 0.17708249390125275, 0.140016570687294, 0.13889388740062714, 1.0], "mean": [0.12151314318180084, 0.07957284152507782, 0.015211495570838451, 0.002100976649671793, 0.004375588148832321, -0.0017356376629322767, 0.470085471868515], "std": [0.1313449889421463, 0.106251060962677, 0.2593635320663452, 0.036891091614961624, 0.04319575056433678, 0.03392139449715614, 0.8826198577880859], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [234]}, "index": {"min": [64696], "max": [64929], "mean": [64812.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [234]}}} +{"episode_index": 179, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5506811535405178]], [[0.5177516575233608]], [[0.47628057621974573]]], "std": [[[0.2924871386179048]], [[0.26934888459630246]], [[0.25244738167939657]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6207502237955729]], [[0.5832652905034085]], [[0.5386819739248238]]], "std": [[[0.2565526786403165]], [[0.235043506886467]], [[0.2124597270009728]]], "count": [100]}, "state": {"min": [-0.21743659675121307, 0.00030346729909069836, 0.9132779836654663, 3.027050256729126, -0.08593488484621048, -0.06505582481622696, 0.0029940034728497267, -0.039981089532375336], "max": [0.08475268632173538, 0.264663964509964, 1.2206015586853027, 3.3041837215423584, 0.2717820703983307, 0.05674819275736809, 0.03998986631631851, -0.0028675070498138666], "mean": [-0.09402314573526382, 0.1194394901394844, 1.0987313985824585, 3.1804916858673096, 0.060316771268844604, 0.009611099027097225, 0.014745636843144894, -0.014407419599592686], "std": [0.12094003707170486, 0.09240265935659409, 0.09665949642658234, 0.07966864109039307, 0.11228764802217484, 0.031018706038594246, 0.016272708773612976, 0.016354085877537727], "count": [267]}, "actions": {"min": [-0.14145596325397491, -0.2306387573480606, -0.8135383129119873, -0.11850959807634354, -0.12437941879034042, -0.10368330031633377, -1.0], "max": [0.560469925403595, 0.3691879212856293, 0.6778615713119507, 0.12466195225715637, 0.10927382856607437, 0.09527117013931274, 1.0], "mean": [0.08716098219156265, 0.07404223084449768, -0.008383692242205143, 0.004848561715334654, 0.0012733093462884426, -0.0008542154100723565, 0.38576778769493103], "std": [0.12998472154140472, 0.10102251917123795, 0.24178844690322876, 0.03762101009488106, 0.03607137128710747, 0.030203845351934433, 0.9225927591323853], "count": [267]}, "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": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [267]}, "index": {"min": [64930], "max": [65196], "mean": [65063.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [267]}}} +{"episode_index": 180, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5551505934771369]], [[0.5223879813399969]], [[0.48122632733513326]]], "std": [[[0.29175199900549265]], [[0.26917097140251206]], [[0.2530184343870181]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6276626491172641]], [[0.5904273256788066]], [[0.5461922888662301]]], "std": [[[0.24289734082872538]], [[0.2213833056420643]], [[0.1990606760102622]]], "count": [100]}, "state": {"min": [-0.1932339072227478, 0.012740038335323334, 0.9109925031661987, 3.1325628757476807, -0.1392102688550949, -0.05363991856575012, 0.0016240616096183658, -0.039965175092220306], "max": [0.11809373646974564, 0.25436529517173767, 1.2429977655410767, 3.3283755779266357, 0.16604898869991302, 0.09185505658388138, 0.04000281170010567, -0.0013978321803733706], "mean": [-0.06986534595489502, 0.11514057964086533, 1.0980360507965088, 3.209338426589966, -0.015479890629649162, 0.01937992498278618, 0.014765842817723751, -0.014414283446967602], "std": [0.12491373717784882, 0.08546774834394455, 0.10167112201452255, 0.05077040567994118, 0.09423630684614182, 0.03872358053922653, 0.016526060178875923, 0.016510965302586555], "count": [258]}, "actions": {"min": [-0.18730759620666504, -0.3221283555030823, -0.6944043040275574, -0.15725509822368622, -0.1739206463098526, -0.153924822807312, -1.0], "max": [0.9755091071128845, 0.7895275950431824, 1.2082208395004272, 0.22997458279132843, 0.14790159463882446, 0.15888260304927826, 1.0], "mean": [0.09778133779764175, 0.07408063113689423, -0.013739426620304585, 0.0038243639282882214, 0.0025367026682943106, -0.0025476461742073298, 0.3798449635505676], "std": [0.14362214505672455, 0.11212015897035599, 0.28366705775260925, 0.036544375121593475, 0.04614939168095589, 0.037785932421684265, 0.9250521063804626], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [258]}, "index": {"min": [65197], "max": [65454], "mean": [65325.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [258]}}} +{"episode_index": 181, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5513369517606848]], [[0.5180628177418428]], [[0.4766536434397978]]], "std": [[[0.2933195178032504]], [[0.26968407755043805]], [[0.2517189702962922]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6275456782322304]], [[0.5852324290556066]], [[0.5361803439271217]]], "std": [[[0.2508029873816347]], [[0.22625885014847166]], [[0.2003133922067099]]], "count": [100]}, "state": {"min": [-0.20751607418060303, -0.24349680542945862, 0.9201071262359619, 2.9209306240081787, 0.06717994809150696, -0.06648294627666473, 0.0022629385348409414, -0.03999072685837746], "max": [-0.16384495794773102, 0.1513550579547882, 1.1634912490844727, 3.226213216781616, 0.42180171608924866, 0.1186935156583786, 0.03999358415603638, -0.0023634592071175575], "mean": [-0.1859174519777298, 0.010285631753504276, 1.0577446222305298, 3.110842704772949, 0.17831557989120483, 0.013934976421296597, 0.0188556257635355, -0.0188259519636631], "std": [0.011483635753393173, 0.15414029359817505, 0.07288458943367004, 0.0876312106847763, 0.08333329111337662, 0.04712403193116188, 0.018060259521007538, 0.018061304464936256], "count": [241]}, "actions": {"min": [-0.3543317914009094, -1.1740223169326782, -0.9319876432418823, -0.14990000426769257, -0.17730288207530975, -0.1530730128288269, -1.0], "max": [0.2572222352027893, 0.7110639214515686, 0.5655128955841064, 0.23865766823291779, 0.37547212839126587, 0.20942188799381256, 1.0], "mean": [0.005233472213149071, -0.08095286786556244, -0.05627124011516571, -0.0060523380525410175, 0.008065048605203629, 0.00407518120482564, 0.12033195048570633], "std": [0.07393237948417664, 0.25696611404418945, 0.25580382347106934, 0.05198247358202934, 0.06945513933897018, 0.04413236677646637, 0.9927343726158142], "count": [241]}, "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": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [241]}, "index": {"min": [65455], "max": [65695], "mean": [65575.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [241]}}} +{"episode_index": 182, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5543438164206113]], [[0.5206772610533471]], [[0.4787292444565717]]], "std": [[[0.29238695466182585]], [[0.2686916941523058]], [[0.2507487540030262]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6335780926872702]], [[0.5924799774768306]], [[0.5447995007084865]]], "std": [[[0.23369695983389047]], [[0.20918320221825268]], [[0.18349782432142706]]], "count": [100]}, "state": {"min": [-0.24942830204963684, -0.2666713297367096, 0.9345393180847168, 2.89825701713562, -0.08747097104787827, -0.09438106417655945, 0.0021767145954072475, -0.039899054914712906], "max": [-0.18795214593410492, 0.1548791378736496, 1.1864689588546753, 3.3334848880767822, 0.21624954044818878, 0.11638220399618149, 0.0400085486471653, -0.0021973836701363325], "mean": [-0.21745775640010834, -0.014951943419873714, 1.0726854801177979, 3.1366541385650635, 0.04368240386247635, 0.004605585243552923, 0.01850324682891369, -0.018488291651010513], "std": [0.01625051535665989, 0.16124579310417175, 0.0694718062877655, 0.13330230116844177, 0.08957479149103165, 0.06957676261663437, 0.018091632053256035, 0.01802235282957554], "count": [254]}, "actions": {"min": [-0.30215883255004883, -1.1825305223464966, -1.0534796714782715, -0.2429284155368805, -0.15578705072402954, -0.12455705553293228, -1.0], "max": [0.32277071475982666, 0.8941518664360046, 0.900420069694519, 0.25319090485572815, 0.18185482919216156, 0.2583371698856354, 1.0], "mean": [-0.0060801454819738865, -0.0807749554514885, -0.033764470368623734, -0.007518458645790815, 0.0011836813064292073, 0.0030425996519625187, 0.13385826349258423], "std": [0.08207517862319946, 0.2876799702644348, 0.26920971274375916, 0.05800776183605194, 0.052333805710077286, 0.04022723436355591, 0.9909994602203369], "count": [254]}, "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": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [254]}, "index": {"min": [65696], "max": [65949], "mean": [65822.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [254]}}} +{"episode_index": 183, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5509918470195695]], [[0.517770772896561]], [[0.4764501498353248]]], "std": [[[0.2931488860374842]], [[0.2695007848291997]], [[0.25152098648031146]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6301742601581648]], [[0.5885049893248315]], [[0.5403097079407935]]], "std": [[[0.24511063565755598]], [[0.2210071530349692]], [[0.19576119604940204]]], "count": [100]}, "state": {"min": [-0.20994240045547485, -0.2193564474582672, 0.9237114787101746, 2.9361634254455566, 0.0123869264498353, -0.1422688513994217, 0.0020219057332724333, -0.04000445082783699], "max": [-0.17922097444534302, 0.15881849825382233, 1.1607744693756104, 3.1872501373291016, 0.2983570694923401, 0.09767041355371475, 0.03994924947619438, -0.002223505172878504], "mean": [-0.19094881415367126, 0.029825033619999886, 1.0460399389266968, 3.091280460357666, 0.13288617134094238, -0.04730807989835739, 0.017870554700493813, -0.01789953000843525], "std": [0.0070518385618925095, 0.14466270804405212, 0.06591100990772247, 0.057254254817962646, 0.07841001451015472, 0.07789343595504761, 0.01795915700495243, 0.017962200567126274], "count": [222]}, "actions": {"min": [-0.23614045977592468, -1.150062084197998, -0.9111084938049316, -0.17088279128074646, -0.18927142024040222, -0.13117025792598724, -1.0], "max": [0.2100963592529297, 0.6490975618362427, 0.8378070592880249, 0.19364647567272186, 0.23394404351711273, 0.17277677357196808, 1.0], "mean": [-0.0025664460845291615, -0.10440540313720703, -0.05850403010845184, -0.007041775621473789, 0.006477216258645058, 0.004356760066002607, 0.171171173453331], "std": [0.053142983466386795, 0.24773752689361572, 0.24184131622314453, 0.04910804331302643, 0.05757077783346176, 0.04316742345690727, 0.9852399230003357], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [222]}, "index": {"min": [65950], "max": [66171], "mean": [66060.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [222]}}} +{"episode_index": 184, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5526736372405407]], [[0.519343396355124]], [[0.47779536527745864]]], "std": [[[0.29230808463109614]], [[0.2686076587461365]], [[0.2504308329506706]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6330375868853401]], [[0.5910710102156097]], [[0.5424589257333793]]], "std": [[[0.2398973065429069]], [[0.2153145968870249]], [[0.1894161147977371]]], "count": [100]}, "state": {"min": [-0.204767644405365, -0.2634747326374054, 0.9374339580535889, 3.0488052368164062, -0.06226630136370659, -0.09060227870941162, 0.0023773282300680876, -0.03996402770280838], "max": [-0.1578368991613388, 0.1948934942483902, 1.1750900745391846, 3.3044896125793457, 0.2971985936164856, 0.10283852368593216, 0.0400153286755085, -0.002197431866079569], "mean": [-0.18953536450862885, 0.007522202096879482, 1.0822898149490356, 3.171813726425171, 0.10707864165306091, 0.022169727832078934, 0.017997587099671364, -0.017894675955176353], "std": [0.012387001886963844, 0.17502005398273468, 0.07290569692850113, 0.06130696088075638, 0.09469512104988098, 0.06176760047674179, 0.017983973026275635, 0.018053101375699043], "count": [281]}, "actions": {"min": [-0.4329092800617218, -1.534039855003357, -0.8613640069961548, -0.2574940025806427, -0.16738547384738922, -0.19305354356765747, -1.0], "max": [0.22120165824890137, 0.9092127084732056, 0.716541051864624, 0.5440739989280701, 0.33301597833633423, 0.253497451543808, 1.0], "mean": [0.01321683544665575, -0.07218345999717712, -0.04141175001859665, -0.00039386635762639344, 0.0053243497386574745, -0.0002889545576181263, 0.16725978255271912], "std": [0.06832649558782578, 0.28620094060897827, 0.2405507117509842, 0.06291520595550537, 0.05707164108753204, 0.043803054839372635, 0.9859110116958618], "count": [281]}, "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": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [281]}, "index": {"min": [66172], "max": [66452], "mean": [66312.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [281]}}} +{"episode_index": 185, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5511623337689568]], [[0.5175283185173484]], [[0.47561178588867187]]], "std": [[[0.29469104085389525]], [[0.27086550414739785]], [[0.25274435759399155]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6300171867819393]], [[0.5875256880217907]], [[0.537904894660501]]], "std": [[[0.24595839888221024]], [[0.2212234251596544]], [[0.19478286409713738]]], "count": [100]}, "state": {"min": [-0.25477275252342224, -0.23057927191257477, 0.9316917657852173, 2.6792311668395996, -0.0030405200086534023, 0.01938340626657009, 0.002262525027617812, -0.040007635951042175], "max": [-0.18103080987930298, 0.17266252636909485, 1.167944073677063, 3.2563092708587646, 0.32952049374580383, 0.13948412239551544, 0.04000437259674072, -0.002388136461377144], "mean": [-0.20692111551761627, -0.027232859283685684, 1.0527031421661377, 3.0321743488311768, 0.16708941757678986, 0.06366097927093506, 0.018315697088837624, -0.018500957638025284], "std": [0.01708129420876503, 0.14159780740737915, 0.06299304962158203, 0.14199037849903107, 0.0822753757238388, 0.02642645128071308, 0.017822548747062683, 0.017807168886065483], "count": [454]}, "actions": {"min": [-0.4429202079772949, -0.9370819330215454, -0.6573556065559387, -0.26379862427711487, -0.1485198736190796, -0.12168902903795242, -1.0], "max": [0.2967095971107483, 1.0246630907058716, 0.7842903137207031, 0.1459963619709015, 0.17235690355300903, 0.16899998486042023, 1.0], "mean": [0.0024059461429715157, -0.039399515837430954, -0.019287193194031715, -0.006153810303658247, -0.00019628755399025977, 0.0001964601979125291, 0.14537444710731506], "std": [0.08077652752399445, 0.2577734589576721, 0.22942717373371124, 0.04304302856326103, 0.04321762174367905, 0.030397111549973488, 0.9893779158592224], "count": [454]}, "timestamp": {"min": [0.0], "max": [45.3], "mean": [22.650000000000002], "std": [13.10581931815024], "count": [454]}, "frame_index": {"min": [0], "max": [453], "mean": [226.5], "std": [131.0581931815024], "count": [454]}, "episode_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [454]}, "index": {"min": [66453], "max": [66906], "mean": [66679.5], "std": [131.0581931815024], "count": [454]}, "task_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [454]}}} +{"episode_index": 186, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5545854922333454]], [[0.5212375882524171]], [[0.47959870328370985]]], "std": [[[0.2934073437621962]], [[0.27009293267457224]], [[0.2525326205788366]]], "count": [104]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6339132576506601]], [[0.5916233902783056]], [[0.5426947183738466]]], "std": [[[0.23538119720228973]], [[0.21029370451400933]], [[0.18345462944494675]]], "count": [104]}, "state": {"min": [-0.22958040237426758, -0.25795042514801025, 0.9230310320854187, 2.8158490657806396, -0.087255097925663, -0.027545815333724022, 0.0021090346854180098, -0.0400051474571228], "max": [-0.16630776226520538, 0.13974173367023468, 1.1947776079177856, 3.253831386566162, 0.2585844397544861, 0.14558550715446472, 0.040004875510931015, -0.0021651892457157373], "mean": [-0.18793606758117676, -0.061514995992183685, 1.0659050941467285, 3.084118604660034, 0.06440240889787674, 0.04425900802016258, 0.018656142055988312, -0.018756352365016937], "std": [0.01779692992568016, 0.14202164113521576, 0.06757306307554245, 0.11086142808198929, 0.08941997587680817, 0.037049293518066406, 0.018032237887382507, 0.01796925999224186], "count": [493]}, "actions": {"min": [-0.5570672750473022, -1.2034225463867188, -0.6872609853744507, -0.23736043274402618, -0.18658983707427979, -0.15818645060062408, -1.0], "max": [0.37448057532310486, 1.1883246898651123, 1.0898925065994263, 0.38208314776420593, 0.13826677203178406, 0.2332976758480072, 1.0], "mean": [0.005503120366483927, -0.04522455856204033, -0.019428817555308342, -0.005215900018811226, 0.0011414284817874432, 0.001181705272756517, 0.12778905034065247], "std": [0.08746426552534103, 0.26610198616981506, 0.26021480560302734, 0.05608946457505226, 0.04686632379889488, 0.039262883365154266, 0.9918015599250793], "count": [493]}, "timestamp": {"min": [0.0], "max": [49.2], "mean": [24.599999999999998], "std": [14.231654858097142], "count": [493]}, "frame_index": {"min": [0], "max": [492], "mean": [246.0], "std": [142.3165485809714], "count": [493]}, "episode_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [493]}, "index": {"min": [66907], "max": [67399], "mean": [67153.0], "std": [142.3165485809714], "count": [493]}, "task_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [493]}}} +{"episode_index": 187, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5498639598173253]], [[0.5165533776376762]], [[0.4749522537530637]]], "std": [[[0.2948946497886275]], [[0.27120102804718305]], [[0.2532420042333938]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.628852373310164]], [[0.5865994095147824]], [[0.5367599337708716]]], "std": [[[0.245688092751286]], [[0.2209050974539845]], [[0.19434368096877871]]], "count": [100]}, "state": {"min": [-0.23957784473896027, -0.23518577218055725, 0.9151302576065063, 2.7654380798339844, 0.01727443002164364, -0.07229582220315933, 0.002076097298413515, -0.04000875726342201], "max": [-0.17181730270385742, 0.17697633802890778, 1.1459132432937622, 3.227222204208374, 0.2948136329650879, 0.11438301205635071, 0.040004633367061615, -0.0022227633744478226], "mean": [-0.21026936173439026, -0.03270290791988373, 1.035846471786499, 3.0489628314971924, 0.1196504458785057, 0.01790792867541313, 0.020158613100647926, -0.02039092406630516], "std": [0.01867005042731762, 0.14266590774059296, 0.05655011907219887, 0.11995917558670044, 0.06653966009616852, 0.05548134446144104, 0.01796286553144455, 0.0179172120988369], "count": [422]}, "actions": {"min": [-0.38276851177215576, -1.0602794885635376, -0.9596229195594788, -0.2481144666671753, -0.1741265058517456, -0.15028461813926697, -1.0], "max": [0.34657570719718933, 1.0211386680603027, 1.0944374799728394, 0.18495045602321625, 0.211314395070076, 0.15171922743320465, 1.0], "mean": [4.3371903302613646e-05, -0.0347122848033905, -0.01761646196246147, -0.005340609699487686, -0.00102208461612463, 0.001446876092813909, 0.04739336669445038], "std": [0.09701494127511978, 0.29472246766090393, 0.24488812685012817, 0.0487188994884491, 0.052642010152339935, 0.043136872351169586, 0.9988781213760376], "count": [422]}, "timestamp": {"min": [0.0], "max": [42.1], "mean": [21.049999999999997], "std": [12.182056476638088], "count": [422]}, "frame_index": {"min": [0], "max": [421], "mean": [210.5], "std": [121.82056476638088], "count": [422]}, "episode_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [422]}, "index": {"min": [67400], "max": [67821], "mean": [67610.5], "std": [121.82056476638088], "count": [422]}, "task_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [422]}}} +{"episode_index": 188, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5528462141448376]], [[0.5192399716844746]], [[0.4774358610265395]]], "std": [[[0.2930630937301153]], [[0.2693274842460694]], [[0.2514051891432101]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6301820158116958]], [[0.5879951973709405]], [[0.5386672189749923]]], "std": [[[0.2425698608446125]], [[0.2176419679408031]], [[0.19083162099629003]]], "count": [100]}, "state": {"min": [-0.22538240253925323, -0.2430654615163803, 0.9228130578994751, 2.935863494873047, -0.0497422032058239, -0.04527474567294121, 0.0021148251835256815, -0.04000131040811539], "max": [-0.1716812551021576, 0.16186194121837616, 1.1671850681304932, 3.3846843242645264, 0.28122490644454956, 0.11361461877822876, 0.04001065343618393, -0.0020279339514672756], "mean": [-0.19628815352916718, -0.04632808268070221, 1.0472843647003174, 3.1404166221618652, 0.09379106760025024, 0.01794012263417244, 0.017641955986618996, -0.017579644918441772], "std": [0.015351689420640469, 0.14637817442417145, 0.06400444358587265, 0.12732283771038055, 0.09302090853452682, 0.028821446001529694, 0.01761184073984623, 0.01764455996453762], "count": [392]}, "actions": {"min": [-0.3798227906227112, -1.2554666996002197, -0.9644331336021423, -0.23211447894573212, -0.2233467847108841, -0.15453138947486877, -1.0], "max": [0.3736509084701538, 0.9235585331916809, 1.1635253429412842, 0.21432889997959137, 0.13620008528232574, 0.204385444521904, 1.0], "mean": [0.010711848735809326, -0.07410459965467453, -0.028633149340748787, -0.006312165874987841, 0.0035107769072055817, 0.002107847947627306, 0.18877550959587097], "std": [0.08967621624469757, 0.2735590636730194, 0.29832062125205994, 0.051936812698841095, 0.05365731939673424, 0.03406774625182152, 0.9820191860198975], "count": [392]}, "timestamp": {"min": [0.0], "max": [39.1], "mean": [19.55], "std": [11.316028455248777], "count": [392]}, "frame_index": {"min": [0], "max": [391], "mean": [195.5], "std": [113.16028455248777], "count": [392]}, "episode_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [392]}, "index": {"min": [67822], "max": [68213], "mean": [68017.5], "std": [113.16028455248777], "count": [392]}, "task_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [392]}}} +{"episode_index": 189, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5481295243805531]], [[0.5151018856272979]], [[0.47347180415134804]]], "std": [[[0.2960924462613238]], [[0.27262645991240486]], [[0.2551933038266277]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6360633030311734]], [[0.5923749305874694]], [[0.5416811026778876]]], "std": [[[0.23623804051836844]], [[0.21088263511970481]], [[0.18347811380729317]]], "count": [100]}, "state": {"min": [-0.22895246744155884, -0.18786315619945526, 0.9166454672813416, 3.0108120441436768, 0.0015072663081809878, -0.011737978085875511, 0.00351878278888762, -0.03989094868302345], "max": [-0.18052002787590027, 0.0472361296415329, 1.1989333629608154, 3.2984888553619385, 0.23728004097938538, 0.21254752576351166, 0.04000689461827278, -0.0036508163902908564], "mean": [-0.19842344522476196, -0.045746274292469025, 1.0447545051574707, 3.174534320831299, 0.08755958825349808, 0.10942392796278, 0.021577268838882446, -0.02163691259920597], "std": [0.01399411540478468, 0.08743804693222046, 0.07587065547704697, 0.08459699153900146, 0.07474247366189957, 0.0554487444460392, 0.01745069958269596, 0.01739218458533287], "count": [236]}, "actions": {"min": [-0.3208014667034149, -0.8180382251739502, -0.6975354552268982, -0.13068073987960815, -0.1101577877998352, -0.09885462373495102, -1.0], "max": [0.2092219740152359, 0.2268020361661911, 0.5089138746261597, 0.20877403020858765, 0.15404096245765686, 0.1662508100271225, 1.0], "mean": [0.0032603000290691853, -0.05809523165225983, -0.06995373964309692, -0.005494173616170883, 0.006074506789445877, 0.0021721210796386003, 0.008474576286971569], "std": [0.06383161246776581, 0.1537223756313324, 0.23435519635677338, 0.03761911392211914, 0.04775545001029968, 0.03218746930360794, 0.99996417760849], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [236]}, "index": {"min": [68214], "max": [68449], "mean": [68331.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [236]}}} +{"episode_index": 190, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5479431367761948]], [[0.5146603806439568]], [[0.4727699333639706]]], "std": [[[0.29605789661480714]], [[0.2723753549700823]], [[0.254709660005562]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6387037000469132]], [[0.594557404162837]], [[0.5430559674431297]]], "std": [[[0.23499992875765927]], [[0.20983502616998403]], [[0.18269955631499418]]], "count": [100]}, "state": {"min": [-0.22900404036045074, -0.19405342638492584, 0.9146600365638733, 2.9348437786102295, -0.046247486025094986, -0.032527316361665726, 0.002361956285312772, -0.03989014774560928], "max": [-0.1997319757938385, 0.04523656889796257, 1.1622931957244873, 3.248231887817383, 0.2062649130821228, 0.04346740245819092, 0.040039729326963425, -0.002677538897842169], "mean": [-0.21585704386234283, -0.059544309973716736, 1.0218833684921265, 3.1185312271118164, 0.06651465594768524, 0.0021016367245465517, 0.01747593656182289, -0.017342768609523773], "std": [0.006181830074638128, 0.09500028192996979, 0.06202434003353119, 0.1059754341840744, 0.07673554867506027, 0.02122589945793152, 0.017387598752975464, 0.017206471413373947], "count": [200]}, "actions": {"min": [-0.25253573060035706, -0.710942804813385, -0.7469011545181274, -0.09235578775405884, -0.25278374552726746, -0.19146110117435455, -1.0], "max": [0.17402249574661255, 0.2579697072505951, 1.0397770404815674, 0.08139938861131668, 0.14664901793003082, 0.12779395282268524, 1.0], "mean": [-0.00044036380131728947, -0.07096727937459946, -0.07201582193374634, -0.008883237838745117, 0.0035320378374308348, -0.00013389726518653333, 0.2199999988079071], "std": [0.06059684976935387, 0.17585766315460205, 0.26592913269996643, 0.030099788680672646, 0.050138577818870544, 0.02974662557244301, 0.97549968957901], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [200]}, "index": {"min": [68450], "max": [68649], "mean": [68549.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [200]}}} +{"episode_index": 191, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5479753603467754]], [[0.5150761048560049]], [[0.47352600755878527]]], "std": [[[0.2962784453889087]], [[0.2729360500271814]], [[0.25570148051363717]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6346358211741728]], [[0.5923533941530713]], [[0.5428881710276885]]], "std": [[[0.23296939381531095]], [[0.20792907103066982]], [[0.18078009268540693]]], "count": [100]}, "state": {"min": [-0.227848082780838, -0.18081003427505493, 0.9127074480056763, 3.0532002449035645, -0.0483199805021286, -0.029983406886458397, 0.0033103935420513153, -0.03993983194231987], "max": [-0.17196960747241974, 0.016449619084596634, 1.1512019634246826, 3.212503433227539, 0.17168642580509186, 0.07175276428461075, 0.040004171431064606, -0.003402160946279764], "mean": [-0.20506185293197632, -0.05530659109354019, 1.0251665115356445, 3.15065598487854, 0.05245748534798622, 0.024606702849268913, 0.019365577027201653, -0.019251028075814247], "std": [0.01635654829442501, 0.07335714995861053, 0.06014039367437363, 0.036485858261585236, 0.057506222277879715, 0.02408364787697792, 0.017032058909535408, 0.016957296058535576], "count": [206]}, "actions": {"min": [-0.3094433546066284, -0.5574114322662354, -0.7168039679527283, -0.09021028131246567, -0.13353359699249268, -0.13834479451179504, -1.0], "max": [0.33945274353027344, 0.28786787390708923, 0.7379732131958008, 0.11003618687391281, 0.1659533977508545, 0.11044644564390182, 1.0], "mean": [0.010370234027504921, -0.06244444474577904, -0.0694001317024231, -0.003154431702569127, 0.005291111767292023, -0.001289208303205669, 0.1650485396385193], "std": [0.08262006938457489, 0.14449858665466309, 0.24787665903568268, 0.02829723246395588, 0.04798106104135513, 0.03342161700129509, 0.9862854480743408], "count": [206]}, "timestamp": {"min": [0.0], "max": [20.5], "mean": [10.25], "std": [5.9466377054601205], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [206]}, "index": {"min": [68650], "max": [68855], "mean": [68752.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [206]}}} +{"episode_index": 192, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5499791840197994]], [[0.5170955325855928]], [[0.4758502424651502]]], "std": [[[0.2953148759186498]], [[0.27205435667604005]], [[0.25473211494392783]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6297021173215379]], [[0.5868275026807598]], [[0.537126802930645]]], "std": [[[0.24386923967210866]], [[0.21852173229750108]], [[0.19117038310558127]]], "count": [100]}, "state": {"min": [-0.20893548429012299, -0.22857721149921417, 0.9240195155143738, 2.9819884300231934, -0.013021682389080524, -0.016860198229551315, 0.0016000844771042466, -0.03998841717839241], "max": [-0.16414706408977509, -0.022303417325019836, 1.1778532266616821, 3.1979851722717285, 0.26043474674224854, 0.0999113991856575, 0.04000601917505264, -0.0018146379152312875], "mean": [-0.18363375961780548, -0.10517998039722443, 1.038813829421997, 3.1070144176483154, 0.11540490388870239, 0.017790505662560463, 0.019520839676260948, -0.019569003954529762], "std": [0.01355898566544056, 0.08230552077293396, 0.06509610265493393, 0.0663934126496315, 0.08171842247247696, 0.029796993359923363, 0.01837492547929287, 0.01830047182738781], "count": [230]}, "actions": {"min": [-0.1786091923713684, -0.835293173789978, -0.6914786696434021, -0.13423225283622742, -0.21118536591529846, -0.06668931990861893, -1.0], "max": [0.3031289875507355, 0.2647665739059448, 0.9520386457443237, 0.22477062046527863, 0.1218237355351448, 0.23448465764522552, 1.0], "mean": [-0.004347032401710749, -0.05993473157286644, -0.05084442347288132, -0.006043190602213144, 0.00479025486856699, 0.0032833905424922705, 0.06956521421670914], "std": [0.05263818800449371, 0.1441129893064499, 0.23116643726825714, 0.03829086199402809, 0.04118314012885094, 0.031039318069815636, 0.9975767135620117], "count": [230]}, "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": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [230]}, "index": {"min": [68856], "max": [69085], "mean": [68970.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [230]}}} +{"episode_index": 193, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5556761091643689]], [[0.5236091111127068]], [[0.4836190843769148]]], "std": [[[0.2909991419487595]], [[0.2685530118143735]], [[0.251783618727953]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6321959539675245]], [[0.5859110125373391]], [[0.5381475465063955]]], "std": [[[0.2410157439805994]], [[0.21157450082047302]], [[0.1788600114674514]]], "count": [100]}, "state": {"min": [-0.20209798216819763, -0.247500941157341, 0.9143779277801514, 3.068887710571289, -0.10609646141529083, -0.04759635776281357, 0.02072763629257679, -0.039960894733667374], "max": [0.009119676426053047, -0.0050371927209198475, 1.2417292594909668, 3.2607123851776123, 0.18778617680072784, 0.06519179791212082, 0.04000506177544594, -0.021201971918344498], "mean": [-0.08790290355682373, -0.2027190774679184, 1.095984697341919, 3.188892126083374, 0.03784243389964104, 0.006839920300990343, 0.03418690711259842, -0.034290626645088196], "std": [0.07566889375448227, 0.043302666395902634, 0.1066647619009018, 0.04806864261627197, 0.0799548327922821, 0.02926265075802803, 0.008610148914158344, 0.008357275277376175], "count": [311]}, "actions": {"min": [-1.019559383392334, -0.8953002095222473, -0.4661417603492737, -0.12864764034748077, -0.11468725651502609, -0.09491518884897232, -1.0], "max": [0.328856498003006, 0.25677722692489624, 0.654843270778656, 0.10924958437681198, 0.11501704156398773, 0.11265979707241058, 1.0], "mean": [-0.0014311701525002718, -0.05010642111301422, -0.0479627288877964, -0.003150355303660035, 0.0020714255515486, 0.001054019550792873, -0.4276527464389801], "std": [0.1750844568014145, 0.17952226102352142, 0.18756352365016937, 0.03773348033428192, 0.03365737572312355, 0.036231812089681625, 0.9039433598518372], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [311]}, "index": {"min": [69086], "max": [69396], "mean": [69241.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [311]}}} +{"episode_index": 194, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5569860899682139]], [[0.5247265236050475]], [[0.4845580701641008]]], "std": [[[0.2913871901897411]], [[0.2689846428703349]], [[0.2523325381445442]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.6285745376886106]], [[0.5836680243997013]], [[0.5388438756606158]]], "std": [[[0.2379439870488661]], [[0.206779866718466]], [[0.17103722565300036]]], "count": [100]}, "state": {"min": [-0.23104363679885864, -0.2287011593580246, 0.9104509353637695, 3.0097405910491943, -0.07852651178836823, -0.011893689632415771, 0.020527953281998634, -0.040205031633377075], "max": [-0.027950117364525795, -0.002755790716037154, 1.2283722162246704, 3.2016334533691406, 0.12201472371816635, 0.12078050523996353, 0.039987560361623764, -0.020915767177939415], "mean": [-0.09034285694360733, -0.18705213069915771, 1.0795118808746338, 3.1118059158325195, 0.004645471926778555, 0.04590432345867157, 0.03327367827296257, -0.033381566405296326], "std": [0.07057267427444458, 0.0399143323302269, 0.10250696539878845, 0.037557732313871384, 0.05262337625026703, 0.032321568578481674, 0.008954879827797413, 0.008844468742609024], "count": [338]}, "actions": {"min": [-0.6450502872467041, -0.6395093202590942, -0.6066952347755432, -0.15281279385089874, -0.10300484299659729, -0.10714446753263474, -1.0], "max": [0.3014020621776581, 0.3166484534740448, 0.6197229027748108, 0.1603417545557022, 0.11822245270013809, 0.14034952223300934, 1.0], "mean": [-0.014378412626683712, -0.042136356234550476, -0.04622304439544678, -0.00393622275441885, 0.0005876552313566208, 0.0009792591445147991, -0.33136093616485596], "std": [0.1374967247247696, 0.1394922137260437, 0.18962757289409637, 0.04235384985804558, 0.03419920802116394, 0.03397078067064285, 0.9435039162635803], "count": [338]}, "timestamp": {"min": [0.0], "max": [33.7], "mean": [16.85], "std": [9.75717684578895], "count": [338]}, "frame_index": {"min": [0], "max": [337], "mean": [168.5], "std": [97.5717684578895], "count": [338]}, "episode_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [338]}, "index": {"min": [69397], "max": [69734], "mean": [69565.5], "std": [97.5717684578895], "count": [338]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [338]}}} +{"episode_index": 195, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5547741364123775]], [[0.5225063201305913]], [[0.48240521659103097]]], "std": [[[0.2917214280774476]], [[0.269126123415758]], [[0.2521699533996442]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6201751708984375]], [[0.5767403624291514]], [[0.5339071415919884]]], "std": [[[0.24628595862115113]], [[0.21502850627412473]], [[0.17905669747261974]]], "count": [100]}, "state": {"min": [-0.22676943242549896, -0.2300613820552826, 0.9104833006858826, 3.0281429290771484, -0.050904203206300735, -0.025904294103384018, 0.020222337916493416, -0.04028370603919029], "max": [-0.030702542513608932, -0.015360964462161064, 1.203060507774353, 3.1860439777374268, 0.2215927243232727, 0.058039627969264984, 0.039994075894355774, -0.02089937962591648], "mean": [-0.09639944136142731, -0.1879451721906662, 1.0680545568466187, 3.1206963062286377, 0.0629042536020279, 0.014127467758953571, 0.03355173021554947, -0.03372214734554291], "std": [0.07141217589378357, 0.0428423136472702, 0.0963156446814537, 0.034569770097732544, 0.07878035306930542, 0.021474888548254967, 0.008903097361326218, 0.008702687919139862], "count": [320]}, "actions": {"min": [-0.6242215037345886, -1.2089775800704956, -0.5036142468452454, -0.16388025879859924, -0.23467546701431274, -0.11108821630477905, -1.0], "max": [0.4890661835670471, 0.19912287592887878, 0.6938111782073975, 0.19646288454532623, 0.11480136215686798, 0.18915359675884247, 1.0], "mean": [-0.006960994563996792, -0.04002268984913826, -0.045319028198719025, -0.0021777437068521976, 0.0019812399987131357, 0.0009121011244133115, -0.3687500059604645], "std": [0.1534433662891388, 0.14640258252620697, 0.18612483143806458, 0.04451931640505791, 0.0359901562333107, 0.0367669016122818, 0.9295276999473572], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [320]}, "index": {"min": [69735], "max": [70054], "mean": [69894.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [320]}}} +{"episode_index": 196, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5543667315314798]], [[0.5220451875574448]], [[0.48184924436083026]]], "std": [[[0.2925798712047399]], [[0.2699745984467589]], [[0.25315913158446357]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6222250994514017]], [[0.5785908292882582]], [[0.5358081252154182]]], "std": [[[0.24478869524351685]], [[0.21360819625888477]], [[0.17773470861720994]]], "count": [100]}, "state": {"min": [-0.24207642674446106, -0.2226480394601822, 0.9113211631774902, 2.9905734062194824, -0.02934245578944683, -0.1058618351817131, 0.020457586273550987, -0.04035637900233269], "max": [-0.011303729377686977, -0.06150056794285774, 1.1724523305892944, 3.194689989089966, 0.20000407099723816, 0.06336984038352966, 0.03996099531650543, -0.021031448617577553], "mean": [-0.09611012786626816, -0.1812475174665451, 1.053310513496399, 3.0882015228271484, 0.0666021853685379, -0.017761144787073135, 0.033148325979709625, -0.033173318952322006], "std": [0.08172360062599182, 0.024053003638982773, 0.08479123562574387, 0.04623185470700264, 0.06371115148067474, 0.04256829246878624, 0.008780577220022678, 0.008852521888911724], "count": [309]}, "actions": {"min": [-0.6303656101226807, -0.7554818987846375, -0.8146079778671265, -0.16476623713970184, -0.14626586437225342, -0.12840302288532257, -1.0], "max": [0.36238083243370056, 0.3770861327648163, 0.6903627514839172, 0.180742546916008, 0.1562160700559616, 0.17040829360485077, 1.0], "mean": [-0.011239581741392612, -0.032355863600969315, -0.04045141488313675, -0.0023153983056545258, -0.0007959203794598579, 0.0013942413497716188, -0.30744338035583496], "std": [0.16560736298561096, 0.16891373693943024, 0.1943059116601944, 0.04408825933933258, 0.03657346963882446, 0.04134511575102806, 0.9515673518180847], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [309]}, "index": {"min": [70055], "max": [70363], "mean": [70209.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [309]}}} +{"episode_index": 197, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4686162252987133]], [[0.44109752879423253]], [[0.40624138327205883]]], "std": [[[0.25156524822575516]], [[0.2314343267395355]], [[0.21650636385670693]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.8705882352941177]]], "mean": [[[0.6009122021245021]], [[0.5559174391802619]], [[0.5097681166704964]]], "std": [[[0.24665567005676226]], [[0.2154668721203622]], [[0.1794929383359252]]], "count": [100]}, "state": {"min": [-0.20225834846496582, -0.21248750388622284, 0.9177731275558472, 2.969660997390747, 0.006751602981239557, -0.0653415247797966, 0.0208039041608572, -0.04018266871571541], "max": [0.030975716188549995, 0.1922876089811325, 1.2015798091888428, 3.1863346099853516, 0.23496778309345245, 0.03661491349339485, 0.03986481577157974, -0.01941581442952156], "mean": [-0.08834804594516754, -0.07169567793607712, 1.07991361618042, 3.045314311981201, 0.10016003996133804, -0.01246902346611023, 0.030467526987195015, -0.030842406675219536], "std": [0.08611923456192017, 0.1480051428079605, 0.08701477199792862, 0.057018063962459564, 0.06346896290779114, 0.02925294078886509, 0.00923378299921751, 0.009053134359419346], "count": [371]}, "actions": {"min": [-0.6067187190055847, -0.6955739855766296, -0.6365106105804443, -0.159135103225708, -0.12581980228424072, -0.17024049162864685, -1.0], "max": [0.4002110958099365, 1.0159170627593994, 0.751241147518158, 0.27618953585624695, 0.1953556388616562, 0.13411779701709747, 1.0], "mean": [0.003308697836473584, 0.03828201815485954, -0.04263411462306976, 0.0029547144658863544, 0.0017741820774972439, 0.0004299611900933087, -0.02964959479868412], "std": [0.15249697864055634, 0.22138895094394684, 0.2019975334405899, 0.05369763821363449, 0.038629256188869476, 0.03785040229558945, 0.999561071395874], "count": [371]}, "timestamp": {"min": [0.0], "max": [37.0], "mean": [18.5], "std": [10.709808588392232], "count": [371]}, "frame_index": {"min": [0], "max": [370], "mean": [185.0], "std": [107.09808588392231], "count": [371]}, "episode_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [371]}, "index": {"min": [70364], "max": [70734], "mean": [70549.0], "std": [107.09808588392231], "count": [371]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [371]}}} +{"episode_index": 198, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46975406123142616]], [[0.44181688495710786]], [[0.4065913792030484]]], "std": [[[0.25077843962093477]], [[0.23018633687070897]], [[0.21480397562094486]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.8901960784313725]]], "mean": [[[0.6023215864592907]], [[0.556673636043773]], [[0.5093206428079043]]], "std": [[[0.24664712052858948]], [[0.21578381781937903]], [[0.18098348310809198]]], "count": [100]}, "state": {"min": [-0.21155986189842224, -0.20892806351184845, 0.9112188816070557, 3.0265069007873535, -0.13035589456558228, -0.051000773906707764, 0.020969126373529434, -0.04004685953259468], "max": [0.02290213853120804, 0.22399424016475677, 1.2060052156448364, 3.4180662631988525, 0.2924081087112427, 0.07554086297750473, 0.03994889184832573, -0.013604656793177128], "mean": [-0.09833105653524399, -0.07420828193426132, 1.091095209121704, 3.13580584526062, 0.08526386320590973, 0.015834523364901543, 0.031141182407736778, -0.030954191461205482], "std": [0.08932013809680939, 0.15354281663894653, 0.09238294512033463, 0.09301988780498505, 0.11201469600200653, 0.029669882729649544, 0.009035740047693253, 0.009285575710237026], "count": [347]}, "actions": {"min": [-0.8030279874801636, -1.5250567197799683, -0.7634134292602539, -0.1873559057712555, -0.16966994106769562, -0.14298748970031738, -1.0], "max": [0.5725417733192444, 1.0026212930679321, 0.9748082756996155, 0.26338323950767517, 0.12335936725139618, 0.1321321725845337, 1.0], "mean": [-0.00025770245702005923, 0.04678693041205406, -0.04705648496747017, 0.006450681947171688, 0.0033313145395368338, -0.0025956626050174236, -0.07204610854387283], "std": [0.18806055188179016, 0.26496219635009766, 0.23811304569244385, 0.05273793637752533, 0.04917608201503754, 0.039226360619068146, 0.9974008202552795], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [347]}, "index": {"min": [70735], "max": [71081], "mean": [70908.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [347]}}} +{"episode_index": 199, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696774980133655]], [[0.44184255442899817]], [[0.40672562423406866]]], "std": [[[0.25045961419504553]], [[0.23002806984730154]], [[0.2147908422166352]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9137254901960784]]], "mean": [[[0.5941360724954045]], [[0.550695520737592]], [[0.5070211253446691]]], "std": [[[0.24507467178228273]], [[0.2132471834036388]], [[0.17593939754838828]]], "count": [100]}, "state": {"min": [-0.22871658205986023, -0.21836231648921967, 0.9148164987564087, 2.9976916313171387, -0.027631208300590515, -0.08007370680570602, 0.02037264220416546, -0.040007419884204865], "max": [0.012200606986880302, 0.2149992734193802, 1.218970775604248, 3.366466760635376, 0.24211716651916504, 0.06694300472736359, 0.0399080291390419, -0.021732011809945107], "mean": [-0.10949534177780151, -0.08480196446180344, 1.0872968435287476, 3.0970115661621094, 0.06611630320549011, -0.013181136921048164, 0.031095381826162338, -0.03191417455673218], "std": [0.09317518770694733, 0.15306830406188965, 0.08834833651781082, 0.09556172788143158, 0.08264068514108658, 0.034626103937625885, 0.009477553889155388, 0.008693335577845573], "count": [362]}, "actions": {"min": [-0.7418107390403748, -0.5315542221069336, -0.8633016347885132, -0.1593158096075058, -0.20265096426010132, -0.1883203536272049, -1.0], "max": [0.5121930241584778, 1.2404199838638306, 0.8437169194221497, 0.6268517374992371, 0.15974730253219604, 0.15441063046455383, 1.0], "mean": [-0.004097211640328169, 0.05137117952108383, -0.04172768443822861, 0.00646113371476531, 0.0038728059735149145, -0.0006541239563375711, -0.12154696136713028], "std": [0.16832825541496277, 0.23322907090187073, 0.22292518615722656, 0.0585009902715683, 0.045216888189315796, 0.041150737553834915, 0.9925869703292847], "count": [362]}, "timestamp": {"min": [0.0], "max": [36.1], "mean": [18.049999999999997], "std": [10.450000000000001], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [362]}, "index": {"min": [71082], "max": [71443], "mean": [71262.5], "std": [104.5], "count": [362]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [362]}}} +{"episode_index": 200, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46964082785213696]], [[0.44182675470090377]], [[0.406663750741996]]], "std": [[[0.2505468421436494]], [[0.2302463996414211]], [[0.21517815739676807]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00784313725490196]], [[0.011764705882352941]]], "max": [[[0.9686274509803922]], [[0.9568627450980393]], [[0.9098039215686274]]], "mean": [[[0.5951830755495557]], [[0.5519452448826211]], [[0.5086096993240655]]], "std": [[[0.24380328508065607]], [[0.2117959896607699]], [[0.17447957459432406]]], "count": [100]}, "state": {"min": [-0.2067231386899948, -0.2053382396697998, 0.915522575378418, 3.009208917617798, -0.05115185305476189, -0.024184811860322952, 0.020843366160988808, -0.04001031070947647], "max": [-0.02332797273993492, 0.22934365272521973, 1.2213215827941895, 3.3546242713928223, 0.20629331469535828, 0.14467473328113556, 0.03991369903087616, -0.021508075296878815], "mean": [-0.10906808078289032, -0.07684186100959778, 1.092583417892456, 3.09782075881958, 0.052100636065006256, 0.06831049919128418, 0.03161242604255676, -0.0319976806640625], "std": [0.07166863977909088, 0.15663480758666992, 0.09437159448862076, 0.08898909389972687, 0.07011253386735916, 0.04412881284952164, 0.009226128458976746, 0.008910281583666801], "count": [366]}, "actions": {"min": [-0.4576290249824524, -0.6393187642097473, -0.7016690969467163, -0.17358894646167755, -0.2066403329372406, -0.1484515368938446, -1.0], "max": [0.599058210849762, 1.126172661781311, 1.270510196685791, 0.22727127373218536, 0.12870867550373077, 0.20331144332885742, 1.0], "mean": [0.0028309666085988283, 0.04472329840064049, -0.04114184156060219, 0.00337128690443933, 0.004028431139886379, -0.0005707912496291101, -0.1530054658651352], "std": [0.14308421313762665, 0.2522440254688263, 0.22910764813423157, 0.050870101898908615, 0.042241618037223816, 0.04137035831809044, 0.9882242679595947], "count": [366]}, "timestamp": {"min": [0.0], "max": [36.5], "mean": [18.25], "std": [10.565470489602754], "count": [366]}, "frame_index": {"min": [0], "max": [365], "mean": [182.5], "std": [105.65470489602754], "count": [366]}, "episode_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [366]}, "index": {"min": [71444], "max": [71809], "mean": [71626.5], "std": [105.65470489602754], "count": [366]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [366]}}} +{"episode_index": 201, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44594935676868297]], [[0.4221479408093765]], [[0.3922243316480795]]], "std": [[[0.24159515979382426]], [[0.22253368835293438]], [[0.2087876195548164]]], "count": [187]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.515975992787343]], [[0.4817333258634545]], [[0.4458121905427341]]], "std": [[[0.2626965036162224]], [[0.2343167735797768]], [[0.20488312715865611]]], "count": [187]}, "state": {"min": [-0.2372998744249344, -0.2883417308330536, 0.9177101850509644, 2.805114507675171, -0.1525682657957077, -0.20494447648525238, 0.001830489025451243, -0.04001229628920555], "max": [0.11819159984588623, 0.2108311653137207, 1.2217150926589966, 3.334442377090454, 0.1555568426847458, 0.6658437848091125, 0.04000801965594292, -0.002081170678138733], "mean": [-0.06590937077999115, 0.0016696702223271132, 1.059550404548645, 3.064504861831665, -0.006090016104280949, 0.10944754630327225, 0.02525634877383709, -0.02582705393433571], "std": [0.10231099277734756, 0.1826106756925583, 0.09259255975484848, 0.14190465211868286, 0.08643608540296555, 0.17348293960094452, 0.01660911925137043, 0.016178058460354805], "count": [1070]}, "actions": {"min": [-0.9270220994949341, -1.4817843437194824, -0.7703365087509155, -0.25663110613822937, -0.2085060477256775, -0.3339816629886627, -1.0], "max": [0.9968747496604919, 1.0987651348114014, 1.0413795709609985, 0.41624224185943604, 0.2363724559545517, 0.33663758635520935, 1.0], "mean": [0.018020499497652054, 0.008369156159460545, -0.004626128822565079, -0.00014277453010436147, -0.00033302450901828706, -0.002881902502849698, -0.12523365020751953], "std": [0.1988082230091095, 0.271479070186615, 0.20168174803256989, 0.06178731843829155, 0.052502576261758804, 0.06283450871706009, 0.9921266436576843], "count": [1070]}, "timestamp": {"min": [0.0], "max": [106.9], "mean": [53.45], "std": [30.88822591214976], "count": [1070]}, "frame_index": {"min": [0], "max": [1069], "mean": [534.5], "std": [308.8822591214976], "count": [1070]}, "episode_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [1070]}, "index": {"min": [71810], "max": [72879], "mean": [72344.5], "std": [308.8822591214976], "count": [1070]}, "task_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [1070]}}} +{"episode_index": 202, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44585863151687494]], [[0.4221324679441858]], [[0.3922300578408485]]], "std": [[[0.24220288110652824]], [[0.2234876055697169]], [[0.20996848723130762]]], "count": [169]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9764705882352941]]], "mean": [[[0.5195895846391557]], [[0.48469462692910464]], [[0.44751558021680843]]], "std": [[[0.2553949951255186]], [[0.22807851314731215]], [[0.19994614954904763]]], "count": [169]}, "state": {"min": [-0.2553108036518097, -0.2981141209602356, 0.9151020646095276, 2.5464060306549072, -0.29163220524787903, -0.3379155099391937, 0.001394544611684978, -0.040030933916568756], "max": [0.1251397281885147, 0.21426112949848175, 1.2371376752853394, 3.5898356437683105, 0.2458701729774475, 0.4203486740589142, 0.040010854601860046, -0.002109346678480506], "mean": [-0.07755694538354874, -0.028514830395579338, 1.0764615535736084, 3.005033254623413, -0.01310555450618267, 0.040042947977781296, 0.023649457842111588, -0.023792976513504982], "std": [0.1139768660068512, 0.17247778177261353, 0.09461749345064163, 0.25587382912635803, 0.13600175082683563, 0.15355907380580902, 0.01720634289085865, 0.016917124390602112], "count": [938]}, "actions": {"min": [-1.8771209716796875, -3.5936098098754883, -0.9168172478675842, -0.36764511466026306, -0.29452353715896606, -0.39417585730552673, -1.0], "max": [1.5541850328445435, 1.3128451108932495, 1.731215476989746, 0.6001649498939514, 0.3227033019065857, 0.50001060962677, 1.0], "mean": [0.042103979736566544, -0.027104785665869713, 0.018111487850546837, -0.0026074599009007215, 0.00031482623307965696, -0.0032684351317584515, -0.04904051125049591], "std": [0.25709620118141174, 0.35765165090560913, 0.24906319379806519, 0.08529283106327057, 0.06276146322488785, 0.08362437039613724, 0.9987919330596924], "count": [938]}, "timestamp": {"min": [0.0], "max": [93.7], "mean": [46.85], "std": [27.077712237188727], "count": [938]}, "frame_index": {"min": [0], "max": [937], "mean": [468.5], "std": [270.77712237188723], "count": [938]}, "episode_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [938]}, "index": {"min": [72880], "max": [73817], "mean": [73348.5], "std": [270.77712237188723], "count": [938]}, "task_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [938]}}} +{"episode_index": 203, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4452317820938301]], [[0.4215880045491319]], [[0.3919700221369398]]], "std": [[[0.2420137581617188]], [[0.22326333461186762]], [[0.2097406117371704]]], "count": [176]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5224841894737965]], [[0.486865217035467]], [[0.4501294280543472]]], "std": [[[0.262908611585472]], [[0.23439828049140732]], [[0.20548892006445543]]], "count": [176]}, "state": {"min": [-0.24439865350723267, -0.2996664345264435, 0.9214970469474792, 2.7711575031280518, -0.17130844295024872, -0.2714651823043823, 0.0018283481476828456, -0.040014464408159256], "max": [0.15578895807266235, 0.1985613852739334, 1.237078309059143, 3.367892265319824, 0.1684800088405609, 0.8249161839485168, 0.04000870883464813, -0.0023699074517935514], "mean": [-0.05902397260069847, -0.00896002259105444, 1.06442129611969, 3.1034862995147705, 0.040581922978162766, 0.09206373989582062, 0.023146841675043106, -0.023535339161753654], "std": [0.11665784567594528, 0.17696714401245117, 0.09056945145130157, 0.17457608878612518, 0.09437386691570282, 0.22866548597812653, 0.016811806708574295, 0.01646602526307106], "count": [990]}, "actions": {"min": [-1.490994930267334, -1.1853891611099243, -0.7176938652992249, -0.4180712401866913, -0.25379908084869385, -0.3985762894153595, -1.0], "max": [0.9974827170372009, 0.7866047024726868, 0.8798694610595703, 0.36063191294670105, 0.2029389590024948, 0.2931712567806244, 1.0], "mean": [0.034936342388391495, -0.02807692624628544, 0.01638578064739704, -0.0025061655323952436, -0.0008087462047114968, -0.001567512983456254, 0.002020202111452818], "std": [0.22671367228031158, 0.25151076912879944, 0.19675207138061523, 0.06594298034906387, 0.047392453998327255, 0.07394952327013016, 0.9999987483024597], "count": [990]}, "timestamp": {"min": [0.0], "max": [98.9], "mean": [49.45], "std": [28.578823745330507], "count": [990]}, "frame_index": {"min": [0], "max": [989], "mean": [494.5], "std": [285.78823745330504], "count": [990]}, "episode_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [990]}, "index": {"min": [73818], "max": [74807], "mean": [74312.5], "std": [285.78823745330504], "count": [990]}, "task_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [990]}}} +{"episode_index": 204, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.444883360969912]], [[0.4211012487717076]], [[0.3909993263365035]]], "std": [[[0.24360546265838745]], [[0.22458946992023435]], [[0.21098141033426485]]], "count": [164]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.528839885578493]], [[0.493318477650683]], [[0.4561283894214603]]], "std": [[[0.2624351893301159]], [[0.23453782956698854]], [[0.20496220761977382]]], "count": [164]}, "state": {"min": [-0.22341610491275787, -0.31393110752105713, 0.9168890118598938, 2.8858590126037598, -0.3421776592731476, -0.3174668550491333, 0.0018349267775192857, -0.04001380503177643], "max": [0.11544734239578247, 0.20534607768058777, 1.197408676147461, 3.3100244998931885, 0.055337175726890564, 0.5320707559585571, 0.04059880971908569, -0.0017675096169114113], "mean": [-0.08007363229990005, 0.012564998120069504, 1.0474185943603516, 3.0881309509277344, -0.09276150166988373, 0.12017576396465302, 0.022480854764580727, -0.02356710657477379], "std": [0.10594693571329117, 0.15994679927825928, 0.08828803151845932, 0.11512161046266556, 0.09983569383621216, 0.1635403335094452, 0.017238711938261986, 0.016706600785255432], "count": [902]}, "actions": {"min": [-1.0066882371902466, -1.548242211341858, -0.7087298631668091, -0.3021243214607239, -0.2077265828847885, -0.24459853768348694, -1.0], "max": [1.1994225978851318, 0.8164475560188293, 1.0149961709976196, 0.19233056902885437, 0.295105904340744, 0.3442721366882324, 1.0], "mean": [0.034983087331056595, -0.02966810017824173, 0.010889062657952309, -0.0013731024228036404, 0.00025703804567456245, -0.0030449319165199995, 0.015521064400672913], "std": [0.21435017883777618, 0.2470836490392685, 0.19930718839168549, 0.05682754889130592, 0.04772869497537613, 0.06263620406389236, 0.9998798966407776], "count": [902]}, "timestamp": {"min": [0.0], "max": [90.1], "mean": [45.05], "std": [26.038481138499613], "count": [902]}, "frame_index": {"min": [0], "max": [901], "mean": [450.5], "std": [260.3848113849961], "count": [902]}, "episode_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [902]}, "index": {"min": [74808], "max": [75709], "mean": [75258.5], "std": [260.3848113849961], "count": [902]}, "task_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [902]}}} +{"episode_index": 205, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44699892904244215]], [[0.42301133772906135]], [[0.3928624874937768]]], "std": [[[0.24416877571031537]], [[0.22547769864269013]], [[0.21228397447984076]]], "count": [160]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.524827106700224]], [[0.4887640795988195]], [[0.4530116799298455]]], "std": [[[0.25291609450275626]], [[0.22537318068788859]], [[0.19640059631491227]]], "count": [160]}, "state": {"min": [-0.2369372695684433, -0.24908745288848877, 0.9120097756385803, 2.5616953372955322, -0.3120303452014923, -0.30407974123954773, 0.0018990326207131147, -0.04001053050160408], "max": [0.10754835605621338, 0.20176313817501068, 1.2205487489700317, 3.2868921756744385, 0.07527295500040054, 0.7709125280380249, 0.04000583663582802, -0.001607778249308467], "mean": [-0.07637884467840195, 0.022159188985824585, 1.0612401962280273, 3.062534809112549, -0.13774070143699646, 0.06386949121952057, 0.02261926978826523, -0.022734852507710457], "std": [0.10400063544511795, 0.14286021888256073, 0.0882769376039505, 0.16478322446346283, 0.10441005229949951, 0.20934581756591797, 0.01716943085193634, 0.01690848171710968], "count": [875]}, "actions": {"min": [-1.2218995094299316, -1.483757734298706, -0.6889471411705017, -0.2289539873600006, -0.16998958587646484, -0.3297000229358673, -1.0], "max": [0.9229030013084412, 0.9331948757171631, 1.249390959739685, 0.23430296778678894, 0.15919919312000275, 0.27721208333969116, 1.0], "mean": [0.029434558004140854, -0.025841059163212776, 0.006867794785648584, -0.004116125404834747, 8.80173611221835e-05, -0.0029598823748528957, 0.021714285016059875], "std": [0.21886706352233887, 0.23273594677448273, 0.22060269117355347, 0.05448458343744278, 0.043040815740823746, 0.07081705331802368, 0.9997618198394775], "count": [875]}, "timestamp": {"min": [0.0], "max": [87.4], "mean": [43.7], "std": [25.259057781318763], "count": [875]}, "frame_index": {"min": [0], "max": [874], "mean": [437.0], "std": [252.59057781318765], "count": [875]}, "episode_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [875]}, "index": {"min": [75710], "max": [76584], "mean": [76147.0], "std": [252.59057781318765], "count": [875]}, "task_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [875]}}} +{"episode_index": 206, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5296228707209696]], [[0.501273003149689]], [[0.46677869007130224]]], "std": [[[0.2901992952024857]], [[0.2700196248761195]], [[0.2557095002245125]]], "count": [141]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5598229985561379]], [[0.5230290597112764]], [[0.48431550409080687]]], "std": [[[0.25743018681692714]], [[0.2290871403317884]], [[0.19938532047447596]]], "count": [141]}, "state": {"min": [-0.24178050458431244, -0.17632366716861725, 0.9237203001976013, 3.048421859741211, -0.19955439865589142, -0.24958743155002594, 0.001626947894692421, -0.04000695049762726], "max": [0.15058356523513794, 0.22636744379997253, 1.1664354801177979, 3.279705762863159, 0.2588135302066803, 0.667337954044342, 0.04000335559248924, -0.002235724590718746], "mean": [-0.06688456982374191, 0.11202465742826462, 1.028216004371643, 3.1613848209381104, 0.049410510808229446, 0.21052142977714539, 0.025189507752656937, -0.02529878169298172], "std": [0.09989496320486069, 0.11884638667106628, 0.0752849131822586, 0.061600420624017715, 0.1319075971841812, 0.22900846600532532, 0.016038157045841217, 0.01588951051235199], "count": [740]}, "actions": {"min": [-0.6435540914535522, -0.7828809022903442, -0.600283145904541, -0.10109259188175201, -0.1369720846414566, -0.20652465522289276, -1.0], "max": [0.7010798454284668, 0.9326753616333008, 0.679415225982666, 0.14680519700050354, 0.09935536980628967, 0.20201165974140167, 1.0], "mean": [0.04423675686120987, 0.017185505479574203, 0.007794440258294344, 0.000528372940607369, -0.002186768688261509, -0.001092510181479156, -0.07297297567129135], "std": [0.14940285682678223, 0.182455375790596, 0.1607440561056137, 0.027581514790654182, 0.025985321030020714, 0.049695465713739395, 0.9973307251930237], "count": [740]}, "timestamp": {"min": [0.0], "max": [73.9], "mean": [36.949999999999996], "std": [21.361940454930586], "count": [740]}, "frame_index": {"min": [0], "max": [739], "mean": [369.5], "std": [213.61940454930587], "count": [740]}, "episode_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [740]}, "index": {"min": [76585], "max": [77324], "mean": [76954.5], "std": [213.61940454930587], "count": [740]}, "task_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [740]}}} +{"episode_index": 207, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5309467228864487]], [[0.5023213258914994]], [[0.4676479419857302]]], "std": [[[0.2906694499458011]], [[0.2706161525443941]], [[0.25655266702650664]]], "count": [137]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5648411184212365]], [[0.5284965265082139]], [[0.4909419809780664]]], "std": [[[0.249938487200348]], [[0.2223932086839834]], [[0.193824153297436]]], "count": [137]}, "state": {"min": [-0.22040408849716187, -0.15924881398677826, 0.9349666833877563, 2.905176877975464, -0.2925722897052765, -0.25451862812042236, 0.002328873611986637, -0.04001549631357193], "max": [0.14668802917003632, 0.22648100554943085, 1.1697688102722168, 3.217500925064087, 0.21827161312103271, 0.778977632522583, 0.039999935775995255, -0.0026625716127455235], "mean": [-0.057567860931158066, 0.11845732480287552, 1.0414040088653564, 3.081000328063965, 0.015676094219088554, 0.24884434044361115, 0.023433193564414978, -0.023860299959778786], "std": [0.09702327847480774, 0.11682045459747314, 0.07931102812290192, 0.08588936924934387, 0.16486960649490356, 0.247996523976326, 0.016397520899772644, 0.01614665798842907], "count": [709]}, "actions": {"min": [-0.576473593711853, -0.9027941823005676, -0.6327331066131592, -0.11284139007329941, -0.1537630558013916, -0.20376384258270264, -1.0], "max": [0.7142048478126526, 1.068419098854065, 0.8466861844062805, 0.1795455515384674, 0.08586163818836212, 0.2737869322299957, 1.0], "mean": [0.04219510406255722, 0.018297681584954262, 0.008151584304869175, 0.0003324979334138334, -0.0018278096104040742, -0.001168157090432942, 0.0014104372821748257], "std": [0.1527555137872696, 0.20556657016277313, 0.15597206354141235, 0.035881221294403076, 0.031073734164237976, 0.05981750413775444, 1.0000025033950806], "count": [709]}, "timestamp": {"min": [0.0], "max": [70.8], "mean": [35.4], "std": [20.467046684854168], "count": [709]}, "frame_index": {"min": [0], "max": [708], "mean": [354.0], "std": [204.67046684854168], "count": [709]}, "episode_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [709]}, "index": {"min": [77325], "max": [78033], "mean": [77679.0], "std": [204.67046684854168], "count": [709]}, "task_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [709]}}} +{"episode_index": 208, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5337387867778212]], [[0.5053790756172306]], [[0.4709327544059415]]], "std": [[[0.29176663471649783]], [[0.27218879524179646]], [[0.2586235884020661]]], "count": [146]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5753955489616384]], [[0.5391776241412126]], [[0.5013693162711628]]], "std": [[[0.24191577839326828]], [[0.21487075097654498]], [[0.18697301718741488]]], "count": [146]}, "state": {"min": [-0.24255281686782837, -0.20165032148361206, 0.9214490652084351, 2.9087445735931396, -0.3414768874645233, -0.23613320291042328, 0.001955915242433548, -0.04000462591648102], "max": [0.15777695178985596, 0.24776381254196167, 1.1542611122131348, 3.3779993057250977, 0.09029889851808548, 0.8388184309005737, 0.04037078097462654, -0.0028268054593354464], "mean": [-0.055186137557029724, 0.11635985225439072, 1.0297372341156006, 3.1826584339141846, -0.08343788236379623, 0.2932382822036743, 0.024198494851589203, -0.023688411340117455], "std": [0.10299412161111832, 0.13020487129688263, 0.07404045015573502, 0.1435709297657013, 0.15194682776927948, 0.28567254543304443, 0.01600136235356331, 0.01592317596077919], "count": [775]}, "actions": {"min": [-0.5832116603851318, -0.7211094498634338, -0.6466609239578247, -0.10551926493644714, -0.17400404810905457, -0.21675416827201843, -1.0], "max": [0.9531833529472351, 0.8380594849586487, 0.6783027052879333, 0.14878125488758087, 0.12938663363456726, 0.23596084117889404, 1.0], "mean": [0.025042537599802017, 0.011819116771221161, 0.011098581366240978, 0.00048554997192695737, -0.002340862527489662, -0.001629559090360999, 0.029677418991923332], "std": [0.13945646584033966, 0.1769399344921112, 0.1531054824590683, 0.030509479343891144, 0.031302228569984436, 0.05512474849820137, 0.9995610117912292], "count": [775]}, "timestamp": {"min": [0.0], "max": [77.4], "mean": [38.7], "std": [22.372304306888015], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [775]}, "index": {"min": [78034], "max": [78808], "mean": [78421.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [775]}}} +{"episode_index": 209, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4466836691463695]], [[0.420021905038871]], [[0.39009510115081186]]], "std": [[[0.24536785315291726]], [[0.227433692048745]], [[0.21397103129291067]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9607843137254902]]], "mean": [[[0.5063572920256969]], [[0.4631456675809973]], [[0.42697328814338237]]], "std": [[[0.28006064697212724]], [[0.2456834223226804]], [[0.2118963841142807]]], "count": [100]}, "state": {"min": [-0.18567512929439545, 0.0356200747191906, 0.9467421174049377, 3.1028149127960205, 0.016334490850567818, -0.2212660312652588, 0.010862225666642189, -0.039942655712366104], "max": [0.0098267812281847, 0.20740580558776855, 1.176210641860962, 3.3692498207092285, 0.22703470289707184, 1.0708954334259033, 0.04000793397426605, -0.012292074039578438], "mean": [-0.03363921493291855, 0.17134055495262146, 1.0369298458099365, 3.2449681758880615, 0.1217765212059021, 0.5768259167671204, 0.03030294179916382, -0.030446037650108337], "std": [0.03818048909306526, 0.03208666667342186, 0.08853116631507874, 0.05469813942909241, 0.06385667622089386, 0.38449597358703613, 0.012299411930143833, 0.011931476183235645], "count": [325]}, "actions": {"min": [-0.26255571842193604, -0.34991368651390076, -0.4097147285938263, -0.10264935344457626, -0.12536652386188507, -0.27906763553619385, -1.0], "max": [0.658775806427002, 0.6569981575012207, 0.4348812401294708, 0.12435601651668549, 0.10634402930736542, 0.22568410634994507, 1.0], "mean": [0.04551985114812851, 0.021610114723443985, -0.005981686059385538, 0.001641160692088306, -0.0010494105517864227, -0.01271921768784523, -0.21230769157409668], "std": [0.10810106992721558, 0.13437782227993011, 0.13176563382148743, 0.031285468488931656, 0.03137890249490738, 0.08147705346345901, 0.9772043228149414], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [209], "max": [209], "mean": [209.0], "std": [0.0], "count": [325]}, "index": {"min": [78809], "max": [79133], "mean": [78971.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [325]}}} +{"episode_index": 210, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4452922135895374]], [[0.4194231483609069]], [[0.38995694508272055]]], "std": [[[0.24510779339053712]], [[0.22754357194018715]], [[0.21457128910088516]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9372549019607843]]], "mean": [[[0.4888373873841529]], [[0.445315585865694]], [[0.4098827460793888]]], "std": [[[0.29128230644808434]], [[0.2562617161098947]], [[0.2222868332859531]]], "count": [100]}, "state": {"min": [-0.16281834244728088, 0.03794756531715393, 0.9308471083641052, 3.0718016624450684, 0.04521535336971283, -0.18410027027130127, 0.012372498400509357, -0.04000263661146164], "max": [-0.0032071068417280912, 0.19760335981845856, 1.1809654235839844, 3.3204846382141113, 0.3088071942329407, 0.5879030823707581, 0.04052097722887993, -0.010239990428090096], "mean": [-0.04234081506729126, 0.15441566705703735, 1.0427006483078003, 3.180650234222412, 0.19559845328330994, 0.25543412566185, 0.03190087527036667, -0.03142228350043297], "std": [0.03773203492164612, 0.04021347686648369, 0.09977442026138306, 0.07532400637865067, 0.099403016269207, 0.21955356001853943, 0.011556693352758884, 0.012160233221948147], "count": [241]}, "actions": {"min": [-0.3539452850818634, -0.1296890825033188, -0.6192472577095032, -0.08536343276500702, -0.08147843927145004, -0.21457020938396454, -1.0], "max": [0.48196494579315186, 0.43514806032180786, 0.34435102343559265, 0.15428487956523895, 0.1191784143447876, 0.17219655215740204, 1.0], "mean": [0.04925559088587761, 0.05419176071882248, -0.04223717749118805, 0.006847408600151539, 0.005084238015115261, -0.011298463679850101, -0.31120333075523376], "std": [0.11291179060935974, 0.11655960232019424, 0.15462715923786163, 0.032979439944028854, 0.03255671262741089, 0.06898961216211319, 0.9503434300422668], "count": [241]}, "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": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [241]}, "index": {"min": [79134], "max": [79374], "mean": [79254.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [241]}}} +{"episode_index": 211, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44618783689012714]], [[0.4198342668121936]], [[0.3900172771379059]]], "std": [[[0.24481090006643486]], [[0.22697380492032512]], [[0.21385322654970565]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9529411764705882]]], "mean": [[[0.47947165754729626]], [[0.4391694156422335]], [[0.40660220157398896]]], "std": [[[0.2771465013401126]], [[0.2444388266424719]], [[0.21073002902998145]]], "count": [100]}, "state": {"min": [-0.14965012669563293, 0.03458263352513313, 0.9275611042976379, 3.013169288635254, 0.014500864781439304, -0.24458612501621246, 0.010466090403497219, -0.04000663384795189], "max": [0.005430763587355614, 0.2051263302564621, 1.1847494840621948, 3.251180648803711, 0.1792057752609253, 0.9754659533500671, 0.039990320801734924, -0.012189924716949463], "mean": [-0.02843279391527176, 0.17257580161094666, 1.0166505575180054, 3.1206061840057373, 0.08669891208410263, 0.507441520690918, 0.029449887573719025, -0.029510337859392166], "std": [0.0313308984041214, 0.03549269214272499, 0.09497935324907303, 0.0557217001914978, 0.049681104719638824, 0.37972262501716614, 0.012407795526087284, 0.012209109961986542], "count": [292]}, "actions": {"min": [-0.18037937581539154, -0.2676186263561249, -0.5212569236755371, -0.08283952623605728, -0.1484956443309784, -0.37237435579299927, -1.0], "max": [0.42479199171066284, 0.5496896505355835, 0.4466668963432312, 0.1298481971025467, 0.13552577793598175, 0.3665336072444916, 1.0], "mean": [0.04284181818366051, 0.03625016286969185, -0.030313409864902496, 0.004714152775704861, 0.0023255690466612577, -0.015017032623291016, -0.13013698160648346], "std": [0.1008748933672905, 0.12241476029157639, 0.14124076068401337, 0.03094213269650936, 0.034416817128658295, 0.08675028383731842, 0.9914957284927368], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [292]}, "index": {"min": [79375], "max": [79666], "mean": [79520.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [292]}}} +{"episode_index": 212, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4457119493671492]], [[0.41925560566023284]], [[0.38958338180242796]]], "std": [[[0.24485302106152843]], [[0.22712227378816174]], [[0.21393029840022854]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9372549019607843]]], "mean": [[[0.5001955602309283]], [[0.4580771053538603]], [[0.4221125984939874]]], "std": [[[0.2816062682588189]], [[0.24720975398482772]], [[0.2132846677381703]]], "count": [100]}, "state": {"min": [-0.21408085525035858, -0.003123018890619278, 0.9361406564712524, 3.0731868743896484, 0.05931590870022774, -0.16517256200313568, 0.013483365997672081, -0.039966583251953125], "max": [0.0002634823031257838, 0.19654184579849243, 1.1579848527908325, 3.3537611961364746, 0.19767296314239502, 0.7894511818885803, 0.04000663384795189, -0.011205174028873444], "mean": [-0.04868220537900925, 0.15654611587524414, 1.0385228395462036, 3.2344582080841064, 0.13055852055549622, 0.3164770305156708, 0.03179704025387764, -0.0311917494982481], "std": [0.052631255239248276, 0.04813123866915703, 0.09270936995744705, 0.07524505257606506, 0.047123607248067856, 0.26780563592910767, 0.010911804623901844, 0.011831684038043022], "count": [311]}, "actions": {"min": [-0.25154832005500793, -0.38572755455970764, -0.5341709852218628, -0.09011921286582947, -0.07458971440792084, -0.2916184067726135, -1.0], "max": [0.39924687147140503, 0.5114400386810303, 0.23031193017959595, 0.08750706911087036, 0.2851412296295166, 0.21943919360637665, 1.0], "mean": [0.04686342552304268, 0.05222952738404274, -0.032640960067510605, 0.005306723993271589, 0.0024744593538343906, -0.008393918164074421, -0.2797427773475647], "std": [0.10425517708063126, 0.11263363063335419, 0.13003933429718018, 0.022636760026216507, 0.03129858896136284, 0.06919447332620621, 0.9600752592086792], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [311]}, "index": {"min": [79667], "max": [79977], "mean": [79822.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [311]}}} +{"episode_index": 213, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44625365911745557]], [[0.41972809735466454]], [[0.39010960657456345]]], "std": [[[0.24534454483976983]], [[0.22789719958548985]], [[0.21496176325601388]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9529411764705882]]], "mean": [[[0.509810853247549]], [[0.46573172954484526]], [[0.4318689557243796]]], "std": [[[0.26574598791339205]], [[0.2327406043093515]], [[0.19970087488816032]]], "count": [100]}, "state": {"min": [-0.20193825662136078, 0.019797390326857567, 0.9373047351837158, 3.0999209880828857, -0.0479525551199913, -0.24296385049819946, 0.012009955011308193, -0.03999723121523857], "max": [0.007382859010249376, 0.20974679291248322, 1.2017121315002441, 3.4053306579589844, 0.07938961684703827, 1.1154402494430542, 0.040008410811424255, -0.012765026651322842], "mean": [-0.026239778846502304, 0.17043821513652802, 1.0317182540893555, 3.250638723373413, -0.003186730667948723, 0.575030505657196, 0.030393360182642937, -0.029710492119193077], "std": [0.04205920919775963, 0.040070101618766785, 0.0976782813668251, 0.09043670445680618, 0.03638850525021553, 0.4179530441761017, 0.011203251779079437, 0.011779723688960075], "count": [353]}, "actions": {"min": [-0.1897246390581131, -0.17778584361076355, -0.5641276240348816, -0.10592852532863617, -0.25562334060668945, -0.2613016366958618, -1.0], "max": [0.7223088145256042, 0.77781081199646, 0.4752807021141052, 0.10593341290950775, 0.18357525765895844, 0.3666107654571533, 1.0], "mean": [0.05689467117190361, 0.03516799211502075, -0.012509430758655071, 0.00484906742349267, 0.001491660252213478, -0.013051354326307774, -0.12747874855995178], "std": [0.10870661586523056, 0.10800620913505554, 0.15027809143066406, 0.026593785732984543, 0.03550811484456062, 0.08627577871084213, 0.991841197013855], "count": [353]}, "timestamp": {"min": [0.0], "max": [35.2], "mean": [17.599999999999998], "std": [10.190191362285598], "count": [353]}, "frame_index": {"min": [0], "max": [352], "mean": [176.0], "std": [101.90191362285597], "count": [353]}, "episode_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [353]}, "index": {"min": [79978], "max": [80330], "mean": [80154.0], "std": [101.90191362285597], "count": [353]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [353]}}} +{"episode_index": 214, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5321413019687231]], [[0.4984971623675274]], [[0.4629677540620919]]], "std": [[[0.28781362745711764]], [[0.26631966667510243]], [[0.2500138175964008]]], "count": [137]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.606413774611835]], [[0.5708471070820978]], [[0.5298704919068449]]], "std": [[[0.24449458037494554]], [[0.22256940525414232]], [[0.19917428691893543]]], "count": [137]}, "state": {"min": [-0.2194303423166275, -0.2728508412837982, 0.9336327314376831, 2.7075464725494385, -0.16312991082668304, -0.09649618715047836, 0.0019726732280105352, -0.040011756122112274], "max": [0.135441854596138, 0.16828423738479614, 1.2791873216629028, 3.104917287826538, 0.09788516908884048, 0.11864886432886124, 0.03987188637256622, -0.002245167503133416], "mean": [-0.08113164454698563, -0.0676361694931984, 1.1369085311889648, 2.948230504989624, -0.024788212031126022, 0.024042712524533272, 0.018917905166745186, -0.019301194697618484], "std": [0.13062231242656708, 0.11854387074708939, 0.09441067278385162, 0.09320440888404846, 0.06072847917675972, 0.056768644601106644, 0.018097274005413055, 0.017971325665712357], "count": [710]}, "actions": {"min": [-0.8877013325691223, -1.8460183143615723, -0.7664541602134705, -0.45497623085975647, -0.18647503852844238, -0.23451383411884308, -1.0], "max": [1.5955955982208252, 0.9008885622024536, 1.6371842622756958, 0.32967549562454224, 0.2782895565032959, 0.23815856873989105, 1.0], "mean": [0.042024165391922, -0.02532052807509899, 0.007073286920785904, -0.001761358929798007, 0.000705669226590544, 0.0002660304307937622, 0.11549295485019684], "std": [0.21047016978263855, 0.229256734251976, 0.2338639795780182, 0.06090695783495903, 0.049550168216228485, 0.05389191955327988, 0.9933069944381714], "count": [710]}, "timestamp": {"min": [0.0], "max": [70.9], "mean": [35.45], "std": [20.4959142269868], "count": [710]}, "frame_index": {"min": [0], "max": [709], "mean": [354.5], "std": [204.959142269868], "count": [710]}, "episode_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [710]}, "index": {"min": [80331], "max": [81040], "mean": [80685.5], "std": [204.959142269868], "count": [710]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [710]}}} +{"episode_index": 215, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.529768513956128]], [[0.4960669413702644]], [[0.4604366604261418]]], "std": [[[0.2885715262233786]], [[0.2667241385331873]], [[0.24985969200723038]]], "count": [116]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.603789926752035]], [[0.5675011000978213]], [[0.5242845325070188]]], "std": [[[0.26263511499986353]], [[0.24062982142121486]], [[0.2172596828356178]]], "count": [116]}, "state": {"min": [-0.21150155365467072, -0.2557154595851898, 0.9270565509796143, 2.6366541385650635, -0.08025404810905457, -0.08830785751342773, 0.0015113882254809141, -0.040006887167692184], "max": [0.12237368524074554, 0.15206709504127502, 1.3015111684799194, 3.143005847930908, 0.3889520764350891, 0.09066443890333176, 0.039927221834659576, -0.0019574956968426704], "mean": [-0.07464084029197693, -0.06279309839010239, 1.1334173679351807, 2.9715020656585693, 0.12392061203718185, 0.006577420048415661, 0.019068853929638863, -0.019387412816286087], "std": [0.11865999549627304, 0.12345532327890396, 0.09851497411727905, 0.1311284452676773, 0.11624609678983688, 0.03805418685078621, 0.018421459943056107, 0.0183484498411417], "count": [567]}, "actions": {"min": [-1.0322232246398926, -1.4402923583984375, -0.7993702292442322, -0.26499634981155396, -0.2661028206348419, -0.17689895629882812, -1.0], "max": [1.5222686529159546, 0.9481580853462219, 1.2318159341812134, 0.2144094854593277, 0.18673403561115265, 0.18400856852531433, 1.0], "mean": [0.042918384075164795, -0.019691426306962967, 0.004123758524656296, -0.0030358091462403536, 0.0003419931745156646, -0.0004913866287097335, 0.08641975373029709], "std": [0.2529325485229492, 0.219753235578537, 0.2691952586174011, 0.047700583934783936, 0.054878249764442444, 0.04450157284736633, 0.9962576031684875], "count": [567]}, "timestamp": {"min": [0.0], "max": [56.6], "mean": [28.3], "std": [16.36785467514502], "count": [567]}, "frame_index": {"min": [0], "max": [566], "mean": [283.0], "std": [163.6785467514502], "count": [567]}, "episode_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [567]}, "index": {"min": [81041], "max": [81607], "mean": [81324.0], "std": [163.6785467514502], "count": [567]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [567]}}} +{"episode_index": 216, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.531873116935405]], [[0.4977255554514157]], [[0.4615006399738144]]], "std": [[[0.28792558252424916]], [[0.2659113895141388]], [[0.24910639883745744]]], "count": [133]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6175151106778032]], [[0.5801761056370534]], [[0.5368436151701634]]], "std": [[[0.24150752310883786]], [[0.2194296596094503]], [[0.19584817847000865]]], "count": [133]}, "state": {"min": [-0.27202099561691284, -0.26056376099586487, 0.9173707365989685, 2.802121877670288, -0.1942419558763504, -0.12845270335674286, 0.001568457460962236, -0.040011461824178696], "max": [0.13425463438034058, 0.17079122364521027, 1.2665537595748901, 3.1327438354492188, 0.1374853551387787, 0.0891849547624588, 0.03995668515563011, -0.001988469623029232], "mean": [-0.10302019864320755, -0.0641547217965126, 1.1435871124267578, 3.0228869915008545, -0.03756512328982353, -0.024736519902944565, 0.018557842820882797, -0.018847566097974777], "std": [0.14610889554023743, 0.11764878779649734, 0.09817232191562653, 0.06817568093538284, 0.07955175638198853, 0.046161066740751266, 0.017920255661010742, 0.017890194430947304], "count": [679]}, "actions": {"min": [-0.9488469958305359, -1.3007007837295532, -0.7617291808128357, -0.21356144547462463, -0.18312321603298187, -0.193160280585289, -1.0], "max": [1.5632084608078003, 1.0053273439407349, 0.8653998374938965, 0.25686806440353394, 0.19740186631679535, 0.2326468825340271, 1.0], "mean": [0.04621374234557152, -0.018942488357424736, 0.013180182315409184, -0.0016335808904841542, 0.0003485598717816174, -2.75362594948092e-06, 0.1428571492433548], "std": [0.2538657486438751, 0.2421787679195404, 0.25056689977645874, 0.058028362691402435, 0.0497458279132843, 0.056486885994672775, 0.9897416830062866], "count": [679]}, "timestamp": {"min": [0.0], "max": [67.8], "mean": [33.9], "std": [19.601020381602584], "count": [679]}, "frame_index": {"min": [0], "max": [678], "mean": [339.0], "std": [196.01020381602586], "count": [679]}, "episode_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [679]}, "index": {"min": [81608], "max": [82286], "mean": [81947.0], "std": [196.01020381602586], "count": [679]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [679]}}} +{"episode_index": 217, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5320622358372602]], [[0.49851729544085427]], [[0.46270604209294397]]], "std": [[[0.28960863777411794]], [[0.2681607738852963]], [[0.2518760144737606]]], "count": [126]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6018343842664019]], [[0.5676187918336824]], [[0.5262318378143358]]], "std": [[[0.24728861016069084]], [[0.22540315284298348]], [[0.2026169077885406]]], "count": [126]}, "state": {"min": [-0.2523156702518463, -0.23740698397159576, 0.9183014631271362, 2.3758010864257812, -0.23186877369880676, -0.06984316557645798, 0.0018400405533611774, -0.04002540186047554], "max": [0.13897202908992767, 0.17373229563236237, 1.358702301979065, 3.088071584701538, 0.3647933304309845, 0.1959068924188614, 0.03986690565943718, -0.0012317122891545296], "mean": [-0.09836401045322418, -0.04770106077194214, 1.152020812034607, 2.872238874435425, 0.03477705642580986, 0.06765109300613403, 0.021014569327235222, -0.02044150047004223], "std": [0.1377527415752411, 0.11562427878379822, 0.11234711110591888, 0.173985093832016, 0.11862082779407501, 0.05953313037753105, 0.017285095527768135, 0.017814351245760918], "count": [634]}, "actions": {"min": [-1.3907835483551025, -1.418914556503296, -1.0221540927886963, -0.44112569093704224, -0.3585982620716095, -0.2016191929578781, -1.0], "max": [1.1887263059616089, 0.8369779586791992, 1.317257285118103, 0.7647214531898499, 0.2917095124721527, 0.2613930106163025, 1.0], "mean": [0.04347385838627815, -0.02877693809568882, 0.010005763731896877, -0.00483284518122673, -0.0018016325775533915, -0.00025429949164390564, 0.06940063089132309], "std": [0.28658217191696167, 0.2243099808692932, 0.29796355962753296, 0.07279942184686661, 0.06743446737527847, 0.05782486870884895, 0.9975898861885071], "count": [634]}, "timestamp": {"min": [0.0], "max": [63.3], "mean": [31.65], "std": [18.30198076711917], "count": [634]}, "frame_index": {"min": [0], "max": [633], "mean": [316.5], "std": [183.0198076711917], "count": [634]}, "episode_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [634]}, "index": {"min": [82287], "max": [82920], "mean": [82603.5], "std": [183.0198076711917], "count": [634]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [634]}}} +{"episode_index": 218, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5282114673385772]], [[0.49964964406738976]], [[0.46523461565438845]]], "std": [[[0.2909056381501839]], [[0.2707741466916542]], [[0.25665248609982644]]], "count": [138]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5534626550178495]], [[0.5154677616259224]], [[0.4774665639562409]]], "std": [[[0.2616232990534543]], [[0.23244278183552]], [[0.20253311874261992]]], "count": [138]}, "state": {"min": [-0.21223455667495728, 0.007122586481273174, 0.9144473671913147, 3.0490267276763916, -0.21265089511871338, -0.3752806782722473, 0.0018976358696818352, -0.03997053578495979], "max": [0.14700467884540558, 0.22846907377243042, 1.1597645282745361, 3.467912197113037, 0.1794195920228958, 0.9823185801506042, 0.04000673443078995, -0.002007860690355301], "mean": [-0.05537628009915352, 0.1526588648557663, 1.0158157348632812, 3.233905792236328, 0.04846855252981186, 0.23894183337688446, 0.023902492597699165, -0.023240888491272926], "std": [0.08922279626131058, 0.062447816133499146, 0.07780256122350693, 0.09974979609251022, 0.12059648334980011, 0.3339730501174927, 0.01533080916851759, 0.015479249879717827], "count": [715]}, "actions": {"min": [-0.5313588380813599, -0.7427117824554443, -0.5997490882873535, -0.17632097005844116, -0.1339329481124878, -0.2648026645183563, -1.0], "max": [0.7452384233474731, 0.8900347948074341, 0.7373143434524536, 0.1433480829000473, 0.16858649253845215, 0.2977360486984253, 1.0], "mean": [0.04051462560892105, 0.030240878462791443, -0.0010754698887467384, 0.0008159845019690692, -0.00209604250267148, -0.00027317265630699694, 0.08531468361616135], "std": [0.1551399976015091, 0.15364526212215424, 0.1680675894021988, 0.03413621708750725, 0.033781543374061584, 0.07010329514741898, 0.9963562488555908], "count": [715]}, "timestamp": {"min": [0.0], "max": [71.4], "mean": [35.7], "std": [20.6402519364469], "count": [715]}, "frame_index": {"min": [0], "max": [714], "mean": [357.0], "std": [206.402519364469], "count": [715]}, "episode_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [715]}, "index": {"min": [82921], "max": [83635], "mean": [83278.0], "std": [206.402519364469], "count": [715]}, "task_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [715]}}} +{"episode_index": 219, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5271508975226376]], [[0.498506119434536]], [[0.46386524512691363]]], "std": [[[0.2897799579669179]], [[0.26924677663995894]], [[0.25458187640142055]]], "count": [126]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5567663578018013]], [[0.5186293962029256]], [[0.4801275757291849]]], "std": [[[0.26440417525917215]], [[0.23487210611105025]], [[0.20529731146816893]]], "count": [126]}, "state": {"min": [-0.25398606061935425, 0.03230123221874237, 0.9179410934448242, 3.0850794315338135, -0.1772906482219696, -0.4855256676673889, 0.0019153523026034236, -0.039996590465307236], "max": [0.13053712248802185, 0.25443553924560547, 1.158257007598877, 3.3548645973205566, 0.19470776617527008, 0.7460281252861023, 0.040008146315813065, -0.001960190711542964], "mean": [-0.069820336997509, 0.15646134316921234, 1.0209892988204956, 3.2105133533477783, 0.0850222036242485, 0.14380380511283875, 0.02491307444870472, -0.02430439367890358], "std": [0.10254284739494324, 0.058990176767110825, 0.07282678782939911, 0.07039178162813187, 0.1062782034277916, 0.30309391021728516, 0.015726638957858086, 0.01592378504574299], "count": [636]}, "actions": {"min": [-0.5275008678436279, -0.5733872056007385, -0.5434086322784424, -0.11812811344861984, -0.11141663044691086, -0.2760809063911438, -1.0], "max": [0.853295624256134, 0.5735605359077454, 0.8128175139427185, 0.13667398691177368, 0.15281713008880615, 0.28982946276664734, 1.0], "mean": [0.049893688410520554, 0.029105089604854584, 0.0016016223235055804, 0.0003805027808994055, -0.001036179717630148, -0.0001342910254606977, -0.009433962404727936], "std": [0.18077446520328522, 0.1449977159500122, 0.16689616441726685, 0.03002488613128662, 0.035134851932525635, 0.06611067801713943, 0.9999580383300781], "count": [636]}, "timestamp": {"min": [0.0], "max": [63.5], "mean": [31.75], "std": [18.35971586563002], "count": [636]}, "frame_index": {"min": [0], "max": [635], "mean": [317.5], "std": [183.5971586563002], "count": [636]}, "episode_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [636]}, "index": {"min": [83636], "max": [84271], "mean": [83953.5], "std": [183.5971586563002], "count": [636]}, "task_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [636]}}} +{"episode_index": 220, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5278957920827176]], [[0.49927825851989577]], [[0.46473609619443607]]], "std": [[[0.2911558049095683]], [[0.27093298188618126]], [[0.2567709465843977]]], "count": [158]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.577793590387537]], [[0.5377406605303687]], [[0.49712081912966927]]], "std": [[[0.2468831749539743]], [[0.2174697183919197]], [[0.18753342940690315]]], "count": [158]}, "state": {"min": [-0.2460402250289917, -0.03997378796339035, 0.9100135564804077, 2.9899771213531494, -0.2821522057056427, -0.4024745523929596, 0.001941533642821014, -0.0402616448700428], "max": [0.1681087613105774, 0.21112845838069916, 1.1504701375961304, 3.347074508666992, 0.16480958461761475, 1.0306806564331055, 0.04041440039873123, -0.00200915290042758], "mean": [-0.05741787701845169, 0.12930706143379211, 1.0082550048828125, 3.166738986968994, -0.012467272579669952, 0.32728710770606995, 0.027170665562152863, -0.02624870277941227], "std": [0.10762526094913483, 0.07663116604089737, 0.07967793196439743, 0.09095551818609238, 0.11426198482513428, 0.3705376982688904, 0.015114212408661842, 0.015458304435014725], "count": [859]}, "actions": {"min": [-2.2040388584136963, -2.539660692214966, -2.0740153789520264, -0.43268054723739624, -0.3738473355770111, -0.4744799733161926, -1.0], "max": [0.7887446880340576, 0.741032063961029, 0.8500436544418335, 0.2945820689201355, 0.25082212686538696, 0.6866609454154968, 1.0], "mean": [-0.009543920867145061, 0.00025646373978815973, -0.01501662377268076, 0.001923362840898335, -0.0014194647083058953, -0.002873601159080863, -0.13853317499160767], "std": [0.2674626111984253, 0.2299685925245285, 0.22015616297721863, 0.0492074079811573, 0.04724796116352081, 0.09215722233057022, 0.9903596043586731], "count": [859]}, "timestamp": {"min": [0.0], "max": [85.8], "mean": [42.9], "std": [24.79717725871233], "count": [859]}, "frame_index": {"min": [0], "max": [858], "mean": [429.0], "std": [247.9717725871233], "count": [859]}, "episode_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [859]}, "index": {"min": [84272], "max": [85130], "mean": [84701.0], "std": [247.9717725871233], "count": [859]}, "task_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [859]}}} +{"episode_index": 221, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4460769464125408]], [[0.4179645881520836]], [[0.38727212177703396]]], "std": [[[0.2430814347917605]], [[0.22459451022277288]], [[0.21039439832466533]]], "count": [136]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5546219725647326]], [[0.5172580696994733]], [[0.47654572413179425]]], "std": [[[0.2579257610194931]], [[0.23195982931723474]], [[0.20514335955124402]]], "count": [136]}, "state": {"min": [-0.24144722521305084, -0.24484789371490479, 0.9185577630996704, 2.613420009613037, -0.075173020362854, -0.1441698521375656, -9.034644790517632e-06, -0.04000856354832649], "max": [0.1332424283027649, 0.16674867272377014, 1.259333848953247, 3.2125043869018555, 0.23882578313350677, 0.04431553930044174, 0.04000333324074745, -0.0022850281093269587], "mean": [-0.10467208176851273, -0.018884213641285896, 1.1282366514205933, 3.074817419052124, 0.03198656812310219, -0.04602787271142006, 0.018714632838964462, -0.02134634740650654], "std": [0.1385996788740158, 0.1072002574801445, 0.09670957177877426, 0.13436245918273926, 0.06759864091873169, 0.0407075397670269, 0.01858537271618843, 0.01692194864153862], "count": [706]}, "actions": {"min": [-0.9326432347297668, -1.3953596353530884, -0.7914156317710876, -0.21309439837932587, -0.1628827005624771, -0.22112195193767548, -1.0], "max": [0.8904803395271301, 0.9287101030349731, 1.365677833557129, 0.3165149986743927, 0.12945470213890076, 0.24128063023090363, 1.0], "mean": [0.039530199021101, -0.02337729185819626, 0.00889429822564125, -0.004606409929692745, 0.0006300071836449206, -0.00034554675221443176, 0.10481586307287216], "std": [0.22935236990451813, 0.21427251398563385, 0.23902401328086853, 0.05045326054096222, 0.04483571648597717, 0.048799965530633926, 0.9944887757301331], "count": [706]}, "timestamp": {"min": [0.0], "max": [70.5], "mean": [35.25], "std": [20.380444057968905], "count": [706]}, "frame_index": {"min": [0], "max": [705], "mean": [352.5], "std": [203.80444057968904], "count": [706]}, "episode_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [706]}, "index": {"min": [85131], "max": [85836], "mean": [85483.5], "std": [203.80444057968904], "count": [706]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [706]}}} +{"episode_index": 222, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44609560761453365]], [[0.4177065885719008]], [[0.3868242896952332]]], "std": [[[0.2430099899554695]], [[0.22427445778632427]], [[0.20978053594757368]]], "count": [114]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5528915567991862]], [[0.5170776046999631]], [[0.4764428158744652]]], "std": [[[0.25433451235568577]], [[0.229178886760003]], [[0.2033773851601268]]], "count": [114]}, "state": {"min": [-0.23143243789672852, -0.2272830754518509, 0.9152212142944336, 2.4838578701019287, -0.07192939519882202, -0.1321338564157486, -2.6652865926735103e-05, -0.040008120238780975], "max": [0.1275160163640976, 0.12775152921676636, 1.2849935293197632, 3.2890913486480713, 0.21239596605300903, 0.047316983342170715, 0.04000328481197357, -0.0024808745365589857], "mean": [-0.07698268443346024, -0.051552049815654755, 1.1237467527389526, 2.966193914413452, 0.05677251145243645, -0.030104609206318855, 0.018098196014761925, -0.02367815002799034], "std": [0.12941798567771912, 0.09166374057531357, 0.10193349421024323, 0.15352870523929596, 0.07021746039390564, 0.042279407382011414, 0.018538815900683403, 0.015536785125732422], "count": [558]}, "actions": {"min": [-1.2683109045028687, -1.5462486743927002, -1.0442651510238647, -0.4096863865852356, -0.36521416902542114, -0.3783954381942749, -1.0], "max": [1.0247340202331543, 0.9279001951217651, 1.086706280708313, 0.40794920921325684, 0.19257768988609314, 0.2843838632106781, 1.0], "mean": [0.04729253426194191, -0.026519419625401497, 0.006184128578752279, -0.004808499477803707, 0.0016111228615045547, -0.0002193578111473471, 0.12544803321361542], "std": [0.254606693983078, 0.2467889040708542, 0.28545600175857544, 0.07533546537160873, 0.057485125958919525, 0.06672698259353638, 0.9920997619628906], "count": [558]}, "timestamp": {"min": [0.0], "max": [55.7], "mean": [27.85], "std": [16.108046643422245], "count": [558]}, "frame_index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "episode_index": {"min": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [558]}, "index": {"min": [85837], "max": [86394], "mean": [86115.5], "std": [161.08046643422244], "count": [558]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [558]}}} +{"episode_index": 223, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4467513338281055]], [[0.4185787592666337]], [[0.38782305326046596]]], "std": [[[0.24256377376148222]], [[0.2237020824567408]], [[0.20915423085702353]]], "count": [118]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5486245801576392]], [[0.5131026800782548]], [[0.47340721264753916]]], "std": [[[0.2561865912444405]], [[0.2308378833787719]], [[0.2044755001092014]]], "count": [118]}, "state": {"min": [-0.2287263423204422, -0.24933671951293945, 0.9213758707046509, 2.6119799613952637, -0.1531766802072525, -0.16778415441513062, 0.0017996886745095253, -0.04000970721244812], "max": [0.12699486315250397, 0.16507180035114288, 1.2335420846939087, 3.2002456188201904, 0.16992563009262085, 0.038074757903814316, 0.04000331833958626, -0.0021609461400657892], "mean": [-0.09899643063545227, -0.04346158355474472, 1.1205172538757324, 2.989473819732666, 0.028642356395721436, -0.0634586438536644, 0.01853669434785843, -0.018803879618644714], "std": [0.12788641452789307, 0.10899210721254349, 0.09304814040660858, 0.1316673457622528, 0.06638198345899582, 0.051070407032966614, 0.017946217209100723, 0.017872434109449387], "count": [581]}, "actions": {"min": [-1.5279310941696167, -1.029832363128662, -0.864654004573822, -0.32190489768981934, -0.2456575185060501, -0.241175577044487, -1.0], "max": [0.9816975593566895, 0.8846960663795471, 0.9163798093795776, 0.32509326934814453, 0.22836922109127045, 0.23943474888801575, 1.0], "mean": [0.04473927989602089, -0.026405854150652885, -0.0038957069627940655, -0.003944159019738436, 0.001306293997913599, 0.0002515665255486965, 0.13941480219364166], "std": [0.2570544481277466, 0.22388553619384766, 0.24590276181697845, 0.0681687742471695, 0.054743845015764236, 0.05622774362564087, 0.9902341365814209], "count": [581]}, "timestamp": {"min": [0.0], "max": [58.0], "mean": [29.0], "std": [16.772000476985443], "count": [581]}, "frame_index": {"min": [0], "max": [580], "mean": [290.0], "std": [167.72000476985446], "count": [581]}, "episode_index": {"min": [223], "max": [223], "mean": [223.0], "std": [0.0], "count": [581]}, "index": {"min": [86395], "max": [86975], "mean": [86685.0], "std": [167.72000476985446], "count": [581]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [581]}}} +{"episode_index": 224, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4493947421803194]], [[0.4206849658090488]], [[0.3893254668379875]]], "std": [[[0.2431619975930816]], [[0.22431507190576896]], [[0.2098132765248961]]], "count": [136]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5554519794116521]], [[0.5184957128082592]], [[0.47843225208533263]]], "std": [[[0.25340009423529547]], [[0.22755264073758075]], [[0.20043871658111156]]], "count": [136]}, "state": {"min": [-0.2640027105808258, -0.2545892298221588, 0.9169147610664368, 2.881159782409668, -0.24829725921154022, -0.06143614649772644, 0.0016365634510293603, -0.04000549763441086], "max": [0.10648924857378006, 0.13300520181655884, 1.3134864568710327, 3.251380443572998, 0.16832579672336578, 0.08377507328987122, 0.04000645875930786, -0.0016696285456418991], "mean": [-0.10201537609100342, -0.04917976260185242, 1.1608861684799194, 3.1080613136291504, -0.06864539533853531, 0.00981098785996437, 0.01928342878818512, -0.019353514537215233], "std": [0.143087700009346, 0.11159925162792206, 0.11188565194606781, 0.09257422387599945, 0.09096186608076096, 0.03189539536833763, 0.018426349386572838, 0.018438855186104774], "count": [701]}, "actions": {"min": [-2.688622236251831, -1.187970757484436, -0.6385270953178406, -0.20891901850700378, -0.26638439297676086, -0.31647375226020813, -1.0], "max": [0.95982426404953, 1.6717835664749146, 1.261916160583496, 0.20143826305866241, 0.24890318512916565, 0.23776617646217346, 1.0], "mean": [0.028640002012252808, -0.024698007851839066, 0.0018610811093822122, -0.002267979783937335, 0.0009047123603522778, -0.00035844746162183583, 0.08416547626256943], "std": [0.25246354937553406, 0.20648519694805145, 0.28217047452926636, 0.04905080795288086, 0.05099128559231758, 0.050262849777936935, 0.9964514970779419], "count": [701]}, "timestamp": {"min": [0.0], "max": [70.0], "mean": [35.0], "std": [20.23610634484806], "count": [701]}, "frame_index": {"min": [0], "max": [700], "mean": [350.0], "std": [202.36106344848062], "count": [701]}, "episode_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [701]}, "index": {"min": [86976], "max": [87676], "mean": [87326.0], "std": [202.36106344848062], "count": [701]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [701]}}} +{"episode_index": 225, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.40400876034007355]], [[0.3750054782044654]], [[0.34208495435527725]]], "std": [[[0.26599680591481273]], [[0.24417644476494502]], [[0.2256519834837611]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5784590322457108]], [[0.5343816474465762]], [[0.49202549175187654]]], "std": [[[0.23393551199078083]], [[0.21247713191111223]], [[0.18974980098044603]]], "count": [100]}, "state": {"min": [-0.34144777059555054, -0.2940833270549774, 0.9960033297538757, 2.9561498165130615, -0.21741189062595367, 0.013194451108574867, 0.0025176373310387135, -0.04001650586724281], "max": [-0.07672173529863358, -0.03781367093324661, 1.18458092212677, 3.059108257293701, 0.059395432472229004, 0.12966474890708923, 0.03985420614480972, -0.0018816300434991717], "mean": [-0.1814194768667221, -0.23345699906349182, 1.0939213037490845, 3.0085909366607666, -0.08330722153186798, 0.0693984404206276, 0.022069809958338737, -0.02228560671210289], "std": [0.09066902101039886, 0.05711580812931061, 0.06170385703444481, 0.02587752602994442, 0.08587333559989929, 0.03464889153838158, 0.017837243154644966, 0.017806632444262505], "count": [218]}, "actions": {"min": [-1.0694388151168823, -1.0338120460510254, -0.8971832990646362, -0.20790943503379822, -0.1852826476097107, -0.23648354411125183, -1.0], "max": [0.3895513117313385, 0.5408051609992981, 0.8023954033851624, 0.23392035067081451, 0.1339266002178192, 0.16673102974891663, 1.0], "mean": [-0.038988180458545685, -0.05765269696712494, -0.07338560372591019, -0.001982069807127118, -0.009626914747059345, 0.0033315967302769423, -0.03669724613428116], "std": [0.24292662739753723, 0.23697061836719513, 0.20449499785900116, 0.06623182445764542, 0.04993952810764313, 0.06384392082691193, 0.999325692653656], "count": [218]}, "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": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [218]}, "index": {"min": [87677], "max": [87894], "mean": [87785.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [218]}}} +{"episode_index": 226, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3997356992235371]], [[0.3711392337574678]], [[0.3386983116000306]]], "std": [[[0.2643256136922928]], [[0.24287276144529274]], [[0.22456591914100865]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.553582296334061]], [[0.5126157950607001]], [[0.47385545678232227]]], "std": [[[0.24861611707389683]], [[0.22613988733400495]], [[0.20285646618504158]]], "count": [100]}, "state": {"min": [-0.32886168360710144, -0.28366053104400635, 0.9872397780418396, 3.0517520904541016, -0.24348297715187073, -0.08543119579553604, 0.0029978377278894186, -0.0400066077709198], "max": [-0.10179119557142258, -0.025160524994134903, 1.1817009449005127, 3.221527576446533, 0.06877771019935608, -0.001088220626115799, 0.03993254527449608, -0.0029906942509114742], "mean": [-0.19696390628814697, -0.22738297283649445, 1.0722060203552246, 3.1235413551330566, -0.10926258563995361, -0.043725527822971344, 0.020054755732417107, -0.02012540027499199], "std": [0.08830354362726212, 0.0537794828414917, 0.06499652564525604, 0.045721668750047684, 0.08983658999204636, 0.023459048941731453, 0.01750175654888153, 0.017488528043031693], "count": [210]}, "actions": {"min": [-1.0833073854446411, -1.1039918661117554, -0.8589276075363159, -0.23481371998786926, -0.238576278090477, -0.15995380282402039, -1.0], "max": [0.44407621026039124, 0.49859240651130676, 0.5529313087463379, 0.19337213039398193, 0.16078872978687286, 0.1546705812215805, 1.0], "mean": [-0.05462655425071716, -0.07080188393592834, -0.07620640099048615, -0.006694702431559563, -0.011499709449708462, -0.001114353653974831, 0.08571428805589676], "std": [0.21215836703777313, 0.2538805305957794, 0.2023925930261612, 0.052175357937812805, 0.053094323724508286, 0.04545442387461662, 0.9963198304176331], "count": [210]}, "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": [226], "max": [226], "mean": [226.0], "std": [0.0], "count": [210]}, "index": {"min": [87895], "max": [88104], "mean": [87999.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [210]}}} +{"episode_index": 227, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3981215449314492]], [[0.36954271862553617]], [[0.33706764490464153]]], "std": [[[0.2642820586518507]], [[0.24276712091010222]], [[0.22439863062415805]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5764140218098958]], [[0.5325969076717602]], [[0.49063879693723195]]], "std": [[[0.23705334610271508]], [[0.21586256497017062]], [[0.19348230052456555]]], "count": [100]}, "state": {"min": [-0.34302371740341187, -0.29893913865089417, 0.9873000383377075, 3.016810417175293, -0.2559780776500702, -0.13504980504512787, 0.0025789765641093254, -0.040007978677749634], "max": [-0.08756457269191742, -0.04861230403184891, 1.1962997913360596, 3.189575672149658, 0.017141742631793022, -0.005285369697958231, 0.03989328071475029, -0.0013447229284793139], "mean": [-0.1931731253862381, -0.23245446383953094, 1.0849837064743042, 3.08066725730896, -0.12459353357553482, -0.06234743446111679, 0.02085365355014801, -0.020850244909524918], "std": [0.08689568936824799, 0.04749592766165733, 0.06722532212734222, 0.03450043499469757, 0.07467576861381531, 0.03609069436788559, 0.017800888046622276, 0.017874455079436302], "count": [210]}, "actions": {"min": [-0.9939317107200623, -1.1218922138214111, -0.8831167221069336, -0.3171510398387909, -0.23079968988895416, -0.1855437308549881, -1.0], "max": [0.4057164788246155, 0.48226186633110046, 0.7947620153427124, 0.18942463397979736, 0.1495569497346878, 0.19860419631004333, 1.0], "mean": [-0.05175139382481575, -0.06745011359453201, -0.07863898575305939, -0.0074640000239014626, -0.009688192047178745, -0.00017673923866823316, 0.02857142873108387], "std": [0.2226431518793106, 0.2607090473175049, 0.21848072111606598, 0.06462026387453079, 0.05860570818185806, 0.05808907374739647, 0.9995927214622498], "count": [210]}, "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": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [210]}, "index": {"min": [88105], "max": [88314], "mean": [88209.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [210]}}} +{"episode_index": 228, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4012305375641467]], [[0.37241600126378677]], [[0.33972020826152727]]], "std": [[[0.2652667687770804]], [[0.24368612941674495]], [[0.22540159610341418]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5633333626541437]], [[0.5213514182894837]], [[0.481296121634689]]], "std": [[[0.24548617339212161]], [[0.2231121068249531]], [[0.19976146634474898]]], "count": [100]}, "state": {"min": [-0.36075353622436523, -0.2919457256793976, 0.9836202263832092, 3.0547165870666504, -0.3027191460132599, -0.14678098261356354, 0.0029264497570693493, -0.04000559076666832], "max": [-0.0544021800160408, -0.004163036122918129, 1.1806447505950928, 3.2316858768463135, 0.04587831720709801, 0.082449771463871, 0.03995803743600845, -0.0028565595857799053], "mean": [-0.1870650053024292, -0.21099020540714264, 1.0853620767593384, 3.116428852081299, -0.1236545667052269, -0.02999323606491089, 0.020992396399378777, -0.020913617685437202], "std": [0.09989504516124725, 0.0563276968896389, 0.06069648265838623, 0.04279504343867302, 0.11488768458366394, 0.06871787458658218, 0.017767284065485, 0.017892027273774147], "count": [247]}, "actions": {"min": [-0.9950071573257446, -1.3412070274353027, -1.2046746015548706, -0.19843782484531403, -0.25335657596588135, -0.21789461374282837, -1.0], "max": [0.5134021043777466, 0.6152338981628418, 0.660781979560852, 0.15769772231578827, 0.18576514720916748, 0.27991968393325806, 1.0], "mean": [-0.048924531787633896, -0.06667109578847885, -0.07890450209379196, -0.006755504757165909, -0.012096171267330647, 0.0009629338746890426, 0.028340080752968788], "std": [0.22465887665748596, 0.270359605550766, 0.22545604407787323, 0.056457385420799255, 0.05508797615766525, 0.0631670206785202, 0.9995977878570557], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [228], "max": [228], "mean": [228.0], "std": [0.0], "count": [247]}, "index": {"min": [88315], "max": [88561], "mean": [88438.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [247]}}} +{"episode_index": 229, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39746745330212163]], [[0.3702760679955576]], [[0.3390803617589614]]], "std": [[[0.2666452933287888]], [[0.24571275343023152]], [[0.22784684652541604]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5974969494389553]], [[0.5517223618451287]], [[0.5063537304448146]]], "std": [[[0.24436219055620267]], [[0.22118273151279857]], [[0.1968011146791175]]], "count": [100]}, "state": {"min": [-0.21792538464069366, -0.2941194176673889, 0.9890685081481934, 3.008453369140625, -0.14720802009105682, -0.06466449052095413, 0.0028692211490124464, -0.04001053422689438], "max": [0.13203361630439758, -0.01701641082763672, 1.1647114753723145, 3.156590223312378, 0.1292099803686142, 0.09285855293273926, 0.03987831994891167, -0.0018678847700357437], "mean": [-0.037842150777578354, -0.23102602362632751, 1.0857967138290405, 3.0692732334136963, -0.03942480310797691, 0.02044014260172844, 0.021775556728243828, -0.021928226575255394], "std": [0.11494079232215881, 0.06547731906175613, 0.0578588992357254, 0.03726457804441452, 0.08904372900724411, 0.04554630070924759, 0.017829470336437225, 0.017821652814745903], "count": [252]}, "actions": {"min": [-0.5298067331314087, -0.795640766620636, -0.832572340965271, -0.27699729800224304, -0.27361100912094116, -0.24398712813854218, -1.0], "max": [0.5919738411903381, 0.4284980297088623, 0.6790681481361389, 0.1340271681547165, 0.20293255150318146, 0.24079658091068268, 1.0], "mean": [0.08918271213769913, -0.05594765022397041, -0.04143800958991051, 0.0009321618126705289, -0.007069988176226616, -0.00034714865614660084, -0.02380952425301075], "std": [0.14859585464000702, 0.2226242870092392, 0.22322344779968262, 0.05361313745379448, 0.04956314340233803, 0.06379488110542297, 0.9997168183326721], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [252]}, "index": {"min": [88562], "max": [88813], "mean": [88687.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [252]}}} +{"episode_index": 230, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39944069417317707]], [[0.3718448647891774]], [[0.34001638494753367]]], "std": [[[0.2681185489536759]], [[0.24683616132718347]], [[0.22884008735509714]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5769979038612515]], [[0.5325472376206342]], [[0.48925565293255974]]], "std": [[[0.2579469404854372]], [[0.23428142924954545]], [[0.2093823659906891]]], "count": [100]}, "state": {"min": [-0.22473621368408203, -0.2632567882537842, 0.9859335422515869, 2.7995502948760986, -0.07708082348108292, -0.14680641889572144, 0.004722035489976406, -0.040006961673498154], "max": [0.11609245091676712, 0.006218206137418747, 1.2026145458221436, 3.1427462100982666, 0.06098225340247154, 0.030194396153092384, 0.039921995252370834, -0.004148551262915134], "mean": [-0.058245088905096054, -0.20733654499053955, 1.0918991565704346, 3.0381667613983154, -0.019221393391489983, -0.0561479851603508, 0.021727250888943672, -0.02194875106215477], "std": [0.10305491834878922, 0.06162768602371216, 0.0724119320511818, 0.0780530720949173, 0.034959860146045685, 0.045299775898456573, 0.016931599006056786, 0.016913069412112236], "count": [234]}, "actions": {"min": [-0.14636483788490295, -1.0856122970581055, -0.623833954334259, -0.24569983780384064, -0.110380619764328, -0.14225974678993225, -1.0], "max": [0.5938615202903748, 0.5509330630302429, 0.8064348101615906, 0.15222696959972382, 0.08150878548622131, 0.1701505184173584, 1.0], "mean": [0.10883662104606628, -0.07301811128854752, -0.06680107861757278, -0.007061019539833069, 0.0008351745782420039, -0.005306848790496588, 0.025641025975346565], "std": [0.11512117832899094, 0.22738920152187347, 0.22798384726047516, 0.053713008761405945, 0.03111005760729313, 0.04731627181172371, 0.9996707439422607], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [230], "max": [230], "mean": [230.0], "std": [0.0], "count": [234]}, "index": {"min": [88814], "max": [89047], "mean": [88930.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [234]}}} +{"episode_index": 231, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40106692804074756]], [[0.3736000904756434]], [[0.3421599761364507]]], "std": [[[0.26700576726964936]], [[0.24604093391102067]], [[0.22826153403214544]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5947382160261565]], [[0.5499271964278876]], [[0.5055925286984911]]], "std": [[[0.2462773134259796]], [[0.22299600540534115]], [[0.19909296084329692]]], "count": [100]}, "state": {"min": [-0.19691196084022522, -0.2816579043865204, 0.9859300255775452, 3.0023670196533203, -0.1986960917711258, -0.021446168422698975, 0.0052560302428901196, -0.04000907391309738], "max": [0.1030113697052002, -0.022774413228034973, 1.1918374300003052, 3.1407954692840576, 0.07272929698228836, 0.07324451953172684, 0.03988500311970711, -0.0054601458832621574], "mean": [-0.044949859380722046, -0.23436187207698822, 1.0962978601455688, 3.0767571926116943, -0.09233309328556061, 0.020371947437524796, 0.02231506258249283, -0.022452423349022865], "std": [0.09773404151201248, 0.051920194178819656, 0.06649850308895111, 0.03625788167119026, 0.08213546872138977, 0.020393477752804756, 0.016750510782003403, 0.016742868348956108], "count": [234]}, "actions": {"min": [-0.1595081090927124, -1.1098521947860718, -0.8463737964630127, -0.16354575753211975, -0.23725518584251404, -0.18067456781864166, -1.0], "max": [0.5591674447059631, 0.5069783329963684, 0.7200762033462524, 0.15382200479507446, 0.1690763682126999, 0.1716945916414261, 1.0], "mean": [0.09322462975978851, -0.07089023292064667, -0.07004155963659286, -0.0032981366384774446, -0.007648443337529898, -0.0006277678185142577, 0.008547008968889713], "std": [0.12138614058494568, 0.22729158401489258, 0.22321903705596924, 0.04669719561934471, 0.05246385186910629, 0.04951071739196777, 0.9999648332595825], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [234]}, "index": {"min": [89048], "max": [89281], "mean": [89164.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [234]}}} +{"episode_index": 232, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39882652791341144]], [[0.3715690116134344]], [[0.3402941732967601]]], "std": [[[0.2664329602028021]], [[0.24566106955959788]], [[0.2281206545522459]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6001261369293812]], [[0.554483533073874]], [[0.5095200620165058]]], "std": [[[0.2432111868063735]], [[0.22034338529475184]], [[0.19658174115064442]]], "count": [100]}, "state": {"min": [-0.2040736824274063, -0.29575204849243164, 0.9893370270729065, 3.0187995433807373, -0.2033310979604721, -0.11096023768186569, 0.0029640798456966877, -0.040008582174777985], "max": [0.12179423868656158, -0.02704642154276371, 1.1828172206878662, 3.1420810222625732, 0.09630347788333893, 0.025319011881947517, 0.03994658216834068, -0.001423550769686699], "mean": [-0.044646549969911575, -0.2250591367483139, 1.0883256196975708, 3.0797626972198486, -0.10140234231948853, -0.049560148268938065, 0.02178981900215149, -0.021792186424136162], "std": [0.10119254142045975, 0.056039728224277496, 0.06249809265136719, 0.03382663428783417, 0.08271772414445877, 0.03973402455449104, 0.01782003603875637, 0.017956741154193878], "count": [243]}, "actions": {"min": [-0.238858163356781, -1.0652676820755005, -0.7600253224372864, -0.30048906803131104, -0.1428741216659546, -0.17888028919696808, -1.0], "max": [0.4636044502258301, 0.8131208419799805, 0.6516873836517334, 0.24329237639904022, 0.14596667885780334, 0.15606454014778137, 1.0], "mean": [0.09297379851341248, -0.059817079454660416, -0.06597874313592911, -0.002096108626574278, -0.007630302105098963, -0.00012318578956183046, -0.020576132461428642], "std": [0.10690038651227951, 0.22877436876296997, 0.21411766111850739, 0.0628000870347023, 0.04391145706176758, 0.050162725150585175, 0.9997894167900085], "count": [243]}, "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": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [243]}, "index": {"min": [89282], "max": [89524], "mean": [89403.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [243]}}} +{"episode_index": 233, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39759740672392]], [[0.37008211981081496]], [[0.3386164754231771]]], "std": [[[0.26572240569577915]], [[0.2444968847217269]], [[0.22632612931488175]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5815943777046952]], [[0.5375189759497548]], [[0.49454831830193013]]], "std": [[[0.254463089025941]], [[0.23175443806859808]], [[0.2082247599907125]]], "count": [100]}, "state": {"min": [-0.18531255424022675, -0.2941267788410187, 0.9922389388084412, 2.9740688800811768, -0.15330839157104492, -0.06732254475355148, 0.002685230690985918, -0.04000798240303993], "max": [0.10748986899852753, -0.04052116721868515, 1.1901376247406006, 3.1511945724487305, 0.139581099152565, 0.04561953246593475, 0.039917923510074615, -0.0010919413762167096], "mean": [-0.052106812596321106, -0.22973032295703888, 1.096622109413147, 3.0577425956726074, 0.01109287515282631, -0.011108094826340675, 0.022306490689516068, -0.022254817187786102], "std": [0.09134459495544434, 0.06166936457157135, 0.06646314263343811, 0.04229077696800232, 0.09120086580514908, 0.025246603414416313, 0.017914367839694023, 0.01805669255554676], "count": [235]}, "actions": {"min": [-0.20929370820522308, -0.8794387578964233, -0.7541959285736084, -0.33659079670906067, -0.13722380995750427, -0.1422877460718155, -1.0], "max": [0.6303262710571289, 0.35914793610572815, 0.6560899615287781, 0.1485656052827835, 0.17870678007602692, 0.15735909342765808, 1.0], "mean": [0.09413318336009979, -0.05758340656757355, -0.07150886952877045, -0.0020650182850658894, -0.006691052112728357, -0.00035119621315971017, -0.0042553190141916275], "std": [0.1338486522436142, 0.1999332457780838, 0.2164587378501892, 0.04422713816165924, 0.042913295328617096, 0.04623795300722122, 0.9999913573265076], "count": [235]}, "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": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [235]}, "index": {"min": [89525], "max": [89759], "mean": [89642.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [235]}}} +{"episode_index": 234, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3992578920850567]], [[0.3719251182406556]], [[0.3405421304141774]]], "std": [[[0.26700217557084965]], [[0.24625016835842872]], [[0.22877855431731303]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.5946651198443245]], [[0.5498618457270604]], [[0.5053471320657169]]], "std": [[[0.24148863336237827]], [[0.21798307952837356]], [[0.19379070122947148]]], "count": [100]}, "state": {"min": [-0.21118713915348053, -0.3011566698551178, 0.9900169968605042, 2.946758270263672, -0.24510936439037323, -0.044749531894922256, 0.0024856282398104668, -0.040016718208789825], "max": [0.12272367626428604, -0.015426344238221645, 1.184902310371399, 3.1646687984466553, 0.09015363454818726, 0.07984930276870728, 0.039879534393548965, -0.0018788164015859365], "mean": [-0.054891981184482574, -0.22237227857112885, 1.0929920673370361, 3.0593883991241455, -0.11620780825614929, 0.012000411748886108, 0.022384876385331154, -0.022578516975045204], "std": [0.11065471917390823, 0.06879827380180359, 0.06531887501478195, 0.052869752049446106, 0.09177737683057785, 0.03362460434436798, 0.017956634983420372, 0.017926838248968124], "count": [215]}, "actions": {"min": [-0.4612743556499481, -0.9881104826927185, -0.7805005311965942, -0.21939492225646973, -0.16320322453975677, -0.2094910591840744, -1.0], "max": [0.81143718957901, 0.6597778797149658, 0.8089094758033752, 0.27096396684646606, 0.11494669318199158, 0.20069026947021484, 1.0], "mean": [0.11471117287874222, -0.07482995837926865, -0.06998549401760101, -0.0010806112550199032, -0.008185349404811859, -0.0012170891277492046, -0.060465116053819656], "std": [0.14913900196552277, 0.24268902838230133, 0.23140937089920044, 0.06588266044855118, 0.04984119534492493, 0.06370651721954346, 0.998170793056488], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [215]}, "index": {"min": [89760], "max": [89974], "mean": [89867.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [215]}}} +{"episode_index": 235, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40007612340590537]], [[0.37112906960880054]], [[0.337966282863243]]], "std": [[[0.2649716549391783]], [[0.2434219078985086]], [[0.22532394131026626]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5420171275419347]], [[0.5020331600413602]], [[0.46286124435125614]]], "std": [[[0.2623925493418622]], [[0.23938733131144893]], [[0.21572220559678706]]], "count": [100]}, "state": {"min": [-0.20179009437561035, -0.25457632541656494, 1.0000114440917969, 2.8921916484832764, -0.19035044312477112, -0.1550932377576828, 0.003959760535508394, -0.04001244902610779], "max": [-0.00309749785810709, 0.21814218163490295, 1.325743317604065, 3.217470407485962, 0.07617375254631042, 0.03959868848323822, 0.039781611412763596, -0.0040840706788003445], "mean": [-0.09214530885219574, -0.07300650328397751, 1.1860462427139282, 3.0453906059265137, -0.07232388108968735, -0.0707649290561676, 0.0202073585242033, -0.02023814618587494], "std": [0.04287615045905113, 0.17168767750263214, 0.0980510488152504, 0.10825370252132416, 0.07827642560005188, 0.058345064520835876, 0.01699489913880825, 0.0171531829982996], "count": [237]}, "actions": {"min": [-0.4351407587528229, -1.3727778196334839, -0.6717871427536011, -0.1788700670003891, -0.1855691522359848, -0.21735256910324097, -1.0], "max": [0.5618321299552917, 1.09453284740448, 1.0692100524902344, 0.2658047676086426, 0.14626893401145935, 0.2056320160627365, 1.0], "mean": [0.05829119682312012, 0.06524856388568878, 0.008371122181415558, 0.002229425124824047, -0.007430455647408962, -0.0007544673280790448, 0.1054852306842804], "std": [0.16403207182884216, 0.35547783970832825, 0.297539621591568, 0.061230532824993134, 0.0494140200316906, 0.06150826811790466, 0.9944206476211548], "count": [237]}, "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": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [237]}, "index": {"min": [89975], "max": [90211], "mean": [90093.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [237]}}} +{"episode_index": 236, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.401291228649663]], [[0.3725376820283778]], [[0.3396665398092831]]], "std": [[[0.2658404386001616]], [[0.24463867275367238]], [[0.22689885258396764]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5447434626560586]], [[0.5041173622280943]], [[0.464599235385072]]], "std": [[[0.25887658984242495]], [[0.2363029751302547]], [[0.21290470590044216]]], "count": [100]}, "state": {"min": [-0.21420051157474518, -0.2542347311973572, 0.999309241771698, 2.8893752098083496, -0.27398544549942017, -0.07356829941272736, 0.0025922441855072975, -0.0400138683617115], "max": [-0.02646631747484207, 0.18452893197536469, 1.2901350259780884, 3.194175958633423, 0.06670677661895752, 0.13093440234661102, 0.039748840034008026, -0.001474016928113997], "mean": [-0.09392646700143814, -0.10112681239843369, 1.1765620708465576, 3.021886110305786, -0.10276369750499725, 0.010161248035728931, 0.019346488639712334, -0.019580349326133728], "std": [0.045908961445093155, 0.15464402735233307, 0.08742401003837585, 0.09856440871953964, 0.10375481098890305, 0.0657791793346405, 0.017602523788809776, 0.017675943672657013], "count": [225]}, "actions": {"min": [-0.36991173028945923, -1.0105795860290527, -0.867885172367096, -0.25748923420906067, -0.15204070508480072, -0.1720949411392212, -1.0], "max": [0.4899866282939911, 1.1590944528579712, 1.4268170595169067, 0.22668910026550293, 0.12861941754817963, 0.14325860142707825, 1.0], "mean": [0.056308142840862274, 0.06863703578710556, 0.006827560719102621, 0.004967838060110807, -0.009261339902877808, -0.0019469488179311156, 0.11999999731779099], "std": [0.13127253949642181, 0.3280634880065918, 0.2990525960922241, 0.055431295186281204, 0.0478142686188221, 0.05223580822348595, 0.9927735328674316], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [225]}, "index": {"min": [90212], "max": [90436], "mean": [90324.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [225]}}} +{"episode_index": 237, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40287546614104625]], [[0.3738879059436275]], [[0.3407634923598346]]], "std": [[[0.26571793747517686]], [[0.24448885271784157]], [[0.2266978140625722]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.539675443761489]], [[0.49940002022537533]], [[0.45989174337948074]]], "std": [[[0.2616290861961885]], [[0.2384603877621354]], [[0.21466585202789176]]], "count": [100]}, "state": {"min": [-0.20462365448474884, -0.27278393507003784, 0.9922389984130859, 3.001011848449707, -0.3386266827583313, -0.24482007324695587, 0.0025983345694839954, -0.04001055657863617], "max": [-0.02072487585246563, 0.18983057141304016, 1.2846853733062744, 3.2737927436828613, 0.049313150346279144, 0.003395339008420706, 0.039916686713695526, -0.003145793452858925], "mean": [-0.11839243769645691, -0.08820053189992905, 1.176271915435791, 3.131000518798828, -0.18455086648464203, -0.12980756163597107, 0.018346590921282768, -0.018393615260720253], "std": [0.043671950697898865, 0.1729678511619568, 0.09037700295448303, 0.08421780914068222, 0.10733500868082047, 0.07949096709489822, 0.0175801869481802, 0.0176480021327734], "count": [262]}, "actions": {"min": [-0.3981311619281769, -0.98106849193573, -0.690984845161438, -0.21087704598903656, -0.1825704276561737, -0.33288583159446716, -1.0], "max": [0.6565024852752686, 0.9141075015068054, 1.167550802230835, 0.1535346508026123, 0.17961418628692627, 0.2137397974729538, 1.0], "mean": [0.0556221604347229, 0.06173435226082802, 0.01734190434217453, 0.002310908865183592, -0.008082222193479538, -0.0026666007470339537, 0.1679389327764511], "std": [0.14164522290229797, 0.2955268919467926, 0.2658713161945343, 0.05063345655798912, 0.05144806206226349, 0.06710675358772278, 0.9857962131500244], "count": [262]}, "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": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [262]}, "index": {"min": [90437], "max": [90698], "mean": [90567.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [262]}}} +{"episode_index": 238, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40536031326593136]], [[0.3763720709108839]], [[0.3433209473853018]]], "std": [[[0.2666753024201324]], [[0.2455485319438098]], [[0.2278928292270668]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5425450367647058]], [[0.5029284422631357]], [[0.4638661947811351]]], "std": [[[0.2607864408880212]], [[0.23752698359878993]], [[0.21373121283082486]]], "count": [100]}, "state": {"min": [-0.18631620705127716, -0.2718050181865692, 0.9932131171226501, 2.9496243000030518, -0.2938845753669739, -0.15656809508800507, 0.0027266773395240307, -0.04001079872250557], "max": [-0.02440706640481949, 0.21378637850284576, 1.2710684537887573, 3.2343647480010986, 0.03566062077879906, 0.05906691774725914, 0.03982255607843399, -0.0029679201543331146], "mean": [-0.09525920450687408, -0.08788145333528519, 1.1659883260726929, 3.080343008041382, -0.15369774401187897, -0.03907042369246483, 0.019040422514081, -0.019150277599692345], "std": [0.04191495105624199, 0.17340227961540222, 0.0870041623711586, 0.08557583391666412, 0.10687769204378128, 0.0668887197971344, 0.017739268019795418, 0.017816264182329178], "count": [241]}, "actions": {"min": [-0.537485659122467, -0.6537907719612122, -0.9945007562637329, -0.21711187064647675, -0.18460243940353394, -0.2646437883377075, -1.0], "max": [0.5276578068733215, 1.1642261743545532, 1.0485020875930786, 0.15291671454906464, 0.13178974390029907, 0.30667147040367126, 1.0], "mean": [0.045537468045949936, 0.07242057472467422, 0.0034039507154375315, 0.0023096916265785694, -0.010476266033947468, -0.00414271978661418, 0.12033195048570633], "std": [0.12322529405355453, 0.3183753788471222, 0.2764701247215271, 0.0547371469438076, 0.046684034168720245, 0.06219339743256569, 0.9927343726158142], "count": [241]}, "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": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [241]}, "index": {"min": [90699], "max": [90939], "mean": [90819.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [241]}}} +{"episode_index": 239, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4018562927246093]], [[0.37307688215667123]], [[0.3402816999846814]]], "std": [[[0.26544671203117104]], [[0.2441205316733636]], [[0.22620908455181693]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5255460623946844]], [[0.487190819235409]], [[0.44994265388039983]]], "std": [[[0.2642738898219637]], [[0.2405122528458511]], [[0.21616421985527842]]], "count": [100]}, "state": {"min": [-0.1894170343875885, -0.253096342086792, 0.9956211447715759, 2.9428443908691406, -0.16024543344974518, -0.1149265468120575, 0.004153600428253412, -0.040010567754507065], "max": [-0.039514195173978806, 0.18870960175991058, 1.2757352590560913, 3.252239227294922, 0.10775026679039001, 0.06687681376934052, 0.039808206260204315, -0.002202552044764161], "mean": [-0.10704502463340759, -0.1046694740653038, 1.160650610923767, 3.0633368492126465, -0.043565183877944946, -0.034208036959171295, 0.0187082476913929, -0.018748512491583824], "std": [0.031248100101947784, 0.1547895073890686, 0.08928205072879791, 0.09957517683506012, 0.0810936838388443, 0.051328301429748535, 0.016973525285720825, 0.017137620598077774], "count": [210]}, "actions": {"min": [-0.33067193627357483, -0.7198500633239746, -0.9548747539520264, -0.14346185326576233, -0.16062186658382416, -0.13769203424453735, -1.0], "max": [0.7287077307701111, 1.3186488151550293, 0.8952617049217224, 0.17738735675811768, 0.14187906682491302, 0.13457906246185303, 1.0], "mean": [0.04765798896551132, 0.09476391971111298, 0.01402437873184681, 0.005712013691663742, -0.007673818618059158, -0.001851252163760364, 0.20000000298023224], "std": [0.1692415326833725, 0.3214181959629059, 0.27455461025238037, 0.047728583216667175, 0.04473905637860298, 0.04837346076965332, 0.9797959327697754], "count": [210]}, "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": [239], "max": [239], "mean": [239.0], "std": [0.0], "count": [210]}, "index": {"min": [90940], "max": [91149], "mean": [91044.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [210]}}} +{"episode_index": 240, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4047888033997779]], [[0.3754484857297411]], [[0.3420265538832721]]], "std": [[[0.2661326798269679]], [[0.24419980320892265]], [[0.22562499288525126]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5274139906939338]], [[0.48773293768190873]], [[0.4494276446174173]]], "std": [[[0.26976508950873074]], [[0.24758622177000061]], [[0.22463411601247094]]], "count": [100]}, "state": {"min": [-0.24507781863212585, -0.26590847969055176, 0.9923661351203918, 2.9311304092407227, -0.1563120037317276, -0.1304280012845993, 0.002799341222271323, -0.04001237452030182], "max": [-0.04185229167342186, 0.19948865473270416, 1.2472058534622192, 3.249598264694214, 0.16956567764282227, 0.04147300496697426, 0.03985796123743057, -0.0029871666338294744], "mean": [-0.11654730886220932, -0.08951850980520248, 1.153808832168579, 3.0871787071228027, -0.005633225664496422, -0.06032227352261543, 0.02055225893855095, -0.02073024958372116], "std": [0.05277002602815628, 0.16299152374267578, 0.07795872539281845, 0.0915549099445343, 0.11349571496248245, 0.05748443678021431, 0.017838530242443085, 0.017822066321969032], "count": [236]}, "actions": {"min": [-0.49416396021842957, -0.8714737296104431, -0.8554074764251709, -0.16541773080825806, -0.22725944221019745, -0.2117897868156433, -1.0], "max": [0.5818331241607666, 1.0716546773910522, 1.2520169019699097, 0.1359000951051712, 0.13151498138904572, 0.14323467016220093, 1.0], "mean": [0.06076623871922493, 0.06722342222929001, 0.022553468123078346, 0.0032505900599062443, -0.008586497977375984, -0.0028200119268149137, 0.04237288236618042], "std": [0.15196147561073303, 0.3233160674571991, 0.26623329520225525, 0.0512370690703392, 0.04956614226102829, 0.051606349647045135, 0.9991028308868408], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [236]}, "index": {"min": [91150], "max": [91385], "mean": [91267.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [236]}}} +{"episode_index": 241, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3981197725183824]], [[0.37020241771024814]], [[0.3379726359049479]]], "std": [[[0.27196965906286036]], [[0.25114688720236006]], [[0.23384375258450965]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.29953958070044423]], [[0.2780784798416437]], [[0.254310105267693]]], "std": [[[0.2631283820153468]], [[0.2429414332945895]], [[0.22037433899302153]]], "count": [100]}, "state": {"min": [-0.21239712834358215, -0.12533947825431824, 1.0723026990890503, 3.0299086570739746, 0.022545043379068375, -0.2508993446826935, 0.0019477492896839976, -0.039915990084409714], "max": [-0.02263595350086689, 0.08764509111642838, 1.171842336654663, 4.140948295593262, 0.22076642513275146, 0.003225242719054222, 0.04003433138132095, -0.000428646249929443], "mean": [-0.05331571772694588, 0.00707556726410985, 1.1177537441253662, 3.8380115032196045, 0.13888010382652283, -0.1892194002866745, 0.0334739089012146, -0.03194117918610573], "std": [0.04540970176458359, 0.061368007212877274, 0.02722639963030815, 0.3390185832977295, 0.0469277985394001, 0.06540500372648239, 0.011107046157121658, 0.01269945502281189], "count": [244]}, "actions": {"min": [-0.2874433100223541, -1.3733540773391724, -0.4414767026901245, -0.15812276303768158, -0.11354461312294006, -0.3017345368862152, -1.0], "max": [0.8674095273017883, 0.7609072923660278, 0.43888139724731445, 0.29749226570129395, 0.09705758094787598, 0.12603925168514252, 1.0], "mean": [0.04814658686518669, -0.02631317637860775, -0.012191024608910084, 0.024959338828921318, -0.004469296894967556, -0.012121018022298813, -0.4508196711540222], "std": [0.14036597311496735, 0.26580238342285156, 0.10782825201749802, 0.07321779429912567, 0.032006826251745224, 0.053218089044094086, 0.8926148414611816], "count": [244]}, "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": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [244]}, "index": {"min": [91386], "max": [91629], "mean": [91507.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [244]}}} +{"episode_index": 242, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39903341435451134]], [[0.3710216100356158]], [[0.3385335442038143]]], "std": [[[0.27143086725763443]], [[0.2508178264372089]], [[0.2339071875300568]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.2908701129988128]], [[0.2717561382218903]], [[0.24726401235543044]]], "std": [[[0.2414823985934939]], [[0.2226715559050582]], [[0.20110563092142356]]], "count": [100]}, "state": {"min": [-0.17732776701450348, -0.08302156627178192, 1.0744611024856567, 3.037839651107788, -0.08736816793680191, -0.3667505383491516, 0.004403882194310427, -0.03999429941177368], "max": [-0.02340785227715969, 0.09828951209783554, 1.1768814325332642, 4.355489253997803, 0.09151441603899002, 0.03533262759447098, 0.04004605859518051, -0.0063758972100913525], "mean": [-0.059454817324876785, 0.01709355041384697, 1.1197855472564697, 3.964097738265991, 0.015078281983733177, -0.2380787581205368, 0.034427691251039505, -0.033175449818372726], "std": [0.033434346318244934, 0.044695042073726654, 0.03126530349254608, 0.4713198244571686, 0.03653017431497574, 0.12688663601875305, 0.010608336888253689, 0.011738882400095463], "count": [262]}, "actions": {"min": [-0.4150530993938446, -1.1022651195526123, -0.37092941999435425, -0.1531887799501419, -0.15657691657543182, -0.33751678466796875, -1.0], "max": [0.8208569288253784, 0.6815604567527771, 0.28036004304885864, 0.4452283978462219, 0.12236577272415161, 0.18995442986488342, 1.0], "mean": [0.034857019782066345, -0.020679939538240433, -0.020490117371082306, 0.027694983407855034, -0.004860966932028532, -0.012516715563833714, -0.5419847369194031], "std": [0.1574394851922989, 0.26205122470855713, 0.08758759498596191, 0.08619500696659088, 0.03502877056598663, 0.059432052075862885, 0.8403881788253784], "count": [262]}, "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": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [262]}, "index": {"min": [91630], "max": [91891], "mean": [91760.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [262]}}} +{"episode_index": 243, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39707498348460474]], [[0.36898154225068935]], [[0.336149533739277]]], "std": [[[0.2706626614109135]], [[0.24965977722684013]], [[0.23256848340367361]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.31621812528722426]], [[0.2931084373324525]], [[0.26923392740885416]]], "std": [[[0.27101887414014203]], [[0.24950107387042345]], [[0.22623202228589057]]], "count": [100]}, "state": {"min": [-0.15296043455600739, -0.10567837208509445, 1.0726306438446045, 3.079786777496338, -0.04427162930369377, -0.3164186179637909, 0.0018032611114904284, -0.04017817974090576], "max": [-0.012801202945411205, 0.10429590940475464, 1.154589056968689, 4.038387298583984, 0.1195601224899292, -0.00406140461564064, 0.040029581636190414, -0.0006467541679739952], "mean": [-0.04310547560453415, 0.043982863426208496, 1.1143035888671875, 3.672673225402832, 0.037522412836551666, -0.1999427080154419, 0.03246637433767319, -0.03190354257822037], "std": [0.031867336481809616, 0.0473141185939312, 0.02466477081179619, 0.3181294798851013, 0.04629770293831825, 0.1104118674993515, 0.01210646890103817, 0.012362911365926266], "count": [205]}, "actions": {"min": [-0.7052674293518066, -1.1354312896728516, -0.7592241764068604, -0.126722052693367, -0.0858662873506546, -0.1697470247745514, -1.0], "max": [0.4957813322544098, 0.774795413017273, 0.3010481595993042, 0.24888558685779572, 0.07740205526351929, 0.14762966334819794, 1.0], "mean": [0.024936065077781677, -0.004615629091858864, -0.047938715666532516, 0.024409780278801918, -0.007505069486796856, -0.014953595586121082, -0.3951219618320465], "std": [0.14470084011554718, 0.27850961685180664, 0.14382417500019073, 0.06674753874540329, 0.029087699949741364, 0.053380466997623444, 0.9186288714408875], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [205]}, "index": {"min": [91892], "max": [92096], "mean": [91994.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [205]}}} +{"episode_index": 244, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4000585710114124]], [[0.3718247166053921]], [[0.3391668539608226]]], "std": [[[0.2707383896962252]], [[0.2500936472435736]], [[0.23310747104506258]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.3654340114219516]], [[0.3387059894636566]], [[0.30963497745289525]]], "std": [[[0.281816223292597]], [[0.25768053423575027]], [[0.23236198468082295]]], "count": [100]}, "state": {"min": [-0.1899127960205078, -0.10581985861063004, 1.069993019104004, 3.0907909870147705, -0.14365388453006744, -0.44836682081222534, 0.009871268644928932, -0.04103473946452141], "max": [-0.024401234462857246, 0.08598314970731735, 1.2198288440704346, 4.085272312164307, 0.043966181576251984, 0.04460851848125458, 0.04003297537565231, -0.00920496229082346], "mean": [-0.05801687762141228, -0.011973232962191105, 1.1353663206100464, 3.7360000610351562, -0.04804502800107002, -0.2630813419818878, 0.033705078065395355, -0.03246493265032768], "std": [0.042400654405355453, 0.06286928057670593, 0.04508224502205849, 0.349926233291626, 0.03926676884293556, 0.17056922614574432, 0.010530450381338596, 0.012132485397160053], "count": [248]}, "actions": {"min": [-0.40318068861961365, -0.8584490418434143, -0.7005259990692139, -0.13058458268642426, -0.07414057850837708, -0.20722217857837677, -1.0], "max": [0.6976966857910156, 1.0972970724105835, 0.30021432042121887, 0.4034481942653656, 0.0870770514011383, 0.21367919445037842, 1.0], "mean": [0.033296920359134674, -0.008699603378772736, -0.03757430985569954, 0.023200273513793945, -0.004546250216662884, -0.013063623569905758, -0.4516128897666931], "std": [0.13963526487350464, 0.25253623723983765, 0.14729146659374237, 0.07007139921188354, 0.026676995679736137, 0.05877423658967018, 0.8922135233879089], "count": [248]}, "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": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [248]}, "index": {"min": [92097], "max": [92344], "mean": [92220.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [248]}}} +{"episode_index": 245, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3972947932224648]], [[0.3699590166877298]], [[0.3383864057952283]]], "std": [[[0.2719281995517984]], [[0.2518155100411077]], [[0.23519431877969973]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.32865314319087013]], [[0.3062557121725643]], [[0.2777286753934972]]], "std": [[[0.26335440420725714]], [[0.24231789405882628]], [[0.21802541358064342]]], "count": [100]}, "state": {"min": [-0.21090340614318848, -0.0962165892124176, 1.0741106271743774, 3.1450891494750977, -0.03329465538263321, -0.30738162994384766, 0.0024247232358902693, -0.04053695127367973], "max": [0.003926706966012716, 0.10666614025831223, 1.1855305433273315, 4.430960655212402, 0.14578963816165924, 0.04020662605762482, 0.04004153236746788, -0.003935693763196468], "mean": [-0.04268265515565872, -0.012456655502319336, 1.120790719985962, 4.014752388000488, 0.06616121530532837, -0.18048572540283203, 0.03401181846857071, -0.03271905332803726], "std": [0.05111325532197952, 0.0668683722615242, 0.03442130982875824, 0.4007033407688141, 0.04196702688932419, 0.08631815761327744, 0.01093955896794796, 0.012234381400048733], "count": [262]}, "actions": {"min": [-0.3165726661682129, -1.0434412956237793, -0.44251978397369385, -0.2551937401294708, -0.16965904831886292, -0.18913044035434723, -1.0], "max": [0.8257254958152771, 0.6595302224159241, 0.26301974058151245, 0.35827821493148804, 0.1252899467945099, 0.1600755751132965, 1.0], "mean": [0.04756713658571243, -0.0274539552628994, -0.022742295637726784, 0.028337622061371803, -0.002392733236774802, -0.009693854488432407, -0.5038167834281921], "std": [0.16088402271270752, 0.26051223278045654, 0.11571346968412399, 0.07823121547698975, 0.04300686717033386, 0.05189533904194832, 0.8638103008270264], "count": [262]}, "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": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [262]}, "index": {"min": [92345], "max": [92606], "mean": [92475.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [262]}}} +{"episode_index": 246, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4695545528636259]], [[0.4358320863013174]], [[0.3974798739564185]]], "std": [[[0.3144904663216807]], [[0.29083483923741626]], [[0.27250588815452365]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45566083182540595]], [[0.42813948687385106]], [[0.3999275141697304]]], "std": [[[0.29185012921568637]], [[0.27223224730491075]], [[0.2520327423291803]]], "count": [100]}, "state": {"min": [-0.27488401532173157, -0.16977369785308838, 0.9437413811683655, 2.9349191188812256, -0.32051780819892883, -0.19863711297512054, 0.001812154776416719, -0.04000570625066757], "max": [0.0044754487462341785, 0.06515292078256607, 1.1959075927734375, 3.379700183868408, -0.00861409679055214, 1.5449892282485962, 0.04002735763788223, -0.0017795342719182372], "mean": [-0.09797137975692749, -0.03478088229894638, 1.0940948724746704, 3.1241097450256348, -0.18419548869132996, 0.662467360496521, 0.020981287583708763, -0.021163927391171455], "std": [0.10694453865289688, 0.06793966144323349, 0.08183563500642776, 0.09680575877428055, 0.08259563148021698, 0.7035791873931885, 0.018532680347561836, 0.018665429204702377], "count": [426]}, "actions": {"min": [-0.7327762246131897, -0.623363196849823, -0.9392129182815552, -0.23507627844810486, -0.30669838190078735, -0.7898373007774353, -1.0], "max": [0.7784873247146606, 0.45504066348075867, 0.9910891056060791, 0.19755257666110992, 0.28966277837753296, 0.8782068490982056, 1.0], "mean": [-0.01918255165219307, -0.021184789016842842, -0.050907593220472336, -0.0024758304934948683, -0.0009676963090896606, -0.0023640610743314028, -0.009389671497046947], "std": [0.16831675171852112, 0.13421210646629333, 0.21047177910804749, 0.04442312940955162, 0.08028393983840942, 0.17301705479621887, 0.9999540448188782], "count": [426]}, "timestamp": {"min": [0.0], "max": [42.5], "mean": [21.25], "std": [12.297526851634302], "count": [426]}, "frame_index": {"min": [0], "max": [425], "mean": [212.5], "std": [122.97526851634302], "count": [426]}, "episode_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [426]}, "index": {"min": [92607], "max": [93032], "mean": [92819.5], "std": [122.97526851634302], "count": [426]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [426]}}} +{"episode_index": 247, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4626655243518306]], [[0.42917088168275125]], [[0.39110560398475797]]], "std": [[[0.31423055294740215]], [[0.2904286658551274]], [[0.2718937412340637]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.45550925221162686]], [[0.4271907587986366]], [[0.3982160961674709]]], "std": [[[0.29036111494847433]], [[0.27006080234643415]], [[0.24915240452195764]]], "count": [100]}, "state": {"min": [-0.32354870438575745, -0.15652161836624146, 0.9487848877906799, 2.929495334625244, -0.3104456961154938, 0.0930328220129013, 0.0007974549662321806, -0.04000663757324219], "max": [0.02590378187596798, 0.08456410467624664, 1.194869875907898, 3.332981824874878, 0.047670215368270874, 1.7409532070159912, 0.040020901709795, -0.0009472914971411228], "mean": [-0.10826394706964493, -0.023055339232087135, 1.1076894998550415, 3.0832056999206543, -0.1567763239145279, 0.7442492246627808, 0.020695885643363, -0.020397702232003212], "std": [0.12319309264421463, 0.07347072660923004, 0.07952652871608734, 0.10225346684455872, 0.09001640975475311, 0.630596399307251, 0.01916429027915001, 0.018850011751055717], "count": [460]}, "actions": {"min": [-0.6957166194915771, -0.5539745688438416, -1.1780788898468018, -0.1187596395611763, -0.26980310678482056, -0.4815531075000763, -1.0], "max": [0.6730520725250244, 0.5816296935081482, 0.6017231941223145, 0.1534752994775772, 0.19947685301303864, 0.719534158706665, 1.0], "mean": [-0.022610144689679146, -0.034517206251621246, -0.049469612538814545, -0.002939205849543214, 0.0016169579466804862, 0.0006794253713451326, -0.01304347813129425], "std": [0.1766977608203888, 0.14088700711727142, 0.2043115198612213, 0.03862981125712395, 0.05947047844529152, 0.13553079962730408, 0.9999133944511414], "count": [460]}, "timestamp": {"min": [0.0], "max": [45.9], "mean": [22.95], "std": [13.279024813592297], "count": [460]}, "frame_index": {"min": [0], "max": [459], "mean": [229.5], "std": [132.79024813592298], "count": [460]}, "episode_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [460]}, "index": {"min": [93033], "max": [93492], "mean": [93262.5], "std": [132.79024813592298], "count": [460]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [460]}}} +{"episode_index": 248, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4656475028243719]], [[0.4324053673837699]], [[0.3947003215714997]]], "std": [[[0.3152017651465275]], [[0.2920496086226449]], [[0.27420853435662385]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.4467057166006051]], [[0.4194784055223652]], [[0.391531831629136]]], "std": [[[0.29159803122433836]], [[0.2732472465830294]], [[0.25415861440592835]]], "count": [100]}, "state": {"min": [-0.3450441360473633, -0.16802023351192474, 0.9528375267982483, 3.0950863361358643, -0.3576689064502716, -0.12168440967798233, 0.0014331848360598087, -0.0407111681997776], "max": [0.01823805645108223, 0.0851677656173706, 1.200523018836975, 3.50862717628479, -0.0018227928085252643, 1.5042877197265625, 0.040013305842876434, -0.0013378802686929703], "mean": [-0.10872115939855576, -0.027155112475156784, 1.104334831237793, 3.2671947479248047, -0.22635604441165924, 0.5535681247711182, 0.02090662159025669, -0.021067697554826736], "std": [0.12550297379493713, 0.07417473196983337, 0.07515274733304977, 0.14002051949501038, 0.0937347337603569, 0.6533309817314148, 0.01868114434182644, 0.018820563331246376], "count": [400]}, "actions": {"min": [-1.0675747394561768, -0.8833816051483154, -1.5648497343063354, -0.2327444702386856, -0.22769537568092346, -1.0902345180511475, -1.0], "max": [0.6699519753456116, 0.7262500524520874, 0.8108097910881042, 0.21149881184101105, 0.41453230381011963, 1.2537428140640259, 1.0], "mean": [-0.027053583413362503, -0.04338997229933739, -0.055909715592861176, -0.005021962337195873, 0.0005613721441477537, -0.000784432515501976, -0.009999999776482582], "std": [0.20684494078159332, 0.1819026917219162, 0.22394195199012756, 0.04825953021645546, 0.07078229635953903, 0.17603880167007446, 0.9999517798423767], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [400]}, "index": {"min": [93493], "max": [93892], "mean": [93692.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [400]}}} +{"episode_index": 249, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46682123341279874]], [[0.4344454315783931]], [[0.39781123561485143]]], "std": [[[0.31206392061290544]], [[0.28943806814316025]], [[0.27196894011202616]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.4772424280503217]], [[0.44582016888786763]], [[0.41325095502068016]]], "std": [[[0.2896065561029973]], [[0.2688397666339629]], [[0.2469802860051792]]], "count": [100]}, "state": {"min": [-0.21239809691905975, -0.20226842164993286, 0.9479196667671204, 3.070580005645752, -0.28808045387268066, -0.05207445099949837, 0.0020493168849498034, -0.04111558571457863], "max": [0.1382768750190735, 0.08668263256549835, 1.2307953834533691, 3.525611400604248, 0.04313219338655472, 1.4966102838516235, 0.04009721800684929, -0.001590569387190044], "mean": [0.006763368379324675, -0.05018618330359459, 1.1161024570465088, 3.211082935333252, -0.12418337911367416, 0.6217812299728394, 0.022507134824991226, -0.022574592381715775], "std": [0.07829073816537857, 0.08441881835460663, 0.08452679216861725, 0.11427520215511322, 0.08280577510595322, 0.6363298892974854, 0.01839732937514782, 0.018622547388076782], "count": [453]}, "actions": {"min": [-0.4875272214412689, -0.7843219041824341, -1.1221381425857544, -0.19964978098869324, -0.2381519228219986, -0.9603562951087952, -1.0], "max": [0.5660548210144043, 0.4196523427963257, 0.952441394329071, 0.15394407510757446, 0.3318338096141815, 0.7361306548118591, 1.0], "mean": [0.0508953258395195, -0.017910504713654518, -0.04619550332427025, -0.0027245916426181793, 0.00033479396370239556, 0.0012917413841933012, -0.08609271794557571], "std": [0.15794646739959717, 0.1663094311952591, 0.2396099865436554, 0.05143707990646362, 0.07132472097873688, 0.16920845210552216, 0.9962865710258484], "count": [453]}, "timestamp": {"min": [0.0], "max": [45.2], "mean": [22.6], "std": [13.076951734508569], "count": [453]}, "frame_index": {"min": [0], "max": [452], "mean": [226.0], "std": [130.7695173450857], "count": [453]}, "episode_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [453]}, "index": {"min": [93893], "max": [94345], "mean": [94119.0], "std": [130.7695173450857], "count": [453]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [453]}}} +{"episode_index": 250, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46516462019378063]], [[0.4325582592534084]], [[0.3953827915565641]]], "std": [[[0.3118546651941983]], [[0.28871567282741994]], [[0.27071102456335866]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.46745149978936884]], [[0.4370387190276501]], [[0.4049100742714078]]], "std": [[[0.29777432978571083]], [[0.27467960230499716]], [[0.2502950778694567]]], "count": [100]}, "state": {"min": [-0.20035964250564575, -0.15874318778514862, 0.9540172219276428, 2.7672557830810547, -0.15476961433887482, -0.07776649296283722, 0.0005181333981454372, -0.04000427573919296], "max": [0.12015943974256516, 0.08062845468521118, 1.248557209968567, 3.3443448543548584, 0.05986754596233368, 1.5604913234710693, 0.04000915214419365, -0.0010075733298435807], "mean": [0.0058612399734556675, -0.03941841796040535, 1.1125671863555908, 3.0649328231811523, -0.042212773114442825, 0.5667604804039001, 0.019162118434906006, -0.019175082445144653], "std": [0.07185840606689453, 0.07804471999406815, 0.08747614175081253, 0.13512709736824036, 0.04998953640460968, 0.63108891248703, 0.01904604583978653, 0.01881876029074192], "count": [418]}, "actions": {"min": [-0.3641730844974518, -0.5103280544281006, -0.9136764407157898, -0.23660323023796082, -0.42058059573173523, -0.5699332356452942, -1.0], "max": [0.7628109455108643, 0.555881917476654, 0.7973136305809021, 0.20912034809589386, 0.3395361006259918, 1.2739698886871338, 1.0], "mean": [0.061043206602334976, -0.030836831778287888, -0.04625135287642479, -0.007353496737778187, 0.0016332337399944663, 0.0006880281725898385, 0.06698564440011978], "std": [0.12884095311164856, 0.15370073914527893, 0.23242636024951935, 0.05395236611366272, 0.07230674475431442, 0.16869892179965973, 0.9977534413337708], "count": [418]}, "timestamp": {"min": [0.0], "max": [41.7], "mean": [20.849999999999998], "std": [12.066586095495278], "count": [418]}, "frame_index": {"min": [0], "max": [417], "mean": [208.5], "std": [120.66586095495279], "count": [418]}, "episode_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [418]}, "index": {"min": [94346], "max": [94763], "mean": [94554.5], "std": [120.66586095495279], "count": [418]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [418]}}} +{"episode_index": 251, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46606461169672947]], [[0.4340293393602558]], [[0.397583922143076]]], "std": [[[0.31239321898464695]], [[0.2900677798036986]], [[0.2729568656402779]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4748316303327972]], [[0.44510359999712773]], [[0.4139306072160309]]], "std": [[[0.2916469390303585]], [[0.2713664788782408]], [[0.2500377253686903]]], "count": [100]}, "state": {"min": [-0.19639089703559875, -0.1750044971704483, 0.9472944140434265, 3.0471551418304443, -0.25275200605392456, -0.05026254802942276, 0.002412931527942419, -0.03998865932226181], "max": [0.12937027215957642, 0.03482094407081604, 1.1979076862335205, 3.430248260498047, 0.08666083216667175, 1.3551651239395142, 0.04001155495643616, -0.0025034763384610415], "mean": [-0.002527723554521799, -0.060065824538469315, 1.0924707651138306, 3.1944520473480225, -0.11918386816978455, 0.5684424042701721, 0.019954346120357513, -0.02015046961605549], "std": [0.07610298693180084, 0.07163156569004059, 0.07705280929803848, 0.1040462926030159, 0.08981746435165405, 0.5790238976478577, 0.017926480621099472, 0.01811891607940197], "count": [406]}, "actions": {"min": [-0.40972548723220825, -0.6564052700996399, -0.6146182417869568, -0.14242805540561676, -0.19531387090682983, -0.49889636039733887, -1.0], "max": [0.5839622616767883, 0.4941854476928711, 0.8181944489479065, 0.21024198830127716, 0.3174958825111389, 0.4923565983772278, 1.0], "mean": [0.06030629947781563, -0.027730975300073624, -0.042485613375902176, -0.003553345100954175, -0.00031518161995336413, 0.0002646477660164237, 0.06403940916061401], "std": [0.12262479215860367, 0.1202080249786377, 0.19747525453567505, 0.04798372834920883, 0.06202969700098038, 0.12828640639781952, 0.9979448914527893], "count": [406]}, "timestamp": {"min": [0.0], "max": [40.5], "mean": [20.25], "std": [11.720174913370533], "count": [406]}, "frame_index": {"min": [0], "max": [405], "mean": [202.5], "std": [117.20174913370533], "count": [406]}, "episode_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [406]}, "index": {"min": [94764], "max": [95169], "mean": [94966.5], "std": [117.20174913370533], "count": [406]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [406]}}} +{"episode_index": 252, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46322766532149967]], [[0.43140325568704047]], [[0.395137830547258]]], "std": [[[0.3125468275309688]], [[0.29026565979910457]], [[0.27323518789110574]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48379679721009494]], [[0.45309104231292124]], [[0.4206337202483532]]], "std": [[[0.28928042841994933]], [[0.2681766760234779]], [[0.24571331026433882]]], "count": [100]}, "state": {"min": [-0.1700136959552765, -0.17095375061035156, 0.9555923342704773, 2.8893609046936035, -0.2222062051296234, 0.03192729130387306, 0.0017729219980537891, -0.04000908508896828], "max": [0.1334422528743744, 0.04609356075525284, 1.2096281051635742, 3.1411354541778564, 0.10229024291038513, 1.2148463726043701, 0.039941225200891495, -0.002105982042849064], "mean": [0.018228547647595406, -0.05490484461188316, 1.093555212020874, 3.024843454360962, -0.06335923075675964, 0.6028997302055359, 0.01986617222428322, -0.019929122179746628], "std": [0.07231742888689041, 0.07369548082351685, 0.08636761456727982, 0.06329385191202164, 0.0952473133802414, 0.45832836627960205, 0.018677907064557076, 0.018379172310233116], "count": [458]}, "actions": {"min": [-0.448129266500473, -0.49228113889694214, -0.602939248085022, -0.15166017413139343, -0.24811416864395142, -0.5655092000961304, -1.0], "max": [0.9021926522254944, 0.31665554642677307, 0.5447818040847778, 0.1549692004919052, 0.3436414897441864, 0.614490270614624, 1.0], "mean": [0.04728414863348007, -0.025010403245687485, -0.05083286017179489, -0.0026359783951193094, -0.0009075681446120143, 0.000746948819141835, 0.052401747554540634], "std": [0.14033612608909607, 0.11713867634534836, 0.1871081441640854, 0.04443083703517914, 0.07074815779924393, 0.11742652207612991, 0.9986273646354675], "count": [458]}, "timestamp": {"min": [0.0], "max": [45.7], "mean": [22.85], "std": [13.221289649652185], "count": [458]}, "frame_index": {"min": [0], "max": [457], "mean": [228.5], "std": [132.21289649652186], "count": [458]}, "episode_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [458]}, "index": {"min": [95170], "max": [95627], "mean": [95398.5], "std": [132.21289649652186], "count": [458]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [458]}}} +{"episode_index": 253, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46796426989985446]], [[0.43451346962124693]], [[0.3963578150132123]]], "std": [[[0.3134087915551207]], [[0.2900181054738759]], [[0.2721136086895055]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.4186935472675398]], [[0.39401765890682444]], [[0.36752361581839765]]], "std": [[[0.2818745006476662]], [[0.2652099692874595]], [[0.2464600846143051]]], "count": [100]}, "state": {"min": [-0.16275803744792938, -0.019950823858380318, 0.9414865374565125, 2.970564365386963, -0.21746452152729034, 0.05324671417474747, 0.0014421803643926978, -0.0400078147649765], "max": [0.012208187952637672, 0.2824239730834961, 1.3045023679733276, 3.4160819053649902, 0.04921853914856911, 1.560651183128357, 0.03999868780374527, -0.0018333732150495052], "mean": [-0.021872734650969505, 0.0760229304432869, 1.1276911497116089, 3.1773743629455566, -0.11714284121990204, 0.7891188859939575, 0.022360170260071754, -0.023158088326454163], "std": [0.03184354305267334, 0.10113974660634995, 0.10578545182943344, 0.1194324716925621, 0.07358531653881073, 0.5786265730857849, 0.018149636685848236, 0.018108142539858818], "count": [334]}, "actions": {"min": [-0.4492414593696594, -0.5076825618743896, -1.6664226055145264, -0.21080975234508514, -0.3592126667499542, -0.5795431733131409, -1.0], "max": [0.46260324120521545, 1.237485408782959, 1.210719347000122, 0.18888512253761292, 0.34961411356925964, 1.0705829858779907, 1.0], "mean": [0.025763383135199547, 0.04895472526550293, -0.027719780802726746, 0.0033045101445168257, -0.003311182139441371, 0.0036632665432989597, -0.12574850022792816], "std": [0.1495673507452011, 0.20165228843688965, 0.299033522605896, 0.05141156539320946, 0.07992081344127655, 0.17469385266304016, 0.9920604228973389], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [334]}, "index": {"min": [95628], "max": [95961], "mean": [95794.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [334]}}} +{"episode_index": 254, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46769356162875303]], [[0.4339892380658318]], [[0.39547722790287987]]], "std": [[[0.313652270002134]], [[0.2898947280825257]], [[0.2715434502852921]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.39562082866593906]], [[0.3733267427332261]], [[0.34985455382104014]]], "std": [[[0.2735798490124194]], [[0.2580387353376647]], [[0.24085556998393556]]], "count": [100]}, "state": {"min": [-0.1462947279214859, -0.012335546314716339, 0.9511154294013977, 3.0153255462646484, -0.26493003964424133, 0.009190489538013935, 0.0015358321834355593, -0.04000301659107208], "max": [-0.017732776701450348, 0.25446557998657227, 1.3072644472122192, 3.2057905197143555, 0.010682125575840473, 1.5589593648910522, 0.0400037057697773, -0.0016157104400917888], "mean": [-0.047563884407281876, 0.060742102563381195, 1.1219085454940796, 3.118255615234375, -0.12522704899311066, 0.8247022032737732, 0.02419348806142807, -0.024267014116048813], "std": [0.027661142870783806, 0.07677651941776276, 0.10565641522407532, 0.045692577958106995, 0.06189870089292526, 0.5963963270187378, 0.018505753949284554, 0.01843344047665596], "count": [349]}, "actions": {"min": [-0.36428678035736084, -0.43013229966163635, -0.9722335934638977, -0.13126295804977417, -0.2647738456726074, -0.48686733841896057, -1.0], "max": [0.5004887580871582, 0.6396076679229736, 0.9277023673057556, 0.19220775365829468, 0.21466180682182312, 0.6341665387153625, 1.0], "mean": [0.02786272019147873, 0.056752659380435944, -0.02726919762790203, 0.004498942755162716, 0.0002839025983121246, 0.0030381549149751663, -0.18051576614379883], "std": [0.12219296395778656, 0.14577500522136688, 0.2680068016052246, 0.0405922569334507, 0.06115990877151489, 0.15238764882087708, 0.983571469783783], "count": [349]}, "timestamp": {"min": [0.0], "max": [34.8], "mean": [17.400000000000002], "std": [10.074720839804943], "count": [349]}, "frame_index": {"min": [0], "max": [348], "mean": [174.0], "std": [100.74720839804942], "count": [349]}, "episode_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [349]}, "index": {"min": [95962], "max": [96310], "mean": [96136.0], "std": [100.74720839804942], "count": [349]}, "task_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [349]}}} +{"episode_index": 255, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46742443668141087]], [[0.4335941006529565]], [[0.395110283945121]]], "std": [[[0.31322251787738226]], [[0.2893062684323418]], [[0.27079074031210976]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.3988178094602099]], [[0.37498839613970586]], [[0.3500594129375383]]], "std": [[[0.27859993494386864]], [[0.26177339474108674]], [[0.2432875303702318]]], "count": [100]}, "state": {"min": [-0.2084122598171234, -0.045929182320833206, 0.9435416460037231, 2.9663708209991455, -0.27458682656288147, 0.013693641871213913, 0.0021873426157981157, -0.040681421756744385], "max": [-0.014591136947274208, 0.2535630464553833, 1.279051423072815, 3.300588607788086, 0.059415146708488464, 1.5701748132705688, 0.04000638425350189, -0.0022135344333946705], "mean": [-0.056470368057489395, 0.05647961422801018, 1.1304600238800049, 3.1207666397094727, -0.10913823544979095, 0.7591055035591125, 0.02366296947002411, -0.02385064773261547], "std": [0.03564941883087158, 0.0808294489979744, 0.09607374668121338, 0.08059591054916382, 0.07253827899694443, 0.6360853314399719, 0.01814175769686699, 0.018280750140547752], "count": [365]}, "actions": {"min": [-0.3620542585849762, -0.32778945565223694, -1.0651981830596924, -0.1435854434967041, -0.22936692833900452, -0.6092525720596313, -1.0], "max": [0.6072895526885986, 0.8803704977035522, 0.9504880309104919, 0.17580384016036987, 0.19851484894752502, 0.728786289691925, 1.0], "mean": [0.03405582532286644, 0.05722801387310028, -0.01973603293299675, 0.004356359597295523, -0.0016523213125765324, 0.002522320719435811, -0.14520548284053802], "std": [0.14089278876781464, 0.16900308430194855, 0.2529703676700592, 0.042967576533555984, 0.06064793840050697, 0.15659895539283752, 0.98940110206604], "count": [365]}, "timestamp": {"min": [0.0], "max": [36.4], "mean": [18.2], "std": [10.536602868097479], "count": [365]}, "frame_index": {"min": [0], "max": [364], "mean": [182.0], "std": [105.36602868097478], "count": [365]}, "episode_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [365]}, "index": {"min": [96311], "max": [96675], "mean": [96493.0], "std": [105.36602868097478], "count": [365]}, "task_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [365]}}} +{"episode_index": 256, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46365627333697146]], [[0.4299672067679611]], [[0.3916971884334789]]], "std": [[[0.3119588990860105]], [[0.28771875882786674]], [[0.2688159411587302]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3938437069163603]], [[0.36787763169232535]], [[0.3406881761737898]]], "std": [[[0.2855096681020861]], [[0.26669122926140987]], [[0.2458876848605554]]], "count": [100]}, "state": {"min": [-0.1882738173007965, -0.03404410928487778, 0.9519980549812317, 3.0200672149658203, -0.11336468905210495, 0.013373322784900665, 0.0019538640044629574, -0.0410984568297863], "max": [0.020605159923434258, 0.23745813965797424, 1.3035428524017334, 3.416822671890259, 0.132456973195076, 1.6431963443756104, 0.040005143731832504, -0.001521785045042634], "mean": [-0.03544197231531143, 0.04958423972129822, 1.1435953378677368, 3.1998369693756104, -0.0028148286510258913, 0.8964470028877258, 0.025155149400234222, -0.025043204426765442], "std": [0.03393637016415596, 0.07472328841686249, 0.1000053882598877, 0.13248540461063385, 0.061477892100811005, 0.6274280548095703, 0.018033748492598534, 0.018318163231015205], "count": [375]}, "actions": {"min": [-0.26180222630500793, -0.697454571723938, -1.1141624450683594, -0.1484399288892746, -0.197239488363266, -0.7653565406799316, -1.0], "max": [0.5333454012870789, 1.1205312013626099, 1.0708932876586914, 0.20304951071739197, 0.25429973006248474, 0.7211213111877441, 1.0], "mean": [0.03794139251112938, 0.043512485921382904, -0.01802169345319271, 0.0003479757288005203, -0.0007502486114390194, 0.0027443377766758204, -0.2160000056028366], "std": [0.12871289253234863, 0.18994806706905365, 0.24501338601112366, 0.04914785549044609, 0.060861602425575256, 0.1569206416606903, 0.9763937592506409], "count": [375]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.7], "std": [10.82527905721911], "count": [375]}, "frame_index": {"min": [0], "max": [374], "mean": [187.0], "std": [108.2527905721911], "count": [375]}, "episode_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [375]}, "index": {"min": [96676], "max": [97050], "mean": [96863.0], "std": [108.2527905721911], "count": [375]}, "task_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [375]}}} +{"episode_index": 257, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3912351576861213]], [[0.3678779913210401]], [[0.33676304357192094]]], "std": [[[0.27170708843736346]], [[0.24803783743223748]], [[0.2266393255739977]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9529411764705882]], [[0.8941176470588236]]], "mean": [[[0.5985879325118719]], [[0.5555217829685585]], [[0.49453694302428003]]], "std": [[[0.26094136682800156]], [[0.23371263778534832]], [[0.20885690642537746]]], "count": [100]}, "state": {"min": [-0.21837954223155975, 0.03780229017138481, 0.9200166463851929, 3.054121494293213, -0.03252292051911354, -0.005460813175886869, 0.0026006156112998724, -0.04000292718410492], "max": [0.11048677563667297, 0.263791024684906, 1.1897953748703003, 3.477013111114502, 0.34441807866096497, 0.24076443910598755, 0.04000651091337204, -0.002386411651968956], "mean": [-0.02815011888742447, 0.1476154923439026, 1.0641850233078003, 3.262254476547241, 0.14498364925384521, 0.09116601943969727, 0.025068050250411034, -0.024963511154055595], "std": [0.11480799317359924, 0.05964960530400276, 0.08810348063707352, 0.11690959334373474, 0.11222956329584122, 0.056298211216926575, 0.017706289887428284, 0.017893288284540176], "count": [319]}, "actions": {"min": [-1.0087817907333374, -0.31535235047340393, -0.4705488681793213, -0.15127667784690857, -0.18903204798698425, -0.5692954659461975, -1.0], "max": [0.6171420216560364, 0.9289093017578125, 0.5738570094108582, 0.37664446234703064, 0.3090447187423706, 0.14467261731624603, 1.0], "mean": [-0.00133576022926718, 0.050472404807806015, -0.05459967255592346, 0.007739627733826637, 0.0012960137100890279, -0.00038724407204426825, -0.19749216735363007], "std": [0.23969736695289612, 0.15263015031814575, 0.17679955065250397, 0.04855935648083687, 0.04821928218007088, 0.05150188133120537, 0.9803051948547363], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [319]}, "index": {"min": [97051], "max": [97369], "mean": [97210.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [319]}}} +{"episode_index": 258, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.393251251819087]], [[0.36971781053730085]], [[0.33853256105909163]]], "std": [[[0.2732425021719476]], [[0.2493193983856842]], [[0.2277717667273898]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9490196078431372]], [[0.9176470588235294]]], "mean": [[[0.5859884158863741]], [[0.5463492491479014]], [[0.48653137566061583]]], "std": [[[0.2616777101829015]], [[0.23315427493712917]], [[0.20695121615667003]]], "count": [100]}, "state": {"min": [-0.2248370200395584, 0.009373780339956284, 0.9182817935943604, 3.0135202407836914, -0.11489460617303848, -0.011877893470227718, 0.002682096092030406, -0.03995479270815849], "max": [0.11159151047468185, 0.2671729624271393, 1.228921890258789, 3.327258586883545, 0.13754940032958984, 0.22172924876213074, 0.040007583796978, -0.002489479724317789], "mean": [-0.030301829800009727, 0.14339537918567657, 1.0787776708602905, 3.2415614128112793, 0.002048781141638756, 0.09457734227180481, 0.02428494766354561, -0.024225322529673576], "std": [0.12887881696224213, 0.07090505957603455, 0.09423916786909103, 0.07458516955375671, 0.06544703245162964, 0.05732617899775505, 0.017914965748786926, 0.01796158403158188], "count": [359]}, "actions": {"min": [-0.6468983888626099, -0.2779356837272644, -0.6472555994987488, -0.2006891667842865, -0.16895076632499695, -0.10498104989528656, -1.0], "max": [0.6149493455886841, 0.6496310234069824, 0.5943227410316467, 0.2688717842102051, 0.1304982453584671, 0.1395197957754135, 1.0], "mean": [-0.003304234705865383, 0.05089877173304558, -0.04683282971382141, 0.00393669493496418, -0.00110244273673743, 0.001189568662084639, -0.15877437591552734], "std": [0.22856520116329193, 0.14079368114471436, 0.1940181702375412, 0.054879508912563324, 0.04623255133628845, 0.03897743299603462, 0.9873133897781372], "count": [359]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.900000000000002], "std": [10.363397126425292], "count": [359]}, "frame_index": {"min": [0], "max": [358], "mean": [179.0], "std": [103.63397126425292], "count": [359]}, "episode_index": {"min": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [359]}, "index": {"min": [97370], "max": [97728], "mean": [97549.0], "std": [103.63397126425292], "count": [359]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [359]}}} +{"episode_index": 259, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3946462288650812]], [[0.37013944199505977]], [[0.3375138884899663]]], "std": [[[0.274334317732278]], [[0.24982250505221584]], [[0.22794565747792708]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9568627450980393]], [[0.9647058823529412]], [[0.8862745098039215]]], "mean": [[[0.606324317483341]], [[0.5636859824984681]], [[0.4999383419261259]]], "std": [[[0.2521782101190855]], [[0.22571362499988382]], [[0.1985781417132136]]], "count": [100]}, "state": {"min": [-0.21018539369106293, -0.021323252469301224, 0.9200474619865417, 3.056309938430786, 0.0006206220714375377, -0.0025826403871178627, 0.02019626647233963, -0.04000328481197357], "max": [0.100348562002182, 0.37953320145606995, 1.206502914428711, 3.652763843536377, 0.4775782823562622, 0.48876360058784485, 0.04072727635502815, 3.085944626946002e-05], "mean": [-0.02644209749996662, 0.23542234301567078, 1.0897265672683716, 3.241886615753174, 0.17249441146850586, 0.2087530493736267, 0.03340069204568863, -0.023639176040887833], "std": [0.10580466687679291, 0.10394372045993805, 0.0907178595662117, 0.1364089995622635, 0.15430015325546265, 0.12427882105112076, 0.007847016677260399, 0.019101543352007866], "count": [321]}, "actions": {"min": [-1.2788649797439575, -0.2758626639842987, -0.7029443383216858, -0.15725716948509216, -0.18628817796707153, -0.09926174581050873, -1.0], "max": [0.672219455242157, 1.2195570468902588, 0.4481509029865265, 0.9810380339622498, 0.1880861222743988, 0.1322731226682663, 1.0], "mean": [-0.023534823209047318, 0.08886684477329254, -0.05231190472841263, 0.012081965804100037, 0.004370335955172777, 0.00376371992751956, -0.1838006228208542], "std": [0.26191338896751404, 0.18091747164726257, 0.21690651774406433, 0.07694844901561737, 0.05766281858086586, 0.03392684832215309, 0.9829637408256531], "count": [321]}, "timestamp": {"min": [0.0], "max": [32.0], "mean": [16.0], "std": [9.266426855410163], "count": [321]}, "frame_index": {"min": [0], "max": [320], "mean": [160.0], "std": [92.66426855410162], "count": [321]}, "episode_index": {"min": [259], "max": [259], "mean": [259.0], "std": [0.0], "count": [321]}, "index": {"min": [97729], "max": [98049], "mean": [97889.0], "std": [92.66426855410162], "count": [321]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [321]}}} +{"episode_index": 260, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38922185202205883]], [[0.36597141879212625]], [[0.334957077923943]]], "std": [[[0.2725945020619841]], [[0.24881565662575797]], [[0.22727273436792056]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9490196078431372]], [[0.8823529411764706]]], "mean": [[[0.5781503457462086]], [[0.5383435040642233]], [[0.47742718146829044]]], "std": [[[0.27063161166807465]], [[0.2429639709612039]], [[0.21596411823261893]]], "count": [100]}, "state": {"min": [-0.1938231885433197, -0.0035386420786380768, 0.9201945662498474, 3.072343349456787, -0.02127212844789028, 0.004082894884049892, 0.002471265848726034, -0.040240269154310226], "max": [0.08541863411664963, 0.28391098976135254, 1.206881046295166, 3.581770420074463, 0.38741829991340637, 0.3381931781768799, 0.04000691697001457, -0.002102798083797097], "mean": [-0.02716657519340515, 0.14279933273792267, 1.0715360641479492, 3.3006362915039062, 0.1439233124256134, 0.09831109642982483, 0.025458864867687225, -0.025292813777923584], "std": [0.10509474575519562, 0.07592065632343292, 0.09380631148815155, 0.10177631676197052, 0.1259431391954422, 0.0979553684592247, 0.01776398904621601, 0.01788858138024807], "count": [325]}, "actions": {"min": [-1.5528851747512817, -0.3032207489013672, -0.6116746068000793, -0.2805140018463135, -0.18277579545974731, -0.1757093369960785, -1.0], "max": [0.49859046936035156, 0.5508177280426025, 0.9656692743301392, 0.5159072279930115, 0.17482151091098785, 0.21726122498512268, 1.0], "mean": [-0.010663273744285107, 0.0652708187699318, -0.057896677404642105, 0.008811687119305134, 0.002707017119973898, 0.002989207860082388, -0.22461538016796112], "std": [0.24722795188426971, 0.129781112074852, 0.2028479129076004, 0.058185677975416183, 0.0478842668235302, 0.03777969256043434, 0.9744475483894348], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [325]}, "index": {"min": [98050], "max": [98374], "mean": [98212.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [325]}}} +{"episode_index": 261, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4013730031929764]], [[0.37597627886603857]], [[0.34173078948376223]]], "std": [[[0.27045779306480383]], [[0.24543639677350398]], [[0.2219225893651926]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.48421816178864124]], [[0.4540890407188266]], [[0.4206730454388787]]], "std": [[[0.2807997128137831]], [[0.2535101132789226]], [[0.22509568624547274]]], "count": [100]}, "state": {"min": [-0.2433011680841446, -0.26880645751953125, 0.9422137141227722, 3.0132646560668945, -0.0772404670715332, -0.08296624571084976, 0.0020108146127313375, -0.04000614583492279], "max": [-0.03186274692416191, 0.3592008650302887, 1.26328706741333, 3.244006633758545, 0.18969707190990448, 0.10862676054239273, 0.039941705763339996, -0.0020193620584905148], "mean": [-0.12369517982006073, -0.004533552564680576, 1.1758627891540527, 3.105829954147339, 0.027511412277817726, 0.03442016616463661, 0.01911550760269165, -0.019111843779683113], "std": [0.06819136440753937, 0.22218477725982666, 0.07959957420825958, 0.059864528477191925, 0.07041613012552261, 0.043718621134757996, 0.018500104546546936, 0.018519502133131027], "count": [393]}, "actions": {"min": [-0.6046518683433533, -0.5807861685752869, -0.6198514103889465, -0.21671774983406067, -0.20684325695037842, -0.12648244202136993, -1.0], "max": [0.5000305771827698, 1.144286870956421, 0.4773736000061035, 0.2137443572282791, 0.1648545116186142, 0.27086326479911804, 1.0], "mean": [0.0006350053008645773, 0.07429500669240952, -0.049028072506189346, 0.0010489289416000247, 0.002270301105454564, 0.001230721827596426, 0.09923664480447769], "std": [0.16331247985363007, 0.2591562271118164, 0.16487546265125275, 0.05017876997590065, 0.041826870292425156, 0.0442936010658741, 0.9950631856918335], "count": [393]}, "timestamp": {"min": [0.0], "max": [39.2], "mean": [19.599999999999998], "std": [11.344896062400338], "count": [393]}, "frame_index": {"min": [0], "max": [392], "mean": [196.0], "std": [113.44896062400336], "count": [393]}, "episode_index": {"min": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [393]}, "index": {"min": [98375], "max": [98767], "mean": [98571.0], "std": [113.44896062400336], "count": [393]}, "task_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [393]}}} +{"episode_index": 262, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39685035137101715]], [[0.3718457402248008]], [[0.33814681647805606]]], "std": [[[0.2693348879973613]], [[0.24447600768792851]], [[0.22069301831537408]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.4781196049708946]], [[0.44839236629710477]], [[0.41614563287473194]]], "std": [[[0.28113051133721656]], [[0.2537872427598456]], [[0.2251981249183974]]], "count": [100]}, "state": {"min": [-0.19470645487308502, -0.24727633595466614, 0.9342063069343567, 2.9354398250579834, -0.030299467965960503, -0.08995462954044342, 0.0024498561397194862, -0.04001183435320854], "max": [-0.004797115456312895, 0.32625994086265564, 1.2411861419677734, 3.3551993370056152, 0.2704378664493561, 0.17725399136543274, 0.03984114155173302, -0.002208496443927288], "mean": [-0.11636237800121307, -0.0048905834555625916, 1.1512211561203003, 3.1264142990112305, 0.10475743561983109, 0.03825075179338455, 0.01922977901995182, -0.018941080197691917], "std": [0.07085055857896805, 0.2192651927471161, 0.0860549658536911, 0.127098947763443, 0.07689865678548813, 0.07618195563554764, 0.017814092338085175, 0.018092697486281395], "count": [313]}, "actions": {"min": [-0.5778824090957642, -0.9807429313659668, -0.6440432667732239, -0.1977243572473526, -0.263605535030365, -0.11745534092187881, -1.0], "max": [0.37059441208839417, 0.8937056064605713, 1.097334384918213, 0.304032564163208, 0.20424377918243408, 0.11881452798843384, 1.0], "mean": [-0.0075788903050124645, 0.08755511045455933, -0.04641346260905266, 0.004576618317514658, 0.00013473791477736086, 0.0009556891745887697, 0.12460064142942429], "std": [0.15392731130123138, 0.28510934114456177, 0.23039180040359497, 0.05595365911722183, 0.05482059344649315, 0.03632756695151329, 0.9922080636024475], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [313]}, "index": {"min": [98768], "max": [99080], "mean": [98924.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [313]}}} +{"episode_index": 263, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4002347226610371]], [[0.37477335073433665]], [[0.3404442671233533]]], "std": [[[0.2703884204416054]], [[0.2455252964457486]], [[0.22207062944219147]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.4850211540670956]], [[0.4547244525984222]], [[0.4216767272949219]]], "std": [[[0.2733000580307486]], [[0.2461478818324953]], [[0.21777083488273513]]], "count": [100]}, "state": {"min": [-0.1965150535106659, -0.2824779450893402, 0.9639298915863037, 2.828381299972534, -0.08098561316728592, -0.0015093015972524881, 0.004778443835675716, -0.04011963680386543], "max": [-0.01471833884716034, 0.3417759835720062, 1.2883336544036865, 3.4836416244506836, 0.23089314997196198, 0.16359782218933105, 0.03973953798413277, -0.004384300671517849], "mean": [-0.11806298047304153, -0.018729193136096, 1.1613225936889648, 3.093660831451416, 0.03265457972884178, 0.05736131593585014, 0.020489726215600967, -0.020447202026844025], "std": [0.061462294310331345, 0.2278176248073578, 0.08939098566770554, 0.20245103538036346, 0.07978831976652145, 0.04043442755937576, 0.016931788995862007, 0.017196623608469963], "count": [299]}, "actions": {"min": [-0.4473593831062317, -0.8400771617889404, -0.6395039558410645, -0.21911349892616272, -0.14239074289798737, -0.2667829990386963, -1.0], "max": [0.5474528670310974, 1.5906778573989868, 0.3877269923686981, 0.5553712844848633, 0.19801737368106842, 0.13986125588417053, 1.0], "mean": [0.0016267176251858473, 0.10055768489837646, -0.0667315423488617, 0.008718703873455524, 0.0071725137531757355, 0.0007379057351499796, 0.09698996692895889], "std": [0.17005833983421326, 0.34115639328956604, 0.19544070959091187, 0.07562264055013657, 0.05117613077163696, 0.04832838475704193, 0.9952861070632935], "count": [299]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.631338250816034], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [263], "max": [263], "mean": [263.0], "std": [0.0], "count": [299]}, "index": {"min": [99081], "max": [99379], "mean": [99230.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [299]}}} +{"episode_index": 264, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39388599051681217]], [[0.3691202978994332]], [[0.3353289525649127]]], "std": [[[0.2682461449026663]], [[0.24350757462791553]], [[0.21990014555746726]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9607843137254902]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.4799567320580576]], [[0.44984642357919735]], [[0.41802875114889704]]], "std": [[[0.2765159555349861]], [[0.2489223785206811]], [[0.22060613328281736]]], "count": [100]}, "state": {"min": [-0.257938414812088, -0.25060585141181946, 0.9332742094993591, 2.9708447456359863, -0.03600591421127319, -0.15328387916088104, 0.0043114530853927135, -0.040103763341903687], "max": [0.029370393604040146, 0.3306971788406372, 1.2804893255233765, 3.4393701553344727, 0.4304253160953522, 0.08871089667081833, 0.04010600224137306, -0.0029856832697987556], "mean": [-0.123912014067173, -0.01966359280049801, 1.1617276668548584, 3.1232845783233643, 0.09300602972507477, -0.039744868874549866, 0.019584881141781807, -0.01941550523042679], "std": [0.09423448145389557, 0.22100557386875153, 0.08852178603410721, 0.12564808130264282, 0.10894764214754105, 0.053225599229335785, 0.016943516209721565, 0.01717120036482811], "count": [365]}, "actions": {"min": [-0.8470572829246521, -0.6590125560760498, -0.6699264049530029, -0.20086108148097992, -0.20922350883483887, -0.2038249373435974, -1.0], "max": [0.6611268520355225, 0.7720482349395752, 0.540114164352417, 0.3894104063510895, 0.28345397114753723, 0.1562076210975647, 1.0], "mean": [0.0018461165018379688, 0.07691121846437454, -0.05307415500283241, 0.0072104125283658504, 0.006070073693990707, -0.0008491873741149902, 0.15616437792778015], "std": [0.21067385375499725, 0.24940863251686096, 0.19758503139019012, 0.06619112938642502, 0.05326944962143898, 0.04388711228966713, 0.9877316355705261], "count": [365]}, "timestamp": {"min": [0.0], "max": [36.4], "mean": [18.2], "std": [10.536602868097479], "count": [365]}, "frame_index": {"min": [0], "max": [364], "mean": [182.0], "std": [105.36602868097478], "count": [365]}, "episode_index": {"min": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [365]}, "index": {"min": [99380], "max": [99744], "mean": [99562.0], "std": [105.36602868097478], "count": [365]}, "task_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [365]}}} +{"episode_index": 265, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36070849190506277]], [[0.2996420868518306]], [[0.22960827816233914]]], "std": [[[0.13652894773614696]], [[0.12990955771338986]], [[0.1425650299076794]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.33659124636182597]], [[0.2586125063428692]], [[0.1716565809062883]]], "std": [[[0.17583630332069386]], [[0.12471598646767683]], [[0.08301214695627371]]], "count": [100]}, "state": {"min": [-0.5177676677703857, -0.21768099069595337, 0.9756845831871033, 2.972506284713745, -0.13121210038661957, -0.18550506234169006, 0.012987782247364521, -0.04000748321413994], "max": [-0.2964036762714386, 0.1309570074081421, 1.2167494297027588, 3.2546873092651367, 0.12127825617790222, -0.008634661324322224, 0.039906252175569534, -0.012721363455057144], "mean": [-0.40697798132896423, -0.06917852908372879, 1.102709174156189, 3.1199865341186523, -0.017280472442507744, -0.11664621531963348, 0.02352488785982132, -0.024006180465221405], "std": [0.08322292566299438, 0.14196091890335083, 0.07483181357383728, 0.09058774262666702, 0.07595498114824295, 0.04100016877055168, 0.012102339416742325, 0.01225951686501503], "count": [264]}, "actions": {"min": [-0.45417657494544983, -0.8250502943992615, -0.6160513162612915, -0.1641596406698227, -0.09813497960567474, -0.15947802364826202, -1.0], "max": [0.35923469066619873, 0.8403132557868958, 0.8739259243011475, 0.15581995248794556, 0.14973773062229156, 0.18586841225624084, 1.0], "mean": [-0.04889250919222832, 0.04347377270460129, -0.03129209578037262, 0.00031461543403565884, 0.001759042963385582, -0.003388442099094391, 0.21212121844291687], "std": [0.1297481656074524, 0.26749593019485474, 0.24701784551143646, 0.04210105910897255, 0.03997175022959709, 0.045551151037216187, 0.9772449731826782], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [264]}, "index": {"min": [99745], "max": [100008], "mean": [99876.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [264]}}} +{"episode_index": 266, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3574135502833946]], [[0.29726968922334557]], [[0.22840619973575366]]], "std": [[[0.14133780849653674]], [[0.13387864931661242]], [[0.1448368914489729]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3352254596785003]], [[0.2612340040019914]], [[0.1776593442430683]]], "std": [[[0.17602621747006159]], [[0.12588020308247846]], [[0.08553119324994715]]], "count": [100]}, "state": {"min": [-0.5577285885810852, -0.2558707594871521, 0.9829087853431702, 2.6622679233551025, -0.8047195076942444, -0.34010761976242065, 0.012343784794211388, -0.04001234099268913], "max": [-0.28667086362838745, 0.14454302191734314, 1.311904788017273, 3.2790067195892334, 0.14471708238124847, 0.07356920838356018, 0.03979748860001564, -0.010818450711667538], "mean": [-0.44071534276008606, -0.06392412632703781, 1.1696951389312744, 3.026724338531494, -0.2568783164024353, -0.15908940136432648, 0.02076788619160652, -0.020932244136929512], "std": [0.0868770182132721, 0.15362286567687988, 0.0918220579624176, 0.18439729511737823, 0.23415429890155792, 0.12868478894233704, 0.011984399519860744, 0.012017657049000263], "count": [389]}, "actions": {"min": [-0.9772363305091858, -0.9587674736976624, -1.0886160135269165, -0.13046272099018097, -0.3534082770347595, -0.15904593467712402, -1.0], "max": [0.5421682000160217, 1.162201166152954, 3.2372617721557617, 0.22295178472995758, 0.2686106264591217, 0.1871763914823532, 1.0], "mean": [-0.04567687585949898, 0.06669702380895615, -0.03154459968209267, 0.004741800483316183, 0.006623442284762859, -0.004869308788329363, 0.3984575867652893], "std": [0.15476453304290771, 0.28317689895629883, 0.32973402738571167, 0.042455900460481644, 0.05575261637568474, 0.04514132812619209, 0.917184591293335], "count": [389]}, "timestamp": {"min": [0.0], "max": [38.8], "mean": [19.400000000000002], "std": [11.229425630903837], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [389]}, "index": {"min": [100009], "max": [100397], "mean": [100203.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [389]}}} +{"episode_index": 267, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35825083594228707]], [[0.29790079034543504]], [[0.22895937392290902]]], "std": [[[0.14031444639814156]], [[0.1334410002848742]], [[0.14492960247668182]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34091854798560045]], [[0.26235896989411]], [[0.17461789957682292]]], "std": [[[0.1750458331195488]], [[0.12378159031949093]], [[0.08163149800833219]]], "count": [100]}, "state": {"min": [-0.5725128650665283, -0.2422269582748413, 1.0059725046157837, 2.9194514751434326, -0.3432427644729614, -0.22594545781612396, 0.012442447245121002, -0.04001164063811302], "max": [-0.28180184960365295, 0.15208283066749573, 1.2730653285980225, 3.1655452251434326, 0.056020498275756836, 0.01950296387076378, 0.03978763520717621, -0.01245450135320425], "mean": [-0.43914759159088135, -0.04679352790117264, 1.1469975709915161, 3.0484204292297363, -0.14043433964252472, -0.11839298158884048, 0.02221241220831871, -0.02243560366332531], "std": [0.08713603764772415, 0.15583007037639618, 0.08266843855381012, 0.08272632211446762, 0.11362989246845245, 0.056503985077142715, 0.012647461146116257, 0.012653975747525692], "count": [292]}, "actions": {"min": [-0.7146861553192139, -0.8953455686569214, -0.525987982749939, -0.15028329193592072, -0.20480255782604218, -0.15369535982608795, -1.0], "max": [0.3385348618030548, 0.9721001386642456, 1.760441541671753, 0.13815830647945404, 0.26511314511299133, 0.1405784636735916, 1.0], "mean": [-0.039411257952451706, 0.041179560124874115, -0.023094182834029198, 0.0011142947478219867, 0.0013725808821618557, -0.0007414770079776645, 0.27397260069847107], "std": [0.17891475558280945, 0.28654226660728455, 0.29095566272735596, 0.04242056608200073, 0.04566923901438713, 0.04635210335254669, 0.961737334728241], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [292]}, "index": {"min": [100398], "max": [100689], "mean": [100543.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [292]}}} +{"episode_index": 268, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.35830916879691327]], [[0.29777897733800557]], [[0.22865177169500614]]], "std": [[[0.14035812993031577]], [[0.13327689241048488]], [[0.14488131185876119]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3302932625564874]], [[0.2532820051604626]], [[0.16780997781192555]]], "std": [[[0.17493020993519254]], [[0.12435378075207129]], [[0.08192589638215576]]], "count": [100]}, "state": {"min": [-0.5058939456939697, -0.23312780261039734, 0.986889123916626, 2.797826051712036, -0.17176473140716553, -0.18651182949543, 0.011767692863941193, -0.040007084608078], "max": [-0.28590431809425354, 0.14697161316871643, 1.1883827447891235, 3.115427017211914, 0.12434489279985428, 0.11615543812513351, 0.0398818664252758, -0.01238564494997263], "mean": [-0.4060145914554596, -0.06853415817022324, 1.105298399925232, 2.9818708896636963, -0.02479388937354088, -0.024573907256126404, 0.02299695461988449, -0.023411696776747704], "std": [0.07052767276763916, 0.14688611030578613, 0.064473457634449, 0.09183228760957718, 0.0718199834227562, 0.08379513770341873, 0.013223115354776382, 0.012898514047265053], "count": [308]}, "actions": {"min": [-0.8802566528320312, -0.7297430634498596, -1.1910123825073242, -0.19942209124565125, -0.20441874861717224, -0.17561355233192444, -1.0], "max": [0.307918906211853, 1.2058888673782349, 2.8718669414520264, 0.14956311881542206, 0.1781691014766693, 0.16776147484779358, 1.0], "mean": [-0.04034734517335892, 0.03963858261704445, -0.01764211803674698, 0.0012504024198278785, 0.003634832799434662, -0.004831851460039616, 0.19480518996715546], "std": [0.1345720738172531, 0.2666124403476715, 0.32271087169647217, 0.040598370134830475, 0.041094839572906494, 0.04176217317581177, 0.9808440804481506], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [308]}, "index": {"min": [100690], "max": [100997], "mean": [100843.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [308]}}} +{"episode_index": 269, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.36069973276175704]], [[0.29935658234240964]], [[0.22907651056027878]]], "std": [[[0.1377289405083209]], [[0.13094583374699434]], [[0.14322448178487898]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.33241706878063726]], [[0.2533188674029182]], [[0.16560425044041055]]], "std": [[[0.17736778878144038]], [[0.12408062524391396]], [[0.0769822308326201]]], "count": [100]}, "state": {"min": [-0.4994506239891052, -0.26707473397254944, 0.9901520609855652, 2.9625027179718018, -0.3175027370452881, -0.284695029258728, -0.0016095938626676798, -0.040007319301366806], "max": [-0.28062504529953003, 0.1302478164434433, 1.2220511436462402, 3.3037023544311523, 0.14241428673267365, -0.014940973371267319, 0.03985651955008507, -0.01200072094798088], "mean": [-0.3978041410446167, -0.11141538619995117, 1.1126534938812256, 3.1071043014526367, -0.07052619755268097, -0.14458680152893066, 0.020905721932649612, -0.02174394764006138], "std": [0.07656080275774002, 0.15013593435287476, 0.0761042907834053, 0.11687129735946655, 0.11659619957208633, 0.0692530944943428, 0.012382576242089272, 0.01256205141544342], "count": [288]}, "actions": {"min": [-2.253523111343384, -1.243455410003662, -0.7091608047485352, -0.2544648349285126, -0.458776593208313, -0.09963102638721466, -1.0], "max": [0.5253831744194031, 0.9577222466468811, 6.071043491363525, 0.11310966312885284, 0.1885732114315033, 0.5511879920959473, 1.0], "mean": [-0.043566618114709854, 0.03368128836154938, -0.010179032571613789, -3.830907371593639e-05, 0.0020847474224865437, -0.0015559056773781776, 0.3125], "std": [0.19267956912517548, 0.2964964509010315, 0.4802567660808563, 0.046952322125434875, 0.05409053713083267, 0.04742738604545593, 0.949917733669281], "count": [288]}, "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": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [288]}, "index": {"min": [100998], "max": [101285], "mean": [101141.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [288]}}} +{"episode_index": 270, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36618456552542894]], [[0.3062958583457797]], [[0.23794438380821079]]], "std": [[[0.13968065600752474]], [[0.1349715829731304]], [[0.1492406886028148]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.37996691715016084]], [[0.2928177526137408]], [[0.1927493064730775]]], "std": [[[0.19125915826542875]], [[0.13682606536402572]], [[0.0868116358254365]]], "count": [100]}, "state": {"min": [-0.49361568689346313, -0.15450584888458252, 1.0069700479507446, 2.850295066833496, -0.23345987498760223, -0.26617544889450073, 0.014426645822823048, -0.04000556841492653], "max": [-0.03637479245662689, 0.14545907080173492, 1.303473711013794, 3.21163272857666, 0.18142169713974, 0.05224604159593582, 0.039957448840141296, -0.01504699606448412], "mean": [-0.2859964966773987, -0.01675507053732872, 1.1648820638656616, 3.0079400539398193, -0.05414227023720741, -0.07619402557611465, 0.023974452167749405, -0.024379534646868706], "std": [0.17515628039836884, 0.10758247971534729, 0.08317725360393524, 0.08690682798624039, 0.09900298714637756, 0.09168003499507904, 0.011771379970014095, 0.011500543914735317], "count": [420]}, "actions": {"min": [-0.9654124975204468, -0.6859079003334045, -0.6219329833984375, -0.15428195893764496, -0.15648327767848969, -0.15955281257629395, -1.0], "max": [0.7953593730926514, 0.7569634318351746, 0.977088212966919, 0.13127867877483368, 0.11824622750282288, 0.18073490262031555, 1.0], "mean": [-0.0221952423453331, -0.03219285607337952, -0.011394698172807693, -0.0050809793174266815, 0.0025210806634277105, -0.0025114258751273155, 0.261904776096344], "std": [0.20813333988189697, 0.16780827939510345, 0.20979025959968567, 0.03789450228214264, 0.03826960176229477, 0.047220759093761444, 0.965097963809967], "count": [420]}, "timestamp": {"min": [0.0], "max": [41.9], "mean": [20.95], "std": [12.124321286845984], "count": [420]}, "frame_index": {"min": [0], "max": [419], "mean": [209.5], "std": [121.24321286845984], "count": [420]}, "episode_index": {"min": [270], "max": [270], "mean": [270.0], "std": [0.0], "count": [420]}, "index": {"min": [101286], "max": [101705], "mean": [101495.5], "std": [121.24321286845984], "count": [420]}, "task_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [420]}}} +{"episode_index": 271, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36833806236117494]], [[0.30815275483972887]], [[0.23901881737802544]]], "std": [[[0.13991672743929268]], [[0.13574650461703686]], [[0.15080963790217114]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3487921226351869]], [[0.2731683343625536]], [[0.18599675795611212]]], "std": [[[0.21203363198623001]], [[0.15545105306249482]], [[0.1037342731761869]]], "count": [100]}, "state": {"min": [-0.5495097637176514, -0.16065452992916107, 0.9996080994606018, 3.0586366653442383, -0.3014845848083496, -0.04306310415267944, 0.012717148289084435, -0.039889298379421234], "max": [-0.06495890021324158, 0.12161368131637573, 1.2492998838424683, 3.334911584854126, 0.13827280700206757, 0.10221559554338455, 0.04000632092356682, -0.014545505866408348], "mean": [-0.3268319368362427, -0.00851345807313919, 1.1425334215164185, 3.2188804149627686, -0.07555771619081497, 0.019519731402397156, 0.023817816749215126, -0.023685382679104805], "std": [0.19922558963298798, 0.1065806895494461, 0.07433430850505829, 0.06778444349765778, 0.13211746513843536, 0.03867727518081665, 0.011568400077521801, 0.011552589945495129], "count": [406]}, "actions": {"min": [-0.7331445813179016, -0.6966395378112793, -0.6108980774879456, -0.10555486381053925, -0.11942224949598312, -0.13241678476333618, -1.0], "max": [0.6358762979507446, 0.4891502559185028, 0.5900072455406189, 0.13677595555782318, 0.09893098473548889, 0.14337962865829468, 1.0], "mean": [-0.06501306593418121, -0.028427157551050186, -0.023674089461565018, -0.0006158995674923062, -0.0017920495010912418, -0.002254474675282836, 0.29064038395881653], "std": [0.20874406397342682, 0.1506395936012268, 0.18140171468257904, 0.03575568646192551, 0.033711016178131104, 0.03557310625910759, 0.956835150718689], "count": [406]}, "timestamp": {"min": [0.0], "max": [40.5], "mean": [20.25], "std": [11.720174913370533], "count": [406]}, "frame_index": {"min": [0], "max": [405], "mean": [202.5], "std": [117.20174913370533], "count": [406]}, "episode_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [406]}, "index": {"min": [101706], "max": [102111], "mean": [101908.5], "std": [117.20174913370533], "count": [406]}, "task_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [406]}}} +{"episode_index": 272, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3634298418830423]], [[0.30448721014284624]], [[0.23729362936580883]]], "std": [[[0.14019145106750247]], [[0.13456781142918936]], [[0.1478236796324615]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.36889901912913603]], [[0.2848882003484988]], [[0.18858095834769453]]], "std": [[[0.20154384845730575]], [[0.14504480378637796]], [[0.09137874957190828]]], "count": [100]}, "state": {"min": [-0.5157122015953064, -0.09700198471546173, 0.9895007014274597, 2.8203039169311523, -0.12535443902015686, -0.3453903794288635, 0.015680629760026932, -0.04000537097454071], "max": [-0.03457939997315407, 0.14022260904312134, 1.2782480716705322, 3.163323163986206, 0.3006742596626282, 0.1537998765707016, 0.039969123899936676, -0.013450594618916512], "mean": [-0.2790473401546478, 0.03193015232682228, 1.150223970413208, 3.0101661682128906, 0.0428057461977005, -0.05024087801575661, 0.025892246514558792, -0.026054304093122482], "std": [0.183619886636734, 0.08735344558954239, 0.08297514915466309, 0.11418681591749191, 0.09534914046525955, 0.15446291863918304, 0.011066514067351818, 0.011028135195374489], "count": [438]}, "actions": {"min": [-1.1038991212844849, -0.9570438265800476, -0.5266494750976562, -0.11488965898752213, -0.2282061129808426, -0.15613803267478943, -1.0], "max": [0.4474221467971802, 0.48496904969215393, 1.515354871749878, 0.1872347742319107, 0.3213091492652893, 0.13461045920848846, 1.0], "mean": [-0.03211000934243202, -0.020673159509897232, -0.015423111617565155, -0.0033592141699045897, 0.0007045571110211313, -0.0011952657951042056, 0.2009132355451584], "std": [0.22420047223567963, 0.13967499136924744, 0.21636046469211578, 0.030480602756142616, 0.038770079612731934, 0.04192817956209183, 0.9796119928359985], "count": [438]}, "timestamp": {"min": [0.0], "max": [43.7], "mean": [21.849999999999998], "std": [12.643937941427373], "count": [438]}, "frame_index": {"min": [0], "max": [437], "mean": [218.5], "std": [126.43937941427373], "count": [438]}, "episode_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [438]}, "index": {"min": [102112], "max": [102549], "mean": [102330.5], "std": [126.43937941427373], "count": [438]}, "task_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [438]}}} +{"episode_index": 273, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36825718062919816]], [[0.30835588845419876]], [[0.2401041491667606]]], "std": [[[0.14222807193823497]], [[0.13823074891532566]], [[0.15294143706587301]]], "count": [106]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.38895006423255846]], [[0.3014851052541447]], [[0.20002965782467544]]], "std": [[[0.20149034442625477]], [[0.14509697318068382]], [[0.09238399413656291]]], "count": [106]}, "state": {"min": [-0.5701783895492554, -0.11918234825134277, 0.9881411790847778, 2.891920804977417, -0.30840861797332764, -0.11145613342523575, 0.01397095900028944, -0.0399775467813015], "max": [-0.023619472980499268, 0.1955888569355011, 1.28165864944458, 3.3394672870635986, 0.23047113418579102, 0.14901120960712433, 0.0400034561753273, -0.01489273551851511], "mean": [-0.2839568257331848, 0.025575930252671242, 1.168822169303894, 3.093540668487549, -0.09574136137962341, -0.01914946362376213, 0.02583901956677437, -0.02604096382856369], "std": [0.20881810784339905, 0.10316155850887299, 0.08212576806545258, 0.11334389448165894, 0.12031809985637665, 0.069553904235363, 0.01236052718013525, 0.012094701640307903], "count": [504]}, "actions": {"min": [-1.0360256433486938, -0.9737793207168579, -0.6898450255393982, -0.35477951169013977, -0.17213843762874603, -0.3057321012020111, -1.0], "max": [0.4440794289112091, 0.8603818416595459, 1.1553839445114136, 0.35694974660873413, 0.18833929300308228, 0.22768409550189972, 1.0], "mean": [-0.03462417796254158, -0.022120216861367226, -0.027109581977128983, -0.003696318017318845, 0.00017204870528075844, -0.003927262965589762, 0.1031746044754982], "std": [0.22429552674293518, 0.19826386868953705, 0.20042942464351654, 0.05761045590043068, 0.03957175090909004, 0.047139886766672134, 0.994661808013916], "count": [504]}, "timestamp": {"min": [0.0], "max": [50.3], "mean": [25.150000000000002], "std": [14.549198145144175], "count": [504]}, "frame_index": {"min": [0], "max": [503], "mean": [251.5], "std": [145.49198145144175], "count": [504]}, "episode_index": {"min": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [504]}, "index": {"min": [102550], "max": [103053], "mean": [102801.5], "std": [145.49198145144175], "count": [504]}, "task_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [504]}}} +{"episode_index": 274, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3632858342189415]], [[0.30385084324257045]], [[0.23590425678327973]]], "std": [[[0.14067184096894197]], [[0.13461785567865486]], [[0.1476988247280498]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.36657840444527423]], [[0.28386746694527415]], [[0.18886245248831957]]], "std": [[[0.19542631079612113]], [[0.1419197139651454]], [[0.09461743389879912]]], "count": [100]}, "state": {"min": [-0.5033227801322937, -0.12788818776607513, 1.0024305582046509, 2.7572579383850098, -0.16483847796916962, -0.5511443614959717, 0.013401836156845093, -0.040008295327425], "max": [-0.036549896001815796, 0.13281406462192535, 1.3037745952606201, 3.210723400115967, 0.19550441205501556, 0.04748806729912758, 0.03988819196820259, -0.015647094696760178], "mean": [-0.2860155999660492, -0.0006797515670768917, 1.158797025680542, 2.9521865844726562, -0.004597081802785397, -0.18839097023010254, 0.023922137916088104, -0.02466750517487526], "std": [0.18443259596824646, 0.0949077382683754, 0.08168715983629227, 0.12167362123727798, 0.07936043292284012, 0.1804473102092743, 0.011705178767442703, 0.011178627610206604], "count": [378]}, "actions": {"min": [-1.1025009155273438, -0.49448609352111816, -0.6997896432876587, -0.1654927283525467, -0.1383180469274521, -0.25590744614601135, -1.0], "max": [0.8202083110809326, 0.5257091522216797, 1.412904977798462, 0.12194434553384781, 0.14814713597297668, 0.21789245307445526, 1.0], "mean": [-0.03868580982089043, -0.03367610275745392, -0.022457651793956757, -0.006543638184666634, 0.00031298454268835485, -0.005352331325411797, 0.25925925374031067], "std": [0.24290436506271362, 0.16862669587135315, 0.25279131531715393, 0.03857041895389557, 0.04318867623806, 0.0572672113776207, 0.9658085703849792], "count": [378]}, "timestamp": {"min": [0.0], "max": [37.7], "mean": [18.849999999999998], "std": [10.911881903075503], "count": [378]}, "frame_index": {"min": [0], "max": [377], "mean": [188.5], "std": [109.11881903075503], "count": [378]}, "episode_index": {"min": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [378]}, "index": {"min": [103054], "max": [103431], "mean": [103242.5], "std": [109.11881903075503], "count": [378]}, "task_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [378]}}} +{"episode_index": 275, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36334195305319394]], [[0.31055430214077817]], [[0.23989529418945313]]], "std": [[[0.1432100054096513]], [[0.13334323638173126]], [[0.15231689670112278]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3428481804342831]], [[0.26685063799689795]], [[0.17551626227883732]]], "std": [[[0.20032714735057175]], [[0.1424121804916499]], [[0.09053813981941845]]], "count": [100]}, "state": {"min": [-0.45072731375694275, -0.17909575998783112, 1.012734055519104, 2.8281984329223633, -0.2476363182067871, -0.44639667868614197, 0.01462793629616499, -0.04000897333025932], "max": [-0.04992978274822235, 0.014108026400208473, 1.2390321493148804, 3.210050106048584, 0.057088788598775864, 0.49931544065475464, 0.03989081457257271, -0.015516320243477821], "mean": [-0.2625308632850647, -0.12500527501106262, 1.154762625694275, 3.0000672340393066, -0.11875041574239731, -0.0004216039087623358, 0.025007838383316994, -0.025359420105814934], "std": [0.15579333901405334, 0.04694809392094612, 0.06719104200601578, 0.11197035759687424, 0.07432255893945694, 0.3128352165222168, 0.011417539790272713, 0.011210313066840172], "count": [329]}, "actions": {"min": [-1.0254790782928467, -0.7873156070709229, -0.40110400319099426, -0.1799173504114151, -0.15318244695663452, -0.2862965762615204, -1.0], "max": [0.654087483882904, 0.8313100337982178, 1.2238949537277222, 0.17153966426849365, 0.12068978697061539, 0.3655659556388855, 1.0], "mean": [-0.017056124284863472, -0.03897857666015625, -0.008328106254339218, -0.00789361447095871, -0.005002464167773724, 0.005964653100818396, 0.21580547094345093], "std": [0.25641870498657227, 0.19379930198192596, 0.23112685978412628, 0.04655337333679199, 0.04298250377178192, 0.07470204681158066, 0.9764356017112732], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [275], "max": [275], "mean": [275.0], "std": [0.0], "count": [329]}, "index": {"min": [103432], "max": [103760], "mean": [103596.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [329]}}} +{"episode_index": 276, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3639391192267923]], [[0.30942730473537067]], [[0.23844638779584099]]], "std": [[[0.14143101232176475]], [[0.13225512084835034]], [[0.15162653685290636]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.3482564769071691]], [[0.26963464534983916]], [[0.17448195872587316]]], "std": [[[0.20698619020089856]], [[0.1465895484073584]], [[0.08958641198381243]]], "count": [100]}, "state": {"min": [-0.39913105964660645, -0.21977286040782928, 1.015872836112976, 2.980602264404297, -0.1745600551366806, -0.18865790963172913, 0.014043506234884262, -0.04000580310821533], "max": [-0.015367690473794937, 0.02717566303908825, 1.2859071493148804, 3.23872447013855, 0.17232254147529602, 0.17681509256362915, 0.03995737433433533, -0.015010599978268147], "mean": [-0.21308432519435883, -0.15261736512184143, 1.1736938953399658, 3.078446865081787, -0.02317698486149311, -0.01739228330552578, 0.02566969022154808, -0.025924233719706535], "std": [0.14439177513122559, 0.0531148724257946, 0.06888271868228912, 0.07089594751596451, 0.08730188012123108, 0.11139991134405136, 0.011992665939033031, 0.011804446578025818], "count": [335]}, "actions": {"min": [-1.80349862575531, -1.2807255983352661, -0.7360793352127075, -0.23664700984954834, -0.2758004069328308, -0.2698463499546051, -1.0], "max": [0.6239234805107117, 1.1194573640823364, 2.5576350688934326, 0.26745834946632385, 0.23719458281993866, 0.2499457150697708, 1.0], "mean": [-0.026345161721110344, -0.042437147349119186, -0.005651512648910284, -0.006683302111923695, -0.003865449223667383, 0.0031277446541935205, 0.12238805741071701], "std": [0.2797473073005676, 0.23130492866039276, 0.30475112795829773, 0.05312219634652138, 0.05043410137295723, 0.06154163181781769, 0.992482602596283], "count": [335]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.670573922989266], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [276], "max": [276], "mean": [276.0], "std": [0.0], "count": [335]}, "index": {"min": [103761], "max": [104095], "mean": [103928.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [335]}}} +{"episode_index": 277, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.360487777410769]], [[0.3071325809254366]], [[0.23679797183766085]]], "std": [[[0.14219476729335243]], [[0.13225626651820618]], [[0.15054179261320336]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.32810059192133884]], [[0.25633896472407325]], [[0.16562967577167587]]], "std": [[[0.20785078682934613]], [[0.14521479734009368]], [[0.0893059461066485]]], "count": [100]}, "state": {"min": [-0.44861048460006714, -0.20159991085529327, 0.9887129068374634, 2.9584901332855225, -0.2763756811618805, -0.5120890140533447, 0.011542974039912224, -0.04001028463244438], "max": [-0.026095421984791756, 0.00961911492049694, 1.3244273662567139, 3.275953769683838, 0.24416060745716095, 0.5075531601905823, 0.03988843783736229, -0.014775971882045269], "mean": [-0.2538430392742157, -0.15443791449069977, 1.1677719354629517, 3.0995051860809326, -0.034422822296619415, 0.05144866555929184, 0.024425506591796875, -0.024902839213609695], "std": [0.15271860361099243, 0.04528941959142685, 0.09161247313022614, 0.08974123001098633, 0.12055032700300217, 0.3743249177932739, 0.01187360379844904, 0.01157273631542921], "count": [391]}, "actions": {"min": [-1.3882415294647217, -0.9166790843009949, -0.4385039210319519, -0.2124323546886444, -0.20533384382724762, -0.19753362238407135, -1.0], "max": [0.9700148701667786, 1.215436339378357, 1.6336263418197632, 0.27661192417144775, 0.17607538402080536, 0.3799400329589844, 1.0], "mean": [-0.012119049206376076, -0.04139000549912453, -0.0057746656239032745, -0.004593605175614357, -0.0024858114775270224, 0.00935739278793335, 0.21739129722118378], "std": [0.25892016291618347, 0.2013896256685257, 0.26978009939193726, 0.05010669305920601, 0.0470951683819294, 0.07409605383872986, 0.9760864973068237], "count": [391]}, "timestamp": {"min": [0.0], "max": [39.0], "mean": [19.5], "std": [11.28716084761797], "count": [391]}, "frame_index": {"min": [0], "max": [390], "mean": [195.0], "std": [112.8716084761797], "count": [391]}, "episode_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [391]}, "index": {"min": [104096], "max": [104486], "mean": [104291.0], "std": [112.8716084761797], "count": [391]}, "task_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [391]}}} +{"episode_index": 278, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35984488154392613]], [[0.3057630088656556]], [[0.23521063591452204]]], "std": [[[0.14100326289359666]], [[0.1304911539420579]], [[0.14712088818168026]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.984313725490196]]], "mean": [[[0.3245568033854167]], [[0.2512797235227099]], [[0.16321446377623317]]], "std": [[[0.20899099588640105]], [[0.1494327654871369]], [[0.093161940242275]]], "count": [100]}, "state": {"min": [-0.39684027433395386, -0.1679820418357849, 1.0136523246765137, 2.9240949153900146, -0.1391514241695404, -0.5942219495773315, 0.013246078975498676, -0.04000790789723396], "max": [-0.006887923926115036, 0.0057492186315357685, 1.3081486225128174, 3.2426211833953857, 0.2941841781139374, 0.560849666595459, 0.03986386954784393, -0.014363646507263184], "mean": [-0.2549920380115509, -0.12049253284931183, 1.166075348854065, 3.025329351425171, 0.041110310703516006, 0.06563765555620193, 0.022407012060284615, -0.022722546011209488], "std": [0.1458911895751953, 0.04777657613158226, 0.07574161887168884, 0.07826609164476395, 0.09605967253446579, 0.39697694778442383, 0.011081484146416187, 0.010980254039168358], "count": [416]}, "actions": {"min": [-1.3260709047317505, -1.0860424041748047, -0.5624752640724182, -0.22517737746238708, -0.2371954619884491, -0.28082898259162903, -1.0], "max": [0.8966067433357239, 0.7625088691711426, 1.5964815616607666, 0.24560564756393433, 0.1628793329000473, 0.4003520905971527, 1.0], "mean": [-0.015272864140570164, -0.030072063207626343, -0.010874172672629356, -0.00299439555965364, -0.0019444620702415705, 0.008611959405243397, 0.38461539149284363], "std": [0.2740212678909302, 0.19004254043102264, 0.25008001923561096, 0.051348451524972916, 0.046508412808179855, 0.07700249552726746, 0.92307448387146], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [278], "max": [278], "mean": [278.0], "std": [0.0], "count": [416]}, "index": {"min": [104487], "max": [104902], "mean": [104694.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [416]}}} +{"episode_index": 279, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3565288869820389]], [[0.30575298713235294]], [[0.2351389088350184]]], "std": [[[0.1504403173224953]], [[0.1370033263919693]], [[0.15376375773195594]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.32206460870481]], [[0.25212376673081344]], [[0.16769892853381588]]], "std": [[[0.21121602546311866]], [[0.1515498055812229]], [[0.09720599598200172]]], "count": [100]}, "state": {"min": [-0.45314615964889526, -0.23729917407035828, 0.9935213327407837, 2.6633553504943848, -0.2322058379650116, -0.2575662136077881, 0.014676321297883987, -0.039966389536857605], "max": [-0.05571611970663071, 0.005223595071583986, 1.199394941329956, 3.189211368560791, 0.24922412633895874, 0.41077500581741333, 0.04000401496887207, -0.013669934123754501], "mean": [-0.26863914728164673, -0.1128578633069992, 1.1361722946166992, 2.9794998168945312, -0.03562737628817558, 0.06280950456857681, 0.02468561939895153, -0.024931207299232483], "std": [0.15348346531391144, 0.08098079264163971, 0.05919010564684868, 0.2019825279712677, 0.11091206222772598, 0.20162111520767212, 0.011142423376441002, 0.01101580448448658], "count": [350]}, "actions": {"min": [-0.8756663203239441, -0.39546504616737366, -0.7861195206642151, -0.12814152240753174, -0.16155396401882172, -0.09746360033750534, -1.0], "max": [0.5712509751319885, 0.18279851973056793, 0.9280686378479004, 0.1491803675889969, 0.16463015973567963, 0.3600313663482666, 1.0], "mean": [-0.043001871556043625, -0.05513865873217583, -0.030020618811249733, -0.01309073343873024, 0.00047537838690914214, 0.0018174846190959215, 0.2628571391105652], "std": [0.2204458862543106, 0.0944124385714531, 0.2072269171476364, 0.0369686596095562, 0.04270252212882042, 0.04873533174395561, 0.9648337960243225], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [350]}, "index": {"min": [104903], "max": [105252], "mean": [105077.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [350]}}} +{"episode_index": 280, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3639322204589843]], [[0.3087701092888327]], [[0.23734544462316176]]], "std": [[[0.14230015125125234]], [[0.13243357566655764]], [[0.15045388870696247]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.31456754437614887]], [[0.24780653231751687]], [[0.16608661726409313]]], "std": [[[0.21367591303836117]], [[0.1535505495935825]], [[0.09917239495993538]]], "count": [100]}, "state": {"min": [-0.4681818187236786, -0.22959192097187042, 0.9904868006706238, 2.6573588848114014, -0.07438424974679947, 0.09077823907136917, 0.011596466414630413, -0.04001245275139809], "max": [-0.059511829167604446, 0.011745528317987919, 1.1979622840881348, 3.1644070148468018, 0.22763407230377197, 0.4420953094959259, 0.039996545761823654, -0.015322810970246792], "mean": [-0.25832802057266235, -0.11534781008958817, 1.1268641948699951, 2.952608346939087, 0.02881585620343685, 0.2512846291065216, 0.024272261187434196, -0.025013649836182594], "std": [0.15595822036266327, 0.07701803743839264, 0.05776560306549072, 0.19243669509887695, 0.07337543368339539, 0.11226505041122437, 0.01203808095306158, 0.011558661237359047], "count": [421]}, "actions": {"min": [-1.019606113433838, -1.2564804553985596, -0.51297926902771, -0.2647589147090912, -0.22482940554618835, -0.12316415458917618, -1.0], "max": [1.1470595598220825, 0.2818763554096222, 0.9180544018745422, 0.1369774043560028, 0.12310139089822769, 0.19553247094154358, 1.0], "mean": [-0.013743877410888672, -0.04703131690621376, -0.012317642569541931, -0.006918678991496563, -0.0023154444061219692, 0.002679853467270732, 0.22565320134162903], "std": [0.22458767890930176, 0.1311587393283844, 0.1684749871492386, 0.04143105074763298, 0.038577910512685776, 0.03787017986178398, 0.974206805229187], "count": [421]}, "timestamp": {"min": [0.0], "max": [42.0], "mean": [21.0], "std": [12.153188881935472], "count": [421]}, "frame_index": {"min": [0], "max": [420], "mean": [210.0], "std": [121.53188881935473], "count": [421]}, "episode_index": {"min": [280], "max": [280], "mean": [280.0], "std": [0.0], "count": [421]}, "index": {"min": [105253], "max": [105673], "mean": [105463.0], "std": [121.53188881935473], "count": [421]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [421]}}} +{"episode_index": 281, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36583191276999083]], [[0.3128051267137714]], [[0.2407959887934666]]], "std": [[[0.14536296526012124]], [[0.13441076801898372]], [[0.15428643067408251]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.32246677533318013]], [[0.25386954453412225]], [[0.17104189584769455]]], "std": [[[0.21320171384267678]], [[0.15426820903798708]], [[0.10195224680660202]]], "count": [100]}, "state": {"min": [-0.44771385192871094, -0.21518374979496002, 1.0016554594039917, 2.6902878284454346, -0.35216274857521057, -0.058874811977148056, 0.012597800232470036, -0.0400032214820385], "max": [-0.048927728086709976, 0.022056428715586662, 1.2001779079437256, 3.175532102584839, 0.09560131281614304, 0.28070932626724243, 0.03996722772717476, -0.013098876923322678], "mean": [-0.2692519426345825, -0.11217282712459564, 1.1164474487304688, 2.984564781188965, -0.1109633818268776, 0.10529528558254242, 0.024154605343937874, -0.02469611167907715], "std": [0.16003112494945526, 0.07179100811481476, 0.05196632072329521, 0.1718478500843048, 0.12365499883890152, 0.09402001649141312, 0.011886855587363243, 0.011544927954673767], "count": [351]}, "actions": {"min": [-1.0356742143630981, -0.5669899582862854, -0.7976399064064026, -0.15755102038383484, -0.1355680674314499, -0.10425928235054016, -1.0], "max": [0.7548226714134216, 0.2685312330722809, 0.7239418029785156, 0.17582213878631592, 0.22768355906009674, 0.2333366572856903, 1.0], "mean": [-0.037920333445072174, -0.054327044636011124, -0.023830391466617584, -0.011987389996647835, -0.0023959127720445395, -0.0011024374980479479, 0.23646724224090576], "std": [0.2300686538219452, 0.10861758142709732, 0.16597221791744232, 0.03811885789036751, 0.04286288097500801, 0.04268059507012367, 0.9716379046440125], "count": [351]}, "timestamp": {"min": [0.0], "max": [35.0], "mean": [17.5], "std": [10.132456102380443], "count": [351]}, "frame_index": {"min": [0], "max": [350], "mean": [175.0], "std": [101.32456102380442], "count": [351]}, "episode_index": {"min": [281], "max": [281], "mean": [281.0], "std": [0.0], "count": [351]}, "index": {"min": [105674], "max": [106024], "mean": [105849.0], "std": [101.32456102380442], "count": [351]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [351]}}} +{"episode_index": 282, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3588680892645144]], [[0.30759278480679386]], [[0.23693986301796108]]], "std": [[[0.14648368738504175]], [[0.1352852059832093]], [[0.15363604903907008]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3373460525811887]], [[0.26671172616996014]], [[0.18024406582701438]]], "std": [[[0.2070752287488341]], [[0.1479420482190972]], [[0.09894438060349992]]], "count": [100]}, "state": {"min": [-0.46087661385536194, -0.24800513684749603, 0.9886865019798279, 2.7789032459259033, -0.34643834829330444, -0.13850489258766174, 0.012778481468558311, -0.04000650718808174], "max": [-0.06792271137237549, -0.005868751090019941, 1.2029006481170654, 3.128984212875366, 0.18207743763923645, 0.8508890271186829, 0.03992852941155434, -0.016388732939958572], "mean": [-0.2620464563369751, -0.10063988715410233, 1.1284980773925781, 2.9952096939086914, -0.09850447624921799, 0.27930158376693726, 0.027189472690224648, -0.02800501324236393], "std": [0.14738991856575012, 0.0878603458404541, 0.060716427862644196, 0.11447014659643173, 0.12762513756752014, 0.3607017993927002, 0.011442434974014759, 0.010767532512545586], "count": [364]}, "actions": {"min": [-1.1972324848175049, -0.6410927772521973, -0.6209903955459595, -0.24186556041240692, -0.17516188323497772, -0.15435239672660828, -1.0], "max": [0.5759668946266174, 0.2656131684780121, 0.8867843747138977, 0.10152077674865723, 0.21476522088050842, 0.23953840136528015, 1.0], "mean": [-0.029258601367473602, -0.059327881783246994, -0.01700437255203724, -0.01065443642437458, -0.003869368229061365, 0.009815921075642109, 0.0714285746216774], "std": [0.23854407668113708, 0.1201963797211647, 0.19725710153579712, 0.03736746683716774, 0.043453462421894073, 0.052573759108781815, 0.997445285320282], "count": [364]}, "timestamp": {"min": [0.0], "max": [36.3], "mean": [18.15], "std": [10.507735245998541], "count": [364]}, "frame_index": {"min": [0], "max": [363], "mean": [181.5], "std": [105.0773524599854], "count": [364]}, "episode_index": {"min": [282], "max": [282], "mean": [282.0], "std": [0.0], "count": [364]}, "index": {"min": [106025], "max": [106388], "mean": [106206.5], "std": [105.0773524599854], "count": [364]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [364]}}} +{"episode_index": 283, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3620713602701823]], [[0.30883617146809894]], [[0.23774848608877144]]], "std": [[[0.144052894148059]], [[0.1327916180301811]], [[0.1514452153430717]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3356107692344516]], [[0.2643370403214997]], [[0.17669345152611826]]], "std": [[[0.21135849728279005]], [[0.15100487842522228]], [[0.09836184897492685]]], "count": [100]}, "state": {"min": [-0.43172308802604675, -0.26416829228401184, 1.0001215934753418, 2.796889543533325, -0.211014062166214, -0.32712793350219727, 0.013604981824755669, -0.04000699892640114], "max": [-0.03763340413570404, 0.050129685550928116, 1.2017297744750977, 3.1922223567962646, 0.13736477494239807, 0.5013338923454285, 0.03996535763144493, -0.016095802187919617], "mean": [-0.2430667281150818, -0.09914231300354004, 1.1399716138839722, 3.0107359886169434, -0.05787249282002449, 0.06989414989948273, 0.02575523406267166, -0.026399943977594376], "std": [0.1493743360042572, 0.10193978995084763, 0.05690637230873108, 0.11614155024290085, 0.09209281951189041, 0.3042421340942383, 0.01128682866692543, 0.010979213751852512], "count": [391]}, "actions": {"min": [-1.0171072483062744, -0.578475296497345, -0.7231395840644836, -0.25921815633773804, -0.16759176552295685, -0.15710148215293884, -1.0], "max": [0.658764660358429, 0.474164754152298, 0.9435921907424927, 0.148390531539917, 0.13097403943538666, 0.16430358588695526, 1.0], "mean": [-0.014348681084811687, -0.05802110955119133, -0.013093636371195316, -0.009635447524487972, -0.0028595589101314545, 0.007084467448294163, 0.1764705926179886], "std": [0.21908247470855713, 0.11930906772613525, 0.184744194149971, 0.045841313898563385, 0.04559126868844032, 0.05390777066349983, 0.984305202960968], "count": [391]}, "timestamp": {"min": [0.0], "max": [39.0], "mean": [19.5], "std": [11.28716084761797], "count": [391]}, "frame_index": {"min": [0], "max": [390], "mean": [195.0], "std": [112.8716084761797], "count": [391]}, "episode_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [391]}, "index": {"min": [106389], "max": [106779], "mean": [106584.0], "std": [112.8716084761797], "count": [391]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [391]}}} +{"episode_index": 284, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35809544222962625]], [[0.30378888717352176]], [[0.23124590286554073]]], "std": [[[0.138791074857442]], [[0.12420301171490979]], [[0.14052859985844862]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3063505691827512]], [[0.23789987003102023]], [[0.15903801592658548]]], "std": [[[0.19534780830602327]], [[0.14183158364390097]], [[0.09186728234893729]]], "count": [100]}, "state": {"min": [-0.4215448796749115, -0.1969902664422989, 0.9828200340270996, 2.774223804473877, -0.10850290209054947, -0.6435360908508301, 0.011241888627409935, -0.040005162358284], "max": [-0.2797999680042267, 0.1961020827293396, 1.2544718980789185, 3.2364420890808105, 0.21341022849082947, 0.31457093358039856, 0.039926134049892426, -0.01217904407531023], "mean": [-0.35167330503463745, -0.010558042675256729, 1.1461877822875977, 2.9977846145629883, 0.019642015919089317, -0.13027749955654144, 0.021194711327552795, -0.021560531109571457], "std": [0.04590039327740669, 0.15012796223163605, 0.07431404292583466, 0.1579636186361313, 0.08324192464351654, 0.31626129150390625, 0.01272960752248764, 0.012512252666056156], "count": [317]}, "actions": {"min": [-0.4962993860244751, -0.815797746181488, -0.7744179964065552, -0.20124760270118713, -0.19247694313526154, -0.3054109811782837, -1.0], "max": [0.2794543504714966, 0.7583752870559692, 0.8929142355918884, 0.1849871128797531, 0.1742946058511734, 0.3198685944080353, 1.0], "mean": [-0.007199804298579693, -0.046280961483716965, -0.008194002322852612, -0.009459718130528927, -0.001152296201325953, 0.00043025895138271153, 0.3186119794845581], "std": [0.12008574604988098, 0.22692003846168518, 0.22512508928775787, 0.047981034964323044, 0.05227385833859444, 0.08750928938388824, 0.9478870630264282], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [317]}, "index": {"min": [106780], "max": [107096], "mean": [106938.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [317]}}} +{"episode_index": 285, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.35175281001072306]], [[0.29674553725298713]], [[0.22700497017654717]]], "std": [[[0.14124218128040986]], [[0.12953698936097235]], [[0.1422912103336163]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3048541756424249]], [[0.2379841972799862]], [[0.16117511405196847]]], "std": [[[0.1959155325326529]], [[0.14212809089018877]], [[0.09305521255650656]]], "count": [100]}, "state": {"min": [-0.505136251449585, -0.20125886797904968, 0.976525604724884, 2.587116241455078, -0.19225138425827026, -0.038786135613918304, 0.012553690932691097, -0.04000667482614517], "max": [-0.27867600321769714, 0.20880764722824097, 1.2779923677444458, 3.080439805984497, 0.37345415353775024, 1.0370107889175415, 0.0398702546954155, -0.013793380931019783], "mean": [-0.3869410455226898, -0.0175615306943655, 1.1534771919250488, 2.818068027496338, 0.041957296431064606, 0.6416595578193665, 0.020918069407343864, -0.021799374371767044], "std": [0.0660906732082367, 0.14877977967262268, 0.08517573773860931, 0.17262469232082367, 0.11904658377170563, 0.4191901683807373, 0.01068921573460102, 0.010238920338451862], "count": [393]}, "actions": {"min": [-0.8080061078071594, -1.2135738134384155, -0.5583177804946899, -0.3332310914993286, -0.17994827032089233, -0.2481529861688614, -1.0], "max": [0.28459882736206055, 1.7102104425430298, 0.7203182578086853, 0.18744540214538574, 0.11649084836244583, 0.425685852766037, 1.0], "mean": [-0.02532278373837471, -0.04631931707262993, -0.030659370124340057, -0.010633273050189018, -0.005967589095234871, 0.013519266620278358, 0.48600509762763977], "std": [0.1691027730703354, 0.25673338770866394, 0.185831218957901, 0.049265600740909576, 0.041626591235399246, 0.07549948990345001, 0.8739561438560486], "count": [393]}, "timestamp": {"min": [0.0], "max": [39.2], "mean": [19.599999999999998], "std": [11.344896062400338], "count": [393]}, "frame_index": {"min": [0], "max": [392], "mean": [196.0], "std": [113.44896062400336], "count": [393]}, "episode_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [393]}, "index": {"min": [107097], "max": [107489], "mean": [107293.0], "std": [113.44896062400336], "count": [393]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [393]}}} +{"episode_index": 286, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35771881223192403]], [[0.30237113563687196]], [[0.23177425549077052]]], "std": [[[0.13839093119108106]], [[0.12722875974435136]], [[0.14291750581237436]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3024710184733073]], [[0.23681039069680607]], [[0.16179689354990043]]], "std": [[[0.19265306447078046]], [[0.1399718152039458]], [[0.09416775036749045]]], "count": [100]}, "state": {"min": [-0.4775852859020233, -0.21495689451694489, 0.9843961000442505, 2.6915900707244873, -0.2422691434621811, -0.4540122151374817, 0.011079209856688976, -0.040005873888731], "max": [-0.2873322367668152, 0.2107132226228714, 1.2179383039474487, 3.1872735023498535, 0.1289421170949936, 0.7491959929466248, 0.0399310328066349, -0.012149026617407799], "mean": [-0.37773317098617554, -0.013356463052332401, 1.123154878616333, 2.959244966506958, -0.06407220661640167, 0.15706327557563782, 0.021708963438868523, -0.02220137044787407], "std": [0.06183382123708725, 0.16549253463745117, 0.062186069786548615, 0.17019672691822052, 0.09735620021820068, 0.4528123438358307, 0.012907786294817924, 0.012587742879986763], "count": [381]}, "actions": {"min": [-0.458059698343277, -0.9022431969642639, -0.4441537857055664, -0.15603582561016083, -0.23253893852233887, -0.24196411669254303, -1.0], "max": [0.3081669807434082, 0.6853640675544739, 0.7355243563652039, 0.15104149281978607, 0.26622480154037476, 0.40422526001930237, 1.0], "mean": [-0.013577119447290897, -0.04877160117030144, -0.007656336296349764, -0.01083067525178194, -0.0032798859756439924, 0.008177516981959343, 0.29658791422843933], "std": [0.11580637842416763, 0.22417528927326202, 0.17512011528015137, 0.04286321997642517, 0.05476813390851021, 0.07300831377506256, 0.9550030827522278], "count": [381]}, "timestamp": {"min": [0.0], "max": [38.0], "mean": [19.0], "std": [10.998484744121194], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [286], "max": [286], "mean": [286.0], "std": [0.0], "count": [381]}, "index": {"min": [107490], "max": [107870], "mean": [107680.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [381]}}} +{"episode_index": 287, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35299728812423403]], [[0.29913587323357077]], [[0.22931816908892463]]], "std": [[[0.14168348642773318]], [[0.12931871335680775]], [[0.1436447461405999]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.32151953005323225]], [[0.24863237029430912]], [[0.16552635162951898]]], "std": [[[0.19163591416536796]], [[0.13736017506605452]], [[0.08870353608950994]]], "count": [100]}, "state": {"min": [-0.43056520819664, -0.24212609231472015, 0.9755867719650269, 2.971982717514038, -0.1652238965034485, -0.5054419636726379, 0.010840099304914474, -0.03994067758321762], "max": [-0.2645357549190521, 0.20836573839187622, 1.2320841550827026, 3.2640483379364014, 0.14482459425926208, 0.7049232721328735, 0.04061201214790344, -0.012447109445929527], "mean": [-0.35064971446990967, -0.028629738837480545, 1.126381278038025, 3.1153945922851562, -0.012186337262392044, 0.09200272709131241, 0.02359597757458687, -0.023383602499961853], "std": [0.05200624093413353, 0.1677132248878479, 0.07272706180810928, 0.08379599452018738, 0.09247008711099625, 0.4475063383579254, 0.012441324070096016, 0.01224313024431467], "count": [302]}, "actions": {"min": [-0.35532885789871216, -0.8417770266532898, -0.8907470107078552, -0.14312681555747986, -0.1972435861825943, -0.2499045729637146, -1.0], "max": [0.40308424830436707, 0.5995617508888245, 0.5707748532295227, 0.15575119853019714, 0.18213804066181183, 0.3703680634498596, 1.0], "mean": [-0.014764261431992054, -0.0714292898774147, -0.012321640737354755, -0.008392088115215302, -0.0034424394834786654, 0.013255137950181961, 0.2384105920791626], "std": [0.1284405142068863, 0.2518063187599182, 0.21991267800331116, 0.04461860656738281, 0.05430888384580612, 0.08320587128400803, 0.9711640477180481], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [302]}, "index": {"min": [107871], "max": [108172], "mean": [108021.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [302]}}} +{"episode_index": 288, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3579895893171722]], [[0.3034700808057598]], [[0.23168726244159774]]], "std": [[[0.1399135706850791]], [[0.12787124181229612]], [[0.14488299255005638]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3209646905637255]], [[0.2512387683344823]], [[0.17109561456418507]]], "std": [[[0.19343522752789036]], [[0.13984855392493978]], [[0.09419035452047898]]], "count": [100]}, "state": {"min": [-0.5126639008522034, -0.23724274337291718, 0.9757856130599976, 2.6780853271484375, -0.33840468525886536, -0.3248598873615265, 0.010056838393211365, -0.0399719774723053], "max": [-0.29268983006477356, 0.2097977101802826, 1.2465794086456299, 3.228253126144409, 0.09952137619256973, 0.8299844264984131, 0.0400034599006176, -0.012279393151402473], "mean": [-0.39272838830947876, -0.032871827483177185, 1.1418894529342651, 2.9987497329711914, -0.15620698034763336, 0.2387572079896927, 0.0213253702968359, -0.02197253704071045], "std": [0.0776304230093956, 0.17620639503002167, 0.07293956726789474, 0.18460150063037872, 0.11622630059719086, 0.3794451057910919, 0.013073408976197243, 0.012592211365699768], "count": [434]}, "actions": {"min": [-0.6189542412757874, -0.8725062012672424, -0.4957207143306732, -0.19967539608478546, -0.23606613278388977, -0.2315003126859665, -1.0], "max": [0.2815965414047241, 0.9703651070594788, 1.119702935218811, 0.10872446745634079, 0.1323341578245163, 0.2993846833705902, 1.0], "mean": [-0.015401022508740425, -0.03166870027780533, -0.026587780565023422, -0.007575771305710077, -0.0038935523480176926, 0.005284925922751427, 0.31336405873298645], "std": [0.12239855527877808, 0.21773523092269897, 0.19318503141403198, 0.04046160727739334, 0.05369512364268303, 0.062238071113824844, 0.9496321082115173], "count": [434]}, "timestamp": {"min": [0.0], "max": [43.3], "mean": [21.650000000000002], "std": [12.528467583866751], "count": [434]}, "frame_index": {"min": [0], "max": [433], "mean": [216.5], "std": [125.28467583866751], "count": [434]}, "episode_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [434]}, "index": {"min": [108173], "max": [108606], "mean": [108389.5], "std": [125.28467583866751], "count": [434]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [434]}}} +{"episode_index": 289, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35440004271080056]], [[0.30163019102623023]], [[0.2318864474289378]]], "std": [[[0.14721658585434946]], [[0.1342999116918123]], [[0.14872595007727346]]], "count": [104]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.3413908358612751]], [[0.26336857837429595]], [[0.1733740454166004]]], "std": [[[0.20753034792528546]], [[0.14985486285002417]], [[0.09487849667538557]]], "count": [104]}, "state": {"min": [-0.5375638008117676, -0.2077653408050537, 1.001632809638977, 2.58485746383667, -0.18452656269073486, -0.13109645247459412, 0.012570284307003021, -0.039926305413246155], "max": [-0.040609922260046005, 0.14371633529663086, 1.3218653202056885, 3.2861416339874268, 0.20721861720085144, 0.7275336980819702, 0.04000745341181755, -0.014935308136045933], "mean": [-0.3178662359714508, -0.03952808305621147, 1.1913948059082031, 2.931324005126953, -0.023357586935162544, 0.2410380244255066, 0.021592382341623306, -0.022342538461089134], "std": [0.16958247125148773, 0.1280035376548767, 0.08627519011497498, 0.22819912433624268, 0.10812574625015259, 0.2905861437320709, 0.011339173652231693, 0.010806354694068432], "count": [493]}, "actions": {"min": [-1.4640066623687744, -0.8050037622451782, -0.5698055028915405, -0.17627917230129242, -0.17423677444458008, -0.2161894291639328, -1.0], "max": [1.359026312828064, 0.664789617061615, 1.287087082862854, 0.1934107095003128, 0.19132651388645172, 0.43679502606391907, 1.0], "mean": [-0.011364500969648361, -0.03664382919669151, 0.004337251652032137, -0.007252615876495838, -0.002945517422631383, 0.005235359072685242, 0.41582149267196655], "std": [0.25383928418159485, 0.17989125847816467, 0.2125251293182373, 0.04326789453625679, 0.044983576983213425, 0.06009852513670921, 0.9094509482383728], "count": [493]}, "timestamp": {"min": [0.0], "max": [49.2], "mean": [24.599999999999998], "std": [14.231654858097142], "count": [493]}, "frame_index": {"min": [0], "max": [492], "mean": [246.0], "std": [142.3165485809714], "count": [493]}, "episode_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [493]}, "index": {"min": [108607], "max": [109099], "mean": [108853.0], "std": [142.3165485809714], "count": [493]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [493]}}} +{"episode_index": 290, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3597909103094363]], [[0.30634876206341916]], [[0.2371168374454274]]], "std": [[[0.1465720353565306]], [[0.1355844146251851]], [[0.1522480130528395]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3453596795773974]], [[0.2678551474178538]], [[0.17669580377316943]]], "std": [[[0.2126399100478557]], [[0.1538510323294986]], [[0.09904642621702273]]], "count": [100]}, "state": {"min": [-0.44859662652015686, -0.22477495670318604, 0.9939491152763367, 2.669623851776123, -0.2245747148990631, -0.5728113651275635, 0.013360985554754734, -0.04000614956021309], "max": [-0.055300384759902954, 0.1302894800901413, 1.2451016902923584, 3.2197999954223633, 0.11156149953603745, 0.27000322937965393, 0.03995831310749054, -0.015574694611132145], "mean": [-0.2534588575363159, -0.0394454151391983, 1.1551700830459595, 2.9648401737213135, -0.09722970426082611, -0.08758710324764252, 0.025000352412462234, -0.025657713413238525], "std": [0.14396518468856812, 0.13473372161388397, 0.06867638230323792, 0.17414544522762299, 0.08660044521093369, 0.29938164353370667, 0.011920908465981483, 0.011458955705165863], "count": [382]}, "actions": {"min": [-0.8906488418579102, -1.158676028251648, -0.9889819622039795, -0.16387256979942322, -0.2076125293970108, -0.18818846344947815, -1.0], "max": [0.5702347755432129, 0.660995602607727, 1.2096564769744873, 0.15981516242027283, 0.22012284398078918, 0.2591766119003296, 1.0], "mean": [-0.019756769761443138, -0.04804613068699837, -0.018131263554096222, -0.008378557860851288, -0.003926209174096584, 0.0021934183314442635, 0.18324607610702515], "std": [0.21018429100513458, 0.22161784768104553, 0.2406642884016037, 0.04295601323246956, 0.055157553404569626, 0.06170986592769623, 0.9830663204193115], "count": [382]}, "timestamp": {"min": [0.0], "max": [38.1], "mean": [19.05], "std": [11.027352356753637], "count": [382]}, "frame_index": {"min": [0], "max": [381], "mean": [190.5], "std": [110.27352356753637], "count": [382]}, "episode_index": {"min": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [382]}, "index": {"min": [109100], "max": [109481], "mean": [109290.5], "std": [110.27352356753637], "count": [382]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [382]}}} +{"episode_index": 291, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35955919273226866]], [[0.30581539438285077]], [[0.23561612177830116]]], "std": [[[0.1453828994003967]], [[0.1328461693651458]], [[0.1488604087295]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33925737627814795]], [[0.2613332274193857]], [[0.17071703084309897]]], "std": [[[0.21319958142193565]], [[0.1546297221542201]], [[0.09712725006398666]]], "count": [100]}, "state": {"min": [-0.45716598629951477, -0.2128337174654007, 1.0198942422866821, 2.783151626586914, -0.1529858261346817, -0.1929626613855362, 0.013109791092574596, -0.039990488439798355], "max": [-0.04632268846035004, 0.12865404784679413, 1.2621831893920898, 3.1995723247528076, 0.26150357723236084, 0.28974276781082153, 0.040001221001148224, -0.014946399256587029], "mean": [-0.26459139585494995, -0.039599090814590454, 1.1654036045074463, 2.9846951961517334, 0.021138641983270645, 0.04774388670921326, 0.02312244102358818, -0.0236798208206892], "std": [0.14599694311618805, 0.13453149795532227, 0.06745738536119461, 0.1611255705356598, 0.11207236349582672, 0.15000823140144348, 0.01186098251491785, 0.01146505307406187], "count": [389]}, "actions": {"min": [-0.9062628149986267, -0.5798357129096985, -0.5880463123321533, -0.1430923193693161, -0.20880280435085297, -0.15377432107925415, -1.0], "max": [0.5964065790176392, 0.4459812641143799, 0.8088435530662537, 0.16400927305221558, 0.19470281898975372, 0.16870053112506866, 1.0], "mean": [-0.006288384553045034, -0.050354454666376114, -0.005303400568664074, -0.008704322390258312, 0.000304835761198774, 0.001487955218181014, 0.30077120661735535], "std": [0.23944921791553497, 0.15932263433933258, 0.20140321552753448, 0.037842344492673874, 0.04726531729102135, 0.04753774404525757, 0.9536968469619751], "count": [389]}, "timestamp": {"min": [0.0], "max": [38.8], "mean": [19.400000000000002], "std": [11.229425630903837], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [291], "max": [291], "mean": [291.0], "std": [0.0], "count": [389]}, "index": {"min": [109482], "max": [109870], "mean": [109676.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [389]}}} +{"episode_index": 292, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3577812057195925]], [[0.30598747462852327]], [[0.23681293801700368]]], "std": [[[0.1483203397144457]], [[0.13496731410413407]], [[0.15093620644662495]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35651930984796265]], [[0.2739694788315717]], [[0.17798927696078432]]], "std": [[[0.21497614496561052]], [[0.1550917665855669]], [[0.09523043669704107]]], "count": [100]}, "state": {"min": [-0.41434991359710693, -0.2209724485874176, 1.0163005590438843, 2.7174646854400635, -0.11763887107372284, -0.1830124706029892, 0.012638341635465622, -0.03993252292275429], "max": [-0.03150640055537224, 0.1485106348991394, 1.2716468572616577, 3.2236199378967285, 0.25417986512184143, 0.20981816947460175, 0.04000437632203102, -0.014792053960263729], "mean": [-0.2349405437707901, -0.023393189534544945, 1.1741875410079956, 3.0244674682617188, 0.03510184586048126, 0.041663363575935364, 0.02325017750263214, -0.023658255115151405], "std": [0.14725759625434875, 0.1436166763305664, 0.07737954705953598, 0.17840592563152313, 0.0852300375699997, 0.12735962867736816, 0.01182177010923624, 0.011517452076077461], "count": [381]}, "actions": {"min": [-0.8609391450881958, -0.7445399761199951, -0.5021740198135376, -0.12705010175704956, -0.2162698209285736, -0.16157908737659454, -1.0], "max": [0.9425356984138489, 0.7381388545036316, 0.706057608127594, 0.13844910264015198, 0.20867548882961273, 0.2640502154827118, 1.0], "mean": [-0.008550319820642471, -0.05197440832853317, -0.012742639519274235, -0.008436408825218678, 0.0008335548336617649, 0.0018623456126078963, 0.29658791422843933], "std": [0.24143031239509583, 0.18400536477565765, 0.20501679182052612, 0.03880343958735466, 0.048089947551488876, 0.047596774995326996, 0.9550030827522278], "count": [381]}, "timestamp": {"min": [0.0], "max": [38.0], "mean": [19.0], "std": [10.998484744121194], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [292], "max": [292], "mean": [292.0], "std": [0.0], "count": [381]}, "index": {"min": [109871], "max": [110251], "mean": [110061.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [381]}}} +{"episode_index": 293, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3634880107804841]], [[0.30447131287817863]], [[0.23804111555510876]]], "std": [[[0.1353230113760621]], [[0.1323651398101568]], [[0.14921174851424365]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.30219342878753064]], [[0.23285662004059435]], [[0.1568398473403033]]], "std": [[[0.20528414285064484]], [[0.14925798340609503]], [[0.09797829009097118]]], "count": [100]}, "state": {"min": [-0.46350881457328796, -0.07241405546665192, 0.9886598587036133, 3.0374443531036377, -0.29465460777282715, -0.6373108625411987, 0.014773974195122719, -0.04000549018383026], "max": [-0.16117897629737854, 0.23124681413173676, 1.1608182191848755, 3.197085380554199, 0.10190029442310333, 0.07853841781616211, 0.03992772847414017, -0.014250123873353004], "mean": [-0.31078723073005676, 0.06580137461423874, 1.0834136009216309, 3.110976457595825, -0.10142414271831512, -0.2732327878475189, 0.02406592294573784, -0.024078581482172012], "std": [0.11329112201929092, 0.122831329703331, 0.050471387803554535, 0.04782877489924431, 0.10792917758226395, 0.273890882730484, 0.011747832410037518, 0.011858779937028885], "count": [284]}, "actions": {"min": [-0.900964081287384, -0.41572046279907227, -0.35333171486854553, -0.1722339540719986, -0.1081489771604538, -0.19479496777057648, -1.0], "max": [0.6461174488067627, 0.6345492005348206, 0.5017116069793701, 0.18407277762889862, 0.08078932017087936, 0.18739193677902222, 1.0], "mean": [-0.023776879534125328, 0.06573852151632309, -0.03123377449810505, 0.004527874290943146, -0.004123692866414785, -0.01674644835293293, 0.23943662643432617], "std": [0.2261657416820526, 0.15839296579360962, 0.15221218764781952, 0.03665526211261749, 0.0346100777387619, 0.04445015266537666, 0.9709131717681885], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [284]}, "index": {"min": [110252], "max": [110535], "mean": [110393.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [284]}}} +{"episode_index": 294, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3652301270728018]], [[0.30420549878887104]], [[0.23514484540153954]]], "std": [[[0.1342589488796168]], [[0.13066023040532393]], [[0.14784019975992077]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32798669194240193]], [[0.25317556643018535]], [[0.1696575969621247]]], "std": [[[0.20191599962814344]], [[0.14412588053713501]], [[0.09114522182963523]]], "count": [100]}, "state": {"min": [-0.48100709915161133, -0.10805050283670425, 0.9893006086349487, 3.1133875846862793, -0.3479214012622833, -0.6988946199417114, 0.014957388862967491, -0.040003180503845215], "max": [-0.1694832742214203, 0.20862989127635956, 1.1932682991027832, 3.3407773971557617, 0.023006552830338478, 0.054777152836322784, 0.03998633846640587, -0.014468934386968613], "mean": [-0.32854416966438293, 0.02767397277057171, 1.114424705505371, 3.208280086517334, -0.14719144999980927, -0.3127851188182831, 0.024367697536945343, -0.02415267564356327], "std": [0.11659111082553864, 0.12654374539852142, 0.06105424836277962, 0.0707855373620987, 0.08750605583190918, 0.26696309447288513, 0.011769619770348072, 0.01194344274699688], "count": [325]}, "actions": {"min": [-0.9110661745071411, -0.4981118142604828, -0.519740104675293, -0.08941573649644852, -0.17580264806747437, -0.14512665569782257, -1.0], "max": [0.4925520420074463, 0.907785952091217, 0.7247083187103271, 0.19678111374378204, 0.10984227061271667, 0.1410595029592514, 1.0], "mean": [-0.02801423892378807, 0.05653506889939308, -0.03539926931262016, 0.004479842260479927, -0.0039219241589307785, -0.01305016316473484, 0.23076923191547394], "std": [0.2120063751935959, 0.16916704177856445, 0.16935047507286072, 0.036009129136800766, 0.0399092435836792, 0.04334394633769989, 0.9730088114738464], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [294], "max": [294], "mean": [294.0], "std": [0.0], "count": [325]}, "index": {"min": [110536], "max": [110860], "mean": [110698.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [325]}}} +{"episode_index": 295, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.360562157126034]], [[0.30133420697380514]], [[0.23457950247970283]]], "std": [[[0.13714532838796026]], [[0.13209618123491088]], [[0.14779858491731168]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.318620667700674]], [[0.24412212237189798]], [[0.16187387144799326]]], "std": [[[0.20291669283909985]], [[0.14518278006753021]], [[0.09260145876021238]]], "count": [100]}, "state": {"min": [-0.4338070750236511, -0.09198053926229477, 0.9926588535308838, 2.9050161838531494, -0.20998364686965942, -0.46463140845298767, 0.014653247781097889, -0.04000885412096977], "max": [-0.1450072079896927, 0.2075875848531723, 1.183356761932373, 3.2902615070343018, 0.12689584493637085, 0.05294840410351753, 0.03981367126107216, -0.011753999628126621], "mean": [-0.29882878065109253, 0.058932214975357056, 1.1047195196151733, 3.106149673461914, -0.06309892237186432, -0.2975921034812927, 0.023465735837817192, -0.023054277524352074], "std": [0.10094582289457321, 0.11516647785902023, 0.04518656060099602, 0.13048623502254486, 0.09277598559856415, 0.10545479506254196, 0.010956049896776676, 0.011413062922656536], "count": [285]}, "actions": {"min": [-1.6975245475769043, -0.3938043415546417, -0.8391605019569397, -0.12280801683664322, -0.23584513366222382, -0.26624858379364014, -1.0], "max": [0.8282996416091919, 0.7222459316253662, 0.9866194725036621, 0.12339905649423599, 0.19092556834220886, 0.16258355975151062, 1.0], "mean": [-0.028452802449464798, 0.06058892980217934, -0.032393474131822586, 0.006027948576956987, -0.0014698663726449013, -0.009472042322158813, 0.3333333432674408], "std": [0.2746421694755554, 0.17056182026863098, 0.19050233066082, 0.03605145961046219, 0.03939317166805267, 0.05026166886091232, 0.942808210849762], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [295], "max": [295], "mean": [295.0], "std": [0.0], "count": [285]}, "index": {"min": [110861], "max": [111145], "mean": [111003.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [285]}}} +{"episode_index": 296, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35893920120538453]], [[0.2992681483848422]], [[0.2324121327119715]]], "std": [[[0.13736116309362686]], [[0.13178628629317296]], [[0.1460595292061222]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.293956605200674]], [[0.22570107613357843]], [[0.15114859008789064]]], "std": [[[0.2037176229609518]], [[0.14689852867300454]], [[0.0943711257812864]]], "count": [100]}, "state": {"min": [-0.4751735031604767, -0.11563781648874283, 0.9907906651496887, 2.9335672855377197, -0.20139427483081818, -0.6602199077606201, 0.014920915476977825, -0.04000896215438843], "max": [-0.1513979136943817, 0.21056775748729706, 1.1655253171920776, 3.2925920486450195, 0.13766033947467804, 0.047404512763023376, 0.03980712220072746, -0.01460280455648899], "mean": [-0.3300460875034332, 0.06097763404250145, 1.099435567855835, 3.1159071922302246, -0.04479709640145302, -0.40459153056144714, 0.022404028102755547, -0.02251851186156273], "std": [0.11655882000923157, 0.1222083792090416, 0.052285172045230865, 0.12140288203954697, 0.0992308259010315, 0.2315806895494461, 0.010900530032813549, 0.010983810760080814], "count": [277]}, "actions": {"min": [-0.687341570854187, -1.0160032510757446, -0.6334221959114075, -0.20008167624473572, -0.16147349774837494, -0.13794298470020294, -1.0], "max": [0.6033850908279419, 0.48400211334228516, 0.5797073245048523, 0.15516631305217743, 0.13996991515159607, 0.11654893308877945, 1.0], "mean": [-0.019556768238544464, 0.06551330536603928, -0.02686304785311222, 0.0028449532110244036, -0.002681794110685587, -0.01743398793041706, 0.3862815797328949], "std": [0.2383514642715454, 0.18378841876983643, 0.17998984456062317, 0.04321035370230675, 0.04220467060804367, 0.03921172395348549, 0.9223802089691162], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [296], "max": [296], "mean": [296.0], "std": [0.0], "count": [277]}, "index": {"min": [111146], "max": [111422], "mean": [111284.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [277]}}} +{"episode_index": 297, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3585518020929075]], [[0.2964925172095205]], [[0.2272026403090533]]], "std": [[[0.1327824709386397]], [[0.1265846365184765]], [[0.14090396544459097]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.2833809730679381]], [[0.2185462018181296]], [[0.14781103276271448]]], "std": [[[0.19605546474717156]], [[0.1407698950134024]], [[0.09077086648238515]]], "count": [100]}, "state": {"min": [-0.5648068785667419, -0.22685402631759644, 0.989047110080719, 2.9591310024261475, -0.25755974650382996, -0.5448914766311646, 0.013100131414830685, -0.04001101106405258], "max": [-0.24507728219032288, 0.35124239325523376, 1.2021641731262207, 3.355560064315796, 0.38263800740242004, 0.01991989091038704, 0.03992137685418129, -0.013000842183828354], "mean": [-0.42565789818763733, 0.08131679892539978, 1.1310936212539673, 3.1564245223999023, -0.01759287714958191, -0.3601333498954773, 0.021920543164014816, -0.021868295967578888], "std": [0.10126004368066788, 0.21468257904052734, 0.05763791501522064, 0.12702973186969757, 0.1536339372396469, 0.15297621488571167, 0.01002210658043623, 0.010074391961097717], "count": [359]}, "actions": {"min": [-0.9754267930984497, -0.9639915227890015, -0.6319516897201538, -0.213918998837471, -0.16721287369728088, -0.21902495622634888, -1.0], "max": [0.4208342432975769, 1.0219908952713013, 1.0115680694580078, 0.2640392780303955, 0.37522968649864197, 0.1628025323152542, 1.0], "mean": [-0.038899291306734085, 0.06910452246665955, -0.03257400915026665, 0.005922294221818447, 0.0029945997521281242, -0.011652952991425991, 0.48746517300605774], "std": [0.1740083396434784, 0.2637145221233368, 0.21221385896205902, 0.055642880499362946, 0.045132990926504135, 0.042977023869752884, 0.8731440305709839], "count": [359]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.900000000000002], "std": [10.363397126425292], "count": [359]}, "frame_index": {"min": [0], "max": [358], "mean": [179.0], "std": [103.63397126425292], "count": [359]}, "episode_index": {"min": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [359]}, "index": {"min": [111423], "max": [111781], "mean": [111602.0], "std": [103.63397126425292], "count": [359]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [359]}}} +{"episode_index": 298, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3577313818838082]], [[0.2982424124923407]], [[0.23048554603726257]]], "std": [[[0.13236391290782631]], [[0.12582282547691068]], [[0.14047072775953212]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.27979721548043046]], [[0.21492134602864582]], [[0.14414014270258885]]], "std": [[[0.19413292877515667]], [[0.1385804346148877]], [[0.08696924869750765]]], "count": [100]}, "state": {"min": [-0.5497707724571228, -0.21943312883377075, 0.9896344542503357, 3.005155086517334, -0.228414386510849, -0.38190948963165283, 0.00802598800510168, -0.03998906910419464], "max": [-0.24949872493743896, 0.299254834651947, 1.2203445434570312, 3.485934019088745, 0.5076055526733398, 0.03644455969333649, 0.03990912809967995, -0.013715446926653385], "mean": [-0.42651596665382385, 0.02887163683772087, 1.1428821086883545, 3.201173782348633, 0.03606835752725601, -0.21633382141590118, 0.020159417763352394, -0.02306467667222023], "std": [0.106143057346344, 0.17311622202396393, 0.06543592363595963, 0.13447022438049316, 0.15815503895282745, 0.12965670228004456, 0.011815188452601433, 0.009921790100634098], "count": [332]}, "actions": {"min": [-0.7325948476791382, -1.0592482089996338, -0.6747828125953674, -0.20091129839420319, -0.1367972046136856, -0.15072374045848846, -1.0], "max": [0.513674795627594, 0.7959054708480835, 0.7907094359397888, 0.1949101686477661, 0.20995542407035828, 0.11368638277053833, 1.0], "mean": [-0.05249475687742233, 0.06675911694765091, -0.0361110121011734, 0.00824202224612236, 0.002026135567575693, -0.008538134396076202, 0.4337349534034729], "std": [0.19802100956439972, 0.2480217069387436, 0.19767756760120392, 0.05109768733382225, 0.045700836926698685, 0.03822634741663933, 0.901043713092804], "count": [332]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.583970993278308], "count": [332]}, "frame_index": {"min": [0], "max": [331], "mean": [165.5], "std": [95.83970993278308], "count": [332]}, "episode_index": {"min": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [332]}, "index": {"min": [111782], "max": [112113], "mean": [111947.5], "std": [95.83970993278308], "count": [332]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [332]}}} +{"episode_index": 299, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35629384119370405]], [[0.2972062910491345]], [[0.2311182621974571]]], "std": [[[0.13371681242295136]], [[0.12838196830431753]], [[0.14293913133348804]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.2812740173339844]], [[0.21631960880055148]], [[0.14606485404220282]]], "std": [[[0.19334641242321401]], [[0.13806254244927127]], [[0.08762415559202638]]], "count": [100]}, "state": {"min": [-0.5676208138465881, -0.21867682039737701, 0.9910242557525635, 2.844888687133789, -0.1462508738040924, -0.41840845346450806, 0.015389190055429935, -0.040008652955293655], "max": [-0.24031703174114227, 0.3630685806274414, 1.1844465732574463, 3.251671075820923, 0.37538155913352966, 0.10135817527770996, 0.03989467769861221, -0.012634926475584507], "mean": [-0.41297903656959534, 0.07622984796762466, 1.117516279220581, 3.0440988540649414, -0.00022760345018468797, -0.24505537748336792, 0.022714685648679733, -0.022928260266780853], "std": [0.11342478543519974, 0.2081986665725708, 0.0584014356136322, 0.1126980260014534, 0.11533299833536148, 0.1548304259777069, 0.010439650155603886, 0.010186861269176006], "count": [326]}, "actions": {"min": [-0.7104045152664185, -1.1086113452911377, -0.6428564786911011, -0.22743937373161316, -0.1539810299873352, -0.15023255348205566, -1.0], "max": [0.7550452947616577, 0.7639286518096924, 0.6465795040130615, 0.45141109824180603, 0.19641180336475372, 0.15918822586536407, 1.0], "mean": [-0.02608012780547142, 0.07496827095746994, -0.033835429698228836, 0.0013860412873327732, 0.00546789588406682, -0.010729148052632809, 0.4171779155731201], "std": [0.19016332924365997, 0.28727588057518005, 0.1991473287343979, 0.06140846759080887, 0.042543504387140274, 0.04105297848582268, 0.9088225364685059], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [326]}, "index": {"min": [112114], "max": [112439], "mean": [112276.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [326]}}} +{"episode_index": 300, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.35676381070006125]], [[0.296871571858724]], [[0.22920822203393076]]], "std": [[[0.13364649859087283]], [[0.12677936771096604]], [[0.14099844227787764]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.28487044210994944]], [[0.21738035194546568]], [[0.1440076545266544]]], "std": [[[0.18738787225737688]], [[0.1322779583836145]], [[0.08195821380394004]]], "count": [100]}, "state": {"min": [-0.5429144501686096, -0.2023816853761673, 0.9913012981414795, 2.713914632797241, -0.04166693985462189, -0.20693722367286682, 0.015006998553872108, -0.04001374915242195], "max": [-0.2537841498851776, 0.28420352935791016, 1.165700078010559, 3.2698187828063965, 0.2582877576351166, 0.09033383429050446, 0.03965497389435768, -0.01236784365028143], "mean": [-0.41605353355407715, 0.04882653430104256, 1.102948784828186, 2.978756904602051, 0.11197070777416229, -0.038764338940382004, 0.022717924788594246, -0.022614166140556335], "std": [0.11719906330108643, 0.18184180557727814, 0.052587732672691345, 0.16462397575378418, 0.09068407118320465, 0.0813976377248764, 0.010398337617516518, 0.010443379171192646], "count": [216]}, "actions": {"min": [-0.8083552718162537, -0.9831048846244812, -0.982779860496521, -0.23694826662540436, -0.14104415476322174, -0.17839717864990234, -1.0], "max": [0.20139002799987793, 1.2365868091583252, 0.7838833928108215, 0.371309369802475, 0.19407203793525696, 0.16752883791923523, 1.0], "mean": [-0.06143736466765404, 0.11294054239988327, -0.031456053256988525, 0.004305653739720583, 0.0032881181687116623, -0.0010638644453138113, 0.40740740299224854], "std": [0.2067582905292511, 0.3249267339706421, 0.24575380980968475, 0.07669590413570404, 0.05010436475276947, 0.055723194032907486, 0.9132462739944458], "count": [216]}, "timestamp": {"min": [0.0], "max": [21.5], "mean": [10.75], "std": [6.235316083942069], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [216]}, "index": {"min": [112440], "max": [112655], "mean": [112547.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [216]}}} +{"episode_index": 301, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3629103591021369]], [[0.30139499021043964]], [[0.23209574800379137]]], "std": [[[0.13046748960543872]], [[0.12490864566459695]], [[0.14222091646412297]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.2877386869542739]], [[0.21953050441367955]], [[0.14548600619446997]]], "std": [[[0.1903246345292056]], [[0.1350433211101684]], [[0.08437651995846952]]], "count": [100]}, "state": {"min": [-0.5382488369941711, -0.1921767145395279, 0.9977074265480042, 2.768289089202881, -0.08643463999032974, -0.18910977244377136, 0.014647086150944233, -0.04001486673951149], "max": [-0.24933958053588867, 0.2961089015007019, 1.1773653030395508, 3.215512275695801, 0.25037673115730286, 0.058546848595142365, 0.04051714763045311, -0.012492467649281025], "mean": [-0.4044065773487091, 0.05962938815355301, 1.1028209924697876, 2.9487195014953613, 0.022220805287361145, -0.08261940628290176, 0.0221475288271904, -0.021976526826620102], "std": [0.11486124247312546, 0.1801617592573166, 0.04856394976377487, 0.1456526219844818, 0.08351502567529678, 0.05802009999752045, 0.010174182243645191, 0.009891055524349213], "count": [225]}, "actions": {"min": [-0.7783359289169312, -0.8179762363433838, -0.6842100024223328, -0.20572011172771454, -0.10465742647647858, -0.14347834885120392, -1.0], "max": [0.3014393150806427, 1.069471001625061, 0.9212735891342163, 0.21338284015655518, 0.2000560462474823, 0.18435165286064148, 1.0], "mean": [-0.06838761270046234, 0.11570863425731659, -0.0382552295923233, 0.00251427642069757, 0.005698646884411573, -0.004048239905387163, 0.4577777683734894], "std": [0.18738359212875366, 0.30823951959609985, 0.23902222514152527, 0.06269606202840805, 0.04179079830646515, 0.04344902187585831, 0.8890673518180847], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [301], "max": [301], "mean": [301.0], "std": [0.0], "count": [225]}, "index": {"min": [112656], "max": [112880], "mean": [112768.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [225]}}} +{"episode_index": 302, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3617680412741269]], [[0.30105517039579505]], [[0.2338657663382736]]], "std": [[[0.13940689068091933]], [[0.13532304058489902]], [[0.151039222545279]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37197140622606467]], [[0.29369557100183824]], [[0.2048513811896829]]], "std": [[[0.17578789427548544]], [[0.12831434508933787]], [[0.09742617999497999]]], "count": [100]}, "state": {"min": [-0.4449721872806549, -0.23579928278923035, 0.9817091822624207, 2.7906863689422607, -0.288741797208786, -0.06987640261650085, 0.006969662383198738, -0.04001486301422119], "max": [-0.23991714417934418, 0.2424643337726593, 1.2215378284454346, 3.123816728591919, 0.06833241879940033, 0.1440298855304718, 0.03969743847846985, -0.004466102924197912], "mean": [-0.3325953483581543, 0.011135482229292393, 1.1217968463897705, 2.924405336380005, -0.11222925037145615, 0.01108754612505436, 0.018293138593435287, -0.018425684422254562], "std": [0.062042705714702606, 0.1821412444114685, 0.0703953206539154, 0.10186607390642166, 0.10132447630167007, 0.052256301045417786, 0.01482352428138256, 0.014835765585303307], "count": [282]}, "actions": {"min": [-1.355729341506958, -1.3332054615020752, -0.8252162337303162, -0.1408132165670395, -0.27008020877838135, -0.18803641200065613, -1.0], "max": [0.6302455067634583, 1.120120882987976, 0.7681161761283875, 0.14346779882907867, 0.15749116241931915, 0.1251075714826584, 1.0], "mean": [0.012888863682746887, 0.06708432734012604, -0.023708846420049667, 0.002808276331052184, -0.0010552280582487583, -0.004794193431735039, 0.3191489279270172], "std": [0.18594877421855927, 0.2758617401123047, 0.23314039409160614, 0.04165556654334068, 0.04554598033428192, 0.038706690073013306, 0.947705864906311], "count": [282]}, "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": [302], "max": [302], "mean": [302.0], "std": [0.0], "count": [282]}, "index": {"min": [112881], "max": [113162], "mean": [113021.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [282]}}} +{"episode_index": 303, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36130335130878527]], [[0.2993682400572534]], [[0.22924659579407936]]], "std": [[[0.1352288253282153]], [[0.1298147230656241]], [[0.14522113986932367]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3729211778827742]], [[0.29079229736328127]], [[0.1986156436695772]]], "std": [[[0.18033712496792242]], [[0.13079290679412994]], [[0.09315841175866524]]], "count": [100]}, "state": {"min": [-0.4228655993938446, -0.2568388283252716, 0.9918296337127686, 2.8646419048309326, -0.29277873039245605, -0.07160994410514832, 0.0040000746957957745, -0.04001573100686073], "max": [-0.2258722484111786, 0.28181982040405273, 1.2427585124969482, 3.0960049629211426, 0.055114246904850006, 0.24739918112754822, 0.039723318070173264, -0.004598440136760473], "mean": [-0.34150201082229614, 0.006626383401453495, 1.1344385147094727, 2.9422688484191895, -0.1096649318933487, 0.10594316571950912, 0.016650671139359474, -0.017083492130041122], "std": [0.07493073493242264, 0.19591236114501953, 0.07779909670352936, 0.05536976084113121, 0.10595928132534027, 0.1206110268831253, 0.016462024301290512, 0.01632881350815296], "count": [227]}, "actions": {"min": [-0.703935444355011, -0.7046849727630615, -0.8178975582122803, -0.12786005437374115, -0.11465451121330261, -0.10279963910579681, -1.0], "max": [0.5761308670043945, 0.9056170582771301, 0.8043552041053772, 0.3732404410839081, 0.22645141184329987, 0.19463859498500824, 1.0], "mean": [0.04510322958230972, 0.09882165491580963, -0.01586872898042202, 0.0010022155474871397, 0.00500272074714303, 0.004616082645952702, 0.28634360432624817], "std": [0.18346108496189117, 0.31223809719085693, 0.2758105993270874, 0.049983516335487366, 0.04378117248415947, 0.0425398088991642, 0.9581276178359985], "count": [227]}, "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": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [227]}, "index": {"min": [113163], "max": [113389], "mean": [113276.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [227]}}} +{"episode_index": 304, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36390717210956647]], [[0.30308691286573225]], [[0.23468509928385414]]], "std": [[[0.13872060265483907]], [[0.1344785739558973]], [[0.15040912683943153]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.37462922339345894]], [[0.29638201904296874]], [[0.20663842055376838]]], "std": [[[0.18696650134159518]], [[0.1386123277495478]], [[0.10473279321127636]]], "count": [100]}, "state": {"min": [-0.449119508266449, -0.24611935019493103, 0.9820311665534973, 2.8850009441375732, -0.38674867153167725, -0.2850818336009979, 0.0016919516492635012, -0.040011659264564514], "max": [-0.23141071200370789, 0.2772793769836426, 1.2460529804229736, 3.228947401046753, 0.0614214763045311, 0.0292257908731699, 0.03974632918834686, -0.0034683127887547016], "mean": [-0.33906739950180054, 0.032754458487033844, 1.1338331699371338, 3.0693254470825195, -0.20016497373580933, -0.10185204446315765, 0.01518870610743761, -0.015108774416148663], "std": [0.07178951054811478, 0.20147620141506195, 0.07760380208492279, 0.10564467310905457, 0.13940194249153137, 0.08609317988157272, 0.015831580385565758, 0.015833251178264618], "count": [241]}, "actions": {"min": [-1.065748929977417, -0.9912317991256714, -0.9330673217773438, -0.19407953321933746, -0.13130676746368408, -0.1095275729894638, -1.0], "max": [0.42844003438949585, 0.7769372463226318, 0.9512670040130615, 0.18637144565582275, 0.15746094286441803, 0.16377730667591095, 1.0], "mean": [0.03093547932803631, 0.09349427372217178, -0.036120958626270294, 0.004576026927679777, 0.0050953966565430164, 0.0009423326700925827, 0.3858921229839325], "std": [0.18448828160762787, 0.2870337665081024, 0.29051581025123596, 0.04276411607861519, 0.04342305287718773, 0.04569753259420395, 0.9225422143936157], "count": [241]}, "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": [304], "max": [304], "mean": [304.0], "std": [0.0], "count": [241]}, "index": {"min": [113390], "max": [113630], "mean": [113510.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [241]}}} +{"episode_index": 305, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3640041270536535]], [[0.3035024707270603]], [[0.23473777980430455]]], "std": [[[0.133086644125845]], [[0.12808698564898122]], [[0.1448035975757375]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35304516422047333]], [[0.27617223762063414]], [[0.19025099870270373]]], "std": [[[0.19050257687536643]], [[0.14072340800072244]], [[0.10230257194329284]]], "count": [100]}, "state": {"min": [-0.4257708191871643, -0.2691061496734619, 0.9879730939865112, 3.0339744091033936, -0.2263307422399521, -0.1534307599067688, 0.00445473100990057, -0.040009304881095886], "max": [-0.2178182750940323, 0.2404339611530304, 1.2106223106384277, 3.2977547645568848, 0.1063610389828682, 0.19347627460956573, 0.03991016000509262, -0.003985907416790724], "mean": [-0.32617494463920593, -0.010487208142876625, 1.109211802482605, 3.1541049480438232, -0.06600147485733032, 0.04612645134329796, 0.018406124785542488, -0.018480394035577774], "std": [0.07211920619010925, 0.18058213591575623, 0.06423267722129822, 0.06899786740541458, 0.09994414448738098, 0.1111454963684082, 0.015992572531104088, 0.015995696187019348], "count": [246]}, "actions": {"min": [-0.5049036741256714, -1.7253246307373047, -0.6906489133834839, -0.22014883160591125, -0.1417582631111145, -0.11749608814716339, -1.0], "max": [0.6143712401390076, 0.7632359862327576, 0.5796860456466675, 0.16104283928871155, 0.17568938434123993, 0.13367944955825806, 1.0], "mean": [0.022852512076497078, 0.03910207003355026, -0.030502939596772194, 0.0013156221248209476, 0.00292965117841959, 0.0030942591838538647, 0.23577235639095306], "std": [0.1715669482946396, 0.3453402519226074, 0.24169699847698212, 0.04887746647000313, 0.040389109402894974, 0.0468643382191658, 0.9718084931373596], "count": [246]}, "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": [305], "max": [305], "mean": [305.0], "std": [0.0], "count": [246]}, "index": {"min": [113631], "max": [113876], "mean": [113753.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [246]}}} +{"episode_index": 306, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3669987044988894]], [[0.30975393138212315]], [[0.24585667209999232]]], "std": [[[0.13928558357677367]], [[0.13677742204297774]], [[0.15359042809981585]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3982921088723575]], [[0.31101793655694704]], [[0.2102710673014323]]], "std": [[[0.20221708391509025]], [[0.14237622864042487]], [[0.08871205472443498]]], "count": [100]}, "state": {"min": [-0.32411232590675354, 0.0081168282777071, 0.9884459972381592, 2.871600866317749, -0.21238934993743896, -0.34412363171577454, 0.017258690670132637, -0.040007445961236954], "max": [-0.04036276042461395, 0.2592082619667053, 1.2220357656478882, 3.065795421600342, 0.12290710210800171, 0.08283287286758423, 0.03988371416926384, -0.013593779876828194], "mean": [-0.1997932344675064, 0.1785099357366562, 1.1317424774169922, 2.9645602703094482, -0.06883890181779861, -0.18228144943714142, 0.027565252035856247, -0.027410442009568214], "std": [0.09665030986070633, 0.058394916355609894, 0.0646498054265976, 0.06414727866649628, 0.10601405799388885, 0.13253487646579742, 0.00988768320530653, 0.010176045820116997], "count": [256]}, "actions": {"min": [-1.2403026819229126, -0.43822088837623596, -0.8664746284484863, -0.18648996949195862, -0.21204566955566406, -0.13812312483787537, -1.0], "max": [0.6052101850509644, 0.6675506830215454, 0.9998905658721924, 0.24581266939640045, 0.13452228903770447, 0.09390521049499512, 1.0], "mean": [0.015271076932549477, 0.06103358417749405, -0.01962096057832241, -0.0038621718995273113, -0.006045892369002104, -0.010474581271409988, 0.15625], "std": [0.29564476013183594, 0.17429065704345703, 0.25638091564178467, 0.04839032515883446, 0.04743948206305504, 0.036163944751024246, 0.9877175688743591], "count": [256]}, "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": [306], "max": [306], "mean": [306.0], "std": [0.0], "count": [256]}, "index": {"min": [113877], "max": [114132], "mean": [114004.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [256]}}} +{"episode_index": 307, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36935855222215835]], [[0.310079345703125]], [[0.2435522939644608]]], "std": [[[0.1337345388154085]], [[0.13120227897676204]], [[0.14970132438426478]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4158734902774587]], [[0.3209891518985524]], [[0.21120098757276348]]], "std": [[[0.20322312783047805]], [[0.14204720837794013]], [[0.08299439461881906]]], "count": [100]}, "state": {"min": [-0.31144437193870544, -0.0051368470303714275, 0.996254563331604, 3.041668653488159, -0.17766980826854706, -0.27095165848731995, 0.015394298359751701, -0.04000305011868477], "max": [-0.035273779183626175, 0.2578381597995758, 1.2951892614364624, 3.2345292568206787, 0.1501597911119461, -0.008247990161180496, 0.03996048867702484, -0.014186090789735317], "mean": [-0.18937905132770538, 0.1785661280155182, 1.1653468608856201, 3.1219019889831543, -0.02731373719871044, -0.1635548174381256, 0.02541828155517578, -0.025416888296604156], "std": [0.09133308380842209, 0.06909993290901184, 0.083326555788517, 0.03680635616183281, 0.08738404512405396, 0.04589560255408287, 0.010655086487531662, 0.010658206418156624], "count": [321]}, "actions": {"min": [-0.670647382736206, -0.2878020703792572, -0.49868226051330566, -0.14746513962745667, -0.17659778892993927, -0.1443866342306137, -1.0], "max": [0.9056404232978821, 1.37086021900177, 1.5808559656143188, 0.09784606099128723, 0.13205468654632568, 0.11145390570163727, 1.0], "mean": [0.024888692423701286, 0.05590098351240158, -0.012237818911671638, -0.002355756238102913, 0.0014992281794548035, -0.0038450080901384354, 0.24610592424869537], "std": [0.23193633556365967, 0.16759978234767914, 0.27667006850242615, 0.03393903747200966, 0.04067614674568176, 0.03731614723801613, 0.9692435264587402], "count": [321]}, "timestamp": {"min": [0.0], "max": [32.0], "mean": [16.0], "std": [9.266426855410163], "count": [321]}, "frame_index": {"min": [0], "max": [320], "mean": [160.0], "std": [92.66426855410162], "count": [321]}, "episode_index": {"min": [307], "max": [307], "mean": [307.0], "std": [0.0], "count": [321]}, "index": {"min": [114133], "max": [114453], "mean": [114293.0], "std": [92.66426855410162], "count": [321]}, "task_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [321]}}} +{"episode_index": 308, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3703720924527037]], [[0.3103763966279871]], [[0.243365852505553]]], "std": [[[0.13404248547557585]], [[0.13219391691647986]], [[0.1515847172236284]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.4200276375564874]], [[0.3227341206868489]], [[0.21051321291456038]]], "std": [[[0.19814408623836807]], [[0.13773936321863456]], [[0.0798688809067656]]], "count": [100]}, "state": {"min": [-0.30368003249168396, 0.020252196118235588, 0.9951279163360596, 2.95588755607605, -0.14169718325138092, -0.24773743748664856, 0.013556077145040035, -0.040008142590522766], "max": [-0.0033285124227404594, 0.24852228164672852, 1.2792024612426758, 3.2610676288604736, 0.2066495567560196, 0.08011972904205322, 0.03991540148854256, -0.015020879916846752], "mean": [-0.18792107701301575, 0.15687014162540436, 1.1797641515731812, 3.07564377784729, -0.005547299049794674, -0.09494680911302567, 0.023151345551013947, -0.02349504455924034], "std": [0.09638896584510803, 0.06980873644351959, 0.08007864654064178, 0.06975021958351135, 0.09311797469854355, 0.08404107391834259, 0.010748487897217274, 0.010475029237568378], "count": [320]}, "actions": {"min": [-0.647299587726593, -0.3669617772102356, -0.7810661196708679, -0.1549549698829651, -0.18382219970226288, -0.1387823075056076, -1.0], "max": [1.1442419290542603, 0.744722843170166, 0.8112502098083496, 0.12324433773756027, 0.12675689160823822, 0.2010570913553238, 1.0], "mean": [0.022954020649194717, 0.04750807210803032, -0.007990455254912376, -0.0036520599387586117, 0.0009450035286135972, -0.0013923152582719922, 0.3687500059604645], "std": [0.2553461790084839, 0.14524388313293457, 0.23715223371982574, 0.0362013503909111, 0.04265168309211731, 0.048692453652620316, 0.9295308589935303], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [308], "max": [308], "mean": [308.0], "std": [0.0], "count": [320]}, "index": {"min": [114454], "max": [114773], "mean": [114613.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [320]}}} +{"episode_index": 309, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697933439366958]], [[0.31179473817114733]], [[0.2469295271331189]]], "std": [[[0.13749594348637748]], [[0.13548260790486982]], [[0.1537550135899478]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3987983661726409]], [[0.30930716780120254]], [[0.20619274244121477]]], "std": [[[0.20780529825131552]], [[0.14710629347174875]], [[0.0895988421825979]]], "count": [100]}, "state": {"min": [-0.33078423142433167, 0.0003274860209785402, 0.9895908832550049, 3.0254926681518555, -0.2210860401391983, -0.18969373404979706, 0.01656099036335945, -0.04006655141711235], "max": [-0.056402530521154404, 0.23310048878192902, 1.2042700052261353, 3.2552926540374756, 0.09221875667572021, 0.00604260852560401, 0.03998492285609245, -0.01624397002160549], "mean": [-0.1948876529932022, 0.14412058889865875, 1.1249810457229614, 3.1450273990631104, -0.05082748830318451, -0.09751955419778824, 0.02616812288761139, -0.02653205767273903], "std": [0.08714954555034637, 0.0599563866853714, 0.06506811082363129, 0.07050548493862152, 0.10301081091165543, 0.05634186789393425, 0.010816332884132862, 0.010849930346012115], "count": [239]}, "actions": {"min": [-1.6652222871780396, -0.32612162828445435, -0.7153501510620117, -0.12282194942235947, -0.20754750072956085, -0.10095016658306122, -1.0], "max": [0.8745619058609009, 1.0234662294387817, 1.728771686553955, 0.132867693901062, 0.1424165666103363, 0.09741327166557312, 1.0], "mean": [0.026153694838285446, 0.06514258682727814, -0.015440631657838821, 0.0012938191648572683, -0.003280961886048317, 0.00040458794683218, 0.14644351601600647], "std": [0.285584419965744, 0.19924607872962952, 0.2812005877494812, 0.035999856889247894, 0.04112599045038223, 0.03141750767827034, 0.9892195463180542], "count": [239]}, "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": [309], "max": [309], "mean": [309.0], "std": [0.0], "count": [239]}, "index": {"min": [114774], "max": [115012], "mean": [114893.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [239]}}} +{"episode_index": 310, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.362363645067402]], [[0.3056953615674785]], [[0.23470050527535233]]], "std": [[[0.13424082337621787]], [[0.12643034276449622]], [[0.144858129797813]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.29379173308727785]], [[0.22842247996610754]], [[0.15552837835573685]]], "std": [[[0.19838947971523052]], [[0.144176329193147]], [[0.09533724205950239]]], "count": [100]}, "state": {"min": [-0.5594133138656616, -0.20569302141666412, 0.9897014498710632, 2.912607192993164, -0.18932147324085236, -0.2906639575958252, 0.015811918303370476, -0.04001062363386154], "max": [-0.14691002666950226, 0.27806487679481506, 1.2141401767730713, 3.3269600868225098, 0.17012184858322144, 0.09179514646530151, 0.03974190354347229, -0.01559473481029272], "mean": [-0.38140448927879333, 0.04557447135448456, 1.1189464330673218, 3.1214165687561035, -0.014062508009374142, -0.1525241732597351, 0.024750251322984695, -0.024809038266539574], "std": [0.15413382649421692, 0.18381091952323914, 0.059785228222608566, 0.13694287836551666, 0.10737859457731247, 0.1204356998205185, 0.01034435722976923, 0.010498982854187489], "count": [228]}, "actions": {"min": [-1.325655460357666, -0.9006150364875793, -0.845064103603363, -0.247671976685524, -0.31024494767189026, -0.19973662495613098, -1.0], "max": [0.4732273519039154, 1.5873644351959229, 1.4398236274719238, 0.3572421073913574, 0.2513459026813507, 0.2877853214740753, 1.0], "mean": [-0.07170706987380981, 0.09277473390102386, -0.017307516187429428, 0.007873021997511387, -0.0024631258565932512, -0.00690549286082387, 0.28070175647735596], "std": [0.3022097051143646, 0.359578400850296, 0.3307979702949524, 0.07625725120306015, 0.07178232818841934, 0.06421470642089844, 0.9597960710525513], "count": [228]}, "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": [310], "max": [310], "mean": [310.0], "std": [0.0], "count": [228]}, "index": {"min": [115013], "max": [115240], "mean": [115126.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [228]}}} +{"episode_index": 311, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36012634397020526]], [[0.3047665453144149]], [[0.23400102562997854]]], "std": [[[0.13444651162969443]], [[0.12467189836722146]], [[0.14211782700641312]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.2860446735456878]], [[0.21899323945886948]], [[0.14457335229013482]]], "std": [[[0.20139465853826452]], [[0.1442586419192951]], [[0.08832458442203066]]], "count": [100]}, "state": {"min": [-0.5322202444076538, -0.2450760453939438, 0.9876401424407959, 2.869119167327881, -0.17530184984207153, -0.3991633951663971, 0.015161472372710705, -0.0400126688182354], "max": [-0.13169504702091217, 0.2543342709541321, 1.2293537855148315, 3.4106297492980957, 0.2840779721736908, 0.01253250241279602, 0.039692141115665436, -0.012119756080210209], "mean": [-0.38490602374076843, 0.04079731926321983, 1.1368950605392456, 3.1966729164123535, 0.03908098116517067, -0.27380114793777466, 0.022006839513778687, -0.02148459106683731], "std": [0.1488240659236908, 0.18330787122249603, 0.05544392764568329, 0.1800289899110794, 0.09558386355638504, 0.09855491667985916, 0.009964761324226856, 0.010399713180959225], "count": [294]}, "actions": {"min": [-0.8424898386001587, -1.364557147026062, -0.9375556111335754, -0.21362748742103577, -0.2336432933807373, -0.26974689960479736, -1.0], "max": [0.77500981092453, 0.9478169083595276, 1.4138355255126953, 0.19642120599746704, 0.13671697676181793, 0.1544199287891388, 1.0], "mean": [-0.045661721378564835, 0.06353043019771576, -0.02954905293881893, 0.004503194708377123, 0.00017914384079631418, -0.007522577419877052, 0.4693877696990967], "std": [0.25558018684387207, 0.308958500623703, 0.300120085477829, 0.060617607086896896, 0.053961802273988724, 0.05879322439432144, 0.8829948306083679], "count": [294]}, "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": [311], "max": [311], "mean": [311.0], "std": [0.0], "count": [294]}, "index": {"min": [115241], "max": [115534], "mean": [115387.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [294]}}} +{"episode_index": 312, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3650726366230086]], [[0.3097158472397748]], [[0.24207788684321385]]], "std": [[[0.13540814805840018]], [[0.12935128578020874]], [[0.1483971302040004]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32489384011661304]], [[0.2595095687567019]], [[0.17398951930625767]]], "std": [[[0.222320570091296]], [[0.15735460957766928]], [[0.09955049692371619]]], "count": [100]}, "state": {"min": [-0.5388355851173401, -0.003905889578163624, 0.9905514717102051, 2.9773192405700684, -0.1316583752632141, -0.36989182233810425, 0.01649348996579647, -0.040007345378398895], "max": [-0.05189255625009537, 0.36010679602622986, 1.254325270652771, 3.375856876373291, 0.2737906575202942, 0.01428993884474039, 0.03987053409218788, -0.01147749274969101], "mean": [-0.3258563280105591, 0.22482873499393463, 1.1358486413955688, 3.1364099979400635, -0.002077348530292511, -0.243766188621521, 0.02401869371533394, -0.023480746895074844], "std": [0.19097349047660828, 0.09505145996809006, 0.07576853781938553, 0.13660891354084015, 0.10360021889209747, 0.11038479954004288, 0.009944155812263489, 0.010280225425958633], "count": [307]}, "actions": {"min": [-1.002447247505188, -0.2671525180339813, -0.8590849041938782, -0.16461142897605896, -0.1830867975950241, -0.14072731137275696, -1.0], "max": [0.6436019539833069, 0.6512448191642761, 1.4034539461135864, 0.23068641126155853, 0.15232186019420624, 0.14920087158679962, 1.0], "mean": [-0.051158204674720764, 0.08850008994340897, -0.02495812065899372, 0.010110278613865376, 0.00042682173079811037, -0.007206048350781202, 0.39413681626319885], "std": [0.30067384243011475, 0.15740837156772614, 0.2645499110221863, 0.04904637113213539, 0.046063460409641266, 0.04042159020900726, 0.9190500974655151], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [312], "max": [312], "mean": [312.0], "std": [0.0], "count": [307]}, "index": {"min": [115535], "max": [115841], "mean": [115688.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [307]}}} +{"episode_index": 313, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3678622723747702]], [[0.3117840306899127]], [[0.24391792746151195]]], "std": [[[0.1346718644470073]], [[0.13002368047713464]], [[0.1489059427111468]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33453531123142616]], [[0.2647641607546339]], [[0.17620304062787226]]], "std": [[[0.22492043856586563]], [[0.16048344021977926]], [[0.10107720047725786]]], "count": [100]}, "state": {"min": [-0.5612625479698181, 0.027236780151724815, 0.9895760416984558, 3.009077310562134, -0.17909812927246094, -0.15532779693603516, 0.01585051789879799, -0.04000527039170265], "max": [-0.05070601403713226, 0.2697630524635315, 1.2640470266342163, 3.378587007522583, 0.14630889892578125, 0.07157818973064423, 0.03991593420505524, -0.01540638692677021], "mean": [-0.31420236825942993, 0.19106867909431458, 1.1380956172943115, 3.1498630046844482, -0.03808531537652016, -0.06015715003013611, 0.024025432765483856, -0.024131067097187042], "std": [0.20283935964107513, 0.05022857338190079, 0.08022656291723251, 0.1220446452498436, 0.0924585834145546, 0.06815516203641891, 0.010719546116888523, 0.010561670176684856], "count": [298]}, "actions": {"min": [-1.6412525177001953, -0.5075567364692688, -0.8185354471206665, -0.1286570131778717, -0.1679082214832306, -0.1276807188987732, -1.0], "max": [0.8592292070388794, 1.3571404218673706, 1.3389310836791992, 0.20940986275672913, 0.1827487051486969, 0.1342826783657074, 1.0], "mean": [-0.06888626515865326, 0.061678413301706314, -0.035416923463344574, 0.008563438430428505, 0.0018343273550271988, -0.00046041328459978104, 0.3288590610027313], "std": [0.3126055896282196, 0.1640784591436386, 0.2848539352416992, 0.045167356729507446, 0.042521387338638306, 0.036953892558813095, 0.9443771839141846], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [313], "max": [313], "mean": [313.0], "std": [0.0], "count": [298]}, "index": {"min": [115842], "max": [116139], "mean": [115990.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [298]}}} +{"episode_index": 314, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3672840306899127]], [[0.3105695525524663]], [[0.24232021616019456]]], "std": [[[0.13659332374457203]], [[0.13166808025350143]], [[0.15047936196206482]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.33059476426068474]], [[0.26572325942095587]], [[0.18017046879787071]]], "std": [[[0.21800585321201518]], [[0.15431244829707907]], [[0.10044671876835762]]], "count": [100]}, "state": {"min": [-0.5915513038635254, 0.014404447749257088, 0.993982195854187, 2.9991254806518555, -0.3134024441242218, -0.1750822365283966, 0.01494537852704525, -0.040005654096603394], "max": [-0.09688305109739304, 0.3036401569843292, 1.2435007095336914, 3.275437116622925, 0.1406872719526291, 0.09225950390100479, 0.03990788757801056, -0.010911055840551853], "mean": [-0.3455657958984375, 0.1989816427230835, 1.1189897060394287, 3.11952805519104, -0.09343226253986359, -0.0625256896018982, 0.02497732825577259, -0.02405744045972824], "std": [0.203597754240036, 0.06216585636138916, 0.07134685665369034, 0.07264179736375809, 0.13588382303714752, 0.08553805202245712, 0.011473019607365131, 0.012027359567582607], "count": [273]}, "actions": {"min": [-1.9579322338104248, -0.3078646659851074, -0.5654598474502563, -0.2129404991865158, -0.2527274191379547, -0.27050814032554626, -1.0], "max": [0.5315685272216797, 0.6096856594085693, 1.7765344381332397, 0.2887621223926544, 0.14249569177627563, 0.16491803526878357, 1.0], "mean": [-0.07908407598733902, 0.06906478852033615, -0.031070873141288757, 0.005580931901931763, -0.0036720396019518375, -0.004721303470432758, 0.20879121124744415], "std": [0.3799383044242859, 0.1542767733335495, 0.30030378699302673, 0.05138883739709854, 0.05639037489891052, 0.05002385750412941, 0.9779589772224426], "count": [273]}, "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": [314], "max": [314], "mean": [314.0], "std": [0.0], "count": [273]}, "index": {"min": [116140], "max": [116412], "mean": [116276.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [273]}}} +{"episode_index": 315, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36640482644473804]], [[0.31115082325654875]], [[0.24252060056200214]]], "std": [[[0.13389810737617333]], [[0.12699432903842325]], [[0.14677493731395092]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3319995919021906]], [[0.26380424888461246]], [[0.17561090087890627]]], "std": [[[0.22398061538987096]], [[0.15858265904823685]], [[0.09906070376373398]]], "count": [100]}, "state": {"min": [-0.55201256275177, -0.02085118740797043, 0.9923648238182068, 3.0176401138305664, -0.0653771385550499, -0.24820397794246674, 0.01369569730013609, -0.03998364880681038], "max": [-0.05056750401854515, 0.3071052134037018, 1.2845326662063599, 3.5209100246429443, 0.31456413865089417, 0.06770770251750946, 0.03999006748199463, -0.01479008886963129], "mean": [-0.3042280673980713, 0.19008587300777435, 1.151205062866211, 3.2404634952545166, 0.05777951702475548, -0.16400912404060364, 0.026080667972564697, -0.025823399424552917], "std": [0.1920545995235443, 0.07487236708402634, 0.08243732899427414, 0.15708419680595398, 0.08772491663694382, 0.07723108679056168, 0.009616599418222904, 0.009845471009612083], "count": [273]}, "actions": {"min": [-0.9743292331695557, -0.2774256765842438, -0.9581810832023621, -0.11565493047237396, -0.20933233201503754, -0.13763663172721863, -1.0], "max": [0.9144861102104187, 1.2365988492965698, 1.879207730293274, 0.2008996307849884, 0.1444549411535263, 0.11524595320224762, 1.0], "mean": [-0.06031801551580429, 0.08587973564863205, -0.03197982534766197, 0.013088456355035305, -0.0007134208572097123, -0.006556112784892321, 0.30402931571006775], "std": [0.31549525260925293, 0.18415537476539612, 0.3218265771865845, 0.045952923595905304, 0.05158247426152229, 0.04022878780961037, 0.9526623487472534], "count": [273]}, "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": [315], "max": [315], "mean": [315.0], "std": [0.0], "count": [273]}, "index": {"min": [116413], "max": [116685], "mean": [116549.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [273]}}} +{"episode_index": 316, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36912608905867034]], [[0.3126277244418275]], [[0.24464359597598806]]], "std": [[[0.1334904050456413]], [[0.12918503151475352]], [[0.14906564635978833]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33802435781441487]], [[0.26659206734451596]], [[0.1767105048684513]]], "std": [[[0.22157922419451287]], [[0.157895097253739]], [[0.0988973895156763]]], "count": [100]}, "state": {"min": [-0.5225971341133118, -0.018505090847611427, 0.9896751642227173, 2.9798743724823, -0.05367575213313103, -0.1690269410610199, 0.016261577606201172, -0.04000427573919296], "max": [-0.029701780527830124, 0.298678994178772, 1.2495983839035034, 3.4205708503723145, 0.19356103241443634, 0.1172664612531662, 0.03989563137292862, -0.012834884226322174], "mean": [-0.28577637672424316, 0.17374664545059204, 1.1314324140548706, 3.1532959938049316, 0.04541787877678871, -0.0539282001554966, 0.025627925992012024, -0.024837447330355644], "std": [0.19404096901416779, 0.08653362095355988, 0.07022019475698471, 0.1332337111234665, 0.0749436765909195, 0.07018224895000458, 0.010641846805810928, 0.011251984164118767], "count": [253]}, "actions": {"min": [-1.043904423713684, -0.46616870164871216, -0.6225951910018921, -0.31542062759399414, -0.18687596917152405, -0.1493699848651886, -1.0], "max": [0.6690543293952942, 0.6288166642189026, 1.411676287651062, 0.4716602563858032, 0.14060033857822418, 0.13325728476047516, 1.0], "mean": [-0.06600142270326614, 0.086399607360363, -0.03593067452311516, 0.010249552316963673, -0.002162761054933071, -0.005639686249196529, 0.21739129722118378], "std": [0.35624077916145325, 0.15796199440956116, 0.29625099897384644, 0.06861742585897446, 0.052910156548023224, 0.0483587272465229, 0.9760831594467163], "count": [253]}, "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": [316], "max": [316], "mean": [316.0], "std": [0.0], "count": [253]}, "index": {"min": [116686], "max": [116938], "mean": [116812.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [253]}}} +{"episode_index": 317, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3563538979923024]], [[0.30095990349264706]], [[0.23233816767673865]]], "std": [[[0.13917717810203603]], [[0.1308175671638888]], [[0.1467107331996736]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9882352941176471]]], "mean": [[[0.30042193424000463]], [[0.23323830339020374]], [[0.15853340298521754]]], "std": [[[0.19179578881587184]], [[0.13857205231035208]], [[0.0928551754238025]]], "count": [100]}, "state": {"min": [-0.43455880880355835, -0.21157564222812653, 0.9888266324996948, 2.857436418533325, -0.09714999049901962, -0.34966781735420227, 0.012204669415950775, -0.040012359619140625], "max": [-0.27987566590309143, 0.2538677453994751, 1.2125842571258545, 3.2767763137817383, 0.19799399375915527, 0.017543433234095573, 0.03972459211945534, -0.010532189160585403], "mean": [-0.35402923822402954, 0.009882506914436817, 1.1164625883102417, 3.0527217388153076, 0.015590311028063297, -0.12156124413013458, 0.021689435467123985, -0.020727694034576416], "std": [0.05613938346505165, 0.17879587411880493, 0.06447984278202057, 0.14619415998458862, 0.07874926924705505, 0.1028120368719101, 0.012111940421164036, 0.01219874992966652], "count": [227]}, "actions": {"min": [-0.598482608795166, -0.8355477452278137, -0.7476445436477661, -0.1305949091911316, -0.0754249170422554, -0.1815730780363083, -1.0], "max": [0.2697489857673645, 1.267216444015503, 0.6214544177055359, 0.1921907216310501, 0.14602844417095184, 0.08854202926158905, 1.0], "mean": [-0.01840137504041195, 0.08599351346492767, -0.05492023006081581, 0.001469293376430869, 0.008605185896158218, -0.01188396941870451, 0.33039647340774536], "std": [0.13563215732574463, 0.31547829508781433, 0.2531135678291321, 0.05005697160959244, 0.035479187965393066, 0.0337185263633728, 0.9438413977622986], "count": [227]}, "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": [317], "max": [317], "mean": [317.0], "std": [0.0], "count": [227]}, "index": {"min": [116939], "max": [117165], "mean": [117052.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [227]}}} +{"episode_index": 318, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3591254595588235]], [[0.30429870784983915]], [[0.23355805819642309]]], "std": [[[0.13607379362518676]], [[0.12579640940923678]], [[0.14268313580614017]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.3120378657322304]], [[0.24071749638576134]], [[0.1606854248046875]]], "std": [[[0.19113630065937218]], [[0.1362981961433806]], [[0.08762942248452027]]], "count": [100]}, "state": {"min": [-0.4447914659976959, -0.20628419518470764, 0.978825032711029, 2.9364490509033203, -0.06245684251189232, -0.2058390974998474, 0.012183823622763157, -0.040009476244449615], "max": [-0.27007928490638733, 0.26187625527381897, 1.220343828201294, 3.2696359157562256, 0.25312650203704834, -0.002425834536552429, 0.03983964025974274, -0.012052999809384346], "mean": [-0.35574403405189514, 0.03789901360869408, 1.133644938468933, 3.110184907913208, 0.06935729831457138, -0.12247418612241745, 0.019657282158732414, -0.019781697541475296], "std": [0.05477330461144447, 0.17768985033035278, 0.0716957375407219, 0.10692503303289413, 0.07925551384687424, 0.05636054277420044, 0.011553392745554447, 0.011562739498913288], "count": [269]}, "actions": {"min": [-0.7510277032852173, -0.6021043658256531, -0.7662435173988342, -0.14598597586154938, -0.12825608253479004, -0.109522745013237, -1.0], "max": [0.3865039646625519, 0.8782734870910645, 0.7769773602485657, 0.12799414992332458, 0.14442604780197144, 0.14130139350891113, 1.0], "mean": [-0.015640011057257652, 0.08811173588037491, -0.022906674072146416, 0.005046107340604067, 0.003968972712755203, -0.0030074112582951784, 0.46468400955200195], "std": [0.15150991082191467, 0.24330057203769684, 0.24025975167751312, 0.0391504280269146, 0.03993973881006241, 0.03587796539068222, 0.885475218296051], "count": [269]}, "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": [318], "max": [318], "mean": [318.0], "std": [0.0], "count": [269]}, "index": {"min": [117166], "max": [117434], "mean": [117300.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [269]}}} +{"episode_index": 319, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36309283806295956]], [[0.30641425817153034]], [[0.2356214569690181]]], "std": [[[0.13367980449390415]], [[0.1261740904011317]], [[0.14445293290435293]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3192308660768995]], [[0.24866204774145986]], [[0.16981132118374692]]], "std": [[[0.1821522025400949]], [[0.13128483686298562]], [[0.09129204984266685]]], "count": [100]}, "state": {"min": [-0.45502936840057373, -0.21257419884204865, 0.9768491983413696, 2.7986066341400146, -0.2054292857646942, -0.2412712424993515, 0.011893642134964466, -0.040015604346990585], "max": [-0.2860147953033447, 0.2839810252189636, 1.1784781217575073, 3.129977226257324, 0.04813084751367569, 0.07841449230909348, 0.03967345505952835, -0.006679275073111057], "mean": [-0.37674680352211, 0.03404087573289871, 1.0975641012191772, 2.960136651992798, -0.06922348588705063, -0.12638072669506073, 0.021972423419356346, -0.021635359153151512], "std": [0.052003197371959686, 0.18776699900627136, 0.05449826642870903, 0.11281472444534302, 0.08955841511487961, 0.09780015051364899, 0.012559071183204651, 0.01287450734525919], "count": [271]}, "actions": {"min": [-0.5545114278793335, -0.9369966983795166, -0.6185329556465149, -0.12714731693267822, -0.12452584505081177, -0.1731439083814621, -1.0], "max": [0.3103114366531372, 1.3217554092407227, 0.6990667581558228, 0.20709489285945892, 0.13301321864128113, 0.16161711513996124, 1.0], "mean": [-0.020626191049814224, 0.07907791435718536, -0.02808264084160328, 0.0026029220316559076, -0.00026993275969289243, -0.008769553154706955, 0.2988929748535156], "std": [0.11815627664327621, 0.2892235517501831, 0.21409255266189575, 0.04840695485472679, 0.034335751086473465, 0.03756030648946762, 0.9542852640151978], "count": [271]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.823042886243178], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [319], "max": [319], "mean": [319.0], "std": [0.0], "count": [271]}, "index": {"min": [117435], "max": [117705], "mean": [117570.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [271]}}} +{"episode_index": 320, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3600294829723882]], [[0.3036018263872932]], [[0.23413992189893537]]], "std": [[[0.134885696921247]], [[0.1272935555131281]], [[0.14325794720211749]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.2995829198500689]], [[0.23492844226313572]], [[0.16286050235523897]]], "std": [[[0.19484809666709213]], [[0.14291737022856105]], [[0.09951187251016887]]], "count": [100]}, "state": {"min": [-0.41240713000297546, -0.20170477032661438, 0.97938072681427, 2.837794542312622, -0.07265469431877136, -0.1995692402124405, 0.008251040242612362, -0.04001283645629883], "max": [-0.2743118703365326, 0.23653049767017365, 1.2060726881027222, 3.4956624507904053, 0.25718292593955994, 0.15081878006458282, 0.03968139737844467, -0.011298727244138718], "mean": [-0.3466029167175293, 0.023337839171290398, 1.11236572265625, 3.166834831237793, 0.07702196389436722, 0.03204679489135742, 0.021230800077319145, -0.021944737061858177], "std": [0.0513821542263031, 0.1695520281791687, 0.06187806650996208, 0.22544923424720764, 0.10085093230009079, 0.1007135733962059, 0.011958664283156395, 0.011828863061964512], "count": [227]}, "actions": {"min": [-0.5206776857376099, -1.13661789894104, -1.6810295581817627, -0.18828703463077545, -0.12069519609212875, -0.1109643504023552, -1.0], "max": [0.3705994784832001, 0.8438467979431152, 0.8644776940345764, 0.24406659603118896, 0.1590839922428131, 0.31030526757240295, 1.0], "mean": [-0.035158343613147736, 0.08997606486082077, -0.06842605769634247, 0.018354300409555435, 0.008542335592210293, -0.006744936108589172, 0.3568281829357147], "std": [0.12994767725467682, 0.31176266074180603, 0.3009055256843567, 0.049979232251644135, 0.0437445268034935, 0.03886482119560242, 0.9341698288917542], "count": [227]}, "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": [320], "max": [320], "mean": [320.0], "std": [0.0], "count": [227]}, "index": {"min": [117706], "max": [117932], "mean": [117819.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [227]}}} +{"episode_index": 321, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35734416527841606]], [[0.30313549625172337]], [[0.23385918291877297]]], "std": [[[0.13525029792062807]], [[0.1260469190431547]], [[0.14308231529606652]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3087586161295573]], [[0.23697092273188572]], [[0.15665741625019147]]], "std": [[[0.1949875754268261]], [[0.13879329887363098]], [[0.08666148882125463]]], "count": [100]}, "state": {"min": [-0.47497040033340454, -0.21353697776794434, 0.9763761758804321, 2.9375622272491455, -0.1405254751443863, -0.43951234221458435, 0.013090855441987514, -0.04000889137387276], "max": [-0.26219186186790466, 0.2436857521533966, 1.2203980684280396, 3.15328049659729, 0.26603376865386963, 0.028553742915391922, 0.039794597774744034, -0.010502300225198269], "mean": [-0.3595377206802368, 0.03188473731279373, 1.1316860914230347, 3.0598528385162354, 0.009997230023145676, -0.24692365527153015, 0.02152431011199951, -0.021377302706241608], "std": [0.06431194394826889, 0.17691302299499512, 0.0682283267378807, 0.06865277886390686, 0.10730721801519394, 0.16711387038230896, 0.011188839562237263, 0.01119764894247055], "count": [241]}, "actions": {"min": [-0.568156898021698, -1.105513572692871, -0.6539565920829773, -0.19655834138393402, -0.11732230335474014, -0.1790992021560669, -1.0], "max": [0.44888368248939514, 0.8049793243408203, 0.8588905930519104, 0.18310847878456116, 0.12448499351739883, 0.13738785684108734, 1.0], "mean": [-0.020071107894182205, 0.08151806890964508, -0.04424232244491577, 0.0008108395268209279, 0.0077508739195764065, -0.01554196234792471, 0.40248963236808777], "std": [0.17603790760040283, 0.3135623633861542, 0.29724472761154175, 0.04767700657248497, 0.0410127192735672, 0.04272172227501869, 0.9154263138771057], "count": [241]}, "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": [321], "max": [321], "mean": [321.0], "std": [0.0], "count": [241]}, "index": {"min": [117933], "max": [118173], "mean": [118053.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [241]}}} +{"episode_index": 322, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3637140849992341]], [[0.3052489264993107]], [[0.23722602455288758]]], "std": [[[0.13697626435875285]], [[0.13343474045462786]], [[0.14813708520505134]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.343479601093367]], [[0.2637935300340839]], [[0.1733080468271293]]], "std": [[[0.19764900156155243]], [[0.1411205900394081]], [[0.08956683048088138]]], "count": [100]}, "state": {"min": [-0.4375379979610443, -0.2301982194185257, 0.9974340200424194, 2.975972890853882, -0.33148568868637085, -0.49182429909706116, 0.012365659698843956, -0.040008578449487686], "max": [-0.1967591643333435, 0.2256181836128235, 1.2375158071517944, 3.2699801921844482, 0.01517740823328495, 0.027962977066636086, 0.039870426058769226, -0.010323724709451199], "mean": [-0.3060091435909271, -0.008208701387047768, 1.140320062637329, 3.1595282554626465, -0.15763629972934723, -0.2628926634788513, 0.02241009846329689, -0.022066276520490646], "std": [0.08567185699939728, 0.18230846524238586, 0.07034613192081451, 0.09791141748428345, 0.09688370674848557, 0.1285669505596161, 0.01261818502098322, 0.01289658434689045], "count": [334]}, "actions": {"min": [-0.9091982841491699, -1.1262460947036743, -0.5504235029220581, -0.17930637300014496, -0.13320796191692352, -0.15604232251644135, -1.0], "max": [0.6117679476737976, 0.901282787322998, 1.0988515615463257, 0.15358611941337585, 0.12880003452301025, 0.15795916318893433, 1.0], "mean": [-0.011465687304735184, 0.049174170941114426, -0.01975647360086441, 0.001857298775576055, -0.0006327804294414818, -0.003676458727568388, 0.269461065530777], "std": [0.1663646548986435, 0.2710340917110443, 0.24036605656147003, 0.043844327330589294, 0.04178374260663986, 0.049195386469364166, 0.9630129337310791], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [322], "max": [322], "mean": [322.0], "std": [0.0], "count": [334]}, "index": {"min": [118174], "max": [118507], "mean": [118340.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [334]}}} +{"episode_index": 323, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3618667859844133]], [[0.30277048627068015]], [[0.23518845621744794]]], "std": [[[0.13290988880177226]], [[0.1302469725335896]], [[0.14396853609067373]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30587934426700364]], [[0.23586954094381893]], [[0.1572578035242417]]], "std": [[[0.198382794577519]], [[0.144226794181292]], [[0.09234120874816507]]], "count": [100]}, "state": {"min": [-0.48915132880210876, -0.21035774052143097, 0.9878677129745483, 2.911454916000366, -0.29646798968315125, -0.7085488438606262, 0.012080120854079723, -0.040009692311286926], "max": [-0.19237729907035828, 0.21373146772384644, 1.2245516777038574, 3.1458535194396973, 0.07692336291074753, 0.10468477010726929, 0.039839860051870346, -0.012247554957866669], "mean": [-0.34874728322029114, 0.013312558643519878, 1.1285159587860107, 3.0492653846740723, -0.10104421526193619, -0.3362925052642822, 0.021220266819000244, -0.021473098546266556], "std": [0.10842060297727585, 0.16838662326335907, 0.0644763857126236, 0.05462745204567909, 0.11646220833063126, 0.2991518974304199, 0.01246095634996891, 0.012458964250981808], "count": [285]}, "actions": {"min": [-0.9158182740211487, -0.7418673634529114, -0.6115761995315552, -0.22202466428279877, -0.15460792183876038, -0.1836548000574112, -1.0], "max": [0.41190576553344727, 0.8219042420387268, 1.4758976697921753, 0.17539970576763153, 0.1466902494430542, 0.18202383816242218, 1.0], "mean": [-0.01352829858660698, 0.06267040967941284, -0.019404491409659386, 0.0037574474699795246, -0.0011756183812394738, -0.019930414855480194, 0.3333333432674408], "std": [0.23190006613731384, 0.272416889667511, 0.27727457880973816, 0.05032690614461899, 0.048361316323280334, 0.05213599279522896, 0.942808210849762], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [323], "max": [323], "mean": [323.0], "std": [0.0], "count": [285]}, "index": {"min": [118508], "max": [118792], "mean": [118650.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [285]}}} +{"episode_index": 324, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36442823223039217]], [[0.3059460179946002]], [[0.23586739394244027]]], "std": [[[0.13365993974505208]], [[0.12888692437789243]], [[0.1448549378601015]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.33037850234087773]], [[0.2531853296616498]], [[0.16625157255284928]]], "std": [[[0.19816019557679376]], [[0.1422125760669114]], [[0.08947087351873206]]], "count": [100]}, "state": {"min": [-0.4491480886936188, -0.22374580800533295, 0.9885768890380859, 2.985812187194824, -0.27870452404022217, -0.4480413794517517, 0.012395266443490982, -0.04000881686806679], "max": [-0.1797202229499817, 0.19839592278003693, 1.2034351825714111, 3.323864459991455, 0.10037964582443237, -0.01976248435676098, 0.03989291563630104, -0.011800271458923817], "mean": [-0.3081502914428711, -0.022150319069623947, 1.1260218620300293, 3.171583890914917, -0.10044271498918533, -0.2855626046657562, 0.021990789100527763, -0.0219082273542881], "std": [0.09112165123224258, 0.1609235256910324, 0.058133866637945175, 0.11164925247430801, 0.10292565822601318, 0.11425319314002991, 0.012616290710866451, 0.012726370245218277], "count": [312]}, "actions": {"min": [-0.6960525512695312, -0.8170418739318848, -0.4542596936225891, -0.13719400763511658, -0.13181069493293762, -0.1813586950302124, -1.0], "max": [0.5339073538780212, 0.821850597858429, 1.0911548137664795, 0.14276212453842163, 0.25695446133613586, 0.20045465230941772, 1.0], "mean": [-0.013709117658436298, 0.05470972880721092, -0.019359908998012543, 0.004720920696854591, -0.0012042643502354622, -0.00788113847374916, 0.29487180709838867], "std": [0.17688381671905518, 0.23535527288913727, 0.22590893507003784, 0.044277384877204895, 0.04397353529930115, 0.050043366849422455, 0.9555379152297974], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [324], "max": [324], "mean": [324.0], "std": [0.0], "count": [312]}, "index": {"min": [118793], "max": [119104], "mean": [118948.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [312]}}} +{"episode_index": 325, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36340918208103556]], [[0.3041089926326976]], [[0.235568489224303]]], "std": [[[0.1309764894135608]], [[0.1281554787802694]], [[0.14261567484275167]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9803921568627451]]], "mean": [[[0.30381852393056835]], [[0.23381672339345894]], [[0.15513800228343289]]], "std": [[[0.19057812534915536]], [[0.13757270452658465]], [[0.0881534735257507]]], "count": [100]}, "state": {"min": [-0.48967245221138, -0.23032602667808533, 0.9853878617286682, 2.7334835529327393, -0.3748852014541626, -0.7467985153198242, 0.01194765791296959, -0.0400148443877697], "max": [-0.205534890294075, 0.2278718799352646, 1.2337003946304321, 3.079493284225464, 0.13034634292125702, 0.08253951370716095, 0.03977617993950844, -0.010755414143204689], "mean": [-0.34225791692733765, 0.0035010913852602243, 1.1264511346817017, 2.933793067932129, -0.10490410029888153, -0.4123639762401581, 0.021418696269392967, -0.02181263267993927], "std": [0.095904640853405, 0.18480892479419708, 0.06859423965215683, 0.07679490745067596, 0.1385219693183899, 0.27071624994277954, 0.012082338333129883, 0.011904933489859104], "count": [311]}, "actions": {"min": [-0.7190343141555786, -0.97664874792099, -0.5630621314048767, -0.22607342898845673, -0.15180310606956482, -0.27396929264068604, -1.0], "max": [0.6197673678398132, 1.083848476409912, 1.215783953666687, 0.13461841642856598, 0.1608128845691681, 0.19076643884181976, 1.0], "mean": [-0.010924058966338634, 0.06116241589188576, -0.027616681531071663, 0.00021656423632521182, -0.0010864448267966509, -0.018678588792681694, 0.35691317915916443], "std": [0.20033332705497742, 0.28145498037338257, 0.25067639350891113, 0.053007353097200394, 0.04700488597154617, 0.04885701835155487, 0.9341373443603516], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [325], "max": [325], "mean": [325.0], "std": [0.0], "count": [311]}, "index": {"min": [119105], "max": [119415], "mean": [119260.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [311]}}} +{"episode_index": 326, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36562749825271906]], [[0.30673670630361516]], [[0.2381690584070542]]], "std": [[[0.13246585928024895]], [[0.13035482843884932]], [[0.14584638978626838]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.31351481239468443]], [[0.242628844018076]], [[0.16269213149126838]]], "std": [[[0.19679692990023748]], [[0.14341197666790192]], [[0.09367822984490272]]], "count": [100]}, "state": {"min": [-0.48775866627693176, -0.21391849219799042, 1.0062209367752075, 2.8684990406036377, -0.34321191906929016, -0.7337976098060608, 0.012167604640126228, -0.04114265739917755], "max": [-0.20561988651752472, 0.2338525652885437, 1.218117594718933, 3.071847915649414, 0.05051498860120773, 0.1421670913696289, 0.03980210795998573, -0.010814109817147255], "mean": [-0.3401893377304077, 0.029767613857984543, 1.1327487230300903, 2.989724636077881, -0.18823248147964478, -0.295316606760025, 0.022614004090428352, -0.022696414962410927], "std": [0.08923113346099854, 0.18069753050804138, 0.06329862028360367, 0.04409921541810036, 0.10523908585309982, 0.32007431983947754, 0.012930672615766525, 0.013137690722942352], "count": [358]}, "actions": {"min": [-0.9539384245872498, -2.770812511444092, -0.5305855870246887, -0.46321338415145874, -0.21655289828777313, -0.2084226906299591, -1.0], "max": [0.5825458765029907, 1.336392879486084, 1.615688681602478, 0.2604553699493408, 0.26133981347084045, 0.8035152554512024, 1.0], "mean": [-0.0049589271657168865, 0.005053470376878977, -0.009817114099860191, -0.00038728988147340715, -4.704167508862156e-07, 0.0025074442382901907, 0.23463687300682068], "std": [0.21124015748500824, 0.39182859659194946, 0.25141721963882446, 0.06113376468420029, 0.05138794705271721, 0.11448613554239273, 0.972084105014801], "count": [358]}, "timestamp": {"min": [0.0], "max": [35.7], "mean": [17.849999999999998], "std": [10.334529500659427], "count": [358]}, "frame_index": {"min": [0], "max": [357], "mean": [178.5], "std": [103.34529500659427], "count": [358]}, "episode_index": {"min": [326], "max": [326], "mean": [326.0], "std": [0.0], "count": [358]}, "index": {"min": [119416], "max": [119773], "mean": [119594.5], "std": [103.34529500659427], "count": [358]}, "task_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [358]}}} +{"episode_index": 327, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3685584196202895]], [[0.31029268391927084]], [[0.24189927463905483]]], "std": [[[0.135177656570739]], [[0.1331817736013685]], [[0.14971420014296385]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.3534640060125613]], [[0.27092616660922186]], [[0.1794722266103707]]], "std": [[[0.20205279090626937]], [[0.1473322558586225]], [[0.09166704119861303]]], "count": [100]}, "state": {"min": [-0.5257094502449036, -0.09703277796506882, 0.990202784538269, 2.820098638534546, -0.42449575662612915, -0.7149691581726074, 0.014131697826087475, -0.0400102362036705], "max": [-0.028801996260881424, 0.23591643571853638, 1.2554621696472168, 3.1999619007110596, 0.05158344283699989, 0.09247007966041565, 0.03990078344941139, -0.014760108664631844], "mean": [-0.27787235379219055, 0.051832906901836395, 1.1538523435592651, 3.030803680419922, -0.20275303721427917, -0.3371521532535553, 0.024057742208242416, -0.02429901994764805], "std": [0.17974035441875458, 0.11908328533172607, 0.07561419904232025, 0.0971049964427948, 0.1271672248840332, 0.26594746112823486, 0.011861820705235004, 0.0118017653003335], "count": [428]}, "actions": {"min": [-1.3313003778457642, -0.543298602104187, -0.6003013849258423, -0.18499469757080078, -0.18669256567955017, -0.1748548001050949, -1.0], "max": [0.6130659580230713, 0.6621779203414917, 1.4963475465774536, 0.13708153367042542, 0.13271470367908478, 0.15856559574604034, 1.0], "mean": [-0.01831805519759655, 0.0454467311501503, -0.010896783322095871, 0.0020987403113394976, -0.004830101504921913, -0.013047957792878151, 0.24766355752944946], "std": [0.2587399184703827, 0.17420589923858643, 0.22767387330532074, 0.04492120444774628, 0.041443124413490295, 0.04840327054262161, 0.9688464999198914], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [327], "max": [327], "mean": [327.0], "std": [0.0], "count": [428]}, "index": {"min": [119774], "max": [120201], "mean": [119987.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [428]}}} +{"episode_index": 328, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3693292691099877]], [[0.3116155892166437]], [[0.24262314740349264]]], "std": [[[0.1359624596436655]], [[0.13314853943504215]], [[0.15070303253409156]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.3580740218817019]], [[0.2742634151683134]], [[0.18169190709731156]]], "std": [[[0.20422501214320718]], [[0.1487687852610769]], [[0.09193103926090793]]], "count": [100]}, "state": {"min": [-0.45891472697257996, -0.06233982741832733, 0.9913807511329651, 2.999408006668091, -0.3635793924331665, -0.5481386184692383, 0.014963445253670216, -0.04000646993517876], "max": [-0.04532419517636299, 0.216416597366333, 1.2104294300079346, 3.256561040878296, 0.03994655981659889, 0.02657981403172016, 0.039894524961709976, -0.013224925845861435], "mean": [-0.25917237997055054, 0.053932707756757736, 1.131830096244812, 3.123194694519043, -0.17946076393127441, -0.2948417663574219, 0.024950241670012474, -0.024828031659126282], "std": [0.16019396483898163, 0.10272718220949173, 0.06718460470438004, 0.08860275894403458, 0.1188751682639122, 0.1730835735797882, 0.01147417537868023, 0.011629424057900906], "count": [342]}, "actions": {"min": [-1.1568388938903809, -0.4348698854446411, -0.4850437641143799, -0.15706951916217804, -0.19653888046741486, -0.20423848927021027, -1.0], "max": [0.7694810628890991, 0.6114656329154968, 1.4924523830413818, 0.11752747744321823, 0.13253849744796753, 0.13128145039081573, 1.0], "mean": [-0.009828110225498676, 0.0532725527882576, -0.019453447312116623, 0.004110087640583515, -0.0025671222247183323, -0.010876504704356194, 0.21052631735801697], "std": [0.2695962190628052, 0.15266375243663788, 0.2332841008901596, 0.036826521158218384, 0.04147227853536606, 0.04536188021302223, 0.9775887727737427], "count": [342]}, "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": [328], "max": [328], "mean": [328.0], "std": [0.0], "count": [342]}, "index": {"min": [120202], "max": [120543], "mean": [120372.5], "std": [98.72647399085346], "count": [342]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [342]}}} +{"episode_index": 329, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36581442141065407]], [[0.30770374911439186]], [[0.239246062634038]]], "std": [[[0.13572342926488715]], [[0.1324173132093458]], [[0.14810293840546956]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3550353333716299]], [[0.2717083105947457]], [[0.1790809948491115]]], "std": [[[0.195946655833573]], [[0.14173592505157584]], [[0.0875398600320286]]], "count": [100]}, "state": {"min": [-0.4724292755126953, -0.08859138935804367, 0.993710458278656, 2.8490846157073975, -0.44434788823127747, -0.5971774458885193, 0.01448076032102108, -0.04000873863697052], "max": [-0.05129390209913254, 0.21018148958683014, 1.274520754814148, 3.1161861419677734, -0.005553179886192083, 0.10767586529254913, 0.03983201086521149, -0.014494878239929676], "mean": [-0.2745329737663269, 0.04902534931898117, 1.1569231748580933, 3.006779193878174, -0.2166234850883484, -0.40654629468917847, 0.02416921593248844, -0.024552594870328903], "std": [0.1540997475385666, 0.11391983181238174, 0.0756639838218689, 0.06247559189796448, 0.12587212026119232, 0.1860429048538208, 0.010757709853351116, 0.0106740677729249], "count": [328]}, "actions": {"min": [-1.266430377960205, -0.670821487903595, -0.9672303199768066, -0.19863080978393555, -0.15643161535263062, -0.2812947928905487, -1.0], "max": [0.5942465662956238, 1.011713981628418, 1.6840500831604004, 0.20684441924095154, 0.14836350083351135, 0.146628737449646, 1.0], "mean": [-0.020090416073799133, 0.04608014598488808, -0.013690691441297531, 0.0021067203488200903, -0.001964990049600601, -0.01605215109884739, 0.31707316637039185], "std": [0.27353617548942566, 0.17098215222358704, 0.26939108967781067, 0.049480877816677094, 0.0434490330517292, 0.054810117930173874, 0.9483998417854309], "count": [328]}, "timestamp": {"min": [0.0], "max": [32.7], "mean": [16.349999999999998], "std": [9.468500409251721], "count": [328]}, "frame_index": {"min": [0], "max": [327], "mean": [163.5], "std": [94.6850040925172], "count": [328]}, "episode_index": {"min": [329], "max": [329], "mean": [329.0], "std": [0.0], "count": [328]}, "index": {"min": [120544], "max": [120871], "mean": [120707.5], "std": [94.6850040925172], "count": [328]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [328]}}} +{"episode_index": 330, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3645286434397978]], [[0.3064809067670037]], [[0.2384942776549096]]], "std": [[[0.1363820185150073]], [[0.13326420641719133]], [[0.14843143917522228]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3422850790584789]], [[0.2610109432444853]], [[0.1715963015088848]]], "std": [[[0.2052449082705491]], [[0.14953247217590174]], [[0.09091471479824582]]], "count": [100]}, "state": {"min": [-0.4919910430908203, -0.08233438432216644, 1.0031659603118896, 2.981693744659424, -0.32159873843193054, -0.782634973526001, 0.014687194488942623, -0.040005091577768326], "max": [-0.04053930193185806, 0.22459296882152557, 1.2071748971939087, 3.264347553253174, 0.04603935405611992, 0.035678792744874954, 0.0399349220097065, -0.014622945338487625], "mean": [-0.2847541868686676, 0.05531584843993187, 1.1363197565078735, 3.1241841316223145, -0.14699788391590118, -0.43572771549224854, 0.023196520283818245, -0.0232483372092247], "std": [0.15817372500896454, 0.1141064465045929, 0.05421962961554527, 0.07111869752407074, 0.09829933196306229, 0.30662772059440613, 0.011386726051568985, 0.011469611898064613], "count": [329]}, "actions": {"min": [-2.3192715644836426, -0.34345564246177673, -0.6573724150657654, -0.14377883076667786, -0.26613250374794006, -0.2409271001815796, -1.0], "max": [0.6805670857429504, 0.7966884970664978, 1.2135261297225952, 0.1866072118282318, 0.11869025975465775, 0.18096740543842316, 1.0], "mean": [-0.022098299115896225, 0.055294524878263474, -0.01603461056947708, 0.006596342194825411, -0.004255450796335936, -0.015262708067893982, 0.3191489279270172], "std": [0.3291826546192169, 0.16363565623760223, 0.2244013547897339, 0.04741239175200462, 0.04654937610030174, 0.052476316690444946, 0.9477055668830872], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [330], "max": [330], "mean": [330.0], "std": [0.0], "count": [329]}, "index": {"min": [120872], "max": [121200], "mean": [121036.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [329]}}} +{"episode_index": 331, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3641376683852252]], [[0.3039170885273054]], [[0.23460283586090686]]], "std": [[[0.12830963806847917]], [[0.12550445950030284]], [[0.14026075985987654]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.30182343486711094]], [[0.23375756536745557]], [[0.1564201654172411]]], "std": [[[0.1929924663719975]], [[0.14105032248515623]], [[0.0918949408690556]]], "count": [100]}, "state": {"min": [-0.4733012914657593, -0.15043774247169495, 0.9955447316169739, 2.971834897994995, -0.19797489047050476, -0.5482467412948608, 0.011760096997022629, -0.040010005235672], "max": [-0.2853580713272095, 0.22678451240062714, 1.1798927783966064, 3.290658473968506, 0.13366055488586426, 0.06840010732412338, 0.03980996832251549, -0.012270981445908546], "mean": [-0.389080286026001, 0.04944019764661789, 1.1015554666519165, 3.1255786418914795, -0.040344368666410446, -0.3030853271484375, 0.022188587114214897, -0.022261254489421844], "std": [0.0469341017305851, 0.15062029659748077, 0.054215896874666214, 0.11617328971624374, 0.10311191529035568, 0.1842391937971115, 0.012130871415138245, 0.012237999588251114], "count": [247]}, "actions": {"min": [-0.5222665667533875, -0.8163987398147583, -0.5026150941848755, -0.12447509169578552, -0.10223735868930817, -0.15129941701889038, -1.0], "max": [0.41743266582489014, 1.1135823726654053, 0.498722642660141, 0.1711786538362503, 0.14573784172534943, 0.1505117118358612, 1.0], "mean": [-0.021468140184879303, 0.07696779072284698, -0.040989700704813004, 0.007871052250266075, -0.0010899725602939725, -0.015436885878443718, 0.30364373326301575], "std": [0.15524370968341827, 0.25030821561813354, 0.2057858556509018, 0.03924385830760002, 0.03944070637226105, 0.0414881706237793, 0.9527847170829773], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [331], "max": [331], "mean": [331.0], "std": [0.0], "count": [247]}, "index": {"min": [121201], "max": [121447], "mean": [121324.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [247]}}} +{"episode_index": 332, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3665056421616498]], [[0.30813720762963387]], [[0.23768676877489278]]], "std": [[[0.13145914405333098]], [[0.1277058808727295]], [[0.14502730642009243]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3143249266381357]], [[0.24509908997778798]], [[0.16637079695159313]]], "std": [[[0.19105155987804948]], [[0.14044796488735573]], [[0.09440365454080751]]], "count": [100]}, "state": {"min": [-0.42010408639907837, -0.15113858878612518, 0.9758161306381226, 3.0250818729400635, -0.19300837814807892, -0.30618640780448914, 0.013964992016553879, -0.040007758885622025], "max": [-0.2970001697540283, 0.2135871946811676, 1.1944561004638672, 3.3085007667541504, -0.02654811181128025, 0.0002931366616394371, 0.03988425061106682, -0.0037030219100415707], "mean": [-0.35369348526000977, 0.004492864012718201, 1.090757131576538, 3.1541013717651367, -0.11524074524641037, -0.16297374665737152, 0.026493752375245094, -0.02546108141541481], "std": [0.03450482338666916, 0.14881548285484314, 0.05587295442819595, 0.10869278758764267, 0.043928880244493484, 0.11260832846164703, 0.011645602993667126, 0.012652351520955563], "count": [238]}, "actions": {"min": [-0.49888989329338074, -0.6706663370132446, -0.8586461544036865, -0.09525860846042633, -0.15006624162197113, -0.10399151593446732, -1.0], "max": [0.33803656697273254, 0.9031150937080383, 0.6920336484909058, 0.12166645377874374, 0.07891467213630676, 0.07451614737510681, 1.0], "mean": [-0.025311479344964027, 0.08069947361946106, -0.03715894743800163, 0.006265542935580015, -0.0022281701676547527, -0.009203985333442688, 0.09243697673082352], "std": [0.12609343230724335, 0.23064810037612915, 0.21773608028888702, 0.030891014263033867, 0.03425733745098114, 0.030080437660217285, 0.9957185387611389], "count": [238]}, "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": [332], "max": [332], "mean": [332.0], "std": [0.0], "count": [238]}, "index": {"min": [121448], "max": [121685], "mean": [121566.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [238]}}} +{"episode_index": 333, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36437166580499386]], [[0.30499399342256434]], [[0.234377509023629]]], "std": [[[0.12773430329799768]], [[0.12300162103601593]], [[0.13874432324954827]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.2956739573759191]], [[0.22967826394473806]], [[0.15431937782437194]]], "std": [[[0.18956068900821182]], [[0.14044122492772304]], [[0.09332333071246135]]], "count": [100]}, "state": {"min": [-0.4230048358440399, -0.12722617387771606, 0.979010283946991, 2.8518991470336914, -0.11695148795843124, -0.4618166387081146, 0.012240273877978325, -0.040012069046497345], "max": [-0.286060631275177, 0.20299211144447327, 1.177513837814331, 3.2281646728515625, 0.16924993693828583, 0.07410706579685211, 0.03970826789736748, -0.012145783752202988], "mean": [-0.36674612760543823, 0.03353507071733475, 1.074211835861206, 3.0302772521972656, -0.002467571757733822, -0.3182075023651123, 0.022285670042037964, -0.02256293222308159], "std": [0.03916431590914726, 0.13222984969615936, 0.045360010117292404, 0.13676553964614868, 0.07091446965932846, 0.13140985369682312, 0.012441322207450867, 0.012453611008822918], "count": [213]}, "actions": {"min": [-0.6647698283195496, -0.6634531021118164, -0.7407422065734863, -0.12859216332435608, -0.1691550314426422, -0.21126624941825867, -1.0], "max": [0.5577577352523804, 1.2043489217758179, 0.9087462425231934, 0.12680083513259888, 0.13462918996810913, 0.10504081845283508, 1.0], "mean": [-0.018161071464419365, 0.078543521463871, -0.04105221852660179, 0.007053042761981487, -0.0001862326025729999, -0.014469614252448082, 0.26760563254356384], "std": [0.1320146769285202, 0.26941561698913574, 0.20378373563289642, 0.040432337671518326, 0.03499456122517586, 0.045354340225458145, 0.9635297060012817], "count": [213]}, "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": [333], "max": [333], "mean": [333.0], "std": [0.0], "count": [213]}, "index": {"min": [121686], "max": [121898], "mean": [121792.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [213]}}} +{"episode_index": 334, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35994576009114587]], [[0.30221824795592067]], [[0.23353569718903186]]], "std": [[[0.13201800085247617]], [[0.12602567807989346]], [[0.1397698139306876]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2826739310470282]], [[0.22356935747931986]], [[0.1557343636307062]]], "std": [[[0.19765156841429654]], [[0.15031104629710232]], [[0.1065880647817195]]], "count": [100]}, "state": {"min": [-0.4373340606689453, -0.11827713251113892, 0.9840577840805054, 2.9356067180633545, -0.10212003439664841, -0.5533387660980225, 0.01209717895835638, -0.04001033306121826], "max": [-0.2855456471443176, 0.22476842999458313, 1.173887848854065, 3.223771810531616, 0.12994252145290375, 0.06746464222669601, 0.03974786773324013, -0.01209950726479292], "mean": [-0.37377554178237915, 0.07053922861814499, 1.0912936925888062, 3.0625813007354736, -0.02389051765203476, -0.3379781246185303, 0.020185554400086403, -0.02037876285612583], "std": [0.04519558697938919, 0.13693849742412567, 0.04938851669430733, 0.10590986162424088, 0.0576939731836319, 0.19647033512592316, 0.011885304003953934, 0.011938953772187233], "count": [252]}, "actions": {"min": [-0.290030300617218, -0.6512125134468079, -0.5766550898551941, -0.08331352472305298, -0.09673020988702774, -0.18226133286952972, -1.0], "max": [0.34495115280151367, 0.71224445104599, 0.4818054139614105, 0.13652949035167694, 0.1092798039317131, 0.07076695561408997, 1.0], "mean": [-0.021669311448931694, 0.0860004872083664, -0.026598017662763596, 0.006730934605002403, -0.0008999553392641246, -0.017770759761333466, 0.4126984179019928], "std": [0.10111025720834732, 0.19421318173408508, 0.19678103923797607, 0.03212931752204895, 0.03299611806869507, 0.03535131737589836, 0.9108684062957764], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [334], "max": [334], "mean": [334.0], "std": [0.0], "count": [252]}, "index": {"min": [121899], "max": [122150], "mean": [122024.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [252]}}} +{"episode_index": 335, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3647880380667892]], [[0.3063698443244485]], [[0.23771935137580422]]], "std": [[[0.13127253423461765]], [[0.12720182293382384]], [[0.14296041682315247]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.3643094679888557]], [[0.2860581347895603]], [[0.18802806001551012]]], "std": [[[0.21497132941699162]], [[0.15196121540853696]], [[0.0923972061184365]]], "count": [100]}, "state": {"min": [-0.38131439685821533, 0.005827348213642836, 0.98929363489151, 2.7240214347839355, -0.07622429728507996, -0.6952844262123108, 0.014211541041731834, -0.04000560939311981], "max": [-0.009217771701514721, 0.3332883417606354, 1.3092857599258423, 3.157696008682251, 0.2469518929719925, 0.06561949104070663, 0.039915356785058975, -0.01359928771853447], "mean": [-0.21302667260169983, 0.21541710197925568, 1.1861369609832764, 2.9127635955810547, 0.07373666018247604, -0.29038360714912415, 0.02332901395857334, -0.023829972371459007], "std": [0.1398877203464508, 0.08060698956251144, 0.08536991477012634, 0.13715876638889313, 0.08315516263246536, 0.23631201684474945, 0.011534695513546467, 0.011238825507462025], "count": [341]}, "actions": {"min": [-1.1315803527832031, -0.3282669484615326, -0.8651676177978516, -0.16373150050640106, -0.2148842066526413, -0.2398655265569687, -1.0], "max": [0.8187914490699768, 0.8556057214736938, 0.647235095500946, 0.3184814453125, 0.2589443027973175, 0.22246524691581726, 1.0], "mean": [-0.023633914068341255, 0.0652071088552475, -0.016559671610593796, -0.0029419625643640757, -0.0015940617304295301, -0.014431432820856571, 0.2961876690387726], "std": [0.2637024223804474, 0.18480266630649567, 0.23491573333740234, 0.050962138921022415, 0.05531749129295349, 0.0562061071395874, 0.9551289081573486], "count": [341]}, "timestamp": {"min": [0.0], "max": [34.0], "mean": [17.000000000000004], "std": [9.84377976185977], "count": [341]}, "frame_index": {"min": [0], "max": [340], "mean": [170.0], "std": [98.4377976185977], "count": [341]}, "episode_index": {"min": [335], "max": [335], "mean": [335.0], "std": [0.0], "count": [341]}, "index": {"min": [122151], "max": [122491], "mean": [122321.0], "std": [98.4377976185977], "count": [341]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [341]}}} +{"episode_index": 336, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3694197094487209]], [[0.3106814748726639]], [[0.24226916982613356]]], "std": [[[0.13166802858047183]], [[0.1300044225198948]], [[0.1471827498721948]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.3756374679266238]], [[0.29820427988089765]], [[0.19854632508520986]]], "std": [[[0.2134277837288455]], [[0.1477895734884463]], [[0.09302381421527255]]], "count": [100]}, "state": {"min": [-0.46921390295028687, -0.004288491792976856, 0.9893580079078674, 2.9339611530303955, -0.32704222202301025, -0.5106714963912964, 0.014761331491172314, -0.04000605270266533], "max": [-0.028191493824124336, 0.3307146728038788, 1.3215655088424683, 3.186044692993164, 0.0852012038230896, 0.047004640102386475, 0.03991576284170151, -0.01377193909138441], "mean": [-0.26471686363220215, 0.21432331204414368, 1.1769193410873413, 3.0646347999572754, -0.10586532950401306, -0.23418009281158447, 0.02479877695441246, -0.024819089099764824], "std": [0.14810095727443695, 0.08273421972990036, 0.08934416621923447, 0.05921401455998421, 0.10953600704669952, 0.19177138805389404, 0.011038188822567463, 0.011124097742140293], "count": [313]}, "actions": {"min": [-0.7728111743927002, -0.459940642118454, -1.4542608261108398, -0.2129926234483719, -0.17065100371837616, -0.16017471253871918, -1.0], "max": [0.7279711961746216, 0.6999432444572449, 1.2081389427185059, 0.3885684907436371, 0.20065434277057648, 0.18740583956241608, 1.0], "mean": [-0.014705667272210121, 0.06661637872457504, -0.004335170611739159, 0.0036935831885784864, -0.004381505772471428, -0.012228269129991531, 0.2587859332561493], "std": [0.28393295407295227, 0.17892494797706604, 0.30152466893196106, 0.048980604857206345, 0.047579944133758545, 0.04067898169159889, 0.9659329056739807], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [336], "max": [336], "mean": [336.0], "std": [0.0], "count": [313]}, "index": {"min": [122492], "max": [122804], "mean": [122648.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [313]}}} +{"episode_index": 337, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3685005792356005]], [[0.3100646248611749]], [[0.2411341397154565]]], "std": [[[0.13034022899609551]], [[0.12760796238723499]], [[0.14482812994136682]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3858276756137025]], [[0.30110762053844975]], [[0.1965327896417356]]], "std": [[[0.21383128147842126]], [[0.15020597260892632]], [[0.08965866404803297]]], "count": [100]}, "state": {"min": [-0.38170406222343445, -0.0002537776599638164, 0.9993302822113037, 2.781613349914551, -0.11962929368019104, -0.27421361207962036, 0.014562677592039108, -0.04000396654009819], "max": [-0.011483706533908844, 0.3282890021800995, 1.3079030513763428, 3.1916728019714355, 0.33643853664398193, 0.03941104933619499, 0.0399300679564476, -0.011078434996306896], "mean": [-0.20691433548927307, 0.21461984515190125, 1.181281328201294, 2.9557888507843018, 0.029913311824202538, -0.1377107948064804, 0.024511728435754776, -0.024966590106487274], "std": [0.14210563898086548, 0.07607772946357727, 0.08749957382678986, 0.12520262598991394, 0.10987095534801483, 0.09348524361848831, 0.011369437910616398, 0.01100967638194561], "count": [281]}, "actions": {"min": [-1.032381296157837, -0.4137946367263794, -0.6153699159622192, -0.2845056653022766, -0.2706024944782257, -0.19450004398822784, -1.0], "max": [0.8816779851913452, 0.8122159838676453, 1.11042320728302, 0.17429479956626892, 0.20836427807807922, 0.28898096084594727, 1.0], "mean": [-0.03276524320244789, 0.07575323432683945, -0.0206474456936121, -0.0017162517178803682, -3.787591413129121e-05, -0.006311584729701281, 0.24555160105228424], "std": [0.2893596589565277, 0.20321537554264069, 0.2716827094554901, 0.051724184304475784, 0.05971599742770195, 0.05693193897604942, 0.9693852663040161], "count": [281]}, "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": [337], "max": [337], "mean": [337.0], "std": [0.0], "count": [281]}, "index": {"min": [122805], "max": [123085], "mean": [122945.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [281]}}} +{"episode_index": 338, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3698611162971048]], [[0.31246330291149665]], [[0.24473902085248164]]], "std": [[[0.13089018853929088]], [[0.12832306884033257]], [[0.1461262524093147]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.36292291439280794]], [[0.28502114329618566]], [[0.1868307231828278]]], "std": [[[0.21893950051094394]], [[0.1536342434350798]], [[0.09325513631895635]]], "count": [100]}, "state": {"min": [-0.39793530106544495, -0.006238791160285473, 0.9917400479316711, 2.8729918003082275, -0.09985606372356415, -0.3415375351905823, 0.014588825404644012, -0.04002571478486061], "max": [-0.023979725316166878, 0.28040361404418945, 1.289269208908081, 3.216092348098755, 0.21852190792560577, -0.015705198049545288, 0.039937201887369156, -0.014813873916864395], "mean": [-0.2220245748758316, 0.18219111859798431, 1.158839225769043, 3.0540995597839355, 0.044432640075683594, -0.19265304505825043, 0.026594340801239014, -0.026844529435038567], "std": [0.13834325969219208, 0.07415993511676788, 0.07817890495061874, 0.08307253569364548, 0.09509193897247314, 0.08578880876302719, 0.010687359608709812, 0.010455691255629063], "count": [257]}, "actions": {"min": [-1.3957903385162354, -0.4406953454017639, -0.7103087902069092, -0.14750631153583527, -0.2357783317565918, -0.1453772336244583, -1.0], "max": [0.580833911895752, 0.7323285937309265, 1.7200573682785034, 0.1690385788679123, 0.1605575978755951, 0.17351214587688446, 1.0], "mean": [-0.033806730061769485, 0.07351341843605042, -0.032233137637376785, -0.0020611239597201347, -0.0008399535436183214, -0.002267698757350445, 0.1595330685377121], "std": [0.30329450964927673, 0.17523102462291718, 0.30128899216651917, 0.04767223075032234, 0.0540812611579895, 0.04487830772995949, 0.9871941804885864], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [338], "max": [338], "mean": [338.0], "std": [0.0], "count": [257]}, "index": {"min": [123086], "max": [123342], "mean": [123214.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [257]}}} +{"episode_index": 339, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37069159773284316]], [[0.3131363836550245]], [[0.24306502697514554]]], "std": [[[0.1330482640816844]], [[0.12969880953284227]], [[0.1483460967027627]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.39099748559091607]], [[0.3077364819096584]], [[0.20481562595741423]]], "std": [[[0.20457030257100298]], [[0.1431331826729515]], [[0.09049309334614995]]], "count": [100]}, "state": {"min": [-0.41412344574928284, -0.011867154389619827, 1.0137735605239868, 2.81937837600708, -0.3627850115299225, -0.4270062744617462, 0.014168358407914639, -0.04001355171203613], "max": [-0.032018762081861496, 0.3042677044868469, 1.285162091255188, 3.1167924404144287, 0.1028105616569519, 0.033999692648649216, 0.03980116918683052, -0.015104328282177448], "mean": [-0.23313391208648682, 0.20250780880451202, 1.1778475046157837, 2.931948661804199, -0.14612939953804016, -0.1937538981437683, 0.026081476360559464, -0.02655874565243721], "std": [0.14125798642635345, 0.07501289248466492, 0.07501035928726196, 0.08362361043691635, 0.14235101640224457, 0.12448239326477051, 0.010569652542471886, 0.010289614088833332], "count": [251]}, "actions": {"min": [-0.9882903099060059, -0.6020238995552063, -0.8771225810050964, -0.2597667872905731, -0.2527046501636505, -0.2614403963088989, -1.0], "max": [0.8636100888252258, 0.917431116104126, 0.8761150240898132, 0.1726132482290268, 0.27026447653770447, 0.3052223324775696, 1.0], "mean": [-0.024720069020986557, 0.0823054164648056, -0.012906119227409363, -0.0013671859633177519, -0.005581604316830635, -0.007368844002485275, 0.1872510015964508], "std": [0.32713425159454346, 0.22011873126029968, 0.29890507459640503, 0.06063041836023331, 0.07340465486049652, 0.07367712259292603, 0.9823135733604431], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [339], "max": [339], "mean": [339.0], "std": [0.0], "count": [251]}, "index": {"min": [123343], "max": [123593], "mean": [123468.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [251]}}} +{"episode_index": 340, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3730536546894148]], [[0.3146954932119332]], [[0.2469338420793122]]], "std": [[[0.1307629916382507]], [[0.1309095598523244]], [[0.14897627929421212]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.3530648091634115]], [[0.28212267108992034]], [[0.18823880663105086]]], "std": [[[0.2167482921853494]], [[0.15221785749794606]], [[0.0972740197587594]]], "count": [100]}, "state": {"min": [-0.44653335213661194, -0.013353833928704262, 0.988061785697937, 2.8934667110443115, -0.25811463594436646, -0.5338276028633118, 0.014048703014850616, -0.04000227525830269], "max": [-0.039380993694067, 0.30707454681396484, 1.2223669290542603, 3.1394433975219727, 0.11526260524988174, 0.03711603954434395, 0.03991992399096489, -0.010690105147659779], "mean": [-0.26009896397590637, 0.17806321382522583, 1.1373060941696167, 3.0529263019561768, -0.09301924705505371, -0.22945384681224823, 0.023839373141527176, -0.023995952680706978], "std": [0.15057159960269928, 0.08078017830848694, 0.06502263993024826, 0.06652579456567764, 0.11343755573034286, 0.19565674662590027, 0.011706815101206303, 0.011537964455783367], "count": [242]}, "actions": {"min": [-1.5417566299438477, -0.3803717792034149, -1.2875291109085083, -0.17633390426635742, -0.1429513841867447, -0.1294948160648346, -1.0], "max": [0.9536579251289368, 0.8359040021896362, 0.8586187958717346, 0.18195702135562897, 0.24848419427871704, 0.18341876566410065, 1.0], "mean": [-0.028170734643936157, 0.08781113475561142, -0.03178148716688156, 0.0012182033387944102, -0.0027425861917436123, -0.017201216891407967, 0.24793387949466705], "std": [0.3450028896331787, 0.1926504373550415, 0.2860521078109741, 0.04799671098589897, 0.05784247815608978, 0.05004171282052994, 0.9687758684158325], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [340], "max": [340], "mean": [340.0], "std": [0.0], "count": [242]}, "index": {"min": [123594], "max": [123835], "mean": [123714.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [242]}}} +{"episode_index": 341, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37353838572782627]], [[0.31596484554515164]], [[0.2467181988884421]]], "std": [[[0.12874796533911623]], [[0.12630847131024353]], [[0.1461550198949054]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.37683326272403495]], [[0.2947208317775353]], [[0.19488143561868107]]], "std": [[[0.21192986736418284]], [[0.15020637385024999]], [[0.09191001120252627]]], "count": [100]}, "state": {"min": [-0.41349393129348755, 0.037824954837560654, 1.003877878189087, 2.89910626411438, -0.20655249059200287, -0.38848164677619934, 0.013135222718119621, -0.040002722293138504], "max": [-0.029598835855722427, 0.3154086768627167, 1.2472150325775146, 3.2726876735687256, 0.12232699990272522, 0.04105355218052864, 0.0399668887257576, -0.006708773318678141], "mean": [-0.2331296056509018, 0.21427156031131744, 1.1423590183258057, 3.0391499996185303, -0.04902872443199158, -0.23091007769107819, 0.024563100188970566, -0.0245746411383152], "std": [0.14677771925926208, 0.07474043220281601, 0.0685221403837204, 0.10088223218917847, 0.094040147960186, 0.13271932303905487, 0.01155468076467514, 0.011492165736854076], "count": [284]}, "actions": {"min": [-0.9513754844665527, -0.26785093545913696, -0.8766537308692932, -0.15309835970401764, -0.1408068984746933, -0.16657832264900208, -1.0], "max": [0.5055643916130066, 0.5406989455223083, 0.9881675839424133, 0.12612619996070862, 0.17554660141468048, 0.20578612387180328, 1.0], "mean": [-0.02908669412136078, 0.06680171191692352, -0.018213629722595215, -0.007432141806930304, -0.0021970816887915134, -0.00978187657892704, 0.23239436745643616], "std": [0.26689082384109497, 0.13261811435222626, 0.2609805464744568, 0.04586806893348694, 0.04404468461871147, 0.051504865288734436, 0.9726218581199646], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [341], "max": [341], "mean": [341.0], "std": [0.0], "count": [284]}, "index": {"min": [123836], "max": [124119], "mean": [123977.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [284]}}} +{"episode_index": 342, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36475595451803766]], [[0.29922532863242957]], [[0.22717586921243108]]], "std": [[[0.1291667914079853]], [[0.12612336437764804]], [[0.14127007193915658]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3440624216117111]], [[0.2570632204541973]], [[0.16708751843022365]]], "std": [[[0.16347900074109858]], [[0.11667065098008164]], [[0.07223971804784815]]], "count": [100]}, "state": {"min": [-0.4914051592350006, -0.2808021008968353, 0.9958697557449341, 2.8085267543792725, -0.1711428463459015, -0.14397241175174713, 0.014699087478220463, -0.040009744465351105], "max": [-0.23177240788936615, 0.03304065391421318, 1.2207809686660767, 3.164687156677246, 0.15318632125854492, 0.0988711267709732, 0.03982028737664223, -0.015504583716392517], "mean": [-0.3729436695575714, -0.16383615136146545, 1.1170214414596558, 2.9552831649780273, -0.015211687423288822, -0.04699159041047096, 0.024313831701874733, -0.024976566433906555], "std": [0.1148223802447319, 0.07674376666545868, 0.06713902950286865, 0.09235280007123947, 0.08880915492773056, 0.058299772441387177, 0.011038952507078648, 0.010701891034841537], "count": [273]}, "actions": {"min": [-0.6705955266952515, -1.1958431005477905, -0.7256567478179932, -0.17221872508525848, -0.15491154789924622, -0.17429789900779724, -1.0], "max": [0.4745796322822571, 0.4257938861846924, 1.7890727519989014, 0.1557593196630478, 0.14338092505931854, 0.15084879100322723, 1.0], "mean": [-0.04570862650871277, -0.04752832651138306, -0.03276633843779564, -0.006023890804499388, 0.001123533002100885, -0.0029589401092380285, 0.26739928126335144], "std": [0.18388575315475464, 0.24198472499847412, 0.27679190039634705, 0.040945716202259064, 0.04012032970786095, 0.04084976017475128, 0.9635839462280273], "count": [273]}, "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": [342], "max": [342], "mean": [342.0], "std": [0.0], "count": [273]}, "index": {"min": [124120], "max": [124392], "mean": [124256.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [273]}}} +{"episode_index": 343, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36377448706533394]], [[0.2991971680884268]], [[0.22820116768631282]]], "std": [[[0.13122902315673754]], [[0.1276654290916283]], [[0.14246470451671092]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9490196078431372]], [[0.9450980392156862]]], "mean": [[[0.35064998252719054]], [[0.26064248657226563]], [[0.1664861821193321]]], "std": [[[0.17264922046221368]], [[0.12255697050323124]], [[0.07058465494577615]]], "count": [100]}, "state": {"min": [-0.49873948097229004, -0.2680622637271881, 1.0002174377441406, 2.9874002933502197, -0.11663690954446793, -0.1575116515159607, 0.014555834233760834, -0.04000202938914299], "max": [-0.20232555270195007, -0.004629006143659353, 1.2540273666381836, 3.2336838245391846, 0.21749648451805115, 0.05165527015924454, 0.039879415184259415, -0.01499475259333849], "mean": [-0.34868404269218445, -0.18789780139923096, 1.1403107643127441, 3.069371461868286, 0.006258988752961159, -0.027130039408802986, 0.02386460267007351, -0.02405981719493866], "std": [0.12403108179569244, 0.06172285974025726, 0.07768774777650833, 0.047289807349443436, 0.09161308407783508, 0.05857646092772484, 0.011543631553649902, 0.01151038147509098], "count": [227]}, "actions": {"min": [-1.155082106590271, -1.0385786294937134, -0.5534836649894714, -0.16952721774578094, -0.15221697092056274, -0.15730468928813934, -1.0], "max": [0.5128390192985535, 0.7558501958847046, 1.3225436210632324, 0.13456514477729797, 0.12094743549823761, 0.15406745672225952, 1.0], "mean": [-0.048625361174345016, -0.05207215994596481, -0.025906911119818687, -0.007783409208059311, 0.0060382927767932415, 0.0015896217664703727, 0.24229075014591217], "std": [0.24138660728931427, 0.2620333731174469, 0.3317898213863373, 0.04162599891424179, 0.044507768005132675, 0.04422180727124214, 0.9702045321464539], "count": [227]}, "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": [343], "max": [343], "mean": [343.0], "std": [0.0], "count": [227]}, "index": {"min": [124393], "max": [124619], "mean": [124506.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [227]}}} +{"episode_index": 344, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3640167918485753]], [[0.29802389227175247]], [[0.22637553794711243]]], "std": [[[0.12831656287451182]], [[0.12580455230336784]], [[0.14049546448411784]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9294117647058824]], [[0.9254901960784314]]], "mean": [[[0.34071633970971205]], [[0.25346505497951133]], [[0.16260130339977788]]], "std": [[[0.17028216863365625]], [[0.12067779153224649]], [[0.07039239039182688]]], "count": [100]}, "state": {"min": [-0.5013715624809265, -0.25949034094810486, 1.0132726430892944, 2.9728596210479736, -0.12222777307033539, -0.2831805348396301, 0.015850966796278954, -0.04000483453273773], "max": [-0.2085893750190735, 0.0024171050172299147, 1.2479878664016724, 3.2455177307128906, 0.16068047285079956, -0.05601523444056511, 0.03978024050593376, -0.011915227398276329], "mean": [-0.3671794533729553, -0.17266343533992767, 1.127713680267334, 3.0608158111572266, 0.032096151262521744, -0.13643676042556763, 0.024854464456439018, -0.024629391729831696], "std": [0.1201799288392067, 0.06130240857601166, 0.06621607393026352, 0.051893435418605804, 0.08249855786561966, 0.05685748904943466, 0.010365122929215431, 0.010689882561564445], "count": [202]}, "actions": {"min": [-1.003829836845398, -1.0731616020202637, -0.6716654896736145, -0.18167495727539062, -0.18479742109775543, -0.18058164417743683, -1.0], "max": [0.5816364288330078, 0.605766773223877, 1.2924706935882568, 0.2736203372478485, 0.15945157408714294, 0.19290387630462646, 1.0], "mean": [-0.047874461859464645, -0.061102792620658875, -0.01881926693022251, -0.00779772037640214, -0.0004815456923097372, 0.000968740729149431, 0.2673267424106598], "std": [0.27012869715690613, 0.27654334902763367, 0.33464866876602173, 0.044669631868600845, 0.05412651598453522, 0.05330919474363327, 0.9636049270629883], "count": [202]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [344], "max": [344], "mean": [344.0], "std": [0.0], "count": [202]}, "index": {"min": [124620], "max": [124821], "mean": [124720.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [202]}}} +{"episode_index": 345, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.366511557784735]], [[0.3008762566061581]], [[0.22888255699008117]]], "std": [[[0.12961003815922012]], [[0.12769428910871422]], [[0.143784347091792]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3608853538363587]], [[0.2694779250201057]], [[0.1727593521417356]]], "std": [[[0.16725717901983278]], [[0.11738592450676978]], [[0.0683633161472291]]], "count": [100]}, "state": {"min": [-0.4986950159072876, -0.2369065135717392, 0.9976815581321716, 3.0402982234954834, -0.24097801744937897, -0.1582249402999878, 0.014682379551231861, -0.040005359798669815], "max": [-0.1920059472322464, 0.005316603928804398, 1.234302282333374, 3.2141191959381104, 0.08953799307346344, -0.03542767092585564, 0.03985273092985153, -0.014880301430821419], "mean": [-0.3603394329547882, -0.16028103232383728, 1.1260896921157837, 3.0996391773223877, -0.09290012717247009, -0.10483096539974213, 0.023351799696683884, -0.02348434180021286], "std": [0.12084975838661194, 0.0527765154838562, 0.06891638785600662, 0.04624834656715393, 0.0978960320353508, 0.03353208303451538, 0.01125146821141243, 0.011243890039622784], "count": [242]}, "actions": {"min": [-1.2715424299240112, -1.380868673324585, -0.6401782631874084, -0.14969995617866516, -0.16954027116298676, -0.15451988577842712, -1.0], "max": [0.5542915463447571, 0.525144100189209, 1.1730659008026123, 0.1558673232793808, 0.12575839459896088, 0.2026299685239792, 1.0], "mean": [-0.04419390857219696, -0.05312890559434891, -0.02814306691288948, -0.005593437235802412, -0.0010329202050343156, -0.0019044316140934825, 0.2975206673145294], "std": [0.22936005890369415, 0.24747306108474731, 0.2928038239479065, 0.041488971561193466, 0.047327883541584015, 0.04645462706685066, 0.954717755317688], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [345], "max": [345], "mean": [345.0], "std": [0.0], "count": [242]}, "index": {"min": [124822], "max": [125063], "mean": [124942.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [242]}}} +{"episode_index": 346, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3650115099140242]], [[0.299286018521178]], [[0.2281664811676624]]], "std": [[[0.1293884087568199]], [[0.1272552456742958]], [[0.14184715820076027]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.35065682145661]], [[0.26319105021158856]], [[0.1710432882869945]]], "std": [[[0.17409716097095124]], [[0.122870816182725]], [[0.07459663643200183]]], "count": [100]}, "state": {"min": [-0.4849913716316223, -0.23956485092639923, 1.0106030702590942, 2.9574074745178223, -0.13993029296398163, -0.361704021692276, 0.01613597385585308, -0.04000955820083618], "max": [-0.1946350783109665, 0.02773561328649521, 1.2454791069030762, 3.222811222076416, 0.1703241914510727, 0.06952887028455734, 0.039795488119125366, -0.013299155049026012], "mean": [-0.35228168964385986, -0.14001235365867615, 1.135434865951538, 3.0600836277008057, -0.02622349001467228, -0.10305731743574142, 0.025341691449284554, -0.025470193475484848], "std": [0.11889296770095825, 0.06415978074073792, 0.07095570117235184, 0.07465588301420212, 0.07051247358322144, 0.14335624873638153, 0.009805934503674507, 0.009899911470711231], "count": [233]}, "actions": {"min": [-1.214290976524353, -1.7242337465286255, -0.660389244556427, -0.15986603498458862, -0.2325637936592102, -0.2242463082075119, -1.0], "max": [0.3608553111553192, 1.218388319015503, 1.8875492811203003, 0.12303570657968521, 0.12300002574920654, 0.20305900275707245, 1.0], "mean": [-0.05510793998837471, -0.06088896468281746, -0.034571364521980286, -0.008377558551728725, 0.0026208912022411823, -0.001297732931561768, 0.31330472230911255], "std": [0.2455344945192337, 0.34677159786224365, 0.3375609219074249, 0.04271611571311951, 0.04807585850358009, 0.06364763528108597, 0.9496549963951111], "count": [233]}, "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": [346], "max": [346], "mean": [346.0], "std": [0.0], "count": [233]}, "index": {"min": [125064], "max": [125296], "mean": [125180.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [233]}}} +{"episode_index": 347, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3667549857345282]], [[0.30150241388059135]], [[0.23039054421817554]]], "std": [[[0.1291844759043381]], [[0.12788281036462382]], [[0.14357229844939579]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9372549019607843]], [[0.9294117647058824]]], "mean": [[[0.35705093264112286]], [[0.2662083189721201]], [[0.17121349140242034]]], "std": [[[0.1622199778721352]], [[0.1154139342297564]], [[0.06980715847384428]]], "count": [100]}, "state": {"min": [-0.49574902653694153, -0.1746736764907837, 1.0154281854629517, 2.9943058490753174, -0.23142872750759125, -0.12546122074127197, 0.014261286705732346, -0.04000324010848999], "max": [-0.2725081145763397, -0.030012646690011024, 1.201233148574829, 3.214336395263672, 0.05221644043922424, 0.040990814566612244, 0.03989418223500252, -0.01316248718649149], "mean": [-0.3797105848789215, -0.1428484469652176, 1.1213799715042114, 3.0672926902770996, -0.08848673105239868, -0.06175368279218674, 0.023908408358693123, -0.023993881419301033], "std": [0.09035132825374603, 0.022317824885249138, 0.053199928253889084, 0.04599600285291672, 0.08159706741571426, 0.044572167098522186, 0.011567349545657635, 0.01151732075959444], "count": [230]}, "actions": {"min": [-0.5124973058700562, -1.0858116149902344, -0.7040647268295288, -0.1099507063627243, -0.17274655401706696, -0.19474491477012634, -1.0], "max": [0.27997565269470215, 0.25933149456977844, 1.8419790267944336, 0.09890449047088623, 0.14414680004119873, 0.14299960434436798, 1.0], "mean": [-0.05785426124930382, -0.04572241008281708, -0.02484961412847042, -0.005956439301371574, -0.0012855222448706627, -0.0010043925140053034, 0.25217390060424805], "std": [0.14349639415740967, 0.17745018005371094, 0.298202782869339, 0.03338003158569336, 0.047748953104019165, 0.04662942886352539, 0.9676828980445862], "count": [230]}, "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": [347], "max": [347], "mean": [347.0], "std": [0.0], "count": [230]}, "index": {"min": [125297], "max": [125526], "mean": [125411.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [230]}}} +{"episode_index": 348, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36505537983015474]], [[0.29898704618566174]], [[0.22795805328967525]]], "std": [[[0.12744900668299278]], [[0.12638910442505544]], [[0.14135474736109313]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9294117647058824]], [[0.9215686274509803]]], "mean": [[[0.3530468175551471]], [[0.2603464098163679]], [[0.16539830585554535]]], "std": [[[0.16165514239235362]], [[0.11578973391247359]], [[0.06826996738514225]]], "count": [100]}, "state": {"min": [-0.4579475224018097, -0.14790624380111694, 0.994281530380249, 3.007370710372925, -0.11842834949493408, -0.4203024208545685, 0.016061579808592796, -0.04000589996576309], "max": [-0.2953670918941498, 0.01875697448849678, 1.1908864974975586, 3.1821906566619873, 0.1014372780919075, 0.029438670724630356, 0.03982578217983246, -0.01640726439654827], "mean": [-0.36639031767845154, -0.11617293208837509, 1.11221444606781, 3.0625150203704834, -0.01551054883748293, -0.17556053400039673, 0.025799134746193886, -0.02601165883243084], "std": [0.06809395551681519, 0.03448745235800743, 0.060443028807640076, 0.04645989462733269, 0.06191425770521164, 0.14016297459602356, 0.010941434651613235, 0.010897197760641575], "count": [207]}, "actions": {"min": [-0.43163010478019714, -0.8766844272613525, -0.4546602964401245, -0.13719405233860016, -0.15230543911457062, -0.31403031945228577, -1.0], "max": [0.21291977167129517, 0.2600586712360382, 1.1430922746658325, 0.20424216985702515, 0.11092274636030197, 0.13934537768363953, 1.0], "mean": [-0.032431475818157196, -0.06242986023426056, -0.026164308190345764, -0.0062121436931192875, 0.0010053690057247877, -0.006389423739165068, 0.15942029654979706], "std": [0.1199338436126709, 0.19425857067108154, 0.27702316641807556, 0.038269709795713425, 0.042096998542547226, 0.06342268735170364, 0.9872102737426758], "count": [207]}, "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": [348], "max": [348], "mean": [348.0], "std": [0.0], "count": [207]}, "index": {"min": [125527], "max": [125733], "mean": [125630.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [207]}}} +{"episode_index": 349, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36664322677313116]], [[0.29940585147633275]], [[0.22719530232747395]]], "std": [[[0.1256930674103235]], [[0.12454821047884614]], [[0.13955356381606054]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9490196078431372]], [[0.9490196078431372]]], "mean": [[[0.3413131109499464]], [[0.25274423935834095]], [[0.16221226292030486]]], "std": [[[0.16637074524433215]], [[0.11895062855932928]], [[0.07288982881810782]]], "count": [100]}, "state": {"min": [-0.5031155943870544, -0.16975046694278717, 1.0035595893859863, 3.041231870651245, -0.11513277143239975, -0.29807230830192566, 0.014755282551050186, -0.04000397399067879], "max": [-0.27430033683776855, 0.018214700743556023, 1.2238532304763794, 3.2240304946899414, 0.17530743777751923, 0.06895433366298676, 0.03987838327884674, -0.01482141762971878], "mean": [-0.37824010848999023, -0.11829715222120285, 1.1220149993896484, 3.0848805904388428, 0.03887365013360977, -0.08523525297641754, 0.025646645575761795, -0.02580958977341652], "std": [0.09045585244894028, 0.03392953425645828, 0.06028427928686142, 0.03767296299338341, 0.07730239629745483, 0.1271384358406067, 0.011619320139288902, 0.011581595987081528], "count": [199]}, "actions": {"min": [-0.6579920053482056, -1.6595784425735474, -0.47905468940734863, -0.14222779870033264, -0.1812543421983719, -0.15529127418994904, -1.0], "max": [0.34031805396080017, 0.38740074634552, 1.786633849143982, 0.09964841604232788, 0.1869480460882187, 0.14988522231578827, 1.0], "mean": [-0.05974505841732025, -0.06200702115893364, -0.003127965610474348, -0.007028778083622456, 0.002301806816831231, 0.0005066950106993318, 0.11557789146900177], "std": [0.1652853786945343, 0.2684311270713806, 0.330246239900589, 0.03419128805398941, 0.04859708622097969, 0.05219380185008049, 0.9932973384857178], "count": [199]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [349], "max": [349], "mean": [349.0], "std": [0.0], "count": [199]}, "index": {"min": [125734], "max": [125932], "mean": [125833.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [199]}}} +{"episode_index": 350, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3661174795113358]], [[0.3004554634842218]], [[0.22831420958275886]]], "std": [[[0.1270024035982742]], [[0.12438221356510373]], [[0.13980959621989925]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.9058823529411765]], [[0.8980392156862745]]], "mean": [[[0.3484019434311811]], [[0.2562604286343444]], [[0.16239142683440563]]], "std": [[[0.16140523626865988]], [[0.11659175945085888]], [[0.06882806743303164]]], "count": [100]}, "state": {"min": [-0.47745850682258606, -0.15199537575244904, 1.0036976337432861, 2.9679718017578125, -0.06993019580841064, -0.03337349370121956, 0.013772780075669289, -0.039983127266168594], "max": [-0.2892524003982544, -0.035546738654375076, 1.2233785390853882, 3.169215440750122, 0.1610538214445114, 0.06905791163444519, 0.03981379047036171, -0.014938724227249622], "mean": [-0.3833260238170624, -0.1257198601961136, 1.1113979816436768, 3.034762382507324, 0.026935923844575882, 0.012815908528864384, 0.021694321185350418, -0.02230890654027462], "std": [0.08057184517383575, 0.017788320779800415, 0.07048264145851135, 0.044659364968538284, 0.06267240643501282, 0.028256839141249657, 0.010991102084517479, 0.010665033012628555], "count": [197]}, "actions": {"min": [-0.8710800409317017, -0.862010657787323, -0.8251738548278809, -0.09228970855474472, -0.14187301695346832, -0.16064487397670746, -1.0], "max": [0.16475810110569, 0.2532310485839844, 0.813664436340332, 0.08433126658201218, 0.10285985469818115, 0.19361431896686554, 1.0], "mean": [-0.04548782482743263, -0.03929130733013153, -0.0390641950070858, -0.005332760978490114, 0.0027992422692477703, -0.003099610563367605, 0.4010152220726013], "std": [0.14569756388664246, 0.164404034614563, 0.28675714135169983, 0.034149184823036194, 0.040382999926805496, 0.045230671763420105, 0.9160704612731934], "count": [197]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.799999999999999], "std": [5.686826883245172], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [350], "max": [350], "mean": [350.0], "std": [0.0], "count": [197]}, "index": {"min": [125933], "max": [126129], "mean": [126031.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [197]}}} +{"episode_index": 351, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37221042827531403]], [[0.3060848598106235]], [[0.23507393990310968]]], "std": [[[0.12866384212793272]], [[0.1299300802939182]], [[0.1470529698709814]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.38459749468635107]], [[0.2916130748075597]], [[0.1887583564309513]]], "std": [[[0.18605094312049963]], [[0.13111821606237453]], [[0.07759157176479237]]], "count": [100]}, "state": {"min": [-0.48937973380088806, -0.11128497123718262, 0.9895057082176208, 2.920018196105957, -0.2839607894420624, -0.5516638159751892, 0.013149048201739788, -0.04000972583889961], "max": [-0.014217532239854336, 0.15640360116958618, 1.3691023588180542, 3.2636117935180664, 0.29946935176849365, 0.07399576157331467, 0.03987286239862442, -0.014697067439556122], "mean": [-0.2919148802757263, 0.037203624844551086, 1.1867871284484863, 3.0643486976623535, -0.04570678994059563, -0.1112464964389801, 0.02294228971004486, -0.02324485033750534], "std": [0.18588688969612122, 0.09656268358230591, 0.10974088311195374, 0.09529965370893478, 0.142876535654068, 0.17768482863903046, 0.011100756004452705, 0.011115416884422302], "count": [414]}, "actions": {"min": [-0.9301026463508606, -0.6679022908210754, -0.539647102355957, -0.1623200923204422, -0.21337772905826569, -0.25429314374923706, -1.0], "max": [0.8509450554847717, 1.0655893087387085, 1.31755793094635, 0.29943355917930603, 0.36643487215042114, 0.19642099738121033, 1.0], "mean": [-0.03400405868887901, 0.0324941910803318, -0.012390049174427986, 0.003909500781446695, 0.0024400632828474045, 0.0010271258652210236, 0.3478260934352875], "std": [0.24327783286571503, 0.1640973687171936, 0.2537423074245453, 0.04886550083756447, 0.05807485058903694, 0.05660368874669075, 0.937556803226471], "count": [414]}, "timestamp": {"min": [0.0], "max": [41.3], "mean": [20.650000000000002], "std": [11.95111570802771], "count": [414]}, "frame_index": {"min": [0], "max": [413], "mean": [206.5], "std": [119.5111570802771], "count": [414]}, "episode_index": {"min": [351], "max": [351], "mean": [351.0], "std": [0.0], "count": [414]}, "index": {"min": [126130], "max": [126543], "mean": [126336.5], "std": [119.5111570802771], "count": [414]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [414]}}} +{"episode_index": 352, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3740028626685049]], [[0.3099577241785386]], [[0.23917522714652267]]], "std": [[[0.1300668492104949]], [[0.13061832819450345]], [[0.1498528146206419]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.390577797684015]], [[0.2948761548808977]], [[0.18887566061580882]]], "std": [[[0.18201046739431825]], [[0.12717946108834785]], [[0.0725515570648984]]], "count": [100]}, "state": {"min": [-0.4903915822505951, -0.13989275693893433, 0.9970528483390808, 2.891857147216797, -0.11135732382535934, -0.494957834482193, 0.014841199852526188, -0.04000779241323471], "max": [0.0014095624210312963, 0.10599134862422943, 1.2405540943145752, 3.311134099960327, 0.15372850000858307, -0.02478274330496788, 0.039853859692811966, -0.014700003899633884], "mean": [-0.23772266507148743, -0.01910249888896942, 1.152281403541565, 3.0841379165649414, -0.037466272711753845, -0.20058855414390564, 0.025921620428562164, -0.026146020740270615], "std": [0.19349505007266998, 0.0808458998799324, 0.06776697188615799, 0.1281142383813858, 0.061843063682317734, 0.15537315607070923, 0.011729697696864605, 0.01167635153979063], "count": [312]}, "actions": {"min": [-1.5391987562179565, -0.5708258748054504, -0.5340935587882996, -0.17968925833702087, -0.20098498463630676, -0.17027629911899567, -1.0], "max": [0.8627288341522217, 0.5604525208473206, 1.0833079814910889, 0.13505522906780243, 0.22683383524417877, 0.1749800741672516, 1.0], "mean": [-0.0323113277554512, 0.025497473776340485, -0.015141725540161133, 0.0038214970845729113, 0.000483280629850924, 0.001439786166884005, 0.11538461595773697], "std": [0.3318693935871124, 0.18994705379009247, 0.21912600100040436, 0.04171187803149223, 0.04435106739401817, 0.051817309111356735, 0.9933202862739563], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [352], "max": [352], "mean": [352.0], "std": [0.0], "count": [312]}, "index": {"min": [126544], "max": [126855], "mean": [126699.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [312]}}} +{"episode_index": 353, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3768535006654029]], [[0.3124564765481388]], [[0.2426451416015625]]], "std": [[[0.13144008206079566]], [[0.1349750436892781]], [[0.15441547205365969]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4099744125067019]], [[0.31214369470932907]], [[0.20176314469879747]]], "std": [[[0.181156486929658]], [[0.12675377777670332]], [[0.07461347814471421]]], "count": [100]}, "state": {"min": [-0.4973064363002777, -0.09488914906978607, 0.995498538017273, 2.9711978435516357, -0.18304626643657684, -0.1626434177160263, 0.01466134563088417, -0.040006838738918304], "max": [0.02488967590034008, 0.1383100152015686, 1.3167908191680908, 3.2588679790496826, 0.11535200476646423, 0.08254106342792511, 0.03994915634393692, -0.013409540988504887], "mean": [-0.22202694416046143, -9.742765541886911e-05, 1.174950122833252, 3.0990068912506104, -0.06116291880607605, -0.036371879279613495, 0.026262985542416573, -0.02630750834941864], "std": [0.1976384073495865, 0.08036334067583084, 0.08763424307107925, 0.08431772887706757, 0.08364132791757584, 0.0706280767917633, 0.012161903083324432, 0.012237834744155407], "count": [407]}, "actions": {"min": [-1.142762303352356, -0.42134523391723633, -0.8193975687026978, -0.1741446554660797, -0.14769096672534943, -0.14915809035301208, -1.0], "max": [0.5801765322685242, 0.48332613706588745, 1.0682518482208252, 0.15591856837272644, 0.11234639585018158, 0.15015822649002075, 1.0], "mean": [-0.025324314832687378, 0.024771716445684433, -0.006700180005282164, 0.0024961603339761496, -0.0009840666316449642, 5.257350130705163e-05, 0.07125306874513626], "std": [0.2602449655532837, 0.15442413091659546, 0.24340659379959106, 0.04124796390533447, 0.03697285056114197, 0.041669923812150955, 0.9974592328071594], "count": [407]}, "timestamp": {"min": [0.0], "max": [40.6], "mean": [20.3], "std": [11.749042514179612], "count": [407]}, "frame_index": {"min": [0], "max": [406], "mean": [203.0], "std": [117.49042514179612], "count": [407]}, "episode_index": {"min": [353], "max": [353], "mean": [353.0], "std": [0.0], "count": [407]}, "index": {"min": [126856], "max": [127262], "mean": [127059.0], "std": [117.49042514179612], "count": [407]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [407]}}} +{"episode_index": 354, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37313581519033395]], [[0.30711819637522975]], [[0.23555663105085783]]], "std": [[[0.12933882408271363]], [[0.13091743996637326]], [[0.14866535991262297]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3791745527678845]], [[0.28854818127202053]], [[0.18832556750727636]]], "std": [[[0.18320105537809847]], [[0.12912236887851822]], [[0.07875248019714674]]], "count": [100]}, "state": {"min": [-0.5000631809234619, -0.1293555051088333, 1.00124192237854, 2.907287120819092, -0.26231706142425537, -0.287091463804245, 0.014572604559361935, -0.0400095172226429], "max": [-0.025159334763884544, 0.1274520456790924, 1.2988216876983643, 3.1705386638641357, 0.13823658227920532, 0.03775573894381523, 0.039871636778116226, -0.014854435808956623], "mean": [-0.30444255471229553, -0.006958364509046078, 1.1759727001190186, 3.033881425857544, -0.09748245030641556, -0.07765967398881912, 0.023686757311224937, -0.024289386346936226], "std": [0.18656806647777557, 0.09689169377088547, 0.08136947453022003, 0.08102039992809296, 0.101979561150074, 0.08339127153158188, 0.010855217464268208, 0.010936327278614044], "count": [375]}, "actions": {"min": [-1.0258620977401733, -0.6132616400718689, -0.6245402693748474, -0.20776788890361786, -0.22692371904850006, -0.1934947520494461, -1.0], "max": [0.812755823135376, 0.6094136238098145, 1.4225393533706665, 0.3158213496208191, 0.19454918801784515, 0.24770615994930267, 1.0], "mean": [-0.027317987754940987, 0.026788048446178436, -0.004056042060256004, 0.0009996091248467565, 0.0012970304815098643, -0.00011697485751938075, 0.30666667222976685], "std": [0.2560666799545288, 0.16207975149154663, 0.2484271228313446, 0.049258388578891754, 0.044336311519145966, 0.044778984040021896, 0.9518174529075623], "count": [375]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.7], "std": [10.82527905721911], "count": [375]}, "frame_index": {"min": [0], "max": [374], "mean": [187.0], "std": [108.2527905721911], "count": [375]}, "episode_index": {"min": [354], "max": [354], "mean": [354.0], "std": [0.0], "count": [375]}, "index": {"min": [127263], "max": [127637], "mean": [127450.0], "std": [108.2527905721911], "count": [375]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [375]}}} +{"episode_index": 355, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.366225295122932]], [[0.2993179608513327]], [[0.22969390330595127]]], "std": [[[0.12941044539536706]], [[0.1289846404950916]], [[0.14232323599650928]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.40500196569106156]], [[0.31254369578642005]], [[0.20904697193818936]]], "std": [[[0.17820122686592546]], [[0.13015249343959737]], [[0.09253249851514092]]], "count": [100]}, "state": {"min": [-0.5141257643699646, 0.0015120819443836808, 0.9863014221191406, 2.895240068435669, -0.1404414027929306, -0.32573285698890686, 0.0036275284364819527, -0.04000616818666458], "max": [-0.0912347137928009, 0.19928987324237823, 1.301113247871399, 3.1347756385803223, 0.279045432806015, 0.12772375345230103, 0.03993837535381317, -0.0035599039401859045], "mean": [-0.3280717134475708, 0.14614519476890564, 1.1822397708892822, 3.012108325958252, 0.0015618165489286184, -0.009272957220673561, 0.016495121642947197, -0.016679847612977028], "std": [0.15774491429328918, 0.04965144023299217, 0.08588799834251404, 0.07683204859495163, 0.09830076992511749, 0.11884200572967529, 0.0167057067155838, 0.016556130722165108], "count": [301]}, "actions": {"min": [-1.6599352359771729, -0.7204493284225464, -0.6552015542984009, -0.18749266862869263, -0.19637955725193024, -0.1787693202495575, -1.0], "max": [0.6089951395988464, 1.169633150100708, 1.8721199035644531, 0.29733458161354065, 0.1897045522928238, 0.12134632468223572, 1.0], "mean": [-0.043550387024879456, 0.0447399765253067, -0.0034042042680084705, 0.0001913498854264617, 0.0027776225470006466, -0.01158176176249981, 0.2890365421772003], "std": [0.2734088897705078, 0.19177640974521637, 0.30388540029525757, 0.04931759089231491, 0.04553471505641937, 0.0416274219751358, 0.9573160409927368], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [355], "max": [355], "mean": [355.0], "std": [0.0], "count": [301]}, "index": {"min": [127638], "max": [127938], "mean": [127788.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [301]}}} +{"episode_index": 356, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3700181220559513]], [[0.3023036253686045]], [[0.2323158946317785]]], "std": [[[0.13006722596233403]], [[0.13075108139500646]], [[0.14593720926315712]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.41897761625402113]], [[0.3238622077493107]], [[0.2164222262513404]]], "std": [[[0.1727201348050942]], [[0.12255259297770657]], [[0.08432754825906312]]], "count": [100]}, "state": {"min": [-0.5049664378166199, -0.005929046310484409, 1.0004256963729858, 3.034843921661377, -0.19617007672786713, -0.25208717584609985, 0.003462335327640176, -0.04000229388475418], "max": [-0.11203398555517197, 0.19025522470474243, 1.2596815824508667, 3.301936388015747, 0.09860513359308243, 0.11464758962392807, 0.03993389382958412, -0.0038120041135698557], "mean": [-0.31111940741539, 0.13928376138210297, 1.1536064147949219, 3.153028964996338, -0.04369497299194336, -0.0088605722412467, 0.01765182428061962, -0.017549674957990646], "std": [0.1529565155506134, 0.04443724825978279, 0.07375948131084442, 0.07046888023614883, 0.08636894822120667, 0.09612465649843216, 0.016793593764305115, 0.016900358721613884], "count": [276]}, "actions": {"min": [-0.9784597158432007, -0.3532779812812805, -0.5535737872123718, -0.14967021346092224, -0.15656043589115143, -0.20020979642868042, -1.0], "max": [0.49257826805114746, 0.8268834352493286, 0.8029266595840454, 0.2587703466415405, 0.11574508994817734, 0.10312455147504807, 1.0], "mean": [-0.043767306953668594, 0.054790645837783813, -0.0024372164625674486, 0.006287920288741589, -0.00017586401372682303, -0.006595623679459095, 0.23188406229019165], "std": [0.24339355528354645, 0.15972940623760223, 0.24206939339637756, 0.03806299343705177, 0.04533154517412186, 0.04257466271519661, 0.9727416634559631], "count": [276]}, "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": [356], "max": [356], "mean": [356.0], "std": [0.0], "count": [276]}, "index": {"min": [127939], "max": [128214], "mean": [128076.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [276]}}} +{"episode_index": 357, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36713328701842063]], [[0.30183887017941946]], [[0.23221005308861828]]], "std": [[[0.13219404603293733]], [[0.13057767904455536]], [[0.1449709930015233]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.4156513941147748]], [[0.3220736083984375]], [[0.21660513066310508]]], "std": [[[0.1716013109962682]], [[0.12318393874602487]], [[0.08787280182624914]]], "count": [100]}, "state": {"min": [-0.5169150829315186, -0.01034474652260542, 0.9983692765235901, 2.9514684677124023, -0.2087561935186386, -0.10742131620645523, 0.0022518294863402843, -0.040004000067710876], "max": [-0.09615221619606018, 0.1840691864490509, 1.2832590341567993, 3.1840693950653076, 0.07163570821285248, 0.1017564907670021, 0.03990982100367546, -0.0035890918225049973], "mean": [-0.3199959993362427, 0.1250036358833313, 1.1667534112930298, 3.0695362091064453, -0.05850135162472725, 0.04775245115160942, 0.017276154831051826, -0.017491528764367104], "std": [0.16107691824436188, 0.05497673153877258, 0.08103769272565842, 0.07297307997941971, 0.08278414607048035, 0.04794827848672867, 0.016804862767457962, 0.016802668571472168], "count": [280]}, "actions": {"min": [-0.9521932601928711, -0.6708366870880127, -0.8164644241333008, -0.14526739716529846, -0.17427049577236176, -0.15395872294902802, -1.0], "max": [0.5210819244384766, 0.7770767211914062, 1.7569957971572876, 0.15444301068782806, 0.12476162612438202, 0.18851622939109802, 1.0], "mean": [-0.044695399701595306, 0.05122574418783188, -0.006650438532233238, 0.003020121483132243, 0.0016974956961348653, -0.004899625666439533, 0.24285714328289032], "std": [0.2539046108722687, 0.2211911529302597, 0.28470873832702637, 0.044102683663368225, 0.043514102697372437, 0.04687494784593582, 0.9700644612312317], "count": [280]}, "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": [357], "max": [357], "mean": [357.0], "std": [0.0], "count": [280]}, "index": {"min": [128215], "max": [128494], "mean": [128354.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [280]}}} +{"episode_index": 358, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36932978132659317]], [[0.30148280962775736]], [[0.23060073852539062]]], "std": [[[0.12844210704284353]], [[0.1283524717094448]], [[0.14328564506207409]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3990117714077819]], [[0.3075080739937577]], [[0.2072910898246017]]], "std": [[[0.17491632367409216]], [[0.1278285149955939]], [[0.08930371181506556]]], "count": [100]}, "state": {"min": [-0.47637471556663513, -0.020563391968607903, 1.0068049430847168, 2.8513925075531006, -0.11980047821998596, -0.39100679755210876, 0.0039294115267694, -0.04000499099493027], "max": [-0.08789969980716705, 0.21444237232208252, 1.2848138809204102, 3.0964725017547607, 0.42669451236724854, 0.17297029495239258, 0.03990050405263901, 0.0008825896074995399], "mean": [-0.32431674003601074, 0.15113861858844757, 1.1769052743911743, 2.9642159938812256, 0.019106455147266388, -0.029655974358320236, 0.015532261691987514, -0.015801215544342995], "std": [0.149626687169075, 0.058723777532577515, 0.07872087508440018, 0.08036825805902481, 0.12546168267726898, 0.1679495871067047, 0.01622898131608963, 0.016100237146019936], "count": [342]}, "actions": {"min": [-0.8294833898544312, -0.46849825978279114, -0.5646198987960815, -0.14837582409381866, -0.16548529267311096, -0.13308940827846527, -1.0], "max": [0.7233805656433105, 0.8555100560188293, 0.917877197265625, 0.25456130504608154, 0.19177919626235962, 0.18642938137054443, 1.0], "mean": [-0.03283257782459259, 0.05265561118721962, -0.012585419230163097, 0.0029623934533447027, 0.00551327271386981, -0.011660567484796047, 0.35087719559669495], "std": [0.21729502081871033, 0.1911918669939041, 0.23415818810462952, 0.04557982087135315, 0.04268034175038338, 0.044633254408836365, 0.9364197254180908], "count": [342]}, "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": [358], "max": [358], "mean": [358.0], "std": [0.0], "count": [342]}, "index": {"min": [128495], "max": [128836], "mean": [128665.5], "std": [98.72647399085346], "count": [342]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [342]}}} +{"episode_index": 359, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3695306234920726]], [[0.30928982304591757]], [[0.23575500368604474]]], "std": [[[0.1335945237933816]], [[0.12682344832387912]], [[0.14575092247423946]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36484908339556527]], [[0.28663117771522667]], [[0.19600878726734833]]], "std": [[[0.18684519844174186]], [[0.13459752526899227]], [[0.09766470782355526]]], "count": [100]}, "state": {"min": [-0.4776660203933716, -0.118011474609375, 0.9952377676963806, 2.909654378890991, -0.21456724405288696, -0.22124317288398743, 0.003643819596618414, -0.0400027334690094], "max": [-0.07449862360954285, 0.019896510988473892, 1.2147003412246704, 3.1349875926971436, 0.13385960459709167, 0.0940735712647438, 0.03993663564324379, -0.0038815040607005358], "mean": [-0.29868486523628235, -0.07621917128562927, 1.1261645555496216, 3.0088343620300293, -0.07356570661067963, -0.010315073654055595, 0.017182400450110435, -0.017516840249300003], "std": [0.1591770201921463, 0.0309754665941, 0.06743618845939636, 0.07706637680530548, 0.08672849088907242, 0.09241326153278351, 0.01692015863955021, 0.016778074204921722], "count": [278]}, "actions": {"min": [-1.2394729852676392, -0.8113550543785095, -0.4291142225265503, -0.178212508559227, -0.17135414481163025, -0.16636347770690918, -1.0], "max": [0.6102622151374817, 0.2819390892982483, 0.8379246592521667, 0.2187434732913971, 0.12142714112997055, 0.15925312042236328, 1.0], "mean": [-0.049969542771577835, -0.027612799778580666, -0.04288704693317413, -0.003546976251527667, 0.002369535621255636, -0.008315297774970531, 0.24460431933403015], "std": [0.27429553866386414, 0.14985395967960358, 0.24341915547847748, 0.043868668377399445, 0.04603687673807144, 0.04540887475013733, 0.9696216583251953], "count": [278]}, "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": [359], "max": [359], "mean": [359.0], "std": [0.0], "count": [278]}, "index": {"min": [128837], "max": [129114], "mean": [128975.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [278]}}} +{"episode_index": 360, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37165585566501996]], [[0.309370932784735]], [[0.235352248247932]]], "std": [[[0.13017944089989017]], [[0.125174450502052]], [[0.14369600282959186]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36721156819661455]], [[0.28686512487074906]], [[0.19414743999406403]]], "std": [[[0.19314149177286755]], [[0.13898164452383405]], [[0.09736904667217225]]], "count": [100]}, "state": {"min": [-0.49262136220932007, -0.12942488491535187, 0.9878084063529968, 2.9868969917297363, -0.23621058464050293, -0.20472095906734467, 0.002787297125905752, -0.039967868477106094], "max": [-0.07578212022781372, 0.021308550611138344, 1.2756799459457397, 3.1897778511047363, 0.21201568841934204, 0.23380203545093536, 0.040003690868616104, -0.004008741583675146], "mean": [-0.29953426122665405, -0.07143357396125793, 1.1373029947280884, 3.1006863117218018, -0.04210215061903, 0.04841736704111099, 0.016338400542736053, -0.01649000681936741], "std": [0.16611821949481964, 0.0353364422917366, 0.08334008604288101, 0.05734117701649666, 0.11394459754228592, 0.09340159595012665, 0.016677100211381912, 0.016573820263147354], "count": [314]}, "actions": {"min": [-1.2276999950408936, -1.2159324884414673, -0.5707554817199707, -0.24774953722953796, -0.12821677327156067, -0.1536581814289093, -1.0], "max": [0.697057843208313, 0.6607957482337952, 1.1117178201675415, 0.1400754451751709, 0.1601526290178299, 0.17029842734336853, 1.0], "mean": [-0.0435652881860733, -0.021970514208078384, -0.034657202661037445, -0.0035764218773692846, 0.0006886073388159275, -0.004312446806579828, 0.30573248863220215], "std": [0.24040092527866364, 0.20403090119361877, 0.26159748435020447, 0.04431780055165291, 0.04357297718524933, 0.04969441145658493, 0.9521179795265198], "count": [314]}, "timestamp": {"min": [0.0], "max": [31.3], "mean": [15.65], "std": [9.064353258782448], "count": [314]}, "frame_index": {"min": [0], "max": [313], "mean": [156.5], "std": [90.6435325878245], "count": [314]}, "episode_index": {"min": [360], "max": [360], "mean": [360.0], "std": [0.0], "count": [314]}, "index": {"min": [129115], "max": [129428], "mean": [129271.5], "std": [90.6435325878245], "count": [314]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [314]}}} +{"episode_index": 361, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36889632520488663]], [[0.3102471002316942]], [[0.2365426019406786]]], "std": [[[0.13235494395081163]], [[0.12431013614912867]], [[0.14423008529010475]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.37168838560814954]], [[0.28842312921262253]], [[0.19303593414905024]]], "std": [[[0.18820884248328248]], [[0.13398124624036]], [[0.0911658846941846]]], "count": [100]}, "state": {"min": [-0.49198487401008606, -0.1068282350897789, 0.9928188920021057, 2.988617420196533, -0.14403952658176422, -0.2468245029449463, 0.0037741651758551598, -0.039922986179590225], "max": [-0.08152136951684952, 0.045461323112249374, 1.2239704132080078, 3.2487990856170654, 0.09829682111740112, 0.1365729123353958, 0.04000355675816536, -0.003641120158135891], "mean": [-0.28819501399993896, -0.06921762973070145, 1.1326321363449097, 3.1140823364257812, -0.01635441929101944, -0.04701100289821625, 0.0177187267690897, -0.017704244703054428], "std": [0.16955654323101044, 0.03380778059363365, 0.06992621719837189, 0.08344917744398117, 0.0644952803850174, 0.10542205721139908, 0.01686878688633442, 0.016854126006364822], "count": [225]}, "actions": {"min": [-1.1176764965057373, -0.7679599523544312, -0.5212476849555969, -0.27012982964515686, -0.1664130538702011, -0.19671215116977692, -1.0], "max": [0.9414210319519043, 0.3079870641231537, 1.2258485555648804, 0.2696422338485718, 0.12640808522701263, 0.2976953983306885, 1.0], "mean": [-0.0643179714679718, -0.0464218333363533, -0.036364197731018066, -0.00560942804440856, 0.0006292140460573137, -0.00852411799132824, 0.2266666740179062], "std": [0.3364620506763458, 0.1528385877609253, 0.3007619082927704, 0.05807001143693924, 0.04581160470843315, 0.05589188262820244, 0.9739713072776794], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [361], "max": [361], "mean": [361.0], "std": [0.0], "count": [225]}, "index": {"min": [129429], "max": [129653], "mean": [129541.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [225]}}} +{"episode_index": 362, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3728251199161305]], [[0.3106171300551471]], [[0.23654809929342832]]], "std": [[[0.12900682149344708]], [[0.124433384460108]], [[0.1435001452528745]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.36994692933325674]], [[0.28744004791858146]], [[0.1931178768382353]]], "std": [[[0.18416323755746716]], [[0.130560349110725]], [[0.08962182047770478]]], "count": [100]}, "state": {"min": [-0.4889798164367676, -0.12261983752250671, 1.0119608640670776, 2.90643048286438, -0.2637595534324646, -0.22156620025634766, 0.003928903490304947, -0.04000457376241684], "max": [-0.07506350427865982, 0.03597704693675041, 1.2365864515304565, 3.217141628265381, 0.22262629866600037, 0.08735997974872589, 0.039898570626974106, -0.00407977681607008], "mean": [-0.2839612662792206, -0.07563931494951248, 1.1443177461624146, 2.993608236312866, -0.031946901232004166, -0.038646306842565536, 0.016676558181643486, -0.017085395753383636], "std": [0.17108824849128723, 0.03128191456198692, 0.07638657838106155, 0.07766556739807129, 0.11161021888256073, 0.07560239732265472, 0.016664298251271248, 0.01643477939069271], "count": [293]}, "actions": {"min": [-1.0283843278884888, -0.7737335562705994, -0.6591435074806213, -0.2520216703414917, -0.15474291145801544, -0.14127224683761597, -1.0], "max": [0.7596500515937805, 0.3572903871536255, 1.3335593938827515, 0.14807555079460144, 0.13794122636318207, 0.1362936794757843, 1.0], "mean": [-0.04813208803534508, -0.02990279719233513, -0.04114609211683273, -0.0059978854842484, 0.0038811652921140194, -0.005716212559491396, 0.28327643871307373], "std": [0.2743372619152069, 0.15567511320114136, 0.2554156482219696, 0.040427353233098984, 0.04414263367652893, 0.037006355822086334, 0.9590364098548889], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [362], "max": [362], "mean": [362.0], "std": [0.0], "count": [293]}, "index": {"min": [129654], "max": [129946], "mean": [129800.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [293]}}} +{"episode_index": 363, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3567893820369945]], [[0.2990141918705959]], [[0.22653783760818783]]], "std": [[[0.13810114540953822]], [[0.1259188162685426]], [[0.13996143919209855]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3490924108168658]], [[0.2626648116766238]], [[0.16817737414790135]]], "std": [[[0.17192403441231024]], [[0.11670512712944892]], [[0.06519606319898406]]], "count": [100]}, "state": {"min": [-0.48733872175216675, -0.2399427592754364, 0.978731095790863, 3.0018038749694824, -0.049359459429979324, -0.002987215993925929, 0.012368929572403431, -0.040007222443819046], "max": [-0.2868170142173767, 0.1326945722103119, 1.2529451847076416, 3.305983304977417, 0.1799924522638321, 0.11573242396116257, 0.039849329739809036, -0.011851648800075054], "mean": [-0.3929934799671173, -0.029839148744940758, 1.1359272003173828, 3.147275924682617, 0.06301502883434296, 0.04700279235839844, 0.02260815165936947, -0.022172292694449425], "std": [0.08047135174274445, 0.1415010243654251, 0.08025049418210983, 0.10162346065044403, 0.06973709166049957, 0.028210442513227463, 0.012509956024587154, 0.01294989138841629], "count": [247]}, "actions": {"min": [-0.48334652185440063, -1.3647191524505615, -0.4042176902294159, -0.14572863280773163, -0.1760866641998291, -0.1410604566335678, -1.0], "max": [0.15591084957122803, 1.1396303176879883, 1.403876543045044, 0.15737304091453552, 0.11155452579259872, 0.20975786447525024, 1.0], "mean": [-0.03781266137957573, 0.03032056801021099, -0.007888617925345898, 0.005591362714767456, 0.0012196426978334785, 0.0006391053320840001, 0.24696356058120728], "std": [0.12184059619903564, 0.3171030282974243, 0.2758391499519348, 0.04241039603948593, 0.03806626424193382, 0.04037926718592644, 0.9690240621566772], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [363], "max": [363], "mean": [363.0], "std": [0.0], "count": [247]}, "index": {"min": [129947], "max": [130193], "mean": [130070.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [247]}}} +{"episode_index": 364, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3624923131606158]], [[0.3029912175197227]], [[0.23053568941004135]]], "std": [[[0.13716590658153419]], [[0.12804331472786648]], [[0.14361676429765535]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3529336799172794]], [[0.26989919924268535]], [[0.1777270986519608]]], "std": [[[0.1781589123160734]], [[0.12344686710979254]], [[0.07906927597236049]]], "count": [100]}, "state": {"min": [-0.4927385747432709, -0.21582305431365967, 0.9981200098991394, 2.926185369491577, -0.32330426573753357, -0.24740134179592133, 0.008860975503921509, -0.04001101478934288], "max": [-0.2605971097946167, 0.1352953314781189, 1.2371479272842407, 3.2711234092712402, 0.049614518880844116, 0.03320120647549629, 0.03976563736796379, -0.012104982510209084], "mean": [-0.3949233889579773, -0.03292249143123627, 1.137427568435669, 3.1336536407470703, -0.14970888197422028, -0.09728685021400452, 0.0203903466463089, -0.021021490916609764], "std": [0.08617398887872696, 0.1311669647693634, 0.07249502092599869, 0.11037841439247131, 0.11102741956710815, 0.06519511342048645, 0.011292476207017899, 0.011685066856443882], "count": [213]}, "actions": {"min": [-1.980565071105957, -1.0685253143310547, -0.6510159373283386, -0.13606476783752441, -0.48529893159866333, -0.24390006065368652, -1.0], "max": [0.2481909990310669, 2.116586446762085, 4.153772830963135, 0.1810404658317566, 0.14365987479686737, 0.33252525329589844, 1.0], "mean": [-0.06555476039648056, 0.0573946051299572, -0.017510196194052696, 0.004290298093110323, 0.0007230425835587084, -0.004076413810253143, 0.38967135548591614], "std": [0.22110699117183685, 0.3275584280490875, 0.4245847761631012, 0.046291325241327286, 0.05858220160007477, 0.05877073109149933, 0.9209523797035217], "count": [213]}, "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": [364], "max": [364], "mean": [364.0], "std": [0.0], "count": [213]}, "index": {"min": [130194], "max": [130406], "mean": [130300.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [213]}}} +{"episode_index": 365, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3613250594793581]], [[0.2997098113415288]], [[0.22686451272403493]]], "std": [[[0.1343587191723129]], [[0.12567300132131287]], [[0.1395198340465141]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.33830951226926315]], [[0.25517172540402877]], [[0.164282891366996]]], "std": [[[0.1763159375161134]], [[0.1206925736795102]], [[0.07045868941117066]]], "count": [100]}, "state": {"min": [-0.49758380651474, -0.23424239456653595, 0.9759783744812012, 3.036294460296631, -0.16695456206798553, -0.12477529048919678, 0.010084792971611023, -0.04000423103570938], "max": [-0.28562578558921814, 0.1055699959397316, 1.1786160469055176, 3.295457601547241, 0.07631471753120422, 0.058101750910282135, 0.039901603013277054, -0.011085722595453262], "mean": [-0.4040331244468689, -0.08606529980897903, 1.11343514919281, 3.157174587249756, -0.041087258607149124, -0.03036365658044815, 0.02148069441318512, -0.02131456322968006], "std": [0.07484325021505356, 0.12956169247627258, 0.05690501257777214, 0.0823281928896904, 0.06802454590797424, 0.05856692045927048, 0.01207206305116415, 0.012419075705111027], "count": [264]}, "actions": {"min": [-0.5263099670410156, -0.852961540222168, -0.581520140171051, -0.21049241721630096, -0.1289580762386322, -0.13859759271144867, -1.0], "max": [0.1770683228969574, 0.9131258726119995, 0.9123070240020752, 0.16425040364265442, 0.11419020593166351, 0.15447017550468445, 1.0], "mean": [-0.043075572699308395, 0.021027958020567894, -0.013104931451380253, 0.0021026136819273233, -0.0007446673116646707, -0.0024453140795230865, 0.3333333432674408], "std": [0.12102459371089935, 0.28230059146881104, 0.241191565990448, 0.04479997232556343, 0.03900079429149628, 0.04349639266729355, 0.9428082704544067], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [365], "max": [365], "mean": [365.0], "std": [0.0], "count": [264]}, "index": {"min": [130407], "max": [130670], "mean": [130538.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [264]}}} +{"episode_index": 366, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3588839404536229]], [[0.3011720874262791]], [[0.2285566412233839]]], "std": [[[0.1387203296778656]], [[0.12772979328980613]], [[0.1427341688072942]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.35044355444814645]], [[0.2664432049919577]], [[0.17361861943263635]]], "std": [[[0.17226122027768273]], [[0.11812344687358566]], [[0.07327448899181763]]], "count": [100]}, "state": {"min": [-0.5250251293182373, -0.20332735776901245, 0.9842221140861511, 2.8728623390197754, -0.26489830017089844, -0.13544633984565735, 0.012074905447661877, -0.04001189023256302], "max": [-0.27809083461761475, 0.13412891328334808, 1.2404600381851196, 3.1950268745422363, 0.07276462018489838, 0.14811713993549347, 0.03973979875445366, -0.012197916395962238], "mean": [-0.4041225016117096, -0.03500305116176605, 1.138251781463623, 3.024883508682251, -0.09120453149080276, -0.020827727392315865, 0.023411303758621216, -0.023736439645290375], "std": [0.09298419952392578, 0.12707416713237762, 0.07471878081560135, 0.10543110221624374, 0.10943431407213211, 0.06713441014289856, 0.012762953527271748, 0.012735974043607712], "count": [233]}, "actions": {"min": [-0.5800755023956299, -1.0001552104949951, -0.44204217195510864, -0.1405671238899231, -0.1855449378490448, -0.2138417363166809, -1.0], "max": [0.3982238173484802, 1.3698937892913818, 1.3832138776779175, 0.18485932052135468, 0.08932581543922424, 0.25981760025024414, 1.0], "mean": [-0.04259511083364487, 0.028203845024108887, -0.020213091745972633, 0.0018758549122139812, 0.0013624192215502262, -0.002410279819741845, 0.17596566677093506], "std": [0.16270239651203156, 0.30002573132514954, 0.3015429973602295, 0.04913944751024246, 0.04246100038290024, 0.05675743892788887, 0.9843958020210266], "count": [233]}, "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": [366], "max": [366], "mean": [366.0], "std": [0.0], "count": [233]}, "index": {"min": [130671], "max": [130903], "mean": [130787.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [233]}}} +{"episode_index": 367, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36539495849609377]], [[0.3067095899394914]], [[0.23373527855966605]]], "std": [[[0.13189979171691885]], [[0.12295948825016899]], [[0.1411881807043337]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9490196078431372]], [[0.9372549019607843]]], "mean": [[[0.34614128082873774]], [[0.2641008659811581]], [[0.1723997766831342]]], "std": [[[0.19267398687599896]], [[0.13519583684544273]], [[0.08655683050462186]]], "count": [100]}, "state": {"min": [-0.5035966038703918, -0.07842806726694107, 0.9903940558433533, 3.0134479999542236, -0.08573482930660248, -0.03970640152692795, 0.015188252553343773, -0.03992673382163048], "max": [-0.21816331148147583, 0.13274633884429932, 1.2039741277694702, 3.375300645828247, 0.13483655452728271, 0.15409085154533386, 0.039934027940034866, -0.014721664600074291], "mean": [-0.3488990068435669, 0.027997339144349098, 1.109757423400879, 3.2339415550231934, 0.029073210433125496, 0.049317169934511185, 0.02531076967716217, -0.02529042586684227], "std": [0.11767903715372086, 0.07833071798086166, 0.0638439953327179, 0.09137982875108719, 0.06867589056491852, 0.061701059341430664, 0.010752256028354168, 0.011261286213994026], "count": [167]}, "actions": {"min": [-1.2957041263580322, -0.6332291960716248, -0.6181989908218384, -0.24169741570949554, -0.17571119964122772, -0.17884260416030884, -1.0], "max": [0.3835594654083252, 0.854874849319458, 1.1876506805419922, 0.20117764174938202, 0.23839592933654785, 0.21359945833683014, 1.0], "mean": [-0.094232477247715, 0.06292106211185455, -0.030884679406881332, 0.012269335798919201, -0.00012247764971107244, 0.005905858241021633, 0.17365269362926483], "std": [0.28977009654045105, 0.2099297195672989, 0.33906853199005127, 0.05328546464443207, 0.05391133949160576, 0.05440657585859299, 0.984805703163147], "count": [167]}, "timestamp": {"min": [0.0], "max": [16.6], "mean": [8.299999999999999], "std": [4.82078831727758], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [367], "max": [367], "mean": [367.0], "std": [0.0], "count": [167]}, "index": {"min": [130904], "max": [131070], "mean": [130987.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [167]}}} +{"episode_index": 368, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3673243252623315]], [[0.3058236544739966]], [[0.23232110655541516]]], "std": [[[0.13054384713349276]], [[0.12386810263452985]], [[0.14113886713964768]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3582105796664369]], [[0.27666259825463385]], [[0.1838630377077589]]], "std": [[[0.18978455974133593]], [[0.13278745651397364]], [[0.08791262990097276]]], "count": [100]}, "state": {"min": [-0.5225467085838318, -0.0642860159277916, 0.9914478659629822, 3.0067315101623535, -0.24367381632328033, -0.01313986349850893, 0.015185183845460415, -0.039925895631313324], "max": [-0.20180727541446686, 0.1160476878285408, 1.2258846759796143, 3.3075292110443115, 0.0859200656414032, 0.13348722457885742, 0.04000304266810417, -0.014508720487356186], "mean": [-0.35649198293685913, 0.0278919730335474, 1.1416940689086914, 3.2142043113708496, -0.07054643332958221, 0.06543709337711334, 0.02573011815547943, -0.025516368448734283], "std": [0.12733764946460724, 0.07088857889175415, 0.06798489391803741, 0.07280360162258148, 0.10020002722740173, 0.03092864528298378, 0.011468916200101376, 0.011707620695233345], "count": [231]}, "actions": {"min": [-1.0745130777359009, -0.8959369659423828, -0.43843087553977966, -0.16609545052051544, -0.16514547169208527, -0.13847027719020844, -1.0], "max": [0.5949525833129883, 0.6980496644973755, 1.5438088178634644, 0.21089515089988708, 0.10673274844884872, 0.41179269552230835, 1.0], "mean": [-0.06926705688238144, 0.03324853256344795, -0.03178004175424576, 0.0071857040748000145, -0.004036081489175558, 0.0013955823378637433, 0.1341991275548935], "std": [0.2475111335515976, 0.1773645132780075, 0.29136085510253906, 0.04909026250243187, 0.04254397004842758, 0.05203792825341225, 0.9909559488296509], "count": [231]}, "timestamp": {"min": [0.0], "max": [23.0], "mean": [11.5], "std": [6.668333125052067], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [368], "max": [368], "mean": [368.0], "std": [0.0], "count": [231]}, "index": {"min": [131071], "max": [131301], "mean": [131186.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [231]}}} +{"episode_index": 369, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631947972914752]], [[0.3043232385971967]], [[0.23062691662358303]]], "std": [[[0.13358879562381565]], [[0.1234191389023368]], [[0.14045690804862013]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.34931129605162375]], [[0.267593672210095]], [[0.17415774476294424]]], "std": [[[0.1951689227201545]], [[0.1353068219062093]], [[0.08357843705566521]]], "count": [100]}, "state": {"min": [-0.5166090130805969, -0.03447461500763893, 0.9890767335891724, 3.0548973083496094, -0.14829936623573303, -0.19717785716056824, 0.013457156717777252, -0.03996993228793144], "max": [-0.18896953761577606, 0.11910378932952881, 1.2549731731414795, 3.3127899169921875, 0.13330894708633423, 0.06281428039073944, 0.03986673802137375, -0.01554993074387312], "mean": [-0.359533429145813, 0.04239650070667267, 1.1521217823028564, 3.1922876834869385, -0.02697555348277092, -0.06530993431806564, 0.022560369223356247, -0.024339549243450165], "std": [0.12408872693777084, 0.05506356433033943, 0.07878868281841278, 0.07350192964076996, 0.08584732562303543, 0.07371186465024948, 0.011965312995016575, 0.010689510963857174], "count": [184]}, "actions": {"min": [-1.2718721628189087, -0.30910632014274597, -0.531085729598999, -0.09968356043100357, -0.15360677242279053, -0.1354990303516388, -1.0], "max": [0.42328423261642456, 0.37528347969055176, 1.519063115119934, 0.14321991801261902, 0.12826752662658691, 0.22664190828800201, 1.0], "mean": [-0.07974622398614883, 0.05161686986684799, -0.026312071830034256, 0.00812492985278368, 0.0012423129519447684, 0.0012372361961752176, 0.28260868787765503], "std": [0.2688986361026764, 0.12455321103334427, 0.3757670819759369, 0.040236592292785645, 0.04669799655675888, 0.04954555258154869, 0.9592344760894775], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [369], "max": [369], "mean": [369.0], "std": [0.0], "count": [184]}, "index": {"min": [131302], "max": [131485], "mean": [131393.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [184]}}} +{"episode_index": 370, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36561366541245405]], [[0.30477963675704656]], [[0.2319312780043658]]], "std": [[[0.1308390546488161]], [[0.12313800361778618]], [[0.1394515111036892]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.356556739358341]], [[0.2702618671492034]], [[0.1741826243681066]]], "std": [[[0.18871842928785845]], [[0.13051069964348475]], [[0.07659445563176334]]], "count": [100]}, "state": {"min": [-0.49392861127853394, -0.05077379196882248, 0.9887102842330933, 2.9938886165618896, -0.16077403724193573, -0.46658122539520264, 0.011808234266936779, -0.03998676687479019], "max": [-0.23167458176612854, 0.11437782645225525, 1.1984152793884277, 3.3686587810516357, 0.12143414467573166, -0.03348945453763008, 0.039948638528585434, -0.016166135668754578], "mean": [-0.35941123962402344, 0.04178442806005478, 1.1227693557739258, 3.215834617614746, -0.018702276051044464, -0.20708487927913666, 0.023852750658988953, -0.027015309780836105], "std": [0.10398099571466446, 0.06010141968727112, 0.05770574510097504, 0.10173700004816055, 0.06369227916002274, 0.11517780274152756, 0.012522692792117596, 0.0100623220205307], "count": [215]}, "actions": {"min": [-0.9610660076141357, -0.47246474027633667, -0.6219890117645264, -0.12619617581367493, -0.16064897179603577, -0.17320674657821655, -1.0], "max": [0.29943978786468506, 1.0372825860977173, 1.4175302982330322, 0.22634731233119965, 0.11734122037887573, 0.2448999285697937, 1.0], "mean": [-0.0609990619122982, 0.0430121086537838, -0.015366827137768269, 0.0072348229587078094, -0.005949936807155609, -0.002954186638817191, 0.18139535188674927], "std": [0.20319488644599915, 0.18595263361930847, 0.27928999066352844, 0.043559230864048004, 0.04233880713582039, 0.05712557211518288, 0.983411431312561], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [370], "max": [370], "mean": [370.0], "std": [0.0], "count": [215]}, "index": {"min": [131486], "max": [131700], "mean": [131593.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [215]}}} +{"episode_index": 371, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3655553701615309]], [[0.30600848596531544]], [[0.23255746511400957]]], "std": [[[0.1364652258281887]], [[0.12714084430576292]], [[0.14367423241047902]]], "count": [114]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32961680619299183]], [[0.25893657725005775]], [[0.17194807789438074]]], "std": [[[0.21589694461108583]], [[0.15207565548918436]], [[0.09530862077028178]]], "count": [114]}, "state": {"min": [-0.48207658529281616, 0.014165015891194344, 1.0046277046203613, 3.062471866607666, -0.1336374580860138, -0.19701772928237915, 0.01250544935464859, -0.039991505444049835], "max": [0.017729846760630608, 0.1351427584886551, 1.3043463230133057, 3.478659152984619, 0.20311817526817322, 1.464438557624817, 0.04000173881649971, -0.014674784615635872], "mean": [-0.31795376539230347, 0.04566264897584915, 1.1748446226119995, 3.1968140602111816, 0.07441940903663635, 0.852896511554718, 0.020988961681723595, -0.02115425281226635], "std": [0.19216284155845642, 0.030533159151673317, 0.08310598134994507, 0.10410168766975403, 0.10386843979358673, 0.6644888520240784, 0.010448561049997807, 0.010333502665162086], "count": [557]}, "actions": {"min": [-1.1155368089675903, -0.4843510687351227, -0.6013220548629761, -0.14289526641368866, -0.1418265551328659, -0.16504842042922974, -1.0], "max": [0.9924539923667908, 0.46756845712661743, 1.5856236219406128, 0.11432356387376785, 0.10908641666173935, 0.23973001539707184, 1.0], "mean": [-0.025138074532151222, 3.3046253520296887e-05, -0.011534434743225574, -0.0019680922850966454, 0.00028687468147836626, 0.01842993125319481, 0.5116696357727051], "std": [0.21249164640903473, 0.1005886122584343, 0.21108029782772064, 0.03249235078692436, 0.03195617347955704, 0.053375013172626495, 0.8591814637184143], "count": [557]}, "timestamp": {"min": [0.0], "max": [55.6], "mean": [27.8], "std": [16.07917908352289], "count": [557]}, "frame_index": {"min": [0], "max": [556], "mean": [278.0], "std": [160.7917908352289], "count": [557]}, "episode_index": {"min": [371], "max": [371], "mean": [371.0], "std": [0.0], "count": [557]}, "index": {"min": [131701], "max": [132257], "mean": [131979.0], "std": [160.7917908352289], "count": [557]}, "task_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [557]}}} +{"episode_index": 372, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3658128575847302]], [[0.306741616203354]], [[0.23394112724907026]]], "std": [[[0.1371753721009549]], [[0.12819436838050763]], [[0.14477587221554256]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3422971731018173]], [[0.2684910123451454]], [[0.1779665769778092]]], "std": [[[0.21407445068453734]], [[0.1504991319033807]], [[0.09431214451368705]]], "count": [101]}, "state": {"min": [-0.48314160108566284, -0.020245134830474854, 0.9898380041122437, 3.06850528717041, -0.2351723462343216, -0.41091078519821167, 0.014465706422924995, -0.04000386223196983], "max": [0.00031448222580365837, 0.12985390424728394, 1.2364306449890137, 3.4144372940063477, 0.024133533239364624, 1.5309430360794067, 0.0400041788816452, -0.013706877827644348], "mean": [-0.318082332611084, 0.028909876942634583, 1.1456546783447266, 3.1982429027557373, -0.0892471894621849, 0.7256094217300415, 0.02199971303343773, -0.02173132821917534], "std": [0.18449242413043976, 0.03657355532050133, 0.07046931236982346, 0.08891919255256653, 0.06395373493432999, 0.7715340852737427, 0.01086282916367054, 0.010964469984173775], "count": [474]}, "actions": {"min": [-1.358605146408081, -0.4118451178073883, -0.5400935411453247, -0.1478475034236908, -0.14621774852275848, -0.18758098781108856, -1.0], "max": [0.598132312297821, 0.9942721724510193, 1.11305832862854, 0.24707739055156708, 0.13330776989459991, 0.3572847545146942, 1.0], "mean": [-0.027464788407087326, -0.002523700473830104, -0.01633906550705433, -0.0032212487421929836, 0.00021432041830848902, 0.02425103448331356, 0.4388185739517212], "std": [0.2228974848985672, 0.13804052770137787, 0.2001255601644516, 0.04226711392402649, 0.03747742995619774, 0.07264947146177292, 0.8985711932182312], "count": [474]}, "timestamp": {"min": [0.0], "max": [47.3], "mean": [23.650000000000002], "std": [13.683170928796683], "count": [474]}, "frame_index": {"min": [0], "max": [473], "mean": [236.5], "std": [136.83170928796682], "count": [474]}, "episode_index": {"min": [372], "max": [372], "mean": [372.0], "std": [0.0], "count": [474]}, "index": {"min": [132258], "max": [132731], "mean": [132494.5], "std": [136.83170928796682], "count": [474]}, "task_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [474]}}} +{"episode_index": 373, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3665265580719592]], [[0.30743235030828736]], [[0.23526848707012102]]], "std": [[[0.13727068623662125]], [[0.12896194473773756]], [[0.14593305141561852]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3553460184733073]], [[0.27888445267022827]], [[0.1865602081897212]]], "std": [[[0.20530022902209472]], [[0.1446753266405537]], [[0.0924490401141815]]], "count": [100]}, "state": {"min": [-0.46909815073013306, -0.07417633384466171, 1.0002731084823608, 3.0073537826538086, -0.37259969115257263, -0.45842474699020386, 0.012629695236682892, -0.0400058850646019], "max": [-0.00514178304001689, 0.09628209471702576, 1.2787785530090332, 3.5466463565826416, -0.0028331135399639606, 1.4310353994369507, 0.0399358831346035, -0.014505057595670223], "mean": [-0.2992209792137146, 0.009526465088129044, 1.1507818698883057, 3.2083499431610107, -0.14802256226539612, 0.5180468559265137, 0.022766653448343277, -0.02304386906325817], "std": [0.1774945855140686, 0.049296069890260696, 0.07145247608423233, 0.14447501301765442, 0.09080000966787338, 0.7247459292411804, 0.011171082966029644, 0.011003931052982807], "count": [465]}, "actions": {"min": [-0.983463704586029, -0.4391986131668091, -0.34507042169570923, -0.13608551025390625, -0.14149464666843414, -0.16284506022930145, -1.0], "max": [0.4742296636104584, 0.36725518107414246, 0.9234620332717896, 0.13403356075286865, 0.12241783738136292, 0.2676095962524414, 1.0], "mean": [-0.026328546926379204, -0.003012494882568717, -0.015556465834379196, -0.0016580900410190225, 0.0016048335237428546, 0.023990347981452942, 0.37634408473968506], "std": [0.23006267845630646, 0.12211249023675919, 0.18928904831409454, 0.03250894322991371, 0.041887082159519196, 0.07048892974853516, 0.9264794588088989], "count": [465]}, "timestamp": {"min": [0.0], "max": [46.4], "mean": [23.2], "std": [13.423362718285857], "count": [465]}, "frame_index": {"min": [0], "max": [464], "mean": [232.0], "std": [134.23362718285858], "count": [465]}, "episode_index": {"min": [373], "max": [373], "mean": [373.0], "std": [0.0], "count": [465]}, "index": {"min": [132732], "max": [133196], "mean": [132964.0], "std": [134.23362718285858], "count": [465]}, "task_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [465]}}} +{"episode_index": 374, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3694623550714231]], [[0.3095436658672258]], [[0.2369399222579657]]], "std": [[[0.13482931690663752]], [[0.1276099305950106]], [[0.14533816837528898]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34269584506165746]], [[0.2681852171654795]], [[0.17790830245672487]]], "std": [[[0.21420082461025935]], [[0.1516129770616954]], [[0.0961195298085455]]], "count": [100]}, "state": {"min": [-0.4667750895023346, -0.007158011198043823, 0.9996246695518494, 3.1313114166259766, -0.13520856201648712, -0.15729749202728271, 0.014354858547449112, -0.03999469056725502], "max": [-0.008692871779203415, 0.131866455078125, 1.2490555047988892, 3.5290379524230957, 0.09578883647918701, 1.6752371788024902, 0.039999980479478836, -0.014340436086058617], "mean": [-0.28725889325141907, 0.032606612890958786, 1.1403728723526, 3.2894420623779297, -0.00020236682030372322, 0.7749089598655701, 0.0229505505412817, -0.022653864696621895], "std": [0.18505723774433136, 0.03465060144662857, 0.06299199908971786, 0.1116829589009285, 0.05769095942378044, 0.7500379085540771, 0.011344745755195618, 0.011444234289228916], "count": [411]}, "actions": {"min": [-1.4264434576034546, -0.5153164863586426, -0.38470515608787537, -0.14904332160949707, -0.19303900003433228, -0.2333487570285797, -1.0], "max": [0.7438957691192627, 1.0820856094360352, 1.9630032777786255, 0.30836325883865356, 0.2030455321073532, 0.32927340269088745, 1.0], "mean": [-0.03158935531973839, -0.001672731013968587, -0.006924238987267017, -0.0010978097561746836, -0.0007754514226689935, 0.02929788827896118, 0.3527980446815491], "std": [0.26441121101379395, 0.1408536434173584, 0.2244926244020462, 0.046126313507556915, 0.04532165825366974, 0.07575058937072754, 0.9357021450996399], "count": [411]}, "timestamp": {"min": [0.0], "max": [41.0], "mean": [20.5], "std": [11.86451291316532], "count": [411]}, "frame_index": {"min": [0], "max": [410], "mean": [205.0], "std": [118.64512913165322], "count": [411]}, "episode_index": {"min": [374], "max": [374], "mean": [374.0], "std": [0.0], "count": [411]}, "index": {"min": [133197], "max": [133607], "mean": [133402.0], "std": [118.64512913165322], "count": [411]}, "task_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [411]}}} +{"episode_index": 375, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.371683946796492]], [[0.312985159481273]], [[0.24494529813878677]]], "std": [[[0.13600013176526712]], [[0.13448815999423722]], [[0.15179038034799]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3895728071624157]], [[0.2970306468290441]], [[0.2008169424019608]]], "std": [[[0.19085331468516323]], [[0.14231777084669153]], [[0.10030693007146621]]], "count": [100]}, "state": {"min": [-0.30829375982284546, -0.18715982139110565, 0.9970383048057556, 2.975417137145996, -0.18040813505649567, -0.42546939849853516, 0.005800890736281872, -0.04001007601618767], "max": [-0.09480387717485428, 0.1826762706041336, 1.2353191375732422, 3.26401424407959, 0.14104372262954712, 0.15800300240516663, 0.039882224053144455, -0.0056499307975173], "mean": [-0.20147232711315155, -0.04954441636800766, 1.13753080368042, 3.100641965866089, -0.06083276867866516, -0.11848509311676025, 0.02194620482623577, -0.02220580168068409], "std": [0.06770889461040497, 0.14100593328475952, 0.07547152787446976, 0.0947428047657013, 0.07252316176891327, 0.1745586395263672, 0.016350435093045235, 0.01661876030266285], "count": [300]}, "actions": {"min": [-1.3105969429016113, -1.1144405603408813, -0.6527847647666931, -0.20839431881904602, -0.23144589364528656, -0.24157758057117462, -1.0], "max": [0.6853272318840027, 2.0008583068847656, 1.580854892730713, 0.2540895640850067, 0.1854621320962906, 0.2763546407222748, 1.0], "mean": [0.022199051454663277, 0.04745613411068916, -0.02695787139236927, 0.0008619880536571145, 0.0008186954655684531, 0.0024140281602740288, 0.02666666731238365], "std": [0.21532513201236725, 0.28005343675613403, 0.2733663022518158, 0.05546208843588829, 0.05384792014956474, 0.06500665098428726, 0.9996439814567566], "count": [300]}, "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": [375], "max": [375], "mean": [375.0], "std": [0.0], "count": [300]}, "index": {"min": [133608], "max": [133907], "mean": [133757.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [300]}}} +{"episode_index": 376, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3651758213417203]], [[0.3079652709960937]], [[0.2420682486739813]]], "std": [[[0.1396629153719964]], [[0.13661601930154949]], [[0.1513025038404242]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39546625832950366]], [[0.3043495914234835]], [[0.2048693650189568]]], "std": [[[0.18951218805996278]], [[0.14111209596972676]], [[0.10195778961990609]]], "count": [100]}, "state": {"min": [-0.29977452754974365, -0.18388772010803223, 0.9920912384986877, 3.0024516582489014, -0.13569676876068115, -0.3910868763923645, 0.0068373787216842175, -0.04000755026936531], "max": [-0.09788424521684647, 0.14953388273715973, 1.2539955377578735, 3.2723708152770996, 0.20222249627113342, 0.04242552071809769, 0.03990085795521736, -0.005539377219974995], "mean": [-0.19105848670005798, -0.055937737226486206, 1.1470472812652588, 3.117055654525757, 0.009639492258429527, -0.17092812061309814, 0.022311588749289513, -0.022229455411434174], "std": [0.05600444972515106, 0.13036157190799713, 0.07176782935857773, 0.07924845814704895, 0.07573273777961731, 0.12358525395393372, 0.015949565917253494, 0.01614617370069027], "count": [258]}, "actions": {"min": [-0.5154311656951904, -0.7717946767807007, -1.5738310813903809, -0.23142795264720917, -0.1828581839799881, -0.2622428834438324, -1.0], "max": [0.5360113382339478, 1.0810356140136719, 1.0631308555603027, 0.26346102356910706, 0.20288905501365662, 0.19800442457199097, 1.0], "mean": [0.026674628257751465, 0.046265412122011185, -0.02265346050262451, 0.0011272256961092353, 0.0014727299567312002, -0.0017038214718922973, 0.05426356568932533], "std": [0.18659183382987976, 0.2774984538555145, 0.2880229353904724, 0.062194760888814926, 0.04827391356229782, 0.06537241488695145, 0.9985283613204956], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [376], "max": [376], "mean": [376.0], "std": [0.0], "count": [258]}, "index": {"min": [133908], "max": [134165], "mean": [134036.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [258]}}} +{"episode_index": 377, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36498056868010875]], [[0.3080567662856158]], [[0.2423696917365579]]], "std": [[[0.13870710849486337]], [[0.13573657890799287]], [[0.150355945961174]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.37349044141582416]], [[0.2857207408231847]], [[0.1939129315544577]]], "std": [[[0.19590511061902585]], [[0.1457953865574593]], [[0.10159783141891543]]], "count": [100]}, "state": {"min": [-0.3335825204849243, -0.19415666162967682, 0.9954015612602234, 3.0248706340789795, -0.09738009423017502, -0.36880725622177124, 0.007689606864005327, -0.04000792279839516], "max": [-0.1185901015996933, 0.16931509971618652, 1.2139999866485596, 3.2559659481048584, 0.1336139589548111, 0.12865862250328064, 0.03989892825484276, -0.007166186813265085], "mean": [-0.21098332107067108, -0.04749926179647446, 1.1294353008270264, 3.1133968830108643, 0.012967032380402088, -0.09311503171920776, 0.023679431527853012, -0.02385588549077511], "std": [0.06877968460321426, 0.1347602903842926, 0.0679006576538086, 0.06012493371963501, 0.06154172122478485, 0.13316510617733002, 0.01543556060642004, 0.01570688560605049], "count": [270]}, "actions": {"min": [-0.7404944896697998, -0.9217661023139954, -0.5849388241767883, -0.2102479338645935, -0.2571723163127899, -0.2260843813419342, -1.0], "max": [0.5745664238929749, 1.2848949432373047, 0.9860929846763611, 0.3234370946884155, 0.1265946626663208, 0.22103632986545563, 1.0], "mean": [0.034984689205884933, 0.03684839606285095, -0.026331966742873192, -0.0017219975125044584, 0.0012168592074885964, -0.0029635578393936157, -0.02222222276031971], "std": [0.22546714544296265, 0.2818775773048401, 0.24644722044467926, 0.06657097488641739, 0.04872431978583336, 0.06484463810920715, 0.9997527599334717], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [377], "max": [377], "mean": [377.0], "std": [0.0], "count": [270]}, "index": {"min": [134166], "max": [134435], "mean": [134300.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [270]}}} +{"episode_index": 378, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36238425221162684]], [[0.30463370648552385]], [[0.23909254724839155]]], "std": [[[0.13613333922122098]], [[0.1331050089561879]], [[0.14671498049752651]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3682208844353171]], [[0.2800002040489047]], [[0.1884905694699755]]], "std": [[[0.19284199749490358]], [[0.1429158410663684]], [[0.09735943727383446]]], "count": [100]}, "state": {"min": [-0.3242040276527405, -0.18386217951774597, 0.9964361190795898, 2.962303638458252, -0.07131802290678024, -0.38909396529197693, 0.007233065087348223, -0.04000895842909813], "max": [-0.1154487356543541, 0.15084940195083618, 1.2661052942276, 3.209484100341797, 0.21517889201641083, 0.05453478544950485, 0.039846740663051605, -0.005899977404624224], "mean": [-0.2180628478527069, -0.05568308010697365, 1.1642670631408691, 3.074012041091919, 0.058805011212825775, -0.14864882826805115, 0.02251274883747101, -0.022389937192201614], "std": [0.07323583215475082, 0.12498825043439865, 0.07747858017683029, 0.06660938262939453, 0.07646884769201279, 0.11735406517982483, 0.01579110696911812, 0.01589290238916874], "count": [298]}, "actions": {"min": [-0.6496198177337646, -0.7977837324142456, -0.7698845267295837, -0.1589086651802063, -0.15231600403785706, -0.29678210616111755, -1.0], "max": [0.5900343656539917, 1.0399956703186035, 1.0469802618026733, 0.22386962175369263, 0.2022150158882141, 0.24002951383590698, 1.0], "mean": [0.02137160301208496, 0.03749591112136841, -0.026538429781794548, -0.002771663013845682, 0.0025922711938619614, -0.004430549684911966, 0.06040268391370773], "std": [0.20068581402301788, 0.24605901539325714, 0.26881152391433716, 0.05015416815876961, 0.04700528457760811, 0.06283813714981079, 0.998173713684082], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [378], "max": [378], "mean": [378.0], "std": [0.0], "count": [298]}, "index": {"min": [134436], "max": [134733], "mean": [134584.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [298]}}} +{"episode_index": 379, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3710057175580193]], [[0.311518134023629]], [[0.2426255912032782]]], "std": [[[0.13421318001552984]], [[0.13208208368956006]], [[0.14924615872535157]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.38161646166034774]], [[0.2943881046070772]], [[0.20147426889456954]]], "std": [[[0.1924745325510457]], [[0.14268360859779494]], [[0.10331796705492459]]], "count": [100]}, "state": {"min": [-0.3407483696937561, -0.19734840095043182, 0.9973925352096558, 3.048863649368286, -0.21915659308433533, -0.38970497250556946, 0.00510643795132637, -0.040006641298532486], "max": [-0.11067480593919754, 0.1724451780319214, 1.223760724067688, 3.263288736343384, 0.0764736458659172, 0.23354031145572662, 0.03992724418640137, -0.003297342685982585], "mean": [-0.22179323434829712, -0.04450627788901329, 1.1432530879974365, 3.1382954120635986, -0.05445687100291252, -0.09106003493070602, 0.02258024364709854, -0.02242821641266346], "std": [0.07752790302038193, 0.14401774108409882, 0.06887795031070709, 0.06370098888874054, 0.08995317667722702, 0.16303014755249023, 0.016730600968003273, 0.016925033181905746], "count": [267]}, "actions": {"min": [-1.0063821077346802, -0.6308932900428772, -0.551770031452179, -0.1678781360387802, -0.2417556792497635, -0.16808442771434784, -1.0], "max": [0.45721104741096497, 1.0903438329696655, 1.5383293628692627, 0.24355961382389069, 0.19449688494205475, 0.2610657215118408, 1.0], "mean": [0.020395953208208084, 0.05595506727695465, -0.021010005846619606, 0.0002736761816777289, -0.004229084588587284, 0.00838235393166542, -0.01123595517128706], "std": [0.22159816324710846, 0.28764674067497253, 0.2816219627857208, 0.05824281647801399, 0.05413706973195076, 0.06708022952079773, 0.9999369382858276], "count": [267]}, "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": [379], "max": [379], "mean": [379.0], "std": [0.0], "count": [267]}, "index": {"min": [134734], "max": [135000], "mean": [134867.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [267]}}} +{"episode_index": 380, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36788566798789823]], [[0.3087206947476256]], [[0.24035456399356617]]], "std": [[[0.1346723884942709]], [[0.13158413979032194]], [[0.14758850413174732]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3845840029249004]], [[0.2927988059847963]], [[0.19693739408605238]]], "std": [[[0.19182297791172426]], [[0.14377949406765614]], [[0.1000049101930086]]], "count": [100]}, "state": {"min": [-0.31928619742393494, -0.18114373087882996, 0.9985058307647705, 2.954258918762207, -0.09555091708898544, -0.4012158215045929, 0.004851164296269417, -0.040008943527936935], "max": [-0.12384695559740067, 0.20714713633060455, 1.2826850414276123, 3.2860989570617676, 0.20780454576015472, 0.07352904230356216, 0.039860840886831284, -0.006691642105579376], "mean": [-0.20500484108924866, -0.03414955735206604, 1.162316083908081, 3.1059396266937256, 0.023700552061200142, -0.1603403091430664, 0.023111119866371155, -0.023298386484384537], "std": [0.05740009620785713, 0.14997048676013947, 0.08219429105520248, 0.10900024324655533, 0.08273004740476608, 0.12649910151958466, 0.015795692801475525, 0.01580873131752014], "count": [317]}, "actions": {"min": [-0.9599128365516663, -1.8209081888198853, -0.7761809229850769, -0.15067210793495178, -0.3982413709163666, -0.1760479360818863, -1.0], "max": [0.5382820963859558, 0.8346673250198364, 1.0368610620498657, 0.2055690884590149, 0.1276351511478424, 0.3909921646118164, 1.0], "mean": [0.0014202124439179897, 0.011095100082457066, -0.00669768126681447, 0.00103902502451092, -0.0017086004372686148, -0.0008061373955570161, 0.015772869810461998], "std": [0.21651393175125122, 0.3309718072414398, 0.2956194281578064, 0.05623377114534378, 0.05078880488872528, 0.06063270941376686, 0.9998752474784851], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [380], "max": [380], "mean": [380.0], "std": [0.0], "count": [317]}, "index": {"min": [135001], "max": [135317], "mean": [135159.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [317]}}} +{"episode_index": 381, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9529411764705882]], [[0.9529411764705882]]], "mean": [[[0.3595641994102328]], [[0.30135685161515774]], [[0.23367444565716913]]], "std": [[[0.13595722808269972]], [[0.13071556874880594]], [[0.14353227487594392]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.310207815731273]], [[0.23693374454273897]], [[0.1570157943426394]]], "std": [[[0.1842561471498979]], [[0.13106629467446368]], [[0.08416370845682976]]], "count": [100]}, "state": {"min": [-0.4413221478462219, -0.2096967250108719, 0.9779437184333801, 2.687781572341919, -0.1332518309354782, -0.11731801182031631, 0.014570302329957485, -0.04001666232943535], "max": [-0.27564871311187744, 0.36489567160606384, 1.1982890367507935, 3.164470911026001, 0.23699715733528137, 0.15296031534671783, 0.039633624255657196, -0.010884670540690422], "mean": [-0.38389790058135986, 0.040935318917036057, 1.1208809614181519, 2.9073996543884277, 0.015775592997670174, -0.02867921255528927, 0.024633081629872322, -0.024591801688075066], "std": [0.05029728263616562, 0.20453697443008423, 0.06679670512676239, 0.1380612701177597, 0.09585313498973846, 0.07227356731891632, 0.011218574829399586, 0.011219274252653122], "count": [248]}, "actions": {"min": [-0.4825941026210785, -0.6641536951065063, -0.8647414445877075, -0.15771153569221497, -0.1411799192428589, -0.14953674376010895, -1.0], "max": [0.32941728830337524, 1.2488802671432495, 1.3064876794815063, 0.3177838623523712, 0.17709887027740479, 0.13063879311084747, 1.0], "mean": [-0.03180905431509018, 0.10363496840000153, -0.05223337188363075, 0.003672573249787092, 0.005888132378458977, -0.00897629652172327, 0.22580644488334656], "std": [0.13598018884658813, 0.32366564869880676, 0.30796685814857483, 0.06315650045871735, 0.046344269067049026, 0.04659031704068184, 0.9741731882095337], "count": [248]}, "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": [381], "max": [381], "mean": [381.0], "std": [0.0], "count": [248]}, "index": {"min": [135318], "max": [135565], "mean": [135441.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [248]}}} +{"episode_index": 382, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3576226178337546]], [[0.29961021213905487]], [[0.23232072358972886]]], "std": [[[0.1381662834031922]], [[0.1317057685882259]], [[0.14339848267276598]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.30122303502699904]], [[0.22872630100624233]], [[0.14941566317689184]]], "std": [[[0.18102013350010118]], [[0.1267730708739506]], [[0.07700148151786085]]], "count": [100]}, "state": {"min": [-0.500268280506134, -0.19191008806228638, 0.979698121547699, 2.7776215076446533, -0.039879847317934036, -0.14615066349506378, 0.011954029090702534, -0.04001157358288765], "max": [-0.28837811946868896, 0.32682356238365173, 1.1831456422805786, 3.20672345161438, 0.2461692988872528, 0.06261734664440155, 0.03970431908965111, -0.007623202633112669], "mean": [-0.40943124890327454, 0.025951605290174484, 1.0872985124588013, 2.9671173095703125, 0.10345210134983063, -0.04592320695519447, 0.023008648306131363, -0.02222198061645031], "std": [0.06543134897947311, 0.19403350353240967, 0.05650459975004196, 0.11818985641002655, 0.06902670115232468, 0.05294417589902878, 0.01249282993376255, 0.012802595272660255], "count": [193]}, "actions": {"min": [-0.4954688251018524, -1.6643890142440796, -1.0351306200027466, -0.5456529855728149, -0.1450129747390747, -0.13596278429031372, -1.0], "max": [0.3998848497867584, 1.4437127113342285, 1.0871520042419434, 0.24684485793113708, 0.2710548937320709, 0.15543262660503387, 1.0], "mean": [-0.05554400756955147, 0.11132035404443741, -0.054527219384908676, 0.003638593014329672, 0.006544533651322126, -0.004887822549790144, 0.2227979302406311], "std": [0.14674846827983856, 0.4165034294128418, 0.3136764168739319, 0.08765926212072372, 0.058442145586013794, 0.052023500204086304, 0.9748654961585999], "count": [193]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [382], "max": [382], "mean": [382.0], "std": [0.0], "count": [193]}, "index": {"min": [135566], "max": [135758], "mean": [135662.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [193]}}} +{"episode_index": 383, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3641793883080576]], [[0.3048257542030484]], [[0.23592622405407476]]], "std": [[[0.13292531827706605]], [[0.1282681273386985]], [[0.14272599020675028]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.2933200761383655]], [[0.2230497610054764]], [[0.14683921843884037]]], "std": [[[0.1919721115154553]], [[0.1358594177347715]], [[0.08326723676021797]]], "count": [100]}, "state": {"min": [-0.4642603397369385, -0.1977279782295227, 0.9754300713539124, 2.8373289108276367, -0.04145155847072601, -0.15318818390369415, 0.012169323861598969, -0.04001383110880852], "max": [-0.2707916498184204, 0.28702473640441895, 1.1933237314224243, 3.277042865753174, 0.20201928913593292, 0.06024929881095886, 0.03969629108905792, -0.012088391929864883], "mean": [-0.3780531883239746, 0.03656249865889549, 1.1054420471191406, 3.0464353561401367, 0.05180928856134415, -0.058104634284973145, 0.022431081160902977, -0.022676987573504448], "std": [0.0643325224518776, 0.18526485562324524, 0.06198275834321976, 0.13255025446414948, 0.05754859372973442, 0.045861534774303436, 0.012718080542981625, 0.01269324216991663], "count": [207]}, "actions": {"min": [-0.5514671802520752, -1.4248144626617432, -0.7333111763000488, -0.21507081389427185, -0.12585695087909698, -0.16722531616687775, -1.0], "max": [0.23819608986377716, 1.224193811416626, 1.9060639142990112, 0.327810138463974, 0.16936622560024261, 0.2066827267408371, 1.0], "mean": [-0.05711861699819565, 0.10673745721578598, -0.04975954815745354, 0.004154151305556297, 0.00470794178545475, -0.0032055003102868795, 0.23671497404575348], "std": [0.14062277972698212, 0.3960963785648346, 0.33926495909690857, 0.06978923082351685, 0.0489388182759285, 0.055222731083631516, 0.9715805053710938], "count": [207]}, "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": [383], "max": [383], "mean": [383.0], "std": [0.0], "count": [207]}, "index": {"min": [135759], "max": [135965], "mean": [135862.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [207]}}} +{"episode_index": 384, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3566589068244485]], [[0.2996181185853248]], [[0.23422019749061734]]], "std": [[[0.13856489755454893]], [[0.13380932122153194]], [[0.1452969880587504]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29473853376799936]], [[0.22602095480526196]], [[0.15190053902420345]]], "std": [[[0.1893489312972213]], [[0.13619232297072303]], [[0.089573363847781]]], "count": [100]}, "state": {"min": [-0.48595893383026123, -0.23344549536705017, 0.981113076210022, 2.7980897426605225, -0.15924933552742004, -0.25031065940856934, 0.007039628457278013, -0.040017351508140564], "max": [-0.28152158856391907, 0.3758407235145569, 1.2072125673294067, 3.3779048919677734, 0.20694831013679504, 0.06459182500839233, 0.03971904143691063, -0.010227582417428493], "mean": [-0.39681515097618103, 0.0485541895031929, 1.1036558151245117, 3.0361831188201904, -0.014982790686190128, -0.1058649867773056, 0.021196622401475906, -0.021548079326748848], "std": [0.06574602425098419, 0.2248418927192688, 0.06464746594429016, 0.1824672371149063, 0.08918429166078568, 0.07781092822551727, 0.012788382358849049, 0.012393156066536903], "count": [244]}, "actions": {"min": [-0.9343366026878357, -1.2851479053497314, -0.9742787480354309, -0.20477178692817688, -0.21245650947093964, -0.2294382005929947, -1.0], "max": [0.332394540309906, 2.2999300956726074, 1.2881059646606445, 0.2325035035610199, 0.19086073338985443, 0.1766241192817688, 1.0], "mean": [-0.034540288150310516, 0.1307402104139328, -0.05306108668446541, 0.006285184994339943, 0.005221267696470022, -0.0011175605468451977, 0.31147539615631104], "std": [0.14792494475841522, 0.36716532707214355, 0.29939624667167664, 0.07324829697608948, 0.057463388890028, 0.06048974394798279, 0.9502527713775635], "count": [244]}, "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": [384], "max": [384], "mean": [384.0], "std": [0.0], "count": [244]}, "index": {"min": [135966], "max": [136209], "mean": [136087.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [244]}}} +{"episode_index": 385, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3612101416494332]], [[0.3027584970511642]], [[0.23433550247491575]]], "std": [[[0.13595349294622763]], [[0.13021746888630512]], [[0.1436244727329164]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9490196078431372]], [[0.9450980392156862]]], "mean": [[[0.321513692818436]], [[0.24446612668504902]], [[0.15972209915460325]]], "std": [[[0.17032084826111005]], [[0.11861089800738008]], [[0.07440366784726594]]], "count": [100]}, "state": {"min": [-0.5059346556663513, -0.2273845225572586, 0.9934389591217041, 2.696692705154419, -0.12421073764562607, -0.34073445200920105, 0.01245874259620905, -0.04001932591199875], "max": [-0.28992167115211487, 0.3204186260700226, 1.1953189373016357, 3.06575870513916, 0.16201144456863403, 0.014642667025327682, 0.039689354598522186, -0.007043507881462574], "mean": [-0.4071928858757019, 0.012301958166062832, 1.1078786849975586, 2.878847599029541, -0.024992167949676514, -0.1965094804763794, 0.023429030552506447, -0.022634489461779594], "std": [0.05767544358968735, 0.2111973911523819, 0.06109433248639107, 0.12117623537778854, 0.08062829077243805, 0.09203363209962845, 0.01255553588271141, 0.012643737718462944], "count": [224]}, "actions": {"min": [-0.7338724136352539, -1.0762211084365845, -0.7384354472160339, -0.18290266394615173, -0.17822620272636414, -0.21196912229061127, -1.0], "max": [0.3546585738658905, 2.268824338912964, 0.7156912088394165, 0.19557777047157288, 0.2513776123523712, 0.1867716759443283, 1.0], "mean": [-0.04338008910417557, 0.13046197593212128, -0.04771163687109947, 0.0018179407343268394, 0.006171054672449827, -0.004725927021354437, 0.2321428507566452], "std": [0.18282687664031982, 0.3870570957660675, 0.2504374384880066, 0.05723690241575241, 0.04906507954001427, 0.06075918301939964, 0.9726805090904236], "count": [224]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.466258578188781], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [385], "max": [385], "mean": [385.0], "std": [0.0], "count": [224]}, "index": {"min": [136210], "max": [136433], "mean": [136321.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [224]}}} +{"episode_index": 386, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3588617104923024]], [[0.30051675714231]], [[0.233594368130553]]], "std": [[[0.13450418784738866]], [[0.13005937105534968]], [[0.14240218682816258]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3096498161764706]], [[0.23482561717313877]], [[0.15377241187002144]]], "std": [[[0.184802383119732]], [[0.12950091079516887]], [[0.07833126174698088]]], "count": [100]}, "state": {"min": [-0.48492440581321716, -0.20692434906959534, 0.978032648563385, 2.840439558029175, -0.03260196000337601, -0.12867744266986847, 0.010869846679270267, -0.04001257196068764], "max": [-0.2677544355392456, 0.34893202781677246, 1.1893434524536133, 3.2541959285736084, 0.31543853878974915, 0.1391412615776062, 0.039738576859235764, -0.012169040739536285], "mean": [-0.39402204751968384, 0.07581277936697006, 1.1198928356170654, 3.0095162391662598, 0.08751018345355988, -0.02366931363940239, 0.020518828183412552, -0.021009672433137894], "std": [0.06408244371414185, 0.20983347296714783, 0.06538817286491394, 0.1285894215106964, 0.09227064996957779, 0.0801275223493576, 0.012221981771290302, 0.011838422156870365], "count": [260]}, "actions": {"min": [-0.7174704670906067, -0.7786056399345398, -0.6977529525756836, -0.2930789887905121, -0.18895487487316132, -0.19783081114292145, -1.0], "max": [0.37463369965553284, 1.3618093729019165, 1.4634983539581299, 0.31938180327415466, 0.17126892507076263, 0.1939314305782318, 1.0], "mean": [-0.030894355848431587, 0.10785834491252899, -0.041920196264982224, 0.00465285312384367, 0.005560493562370539, -0.0036760473158210516, 0.3692307770252228], "std": [0.1543780118227005, 0.3238718807697296, 0.2789745032787323, 0.07369104772806168, 0.04982643201947212, 0.04993634298443794, 0.9293387532234192], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [386], "max": [386], "mean": [386.0], "std": [0.0], "count": [260]}, "index": {"min": [136434], "max": [136693], "mean": [136563.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [260]}}} +{"episode_index": 387, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.369399138805913]], [[0.3111989817899816]], [[0.2438455415613511]]], "std": [[[0.13523081061069514]], [[0.133286025915904]], [[0.14961143561228768]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.3831672309426701]], [[0.2998706952263327]], [[0.2033041405771293]]], "std": [[[0.20186940109258283]], [[0.14725030710501844]], [[0.09876546509243735]]], "count": [100]}, "state": {"min": [-0.29094788432121277, -0.052863702178001404, 0.9885488748550415, 2.9384450912475586, -0.17027804255485535, -0.0027870163321495056, 0.012135342694818974, -0.040010977536439896], "max": [-0.15727292001247406, 0.19613146781921387, 1.203590750694275, 3.221529722213745, 0.1896773874759674, 0.14483565092086792, 0.0397978313267231, -0.016264697536826134], "mean": [-0.2201876938343048, 0.06083719804883003, 1.133151888847351, 3.0563759803771973, -0.03215855360031128, 0.07417507469654083, 0.024964969605207443, -0.0260934941470623], "std": [0.04682336002588272, 0.09949588775634766, 0.06117544695734978, 0.0952397957444191, 0.10413752496242523, 0.03275197371840477, 0.011386995203793049, 0.010618012398481369], "count": [250]}, "actions": {"min": [-0.7028843760490417, -0.2943250834941864, -0.8488342761993408, -0.13773570954799652, -0.14959676563739777, -0.12504525482654572, -1.0], "max": [0.483882874250412, 0.6916067600250244, 1.1457951068878174, 0.16951704025268555, 0.13180850446224213, 0.2722293734550476, 1.0], "mean": [0.015632720664143562, 0.04074897617101669, -0.0417727492749691, 0.003181725973263383, 0.0013091579312458634, 0.0008894207421690226, 0.20800000429153442], "std": [0.16580480337142944, 0.1732255220413208, 0.29509782791137695, 0.04098214954137802, 0.044858090579509735, 0.04012180119752884, 0.9781273603439331], "count": [250]}, "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": [387], "max": [387], "mean": [387.0], "std": [0.0], "count": [250]}, "index": {"min": [136694], "max": [136943], "mean": [136818.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [250]}}} +{"episode_index": 388, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36899265723134955]], [[0.31093363922717526]], [[0.24410539215686275]]], "std": [[[0.1354628238518288]], [[0.13408737251838712]], [[0.14991843404107522]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3387284019320619]], [[0.2658121846516927]], [[0.18311339853324143]]], "std": [[[0.21317542582638455]], [[0.15685023663799424]], [[0.10413685382318524]]], "count": [100]}, "state": {"min": [-0.3295692801475525, -0.06570311635732651, 0.9925130605697632, 3.0516510009765625, -0.2412254363298416, -0.3804106116294861, 0.013467864133417606, -0.03999039903283119], "max": [-0.187869131565094, 0.2077026665210724, 1.2354317903518677, 3.16900634765625, 0.08331907540559769, 0.09337091445922852, 0.039948709309101105, -0.01362453680485487], "mean": [-0.25929468870162964, 0.07008905708789825, 1.142106056213379, 3.1233232021331787, -0.08707407861948013, -0.1342354118824005, 0.023305019363760948, -0.023246001452207565], "std": [0.04409811645746231, 0.10557177662849426, 0.07191861420869827, 0.03140242025256157, 0.09236089140176773, 0.16817322373390198, 0.011236211284995079, 0.011312232352793217], "count": [264]}, "actions": {"min": [-0.5955216288566589, -0.43612992763519287, -0.597257673740387, -0.3955952823162079, -0.18760032951831818, -0.17630374431610107, -1.0], "max": [0.4205055832862854, 0.6539533734321594, 1.0502667427062988, 0.17553666234016418, 0.1204545795917511, 0.24230894446372986, 1.0], "mean": [0.01966533437371254, 0.04930853098630905, -0.017362132668495178, 7.657780952285975e-05, -0.0014716548612341285, -0.006359037011861801, 0.3181818127632141], "std": [0.15834416449069977, 0.17520444095134735, 0.27406230568885803, 0.051612649112939835, 0.04413597658276558, 0.04921610280871391, 0.9480292201042175], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [388], "max": [388], "mean": [388.0], "std": [0.0], "count": [264]}, "index": {"min": [136944], "max": [137207], "mean": [137075.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [264]}}} +{"episode_index": 389, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36887358721564795]], [[0.31103201234106925]], [[0.2446594788794424]]], "std": [[[0.1351788376941795]], [[0.1339496930186672]], [[0.14990857019979684]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3539478999119179]], [[0.27626281439089306]], [[0.18781800273820465]]], "std": [[[0.21305336877963635]], [[0.15677365332755636]], [[0.1033211193123461]]], "count": [100]}, "state": {"min": [-0.33864685893058777, -0.07078386843204498, 0.9897146224975586, 2.99933123588562, -0.18344570696353912, -0.14187191426753998, 0.013321852311491966, -0.04000435397028923], "max": [-0.18512564897537231, 0.2153090089559555, 1.214308738708496, 3.1364781856536865, 0.08045858144760132, 0.11339560896158218, 0.03982273116707802, -0.013127611018717289], "mean": [-0.2475253939628601, 0.08104900270700455, 1.1272720098495483, 3.0726675987243652, -0.040265392512083054, -0.029308659955859184, 0.022655781358480453, -0.02285528928041458], "std": [0.0435432530939579, 0.10532655566930771, 0.07234752178192139, 0.030677497386932373, 0.0792800709605217, 0.07482211291790009, 0.011221607215702534, 0.011241533793509007], "count": [201]}, "actions": {"min": [-0.9172722697257996, -0.5853684544563293, -1.0921409130096436, -0.18971996009349823, -0.16299688816070557, -0.20506654679775238, -1.0], "max": [0.7217492461204529, 1.3535077571868896, 1.6603199243545532, 0.21253976225852966, 0.128909632563591, 0.1557830423116684, 1.0], "mean": [0.007693405728787184, 0.08293980360031128, -0.023161673918366432, 0.0024401082191616297, 5.726266681449488e-05, -0.005383118987083435, 0.3333333432674408], "std": [0.23763523995876312, 0.23464564979076385, 0.3910294473171234, 0.050468701869249344, 0.04898373410105705, 0.05094030871987343, 0.9428082704544067], "count": [201]}, "timestamp": {"min": [0.0], "max": [20.0], "mean": [10.0], "std": [5.802298395176403], "count": [201]}, "frame_index": {"min": [0], "max": [200], "mean": [100.0], "std": [58.02298395176403], "count": [201]}, "episode_index": {"min": [389], "max": [389], "mean": [389.0], "std": [0.0], "count": [201]}, "index": {"min": [137208], "max": [137408], "mean": [137308.0], "std": [58.02298395176403], "count": [201]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [201]}}} +{"episode_index": 390, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3672108118393842]], [[0.30942674763997396]], [[0.2421583497290518]]], "std": [[[0.13552482692761428]], [[0.13255886365865277]], [[0.14828716412244014]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.3689378398820466]], [[0.28926977359547335]], [[0.19744595995136338]]], "std": [[[0.20614060324848138]], [[0.15087281341935935]], [[0.10249757718065262]]], "count": [100]}, "state": {"min": [-0.31289222836494446, -0.06875430792570114, 0.9943385720252991, 3.017108917236328, -0.21716536581516266, -0.38837409019470215, 0.01678161509335041, -0.04000658541917801], "max": [-0.16581441462039948, 0.24853192269802094, 1.2261587381362915, 3.257463216781616, 0.10181953012943268, -0.04121557995676994, 0.03991129994392395, -0.014366702176630497], "mean": [-0.23434899747371674, 0.0758221447467804, 1.1370681524276733, 3.151660919189453, -0.03913135454058647, -0.24344784021377563, 0.026613589376211166, -0.026399580761790276], "std": [0.048652030527591705, 0.1255834847688675, 0.06894350796937943, 0.07185742259025574, 0.07420409470796585, 0.09554452449083328, 0.010488716885447502, 0.01072725560516119], "count": [302]}, "actions": {"min": [-0.6926730871200562, -0.357206791639328, -0.7247614860534668, -0.19577305018901825, -0.2877064049243927, -0.17890256643295288, -1.0], "max": [0.5238262414932251, 0.8540183901786804, 1.2006852626800537, 0.11947737634181976, 0.11941232532262802, 0.1835882067680359, 1.0], "mean": [0.027976345270872116, 0.05900659039616585, -0.0085149509832263, -0.0004546231357380748, -0.0005757491453550756, -0.0028496577870100737, 0.17218543589115143], "std": [0.17452992498874664, 0.186067596077919, 0.2548592686653137, 0.04469948261976242, 0.04881990700960159, 0.04462486878037453, 0.9850631952285767], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [390], "max": [390], "mean": [390.0], "std": [0.0], "count": [302]}, "index": {"min": [137409], "max": [137710], "mean": [137559.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [302]}}} +{"episode_index": 391, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36315300675934437]], [[0.3058622855392157]], [[0.23930494420668658]]], "std": [[[0.13979384792463342]], [[0.1354385964900953]], [[0.14934618267256353]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3724544324687883]], [[0.29204448325961246]], [[0.1989269229664522]]], "std": [[[0.20470686809271027]], [[0.14989020416678292]], [[0.1014869297856188]]], "count": [100]}, "state": {"min": [-0.29329749941825867, -0.044625815004110336, 1.0061681270599365, 2.9577345848083496, -0.0799892470240593, -0.17546041309833527, 0.01660628244280815, -0.04000873491168022], "max": [-0.1636943817138672, 0.24021029472351074, 1.2167882919311523, 3.3146889209747314, 0.14072899520397186, 0.05432537570595741, 0.03981519490480423, -0.016118375584483147], "mean": [-0.22191540896892548, 0.0667562410235405, 1.1470609903335571, 3.10465669631958, 0.013702592812478542, -0.03701204061508179, 0.025985293090343475, -0.026040218770503998], "std": [0.03513549640774727, 0.10574901849031448, 0.06326054781675339, 0.11860819905996323, 0.06550895422697067, 0.07225949317216873, 0.010422887280583382, 0.010509553365409374], "count": [264]}, "actions": {"min": [-0.279151052236557, -0.27464285492897034, -0.7871969938278198, -0.10503893345594406, -0.10207891464233398, -0.13296538591384888, -1.0], "max": [0.3685469329357147, 0.6984030604362488, 0.8815652132034302, 0.08787661045789719, 0.12690746784210205, 0.10561306774616241, 1.0], "mean": [0.03182194381952286, 0.06128222867846489, -0.0044176820665597916, 0.0051739211194217205, 0.0012351972982287407, 0.0003554865252226591, 0.21969696879386902], "std": [0.13059920072555542, 0.1660369336605072, 0.2224052995443344, 0.03175358101725578, 0.03593578189611435, 0.03389006853103638, 0.9755676984786987], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [391], "max": [391], "mean": [391.0], "std": [0.0], "count": [264]}, "index": {"min": [137711], "max": [137974], "mean": [137842.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [264]}}} +{"episode_index": 392, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36669091916551777]], [[0.30824302882774207]], [[0.24095517087450213]]], "std": [[[0.136693263601737]], [[0.13464240352683002]], [[0.14979572024252538]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3712693152334176]], [[0.28687699201995254]], [[0.19103973987055758]]], "std": [[[0.18549709921800697]], [[0.13394182033012467]], [[0.08943383044695037]]], "count": [100]}, "state": {"min": [-0.3738481104373932, -0.19361914694309235, 0.9748031497001648, 2.916188955307007, -0.3129381835460663, -0.33680087327957153, 0.012230295687913895, -0.04001137614250183], "max": [-0.23343627154827118, 0.2062995284795761, 1.2400134801864624, 3.1807539463043213, 0.0029057390056550503, -0.06977366656064987, 0.03977891802787781, -0.011460468173027039], "mean": [-0.3133357763290405, 0.010728398337960243, 1.1378849744796753, 3.072025775909424, -0.17271365225315094, -0.25176262855529785, 0.021372342482209206, -0.021342838183045387], "std": [0.048137422651052475, 0.1574861854314804, 0.08174613863229752, 0.08251973241567612, 0.10832323879003525, 0.06797541677951813, 0.01231447048485279, 0.012290534563362598], "count": [239]}, "actions": {"min": [-0.4773658215999603, -0.8965011835098267, -0.7876445055007935, -0.24433472752571106, -0.22670474648475647, -0.16087953746318817, -1.0], "max": [0.4567580819129944, 0.874984085559845, 1.5812139511108398, 0.35084041953086853, 0.1218661218881607, 0.14864397048950195, 1.0], "mean": [0.020936032757163048, 0.06942536681890488, -0.028355460613965988, -7.708408520556986e-05, -0.0004078458296135068, -0.00575867947191, 0.3305439352989197], "std": [0.1404884159564972, 0.2664169371128082, 0.3532251715660095, 0.04872217774391174, 0.051969144493341446, 0.04537927359342575, 0.9437890648841858], "count": [239]}, "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": [392], "max": [392], "mean": [392.0], "std": [0.0], "count": [239]}, "index": {"min": [137975], "max": [138213], "mean": [138094.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [239]}}} +{"episode_index": 393, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3650291472790288]], [[0.3066517543418735]], [[0.2390516513001685]]], "std": [[[0.13415872702503875]], [[0.13074131022220295]], [[0.1457391303534486]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.36849933998257506]], [[0.2833044750737209]], [[0.1868181858436734]]], "std": [[[0.1839880169587302]], [[0.13361339611005865]], [[0.08952092815898079]]], "count": [100]}, "state": {"min": [-0.3391079306602478, -0.22889810800552368, 0.9798969030380249, 2.778618812561035, -0.058401621878147125, -0.25339552760124207, 0.01200859248638153, -0.04001456871628761], "max": [-0.20320861041545868, 0.21002984046936035, 1.2212800979614258, 3.1415133476257324, 0.19685468077659607, 0.030632374808192253, 0.03973028436303139, -0.010376316495239735], "mean": [-0.2850342094898224, -0.00803453754633665, 1.1327545642852783, 2.985024929046631, 0.022259796038269997, -0.1251240223646164, 0.02107558399438858, -0.021496061235666275], "std": [0.05223354324698448, 0.1695203185081482, 0.07555136829614639, 0.09947797656059265, 0.07321397960186005, 0.0678277537226677, 0.012488845735788345, 0.012103328481316566], "count": [233]}, "actions": {"min": [-0.26470673084259033, -1.1064682006835938, -0.8911227583885193, -0.1529676914215088, -0.08314739167690277, -0.12912403047084808, -1.0], "max": [0.46125346422195435, 1.0610827207565308, 1.029932975769043, 0.30522623658180237, 0.1336502581834793, 0.09985332190990448, 1.0], "mean": [0.03473812714219093, 0.07484512031078339, -0.03574191778898239, 0.0017272820696234703, 0.0051545267924666405, -0.0035851774737238884, 0.33047211170196533], "std": [0.11630027741193771, 0.3179800510406494, 0.30268773436546326, 0.05853652581572533, 0.03849837929010391, 0.03868113085627556, 0.9438169002532959], "count": [233]}, "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": [393], "max": [393], "mean": [393.0], "std": [0.0], "count": [233]}, "index": {"min": [138214], "max": [138446], "mean": [138330.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [233]}}} +{"episode_index": 394, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3632663137398514]], [[0.30527330406039366]], [[0.2387056525735294]]], "std": [[[0.13600108688340293]], [[0.133048366063365]], [[0.14684813091209037]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.3618176897834329]], [[0.279393004174326]], [[0.18654904952703738]]], "std": [[[0.17894576962324102]], [[0.12834616390765385]], [[0.08617631263053331]]], "count": [100]}, "state": {"min": [-0.36776798963546753, -0.19736503064632416, 0.9993791580200195, 2.812856912612915, -0.18374909460544586, -0.04678576439619064, 0.012667123228311539, -0.040015846490859985], "max": [-0.22517427802085876, 0.1531069278717041, 1.2595566511154175, 3.151714563369751, 0.14428086578845978, 0.09898199886083603, 0.039671145379543304, -0.012866667471826077], "mean": [-0.30586791038513184, -0.029003173112869263, 1.1508452892303467, 2.9590725898742676, -0.023668678477406502, 0.006850439123809338, 0.02202184684574604, -0.022479403764009476], "std": [0.04234529659152031, 0.13648945093154907, 0.07956920564174652, 0.11009497940540314, 0.10029661655426025, 0.04222326725721359, 0.012143575586378574, 0.012036044150590897], "count": [218]}, "actions": {"min": [-0.28496477007865906, -1.432368516921997, -0.9155939221382141, -0.17252089083194733, -0.17477990686893463, -0.20101238787174225, -1.0], "max": [0.45491448044776917, 1.2028552293777466, 1.2913451194763184, 0.14785385131835938, 0.12206906825304031, 0.1243998259305954, 1.0], "mean": [0.03498424217104912, 0.05183255672454834, -0.025127913802862167, 0.0024994690902531147, 0.003550889203324914, -0.0029712871182709932, 0.302752286195755], "std": [0.12164359539747238, 0.2900984585285187, 0.3170803189277649, 0.041963908821344376, 0.04145180433988571, 0.03487188741564751, 0.9530702233314514], "count": [218]}, "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": [394], "max": [394], "mean": [394.0], "std": [0.0], "count": [218]}, "index": {"min": [138447], "max": [138664], "mean": [138555.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [218]}}} +{"episode_index": 395, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3695955541274127]], [[0.31028873757755054]], [[0.2412711055980009]]], "std": [[[0.13296749785878706]], [[0.13067417117438176]], [[0.14742319671664378]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3793975614659926]], [[0.29310479437136183]], [[0.19451470169366575]]], "std": [[[0.18426409012079362]], [[0.1341474519994657]], [[0.09142848126607576]]], "count": [100]}, "state": {"min": [-0.3635386526584625, -0.2207714170217514, 0.9772031903266907, 2.834104537963867, -0.21596182882785797, -0.1911589801311493, 0.011926374398171902, -0.04001423716545105], "max": [-0.20586514472961426, 0.2275259643793106, 1.245271921157837, 3.1878788471221924, 0.09720085561275482, 0.047203876078128815, 0.03973182663321495, -0.012192741967737675], "mean": [-0.29099392890930176, 0.01066678948700428, 1.134800910949707, 3.016497850418091, -0.07254952937364578, -0.07768122851848602, 0.02075769007205963, -0.02111269161105156], "std": [0.06004517525434494, 0.17551565170288086, 0.08072236180305481, 0.11982613801956177, 0.09424833208322525, 0.052672989666461945, 0.012257000431418419, 0.01211665291339159], "count": [235]}, "actions": {"min": [-0.44229716062545776, -1.4927271604537964, -0.7213912010192871, -0.20250742137432098, -0.13703987002372742, -0.17969898879528046, -1.0], "max": [0.4734809994697571, 0.8378241658210754, 1.097112774848938, 0.1558486670255661, 0.1077384501695633, 0.10247806459665298, 1.0], "mean": [0.029452228918671608, 0.07268518954515457, -0.028202682733535767, 0.0030080985743552446, 0.003833348862826824, -0.00245588063262403, 0.3617021143436432], "std": [0.15491436421871185, 0.30922725796699524, 0.3151288330554962, 0.05581042543053627, 0.04156747832894325, 0.040775228291749954, 0.9322939515113831], "count": [235]}, "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": [395], "max": [395], "mean": [395.0], "std": [0.0], "count": [235]}, "index": {"min": [138665], "max": [138899], "mean": [138782.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [235]}}} +{"episode_index": 396, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3667476375804228]], [[0.30825228163775276]], [[0.2401515682444853]]], "std": [[[0.13465927060160351]], [[0.13121465687013886]], [[0.14693786502040843]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.3744311930338542]], [[0.2878435926250383]], [[0.18952483771829043]]], "std": [[[0.1835897238508312]], [[0.13434104729654464]], [[0.09002231787845136]]], "count": [100]}, "state": {"min": [-0.3574405610561371, -0.22289760410785675, 0.9753142595291138, 2.8848254680633545, -0.1320691704750061, -0.2269383817911148, 0.012231655418872833, -0.040014322847127914], "max": [-0.18741516768932343, 0.21987339854240417, 1.2300126552581787, 3.1831936836242676, 0.150753915309906, -0.05468262732028961, 0.03970097377896309, -0.012201331555843353], "mean": [-0.27868857979774475, -0.0012078855652362108, 1.1192314624786377, 3.0263946056365967, 0.006913666147738695, -0.14173699915409088, 0.021531391888856888, -0.021950585767626762], "std": [0.06447982043027878, 0.17569026350975037, 0.08185356855392456, 0.10304071009159088, 0.08127517253160477, 0.038723669946193695, 0.011580921709537506, 0.01172681711614132], "count": [209]}, "actions": {"min": [-0.3852972984313965, -1.0222804546356201, -1.0972743034362793, -0.1570148468017578, -0.2290060669183731, -0.12958721816539764, -1.0], "max": [0.49260449409484863, 1.1397013664245605, 1.7825753688812256, 0.1426365226507187, 0.21039122343063354, 0.19614605605602264, 1.0], "mean": [0.04015934839844704, 0.09211748093366623, -0.04541914165019989, 0.004610923584550619, 0.0041720871813595295, -0.002384401159361005, 0.34928229451179504], "std": [0.15152952075004578, 0.3277244567871094, 0.35216522216796875, 0.04672473669052124, 0.04310629144310951, 0.0413643904030323, 0.9370166659355164], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [396], "max": [396], "mean": [396.0], "std": [0.0], "count": [209]}, "index": {"min": [138900], "max": [139108], "mean": [139004.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [209]}}} +{"episode_index": 397, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.362790413052428]], [[0.305040018119064]], [[0.23903654868929994]]], "std": [[[0.13501055877190005]], [[0.13215412978218333]], [[0.14602853964258852]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36361220834769453]], [[0.280146525663488]], [[0.18577728989545036]]], "std": [[[0.18554969682363087]], [[0.13440728736250182]], [[0.09004016082965476]]], "count": [100]}, "state": {"min": [-0.3504479229450226, -0.22051875293254852, 0.975857138633728, 2.8652360439300537, -0.0942293107509613, -0.20317380130290985, 0.013109680265188217, -0.040017757564783096], "max": [-0.20865923166275024, 0.1884748637676239, 1.2401721477508545, 3.1710422039031982, 0.11667723953723907, 0.016554931178689003, 0.03979310765862465, -0.012186714448034763], "mean": [-0.2943967580795288, -0.018647287040948868, 1.1360348463058472, 3.004777431488037, 0.012059550732374191, -0.06873214244842529, 0.02355893701314926, -0.023534607142210007], "std": [0.050286129117012024, 0.15776275098323822, 0.0816364586353302, 0.08552036434412003, 0.06069974601268768, 0.05981724336743355, 0.012233483605086803, 0.01231475081294775], "count": [241]}, "actions": {"min": [-0.44123348593711853, -0.7755234241485596, -0.6110258102416992, -0.23833422362804413, -0.12449051439762115, -0.1507541835308075, -1.0], "max": [0.3757195472717285, 1.2005510330200195, 0.9829436540603638, 0.20891998708248138, 0.11923369765281677, 0.16230814158916473, 1.0], "mean": [0.022278135642409325, 0.04668501764535904, -0.030143851414322853, 0.0009128698729909956, 0.0020296555012464523, -0.00306779146194458, 0.2282157689332962], "std": [0.13383734226226807, 0.29757750034332275, 0.3013305068016052, 0.044074878096580505, 0.03909020498394966, 0.04142274335026741, 0.9736123085021973], "count": [241]}, "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": [397], "max": [397], "mean": [397.0], "std": [0.0], "count": [241]}, "index": {"min": [139109], "max": [139349], "mean": [139229.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [241]}}} +{"episode_index": 398, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36447231217926623]], [[0.3070270756740196]], [[0.24110879396924784]]], "std": [[[0.1386693912998039]], [[0.13639662761720003]], [[0.15080678945153536]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.3494691527123545]], [[0.27215544936236213]], [[0.18503237017463234]]], "std": [[[0.19196523952973912]], [[0.14107654025679153]], [[0.09763005819310211]]], "count": [100]}, "state": {"min": [-0.3849012553691864, -0.20854699611663818, 0.9805121421813965, 2.806802272796631, -0.26894411444664, -0.08441562205553055, 0.01206696406006813, -0.04001608118414879], "max": [-0.22296014428138733, 0.17985287308692932, 1.2354860305786133, 3.0878236293792725, 0.0349833182990551, 0.08736821264028549, 0.03969794511795044, -0.012204607017338276], "mean": [-0.30669426918029785, 0.0074341874569654465, 1.1247210502624512, 2.9802768230438232, -0.11088787019252777, -0.01907574012875557, 0.021439921110868454, -0.021906977519392967], "std": [0.05085605010390282, 0.15220694243907928, 0.07845603674650192, 0.0888020396232605, 0.09895608574151993, 0.051296744495630264, 0.012279516085982323, 0.012205887585878372], "count": [247]}, "actions": {"min": [-0.19568972289562225, -1.2405139207839966, -0.5809841156005859, -0.1904001086950302, -0.11384810507297516, -0.09510140866041183, -1.0], "max": [0.5187937021255493, 0.767052173614502, 0.7982535362243652, 0.13415172696113586, 0.09693432599306107, 0.1219194158911705, 1.0], "mean": [0.03669222071766853, 0.060053836554288864, -0.03511272743344307, 0.0010407117661088705, 0.0022178853396326303, -0.0031996278557926416, 0.32793521881103516], "std": [0.11534147709608078, 0.2796506881713867, 0.28374728560447693, 0.048771776258945465, 0.040404655039310455, 0.03698137030005455, 0.9447014927864075], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [398], "max": [398], "mean": [398.0], "std": [0.0], "count": [247]}, "index": {"min": [139350], "max": [139596], "mean": [139473.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [247]}}} +{"episode_index": 399, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36663047521254594]], [[0.30780243757659315]], [[0.23945043646120556]]], "std": [[[0.13401245188976457]], [[0.1307701296622863]], [[0.14631136098093728]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35926724123487286]], [[0.2771374523686428]], [[0.1838256291408165]]], "std": [[[0.18974493464810188]], [[0.13733144902034677]], [[0.0905493117012632]]], "count": [100]}, "state": {"min": [-0.3898124694824219, -0.22278976440429688, 0.9772721529006958, 2.8796157836914062, -0.10234335064888, -0.3181975185871124, 0.013021161779761314, -0.04001202434301376], "max": [-0.21662481129169464, 0.1987794190645218, 1.2344419956207275, 3.2972497940063477, 0.09182680398225784, -0.049811020493507385, 0.0397258885204792, -0.012598668225109577], "mean": [-0.30688735842704773, 0.0014672218821942806, 1.133772611618042, 3.098127841949463, -0.012461049482226372, -0.1514282524585724, 0.02203596755862236, -0.022485200315713882], "std": [0.0636635571718216, 0.16554702818393707, 0.07627255469560623, 0.14587926864624023, 0.060322485864162445, 0.05999669432640076, 0.011823127046227455, 0.011907930485904217], "count": [247]}, "actions": {"min": [-0.5988657474517822, -1.2140107154846191, -0.836176335811615, -0.18559050559997559, -0.13253004848957062, -0.2092447727918625, -1.0], "max": [0.4174649119377136, 0.8762026429176331, 0.7681999802589417, 0.17718446254730225, 0.1317712813615799, 0.14108017086982727, 1.0], "mean": [0.030084867030382156, 0.059483129531145096, -0.02433648519217968, 0.005458942148834467, 0.0002000525564653799, -0.001069737016223371, 0.3198380470275879], "std": [0.1466185748577118, 0.286428838968277, 0.28038936853408813, 0.044446006417274475, 0.04003819450736046, 0.044134315103292465, 0.9474713206291199], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [399], "max": [399], "mean": [399.0], "std": [0.0], "count": [247]}, "index": {"min": [139597], "max": [139843], "mean": [139720.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [247]}}} +{"episode_index": 400, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3480830401252298]], [[0.29125127455767463]], [[0.22684230968998928]]], "std": [[[0.15394726659405034]], [[0.14569015743336383]], [[0.15194114774366596]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.3488770009957108]], [[0.2708964257333793]], [[0.18385169175091912]]], "std": [[[0.19499422210465084]], [[0.14194658861502482]], [[0.09528062138655341]]], "count": [100]}, "state": {"min": [-0.516829252243042, -0.08214503526687622, 0.9959760904312134, 3.106049060821533, -0.3359866440296173, -0.14008110761642456, 0.014807051979005337, -0.039936427026987076], "max": [-0.16940388083457947, -0.007763709407299757, 1.2512956857681274, 3.287386417388916, 0.1033230572938919, 0.04183528944849968, 0.03995882347226143, -0.014666724018752575], "mean": [-0.3386181592941284, -0.05651054158806801, 1.1361979246139526, 3.1811909675598145, -0.12346559017896652, -0.04233517497777939, 0.024615932255983353, -0.024547982960939407], "std": [0.13939248025417328, 0.019441751763224602, 0.07732551544904709, 0.042221587151288986, 0.11280243843793869, 0.04548155516386032, 0.01180360559374094, 0.011844456195831299], "count": [227]}, "actions": {"min": [-1.0073637962341309, -0.3422684967517853, -0.6972383856773376, -0.07710979878902435, -0.1054241806268692, -0.09462860971689224, -1.0], "max": [0.3615676462650299, 0.2898493707180023, 0.848507821559906, 0.08807988464832306, 0.1444428712129593, 0.14363840222358704, 1.0], "mean": [-0.06564678251743317, -0.02050325833261013, -0.043822817504405975, 0.0029036090709269047, -0.001046537421643734, -0.0006944347987882793, 0.18061673641204834], "std": [0.25989648699760437, 0.11217111349105835, 0.29621613025665283, 0.028364799916744232, 0.04059140384197235, 0.03612443432211876, 0.9835528135299683], "count": [227]}, "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": [400], "max": [400], "mean": [400.0], "std": [0.0], "count": [227]}, "index": {"min": [139844], "max": [140070], "mean": [139957.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [227]}}} +{"episode_index": 401, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3443573590446921]], [[0.288261728922526]], [[0.22540935022690717]]], "std": [[[0.15318851961638028]], [[0.14440288588022318]], [[0.14875787487192133]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3285027908624387]], [[0.25335904229856004]], [[0.17068980497472425]]], "std": [[[0.1976968760557531]], [[0.14290614691892972]], [[0.09212736146217562]]], "count": [100]}, "state": {"min": [-0.5236450433731079, -0.07099150866270065, 0.9891180396080017, 3.0238287448883057, -0.20627526938915253, -0.28173938393592834, 0.013990150764584541, -0.03999849036335945], "max": [-0.1810878962278366, 0.02776741050183773, 1.2398277521133423, 3.1100850105285645, 0.16336718201637268, 0.11018416285514832, 0.03986843675374985, -0.015488233417272568], "mean": [-0.3465363383293152, -0.03778409585356712, 1.1345151662826538, 3.08034086227417, -0.04014202952384949, -0.06463874131441116, 0.02352944016456604, -0.024874694645404816], "std": [0.1334351897239685, 0.02423791214823723, 0.07387737184762955, 0.020965756848454475, 0.09207195043563843, 0.1102399155497551, 0.011994786560535431, 0.011086320504546165], "count": [219]}, "actions": {"min": [-0.9922586679458618, -0.5547195672988892, -0.563133716583252, -0.17584137618541718, -0.15072189271450043, -0.20454734563827515, -1.0], "max": [0.8889234066009521, 0.32410454750061035, 1.4744486808776855, 0.14476154744625092, 0.19053272902965546, 0.14108097553253174, 1.0], "mean": [-0.06387049704790115, -0.02901674434542656, -0.0478774756193161, 0.001923962845467031, 0.0006624741363339126, -0.0049726348370313644, 0.22374428808689117], "std": [0.2658146917819977, 0.15045464038848877, 0.30800652503967285, 0.032097093760967255, 0.04525264352560043, 0.053499821573495865, 0.9746466875076294], "count": [219]}, "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": [401], "max": [401], "mean": [401.0], "std": [0.0], "count": [219]}, "index": {"min": [140071], "max": [140289], "mean": [140180.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [219]}}} +{"episode_index": 402, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33953735890108]], [[0.284004903755936]], [[0.22126434445848653]]], "std": [[[0.15723142964633113]], [[0.14584085308837105]], [[0.14855065558104177]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3475314899519378]], [[0.26646520098517923]], [[0.17659413476083793]]], "std": [[[0.1872917719915949]], [[0.13288855355258017]], [[0.08240838162237332]]], "count": [100]}, "state": {"min": [-0.5173767805099487, -0.04454433172941208, 0.9887890815734863, 2.953361988067627, -0.19501730799674988, -0.46956172585487366, 0.014437929727137089, -0.04000793397426605], "max": [-0.19172394275665283, -0.004814051557332277, 1.2358872890472412, 3.043483018875122, 0.11866234242916107, 0.04276507720351219, 0.03983531892299652, -0.012994209304451942], "mean": [-0.33909761905670166, -0.02520301751792431, 1.1373896598815918, 2.9979193210601807, -0.05831209570169449, -0.17382705211639404, 0.02563641406595707, -0.025758976116776466], "std": [0.12630631029605865, 0.010360288433730602, 0.073194220662117, 0.024104243144392967, 0.08014567196369171, 0.17789587378501892, 0.011856977827847004, 0.011976310983300209], "count": [251]}, "actions": {"min": [-0.9824199080467224, -0.27381378412246704, -0.6491472125053406, -0.09267058223485947, -0.10303317755460739, -0.16905561089515686, -1.0], "max": [0.32760947942733765, 0.2675144076347351, 0.6867462992668152, 0.14197158813476562, 0.22244518995285034, 0.16540881991386414, 1.0], "mean": [-0.055026739835739136, -0.005185116082429886, -0.03284865990281105, 0.0013589365407824516, 0.0009025722974911332, -0.0007693581283092499, 0.10756972432136536], "std": [0.20479319989681244, 0.08553805202245712, 0.25008970499038696, 0.030309583991765976, 0.039785079658031464, 0.05388227477669716, 0.99419766664505], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [402], "max": [402], "mean": [402.0], "std": [0.0], "count": [251]}, "index": {"min": [140290], "max": [140540], "mean": [140415.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [251]}}} +{"episode_index": 403, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34335191016103705]], [[0.2870444772757736]], [[0.22399108348173255]]], "std": [[[0.15349843846424707]], [[0.14444455889694302]], [[0.1486268555755458]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.32794041472790286]], [[0.25351255110198373]], [[0.171406920189951]]], "std": [[[0.19589063126056028]], [[0.14119712811390958]], [[0.09152039695723123]]], "count": [100]}, "state": {"min": [-0.5227981209754944, -0.09400931745767593, 1.003944754600525, 2.98514986038208, -0.20356109738349915, -0.255351185798645, 0.013250293210148811, -0.04000769183039665], "max": [-0.18161548674106598, -0.01968488097190857, 1.2295418977737427, 3.168515682220459, 0.20649898052215576, -0.012903907336294651, 0.039831891655921936, -0.014696569181978703], "mean": [-0.35404419898986816, -0.05089515447616577, 1.1310380697250366, 3.067594051361084, -0.04990074038505554, -0.13669641315937042, 0.023037796840071678, -0.02352009527385235], "std": [0.13844376802444458, 0.018699022009968758, 0.06523682922124863, 0.05336510390043259, 0.10400223731994629, 0.07118728756904602, 0.011537941172719002, 0.011354311369359493], "count": [238]}, "actions": {"min": [-0.8659769892692566, -0.2950040102005005, -0.4697427749633789, -0.06350059807300568, -0.15247364342212677, -0.13185830414295197, -1.0], "max": [0.4166388213634491, 0.5405994653701782, 0.8444746136665344, 0.12303803116083145, 0.14977174997329712, 0.10824063420295715, 1.0], "mean": [-0.06819603592157364, -0.005405891221016645, -0.03242506459355354, 0.003704489441588521, 0.004970964975655079, 0.0011313451686874032, 0.3025210201740265], "std": [0.2150518000125885, 0.1131594106554985, 0.21862907707691193, 0.027153201401233673, 0.042282506823539734, 0.03655267506837845, 0.9531442523002625], "count": [238]}, "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": [403], "max": [403], "mean": [403.0], "std": [0.0], "count": [238]}, "index": {"min": [140541], "max": [140778], "mean": [140659.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [238]}}} +{"episode_index": 404, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3439931646608839]], [[0.28660664876302083]], [[0.2232408249798943]]], "std": [[[0.15415077219269402]], [[0.14465182874609797]], [[0.14864399330919656]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31239713900696997]], [[0.23947636443493414]], [[0.16025050204407934]]], "std": [[[0.18851212698799139]], [[0.13498456200315312]], [[0.08813884061271324]]], "count": [100]}, "state": {"min": [-0.5212831497192383, -0.24717819690704346, 0.9790998697280884, 2.9021170139312744, -0.24660205841064453, -0.2849273979663849, 0.013719990849494934, -0.04001222178339958], "max": [-0.283072292804718, 0.2271392047405243, 1.2521464824676514, 3.4296765327453613, 0.06802535057067871, 0.01845608837902546, 0.03979816660284996, -0.012926195748150349], "mean": [-0.4109705686569214, -0.010729257017374039, 1.1326172351837158, 3.1467700004577637, -0.10967209935188293, -0.09833405166864395, 0.023009151220321655, -0.023409567773342133], "std": [0.08849950134754181, 0.18159392476081848, 0.08432190120220184, 0.18514981865882874, 0.08865061402320862, 0.09526202827692032, 0.011452590115368366, 0.011506314389407635], "count": [272]}, "actions": {"min": [-0.6625869870185852, -0.832710862159729, -0.7646957635879517, -0.250006765127182, -0.10300710052251816, -0.11418413370847702, -1.0], "max": [0.5439607501029968, 1.2868627309799194, 1.027413010597229, 0.21973443031311035, 0.12038156390190125, 0.12527666985988617, 1.0], "mean": [-0.05098826810717583, 0.07212477922439575, -0.03449792414903641, 0.008952169679105282, 0.0017461992101743817, 0.00011324213846819475, 0.31617647409439087], "std": [0.15281927585601807, 0.2790529131889343, 0.26089397072792053, 0.04819362238049507, 0.03730020299553871, 0.03774832561612129, 0.9487024545669556], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [404], "max": [404], "mean": [404.0], "std": [0.0], "count": [272]}, "index": {"min": [140779], "max": [141050], "mean": [140914.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [272]}}} +{"episode_index": 405, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.34127008116479013]], [[0.28426235842237285]], [[0.22163645785462624]]], "std": [[[0.15623758113592126]], [[0.14628667700566061]], [[0.14916256510904577]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.30916375014361214]], [[0.2367951690075444]], [[0.1581995526482077]]], "std": [[[0.18660251442385076]], [[0.1330808392470237]], [[0.08594535166141451]]], "count": [100]}, "state": {"min": [-0.574651300907135, -0.20377251505851746, 0.9771886467933655, 2.9399707317352295, -0.28986141085624695, -0.28207841515541077, 0.012166590429842472, -0.0400087833404541], "max": [-0.3020029664039612, 0.24899877607822418, 1.2219128608703613, 3.335632562637329, 0.1306832730770111, 0.06157604232430458, 0.03978433832526207, -0.011958428658545017], "mean": [-0.4467957615852356, 0.03664974868297577, 1.1286828517913818, 3.1116204261779785, -0.1390702724456787, -0.13847716152668, 0.021557187661528587, -0.021461207419633865], "std": [0.10215315222740173, 0.17684108018875122, 0.072379931807518, 0.14603497087955475, 0.11200190335512161, 0.08258552104234695, 0.01231568492949009, 0.012488006614148617], "count": [236]}, "actions": {"min": [-0.8157262206077576, -0.835902988910675, -0.666886568069458, -0.11455642431974411, -0.13091185688972473, -0.19503584504127502, -1.0], "max": [0.3668852150440216, 1.1230238676071167, 1.2015159130096436, 0.2648414671421051, 0.2437356412410736, 0.13641226291656494, 1.0], "mean": [-0.053696341812610626, 0.08392611145973206, -0.02967681735754013, 0.007629843428730965, -0.002290167147293687, -0.005308337043970823, 0.32203391194343567], "std": [0.1784941852092743, 0.29086291790008545, 0.27037715911865234, 0.04024932160973549, 0.04473847150802612, 0.04592926800251007, 0.9467288255691528], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [405], "max": [405], "mean": [405.0], "std": [0.0], "count": [236]}, "index": {"min": [141051], "max": [141286], "mean": [141168.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [236]}}} +{"episode_index": 406, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3441585376215916]], [[0.28668807145660996]], [[0.22313710351083793]]], "std": [[[0.15292739582041692]], [[0.14342448194238483]], [[0.1473507020204189]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.30520374073701745]], [[0.2337303592457491]], [[0.15617237824084712]]], "std": [[[0.18992526863193923]], [[0.13602971689914897]], [[0.08739346416874483]]], "count": [100]}, "state": {"min": [-0.5306659936904907, -0.2073763757944107, 0.9779322743415833, 2.9758193492889404, -0.21312634646892548, -0.361137330532074, 0.004464359488338232, -0.04000771418213844], "max": [-0.2758042514324188, 0.2504674792289734, 1.2476046085357666, 3.4959213733673096, 0.13342995941638947, 0.028373390436172485, 0.03984707221388817, -0.011809153482317924], "mean": [-0.42701295018196106, 0.022613655775785446, 1.125256896018982, 3.224665403366089, -0.07730678468942642, -0.17248497903347015, 0.019925491884350777, -0.02220354788005352], "std": [0.08687453716993332, 0.177107036113739, 0.08181610703468323, 0.18827375769615173, 0.10325349867343903, 0.08913013339042664, 0.013253721408545971, 0.011839610524475574], "count": [252]}, "actions": {"min": [-0.945347785949707, -1.2155020236968994, -0.5067918300628662, -0.08932705968618393, -0.13032212853431702, -0.23314595222473145, -1.0], "max": [0.24007746577262878, 0.8581820130348206, 0.9990682601928711, 0.20889560878276825, 0.2106139212846756, 0.09919038414955139, 1.0], "mean": [-0.05633314326405525, 0.07404858618974686, -0.02068796195089817, 0.009854557923972607, 3.87399377359543e-05, -0.004433872178196907, 0.3492063581943512], "std": [0.1521761417388916, 0.281853049993515, 0.26016342639923096, 0.04411488398909569, 0.04138946905732155, 0.04554399102926254, 0.9370476603507996], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [406], "max": [406], "mean": [406.0], "std": [0.0], "count": [252]}, "index": {"min": [141287], "max": [141538], "mean": [141412.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [252]}}} +{"episode_index": 407, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.33963499181410844]], [[0.2831174854951746]], [[0.22151448747223498]]], "std": [[[0.15375009529807435]], [[0.1440638354027724]], [[0.1462804177621419]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3018304449343214]], [[0.2307429636038986]], [[0.15376694264131432]]], "std": [[[0.19500252365010257]], [[0.14018646107202837]], [[0.08915599438791516]]], "count": [100]}, "state": {"min": [-0.5231543183326721, -0.20477083325386047, 0.9778512120246887, 2.92337703704834, -0.17015434801578522, -0.5132353901863098, 0.00834737904369831, -0.040008723735809326], "max": [-0.2899443507194519, 0.31069716811180115, 1.2684404850006104, 3.4799094200134277, 0.2254822701215744, -0.03216783329844475, 0.039805807173252106, -0.011792122386395931], "mean": [-0.40815234184265137, 0.046665314584970474, 1.1470489501953125, 3.164252758026123, -0.027278350666165352, -0.35464248061180115, 0.01989397034049034, -0.0218657273799181], "std": [0.08296028524637222, 0.20638138055801392, 0.09073369950056076, 0.19550560414791107, 0.09902318567037582, 0.1232903003692627, 0.012535355053842068, 0.011536492966115475], "count": [307]}, "actions": {"min": [-0.5357781052589417, -1.2899662256240845, -0.46939870715141296, -0.0978146567940712, -0.09678947925567627, -0.16145093739032745, -1.0], "max": [0.20505763590335846, 0.8972342014312744, 0.9214065074920654, 0.15988974273204803, 0.17363041639328003, 0.11259591579437256, 1.0], "mean": [-0.040689848363399506, 0.08142779767513275, -0.017826231196522713, 0.008996226824820042, -0.001490504713729024, -0.010277802124619484, 0.39413681626319885], "std": [0.11050599068403244, 0.25153446197509766, 0.23568196594715118, 0.04093204438686371, 0.037968710064888, 0.04772534593939781, 0.9190500974655151], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [407], "max": [407], "mean": [407.0], "std": [0.0], "count": [307]}, "index": {"min": [141539], "max": [141845], "mean": [141692.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [307]}}} +{"episode_index": 408, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3447034445369945]], [[0.28815465770048254]], [[0.2250145903942632]]], "std": [[[0.15611444360321264]], [[0.14655441882407527]], [[0.15133739665170556]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.4026466656853171]], [[0.3110323528214997]], [[0.20685737759459252]]], "std": [[[0.19665363880280642]], [[0.14481283937278033]], [[0.09860649849896518]]], "count": [100]}, "state": {"min": [-0.3111991584300995, -0.1359456479549408, 0.9881815910339355, 2.887592315673828, -0.06523042917251587, -0.11051339656114578, 0.0033971627708524466, -0.04000472649931908], "max": [-0.09523305296897888, 0.30773302912712097, 1.2494219541549683, 3.125166654586792, 0.2328195571899414, 0.12954215705394745, 0.03990340232849121, -0.001777118886820972], "mean": [-0.2073061615228653, 0.07042210549116135, 1.1451897621154785, 3.0549166202545166, 0.06275620311498642, -0.01436095591634512, 0.017816459760069847, -0.017809094861149788], "std": [0.06760001182556152, 0.17622658610343933, 0.07271071523427963, 0.04539595544338226, 0.07467811554670334, 0.07700002193450928, 0.016796119511127472, 0.01687016151845455], "count": [251]}, "actions": {"min": [-1.1175336837768555, -0.7360295653343201, -0.711905837059021, -0.16297513246536255, -0.19978173077106476, -0.20170769095420837, -1.0], "max": [0.860344409942627, 1.7276887893676758, 1.1158043146133423, 0.24924348294734955, 0.13267222046852112, 0.1900375783443451, 1.0], "mean": [0.028000611811876297, 0.09697898477315903, -0.004080599173903465, 0.00011817282938864082, 0.0011067325249314308, -0.00531082134693861, 0.21912351250648499], "std": [0.25020575523376465, 0.31280043721199036, 0.2842682898044586, 0.051210541278123856, 0.04380675032734871, 0.04329340532422066, 0.9756982922554016], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [408], "max": [408], "mean": [408.0], "std": [0.0], "count": [251]}, "index": {"min": [141846], "max": [142096], "mean": [141971.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [251]}}} +{"episode_index": 409, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3494198327158011]], [[0.2925739452885647]], [[0.2295904301662071]]], "std": [[[0.1572337798194626]], [[0.1496305974381183]], [[0.15604350626852867]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.40945024557674636]], [[0.32145210535386026]], [[0.21939656994389553]]], "std": [[[0.19015572965765712]], [[0.13932398544649474]], [[0.10205416197582472]]], "count": [100]}, "state": {"min": [-0.30845996737480164, -0.1274890899658203, 0.9852504134178162, 2.869044780731201, -0.17806927859783173, 0.03775910660624504, 0.0026675283443182707, -0.04000444710254669], "max": [-0.0940709337592125, 0.29063406586647034, 1.2652771472930908, 3.1985790729522705, 0.1119920089840889, 0.24371302127838135, 0.03991204872727394, -0.0011407346464693546], "mean": [-0.21505142748355865, 0.05429860204458237, 1.1437160968780518, 3.0337677001953125, -0.04196496680378914, 0.1581493318080902, 0.01818859577178955, -0.017925862222909927], "std": [0.07845955342054367, 0.16569821536540985, 0.08147580921649933, 0.09205898642539978, 0.08579558879137039, 0.0644659474492073, 0.016240565106272697, 0.016417859122157097], "count": [259]}, "actions": {"min": [-0.8278524279594421, -0.8797129392623901, -0.5857101678848267, -0.17945018410682678, -0.13908369839191437, -0.19512662291526794, -1.0], "max": [0.6837658286094666, 1.024682879447937, 0.9521788954734802, 0.14256538450717926, 0.13706010580062866, 0.18123142421245575, 1.0], "mean": [0.02199501544237137, 0.08489122241735458, -0.02161676250398159, 0.00394912576302886, 0.0023028047289699316, 0.0027051956858485937, 0.2509652376174927], "std": [0.22667492926120758, 0.27759167551994324, 0.2836093306541443, 0.04407435283064842, 0.041743673384189606, 0.04287603497505188, 0.9679949283599854], "count": [259]}, "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": [409], "max": [409], "mean": [409.0], "std": [0.0], "count": [259]}, "index": {"min": [142097], "max": [142355], "mean": [142226.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [259]}}} +{"episode_index": 410, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3501709080116422]], [[0.2939170604032629]], [[0.2323523296281403]]], "std": [[[0.15597256883353824]], [[0.14992444032997657]], [[0.15642224402787033]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4105072631835937]], [[0.3202074297736673]], [[0.21581352622836242]]], "std": [[[0.1872362980847349]], [[0.13708193698808274]], [[0.09832818562226087]]], "count": [100]}, "state": {"min": [-0.3278476297855377, -0.16270501911640167, 1.0023292303085327, 2.90906023979187, -0.16379974782466888, -0.2694576680660248, 0.0037174487952142954, -0.040002211928367615], "max": [-0.095138318836689, 0.21406863629817963, 1.26225745677948, 3.1367764472961426, 0.15127027034759521, 0.01722044311463833, 0.03994765132665634, -0.0036423727869987488], "mean": [-0.21262586116790771, 0.014831963926553726, 1.1667327880859375, 3.032233476638794, -0.06218915060162544, -0.0830732136964798, 0.016684437170624733, -0.016939107328653336], "std": [0.07932737469673157, 0.14608076214790344, 0.07728198915719986, 0.05592304840683937, 0.08261780440807343, 0.07517413049936295, 0.016792934387922287, 0.01666436344385147], "count": [266]}, "actions": {"min": [-1.1934716701507568, -0.5345746278762817, -0.8310005068778992, -0.11938805878162384, -0.1510065793991089, -0.11910874396562576, -1.0], "max": [0.5607360601425171, 1.4913849830627441, 1.1258337497711182, 0.19999104738235474, 0.1276768445968628, 0.16426309943199158, 1.0], "mean": [0.019959595054388046, 0.07410765439271927, -0.013807076960802078, -0.003056564833968878, 0.004079123958945274, -0.006191490683704615, 0.27819550037384033], "std": [0.23268495500087738, 0.27144765853881836, 0.263363778591156, 0.04584592953324318, 0.040731947869062424, 0.04372444376349449, 0.9605226516723633], "count": [266]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.678704317786953], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [410], "max": [410], "mean": [410.0], "std": [0.0], "count": [266]}, "index": {"min": [142356], "max": [142621], "mean": [142488.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [266]}}} +{"episode_index": 411, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3514663020115273]], [[0.29436381800034467]], [[0.2312964375813802]]], "std": [[[0.1586877849377084]], [[0.15185340070728112]], [[0.1589563212844466]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115381104712393]], [[0.3251766788258272]], [[0.22357470762963388]]], "std": [[[0.19413793678639335]], [[0.14548484751384003]], [[0.11284639458585424]]], "count": [100]}, "state": {"min": [-0.3481033444404602, -0.13125136494636536, 0.9932808876037598, 3.0115444660186768, -0.29355835914611816, -0.09246993064880371, 0.0015003992011770606, -0.04000164195895195], "max": [-0.10030272603034973, 0.30142220854759216, 1.2576504945755005, 3.361999034881592, 0.0009539174498058856, 0.1903231292963028, 0.03998889401555061, -0.004436241928488016], "mean": [-0.22075943648815155, 0.01648339256644249, 1.145786166191101, 3.1494526863098145, -0.14339004456996918, 0.04817747324705124, 0.018743420019745827, -0.018715525045990944], "std": [0.08552476018667221, 0.1550600528717041, 0.08118686079978943, 0.08999958634376526, 0.08598832041025162, 0.09235303103923798, 0.016265951097011566, 0.016284728422760963], "count": [315]}, "actions": {"min": [-0.8863045573234558, -0.5190075039863586, -1.08567214012146, -0.0906388983130455, -0.16301527619361877, -0.15685655176639557, -1.0], "max": [0.49454283714294434, 0.9771921038627625, 1.3576502799987793, 0.12469736486673355, 0.15220798552036285, 0.11662788689136505, 1.0], "mean": [0.011386513710021973, 0.08187872171401978, -0.027774035930633545, 0.0033398244995623827, 0.0004190753388684243, 0.004542882554233074, 0.23174603283405304], "std": [0.19979915022850037, 0.20919126272201538, 0.26737794280052185, 0.034428443759679794, 0.0358695462346077, 0.03418930247426033, 0.9727749824523926], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [411], "max": [411], "mean": [411.0], "std": [0.0], "count": [315]}, "index": {"min": [142622], "max": [142936], "mean": [142779.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [315]}}} +{"episode_index": 412, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3432422120337393]], [[0.2858914058909697]], [[0.2215554127412684]]], "std": [[[0.1510770945246579]], [[0.14124997868432193]], [[0.14530243114642558]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3317200347302007]], [[0.2518444680606618]], [[0.165249122170841]]], "std": [[[0.1718286385444339]], [[0.12115859413364559]], [[0.07610678187887172]]], "count": [100]}, "state": {"min": [-0.5280345678329468, -0.20586904883384705, 0.9818702936172485, 2.8131773471832275, -0.3053397238254547, -0.48191919922828674, 0.00507700489833951, -0.04001348838210106], "max": [-0.29278814792633057, -0.010785238817334175, 1.2645632028579712, 3.087649345397949, 0.11909820139408112, 0.06654810160398483, 0.039738886058330536, -0.012908780947327614], "mean": [-0.40866929292678833, -0.09558384120464325, 1.1259950399398804, 2.9674370288848877, -0.10127905011177063, -0.16379857063293457, 0.02231677621603012, -0.02446806989610195], "std": [0.07243973016738892, 0.06218888610601425, 0.08717109262943268, 0.07363341003656387, 0.1062631905078888, 0.18113549053668976, 0.013988064602017403, 0.012515373528003693], "count": [244]}, "actions": {"min": [-0.5865681767463684, -0.5566904544830322, -0.5582504868507385, -0.08150053769350052, -0.103675477206707, -0.19015124440193176, -1.0], "max": [0.28246501088142395, 0.5476159453392029, 0.9185475707054138, 0.10737839341163635, 0.2268926203250885, 0.1473948359489441, 1.0], "mean": [-0.05370165780186653, -0.004860804881900549, -0.04020266607403755, -0.0014045607531443238, 0.0004660365520976484, -0.004956815391778946, 0.17213115096092224], "std": [0.16021570563316345, 0.1892947405576706, 0.2711835503578186, 0.030423682183027267, 0.042219407856464386, 0.0557311587035656, 0.9850730299949646], "count": [244]}, "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": [412], "max": [412], "mean": [412.0], "std": [0.0], "count": [244]}, "index": {"min": [142937], "max": [143180], "mean": [143058.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [244]}}} +{"episode_index": 413, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3452937867407705]], [[0.28739951159907323]], [[0.2222660498525582]]], "std": [[[0.14969413300444062]], [[0.14006892778331853]], [[0.1449733545925959]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3221636909036075]], [[0.24446599623736212]], [[0.16144142061121322]]], "std": [[[0.17646588454171622]], [[0.12440533635187334]], [[0.07715121659046231]]], "count": [100]}, "state": {"min": [-0.5433444380760193, -0.222198948264122, 0.9756676554679871, 3.0162205696105957, -0.2737317383289337, -0.12805403769016266, 0.013250228017568588, -0.04000675678253174], "max": [-0.2952635586261749, -0.02333507314324379, 1.2535123825073242, 3.3799562454223633, 0.14835777878761292, 0.12198590487241745, 0.039929457008838654, -0.012945263646543026], "mean": [-0.400192528963089, -0.12802866101264954, 1.1283828020095825, 3.1541101932525635, -0.03715594485402107, -0.014832147397100925, 0.025883279740810394, -0.025861971080303192], "std": [0.08481565862894058, 0.07137231528759003, 0.07902819663286209, 0.10450541973114014, 0.11892589926719666, 0.06361056864261627, 0.012577101588249207, 0.012509855441749096], "count": [216]}, "actions": {"min": [-0.8820856809616089, -1.0313371419906616, -0.7528945207595825, -0.49585476517677307, -0.14978908002376556, -0.16430652141571045, -1.0], "max": [0.3757755756378174, 0.6784762740135193, 1.3719695806503296, 0.1168852224946022, 0.13276037573814392, 0.1705508530139923, 1.0], "mean": [-0.05557411536574364, -0.009901151992380619, -0.0527765229344368, -0.0013237736420705914, 0.0004960798542015254, -0.0025898334570229053, 0.0555555559694767], "std": [0.21200914680957794, 0.2529158592224121, 0.33801504969596863, 0.052870769053697586, 0.04679505527019501, 0.03748137876391411, 0.9984540939331055], "count": [216]}, "timestamp": {"min": [0.0], "max": [21.5], "mean": [10.75], "std": [6.235316083942069], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [413], "max": [413], "mean": [413.0], "std": [0.0], "count": [216]}, "index": {"min": [143181], "max": [143396], "mean": [143288.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [216]}}} +{"episode_index": 414, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.34443614645565257]], [[0.2875843039119945]], [[0.22371564199410235]]], "std": [[[0.15294131627576918]], [[0.14365746302185767]], [[0.14837258750460808]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3313631920908012]], [[0.2510658904430913]], [[0.1646905086741728]]], "std": [[[0.17458414037056075]], [[0.12192506099827993]], [[0.07525523857544396]]], "count": [100]}, "state": {"min": [-0.5019946098327637, -0.21419848501682281, 0.9825426936149597, 2.988089084625244, -0.2462230622768402, -0.05252007395029068, 0.012072253972291946, -0.040007419884204865], "max": [-0.28597262501716614, -0.04097755253314972, 1.2407361268997192, 3.1355106830596924, 0.1275375783443451, 0.042392097413539886, 0.03986920416355133, -0.012288733385503292], "mean": [-0.38901662826538086, -0.1094236969947815, 1.1182726621627808, 3.0523531436920166, -0.046052634716033936, -0.003945188596844673, 0.022877275943756104, -0.02317410334944725], "std": [0.08376084268093109, 0.06294993311166763, 0.0792652815580368, 0.03966263309121132, 0.10530398041009903, 0.024952955543994904, 0.013008533045649529, 0.01280198059976101], "count": [237]}, "actions": {"min": [-0.5396018624305725, -0.7096322774887085, -0.9655555486679077, -0.12082266062498093, -0.11377154290676117, -0.09955958276987076, -1.0], "max": [0.19891677796840668, 0.7963728308677673, 1.331139326095581, 0.09358406811952591, 0.14248819649219513, 0.10903867334127426, 1.0], "mean": [-0.04992019012570381, 0.002883071545511484, -0.042655251920223236, 0.0012097286526113749, 0.001831106492318213, -0.0010748808272182941, 0.2067510485649109], "std": [0.13844367861747742, 0.18604345619678497, 0.29331883788108826, 0.028809785842895508, 0.03724059835076332, 0.02908613160252571, 0.978393018245697], "count": [237]}, "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": [414], "max": [414], "mean": [414.0], "std": [0.0], "count": [237]}, "index": {"min": [143397], "max": [143633], "mean": [143515.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [237]}}} +{"episode_index": 415, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.34183046168907016]], [[0.28535875507429537]], [[0.22232999794155942]]], "std": [[[0.1546492961481575]], [[0.1451512647368803]], [[0.14892346086740943]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9529411764705882]], [[0.9568627450980393]]], "mean": [[[0.3207709524117264]], [[0.2443119058048024]], [[0.16248957435757505]]], "std": [[[0.17761683753201463]], [[0.12603753509539464]], [[0.08079875849299863]]], "count": [100]}, "state": {"min": [-0.5051343441009521, -0.22102971374988556, 0.9768321514129639, 3.004941463470459, -0.326859712600708, -0.359960675239563, 0.012957961298525333, -0.04000651091337204], "max": [-0.3110077381134033, -0.056829631328582764, 1.2425340414047241, 3.2438340187072754, 0.11593518406152725, 0.07188460230827332, 0.039870891720056534, -0.012795117683708668], "mean": [-0.41487643122673035, -0.1333514004945755, 1.1256747245788574, 3.106297254562378, -0.13613437116146088, -0.09789817780256271, 0.02282656915485859, -0.02296755462884903], "std": [0.07255662232637405, 0.06403709203004837, 0.07759150862693787, 0.072010837495327, 0.11770688742399216, 0.1462334841489792, 0.01203843206167221, 0.01201545912772417], "count": [237]}, "actions": {"min": [-0.8801514506340027, -0.4552617073059082, -0.6660801768302917, -0.08264618366956711, -0.17030315101146698, -0.12781019508838654, -1.0], "max": [0.2005249261856079, 0.684344470500946, 1.6657286882400513, 0.11468557268381119, 0.20536518096923828, 0.19162745773792267, 1.0], "mean": [-0.05548686161637306, 0.003476271405816078, -0.039554107934236526, 0.0008695609867572784, 0.002255209954455495, 0.0007980881491675973, 0.28270041942596436], "std": [0.14516231417655945, 0.18390311300754547, 0.31668442487716675, 0.028499078005552292, 0.04223848506808281, 0.04475303739309311, 0.9592061638832092], "count": [237]}, "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": [415], "max": [415], "mean": [415.0], "std": [0.0], "count": [237]}, "index": {"min": [143634], "max": [143870], "mean": [143752.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [237]}}} +{"episode_index": 416, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3622286364985447]], [[0.29716087969611676]], [[0.2265547347723269]]], "std": [[[0.13333769256357217]], [[0.1292930099763341]], [[0.14204865413387946]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.32377129947437955]], [[0.24253959087297028]], [[0.1584037972244562]]], "std": [[[0.1920904621573423]], [[0.13861173779872896]], [[0.08527845532468928]]], "count": [100]}, "state": {"min": [-0.434507817029953, -0.19704239070415497, 0.9909142851829529, 2.9320108890533447, -0.0674954354763031, -0.09568275511264801, 0.014591368846595287, -0.039881911128759384], "max": [-0.30484166741371155, 0.25603052973747253, 1.2159379720687866, 3.3762989044189453, 0.22373425960540771, 0.4200340807437897, 0.040007561445236206, -0.014771622605621815], "mean": [-0.3728725016117096, 0.0061067515052855015, 1.103186011314392, 3.128924608230591, 0.026502056047320366, 0.1452063024044037, 0.023790201172232628, -0.023816680535674095], "std": [0.02706151455640793, 0.18402160704135895, 0.06459654122591019, 0.13669711351394653, 0.07163278758525848, 0.17411479353904724, 0.011456182226538658, 0.011377730406820774], "count": [321]}, "actions": {"min": [-0.5616116523742676, -1.1841275691986084, -0.6654872298240662, -0.2519596517086029, -0.1378624141216278, -0.1344464272260666, -1.0], "max": [0.4877144992351532, 0.7622746825218201, 0.6610636115074158, 0.2376071959733963, 0.20967523753643036, 0.40117231011390686, 1.0], "mean": [0.0026841675862669945, -0.049105387181043625, -0.025257796049118042, -0.005438597872853279, -0.0004888937692157924, 0.004882980603724718, 0.2897196114063263], "std": [0.15154330432415009, 0.3049401640892029, 0.19225876033306122, 0.060730405151844025, 0.0450933538377285, 0.061255473643541336, 0.9571122527122498], "count": [321]}, "timestamp": {"min": [0.0], "max": [32.0], "mean": [16.0], "std": [9.266426855410163], "count": [321]}, "frame_index": {"min": [0], "max": [320], "mean": [160.0], "std": [92.66426855410162], "count": [321]}, "episode_index": {"min": [416], "max": [416], "mean": [416.0], "std": [0.0], "count": [321]}, "index": {"min": [143871], "max": [144191], "mean": [144031.0], "std": [92.66426855410162], "count": [321]}, "task_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [321]}}} +{"episode_index": 417, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36526413921281403]], [[0.29890474506452974]], [[0.22635388063916972]]], "std": [[[0.12960891540522076]], [[0.12599598747042254]], [[0.14019100743028343]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9450980392156862]], [[0.9411764705882353]]], "mean": [[[0.33822614063936124]], [[0.2541759511910233]], [[0.16660058833103555]]], "std": [[[0.18287993381980752]], [[0.13146945625200854]], [[0.08076024865001125]]], "count": [100]}, "state": {"min": [-0.465736448764801, -0.17388233542442322, 1.001565933227539, 2.7092607021331787, -0.22486737370491028, -0.17020873725414276, 0.01258791983127594, -0.03987303003668785], "max": [-0.2811480164527893, 0.22407926619052887, 1.2079838514328003, 3.2893998622894287, 0.16036884486675262, 0.5013337731361389, 0.04000706225633621, -0.015914440155029297], "mean": [-0.3984074294567108, 0.0063927024602890015, 1.1180212497711182, 2.9990451335906982, -0.06360287219285965, 0.16723811626434326, 0.023526232689619064, -0.024471838027238846], "std": [0.042777031660079956, 0.15622501075267792, 0.05746755748987198, 0.24137015640735626, 0.09791714698076248, 0.2412329614162445, 0.011561672203242779, 0.010776756331324577], "count": [366]}, "actions": {"min": [-0.4757905900478363, -0.8386039733886719, -0.47475898265838623, -0.23531967401504517, -0.1573597490787506, -0.11092115938663483, -1.0], "max": [0.21005243062973022, 1.0772149562835693, 0.6330858469009399, 0.16906610131263733, 0.14731669425964355, 0.3164457082748413, 1.0], "mean": [-0.01602538488805294, -0.0404101125895977, -0.007800817955285311, -0.011193834245204926, -0.003956939559429884, 0.006005789618939161, 0.2950819730758667], "std": [0.1123436912894249, 0.23763638734817505, 0.16313885152339935, 0.050993550568819046, 0.040353674441576004, 0.051931675523519516, 0.9554716348648071], "count": [366]}, "timestamp": {"min": [0.0], "max": [36.5], "mean": [18.25], "std": [10.565470489602754], "count": [366]}, "frame_index": {"min": [0], "max": [365], "mean": [182.5], "std": [105.65470489602754], "count": [366]}, "episode_index": {"min": [417], "max": [417], "mean": [417.0], "std": [0.0], "count": [366]}, "index": {"min": [144192], "max": [144557], "mean": [144374.5], "std": [105.65470489602754], "count": [366]}, "task_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [366]}}} +{"episode_index": 418, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3585751570159314]], [[0.2924286397298177]], [[0.22205081236596202]]], "std": [[[0.13071390544528944]], [[0.12717474994077807]], [[0.13815337933763894]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3164087739832261]], [[0.2369528605143229]], [[0.15603760064816943]]], "std": [[[0.18677011057380505]], [[0.1355778668125441]], [[0.08403508106617015]]], "count": [100]}, "state": {"min": [-0.5002285838127136, -0.17678405344486237, 0.9873714447021484, 2.692723274230957, -0.10293703526258469, 0.0317661315202713, 0.013428294099867344, -0.039996713399887085], "max": [-0.3054807484149933, 0.24287348985671997, 1.233500361442566, 3.2440907955169678, 0.2628234028816223, 0.640677809715271, 0.03997289761900902, -0.015494821593165398], "mean": [-0.41575613617897034, 0.012422137893736362, 1.1211825609207153, 2.919044256210327, 0.03582250699400902, 0.3740745782852173, 0.022752884775400162, -0.0234685018658638], "std": [0.056038014590740204, 0.1610599309206009, 0.07190746068954468, 0.1917996108531952, 0.08509844541549683, 0.24674762785434723, 0.011367520317435265, 0.010918796062469482], "count": [325]}, "actions": {"min": [-0.5193261504173279, -0.8384696245193481, -0.5358203649520874, -0.23483507335186005, -0.16161492466926575, -0.11668769270181656, -1.0], "max": [0.2329312264919281, 0.9996315240859985, 0.6952372789382935, 0.2738364040851593, 0.11822392791509628, 0.2391076683998108, 1.0], "mean": [-0.026661356911063194, -0.042075399309396744, -0.025574183091521263, -0.009319236502051353, -0.0028601563535630703, 0.009186524897813797, 0.3476923108100891], "std": [0.13947878777980804, 0.27626413106918335, 0.19327424466609955, 0.05876441299915314, 0.04587022587656975, 0.052434127777814865, 0.9376092553138733], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [418], "max": [418], "mean": [418.0], "std": [0.0], "count": [325]}, "index": {"min": [144558], "max": [144882], "mean": [144720.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [325]}}} +{"episode_index": 419, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3624089546951593]], [[0.29631605739219513]], [[0.22501829678404564]]], "std": [[[0.1297689328051839]], [[0.12683817251254553]], [[0.139547297373461]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.32432576856426165]], [[0.24452408016429228]], [[0.1614300620883119]]], "std": [[[0.18979086678050788]], [[0.136943941342129]], [[0.0864311107481825]]], "count": [100]}, "state": {"min": [-0.46856269240379333, -0.19188180565834045, 0.9884183406829834, 2.7862393856048584, -0.20351704955101013, -0.2454318404197693, 0.013184400275349617, -0.040001437067985535], "max": [-0.297014981508255, 0.223676398396492, 1.19074285030365, 3.1943955421447754, 0.15065898001194, 0.7569650411605835, 0.039978280663490295, -0.014798011630773544], "mean": [-0.4035120904445648, 0.0067713032476603985, 1.1038169860839844, 2.9923415184020996, -0.05233880877494812, 0.304433673620224, 0.022646630182862282, -0.023155732080340385], "std": [0.0508497916162014, 0.15731000900268555, 0.057154081761837006, 0.1456189751625061, 0.08836300671100616, 0.384875625371933, 0.011613503098487854, 0.011204839684069157], "count": [343]}, "actions": {"min": [-0.5390461087226868, -0.8827763795852661, -0.46245065331459045, -0.3148736357688904, -0.16197483241558075, -0.25873082876205444, -1.0], "max": [0.349528044462204, 1.2982772588729858, 0.5364136099815369, 0.222741961479187, 0.10494612902402878, 0.39204463362693787, 1.0], "mean": [-0.026898687705397606, -0.041105449199676514, -0.031678296625614166, -0.010141942650079727, -0.005078369751572609, 0.01323136780411005, 0.3352769613265991], "std": [0.12246967107057571, 0.2607927918434143, 0.16525140404701233, 0.05866290256381035, 0.041347354650497437, 0.07501164823770523, 0.9421218633651733], "count": [343]}, "timestamp": {"min": [0.0], "max": [34.2], "mean": [17.1], "std": [9.901515035589249], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [419], "max": [419], "mean": [419.0], "std": [0.0], "count": [343]}, "index": {"min": [144883], "max": [145225], "mean": [145054.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [343]}}} +{"episode_index": 420, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3682263898687219]], [[0.3030052228330156]], [[0.23218494910433504]]], "std": [[[0.13486642618640748]], [[0.13380905214331193]], [[0.1490473241073568]]], "count": [121]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.36167925913626364]], [[0.2817082433680471]], [[0.1910468240434087]]], "std": [[[0.19963292591394524]], [[0.1450403557480987]], [[0.09473443247911699]]], "count": [121]}, "state": {"min": [-0.6215859055519104, -0.3452732563018799, 0.9923516511917114, 2.5451712608337402, -0.5653297305107117, -0.20007465779781342, 0.012007651850581169, -0.04000364616513252], "max": [-0.09108510613441467, 0.215468168258667, 1.326939582824707, 3.2305710315704346, 0.33336973190307617, 0.7665543556213379, 0.039997126907110214, -0.015094121918082237], "mean": [-0.33620545268058777, -0.05289608985185623, 1.1919862031936646, 2.9810242652893066, -0.15071004629135132, 0.3033216595649719, 0.022208642214536667, -0.02285684458911419], "std": [0.16676945984363556, 0.19935095310211182, 0.08643925189971924, 0.16741274297237396, 0.20145462453365326, 0.31310608983039856, 0.011145074851810932, 0.010752826929092407], "count": [601]}, "actions": {"min": [-1.4953246116638184, -1.223231554031372, -0.6215870380401611, -0.16729696094989777, -0.1708134263753891, -0.3786260485649109, -1.0], "max": [0.7347952723503113, 0.4795694053173065, 0.7891127467155457, 0.13596957921981812, 0.18685641884803772, 0.1954391449689865, 1.0], "mean": [-0.012193345464766026, -0.048121627420186996, -0.0038208754267543554, -0.0061811297200620174, -0.0021396821830421686, 0.0037252232432365417, 0.41430947184562683], "std": [0.21030886471271515, 0.19692160189151764, 0.185883030295372, 0.04431664198637009, 0.048300374299287796, 0.05482763051986694, 0.910142183303833], "count": [601]}, "timestamp": {"min": [0.0], "max": [60.0], "mean": [30.0], "std": [17.349351572897472], "count": [601]}, "frame_index": {"min": [0], "max": [600], "mean": [300.0], "std": [173.49351572897473], "count": [601]}, "episode_index": {"min": [420], "max": [420], "mean": [420.0], "std": [0.0], "count": [601]}, "index": {"min": [145226], "max": [145826], "mean": [145526.0], "std": [173.49351572897473], "count": [601]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [601]}}} +{"episode_index": 421, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3671450410730699]], [[0.302969565597235]], [[0.2334743215523514]]], "std": [[[0.13519488616635927]], [[0.13394840346533216]], [[0.1494005850409324]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3573087822409237]], [[0.2752642582912071]], [[0.18354247867359835]]], "std": [[[0.20712056027391437]], [[0.15015806043242622]], [[0.09241353358532758]]], "count": [100]}, "state": {"min": [-0.4346570670604706, -0.2207758128643036, 0.989838182926178, 2.5863685607910156, -0.21826492249965668, -0.00042283989023417234, 0.013834008947014809, -0.03996492922306061], "max": [-0.07979980111122131, 0.16075173020362854, 1.2541769742965698, 3.2583632469177246, 0.20824067294597626, 0.5080547332763672, 0.04000544548034668, -0.014599773101508617], "mean": [-0.27070352435112, -0.01201791875064373, 1.1520754098892212, 2.9214539527893066, -0.024452824145555496, 0.23098139464855194, 0.023805174976587296, -0.024447839707136154], "std": [0.13813962042331696, 0.15071135759353638, 0.07551966607570648, 0.2801840901374817, 0.09866395592689514, 0.191302090883255, 0.012195938266813755, 0.011653617024421692], "count": [431]}, "actions": {"min": [-0.9635148048400879, -0.995181679725647, -0.4299248456954956, -0.18918772041797638, -0.33580753207206726, -0.15711772441864014, -1.0], "max": [0.7327776551246643, 0.623265266418457, 1.1416822671890259, 0.09209736436605453, 0.1588878631591797, 0.1584915816783905, 1.0], "mean": [-0.008154473267495632, -0.047651369124650955, -0.005653854459524155, -0.010441835038363934, -0.0026507670991122723, 0.003534749150276184, 0.24361948668956757], "std": [0.20601506531238556, 0.17362135648727417, 0.19333867728710175, 0.035614293068647385, 0.04685596376657486, 0.03533783182501793, 0.9698714017868042], "count": [431]}, "timestamp": {"min": [0.0], "max": [43.0], "mean": [21.5], "std": [12.441864811996632], "count": [431]}, "frame_index": {"min": [0], "max": [430], "mean": [215.0], "std": [124.41864811996632], "count": [431]}, "episode_index": {"min": [421], "max": [421], "mean": [421.0], "std": [0.0], "count": [431]}, "index": {"min": [145827], "max": [146257], "mean": [146042.0], "std": [124.41864811996632], "count": [431]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [431]}}} +{"episode_index": 422, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36780617986940867]], [[0.30396962304208797]], [[0.23215517350739126]]], "std": [[[0.13518793529792428]], [[0.13081314470169694]], [[0.14648537397121875]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3540057935527727]], [[0.2724953355976179]], [[0.18203118597292434]]], "std": [[[0.2050393106872977]], [[0.1496167844808771]], [[0.09338684597603533]]], "count": [100]}, "state": {"min": [-0.4608439803123474, -0.24318838119506836, 0.9893696904182434, 2.6110334396362305, -0.2642418444156647, -0.18125711381435394, 0.013186110183596611, -0.039981454610824585], "max": [-0.08745698630809784, 0.1686820387840271, 1.2463412284851074, 3.333225727081299, 0.2086341828107834, 0.6641741991043091, 0.040004435926675797, -0.015018288046121597], "mean": [-0.2982429563999176, -0.04208754375576973, 1.1491296291351318, 2.953423500061035, -0.09556151926517487, 0.23301298916339874, 0.022779125720262527, -0.023577287793159485], "std": [0.1374208629131317, 0.16440846025943756, 0.0692385584115982, 0.26118168234825134, 0.10617918521165848, 0.2968916893005371, 0.011814670637249947, 0.011183234862983227], "count": [456]}, "actions": {"min": [-0.9765250086784363, -1.1317780017852783, -0.61754310131073, -0.2333497703075409, -0.33377915620803833, -0.15633037686347961, -1.0], "max": [0.47802379727363586, 1.00754976272583, 1.3065506219863892, 0.20887108147144318, 0.20258738100528717, 0.3289443850517273, 1.0], "mean": [-0.019306432455778122, -0.04824281483888626, -0.01889084465801716, -0.009320209734141827, -0.003102448768913746, 0.005834819748997688, 0.3245614171028137], "std": [0.18727266788482666, 0.20769746601581573, 0.20632609724998474, 0.04656212031841278, 0.05014451593160629, 0.04861491173505783, 0.9458610415458679], "count": [456]}, "timestamp": {"min": [0.0], "max": [45.5], "mean": [22.75], "std": [13.163554484510126], "count": [456]}, "frame_index": {"min": [0], "max": [455], "mean": [227.5], "std": [131.63554484510126], "count": [456]}, "episode_index": {"min": [422], "max": [422], "mean": [422.0], "std": [0.0], "count": [456]}, "index": {"min": [146258], "max": [146713], "mean": [146485.5], "std": [131.63554484510126], "count": [456]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [456]}}} +{"episode_index": 423, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36631045824707653]], [[0.30264268972639075]], [[0.23399871663993066]]], "std": [[[0.13528134263374494]], [[0.1336435068606303]], [[0.14824379436072088]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.351702732661497]], [[0.27002070285209223]], [[0.18137912117606975]]], "std": [[[0.20959981773480485]], [[0.15447743767528863]], [[0.09588477551529705]]], "count": [107]}, "state": {"min": [-0.4551069736480713, -0.26206767559051514, 0.9898945689201355, 2.578296184539795, -0.2742067873477936, -0.3441983759403229, 0.013911779969930649, -0.04000471904873848], "max": [-0.05557597801089287, 0.180747389793396, 1.284932255744934, 3.350762128829956, 0.3617309331893921, 0.6216596364974976, 0.040011994540691376, -0.01562901958823204], "mean": [-0.2561609745025635, -0.009057641960680485, 1.1432081460952759, 2.929203510284424, 0.017510458827018738, 0.14595094323158264, 0.026039140298962593, -0.02669854462146759], "std": [0.149217888712883, 0.1671285182237625, 0.08240833878517151, 0.26055610179901123, 0.13566766679286957, 0.3397868573665619, 0.011738702654838562, 0.011093744076788425], "count": [509]}, "actions": {"min": [-0.6464298963546753, -0.7337201833724976, -0.49183329939842224, -0.3647766709327698, -0.22584748268127441, -0.1690378040075302, -1.0], "max": [0.8458175659179688, 0.5150589942932129, 0.647360622882843, 0.30699270963668823, 0.19486111402511597, 0.1723049283027649, 1.0], "mean": [-0.006989986170083284, -0.05138460546731949, -0.012582696042954922, -0.012147444300353527, -0.0024831003975123167, 0.005803106818348169, 0.13948918879032135], "std": [0.17363667488098145, 0.16565795242786407, 0.16932521760463715, 0.05370534583926201, 0.04319365695118904, 0.043970681726932526, 0.9902231693267822], "count": [509]}, "timestamp": {"min": [0.0], "max": [50.8], "mean": [25.400000000000002], "std": [14.6935359937627], "count": [509]}, "frame_index": {"min": [0], "max": [508], "mean": [254.0], "std": [146.935359937627], "count": [509]}, "episode_index": {"min": [423], "max": [423], "mean": [423.0], "std": [0.0], "count": [509]}, "index": {"min": [146714], "max": [147222], "mean": [146968.0], "std": [146.935359937627], "count": [509]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [509]}}} +{"episode_index": 424, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36814398049984226]], [[0.3034008360121973]], [[0.233028767785154]]], "std": [[[0.13386431577240968]], [[0.1325884721677724]], [[0.14789370910027744]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.353425596663383]], [[0.27327585459172066]], [[0.18447686152605378]]], "std": [[[0.20279331499033568]], [[0.14867744563349275]], [[0.09443257245167026]]], "count": [101]}, "state": {"min": [-0.47711193561553955, -0.22689244151115417, 0.9919824004173279, 2.531628370285034, -0.4664406478404999, -0.206902876496315, 0.013656960800290108, -0.0399557501077652], "max": [-0.07440249621868134, 0.16328191757202148, 1.2718340158462524, 3.2831473350524902, 0.22236569225788116, 0.633988618850708, 0.04000448063015938, -0.014428297057747841], "mean": [-0.2894071042537689, -0.03256376087665558, 1.164465308189392, 2.8978357315063477, -0.1058795154094696, 0.21432124078273773, 0.023398665711283684, -0.024037569761276245], "std": [0.13601453602313995, 0.154286190867424, 0.07834722846746445, 0.2893214821815491, 0.1592249572277069, 0.26458093523979187, 0.011687133461236954, 0.011262702755630016], "count": [471]}, "actions": {"min": [-1.1160016059875488, -0.7204720973968506, -0.7404629588127136, -0.17032696306705475, -0.2547341287136078, -0.16578014194965363, -1.0], "max": [0.8686659932136536, 0.9991735219955444, 1.1140246391296387, 0.14353011548519135, 0.1362960785627365, 0.1870993971824646, 1.0], "mean": [-0.009226677939295769, -0.03843460977077484, -0.0018215533345937729, -0.008814376778900623, -0.005113137885928154, -0.00033298684866167605, 0.30360934138298035], "std": [0.20872673392295837, 0.1805143505334854, 0.20170345902442932, 0.040633901953697205, 0.046896059066057205, 0.04378243908286095, 0.9527952075004578], "count": [471]}, "timestamp": {"min": [0.0], "max": [47.0], "mean": [23.5], "std": [13.596568194462407], "count": [471]}, "frame_index": {"min": [0], "max": [470], "mean": [235.0], "std": [135.96568194462407], "count": [471]}, "episode_index": {"min": [424], "max": [424], "mean": [424.0], "std": [0.0], "count": [471]}, "index": {"min": [147223], "max": [147693], "mean": [147458.0], "std": [135.96568194462407], "count": [471]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [471]}}} +{"episode_index": 425, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36767571782130826]], [[0.30433163930855545]], [[0.23398095583448222]]], "std": [[[0.1346108891250838]], [[0.13173460082957283]], [[0.1479582582478549]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.9686274509803922]]], "mean": [[[0.3477307098987056]], [[0.2676540090523514]], [[0.17811487773820464]]], "std": [[[0.21620625892169715]], [[0.15742640655874013]], [[0.09622950029307444]]], "count": [100]}, "state": {"min": [-0.4290141463279724, -0.24711903929710388, 0.9900108575820923, 2.5656557083129883, -0.26908761262893677, -0.17965759336948395, 0.011931327171623707, -0.03993500769138336], "max": [-0.04790230095386505, 0.19626182317733765, 1.2435637712478638, 3.2624590396881104, 0.2850378751754761, 0.39121213555336, 0.0400046743452549, -0.016010094434022903], "mean": [-0.25980257987976074, -0.014506653882563114, 1.15126371383667, 2.956613302230835, -0.009363257326185703, 0.11847403645515442, 0.02469070814549923, -0.025441758334636688], "std": [0.13456298410892487, 0.17215795814990997, 0.07286158204078674, 0.26540398597717285, 0.13434156775474548, 0.1797008365392685, 0.011811173520982265, 0.011250700801610947], "count": [418]}, "actions": {"min": [-1.2313129901885986, -0.8599404096603394, -0.5244718790054321, -0.2307884842157364, -0.20616842806339264, -0.12902633845806122, -1.0], "max": [0.5522857904434204, 0.6955611705780029, 1.204402208328247, 0.14483089745044708, 0.11247791349887848, 0.18181203305721283, 1.0], "mean": [-0.0014424583641812205, -0.04458929970860481, -0.012095125392079353, -0.009260558523237705, -0.0008773235022090375, 0.00029493201873265207, 0.21531100571155548], "std": [0.2094230353832245, 0.19781947135925293, 0.20742256939411163, 0.03972165659070015, 0.041648443788290024, 0.03934086486697197, 0.9765422344207764], "count": [418]}, "timestamp": {"min": [0.0], "max": [41.7], "mean": [20.849999999999998], "std": [12.066586095495278], "count": [418]}, "frame_index": {"min": [0], "max": [417], "mean": [208.5], "std": [120.66586095495279], "count": [418]}, "episode_index": {"min": [425], "max": [425], "mean": [425.0], "std": [0.0], "count": [418]}, "index": {"min": [147694], "max": [148111], "mean": [147902.5], "std": [120.66586095495279], "count": [418]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [418]}}} +{"episode_index": 426, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3636096122680972]], [[0.30123689326006936]], [[0.2315351210342197]]], "std": [[[0.13889304231804767]], [[0.13326022479926825]], [[0.1470108629417061]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3516870461998808]], [[0.26945736795646474]], [[0.1775535345031229]]], "std": [[[0.20723911440259896]], [[0.15024715600514396]], [[0.09036302072639422]]], "count": [101]}, "state": {"min": [-0.42765095829963684, -0.24853862822055817, 0.9901219010353088, 2.457744836807251, -0.18254506587982178, -0.16741706430912018, 0.012472143396735191, -0.03998439013957977], "max": [-0.055522214621305466, 0.16967597603797913, 1.3170517683029175, 3.236630439758301, 0.3260248005390167, 0.1341279000043869, 0.04000261053442955, -0.01570713520050049], "mean": [-0.2504408359527588, -0.03053610399365425, 1.1794805526733398, 2.916853189468384, 0.026296259835362434, -0.023892108350992203, 0.023972583934664726, -0.02468734048306942], "std": [0.13321630656719208, 0.1573742777109146, 0.09353657066822052, 0.25893789529800415, 0.13450616598129272, 0.08279018104076385, 0.011594703420996666, 0.010969608090817928], "count": [476]}, "actions": {"min": [-0.6292489171028137, -0.9847313165664673, -0.573557436466217, -0.2299375683069229, -0.167297825217247, -0.14441047608852386, -1.0], "max": [0.5173296928405762, 1.0271390676498413, 0.9483112692832947, 0.11647967249155045, 0.15646055340766907, 0.1584412306547165, 1.0], "mean": [-0.0023371127899736166, -0.04375217482447624, -0.009531687013804913, -0.01058395765721798, 0.0013579416554421186, -0.0011338562471792102, 0.2899159789085388], "std": [0.1882881224155426, 0.1922544240951538, 0.21041558682918549, 0.03554577752947807, 0.04703734442591667, 0.03252551704645157, 0.9570493698120117], "count": [476]}, "timestamp": {"min": [0.0], "max": [47.5], "mean": [23.75], "std": [13.740906083661296], "count": [476]}, "frame_index": {"min": [0], "max": [475], "mean": [237.5], "std": [137.40906083661295], "count": [476]}, "episode_index": {"min": [426], "max": [426], "mean": [426.0], "std": [0.0], "count": [476]}, "index": {"min": [148112], "max": [148587], "mean": [148349.5], "std": [137.40906083661295], "count": [476]}, "task_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [476]}}} +{"episode_index": 427, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3677474407121247]], [[0.30282680616191787]], [[0.23087571506874233]]], "std": [[[0.13075812405181628]], [[0.12749457860261112]], [[0.14336519887354254]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3857126548617494]], [[0.29166007786171105]], [[0.18762599690755208]]], "std": [[[0.17893384899248344]], [[0.12484441379743567]], [[0.07499560511406761]]], "count": [100]}, "state": {"min": [-0.3434740900993347, -0.17788024246692657, 1.0078281164169312, 2.963380813598633, -0.14305420219898224, -0.012278410606086254, 0.01451809424906969, -0.0399036705493927], "max": [-0.2285454422235489, 0.21298719942569733, 1.2366255521774292, 3.292922258377075, 0.18684694170951843, 0.45483526587486267, 0.04000692814588547, -0.014867293648421764], "mean": [-0.26880329847335815, 0.009203683584928513, 1.1335773468017578, 3.1148831844329834, 0.0006758476374670863, 0.21604636311531067, 0.02437564916908741, -0.024542121216654778], "std": [0.032730620354413986, 0.15439562499523163, 0.06844781339168549, 0.10459408909082413, 0.07418931275606155, 0.18427562713623047, 0.011961687356233597, 0.011817608028650284], "count": [339]}, "actions": {"min": [-0.4357912242412567, -0.8322277665138245, -0.5160512924194336, -0.2257569134235382, -0.20939625799655914, -0.17429164052009583, -1.0], "max": [0.35582271218299866, 0.8313961625099182, 0.7278605699539185, 0.17942649126052856, 0.17524118721485138, 0.28528326749801636, 1.0], "mean": [0.030082393437623978, -0.0431848019361496, -0.008128603920340538, -0.002287149429321289, 0.0010536210611462593, 0.00683102710172534, 0.21533922851085663], "std": [0.1160740777850151, 0.21591615676879883, 0.1840563714504242, 0.0416422076523304, 0.04555095359683037, 0.04705803841352463, 0.9765393733978271], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [427], "max": [427], "mean": [427.0], "std": [0.0], "count": [339]}, "index": {"min": [148588], "max": [148926], "mean": [148757.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [339]}}} +{"episode_index": 428, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3644816098680683]], [[0.2984937468884038]], [[0.2267307529823453]]], "std": [[[0.12940252836229352]], [[0.12654876759847886]], [[0.1412219318701991]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696452158011642]], [[0.28087882846009493]], [[0.18203024411668964]]], "std": [[[0.1838966264668104]], [[0.12912885877947003]], [[0.07857390203638277]]], "count": [100]}, "state": {"min": [-0.39502328634262085, -0.13698957860469818, 1.001719355583191, 2.6068382263183594, -0.15909463167190552, -0.2867569029331207, 0.01181173324584961, -0.03995857387781143], "max": [-0.190273255109787, 0.17726510763168335, 1.2423120737075806, 3.23992919921875, 0.24891220033168793, 0.91045743227005, 0.040005385875701904, -0.016655810177326202], "mean": [-0.28395992517471313, 0.00030569243244826794, 1.144193172454834, 2.931753635406494, 0.013500750996172428, 0.3862294852733612, 0.023713240399956703, -0.024609994143247604], "std": [0.06069706007838249, 0.11249968409538269, 0.06580039858818054, 0.2099834382534027, 0.1015458032488823, 0.4029221832752228, 0.010348651558160782, 0.009706203825771809], "count": [439]}, "actions": {"min": [-0.4011003077030182, -0.5440202951431274, -0.7906189560890198, -0.23596122860908508, -0.14150653779506683, -0.15662460029125214, -1.0], "max": [0.4560296833515167, 0.5252282619476318, 0.829548180103302, 0.14723189175128937, 0.15312951803207397, 0.3201201558113098, 1.0], "mean": [0.008470107801258564, -0.027983445674180984, -0.0008542760624550283, -0.007048705592751503, -0.0034296719823032618, 0.009658191353082657, 0.39863327145576477], "std": [0.12064725905656815, 0.1535690426826477, 0.16883663833141327, 0.04044602811336517, 0.04065220057964325, 0.059764713048934937, 0.9171091914176941], "count": [439]}, "timestamp": {"min": [0.0], "max": [43.8], "mean": [21.900000000000002], "std": [12.67280552995271], "count": [439]}, "frame_index": {"min": [0], "max": [438], "mean": [219.0], "std": [126.7280552995271], "count": [439]}, "episode_index": {"min": [428], "max": [428], "mean": [428.0], "std": [0.0], "count": [439]}, "index": {"min": [148927], "max": [149365], "mean": [149146.0], "std": [126.7280552995271], "count": [439]}, "task_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [439]}}} +{"episode_index": 429, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3621840939989277]], [[0.29911648021024817]], [[0.22988848398246015]]], "std": [[[0.13523644904336007]], [[0.13045633612252605]], [[0.1440388681056337]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3590815214269302]], [[0.26723770141601566]], [[0.16674203491210937]]], "std": [[[0.18442981777121795]], [[0.13007439734554097]], [[0.07590625477260386]]], "count": [100]}, "state": {"min": [-0.28547242283821106, -0.215524360537529, 0.9888880252838135, 2.6781811714172363, -0.027548473328351974, -0.3121476173400879, 0.013210989534854889, -0.03992175683379173], "max": [-0.18707171082496643, 0.20279978215694427, 1.2582690715789795, 3.253784656524658, 0.2747702896595001, 0.07633428275585175, 0.040005091577768326, -0.014901280403137207], "mean": [-0.22830301523208618, -0.0308266319334507, 1.1479518413543701, 2.9874038696289062, 0.09662515670061111, -0.12176356464624405, 0.02245468460023403, -0.022808371111750603], "std": [0.030428679659962654, 0.15968577563762665, 0.08156634867191315, 0.1789236217737198, 0.0774041935801506, 0.11337855458259583, 0.011275943368673325, 0.011016016826033592], "count": [318]}, "actions": {"min": [-0.25549811124801636, -0.9106246829032898, -0.4942428767681122, -0.30634868144989014, -0.25303828716278076, -0.14788971841335297, -1.0], "max": [0.4210747480392456, 0.8660629391670227, 0.9183090925216675, 0.18936505913734436, 0.18474707007408142, 0.1959027349948883, 1.0], "mean": [0.028141753748059273, -0.06013066694140434, -0.002601055894047022, -0.00884056556969881, 0.0033378018997609615, -0.0060166544280946255, 0.37106919288635254], "std": [0.10566996783018112, 0.22216211259365082, 0.2118198126554489, 0.0539555624127388, 0.05060940608382225, 0.050110168755054474, 0.9286050796508789], "count": [318]}, "timestamp": {"min": [0.0], "max": [31.7], "mean": [15.849999999999998], "std": [9.17982389083073], "count": [318]}, "frame_index": {"min": [0], "max": [317], "mean": [158.5], "std": [91.79823890830731], "count": [318]}, "episode_index": {"min": [429], "max": [429], "mean": [429.0], "std": [0.0], "count": [318]}, "index": {"min": [149366], "max": [149683], "mean": [149524.5], "std": [91.79823890830731], "count": [318]}, "task_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [318]}}} +{"episode_index": 430, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3644713176652497]], [[0.29932968857709097]], [[0.2295663517970665]]], "std": [[[0.1312197622707214]], [[0.1305007172153429]], [[0.14517451390527247]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38312552956973805]], [[0.28984221155503215]], [[0.18676024792241117]]], "std": [[[0.17970689523094294]], [[0.1260560414890311]], [[0.07735341038735769]]], "count": [100]}, "state": {"min": [-0.39107292890548706, -0.1621633619070053, 0.9874349236488342, 2.8254916667938232, -0.280475914478302, -0.1603759229183197, 0.013737679459154606, -0.039852075278759], "max": [-0.22840002179145813, 0.20232683420181274, 1.2305564880371094, 3.2754452228546143, 0.12469847500324249, 0.7605999708175659, 0.04000934585928917, -0.015040254220366478], "mean": [-0.2895873486995697, -0.03214195370674133, 1.1405402421951294, 3.0570852756500244, -0.07199490815401077, 0.35670047998428345, 0.0201449915766716, -0.020612983033061028], "std": [0.04947986826300621, 0.13583961129188538, 0.07120052725076675, 0.12712030112743378, 0.10327301919460297, 0.30965346097946167, 0.01009022630751133, 0.009933310560882092], "count": [332]}, "actions": {"min": [-0.5834897756576538, -0.8228744268417358, -0.870095431804657, -0.15375930070877075, -0.24432459473609924, -0.18447786569595337, -1.0], "max": [0.7749640345573425, 0.8774198293685913, 1.0271034240722656, 0.23011407256126404, 0.16186589002609253, 0.3469536602497101, 1.0], "mean": [0.02059089206159115, -0.05116412043571472, -0.006959341466426849, -0.008281918242573738, -0.002394160022959113, 0.009160865098237991, 0.5361445546150208], "std": [0.16041895747184753, 0.23996593058109283, 0.21337223052978516, 0.043643347918987274, 0.0499456450343132, 0.06774454563856125, 0.8441272974014282], "count": [332]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.583970993278308], "count": [332]}, "frame_index": {"min": [0], "max": [331], "mean": [165.5], "std": [95.83970993278308], "count": [332]}, "episode_index": {"min": [430], "max": [430], "mean": [430.0], "std": [0.0], "count": [332]}, "index": {"min": [149684], "max": [150015], "mean": [149849.5], "std": [95.83970993278308], "count": [332]}, "task_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [332]}}} +{"episode_index": 431, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36528212663239124]], [[0.29946490478515625]], [[0.2296810464298024]]], "std": [[[0.13047835228237045]], [[0.12927051187206648]], [[0.14369841707678654]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3811171240713082]], [[0.28752045874502147]], [[0.183154561959061]]], "std": [[[0.18305657653582866]], [[0.12772456335212662]], [[0.07429475624443084]]], "count": [100]}, "state": {"min": [-0.3011443018913269, -0.1364717036485672, 1.0188754796981812, 2.689253091812134, -0.09202945977449417, -0.4866531193256378, 0.014314710162580013, -0.040005333721637726], "max": [-0.20958960056304932, 0.17753013968467712, 1.194548487663269, 3.183997631072998, 0.20102481544017792, 0.6093137264251709, 0.04000233858823776, -0.01584937982261181], "mean": [-0.25550445914268494, 0.04035818576812744, 1.1362754106521606, 2.965012311935425, 0.040174975991249084, 0.042660679668188095, 0.026231680065393448, -0.02675562910735607], "std": [0.02770577371120453, 0.12019963562488556, 0.05418076366186142, 0.19788657128810883, 0.07988866418600082, 0.3922521471977234, 0.01183244213461876, 0.011411287821829319], "count": [309]}, "actions": {"min": [-0.2479199320077896, -1.1445057392120361, -0.575599730014801, -0.23012782633304596, -0.14226140081882477, -0.13411283493041992, -1.0], "max": [0.27824702858924866, 0.41139405965805054, 1.069188117980957, 0.0855117216706276, 0.10460863262414932, 0.416978657245636, 1.0], "mean": [0.01600288785994053, -0.05434808507561684, -0.017825353890657425, -0.011618919670581818, 0.000753569882363081, 0.012444809079170227, 0.10679611563682556], "std": [0.09071999043226242, 0.17901234328746796, 0.19131799042224884, 0.03741680085659027, 0.037309400737285614, 0.07551959156990051, 0.9942799806594849], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [431], "max": [431], "mean": [431.0], "std": [0.0], "count": [309]}, "index": {"min": [150016], "max": [150324], "mean": [150170.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [309]}}} +{"episode_index": 432, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3677243894135164]], [[0.30351311732827535]], [[0.23361793301983338]]], "std": [[[0.1356272335169807]], [[0.13456922015238]], [[0.14952560819563482]]], "count": [108]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3633514099564341]], [[0.27791862293872266]], [[0.1839066388387133]]], "std": [[[0.201428808325158]], [[0.14654203097974125]], [[0.09075077678788787]]], "count": [108]}, "state": {"min": [-0.46521618962287903, -0.280792236328125, 1.0043518543243408, 2.543109893798828, -0.2311428040266037, -0.007583113852888346, 0.011363639496266842, -0.040006138384342194], "max": [-0.007160033565014601, 0.07840164750814438, 1.243436574935913, 3.1823794841766357, 0.10296095162630081, 0.9470703601837158, 0.039965953677892685, -0.01520413625985384], "mean": [-0.2734855115413666, -0.11503946781158447, 1.1549718379974365, 2.882510185241699, -0.1015424057841301, 0.47503694891929626, 0.021951377391815186, -0.023025579750537872], "std": [0.16931800544261932, 0.125371053814888, 0.06951983273029327, 0.20432399213314056, 0.07209641486406326, 0.35776352882385254, 0.011559777893126011, 0.010938018560409546], "count": [517]}, "actions": {"min": [-1.2843297719955444, -0.6017288565635681, -0.766125500202179, -0.2838934659957886, -0.1903933882713318, -0.17670795321464539, -1.0], "max": [1.0775219202041626, 0.558488667011261, 0.9727238416671753, 0.4220564365386963, 0.2349943369626999, 0.2439882606267929, 1.0], "mean": [-0.003993073012679815, -0.04524869844317436, -0.004895080346614122, -0.006669856607913971, -0.00595364673063159, 0.0075770216062664986, 0.38878142833709717], "std": [0.22411540150642395, 0.14416824281215668, 0.17550167441368103, 0.05350002273917198, 0.04329443722963333, 0.05484256520867348, 0.9213327169418335], "count": [517]}, "timestamp": {"min": [0.0], "max": [51.6], "mean": [25.8], "std": [14.924476540234165], "count": [517]}, "frame_index": {"min": [0], "max": [516], "mean": [258.0], "std": [149.24476540234167], "count": [517]}, "episode_index": {"min": [432], "max": [432], "mean": [432.0], "std": [0.0], "count": [517]}, "index": {"min": [150325], "max": [150841], "mean": [150583.0], "std": [149.24476540234167], "count": [517]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [517]}}} +{"episode_index": 433, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37147376946161986]], [[0.3068058785015249]], [[0.23493682480538378]]], "std": [[[0.13386134562892943]], [[0.13260641465729117]], [[0.1492086768065949]]], "count": [110]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36398335720341046]], [[0.2784230898280832]], [[0.18426019134793475]]], "std": [[[0.19941009019397374]], [[0.1456155706683638]], [[0.09095183256050285]]], "count": [110]}, "state": {"min": [-0.49505969882011414, -0.2694407105445862, 0.9934453368186951, 2.6001222133636475, -0.34874626994132996, -0.23386968672275543, 0.013246430084109306, -0.040004435926675797], "max": [-0.016557402908802032, 0.07500144094228745, 1.2476133108139038, 3.2689197063446045, 0.18550541996955872, 0.7782934904098511, 0.03997809439897537, -0.01392325945198536], "mean": [-0.2859865128993988, -0.0962233692407608, 1.1591356992721558, 2.8985435962677, -0.16588543355464935, 0.2784844934940338, 0.022748801857233047, -0.023245524615049362], "std": [0.1671367883682251, 0.1194814071059227, 0.07173264026641846, 0.19436560571193695, 0.12188035994768143, 0.3579001724720001, 0.011185646057128906, 0.01091892458498478], "count": [528]}, "actions": {"min": [-1.1506649255752563, -0.3574848473072052, -0.597665548324585, -0.20701512694358826, -0.16665171086788177, -0.1415996551513672, -1.0], "max": [0.8255670070648193, 0.4060485064983368, 0.9918915033340454, 0.14586949348449707, 0.17389360070228577, 0.2502260208129883, 1.0], "mean": [-0.00945558026432991, -0.04268714040517807, -0.015945885330438614, -0.010120991617441177, -0.00320717366412282, 0.006466623395681381, 0.375], "std": [0.2212156057357788, 0.1133556142449379, 0.20058223605155945, 0.039002612233161926, 0.044132623821496964, 0.04830051213502884, 0.927024781703949], "count": [528]}, "timestamp": {"min": [0.0], "max": [52.7], "mean": [26.349999999999998], "std": [15.242019769921132], "count": [528]}, "frame_index": {"min": [0], "max": [527], "mean": [263.5], "std": [152.42019769921134], "count": [528]}, "episode_index": {"min": [433], "max": [433], "mean": [433.0], "std": [0.0], "count": [528]}, "index": {"min": [150842], "max": [151369], "mean": [151105.5], "std": [152.42019769921134], "count": [528]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [528]}}} +{"episode_index": 434, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37466794546154614]], [[0.31055871275831204]], [[0.23928902226272686]]], "std": [[[0.13573461689972394]], [[0.1362147472373039]], [[0.15520580796732658]]], "count": [111]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.40096566167068953]], [[0.3078196390971049]], [[0.20209295599310248]]], "std": [[[0.18923909182834506]], [[0.13605487694748386]], [[0.08380316775790285]]], "count": [111]}, "state": {"min": [-0.48092448711395264, -0.25622984766960144, 1.012259840965271, 2.6902825832366943, -0.48775729537010193, -0.3419364094734192, 0.013615811243653297, -0.040007442235946655], "max": [-0.0010284180752933025, 0.03761974349617958, 1.2517063617706299, 3.15906023979187, -0.0008774840389378369, 0.6249135732650757, 0.039969123899936676, -0.014997167512774467], "mean": [-0.21959897875785828, -0.10466551035642624, 1.1783546209335327, 2.9582362174987793, -0.22327718138694763, 0.16773514449596405, 0.025439124554395676, -0.026051899418234825], "std": [0.17017827928066254, 0.11155807226896286, 0.06842081993818283, 0.14950601756572723, 0.14312532544136047, 0.3174515664577484, 0.012179701589047909, 0.011714297346770763], "count": [534]}, "actions": {"min": [-1.057025671005249, -0.6296162605285645, -0.5580862760543823, -0.1415984332561493, -0.17439918220043182, -0.14020487666130066, -1.0], "max": [0.5959676504135132, 0.5541462302207947, 1.1099367141723633, 0.13180577754974365, 0.20501455664634705, 0.27972841262817383, 1.0], "mean": [-0.014383804984390736, -0.03509572520852089, -0.013162659481167793, -0.003938681911677122, -0.0025324539747089148, 0.0021114032715559006, 0.1498127281665802], "std": [0.20420750975608826, 0.1348184198141098, 0.19566944241523743, 0.03381377458572388, 0.04160722717642784, 0.053173184394836426, 0.9887117743492126], "count": [534]}, "timestamp": {"min": [0.0], "max": [53.3], "mean": [26.650000000000002], "std": [15.415225157832326], "count": [534]}, "frame_index": {"min": [0], "max": [533], "mean": [266.5], "std": [154.15225157832327], "count": [534]}, "episode_index": {"min": [434], "max": [434], "mean": [434.0], "std": [0.0], "count": [534]}, "index": {"min": [151370], "max": [151903], "mean": [151636.5], "std": [154.15225157832327], "count": [534]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [534]}}} +{"episode_index": 435, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3686528913187454]], [[0.3037893447852231]], [[0.2324815956113348]]], "std": [[[0.13642522220599357]], [[0.13493332550217044]], [[0.1500856331666162]]], "count": [126]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36852026617938843]], [[0.2834727007393669]], [[0.19034758115757155]]], "std": [[[0.19813736427355455]], [[0.14623945221107185]], [[0.09369563317914849]]], "count": [126]}, "state": {"min": [-0.5318103432655334, -0.2833598554134369, 0.9997194409370422, 2.5362002849578857, -0.5155503153800964, -0.00957706943154335, 0.013633056543767452, -0.040007323026657104], "max": [-0.025864504277706146, 0.08368490636348724, 1.228745698928833, 3.176104784011841, 0.15003691613674164, 1.019632339477539, 0.040000807493925095, -0.01517864316701889], "mean": [-0.2947063744068146, -0.10813428461551666, 1.167083978652954, 2.902036190032959, -0.1963786780834198, 0.48785126209259033, 0.022787638008594513, -0.023633265867829323], "std": [0.17667002975940704, 0.13147446513175964, 0.05909663438796997, 0.1953415721654892, 0.1600630283355713, 0.3778170943260193, 0.011737208813428879, 0.011208731681108475], "count": [634]}, "actions": {"min": [-0.7978705763816833, -0.5133336186408997, -0.6002399921417236, -0.13527950644493103, -0.20179234445095062, -0.24530945718288422, -1.0], "max": [0.5114993453025818, 0.5106971859931946, 1.3924896717071533, 0.23279592394828796, 0.20201708376407623, 0.16737902164459229, 1.0], "mean": [-0.01175092626363039, -0.04113786295056343, -0.007580926176160574, -0.006899542640894651, -0.002266830066218972, 0.005469617433845997, 0.34069401025772095], "std": [0.1762102097272873, 0.1347818225622177, 0.16801153123378754, 0.04259302467107773, 0.042219504714012146, 0.045021697878837585, 0.9401769042015076], "count": [634]}, "timestamp": {"min": [0.0], "max": [63.3], "mean": [31.65], "std": [18.30198076711917], "count": [634]}, "frame_index": {"min": [0], "max": [633], "mean": [316.5], "std": [183.0198076711917], "count": [634]}, "episode_index": {"min": [435], "max": [435], "mean": [435.0], "std": [0.0], "count": [634]}, "index": {"min": [151904], "max": [152537], "mean": [152220.5], "std": [183.0198076711917], "count": [634]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [634]}}} +{"episode_index": 436, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3693168781646421]], [[0.3062375805694251]], [[0.2362527830780574]]], "std": [[[0.13573553282501202]], [[0.13489735780186382]], [[0.15195527392918393]]], "count": [111]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.37511603526061676]], [[0.2849818302620175]], [[0.1860075524240348]]], "std": [[[0.20132701861997196]], [[0.14651844286490331]], [[0.08744639006933236]]], "count": [111]}, "state": {"min": [-0.47824907302856445, -0.25538989901542664, 1.001213788986206, 2.718869686126709, -0.32239535450935364, -0.27845102548599243, 0.012351905927062035, -0.040007978677749634], "max": [0.001580424141138792, 0.0698280930519104, 1.2465018033981323, 3.207235813140869, 0.14314232766628265, 0.7818763852119446, 0.03996219485998154, -0.015189433470368385], "mean": [-0.24210482835769653, -0.08731801807880402, 1.1614469289779663, 2.9913384914398193, -0.09936951845884323, 0.20226706564426422, 0.02460860088467598, -0.02538972906768322], "std": [0.18155378103256226, 0.12163397669792175, 0.0720570981502533, 0.14101503789424896, 0.10309334844350815, 0.40847325325012207, 0.012208720669150352, 0.011698778718709946], "count": [536]}, "actions": {"min": [-0.8286833763122559, -0.5388486981391907, -0.5676707029342651, -0.22139602899551392, -0.20600733160972595, -0.25599387288093567, -1.0], "max": [0.8432364463806152, 0.4226484000682831, 0.7264886498451233, 0.37993377447128296, 0.18551135063171387, 0.39174288511276245, 1.0], "mean": [-0.006436770316213369, -0.041745781898498535, -0.0061622681096196175, -0.006279551424086094, -0.003242382314056158, 0.005863548722118139, 0.19402985274791718], "std": [0.22051329910755157, 0.14272285997867584, 0.17139104008674622, 0.05171508714556694, 0.04327479004859924, 0.061808936297893524, 0.9809986352920532], "count": [536]}, "timestamp": {"min": [0.0], "max": [53.5], "mean": [26.750000000000004], "std": [15.472960285607924], "count": [536]}, "frame_index": {"min": [0], "max": [535], "mean": [267.5], "std": [154.72960285607923], "count": [536]}, "episode_index": {"min": [436], "max": [436], "mean": [436.0], "std": [0.0], "count": [536]}, "index": {"min": [152538], "max": [153073], "mean": [152805.5], "std": [154.72960285607923], "count": [536]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [536]}}} +{"episode_index": 437, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3669093783731121]], [[0.30244132757360037]], [[0.23071997537938427]]], "std": [[[0.13249347234984443]], [[0.12931733273156418]], [[0.14460306377673038]]], "count": [108]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32649500174373497]], [[0.24789336681712254]], [[0.16485775772349595]]], "std": [[[0.2085771794903706]], [[0.15324794102860625]], [[0.0934646688493865]]], "count": [108]}, "state": {"min": [-0.5075526237487793, -0.2717595398426056, 1.0011214017868042, 2.5774316787719727, -0.19274838268756866, -0.5516157746315002, 0.012840783223509789, -0.040007349103689194], "max": [0.008985529653728008, 0.05880369991064072, 1.245680570602417, 3.291456699371338, 0.4227987229824066, 0.7862334251403809, 0.03991323336958885, -0.014918963424861431], "mean": [-0.29183533787727356, -0.09579580277204514, 1.1687501668930054, 2.87390398979187, -0.0014023107942193747, 0.21401937305927277, 0.02163146808743477, -0.022805169224739075], "std": [0.1832907646894455, 0.11865446716547012, 0.06268478184938431, 0.21525652706623077, 0.13795477151870728, 0.4221496880054474, 0.010963646695017815, 0.010277871042490005], "count": [517]}, "actions": {"min": [-1.2954683303833008, -0.8448144197463989, -0.6525368690490723, -0.21475017070770264, -0.24741050601005554, -0.2636614739894867, -1.0], "max": [0.6450513005256653, 0.5332095623016357, 0.7942798733711243, 0.19804351031780243, 0.22292734682559967, 0.22490529716014862, 1.0], "mean": [-0.01658773422241211, -0.04740867018699646, -0.016907263547182083, -0.009574010968208313, -0.0018154534045606852, 0.005106013268232346, 0.44680851697921753], "std": [0.2446954846382141, 0.1198502853512764, 0.18566368520259857, 0.04105432704091072, 0.04973514750599861, 0.06189305707812309, 0.8946340084075928], "count": [517]}, "timestamp": {"min": [0.0], "max": [51.6], "mean": [25.8], "std": [14.924476540234165], "count": [517]}, "frame_index": {"min": [0], "max": [516], "mean": [258.0], "std": [149.24476540234167], "count": [517]}, "episode_index": {"min": [437], "max": [437], "mean": [437.0], "std": [0.0], "count": [517]}, "index": {"min": [153074], "max": [153590], "mean": [153332.0], "std": [149.24476540234167], "count": [517]}, "task_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [517]}}} +{"episode_index": 438, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3577895160749847]], [[0.3057271985820696]], [[0.23583704151826745]]], "std": [[[0.14331818199059443]], [[0.13091391519337928]], [[0.1464910148114313]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.39999165134803927]], [[0.30895654835420494]], [[0.20364469879748776]]], "std": [[[0.18705611229320765]], [[0.1293165501871676]], [[0.07701261228782887]]], "count": [100]}, "state": {"min": [-0.3466636538505554, -0.2537718415260315, 1.0051151514053345, 3.0719776153564453, -0.0789877250790596, -0.22354574501514435, 0.01512083224952221, -0.03997115418314934], "max": [-0.05852777510881424, 0.0727897435426712, 1.2442771196365356, 3.2512550354003906, 0.09989922493696213, 0.02526458352804184, 0.039920829236507416, -0.013822940178215504], "mean": [-0.20775206387043, -0.036540187895298004, 1.1576236486434937, 3.1539134979248047, -0.01878025010228157, -0.10746759921312332, 0.026690710335969925, -0.026647042483091354], "std": [0.10740584880113602, 0.1108456552028656, 0.07231206446886063, 0.049583550542593, 0.044853754341602325, 0.07798522710800171, 0.011029808782041073, 0.011082055047154427], "count": [189]}, "actions": {"min": [-0.6518652439117432, -0.6551256775856018, -0.8659082055091858, -0.3021862804889679, -0.13055254518985748, -0.14625561237335205, -1.0], "max": [1.2486721277236938, 0.45005977153778076, 0.7754574418067932, 0.12933555245399475, 0.10229723900556564, 0.12938864529132843, 1.0], "mean": [-0.011588187888264656, -0.1095719113945961, 0.020994625985622406, -0.0023875711485743523, -0.008575298823416233, -0.006085569970309734, 0.08994708955287933], "std": [0.2936742305755615, 0.20391030609607697, 0.27320173382759094, 0.04815847799181938, 0.040150102227926254, 0.04838719964027405, 0.9959472417831421], "count": [189]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.455883674224246], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [438], "max": [438], "mean": [438.0], "std": [0.0], "count": [189]}, "index": {"min": [153591], "max": [153779], "mean": [153685.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [189]}}} +{"episode_index": 439, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.357470557717716]], [[0.30308638150084255]], [[0.23269726801853552]]], "std": [[[0.1432163728506163]], [[0.13095867314071544]], [[0.14537397582691294]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.37431647985121785]], [[0.2883050590963924]], [[0.19086131077186733]]], "std": [[[0.19766766038639697]], [[0.13937608014790248]], [[0.08208365319115282]]], "count": [100]}, "state": {"min": [-0.36144161224365234, -0.26896291971206665, 0.989627480506897, 3.0155959129333496, -0.10452644526958466, -0.23474010825157166, 0.01591748185455799, -0.0399153009057045], "max": [-0.08038245141506195, 0.036973580718040466, 1.2667689323425293, 3.1995561122894287, 0.16618481278419495, 0.04207523167133331, 0.03997943550348282, -0.016137195751070976], "mean": [-0.22018630802631378, -0.0666818916797638, 1.155664324760437, 3.1440207958221436, 0.009780668653547764, -0.06973125785589218, 0.026257392019033432, -0.026258021593093872], "std": [0.10800191760063171, 0.11246806383132935, 0.08412225544452667, 0.05018675699830055, 0.07887681573629379, 0.09744041413068771, 0.011227001436054707, 0.011186448857188225], "count": [171]}, "actions": {"min": [-0.9700571894645691, -1.4438189268112183, -0.8320927023887634, -0.13565391302108765, -0.1621389091014862, -0.1801420897245407, -1.0], "max": [0.7045561671257019, 0.317582905292511, 1.1819884777069092, 0.1327672153711319, 0.11675680428743362, 0.1483537256717682, 1.0], "mean": [-0.03485838696360588, -0.138753280043602, 0.033790867775678635, -0.007299599703401327, -0.009380263276398182, -0.009873724542558193, 0.1111111119389534], "std": [0.3001171350479126, 0.2601134181022644, 0.3266392648220062, 0.04468672722578049, 0.044150933623313904, 0.04945811256766319, 0.9938087463378906], "count": [171]}, "timestamp": {"min": [0.0], "max": [17.0], "mean": [8.5], "std": [4.936260392915538], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [439], "max": [439], "mean": [439.0], "std": [0.0], "count": [171]}, "index": {"min": [153780], "max": [153950], "mean": [153865.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [171]}}} +{"episode_index": 440, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3601578363156786]], [[0.30690819594439334]], [[0.23763943122414982]]], "std": [[[0.14480716491942563]], [[0.1340693358277451]], [[0.14984624083878686]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.4155695740942862]], [[0.3193849325741039]], [[0.20801035503312654]]], "std": [[[0.18625050737150486]], [[0.12872086398197102]], [[0.07322723356562097]]], "count": [100]}, "state": {"min": [-0.3617216646671295, -0.2768513560295105, 1.0043814182281494, 3.1514837741851807, -0.19333596527576447, -0.2729024887084961, 0.01533864438533783, -0.039884500205516815], "max": [-0.05506669729948044, 0.0851549580693245, 1.2775874137878418, 3.3479578495025635, 0.13695986568927765, -0.014111696742475033, 0.040007445961236954, -0.014966046437621117], "mean": [-0.1941356658935547, -0.022461295127868652, 1.1572343111038208, 3.2433297634124756, -0.06287121772766113, -0.1599828451871872, 0.029033230617642403, -0.028801489621400833], "std": [0.1123359426856041, 0.11920834332704544, 0.07788033783435822, 0.04629058390855789, 0.08608568459749222, 0.07571552693843842, 0.01161761861294508, 0.011712920852005482], "count": [224]}, "actions": {"min": [-1.275618314743042, -1.5084562301635742, -0.5058128237724304, -0.1714681088924408, -0.1451341062784195, -0.12324690818786621, -1.0], "max": [0.6798263192176819, 0.609255313873291, 1.2269047498703003, 0.1454041749238968, 0.10274231433868408, 0.16254130005836487, 1.0], "mean": [-0.016701070591807365, -0.09382718056440353, 0.03518681600689888, -0.0020693938713520765, -0.008568806573748589, -0.006311492063105106, -0.1339285671710968], "std": [0.29019179940223694, 0.24807406961917877, 0.25784173607826233, 0.043229322880506516, 0.04225791245698929, 0.04642893001437187, 0.9909914135932922], "count": [224]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.466258578188781], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [440], "max": [440], "mean": [440.0], "std": [0.0], "count": [224]}, "index": {"min": [153951], "max": [154174], "mean": [154062.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [224]}}} +{"episode_index": 441, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3610722859700521]], [[0.3073108424766391]], [[0.23706400134516697]]], "std": [[[0.14438365908832665]], [[0.13340392322625474]], [[0.1495254367200307]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.39448773193359377]], [[0.3062816180060891]], [[0.20470508650237437]]], "std": [[[0.18926960506936372]], [[0.13409537073324024]], [[0.08464539500293526]]], "count": [100]}, "state": {"min": [-0.37255337834358215, -0.2622399628162384, 0.992408275604248, 2.995204210281372, -0.3228053152561188, -0.24691204726696014, 0.012957564555108547, -0.04000581055879593], "max": [-0.09744769334793091, 0.05792335420846939, 1.2585419416427612, 3.1855380535125732, 0.02829565294086933, 0.05487127602100372, 0.039932284504175186, -0.015183685347437859], "mean": [-0.21550270915031433, -0.05490441992878914, 1.1505752801895142, 3.1041600704193115, -0.15239734947681427, -0.07033466547727585, 0.026785466820001602, -0.027221886441111565], "std": [0.10049177706241608, 0.11057759076356888, 0.07745016366243362, 0.040680333971977234, 0.10786992311477661, 0.08221147954463959, 0.01202088687568903, 0.011721146292984486], "count": [193]}, "actions": {"min": [-1.5418061017990112, -1.0409187078475952, -0.7388194799423218, -0.19570288062095642, -0.17292678356170654, -0.19461476802825928, -1.0], "max": [0.5626062750816345, 0.4102261960506439, 0.9329909086227417, 0.17219647765159607, 0.09550300240516663, 0.16410377621650696, 1.0], "mean": [-0.04053337872028351, -0.09912862628698349, 0.013166597113013268, -0.004195895977318287, -0.01318567804992199, -0.008976678363978863, 0.015544041059911251], "std": [0.31544357538223267, 0.24741792678833008, 0.30481043457984924, 0.04819561913609505, 0.03758075088262558, 0.05002189800143242, 0.9998781085014343], "count": [193]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [441], "max": [441], "mean": [441.0], "std": [0.0], "count": [193]}, "index": {"min": [154175], "max": [154367], "mean": [154271.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [193]}}} +{"episode_index": 442, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35881233364928006]], [[0.3048405516381357]], [[0.233433173086129]]], "std": [[[0.1427847582514202]], [[0.12909530118431167]], [[0.14395480620588924]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3755343777525659]], [[0.29422732125076595]], [[0.19894319721296722]]], "std": [[[0.17613849438350898]], [[0.13044364296820302]], [[0.09389861918080988]]], "count": [100]}, "state": {"min": [-0.4694702625274658, -0.1397416591644287, 0.9752582907676697, 1.9730714559555054, -0.3676561117172241, 0.017533056437969208, 0.011271142400801182, -0.03993246331810951], "max": [-0.16864219307899475, 0.18814417719841003, 1.2562462091445923, 3.344233512878418, 0.41701915860176086, 0.45895814895629883, 0.04000445827841759, -0.01391344889998436], "mean": [-0.2986357808113098, 0.056848254054784775, 1.1250842809677124, 2.8367106914520264, 0.01697312667965889, 0.17436765134334564, 0.02247408963739872, -0.023180633783340454], "std": [0.08398088812828064, 0.10891315340995789, 0.0786849856376648, 0.4632091224193573, 0.19768869876861572, 0.13763415813446045, 0.012101031839847565, 0.01144067756831646], "count": [330]}, "actions": {"min": [-1.3111605644226074, -0.8202058672904968, -0.6113495826721191, -0.36934953927993774, -0.23956206440925598, -0.11394570022821426, -1.0], "max": [1.0745723247528076, 0.7115960121154785, 1.3559577465057373, 0.1409107893705368, 0.16977594792842865, 0.1358458399772644, 1.0], "mean": [-0.004857185296714306, -0.04425806552171707, -0.02861034870147705, -0.03320087492465973, -0.0024656967725604773, -0.0017618309939280152, 0.3636363744735718], "std": [0.2308845818042755, 0.18689970672130585, 0.2590807378292084, 0.06416099518537521, 0.058742955327034, 0.039050836116075516, 0.9315403699874878], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [442], "max": [442], "mean": [442.0], "std": [0.0], "count": [330]}, "index": {"min": [154368], "max": [154697], "mean": [154532.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [330]}}} +{"episode_index": 443, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35802047789330577]], [[0.3039720931707644]], [[0.23480884088254442]]], "std": [[[0.1424899263979752]], [[0.1315839292628564]], [[0.14578456627737427]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3531993761249617]], [[0.28227628939759497]], [[0.19397443464690564]]], "std": [[[0.18104937564727067]], [[0.1312046042986294]], [[0.09413090299360202]]], "count": [100]}, "state": {"min": [-0.44833141565322876, -0.15231193602085114, 0.9754429459571838, 1.7905710935592651, -0.38494470715522766, -0.2847086191177368, 0.010859550908207893, -0.03987879306077957], "max": [-0.22774331271648407, 0.2080398052930832, 1.2260899543762207, 3.2418670654296875, 0.15601074695587158, 0.4772866666316986, 0.04000481963157654, -0.012211577966809273], "mean": [-0.3273617923259735, 0.047097399830818176, 1.0836631059646606, 2.759521007537842, -0.08833654969930649, 0.12117679417133331, 0.018824590370059013, -0.019489994272589684], "std": [0.07129031419754028, 0.11184456944465637, 0.07795772701501846, 0.4849841892719269, 0.15294423699378967, 0.2752629518508911, 0.011868064291775227, 0.011353852227330208], "count": [278]}, "actions": {"min": [-0.7601602673530579, -0.6393794417381287, -0.8355621099472046, -0.38509601354599, -0.24737153947353363, -0.19698438048362732, -1.0], "max": [0.7249707579612732, 1.0889849662780762, 1.4521119594573975, 0.13597062230110168, 0.11224927753210068, 0.20337890088558197, 1.0], "mean": [-0.032392121851444244, -0.06674367189407349, -0.04150313138961792, -0.04114903137087822, -0.010616376996040344, 0.005442887078970671, 0.5395683646202087], "std": [0.1991271823644638, 0.2197210043668747, 0.284548819065094, 0.06370002776384354, 0.057266999036073685, 0.050484731793403625, 0.8419385552406311], "count": [278]}, "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": [443], "max": [443], "mean": [443.0], "std": [0.0], "count": [278]}, "index": {"min": [154698], "max": [154975], "mean": [154836.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [278]}}} +{"episode_index": 444, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3582856158088235]], [[0.3042866558000153]], [[0.2338704630533854]]], "std": [[[0.1428754873719774]], [[0.13040415866135907]], [[0.144696172290206]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3651574940400965]], [[0.28916720940085017]], [[0.1989446231617647]]], "std": [[[0.17370009668875352]], [[0.12675456615159347]], [[0.09342955439743254]]], "count": [100]}, "state": {"min": [-0.459789514541626, -0.1533714383840561, 0.978923499584198, 1.877502679824829, -0.3366817533969879, -0.18345575034618378, 0.010528665967285633, -0.039805714040994644], "max": [-0.19220060110092163, 0.1996670514345169, 1.2182215452194214, 3.3088014125823975, 0.12021812051534653, 0.3998883068561554, 0.04000767320394516, -0.012210180051624775], "mean": [-0.3204924166202545, 0.03835659846663475, 1.094022274017334, 2.8230340480804443, -0.07369872182607651, 0.11206073313951492, 0.01964695379137993, -0.020317455753684044], "std": [0.08094760030508041, 0.11936618387699127, 0.07041695713996887, 0.5062208771705627, 0.14440956711769104, 0.20954075455665588, 0.012420261278748512, 0.011795369908213615], "count": [290]}, "actions": {"min": [-1.867875337600708, -0.661589503288269, -0.4735949635505676, -0.24365326762199402, -0.3752857744693756, -0.11457104235887527, -1.0], "max": [0.5321865677833557, 0.7378078699111938, 1.5039457082748413, 0.15770883858203888, 0.17221608757972717, 0.11845722049474716, 1.0], "mean": [-0.011876226402819157, -0.05377735570073128, -0.03402348980307579, -0.03758808597922325, -0.009310531429946423, 0.0031849583610892296, 0.4689655303955078], "std": [0.24769805371761322, 0.2082173377275467, 0.2536349892616272, 0.06525838375091553, 0.06392569839954376, 0.038687754422426224, 0.8832167387008667], "count": [290]}, "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": [444], "max": [444], "mean": [444.0], "std": [0.0], "count": [290]}, "index": {"min": [154976], "max": [155265], "mean": [155120.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [290]}}} +{"episode_index": 445, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35648085829790904]], [[0.30308091526405484]], [[0.2314867607565487]]], "std": [[[0.14239203952352616]], [[0.12747155043498143]], [[0.14150086779908688]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.3505171921673943]], [[0.2822897853477328]], [[0.20117118506338083]]], "std": [[[0.1686922621348237]], [[0.12489707062635527]], [[0.09700811753346177]]], "count": [100]}, "state": {"min": [-0.46489670872688293, -0.16484764218330383, 0.9758893251419067, 1.7850297689437866, -0.499158650636673, -0.1617148071527481, 0.010754403658211231, -0.039973098784685135], "max": [-0.22862157225608826, 0.2165680080652237, 1.282823085784912, 3.2474629878997803, 0.41411668062210083, 0.6308844685554504, 0.03998912498354912, -0.012615281157195568], "mean": [-0.3555930256843567, 0.05673365294933319, 1.106036901473999, 2.567077875137329, -0.05076692998409271, 0.28833577036857605, 0.019172655418515205, -0.020437924191355705], "std": [0.0704318955540657, 0.10774696618318558, 0.07969199120998383, 0.5170056819915771, 0.22990615665912628, 0.29664745926856995, 0.012405497021973133, 0.011662864126265049], "count": [354]}, "actions": {"min": [-1.0112638473510742, -0.892475962638855, -0.7886210083961487, -0.23862680792808533, -0.23063287138938904, -0.1422499716281891, -1.0], "max": [0.2874220311641693, 1.0059959888458252, 0.9505736231803894, 0.14368198812007904, 0.13936957716941833, 0.19595621526241302, 1.0], "mean": [-0.006765971891582012, -0.0451655238866806, -0.037106215953826904, -0.03175336867570877, -0.005844298284500837, 0.0048479256220161915, 0.48022598028182983], "std": [0.16444198787212372, 0.21207714080810547, 0.2577778398990631, 0.05888378620147705, 0.0522124245762825, 0.0412721261382103, 0.8771479725837708], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [445], "max": [445], "mean": [445.0], "std": [0.0], "count": [354]}, "index": {"min": [155266], "max": [155619], "mean": [155442.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [354]}}} +{"episode_index": 446, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3622040885046972]], [[0.30804075856876245]], [[0.23553363057252993]]], "std": [[[0.13839041723748546]], [[0.12626911820323922]], [[0.14294376878976475]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3500581161093189]], [[0.2792077999303837]], [[0.18949337075969777]]], "std": [[[0.18576139282721418]], [[0.13300931664058616]], [[0.0971583197290571]]], "count": [101]}, "state": {"min": [-0.48782312870025635, -0.21063920855522156, 0.9897156357765198, 1.7832382917404175, -0.31062135100364685, -0.4187711179256439, 0.013056785799562931, -0.04000752791762352], "max": [0.0004975998890586197, 0.053750377148389816, 1.275090217590332, 3.3011748790740967, 0.23561027646064758, 0.47784847021102905, 0.03994905948638916, -0.01516651175916195], "mean": [-0.2857213020324707, -0.0635921061038971, 1.1475274562835693, 2.7755863666534424, -0.024080384522676468, 0.021800082176923752, 0.021767200902104378, -0.022650741040706635], "std": [0.17407815158367157, 0.06803303211927414, 0.08150745928287506, 0.49198466539382935, 0.1300058811903, 0.29956191778182983, 0.011231659911572933, 0.010627665556967258], "count": [476]}, "actions": {"min": [-1.091408133506775, -1.2638550996780396, -0.707771360874176, -0.2567968964576721, -0.17890380322933197, -0.21883174777030945, -1.0], "max": [0.8559473156929016, 0.963219404220581, 0.807553231716156, 0.2553984820842743, 0.2604113221168518, 0.29527026414871216, 1.0], "mean": [-0.00414738804101944, -0.025978926569223404, -0.0187368206679821, -0.026531009003520012, -0.010894129984080791, 0.004657168872654438, 0.45378151535987854], "std": [0.24375846982002258, 0.2311622053384781, 0.21399420499801636, 0.06959158927202225, 0.05127163976430893, 0.06702107936143875, 0.8911069631576538], "count": [476]}, "timestamp": {"min": [0.0], "max": [47.5], "mean": [23.75], "std": [13.740906083661296], "count": [476]}, "frame_index": {"min": [0], "max": [475], "mean": [237.5], "std": [137.40906083661295], "count": [476]}, "episode_index": {"min": [446], "max": [446], "mean": [446.0], "std": [0.0], "count": [476]}, "index": {"min": [155620], "max": [156095], "mean": [155857.5], "std": [137.40906083661295], "count": [476]}, "task_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [476]}}} +{"episode_index": 447, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3623853137446385]], [[0.3073149019129136]], [[0.23467620729932598]]], "std": [[[0.13834688492718492]], [[0.12743756039187104]], [[0.1437581437740345]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9803921568627451]]], "mean": [[[0.3458741149902344]], [[0.27610432942708335]], [[0.18921194039139091]]], "std": [[[0.1801267488186393]], [[0.12689055317768536]], [[0.08943647633034718]]], "count": [100]}, "state": {"min": [-0.4576101303100586, -0.16457021236419678, 1.0033917427062988, 1.850066900253296, -0.18018187582492828, -0.32687970995903015, 0.013199977576732635, -0.03996681049466133], "max": [-0.02188950777053833, 0.041368499398231506, 1.237056851387024, 3.376215696334839, 0.15079374611377716, 0.49829065799713135, 0.03999682888388634, -0.016264760866761208], "mean": [-0.29725733399391174, -0.06951310485601425, 1.1220780611038208, 2.7717933654785156, -0.054930880665779114, 0.09167598932981491, 0.021101150661706924, -0.02220127172768116], "std": [0.16181184351444244, 0.05926406383514404, 0.07006392627954483, 0.5235650539398193, 0.08118385821580887, 0.28050175309181213, 0.010100344195961952, 0.009414959698915482], "count": [394]}, "actions": {"min": [-0.9555301070213318, -0.604332447052002, -0.8012376427650452, -0.3352407217025757, -0.19768793880939484, -0.21759726107120514, -1.0], "max": [0.6447358131408691, 0.7169595956802368, 1.1467933654785156, 0.30163511633872986, 0.1773369461297989, 0.24409571290016174, 1.0], "mean": [-0.01655403897166252, -0.03320104256272316, -0.018629228696227074, -0.029784314334392548, -0.009191786870360374, 0.005066377110779285, 0.5685279369354248], "std": [0.24514834582805634, 0.20979273319244385, 0.2203436642885208, 0.07081272453069687, 0.05228849872946739, 0.05847224220633507, 0.8226648569107056], "count": [394]}, "timestamp": {"min": [0.0], "max": [39.3], "mean": [19.650000000000002], "std": [11.3737636690763], "count": [394]}, "frame_index": {"min": [0], "max": [393], "mean": [196.5], "std": [113.73763669076301], "count": [394]}, "episode_index": {"min": [447], "max": [447], "mean": [447.0], "std": [0.0], "count": [394]}, "index": {"min": [156096], "max": [156489], "mean": [156292.5], "std": [113.73763669076301], "count": [394]}, "task_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [394]}}} +{"episode_index": 448, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3642368678672641]], [[0.309103401333678]], [[0.23630163454541972]]], "std": [[[0.1392913726759942]], [[0.1283408762234192]], [[0.14526558373572407]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3318295916389017]], [[0.26916769947725183]], [[0.18714076980890013]]], "std": [[[0.18272063189266302]], [[0.12915325069734854]], [[0.09335764313242083]]], "count": [100]}, "state": {"min": [-0.46160823106765747, -0.1494588404893875, 0.996256947517395, 1.7918615341186523, -0.3893314003944397, -0.25960907340049744, 0.01304557267576456, -0.040006183087825775], "max": [-0.05016164481639862, 0.040896788239479065, 1.2225207090377808, 3.2413480281829834, 0.1946534514427185, 0.5113783478736877, 0.03988523781299591, -0.015089008957147598], "mean": [-0.3026338815689087, -0.05789048597216606, 1.1113084554672241, 2.682488441467285, -0.09710314869880676, 0.1442292481660843, 0.020433295518159866, -0.021585052832961082], "std": [0.14426755905151367, 0.05931391194462776, 0.07628348469734192, 0.4809970557689667, 0.14635945856571198, 0.27887293696403503, 0.010758236050605774, 0.010157972574234009], "count": [401]}, "actions": {"min": [-1.2333488464355469, -0.5795373916625977, -0.5729889273643494, -0.24326926469802856, -0.19337111711502075, -0.19724999368190765, -1.0], "max": [0.9999694228172302, 0.8071774244308472, 1.1970984935760498, 0.16350063681602478, 0.14010736346244812, 0.2752259373664856, 1.0], "mean": [-0.021559279412031174, -0.022990474477410316, -0.03313213586807251, -0.02962878718972206, -0.01066980604082346, 0.004568191710859537, 0.5361595749855042], "std": [0.2557813823223114, 0.17920377850532532, 0.20768967270851135, 0.056485723704099655, 0.04990459606051445, 0.053389180451631546, 0.8441171646118164], "count": [401]}, "timestamp": {"min": [0.0], "max": [40.0], "mean": [20.0], "std": [11.575836902790225], "count": [401]}, "frame_index": {"min": [0], "max": [400], "mean": [200.0], "std": [115.75836902790225], "count": [401]}, "episode_index": {"min": [448], "max": [448], "mean": [448.0], "std": [0.0], "count": [401]}, "index": {"min": [156490], "max": [156890], "mean": [156690.0], "std": [115.75836902790225], "count": [401]}, "task_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [401]}}} +{"episode_index": 449, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3649588904287301]], [[0.3096080160701976]], [[0.23739171884574142]]], "std": [[[0.13901664971875136]], [[0.1288192086058846]], [[0.14599073237052018]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3508111314960555]], [[0.2789536491842831]], [[0.18775916724111522]]], "std": [[[0.18269388210185225]], [[0.12494127599332792]], [[0.08118549105145136]]], "count": [100]}, "state": {"min": [-0.4453057050704956, -0.20577506721019745, 0.9985139966011047, 2.055643081665039, -0.2856968343257904, -0.02401559241116047, 0.013532920740544796, -0.040004923939704895], "max": [-0.058075569570064545, 0.009552772156894207, 1.1794806718826294, 3.178189516067505, 0.11225202679634094, 0.580191969871521, 0.039880167692899704, -0.015715427696704865], "mean": [-0.27089348435401917, -0.09911612421274185, 1.1106079816818237, 2.8870689868927, -0.073701411485672, 0.16539214551448822, 0.022660965099930763, -0.02326824888586998], "std": [0.13528305292129517, 0.05675055831670761, 0.05362154170870781, 0.32175981998443604, 0.10307226330041885, 0.21343471109867096, 0.011066384613513947, 0.01075189933180809], "count": [303]}, "actions": {"min": [-0.7265479564666748, -1.6248003244400024, -0.5666906833648682, -0.29223451018333435, -0.19022521376609802, -0.1899987757205963, -1.0], "max": [1.2309645414352417, 0.7129018902778625, 0.6065043807029724, 0.12656335532665253, 0.14976981282234192, 0.3245483636856079, 1.0], "mean": [-0.014668694697320461, -0.03765755519270897, -0.025458797812461853, -0.02935589849948883, -0.017577165737748146, 0.009447493590414524, 0.4191419184207916], "std": [0.26980283856391907, 0.25870388746261597, 0.21246874332427979, 0.06844411045312881, 0.05576275289058685, 0.06253751367330551, 0.9079229235649109], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [449], "max": [449], "mean": [449.0], "std": [0.0], "count": [303]}, "index": {"min": [156891], "max": [157193], "mean": [157042.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [303]}}} +{"episode_index": 450, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3566012357823989]], [[0.30548928114947155]], [[0.23390504724839153]]], "std": [[[0.14281438168199906]], [[0.12766231463135122]], [[0.14333842245847506]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34938061702952666]], [[0.2772782054227941]], [[0.1919855951047411]]], "std": [[[0.16314906020165001]], [[0.12117844737858771]], [[0.09588147196644127]]], "count": [100]}, "state": {"min": [-0.3747918903827667, -0.17757709324359894, 0.9817660450935364, 1.8966877460479736, -0.2199219912290573, -0.3171790540218353, 0.01142944023013115, -0.03995727002620697], "max": [-0.27840593457221985, 0.13985136151313782, 1.1746156215667725, 3.194803476333618, 0.08834255486726761, 0.42162564396858215, 0.03992925584316254, -0.014097324572503567], "mean": [-0.3318716287612915, 0.024967722594738007, 1.063509225845337, 2.7378857135772705, -0.07892026007175446, 0.022829227149486542, 0.023470904678106308, -0.02444893680512905], "std": [0.0319100059568882, 0.09392807632684708, 0.05369948968291283, 0.46889930963516235, 0.07715005427598953, 0.2856494188308716, 0.013080412521958351, 0.012222791090607643], "count": [189]}, "actions": {"min": [-0.3268122375011444, -0.6488839983940125, -0.6467862129211426, -0.36273083090782166, -0.15774837136268616, -0.11227074265480042, -1.0], "max": [0.3313277065753937, 0.5029743313789368, 0.5186755657196045, 0.12490242719650269, 0.1346806138753891, 0.22981174290180206, 1.0], "mean": [0.005616570822894573, -0.0776517242193222, -0.06318792700767517, -0.05736319720745087, -0.0088770417496562, 0.015485385432839394, 0.2380952388048172], "std": [0.12554320693016052, 0.2277790904045105, 0.18460527062416077, 0.07697568833827972, 0.04728320240974426, 0.06047243997454643, 0.9712434411048889], "count": [189]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.455883674224246], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [450], "max": [450], "mean": [450.0], "std": [0.0], "count": [189]}, "index": {"min": [157194], "max": [157382], "mean": [157288.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [189]}}} +{"episode_index": 451, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35495608939376533]], [[0.3023316010119868]], [[0.23134222172755822]]], "std": [[[0.1416532770551526]], [[0.12634522232058606]], [[0.1407417204183725]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3346375929888557]], [[0.2701968922334559]], [[0.18953809970032934]]], "std": [[[0.17220654328761642]], [[0.13266296122201082]], [[0.1071288224674141]]], "count": [100]}, "state": {"min": [-0.36738064885139465, -0.17088760435581207, 0.9745343923568726, 1.8138917684555054, -0.11085348576307297, -0.05454673990607262, 0.010852944105863571, -0.03998500853776932], "max": [-0.29788827896118164, 0.11486908048391342, 1.1623295545578003, 3.1997904777526855, 0.09368037432432175, 0.4324668049812317, 0.039884500205516815, -0.013115077279508114], "mean": [-0.34032684564590454, 0.022406628355383873, 1.0546015501022339, 2.7183451652526855, -0.013956883922219276, 0.13855160772800446, 0.02517065964639187, -0.02593643218278885], "std": [0.01637006737291813, 0.08001498878002167, 0.056321173906326294, 0.48710381984710693, 0.054801616817712784, 0.20235301554203033, 0.013656898401677608, 0.012887355871498585], "count": [154]}, "actions": {"min": [-0.31632477045059204, -0.9111329317092896, -0.6972843408584595, -0.4807942807674408, -0.1845967322587967, -0.11250264197587967, -1.0], "max": [0.24243682622909546, 0.4292013347148895, 0.7867948412895203, 0.10381991416215897, 0.14101937413215637, 0.21034753322601318, 1.0], "mean": [-0.010812124237418175, -0.09351798892021179, -0.08067979663610458, -0.07111430913209915, -0.013602396473288536, 0.016327552497386932, 0.09090909361839294], "std": [0.11257466673851013, 0.26144734025001526, 0.2306569218635559, 0.09152402728796005, 0.04864107444882393, 0.051751479506492615, 0.9958594441413879], "count": [154]}, "timestamp": {"min": [0.0], "max": [15.3], "mean": [7.6499999999999995], "std": [4.445503346079047], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [451], "max": [451], "mean": [451.0], "std": [0.0], "count": [154]}, "index": {"min": [157383], "max": [157536], "mean": [157459.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [154]}}} +{"episode_index": 452, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.35429858159083943]], [[0.301769058526731]], [[0.2301738173540901]]], "std": [[[0.1427223046967465]], [[0.12913234855776587]], [[0.1430034851515479]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3342753116383272]], [[0.26944802856445316]], [[0.19305328010110295]]], "std": [[[0.1525197180664013]], [[0.11144750802025401]], [[0.08914959738629594]]], "count": [100]}, "state": {"min": [-0.44698336720466614, -0.17191512882709503, 0.9782017469406128, 2.0010733604431152, -0.47567927837371826, -0.2487976998090744, 0.008190179243683815, -0.03992611914873123], "max": [-0.28383690118789673, 0.11966061592102051, 1.1884498596191406, 3.2058093547821045, 0.0772765725851059, 0.8002076745033264, 0.04000183939933777, -0.014993666671216488], "mean": [-0.3804975748062134, 0.005559423938393593, 1.0689234733581543, 2.673982858657837, -0.20606115460395813, 0.2625091075897217, 0.021651435643434525, -0.0260104238986969], "std": [0.033628273755311966, 0.09354038536548615, 0.05253520980477333, 0.49758321046829224, 0.14432750642299652, 0.43135419487953186, 0.013383850455284119, 0.010367524810135365], "count": [257]}, "actions": {"min": [-0.5194082260131836, -0.934463381767273, -0.6844304800033569, -0.30706846714019775, -0.30241939425468445, -0.1552717685699463, -1.0], "max": [0.4534533619880676, 0.4493348002433777, 0.7497383952140808, 0.12422006577253342, 0.22609488666057587, 0.1686631739139557, 1.0], "mean": [-0.007725690491497517, -0.05419136956334114, -0.039034001529216766, -0.042231485247612, -0.010232276283204556, 0.01174711249768734, 0.3151750862598419], "std": [0.15316234529018402, 0.21346159279346466, 0.1902240514755249, 0.06959995627403259, 0.06683770567178726, 0.05038747563958168, 0.9490313529968262], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [452], "max": [452], "mean": [452.0], "std": [0.0], "count": [257]}, "index": {"min": [157537], "max": [157793], "mean": [157665.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [257]}}} +{"episode_index": 453, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35863195980296414]], [[0.30548867678174785]], [[0.23483395864449297]]], "std": [[[0.1415373257355133]], [[0.12749514698641765]], [[0.14233066821032916]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31474413823146447]], [[0.25856677664962474]], [[0.18549065803079043]]], "std": [[[0.16783802348567964]], [[0.1328298563592985]], [[0.11546667594421235]]], "count": [100]}, "state": {"min": [-0.40184855461120605, -0.18965329229831696, 0.9772262573242188, 1.6610780954360962, -0.05438346788287163, -0.04483487457036972, 0.010700448416173458, -0.03998395800590515], "max": [-0.3085746169090271, 0.11276707053184509, 1.1662580966949463, 3.1251304149627686, 0.30540552735328674, 0.36268752813339233, 0.039915505796670914, -0.013292643241584301], "mean": [-0.362764835357666, 0.03748525306582451, 1.0441548824310303, 2.497283697128296, 0.06791933625936508, 0.17224904894828796, 0.02027939260005951, -0.021557994186878204], "std": [0.02520052343606949, 0.08003586530685425, 0.0477987639605999, 0.560721755027771, 0.09998039156198502, 0.1404050588607788, 0.012747887521982193, 0.011914953589439392], "count": [220]}, "actions": {"min": [-0.3697001338005066, -0.8997595310211182, -0.5080530643463135, -0.3812136650085449, -0.14486798644065857, -0.1220293790102005, -1.0], "max": [0.379120409488678, 0.6181218028068542, 0.5142332315444946, 0.12937994301319122, 0.12173142284154892, 0.18721885979175568, 1.0], "mean": [0.013796661049127579, -0.06282943487167358, -0.05381269380450249, -0.05095554143190384, -0.0034201950766146183, 0.008909657597541809, 0.4272727370262146], "std": [0.11431209743022919, 0.2301647961139679, 0.17329780757427216, 0.08006905019283295, 0.03976604342460632, 0.04058210924267769, 0.9041236639022827], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [453], "max": [453], "mean": [453.0], "std": [0.0], "count": [220]}, "index": {"min": [157794], "max": [158013], "mean": [157903.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [220]}}} +{"episode_index": 454, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3739764583812041]], [[0.3116539151060815]], [[0.2397638501933977]]], "std": [[[0.13489787864045116]], [[0.1332942994141575]], [[0.15028170126990156]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.41474770041073067]], [[0.32143109071020987]], [[0.21449992460363052]]], "std": [[[0.16568536676444506]], [[0.11730476673304546]], [[0.08405502543601015]]], "count": [100]}, "state": {"min": [-0.5136154890060425, -0.14980565011501312, 1.0049238204956055, 2.9188828468322754, -0.28796640038490295, -0.2417561560869217, 0.004295396618545055, -0.04000518471002579], "max": [-0.061920441687107086, 0.20010358095169067, 1.2651828527450562, 3.2200212478637695, 0.03101014718413353, 0.1296185851097107, 0.03993741422891617, -0.005914122331887484], "mean": [-0.2780096232891083, -0.012104504741728306, 1.1651161909103394, 3.065838575363159, -0.1309177279472351, -0.019834283739328384, 0.01937001757323742, -0.019787313416600227], "std": [0.17529615759849548, 0.11210153996944427, 0.0728536993265152, 0.07424972206354141, 0.10021589696407318, 0.09984920918941498, 0.01621251180768013, 0.015935685485601425], "count": [372]}, "actions": {"min": [-0.7013290524482727, -0.96877521276474, -0.6117684245109558, -0.24266131222248077, -0.1774330586194992, -0.24185483157634735, -1.0], "max": [0.5234808325767517, 0.5860512852668762, 1.259888768196106, 0.16712471842765808, 0.15987460315227509, 0.1761671006679535, 1.0], "mean": [-0.0411500558257103, 0.030716540291905403, -0.008168498054146767, -0.0013174070045351982, -0.001721128006465733, -0.001898471382446587, 0.1989247351884842], "std": [0.21213974058628082, 0.1970093995332718, 0.23801420629024506, 0.04898860678076744, 0.049260400235652924, 0.04924650862812996, 0.9800154566764832], "count": [372]}, "timestamp": {"min": [0.0], "max": [37.1], "mean": [18.55], "std": [10.738676206435628], "count": [372]}, "frame_index": {"min": [0], "max": [371], "mean": [185.5], "std": [107.38676206435626], "count": [372]}, "episode_index": {"min": [454], "max": [454], "mean": [454.0], "std": [0.0], "count": [372]}, "index": {"min": [158014], "max": [158385], "mean": [158199.5], "std": [107.38676206435626], "count": [372]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [372]}}} +{"episode_index": 455, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37487568694469975]], [[0.3131016097723269]], [[0.2415317490521599]]], "std": [[[0.1353297142334047]], [[0.13372437694163217]], [[0.15095037954150295]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.41132836734547334]], [[0.3175303003647748]], [[0.21169002218807445]]], "std": [[[0.16946585010128476]], [[0.12080914211856092]], [[0.08365671908031404]]], "count": [100]}, "state": {"min": [-0.5092007517814636, -0.14063188433647156, 0.9855948090553284, 2.9843406677246094, -0.4084906578063965, -0.10599908232688904, 0.0013137381756678224, -0.04000323638319969], "max": [-0.08859128504991531, 0.1735215187072754, 1.2667150497436523, 3.2618794441223145, 0.028877167031168938, 0.13747209310531616, 0.03999081254005432, -0.0010685520246624947], "mean": [-0.2973583936691284, -0.009061639197170734, 1.1471827030181885, 3.1157727241516113, -0.1394718736410141, -0.00222564022988081, 0.018243836238980293, -0.01795019954442978], "std": [0.17208145558834076, 0.10732913017272949, 0.08519751578569412, 0.06424272805452347, 0.12410339713096619, 0.06045255437493324, 0.016355834901332855, 0.016515839844942093], "count": [359]}, "actions": {"min": [-0.8704409599304199, -0.440911203622818, -0.49743223190307617, -0.1716758906841278, -0.14677172899246216, -0.12478677183389664, -1.0], "max": [0.8614845275878906, 0.9045414924621582, 1.0976051092147827, 0.0911969393491745, 0.19072970747947693, 0.17370250821113586, 1.0], "mean": [-0.04694648087024689, 0.051202304661273956, -0.02539471909403801, 0.0006653593154624104, 0.0017491061007604003, -1.2343360140221193e-05, 0.25905293226242065], "std": [0.21515503525733948, 0.17660866677761078, 0.23147797584533691, 0.035299353301525116, 0.0428815595805645, 0.04404961317777634, 0.9658631682395935], "count": [359]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.900000000000002], "std": [10.363397126425292], "count": [359]}, "frame_index": {"min": [0], "max": [358], "mean": [179.0], "std": [103.63397126425292], "count": [359]}, "episode_index": {"min": [455], "max": [455], "mean": [455.0], "std": [0.0], "count": [359]}, "index": {"min": [158386], "max": [158744], "mean": [158565.0], "std": [103.63397126425292], "count": [359]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [359]}}} +{"episode_index": 456, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3710970740224801]], [[0.3091719539866728]], [[0.23726562200808057]]], "std": [[[0.13431937912178876]], [[0.1313676342828208]], [[0.14732716440616292]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.4040070064769071]], [[0.31299230957031254]], [[0.20935383994906556]]], "std": [[[0.17377835624574897]], [[0.12458816923225992]], [[0.08874949326117793]]], "count": [100]}, "state": {"min": [-0.5274816155433655, -0.11471953988075256, 0.9867185950279236, 3.0256905555725098, -0.21801213920116425, -0.16219520568847656, 0.00653713196516037, -0.040003594011068344], "max": [-0.08331050723791122, 0.18333420157432556, 1.2593464851379395, 3.392533779144287, 0.1224210187792778, 0.05401363968849182, 0.03997833654284477, -0.004163414239883423], "mean": [-0.29656967520713806, -0.006289263721555471, 1.158689260482788, 3.1502859592437744, -0.06503786146640778, -0.0618644542992115, 0.019619222730398178, -0.019436301663517952], "std": [0.17528268694877625, 0.10416295379400253, 0.07818003743886948, 0.0907154381275177, 0.10400784760713577, 0.05847550556063652, 0.01575581729412079, 0.015838615596294403], "count": [301]}, "actions": {"min": [-0.9013087153434753, -0.5170634388923645, -0.6347610950469971, -0.20108544826507568, -0.21605369448661804, -0.16403059661388397, -1.0], "max": [0.556580126285553, 0.7331767678260803, 1.5688105821609497, 0.1755935102701187, 0.2446790486574173, 0.2191341668367386, 1.0], "mean": [-0.057849522680044174, 0.03596626967191696, -0.024426894262433052, 0.0006236264598555863, 0.0009196989703923464, -0.0002879805979318917, 0.21594683825969696], "std": [0.24583777785301208, 0.18444541096687317, 0.2880282700061798, 0.04701340198516846, 0.04849627986550331, 0.04454868286848068, 0.9764067530632019], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [456], "max": [456], "mean": [456.0], "std": [0.0], "count": [301]}, "index": {"min": [158745], "max": [159045], "mean": [158895.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [301]}}} +{"episode_index": 457, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37415187820733764]], [[0.3120505927590763]], [[0.24052715765261184]]], "std": [[[0.1357775906262562]], [[0.13434691532802234]], [[0.1513184567291624]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.41346555881874236]], [[0.3195060729980469]], [[0.21275916544596354]]], "std": [[[0.1675184073545552]], [[0.11932818501362574]], [[0.08461883047387583]]], "count": [100]}, "state": {"min": [-0.5026335716247559, -0.12732595205307007, 0.9856488108634949, 2.894662618637085, -0.27900373935699463, -0.08765680342912674, 0.0008593958336859941, -0.040004391223192215], "max": [-0.08810994774103165, 0.2064133584499359, 1.2417867183685303, 3.1962623596191406, 0.030008787289261818, 0.3526078760623932, 0.0399356335401535, -0.0050142304971814156], "mean": [-0.2728431820869446, -0.014602892100811005, 1.1419932842254639, 3.0500307083129883, -0.12309130281209946, 0.058295078575611115, 0.01866440661251545, -0.019037319347262383], "std": [0.1614392250776291, 0.1153937429189682, 0.07684019207954407, 0.07052583992481232, 0.08908386528491974, 0.1329740583896637, 0.016419408842921257, 0.01617129147052765], "count": [303]}, "actions": {"min": [-0.9744595885276794, -0.7947328090667725, -0.690531313419342, -0.1784764677286148, -0.14969781041145325, -0.1545419692993164, -1.0], "max": [0.6924760341644287, 0.6976707577705383, 1.2092163562774658, 0.1637895107269287, 0.13553935289382935, 0.18474648892879486, 1.0], "mean": [-0.05483328178524971, 0.05377389118075371, -0.032298240810632706, -0.0003161038039252162, 0.0006739000673405826, 0.0066308677196502686, 0.27392739057540894], "std": [0.2187425196170807, 0.19691738486289978, 0.2666444480419159, 0.04521767422556877, 0.04392325133085251, 0.04978484287858009, 0.9617501497268677], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [457], "max": [457], "mean": [457.0], "std": [0.0], "count": [303]}, "index": {"min": [159046], "max": [159348], "mean": [159197.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [303]}}} +{"episode_index": 458, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37198091155407476]], [[0.309699561623966]], [[0.23752395929074754]]], "std": [[[0.13283696892790592]], [[0.13037439396189723]], [[0.1467199294356158]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.41478449264227174]], [[0.3213249308268229]], [[0.21403218108532474]]], "std": [[[0.17487648855227558]], [[0.12713923395425888]], [[0.0948380305273062]]], "count": [100]}, "state": {"min": [-0.5321045517921448, -0.1462448388338089, 0.9859263300895691, 3.0379796028137207, -0.2726233899593353, -0.23404982686042786, 0.0072927819564938545, -0.039987292140722275], "max": [-0.07564280182123184, 0.18281935155391693, 1.3028682470321655, 3.3953816890716553, 0.13435769081115723, 0.2941916882991791, 0.04000551998615265, -0.0033401576802134514], "mean": [-0.2710910737514496, -0.0158549677580595, 1.1644612550735474, 3.187333106994629, -0.06266088038682938, -0.06511733680963516, 0.02338828146457672, -0.022643914446234703], "std": [0.1782599687576294, 0.12290413677692413, 0.08977575600147247, 0.08932147920131683, 0.0979822501540184, 0.14379256963729858, 0.01592526212334633, 0.01604676991701126], "count": [384]}, "actions": {"min": [-0.879470705986023, -0.8456493616104126, -0.7260362505912781, -0.22468560934066772, -0.2278560847043991, -0.24049997329711914, -1.0], "max": [0.7405763864517212, 0.7362023591995239, 1.5932745933532715, 0.13709893822669983, 0.19057482481002808, 0.21161988377571106, 1.0], "mean": [-0.04360403120517731, 0.02957894839346409, -0.02769925631582737, -0.00016458668687846512, 0.00016536330804228783, 0.0059144082479178905, 0.015625], "std": [0.2241603136062622, 0.2116202563047409, 0.27880218625068665, 0.04717642813920975, 0.05274544656276703, 0.057624273002147675, 0.9998779296875], "count": [384]}, "timestamp": {"min": [0.0], "max": [38.3], "mean": [19.150000000000002], "std": [11.085087580468937], "count": [384]}, "frame_index": {"min": [0], "max": [383], "mean": [191.5], "std": [110.85087580468937], "count": [384]}, "episode_index": {"min": [458], "max": [458], "mean": [458.0], "std": [0.0], "count": [384]}, "index": {"min": [159349], "max": [159732], "mean": [159540.5], "std": [110.85087580468937], "count": [384]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [384]}}} +{"episode_index": 459, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37041180001053153]], [[0.30768824917662374]], [[0.23529428698969823]]], "std": [[[0.13464112403961037]], [[0.13138864060035005]], [[0.14677045993602023]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.3849692263135723]], [[0.2964680367264093]], [[0.19793393423043043]]], "std": [[[0.17625172284607574]], [[0.12698739085803368]], [[0.0877362289734936]]], "count": [100]}, "state": {"min": [-0.5413216352462769, -0.14761389791965485, 0.9860952496528625, 2.869805097579956, -0.29866114258766174, -0.3690286874771118, 0.003618460614234209, -0.040013041347265244], "max": [-0.0793013796210289, 0.20470719039440155, 1.265071153640747, 3.3074653148651123, 0.33068954944610596, 0.08976194262504578, 0.03993073105812073, -0.0040056235156953335], "mean": [-0.33542490005493164, -0.003788895206525922, 1.155868649482727, 3.0720980167388916, -0.08095544576644897, -0.04563264548778534, 0.016171056777238846, -0.01610144041478634], "std": [0.17527838051319122, 0.12022218108177185, 0.0767596960067749, 0.09059536457061768, 0.1379271298646927, 0.1017540693283081, 0.016489814966917038, 0.016302838921546936], "count": [325]}, "actions": {"min": [-1.068821907043457, -0.7737129926681519, -0.8399905562400818, -0.1871500164270401, -0.16527196764945984, -0.25882431864738464, -1.0], "max": [0.9279288649559021, 0.6244748830795288, 0.9563015699386597, 0.48561200499534607, 0.17752332985401154, 0.1510511040687561, 1.0], "mean": [-0.05017821863293648, 0.0426434725522995, -0.024962808936834335, 0.0044869487173855305, 0.001714499550871551, -0.006882482673972845, 0.3169230818748474], "std": [0.2751036286354065, 0.22130002081394196, 0.2639317512512207, 0.05987539887428284, 0.0549648217856884, 0.05888110771775246, 0.9484521746635437], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [459], "max": [459], "mean": [459.0], "std": [0.0], "count": [325]}, "index": {"min": [159733], "max": [160057], "mean": [159895.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [325]}}} +{"episode_index": 460, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3636028933057598]], [[0.3020024186676624]], [[0.23030642700195314]]], "std": [[[0.13589048780860644]], [[0.1301223982146723]], [[0.14252093481293085]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3078089342304305]], [[0.2421785302255668]], [[0.17064140409581802]]], "std": [[[0.18532209995051427]], [[0.13571719118579145]], [[0.09858911683238032]]], "count": [100]}, "state": {"min": [-0.5066713094711304, -0.20354792475700378, 0.9919881224632263, 2.909289598464966, -0.4809434711933136, -0.4033595621585846, 0.010288120247423649, -0.04001036658883095], "max": [-0.27661019563674927, 0.05266689509153366, 1.2349212169647217, 3.359300374984741, 0.026973649859428406, 1.8451261520385742, 0.0398135706782341, -0.012161388993263245], "mean": [-0.4172455072402954, -0.06255411356687546, 1.1330630779266357, 3.1323275566101074, -0.25336647033691406, 0.937167227268219, 0.02033305913209915, -0.020609905943274498], "std": [0.06294019520282745, 0.07560675591230392, 0.07130573689937592, 0.1156047135591507, 0.14299987256526947, 0.8866161704063416, 0.011457860469818115, 0.011418033391237259], "count": [400]}, "actions": {"min": [-0.6769319176673889, -1.619365930557251, -0.6946347951889038, -0.16603147983551025, -0.1684989184141159, -0.2300654500722885, -1.0], "max": [0.48395437002182007, 0.9152459502220154, 1.0704675912857056, 0.17327217757701874, 0.1355658918619156, 0.5240556001663208, 1.0], "mean": [-0.021803347393870354, 0.003206700086593628, -0.025294829159975052, 0.0034777901601046324, -0.0036381257232278585, 0.033814720809459686, 0.48500001430511475], "std": [0.12855444848537445, 0.2709529995918274, 0.22247055172920227, 0.047363609075546265, 0.04112956300377846, 0.1133207231760025, 0.8745157718658447], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [460], "max": [460], "mean": [460.0], "std": [0.0], "count": [400]}, "index": {"min": [160058], "max": [160457], "mean": [160257.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [400]}}} +{"episode_index": 461, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36241276879404105]], [[0.30110278799019613]], [[0.22990264892578124]]], "std": [[[0.13594485368368014]], [[0.12977247313773518]], [[0.14202342877511565]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28875504617130054]], [[0.22317057590858608]], [[0.15455730842141543]]], "std": [[[0.18753352264225184]], [[0.13688722619540927]], [[0.09384063705322061]]], "count": [100]}, "state": {"min": [-0.44167065620422363, -0.22712935507297516, 0.9755204916000366, 3.0632870197296143, -0.2492118924856186, -0.09030783176422119, 0.009478887543082237, -0.04000164195895195], "max": [-0.2815670371055603, 0.047066085040569305, 1.1915589570999146, 3.751854419708252, 0.1443721503019333, 1.4984437227249146, 0.03995637223124504, -0.009533435106277466], "mean": [-0.381379634141922, -0.05209806188941002, 1.1000767946243286, 3.3580706119537354, -0.04057204723358154, 0.8936430215835571, 0.019550975412130356, -0.0195812676101923], "std": [0.04743256792426109, 0.08415664732456207, 0.059704918414354324, 0.16293975710868835, 0.07945241034030914, 0.6306537389755249, 0.011448207311332226, 0.011448848061263561], "count": [439]}, "actions": {"min": [-0.4172002077102661, -0.8129866123199463, -0.5325949788093567, -0.14005433022975922, -0.22537197172641754, -0.4362502992153168, -1.0], "max": [0.38360780477523804, 1.0837910175323486, 1.1583362817764282, 0.1647179275751114, 0.21703514456748962, 0.46293091773986816, 1.0], "mean": [-0.026763150468468666, 0.01341924536973238, -0.02053229510784149, 0.002481948584318161, 0.0015841977437958121, 0.022085553035140038, 0.4897494316101074], "std": [0.09981849789619446, 0.21652942895889282, 0.21849529445171356, 0.03817969188094139, 0.04171543940901756, 0.08908829092979431, 0.8718631267547607], "count": [439]}, "timestamp": {"min": [0.0], "max": [43.8], "mean": [21.900000000000002], "std": [12.67280552995271], "count": [439]}, "frame_index": {"min": [0], "max": [438], "mean": [219.0], "std": [126.7280552995271], "count": [439]}, "episode_index": {"min": [461], "max": [461], "mean": [461.0], "std": [0.0], "count": [439]}, "index": {"min": [160458], "max": [160896], "mean": [160677.0], "std": [126.7280552995271], "count": [439]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [439]}}} +{"episode_index": 462, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.367931526333678]], [[0.30547143255495557]], [[0.23259061506682752]]], "std": [[[0.13166121676810005]], [[0.12707517551060768]], [[0.14172789412025044]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32364143760531555]], [[0.25070693909888175]], [[0.17033606914445465]]], "std": [[[0.200292081362032]], [[0.1463058325214009]], [[0.09782037801131971]]], "count": [100]}, "state": {"min": [-0.46536192297935486, -0.04987533017992973, 0.988471508026123, 3.161868095397949, -0.15289939939975739, -0.19036231935024261, 0.014119596220552921, -0.039906326681375504], "max": [-0.16482624411582947, 0.06883621960878372, 1.251291036605835, 3.6577789783477783, 0.14348112046718597, 1.4742803573608398, 0.040003061294555664, -0.012608745135366917], "mean": [-0.3521355390548706, 0.009264351800084114, 1.13479483127594, 3.3177425861358643, 0.022099830210208893, 0.7442362904548645, 0.023072881624102592, -0.022478969767689705], "std": [0.11225010454654694, 0.031448062509298325, 0.07407812774181366, 0.125756174325943, 0.07495494186878204, 0.6423951983451843, 0.009904534555971622, 0.010099227540194988], "count": [324]}, "actions": {"min": [-0.605958878993988, -0.3489672541618347, -0.44366616010665894, -0.14883466064929962, -0.2700890004634857, -0.3280700743198395, -1.0], "max": [0.5062165260314941, 0.8431762456893921, 0.8358267545700073, 0.19903862476348877, 0.2094852179288864, 0.47052469849586487, 1.0], "mean": [-0.033028535544872284, 0.015353298746049404, -0.008500771597027779, -0.0010351149830967188, 0.0019061712082475424, 0.030844973400235176, 0.4506172835826874], "std": [0.18492728471755981, 0.17167650163173676, 0.24418295919895172, 0.04356521740555763, 0.05677079036831856, 0.09470533579587936, 0.8927164673805237], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [462], "max": [462], "mean": [462.0], "std": [0.0], "count": [324]}, "index": {"min": [160897], "max": [161220], "mean": [161058.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [324]}}} +{"episode_index": 463, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36835217285156246]], [[0.30595804132199755]], [[0.2330350425570619]]], "std": [[[0.13111413905584174]], [[0.12677737703636155]], [[0.141628821607701]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9686274509803922]]], "mean": [[[0.3347460309196921]], [[0.2592559293859145]], [[0.1762891175513174]]], "std": [[[0.19514178211314256]], [[0.14176699679061674]], [[0.09607837434613137]]], "count": [100]}, "state": {"min": [-0.4612322151660919, -0.05999559164047241, 0.9988357424736023, 3.118617296218872, -0.35879507660865784, -0.32389190793037415, 0.01472472958266735, -0.039945438504219055], "max": [-0.20527563989162445, 0.036109667271375656, 1.2486366033554077, 3.6173903942108154, 0.030483029782772064, 1.463140845298767, 0.03995038941502571, -0.013678831979632378], "mean": [-0.36880868673324585, 0.0030010577756911516, 1.1343756914138794, 3.290466547012329, -0.14039739966392517, 0.7396094799041748, 0.021043948829174042, -0.02055647224187851], "std": [0.09781894832849503, 0.030744295567274094, 0.07349293678998947, 0.11787290871143341, 0.0883021354675293, 0.6923115253448486, 0.010019617155194283, 0.010204998776316643], "count": [308]}, "actions": {"min": [-0.4784599542617798, -0.4925231635570526, -0.571794867515564, -0.22560614347457886, -0.22169767320156097, -0.26137882471084595, -1.0], "max": [0.39908909797668457, 0.39845457673072815, 1.1177866458892822, 0.22524049878120422, 0.22329287230968475, 0.4365690052509308, 1.0], "mean": [-0.03371044620871544, 0.017942391335964203, -0.02017209678888321, -0.0015411607455462217, 0.0007527298876084387, 0.037533197551965714, 0.5194805264472961], "std": [0.14725564420223236, 0.11628025770187378, 0.25023066997528076, 0.047827981412410736, 0.06250884383916855, 0.10516911000013351, 0.8544811606407166], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [463], "max": [463], "mean": [463.0], "std": [0.0], "count": [308]}, "index": {"min": [161221], "max": [161528], "mean": [161374.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [308]}}} +{"episode_index": 464, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3652049219468061]], [[0.3028593702129289]], [[0.22996816837086398]]], "std": [[[0.1329535474634679]], [[0.12702950182998127]], [[0.13996912167085387]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3398615249932981]], [[0.261781369676777]], [[0.1743905944824219]]], "std": [[[0.20013165642162467]], [[0.14269588717588497]], [[0.08961295711860613]]], "count": [100]}, "state": {"min": [-0.5290266871452332, -0.05220678821206093, 0.9906365871429443, 2.881305456161499, -0.21955430507659912, -0.32802140712738037, 0.014413285069167614, -0.04000627249479294], "max": [-0.18416105210781097, 0.08530328422784805, 1.259284496307373, 3.228398323059082, 0.05771380662918091, 1.3869580030441284, 0.03990461677312851, -0.012519551441073418], "mean": [-0.3953799903392792, 0.029599469155073166, 1.1668308973312378, 3.0686633586883545, -0.05506366863846779, 0.7956711649894714, 0.020515456795692444, -0.020597774535417557], "std": [0.1253824681043625, 0.03832085430622101, 0.072486013174057, 0.07666394114494324, 0.061131421476602554, 0.6388257741928101, 0.010154942981898785, 0.01013733446598053], "count": [440]}, "actions": {"min": [-0.7863461971282959, -0.4230407178401947, -0.8751918077468872, -0.13948161900043488, -0.13282077014446259, -0.1698482483625412, -1.0], "max": [0.48456764221191406, 0.630836546421051, 1.0859440565109253, 0.14948683977127075, 0.14822916686534882, 0.3938084840774536, 1.0], "mean": [-0.027524087578058243, 0.007715373765677214, -0.009559704922139645, -0.0031100523192435503, -0.002589320531114936, 0.019289011135697365, 0.5363636612892151], "std": [0.1553959995508194, 0.13488344848155975, 0.20855480432510376, 0.03605068102478981, 0.038692329078912735, 0.08024228364229202, 0.8439901471138], "count": [440]}, "timestamp": {"min": [0.0], "max": [43.9], "mean": [21.95], "std": [12.701673118136839], "count": [440]}, "frame_index": {"min": [0], "max": [439], "mean": [219.5], "std": [127.01673118136839], "count": [440]}, "episode_index": {"min": [464], "max": [464], "mean": [464.0], "std": [0.0], "count": [440]}, "index": {"min": [161529], "max": [161968], "mean": [161748.5], "std": [127.01673118136839], "count": [440]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [440]}}} +{"episode_index": 465, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3687101769540824]], [[0.30637312047621784]], [[0.2333525629978554]]], "std": [[[0.13091234043998984]], [[0.12654490217641634]], [[0.14146001821986107]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3478452603209252]], [[0.2693781026204427]], [[0.18156682511871938]]], "std": [[[0.1962128029287013]], [[0.14178724994583064]], [[0.09527477662901435]]], "count": [100]}, "state": {"min": [-0.4602816104888916, -0.08462026715278625, 0.9885630011558533, 3.1350667476654053, -0.243495911359787, -0.3161178231239319, 0.01212413888424635, -0.03994935750961304], "max": [-0.1798577606678009, 0.04858369752764702, 1.2889840602874756, 3.445956230163574, 0.11217042803764343, 1.3364137411117554, 0.03999566659331322, -0.014550830237567425], "mean": [-0.35140562057495117, -0.013193828985095024, 1.1522128582000732, 3.2264597415924072, -0.0643872544169426, 0.6001483798027039, 0.02299804985523224, -0.02287341095507145], "std": [0.11591699719429016, 0.03872350603342056, 0.08363957703113556, 0.07521139085292816, 0.0829697996377945, 0.6729751825332642, 0.011172863654792309, 0.011158511973917484], "count": [291]}, "actions": {"min": [-0.929987907409668, -1.0302079916000366, -0.5149999260902405, -0.17386111617088318, -0.18269267678260803, -0.22671039402484894, -1.0], "max": [0.4769521653652191, 0.4470139145851135, 1.5839735269546509, 0.19217438995838165, 0.24285948276519775, 0.33773672580718994, 1.0], "mean": [-0.0402243509888649, 0.009311073459684849, -0.0010799538576975465, -0.004849380813539028, -0.000905651890207082, 0.031906455755233765, 0.3470790386199951], "std": [0.19828949868679047, 0.14669224619865417, 0.3021858036518097, 0.04157176613807678, 0.049880582839250565, 0.09415950626134872, 0.9378336668014526], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [465], "max": [465], "mean": [465.0], "std": [0.0], "count": [291]}, "index": {"min": [161969], "max": [162259], "mean": [162114.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [291]}}} +{"episode_index": 466, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3693170800302543]], [[0.30729415833716295]], [[0.23505790381338082]]], "std": [[[0.12974990328250538]], [[0.12565105127971687]], [[0.14111827925309547]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9686274509803922]]], "mean": [[[0.3503006430233226]], [[0.26946150656307444]], [[0.17907898128733915]]], "std": [[[0.18904691111237132]], [[0.13408371214935155]], [[0.08661606810802408]]], "count": [100]}, "state": {"min": [-0.504524290561676, -0.06673213094472885, 0.9898043274879456, 2.9870798587799072, -0.24679920077323914, -0.4810430407524109, 0.016063321381807327, -0.040007542818784714], "max": [-0.2031012922525406, 0.14202629029750824, 1.2794768810272217, 3.137840986251831, 0.13425159454345703, 0.03743337094783783, 0.03991108015179634, -0.01621457189321518], "mean": [-0.34541207551956177, 0.02512606605887413, 1.136487603187561, 3.058608055114746, -0.0429590605199337, -0.35079920291900635, 0.02610439993441105, -0.026354629546403885], "std": [0.12149246037006378, 0.07786005735397339, 0.08654463291168213, 0.039540670812129974, 0.09787046164274216, 0.10851193964481354, 0.011020664125680923, 0.010909032076597214], "count": [322]}, "actions": {"min": [-0.8064714670181274, -0.5466057062149048, -0.5621650218963623, -0.1698083132505417, -0.23796674609184265, -0.24911417067050934, -1.0], "max": [0.23632681369781494, 0.9386966824531555, 1.2879773378372192, 0.16405324637889862, 0.12832492589950562, 0.22225476801395416, 1.0], "mean": [-0.04198447987437248, 0.030701281502842903, -0.012685883790254593, 0.00036174317938275635, -0.0011775771854445338, -0.010728650726377964, 0.17391304671764374], "std": [0.15173636376857758, 0.1541321724653244, 0.24238842725753784, 0.03820111230015755, 0.03853793814778328, 0.04550178349018097, 0.9847621321678162], "count": [322]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.295294508513434], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [466], "max": [466], "mean": [466.0], "std": [0.0], "count": [322]}, "index": {"min": [162260], "max": [162581], "mean": [162420.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [322]}}} +{"episode_index": 467, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3701843513039982]], [[0.3081758273255591]], [[0.23568212711109834]]], "std": [[[0.12873269834432643]], [[0.1250953030033584]], [[0.14111815344607567]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3629029271742877]], [[0.2784676806879978]], [[0.18251453235102635]]], "std": [[[0.19766137768251837]], [[0.14115421431571476]], [[0.0892636482850119]]], "count": [100]}, "state": {"min": [-0.5183842778205872, -0.05574258416891098, 1.0147171020507812, 3.1011993885040283, -0.12782683968544006, -0.42704883217811584, 0.01444559171795845, -0.039983637630939484], "max": [-0.1688218116760254, 0.11649215966463089, 1.3069524765014648, 3.2104291915893555, 0.14511960744857788, 0.042914796620607376, 0.03998888283967972, -0.014549938030540943], "mean": [-0.3331791162490845, 0.024773286655545235, 1.173572301864624, 3.1527249813079834, 0.002164047211408615, -0.24004216492176056, 0.024258721619844437, -0.02423098310828209], "std": [0.14052392542362213, 0.06083094701170921, 0.08989958465099335, 0.028156118467450142, 0.0769183561205864, 0.1310540735721588, 0.01174330897629261, 0.011745735071599483], "count": [273]}, "actions": {"min": [-0.80409836769104, -0.404289186000824, -0.5049135684967041, -0.16304470598697662, -0.1590690165758133, -0.12652219831943512, -1.0], "max": [0.5007743239402771, 0.40519019961357117, 1.4094371795654297, 0.07444550842046738, 0.1078910082578659, 0.10669171065092087, 1.0], "mean": [-0.058883409947156906, 0.03272120654582977, 0.0063268402591347694, -0.0007203678833320737, -0.002609066665172577, -0.011808606795966625, 0.23076923191547394], "std": [0.20937220752239227, 0.11430465430021286, 0.28082898259162903, 0.03382137790322304, 0.037096478044986725, 0.03825529292225838, 0.9730098247528076], "count": [273]}, "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": [467], "max": [467], "mean": [467.0], "std": [0.0], "count": [273]}, "index": {"min": [162582], "max": [162854], "mean": [162718.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [273]}}} +{"episode_index": 468, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3671763706581265]], [[0.3053995516907935]], [[0.23343555764590992]]], "std": [[[0.13165741378127402]], [[0.12679119392770327]], [[0.14130038921700003]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34176983163871016]], [[0.2638771458046109]], [[0.1761127259497549]]], "std": [[[0.19955778479345232]], [[0.14346275558030638]], [[0.09398122565884459]]], "count": [100]}, "state": {"min": [-0.53071129322052, -0.09741044789552689, 0.9885565638542175, 3.126366138458252, -0.2273789495229721, -0.584380567073822, 0.01519629918038845, -0.039986252784729004], "max": [-0.1920451521873474, 0.11985226720571518, 1.2854984998703003, 3.253265380859375, 0.10528548061847687, 0.05908125266432762, 0.03998585790395737, -0.01324540376663208], "mean": [-0.35779163241386414, 0.00746775371953845, 1.148521900177002, 3.193920135498047, -0.017124822363257408, -0.3187565207481384, 0.025116488337516785, -0.024336272850632668], "std": [0.13544414937496185, 0.0800747275352478, 0.0837535560131073, 0.03875645250082016, 0.08585149049758911, 0.18130818009376526, 0.011258350685238838, 0.011779233813285828], "count": [280]}, "actions": {"min": [-1.0533478260040283, -0.5128284692764282, -0.49029749631881714, -0.1643727719783783, -0.2822694182395935, -0.2362944483757019, -1.0], "max": [0.4598127007484436, 0.6603147387504578, 0.9179520010948181, 0.13183562457561493, 0.14837953448295593, 0.4406132102012634, 1.0], "mean": [-0.053766220808029175, 0.03327180817723274, -0.0011165275936946273, -0.0005627390346489847, -0.0036517807748168707, -0.0155336894094944, 0.22142857313156128], "std": [0.22366966307163239, 0.15532279014587402, 0.2594330608844757, 0.03745485469698906, 0.046361833810806274, 0.05534163862466812, 0.9751756191253662], "count": [280]}, "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": [468], "max": [468], "mean": [468.0], "std": [0.0], "count": [280]}, "index": {"min": [162855], "max": [163134], "mean": [162994.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [280]}}} +{"episode_index": 469, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37298649088541663]], [[0.31125257245232074]], [[0.23923651003370097]]], "std": [[[0.13041333324774396]], [[0.12819064624546922]], [[0.14555029777092587]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9647058823529412]]], "mean": [[[0.371992255117379]], [[0.28574751910041357]], [[0.18780790620691634]]], "std": [[[0.1938639249152409]], [[0.13807214497647602]], [[0.08712343036217735]]], "count": [100]}, "state": {"min": [-0.5098006129264832, -0.08157819509506226, 0.9889100790023804, 3.1098055839538574, -0.2549654245376587, -0.4384622275829315, 0.014864625409245491, -0.039950594305992126], "max": [-0.17462554574012756, 0.1214640885591507, 1.2408204078674316, 3.2536978721618652, 0.11315952986478806, 0.07641956955194473, 0.040004290640354156, -0.01356621365994215], "mean": [-0.3171444535255432, 0.01522889081388712, 1.1310484409332275, 3.1731348037719727, -0.06851821392774582, -0.14814946055412292, 0.02623356692492962, -0.02575417421758175], "std": [0.1284957230091095, 0.07213238626718521, 0.07339853793382645, 0.02800115756690502, 0.0967399850487709, 0.19235600531101227, 0.011941866017878056, 0.012290659360587597], "count": [322]}, "actions": {"min": [-0.5151757597923279, -0.7329961657524109, -0.7454710006713867, -0.14592885971069336, -0.11990772187709808, -0.16410811245441437, -1.0], "max": [0.5095415115356445, 0.4570734202861786, 0.658630907535553, 0.12354468554258347, 0.12018632888793945, 0.25334614515304565, 1.0], "mean": [-0.035832636058330536, 0.02783311903476715, -0.010209627449512482, -0.0004749178187921643, -0.0007520522922277451, -0.009237300604581833, 0.09937888383865356], "std": [0.17124389111995697, 0.16538289189338684, 0.20966358482837677, 0.035383883863687515, 0.035222139209508896, 0.04537138342857361, 0.9950492978096008], "count": [322]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.295294508513434], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [469], "max": [469], "mean": [469.0], "std": [0.0], "count": [322]}, "index": {"min": [163135], "max": [163456], "mean": [163295.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [322]}}} +{"episode_index": 470, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37108208749808513]], [[0.3090838623046875]], [[0.23689162669462316]]], "std": [[[0.13046757640119686]], [[0.1273518140778081]], [[0.143346875387518]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.3692295412549786]], [[0.2847332793591069]], [[0.18852356136546417]]], "std": [[[0.19243520948040296]], [[0.13765497934972853]], [[0.0900404572096574]]], "count": [100]}, "state": {"min": [-0.5385618209838867, -0.07249463349580765, 0.9892410635948181, 2.945434808731079, -0.31725117564201355, -0.32449856400489807, 0.014464258216321468, -0.04000387340784073], "max": [-0.1739567518234253, 0.14669311046600342, 1.305690884590149, 3.1454739570617676, 0.11346043646335602, 0.05344919487833977, 0.03995363041758537, -0.012958583422005177], "mean": [-0.34577667713165283, 0.03816615790128708, 1.1715564727783203, 3.0678184032440186, -0.09396956115961075, -0.1569700986146927, 0.025861674919724464, -0.02576821856200695], "std": [0.1446744054555893, 0.08325950801372528, 0.0875365138053894, 0.055727310478687286, 0.13532142341136932, 0.10974050313234329, 0.011861219070851803, 0.012046095915138721], "count": [296]}, "actions": {"min": [-0.7869632840156555, -0.49702659249305725, -0.6082425117492676, -0.1855456382036209, -0.20004624128341675, -0.25639215111732483, -1.0], "max": [0.36221686005592346, 0.7395460605621338, 1.3618731498718262, 0.1816096007823944, 0.17372186481952667, 0.10522866249084473, 1.0], "mean": [-0.04855174198746681, 0.030301187187433243, -7.248327892739326e-05, -0.0027682711370289326, -0.003049583872780204, -0.011567378416657448, 0.11486486345529556], "std": [0.20460985600948334, 0.17948423326015472, 0.2889031767845154, 0.04282165691256523, 0.04312644526362419, 0.04355496168136597, 0.9933804869651794], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [470], "max": [470], "mean": [470.0], "std": [0.0], "count": [296]}, "index": {"min": [163457], "max": [163752], "mean": [163604.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [296]}}} +{"episode_index": 471, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3714063499301088]], [[0.3089786113664216]], [[0.23671360928404564]]], "std": [[[0.13176366880709892]], [[0.12894057882354887]], [[0.14481828482148126]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3443716334922641]], [[0.26606659234738816]], [[0.17863974896599263]]], "std": [[[0.19023742638778696]], [[0.1346744482518394]], [[0.08551247512957535]]], "count": [100]}, "state": {"min": [-0.5280360579490662, -0.04633348435163498, 0.9895384311676025, 2.932863235473633, -0.4287286102771759, -0.49854329228401184, 0.011127850040793419, -0.040005072951316833], "max": [-0.21915118396282196, 0.1665399670600891, 1.246756911277771, 3.1550521850585938, 0.02104520983994007, -0.07583942264318466, 0.03998594731092453, -0.016692262142896652], "mean": [-0.3854238986968994, 0.04461725056171417, 1.1225332021713257, 3.054260492324829, -0.1684037446975708, -0.26941001415252686, 0.02401549555361271, -0.024955803528428078], "std": [0.12506809830665588, 0.08323916047811508, 0.073432557284832, 0.07748555392026901, 0.12135263532400131, 0.11135122925043106, 0.011200238950550556, 0.010502543300390244], "count": [355]}, "actions": {"min": [-0.6977382302284241, -0.8679309487342834, -1.1049000024795532, -0.15006768703460693, -0.18435969948768616, -0.17145659029483795, -1.0], "max": [0.45812854170799255, 0.945161759853363, 1.3085817098617554, 0.2531237304210663, 0.2566937804222107, 0.1571134477853775, 1.0], "mean": [-0.04548024386167526, 0.02987365424633026, -0.015132448635995388, -0.0021762079559266567, -0.0010330338263884187, -0.009581582620739937, 0.3070422410964966], "std": [0.16060006618499756, 0.16125920414924622, 0.2217012196779251, 0.041305433958768845, 0.05293559283018112, 0.047633785754442215, 0.9516974687576294], "count": [355]}, "timestamp": {"min": [0.0], "max": [35.4], "mean": [17.7], "std": [10.24792661956554], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [471], "max": [471], "mean": [471.0], "std": [0.0], "count": [355]}, "index": {"min": [163753], "max": [164107], "mean": [163930.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [355]}}} +{"episode_index": 472, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34749930048923866]], [[0.2892189833697151]], [[0.22486976473939185]]], "std": [[[0.15598585654954378]], [[0.1463598838660618]], [[0.1553313671154487]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36506129305970436]], [[0.27936413394703585]], [[0.18286309634937958]]], "std": [[[0.21041682983062343]], [[0.1496077958131835]], [[0.09037096748128272]]], "count": [100]}, "state": {"min": [-0.3996109664440155, -0.039823006838560104, 0.9898516535758972, 2.9920318126678467, -0.14773288369178772, -0.37165969610214233, 0.01632688380777836, -0.04000575467944145], "max": [-0.01285591907799244, 0.2650587558746338, 1.274778962135315, 3.2834646701812744, 0.1860438734292984, 0.026501530781388283, 0.03993302583694458, -0.01595858484506607], "mean": [-0.22324521839618683, 0.09087952971458435, 1.1567646265029907, 3.1328089237213135, -0.021332211792469025, -0.1786511391401291, 0.025766560807824135, -0.025835901498794556], "std": [0.14151597023010254, 0.12782251834869385, 0.07290875911712646, 0.09261015802621841, 0.07572922110557556, 0.0958605632185936, 0.010353879071772099, 0.010361644439399242], "count": [339]}, "actions": {"min": [-0.8623071312904358, -0.2975664734840393, -0.5631891489028931, -0.12777875363826752, -0.12919476628303528, -0.15115074813365936, -1.0], "max": [0.8256715536117554, 0.6758306622505188, 0.9975539445877075, 0.14216895401477814, 0.14110541343688965, 0.13769978284835815, 1.0], "mean": [-0.008075596764683723, 0.06696527451276779, -0.015475668013095856, 0.0045326631516218185, 0.0007781828753650188, -0.003790397197008133, 0.2566371560096741], "std": [0.25856536626815796, 0.14022816717624664, 0.23850354552268982, 0.04036834090948105, 0.04333464801311493, 0.042110949754714966, 0.9665054678916931], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [472], "max": [472], "mean": [472.0], "std": [0.0], "count": [339]}, "index": {"min": [164108], "max": [164446], "mean": [164277.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [339]}}} +{"episode_index": 473, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3426766351438036]], [[0.28653044816559436]], [[0.22451888320025276]]], "std": [[[0.15795010559129619]], [[0.148000808006797]], [[0.1557997999544385]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.3477743596095665]], [[0.26540176810470284]], [[0.1729791774375766]]], "std": [[[0.21499490542948385]], [[0.1529559461956858]], [[0.09097959626942906]]], "count": [100]}, "state": {"min": [-0.3755232095718384, -0.043853145092725754, 0.9989746809005737, 3.0135130882263184, -0.13342216610908508, -0.35427364706993103, 0.01537733431905508, -0.03999516740441322], "max": [-0.01727527379989624, 0.26674726605415344, 1.2615165710449219, 3.3307132720947266, 0.3460959196090698, 0.020113451406359673, 0.03998292610049248, -0.014193369075655937], "mean": [-0.22077971696853638, 0.08474139124155045, 1.1574265956878662, 3.173827886581421, 0.054163556545972824, -0.16844423115253448, 0.025008434429764748, -0.024945827201008797], "std": [0.13640177249908447, 0.12210505455732346, 0.0726000964641571, 0.09904906153678894, 0.1214279979467392, 0.09888386726379395, 0.0110241724178195, 0.01110974419862032], "count": [311]}, "actions": {"min": [-0.9077246189117432, -0.29807910323143005, -0.5442147254943848, -0.13493242859840393, -0.13204726576805115, -0.1970663070678711, -1.0], "max": [1.1215611696243286, 0.5320301055908203, 0.7651317715644836, 0.23203949630260468, 0.2586934566497803, 0.1878572702407837, 1.0], "mean": [-0.005191008560359478, 0.07555040717124939, -0.013716047629714012, 0.008065778762102127, 0.005626678466796875, -0.0033515021204948425, 0.24758842587471008], "std": [0.25541895627975464, 0.13966354727745056, 0.23421351611614227, 0.040476661175489426, 0.04204636812210083, 0.04423230141401291, 0.9688639044761658], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [473], "max": [473], "mean": [473.0], "std": [0.0], "count": [311]}, "index": {"min": [164447], "max": [164757], "mean": [164602.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [311]}}} +{"episode_index": 474, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34592788277420344]], [[0.2887446678012025]], [[0.22583278880399815]]], "std": [[[0.15703337425090375]], [[0.14831643079024412]], [[0.15693498054580174]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3652603556315104]], [[0.2797969857010187]], [[0.18283198696959255]]], "std": [[[0.21143234466164001]], [[0.15044287928093603]], [[0.09008049684496357]]], "count": [100]}, "state": {"min": [-0.41671276092529297, -0.0460752509534359, 0.9892690777778625, 2.908764600753784, -0.22516459226608276, -0.49407386779785156, 0.014920691028237343, -0.04000582918524742], "max": [-0.01916075311601162, 0.2796230912208557, 1.2767083644866943, 3.2560529708862305, 0.2883540093898773, 0.1282297670841217, 0.03989976644515991, -0.014151791110634804], "mean": [-0.2241099327802658, 0.09596674144268036, 1.1551960706710815, 3.089503049850464, -8.016150241019204e-05, -0.15702974796295166, 0.024855714291334152, -0.024928180500864983], "std": [0.13986580073833466, 0.126606747508049, 0.07708828151226044, 0.11065585911273956, 0.13125425577163696, 0.21083813905715942, 0.011580702848732471, 0.01166001707315445], "count": [358]}, "actions": {"min": [-1.22231924533844, -0.3153327703475952, -0.6040868163108826, -0.12817634642124176, -0.21703065931797028, -0.16823410987854004, -1.0], "max": [0.6536319851875305, 0.707720160484314, 1.2431482076644897, 0.1856153905391693, 0.15753594040870667, 0.15004952251911163, 1.0], "mean": [-0.008979195728898048, 0.06617318838834763, -0.014225204475224018, 0.006755676120519638, 0.001893055159598589, -0.010393989272415638, 0.20670391619205475], "std": [0.2522147595882416, 0.13698318600654602, 0.22590702772140503, 0.047050219029188156, 0.04535635560750961, 0.042054180055856705, 0.9784054756164551], "count": [358]}, "timestamp": {"min": [0.0], "max": [35.7], "mean": [17.849999999999998], "std": [10.334529500659427], "count": [358]}, "frame_index": {"min": [0], "max": [357], "mean": [178.5], "std": [103.34529500659427], "count": [358]}, "episode_index": {"min": [474], "max": [474], "mean": [474.0], "std": [0.0], "count": [358]}, "index": {"min": [164758], "max": [165115], "mean": [164936.5], "std": [103.34529500659427], "count": [358]}, "task_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [358]}}} +{"episode_index": 475, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3425533477184819]], [[0.2866082302916284]], [[0.22421198287664676]]], "std": [[[0.16097146808831095]], [[0.1512106535140254]], [[0.15829404032295444]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38007179828718596]], [[0.291694392783969]], [[0.19091188737457873]]], "std": [[[0.20850374937814953]], [[0.14815724510457473]], [[0.08936017161413862]]], "count": [100]}, "state": {"min": [-0.41275882720947266, -0.07720591872930527, 0.9892300367355347, 2.8619296550750732, -0.24109460413455963, -0.4218811094760895, 0.014884659089148045, -0.04000585526227951], "max": [-0.015695568174123764, 0.29572269320487976, 1.3026561737060547, 3.148041009902954, 0.1263769567012787, 0.19131359457969666, 0.039924100041389465, -0.01221383549273014], "mean": [-0.22016680240631104, 0.10533369332551956, 1.1688319444656372, 3.045917272567749, -0.059591300785541534, -0.12387708574533463, 0.024242404848337173, -0.023914063349366188], "std": [0.14791859686374664, 0.1414978802204132, 0.08727608621120453, 0.08146332204341888, 0.10115443170070648, 0.19276022911071777, 0.011272978037595749, 0.011617280542850494], "count": [307]}, "actions": {"min": [-1.3607758283615112, -0.6312626004219055, -0.5366427302360535, -0.18805739283561707, -0.1835048496723175, -0.13955537974834442, -1.0], "max": [0.6520405411720276, 0.6706148982048035, 1.5094428062438965, 0.31322991847991943, 0.1376795619726181, 0.16684696078300476, 1.0], "mean": [-0.02794010005891323, 0.07960168272256851, -0.03133334219455719, 0.005041573196649551, 0.00029895605985075235, -0.012499428354203701, 0.27035829424858093], "std": [0.2868384122848511, 0.17374031245708466, 0.29592832922935486, 0.052297744899988174, 0.04353290796279907, 0.043014660477638245, 0.9627601504325867], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [475], "max": [475], "mean": [475.0], "std": [0.0], "count": [307]}, "index": {"min": [165116], "max": [165422], "mean": [165269.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [307]}}} +{"episode_index": 476, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3481193500593597]], [[0.29051496199065563]], [[0.2260186851351869]]], "std": [[[0.15186657390686453]], [[0.14239673138101538]], [[0.15161884989362626]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.39478131761737895]], [[0.2982229147518382]], [[0.1901382631788067]]], "std": [[[0.18373819385875798]], [[0.12732064596086065]], [[0.07527508581699925]]], "count": [100]}, "state": {"min": [-0.2974003255367279, -0.19869671761989594, 0.9889207482337952, 3.0714762210845947, -0.14729465544223785, -0.11967968195676804, 0.014955464750528336, -0.040004950016736984], "max": [-0.13341884315013885, 0.2272341251373291, 1.2294504642486572, 3.325859546661377, 0.18911632895469666, 0.04813985154032707, 0.03993217647075653, -0.014799010008573532], "mean": [-0.2176377922296524, -0.004289529286324978, 1.1311899423599243, 3.1733479499816895, -0.007783078122884035, -0.0372152216732502, 0.02677229233086109, -0.02673976495862007], "std": [0.05050082504749298, 0.1688658595085144, 0.06887359172105789, 0.0789031907916069, 0.08536478877067566, 0.05125169828534126, 0.011522076092660427, 0.011600550264120102], "count": [275]}, "actions": {"min": [-0.3650110960006714, -0.6833319664001465, -0.5734003782272339, -0.09042125940322876, -0.11161281913518906, -0.12287378311157227, -1.0], "max": [0.5220410227775574, 1.0671591758728027, 0.7067012786865234, 0.21751198172569275, 0.09532930701971054, 0.1091136708855629, 1.0], "mean": [0.023752475157380104, 0.06285370141267776, -0.020376652479171753, 0.005585369188338518, 0.0035864347591996193, -0.0019254502840340137, 0.06909091025590897], "std": [0.14806579053401947, 0.2684248983860016, 0.23958416283130646, 0.03699247166514397, 0.03619392588734627, 0.038316018879413605, 0.9976099729537964], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [476], "max": [476], "mean": [476.0], "std": [0.0], "count": [275]}, "index": {"min": [165423], "max": [165697], "mean": [165560.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [275]}}} +{"episode_index": 477, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34478979312672337]], [[0.28881724997127756]], [[0.22705778593175552]]], "std": [[[0.15010988223344834]], [[0.14134316660718196]], [[0.1500176664178289]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3834508367800245]], [[0.2894466229607077]], [[0.1840855090571385]]], "std": [[[0.1935710968694551]], [[0.13467745303323025]], [[0.07660690849012076]]], "count": [100]}, "state": {"min": [-0.30920884013175964, -0.22410044074058533, 0.9885966181755066, 3.055187225341797, -0.03213401511311531, -0.21381692588329315, 0.013238458894193172, -0.040000732988119125], "max": [-0.10677076876163483, 0.20262496173381805, 1.252856969833374, 3.1800150871276855, 0.22107307612895966, 0.09243093430995941, 0.03997711092233658, -0.014133184216916561], "mean": [-0.20267076790332794, 0.004409602377563715, 1.1375993490219116, 3.11637282371521, 0.07015440613031387, -0.12217660248279572, 0.024671610444784164, -0.02471557818353176], "std": [0.05537839233875275, 0.17047937214374542, 0.07401490956544876, 0.026480162516236305, 0.06306874006986618, 0.08631254732608795, 0.011482702568173409, 0.011494515463709831], "count": [302]}, "actions": {"min": [-0.353839248418808, -1.1034913063049316, -0.7294601202011108, -0.17718473076820374, -0.19078025221824646, -0.1383877396583557, -1.0], "max": [0.5898627638816833, 1.0502185821533203, 0.8004904389381409, 0.2901161015033722, 0.10207255929708481, 0.21848224103450775, 1.0], "mean": [0.026660742238163948, 0.04483497142791748, -0.01724962517619133, 0.0014148649061098695, 0.0034617180936038494, -0.007685187738388777, 0.21854305267333984], "std": [0.1633654087781906, 0.29098382592201233, 0.23766784369945526, 0.05191585421562195, 0.034806281328201294, 0.041072435677051544, 0.9758262038230896], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [477], "max": [477], "mean": [477.0], "std": [0.0], "count": [302]}, "index": {"min": [165698], "max": [165999], "mean": [165848.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [302]}}} +{"episode_index": 478, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3464695261038986]], [[0.2894657628676471]], [[0.22586471557617188]]], "std": [[[0.1520749060419032]], [[0.14250154956860303]], [[0.15109116348549437]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38887606572169886]], [[0.29464304426604626]], [[0.1887198288861443]]], "std": [[[0.18787094875176694]], [[0.129824547525841]], [[0.07491376553879399]]], "count": [100]}, "state": {"min": [-0.31985968351364136, -0.2571307420730591, 1.017946720123291, 3.019662857055664, -0.0720541924238205, -0.15761248767375946, 0.013573911972343922, -0.04000616446137428], "max": [-0.11156415939331055, 0.22029733657836914, 1.258708119392395, 3.311016082763672, 0.24690797924995422, 0.04352644458413124, 0.03991435468196869, -0.014151614159345627], "mean": [-0.21347850561141968, -0.032580580562353134, 1.1505069732666016, 3.135420083999634, 0.033846598118543625, -0.06240728124976158, 0.02526705153286457, -0.02544994466006756], "std": [0.06322911381721497, 0.17605619132518768, 0.06888769567012787, 0.07151392847299576, 0.07426068186759949, 0.05362769216299057, 0.011968672275543213, 0.011858456768095493], "count": [294]}, "actions": {"min": [-0.5093370676040649, -1.7997349500656128, -0.5187575221061707, -0.16168363392353058, -0.17484112083911896, -0.19056162238121033, -1.0], "max": [0.5138011574745178, 1.083146095275879, 0.7478601336479187, 0.1674036830663681, 0.18419958651065826, 0.21528637409210205, 1.0], "mean": [0.02732326276600361, 0.04915200546383858, -0.0075065977871418, 0.003928038757294416, 0.002370161470025778, -0.0016577462665736675, 0.1428571492433548], "std": [0.1733274757862091, 0.3385745584964752, 0.22152398526668549, 0.04910053685307503, 0.043345700949430466, 0.053939010947942734, 0.9897432923316956], "count": [294]}, "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": [478], "max": [478], "mean": [478.0], "std": [0.0], "count": [294]}, "index": {"min": [166000], "max": [166293], "mean": [166146.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [294]}}} +{"episode_index": 479, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3455778694900812]], [[0.2892211764466529]], [[0.2270813861921722]]], "std": [[[0.15595765257334468]], [[0.14738417921845465]], [[0.15670222887798757]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.40250710161994485]], [[0.3073169370165058]], [[0.19905315862917433]]], "std": [[[0.19012144510070605]], [[0.13195721787388037]], [[0.079460390801399]]], "count": [100]}, "state": {"min": [-0.28722405433654785, -0.2177496999502182, 1.0066046714782715, 3.0348691940307617, -0.2643274962902069, -0.507156252861023, 0.015937043353915215, -0.040004704147577286], "max": [-0.13151505589485168, 0.24702812731266022, 1.2946807146072388, 3.437769651412964, 0.21194703876972198, 0.0680682435631752, 0.039957597851753235, -0.014882774092257023], "mean": [-0.20916235446929932, 0.01327058020979166, 1.1651241779327393, 3.1849026679992676, -0.10623445361852646, -0.12461814284324646, 0.024609513580799103, -0.024540962651371956], "std": [0.04762659966945648, 0.18331389129161835, 0.08454995602369308, 0.0883026197552681, 0.10408631712198257, 0.1833302080631256, 0.010708997957408428, 0.010854782536625862], "count": [275]}, "actions": {"min": [-0.496387243270874, -0.9914625883102417, -0.6635887622833252, -0.1889897584915161, -0.16233769059181213, -0.19455401599407196, -1.0], "max": [0.5398105382919312, 0.7870074510574341, 0.9457007646560669, 0.28632768988609314, 0.2988429665565491, 0.20865650475025177, 1.0], "mean": [0.019392404705286026, 0.08225183933973312, -0.02821800857782364, 0.010000769980251789, 0.006898516323417425, -8.642457032692619e-06, 0.28727272152900696], "std": [0.15810123085975647, 0.27747222781181335, 0.2799096703529358, 0.05946611613035202, 0.05012797936797142, 0.06429272890090942, 0.9578492045402527], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [479], "max": [479], "mean": [479.0], "std": [0.0], "count": [275]}, "index": {"min": [166294], "max": [166568], "mean": [166431.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [275]}}} +{"episode_index": 480, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33925812485638784]], [[0.28348558971928617]], [[0.22206569177964153]]], "std": [[[0.15567630643021096]], [[0.14581353827994822]], [[0.1523376894668915]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.34429466097962624]], [[0.2643235533471201]], [[0.17378644157858456]]], "std": [[[0.21084533423303373]], [[0.15086582152045555]], [[0.08980057809300947]]], "count": [100]}, "state": {"min": [-0.5037462711334229, -0.3654349148273468, 1.004588007926941, 2.9658114910125732, -0.07321640849113464, -0.19920864701271057, 0.015097679570317268, -0.03998932987451553], "max": [-0.0024304830003529787, 0.17358915507793427, 1.245150089263916, 3.306579351425171, 0.18583232164382935, 0.10772350430488586, 0.03997045010328293, -0.013707546517252922], "mean": [-0.2938617467880249, -0.0915183499455452, 1.1447206735610962, 3.1286520957946777, 0.0271535012871027, -0.0500572994351387, 0.023630602285265923, -0.02352687157690525], "std": [0.19026991724967957, 0.2055247724056244, 0.07470613718032837, 0.09502243995666504, 0.06754673272371292, 0.08185789734125137, 0.010788857005536556, 0.010821385309100151], "count": [331]}, "actions": {"min": [-1.1544690132141113, -1.1795761585235596, -0.6440598368644714, -0.1563858538866043, -0.15139718353748322, -0.14888879656791687, -1.0], "max": [0.7135235071182251, 0.5860961675643921, 1.253245234489441, 0.150266632437706, 0.09261159598827362, 0.1757047325372696, 1.0], "mean": [-0.038856055587530136, -0.07456439733505249, -0.01973353885114193, -0.002921846928074956, -0.0051722098141908646, 0.0009329974418506026, 0.3413897156715393], "std": [0.2957635819911957, 0.2859035134315491, 0.23080980777740479, 0.04956553876399994, 0.03655265271663666, 0.046678051352500916, 0.9399200081825256], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [480], "max": [480], "mean": [480.0], "std": [0.0], "count": [331]}, "index": {"min": [166569], "max": [166899], "mean": [166734.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [331]}}} +{"episode_index": 481, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34445257807712926]], [[0.287458501479205]], [[0.22473357735428154]]], "std": [[[0.15682445883349608]], [[0.14762914976453848]], [[0.15601638396817466]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.384979164871515]], [[0.29618761608647365]], [[0.1937575803270527]]], "std": [[[0.20472985045809516]], [[0.14521310361443981]], [[0.085457573688392]]], "count": [100]}, "state": {"min": [-0.5099828839302063, -0.326366126537323, 0.9937940239906311, 2.94785475730896, -0.20508155226707458, -0.2541748583316803, 0.01472681388258934, -0.039983104914426804], "max": [-0.019859833642840385, 0.19696830213069916, 1.2863104343414307, 3.323951005935669, 0.12331051379442215, 0.01316297147423029, 0.03999177739024162, -0.013898509554564953], "mean": [-0.2600747048854828, -0.024973610416054726, 1.1466950178146362, 3.121744394302368, -0.05722978711128235, -0.10536949336528778, 0.024710984900593758, -0.02471153810620308], "std": [0.19310952723026276, 0.20286411046981812, 0.08872143179178238, 0.10558878630399704, 0.07636278122663498, 0.08342911303043365, 0.011395787820219994, 0.01130681298673153], "count": [278]}, "actions": {"min": [-0.9941592812538147, -1.5002259016036987, -0.6164374947547913, -0.20582081377506256, -0.23501044511795044, -0.158312126994133, -1.0], "max": [0.5878133773803711, 0.6006503701210022, 1.0318081378936768, 0.13119672238826752, 0.11210880428552628, 0.25878551602363586, 1.0], "mean": [-0.047594401985406876, -0.0960477814078331, -0.040294237434864044, -0.005043338518589735, 0.0007798290462233126, -0.000775732914917171, 0.2374100685119629], "std": [0.3023853898048401, 0.31681713461875916, 0.28338852524757385, 0.051387496292591095, 0.049126189202070236, 0.05507621914148331, 0.9714094400405884], "count": [278]}, "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": [481], "max": [481], "mean": [481.0], "std": [0.0], "count": [278]}, "index": {"min": [166900], "max": [167177], "mean": [167038.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [278]}}} +{"episode_index": 482, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34366883221794575]], [[0.2868128129547718]], [[0.22345343556123623]]], "std": [[[0.15304114655279516]], [[0.14336967955570828]], [[0.15137980428995643]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.35840594721775426]], [[0.27448817114736523]], [[0.17902467615464154]]], "std": [[[0.20925012567898374]], [[0.14904452111585695]], [[0.08700914740335136]]], "count": [100]}, "state": {"min": [-0.4898150563240051, -0.3074297606945038, 1.0124529600143433, 2.961848497390747, -0.11457765847444534, -0.306702196598053, 0.015189415775239468, -0.039958033710718155], "max": [-0.03113415278494358, 0.17134924232959747, 1.257632851600647, 3.399651527404785, 0.13523198664188385, 0.012875759974122047, 0.03998902067542076, -0.012917506508529186], "mean": [-0.28635895252227783, -0.06158187985420227, 1.1452994346618652, 3.1535143852233887, 0.014657455496490002, -0.07880449295043945, 0.023479219526052475, -0.023138992488384247], "std": [0.18325014412403107, 0.1918812096118927, 0.07153597474098206, 0.12467219680547714, 0.06359901279211044, 0.08587164431810379, 0.010765339247882366, 0.010952189564704895], "count": [306]}, "actions": {"min": [-0.9791309833526611, -0.7885421514511108, -0.570216953754425, -0.14987587928771973, -0.1724568009376526, -0.17279614508152008, -1.0], "max": [0.9582990407943726, 0.6761038899421692, 1.181247353553772, 0.26016899943351746, 0.17056231200695038, 0.25130534172058105, 1.0], "mean": [-0.04080188274383545, -0.0812734067440033, -0.02418595924973488, -0.005883185658603907, -0.002042147796601057, 0.0003347952733747661, 0.379084974527359], "std": [0.26957467198371887, 0.2415868192911148, 0.2341478019952774, 0.04679948091506958, 0.04183216392993927, 0.05297371745109558, 0.925359308719635], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [482], "max": [482], "mean": [482.0], "std": [0.0], "count": [306]}, "index": {"min": [167178], "max": [167483], "mean": [167330.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [306]}}} +{"episode_index": 483, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3417798408059513]], [[0.28600261792949605]], [[0.22507101201076132]]], "std": [[[0.15783124533200438]], [[0.14954580827982838]], [[0.157321454960884]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3936369066425398]], [[0.30230325317382817]], [[0.1972082950367647]]], "std": [[[0.19790539705524163]], [[0.1402665429991445]], [[0.08350715460942032]]], "count": [100]}, "state": {"min": [-0.4886406362056732, -0.3195197284221649, 1.0034747123718262, 2.8738155364990234, -0.15235231816768646, -0.0995146632194519, 0.014421344734728336, -0.040005162358284], "max": [-0.004244795069098473, 0.19563819468021393, 1.248150110244751, 3.225708246231079, 0.1952507346868515, 0.05220677703619003, 0.039934441447257996, -0.013768702745437622], "mean": [-0.2356073558330536, -0.021232454106211662, 1.1557303667068481, 3.051377058029175, -0.04245411232113838, -0.006038974039256573, 0.024906061589717865, -0.025086861103773117], "std": [0.17731715738773346, 0.19521409273147583, 0.07606542110443115, 0.09872262179851532, 0.0827564224600792, 0.03681034594774246, 0.011975747533142567, 0.011878262273967266], "count": [318]}, "actions": {"min": [-1.1334552764892578, -1.1228344440460205, -0.6839334964752197, -0.1560182273387909, -0.11473558843135834, -0.14752031862735748, -1.0], "max": [0.49049896001815796, 0.7455632090568542, 1.4216216802597046, 0.14536438882350922, 0.14317511022090912, 0.1691068559885025, 1.0], "mean": [-0.03670886531472206, -0.08423560857772827, -0.03546382859349251, -0.006333975587040186, 0.0010895890882238746, 0.00046957639278844, 0.18238992989063263], "std": [0.2549058496952057, 0.25989189743995667, 0.2554093301296234, 0.04292142391204834, 0.03532547503709793, 0.047563884407281876, 0.983226478099823], "count": [318]}, "timestamp": {"min": [0.0], "max": [31.7], "mean": [15.849999999999998], "std": [9.17982389083073], "count": [318]}, "frame_index": {"min": [0], "max": [317], "mean": [158.5], "std": [91.79823890830731], "count": [318]}, "episode_index": {"min": [483], "max": [483], "mean": [483.0], "std": [0.0], "count": [318]}, "index": {"min": [167484], "max": [167801], "mean": [167642.5], "std": [91.79823890830731], "count": [318]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [318]}}} +{"episode_index": 484, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34445094329235604]], [[0.2867203279383042]], [[0.2226821995155484]]], "std": [[[0.15362514207785327]], [[0.14306493740459436]], [[0.15156376369992994]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.36288861024145985]], [[0.27723852718577663]], [[0.1799485419778263]]], "std": [[[0.20940194867826517]], [[0.14922728578805172]], [[0.08591502569414795]]], "count": [100]}, "state": {"min": [-0.484030157327652, -0.2934221029281616, 0.9933062195777893, 3.00866436958313, -0.024951407685875893, -0.39383941888809204, 0.013328957371413708, -0.03999423235654831], "max": [-0.03529180586338043, 0.19410733878612518, 1.2456015348434448, 3.2729885578155518, 0.33227336406707764, 0.03921661898493767, 0.040005411952733994, -0.014600126072764397], "mean": [-0.24876663088798523, -0.04589634761214256, 1.1289197206497192, 3.1454715728759766, 0.1022554412484169, -0.1211257353425026, 0.026004692539572716, -0.02581796608865261], "std": [0.16834421455860138, 0.18904152512550354, 0.07809989899396896, 0.09499432146549225, 0.09701750427484512, 0.15341739356517792, 0.010892247781157494, 0.01102406531572342], "count": [294]}, "actions": {"min": [-1.3100494146347046, -1.5532705783843994, -0.6185552477836609, -0.23453371226787567, -0.20429641008377075, -0.16733573377132416, -1.0], "max": [0.6654214262962341, 0.705913782119751, 1.6233570575714111, 0.18912117183208466, 0.12931321561336517, 0.28500089049339294, 1.0], "mean": [-0.05121800675988197, -0.08480767160654068, -0.03324821963906288, -0.003870996879413724, 0.0006193472072482109, 0.0006697088247165084, 0.18367347121238708], "std": [0.2825692296028137, 0.2909517288208008, 0.29158371686935425, 0.04724949598312378, 0.04911457374691963, 0.06238066032528877, 0.9829855561256409], "count": [294]}, "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": [484], "max": [484], "mean": [484.0], "std": [0.0], "count": [294]}, "index": {"min": [167802], "max": [168095], "mean": [167948.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [294]}}} +{"episode_index": 485, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3424538723814721]], [[0.2845414117551317]], [[0.22016369389552698]]], "std": [[[0.15442024468575513]], [[0.14354450522138867]], [[0.15100254143746106]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3423543928557751]], [[0.2623829387589997]], [[0.17204482912549784]]], "std": [[[0.20710436134656968]], [[0.1485005534583448]], [[0.08852060917026704]]], "count": [100]}, "state": {"min": [-0.499003529548645, -0.2885412871837616, 0.9894309043884277, 2.738473892211914, -0.007189830765128136, -0.08044618368148804, 0.014451602473855019, -0.03997288644313812], "max": [-0.001933073508553207, 0.1706932634115219, 1.2752504348754883, 3.1900794506073, 0.3542543649673462, 0.1297549158334732, 0.03998323902487755, -0.013777329586446285], "mean": [-0.29066649079322815, -0.05420904979109764, 1.1592351198196411, 3.009608268737793, 0.11945333331823349, -0.005566970445215702, 0.02251957543194294, -0.02275804989039898], "std": [0.19362692534923553, 0.18593789637088776, 0.08193428814411163, 0.14883577823638916, 0.09222758561372757, 0.054050203412771225, 0.011321000754833221, 0.011156400665640831], "count": [349]}, "actions": {"min": [-1.2014681100845337, -1.3225167989730835, -0.6531697511672974, -0.2159201055765152, -0.11162766069173813, -0.15726883709430695, -1.0], "max": [1.1624982357025146, 0.8769327998161316, 0.9852916598320007, 0.17488403618335724, 0.15777118504047394, 0.24272768199443817, 1.0], "mean": [-0.037189457565546036, -0.06859982758760452, -0.015010670758783817, -0.006921744905412197, -0.00021518219728022814, -7.387303048744798e-05, 0.3581661880016327], "std": [0.32031524181365967, 0.23693323135375977, 0.24279995262622833, 0.04614030197262764, 0.03886377811431885, 0.049805328249931335, 0.9336597919464111], "count": [349]}, "timestamp": {"min": [0.0], "max": [34.8], "mean": [17.400000000000002], "std": [10.074720839804943], "count": [349]}, "frame_index": {"min": [0], "max": [348], "mean": [174.0], "std": [100.74720839804942], "count": [349]}, "episode_index": {"min": [485], "max": [485], "mean": [485.0], "std": [0.0], "count": [349]}, "index": {"min": [168096], "max": [168444], "mean": [168270.0], "std": [100.74720839804942], "count": [349]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [349]}}} +{"episode_index": 486, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3411295692593444]], [[0.28368234851313573]], [[0.22020881263882505]]], "std": [[[0.14968062337943958]], [[0.139597048628953]], [[0.14691998024973757]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.37638927983302695]], [[0.2855492918725107]], [[0.18411310233321845]]], "std": [[[0.18851031530490034]], [[0.13033530287914427]], [[0.07465171727885508]]], "count": [100]}, "state": {"min": [-0.331886887550354, -0.20404043793678284, 1.0091978311538696, 2.9731297492980957, -0.024775799363851547, -0.21062640845775604, 0.01466934010386467, -0.040006496012210846], "max": [-0.20611368119716644, 0.23225723206996918, 1.2578601837158203, 3.177053213119507, 0.22538791596889496, 0.024036739021539688, 0.03986455872654915, -0.015419158153235912], "mean": [-0.27076900005340576, 0.0391213595867157, 1.1448110342025757, 3.062553644180298, 0.05879351869225502, -0.06835062056779861, 0.024278275668621063, -0.024409782141447067], "std": [0.04488819092512131, 0.18036136031150818, 0.07393289357423782, 0.051769889891147614, 0.070000559091568, 0.06810903549194336, 0.010603823699057102, 0.010578302666544914], "count": [218]}, "actions": {"min": [-0.23892968893051147, -1.188490390777588, -0.555577278137207, -0.12309788912534714, -0.09567216038703918, -0.11438464373350143, -1.0], "max": [0.3779987692832947, 1.5271189212799072, 1.1620373725891113, 0.11950239539146423, 0.10147830843925476, 0.11182907968759537, 1.0], "mean": [0.04438929632306099, 0.09232906997203827, 0.0011397668858990073, -0.002958897966891527, 0.005221274681389332, -0.0033844327554106712, 0.302752286195755], "std": [0.10639412701129913, 0.37544703483581543, 0.27291983366012573, 0.03978945314884186, 0.02950131706893444, 0.037034839391708374, 0.9530700445175171], "count": [218]}, "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": [486], "max": [486], "mean": [486.0], "std": [0.0], "count": [218]}, "index": {"min": [168445], "max": [168662], "mean": [168553.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [218]}}} +{"episode_index": 487, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.34189033957088694]], [[0.2840069304821538]], [[0.22156815771963081]]], "std": [[[0.15045820860614845]], [[0.14168473026164846]], [[0.14901554863428182]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.357820541082644]], [[0.2721480437634038]], [[0.17689404296875]]], "std": [[[0.18856770781324925]], [[0.13136665858643418]], [[0.07846159791306169]]], "count": [100]}, "state": {"min": [-0.3266795873641968, -0.22653703391551971, 0.9955463409423828, 2.918142795562744, -0.04156617447733879, -0.11252062022686005, 0.014676133170723915, -0.040010321885347366], "max": [-0.23232635855674744, 0.1820671409368515, 1.2487295866012573, 3.1402587890625, 0.1853259801864624, 0.1544324904680252, 0.03975144028663635, -0.015080390498042107], "mean": [-0.28551605343818665, 0.009150911122560501, 1.1340919733047485, 3.005988121032715, 0.04156117141246796, 0.003387778764590621, 0.022665688768029213, -0.0231128241866827], "std": [0.03457542881369591, 0.16158825159072876, 0.0759994387626648, 0.04758276417851448, 0.06181737408041954, 0.07380840927362442, 0.011056884191930294, 0.010903831571340561], "count": [221]}, "actions": {"min": [-0.15251031517982483, -0.8965674042701721, -0.6460022330284119, -0.1494045853614807, -0.08507980406284332, -0.18566708266735077, -1.0], "max": [0.5187000036239624, 0.8757402300834656, 1.027022123336792, 0.14183083176612854, 0.08610215783119202, 0.1141965389251709, 1.0], "mean": [0.03898990526795387, 0.065849669277668, -0.010141483508050442, -0.0001699268614174798, 0.00581055972725153, -0.0043383389711380005, 0.3484162986278534], "std": [0.07965600490570068, 0.32894232869148254, 0.26105305552482605, 0.03684154897928238, 0.0260167233645916, 0.04274183511734009, 0.9373395442962646], "count": [221]}, "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": [487], "max": [487], "mean": [487.0], "std": [0.0], "count": [221]}, "index": {"min": [168663], "max": [168883], "mean": [168773.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [221]}}} +{"episode_index": 488, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.34333058016907936]], [[0.28504618925206804]], [[0.22069317746629902]]], "std": [[[0.14854746373074432]], [[0.13846989030012952]], [[0.14599643063951995]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3700324748918122]], [[0.28082260969573375]], [[0.18111484063840377]]], "std": [[[0.18939448180953397]], [[0.1311077103801724]], [[0.07517570838538569]]], "count": [100]}, "state": {"min": [-0.35578420758247375, -0.2149723470211029, 1.0122908353805542, 3.0978078842163086, -0.11940610408782959, -0.22480744123458862, 0.014711006544530392, -0.04000202193856239], "max": [-0.20971110463142395, 0.21887192130088806, 1.2780839204788208, 3.256596803665161, 0.16346794366836548, -0.031683385372161865, 0.04000353068113327, -0.015547562390565872], "mean": [-0.2825990319252014, -0.003959880210459232, 1.155862808227539, 3.163215160369873, -0.003933082800358534, -0.1110529899597168, 0.025571653619408607, -0.02554868720471859], "std": [0.043904080986976624, 0.17380832135677338, 0.08045510202646255, 0.03517629951238632, 0.07337576895952225, 0.05026886612176895, 0.011478474363684654, 0.01145981252193451], "count": [259]}, "actions": {"min": [-0.41994619369506836, -0.9397841095924377, -0.48563244938850403, -0.09553278237581253, -0.10662864148616791, -0.14487968385219574, -1.0], "max": [0.524743914604187, 1.3238146305084229, 0.7559046149253845, 0.13866646587848663, 0.11479510366916656, 0.11269427090883255, 1.0], "mean": [0.0407654233276844, 0.07105831801891327, 0.0028272424824535847, 0.0034952310379594564, 0.00336482934653759, -0.001978534972295165, 0.17374517023563385], "std": [0.1346963793039322, 0.3071829378604889, 0.2505607008934021, 0.03469192236661911, 0.03357778117060661, 0.043279457837343216, 0.9847893714904785], "count": [259]}, "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": [488], "max": [488], "mean": [488.0], "std": [0.0], "count": [259]}, "index": {"min": [168884], "max": [169142], "mean": [169013.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [259]}}} +{"episode_index": 489, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.33852199718998927]], [[0.2809308465695849]], [[0.21768620569565716]]], "std": [[[0.15232743260618103]], [[0.14137259768378788]], [[0.14721053209043178]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.37793414426317407]], [[0.2879470759373085]], [[0.18690754310757504]]], "std": [[[0.19447079330001701]], [[0.13527271098164356]], [[0.07875150335065055]]], "count": [100]}, "state": {"min": [-0.35224661231040955, -0.1849360316991806, 1.0039036273956299, 2.9738006591796875, -0.16836291551589966, -0.32457035779953003, 0.014757586643099785, -0.04000646620988846], "max": [-0.22863954305648804, 0.2476692795753479, 1.2778856754302979, 3.1724729537963867, 0.1496969610452652, -0.04528510943055153, 0.03983506187796593, -0.014823256060481071], "mean": [-0.2877749502658844, 0.08043982833623886, 1.1708195209503174, 3.0861237049102783, -0.03393861651420593, -0.1414005607366562, 0.021875999867916107, -0.02200969308614731], "std": [0.0408683679997921, 0.17683550715446472, 0.08619286864995956, 0.04766984283924103, 0.07778283208608627, 0.07747725397348404, 0.010375798679888248, 0.010366170667111874], "count": [285]}, "actions": {"min": [-0.38772648572921753, -1.2845319509506226, -0.8657040596008301, -0.31964126229286194, -0.08882401883602142, -0.1422985941171646, -1.0], "max": [0.5294331908226013, 1.790234923362732, 1.2260295152664185, 0.18567556142807007, 0.10864686965942383, 0.12257204204797745, 1.0], "mean": [0.032309919595718384, 0.07788895070552826, 0.004131683614104986, 0.00011148441990371794, 0.0036257037427276373, -0.0019829762168228626, 0.4526315927505493], "std": [0.10266107320785522, 0.33268606662750244, 0.2753126621246338, 0.03732884302735329, 0.03130152449011803, 0.036608271300792694, 0.8916952610015869], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [489], "max": [489], "mean": [489.0], "std": [0.0], "count": [285]}, "index": {"min": [169143], "max": [169427], "mean": [169285.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [285]}}} +{"episode_index": 490, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3618982885024127]], [[0.301282398298675]], [[0.23528246053059895]]], "std": [[[0.13839654667755594]], [[0.13494693907799427]], [[0.14921710200075075]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.355482463163488]], [[0.2793113487094056]], [[0.19507780426623775]]], "std": [[[0.18839876576017162]], [[0.14546536103555782]], [[0.11170757923104876]]], "count": [100]}, "state": {"min": [-0.3838953375816345, -0.1595441848039627, 0.990565299987793, 1.9029664993286133, -0.057349793612957, -0.3105551600456238, 0.01512143760919571, -0.039907436817884445], "max": [-0.07662353664636612, 0.16351857781410217, 1.2166938781738281, 3.34297513961792, 0.4884616732597351, 0.26383548974990845, 0.04000575840473175, -0.016433848068118095], "mean": [-0.2508058547973633, 0.0289476215839386, 1.1151163578033447, 2.774247169494629, 0.12879793345928192, -0.031237339600920677, 0.02372044138610363, -0.024496106430888176], "std": [0.10605181753635406, 0.08184383809566498, 0.05872287601232529, 0.5209968090057373, 0.15858514606952667, 0.16958193480968475, 0.010299796238541603, 0.009611709043383598], "count": [335]}, "actions": {"min": [-1.5639816522598267, -1.0266958475112915, -0.627190113067627, -0.359846293926239, -0.17474037408828735, -0.13379167020320892, -1.0], "max": [0.7784229516983032, 0.7914565205574036, 0.7677102088928223, 0.18860632181167603, 0.136146679520607, 0.18797071278095245, 1.0], "mean": [0.007406494580209255, -0.04469618201255798, -0.02787010371685028, -0.03136944770812988, 0.005627200473099947, 0.0008302108617499471, 0.44477611780166626], "std": [0.25505775213241577, 0.20427553355693817, 0.21602264046669006, 0.07067053020000458, 0.046514324843883514, 0.049305617809295654, 0.8956425189971924], "count": [335]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.670573922989266], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [490], "max": [490], "mean": [490.0], "std": [0.0], "count": [335]}, "index": {"min": [169428], "max": [169762], "mean": [169595.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [335]}}} +{"episode_index": 491, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.362138318828508]], [[0.3009232901778876]], [[0.23353031173406863]]], "std": [[[0.14047939527640602]], [[0.13633290312473717]], [[0.15058550209836505]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3619483893899357]], [[0.2867592558019301]], [[0.20366606050379135]]], "std": [[[0.18024653240332073]], [[0.13425463175511715]], [[0.0975964719986628]]], "count": [100]}, "state": {"min": [-0.4247814118862152, -0.14983902871608734, 0.9969488978385925, 1.8067560195922852, -0.4095394015312195, -0.22482845187187195, 0.01305522583425045, -0.03995132818818092], "max": [-0.08411507308483124, 0.17878511548042297, 1.2458276748657227, 3.2849621772766113, 0.21726226806640625, 0.5763617157936096, 0.040002815425395966, -0.015303540043532848], "mean": [-0.29250556230545044, 0.04284876957535744, 1.1179927587509155, 2.6866979598999023, -0.12390521913766861, 0.17330694198608398, 0.0216582752764225, -0.02279871329665184], "std": [0.11655731499195099, 0.08739382773637772, 0.08077161759138107, 0.5389680862426758, 0.17620496451854706, 0.2916021943092346, 0.011277829296886921, 0.010510804131627083], "count": [386]}, "actions": {"min": [-1.1525737047195435, -0.5259091258049011, -0.6034220457077026, -0.4837862253189087, -0.19610905647277832, -0.23336246609687805, -1.0], "max": [0.5608744621276855, 0.6770872473716736, 1.6415106058120728, 0.11280134320259094, 0.15941092371940613, 0.2723376750946045, 1.0], "mean": [0.0002889578463509679, -0.030431393533945084, -0.016469651833176613, -0.027058186009526253, -0.006290617864578962, 0.0028797283302992582, 0.4559585452079773], "std": [0.22437205910682678, 0.18193194270133972, 0.24597807228565216, 0.06465794146060944, 0.0530790239572525, 0.05310017988085747, 0.8900018334388733], "count": [386]}, "timestamp": {"min": [0.0], "max": [38.5], "mean": [19.25], "std": [11.142822802144885], "count": [386]}, "frame_index": {"min": [0], "max": [385], "mean": [192.5], "std": [111.42822802144886], "count": [386]}, "episode_index": {"min": [491], "max": [491], "mean": [491.0], "std": [0.0], "count": [386]}, "index": {"min": [169763], "max": [170148], "mean": [169955.5], "std": [111.42822802144886], "count": [386]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [386]}}} +{"episode_index": 492, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3648183952780331]], [[0.30409099085190716]], [[0.23839829149433212]]], "std": [[[0.14058298700500674]], [[0.13807606689590413]], [[0.15216740257322234]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3603344349580652]], [[0.28608077643899354]], [[0.2054207751704197]]], "std": [[[0.1814488432368017]], [[0.14240538654383877]], [[0.11500379367576527]]], "count": [100]}, "state": {"min": [-0.37078598141670227, -0.13377705216407776, 0.9995588064193726, 1.94173264503479, -0.2378610223531723, -0.30518218874931335, 0.014769705943763256, -0.04000289738178253], "max": [-0.09907925128936768, 0.15670378506183624, 1.1927194595336914, 3.2231059074401855, 0.3012506067752838, 0.4136808216571808, 0.0399676077067852, -0.018047332763671875], "mean": [-0.2689304053783417, 0.06169614940881729, 1.1098134517669678, 2.6565604209899902, 0.021574370563030243, 0.09527759253978729, 0.023010950535535812, -0.0242839977145195], "std": [0.08898060768842697, 0.07191010564565659, 0.05763295665383339, 0.4756799638271332, 0.16176000237464905, 0.23787491023540497, 0.009946908801794052, 0.009108742699027061], "count": [416]}, "actions": {"min": [-0.76058030128479, -0.47690683603286743, -1.5297454595565796, -0.25225237011909485, -0.25896206498146057, -0.25971534848213196, -1.0], "max": [0.5350518226623535, 0.9837020635604858, 0.93821120262146, 0.3642937242984772, 0.17583532631397247, 0.19376873970031738, 1.0], "mean": [0.01146440114825964, -0.029798133298754692, -0.01757173240184784, -0.023910995572805405, -0.0029451248701661825, 0.007064421195536852, 0.4951923191547394], "std": [0.18286976218223572, 0.17289842665195465, 0.2050858736038208, 0.059392739087343216, 0.05108487978577614, 0.05143018811941147, 0.8687811493873596], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [492], "max": [492], "mean": [492.0], "std": [0.0], "count": [416]}, "index": {"min": [170149], "max": [170564], "mean": [170356.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [416]}}} +{"episode_index": 493, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36360795563342524]], [[0.3028430127910539]], [[0.23639479693244486]]], "std": [[[0.13918349488538348]], [[0.13588020170898446]], [[0.15026917245460317]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.352122527477788]], [[0.2776348505955117]], [[0.19469627948835783]]], "std": [[[0.193063163946615]], [[0.14857298882385453]], [[0.11339619845678983]]], "count": [100]}, "state": {"min": [-0.42959296703338623, -0.1676463484764099, 0.9943944215774536, 1.8131604194641113, -0.20312903821468353, -0.10776251554489136, 0.013977575115859509, -0.039789654314517975], "max": [-0.10184504091739655, 0.18148647248744965, 1.1881076097488403, 3.368187189102173, 0.4524507224559784, 0.33085474371910095, 0.040010612457990646, -0.016655990853905678], "mean": [-0.27674832940101624, 0.05271703749895096, 1.0958064794540405, 2.8293650150299072, 0.09717979282140732, 0.053826577961444855, 0.02311999723315239, -0.02375919185578823], "std": [0.11817056685686111, 0.08756866306066513, 0.051747776567935944, 0.5697367787361145, 0.17143036425113678, 0.11956288665533066, 0.010769433341920376, 0.01011879462748766], "count": [343]}, "actions": {"min": [-0.9613731503486633, -1.1133216619491577, -0.7436322569847107, -0.4408167004585266, -0.20957913994789124, -0.17477960884571075, -1.0], "max": [0.7459412217140198, 0.9496354460716248, 1.1059335470199585, 0.13524076342582703, 0.21711930632591248, 0.1639428734779358, 1.0], "mean": [-0.00032988807652145624, -0.043573055416345596, -0.017443254590034485, -0.03041454590857029, 0.0015548323281109333, 0.0003351966734044254, 0.4402332305908203], "std": [0.23207004368305206, 0.19734366238117218, 0.2001541405916214, 0.07044719159603119, 0.05231126770377159, 0.04101195186376572, 0.8978816270828247], "count": [343]}, "timestamp": {"min": [0.0], "max": [34.2], "mean": [17.1], "std": [9.901515035589249], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [493], "max": [493], "mean": [493.0], "std": [0.0], "count": [343]}, "index": {"min": [170565], "max": [170907], "mean": [170736.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [343]}}} +{"episode_index": 494, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36100121352251835]], [[0.2976330883549709]], [[0.22900636022231158]]], "std": [[[0.1358053794524862]], [[0.1299867013383906]], [[0.14280440750227533]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.32389380002489276]], [[0.256855354458678]], [[0.19189261821672027]]], "std": [[[0.16831879891689613]], [[0.1462725339103297]], [[0.13370870129061413]]], "count": [100]}, "state": {"min": [-0.42763766646385193, -0.15271222591400146, 0.9940702319145203, 1.721516489982605, -0.2801637649536133, -0.14774753153324127, 0.013020497746765614, -0.03994423523545265], "max": [-0.2944227457046509, 0.21630313992500305, 1.1681160926818848, 3.203195571899414, 0.21789883077144623, 0.34410008788108826, 0.040003545582294464, -0.016558321192860603], "mean": [-0.3806280493736267, 0.05057527869939804, 1.0772812366485596, 2.4626755714416504, -0.0003239758952986449, 0.07483543455600739, 0.022336522117257118, -0.02425980009138584], "std": [0.028867697343230247, 0.10750685632228851, 0.04842958226799965, 0.5733143091201782, 0.11946040391921997, 0.16313815116882324, 0.011875529773533344, 0.010565339587628841], "count": [326]}, "actions": {"min": [-0.8345358371734619, -0.9626967906951904, -0.5162795782089233, -0.3292832672595978, -0.17877225577831268, -0.21138249337673187, -1.0], "max": [0.3197920024394989, 1.0185091495513916, 0.917153537273407, 0.2560586631298065, 0.21003976464271545, 0.1335674226284027, 1.0], "mean": [-0.0020051728934049606, -0.030109519138932228, -0.025197993963956833, -0.03428127244114876, 0.0013342101592570543, -0.002613917924463749, 0.38036808371543884], "std": [0.1500796228647232, 0.25093719363212585, 0.16587887704372406, 0.07659341394901276, 0.04584430903196335, 0.04377537593245506, 0.9248341917991638], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [494], "max": [494], "mean": [494.0], "std": [0.0], "count": [326]}, "index": {"min": [170908], "max": [171233], "mean": [171070.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [326]}}} +{"episode_index": 495, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3604856818704044]], [[0.2977442423502604]], [[0.23223105277267156]]], "std": [[[0.13740992054708823]], [[0.1349370869219249]], [[0.1472915003941294]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.33114116593903187]], [[0.2619216547947304]], [[0.19243416760014553]]], "std": [[[0.1690776380140107]], [[0.1368072834323526]], [[0.1175202744934173]]], "count": [100]}, "state": {"min": [-0.3942027688026428, -0.16676518321037292, 0.9878147840499878, 1.6239209175109863, -0.1996353715658188, -0.3621753752231598, 0.013939064927399158, -0.03992211073637009], "max": [-0.268154501914978, 0.23903733491897583, 1.203831672668457, 3.2696940898895264, 0.12739236652851105, 0.38449394702911377, 0.04000496119260788, -0.017281558364629745], "mean": [-0.3371756076812744, 0.07039207220077515, 1.0699180364608765, 2.6105151176452637, -0.08008082211017609, 0.028125343844294548, 0.024960903450846672, -0.026098353788256645], "std": [0.032083891332149506, 0.1175699457526207, 0.06138597056269646, 0.6067926287651062, 0.07992525398731232, 0.27639874815940857, 0.011619823053479195, 0.010590066201984882], "count": [270]}, "actions": {"min": [-0.593252956867218, -1.2309967279434204, -0.5289108753204346, -0.3561597764492035, -0.21298173069953918, -0.1490100473165512, -1.0], "max": [0.3150022625923157, 0.7634859085083008, 0.6530683636665344, 0.20410023629665375, 0.1745954155921936, 0.19973808526992798, 1.0], "mean": [-0.001092124148271978, -0.05027099698781967, -0.051767587661743164, -0.04786895588040352, -0.0026975665241479874, 0.0058843400329351425, 0.25925925374031067], "std": [0.13188286125659943, 0.2528994381427765, 0.1566428542137146, 0.08378148078918457, 0.051900506019592285, 0.0478084497153759, 0.9658058285713196], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [495], "max": [495], "mean": [495.0], "std": [0.0], "count": [270]}, "index": {"min": [171234], "max": [171503], "mean": [171368.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [270]}}} +{"episode_index": 496, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3640042993882123]], [[0.30134000651041665]], [[0.23409556011125152]]], "std": [[[0.13716980494337036]], [[0.13359709774390108]], [[0.14766730614601384]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.33564393525965075]], [[0.2639553138882506]], [[0.19208893181295955]]], "std": [[[0.17006334498241835]], [[0.14086622662043818]], [[0.1235751291370455]]], "count": [100]}, "state": {"min": [-0.39279794692993164, -0.13572707772254944, 0.999936044216156, 1.7904011011123657, -0.09129869937896729, -0.07729580998420715, 0.013050438836216927, -0.03996552526950836], "max": [-0.28927990794181824, 0.22940859198570251, 1.1852566003799438, 3.195117712020874, 0.1580752432346344, 0.2542603015899658, 0.0399831123650074, -0.015461654402315617], "mean": [-0.34589114785194397, 0.08695448935031891, 1.0735034942626953, 2.596618413925171, 0.003514992306008935, 0.10026562958955765, 0.022685851901769638, -0.024086080491542816], "std": [0.026604825630784035, 0.10329695045948029, 0.047085002064704895, 0.5263433456420898, 0.06029854342341423, 0.08379396796226501, 0.011969706043601036, 0.010932857170701027], "count": [280]}, "actions": {"min": [-0.5612804293632507, -0.6565885543823242, -0.6509774327278137, -0.42251819372177124, -0.14252184331417084, -0.1584121435880661, -1.0], "max": [0.48748087882995605, 1.0052412748336792, 0.5342490673065186, 0.17728975415229797, 0.11823175102472305, 0.1393110603094101, 1.0], "mean": [0.007966583594679832, -0.0253265593200922, -0.03864607587456703, -0.03868679329752922, -0.00267922249622643, 0.0008523287251591682, 0.3571428656578064], "std": [0.13584153354167938, 0.2806661128997803, 0.15710556507110596, 0.06873266398906708, 0.043453339487314224, 0.03725137934088707, 0.9340512156486511], "count": [280]}, "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": [496], "max": [496], "mean": [496.0], "std": [0.0], "count": [280]}, "index": {"min": [171504], "max": [171783], "mean": [171643.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [280]}}} +{"episode_index": 497, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3617632637771906]], [[0.2991673512178309]], [[0.23371205528109681]]], "std": [[[0.1397368979894674]], [[0.13730341676328067]], [[0.14971476899886338]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.34443627869849114]], [[0.2722485459271599]], [[0.1991730795467601]]], "std": [[[0.16938654619342858]], [[0.14013286635200983]], [[0.12281180398182141]]], "count": [100]}, "state": {"min": [-0.38420575857162476, -0.16027341783046722, 0.9879083633422852, 1.7491475343704224, -0.2018999457359314, -0.2332521378993988, 0.01403405424207449, -0.03999125212430954], "max": [-0.2843713164329529, 0.23531930148601532, 1.1938002109527588, 3.1716973781585693, 0.23029330372810364, 0.252827525138855, 0.040002014487981796, -0.01740690879523754], "mean": [-0.34742751717567444, 0.08890804648399353, 1.0867451429367065, 2.561466932296753, -0.05219235643744469, 0.030202340334653854, 0.024000396952033043, -0.02543996460735798], "std": [0.029964687302708626, 0.11403980106115341, 0.05638701841235161, 0.5392022728919983, 0.11256076395511627, 0.16842499375343323, 0.011587753891944885, 0.010506154038012028], "count": [292]}, "actions": {"min": [-0.5111461281776428, -0.8775303363800049, -0.902229368686676, -0.370877206325531, -0.24527931213378906, -0.15412840247154236, -1.0], "max": [0.2250933051109314, 0.9690130949020386, 0.5616694688796997, 0.16756494343280792, 0.1388404220342636, 0.17147597670555115, 1.0], "mean": [0.00407885666936636, -0.05050630494952202, -0.039983347058296204, -0.03691120818257332, 0.004386918619275093, -0.0008543350850231946, 0.3287671208381653], "std": [0.10913196951150894, 0.22387178242206573, 0.17784440517425537, 0.07304786145687103, 0.04681704193353653, 0.037349529564380646, 0.9444089531898499], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [497], "max": [497], "mean": [497.0], "std": [0.0], "count": [292]}, "index": {"min": [171784], "max": [172075], "mean": [171929.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [292]}}} +{"episode_index": 498, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3633275230258119]], [[0.3019402507707184]], [[0.23494755943148746]]], "std": [[[0.1382295209982868]], [[0.13441475134873462]], [[0.14842035085356392]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.4078209384095435]], [[0.3141825525620405]], [[0.21013616045783548]]], "std": [[[0.18500753101051526]], [[0.1324490058183067]], [[0.08116686449376492]]], "count": [100]}, "state": {"min": [-0.36480703949928284, -0.24624231457710266, 1.0056689977645874, 2.991915225982666, -0.20068202912807465, -0.09745670109987259, 0.015742767602205276, -0.04000239446759224], "max": [-0.08532265573740005, 0.18666933476924896, 1.2870715856552124, 3.1693899631500244, 0.07905684411525726, 0.09617844969034195, 0.03985864669084549, -0.015917209908366203], "mean": [-0.23728160560131073, 0.028301643207669258, 1.187973141670227, 3.095257520675659, -0.12010014802217484, -0.00248734001070261, 0.025029923766851425, -0.025113778188824654], "std": [0.10773014277219772, 0.1598232537508011, 0.08448272943496704, 0.04448986425995827, 0.06817938387393951, 0.06062871962785721, 0.0109498156234622, 0.010946693830192089], "count": [209]}, "actions": {"min": [-0.5425940752029419, -0.9601017832756042, -0.604600191116333, -0.17068806290626526, -0.1287849396467209, -0.1570083647966385, -1.0], "max": [0.803438127040863, 1.2790318727493286, 0.9865385293960571, 0.11798857152462006, 0.10584673285484314, 0.18135374784469604, 1.0], "mean": [-0.0020085100550204515, -0.09463690221309662, 0.04079142585396767, -0.0014973810175433755, -0.008376744575798512, -0.00347807165235281, 0.21531100571155548], "std": [0.27035775780677795, 0.3385619521141052, 0.2985946536064148, 0.04497638717293739, 0.04235232621431351, 0.04943932965397835, 0.9765457510948181], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [498], "max": [498], "mean": [498.0], "std": [0.0], "count": [209]}, "index": {"min": [172076], "max": [172284], "mean": [172180.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [209]}}} +{"episode_index": 499, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3596364877738205]], [[0.29972706813438266]], [[0.23365252984738819]]], "std": [[[0.1375575327932315]], [[0.13157413228455667]], [[0.14469931693811103]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.39933945300532325]], [[0.3071237595502068]], [[0.20527384978649663]]], "std": [[[0.18881971944623516]], [[0.13541400108374177]], [[0.08108219662684915]]], "count": [100]}, "state": {"min": [-0.3604484796524048, -0.24261465668678284, 1.0059067010879517, 3.0030062198638916, -0.10480459034442902, -0.27147552371025085, 0.01677320897579193, -0.039965905249118805], "max": [-0.083004891872406, 0.18212035298347473, 1.3080098628997803, 3.5561513900756836, 0.11582989990711212, 0.09637921303510666, 0.03996624797582626, -0.017002500593662262], "mean": [-0.21697796881198883, 0.015804681926965714, 1.1893776655197144, 3.1788437366485596, -0.00971116591244936, -0.10027841478586197, 0.027133150026202202, -0.02702583372592926], "std": [0.1053633838891983, 0.16497297585010529, 0.09136831760406494, 0.14089126884937286, 0.05747305601835251, 0.10613102465867996, 0.010681536979973316, 0.010755840688943863], "count": [203]}, "actions": {"min": [-1.4535300731658936, -1.4453445672988892, -0.8887937664985657, -0.6035960912704468, -0.18420055508613586, -0.16936784982681274, -1.0], "max": [1.0884559154510498, 1.11720609664917, 1.6376712322235107, 0.3113783597946167, 0.19814173877239227, 0.22989040613174438, 1.0], "mean": [-0.020562592893838882, -0.1159280389547348, 0.0405082143843174, -0.008059091866016388, -0.0037440320011228323, -0.007374282460659742, 0.1034482792019844], "std": [0.2969279885292053, 0.33660656213760376, 0.3464382588863373, 0.10483900457620621, 0.058788053691387177, 0.05866096168756485, 0.9946345090866089], "count": [203]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [499], "max": [499], "mean": [499.0], "std": [0.0], "count": [203]}, "index": {"min": [172285], "max": [172487], "mean": [172386.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [203]}}} +{"episode_index": 500, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3567876299689798]], [[0.2965399792241115]], [[0.23085770311542586]]], "std": [[[0.1364904906101531]], [[0.13023955246101343]], [[0.14230524952997273]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.39418345672009036]], [[0.3011413131414675]], [[0.19744814824123008]]], "std": [[[0.19083696094938035]], [[0.13661639337688278]], [[0.08047425420434276]]], "count": [100]}, "state": {"min": [-0.2909681499004364, -0.2577873766422272, 1.0027483701705933, 2.8981573581695557, -0.02119608223438263, -0.28961673378944397, 0.017074722796678543, -0.03992881253361702], "max": [-0.06741929054260254, 0.1819080114364624, 1.3114402294158936, 3.320979595184326, 0.22181159257888794, 0.03249569237232208, 0.03996695205569267, -0.017469745129346848], "mean": [-0.19079379737377167, 0.007476923521608114, 1.1835309267044067, 3.1534924507141113, 0.11901872605085373, -0.14254070818424225, 0.027395399287343025, -0.027361463755369186], "std": [0.08503374457359314, 0.16365373134613037, 0.08977695554494858, 0.11495165526866913, 0.06880531460046768, 0.09460294246673584, 0.010556303896009922, 0.010536560788750648], "count": [193]}, "actions": {"min": [-0.9533358216285706, -1.4163395166397095, -0.9368136525154114, -0.2689618766307831, -0.22131265699863434, -0.22405050694942474, -1.0], "max": [1.0541740655899048, 0.49781593680381775, 1.5976719856262207, 0.2815929353237152, 0.27576085925102234, 0.18602262437343597, 1.0], "mean": [-0.0016738278791308403, -0.13613294064998627, 0.051615260541439056, -0.010194659233093262, -0.004701076541095972, -0.007567765656858683, 0.07772020995616913], "std": [0.2611549198627472, 0.367971807718277, 0.35281577706336975, 0.06598682701587677, 0.06240079179406166, 0.061298418790102005, 0.9969756603240967], "count": [193]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [500], "max": [500], "mean": [500.0], "std": [0.0], "count": [193]}, "index": {"min": [172488], "max": [172680], "mean": [172584.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [193]}}} +{"episode_index": 501, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3601219386680453]], [[0.3004216003417969]], [[0.23334975777420344]]], "std": [[[0.13715094407973374]], [[0.12994371288382825]], [[0.14371489172498508]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3931467225317861]], [[0.30352926934934127]], [[0.20458941111845128]]], "std": [[[0.19258964849256657]], [[0.13863846989927908]], [[0.08462349562359173]]], "count": [100]}, "state": {"min": [-0.35541754961013794, -0.2354389727115631, 1.0019375085830688, 2.9993605613708496, -0.08991194516420364, -0.40740758180618286, 0.014737367630004883, -0.03997081518173218], "max": [-0.09018637239933014, 0.20433013141155243, 1.2911313772201538, 3.347501516342163, 0.09005856513977051, 0.01985086128115654, 0.039976947009563446, -0.01603611186146736], "mean": [-0.2237028032541275, 0.04727720096707344, 1.1830499172210693, 3.181480884552002, -0.033527810126543045, -0.1880905032157898, 0.026499880477786064, -0.02654249221086502], "std": [0.10545935481786728, 0.14621824026107788, 0.08103656023740768, 0.06802335381507874, 0.04038964584469795, 0.11327695101499557, 0.010624570772051811, 0.010478147305548191], "count": [228]}, "actions": {"min": [-0.6640571355819702, -1.3535374402999878, -0.819874107837677, -0.4359229505062103, -0.25947579741477966, -0.21757924556732178, -1.0], "max": [0.8770999312400818, 0.8336778879165649, 1.3449642658233643, 0.30234941840171814, 0.2632554769515991, 0.2499454915523529, 1.0], "mean": [-0.008566408418118954, -0.0803520455956459, 0.02307637594640255, -0.005327855236828327, -0.003512196708470583, -0.005744270980358124, 0.2017543911933899], "std": [0.23753461241722107, 0.3418031334877014, 0.29597821831703186, 0.08095350861549377, 0.06508839130401611, 0.07038795202970505, 0.9794349074363708], "count": [228]}, "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": [501], "max": [501], "mean": [501.0], "std": [0.0], "count": [228]}, "index": {"min": [172681], "max": [172908], "mean": [172794.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [228]}}} +{"episode_index": 502, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3620028848087086]], [[0.3022797235227099]], [[0.23548474360447305]]], "std": [[[0.13839596350614708]], [[0.13251954348359546]], [[0.14698912289870567]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.40420349300608915]], [[0.31048945228726255]], [[0.20669564161113663]]], "std": [[[0.18803181662188145]], [[0.13529119567936865]], [[0.08166793841185745]]], "count": [100]}, "state": {"min": [-0.34853845834732056, -0.2434445172548294, 0.9930405020713806, 3.0079641342163086, -0.19381144642829895, -0.2015053629875183, 0.01477095764130354, -0.03997383266687393], "max": [-0.07835884392261505, 0.17200011014938354, 1.2453128099441528, 3.283511161804199, 0.19021959602832794, 0.038276225328445435, 0.03998003527522087, -0.015930412337183952], "mean": [-0.21188592910766602, 0.02780074253678322, 1.1611459255218506, 3.1363954544067383, -0.053707968443632126, -0.09884394705295563, 0.027151821181178093, -0.02724863775074482], "std": [0.09822122007608414, 0.15243658423423767, 0.07366140186786652, 0.08315553516149521, 0.09296627342700958, 0.06403812766075134, 0.011075793765485287, 0.011102217249572277], "count": [203]}, "actions": {"min": [-0.8753060698509216, -1.1588419675827026, -0.8298711776733398, -0.16117516160011292, -0.17552641034126282, -0.14669954776763916, -1.0], "max": [0.9258816242218018, 1.0603537559509277, 1.1563720703125, 0.21648341417312622, 0.2073923945426941, 0.15509669482707977, 1.0], "mean": [-0.020330557599663734, -0.08772435039281845, 0.03642478212714195, -0.001270806067623198, -0.011210438795387745, -0.008248683996498585, 0.06403940916061401], "std": [0.24811483919620514, 0.332437127828598, 0.2847972512245178, 0.056408170610666275, 0.05138903483748436, 0.050177399069070816, 0.9979475736618042], "count": [203]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [502], "max": [502], "mean": [502.0], "std": [0.0], "count": [203]}, "index": {"min": [172909], "max": [173111], "mean": [173010.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [203]}}} +{"episode_index": 503, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3609221526501225]], [[0.2973875229779412]], [[0.22874899651022518]]], "std": [[[0.13637366022277045]], [[0.1312318848981612]], [[0.14447865320996645]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.36032269885493257]], [[0.2831465202780331]], [[0.19741347548540902]]], "std": [[[0.1688045000437085]], [[0.11873673542458023]], [[0.08625654784263853]]], "count": [100]}, "state": {"min": [-0.41154026985168457, -0.241258904337883, 0.9883310794830322, 2.1041758060455322, -0.341562420129776, -0.16848208010196686, 0.014321289956569672, -0.04004548862576485], "max": [-0.26700299978256226, 0.18491001427173615, 1.3025503158569336, 3.2281453609466553, -0.03129665553569794, 0.7432054877281189, 0.040004607290029526, -0.014765897765755653], "mean": [-0.3214695453643799, -0.0015553826233372092, 1.1528795957565308, 2.799072265625, -0.15101994574069977, 0.21626433730125427, 0.026074325665831566, -0.02666182443499565], "std": [0.04749506339430809, 0.16881339251995087, 0.09507597237825394, 0.43162015080451965, 0.09381880611181259, 0.33147311210632324, 0.011481770314276218, 0.01106043066829443], "count": [226]}, "actions": {"min": [-0.44382429122924805, -1.020573377609253, -0.8636357188224792, -0.2851737141609192, -0.16321417689323425, -0.18505693972110748, -1.0], "max": [0.4234842360019684, 1.030901312828064, 1.049601435661316, 0.44245201349258423, 0.3412967920303345, 0.1732214242219925, 1.0], "mean": [0.004403241910040379, -0.08022529631853104, -0.0017862390959635377, -0.024685103446245193, -0.00311557506211102, 0.006510691251605749, 0.1150442510843277], "std": [0.14703845977783203, 0.2886614203453064, 0.30737075209617615, 0.08185839653015137, 0.06165381520986557, 0.055180273950099945, 0.9933595061302185], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [503], "max": [503], "mean": [503.0], "std": [0.0], "count": [226]}, "index": {"min": [173112], "max": [173337], "mean": [173224.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [226]}}} +{"episode_index": 504, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3600491841634115]], [[0.29595251345166973]], [[0.22836070939606312]]], "std": [[[0.13429288309805135]], [[0.1302919920412859]], [[0.14298578559603053]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.35947200760186887]], [[0.27986853745404416]], [[0.1917768560671339]]], "std": [[[0.17069460091382502]], [[0.12110799759704595]], [[0.08649689924363936]]], "count": [100]}, "state": {"min": [-0.36650440096855164, -0.250459760427475, 0.996846616268158, 2.2354259490966797, -0.28730490803718567, -0.1621629148721695, 0.015063805505633354, -0.03975285217165947], "max": [-0.240071102976799, 0.17678892612457275, 1.310379147529602, 3.336747169494629, 0.17304502427577972, 0.7638504505157471, 0.0400085374712944, -0.015524118207395077], "mean": [-0.3087650239467621, -0.005235971417278051, 1.1585649251937866, 2.9073221683502197, -0.07352527976036072, 0.2130638062953949, 0.02661038376390934, -0.026662306860089302], "std": [0.04304724559187889, 0.15539519488811493, 0.09694037586450577, 0.41601595282554626, 0.12811848521232605, 0.3379160165786743, 0.010371705517172813, 0.009642689488828182], "count": [200]}, "actions": {"min": [-0.33898699283599854, -0.9473663568496704, -1.1054821014404297, -0.2783467173576355, -0.2171572595834732, -0.19762523472309113, -1.0], "max": [0.5736462473869324, 1.081853985786438, 0.9932669997215271, 0.3426536023616791, 0.3407537043094635, 0.17811554670333862, 1.0], "mean": [0.004310738295316696, -0.06793396919965744, 0.022661859169602394, -0.024087626487016678, -0.007574721705168486, 0.015555376186966896, 0.1599999964237213], "std": [0.15299196541309357, 0.3350607752799988, 0.3155103623867035, 0.08364304900169373, 0.07821617275476456, 0.06262655556201935, 0.9871158003807068], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [504], "max": [504], "mean": [504.0], "std": [0.0], "count": [200]}, "index": {"min": [173338], "max": [173537], "mean": [173437.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [200]}}} +{"episode_index": 505, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35975316365559895]], [[0.2968588436351103]], [[0.22883025883693323]]], "std": [[[0.13510151940789983]], [[0.12988361891506361]], [[0.14316805337853886]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34948336253446693]], [[0.2764583578670726]], [[0.1950582987467448]]], "std": [[[0.17283025372284322]], [[0.12308298094018594]], [[0.08966951816487166]]], "count": [100]}, "state": {"min": [-0.3698696792125702, -0.23821976780891418, 1.0070769786834717, 2.1012489795684814, -0.28505322337150574, -0.06843702495098114, 0.013989479281008244, -0.039912424981594086], "max": [-0.25631430745124817, 0.19840706884860992, 1.3157174587249756, 3.2657999992370605, 0.07470918446779251, 0.5688813924789429, 0.04000229388475418, -0.016177447512745857], "mean": [-0.3139680325984955, 0.01956290192902088, 1.1615922451019287, 2.794306993484497, -0.09120269119739532, 0.25446292757987976, 0.025447199121117592, -0.026200497522950172], "std": [0.039524104446172714, 0.14772197604179382, 0.0898103266954422, 0.44441652297973633, 0.10234654694795609, 0.21923989057540894, 0.011783831752836704, 0.01112974900752306], "count": [225]}, "actions": {"min": [-0.3500956892967224, -0.7409582138061523, -0.6074639558792114, -0.27955272793769836, -0.19225557148456573, -0.18219974637031555, -1.0], "max": [0.528839647769928, 0.8266573548316956, 0.6031337976455688, 0.5219835638999939, 0.32659053802490234, 0.1161675825715065, 1.0], "mean": [0.007284044753760099, -0.06389940530061722, 0.01652141474187374, -0.030272193253040314, -0.010533079504966736, 0.010512690991163254, 0.12888889014720917], "std": [0.12306170910596848, 0.27798351645469666, 0.2585478723049164, 0.0775962695479393, 0.060066234320402145, 0.03778707608580589, 0.9916589260101318], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [505], "max": [505], "mean": [505.0], "std": [0.0], "count": [225]}, "index": {"min": [173538], "max": [173762], "mean": [173650.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [225]}}} +{"episode_index": 506, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3619012971765855]], [[0.29853379732019764]], [[0.22938876043581496]]], "std": [[[0.13402620929304437]], [[0.12829632288163798]], [[0.14182695812506912]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3550014289407169]], [[0.27377181707643994]], [[0.1847466921338848]]], "std": [[[0.17271848534667267]], [[0.12398692721156356]], [[0.08903205565465612]]], "count": [100]}, "state": {"min": [-0.3488524854183197, -0.2474292516708374, 0.992717444896698, 2.2085161209106445, -0.18879161775112152, -0.04920366406440735, 0.013822457753121853, -0.03985120728611946], "max": [-0.24095292389392853, 0.17771829664707184, 1.273800253868103, 3.281721591949463, 0.14916588366031647, 0.39526379108428955, 0.040005892515182495, -0.010322034358978271], "mean": [-0.3011455833911896, 0.019718730822205544, 1.1320644617080688, 2.8922457695007324, 0.01282920129597187, 0.13760711252689362, 0.025682689622044563, -0.025647616013884544], "std": [0.03753631189465523, 0.1531219631433487, 0.08493559807538986, 0.4053351581096649, 0.11126379668712616, 0.16271401941776276, 0.011839127168059349, 0.01146868895739317], "count": [184]}, "actions": {"min": [-0.9425775408744812, -0.9228330254554749, -1.091515064239502, -0.22805239260196686, -0.1530633121728897, -0.17055951058864594, -1.0], "max": [0.4497889578342438, 0.962186872959137, 1.1863629817962646, 0.4255034625530243, 0.5963932871818542, 0.11503458768129349, 1.0], "mean": [0.006122194696217775, -0.07692115753889084, 0.01898321509361267, -0.024888593703508377, -0.006582486443221569, 0.008003335446119308, 0.1304347813129425], "std": [0.16543251276016235, 0.34325745701789856, 0.32262757420539856, 0.09350845217704773, 0.07388855516910553, 0.04234591871500015, 0.9914569854736328], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [506], "max": [506], "mean": [506.0], "std": [0.0], "count": [184]}, "index": {"min": [173763], "max": [173946], "mean": [173854.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [184]}}} +{"episode_index": 507, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3609402256385953]], [[0.301207976696538]], [[0.23425535314223345]]], "std": [[[0.13922190373170795]], [[0.1333931301520079]], [[0.14724587492354196]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3941927807377834]], [[0.30070793181774663]], [[0.19835503252814798]]], "std": [[[0.18592085031427055]], [[0.13194557915733968]], [[0.0774710577033035]]], "count": [100]}, "state": {"min": [-0.3585090935230255, -0.25496795773506165, 0.9893781542778015, 2.9756338596343994, -0.04563720524311066, -0.1250167340040207, 0.014838446862995625, -0.04000551998615265], "max": [-0.010556379333138466, 0.06756120175123215, 1.2717781066894531, 3.1804025173187256, 0.20207300782203674, 0.1653454303741455, 0.039914321154356, -0.01514283288270235], "mean": [-0.18832503259181976, -0.04020712524652481, 1.1716766357421875, 3.0793397426605225, 0.03781817480921745, -0.0018585367361083627, 0.027003780007362366, -0.027193589136004448], "std": [0.13237011432647705, 0.10254330933094025, 0.08224130421876907, 0.04848070815205574, 0.06370241940021515, 0.06437289714813232, 0.011690650135278702, 0.011678357608616352], "count": [246]}, "actions": {"min": [-1.1795755624771118, -1.0520422458648682, -0.8566473126411438, -0.15657860040664673, -0.17571307718753815, -0.12573733925819397, -1.0], "max": [0.5262417793273926, 0.33473312854766846, 1.3845064640045166, 0.18810150027275085, 0.11071093380451202, 0.2869057059288025, 1.0], "mean": [-0.019139738753437996, -0.08613008260726929, 0.03130461648106575, -0.00024756122729741037, -0.00898965448141098, -0.004093792289495468, 0.024390242993831635], "std": [0.30908045172691345, 0.19388550519943237, 0.2892983853816986, 0.05219818651676178, 0.040773868560791016, 0.053375087678432465, 0.9997022747993469], "count": [246]}, "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": [507], "max": [507], "mean": [507.0], "std": [0.0], "count": [246]}, "index": {"min": [173947], "max": [174192], "mean": [174069.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [246]}}} +{"episode_index": 508, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3608515224082797]], [[0.3000248323328355]], [[0.2332502327713312]]], "std": [[[0.13676820108664445]], [[0.1325435120709876]], [[0.14684381592652387]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.4064334351782705]], [[0.3083449629241345]], [[0.20098079068053004]]], "std": [[[0.18241542380887368]], [[0.13046276937161733]], [[0.0747657415041539]]], "count": [100]}, "state": {"min": [-0.37418293952941895, -0.25773531198501587, 0.999832034111023, 2.859780788421631, -0.02490222081542015, -0.21650177240371704, 0.01590259186923504, -0.04000395908951759], "max": [-0.0031902447808533907, 0.08351687341928482, 1.315569519996643, 3.2550857067108154, 0.16733825206756592, 0.11734412610530853, 0.03995045647025108, -0.01608562469482422], "mean": [-0.18671566247940063, -0.022459127008914948, 1.2053518295288086, 3.1103246212005615, 0.04736896604299545, -0.0609029158949852, 0.027932289987802505, -0.028045115992426872], "std": [0.140764981508255, 0.11669621616601944, 0.09150274097919464, 0.08607231825590134, 0.04907809570431709, 0.09833182394504547, 0.01082904078066349, 0.010814151726663113], "count": [242]}, "actions": {"min": [-0.7750796675682068, -0.6008427143096924, -0.8763760924339294, -0.18096888065338135, -0.15561141073703766, -0.1809806376695633, -1.0], "max": [0.9070169925689697, 0.29413270950317383, 1.1339186429977417, 0.14611750841140747, 0.10331413149833679, 0.20762372016906738, 1.0], "mean": [-0.007954681292176247, -0.09282248467206955, 0.03732972592115402, -0.006185987964272499, -0.0038784907665103674, -0.008481932803988457, 0.024793388321995735], "std": [0.30743297934532166, 0.20300790667533875, 0.3085708022117615, 0.0536910742521286, 0.04550091177225113, 0.05599350482225418, 0.9996939301490784], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [508], "max": [508], "mean": [508.0], "std": [0.0], "count": [242]}, "index": {"min": [174193], "max": [174434], "mean": [174313.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [242]}}} +{"episode_index": 509, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631904051537607]], [[0.3036933294558058]], [[0.23861392929974723]]], "std": [[[0.1403293055290547]], [[0.1378299635202104]], [[0.15268148506616516]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.4117638454063266]], [[0.31417907954197305]], [[0.2059626339183134]]], "std": [[[0.18658210339752263]], [[0.13221880998056312]], [[0.07554390692403565]]], "count": [100]}, "state": {"min": [-0.38631850481033325, -0.2300712764263153, 0.9945558309555054, 3.0401113033294678, -0.17228680849075317, -0.25058284401893616, 0.016167616471648216, -0.040003396570682526], "max": [0.017995089292526245, 0.06937790662050247, 1.2679330110549927, 3.197561740875244, 0.09720554202795029, 0.16742047667503357, 0.039964333176612854, -0.016199393197894096], "mean": [-0.1551167517900467, -0.023474689573049545, 1.173842191696167, 3.1052045822143555, -0.030742790549993515, -0.0944431722164154, 0.02852373570203781, -0.02866203896701336], "std": [0.1488901674747467, 0.10115570574998856, 0.07671400904655457, 0.04262682795524597, 0.07422152906656265, 0.11877070367336273, 0.011180135421454906, 0.01114997174590826], "count": [250]}, "actions": {"min": [-0.7707182765007019, -1.0206174850463867, -0.4075187146663666, -0.158133402466774, -0.19818635284900665, -0.30267876386642456, -1.0], "max": [0.729545533657074, 0.2564471364021301, 1.5023146867752075, 0.12981180846691132, 0.09494598954916, 0.12030772864818573, 1.0], "mean": [-0.027011284604668617, -0.08469162881374359, 0.024682849645614624, 4.786486897501163e-05, -0.009843971580266953, -0.009232361800968647, -0.03999999910593033], "std": [0.30228736996650696, 0.16634759306907654, 0.2555568516254425, 0.03738470748066902, 0.04010326787829399, 0.05105144530534744, 0.9992004036903381], "count": [250]}, "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": [509], "max": [509], "mean": [509.0], "std": [0.0], "count": [250]}, "index": {"min": [174435], "max": [174684], "mean": [174559.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [250]}}} +{"episode_index": 510, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36623224295821843]], [[0.3065836169672947]], [[0.24027326217352177]]], "std": [[[0.14189783106290313]], [[0.139085960214757]], [[0.15469391930008236]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.435109380385455]], [[0.3339487101236979]], [[0.21925366928998163]]], "std": [[[0.17512937174258705]], [[0.12248769197972512]], [[0.07227008029223429]]], "count": [100]}, "state": {"min": [-0.34382364153862, -0.2701391279697418, 1.0101886987686157, 3.033243179321289, -0.28386884927749634, -0.22779837250709534, 0.013923907652497292, -0.04000671207904816], "max": [-0.022392703220248222, 0.09116481989622116, 1.2950983047485352, 3.209453821182251, -0.0038128881715238094, 0.008547361008822918, 0.03990384191274643, -0.01540659461170435], "mean": [-0.14182697236537933, -0.0277723278850317, 1.1721341609954834, 3.094691753387451, -0.12139691412448883, -0.09557989239692688, 0.028275232762098312, -0.028569666668772697], "std": [0.11045147478580475, 0.11845961213111877, 0.08555444329977036, 0.058132316917181015, 0.07821694016456604, 0.07329434901475906, 0.011810786090791225, 0.011624390259385109], "count": [222]}, "actions": {"min": [-0.8143057227134705, -0.9026252627372742, -0.4906904101371765, -0.12982510030269623, -0.10708809643983841, -0.11755361407995224, -1.0], "max": [0.5354935526847839, 0.3958629071712494, 0.7654671669006348, 0.11485721915960312, 0.07224022597074509, 0.10357491672039032, 1.0], "mean": [-0.03509258106350899, -0.11760713160037994, 0.009544095024466515, 0.0017116175731644034, -0.008367499336600304, -0.007001811638474464, -0.045045044273138046], "std": [0.2511022686958313, 0.19430877268314362, 0.2764078378677368, 0.030133049935102463, 0.030535729601979256, 0.03275762498378754, 0.998984694480896], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [510], "max": [510], "mean": [510.0], "std": [0.0], "count": [222]}, "index": {"min": [174685], "max": [174906], "mean": [174795.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [222]}}} +{"episode_index": 511, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36055440566119024]], [[0.30052682076248466]], [[0.2343511256797641]]], "std": [[[0.1403542538366306]], [[0.13585956663495552]], [[0.14923612051782503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39891379980947456]], [[0.30355562995461854]], [[0.19935317454618565]]], "std": [[[0.19087062566211516]], [[0.135966349782902]], [[0.07891989439724587]]], "count": [100]}, "state": {"min": [-0.3576180636882782, -0.2760278880596161, 0.9893655180931091, 3.1031668186187744, -0.10268418490886688, -0.2330566793680191, 0.014347422868013382, -0.03998521715402603], "max": [0.0009263286483474076, 0.07876624912023544, 1.2882270812988281, 3.2968239784240723, 0.15807481110095978, 0.0711350068449974, 0.03997817635536194, -0.01469591073691845], "mean": [-0.18006965517997742, -0.039390791207551956, 1.1741383075714111, 3.1765029430389404, 0.0036654563155025244, -0.08028005808591843, 0.02679169923067093, -0.02693024091422558], "std": [0.1346748173236847, 0.12601464986801147, 0.08875627815723419, 0.05934721231460571, 0.06883662194013596, 0.08570203930139542, 0.012072068639099598, 0.011853432282805443], "count": [234]}, "actions": {"min": [-1.617098331451416, -0.8678072690963745, -0.5398855209350586, -0.20289209485054016, -0.2055572122335434, -0.12993526458740234, -1.0], "max": [1.6464695930480957, 0.3462572991847992, 1.638159155845642, 0.16817183792591095, 0.09091869741678238, 0.14095251262187958, 1.0], "mean": [-0.007890856824815273, -0.11076264828443527, 0.04056912288069725, -0.002486536977812648, -0.010270848870277405, -0.003683422924950719, 0.017094017937779427], "std": [0.3581382632255554, 0.195022851228714, 0.31876519322395325, 0.050541650503873825, 0.04364755377173424, 0.045299310237169266, 0.9998549818992615], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [511], "max": [511], "mean": [511.0], "std": [0.0], "count": [234]}, "index": {"min": [174907], "max": [175140], "mean": [175023.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [234]}}} +{"episode_index": 512, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36933423150754446]], [[0.3043026021321615]], [[0.23696792004155176]]], "std": [[[0.12425110133588546]], [[0.1261711290325564]], [[0.14156188530294328]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35489867924708945]], [[0.27506529026405485]], [[0.18751173370959712]]], "std": [[[0.2152496967475987]], [[0.15981637297978352]], [[0.10695257212799324]]], "count": [100]}, "state": {"min": [-0.547168493270874, -0.014838703908026218, 0.9853180646896362, 2.8695971965789795, -0.057143304497003555, -0.19781538844108582, 0.003676017513498664, -0.04000570625066757], "max": [-0.07936900854110718, 0.34160155057907104, 1.2597105503082275, 3.160144805908203, 0.18207553029060364, 0.033718936145305634, 0.03990243002772331, 5.2680252338177525e-06], "mean": [-0.3012460172176361, 0.22276471555233002, 1.1227684020996094, 3.0295608043670654, 0.05872902646660805, -0.114576555788517, 0.022010719403624535, -0.021162832155823708], "std": [0.176882803440094, 0.09521140903234482, 0.07364239543676376, 0.07666302472352982, 0.061402760446071625, 0.06024656817317009, 0.017076516523957253, 0.017092790454626083], "count": [287]}, "actions": {"min": [-1.5097436904907227, -0.3494679927825928, -0.5244743824005127, -0.1729447990655899, -0.14735625684261322, -0.17765021324157715, -1.0], "max": [0.906539797782898, 0.9648593664169312, 1.4204421043395996, 0.25983959436416626, 0.18517790734767914, 0.14077255129814148, 1.0], "mean": [-0.07138882577419281, 0.08316517621278763, -0.019120030105113983, 0.0030681712087243795, -0.002004180569201708, -0.004921346437186003, -0.024390242993831635], "std": [0.30319419503211975, 0.21917134523391724, 0.3147902190685272, 0.05692080408334732, 0.04388531669974327, 0.04228959232568741, 0.9997026920318604], "count": [287]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.3], "std": [8.284926070883191], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [512], "max": [512], "mean": [512.0], "std": [0.0], "count": [287]}, "index": {"min": [175141], "max": [175427], "mean": [175284.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [287]}}} +{"episode_index": 513, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3650980063045726]], [[0.30228397623697917]], [[0.2359153179093903]]], "std": [[[0.12771888900207606]], [[0.1280692086312715]], [[0.14222773305062805]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3587978246352252]], [[0.27730181047028185]], [[0.19219032796223956]]], "std": [[[0.21326770542127454]], [[0.15974350567748907]], [[0.10925188134964742]]], "count": [100]}, "state": {"min": [-0.5411820411682129, -0.023344986140727997, 0.9835134744644165, 2.816751718521118, -0.13275079429149628, -0.19153738021850586, 0.003578940872102976, -0.040009718388319016], "max": [-0.06762062758207321, 0.37517228722572327, 1.2720564603805542, 3.1832308769226074, 0.12830708920955658, 0.03648584336042404, 0.03982130438089371, -0.0009191312128677964], "mean": [-0.3095382750034332, 0.2241048514842987, 1.1393145322799683, 2.9968161582946777, 0.009133257903158665, -0.10712946951389313, 0.02010715752840042, -0.019744696095585823], "std": [0.18282154202461243, 0.10516698658466339, 0.08023800700902939, 0.08182809501886368, 0.07339248061180115, 0.06199619546532631, 0.0172626581043005, 0.0170461293309927], "count": [274]}, "actions": {"min": [-1.0425262451171875, -0.6620410680770874, -0.6710862517356873, -0.21224446594715118, -0.1877320408821106, -0.17047344148159027, -1.0], "max": [1.166914939880371, 0.7893219590187073, 1.1704232692718506, 0.2691730856895447, 0.21679162979125977, 0.14715620875358582, 1.0], "mean": [-0.06500570476055145, 0.09610364586114883, -0.01687244325876236, 0.004006752744317055, -0.001991252414882183, -0.0036812189500778913, 0.08759123831987381], "std": [0.31178784370422363, 0.22520413994789124, 0.337952584028244, 0.05842015519738197, 0.049603644758462906, 0.04845914617180824, 0.9961565732955933], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [513], "max": [513], "mean": [513.0], "std": [0.0], "count": [274]}, "index": {"min": [175428], "max": [175701], "mean": [175564.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [274]}}} +{"episode_index": 514, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36969047157437196]], [[0.30645389033298864]], [[0.23968212711109832]]], "std": [[[0.12801406814989835]], [[0.12987594868311594]], [[0.14560838699539258]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.36779459336224724]], [[0.2870491374894685]], [[0.1967524174708946]]], "std": [[[0.2176815695695556]], [[0.16241005534074582]], [[0.11045769451088269]]], "count": [100]}, "state": {"min": [-0.505303144454956, -0.024026179686188698, 0.9855403900146484, 3.0315163135528564, -0.26899096369743347, -0.4112708270549774, 0.003916522022336721, -0.04000445082783699], "max": [-0.07859502732753754, 0.35082125663757324, 1.281592845916748, 3.4582715034484863, 0.2308526337146759, 0.017708061262965202, 0.03993362560868263, -0.0027032578364014626], "mean": [-0.29086989164352417, 0.1926669329404831, 1.140317678451538, 3.1673872470855713, -0.04312127083539963, -0.178578183054924, 0.01830071024596691, -0.017807109281420708], "std": [0.1659044474363327, 0.08956514298915863, 0.08332327008247375, 0.11162327975034714, 0.12704311311244965, 0.1536373347043991, 0.016900619491934776, 0.01693485863506794], "count": [319]}, "actions": {"min": [-1.3346160650253296, -0.6156759262084961, -0.8140495419502258, -0.06116528809070587, -0.1251131296157837, -0.1332121640443802, -1.0], "max": [0.8415132761001587, 0.724319338798523, 0.8494183421134949, 0.22629694640636444, 0.1671219766139984, 0.1266518384218216, 1.0], "mean": [-0.04773814231157303, 0.07551880925893784, -0.021761436015367508, 0.011549758724868298, -0.0008884858689270914, -0.006137551739811897, 0.19749216735363007], "std": [0.24725978076457977, 0.21613603830337524, 0.3052280843257904, 0.03569597005844116, 0.05134729668498039, 0.041620731353759766, 0.9803028702735901], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [514], "max": [514], "mean": [514.0], "std": [0.0], "count": [319]}, "index": {"min": [175702], "max": [176020], "mean": [175861.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [319]}}} +{"episode_index": 515, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36784437830307903]], [[0.30394707174862134]], [[0.23761892161649817]]], "std": [[[0.12704424725258415]], [[0.12902923625200963]], [[0.14392406980973804]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.36448321533203126]], [[0.2839952165192249]], [[0.19401159009746477]]], "std": [[[0.2192249978470178]], [[0.1635471080907317]], [[0.11233061745043356]]], "count": [100]}, "state": {"min": [-0.525666356086731, -0.018435144796967506, 0.9921989440917969, 2.972318649291992, -0.1680288314819336, -0.11946509778499603, 0.005875212140381336, -0.040462665259838104], "max": [-0.07318932563066483, 0.3383506238460541, 1.27938711643219, 3.3172969818115234, 0.14903247356414795, 0.00838213600218296, 0.03993856906890869, -0.001592513406649232], "mean": [-0.30450549721717834, 0.21397584676742554, 1.1473448276519775, 3.1241066455841064, -0.017911745235323906, -0.06770216673612595, 0.022892840206623077, -0.022545980289578438], "std": [0.17300313711166382, 0.087714284658432, 0.08288668841123581, 0.09565019607543945, 0.0876113548874855, 0.034545350819826126, 0.016295742243528366, 0.016613328829407692], "count": [309]}, "actions": {"min": [-1.0973384380340576, -1.1028797626495361, -0.8283435702323914, -0.2932291626930237, -0.1509789079427719, -0.16063976287841797, -1.0], "max": [0.6606190800666809, 1.0463569164276123, 1.0513063669204712, 0.1486542820930481, 0.14008572697639465, 0.1583995521068573, 1.0], "mean": [-0.037418317049741745, 0.045671697705984116, -0.017191577702760696, 0.0015925891930237412, -0.00046518677845597267, -9.07110224943608e-05, -0.009708737954497337], "std": [0.2818034589290619, 0.2548390328884125, 0.3179222047328949, 0.04679211601614952, 0.04588780179619789, 0.04061398655176163, 0.9999536871910095], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [515], "max": [515], "mean": [515.0], "std": [0.0], "count": [309]}, "index": {"min": [176021], "max": [176329], "mean": [176175.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [309]}}} +{"episode_index": 516, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3723324201995251]], [[0.309693105061849]], [[0.24288968912760414]]], "std": [[[0.12681168069993562]], [[0.1290157039910645]], [[0.14631751552336053]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.38842087569891237]], [[0.30475740440219057]], [[0.20995413746553307]]], "std": [[[0.2131835414436931]], [[0.15889850402050845]], [[0.11110980030062208]]], "count": [100]}, "state": {"min": [-0.5147059559822083, 0.0035186593886464834, 0.9847572445869446, 2.935652494430542, -0.24048657715320587, -0.18968386948108673, 0.006489777937531471, -0.04000842943787575], "max": [-0.06959428638219833, 0.3448728024959564, 1.2556034326553345, 3.4050209522247314, 0.05904467776417732, 0.06686598807573318, 0.03985031694173813, 0.0010476603638380766], "mean": [-0.2762017846107483, 0.22295251488685608, 1.1271862983703613, 3.0741944313049316, -0.0861298069357872, -0.08479631692171097, 0.020361386239528656, -0.019695986062288284], "std": [0.17982782423496246, 0.07748154550790787, 0.07940933108329773, 0.1152343675494194, 0.1005866676568985, 0.0721341148018837, 0.01553079392760992, 0.015968892723321915], "count": [248]}, "actions": {"min": [-0.8705422878265381, -0.2997472584247589, -0.7737292647361755, -0.18785345554351807, -0.14315038919448853, -0.12197484076023102, -1.0], "max": [0.7774133682250977, 0.95526123046875, 1.061523199081421, 0.24863654375076294, 0.18933641910552979, 0.07758603245019913, 1.0], "mean": [-0.08085164427757263, 0.09182721376419067, -0.04874863103032112, 0.009523829445242882, 0.0004495567118283361, -0.007954592816531658, 0.17741934955120087], "std": [0.2959665060043335, 0.1932697296142578, 0.31175148487091064, 0.05199221521615982, 0.05246402323246002, 0.036943309009075165, 0.9841343760490417], "count": [248]}, "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": [516], "max": [516], "mean": [516.0], "std": [0.0], "count": [248]}, "index": {"min": [176330], "max": [176577], "mean": [176453.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [248]}}} +{"episode_index": 517, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.372719815123315]], [[0.31118432497510723]], [[0.2431943520938649]]], "std": [[[0.13239415306267496]], [[0.13308013549537742]], [[0.1512384336163936]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3507329652075674]], [[0.2642908750047871]], [[0.1718651081160003]]], "std": [[[0.19570999884394324]], [[0.14019788589129792]], [[0.08313989487287697]]], "count": [100]}, "state": {"min": [-0.454382985830307, -0.20810061693191528, 0.9924236536026001, 2.8790829181671143, -0.23126275837421417, -0.44133031368255615, 0.014857614412903786, -0.04001186043024063], "max": [-0.0402270182967186, 0.17849312722682953, 1.2143646478652954, 3.2725298404693604, 0.17565210163593292, 0.0900065153837204, 0.03991217538714409, -0.01391720212996006], "mean": [-0.2450469434261322, -0.06610585004091263, 1.1175750494003296, 3.077911376953125, -0.07462763041257858, -0.2252981960773468, 0.024998735636472702, -0.025048699229955673], "std": [0.1607539802789688, 0.13927480578422546, 0.06341052055358887, 0.1147049218416214, 0.08825653791427612, 0.1448637694120407, 0.011855432763695717, 0.011997844092547894], "count": [368]}, "actions": {"min": [-0.993431806564331, -0.7352871894836426, -0.9970526695251465, -0.13744644820690155, -0.1721680760383606, -0.1682363897562027, -1.0], "max": [0.5650555491447449, 0.7533150911331177, 0.5977621674537659, 0.29942718148231506, 0.18559442460536957, 0.1858445256948471, 1.0], "mean": [-0.02381446398794651, 0.04315562918782234, -0.03557545691728592, 0.006974855903536081, 0.0018285985570400953, -0.007753430400043726, 0.19021739065647125], "std": [0.23766301572322845, 0.20326003432273865, 0.17298561334609985, 0.051618851721286774, 0.04522652179002762, 0.047740936279296875, 0.981744110584259], "count": [368]}, "timestamp": {"min": [0.0], "max": [36.7], "mean": [18.349999999999998], "std": [10.623205730851682], "count": [368]}, "frame_index": {"min": [0], "max": [367], "mean": [183.5], "std": [106.23205730851681], "count": [368]}, "episode_index": {"min": [517], "max": [517], "mean": [517.0], "std": [0.0], "count": [368]}, "index": {"min": [176578], "max": [176945], "mean": [176761.5], "std": [106.23205730851681], "count": [368]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [368]}}} +{"episode_index": 518, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3711948595233992]], [[0.3105195324467677]], [[0.24314772362802545]]], "std": [[[0.13134107088654237]], [[0.1309361251600148]], [[0.1489626375179357]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.33925923964556526]], [[0.25602314189836095]], [[0.16914404536228556]]], "std": [[[0.19851117992667788]], [[0.14253484421845766]], [[0.08611604620724057]]], "count": [100]}, "state": {"min": [-0.4577104151248932, -0.22636277973651886, 0.9913055896759033, 2.9412589073181152, -0.18760330975055695, -0.27936527132987976, 0.014616826549172401, -0.04001399502158165], "max": [-0.03599578142166138, 0.19057413935661316, 1.1947346925735474, 3.2484419345855713, 0.16430118680000305, 0.3100661039352417, 0.03986340016126633, -0.013349726796150208], "mean": [-0.2514386773109436, -0.02841530181467533, 1.1178702116012573, 3.054948091506958, -0.007534700911492109, -0.05006321519613266, 0.02527385950088501, -0.025342633947730064], "std": [0.15297508239746094, 0.14869777858257294, 0.057647380977869034, 0.09031868726015091, 0.09995616227388382, 0.1733090877532959, 0.01197185181081295, 0.01208057627081871], "count": [403]}, "actions": {"min": [-0.7077150344848633, -0.9685521721839905, -0.46753883361816406, -0.40782278776168823, -0.15646784007549286, -0.2096615731716156, -1.0], "max": [0.8164756298065186, 0.5985385775566101, 1.0653867721557617, 0.27745819091796875, 0.35906946659088135, 0.2512016296386719, 1.0], "mean": [-0.014496787451207638, 0.03389756754040718, -0.024341225624084473, 0.0033586909994482994, -0.0018734826007857919, -0.00784132070839405, 0.17121587693691254], "std": [0.22707632184028625, 0.2331613004207611, 0.18672630190849304, 0.06321202963590622, 0.04686921462416649, 0.05384478345513344, 0.9852358102798462], "count": [403]}, "timestamp": {"min": [0.0], "max": [40.2], "mean": [20.099999999999998], "std": [11.633572108342305], "count": [403]}, "frame_index": {"min": [0], "max": [402], "mean": [201.0], "std": [116.33572108342304], "count": [403]}, "episode_index": {"min": [518], "max": [518], "mean": [518.0], "std": [0.0], "count": [403]}, "index": {"min": [176946], "max": [177348], "mean": [177147.0], "std": [116.33572108342304], "count": [403]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [403]}}} +{"episode_index": 519, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3664939994064032]], [[0.30524575446633734]], [[0.2394084346995634]]], "std": [[[0.13204011231532445]], [[0.1321276938990854]], [[0.14747364884309855]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.33195183967141545]], [[0.25004998360428154]], [[0.16195774153167128]]], "std": [[[0.20059842225672445]], [[0.14371237677690335]], [[0.08426427590890571]]], "count": [100]}, "state": {"min": [-0.4702375829219818, -0.22688883543014526, 1.0103975534439087, 2.8954341411590576, -0.16039450466632843, -0.6157995462417603, 0.01482186745852232, -0.04001183435320854], "max": [-0.041848838329315186, 0.18463701009750366, 1.2416704893112183, 3.148552179336548, 0.196732759475708, 0.0808071717619896, 0.0398629866540432, -0.014968805015087128], "mean": [-0.25182369351387024, -0.05493072420358658, 1.1456658840179443, 3.0089545249938965, -0.036671027541160583, -0.33208152651786804, 0.02537156641483307, -0.025706466287374496], "std": [0.162180095911026, 0.15166489779949188, 0.06455239653587341, 0.07096938043832779, 0.07631824910640717, 0.20293302834033966, 0.011572395451366901, 0.011465941555798054], "count": [425]}, "actions": {"min": [-0.8073497414588928, -0.6310604810714722, -0.45867618918418884, -0.24717752635478973, -0.1016635000705719, -0.19582533836364746, -1.0], "max": [0.4209381639957428, 0.6568342447280884, 1.276551604270935, 0.25556501746177673, 0.11516845226287842, 0.1914038211107254, 1.0], "mean": [-0.012975374236702919, 0.037185389548540115, -0.01977144554257393, 0.0024839218240231276, 0.0005049604806117713, -0.010516352951526642, 0.2141176462173462], "std": [0.2022424191236496, 0.19173938035964966, 0.1860944628715515, 0.04554441198706627, 0.035389162600040436, 0.05041458085179329, 0.9768085479736328], "count": [425]}, "timestamp": {"min": [0.0], "max": [42.4], "mean": [21.2], "std": [12.268659258452], "count": [425]}, "frame_index": {"min": [0], "max": [424], "mean": [212.0], "std": [122.68659258452001], "count": [425]}, "episode_index": {"min": [519], "max": [519], "mean": [519.0], "std": [0.0], "count": [425]}, "index": {"min": [177349], "max": [177773], "mean": [177561.0], "std": [122.68659258452001], "count": [425]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [425]}}} +{"episode_index": 520, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3710646721335018]], [[0.3098001481598499]], [[0.24204824051202514]]], "std": [[[0.13266853509333212]], [[0.13254319575240164]], [[0.15019071837044629]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35278427722407324]], [[0.26682732914943325]], [[0.17541467045802694]]], "std": [[[0.1986198476402128]], [[0.14290696845970072]], [[0.08572216489429521]]], "count": [100]}, "state": {"min": [-0.4629625678062439, -0.20122595131397247, 0.9906876087188721, 2.9788928031921387, -0.1630653291940689, -0.23382151126861572, 0.01486261934041977, -0.04000638425350189], "max": [-0.04414514824748039, 0.1937590092420578, 1.2341251373291016, 3.237001657485962, 0.07194359600543976, 0.06011334806680679, 0.040003225207328796, -0.014280608855187893], "mean": [-0.25608885288238525, -0.034011729061603546, 1.1391061544418335, 3.127037525177002, -0.07775682210922241, -0.1254531443119049, 0.025501538068056107, -0.025534335523843765], "std": [0.15788012742996216, 0.1502685248851776, 0.07015416771173477, 0.07272180169820786, 0.058769021183252335, 0.08774380385875702, 0.012017527595162392, 0.012013524770736694], "count": [401]}, "actions": {"min": [-1.2429367303848267, -0.7439010739326477, -0.4732367992401123, -0.20089636743068695, -0.17916475236415863, -0.2325110137462616, -1.0], "max": [0.5934461951255798, 0.7459787726402283, 1.1630585193634033, 0.25641930103302, 0.20230016112327576, 0.2329636961221695, 1.0], "mean": [-0.012650154531002045, 0.032612983137369156, -0.018059663474559784, 0.000472969317343086, -0.0004194337234366685, -0.002439881442114711, 0.1521196961402893], "std": [0.2403058111667633, 0.21125809848308563, 0.20645782351493835, 0.046896692365407944, 0.044537585228681564, 0.05012696608901024, 0.9883624911308289], "count": [401]}, "timestamp": {"min": [0.0], "max": [40.0], "mean": [20.0], "std": [11.575836902790225], "count": [401]}, "frame_index": {"min": [0], "max": [400], "mean": [200.0], "std": [115.75836902790225], "count": [401]}, "episode_index": {"min": [520], "max": [520], "mean": [520.0], "std": [0.0], "count": [401]}, "index": {"min": [177774], "max": [178174], "mean": [177974.0], "std": [115.75836902790225], "count": [401]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [401]}}} +{"episode_index": 521, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.366133176317402]], [[0.30150316904105395]], [[0.2332846518123851]]], "std": [[[0.12462529166755845]], [[0.12568357008091555]], [[0.140499449820756]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9490196078431372]], [[0.9450980392156862]]], "mean": [[[0.32441360353956034]], [[0.24619948323567709]], [[0.16027911915498622]]], "std": [[[0.17750377911315873]], [[0.12405664359464381]], [[0.07720884217851419]]], "count": [100]}, "state": {"min": [-0.471430242061615, -0.17117880284786224, 0.9760358333587646, 2.808852195739746, -0.174246147274971, -0.5150243639945984, 0.011889155954122543, -0.040011320263147354], "max": [-0.29182374477386475, 0.21100229024887085, 1.1769554615020752, 3.1069397926330566, 0.10857222229242325, 0.05664101988077164, 0.03981583192944527, -0.012195621617138386], "mean": [-0.388254851102829, 0.010524166747927666, 1.0939792394638062, 2.9871504306793213, -0.060530923306941986, -0.3287886679172516, 0.02482147142291069, -0.02515743300318718], "std": [0.04508661478757858, 0.14723807573318481, 0.05487188696861267, 0.08605628460645676, 0.06832728534936905, 0.16901671886444092, 0.013425316661596298, 0.013313931412994862], "count": [302]}, "actions": {"min": [-0.7371308207511902, -0.834125280380249, -0.5509535670280457, -0.16248595714569092, -0.19394060969352722, -0.17948266863822937, -1.0], "max": [0.2518891394138336, 1.011823058128357, 1.0099531412124634, 0.1647748500108719, 0.12003590911626816, 0.21070340275764465, 1.0], "mean": [-0.02198762074112892, 0.049238841980695724, -0.02484361082315445, 0.0009745694696903229, -0.003893182845786214, -0.012272117659449577, 0.06622516363859177], "std": [0.1542300581932068, 0.2726503014564514, 0.1964118778705597, 0.042208828032016754, 0.04390600323677063, 0.04885915666818619, 0.9978048205375671], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [521], "max": [521], "mean": [521.0], "std": [0.0], "count": [302]}, "index": {"min": [178175], "max": [178476], "mean": [178325.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [302]}}} +{"episode_index": 522, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36289333089192705]], [[0.30134936762791054]], [[0.2340816722196691]]], "std": [[[0.12859054603613063]], [[0.12689131129035933]], [[0.14163617614051502]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.31393099317363665]], [[0.23789087093577665]], [[0.1554305222455193]]], "std": [[[0.18494188052821317]], [[0.13034327881206634]], [[0.0803607791651986]]], "count": [100]}, "state": {"min": [-0.4370690882205963, -0.16036903858184814, 0.9816508293151855, 2.9248170852661133, -0.15479010343551636, -0.5421274304389954, 0.012137283571064472, -0.0400104895234108], "max": [-0.2900380790233612, 0.18482428789138794, 1.192137598991394, 3.246793031692505, 0.10048757493495941, 0.033362310379743576, 0.039828281849622726, -0.012096283957362175], "mean": [-0.37540167570114136, -0.004798858892172575, 1.0762287378311157, 3.0726773738861084, -0.06685279309749603, -0.31307196617126465, 0.02322106622159481, -0.023457469418644905], "std": [0.03957059979438782, 0.13307276368141174, 0.04703349620103836, 0.10169898718595505, 0.059069130569696426, 0.16463547945022583, 0.013008488342165947, 0.01297669392079115], "count": [275]}, "actions": {"min": [-0.4437284767627716, -0.6234727501869202, -0.5310289263725281, -0.07978450506925583, -0.13406910002231598, -0.15702031552791595, -1.0], "max": [0.33341631293296814, 0.9031382203102112, 0.5663489699363708, 0.14451712369918823, 0.13906773924827576, 0.1336672306060791, 1.0], "mean": [-0.016795629635453224, 0.06947021931409836, -0.03805775195360184, 0.005968161392956972, 0.0026608763728290796, -0.01593824103474617, 0.19272726774215698], "std": [0.09431274235248566, 0.2103790044784546, 0.16931815445423126, 0.036720581352710724, 0.035005420446395874, 0.037315886467695236, 0.9812520146369934], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [522], "max": [522], "mean": [522.0], "std": [0.0], "count": [275]}, "index": {"min": [178477], "max": [178751], "mean": [178614.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [275]}}} +{"episode_index": 523, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36355687818340227]], [[0.30014258949429384]], [[0.2321751038794424]]], "std": [[[0.12669865688053475]], [[0.12645720517409806]], [[0.1404876632056349]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3239519401999081]], [[0.24698557356292128]], [[0.16281382302676928]]], "std": [[[0.18114518216035438]], [[0.127890759544836]], [[0.0813053883313351]]], "count": [100]}, "state": {"min": [-0.48436111211776733, -0.12370585650205612, 0.9762935042381287, 2.8869998455047607, -0.2424209713935852, -0.6128028631210327, 0.011952221393585205, -0.04001041501760483], "max": [-0.29352691769599915, 0.199764683842659, 1.218970775604248, 3.2828640937805176, 0.026356659829616547, -0.040405768901109695, 0.03987279534339905, -0.010891349986195564], "mean": [-0.4176988899707794, 0.023226164281368256, 1.119888424873352, 3.078742265701294, -0.14633949100971222, -0.3174702823162079, 0.022938691079616547, -0.023111708462238312], "std": [0.03815682977437973, 0.12762784957885742, 0.06601592153310776, 0.12434523552656174, 0.0588221549987793, 0.22536584734916687, 0.013197348453104496, 0.013158125802874565], "count": [391]}, "actions": {"min": [-0.5631881952285767, -0.42945802211761475, -0.5589082837104797, -0.10518987476825714, -0.15055187046527863, -0.11360141634941101, -1.0], "max": [0.3161795735359192, 0.6856803297996521, 0.5418925881385803, 0.11695728451013565, 0.1730116605758667, 0.13642746210098267, 1.0], "mean": [-0.020381586626172066, 0.04069824516773224, -0.03210178017616272, 0.0025881321635097265, -0.00162840960547328, -0.009874275885522366, 0.21227622032165527], "std": [0.13396769762039185, 0.1675921231508255, 0.16059152781963348, 0.036248765885829926, 0.0422431118786335, 0.03477022424340248, 0.9772114157676697], "count": [391]}, "timestamp": {"min": [0.0], "max": [39.0], "mean": [19.5], "std": [11.28716084761797], "count": [391]}, "frame_index": {"min": [0], "max": [390], "mean": [195.0], "std": [112.8716084761797], "count": [391]}, "episode_index": {"min": [523], "max": [523], "mean": [523.0], "std": [0.0], "count": [391]}, "index": {"min": [178752], "max": [179142], "mean": [178947.0], "std": [112.8716084761797], "count": [391]}, "task_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [391]}}} +{"episode_index": 524, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36717355047487743]], [[0.3037222912358303]], [[0.2350517614028033]]], "std": [[[0.12928223446281745]], [[0.12948228341126888]], [[0.14493427832762257]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3323945587756587]], [[0.25190960573682597]], [[0.16421518841911767]]], "std": [[[0.18020318313889136]], [[0.1257018564667356]], [[0.07776117133663112]]], "count": [100]}, "state": {"min": [-0.41658565402030945, -0.15553009510040283, 0.976934015750885, 2.9941256046295166, -0.16216707229614258, -0.4124141335487366, 0.013983097858726978, -0.04000641033053398], "max": [-0.2856118083000183, 0.1859920471906662, 1.1708924770355225, 3.3909718990325928, 0.1008182093501091, -0.017400655895471573, 0.0399409681558609, -0.010835317894816399], "mean": [-0.3560246527194977, -0.024240925908088684, 1.0714867115020752, 3.1802568435668945, -0.07284079492092133, -0.22355827689170837, 0.027874713763594627, -0.02760492078959942], "std": [0.029155779629945755, 0.12835228443145752, 0.04952473193407059, 0.12469267845153809, 0.07201007008552551, 0.12664268910884857, 0.011650564149022102, 0.011960484087467194], "count": [259]}, "actions": {"min": [-0.3729722201824188, -0.5960876941680908, -0.5536744594573975, -0.10243259370326996, -0.1262117475271225, -0.12109942734241486, -1.0], "max": [0.2876323163509369, 0.7375823259353638, 0.538607120513916, 0.12062401324510574, 0.08560121059417725, 0.16488920152187347, 1.0], "mean": [-0.020156793296337128, 0.043931346386671066, -0.030346017330884933, 0.0034352841321378946, -0.0010512822773307562, 0.002225392498075962, -0.019305018708109856], "std": [0.11232064664363861, 0.24443458020687103, 0.1790529489517212, 0.036637041717767715, 0.03785246983170509, 0.0443418063223362, 0.9998142719268799], "count": [259]}, "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": [524], "max": [524], "mean": [524.0], "std": [0.0], "count": [259]}, "index": {"min": [179143], "max": [179401], "mean": [179272.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [259]}}} +{"episode_index": 525, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3661953609690947]], [[0.30440827134076287]], [[0.2381218901989507]]], "std": [[[0.12813170187240555]], [[0.12823248627848793]], [[0.14335574247460192]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3191882551604627]], [[0.242934180764591]], [[0.16122455193014706]]], "std": [[[0.21528200240282075]], [[0.15570229175206268]], [[0.09363583430071201]]], "count": [100]}, "state": {"min": [-0.5081214308738708, -0.037593159824609756, 0.9928274154663086, 2.895934820175171, -0.08432535082101822, -0.54351806640625, 0.015333658084273338, -0.04000752046704292], "max": [-0.07025089114904404, 0.3359071910381317, 1.2298972606658936, 3.4127893447875977, 0.3458392918109894, 0.15756945312023163, 0.03979730233550072, -0.01205954048782587], "mean": [-0.31144943833351135, 0.12175291031599045, 1.1294660568237305, 3.1432714462280273, 0.04231595620512962, -0.2375897318124771, 0.024019667878746986, -0.023621562868356705], "std": [0.16633278131484985, 0.13207383453845978, 0.06543033570051193, 0.17176054418087006, 0.1078343316912651, 0.20804302394390106, 0.010644717141985893, 0.010769706219434738], "count": [233]}, "actions": {"min": [-1.5616077184677124, -0.7361332178115845, -0.8361563086509705, -0.16435010731220245, -0.1643884778022766, -0.21441806852817535, -1.0], "max": [0.7014151215553284, 1.1303869485855103, 1.7636051177978516, 0.2008996456861496, 0.2054533064365387, 0.1268635392189026, 1.0], "mean": [-0.054515812546014786, 0.1042819544672966, -0.034655433148145676, 0.012023490853607655, 0.00029732583789154887, -0.01879012957215309, 0.30472102761268616], "std": [0.3546577990055084, 0.2560504078865051, 0.3293437361717224, 0.06265342980623245, 0.05601301044225693, 0.054701752960681915, 0.9524418711662292], "count": [233]}, "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": [525], "max": [525], "mean": [525.0], "std": [0.0], "count": [233]}, "index": {"min": [179402], "max": [179634], "mean": [179518.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [233]}}} +{"episode_index": 526, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3682491419175092]], [[0.3046066691080729]], [[0.23742219752891391]]], "std": [[[0.12878760554660354]], [[0.1303556740443668]], [[0.14547947505593756]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.32370786180683214]], [[0.2505941407446768]], [[0.1723211358762255]]], "std": [[[0.21112232751605997]], [[0.15362589654867426]], [[0.09854997211083398]]], "count": [100]}, "state": {"min": [-0.5344721674919128, 0.0017530028708279133, 0.9883311986923218, 2.878227710723877, -0.3108072578907013, -0.43484655022621155, 0.016016164794564247, -0.04000672698020935], "max": [-0.09976927191019058, 0.3783215582370758, 1.2023648023605347, 3.2672226428985596, 0.13862518966197968, 0.09402117878198624, 0.03985161334276199, -0.013534745201468468], "mean": [-0.3452847898006439, 0.17728622257709503, 1.1086194515228271, 3.095163583755493, -0.07095983624458313, -0.21434994041919708, 0.025896167382597923, -0.025170112028717995], "std": [0.1677662432193756, 0.14288613200187683, 0.06165047734975815, 0.09744756668806076, 0.13892978429794312, 0.17556048929691315, 0.010821509175002575, 0.011035369709134102], "count": [242]}, "actions": {"min": [-2.7384839057922363, -0.8118023872375488, -0.7921635508537292, -0.19797654449939728, -0.6212034821510315, -0.1988273710012436, -1.0], "max": [0.7191371321678162, 1.3491188287734985, 4.102973461151123, 0.2516469359397888, 0.154489204287529, 0.1719657927751541, 1.0], "mean": [-0.08405609428882599, 0.08698444813489914, -0.010900585912168026, 0.004851995036005974, -0.005731483455747366, -0.011953325942158699, 0.20661157369613647], "std": [0.40495869517326355, 0.2651372253894806, 0.4615008234977722, 0.05951752886176109, 0.0793367549777031, 0.050884950906038284, 0.978424072265625], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [526], "max": [526], "mean": [526.0], "std": [0.0], "count": [242]}, "index": {"min": [179635], "max": [179876], "mean": [179755.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [242]}}} +{"episode_index": 527, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36770227349973195]], [[0.30491803696576286]], [[0.2375388099820006]]], "std": [[[0.128916891759106]], [[0.12958974535874954]], [[0.1449809637575299]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3199052979712393]], [[0.24407394887886796]], [[0.162971336813534]]], "std": [[[0.21828611585575516]], [[0.15847554143632517]], [[0.09658477626983634]]], "count": [100]}, "state": {"min": [-0.5027020573616028, -0.03516286984086037, 0.9888011813163757, 3.008744478225708, -0.12584668397903442, -0.4585244655609131, 0.016754483804106712, -0.040003713220357895], "max": [-0.07451377063989639, 0.34692564606666565, 1.239540696144104, 3.3861374855041504, 0.29103395342826843, 0.07507804781198502, 0.03990798443555832, -0.009994138963520527], "mean": [-0.3088211119174957, 0.11701007932424545, 1.1216354370117188, 3.173457384109497, 0.01564009301364422, -0.19517968595027924, 0.02758062444627285, -0.02655358426272869], "std": [0.1638593226671219, 0.13880543410778046, 0.0710902065038681, 0.11467135697603226, 0.10728606581687927, 0.15740080177783966, 0.009614463895559311, 0.010058269836008549], "count": [247]}, "actions": {"min": [-1.1717528104782104, -0.8636277914047241, -1.1500452756881714, -0.16556119918823242, -0.19587360322475433, -0.16716724634170532, -1.0], "max": [1.2047170400619507, 0.9777438044548035, 1.59927237033844, 0.3454243242740631, 0.2628289461135864, 0.16777068376541138, 1.0], "mean": [-0.054986417293548584, 0.08163832128047943, -0.045667052268981934, 0.008726246654987335, 0.004824071656912565, -0.013487584888935089, 0.17408907413482666], "std": [0.33511149883270264, 0.2729826867580414, 0.34214287996292114, 0.0674608051776886, 0.05202906206250191, 0.051652513444423676, 0.9847297668457031], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [527], "max": [527], "mean": [527.0], "std": [0.0], "count": [247]}, "index": {"min": [179877], "max": [180123], "mean": [180000.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [247]}}} +{"episode_index": 528, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697917253082874]], [[0.30725837079216456]], [[0.23891847976983763]]], "std": [[[0.12957958396942765]], [[0.12972611150566096]], [[0.14628416074088896]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3352250880821079]], [[0.25709547394397214]], [[0.17301506431429994]]], "std": [[[0.2095103682070108]], [[0.15231922088237812]], [[0.09511236690957743]]], "count": [100]}, "state": {"min": [-0.5568437576293945, -0.03887112811207771, 0.9910516142845154, 2.9771084785461426, -0.20082131028175354, -0.2050233781337738, 0.012411333620548248, -0.04000572860240936], "max": [-0.07840275764465332, 0.254549115896225, 1.2517828941345215, 3.3780462741851807, 0.11508579552173615, 0.058698754757642746, 0.03989308699965477, -0.014200563542544842], "mean": [-0.3119840919971466, 0.07610297203063965, 1.1351438760757446, 3.115400552749634, -0.03256675601005554, -0.10440493375062943, 0.02362268790602684, -0.024117859080433846], "std": [0.18999826908111572, 0.09566295892000198, 0.07550651580095291, 0.12223699688911438, 0.08233419060707092, 0.08401589840650558, 0.01186527032405138, 0.011583812534809113], "count": [261]}, "actions": {"min": [-1.4854307174682617, -0.509670615196228, -0.6003373861312866, -0.10179784148931503, -0.17847467958927155, -0.14998310804367065, -1.0], "max": [0.7592236399650574, 0.7336764931678772, 1.2605319023132324, 0.22758251428604126, 0.1908082515001297, 0.12506936490535736, 1.0], "mean": [-0.07378241419792175, 0.06953565031290054, -0.02775556407868862, 0.007784359157085419, 3.177074540872127e-05, -0.00532708503305912, 0.25670498609542847], "std": [0.31977739930152893, 0.17351023852825165, 0.2856159806251526, 0.04202495887875557, 0.048915863037109375, 0.040429919958114624, 0.9664909839630127], "count": [261]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.534365710971739], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [528], "max": [528], "mean": [528.0], "std": [0.0], "count": [261]}, "index": {"min": [180124], "max": [180384], "mean": [180254.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [261]}}} +{"episode_index": 529, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697631794050628]], [[0.3074530657599954]], [[0.23978231572169884]]], "std": [[[0.12607696855116096]], [[0.12663727467087937]], [[0.14349952920621417]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.33562280333275885]], [[0.2568096475040212]], [[0.1718470806047028]]], "std": [[[0.2109947501088739]], [[0.1530615977356704]], [[0.09407749375562054]]], "count": [100]}, "state": {"min": [-0.5582605600357056, -0.0029579871334135532, 0.9942642450332642, 3.0069947242736816, -0.14715547859668732, -0.29282376170158386, 0.015526491217315197, -0.04000589996576309], "max": [-0.08131231367588043, 0.29805031418800354, 1.2755720615386963, 3.4724478721618652, 0.18838028609752655, 0.052204955369234085, 0.03987977281212807, -0.014145994558930397], "mean": [-0.2999587059020996, 0.09650201350450516, 1.1389564275741577, 3.150571346282959, 0.020758286118507385, -0.1775616854429245, 0.025308530777692795, -0.025197893381118774], "std": [0.18258871138095856, 0.09995119273662567, 0.08018196374177933, 0.13017751276493073, 0.09104464203119278, 0.09623786807060242, 0.011360515840351582, 0.011434683576226234], "count": [244]}, "actions": {"min": [-1.4205577373504639, -0.31177815794944763, -0.8153889775276184, -0.1794407069683075, -0.2083454728126526, -0.18270671367645264, -1.0], "max": [1.1032980680465698, 0.6221608519554138, 1.1731128692626953, 0.36824777722358704, 0.19905482232570648, 0.2810418903827667, 1.0], "mean": [-0.06922842562198639, 0.0859704241156578, -0.04218930006027222, 0.00974253285676241, -0.0019315826939418912, -0.006176632363349199, 0.1803278625011444], "std": [0.34834685921669006, 0.17108355462551117, 0.342436283826828, 0.06161906197667122, 0.05575862154364586, 0.055666472762823105, 0.9836056232452393], "count": [244]}, "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": [529], "max": [529], "mean": [529.0], "std": [0.0], "count": [244]}, "index": {"min": [180385], "max": [180628], "mean": [180506.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [244]}}} +{"episode_index": 530, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35909072397269454]], [[0.3018151669969746]], [[0.23377706490310968]]], "std": [[[0.14213500759086772]], [[0.13438195490637905]], [[0.14732749479251614]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3542812535903033]], [[0.27381081674613206]], [[0.18264800127814798]]], "std": [[[0.19165073730644241]], [[0.13779588509167162]], [[0.0907619995792272]]], "count": [100]}, "state": {"min": [-0.345649391412735, -0.24064691364765167, 0.9781318306922913, 2.8016226291656494, -0.09919074177742004, -0.13535495102405548, 0.013660199008882046, -0.04001392796635628], "max": [-0.20399494469165802, 0.24520982801914215, 1.2159541845321655, 3.215386152267456, 0.1508605033159256, 0.11864279955625534, 0.039714183658361435, -0.01348772644996643], "mean": [-0.2814449369907379, -0.012634423561394215, 1.1172138452529907, 2.999393939971924, 0.007933029904961586, -0.03759491816163063, 0.023450611159205437, -0.024089448153972626], "std": [0.04754025861620903, 0.19348382949829102, 0.07531361281871796, 0.13953402638435364, 0.06682785600423813, 0.05889026075601578, 0.011642667464911938, 0.01181313768029213], "count": [231]}, "actions": {"min": [-0.32270461320877075, -0.8648916482925415, -0.877281904220581, -0.16113756597042084, -0.11760365217924118, -0.13472044467926025, -1.0], "max": [0.38580480217933655, 1.165795922279358, 1.090342402458191, 0.11346941441297531, 0.12193546444177628, 0.10817892849445343, 1.0], "mean": [0.033350635319948196, 0.07404433190822601, -0.043431904166936874, 0.004437190946191549, 0.0037875715643167496, -0.005919117014855146, 0.2380952388048172], "std": [0.14524033665657043, 0.34828701615333557, 0.29970863461494446, 0.046406090259552, 0.035931915044784546, 0.04349546134471893, 0.9712436199188232], "count": [231]}, "timestamp": {"min": [0.0], "max": [23.0], "mean": [11.5], "std": [6.668333125052067], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [530], "max": [530], "mean": [530.0], "std": [0.0], "count": [231]}, "index": {"min": [180629], "max": [180859], "mean": [180744.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [231]}}} +{"episode_index": 531, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36185090008903953]], [[0.3040926669251685]], [[0.2354705224130668]]], "std": [[[0.13875986834246853]], [[0.13183386061533117]], [[0.14613981548001118]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34810849896599266]], [[0.2701493877336091]], [[0.1816490514418658]]], "std": [[[0.19544823174650047]], [[0.1415622896728001]], [[0.09377175934311338]]], "count": [100]}, "state": {"min": [-0.32583022117614746, -0.22429519891738892, 0.9777270555496216, 2.8848133087158203, -0.050547610968351364, -0.3093699514865875, 0.01186937466263771, -0.04001230373978615], "max": [-0.2229074090719223, 0.2146102488040924, 1.192154049873352, 3.2982540130615234, 0.15710876882076263, -0.08380036056041718, 0.039765290915966034, -0.011325052008032799], "mean": [-0.27955731749534607, 0.005679183639585972, 1.0978524684906006, 3.1070282459259033, 0.025310758501291275, -0.20822493731975555, 0.02208900637924671, -0.022568896412849426], "std": [0.03799346834421158, 0.17183926701545715, 0.06562945246696472, 0.138554185628891, 0.05482318624854088, 0.047641556710004807, 0.012022028677165508, 0.012305584736168385], "count": [215]}, "actions": {"min": [-0.2846749424934387, -0.716339111328125, -1.0479273796081543, -0.10373757034540176, -0.11887232214212418, -0.15600283443927765, -1.0], "max": [0.4008089005947113, 1.2333184480667114, 0.917483925819397, 0.19651135802268982, 0.1356891393661499, 0.12175530940294266, 1.0], "mean": [0.02790774777531624, 0.07125022262334824, -0.04362689331173897, 0.001892070402391255, 0.003646780736744404, -0.004960480611771345, 0.27441859245300293], "std": [0.10761765390634537, 0.3471924066543579, 0.28369244933128357, 0.047405071556568146, 0.03284800797700882, 0.039619192481040955, 0.9616113901138306], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [531], "max": [531], "mean": [531.0], "std": [0.0], "count": [215]}, "index": {"min": [180860], "max": [181074], "mean": [180967.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [215]}}} +{"episode_index": 532, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36235328464882044]], [[0.30376109104530485]], [[0.23417712522020528]]], "std": [[[0.13909188516024515]], [[0.13209877013937024]], [[0.1462552697846844]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.36786186607211246]], [[0.28252613680970434]], [[0.18529427083333333]]], "std": [[[0.19045172981004033]], [[0.13499923363154334]], [[0.08411402169480843]]], "count": [100]}, "state": {"min": [-0.3547203242778778, -0.23155784606933594, 0.9787017107009888, 2.9596385955810547, -0.17452526092529297, -0.2654227614402771, 0.011306186206638813, -0.04000728949904442], "max": [-0.21298331022262573, 0.233406201004982, 1.2146916389465332, 3.2737784385681152, 0.11531401425600052, 0.0031905812211334705, 0.03983379527926445, -0.012103748507797718], "mean": [-0.2917824983596802, -0.014749766327440739, 1.1334174871444702, 3.1076769828796387, -0.06873571127653122, -0.17225703597068787, 0.021629631519317627, -0.0220946054905653], "std": [0.045651864260435104, 0.1811780035495758, 0.07546433061361313, 0.09789575636386871, 0.0775112733244896, 0.05894067883491516, 0.012528610415756702, 0.012504570186138153], "count": [240]}, "actions": {"min": [-0.3126962184906006, -1.1980547904968262, -0.6702660322189331, -0.18592427670955658, -0.1313016712665558, -0.11108656972646713, -1.0], "max": [0.32073459029197693, 0.9812024831771851, 0.8839464783668518, 0.1632096916437149, 0.10075698792934418, 0.13839885592460632, 1.0], "mean": [0.03230356052517891, 0.0615893229842186, -0.03825806826353073, 0.0008562786970287561, 0.003662284230813384, -0.004796572029590607, 0.2916666567325592], "std": [0.11588098108768463, 0.3411090075969696, 0.2881091833114624, 0.04938662797212601, 0.038542866706848145, 0.038187120109796524, 0.9565209746360779], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [532], "max": [532], "mean": [532.0], "std": [0.0], "count": [240]}, "index": {"min": [181075], "max": [181314], "mean": [181194.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [240]}}} +{"episode_index": 533, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36069539088828895]], [[0.3029814806171492]], [[0.2345916430903416]]], "std": [[[0.13983111008725987]], [[0.13273992494292433]], [[0.14659696119208923]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3608957316080729]], [[0.27974154064702056]], [[0.1873848446116728]]], "std": [[[0.1870454420444443]], [[0.1340379422531172]], [[0.08901979079097048]]], "count": [100]}, "state": {"min": [-0.35660648345947266, -0.2230447679758072, 0.9815016388893127, 2.7811641693115234, -0.14162985980510712, -0.304815411567688, 0.013416585512459278, -0.04001499339938164], "max": [-0.20918399095535278, 0.22829730808734894, 1.2191392183303833, 3.235150098800659, 0.1448838710784912, 0.013896182179450989, 0.03967747092247009, -0.013238746672868729], "mean": [-0.2789072096347809, -0.010069914162158966, 1.1228806972503662, 2.9971914291381836, -0.011679694056510925, -0.15431174635887146, 0.022524375468492508, -0.023235984146595], "std": [0.04842647910118103, 0.17789381742477417, 0.07649791240692139, 0.15711234509944916, 0.084413081407547, 0.07871319353580475, 0.011561230756342411, 0.011748160235583782], "count": [234]}, "actions": {"min": [-0.33552461862564087, -1.2137949466705322, -0.6717365384101868, -0.1425894945859909, -0.0977424755692482, -0.10872559249401093, -1.0], "max": [0.65398770570755, 1.112407922744751, 0.9036884307861328, 0.10864850133657455, 0.12267252057790756, 0.14736925065517426, 1.0], "mean": [0.039045970886945724, 0.07473262399435043, -0.037262409925460815, 0.003454090328887105, 0.004281579051166773, -0.0038964026607573032, 0.2905983030796051], "std": [0.12823383510112762, 0.31027674674987793, 0.28803083300590515, 0.04168664291501045, 0.03564814105629921, 0.039300013333559036, 0.9568450450897217], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [533], "max": [533], "mean": [533.0], "std": [0.0], "count": [234]}, "index": {"min": [181315], "max": [181548], "mean": [181431.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [234]}}} +{"episode_index": 534, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3625579642501532]], [[0.3041573175168505]], [[0.2347023919797411]]], "std": [[[0.13950984730717164]], [[0.13268178514866286]], [[0.14670321498372738]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35007532815372244]], [[0.27239551379633886]], [[0.1836100206562117]]], "std": [[[0.19288264329392532]], [[0.14028070409294982]], [[0.09502935844338863]]], "count": [100]}, "state": {"min": [-0.430841326713562, -0.2322998344898224, 0.9728547930717468, 2.778305768966675, -0.23893430829048157, -0.18257896602153778, 0.012166516855359077, -0.04001576825976372], "max": [-0.23006536066532135, 0.21503035724163055, 1.2370425462722778, 3.184227466583252, 0.09344175457954407, -0.005690542981028557, 0.039707113057374954, -0.012196588329970837], "mean": [-0.3176569640636444, 0.015527076087892056, 1.1235778331756592, 3.0156712532043457, -0.06453260034322739, -0.12284478545188904, 0.021371914073824883, -0.021365033462643623], "std": [0.06090444698929787, 0.16306699812412262, 0.07811731100082397, 0.12809810042381287, 0.10162251442670822, 0.04278047755360603, 0.012157080695033073, 0.012302909046411514], "count": [260]}, "actions": {"min": [-0.8450265526771545, -0.8069372773170471, -0.9587312340736389, -0.11243626475334167, -0.17835430800914764, -0.12349346280097961, -1.0], "max": [0.5513746738433838, 1.5421103239059448, 1.0609452724456787, 0.22718597948551178, 0.1048106923699379, 0.11396024376153946, 1.0], "mean": [0.02495078556239605, 0.06026407703757286, -0.03174712136387825, -0.00222585815936327, 0.0001764898479450494, -0.00527405459433794, 0.3461538553237915], "std": [0.17427188158035278, 0.31869250535964966, 0.28123751282691956, 0.04517633840441704, 0.03936789557337761, 0.03786632791161537, 0.9381800889968872], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [534], "max": [534], "mean": [534.0], "std": [0.0], "count": [260]}, "index": {"min": [181549], "max": [181808], "mean": [181678.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [260]}}} +{"episode_index": 535, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3609470603793275]], [[0.303224822399663]], [[0.23487042296166513]]], "std": [[[0.1408935025599811]], [[0.13382448510649883]], [[0.14758915743028728]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3412786069383808]], [[0.26716595458984377]], [[0.18336376055549175]]], "std": [[[0.19384021576161278]], [[0.14096731532512705]], [[0.09696192418858174]]], "count": [100]}, "state": {"min": [-0.3463423550128937, -0.23186658322811127, 0.9793739914894104, 2.8896842002868652, -0.11872350424528122, -0.10203719884157181, 0.012960354797542095, -0.04001164063811302], "max": [-0.23119960725307465, 0.24038022756576538, 1.197760820388794, 3.2651047706604004, 0.0885356068611145, 0.136609748005867, 0.03974582999944687, -0.012675769627094269], "mean": [-0.2888331711292267, 0.002807904966175556, 1.105757474899292, 3.0503790378570557, -0.005005652084946632, -0.01778295822441578, 0.022555062547326088, -0.023145945742726326], "std": [0.04028290882706642, 0.18857769668102264, 0.06808996945619583, 0.13804778456687927, 0.06725900620222092, 0.06624724715948105, 0.011856975965201855, 0.012134815566241741], "count": [229]}, "actions": {"min": [-0.6544634103775024, -1.1140198707580566, -0.6623023152351379, -0.1718786358833313, -0.14729560911655426, -0.11400025337934494, -1.0], "max": [0.31317564845085144, 0.9481058716773987, 1.3921781778335571, 0.2029636949300766, 0.0743989646434784, 0.11437798291444778, 1.0], "mean": [0.029485704377293587, 0.07928409427404404, -0.040523216128349304, 0.005687226075679064, 0.0010719222482293844, -0.006751051172614098, 0.2663755416870117], "std": [0.12659776210784912, 0.3351769745349884, 0.2867153584957123, 0.049744267016649246, 0.03281613439321518, 0.041515473276376724, 0.9638705253601074], "count": [229]}, "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": [535], "max": [535], "mean": [535.0], "std": [0.0], "count": [229]}, "index": {"min": [181809], "max": [182037], "mean": [181923.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [229]}}} +{"episode_index": 536, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3629916280110677]], [[0.30524169921875]], [[0.23654018985523897]]], "std": [[[0.14013291572224557]], [[0.13361498576042674]], [[0.14822179071676708]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.34833160639744176]], [[0.2696564558440564]], [[0.18045600262810205]]], "std": [[[0.19429724724740577]], [[0.14026299830835942]], [[0.09270101528531083]]], "count": [100]}, "state": {"min": [-0.353581041097641, -0.24753437936306, 0.9778878092765808, 2.858320474624634, -0.1813439577817917, -0.2641615569591522, 0.012246732600033283, -0.04001586139202118], "max": [-0.22033479809761047, 0.22810319066047668, 1.1968914270401, 3.2329654693603516, 0.10924464464187622, 0.04226032644510269, 0.03969081491231918, -0.012127924710512161], "mean": [-0.2898392379283905, -0.014108010567724705, 1.1004858016967773, 3.0331528186798096, -0.054641228169202805, -0.11263570934534073, 0.022635580971837044, -0.02298220433294773], "std": [0.044614046812057495, 0.19452665746212006, 0.06416799873113632, 0.13695311546325684, 0.08320676535367966, 0.09218500554561615, 0.012646342627704144, 0.012889818288385868], "count": [200]}, "actions": {"min": [-0.4608823359012604, -1.23298180103302, -0.9900137186050415, -0.1375541090965271, -0.13461647927761078, -0.13043060898780823, -1.0], "max": [0.6154643297195435, 1.6755263805389404, 1.3366063833236694, 0.1663568615913391, 0.17741677165031433, 0.12696526944637299, 1.0], "mean": [0.03432513400912285, 0.09723446518182755, -0.04929036647081375, 0.005930733866989613, 0.003770665032789111, -0.007510469760745764, 0.20999999344348907], "std": [0.1706792712211609, 0.4258541166782379, 0.3671626150608063, 0.047784075140953064, 0.04845988377928734, 0.041909005492925644, 0.9777013063430786], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [536], "max": [536], "mean": [536.0], "std": [0.0], "count": [200]}, "index": {"min": [182038], "max": [182237], "mean": [182137.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [200]}}} +{"episode_index": 537, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36962188720703126]], [[0.3110267764820772]], [[0.2416924773571538]]], "std": [[[0.13793278066333511]], [[0.13301155108430565]], [[0.1495663985410356]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.35173149078967525]], [[0.27203983202167586]], [[0.18096052162320006]]], "std": [[[0.21804884569303407]], [[0.1571390066409199]], [[0.09753494114905695]]], "count": [100]}, "state": {"min": [-0.37372806668281555, -0.017999107018113136, 0.9915614128112793, 2.852450370788574, -0.1400037407875061, -0.25479069352149963, 0.014023810625076294, -0.040008481591939926], "max": [-0.05543558672070503, 0.28015950322151184, 1.232892394065857, 3.1625051498413086, 0.13320890069007874, 0.10150464624166489, 0.039804957807064056, -0.009187119081616402], "mean": [-0.23876424133777618, 0.11821737885475159, 1.138054609298706, 3.0051777362823486, -0.03483959287405014, -0.07202211767435074, 0.023915285244584084, -0.02351846545934677], "std": [0.12374641746282578, 0.10316391289234161, 0.07302433252334595, 0.09496738016605377, 0.0732957124710083, 0.09932134300470352, 0.011210139840841293, 0.011223879642784595], "count": [261]}, "actions": {"min": [-0.7852193117141724, -0.469963937997818, -0.7808132171630859, -0.23854415118694305, -0.1223965659737587, -0.21579185128211975, -1.0], "max": [0.6817355751991272, 0.6576286554336548, 1.3325011730194092, 0.19137148559093475, 0.1414169818162918, 0.17767806351184845, 1.0], "mean": [-0.010997739620506763, 0.07700253278017044, -0.03542015329003334, 0.004723447374999523, 0.003492953721433878, -0.010073547251522541, 0.28735631704330444], "std": [0.26208651065826416, 0.1925312727689743, 0.2975670397281647, 0.04624161496758461, 0.04367145895957947, 0.04703763127326965, 0.9578230381011963], "count": [261]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.534365710971739], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [537], "max": [537], "mean": [537.0], "std": [0.0], "count": [261]}, "index": {"min": [182238], "max": [182498], "mean": [182368.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [261]}}} +{"episode_index": 538, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36394174673043045]], [[0.30733273494944857]], [[0.2413236359240962]]], "std": [[[0.1410836517274353]], [[0.13593880829155505]], [[0.15011048510517075]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.377617052265242]], [[0.29166085576076134]], [[0.19215212055281097]]], "std": [[[0.21693472508496126]], [[0.15506324338116537]], [[0.0938435333273922]]], "count": [100]}, "state": {"min": [-0.37593966722488403, -0.006645986344665289, 0.9896156787872314, 2.952239751815796, -0.1490587294101715, -0.40426576137542725, 0.0151210967451334, -0.04000585898756981], "max": [-0.046986792236566544, 0.29561975598335266, 1.2397958040237427, 3.3095808029174805, 0.1355062872171402, 0.04126276448369026, 0.0398998036980629, -0.01611173525452614], "mean": [-0.2167672961950302, 0.14058279991149902, 1.149551510810852, 3.123258590698242, 0.0033455058000981808, -0.20510892570018768, 0.027698837220668793, -0.027749817818403244], "std": [0.12118532508611679, 0.09056110680103302, 0.07129639387130737, 0.10518883168697357, 0.07042582333087921, 0.1310916692018509, 0.010637677274644375, 0.01072013285011053], "count": [288]}, "actions": {"min": [-0.6900425553321838, -0.369559109210968, -0.6680734753608704, -0.2626059055328369, -0.17156660556793213, -0.17205095291137695, -1.0], "max": [0.673916220664978, 0.761511504650116, 1.1772727966308594, 0.19759884476661682, 0.12286091595888138, 0.16309966146945953, 1.0], "mean": [-0.0071039446629583836, 0.06546220928430557, -0.021329423412680626, 0.005346009042114019, 0.00047993980115279555, -0.00968092866241932, 0.0694444477558136], "std": [0.2536904513835907, 0.17071929574012756, 0.2824816107749939, 0.05578199774026871, 0.04256341606378555, 0.050590530037879944, 0.9975866675376892], "count": [288]}, "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": [538], "max": [538], "mean": [538.0], "std": [0.0], "count": [288]}, "index": {"min": [182499], "max": [182786], "mean": [182642.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [288]}}} +{"episode_index": 539, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.365759240842333]], [[0.3080323300829121]], [[0.24033172128714766]]], "std": [[[0.13649887454381332]], [[0.13087355078575544]], [[0.1458297574545032]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.34355194929534316]], [[0.2626382709577972]], [[0.1696213301116345]]], "std": [[[0.22682013349873675]], [[0.16370185734904846]], [[0.0968884439966332]]], "count": [100]}, "state": {"min": [-0.35193029046058655, -0.010874533094465733, 0.9911156892776489, 2.913238525390625, -0.0081214914098382, -0.3845907747745514, 0.015207665972411633, -0.04000632092356682], "max": [-0.055989593267440796, 0.27162888646125793, 1.2474654912948608, 3.1494266986846924, 0.30135461688041687, 0.01961580663919449, 0.039875566959381104, -0.015697691589593887], "mean": [-0.2112351655960083, 0.1305515319108963, 1.1471556425094604, 3.027735710144043, 0.11483100801706314, -0.21284900605678558, 0.025758029893040657, -0.02632765844464302], "std": [0.1061144769191742, 0.08387672156095505, 0.07108980417251587, 0.06878694146871567, 0.08510487526655197, 0.10269208997488022, 0.010643157176673412, 0.010324889793992043], "count": [271]}, "actions": {"min": [-1.005224347114563, -0.33594802021980286, -0.7406435608863831, -0.15391755104064941, -0.2666364014148712, -0.195288747549057, -1.0], "max": [0.7917603254318237, 0.4761982560157776, 1.7669404745101929, 0.1830759346485138, 0.1559310257434845, 0.11121232062578201, 1.0], "mean": [-0.00689777173101902, 0.06813883781433105, -0.02693527564406395, 0.0020092446357011795, 0.0028983454685658216, -0.011703184805810452, 0.22509224712848663], "std": [0.25098758935928345, 0.17563442885875702, 0.3025292158126831, 0.04016868770122528, 0.043870892375707626, 0.03595642372965813, 0.9743368625640869], "count": [271]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.823042886243178], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [539], "max": [539], "mean": [539.0], "std": [0.0], "count": [271]}, "index": {"min": [182787], "max": [183057], "mean": [182922.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [271]}}} +{"episode_index": 540, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37032377594592525]], [[0.3121672566731771]], [[0.24350096459482232]]], "std": [[[0.13662431134905972]], [[0.13240547229596805]], [[0.1495342785670223]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9803921568627451]]], "mean": [[[0.37682138839422485]], [[0.2914220599006204]], [[0.19284208170572917]]], "std": [[[0.21008659886498451]], [[0.15007734750991736]], [[0.09230369989525815]]], "count": [100]}, "state": {"min": [-0.39666199684143066, -0.023281041532754898, 1.0151010751724243, 2.7993478775024414, -0.19701635837554932, -0.3448302149772644, 0.014901080168783665, -0.040009092539548874], "max": [-0.053203340619802475, 0.29928988218307495, 1.2495125532150269, 3.0715863704681396, 0.1237659826874733, 0.0593615360558033, 0.03979715332388878, -0.010459628887474537], "mean": [-0.22672978043556213, 0.15320946276187897, 1.1668078899383545, 2.958585023880005, -0.060497380793094635, -0.17673084139823914, 0.024885864928364754, -0.0250264760106802], "std": [0.1259794682264328, 0.0957062765955925, 0.07388348132371902, 0.06833258271217346, 0.0899500921368599, 0.1113181859254837, 0.011283300817012787, 0.011363605037331581], "count": [277]}, "actions": {"min": [-0.6687726378440857, -0.23818743228912354, -1.2240116596221924, -0.14998292922973633, -0.13908764719963074, -0.13567674160003662, -1.0], "max": [0.8227710723876953, 0.8381032347679138, 1.0160396099090576, 0.160943403840065, 0.1199895516037941, 0.08755176514387131, 1.0], "mean": [-0.010458673350512981, 0.08449621498584747, -0.0322180837392807, 0.001694592647254467, 0.0018009758787229657, -0.01001541968435049, 0.22021660208702087], "std": [0.2478950023651123, 0.1879764348268509, 0.2957313358783722, 0.04054239019751549, 0.04267152398824692, 0.038563866168260574, 0.9754511117935181], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [540], "max": [540], "mean": [540.0], "std": [0.0], "count": [277]}, "index": {"min": [183058], "max": [183334], "mean": [183196.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [277]}}} +{"episode_index": 541, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36338995959712006]], [[0.30584533930759805]], [[0.23824816954369638]]], "std": [[[0.13991957993699172]], [[0.1340794808348349]], [[0.148094346557945]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9725490196078431]]], "mean": [[[0.3690187575396369]], [[0.2842134076286764]], [[0.18636173981311274]]], "std": [[[0.21370260542553923]], [[0.1528342331614569]], [[0.09232888999250816]]], "count": [100]}, "state": {"min": [-0.41678184270858765, -0.010747655294835567, 1.006813645362854, 2.9159204959869385, -0.2192426174879074, -0.5182109475135803, 0.014445819891989231, -0.040007367730140686], "max": [-0.05223144590854645, 0.2850882112979889, 1.284762978553772, 3.142922878265381, 0.17885491251945496, -0.00023048299772199243, 0.03986763581633568, -0.011820618994534016], "mean": [-0.23283053934574127, 0.1340349167585373, 1.1742327213287354, 3.019170045852661, -0.037122588604688644, -0.3034818470478058, 0.02436761185526848, -0.02458842098712921], "std": [0.1249573603272438, 0.09833178669214249, 0.07906223833560944, 0.05418824404478073, 0.10412278026342392, 0.1578834056854248, 0.010808453895151615, 0.010801294818520546], "count": [315]}, "actions": {"min": [-0.819584846496582, -0.5304703116416931, -0.6975277066230774, -0.1272546947002411, -0.16960099339485168, -0.14555314183235168, -1.0], "max": [0.755672812461853, 0.5464850664138794, 1.3525400161743164, 0.18606828153133392, 0.12799149751663208, 0.10756982117891312, 1.0], "mean": [-0.003906251862645149, 0.06883390247821808, -0.019647853448987007, 0.003007477382197976, 0.0021113150287419558, -0.011389493942260742, 0.30158731341362], "std": [0.23795661330223083, 0.19270047545433044, 0.2735650837421417, 0.04194512218236923, 0.04478572681546211, 0.03786291182041168, 0.953437328338623], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [541], "max": [541], "mean": [541.0], "std": [0.0], "count": [315]}, "index": {"min": [183335], "max": [183649], "mean": [183492.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [315]}}} +{"episode_index": 542, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36159241081686583]], [[0.3038386703192019]], [[0.23637300857843138]]], "std": [[[0.1383713957660849]], [[0.13189568049583034]], [[0.14509078472550133]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.33506633264878216]], [[0.2568064982096354]], [[0.16756510775696998]]], "std": [[[0.22220405398044044]], [[0.1597345636619837]], [[0.09535673002957244]]], "count": [100]}, "state": {"min": [-0.47271469235420227, -0.012658810243010521, 0.9914020299911499, 2.85172963142395, -0.03273632004857063, -0.4861457049846649, 0.01567559875547886, -0.04000721499323845], "max": [-0.020606625825166702, 0.36645621061325073, 1.2841631174087524, 3.27034330368042, 0.3294091820716858, 0.11969751119613647, 0.03985403850674629, -0.012856164015829563], "mean": [-0.2702086269855499, 0.18236294388771057, 1.157076358795166, 3.0533909797668457, 0.12863564491271973, -0.19687628746032715, 0.02549653872847557, -0.025535304099321365], "std": [0.1637217104434967, 0.12533478438854218, 0.07374130189418793, 0.1101803258061409, 0.1045740395784378, 0.18446272611618042, 0.010199571028351784, 0.010391496121883392], "count": [291]}, "actions": {"min": [-1.1431885957717896, -0.3884083926677704, -1.1413633823394775, -0.2539561092853546, -0.17564621567726135, -0.16210992634296417, -1.0], "max": [0.8339654803276062, 0.8746224045753479, 1.5882645845413208, 0.2798207104206085, 0.37084391713142395, 0.20086045563220978, 1.0], "mean": [-0.044091589748859406, 0.07773394882678986, -0.03269800916314125, 0.005753347650170326, 0.00011800690117524937, -0.013957045041024685, 0.2646048069000244], "std": [0.3205699026584625, 0.18327859044075012, 0.32643282413482666, 0.06849101185798645, 0.05865330621600151, 0.05039637163281441, 0.9643556475639343], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [542], "max": [542], "mean": [542.0], "std": [0.0], "count": [291]}, "index": {"min": [183650], "max": [183940], "mean": [183795.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [291]}}} +{"episode_index": 543, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36752998800838693]], [[0.3102281679639629]], [[0.24343442251168046]]], "std": [[[0.13615121413618478]], [[0.13111979255952352]], [[0.14669644716499933]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.3365207489612056]], [[0.25855717378504134]], [[0.16929143808402267]]], "std": [[[0.22446764535804714]], [[0.16186158353909227]], [[0.09601405655540649]]], "count": [100]}, "state": {"min": [-0.49974721670150757, 0.0034288205206394196, 0.990235447883606, 2.888328790664673, 0.053834326565265656, -0.18883748352527618, 0.01543943490833044, -0.04000641778111458], "max": [-0.035059310495853424, 0.2615290582180023, 1.2721720933914185, 3.233309745788574, 0.3275199234485626, 0.07855935394763947, 0.03987353667616844, -0.014833834022283554], "mean": [-0.25415655970573425, 0.15346026420593262, 1.1352624893188477, 3.084703207015991, 0.13873066008090973, -0.0714002475142479, 0.025649407878518105, -0.025903135538101196], "std": [0.1826755702495575, 0.07292837649583817, 0.08086003363132477, 0.09523031115531921, 0.06297415494918823, 0.07044186443090439, 0.011573978699743748, 0.011439514346420765], "count": [239]}, "actions": {"min": [-1.5137457847595215, -0.4746643602848053, -0.825373113155365, -0.2953237295150757, -0.19086657464504242, -0.14124876260757446, -1.0], "max": [1.0465633869171143, 0.9752200841903687, 1.3875691890716553, 0.2621515691280365, 0.23217017948627472, 0.19161374866962433, 1.0], "mean": [-0.06630973517894745, 0.0711650475859642, -0.051130130887031555, 0.0010260329581797123, 0.0006618751212954521, -0.005765159148722887, 0.14644351601600647], "std": [0.36138415336608887, 0.21411588788032532, 0.3409895598888397, 0.07032649219036102, 0.05253547802567482, 0.051004793494939804, 0.9892195463180542], "count": [239]}, "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": [543], "max": [543], "mean": [543.0], "std": [0.0], "count": [239]}, "index": {"min": [183941], "max": [184179], "mean": [184060.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [239]}}} +{"episode_index": 544, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3634665658988205]], [[0.30630641204235604]], [[0.23930649641448376]]], "std": [[[0.1394716345183812]], [[0.13347978656802717]], [[0.14745775440985479]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3373373054055606]], [[0.2603113337498085]], [[0.17215652705173867]]], "std": [[[0.222954145342107]], [[0.16090459024072692]], [[0.09750320435775295]]], "count": [100]}, "state": {"min": [-0.4701264202594757, 0.006740344222635031, 0.9907647967338562, 2.7823903560638428, -0.045756276696920395, -0.49497559666633606, 0.016258109360933304, -0.04000847041606903], "max": [-0.04409880191087723, 0.3493688106536865, 1.261165976524353, 3.11893367767334, 0.21772393584251404, 0.12981247901916504, 0.039845339953899384, -0.011120644398033619], "mean": [-0.26120638847351074, 0.18825843930244446, 1.1418648958206177, 2.986150026321411, 0.05109766870737076, -0.27581900358200073, 0.02535703219473362, -0.025282233953475952], "std": [0.16000699996948242, 0.10803741216659546, 0.08065664023160934, 0.09427739679813385, 0.0790305808186531, 0.19693437218666077, 0.010592032223939896, 0.010526668280363083], "count": [270]}, "actions": {"min": [-0.9498596787452698, -0.3344537615776062, -0.6130791902542114, -0.14879433810710907, -0.15535077452659607, -0.1886330544948578, -1.0], "max": [0.5529636740684509, 0.9740059971809387, 1.0204704999923706, 0.1860911250114441, 0.16014717519283295, 0.10565339773893356, 1.0], "mean": [-0.04627875238656998, 0.08995569497346878, -0.04081496596336365, 0.004744475241750479, -3.968626697314903e-05, -0.014826559461653233, 0.24444444477558136], "std": [0.2722225785255432, 0.19266511499881744, 0.2866106927394867, 0.052015271037817, 0.044871117919683456, 0.043560076504945755, 0.9696628451347351], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [544], "max": [544], "mean": [544.0], "std": [0.0], "count": [270]}, "index": {"min": [184180], "max": [184449], "mean": [184314.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [270]}}} +{"episode_index": 545, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36821409876206346]], [[0.3096402192957261]], [[0.24057194728477327]]], "std": [[[0.13388724753019057]], [[0.12843047284970793]], [[0.14465763624144068]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.32631744564280796]], [[0.25147406723920035]], [[0.16610514322916667]]], "std": [[[0.22366181459017637]], [[0.1618049056938049]], [[0.09788848247023117]]], "count": [100]}, "state": {"min": [-0.4814881682395935, -0.012192584574222565, 0.9907500743865967, 2.9485716819763184, 0.02905109152197838, -0.2972480058670044, 0.014238143339753151, -0.04000841826200485], "max": [-0.029779665172100067, 0.33071812987327576, 1.2567906379699707, 3.3037784099578857, 0.3579089641571045, 0.09837141633033752, 0.03989262878894806, -0.010069056414067745], "mean": [-0.26434746384620667, 0.14287076890468597, 1.1427463293075562, 3.077704668045044, 0.11609338968992233, -0.1408359706401825, 0.026906128972768784, -0.027279281988739967], "std": [0.16957923769950867, 0.10510550439357758, 0.07307766377925873, 0.09739920496940613, 0.08340524137020111, 0.10660942643880844, 0.010601702146232128, 0.010609536431729794], "count": [274]}, "actions": {"min": [-1.1070908308029175, -0.42978107929229736, -1.5759071111679077, -0.20470184087753296, -0.14438274502754211, -0.18344968557357788, -1.0], "max": [0.9115213751792908, 0.7375718355178833, 1.5840246677398682, 0.32092174887657166, 0.19242645800113678, 0.14085687696933746, 1.0], "mean": [-0.04546884819865227, 0.07757674902677536, -0.031462643295526505, 0.007209570612758398, 0.001701805740594864, -0.009398370049893856, 0.131386861205101], "std": [0.3299671411514282, 0.18904417753219604, 0.34051159024238586, 0.060639262199401855, 0.049706440418958664, 0.045935746282339096, 0.9913302659988403], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [545], "max": [545], "mean": [545.0], "std": [0.0], "count": [274]}, "index": {"min": [184450], "max": [184723], "mean": [184586.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [274]}}} +{"episode_index": 546, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3678234791475184]], [[0.30892925008138017]], [[0.23956951425589768]]], "std": [[[0.1357660449513658]], [[0.13033555099828933]], [[0.14623165531573612]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.36526654052734375]], [[0.2804036859250536]], [[0.1827986198874081]]], "std": [[[0.21394584445603335]], [[0.15281374495478708]], [[0.09073149195607227]]], "count": [100]}, "state": {"min": [-0.5111145973205566, -0.008865841664373875, 0.9913411140441895, 2.8738913536071777, -0.18856504559516907, -0.5324336290359497, 0.011030972935259342, -0.04000696912407875], "max": [-0.05014622583985329, 0.34977486729621887, 1.2529350519180298, 3.2012925148010254, 0.19003154337406158, 0.11282649636268616, 0.03986892104148865, -0.016310343518853188], "mean": [-0.2759760022163391, 0.17447486519813538, 1.1523144245147705, 3.039151191711426, 0.00669532734900713, -0.14016549289226532, 0.024399159476161003, -0.028031978756189346], "std": [0.16711005568504333, 0.10624884068965912, 0.07098700106143951, 0.07538967579603195, 0.09535478055477142, 0.21965937316417694, 0.01296219788491726, 0.00982209388166666], "count": [276]}, "actions": {"min": [-1.197808027267456, -0.5325775146484375, -0.6916831731796265, -0.20550043880939484, -0.1945078819990158, -0.22341527044773102, -1.0], "max": [0.9139891862869263, 0.970306932926178, 1.407027244567871, 0.24366818368434906, 0.16809417307376862, 0.14307379722595215, 1.0], "mean": [-0.06280243396759033, 0.08699862658977509, -0.03664374724030495, 0.003309132531285286, -0.00272011780180037, -0.01678980514407158, 0.1304347813129425], "std": [0.30955901741981506, 0.20695333182811737, 0.30917638540267944, 0.061853647232055664, 0.04967477545142174, 0.0523107536137104, 0.9914588332176208], "count": [276]}, "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": [546], "max": [546], "mean": [546.0], "std": [0.0], "count": [276]}, "index": {"min": [184724], "max": [184999], "mean": [184861.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [276]}}} +{"episode_index": 547, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3648601947859222]], [[0.3070883483886719]], [[0.23931773167030485]]], "std": [[[0.13820312766090906]], [[0.13226598238554166]], [[0.1466524477956263]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9882352941176471]]], "mean": [[[0.3148479033825444]], [[0.24419697301528032]], [[0.16365135043275122]]], "std": [[[0.22738133716501407]], [[0.16540272030242076]], [[0.10187184820758124]]], "count": [100]}, "state": {"min": [-0.5095227956771851, -0.00480731250718236, 0.989347517490387, 2.925781011581421, -0.11294805258512497, -0.46852168440818787, 0.015062635764479637, -0.04000425711274147], "max": [-0.0741693452000618, 0.37834006547927856, 1.2202463150024414, 3.2867727279663086, 0.2349196821451187, 0.11662565916776657, 0.03990894928574562, -0.01022076141089201], "mean": [-0.3018909692764282, 0.18897674977779388, 1.127429485321045, 3.0957283973693848, 0.015361709520220757, -0.1882878839969635, 0.02403789944946766, -0.02185836248099804], "std": [0.1615908443927765, 0.10131412744522095, 0.06949272006750107, 0.09866959601640701, 0.08955986797809601, 0.22493217885494232, 0.01079651154577732, 0.011956820264458656], "count": [269]}, "actions": {"min": [-0.9033803939819336, -0.37008997797966003, -0.8630407452583313, -0.2549417018890381, -0.19953367114067078, -0.2002340406179428, -1.0], "max": [0.8530091047286987, 1.2773178815841675, 1.1033508777618408, 0.5112820863723755, 0.1713114082813263, 0.15082308650016785, 1.0], "mean": [-0.04371827840805054, 0.09360558539628983, -0.04410337656736374, 0.007573483977466822, 0.00014680995082017034, -0.016210898756980896, 0.32342007756233215], "std": [0.2858714461326599, 0.21079419553279877, 0.30087071657180786, 0.06308221071958542, 0.05252809450030327, 0.05374421179294586, 0.9462565779685974], "count": [269]}, "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": [547], "max": [547], "mean": [547.0], "std": [0.0], "count": [269]}, "index": {"min": [185000], "max": [185268], "mean": [185134.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [269]}}} +{"episode_index": 548, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3594197674919577]], [[0.3018312090705423]], [[0.23362931793811273]]], "std": [[[0.14038109278099514]], [[0.13338167032074888]], [[0.1462053644048862]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.3223057981004902]], [[0.24917758298387713]], [[0.16666277417949601]]], "std": [[[0.196238573056599]], [[0.14150119503430203]], [[0.09220773831738999]]], "count": [100]}, "state": {"min": [-0.4734032154083252, -0.23275895416736603, 1.0092309713363647, 2.893023729324341, -0.2727568447589874, -0.6875079274177551, 0.014252942055463791, -0.04000748693943024], "max": [-0.20095457136631012, 0.24190884828567505, 1.2573002576828003, 3.2673168182373047, 0.07918475568294525, 0.1808505654335022, 0.039872683584690094, -0.01186313759535551], "mean": [-0.3284660279750824, -0.024670789018273354, 1.1385496854782104, 3.0668396949768066, -0.09323474764823914, -0.22117771208286285, 0.024033930152654648, -0.024170156568288803], "std": [0.10216406732797623, 0.18358445167541504, 0.06725838035345078, 0.10275310277938843, 0.0976126492023468, 0.3156293034553528, 0.011458506807684898, 0.011500094085931778], "count": [338]}, "actions": {"min": [-0.49004021286964417, -0.8037500381469727, -0.5239013433456421, -0.20888695120811462, -0.2086801826953888, -0.1843331754207611, -1.0], "max": [0.45303860306739807, 0.5660161375999451, 0.9043818116188049, 0.1792585402727127, 0.12076828628778458, 0.1882958710193634, 1.0], "mean": [-0.009821277111768723, 0.06589820235967636, -0.026613563299179077, 0.0054898033849895, -0.001824230537749827, -0.01690141297876835, 0.3076923191547394], "std": [0.14658786356449127, 0.22222724556922913, 0.22105321288108826, 0.046381864696741104, 0.048394590616226196, 0.048733633011579514, 0.9514846801757812], "count": [338]}, "timestamp": {"min": [0.0], "max": [33.7], "mean": [16.85], "std": [9.75717684578895], "count": [338]}, "frame_index": {"min": [0], "max": [337], "mean": [168.5], "std": [97.5717684578895], "count": [338]}, "episode_index": {"min": [548], "max": [548], "mean": [548.0], "std": [0.0], "count": [338]}, "index": {"min": [185269], "max": [185606], "mean": [185437.5], "std": [97.5717684578895], "count": [338]}, "task_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [338]}}} +{"episode_index": 549, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.361130734911152]], [[0.3030392880907246]], [[0.234642318426394]]], "std": [[[0.13818329052249978]], [[0.13203063965683778]], [[0.14549419415045547]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32562672274720433]], [[0.2511452558928845]], [[0.16715839400945925]]], "std": [[[0.19996681968776217]], [[0.1438096476574697]], [[0.09181815202173532]]], "count": [100]}, "state": {"min": [-0.4980410635471344, -0.21717619895935059, 1.0079481601715088, 3.0007472038269043, -0.26787033677101135, -0.6924177408218384, 0.014256655238568783, -0.04000788927078247], "max": [-0.17241960763931274, 0.2439226657152176, 1.2355622053146362, 3.3235886096954346, 0.033486802130937576, 0.03706414997577667, 0.03997641056776047, -0.011316628195345402], "mean": [-0.3290219306945801, -0.007672217208892107, 1.1380836963653564, 3.1462790966033936, -0.12493911385536194, -0.31747373938560486, 0.023942699655890465, -0.023861616849899292], "std": [0.11492389440536499, 0.18322540819644928, 0.06107174977660179, 0.09263401478528976, 0.08184042572975159, 0.2842008173465729, 0.011511804535984993, 0.011604350060224533], "count": [384]}, "actions": {"min": [-0.8544563055038452, -0.5773745179176331, -0.5371068120002747, -0.12944288551807404, -0.11758934706449509, -0.17944015562534332, -1.0], "max": [0.5989223718643188, 0.843490481376648, 0.8223158121109009, 0.1767086535692215, 0.13813917338848114, 0.10861335694789886, 1.0], "mean": [-0.006688277702778578, 0.05121300742030144, -0.025183631107211113, 0.001622360316105187, -0.0014534905785694718, -0.014865439385175705, 0.328125], "std": [0.1749374121427536, 0.2154299020767212, 0.19633877277374268, 0.0395614393055439, 0.03878501430153847, 0.042920708656311035, 0.9446343183517456], "count": [384]}, "timestamp": {"min": [0.0], "max": [38.3], "mean": [19.150000000000002], "std": [11.085087580468937], "count": [384]}, "frame_index": {"min": [0], "max": [383], "mean": [191.5], "std": [110.85087580468937], "count": [384]}, "episode_index": {"min": [549], "max": [549], "mean": [549.0], "std": [0.0], "count": [384]}, "index": {"min": [185607], "max": [185990], "mean": [185798.5], "std": [110.85087580468937], "count": [384]}, "task_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [384]}}} +{"episode_index": 550, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36428078505572153]], [[0.30561819039139093]], [[0.2359855298808977]]], "std": [[[0.1383260659444436]], [[0.13175660218514973]], [[0.14659555140156083]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.3378987331016391]], [[0.2592921459721584]], [[0.1700950562720205]]], "std": [[[0.19533477799595772]], [[0.13993288936167764]], [[0.0898035298740198]]], "count": [100]}, "state": {"min": [-0.375163733959198, -0.2101563960313797, 1.0085575580596924, 2.8063671588897705, -0.20917728543281555, -0.3330839276313782, 0.01523212343454361, -0.04001221805810928], "max": [-0.16697955131530762, 0.22347787022590637, 1.223158359527588, 3.1128931045532227, 0.15199503302574158, 0.1958552449941635, 0.039815012365579605, -0.01091585773974657], "mean": [-0.2753251791000366, -0.034920331090688705, 1.1322320699691772, 2.9704086780548096, -0.03959978371858597, -0.153963103890419, 0.02502414584159851, -0.02500615455210209], "std": [0.08144161105155945, 0.16888898611068726, 0.057218313217163086, 0.09132757037878036, 0.09285084903240204, 0.15717145800590515, 0.011424664407968521, 0.011663232930004597], "count": [281]}, "actions": {"min": [-0.882167398929596, -1.0385868549346924, -0.5115165114402771, -0.33080750703811646, -0.19065749645233154, -0.20528598129749298, -1.0], "max": [0.32507017254829407, 1.0764446258544922, 1.2092585563659668, 0.18536610901355743, 0.10736138373613358, 0.17772309482097626, 1.0], "mean": [-0.017385194078087807, 0.06546875089406967, -0.026672957465052605, 0.0036491211503744125, 0.00030553623219020665, -0.01106630265712738, 0.2028469741344452], "std": [0.16177791357040405, 0.26889681816101074, 0.23024575412273407, 0.053772054612636566, 0.042705927044153214, 0.050080522894859314, 0.9792100191116333], "count": [281]}, "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": [550], "max": [550], "mean": [550.0], "std": [0.0], "count": [281]}, "index": {"min": [185991], "max": [186271], "mean": [186131.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [281]}}} +{"episode_index": 551, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3596577818627451]], [[0.30200863886814494]], [[0.23361066810757505]]], "std": [[[0.13896733633935743]], [[0.1318521390765529]], [[0.14488054385221025]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.32281715722177545]], [[0.2490967305501302]], [[0.16591069778741577]]], "std": [[[0.19733838433132897]], [[0.1420264208552527]], [[0.09113263767477071]]], "count": [100]}, "state": {"min": [-0.5014347434043884, -0.2067514955997467, 1.0064432621002197, 2.9866161346435547, -0.25850987434387207, -0.7181660532951355, 0.014000508934259415, -0.04000627249479294], "max": [-0.17676298320293427, 0.2486572116613388, 1.2113442420959473, 3.2784476280212402, 0.13996201753616333, 0.12856127321720123, 0.03989003971219063, -0.012970722280442715], "mean": [-0.32396963238716125, -0.013614345341920853, 1.132028579711914, 3.103746175765991, -0.03951030969619751, -0.2408209890127182, 0.024295024573802948, -0.024392535910010338], "std": [0.11295047402381897, 0.17603451013565063, 0.06089997664093971, 0.08555777370929718, 0.10508015006780624, 0.29054680466651917, 0.011531596072018147, 0.011602417565882206], "count": [321]}, "actions": {"min": [-0.9042622447013855, -1.1110422611236572, -0.7099146842956543, -0.14629808068275452, -0.16344553232192993, -0.23965242505073547, -1.0], "max": [0.6399786472320557, 1.30807626247406, 0.9536004662513733, 0.21489235758781433, 0.17217878997325897, 0.14900623261928558, 1.0], "mean": [-0.007491219323128462, 0.06908586621284485, -0.027616066858172417, 0.002969809342175722, -0.002133880276232958, -0.013933363370597363, 0.2897196114063263], "std": [0.2100069522857666, 0.26030233502388, 0.22762484848499298, 0.04913488030433655, 0.0510866641998291, 0.05944361165165901, 0.9571108222007751], "count": [321]}, "timestamp": {"min": [0.0], "max": [32.0], "mean": [16.0], "std": [9.266426855410163], "count": [321]}, "frame_index": {"min": [0], "max": [320], "mean": [160.0], "std": [92.66426855410162], "count": [321]}, "episode_index": {"min": [551], "max": [551], "mean": [551.0], "std": [0.0], "count": [321]}, "index": {"min": [186272], "max": [186592], "mean": [186432.0], "std": [92.66426855410162], "count": [321]}, "task_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [321]}}} +{"episode_index": 552, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3629992316750919]], [[0.304218303007238]], [[0.23432068349800855]]], "std": [[[0.138268948560275]], [[0.13185881086001025]], [[0.14615149382432063]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.3320124451880362]], [[0.2559087045706955]], [[0.16988237328622854]]], "std": [[[0.19264401649084312]], [[0.1380932512028086]], [[0.08955266200849542]]], "count": [100]}, "state": {"min": [-0.46499037742614746, -0.18884611129760742, 1.014549732208252, 2.8677074909210205, -0.22607766091823578, -0.5605242848396301, 0.01465534046292305, -0.04001251608133316], "max": [-0.17721867561340332, 0.22607365250587463, 1.2192895412445068, 3.271301031112671, 0.10087235271930695, 0.060265760868787766, 0.03983118385076523, -0.014222729951143265], "mean": [-0.3208479583263397, -0.011847851797938347, 1.1290326118469238, 3.042983055114746, -0.08855411410331726, -0.27853086590766907, 0.02304255962371826, -0.023293813690543175], "std": [0.11120187491178513, 0.15631039440631866, 0.055959366261959076, 0.12080531567335129, 0.06453064829111099, 0.23149259388446808, 0.01125861145555973, 0.011269581504166126], "count": [347]}, "actions": {"min": [-0.750322699546814, -0.7173848748207092, -0.4434822201728821, -0.236760675907135, -0.13440807163715363, -0.2134145051240921, -1.0], "max": [0.48335859179496765, 0.6349174976348877, 0.9756688475608826, 0.19464915990829468, 0.1259496510028839, 0.1464562565088272, 1.0], "mean": [-0.010863684117794037, 0.06060435250401497, -0.02885172888636589, 0.006440150085836649, -0.0007652974454686046, -0.011691754683852196, 0.3890489935874939], "std": [0.16585983335971832, 0.20053668320178986, 0.2008328139781952, 0.04460224509239197, 0.043355561792850494, 0.04078974202275276, 0.9212170243263245], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [552], "max": [552], "mean": [552.0], "std": [0.0], "count": [347]}, "index": {"min": [186593], "max": [186939], "mean": [186766.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [347]}}} +{"episode_index": 553, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36119237263997395]], [[0.30120281503714763]], [[0.22660393569048712]]], "std": [[[0.12957983149180152]], [[0.1203297242909655]], [[0.13434536737285513]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9725490196078431]]], "mean": [[[0.27535029512293197]], [[0.22203495758655026]], [[0.16432684326171876]]], "std": [[[0.1883547422253392]], [[0.14343529990810824]], [[0.11109922824679083]]], "count": [100]}, "state": {"min": [-0.5505444407463074, -0.14458554983139038, 0.9775454998016357, 2.8951187133789062, -0.10394946485757828, -0.44384509325027466, 0.010931736789643764, -0.04000885412096977], "max": [-0.28053078055381775, 0.05044577643275261, 1.2296611070632935, 3.5412509441375732, 0.22254537045955658, 1.6197534799575806, 0.039674852043390274, -0.011816988699138165], "mean": [-0.46680983901023865, -0.006304098293185234, 1.1443437337875366, 3.1568846702575684, 0.012112955562770367, 0.8791638612747192, 0.017676034942269325, -0.017605198547244072], "std": [0.09914848953485489, 0.05328000709414482, 0.07341460883617401, 0.16693897545337677, 0.08970934897661209, 0.8125976324081421, 0.010349219664931297, 0.010497551411390305], "count": [381]}, "actions": {"min": [-1.0154519081115723, -1.1106810569763184, -0.7694461941719055, -0.16810671985149384, -0.15862937271595, -0.23580986261367798, -1.0], "max": [0.19146627187728882, 0.849790632724762, 1.3129245042800903, 0.09888993948698044, 0.125919371843338, 0.44501322507858276, 1.0], "mean": [-0.045641642063856125, 0.007627167273312807, -0.023847907781600952, -0.0002109150227624923, 0.0011687860824167728, 0.028834614902734756, 0.6010498404502869], "std": [0.1556735783815384, 0.1904744654893875, 0.2404651641845703, 0.030891332775354385, 0.03763487935066223, 0.08868382126092911, 0.7992129325866699], "count": [381]}, "timestamp": {"min": [0.0], "max": [38.0], "mean": [19.0], "std": [10.998484744121194], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [553], "max": [553], "mean": [553.0], "std": [0.0], "count": [381]}, "index": {"min": [186940], "max": [187320], "mean": [187130.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [381]}}} +{"episode_index": 554, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3639780889772901]], [[0.3022690698960248]], [[0.2281050277410769]]], "std": [[[0.12772295374533718]], [[0.12104560148992377]], [[0.1354090312797458]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.30044630701401653]], [[0.23904299208697152]], [[0.17189594642788755]]], "std": [[[0.18287312694847363]], [[0.13448998255521566]], [[0.09910165613464929]]], "count": [100]}, "state": {"min": [-0.5264617204666138, -0.14173611998558044, 0.9934633374214172, 2.9959683418273926, -0.2888754606246948, -0.09246785193681717, 0.0093811871483922, -0.03994922339916229], "max": [-0.298240065574646, 0.02549554780125618, 1.2374423742294312, 3.727872371673584, 0.12266784906387329, 1.5173735618591309, 0.039895880967378616, -0.011514357291162014], "mean": [-0.4347417950630188, -0.05227711796760559, 1.138587236404419, 3.248140573501587, -0.1240190789103508, 0.7139029502868652, 0.019420715048909187, -0.019442381337285042], "std": [0.08980994671583176, 0.04774555191397667, 0.07318123430013657, 0.17813962697982788, 0.11305229365825653, 0.7004154324531555, 0.011538276448845863, 0.01164438109844923], "count": [302]}, "actions": {"min": [-0.822097659111023, -0.836785614490509, -0.6864579916000366, -0.21508976817131042, -0.13830725848674774, -0.26209911704063416, -1.0], "max": [0.30746346712112427, 0.4349406957626343, 0.8581493496894836, 0.16362826526165009, 0.1878284066915512, 0.6138264536857605, 1.0], "mean": [-0.04433035850524902, 0.00839443039149046, -0.023458268493413925, 0.0005930698825977743, 0.00668687280267477, 0.038832779973745346, 0.46357616782188416], "std": [0.15113027393817902, 0.17190195620059967, 0.25787362456321716, 0.040538106113672256, 0.05129341036081314, 0.109957754611969, 0.8860569596290588], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [554], "max": [554], "mean": [554.0], "std": [0.0], "count": [302]}, "index": {"min": [187321], "max": [187622], "mean": [187471.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [302]}}} +{"episode_index": 555, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36511487175436586]], [[0.3030251500746783]], [[0.229444024179496]]], "std": [[[0.12885170925662717]], [[0.12419361472567415]], [[0.13865008175960777]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.29844495227290135]], [[0.23660560518152574]], [[0.1687309384813496]]], "std": [[[0.18798936728677285]], [[0.13834101589330727]], [[0.0998854593070769]]], "count": [100]}, "state": {"min": [-0.5477825403213501, -0.09926219284534454, 0.9765500426292419, 3.032379388809204, -0.25281527638435364, -0.13348671793937683, 0.012281942181289196, -0.04000740125775337], "max": [-0.26190096139907837, 0.008878388442099094, 1.2318930625915527, 3.506660223007202, 0.0041657062247395515, 1.5292065143585205, 0.039898838847875595, -0.010917124338448048], "mean": [-0.43955209851264954, -0.04536290094256401, 1.118363857269287, 3.192570686340332, -0.12878963351249695, 0.5875860452651978, 0.020636549219489098, -0.02047453634440899], "std": [0.10100042074918747, 0.039045028388500214, 0.079271599650383, 0.14062100648880005, 0.07028834521770477, 0.6863438487052917, 0.011994256637990475, 0.012140442617237568], "count": [306]}, "actions": {"min": [-0.7343626618385315, -0.38332435488700867, -0.5965577363967896, -0.14856350421905518, -0.17451170086860657, -0.15036039054393768, -1.0], "max": [0.24940580129623413, 0.5529894828796387, 0.8768019676208496, 0.12039896100759506, 0.1451806128025055, 0.3872513175010681, 1.0], "mean": [-0.0599740594625473, 0.010730891488492489, -0.042329855263233185, 0.0011013590265065432, 0.0033853095956146717, 0.038133926689624786, 0.40522876381874084], "std": [0.1562420278787613, 0.11963260173797607, 0.21670575439929962, 0.030390745028853416, 0.043636053800582886, 0.08018338680267334, 0.9142181873321533], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [555], "max": [555], "mean": [555.0], "std": [0.0], "count": [306]}, "index": {"min": [187623], "max": [187928], "mean": [187775.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [306]}}} +{"episode_index": 556, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3611609120088465]], [[0.29951403928270526]], [[0.225739585128485]]], "std": [[[0.12942215756424852]], [[0.12213365840158409]], [[0.1348038121080988]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9686274509803922]]], "mean": [[[0.29686482926911]], [[0.23785185989679075]], [[0.1730742983350567]]], "std": [[[0.19114885828377504]], [[0.14352959264064544]], [[0.10898374879857607]]], "count": [100]}, "state": {"min": [-0.5501197576522827, -0.12224806845188141, 0.999599039554596, 3.038729667663574, -0.15425671637058258, -0.18590104579925537, 0.009352984838187695, -0.039924342185258865], "max": [-0.28937041759490967, 0.071330226957798, 1.259525179862976, 3.5496461391448975, 0.101528599858284, 1.7057850360870361, 0.039920516312122345, -0.011814277619123459], "mean": [-0.45342302322387695, -0.0013585456181317568, 1.1589597463607788, 3.196676254272461, -0.014834398403763771, 0.9158986210823059, 0.018439143896102905, -0.018430545926094055], "std": [0.09995110332965851, 0.05979023873806, 0.07730058580636978, 0.12363719195127487, 0.07786209136247635, 0.7644017338752747, 0.010248239152133465, 0.010187854059040546], "count": [330]}, "actions": {"min": [-0.6538406014442444, -0.7582739591598511, -0.6269268989562988, -0.12490353733301163, -0.10263732820749283, -0.17565445601940155, -1.0], "max": [0.2246570885181427, 0.8483507037162781, 0.9765604734420776, 0.09267382323741913, 0.18291758000850677, 0.29711154103279114, 1.0], "mean": [-0.05148518458008766, 0.015653973445296288, -0.027602624148130417, -0.002745727775618434, 0.004501943476498127, 0.039023030549287796, 0.5939394235610962], "std": [0.1388169229030609, 0.19069629907608032, 0.23439288139343262, 0.03082122467458248, 0.040297240018844604, 0.07978274673223495, 0.8045105338096619], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [556], "max": [556], "mean": [556.0], "std": [0.0], "count": [330]}, "index": {"min": [187929], "max": [188258], "mean": [188093.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [330]}}} +{"episode_index": 557, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36973937330058976]], [[0.31066686951880357]], [[0.23848324764476103]]], "std": [[[0.13307476788588252]], [[0.12716410568353947]], [[0.1447564710516077]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3857918868719363]], [[0.29047106933593747]], [[0.18882202806659773]]], "std": [[[0.18635127617166133]], [[0.13538893730859444]], [[0.07906764787215853]]], "count": [100]}, "state": {"min": [-0.5098187327384949, -0.05628777667880058, 0.9887759685516357, 3.022749423980713, -0.20778633654117584, -0.07446174323558807, 0.014983871951699257, -0.04000344127416611], "max": [-0.06756380945444107, 0.1444416642189026, 1.2725543975830078, 3.2918717861175537, 0.25071096420288086, 0.14026468992233276, 0.03995019569993019, -0.01439530961215496], "mean": [-0.30054906010627747, 0.058887116611003876, 1.1398727893829346, 3.1302475929260254, 0.009133890271186829, 0.04136136546730995, 0.025608593598008156, -0.02561368979513645], "std": [0.17474375665187836, 0.06541184335947037, 0.08394336700439453, 0.08652374893426895, 0.11697694659233093, 0.061144545674324036, 0.011732545681297779, 0.011813883669674397], "count": [329]}, "actions": {"min": [-0.7779716849327087, -0.3830162584781647, -0.49977004528045654, -0.11188768595457077, -0.14894424378871918, -0.12696179747581482, -1.0], "max": [0.501569390296936, 0.4194251298904419, 1.2093455791473389, 0.1197672039270401, 0.15955600142478943, 0.18709567189216614, 1.0], "mean": [-0.03978083282709122, 0.043577976524829865, -0.023207688704133034, 0.0024061452131718397, 0.005458466708660126, 0.004087694454938173, 0.1428571492433548], "std": [0.24246196448802948, 0.10851747542619705, 0.24062615633010864, 0.0344916433095932, 0.04249963536858559, 0.037053726613521576, 0.9897422194480896], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [557], "max": [557], "mean": [557.0], "std": [0.0], "count": [329]}, "index": {"min": [188259], "max": [188587], "mean": [188423.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [329]}}} +{"episode_index": 558, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36949667358398436]], [[0.310271671070772]], [[0.2373722719678692]]], "std": [[[0.1317495846720793]], [[0.12576276150822618]], [[0.1436439576624453]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.374646250406901]], [[0.2860133505428539]], [[0.18850566490023746]]], "std": [[[0.19685416637563566]], [[0.14081748630293564]], [[0.08575734563079153]]], "count": [100]}, "state": {"min": [-0.5380038022994995, -0.05193478986620903, 0.9888442158699036, 2.982652425765991, -0.27392977476119995, -0.09167378395795822, 0.010663451626896858, -0.0400068499147892], "max": [-0.07080404460430145, 0.129739448428154, 1.2948739528656006, 3.227094888687134, 0.2124699503183365, 0.19334447383880615, 0.03993920609354973, -0.015275741927325726], "mean": [-0.31744274497032166, 0.059886496514081955, 1.166572093963623, 3.1007699966430664, -0.06536974012851715, 0.069158636033535, 0.023252785205841064, -0.025272196158766747], "std": [0.18536290526390076, 0.05734792724251747, 0.08430064469575882, 0.058569859713315964, 0.11976820230484009, 0.08710216730833054, 0.012621366418898106, 0.011126476339995861], "count": [312]}, "actions": {"min": [-0.7670538425445557, -0.38104796409606934, -0.8781556487083435, -0.14569354057312012, -0.10926701128482819, -0.2026357203722, -1.0], "max": [0.6297675371170044, 0.5176599025726318, 0.8573367595672607, 0.1761120855808258, 0.17247700691223145, 0.13442730903625488, 1.0], "mean": [-0.05348971113562584, 0.02626093477010727, -0.030956139788031578, 0.0010261485585942864, 0.0025380412116646767, 0.005714168306440115, 0.21794871985912323], "std": [0.25052571296691895, 0.13453595340251923, 0.2655239999294281, 0.03739885985851288, 0.04247584566473961, 0.043191827833652496, 0.9759597182273865], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [558], "max": [558], "mean": [558.0], "std": [0.0], "count": [312]}, "index": {"min": [188588], "max": [188899], "mean": [188743.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [312]}}} +{"episode_index": 559, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3699292058009727]], [[0.310776148777382]], [[0.23827976062251072]]], "std": [[[0.12949473360521999]], [[0.12412283019425725]], [[0.142591181475945]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.36859832943187043]], [[0.2787275145287607]], [[0.18187880751665902]]], "std": [[[0.19003286275742945]], [[0.13679642157641583]], [[0.08051591989196115]]], "count": [100]}, "state": {"min": [-0.5377546548843384, -0.026213251054286957, 0.9910637736320496, 2.9475321769714355, -0.11867961287498474, -0.33241787552833557, 0.014751965180039406, -0.04000624269247055], "max": [-0.06789110600948334, 0.15220439434051514, 1.2277443408966064, 3.226208448410034, 0.15779434144496918, 0.12966972589492798, 0.039869584143161774, -0.014749021269381046], "mean": [-0.3106098771095276, 0.06140035390853882, 1.1325912475585938, 3.075303792953491, 0.022844567894935608, -0.05835147947072983, 0.024552999064326286, -0.02478627860546112], "std": [0.18341782689094543, 0.07234363257884979, 0.06993799656629562, 0.07375995814800262, 0.0779784694314003, 0.1526225209236145, 0.011784086935222149, 0.01168017741292715], "count": [249]}, "actions": {"min": [-1.3046103715896606, -0.2713381350040436, -0.8864647150039673, -0.14168162643909454, -0.14341899752616882, -0.19634205102920532, -1.0], "max": [0.6131296157836914, 0.812885582447052, 0.6879390478134155, 0.13175751268863678, 0.1334840953350067, 0.2558135688304901, 1.0], "mean": [-0.05375877767801285, 0.05334316939115524, -0.029936982318758965, 0.004437063820660114, 0.0003475006960798055, 0.003663725685328245, 0.18875502049922943], "std": [0.34590110182762146, 0.15870045125484467, 0.27398616075515747, 0.04079017415642738, 0.04338138550519943, 0.056916460394859314, 0.982022225856781], "count": [249]}, "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": [559], "max": [559], "mean": [559.0], "std": [0.0], "count": [249]}, "index": {"min": [188900], "max": [189148], "mean": [189024.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [249]}}} +{"episode_index": 560, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.371972464168773]], [[0.3130608867570466]], [[0.24040873389150583]]], "std": [[[0.13180982122400406]], [[0.1264268948368574]], [[0.14542123831703696]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.39435983755074294]], [[0.29915495150696997]], [[0.19496126302083336]]], "std": [[[0.188018325236275]], [[0.13555230712092256]], [[0.08057833930601167]]], "count": [100]}, "state": {"min": [-0.5120421648025513, -0.015630429610610008, 0.9886823892593384, 3.0356245040893555, -0.11871461570262909, -0.024354875087738037, 0.014810491353273392, -0.040003105998039246], "max": [-0.0644759088754654, 0.14962755143642426, 1.2890225648880005, 3.4064862728118896, 0.21367821097373962, 0.22293773293495178, 0.03998103737831116, -0.013256003148853779], "mean": [-0.2901497781276703, 0.06877236068248749, 1.1641520261764526, 3.1475207805633545, -0.021590134128928185, 0.09732397645711899, 0.024676227942109108, -0.024555422365665436], "std": [0.18191562592983246, 0.05268603190779686, 0.09394746273756027, 0.0818834975361824, 0.08276701718568802, 0.08178353309631348, 0.011530409567058086, 0.011609397828578949], "count": [302]}, "actions": {"min": [-1.151690125465393, -0.3427771329879761, -0.895952045917511, -0.10574940592050552, -0.10965918004512787, -0.12030322104692459, -1.0], "max": [0.6223369240760803, 1.0057988166809082, 1.0833858251571655, 0.16424444317817688, 0.13005411624908447, 0.1965208500623703, 1.0], "mean": [-0.053946323692798615, 0.0427282340824604, -0.034442201256752014, 0.004157133400440216, 0.006180902011692524, 0.0033649029210209846, 0.23178808391094208], "std": [0.2626960873603821, 0.14934805035591125, 0.2756970226764679, 0.03911562263965607, 0.03804919123649597, 0.03838203847408295, 0.9727663397789001], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [560], "max": [560], "mean": [560.0], "std": [0.0], "count": [302]}, "index": {"min": [189149], "max": [189450], "mean": [189299.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [302]}}} +{"episode_index": 561, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36131147197648594]], [[0.300387570848652]], [[0.22641719144933364]]], "std": [[[0.13251689350545098]], [[0.12386388328278035]], [[0.13712891853154208]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35261849496878833]], [[0.27667663275026805]], [[0.19068776149375766]]], "std": [[[0.1752310388789597]], [[0.12414747666549682]], [[0.08793845822885821]]], "count": [100]}, "state": {"min": [-0.5665342807769775, -0.2169547975063324, 1.0076762437820435, 2.929842233657837, -0.4876561164855957, -0.25484248995780945, 0.011608527041971684, -0.040009237825870514], "max": [-0.19427259266376495, 0.014439407736063004, 1.3105436563491821, 3.597877264022827, 0.05751752108335495, 1.580442190170288, 0.03983132913708687, -0.008909455500543118], "mean": [-0.4068516492843628, -0.06770140677690506, 1.1952039003372192, 3.075282335281372, -0.18991118669509888, 0.6227301955223083, 0.018950145691633224, -0.01860140450298786], "std": [0.14238117635250092, 0.06716670095920563, 0.084978386759758, 0.147444486618042, 0.148004949092865, 0.7512553930282593, 0.011529693379998207, 0.011724830605089664], "count": [400]}, "actions": {"min": [-0.8367917537689209, -0.6374156475067139, -0.868585467338562, -0.1184302270412445, -0.15751519799232483, -0.785900354385376, -1.0], "max": [0.4616478383541107, 0.6649792194366455, 0.9430205225944519, 0.11244019120931625, 0.4001915454864502, 0.48530322313308716, 1.0], "mean": [-0.042873743921518326, 0.007470040116459131, -0.011811777018010616, 0.0014113362412899733, 0.0030814758501946926, 0.013697708956897259, 0.5049999952316284], "std": [0.16323359310626984, 0.20658685266971588, 0.24418874084949493, 0.03636706992983818, 0.05184511840343475, 0.11233686655759811, 0.8631194233894348], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [561], "max": [561], "mean": [561.0], "std": [0.0], "count": [400]}, "index": {"min": [189451], "max": [189850], "mean": [189650.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [400]}}} +{"episode_index": 562, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3647759387446385]], [[0.30435880713369334]], [[0.2310152432310815]]], "std": [[[0.13179507499966273]], [[0.12542814564553528]], [[0.14035718026721672]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.3236083523619409]], [[0.2584690450032552]], [[0.18483674711339612]]], "std": [[[0.1866482492269287]], [[0.13612595268617234]], [[0.09987054901383113]]], "count": [100]}, "state": {"min": [-0.5296445488929749, -0.23380397260189056, 0.9799737334251404, 2.980851411819458, -0.39357927441596985, -0.3446759581565857, 0.012809572741389275, -0.04000777006149292], "max": [-0.17960430681705475, 0.013795612379908562, 1.259987711906433, 3.5178170204162598, 0.022341936826705933, 1.7253875732421875, 0.03986920788884163, -0.011106831952929497], "mean": [-0.3963877558708191, -0.0799047127366066, 1.1587291955947876, 3.2101690769195557, -0.24554196000099182, 0.6084357500076294, 0.021157924085855484, -0.02094799466431141], "std": [0.14198721945285797, 0.07865214347839355, 0.08555729687213898, 0.14310207962989807, 0.12394160032272339, 0.8290289044380188, 0.011176783591508865, 0.011303582228720188], "count": [383]}, "actions": {"min": [-0.7219477295875549, -0.7836231589317322, -0.49170225858688354, -0.16383220255374908, -0.12437163293361664, -0.23484551906585693, -1.0], "max": [0.3084699511528015, 0.5893687605857849, 1.0889142751693726, 0.11446576565504074, 0.1386483609676361, 0.3496570289134979, 1.0], "mean": [-0.03673737496137619, -0.008254910819232464, -0.01727031171321869, -0.0020824989769607782, -0.001098064472898841, 0.03167805075645447, 0.4360313415527344], "std": [0.17334288358688354, 0.19539356231689453, 0.24648348987102509, 0.035360656678676605, 0.03719200938940048, 0.0874621644616127, 0.8999289870262146], "count": [383]}, "timestamp": {"min": [0.0], "max": [38.2], "mean": [19.099999999999998], "std": [11.056219968868202], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [562], "max": [562], "mean": [562.0], "std": [0.0], "count": [383]}, "index": {"min": [189851], "max": [190233], "mean": [190042.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [383]}}} +{"episode_index": 563, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3636621566473269]], [[0.30269743257410386]], [[0.22915802301145066]]], "std": [[[0.13203679293016468]], [[0.12532708656135208]], [[0.13952474751726274]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9647058823529412]], [[0.9686274509803922]]], "mean": [[[0.3211179396685432]], [[0.25585843075022974]], [[0.18275070669136795]]], "std": [[[0.19214486026761043]], [[0.14190292641541827]], [[0.10496399670666966]]], "count": [100]}, "state": {"min": [-0.5293415188789368, -0.20924603939056396, 0.9796869158744812, 2.888749837875366, -0.2702125310897827, -0.5887148976325989, 0.012118962593376637, -0.04001034051179886], "max": [-0.1593094766139984, 0.04245075210928917, 1.2573589086532593, 3.586771011352539, -0.02929694764316082, 1.5862377882003784, 0.039827968925237656, -0.010382221080362797], "mean": [-0.3831755816936493, -0.04803628847002983, 1.1544229984283447, 3.185307741165161, -0.14763720333576202, 0.5700387358665466, 0.019988475367426872, -0.019653545692563057], "std": [0.15469196438789368, 0.08188141882419586, 0.07897564768791199, 0.18631607294082642, 0.06372850388288498, 0.8525577187538147, 0.011782759800553322, 0.012030700221657753], "count": [466]}, "actions": {"min": [-1.2338758707046509, -2.136324167251587, -1.0357755422592163, -0.24879366159439087, -0.16965597867965698, -0.14001768827438354, -1.0], "max": [1.1750162839889526, 1.2168548107147217, 1.400347113609314, 0.14080853760242462, 0.14341183006763458, 0.511498212814331, 1.0], "mean": [-0.04185885190963745, -0.007360490504652262, -0.021775055676698685, -0.0019122768426313996, 0.0018517955904826522, 0.023300500586628914, 0.45493561029434204], "std": [0.2025013417005539, 0.2625291645526886, 0.2432311624288559, 0.035568781197071075, 0.035011060535907745, 0.08116567879915237, 0.8905218243598938], "count": [466]}, "timestamp": {"min": [0.0], "max": [46.5], "mean": [23.25], "std": [13.452230298355733], "count": [466]}, "frame_index": {"min": [0], "max": [465], "mean": [232.5], "std": [134.52230298355735], "count": [466]}, "episode_index": {"min": [563], "max": [563], "mean": [563.0], "std": [0.0], "count": [466]}, "index": {"min": [190234], "max": [190699], "mean": [190466.5], "std": [134.52230298355735], "count": [466]}, "task_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [466]}}} +{"episode_index": 564, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36151737048579197]], [[0.300265962488511]], [[0.2265397476495481]]], "std": [[[0.13263470823311646]], [[0.12493527552075616]], [[0.1379905540558598]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31760056738759956]], [[0.25038413732192094]], [[0.17599124803730085]]], "std": [[[0.1902812935239823]], [[0.1390786241564094]], [[0.09958622701600418]]], "count": [100]}, "state": {"min": [-0.563224196434021, -0.23262454569339752, 0.9871451258659363, 3.018939971923828, -0.20189376175403595, -0.09042974561452866, 0.012054436840116978, -0.04000414162874222], "max": [-0.17625467479228973, 0.02106531336903572, 1.2810572385787964, 3.532627820968628, 0.11418377608060837, 1.5535242557525635, 0.03993126377463341, -0.010680773295462132], "mean": [-0.4053720235824585, -0.07736759632825851, 1.1559882164001465, 3.172666072845459, -0.09118294715881348, 0.6645140647888184, 0.02011788636445999, -0.019963925704360008], "std": [0.14833739399909973, 0.09053362160921097, 0.0846094861626625, 0.13746492564678192, 0.07734207808971405, 0.6953225135803223, 0.012190097942948341, 0.012276392430067062], "count": [400]}, "actions": {"min": [-1.3445634841918945, -0.7327229976654053, -0.5293978452682495, -0.15573276579380035, -0.13668522238731384, -0.15399372577667236, -1.0], "max": [0.46815040707588196, 0.9181671142578125, 0.9279019832611084, 0.10602546483278275, 0.11340112239122391, 0.3911592364311218, 1.0], "mean": [-0.03931531310081482, -0.005962497089058161, -0.01967940479516983, -0.0014760841149836779, 0.0030299427453428507, 0.02799660712480545, 0.41999998688697815], "std": [0.2018052339553833, 0.1950860470533371, 0.22763893008232117, 0.031033536419272423, 0.03718102350831032, 0.0724203959107399, 0.9075222611427307], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [564], "max": [564], "mean": [564.0], "std": [0.0], "count": [400]}, "index": {"min": [190700], "max": [191099], "mean": [190899.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [400]}}} +{"episode_index": 565, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36316555546779256]], [[0.3030856071920956]], [[0.2289742359834559]]], "std": [[[0.1323154550134157]], [[0.12446136670279828]], [[0.13965561027038176]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31136705944584864]], [[0.24592335360657935]], [[0.17339029170017614]]], "std": [[[0.19366450249446307]], [[0.14198624399251694]], [[0.10132512656789482]]], "count": [100]}, "state": {"min": [-0.5442264676094055, -0.2212657630443573, 0.9761863946914673, 3.058669090270996, -0.24932336807250977, -0.13498102128505707, 0.0119815394282341, -0.04000268504023552], "max": [-0.19274713099002838, 0.008886391296982765, 1.2337013483047485, 3.7385354042053223, 0.09920048713684082, 1.5254279375076294, 0.03992917388677597, -0.011119483038783073], "mean": [-0.4013022780418396, -0.08232921361923218, 1.1420977115631104, 3.2656238079071045, -0.13088928163051605, 0.5993706583976746, 0.02012082003057003, -0.019027402624487877], "std": [0.144174262881279, 0.0816132053732872, 0.08194006979465485, 0.18651077151298523, 0.08325860649347305, 0.6954613924026489, 0.011470049619674683, 0.012047402560710907], "count": [334]}, "actions": {"min": [-0.8023806810379028, -1.0190523862838745, -0.8161333799362183, -0.13112832605838776, -0.2160063236951828, -0.21463081240653992, -1.0], "max": [0.4631778597831726, 0.6622122526168823, 2.1386141777038574, 0.12872906029224396, 0.17831209301948547, 0.38822364807128906, 1.0], "mean": [-0.04895704239606857, 0.00623971177265048, -0.025049610063433647, 0.0002916466328315437, 0.004746675491333008, 0.03445165976881981, 0.46107783913612366], "std": [0.2026463747024536, 0.20314204692840576, 0.32178792357444763, 0.03328380361199379, 0.04802553355693817, 0.08461111038923264, 0.8873592615127563], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [565], "max": [565], "mean": [565.0], "std": [0.0], "count": [334]}, "index": {"min": [191100], "max": [191433], "mean": [191266.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [334]}}} +{"episode_index": 566, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36497024895163144]], [[0.30712285240023746]], [[0.2394828700645297]]], "std": [[[0.13817128642566234]], [[0.1336745635238596]], [[0.1484139063914063]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.41746232993929994]], [[0.3201009126551011]], [[0.20483306465896906]]], "std": [[[0.20024848491203467]], [[0.14071069250784055]], [[0.08208391962543621]]], "count": [100]}, "state": {"min": [-0.4694988429546356, 0.007067643105983734, 0.9894376993179321, 3.088759183883667, -0.1493559181690216, -0.5067322850227356, 0.014447108842432499, -0.04000258073210716], "max": [0.01211441308259964, 0.22744348645210266, 1.3367297649383545, 3.2486729621887207, 0.18596750497817993, -0.05418378487229347, 0.040010400116443634, -0.015472644940018654], "mean": [-0.21500734984874725, 0.14573143422603607, 1.1819100379943848, 3.170504093170166, -0.03337147459387779, -0.24758076667785645, 0.027572453022003174, -0.02786426432430744], "std": [0.18140022456645966, 0.03988292068243027, 0.09198672324419022, 0.05102591589093208, 0.08022962510585785, 0.14978913962841034, 0.011485721915960312, 0.011169026605784893], "count": [359]}, "actions": {"min": [-0.9472512006759644, -0.5595409870147705, -0.6791974306106567, -0.0946081355214119, -0.1518222987651825, -0.22718530893325806, -1.0], "max": [1.096712350845337, 0.9185482859611511, 0.8612663149833679, 0.10643213987350464, 0.1056479662656784, 0.14708064496517181, 1.0], "mean": [-0.036600012332201004, 0.023673856630921364, -0.022345012053847313, 0.0038706546183675528, 0.0015464386669918895, -0.0009885579347610474, 0.04178272932767868], "std": [0.26115283370018005, 0.1898369938135147, 0.2587525248527527, 0.031349051743745804, 0.03769120201468468, 0.04364439472556114, 0.9991269707679749], "count": [359]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.900000000000002], "std": [10.363397126425292], "count": [359]}, "frame_index": {"min": [0], "max": [358], "mean": [179.0], "std": [103.63397126425292], "count": [359]}, "episode_index": {"min": [566], "max": [566], "mean": [566.0], "std": [0.0], "count": [359]}, "index": {"min": [191434], "max": [191792], "mean": [191613.0], "std": [103.63397126425292], "count": [359]}, "task_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [359]}}} +{"episode_index": 567, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37176705334233306]], [[0.31098348939185044]], [[0.24218158736883424]]], "std": [[[0.1365462164823429]], [[0.13571376207193844]], [[0.1514379063961779]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42083162614410996]], [[0.32629783720128674]], [[0.21281940894033394]]], "std": [[[0.1867406165465543]], [[0.1284181963964267]], [[0.07811671398179548]]], "count": [100]}, "state": {"min": [-0.5140467882156372, 0.04406050965189934, 1.0030796527862549, 2.9822962284088135, -0.24854454398155212, -0.031408779323101044, 0.013839068822562695, -0.04000624269247055], "max": [-0.04636851325631142, 0.1737755686044693, 1.2668991088867188, 3.2717537879943848, 0.1091650202870369, 0.13397705554962158, 0.03988274559378624, -0.014099273830652237], "mean": [-0.2620044946670532, 0.14667701721191406, 1.1527522802352905, 3.0686469078063965, -0.0990799143910408, 0.039326298981904984, 0.025373129174113274, -0.025554776191711426], "std": [0.18366122245788574, 0.021742312237620354, 0.08291303366422653, 0.07127337157726288, 0.09184441715478897, 0.044346485286951065, 0.011516728438436985, 0.011557167395949364], "count": [257]}, "actions": {"min": [-1.1300361156463623, -0.2889535427093506, -0.7825412750244141, -0.09857873618602753, -0.1544148325920105, -0.1253603845834732, -1.0], "max": [0.8713185787200928, 0.5953269004821777, 1.2515932321548462, 0.16107647120952606, 0.2151803821325302, 0.09773498773574829, 1.0], "mean": [-0.05744419991970062, 0.0363437794148922, -0.03678131848573685, 0.005627080332487822, 0.003570756409317255, 0.0013899385230615735, 0.16731517016887665], "std": [0.3129604160785675, 0.12228836119174957, 0.29529210925102234, 0.03608822450041771, 0.04962155222892761, 0.03538946434855461, 0.9859022498130798], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [567], "max": [567], "mean": [567.0], "std": [0.0], "count": [257]}, "index": {"min": [191793], "max": [192049], "mean": [191921.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [257]}}} +{"episode_index": 568, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3673320492015166]], [[0.30742978383980546]], [[0.2391417595358456]]], "std": [[[0.13937228439475174]], [[0.13676322845327465]], [[0.15134084835269887]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.40874492929496015]], [[0.3190816943598728]], [[0.2102832432167203]]], "std": [[[0.1934667625462544]], [[0.13484954941663327]], [[0.0845732438004191]]], "count": [100]}, "state": {"min": [-0.5396515727043152, -0.015130293555557728, 0.9967578053474426, 2.853337287902832, -0.2931610345840454, 0.00010241274867439643, 0.014514452777802944, -0.0400083102285862], "max": [-0.026975886896252632, 0.1838945597410202, 1.2876198291778564, 3.137855052947998, 0.11006177216768265, 0.3990032970905304, 0.03986581414937973, -0.014846672303974628], "mean": [-0.2783244550228119, 0.14518214762210846, 1.1542704105377197, 2.9901351928710938, -0.10196070373058319, 0.18969979882240295, 0.02471008524298668, -0.025117266923189163], "std": [0.196965754032135, 0.04389413073658943, 0.08279610425233841, 0.06869902461767197, 0.09384401887655258, 0.13398534059524536, 0.011779599823057652, 0.011517863720655441], "count": [316]}, "actions": {"min": [-1.1067935228347778, -0.23998133838176727, -0.6132776737213135, -0.19348865747451782, -0.1708996295928955, -0.0967404842376709, -1.0], "max": [0.7009115815162659, 1.0355100631713867, 0.8283697962760925, 0.089861199259758, 0.15361388027668, 0.13862691819667816, 1.0], "mean": [-0.04543048515915871, 0.031175293028354645, -0.031323306262493134, -0.001552880508825183, -0.0006137500167824328, 0.008306660689413548, 0.19620253145694733], "std": [0.2807943820953369, 0.15088802576065063, 0.2490054816007614, 0.03541189432144165, 0.045007336884737015, 0.040316276252269745, 0.9805625081062317], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [568], "max": [568], "mean": [568.0], "std": [0.0], "count": [316]}, "index": {"min": [192050], "max": [192365], "mean": [192207.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [316]}}} +{"episode_index": 569, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36571372596890317]], [[0.3065679632448683]], [[0.23674271946327358]]], "std": [[[0.13657754362846933]], [[0.130426944783512]], [[0.14503986415667666]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3942261454264323]], [[0.30526948577282476]], [[0.19691724650065104]]], "std": [[[0.2039289460807222]], [[0.14205602116757113]], [[0.08395378878065621]]], "count": [100]}, "state": {"min": [-0.4774937629699707, -0.02277119643986225, 0.9877562522888184, 3.088951587677002, -0.03724328428506851, -0.12125558406114578, 0.014686809852719307, -0.03998703882098198], "max": [-0.0359640009701252, 0.19449461996555328, 1.3108713626861572, 3.2313232421875, 0.17939648032188416, 0.10119284689426422, 0.040003206580877304, -0.01466414239257574], "mean": [-0.26108112931251526, 0.14364825189113617, 1.1688801050186157, 3.161619186401367, 0.047308698296546936, -0.01754618249833584, 0.026029422879219055, -0.026012912392616272], "std": [0.1779039353132248, 0.04122903198003769, 0.08410666882991791, 0.028914865106344223, 0.059653252363204956, 0.06780222803354263, 0.012205217033624649, 0.01212830375880003], "count": [308]}, "actions": {"min": [-2.119899034500122, -0.37782078981399536, -0.4606396555900574, -0.1184629499912262, -0.14300651848316193, -0.16621962189674377, -1.0], "max": [0.6546486616134644, 0.7782745957374573, 1.2313673496246338, 0.1053205206990242, 0.15156742930412292, 0.17021919786930084, 1.0], "mean": [-0.048286356031894684, 0.033846415579319, -0.0034243057016283274, 0.0009166148374788463, -0.002002531196922064, 0.0038061095401644707, 0.07792207598686218], "std": [0.35836851596832275, 0.1733793467283249, 0.2854166328907013, 0.03023948334157467, 0.03992483392357826, 0.04445253685116768, 0.9969611167907715], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [569], "max": [569], "mean": [569.0], "std": [0.0], "count": [308]}, "index": {"min": [192366], "max": [192673], "mean": [192519.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [308]}}} +{"episode_index": 570, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3672720582251455]], [[0.30789371744791666]], [[0.23762781300264246]]], "std": [[[0.13667012824586125]], [[0.13069657355889272]], [[0.14574166344586845]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.40375069592045804]], [[0.3120463202981388]], [[0.20334702375823377]]], "std": [[[0.19311558931398465]], [[0.13455319156307138]], [[0.08076181880774723]]], "count": [100]}, "state": {"min": [-0.5159411430358887, 0.006089502014219761, 1.0179708003997803, 2.964179515838623, -0.1464795172214508, -0.03998458757996559, 0.013833407312631607, -0.040002621710300446], "max": [-0.010629936121404171, 0.18091163039207458, 1.2951208353042603, 3.1804428100585938, 0.22779181599617004, 0.29181164503097534, 0.039915669709444046, -0.014220747165381908], "mean": [-0.285558819770813, 0.14813777804374695, 1.1753175258636475, 3.0530877113342285, -0.011338625103235245, 0.13661973178386688, 0.02306404337286949, -0.0233564842492342], "std": [0.19843238592147827, 0.028645062819123268, 0.08464910835027695, 0.05387764796614647, 0.08771985024213791, 0.10648224502801895, 0.011318758130073547, 0.011182047426700592], "count": [288]}, "actions": {"min": [-1.3392672538757324, -0.27537134289741516, -0.7615039944648743, -0.12895044684410095, -0.1613336056470871, -0.1435835212469101, -1.0], "max": [1.0757335424423218, 0.7999302744865417, 1.230336308479309, 0.12589921057224274, 0.14760178327560425, 0.16027027368545532, 1.0], "mean": [-0.0501650869846344, 0.03737051039934158, -0.02162192203104496, 0.002339649014174938, 0.0006925186607986689, 0.005871468689292669, 0.3194444477558136], "std": [0.3208567500114441, 0.1404193937778473, 0.2963794767856598, 0.037116821855306625, 0.042646732181310654, 0.0379386767745018, 0.9476032257080078], "count": [288]}, "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": [570], "max": [570], "mean": [570.0], "std": [0.0], "count": [288]}, "index": {"min": [192674], "max": [192961], "mean": [192817.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [288]}}} +{"episode_index": 571, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35808166743259806]], [[0.29744073905196844]], [[0.23000426647709865]]], "std": [[[0.13513728674738257]], [[0.12827851712097915]], [[0.14205218684897994]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.3691998015759038]], [[0.2802534155752145]], [[0.1828178998161765]]], "std": [[[0.17900169812552622]], [[0.12671934973851673]], [[0.08128793054851116]]], "count": [100]}, "state": {"min": [-0.37033042311668396, -0.2504199147224426, 0.991154670715332, 2.392620086669922, -0.11938532441854477, -0.22512966394424438, 0.014383276924490929, -0.040021367371082306], "max": [-0.18737144768238068, 0.2701302766799927, 1.2666431665420532, 3.301711320877075, 0.15796542167663574, 0.1545087993144989, 0.04000590741634369, -0.012173679657280445], "mean": [-0.27170613408088684, 0.04347722604870796, 1.147026538848877, 2.9850218296051025, 0.02222416177392006, -0.0836532711982727, 0.025724342092871666, -0.025981910526752472], "std": [0.06248443201184273, 0.1874253749847412, 0.08163423836231232, 0.330076664686203, 0.08342932909727097, 0.1282503306865692, 0.011655586771667004, 0.011517646722495556], "count": [242]}, "actions": {"min": [-0.3701092004776001, -1.1850522756576538, -0.7656773924827576, -0.28338053822517395, -0.16374053061008453, -0.11407049000263214, -1.0], "max": [0.740052342414856, 0.7577711343765259, 0.8819608688354492, 0.17719706892967224, 0.16333770751953125, 0.16445524990558624, 1.0], "mean": [0.010943824425339699, -0.055189941078424454, 0.01855846494436264, -0.01911541447043419, -0.002324036555364728, 0.00659134890884161, 0.13223139941692352], "std": [0.16266945004463196, 0.35574060678482056, 0.2509186863899231, 0.07220779359340668, 0.046754416078329086, 0.04295387491583824, 0.991218626499176], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [571], "max": [571], "mean": [571.0], "std": [0.0], "count": [242]}, "index": {"min": [192962], "max": [193203], "mean": [193082.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [242]}}} +{"episode_index": 572, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35929170616000305]], [[0.2994714313581878]], [[0.23233842258827359]]], "std": [[[0.13856462743466968]], [[0.13135842599680847]], [[0.1463389765202589]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.3816811194326364]], [[0.2989178430893842]], [[0.20659910254384956]]], "std": [[[0.18652579728203197]], [[0.14469805923531226]], [[0.11842545786279177]]], "count": [100]}, "state": {"min": [-0.30548152327537537, -0.14138394594192505, 1.0051510334014893, 2.0137100219726562, -0.05540621653199196, -0.029149165377020836, 0.014888850040733814, -0.04000479727983475], "max": [-0.17855656147003174, 0.27901166677474976, 1.2357958555221558, 3.189662218093872, 0.4369358420372009, 0.3059641122817993, 0.03996403515338898, -0.013645337894558907], "mean": [-0.23253905773162842, 0.09162627160549164, 1.1420578956604004, 2.7085533142089844, 0.1303577572107315, 0.10364691913127899, 0.026455776765942574, -0.02672852948307991], "std": [0.036850932985544205, 0.15684671700000763, 0.06928553432226181, 0.4566299319267273, 0.12483536452054977, 0.1162920743227005, 0.011013747192919254, 0.010928986594080925], "count": [284]}, "actions": {"min": [-0.53028804063797, -1.0122171640396118, -0.7614524364471436, -0.2595684826374054, -0.361754834651947, -0.360432505607605, -1.0], "max": [0.5313262343406677, 0.9504191279411316, 1.522986650466919, 0.5072851777076721, 0.4574757218360901, 0.1889711618423462, 1.0], "mean": [0.015831099823117256, -0.026628615334630013, 0.005913106258958578, -0.017236968502402306, -1.0809008927026298e-05, -0.001955932006239891, 0.14788731932640076], "std": [0.15122853219509125, 0.29262086749076843, 0.2516205906867981, 0.09284458309412003, 0.08657220005989075, 0.06062270700931549, 0.9890024065971375], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [572], "max": [572], "mean": [572.0], "std": [0.0], "count": [284]}, "index": {"min": [193204], "max": [193487], "mean": [193345.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [284]}}} +{"episode_index": 573, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3558071223240272]], [[0.295159060010723]], [[0.226181869207644]]], "std": [[[0.13424291626143914]], [[0.125023809367616]], [[0.1385468106750074]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3486378784179688]], [[0.26554123822380515]], [[0.1741903937844669]]], "std": [[[0.1863352306741342]], [[0.13110640840340113]], [[0.08163472639229401]]], "count": [100]}, "state": {"min": [-0.3540627062320709, -0.30558744072914124, 0.9929636120796204, 2.5509493350982666, -0.00295450771227479, -0.1909748762845993, 0.017765603959560394, -0.04001613333821297], "max": [-0.1724798083305359, 0.2488432377576828, 1.2866060733795166, 3.288179874420166, 0.4156434237957001, 0.626543402671814, 0.040006548166275024, -0.021522097289562225], "mean": [-0.2702234387397766, -0.03148689121007919, 1.1825076341629028, 3.006124258041382, 0.16236700117588043, 0.2459718883037567, 0.029136626049876213, -0.029193082824349403], "std": [0.0601271390914917, 0.20459826290607452, 0.08131282031536102, 0.248798668384552, 0.13034887611865997, 0.31041577458381653, 0.007677322719246149, 0.007551117800176144], "count": [302]}, "actions": {"min": [-0.6335175633430481, -1.501526951789856, -0.959450364112854, -0.17854395508766174, -0.10933254659175873, -0.1397499442100525, -1.0], "max": [0.8015242218971252, 0.8952140808105469, 0.8436309695243835, 0.17654483020305634, 0.14696916937828064, 0.3747865557670593, 1.0], "mean": [0.014707737602293491, -0.05065866932272911, 0.012593226507306099, -0.012378006242215633, 0.00048027519369497895, 0.018724126741290092, 0.2781457006931305], "std": [0.16720807552337646, 0.33844229578971863, 0.23740477859973907, 0.05926921218633652, 0.03881426155567169, 0.06072438508272171, 0.9605386257171631], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [573], "max": [573], "mean": [573.0], "std": [0.0], "count": [302]}, "index": {"min": [193488], "max": [193789], "mean": [193638.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [302]}}} +{"episode_index": 574, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35796157418045343]], [[0.298258862065334]], [[0.23083176975624234]]], "std": [[[0.13842456914944293]], [[0.130087591858592]], [[0.14380751778586762]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.39287634037990193]], [[0.3000415027094822]], [[0.19630333993949142]]], "std": [[[0.18068955259383732]], [[0.12683567455961392]], [[0.07872046196841781]]], "count": [100]}, "state": {"min": [-0.3621286451816559, -0.22657373547554016, 1.0110965967178345, 2.4299378395080566, -0.23531211912631989, -0.19902420043945312, 0.014685163274407387, -0.03989533707499504], "max": [-0.18412749469280243, 0.2810906767845154, 1.3365166187286377, 3.4796433448791504, 0.0974181741476059, 0.328370600938797, 0.04001106321811676, -0.016701167449355125], "mean": [-0.2726256251335144, 0.08687430620193481, 1.1722627878189087, 3.102785587310791, -0.05408748984336853, 0.010716710239648819, 0.027210302650928497, -0.027176080271601677], "std": [0.0629606544971466, 0.1827227771282196, 0.09993160516023636, 0.3625524938106537, 0.09339814633131027, 0.17546850442886353, 0.011041520163416862, 0.010976457968354225], "count": [281]}, "actions": {"min": [-0.47265803813934326, -1.448517084121704, -0.601510226726532, -0.3293988108634949, -0.1547417789697647, -0.12340717762708664, -1.0], "max": [0.40959879755973816, 0.6431558132171631, 0.7745507955551147, 0.1293076127767563, 0.1539503037929535, 0.14753906428813934, 1.0], "mean": [0.01403821725398302, -0.054598767310380936, 0.02858796902000904, -0.018617521971464157, -0.006362801417708397, 0.004917342681437731, 0.08896797150373459], "std": [0.15559616684913635, 0.316801518201828, 0.24404071271419525, 0.059590037912130356, 0.04229092597961426, 0.038691308349370956, 0.9960365295410156], "count": [281]}, "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": [574], "max": [574], "mean": [574.0], "std": [0.0], "count": [281]}, "index": {"min": [193790], "max": [194070], "mean": [193930.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [281]}}} +{"episode_index": 575, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3615920416140089]], [[0.299585007611443]], [[0.23027720791685813]]], "std": [[[0.13450692473769738]], [[0.12815418193473724]], [[0.14321270496828953]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.36453916243010875]], [[0.2856568489822687]], [[0.19767669438380822]]], "std": [[[0.18580237788936863]], [[0.13986915363805238]], [[0.10983887114538858]]], "count": [100]}, "state": {"min": [-0.32653847336769104, -0.19145824015140533, 0.9976269602775574, 2.074392318725586, -0.12464174628257751, -0.16279178857803345, 0.014591854065656662, -0.040057916194200516], "max": [-0.1723642349243164, 0.2688376009464264, 1.2515124082565308, 3.2579705715179443, 0.3617073893547058, 0.34242844581604004, 0.040004123002290726, -0.014458713121712208], "mean": [-0.2556323707103729, 0.03291705995798111, 1.1544058322906494, 2.747102737426758, 0.08806628733873367, 0.0673917606472969, 0.027232199907302856, -0.027860673144459724], "std": [0.0519041083753109, 0.18009960651397705, 0.06987247616052628, 0.4523225724697113, 0.12558385729789734, 0.16256171464920044, 0.01137081254273653, 0.011077853851020336], "count": [295]}, "actions": {"min": [-8.212523460388184, -1.6179094314575195, -2.398655891418457, -0.3828645944595337, -2.075528621673584, -14.682114601135254, -1.0], "max": [2.7971396446228027, 9.159658432006836, 1.0669751167297363, 9.819787979125977, 0.17344555258750916, 0.2016795575618744, 1.0], "mean": [-0.00493516493588686, -0.010472447611391544, -0.002027000766247511, 0.01393537875264883, -0.010040356777608395, -0.058236319571733475, 0.04406779631972313], "std": [0.528394341468811, 0.6174793243408203, 0.2788143754005432, 0.5776362419128418, 0.1341889202594757, 0.8844161629676819, 0.9990283250808716], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [575], "max": [575], "mean": [575.0], "std": [0.0], "count": [295]}, "index": {"min": [194071], "max": [194365], "mean": [194218.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [295]}}} +{"episode_index": 576, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36180355655445773]], [[0.3015291694192325]], [[0.23496921614104627]]], "std": [[[0.13615016603691504]], [[0.13247721237302845]], [[0.14797741357419197]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.35061662501914825]], [[0.2667262477500766]], [[0.17834125533758427]]], "std": [[[0.17218286470044464]], [[0.12599219446505258]], [[0.08550861343760902]]], "count": [100]}, "state": {"min": [-0.31451013684272766, -0.14532123506069183, 0.9927371144294739, 2.2009799480438232, -0.20849594473838806, -0.4553624391555786, 0.01426039170473814, -0.039970386773347855], "max": [-0.24949276447296143, 0.19112880527973175, 1.168063998222351, 3.2360615730285645, 0.2236471027135849, 0.3695516288280487, 0.0399690680205822, -0.015550154261291027], "mean": [-0.2867969572544098, 0.04595594480633736, 1.0968843698501587, 2.772076368331909, -0.013415824621915817, 0.02337009832262993, 0.023148488253355026, -0.024154772982001305], "std": [0.017262808978557587, 0.10241145640611649, 0.04494838789105415, 0.36658209562301636, 0.1258000284433365, 0.29706010222435, 0.011111948639154434, 0.010336208157241344], "count": [257]}, "actions": {"min": [-0.35194259881973267, -0.9098489880561829, -0.47700294852256775, -0.2708294093608856, -0.22104156017303467, -0.17186196148395538, -1.0], "max": [0.3162916302680969, 0.8501225113868713, 0.6709428429603577, 0.1206570491194725, 0.18169647455215454, 0.29338541626930237, 1.0], "mean": [0.006722983904182911, -0.05664759874343872, -0.026664694771170616, -0.033133409917354584, -0.0019482079660519958, 0.006004874594509602, 0.40856030583381653], "std": [0.08873681724071503, 0.2168891876935959, 0.18234072625637054, 0.05630304291844368, 0.05222880840301514, 0.06757766753435135, 0.9127337336540222], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [576], "max": [576], "mean": [576.0], "std": [0.0], "count": [257]}, "index": {"min": [194366], "max": [194622], "mean": [194494.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [257]}}} +{"episode_index": 577, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3613528562059589]], [[0.30167041015625]], [[0.23457683488434436]]], "std": [[[0.13916242109658808]], [[0.1337947708804428]], [[0.1486913872661211]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3362328676709942]], [[0.2581541275323606]], [[0.175731408811083]]], "std": [[[0.17048515723680782]], [[0.1253800249304016]], [[0.087876401684197]]], "count": [100]}, "state": {"min": [-0.3438650965690613, -0.1484532505273819, 0.9885731339454651, 2.1204147338867188, -0.20190277695655823, -0.09798123687505722, 0.015157785266637802, -0.04000355303287506], "max": [-0.25927215814590454, 0.17664723098278046, 1.177897334098816, 3.1258890628814697, 0.1837509274482727, 0.4334775507450104, 0.03994087502360344, -0.016055859625339508], "mean": [-0.29989275336265564, 0.019762082025408745, 1.0850831270217896, 2.667912244796753, -0.011619876138865948, 0.17423398792743683, 0.02403303235769272, -0.02528693526983261], "std": [0.022542912513017654, 0.115882009267807, 0.05201830342411995, 0.382834792137146, 0.10966144502162933, 0.18480928242206573, 0.01070104818791151, 0.00988817773759365], "count": [269]}, "actions": {"min": [-0.2901064455509186, -0.8456775546073914, -0.6484602689743042, -0.21091434359550476, -0.15851111710071564, -0.10900198668241501, -1.0], "max": [0.3278029263019562, 0.5970839262008667, 0.789557695388794, 0.10600500553846359, 0.16385725140571594, 0.1372193992137909, 1.0], "mean": [-0.0035015286412090063, -0.06508153676986694, -0.037065424025058746, -0.03139433637261391, -0.0005991478683426976, 0.004672311246395111, 0.3903345763683319], "std": [0.10185474902391434, 0.25293663144111633, 0.21067887544631958, 0.055678702890872955, 0.04756750911474228, 0.040640514343976974, 0.920671820640564], "count": [269]}, "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": [577], "max": [577], "mean": [577.0], "std": [0.0], "count": [269]}, "index": {"min": [194623], "max": [194891], "mean": [194757.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [269]}}} +{"episode_index": 578, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3621599414301853]], [[0.30153421618891696]], [[0.2349515422746247]]], "std": [[[0.13701278086049398]], [[0.1329515373307875]], [[0.14813469846348132]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.34592586562212774]], [[0.26809845808440563]], [[0.1855967658547794]]], "std": [[[0.17418825952790304]], [[0.1296496520714043]], [[0.09530203303325097]]], "count": [100]}, "state": {"min": [-0.3029772639274597, -0.13244567811489105, 1.0035978555679321, 2.124448776245117, -0.09793798625469208, 0.004343803506344557, 0.013490988872945309, -0.03997717797756195], "max": [-0.23868300020694733, 0.18822653591632843, 1.1606913805007935, 3.220304489135742, 0.252707302570343, 0.2737518846988678, 0.03997284546494484, -0.01635693572461605], "mean": [-0.27026867866516113, 0.06420426815748215, 1.102594256401062, 2.7560360431671143, 0.044291965663433075, 0.14656221866607666, 0.023843985050916672, -0.02489793859422207], "std": [0.019163373857736588, 0.10044390708208084, 0.04736454784870148, 0.39825373888015747, 0.09643490612506866, 0.07030916959047318, 0.011858044192194939, 0.010965769179165363], "count": [265]}, "actions": {"min": [-0.2634640336036682, -0.483685702085495, -0.8015154004096985, -0.24674510955810547, -0.19676090776920319, -0.08754682540893555, -1.0], "max": [0.2446679174900055, 0.7685201168060303, 0.5853176116943359, 0.13116507232189178, 0.23686152696609497, 0.09126194566488266, 1.0], "mean": [0.0066697364673018456, -0.042932502925395966, -0.019633691757917404, -0.033198945224285126, -0.0018142565386369824, 0.0037068219389766455, 0.3056603670120239], "std": [0.08930512517690659, 0.21065089106559753, 0.16836410760879517, 0.05787452310323715, 0.0571688674390316, 0.02920600213110447, 0.9521384239196777], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [578], "max": [578], "mean": [578.0], "std": [0.0], "count": [265]}, "index": {"min": [194892], "max": [195156], "mean": [195024.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [265]}}} +{"episode_index": 579, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36495475140739886]], [[0.30464420812270215]], [[0.23922100770239738]]], "std": [[[0.13954423449302936]], [[0.1368301796438557]], [[0.1522826932494882]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.34426041965858606]], [[0.27201718618355547]], [[0.19687366799747244]]], "std": [[[0.17092319562484448]], [[0.14297303143277396]], [[0.12735569044717912]]], "count": [100]}, "state": {"min": [-0.32782331109046936, -0.11268302798271179, 1.008223295211792, 1.9311155080795288, -0.11691661179065704, -0.02216028794646263, 0.013128737919032574, -0.039944808930158615], "max": [-0.24328801035881042, 0.1654178500175476, 1.1684010028839111, 3.294672727584839, 0.19747549295425415, 0.19223646819591522, 0.039977047592401505, -0.01585194654762745], "mean": [-0.278051495552063, 0.05763915553689003, 1.095963954925537, 2.5752065181732178, 0.041556425392627716, 0.06752162426710129, 0.02144559472799301, -0.023028450086712837], "std": [0.019885670393705368, 0.0831156000494957, 0.0428607314825058, 0.5128409266471863, 0.08025258034467697, 0.06686443090438843, 0.011604910716414452, 0.01043392438441515], "count": [292]}, "actions": {"min": [-0.32402342557907104, -0.735657811164856, -0.5463362336158752, -0.3030123710632324, -0.19546088576316833, -0.16841909289360046, -1.0], "max": [0.5394427180290222, 0.8012755513191223, 0.8585863709449768, 0.12063244730234146, 0.16521905362606049, 0.14476549625396729, 1.0], "mean": [0.021620798856019974, -0.03355742618441582, -0.02148558758199215, -0.03654550388455391, 0.0008033080375753343, -0.001028179656714201, 0.4452054798603058], "std": [0.10426253825426102, 0.1794365793466568, 0.16254788637161255, 0.06487748771905899, 0.048781149089336395, 0.03856780007481575, 0.895429790019989], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [579], "max": [579], "mean": [579.0], "std": [0.0], "count": [292]}, "index": {"min": [195157], "max": [195448], "mean": [195302.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [292]}}} +{"episode_index": 580, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36608484126072305]], [[0.3078169525744868]], [[0.24200050204407936]]], "std": [[[0.1416610552807708]], [[0.13841516685475394]], [[0.15501469571565543]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36891057093003216]], [[0.29314642453661155]], [[0.20718074005725337]]], "std": [[[0.1858814719280656]], [[0.14705429426944885]], [[0.1251722196007979]]], "count": [100]}, "state": {"min": [-0.3125128746032715, -0.12859399616718292, 0.9963155388832092, 1.845836877822876, -0.0655910074710846, -0.24278730154037476, 0.012916474603116512, -0.04001515731215477], "max": [0.0037711025215685368, 0.05157512053847313, 1.1881976127624512, 3.120770215988159, 0.44602563977241516, 0.2543213665485382, 0.03986479714512825, -0.016645295545458794], "mean": [-0.2044486254453659, -0.022119130939245224, 1.1204676628112793, 2.598656415939331, 0.10701563209295273, 0.014042403548955917, 0.022643737494945526, -0.024167219176888466], "std": [0.11593437194824219, 0.044520311057567596, 0.047137193381786346, 0.46379417181015015, 0.14441430568695068, 0.13808485865592957, 0.01063640508800745, 0.009678791277110577], "count": [380]}, "actions": {"min": [-1.8769161701202393, -0.4874365031719208, -0.5821319818496704, -0.22555024921894073, -0.1448931246995926, -0.10306825488805771, -1.0], "max": [0.9025235772132874, 0.7535289525985718, 1.149983286857605, 0.1495215892791748, 0.17426490783691406, 0.15367944538593292, 1.0], "mean": [0.008484938181936741, -0.027922790497541428, -0.013721403665840626, -0.026088260114192963, 0.002420860342681408, 7.549647853011265e-05, 0.4684210419654846], "std": [0.24512982368469238, 0.16417036950588226, 0.19017916917800903, 0.05483679473400116, 0.04559248685836792, 0.04478111490607262, 0.8835028409957886], "count": [380]}, "timestamp": {"min": [0.0], "max": [37.9], "mean": [18.95], "std": [10.969617130966787], "count": [380]}, "frame_index": {"min": [0], "max": [379], "mean": [189.5], "std": [109.69617130966787], "count": [380]}, "episode_index": {"min": [580], "max": [580], "mean": [580.0], "std": [0.0], "count": [380]}, "index": {"min": [195449], "max": [195828], "mean": [195638.5], "std": [109.69617130966787], "count": [380]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [380]}}} +{"episode_index": 581, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3651852596507353]], [[0.3072123837938496]], [[0.2409679936427696]]], "std": [[[0.14367453502174585]], [[0.1394232315680674]], [[0.15567415067842877]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3684265645345052]], [[0.2934881861069623]], [[0.2079391928280101]]], "std": [[[0.18153745464600549]], [[0.1439310290937729]], [[0.12366858507520007]]], "count": [100]}, "state": {"min": [-0.32496196031570435, -0.13196907937526703, 1.0097793340682983, 1.7621392011642456, -0.14669238030910492, -0.2741750180721283, 0.013580624014139175, -0.04000800848007202], "max": [-0.00017183864838443696, 0.05083845555782318, 1.2090758085250854, 3.0985751152038574, 0.34255242347717285, 0.34091517329216003, 0.03988800570368767, -0.016968490555882454], "mean": [-0.21564793586730957, -0.028781656175851822, 1.1191376447677612, 2.5609967708587646, 0.05881442874670029, 0.06224647909402847, 0.02329755574464798, -0.02487282082438469], "std": [0.11716695874929428, 0.0346970297396183, 0.06115027144551277, 0.47540369629859924, 0.15903067588806152, 0.18809165060520172, 0.010784507729113102, 0.009766092523932457], "count": [428]}, "actions": {"min": [-0.6502108573913574, -0.5816146731376648, -0.43928396701812744, -0.31799760460853577, -0.25528332591056824, -0.12181016802787781, -1.0], "max": [0.6741647720336914, 0.3527663052082062, 0.8689736127853394, 0.2246679812669754, 0.22842682898044586, 0.21899528801441193, 1.0], "mean": [0.006151321344077587, -0.02552056685090065, -0.020642278715968132, -0.025564955547451973, 0.0006169070838950574, 0.0022717074025422335, 0.41588786244392395], "std": [0.21132832765579224, 0.1573893427848816, 0.18222738802433014, 0.06012377887964249, 0.06207026541233063, 0.05123757943511009, 0.9094162583351135], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [581], "max": [581], "mean": [581.0], "std": [0.0], "count": [428]}, "index": {"min": [195829], "max": [196256], "mean": [196042.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [428]}}} +{"episode_index": 582, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3645062261843214]], [[0.30587358901079964]], [[0.2385001896876915]]], "std": [[[0.13889188353451465]], [[0.13385342591894972]], [[0.15051910027968382]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36942483580346197]], [[0.28852385756548715]], [[0.19709618542241114]]], "std": [[[0.18415358286774416]], [[0.13926260483898423]], [[0.1085068746890631]]], "count": [100]}, "state": {"min": [-0.3233659863471985, -0.1426568180322647, 0.990983247756958, 1.8074458837509155, -0.05099039152264595, -0.3718341290950775, 0.014337521977722645, -0.04000375419855118], "max": [-0.008127338252961636, 0.034711673855781555, 1.198163390159607, 3.180072784423828, 0.3001820147037506, 0.15063674747943878, 0.039978984743356705, -0.017390776425600052], "mean": [-0.20754534006118774, -0.03597024455666542, 1.1281821727752686, 2.7465975284576416, 0.0845804512500763, -0.07782389968633652, 0.024662965908646584, -0.02567407675087452], "std": [0.11531759053468704, 0.038980353623628616, 0.059271953999996185, 0.46880173683166504, 0.08950110524892807, 0.14944769442081451, 0.011124325916171074, 0.010350254364311695], "count": [364]}, "actions": {"min": [-0.6469594836235046, -0.44521960616111755, -0.6082112789154053, -0.3605845868587494, -0.2223309427499771, -0.20603011548519135, -1.0], "max": [0.7759739756584167, 0.7088384628295898, 0.7817753553390503, 0.20035457611083984, 0.18790094554424286, 0.18902961909770966, 1.0], "mean": [0.003849091473966837, -0.033691126853227615, -0.026423700153827667, -0.02798001654446125, 0.0022405225317925215, 0.001759001868776977, 0.3131868243217468], "std": [0.23065008223056793, 0.15700048208236694, 0.2032872587442398, 0.06799771636724472, 0.05047871917486191, 0.05204039439558983, 0.9496905207633972], "count": [364]}, "timestamp": {"min": [0.0], "max": [36.3], "mean": [18.15], "std": [10.507735245998541], "count": [364]}, "frame_index": {"min": [0], "max": [363], "mean": [181.5], "std": [105.0773524599854], "count": [364]}, "episode_index": {"min": [582], "max": [582], "mean": [582.0], "std": [0.0], "count": [364]}, "index": {"min": [196257], "max": [196620], "mean": [196438.5], "std": [105.0773524599854], "count": [364]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [364]}}} +{"episode_index": 583, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3678954886642157]], [[0.3087764575434666]], [[0.2421539976830576]]], "std": [[[0.139821274642068]], [[0.13694827884966676]], [[0.15393107698529895]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3676207682291667]], [[0.29375361782896753]], [[0.20972430539598652]]], "std": [[[0.18771904247466956]], [[0.15116485856155998]], [[0.13221283590787877]]], "count": [100]}, "state": {"min": [-0.3207959234714508, -0.12295924127101898, 0.9969359636306763, 1.6635632514953613, -0.07463188469409943, -0.23024524748325348, 0.013034557923674583, -0.04000544920563698], "max": [-0.008483785204589367, 0.03756869584321976, 1.1971147060394287, 3.11895489692688, 0.2795574963092804, 0.1846815049648285, 0.039945632219314575, -0.01579260639846325], "mean": [-0.2150132805109024, -0.030279986560344696, 1.1143901348114014, 2.5694081783294678, 0.09249161183834076, -0.06944303214550018, 0.021984510123729706, -0.023478316143155098], "std": [0.11889959871768951, 0.04229862615466118, 0.05121856927871704, 0.5230922698974609, 0.09736567735671997, 0.1013646051287651, 0.011559773236513138, 0.0106503339484334], "count": [394]}, "actions": {"min": [-0.9937463998794556, -7.694194316864014, -0.6901844143867493, -0.8660439848899841, -0.20831537246704102, -0.2647799551486969, -1.0], "max": [0.8938446640968323, 0.7450585961341858, 0.6942659616470337, 0.13367803394794464, 0.27271080017089844, 0.1555250883102417, 1.0], "mean": [0.0014367143157869577, -0.03672843798995018, -0.023893188685178757, -0.02683394029736519, 0.004766092635691166, -0.0013394657289609313, 0.41624364256858826], "std": [0.23141804337501526, 0.42212796211242676, 0.1846131831407547, 0.07156016677618027, 0.05430144444108009, 0.04934346675872803, 0.9092503786087036], "count": [394]}, "timestamp": {"min": [0.0], "max": [39.3], "mean": [19.650000000000002], "std": [11.3737636690763], "count": [394]}, "frame_index": {"min": [0], "max": [393], "mean": [196.5], "std": [113.73763669076301], "count": [394]}, "episode_index": {"min": [583], "max": [583], "mean": [583.0], "std": [0.0], "count": [394]}, "index": {"min": [196621], "max": [197014], "mean": [196817.5], "std": [113.73763669076301], "count": [394]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [394]}}} +{"episode_index": 584, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36302951528511795]], [[0.3053185466691559]], [[0.23849741079293046]]], "std": [[[0.1419098453961294]], [[0.13661419225262836]], [[0.15290983192797664]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9725490196078431]]], "mean": [[[0.3980685562432981]], [[0.3055822628245634]], [[0.20087370210535385]]], "std": [[[0.17727969305300986]], [[0.12220429422410255]], [[0.07337675189836336]]], "count": [100]}, "state": {"min": [-0.3618657886981964, -0.12830540537834167, 1.014649748802185, 2.4197092056274414, -0.22733145952224731, -0.36407631635665894, 0.014293612912297249, -0.040004074573516846], "max": [-0.03450053185224533, 0.02276325784623623, 1.1893483400344849, 3.1809027194976807, 0.18623557686805725, 0.4586482048034668, 0.039969734847545624, -0.015390614047646523], "mean": [-0.19064635038375854, -0.05929010361433029, 1.1310311555862427, 2.976715564727783, -0.06703326106071472, -0.02204807847738266, 0.026839446276426315, -0.02724136784672737], "std": [0.11738407611846924, 0.031450435519218445, 0.04871579259634018, 0.2310885637998581, 0.09090658277273178, 0.2874891459941864, 0.011585287749767303, 0.011237787082791328], "count": [288]}, "actions": {"min": [-0.9963356852531433, -0.5867066979408264, -0.6178611516952515, -0.21532022953033447, -0.09705564379692078, -0.18675167858600616, -1.0], "max": [0.4530545473098755, 0.6783100366592407, 0.5500584840774536, 0.1212521567940712, 0.1189349815249443, 0.28043052554130554, 1.0], "mean": [0.0036338898353278637, -0.043481484055519104, -0.021072113886475563, -0.02123904600739479, -0.0015030677895992994, 0.007382641080766916, 0.1388888955116272], "std": [0.25437405705451965, 0.1526423543691635, 0.16754569113254547, 0.052933596074581146, 0.03542095795273781, 0.06266792118549347, 0.9903091788291931], "count": [288]}, "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": [584], "max": [584], "mean": [584.0], "std": [0.0], "count": [288]}, "index": {"min": [197015], "max": [197302], "mean": [197158.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [288]}}} +{"episode_index": 585, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3555060179467294]], [[0.294579808253868]], [[0.22632149849685967]]], "std": [[[0.13404190952797293]], [[0.12600895477670515]], [[0.13863985915226099]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9411764705882353]], [[0.9333333333333333]]], "mean": [[[0.3468244742599188]], [[0.25926515766218594]], [[0.16788502293007046]]], "std": [[[0.17268317690934895]], [[0.12207260712268554]], [[0.06837813421000925]]], "count": [100]}, "state": {"min": [-0.33001649379730225, -0.20769891142845154, 0.9929839372634888, 2.7010693550109863, -0.02279386669397354, -0.31999099254608154, 0.015588673762977123, -0.04002195596694946], "max": [-0.27531710267066956, 0.17220813035964966, 1.241011142730713, 3.2287180423736572, 0.20661477744579315, 0.06961671262979507, 0.040005605667829514, -0.01620073989033699], "mean": [-0.29834404587745667, -0.011950465850532055, 1.1433665752410889, 3.0114896297454834, 0.09285145998001099, -0.06867512315511703, 0.02802908420562744, -0.028235692530870438], "std": [0.016847386956214905, 0.14772865176200867, 0.07371125370264053, 0.20381371676921844, 0.06266577541828156, 0.11792322993278503, 0.010968178510665894, 0.010871431790292263], "count": [204]}, "actions": {"min": [-0.28126072883605957, -0.9424271583557129, -0.4705124795436859, -0.21922490000724792, -0.1727062314748764, -0.19314196705818176, -1.0], "max": [0.3968968689441681, 0.48786166310310364, 1.179640293121338, 0.16351580619812012, 0.36631760001182556, 0.32980450987815857, 1.0], "mean": [-0.008197516202926636, -0.09229817986488342, 0.02303752303123474, -0.01777319610118866, 0.003517937147989869, -0.0003806169261224568, 0.0], "std": [0.08697383850812912, 0.2800091803073883, 0.26680657267570496, 0.06235486641526222, 0.06726431101560593, 0.06834281980991364, 1.0], "count": [204]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [585], "max": [585], "mean": [585.0], "std": [0.0], "count": [204]}, "index": {"min": [197303], "max": [197506], "mean": [197404.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [204]}}} +{"episode_index": 586, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35653329108743104]], [[0.29668867223403034]], [[0.229826774447572]]], "std": [[[0.13540500531807842]], [[0.12847540529764012]], [[0.14177744594763436]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9490196078431372]], [[0.9411764705882353]]], "mean": [[[0.3495888959099265]], [[0.263821029363894]], [[0.17430132577933516]]], "std": [[[0.17477279829997497]], [[0.12492144075860522]], [[0.07511571942949263]]], "count": [100]}, "state": {"min": [-0.4020686745643616, -0.22652289271354675, 0.9891753792762756, 2.6388044357299805, -0.16275404393672943, -0.3426266312599182, 0.01584312506020069, -0.03993862867355347], "max": [-0.2782415449619293, 0.19044794142246246, 1.2789419889450073, 3.2771565914154053, 0.1043718084692955, 0.1301153153181076, 0.04000592231750488, -0.01536850817501545], "mean": [-0.32510849833488464, 0.0032627887558192015, 1.1477197408676147, 3.0373339653015137, -0.04368971288204193, -0.08901121467351913, 0.02636616677045822, -0.02638981118798256], "std": [0.0429440401494503, 0.16140006482601166, 0.09124855697154999, 0.18640753626823425, 0.0637175664305687, 0.17254720628261566, 0.010996554978191853, 0.011062007397413254], "count": [184]}, "actions": {"min": [-0.30443766713142395, -0.9704169631004333, -0.46144938468933105, -0.2961616516113281, -0.20815181732177734, -0.2315710037946701, -1.0], "max": [0.19454188644886017, 0.934374988079071, 1.0823966264724731, 0.22183272242546082, 0.21196426451206207, 0.3136003017425537, 1.0], "mean": [-0.03069666586816311, -0.11670727282762527, 0.06968514621257782, -0.021365754306316376, -0.005122794304043055, -0.0014889707090333104, 0.1304347813129425], "std": [0.08345472812652588, 0.337200790643692, 0.2989565432071686, 0.06850696355104446, 0.06387368589639664, 0.07288216054439545, 0.991456925868988], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [586], "max": [586], "mean": [586.0], "std": [0.0], "count": [184]}, "index": {"min": [197507], "max": [197690], "mean": [197598.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [184]}}} +{"episode_index": 587, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3589625094544654]], [[0.29855788526348037]], [[0.2301690165201823]]], "std": [[[0.13313766963476725]], [[0.12558315210003201]], [[0.1397630188741388]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9372549019607843]]], "mean": [[[0.35091871792662377]], [[0.26456957289751837]], [[0.17395374791762408]]], "std": [[[0.1818937411615497]], [[0.12999484370646988]], [[0.07711339106815589]]], "count": [100]}, "state": {"min": [-0.3340984880924225, -0.209730327129364, 0.9887847900390625, 2.733398914337158, -0.049606651067733765, -0.15145431458950043, 0.014717618003487587, -0.039958927780389786], "max": [-0.2346249520778656, 0.17747126519680023, 1.2405027151107788, 3.2202398777008057, 0.13691025972366333, 0.07987932860851288, 0.0399896465241909, -0.012951666489243507], "mean": [-0.28022530674934387, 0.012643012218177319, 1.1303807497024536, 3.061314582824707, 0.04243309795856476, -0.026534078642725945, 0.02815418876707554, -0.02803063578903675], "std": [0.03275604918599129, 0.1388055384159088, 0.07807007431983948, 0.143809974193573, 0.050836231559515, 0.060571443289518356, 0.01156415045261383, 0.011755086481571198], "count": [192]}, "actions": {"min": [-0.33278897404670715, -0.9925540685653687, -0.5838124752044678, -0.24986279010772705, -0.15334360301494598, -0.1678580641746521, -1.0], "max": [0.37441784143447876, 0.846277117729187, 1.0353132486343384, 0.11554447561502457, 0.12957890331745148, 0.1445438712835312, 1.0], "mean": [-0.014225202612578869, -0.08512110263109207, 0.03187410905957222, -0.014060593210160732, -0.004601722117513418, -0.006432786118239164, -0.0729166641831398], "std": [0.09540673345327377, 0.3214941620826721, 0.2733077108860016, 0.054472289979457855, 0.0472671315073967, 0.042199283838272095, 0.9973385334014893], "count": [192]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [587], "max": [587], "mean": [587.0], "std": [0.0], "count": [192]}, "index": {"min": [197691], "max": [197882], "mean": [197786.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [192]}}} +{"episode_index": 588, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3609465529497932]], [[0.2997102888518689]], [[0.23081661209405638]]], "std": [[[0.1353285217867396]], [[0.12952945154903361]], [[0.14472610879778325]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9490196078431372]]], "mean": [[[0.35865438962450213]], [[0.27415667485255824]], [[0.1852534772087546]]], "std": [[[0.17609681916667386]], [[0.12605272181944763]], [[0.0805511084458941]]], "count": [100]}, "state": {"min": [-0.37435945868492126, -0.27606400847435, 0.9915602803230286, 2.9768459796905518, -0.17599275708198547, 0.058359671384096146, 0.011035054922103882, -0.04000801965594292], "max": [-0.26548370718955994, 0.1866021305322647, 1.230348825454712, 3.2431492805480957, 0.04765196517109871, 0.2081514298915863, 0.03981074318289757, -0.015194758772850037], "mean": [-0.3079788386821747, -0.009258462116122246, 1.1417781114578247, 3.094709634780884, -0.09382861852645874, 0.14891625940799713, 0.02674538642168045, -0.027223406359553337], "std": [0.039191845804452896, 0.17153893411159515, 0.07999100536108017, 0.08520087599754333, 0.060465190559625626, 0.041927047073841095, 0.010964855551719666, 0.01070473063737154], "count": [205]}, "actions": {"min": [-0.39483410120010376, -1.863796353340149, -0.5263819098472595, -0.4382840096950531, -0.20138239860534668, -0.1345697045326233, -1.0], "max": [0.21126309037208557, 0.925179123878479, 1.1050254106521606, 0.20188367366790771, 0.16391810774803162, 0.2141275852918625, 1.0], "mean": [-0.013508026488125324, -0.11666032671928406, 0.01801079697906971, 0.00047035395982675254, -0.002204101299867034, 0.00545561732724309, 0.09268292784690857], "std": [0.09116289764642715, 0.34973904490470886, 0.279232919216156, 0.07020706683397293, 0.05112120136618614, 0.04694564640522003, 0.9956961870193481], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [588], "max": [588], "mean": [588.0], "std": [0.0], "count": [205]}, "index": {"min": [197883], "max": [198087], "mean": [197985.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [205]}}} +{"episode_index": 589, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35556560142367494]], [[0.29568202897614126]], [[0.22839735921223958]]], "std": [[[0.13406779808999433]], [[0.12630542796428665]], [[0.1393965240535072]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9490196078431372]], [[0.9372549019607843]]], "mean": [[[0.34307343845741417]], [[0.2590441882563572]], [[0.1722528429218367]]], "std": [[[0.18243797655173588]], [[0.13137895643589723]], [[0.08216890930094262]]], "count": [100]}, "state": {"min": [-0.3712650239467621, -0.26977723836898804, 0.995930552482605, 3.0795342922210693, -0.03957516327500343, -0.036582812666893005, 0.01598052866756916, -0.040003105998039246], "max": [-0.25366678833961487, 0.18259885907173157, 1.281307339668274, 3.3600380420684814, 0.1619987189769745, 0.10421256721019745, 0.039946336299180984, -0.01568136364221573], "mean": [-0.3047826588153839, 0.007937167771160603, 1.1470081806182861, 3.18658447265625, 0.06524190306663513, 0.010403801687061787, 0.026435375213623047, -0.026393473148345947], "std": [0.045874059200286865, 0.17266906797885895, 0.09600920975208282, 0.07872135192155838, 0.053482748568058014, 0.037393245846033096, 0.01130940206348896, 0.011369152925908566], "count": [224]}, "actions": {"min": [-0.31687867641448975, -0.9710699915885925, -0.5856378674507141, -0.21923141181468964, -0.1404844969511032, -0.1683226376771927, -1.0], "max": [0.2519014775753021, 0.6308256387710571, 0.9096837043762207, 0.1940290778875351, 0.11949756741523743, 0.16415253281593323, 1.0], "mean": [-0.011381707154214382, -0.09245119988918304, 0.04094231128692627, 0.0019007334485650063, -0.004529948811978102, 0.0020833956077694893, 0.1071428582072258], "std": [0.09078147262334824, 0.3061792850494385, 0.24037086963653564, 0.05454046279191971, 0.04346877709031105, 0.043496958911418915, 0.9942444562911987], "count": [224]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.466258578188781], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [589], "max": [589], "mean": [589.0], "std": [0.0], "count": [224]}, "index": {"min": [198088], "max": [198311], "mean": [198199.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [224]}}} +{"episode_index": 590, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35565744078393075]], [[0.29563867127661614]], [[0.22927161242915134]]], "std": [[[0.13647709712207168]], [[0.12995895115122474]], [[0.14257426233558432]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.9333333333333333]], [[0.9254901960784314]]], "mean": [[[0.3591371005189185]], [[0.27041008085363055]], [[0.17731354178634343]]], "std": [[[0.17628858003794803]], [[0.12581067851269653]], [[0.07576481496957103]]], "count": [100]}, "state": {"min": [-0.3598131835460663, -0.2426709681749344, 0.9912142753601074, 3.0188722610473633, -0.18082131445407867, -0.27384504675865173, 0.013256696052849293, -0.03988223895430565], "max": [-0.27516815066337585, 0.20330654084682465, 1.2378910779953003, 3.3116166591644287, 0.11946424096822739, 0.14185085892677307, 0.04000634700059891, -0.018191255629062653], "mean": [-0.3039325773715973, 0.040910832583904266, 1.1254020929336548, 3.200666666030884, -0.0093064671382308, -0.07337278872728348, 0.02828618325293064, -0.028693370521068573], "std": [0.02714254893362522, 0.16013403236865997, 0.07883235067129135, 0.07839147746562958, 0.08659377694129944, 0.14308267831802368, 0.010640480555593967, 0.010235259309411049], "count": [214]}, "actions": {"min": [-0.2543618083000183, -1.9216059446334839, -0.43804216384887695, -0.36544984579086304, -0.1337708830833435, -0.13537195324897766, -1.0], "max": [0.214772567152977, 0.734757125377655, 1.9649733304977417, 0.2014136016368866, 0.1320897936820984, 0.48285210132598877, 1.0], "mean": [-0.008284692652523518, -0.09161420911550522, 0.00532172666862607, 0.0036566497292369604, -0.0018012209329754114, -0.0007866221130825579, 0.07476635277271271], "std": [0.07952181994915009, 0.37148919701576233, 0.2778795063495636, 0.06237531080842018, 0.04626023396849632, 0.06360023468732834, 0.9972022175788879], "count": [214]}, "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": [590], "max": [590], "mean": [590.0], "std": [0.0], "count": [214]}, "index": {"min": [198312], "max": [198525], "mean": [198418.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [214]}}} +{"episode_index": 591, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3594461472455193]], [[0.2979455165489047]], [[0.2298307698567708]]], "std": [[[0.13300949548984983]], [[0.12725796387570423]], [[0.14111780147836075]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3682670407762715]], [[0.27993299835803465]], [[0.18509888772403493]]], "std": [[[0.17937715643750504]], [[0.12723356483353657]], [[0.07804817623352561]]], "count": [100]}, "state": {"min": [-0.3710727095603943, -0.22513306140899658, 1.0153642892837524, 2.9039125442504883, -0.11935443431138992, -0.42507535219192505, 0.016163336113095284, -0.04000435024499893], "max": [-0.2533192038536072, 0.1643162965774536, 1.27499258518219, 3.3017091751098633, 0.0711577981710434, 0.007603222504258156, 0.03993488848209381, -0.015615581534802914], "mean": [-0.2998913824558258, 0.026509203016757965, 1.1631932258605957, 3.1063809394836426, -0.05196952447295189, -0.16646012663841248, 0.028875306248664856, -0.02880014292895794], "std": [0.04007476195693016, 0.1445300132036209, 0.08419348299503326, 0.07989612966775894, 0.052556347101926804, 0.14503107964992523, 0.010944315232336521, 0.011078943498432636], "count": [252]}, "actions": {"min": [-0.2405383586883545, -1.212085247039795, -0.4912797510623932, -0.32922834157943726, -0.10800588876008987, -0.11039141565561295, -1.0], "max": [0.27990639209747314, 0.8805692195892334, 1.5232349634170532, 0.31794464588165283, 0.12305314093828201, 0.4220205843448639, 1.0], "mean": [-0.010911282151937485, -0.07766709476709366, 0.029628662392497063, -0.004877299070358276, -0.003130833152681589, 0.00012658635387197137, -0.0634920671582222], "std": [0.08012653887271881, 0.26649221777915955, 0.24542668461799622, 0.05695788934826851, 0.03739548102021217, 0.057659901678562164, 0.9979813694953918], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [591], "max": [591], "mean": [591.0], "std": [0.0], "count": [252]}, "index": {"min": [198526], "max": [198777], "mean": [198651.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [252]}}} +{"episode_index": 592, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35945803354300704]], [[0.29872647453756895]], [[0.23097029622395834]]], "std": [[[0.1358903869079306]], [[0.1307286648418733]], [[0.1456377016099606]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3711989512724035]], [[0.28223608697629443]], [[0.18824943871591604]]], "std": [[[0.17196066171616992]], [[0.12269404640511816]], [[0.07726108524747868]]], "count": [100]}, "state": {"min": [-0.4018471837043762, -0.3000420033931732, 0.990127682685852, 2.9738616943359375, -0.27042490243911743, -0.15114930272102356, 0.014367738738656044, -0.040005408227443695], "max": [-0.28391537070274353, 0.17673559486865997, 1.2823154926300049, 3.3699252605438232, 0.005081006325781345, 0.10755430161952972, 0.039872393012046814, -0.01573830470442772], "mean": [-0.3387208878993988, 0.004783977288752794, 1.1564288139343262, 3.1539435386657715, -0.15592142939567566, -0.022237081080675125, 0.025670820847153664, -0.025617945939302444], "std": [0.03966240584850311, 0.17013318836688995, 0.09076220542192459, 0.117866151034832, 0.06514565646648407, 0.07344124466180801, 0.011062721721827984, 0.01123306155204773], "count": [226]}, "actions": {"min": [-0.23912860453128815, -1.1798502206802368, -0.608295202255249, -0.2717960476875305, -0.23032976686954498, -0.17774248123168945, -1.0], "max": [0.28984346985816956, 0.7410825490951538, 1.159417986869812, 0.22117280960083008, 0.11874911934137344, 0.1566803753376007, 1.0], "mean": [-0.011065223254263401, -0.09917405247688293, 0.01159350760281086, 0.0011754977749660611, -0.003052579006180167, -0.002420749980956316, 0.18584071099758148], "std": [0.09117408841848373, 0.3116070628166199, 0.2775912284851074, 0.06988712400197983, 0.05537030100822449, 0.0549422949552536, 0.9825806021690369], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [592], "max": [592], "mean": [592.0], "std": [0.0], "count": [226]}, "index": {"min": [198778], "max": [199003], "mean": [198890.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [226]}}} +{"episode_index": 593, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35646742338292736]], [[0.29627167166915597]], [[0.22800527954101563]]], "std": [[[0.1345574501730232]], [[0.12600537749051963]], [[0.1396779380972146]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3947618210736443]], [[0.29949450683593754]], [[0.1935133415670956]]], "std": [[[0.17942782770764115]], [[0.12496461610820818]], [[0.07486866120057592]]], "count": [100]}, "state": {"min": [-0.33498823642730713, -0.22469250857830048, 1.0000919103622437, 2.9666831493377686, -0.07618267089128494, -0.039013851433992386, 0.015489302575588226, -0.03999589756131172], "max": [-0.18963685631752014, 0.25471487641334534, 1.3180716037750244, 3.3392438888549805, 0.19077123701572418, 0.09287197142839432, 0.039979591965675354, -0.015751982107758522], "mean": [-0.2714669406414032, 0.05968058854341507, 1.1866995096206665, 3.1519927978515625, 0.04705827683210373, 0.05018962547183037, 0.026491809636354446, -0.02639703080058098], "std": [0.05350205674767494, 0.19240590929985046, 0.0939059928059578, 0.09567628055810928, 0.07053138315677643, 0.023116715252399445, 0.011482501402497292, 0.011502009816467762], "count": [255]}, "actions": {"min": [-0.44602569937705994, -1.371642827987671, -0.6661888360977173, -0.20902647078037262, -0.2372065931558609, -0.11145682632923126, -1.0], "max": [0.48646554350852966, 0.9886905550956726, 1.3823682069778442, 0.30247756838798523, 0.21482707560062408, 0.24056580662727356, 1.0], "mean": [0.0067444974556565285, -0.07441625744104385, 0.03975826874375343, -0.007312200963497162, 0.0006063617765903473, 0.0040116687305271626, 0.09803921729326248], "std": [0.14900383353233337, 0.36123791337013245, 0.2854364216327667, 0.05711379647254944, 0.04746711626648903, 0.04532322287559509, 0.9951831102371216], "count": [255]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.7], "std": [7.36115932898254], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [593], "max": [593], "mean": [593.0], "std": [0.0], "count": [255]}, "index": {"min": [199004], "max": [199258], "mean": [199131.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [255]}}} +{"episode_index": 594, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3553635212019378]], [[0.2956967187021293]], [[0.22872868975471047]]], "std": [[[0.13422666726064922]], [[0.12655309453162653]], [[0.14012787976679417]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9450980392156862]], [[0.9450980392156862]]], "mean": [[[0.38651918777765015]], [[0.29317627611347274]], [[0.18981792016122853]]], "std": [[[0.17718190173959947]], [[0.12310035374302107]], [[0.07294522743777776]]], "count": [100]}, "state": {"min": [-0.37379854917526245, -0.2577347457408905, 1.007272720336914, 3.091071605682373, 0.03014158084988594, -0.08284620940685272, 0.01640510745346546, -0.03996450826525688], "max": [-0.17830556631088257, 0.2521337866783142, 1.3244906663894653, 3.497497797012329, 0.22708943486213684, 0.1220891922712326, 0.040002185851335526, -0.015962015837430954], "mean": [-0.2761467397212982, 0.03539616987109184, 1.1851892471313477, 3.225480556488037, 0.09918323904275894, 0.01995171792805195, 0.025617729872465134, -0.025473253801465034], "std": [0.07144331932067871, 0.19794921576976776, 0.10261066257953644, 0.11354577541351318, 0.04963525012135506, 0.06167054921388626, 0.010364252142608166, 0.010501484386622906], "count": [228]}, "actions": {"min": [-0.6393264532089233, -1.4965928792953491, -0.47308608889579773, -0.26919201016426086, -0.12305796891450882, -0.18972232937812805, -1.0], "max": [0.36602750420570374, 0.8446716070175171, 1.284736156463623, 0.21698765456676483, 0.15298384428024292, 0.18635770678520203, 1.0], "mean": [-0.0052554188296198845, -0.12058325856924057, 0.02714756317436695, -0.0014052913757041097, 0.002533453283831477, -0.001060727285221219, 0.25438597798347473], "std": [0.16179807484149933, 0.343131959438324, 0.2931833863258362, 0.06169378012418747, 0.04770974442362785, 0.04623818024992943, 0.9671024084091187], "count": [228]}, "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": [594], "max": [594], "mean": [594.0], "std": [0.0], "count": [228]}, "index": {"min": [199259], "max": [199486], "mean": [199372.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [228]}}} +{"episode_index": 595, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36167046760110294]], [[0.30079211605296413]], [[0.2322716267903646]]], "std": [[[0.13796941933530874]], [[0.13166337748765933]], [[0.14627887453452654]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41474416276520376]], [[0.3187173850863588]], [[0.21047244023341757]]], "std": [[[0.17871391958515048]], [[0.12466531654978796]], [[0.07761824046348163]]], "count": [100]}, "state": {"min": [-0.3673352003097534, -0.2597726583480835, 1.0155211687088013, 3.0427944660186768, -0.21432675421237946, -0.02298351563513279, 0.013965602032840252, -0.0400041788816452], "max": [-0.18336889147758484, 0.2585849165916443, 1.2990089654922485, 3.289273500442505, -0.032466523349285126, 0.13504473865032196, 0.039919208735227585, -0.015539390966296196], "mean": [-0.27242541313171387, 0.05863058567047119, 1.1835426092147827, 3.126805067062378, -0.14332595467567444, 0.06007329747080803, 0.025369038805365562, -0.025463035330176353], "std": [0.062198128551244736, 0.18436717987060547, 0.09125777333974838, 0.06476394087076187, 0.05179991200566292, 0.050420038402080536, 0.011213310994207859, 0.011217278428375721], "count": [262]}, "actions": {"min": [-0.5583668351173401, -1.074110984802246, -0.45515233278274536, -0.14811977744102478, -0.1681310087442398, -0.11068587005138397, -1.0], "max": [0.2541586458683014, 0.7330998778343201, 0.9725452065467834, 0.17463602125644684, 0.1252335011959076, 0.14273938536643982, 1.0], "mean": [-0.00897571537643671, -0.08875446021556854, 0.017724649980664253, -0.0016018436290323734, -0.0018233865266665816, 4.293980236980133e-05, 0.19847328960895538], "std": [0.11679022759199142, 0.30620697140693665, 0.2392764836549759, 0.042474165558815, 0.036160651594400406, 0.03681665658950806, 0.9801051616668701], "count": [262]}, "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": [595], "max": [595], "mean": [595.0], "std": [0.0], "count": [262]}, "index": {"min": [199487], "max": [199748], "mean": [199617.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [262]}}} +{"episode_index": 596, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35297255931181065]], [[0.2928438983992034]], [[0.2259112512925092]]], "std": [[[0.13380520903880164]], [[0.12619536274802096]], [[0.13886871296742392]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3791738753973269]], [[0.28785177612304685]], [[0.18948524026309743]]], "std": [[[0.18479769485707648]], [[0.1308632148720892]], [[0.07685935077253458]]], "count": [100]}, "state": {"min": [-0.34726816415786743, -0.27652275562286377, 1.0111685991287231, 2.9874942302703857, -0.06335853785276413, -0.39417126774787903, 0.015388838946819305, -0.0400073304772377], "max": [-0.17163938283920288, 0.2823633849620819, 1.320797085762024, 3.375523805618286, 0.22238115966320038, 0.10911210626363754, 0.03985399380326271, -0.016695313155651093], "mean": [-0.27154991030693054, 0.049870532006025314, 1.1917784214019775, 3.166163444519043, 0.08316443115472794, -0.10998566448688507, 0.025700636208057404, -0.025658661499619484], "std": [0.06506241858005524, 0.2127538025379181, 0.09770455211400986, 0.13026338815689087, 0.08063463121652603, 0.1717088520526886, 0.010316718369722366, 0.010469647124409676], "count": [272]}, "actions": {"min": [-0.5142043828964233, -1.2505711317062378, -0.4364716410636902, -0.20758573710918427, -0.17917431890964508, -0.14502476155757904, -1.0], "max": [0.4680332541465759, 1.0639233589172363, 1.009015440940857, 0.2984292805194855, 0.19834427535533905, 0.3151995837688446, 1.0], "mean": [0.0010168206645175815, -0.08259999006986618, 0.017812589183449745, 0.005892367567867041, 0.0024422057904303074, 0.0011311304988339543, 0.25], "std": [0.14352662861347198, 0.35205817222595215, 0.24413737654685974, 0.06300907582044601, 0.054102055728435516, 0.06866156309843063, 0.9682458639144897], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [596], "max": [596], "mean": [596.0], "std": [0.0], "count": [272]}, "index": {"min": [199749], "max": [200020], "mean": [199884.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [272]}}} +{"episode_index": 597, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35844789691999845]], [[0.2993635642855775]], [[0.2327829236797258]]], "std": [[[0.14094098270061853]], [[0.13421470707746344]], [[0.14820744353992438]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.40668536735983457]], [[0.31241352993834254]], [[0.20666137216605393]]], "std": [[[0.1846191342810488]], [[0.12976840560382621]], [[0.08183720744019576]]], "count": [100]}, "state": {"min": [-0.3947661817073822, -0.2606619894504547, 0.9958972930908203, 3.062574863433838, -0.21310710906982422, -0.01631001941859722, 0.010077071376144886, -0.040002863854169846], "max": [-0.18059855699539185, 0.27896392345428467, 1.2594927549362183, 3.361302614212036, -0.03387859836220741, 0.1207474023103714, 0.0399518720805645, -0.015004824846982956], "mean": [-0.28090956807136536, 0.08496996015310287, 1.1554884910583496, 3.170560836791992, -0.14185397326946259, 0.06038970872759819, 0.02538684569299221, -0.025488894432783127], "std": [0.07672734558582306, 0.17994917929172516, 0.08313635736703873, 0.0852641761302948, 0.047973088920116425, 0.03686461225152016, 0.01185169443488121, 0.011806155554950237], "count": [282]}, "actions": {"min": [-0.4474794864654541, -1.0155450105667114, -0.3783007264137268, -0.21737103164196014, -0.11548314988613129, -0.1538160890340805, -1.0], "max": [0.33748894929885864, 0.806177020072937, 0.7696164846420288, 0.1714175045490265, 0.234818235039711, 0.10496276617050171, 1.0], "mean": [-0.006360960658639669, -0.0767039880156517, 0.016755245625972748, -0.0006208617705851793, -0.0022937057074159384, -0.0011510869953781366, 0.20567375421524048], "std": [0.13338251411914825, 0.3172893822193146, 0.2152073085308075, 0.04749656841158867, 0.04055114462971687, 0.038011569529771805, 0.9786195158958435], "count": [282]}, "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": [597], "max": [597], "mean": [597.0], "std": [0.0], "count": [282]}, "index": {"min": [200021], "max": [200302], "mean": [200161.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [282]}}} +{"episode_index": 598, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3702984343884038]], [[0.30090682265337776]], [[0.22738061343922333]]], "std": [[[0.12807640038730045]], [[0.12930134566414764]], [[0.14406357859815203]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3489996523389629]], [[0.26694735059551167]], [[0.18098973472445617]]], "std": [[[0.2029200805979006]], [[0.1501340848830564]], [[0.09592592516127868]]], "count": [100]}, "state": {"min": [-0.5592350363731384, -0.056678351014852524, 0.988915205001831, 2.9497551918029785, -0.20065851509571075, -0.5848737955093384, 0.01441185548901558, -0.040006428956985474], "max": [0.0033273149747401476, 0.05848513916134834, 1.3102256059646606, 3.572108268737793, 0.03136536478996277, 1.6570032835006714, 0.0399203896522522, -0.013208495453000069], "mean": [-0.321859210729599, -0.003556140000000596, 1.1844348907470703, 3.1131300926208496, -0.08513602614402771, 0.44079533219337463, 0.023903336375951767, -0.02391674555838108], "std": [0.2085804045200348, 0.026761403307318687, 0.09329181909561157, 0.13710512220859528, 0.06271981447935104, 0.7930682897567749, 0.01150786504149437, 0.011508891358971596], "count": [460]}, "actions": {"min": [-0.9034368991851807, -1.1886401176452637, -0.6057984828948975, -0.1904790699481964, -0.15885712206363678, -0.25729724764823914, -1.0], "max": [1.4535616636276245, 0.8307969570159912, 0.9613101482391357, 0.24743255972862244, 0.20112302899360657, 0.43344444036483765, 1.0], "mean": [-0.03944326192140579, -0.001346852513961494, -0.02879919297993183, -0.0017150365747511387, 0.004482781048864126, 0.027391033247113228, 0.2869565188884735], "std": [0.2610167860984802, 0.14748267829418182, 0.2415890395641327, 0.035546109080314636, 0.04145069420337677, 0.08365848660469055, 0.9579403400421143], "count": [460]}, "timestamp": {"min": [0.0], "max": [45.9], "mean": [22.95], "std": [13.279024813592297], "count": [460]}, "frame_index": {"min": [0], "max": [459], "mean": [229.5], "std": [132.79024813592298], "count": [460]}, "episode_index": {"min": [598], "max": [598], "mean": [598.0], "std": [0.0], "count": [460]}, "index": {"min": [200303], "max": [200762], "mean": [200532.5], "std": [132.79024813592298], "count": [460]}, "task_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [460]}}} +{"episode_index": 599, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.376516079010173]], [[0.3085707454035414]], [[0.23540155638560467]]], "std": [[[0.1298066636641186]], [[0.13350152803279378]], [[0.15152903002854728]]], "count": [110]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3789810991202234]], [[0.29131500461734766]], [[0.19526560139103583]]], "std": [[[0.19769325204328878]], [[0.1449054939942414]], [[0.09177841686211113]]], "count": [110]}, "state": {"min": [-0.5409986972808838, -0.12607601284980774, 0.9902625679969788, 2.993189573287964, -0.23495204746723175, -0.19216589629650116, 0.013965379446744919, -0.04000314325094223], "max": [0.01895984634757042, 0.01891564019024372, 1.3204785585403442, 3.6329445838928223, 0.004278992302715778, 1.440049409866333, 0.0399860218167305, -0.012865254655480385], "mean": [-0.2671199142932892, -0.04592456668615341, 1.1870604753494263, 3.154362440109253, -0.14160098135471344, 0.3341754972934723, 0.024389296770095825, -0.024336179718375206], "std": [0.2279992550611496, 0.03840113803744316, 0.0883759930729866, 0.1323467493057251, 0.045615218579769135, 0.6041475534439087, 0.01198900118470192, 0.012020154856145382], "count": [528]}, "actions": {"min": [-1.0589771270751953, -0.6658589243888855, -0.617752194404602, -0.1671554148197174, -0.17086632549762726, -0.2135700136423111, -1.0], "max": [1.226586103439331, 0.47587308287620544, 1.479501724243164, 0.14251947402954102, 0.1168338730931282, 0.383628249168396, 1.0], "mean": [-0.040273621678352356, 0.0028146798722445965, -0.018378635868430138, 0.0012722454266622663, 0.0016496762400493026, 0.015453734435141087, 0.23106060922145844], "std": [0.23578789830207825, 0.12943683564662933, 0.2275785207748413, 0.03355607017874718, 0.03594326227903366, 0.07017248868942261, 0.9729418158531189], "count": [528]}, "timestamp": {"min": [0.0], "max": [52.7], "mean": [26.349999999999998], "std": [15.242019769921132], "count": [528]}, "frame_index": {"min": [0], "max": [527], "mean": [263.5], "std": [152.42019769921134], "count": [528]}, "episode_index": {"min": [599], "max": [599], "mean": [599.0], "std": [0.0], "count": [528]}, "index": {"min": [200763], "max": [201290], "mean": [201026.5], "std": [152.42019769921134], "count": [528]}, "task_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [528]}}} +{"episode_index": 600, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37120071962853735]], [[0.3035939660769698]], [[0.23070526864164528]]], "std": [[[0.12872329099721627]], [[0.12945068652883113]], [[0.14510010420240316]]], "count": [109]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35846645508251684]], [[0.27553717250724474]], [[0.18672327301360267]]], "std": [[[0.20141350363614977]], [[0.1481592923583193]], [[0.09469603108506795]]], "count": [109]}, "state": {"min": [-0.5522752404212952, -0.06286239624023438, 0.9947748184204102, 2.942652702331543, -0.20724911987781525, -0.0495082326233387, 0.013226727955043316, -0.040006086230278015], "max": [0.0314074382185936, 0.046751394867897034, 1.3575934171676636, 3.6652238368988037, 0.05790182575583458, 1.4317020177841187, 0.039938636124134064, -0.014004889875650406], "mean": [-0.3130628168582916, -0.007968069985508919, 1.1927237510681152, 3.122821092605591, -0.07660391926765442, 0.5150649547576904, 0.022591684013605118, -0.022801930084824562], "std": [0.2246587574481964, 0.023103725165128708, 0.09763167798519135, 0.15507017076015472, 0.06257926672697067, 0.6168667078018188, 0.011547024361789227, 0.011383986100554466], "count": [521]}, "actions": {"min": [-1.0671508312225342, -0.6836909055709839, -1.0003752708435059, -0.22024042904376984, -0.14325419068336487, -0.16739732027053833, -1.0], "max": [1.6513780355453491, 0.750701904296875, 1.7095091342926025, 0.15950709581375122, 0.2833060026168823, 0.39788001775741577, 1.0], "mean": [-0.030152956023812294, 0.0006971000111661851, -0.017274577170610428, -0.0014394134050235152, 0.0029077392537146807, 0.017269587144255638, 0.35508638620376587], "std": [0.2684724032878876, 0.1289353370666504, 0.2526853084564209, 0.03470996394753456, 0.03872496634721756, 0.06418661028146744, 0.9348375797271729], "count": [521]}, "timestamp": {"min": [0.0], "max": [52.0], "mean": [26.0], "std": [15.039946808416579], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [600], "max": [600], "mean": [600.0], "std": [0.0], "count": [521]}, "index": {"min": [201291], "max": [201811], "mean": [201551.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [521]}}} +{"episode_index": 601, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3714278543835542]], [[0.30309840627976514]], [[0.22996345331913706]]], "std": [[[0.12689823225550212]], [[0.12871934890462203]], [[0.14422214119853244]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9607843137254902]]], "mean": [[[0.34703651388231654]], [[0.2684610185010344]], [[0.18410039926542632]]], "std": [[[0.19957890855025864]], [[0.14604870486215818]], [[0.09644496508808142]]], "count": [101]}, "state": {"min": [-0.5500325560569763, -0.09519842267036438, 0.9990541338920593, 2.8766918182373047, -0.22290943562984467, -0.5749868750572205, 0.014279254712164402, -0.0400034561753273], "max": [-0.013128602877259254, 0.021816425025463104, 1.2952642440795898, 3.6982460021972656, 0.03675064444541931, 1.4589136838912964, 0.03998000919818878, -0.012652828358113766], "mean": [-0.32938575744628906, -0.033087678253650665, 1.1682138442993164, 3.1828160285949707, -0.1193462610244751, 0.3880574703216553, 0.022679679095745087, -0.022223150357604027], "std": [0.2062475085258484, 0.037579040974378586, 0.0788634717464447, 0.18494296073913574, 0.06525243818759918, 0.7270469665527344, 0.01091080904006958, 0.011139651760458946], "count": [474]}, "actions": {"min": [-1.4618594646453857, -0.44297266006469727, -0.9832700490951538, -0.22701062262058258, -0.13957224786281586, -0.45439013838768005, -1.0], "max": [0.8001857995986938, 0.6597027778625488, 1.3377896547317505, 0.1803126335144043, 0.21316136419773102, 0.25947538018226624, 1.0], "mean": [-0.04842599481344223, 0.003171463729813695, -0.030305763706564903, -0.0011965233134105802, 0.004398391582071781, 0.02173040248453617, 0.40506330132484436], "std": [0.25246840715408325, 0.11409128457307816, 0.228906512260437, 0.03823651745915413, 0.04255024716258049, 0.07461924105882645, 0.9142858982086182], "count": [474]}, "timestamp": {"min": [0.0], "max": [47.3], "mean": [23.650000000000002], "std": [13.683170928796683], "count": [474]}, "frame_index": {"min": [0], "max": [473], "mean": [236.5], "std": [136.83170928796682], "count": [474]}, "episode_index": {"min": [601], "max": [601], "mean": [601.0], "std": [0.0], "count": [474]}, "index": {"min": [201812], "max": [202285], "mean": [202048.5], "std": [136.83170928796682], "count": [474]}, "task_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [474]}}} +{"episode_index": 602, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3689654241823682]], [[0.3013527592677696]], [[0.228276549096201]]], "std": [[[0.12507924495666312]], [[0.12547805558649072]], [[0.14137042215231238]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.36924005725337006]], [[0.27316470695944395]], [[0.1720546557856541]]], "std": [[[0.16759618018987937]], [[0.12055031703093652]], [[0.06942041944011544]]], "count": [100]}, "state": {"min": [-0.4672207534313202, -0.15949732065200806, 0.9934760332107544, 2.9108617305755615, -0.10625491291284561, -0.5097293257713318, 0.014284932985901833, -0.03998929634690285], "max": [-0.17840395867824554, 0.016568060964345932, 1.1913416385650635, 3.1109778881073, 0.12085370719432831, 0.028486359864473343, 0.039843618869781494, -0.015241271816194057], "mean": [-0.3186568319797516, -0.08272857218980789, 1.1075387001037598, 3.007471799850464, -0.013757816515862942, -0.20218345522880554, 0.02413032203912735, -0.0244392491877079], "std": [0.1142316684126854, 0.05854726582765579, 0.06287062913179398, 0.06178664788603783, 0.06203193962574005, 0.15217174589633942, 0.011218510568141937, 0.011093923822045326], "count": [189]}, "actions": {"min": [-1.0558018684387207, -0.5484986901283264, -0.5313946604728699, -0.09832878410816193, -0.14306701719760895, -0.31794866919517517, -1.0], "max": [0.7049376964569092, 0.2146642655134201, 1.2801862955093384, 0.10751910507678986, 0.11603046208620071, 0.2808953523635864, 1.0], "mean": [-0.057402003556489944, -0.07321897149085999, -0.04749896004796028, -0.006605849135667086, 0.003040739567950368, -0.00755075691267848, 0.24867725372314453], "std": [0.25989386439323425, 0.13753294944763184, 0.29413530230522156, 0.030479105189442635, 0.043185316026210785, 0.07086864858865738, 0.9685855507850647], "count": [189]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.455883674224246], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [602], "max": [602], "mean": [602.0], "std": [0.0], "count": [189]}, "index": {"min": [202286], "max": [202474], "mean": [202380.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [189]}}} +{"episode_index": 603, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37161022470511645]], [[0.3020247132544424]], [[0.22912611119887408]]], "std": [[[0.12394142299184625]], [[0.12771892319800393]], [[0.1434391273227089]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3625643298579197]], [[0.2696588876761642]], [[0.1717162302054611]]], "std": [[[0.17593346275343064]], [[0.12624711829764906]], [[0.07406114906012394]]], "count": [100]}, "state": {"min": [-0.4884108901023865, -0.12706193327903748, 0.9886366724967957, 3.00122332572937, -0.14728747308254242, -0.2566646933555603, 0.01699461042881012, -0.0399751178920269], "max": [-0.20016779005527496, 0.005205345805734396, 1.1940840482711792, 3.1423747539520264, 0.14069651067256927, 0.07924344390630722, 0.03992870822548866, -0.011240068823099136], "mean": [-0.3306221067905426, -0.0706978291273117, 1.1020500659942627, 3.07311749458313, -0.012693812139332294, -0.07160624861717224, 0.025307197123765945, -0.025497285649180412], "std": [0.11753728240728378, 0.03314805030822754, 0.0652594342827797, 0.043259698897600174, 0.07270289212465286, 0.10465233772993088, 0.010274951346218586, 0.010243142023682594], "count": [184]}, "actions": {"min": [-0.8636277914047241, -0.39881840348243713, -0.7117167711257935, -0.1198195368051529, -0.1349996030330658, -0.20670916140079498, -1.0], "max": [0.28648972511291504, 0.2272702008485794, 0.7741990089416504, 0.10960119217634201, 0.25542590022087097, 0.11650992929935455, 1.0], "mean": [-0.08314049243927002, -0.053595170378685, -0.08822239190340042, -0.005019787698984146, 0.005884491838514805, -0.0028979412745684385, 0.29347825050354004], "std": [0.2332422137260437, 0.11444015800952911, 0.2967592179775238, 0.028881411999464035, 0.04277224838733673, 0.04814891889691353, 0.9559667110443115], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [603], "max": [603], "mean": [603.0], "std": [0.0], "count": [184]}, "index": {"min": [202475], "max": [202658], "mean": [202566.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [184]}}} +{"episode_index": 604, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.37199074120615044]], [[0.3024867936676624]], [[0.229747864966299]]], "std": [[[0.1241048631573743]], [[0.12858707632539654]], [[0.1450159827327316]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.365845406924977]], [[0.27323892511106007]], [[0.17489239801145068]]], "std": [[[0.1718192880252623]], [[0.12229870543579285]], [[0.07245106131936557]]], "count": [100]}, "state": {"min": [-0.48693811893463135, -0.14256638288497925, 0.9895334243774414, 3.0133230686187744, -0.2171480804681778, -0.4773326516151428, 0.015899555757641792, -0.03989044576883316], "max": [-0.18153701722621918, 0.021024486050009727, 1.1868665218353271, 3.2327706813812256, 0.060897305607795715, 0.009803375229239464, 0.03993566334247589, -0.01645362377166748], "mean": [-0.340227335691452, -0.0936722606420517, 1.098983883857727, 3.091648578643799, -0.1050369143486023, -0.20224592089653015, 0.023634832352399826, -0.02432374842464924], "std": [0.1298390030860901, 0.039017047733068466, 0.06184586137533188, 0.05925189331173897, 0.07356256991624832, 0.1508013904094696, 0.010433771647512913, 0.009937467984855175], "count": [177]}, "actions": {"min": [-0.9703394174575806, -0.7510303258895874, -1.2611734867095947, -0.1459721177816391, -0.12420781701803207, -0.27475932240486145, -1.0], "max": [0.37127819657325745, 0.21351493895053864, 0.9597432017326355, 0.15023556351661682, 0.10543282330036163, 0.18516507744789124, 1.0], "mean": [-0.09343130141496658, -0.06921274960041046, -0.07403437793254852, -0.008301417343318462, 0.004984962288290262, -0.004197896458208561, 0.3446327745914459], "std": [0.2605571448802948, 0.1890813410282135, 0.31196317076683044, 0.03627048432826996, 0.04033232107758522, 0.06893301755189896, 0.938737154006958], "count": [177]}, "timestamp": {"min": [0.0], "max": [17.6], "mean": [8.799999999999999], "std": [5.109468335029259], "count": [177]}, "frame_index": {"min": [0], "max": [176], "mean": [88.0], "std": [51.094683350292584], "count": [177]}, "episode_index": {"min": [604], "max": [604], "mean": [604.0], "std": [0.0], "count": [177]}, "index": {"min": [202659], "max": [202835], "mean": [202747.0], "std": [51.094683350292584], "count": [177]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [177]}}} +{"episode_index": 605, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3683078697054994]], [[0.3013978277468214]], [[0.22874419687308517]]], "std": [[[0.12624200014824624]], [[0.1258393505414058]], [[0.14124252659352773]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9411764705882353]]], "mean": [[[0.35969019691616877]], [[0.2677641398111979]], [[0.16916729377297796]]], "std": [[[0.17807744970166747]], [[0.12663657790171023]], [[0.07450148115937706]]], "count": [100]}, "state": {"min": [-0.5209367275238037, -0.1466926783323288, 0.9907600283622742, 3.0401811599731445, -0.13394887745380402, -0.09167356044054031, 0.014093824662268162, -0.039894551038742065], "max": [-0.20181609690189362, 0.03559713438153267, 1.2078896760940552, 3.2590765953063965, 0.21938729286193848, 0.05407407134771347, 0.03999631851911545, -0.014660915359854698], "mean": [-0.35212641954421997, -0.07285322993993759, 1.1122584342956543, 3.1497366428375244, 0.025118650868535042, -0.017504701390862465, 0.024492349475622177, -0.024549094960093498], "std": [0.1298682540655136, 0.05180183798074722, 0.0720963254570961, 0.06543450802564621, 0.08929311484098434, 0.04182625561952591, 0.011886658146977425, 0.011739814653992653], "count": [207]}, "actions": {"min": [-1.5302376747131348, -0.6315121054649353, -1.7329002618789673, -0.13307295739650726, -0.14370068907737732, -0.1188744455575943, -1.0], "max": [0.37237054109573364, 0.32634368538856506, 0.9395396113395691, 0.22782011330127716, 0.30613183975219727, 0.12824252247810364, 1.0], "mean": [-0.08228878676891327, -0.0599156990647316, -0.07532192766666412, -0.0051200431771576405, 0.005590984132140875, -0.002983439713716507, 0.18840579688549042], "std": [0.30949845910072327, 0.15719301998615265, 0.319184809923172, 0.03556164354085922, 0.049219150096178055, 0.03661246970295906, 0.9820924401283264], "count": [207]}, "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": [605], "max": [605], "mean": [605.0], "std": [0.0], "count": [207]}, "index": {"min": [202836], "max": [203042], "mean": [202939.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [207]}}} +{"episode_index": 606, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36721313775754444]], [[0.2985896606445313]], [[0.22677225928213082]]], "std": [[[0.1280492840952831]], [[0.1279946894075163]], [[0.14099198801624935]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.37462306662166817]], [[0.28360342766256896]], [[0.18501411467907478]]], "std": [[[0.18181056015669328]], [[0.12879627483885142]], [[0.07862079006337092]]], "count": [100]}, "state": {"min": [-0.5366173386573792, 0.011850226670503616, 1.0092028379440308, 2.948688507080078, -0.09882611036300659, -0.06774456053972244, 0.014825538732111454, -0.04000735655426979], "max": [-0.2167879045009613, 0.17183615267276764, 1.2652950286865234, 3.1311068534851074, 0.22492818534374237, 0.34549248218536377, 0.039840638637542725, -0.014615414664149284], "mean": [-0.37796056270599365, 0.14838561415672302, 1.1483674049377441, 3.023245096206665, 0.009651485830545425, 0.1451248824596405, 0.02398112788796425, -0.024256525561213493], "std": [0.12746913731098175, 0.02646707370877266, 0.07748980075120926, 0.04604964330792427, 0.08895010501146317, 0.13885055482387543, 0.011200780048966408, 0.011074941605329514], "count": [232]}, "actions": {"min": [-0.8687419295310974, -0.2716561555862427, -0.9943963289260864, -0.11084834486246109, -0.14067251980304718, -0.11519183218479156, -1.0], "max": [0.39924049377441406, 1.5254162549972534, 0.9460486173629761, 0.16735610365867615, 0.15541967749595642, 0.1590401828289032, 1.0], "mean": [-0.055641867220401764, 0.05251435562968254, -0.019493918865919113, -0.0008521041017957032, 0.005325503181666136, 0.008081906475126743, 0.27586206793785095], "std": [0.23827636241912842, 0.20386897027492523, 0.3039247989654541, 0.034538231790065765, 0.04540494084358215, 0.041795533150434494, 0.9611952304840088], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [606], "max": [606], "mean": [606.0], "std": [0.0], "count": [232]}, "index": {"min": [203043], "max": [203274], "mean": [203158.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [232]}}} +{"episode_index": 607, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3667662425321691]], [[0.29800473381491266]], [[0.2269469897700291]]], "std": [[[0.12775172838854215]], [[0.12748425372614391]], [[0.13984221927545473]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.35222132664100797]], [[0.2673809192133885]], [[0.17473989868164064]]], "std": [[[0.19038734615975753]], [[0.13377347855207994]], [[0.07998838625935288]]], "count": [100]}, "state": {"min": [-0.5087867975234985, 0.03193854168057442, 0.9913328886032104, 3.0698060989379883, -0.18355809152126312, -0.2309308797121048, 0.014720289036631584, -0.040003661066293716], "max": [-0.23338574171066284, 0.17021605372428894, 1.2731620073318481, 3.1548993587493896, 0.24561715126037598, 0.016754116863012314, 0.03989482671022415, -0.013452143408358097], "mean": [-0.38729390501976013, 0.14058078825473785, 1.1429811716079712, 3.0996110439300537, 0.033090800046920776, -0.07656410336494446, 0.02242588810622692, -0.02243328094482422], "std": [0.11253815144300461, 0.02264213003218174, 0.0774880200624466, 0.02146550826728344, 0.11361217498779297, 0.07001516968011856, 0.011111616156995296, 0.011097087524831295], "count": [264]}, "actions": {"min": [-1.1067042350769043, -0.22853073477745056, -0.6778815388679504, -0.12331770360469818, -0.18674029409885406, -0.1335289627313614, -1.0], "max": [0.3568505346775055, 0.5532674789428711, 1.183706283569336, 0.09973376244306564, 0.1717933863401413, 0.1383117288351059, 1.0], "mean": [-0.04447685182094574, 0.03693154826760292, -0.009146586060523987, 0.000130779342725873, 0.0041457656770944595, 0.000353120150975883, 0.3712121248245239], "std": [0.19739802181720734, 0.13714639842510223, 0.28717175126075745, 0.028365278616547585, 0.04845935478806496, 0.037650078535079956, 0.9285467863082886], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [607], "max": [607], "mean": [607.0], "std": [0.0], "count": [264]}, "index": {"min": [203275], "max": [203538], "mean": [203406.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [264]}}} +{"episode_index": 608, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36604625148399206]], [[0.2957283432904412]], [[0.22547899792241113]]], "std": [[[0.12707526759940715]], [[0.12902583932982342]], [[0.14044970398667916]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.36028609571269915]], [[0.27361925850662533]], [[0.17798534079159006]]], "std": [[[0.19295655749208934]], [[0.13532463219550617]], [[0.07921424187971456]]], "count": [100]}, "state": {"min": [-0.5226880311965942, -0.0029906872659921646, 0.9970834851264954, 3.1066081523895264, -0.16574721038341522, -0.4904929995536804, 0.01540897786617279, -0.039926037192344666], "max": [-0.23517227172851562, 0.20809990167617798, 1.2721093893051147, 3.2748863697052, 0.28383398056030273, -0.04847956448793411, 0.04000500217080116, -0.014005334116518497], "mean": [-0.38406088948249817, 0.1331290751695633, 1.1484572887420654, 3.2075841426849365, 0.013426680117845535, -0.19051261246204376, 0.02270517125725746, -0.022798309102654457], "std": [0.11344165354967117, 0.03874710574746132, 0.08131441473960876, 0.04024491086602211, 0.12083251029253006, 0.14025820791721344, 0.010428172536194324, 0.010795114561915398], "count": [284]}, "actions": {"min": [-0.7194689512252808, -0.3993127942085266, -0.7990869879722595, -0.18064920604228973, -0.1007026731967926, -0.16451285779476166, -1.0], "max": [0.3295900523662567, 1.2770543098449707, 0.900463342666626, 0.18766795098781586, 0.18885786831378937, 0.12216214090585709, 1.0], "mean": [-0.041191618889570236, 0.03695327788591385, -0.02653774619102478, 0.0030746294651180506, 0.008321664296090603, 0.001005927100777626, 0.3802816867828369], "std": [0.17119373381137848, 0.21421238780021667, 0.2677006125450134, 0.03585357218980789, 0.043230436742305756, 0.04708075895905495, 0.9248698353767395], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [608], "max": [608], "mean": [608.0], "std": [0.0], "count": [284]}, "index": {"min": [203539], "max": [203822], "mean": [203680.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [284]}}} +{"episode_index": 609, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3656080585554534]], [[0.29713664873908546]], [[0.22400799560546875]]], "std": [[[0.12925179691005714]], [[0.1276304548558934]], [[0.14045913277114713]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.36750268973556216]], [[0.2743854950549556]], [[0.1768803166408165]]], "std": [[[0.16032067249681786]], [[0.11284976199528204]], [[0.06658634364439336]]], "count": [100]}, "state": {"min": [-0.5012375116348267, -0.25179436802864075, 0.9924523830413818, 2.9064781665802, -0.2668706178665161, -0.43291136622428894, 0.014142305590212345, -0.040011756122112274], "max": [-0.2838355600833893, 0.16921848058700562, 1.2162214517593384, 3.174424409866333, 0.05284551531076431, 0.03475850820541382, 0.03981957584619522, -0.014449216425418854], "mean": [-0.3842136859893799, -0.03771187365055084, 1.1248832941055298, 3.057015895843506, -0.10377346724271774, -0.14484383165836334, 0.026674726977944374, -0.02740568295121193], "std": [0.07528180629014969, 0.15346433222293854, 0.06885422021150589, 0.08524999022483826, 0.10226596146821976, 0.14225612580776215, 0.011067423038184643, 0.011105509474873543], "count": [227]}, "actions": {"min": [-0.607005774974823, -0.7711896896362305, -0.7588534355163574, -0.1263706535100937, -0.12808793783187866, -0.17045630514621735, -1.0], "max": [0.3389870524406433, 1.0931679010391235, 1.1885987520217896, 0.16156871616840363, 0.13685555756092072, 0.17440855503082275, 1.0], "mean": [-0.04599617049098015, 0.042163822799921036, -0.04589558392763138, 0.0021866147872060537, 0.0049645863473415375, -0.0025638120714575052, 0.04845815151929855], "std": [0.14253546297550201, 0.3608028292655945, 0.2905447781085968, 0.04153989255428314, 0.044671621173620224, 0.05919039249420166, 0.9988241195678711], "count": [227]}, "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": [609], "max": [609], "mean": [609.0], "std": [0.0], "count": [227]}, "index": {"min": [203823], "max": [204049], "mean": [203936.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [227]}}} +{"episode_index": 610, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.36433665556066175]], [[0.29559764547909007]], [[0.22144110047583487]]], "std": [[[0.12911457082864436]], [[0.12599518179015318]], [[0.13831446607999293]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3640557903214997]], [[0.27194137333888635]], [[0.17455432727290135]]], "std": [[[0.1643361979565086]], [[0.11474797824570947]], [[0.06719525849682982]]], "count": [100]}, "state": {"min": [-0.5005576014518738, -0.283354252576828, 0.9898205995559692, 2.989353895187378, -0.24512545764446259, -0.48424017429351807, 0.01779532991349697, -0.040005914866924286], "max": [-0.27770283818244934, 0.14909720420837402, 1.2570171356201172, 3.4210054874420166, 0.03596530482172966, 0.10994783788919449, 0.03983762487769127, -0.012368314899504185], "mean": [-0.40156155824661255, -0.05827145278453827, 1.13809335231781, 3.141777992248535, -0.11656603217124939, -0.13688917458057404, 0.028024183586239815, -0.027734102681279182], "std": [0.07904395461082458, 0.16487763822078705, 0.08241446316242218, 0.11307821422815323, 0.0957820937037468, 0.1822769045829773, 0.009907854720950127, 0.010460599325597286], "count": [261]}, "actions": {"min": [-0.4875361919403076, -0.6910804510116577, -0.9009472131729126, -0.13779601454734802, -0.10020651668310165, -0.1935117095708847, -1.0], "max": [0.2338593751192093, 0.7155333757400513, 0.8251348733901978, 0.2592870593070984, 0.11279778927564621, 0.18345403671264648, 1.0], "mean": [-0.051139187067747116, 0.03783996403217316, -0.03091704659163952, 0.005827740766108036, 0.0012826588936150074, 0.0014905945863574743, 0.08045977354049683], "std": [0.13056813180446625, 0.3038400709629059, 0.29076528549194336, 0.04308445751667023, 0.0390237495303154, 0.058322980999946594, 0.9967566132545471], "count": [261]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.534365710971739], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [610], "max": [610], "mean": [610.0], "std": [0.0], "count": [261]}, "index": {"min": [204050], "max": [204310], "mean": [204180.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [261]}}} +{"episode_index": 611, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36355473596909466]], [[0.2941694497501149]], [[0.22124242386163448]]], "std": [[[0.12842497182247656]], [[0.12750879108048893]], [[0.14013070504140163]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35741190712124693]], [[0.2649313899021523]], [[0.16897981411803004]]], "std": [[[0.16649896035523698]], [[0.1175479548572504]], [[0.06667878666788854]]], "count": [100]}, "state": {"min": [-0.4907718002796173, -0.26079338788986206, 0.989874005317688, 3.034838914871216, -0.08470546454191208, -0.1305387318134308, 0.012787390500307083, -0.040004417300224304], "max": [-0.28290510177612305, 0.14204572141170502, 1.2570154666900635, 3.2912583351135254, 0.08065474778413773, 0.19823507964611053, 0.03992123901844025, -0.013935746625065804], "mean": [-0.3926728367805481, -0.05394705384969711, 1.1401809453964233, 3.136436939239502, -0.012786496430635452, 0.03651376813650131, 0.025246771052479744, -0.02554229646921158], "std": [0.07787930220365524, 0.15447258949279785, 0.07263004034757614, 0.07439494132995605, 0.04496116191148758, 0.11053356528282166, 0.011552426964044571, 0.011395474895834923], "count": [238]}, "actions": {"min": [-0.5441218614578247, -0.7300418615341187, -0.732993483543396, -0.10728005319833755, -0.09629630297422409, -0.15264075994491577, -1.0], "max": [0.16399888694286346, 0.9568082094192505, 0.8399269580841064, 0.1273837834596634, 0.09545400738716125, 0.22836241126060486, 1.0], "mean": [-0.05026978254318237, 0.03959609195590019, -0.011658726260066032, 0.0007583955302834511, 0.0025600530207157135, 0.0030246044043451548, 0.1764705926179886], "std": [0.13432836532592773, 0.3160593509674072, 0.28113657236099243, 0.04305694252252579, 0.03542642295360565, 0.04560966044664383, 0.9843075275421143], "count": [238]}, "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": [611], "max": [611], "mean": [611.0], "std": [0.0], "count": [238]}, "index": {"min": [204311], "max": [204548], "mean": [204429.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [238]}}} +{"episode_index": 612, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3650753736308977]], [[0.296065824620864]], [[0.22320065068263634]]], "std": [[[0.12975653777129048]], [[0.12898430464130783]], [[0.14215276006117067]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9607843137254902]]], "mean": [[[0.3679232297411152]], [[0.2760479820101869]], [[0.17879187251072304]]], "std": [[[0.1638169834092237]], [[0.11484452716374352]], [[0.0690514391789375]]], "count": [100]}, "state": {"min": [-0.499335378408432, -0.28041622042655945, 1.0074058771133423, 2.9488511085510254, -0.2653292715549469, -0.20301535725593567, 0.01564471609890461, -0.04001069813966751], "max": [-0.26420459151268005, 0.13853783905506134, 1.2605361938476562, 3.414767026901245, 0.06410206854343414, 0.20120388269424438, 0.03982849046587944, -0.014884752221405506], "mean": [-0.39111682772636414, -0.06273123621940613, 1.1495022773742676, 3.1383402347564697, -0.12897202372550964, 0.018672101199626923, 0.024907724931836128, -0.02503139153122902], "std": [0.07944047451019287, 0.15973800420761108, 0.07850781083106995, 0.1291740983724594, 0.10616856813430786, 0.13829238712787628, 0.011036562733352184, 0.011251074261963367], "count": [254]}, "actions": {"min": [-0.5614407062530518, -0.8320531845092773, -0.5762166380882263, -0.25764110684394836, -0.11257755011320114, -0.15922288596630096, -1.0], "max": [0.26798269152641296, 1.046212077140808, 1.0918534994125366, 0.4113886058330536, 0.2986234724521637, 0.13071107864379883, 1.0], "mean": [-0.050404563546180725, 0.043903037905693054, -0.023829206824302673, 0.008909884840250015, 0.0012626469833776355, 0.0029462294187396765, 0.22047244012355804], "std": [0.14710798859596252, 0.31837546825408936, 0.2863195836544037, 0.060538068413734436, 0.04882821440696716, 0.048053767532110214, 0.975394070148468], "count": [254]}, "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": [612], "max": [612], "mean": [612.0], "std": [0.0], "count": [254]}, "index": {"min": [204549], "max": [204802], "mean": [204675.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [254]}}} +{"episode_index": 613, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3659103716681985]], [[0.29723070750517]], [[0.22270124427945007]]], "std": [[[0.12800836045965205]], [[0.12529936505805328]], [[0.1393601878445514]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3501988142424938]], [[0.260514103309781]], [[0.1671868884516697]]], "std": [[[0.171121678942444]], [[0.12076014428585302]], [[0.06926886416234086]]], "count": [100]}, "state": {"min": [-0.5177229046821594, -0.23022080957889557, 1.0084238052368164, 3.0567729473114014, -0.18003685772418976, -0.2488076239824295, 0.014762823469936848, -0.040005143731832504], "max": [-0.2728206515312195, 0.14075037837028503, 1.2059887647628784, 3.248755693435669, 0.12378007173538208, -0.0260310061275959, 0.040132179856300354, -0.014766530133783817], "mean": [-0.38805094361305237, -0.06953291594982147, 1.1277389526367188, 3.1472439765930176, -0.04520845040678978, -0.14846329391002655, 0.024150552228093147, -0.024614593014121056], "std": [0.09340284764766693, 0.14214465022087097, 0.06073687598109245, 0.06314355134963989, 0.08278054744005203, 0.060535941272974014, 0.010941374115645885, 0.011220154352486134], "count": [256]}, "actions": {"min": [-0.6049280166625977, -0.8365396857261658, -0.8661819696426392, -0.25602102279663086, -0.15217342972755432, -0.13537083566188812, -1.0], "max": [0.3853684961795807, 0.8134204745292664, 0.7223788499832153, 0.12412808835506439, 0.13430877029895782, 0.16770392656326294, 1.0], "mean": [-0.044017303735017776, 0.03856850042939186, -0.028643036261200905, 0.00211348501034081, 0.002088092267513275, -0.0023630091454833746, 0.25], "std": [0.14684399962425232, 0.2747458219528198, 0.22053049504756927, 0.03933655843138695, 0.03796586021780968, 0.03305698558688164, 0.9682458639144897], "count": [256]}, "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": [613], "max": [613], "mean": [613.0], "std": [0.0], "count": [256]}, "index": {"min": [204803], "max": [205058], "mean": [204930.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [256]}}} +{"episode_index": 614, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3678492892396216]], [[0.2986744450587852]], [[0.22543087888231464]]], "std": [[[0.13003282833282556]], [[0.1304326333411584]], [[0.14471667910291747]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.35939187203201595]], [[0.2698654910816866]], [[0.17575491213331035]]], "std": [[[0.16749988550368178]], [[0.11911124723041928]], [[0.07409992542190454]]], "count": [100]}, "state": {"min": [-0.503645658493042, -0.2567586302757263, 0.995901882648468, 2.8381497859954834, -0.35417357087135315, -0.35022053122520447, 0.010899029672145844, -0.04001420736312866], "max": [-0.2731103301048279, 0.16613471508026123, 1.235145926475525, 3.2751760482788086, 0.006895779632031918, 0.09505216777324677, 0.03970872238278389, -0.013623591512441635], "mean": [-0.3999168574810028, -0.03718407452106476, 1.1268243789672852, 3.0350069999694824, -0.19312480092048645, -0.08046315610408783, 0.02385846897959709, -0.02425670623779297], "std": [0.0862625390291214, 0.15994323790073395, 0.06934241205453873, 0.1261148899793625, 0.10627421736717224, 0.1447787582874298, 0.011539996601641178, 0.011278386227786541], "count": [229]}, "actions": {"min": [-0.7444806694984436, -2.19708514213562, -0.9157379269599915, -0.12426900863647461, -0.264814555644989, -0.18971315026283264, -1.0], "max": [0.3977954387664795, 1.857732892036438, 2.0711123943328857, 0.1921926885843277, 0.18513816595077515, 0.2751258611679077, 1.0], "mean": [-0.07293418794870377, 0.04493469372391701, -0.023329846560955048, 0.004846782889217138, 3.347080564708449e-05, 0.004098693840205669, 0.24890829622745514], "std": [0.1674867868423462, 0.39946699142456055, 0.36632436513900757, 0.045255132019519806, 0.04832618311047554, 0.05697496980428696, 0.9685254096984863], "count": [229]}, "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": [614], "max": [614], "mean": [614.0], "std": [0.0], "count": [229]}, "index": {"min": [205059], "max": [205287], "mean": [205173.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [229]}}} +{"episode_index": 615, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.34230857759363514]], [[0.28144985184015014]], [[0.2176455114028033]]], "std": [[[0.1474740050722905]], [[0.13880775322681524]], [[0.14248993343171396]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3025104549632353]], [[0.23506830372529872]], [[0.16461070939606312]]], "std": [[[0.1822901337458935]], [[0.13293442475406764]], [[0.09192627078643617]]], "count": [100]}, "state": {"min": [-0.5291939973831177, -0.2826840579509735, 0.9814644455909729, 3.0452260971069336, -0.26196637749671936, -0.11731619387865067, 0.011751031503081322, -0.04000680893659592], "max": [-0.2747095823287964, -0.03038906492292881, 1.2370911836624146, 3.4912383556365967, 0.03644818812608719, 1.4212862253189087, 0.039854492992162704, -0.010470444336533546], "mean": [-0.4254336357116699, -0.19238972663879395, 1.1551907062530518, 3.1783998012542725, -0.13406701385974884, 0.5322558283805847, 0.019624678418040276, -0.019394006580114365], "std": [0.09810607880353928, 0.051440682262182236, 0.06228791922330856, 0.1206616461277008, 0.07881443202495575, 0.6296051144599915, 0.011519438587129116, 0.011667533777654171], "count": [326]}, "actions": {"min": [-0.4858081042766571, -1.0216904878616333, -0.7061144113540649, -0.17276369035243988, -0.1661517173051834, -0.2761182188987732, -1.0], "max": [0.2653461694717407, 0.32671648263931274, 1.0658003091812134, 0.323932021856308, 0.15703590214252472, 0.6072060465812683, 1.0], "mean": [-0.05033404007554054, -0.040244344621896744, -0.013914831914007664, -0.0008874157792888582, 0.002330678515136242, 0.03513150289654732, 0.46625766158103943], "std": [0.12041685730218887, 0.18185874819755554, 0.24313971400260925, 0.048802852630615234, 0.049987971782684326, 0.12090004980564117, 0.8846494555473328], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [615], "max": [615], "mean": [615.0], "std": [0.0], "count": [326]}, "index": {"min": [205288], "max": [205613], "mean": [205450.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [326]}}} +{"episode_index": 616, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.34105412322399664]], [[0.28181476069431677]], [[0.21984845868278952]]], "std": [[[0.1482984209251515]], [[0.14022655938140985]], [[0.14390945701397662]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.2962747730928309]], [[0.22763999370500154]], [[0.15639624980851716]]], "std": [[[0.1868354839543388]], [[0.13513395601152411]], [[0.08896183440940363]]], "count": [100]}, "state": {"min": [-0.5462391972541809, -0.2028592973947525, 0.978268027305603, 2.9175262451171875, -0.21267591416835785, -0.2940099537372589, 0.001628926140256226, -0.04000499099493027], "max": [-0.27796339988708496, -0.019371818751096725, 1.1967813968658447, 3.3102517127990723, 0.05918452516198158, 1.33986496925354, 0.03992050886154175, -0.010601458139717579], "mean": [-0.414159893989563, -0.16215303540229797, 1.1165580749511719, 3.0789482593536377, -0.10392022877931595, 0.4056026041507721, 0.021505355834960938, -0.022524120286107063], "std": [0.1093769446015358, 0.036180831491947174, 0.0647677555680275, 0.09111279249191284, 0.06476934254169464, 0.6558622121810913, 0.012521428056061268, 0.012129104696214199], "count": [313]}, "actions": {"min": [-0.8348904252052307, -0.4449130594730377, -0.5769583582878113, -0.09002749621868134, -0.1381748914718628, -0.17693404853343964, -1.0], "max": [0.2277926504611969, 0.35954806208610535, 1.42117178440094, 0.1379396617412567, 0.12897220253944397, 0.44164007902145386, 1.0], "mean": [-0.061343714594841, -0.04263222590088844, -0.03759978339076042, -0.005137756932526827, 0.004993320908397436, 0.030528297647833824, 0.3354632556438446], "std": [0.135697603225708, 0.13542984426021576, 0.23922286927700043, 0.03036254085600376, 0.04269929975271225, 0.0970730409026146, 0.9420517086982727], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [616], "max": [616], "mean": [616.0], "std": [0.0], "count": [313]}, "index": {"min": [205614], "max": [205926], "mean": [205770.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [313]}}} +{"episode_index": 617, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3398312132592295]], [[0.2799925961961933]], [[0.21820272168926164]]], "std": [[[0.1486997072000937]], [[0.14041096068654943]], [[0.14367964462198426]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28564252726236977]], [[0.22458934948491113]], [[0.16058902635761335]]], "std": [[[0.1871497687476249]], [[0.13834924319190703]], [[0.09972274149009752]]], "count": [100]}, "state": {"min": [-0.5076344609260559, -0.24320398271083832, 0.9760532975196838, 3.051112174987793, -0.24523140490055084, -0.46918126940727234, 0.012263845652341843, -0.03999510034918785], "max": [-0.281354159116745, 0.009877379052340984, 1.2544143199920654, 3.5864367485046387, 0.08101915568113327, 1.34821355342865, 0.0399218313395977, -0.010270020924508572], "mean": [-0.4157164692878723, -0.17300859093666077, 1.1533411741256714, 3.278233289718628, -0.07664936780929565, 0.5616626143455505, 0.019069869071245193, -0.018558401614427567], "std": [0.08744662255048752, 0.04519745707511902, 0.07024595141410828, 0.1495123952627182, 0.07733959704637527, 0.7167996764183044, 0.011345946229994297, 0.011562464758753777], "count": [397]}, "actions": {"min": [-0.4641469717025757, -2.517390012741089, -0.5328670144081116, -0.301207572221756, -0.19775833189487457, -0.21340806782245636, -1.0], "max": [0.19358491897583008, 0.4072299003601074, 1.452038049697876, 0.24210384488105774, 0.19693028926849365, 0.4896116554737091, 1.0], "mean": [-0.031517259776592255, -0.042928799986839294, -0.01239432580769062, -0.0030990943778306246, 0.0025260162074118853, 0.028207959607243538, 0.50629723072052], "std": [0.08998268842697144, 0.2123481035232544, 0.2135034054517746, 0.05164313688874245, 0.05045333132147789, 0.10654240101575851, 0.8623594641685486], "count": [397]}, "timestamp": {"min": [0.0], "max": [39.6], "mean": [19.8], "std": [11.460366486286553], "count": [397]}, "frame_index": {"min": [0], "max": [396], "mean": [198.0], "std": [114.60366486286553], "count": [397]}, "episode_index": {"min": [617], "max": [617], "mean": [617.0], "std": [0.0], "count": [397]}, "index": {"min": [205927], "max": [206323], "mean": [206125.0], "std": [114.60366486286553], "count": [397]}, "task_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [397]}}} +{"episode_index": 618, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3430804102280561]], [[0.28080612062940413]], [[0.21734675687902116]]], "std": [[[0.1462806494224501]], [[0.13873135518777224]], [[0.1419208429465907]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9686274509803922]], [[0.9607843137254902]]], "mean": [[[0.2973504943847656]], [[0.23394410555970435]], [[0.16642034732594208]]], "std": [[[0.18817759966882672]], [[0.13915410770761052]], [[0.10042339489037129]]], "count": [100]}, "state": {"min": [-0.572848916053772, -0.20617642998695374, 0.9804350137710571, 3.003817081451416, -0.14886672794818878, -0.10544317960739136, 0.009823852218687534, -0.03989514708518982], "max": [-0.2810498774051666, 0.009506775997579098, 1.2399991750717163, 3.324462890625, 0.19367516040802002, 1.5657695531845093, 0.04000403359532356, -0.012064003385603428], "mean": [-0.43491634726524353, -0.13133446872234344, 1.1578803062438965, 3.185360908508301, 0.012945125810801983, 0.6863369941711426, 0.021316519007086754, -0.021423272788524628], "std": [0.11553540825843811, 0.04616634175181389, 0.06774560362100601, 0.08234059810638428, 0.08679944276809692, 0.6772351861000061, 0.012737065553665161, 0.012532942928373814], "count": [310]}, "actions": {"min": [-0.7401060461997986, -0.5373732447624207, -0.743602991104126, -0.14499354362487793, -0.12505139410495758, -0.1846395879983902, -1.0], "max": [0.19802452623844147, 0.5430286526679993, 0.9288135766983032, 0.16511903703212738, 0.2376968115568161, 0.37973299622535706, 1.0], "mean": [-0.05993110314011574, -0.04503842815756798, -0.00568125955760479, -0.008737255819141865, 0.0012767588486894965, 0.03967009857296944, 0.31612902879714966], "std": [0.15041802823543549, 0.18587346374988556, 0.24638144671916962, 0.04112429916858673, 0.04517095908522606, 0.08457781374454498, 0.9487171173095703], "count": [310]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.45], "std": [8.948882611812493], "count": [310]}, "frame_index": {"min": [0], "max": [309], "mean": [154.5], "std": [89.48882611812493], "count": [310]}, "episode_index": {"min": [618], "max": [618], "mean": [618.0], "std": [0.0], "count": [310]}, "index": {"min": [206324], "max": [206633], "mean": [206478.5], "std": [89.48882611812493], "count": [310]}, "task_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [310]}}} +{"episode_index": 619, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.340237289129519]], [[0.28019360710592833]], [[0.21708404002470127]]], "std": [[[0.14719882401377127]], [[0.13828978780004667]], [[0.1415380401605385]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.31115610219918044]], [[0.23464527683632044]], [[0.16543240715475643]]], "std": [[[0.1901773265711771]], [[0.14029741476747162]], [[0.09708337580004485]]], "count": [100]}, "state": {"min": [-0.5400312542915344, -0.09356028586626053, 0.9867194890975952, 3.0739638805389404, -0.15792833268642426, -0.3952638506889343, 0.003933309577405453, -0.03994342312216759], "max": [-0.24090074002742767, -0.02266295813024044, 1.2575854063034058, 3.234269618988037, 0.29136520624160767, 0.06464026123285294, 0.040003757923841476, -0.003903934732079506], "mean": [-0.3865405023097992, -0.06416179239749908, 1.120378017425537, 3.1635382175445557, 0.021566906943917274, -0.14053499698638916, 0.016203870996832848, -0.01649664342403412], "std": [0.12219392508268356, 0.020392494276165962, 0.08228877186775208, 0.04130088537931442, 0.1151258647441864, 0.1489323377609253, 0.016382649540901184, 0.01663053408265114], "count": [263]}, "actions": {"min": [-1.0663774013519287, -0.4315488934516907, -0.6599525213241577, -0.14298494160175323, -0.09395656734704971, -0.1583041101694107, -1.0], "max": [0.2254582941532135, 0.2443932145833969, 0.9915645122528076, 0.1588127315044403, 0.18806637823581696, 0.1469999998807907, 1.0], "mean": [-0.06151869520545006, -0.009466733783483505, -0.03630661219358444, -0.0009753549820743501, 0.005416262429207563, 0.003294176422059536, 0.2927756607532501], "std": [0.1822570115327835, 0.12005889415740967, 0.2662891447544098, 0.03518115356564522, 0.03763163089752197, 0.043142784386873245, 0.9561817646026611], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [619], "max": [619], "mean": [619.0], "std": [0.0], "count": [263]}, "index": {"min": [206634], "max": [206896], "mean": [206765.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [263]}}} +{"episode_index": 620, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34091080011106006]], [[0.27925282018324904]], [[0.21630828199199603]]], "std": [[[0.14721337275809124]], [[0.139160768787273]], [[0.14157782508537187]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.32504991239659925]], [[0.24815564204197305]], [[0.17637563787722121]]], "std": [[[0.18683153133614808]], [[0.14086688141992904]], [[0.10433425354938475]]], "count": [100]}, "state": {"min": [-0.5021737217903137, -0.108220174908638, 0.996822714805603, 2.9838974475860596, -0.10698354989290237, -0.31439512968063354, 0.0040271286852657795, -0.04000651091337204], "max": [-0.2505641579627991, 0.005849890410900116, 1.2275350093841553, 3.1096742153167725, 0.20442287623882294, 0.1473710536956787, 0.0398285873234272, -0.004503600765019655], "mean": [-0.3695072531700134, -0.0464102067053318, 1.117751955986023, 3.025304079055786, 0.03614239767193794, -0.07508391886949539, 0.016761833801865578, -0.01734411157667637], "std": [0.10559962689876556, 0.03698350861668587, 0.0725797787308693, 0.03201096132397652, 0.07392236590385437, 0.16069917380809784, 0.016422569751739502, 0.016268432140350342], "count": [235]}, "actions": {"min": [-0.6697838306427002, -0.4669971168041229, -0.49582889676094055, -0.09904858469963074, -0.1301017850637436, -0.18126173317432404, -1.0], "max": [0.2889791429042816, 0.23772861063480377, 1.093023657798767, 0.08064533770084381, 0.10847115516662598, 0.15783151984214783, 1.0], "mean": [-0.05721133574843407, -0.03636543080210686, -0.028548480942845345, -0.004011563491076231, 0.0014579484704881907, 0.0006089238449931145, 0.2851063907146454], "std": [0.16279855370521545, 0.1297929883003235, 0.2654784917831421, 0.029195506125688553, 0.040057215839624405, 0.05030876398086548, 0.9584971070289612], "count": [235]}, "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": [620], "max": [620], "mean": [620.0], "std": [0.0], "count": [235]}, "index": {"min": [206897], "max": [207131], "mean": [207014.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [235]}}} +{"episode_index": 621, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3387504374186198]], [[0.27942043947706036]], [[0.21734609147614123]]], "std": [[[0.15287752997672224]], [[0.14371002671998448]], [[0.14657609501922902]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3364264544318704]], [[0.2538971192603018]], [[0.17781983618642772]]], "std": [[[0.19041909886374617]], [[0.14283163560520185]], [[0.10073903533206405]]], "count": [100]}, "state": {"min": [-0.505168616771698, -0.09868643432855606, 0.9862654805183411, 3.0742104053497314, -0.16433781385421753, -0.2519257068634033, 0.003920750226825476, -0.039886102080345154], "max": [-0.2274920642375946, 0.007224665489047766, 1.2251535654067993, 3.2027719020843506, 0.18089033663272858, 0.08783374726772308, 0.03995398432016373, -0.003950848244130611], "mean": [-0.3702814280986786, -0.04916892200708389, 1.1225899457931519, 3.141832113265991, -0.046170178800821304, -0.06020394712686539, 0.015387403778731823, -0.01539176981896162], "std": [0.11871818453073502, 0.03401056304574013, 0.0710534080862999, 0.03603067621588707, 0.08610157668590546, 0.11624936759471893, 0.016106199473142624, 0.016067054122686386], "count": [220]}, "actions": {"min": [-0.7249265909194946, -0.33757317066192627, -0.4982832372188568, -0.09972256422042847, -0.18611520528793335, -0.13485386967658997, -1.0], "max": [0.14949427545070648, 0.21606750786304474, 0.7044907212257385, 0.15474320948123932, 0.12238813936710358, 0.1953372359275818, 1.0], "mean": [-0.08168955892324448, -0.033044859766960144, -0.04145459830760956, -0.00336282467469573, 0.003315107896924019, 0.0029051732271909714, 0.3545454442501068], "std": [0.1743868589401245, 0.09536510705947876, 0.26542624831199646, 0.03104317933320999, 0.038445476442575455, 0.0423629991710186, 0.9350384473800659], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [621], "max": [621], "mean": [621.0], "std": [0.0], "count": [220]}, "index": {"min": [207132], "max": [207351], "mean": [207241.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [220]}}} +{"episode_index": 622, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.34046475518918506]], [[0.28058114264993106]], [[0.21773344391467525]]], "std": [[[0.1476084471080572]], [[0.13870773425176466]], [[0.14220112741255028]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3140292855057062]], [[0.23749335913564645]], [[0.16984227019665288]]], "std": [[[0.19078079895430194]], [[0.14252578259487517]], [[0.10065188278413986]]], "count": [100]}, "state": {"min": [-0.5221366882324219, -0.0946543887257576, 0.986631453037262, 3.1005141735076904, -0.17156510055065155, -0.26412662863731384, 0.005163182970136404, -0.03983518108725548], "max": [-0.2421053797006607, -0.004584359936416149, 1.2058780193328857, 3.255338430404663, 0.28133243322372437, 0.06218200922012329, 0.039980199187994, -0.005772528704255819], "mean": [-0.3843926191329956, -0.05024218559265137, 1.115487813949585, 3.187607526779175, 0.0037807621993124485, -0.12639692425727844, 0.015838714316487312, -0.016769500449299812], "std": [0.1164700910449028, 0.02768627181649208, 0.07073809951543808, 0.044578880071640015, 0.114658422768116, 0.0976557806134224, 0.0150261539965868, 0.014539260417222977], "count": [200]}, "actions": {"min": [-0.8749529123306274, -0.492104172706604, -0.7410579919815063, -0.10779763758182526, -0.18966901302337646, -0.12005661427974701, -1.0], "max": [0.18789532780647278, 0.3940314054489136, 1.5843908786773682, 0.16630761325359344, 0.28596237301826477, 0.10416185855865479, 1.0], "mean": [-0.10031060129404068, -0.020087657496333122, -0.052733492106199265, -0.0037091041449457407, 0.005582404788583517, 0.004389223642647266, 0.3799999952316284], "std": [0.20850291848182678, 0.13626807928085327, 0.3183217942714691, 0.03651382774114609, 0.052033524960279465, 0.037412602454423904, 0.9249865412712097], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [622], "max": [622], "mean": [622.0], "std": [0.0], "count": [200]}, "index": {"min": [207352], "max": [207551], "mean": [207451.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [200]}}} +{"episode_index": 623, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3436551034964767]], [[0.2832781964470359]], [[0.22054648724724263]]], "std": [[[0.1483526593054501]], [[0.140759577787735]], [[0.14514064668446106]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3253979408413756]], [[0.246290023504519]], [[0.17413428751627605]]], "std": [[[0.1894385821813921]], [[0.14177746626101784]], [[0.10124359323142558]]], "count": [100]}, "state": {"min": [-0.5067636966705322, -0.09982295334339142, 0.9881747364997864, 3.0279834270477295, -0.08049475401639938, -0.24963127076625824, 0.0038997656665742397, -0.039989493787288666], "max": [-0.2527792155742645, -0.008921127766370773, 1.1875464916229248, 3.1732730865478516, 0.19817198812961578, -0.04645639657974243, 0.039953455328941345, -0.001521951868198812], "mean": [-0.36645522713661194, -0.045305561274290085, 1.1033669710159302, 3.128166437149048, 0.012480334378778934, -0.14425000548362732, 0.0170279610902071, -0.017367912456393242], "std": [0.10570652782917023, 0.030606446787714958, 0.06294214725494385, 0.03741354122757912, 0.07921914011240005, 0.05822262167930603, 0.01641148142516613, 0.016885878518223763], "count": [222]}, "actions": {"min": [-0.8223739862442017, -0.4457826316356659, -0.7122783064842224, -0.0923079252243042, -0.11643820255994797, -0.16202232241630554, -1.0], "max": [0.18095505237579346, 0.22905024886131287, 0.6465253829956055, 0.1874738335609436, 0.1297859102487564, 0.08758372813463211, 1.0], "mean": [-0.07035630196332932, -0.017292620614171028, -0.041689012199640274, 0.0010733866365626454, 0.0033291755244135857, 5.372586201701779e-06, 0.2432432472705841], "std": [0.16799047589302063, 0.10876945406198502, 0.24945451319217682, 0.03647340461611748, 0.0380496010184288, 0.03657777979969978, 0.9699643850326538], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [623], "max": [623], "mean": [623.0], "std": [0.0], "count": [222]}, "index": {"min": [207552], "max": [207773], "mean": [207662.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [222]}}} +{"episode_index": 624, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3458744638480392]], [[0.28837613692938113]], [[0.2284851463168275]]], "std": [[[0.15811425401688312]], [[0.15183024317590363]], [[0.157279553759772]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3884246245739507]], [[0.2963169687308517]], [[0.19380693862017465]]], "std": [[[0.1891817996273652]], [[0.13455380322086966]], [[0.07990703562041893]]], "count": [100]}, "state": {"min": [-0.48657625913619995, -0.05947272479534149, 0.9903716444969177, 2.9745116233825684, -0.13064414262771606, -0.31107446551322937, 0.014756853692233562, -0.040004801005125046], "max": [0.015919694676995277, 0.016690576449036598, 1.279425024986267, 3.1380412578582764, 0.23021066188812256, 0.044040925800800323, 0.03992760553956032, -0.015087286941707134], "mean": [-0.2221335470676422, -0.032620035111904144, 1.1485708951950073, 3.0430378913879395, 0.006498740054666996, -0.09647174179553986, 0.026301145553588867, -0.026283329352736473], "std": [0.1990778148174286, 0.018096785992383957, 0.08109334856271744, 0.0434955470263958, 0.09299688786268234, 0.1155112162232399, 0.011695527471601963, 0.011412899009883404], "count": [279]}, "actions": {"min": [-1.3779709339141846, -0.544249415397644, -0.9780596494674683, -0.167697936296463, -0.23296500742435455, -0.17700520157814026, -1.0], "max": [0.6642066240310669, 0.6020817756652832, 1.37542724609375, 0.16211603581905365, 0.14383697509765625, 0.3076542913913727, 1.0], "mean": [-0.054811373353004456, -0.007413952145725489, -0.02461371384561062, -0.0003514741256367415, 0.0019529556157067418, 0.0026598586700856686, 0.09677419066429138], "std": [0.3363066613674164, 0.12924423813819885, 0.2835389971733093, 0.03992384672164917, 0.047869861125946045, 0.05653969943523407, 0.9953045845031738], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [624], "max": [624], "mean": [624.0], "std": [0.0], "count": [279]}, "index": {"min": [207774], "max": [208052], "mean": [207913.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [279]}}} +{"episode_index": 625, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3485080913468903]], [[0.2882761990416284]], [[0.22655605600394454]]], "std": [[[0.15351801992249967]], [[0.14882295870668374]], [[0.15441352484566476]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.37447973932004447]], [[0.28692583091586243]], [[0.19027107268688725]]], "std": [[[0.1949148853442287]], [[0.13974428996715849]], [[0.08541043716588315]]], "count": [100]}, "state": {"min": [-0.4919959604740143, -0.038123488426208496, 0.9877554178237915, 3.047518730163574, -0.10419642925262451, -0.06663554161787033, 0.015188433229923248, -0.04000241681933403], "max": [-0.024546470493078232, 0.006601476576179266, 1.2247439622879028, 3.1532793045043945, 0.17684465646743774, 0.12191291153430939, 0.039936523884534836, -0.012303287163376808], "mean": [-0.2641613483428955, -0.018804606050252914, 1.1266448497772217, 3.093487024307251, -0.01073568593710661, 0.06908442825078964, 0.02467154711484909, -0.023836327716708183], "std": [0.18599404394626617, 0.0117016127333045, 0.06984918564558029, 0.026466013863682747, 0.07089895009994507, 0.029036756604909897, 0.011419457383453846, 0.01153525523841381], "count": [244]}, "actions": {"min": [-1.33613121509552, -0.2977900803089142, -0.8254125714302063, -0.1492341160774231, -0.1538640260696411, -0.1754852831363678, -1.0], "max": [1.1460235118865967, 0.3066374957561493, 0.914262056350708, 0.12366489320993423, 0.10908358544111252, 0.25135940313339233, 1.0], "mean": [-0.06584237515926361, -0.0024579998571425676, -0.03326763957738876, -0.00032842467771843076, 0.0025230245664715767, 0.004056078381836414, 0.22131147980690002], "std": [0.33133214712142944, 0.09623628854751587, 0.27848684787750244, 0.03782837837934494, 0.04376433789730072, 0.054599370807409286, 0.9752025604248047], "count": [244]}, "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": [625], "max": [625], "mean": [625.0], "std": [0.0], "count": [244]}, "index": {"min": [208053], "max": [208296], "mean": [208174.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [244]}}} +{"episode_index": 626, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3492249696020987]], [[0.2901700325760187]], [[0.2269212209664139]]], "std": [[[0.15286445366356488]], [[0.14615218121505902]], [[0.1528010412253617]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3784530980727252]], [[0.2900024647432215]], [[0.19269454477347578]]], "std": [[[0.1880889554547396]], [[0.1359989298727529]], [[0.08574522690392306]]], "count": [100]}, "state": {"min": [-0.5311087369918823, -0.05841241776943207, 0.9940909147262573, 2.9074363708496094, -0.23517127335071564, -0.27189141511917114, 0.015095574781298637, -0.04000717028975487], "max": [-0.00247892620973289, -0.005604356527328491, 1.2609732151031494, 3.135474443435669, 0.2064632773399353, 0.14244484901428223, 0.03994125500321388, -0.01517260167747736], "mean": [-0.2735722064971924, -0.02827530726790428, 1.1633100509643555, 3.0197300910949707, -0.07690337300300598, -0.02364806830883026, 0.026394996792078018, -0.026786234229803085], "std": [0.19343499839305878, 0.014148550108075142, 0.07181122153997421, 0.05324813723564148, 0.10829649865627289, 0.12646295130252838, 0.01170920766890049, 0.011528491973876953], "count": [351]}, "actions": {"min": [-1.179811954498291, -0.4205939471721649, -0.5958742499351501, -0.16071009635925293, -0.12463989853858948, -0.1636526733636856, -1.0], "max": [0.6338233351707458, 0.5481938123703003, 0.8489720225334167, 0.1150568351149559, 0.12743371725082397, 0.17035718262195587, 1.0], "mean": [-0.042672768235206604, -0.00732162082567811, -0.018117452040314674, -0.0015995120629668236, 0.00034818542189896107, 6.277540524024516e-05, 0.0883190855383873], "std": [0.27892038226127625, 0.11657935380935669, 0.22913122177124023, 0.036880359053611755, 0.0407981351017952, 0.05016443133354187, 0.9960940480232239], "count": [351]}, "timestamp": {"min": [0.0], "max": [35.0], "mean": [17.5], "std": [10.132456102380443], "count": [351]}, "frame_index": {"min": [0], "max": [350], "mean": [175.0], "std": [101.32456102380442], "count": [351]}, "episode_index": {"min": [626], "max": [626], "mean": [626.0], "std": [0.0], "count": [351]}, "index": {"min": [208297], "max": [208647], "mean": [208472.0], "std": [101.32456102380442], "count": [351]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [351]}}} +{"episode_index": 627, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3470955714805454]], [[0.28860065415326286]], [[0.22671901687921264]]], "std": [[[0.1563771454596236]], [[0.149706103840211]], [[0.15565776718656105]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3786710366641774]], [[0.2904049108168658]], [[0.1923085590437347]]], "std": [[[0.19088452594769587]], [[0.1368983965153111]], [[0.08436928724325438]]], "count": [100]}, "state": {"min": [-0.5161782503128052, -0.11657363921403885, 1.004194974899292, 2.8941049575805664, -0.22706128656864166, -0.1935669630765915, 0.014502186328172684, -0.040007464587688446], "max": [0.014364248141646385, -0.0007076608599163592, 1.320738673210144, 3.2179114818573, 0.14820067584514618, 0.06741968542337418, 0.03990274667739868, -0.014894063584506512], "mean": [-0.26282522082328796, -0.04930413141846657, 1.165665864944458, 3.0584068298339844, -0.08864888548851013, -0.029834190383553505, 0.025122469291090965, -0.025187598541378975], "std": [0.20185025036334991, 0.02729008160531521, 0.086308054625988, 0.06552308797836304, 0.09167689830064774, 0.07515142112970352, 0.011717838235199451, 0.011396599002182484], "count": [295]}, "actions": {"min": [-1.7425572872161865, -0.569458544254303, -0.5617164373397827, -0.1432913988828659, -0.13766932487487793, -0.12617658078670502, -1.0], "max": [1.0767849683761597, 0.2954098880290985, 0.9547260999679565, 0.13139498233795166, 0.17435917258262634, 0.24855703115463257, 1.0], "mean": [-0.05292954668402672, -0.012994994409382343, -0.028404412791132927, -0.00045600562589243054, 0.002361232414841652, 0.003265747334808111, 0.1728813499212265], "std": [0.35470205545425415, 0.12737353146076202, 0.2896208167076111, 0.043574754148721695, 0.0449330173432827, 0.05488075688481331, 0.9849428534507751], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [627], "max": [627], "mean": [627.0], "std": [0.0], "count": [295]}, "index": {"min": [208648], "max": [208942], "mean": [208795.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [295]}}} +{"episode_index": 628, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34981845571480547]], [[0.29128563376034006]], [[0.229746031518076]]], "std": [[[0.14866671235613374]], [[0.14195248588155576]], [[0.14905925922110752]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.30521639057234223]], [[0.23041613051470589]], [[0.15460629033107384]]], "std": [[[0.20945192534454973]], [[0.15367467254066836]], [[0.09590290080497303]]], "count": [100]}, "state": {"min": [-0.411119282245636, -0.22641044855117798, 0.9893335700035095, 2.8732619285583496, -0.18978825211524963, -0.35685908794403076, 0.014416225254535675, -0.0400092676281929], "max": [-0.10506875067949295, 0.23137274384498596, 1.2383003234863281, 3.139439344406128, 0.18923313915729523, 0.2172269970178604, 0.03990970924496651, -0.013228580355644226], "mean": [-0.26925620436668396, 0.018680160865187645, 1.1250873804092407, 3.0431087017059326, 0.017410239204764366, -0.09089503437280655, 0.02488674782216549, -0.024723820388317108], "std": [0.10397515445947647, 0.1787341684103012, 0.062056269496679306, 0.058975085616111755, 0.10178310424089432, 0.17776334285736084, 0.011086705140769482, 0.011404789052903652], "count": [343]}, "actions": {"min": [-1.541624903678894, -0.9579983949661255, -0.8070324659347534, -0.2852429151535034, -0.2577756345272064, -0.22789840400218964, -1.0], "max": [0.47066324949264526, 2.2096004486083984, 1.9883975982666016, 0.3041945695877075, 0.2761710286140442, 0.2893995940685272, 1.0], "mean": [-0.014119199477136135, 0.06042572855949402, -0.016478152945637703, 0.004777206107974052, -3.7573303416138515e-05, -0.009272200986742973, 0.24198250472545624], "std": [0.24073578417301178, 0.3229042887687683, 0.27200308442115784, 0.06835322082042694, 0.05752751603722572, 0.06418728828430176, 0.9702786803245544], "count": [343]}, "timestamp": {"min": [0.0], "max": [34.2], "mean": [17.1], "std": [9.901515035589249], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [628], "max": [628], "mean": [628.0], "std": [0.0], "count": [343]}, "index": {"min": [208943], "max": [209285], "mean": [209114.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [343]}}} +{"episode_index": 629, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34472796211990653]], [[0.2855788795620787]], [[0.2246890587900199]]], "std": [[[0.14810534090742683]], [[0.14115436865844494]], [[0.14591922125542145]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30039483463062955]], [[0.22683167580997243]], [[0.1511572822122013]]], "std": [[[0.21006459468471406]], [[0.15303096934346969]], [[0.09415326766826634]]], "count": [100]}, "state": {"min": [-0.4302104413509369, -0.2231675237417221, 0.9872729182243347, 3.018341541290283, -0.11826757341623306, -0.6040121912956238, 0.016697140410542488, -0.04000410437583923], "max": [-0.12150469422340393, 0.21369020640850067, 1.2304179668426514, 3.249859094619751, 0.21445822715759277, 0.17832587659358978, 0.039931491017341614, -0.014318833127617836], "mean": [-0.3004990518093109, -0.004670276306569576, 1.1321905851364136, 3.148456335067749, 0.006956836208701134, -0.213182270526886, 0.025296581909060478, -0.02526562660932541], "std": [0.11503893882036209, 0.16800923645496368, 0.06610293686389923, 0.05959584563970566, 0.07365138828754425, 0.27541056275367737, 0.010427432134747505, 0.01060513872653246], "count": [269]}, "actions": {"min": [-1.455636978149414, -1.0567946434020996, -0.8099147081375122, -0.23420202732086182, -0.18832343816757202, -0.24258776009082794, -1.0], "max": [0.6102721095085144, 1.1175814867019653, 1.7904198169708252, 0.3069293797016144, 0.14265985786914825, 0.23757018148899078, 1.0], "mean": [-0.023010876029729843, 0.07162197679281235, -0.033013682812452316, 0.004875331185758114, 0.002557582687586546, -0.01898757740855217, 0.2565055787563324], "std": [0.26406049728393555, 0.2951674163341522, 0.32773274183273315, 0.06302705407142639, 0.04924078285694122, 0.0626734122633934, 0.966541588306427], "count": [269]}, "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": [629], "max": [629], "mean": [629.0], "std": [0.0], "count": [269]}, "index": {"min": [209286], "max": [209554], "mean": [209420.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [269]}}} +{"episode_index": 630, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.34522508209826896]], [[0.2867409793629366]], [[0.2242097604788986]]], "std": [[[0.1527054484168937]], [[0.1437415253680433]], [[0.14884642505106957]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9607843137254902]], [[0.9490196078431372]]], "mean": [[[0.32203458419500613]], [[0.24199800199620863]], [[0.15905859973383885]]], "std": [[[0.20163448055545705]], [[0.14601863885785243]], [[0.08855486389847139]]], "count": [100]}, "state": {"min": [-0.44340869784355164, -0.22827816009521484, 0.9908541440963745, 2.912571430206299, -0.23272350430488586, -0.5152230858802795, 0.01491269376128912, -0.04000696539878845], "max": [-0.09868334978818893, 0.21715553104877472, 1.2320104837417603, 3.2251312732696533, 0.1758676916360855, 0.05902743339538574, 0.03985992446541786, -0.014262080192565918], "mean": [-0.2910059988498688, -0.012140295468270779, 1.1342264413833618, 3.0947675704956055, -0.02749045006930828, -0.2756164073944092, 0.024111665785312653, -0.023981956765055656], "std": [0.12614327669143677, 0.17031249403953552, 0.06495054066181183, 0.10215573012828827, 0.11447755247354507, 0.1852942258119583, 0.011462687514722347, 0.011621847748756409], "count": [294]}, "actions": {"min": [-1.0337328910827637, -0.8960639834403992, -0.5993608832359314, -0.2554182708263397, -0.13165193796157837, -0.254610538482666, -1.0], "max": [0.5149094462394714, 1.306097388267517, 0.8515481352806091, 0.1817333996295929, 0.1413794606924057, 0.17298606038093567, 1.0], "mean": [-0.007022562436759472, 0.06352721154689789, -0.012101495638489723, 0.001977195031940937, -0.002566965762525797, -0.011397451162338257, 0.25170066952705383], "std": [0.24800626933574677, 0.2910025417804718, 0.23353774845600128, 0.05533894523978233, 0.038119081407785416, 0.04820628836750984, 0.9678050875663757], "count": [294]}, "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": [630], "max": [630], "mean": [630.0], "std": [0.0], "count": [294]}, "index": {"min": [209555], "max": [209848], "mean": [209701.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [294]}}} +{"episode_index": 631, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.34887734925513175]], [[0.2888451364554611]], [[0.22554043938131893]]], "std": [[[0.14621478318044717]], [[0.13846588250739747]], [[0.14490815150612887]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.31929265639361215]], [[0.23734415690104166]], [[0.15522312598134957]]], "std": [[[0.20159046499418268]], [[0.1482174181030651]], [[0.08924611142024272]]], "count": [100]}, "state": {"min": [-0.412319153547287, -0.2279757261276245, 0.9970961213111877, 2.9446558952331543, -0.0966343805193901, -0.32594034075737, 0.014783939346671104, -0.04000583663582802], "max": [-0.10633259266614914, 0.1830700784921646, 1.2722864151000977, 3.2342660427093506, 0.33739566802978516, 0.09456989914178848, 0.03990129381418228, -0.014642701484262943], "mean": [-0.2711539566516876, -0.027037177234888077, 1.1515167951583862, 3.0848867893218994, 0.10343468934297562, -0.12145262211561203, 0.024602379649877548, -0.024808244779706], "std": [0.11332441866397858, 0.15345534682273865, 0.07014080137014389, 0.08802440762519836, 0.12271035462617874, 0.11819154024124146, 0.011668778955936432, 0.011653415858745575], "count": [291]}, "actions": {"min": [-0.6941695809364319, -0.9327821731567383, -0.42969831824302673, -0.22106017172336578, -0.12043581902980804, -0.19272764027118683, -1.0], "max": [0.4956064820289612, 1.0033413171768188, 0.8212612271308899, 0.2088121622800827, 0.2340945601463318, 0.1847827285528183, 1.0], "mean": [-0.00927469041198492, 0.04932834208011627, -0.013028084300458431, 0.0037636966444551945, 0.005751400720328093, -0.010434585623443127, 0.20274914801120758], "std": [0.21135170757770538, 0.2687199115753174, 0.259890615940094, 0.05472128465771675, 0.047665905207395554, 0.05196741968393326, 0.9792289733886719], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [631], "max": [631], "mean": [631.0], "std": [0.0], "count": [291]}, "index": {"min": [209849], "max": [210139], "mean": [209994.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [291]}}} +{"episode_index": 632, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33791944855334716]], [[0.28281890151079964]], [[0.22180098290536918]]], "std": [[[0.1574443626091867]], [[0.14669114662991953]], [[0.15068877912599996]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3017680676030178]], [[0.23607265457452514]], [[0.1636904572131587]]], "std": [[[0.20122839693003028]], [[0.14671007941936542]], [[0.09844754868293439]]], "count": [100]}, "state": {"min": [-0.5439101457595825, -0.24479219317436218, 0.9885311722755432, 2.9330503940582275, -0.259076327085495, -0.1476420760154724, 0.013884544372558594, -0.04000532999634743], "max": [-0.11384483426809311, -0.0063293506391346455, 1.2753212451934814, 3.4740490913391113, 0.050355687737464905, 1.4303396940231323, 0.03993065655231476, -0.012585791759192944], "mean": [-0.3623817265033722, -0.19219595193862915, 1.1464382410049438, 3.1249196529388428, -0.12337895482778549, 0.6349256038665771, 0.02418164722621441, -0.024193795397877693], "std": [0.1726747304201126, 0.04698432236909866, 0.07451456785202026, 0.13691280782222748, 0.08501823246479034, 0.6443639397621155, 0.01095795538276434, 0.011041199788451195], "count": [386]}, "actions": {"min": [-1.1288039684295654, -0.613484263420105, -0.6338826417922974, -0.18939577043056488, -0.14114440977573395, -0.2036721259355545, -1.0], "max": [0.4795563519001007, 0.5524908900260925, 1.3009562492370605, 0.1208166554570198, 0.21104857325553894, 0.4070579409599304, 1.0], "mean": [-0.053103767335414886, -0.030276494100689888, -0.04303346201777458, -0.003180438419803977, 0.004572270903736353, 0.032226089388132095, 0.3056994676589966], "std": [0.226323202252388, 0.15870322287082672, 0.25754648447036743, 0.03682360425591469, 0.04389733821153641, 0.09270504117012024, 0.9521288871765137], "count": [386]}, "timestamp": {"min": [0.0], "max": [38.5], "mean": [19.25], "std": [11.142822802144885], "count": [386]}, "frame_index": {"min": [0], "max": [385], "mean": [192.5], "std": [111.42822802144886], "count": [386]}, "episode_index": {"min": [632], "max": [632], "mean": [632.0], "std": [0.0], "count": [386]}, "index": {"min": [210140], "max": [210525], "mean": [210332.5], "std": [111.42822802144886], "count": [386]}, "task_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [386]}}} +{"episode_index": 633, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3411428629557292]], [[0.2857023189769072]], [[0.22408602426566332]]], "std": [[[0.15462511036079787]], [[0.14480676480163976]], [[0.14940755011527992]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.3029734868068321]], [[0.23444777484968596]], [[0.15872665584788603]]], "std": [[[0.19657386054009351]], [[0.14142010317005937]], [[0.08877564139080578]]], "count": [100]}, "state": {"min": [-0.5522846579551697, -0.24699190258979797, 0.9887818694114685, 2.8101751804351807, -0.2817549407482147, -0.05749524384737015, 0.0007210862240754068, -0.040005799382925034], "max": [-0.11204737424850464, 0.00020256088464520872, 1.2288190126419067, 3.2448337078094482, 0.21524232625961304, 1.693096399307251, 0.03993430733680725, -0.0030928710475564003], "mean": [-0.3642563819885254, -0.19257108867168427, 1.1387033462524414, 3.000922203063965, -0.04718044027686119, 0.6972513198852539, 0.02282155118882656, -0.02421724796295166], "std": [0.16908711194992065, 0.04744939133524895, 0.061863820999860764, 0.11771814525127411, 0.1308276355266571, 0.6992805600166321, 0.011988594196736813, 0.01097864843904972], "count": [333]}, "actions": {"min": [-1.5583758354187012, -1.2850182056427002, -0.5853552222251892, -0.1979794055223465, -0.2626112401485443, -0.19988210499286652, -1.0], "max": [0.5266847014427185, 0.5188866853713989, 1.4747897386550903, 0.2674578130245209, 0.24546581506729126, 0.5528878569602966, 1.0], "mean": [-0.05566997826099396, -0.04091721773147583, -0.022510606795549393, -0.00271023903042078, -0.003269532695412636, 0.038311995565891266, 0.38138139247894287], "std": [0.25587841868400574, 0.2426910251379013, 0.28137660026550293, 0.06469554454088211, 0.06042671948671341, 0.11421141028404236, 0.9244187474250793], "count": [333]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.599999999999998], "std": [9.612838637294745], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [633], "max": [633], "mean": [633.0], "std": [0.0], "count": [333]}, "index": {"min": [210526], "max": [210858], "mean": [210692.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [333]}}} +{"episode_index": 634, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.33970368927600336]], [[0.2843243988635493]], [[0.22332037832222734]]], "std": [[[0.15624975452781587]], [[0.146804013308216]], [[0.15103995480406576]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.29857969695446535]], [[0.2372484160778569]], [[0.16980363434436274]]], "std": [[[0.19553602908801765]], [[0.14478349565391013]], [[0.10178220059259274]]], "count": [100]}, "state": {"min": [-0.5284056663513184, -0.30101868510246277, 1.0072367191314697, 2.879396438598633, -0.46637123823165894, -0.19053000211715698, 0.012321962043642998, -0.040008317679166794], "max": [-0.10652339458465576, -0.02899337373673916, 1.295494556427002, 3.4980266094207764, 0.03851611167192459, 1.583329439163208, 0.03991640731692314, -0.013631245121359825], "mean": [-0.3648873269557953, -0.21563977003097534, 1.172217845916748, 3.15061354637146, -0.2805071771144867, 0.621831476688385, 0.021179726347327232, -0.021233757957816124], "std": [0.16947796940803528, 0.044963303953409195, 0.07856631278991699, 0.14597146213054657, 0.1371963620185852, 0.707957923412323, 0.010601449757814407, 0.010557921603322029], "count": [398]}, "actions": {"min": [-0.9241379499435425, -0.9828048348426819, -0.71769118309021, -0.2245386242866516, -0.14803765714168549, -0.17487134039402008, -1.0], "max": [0.5483323931694031, 0.49909329414367676, 1.222808599472046, 0.3162308931350708, 0.1529204249382019, 0.49640926718711853, 1.0], "mean": [-0.045408282428979874, -0.040485650300979614, -0.01612555980682373, -9.504448098596185e-05, -0.0009697714704088867, 0.029298221692442894, 0.48241207003593445], "std": [0.2087518274784088, 0.19806703925132751, 0.2505623698234558, 0.06066092476248741, 0.052152909338474274, 0.10077591985464096, 0.8759437203407288], "count": [398]}, "timestamp": {"min": [0.0], "max": [39.7], "mean": [19.849999999999998], "std": [11.489234091095891], "count": [398]}, "frame_index": {"min": [0], "max": [397], "mean": [198.5], "std": [114.8923409109589], "count": [398]}, "episode_index": {"min": [634], "max": [634], "mean": [634.0], "std": [0.0], "count": [398]}, "index": {"min": [210859], "max": [211256], "mean": [211057.5], "std": [114.8923409109589], "count": [398]}, "task_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [398]}}} +{"episode_index": 635, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.33459875129250916]], [[0.27958842917049637]], [[0.22068546968347888]]], "std": [[[0.15801412172698082]], [[0.1480755932881094]], [[0.1500325649001358]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.32544332526711856]], [[0.24996263272154565]], [[0.16557598039215685]]], "std": [[[0.20208110604004756]], [[0.1453800067046221]], [[0.09029925195967221]]], "count": [100]}, "state": {"min": [-0.4890316128730774, -0.23726269602775574, 0.9768950343132019, 2.9254727363586426, -0.3393607437610626, -0.696787416934967, 0.012324953451752663, -0.040008794516325], "max": [-0.2804256081581116, 0.2848239839076996, 1.2330663204193115, 3.259855031967163, 0.013301265425980091, 0.009477473795413971, 0.039834823459386826, -0.010300423949956894], "mean": [-0.37408557534217834, 0.07703281939029694, 1.152444839477539, 3.1226871013641357, -0.19693879783153534, -0.47614550590515137, 0.019749950617551804, -0.019693413749337196], "std": [0.058727022260427475, 0.20972098410129547, 0.06752455234527588, 0.10620325803756714, 0.08415195345878601, 0.19407233595848083, 0.011519193649291992, 0.01166624203324318], "count": [400]}, "actions": {"min": [-0.6700173616409302, -1.163447618484497, -0.5863895416259766, -0.13173668086528778, -0.14776763319969177, -0.14234070479869843, -1.0], "max": [0.45437318086624146, 1.220102071762085, 1.3796881437301636, 0.1516558825969696, 0.08457253873348236, 0.1402280181646347, 1.0], "mean": [-0.00016482474165968597, 0.06531433761119843, -0.007492270320653915, 0.0025311072822660208, -0.0007649558829143643, -0.012315267696976662, 0.4749999940395355], "std": [0.12957224249839783, 0.24405628442764282, 0.23948663473129272, 0.037300534546375275, 0.03188705816864967, 0.03861738741397858, 0.8799852132797241], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [635], "max": [635], "mean": [635.0], "std": [0.0], "count": [400]}, "index": {"min": [211257], "max": [211656], "mean": [211456.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [400]}}} +{"episode_index": 636, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.335849900189568]], [[0.2801080956552543]], [[0.2204658442478554]]], "std": [[[0.15593317237343893]], [[0.14566560671514797]], [[0.14781397432631432]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3040923174689798]], [[0.23447568526922488]], [[0.15757637472713695]]], "std": [[[0.20379773588340863]], [[0.14805005000671523]], [[0.09504175433707931]]], "count": [100]}, "state": {"min": [-0.4623856544494629, -0.21125933527946472, 0.9778966307640076, 2.863539218902588, -0.22431597113609314, -0.6052411794662476, 0.012038230895996094, -0.04000933840870857], "max": [-0.3008701205253601, 0.2807406485080719, 1.225114107131958, 3.1719753742218018, 0.24179336428642273, 0.10078087449073792, 0.039814841002225876, -0.008572195656597614], "mean": [-0.3691454827785492, 0.08793364465236664, 1.1424732208251953, 3.0621092319488525, -0.03315988555550575, -0.30657681822776794, 0.019009655341506004, -0.018889905884861946], "std": [0.04379788786172867, 0.19381476938724518, 0.06680671870708466, 0.07945478707551956, 0.14008744060993195, 0.24832169711589813, 0.011212535202503204, 0.01139258686453104], "count": [368]}, "actions": {"min": [-0.34146445989608765, -1.541817307472229, -0.6161877512931824, -0.14253011345863342, -0.1171097680926323, -0.17611834406852722, -1.0], "max": [0.4181816279888153, 0.9566120505332947, 1.3442362546920776, 0.19421857595443726, 0.16448001563549042, 0.205914705991745, 1.0], "mean": [-0.0008881514659151435, 0.060687702149152756, -0.016418535262346268, 0.0033968528732657433, 0.004033696372061968, -0.014363140799105167, 0.5163043737411499], "std": [0.11159379780292511, 0.2510643005371094, 0.240113765001297, 0.04457222297787666, 0.040833547711372375, 0.044539373368024826, 0.8564056754112244], "count": [368]}, "timestamp": {"min": [0.0], "max": [36.7], "mean": [18.349999999999998], "std": [10.623205730851682], "count": [368]}, "frame_index": {"min": [0], "max": [367], "mean": [183.5], "std": [106.23205730851681], "count": [368]}, "episode_index": {"min": [636], "max": [636], "mean": [636.0], "std": [0.0], "count": [368]}, "index": {"min": [211657], "max": [212024], "mean": [211840.5], "std": [106.23205730851681], "count": [368]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [368]}}} +{"episode_index": 637, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.34016767853381585]], [[0.28386066391888787]], [[0.22301859896790746]]], "std": [[[0.154596152913514]], [[0.14501704141549243]], [[0.14897451406517428]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.32317730054668353]], [[0.24847232414694395]], [[0.16551121670592067]]], "std": [[[0.20203971295153542]], [[0.1459768881205251]], [[0.09337846803407264]]], "count": [100]}, "state": {"min": [-0.40815818309783936, -0.2460528463125229, 0.97611403465271, 3.040865659713745, -0.16027742624282837, -0.38327866792678833, 0.011788236908614635, -0.040006350725889206], "max": [-0.28167277574539185, 0.26606786251068115, 1.2137595415115356, 3.244811773300171, 0.11699582636356354, 0.0904705747961998, 0.039964135736227036, -0.01206908468157053], "mean": [-0.3494880497455597, 0.04200422391295433, 1.1312813758850098, 3.1672725677490234, -0.05779938027262688, -0.1578439474105835, 0.021677538752555847, -0.021312637254595757], "std": [0.02589978091418743, 0.20307540893554688, 0.07139390707015991, 0.05959730222821236, 0.0682457908987999, 0.18837079405784607, 0.012649031355977058, 0.012629276141524315], "count": [334]}, "actions": {"min": [-0.47951021790504456, -0.6353714466094971, -0.7150561213493347, -0.13013671338558197, -0.19109965860843658, -0.19800230860710144, -1.0], "max": [0.5086663365364075, 1.3605785369873047, 1.6667907238006592, 0.17138785123825073, 0.14475353062152863, 0.1411178857088089, 1.0], "mean": [-0.002920104656368494, 0.06235254555940628, -0.012621592730283737, 0.005953926593065262, 0.001087796175852418, -0.009244043380022049, 0.31137725710868835], "std": [0.12340003997087479, 0.27344709634780884, 0.23635168373584747, 0.040930118411779404, 0.04170376807451248, 0.04879746213555336, 0.9502856135368347], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [637], "max": [637], "mean": [637.0], "std": [0.0], "count": [334]}, "index": {"min": [212025], "max": [212358], "mean": [212191.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [334]}}} +{"episode_index": 638, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.33556931858436734]], [[0.2802473186418122]], [[0.22104969757678464]]], "std": [[[0.15862536413398048]], [[0.1492363517350767]], [[0.15172570935420474]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3250607251933977]], [[0.2505580665737975]], [[0.16706655405081955]]], "std": [[[0.20662070318109757]], [[0.1497225693325088]], [[0.0946909928306242]]], "count": [100]}, "state": {"min": [-0.4676741063594818, -0.22302082180976868, 0.9869475960731506, 2.9105589389801025, -0.2792251408100128, -0.5450220704078674, 0.012234794907271862, -0.04000665992498398], "max": [-0.29734230041503906, 0.28604525327682495, 1.222800850868225, 3.303739070892334, 0.05473257973790169, 0.09283649176359177, 0.039836958050727844, -0.011806200258433819], "mean": [-0.36962050199508667, 0.10057594627141953, 1.151747226715088, 3.143489360809326, -0.16362369060516357, -0.32589206099510193, 0.01850023865699768, -0.018346041440963745], "std": [0.044888079166412354, 0.19522199034690857, 0.06471613794565201, 0.10723535716533661, 0.07835378497838974, 0.22398918867111206, 0.011021068319678307, 0.01092239934951067], "count": [396]}, "actions": {"min": [-0.6742405891418457, -1.3376491069793701, -0.5586145520210266, -0.1491510421037674, -0.14596237242221832, -0.16671596467494965, -1.0], "max": [0.4766526520252228, 1.5695288181304932, 0.879257082939148, 0.1343165934085846, 0.11288051307201385, 0.10044834762811661, 1.0], "mean": [0.004885330330580473, 0.05663283169269562, -0.006088080815970898, 0.003422132460400462, -0.0024458158295601606, -0.01135804783552885, 0.5454545617103577], "std": [0.13092666864395142, 0.2861000895500183, 0.21610380709171295, 0.04304656758904457, 0.03454308584332466, 0.03934810310602188, 0.8381366729736328], "count": [396]}, "timestamp": {"min": [0.0], "max": [39.5], "mean": [19.75], "std": [11.431498881015852], "count": [396]}, "frame_index": {"min": [0], "max": [395], "mean": [197.5], "std": [114.31498881015851], "count": [396]}, "episode_index": {"min": [638], "max": [638], "mean": [638.0], "std": [0.0], "count": [396]}, "index": {"min": [212359], "max": [212754], "mean": [212556.5], "std": [114.31498881015851], "count": [396]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [396]}}} +{"episode_index": 639, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3338483180625766]], [[0.27896271230660236]], [[0.21998935714422488]]], "std": [[[0.15870765891918584]], [[0.14806086191373644]], [[0.14985732544721808]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3116370089661841]], [[0.24039056456322763]], [[0.16190581377814797]]], "std": [[[0.20578889666794792]], [[0.14965595854977803]], [[0.09669163595895401]]], "count": [100]}, "state": {"min": [-0.4191495478153229, -0.24778005480766296, 0.9854925274848938, 2.963080644607544, -0.17023922502994537, -0.46117037534713745, 0.012113157659769058, -0.04001203179359436], "max": [-0.28217676281929016, 0.2924131155014038, 1.2146586179733276, 3.1955745220184326, 0.1338123083114624, 0.10447261482477188, 0.039788126945495605, -0.008372615091502666], "mean": [-0.3543989360332489, 0.08465774357318878, 1.1363599300384521, 3.083311080932617, -0.05076656490564346, -0.2091616541147232, 0.01886443793773651, -0.018731767311692238], "std": [0.03159816190600395, 0.20658881962299347, 0.06273254752159119, 0.05784483999013901, 0.08380379527807236, 0.21233528852462769, 0.011121650226414204, 0.011330226436257362], "count": [343]}, "actions": {"min": [-0.44739070534706116, -1.2243311405181885, -0.5645757913589478, -0.29298296570777893, -0.2489798367023468, -0.18817859888076782, -1.0], "max": [0.3828985095024109, 1.4092503786087036, 1.3361386060714722, 0.19083906710147858, 0.14231626689434052, 0.21668146550655365, 1.0], "mean": [-0.003258354729041457, 0.06856487691402435, -0.005541596096009016, 0.0038803915958851576, -0.0010097863851115108, -0.011553138494491577, 0.5160349607467651], "std": [0.11799515038728714, 0.292888343334198, 0.23118741810321808, 0.05652111768722534, 0.04162653908133507, 0.05269958823919296, 0.8565673232078552], "count": [343]}, "timestamp": {"min": [0.0], "max": [34.2], "mean": [17.1], "std": [9.901515035589249], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [639], "max": [639], "mean": [639.0], "std": [0.0], "count": [343]}, "index": {"min": [212755], "max": [213097], "mean": [212926.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [343]}}} +{"episode_index": 640, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3445396207921645]], [[0.2896422825233609]], [[0.2310383582021676]]], "std": [[[0.16045319384206033]], [[0.15195712005044973]], [[0.15660971140209415]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.3399747063131893]], [[0.26390083043715534]], [[0.17763306142769608]]], "std": [[[0.22331678801737367]], [[0.1627648993177799]], [[0.10280541597154162]]], "count": [100]}, "state": {"min": [-0.5248981714248657, 0.013876116834580898, 0.9915614724159241, 3.0548603534698486, -0.1701473593711853, -0.30176353454589844, 0.01696907728910446, -0.03993789106607437], "max": [-0.06071706488728523, 0.2712825536727905, 1.2636536359786987, 3.4603283405303955, 0.22404508292675018, 0.015310538001358509, 0.0399908609688282, -0.013344229198992252], "mean": [-0.3065309226512909, 0.17297610640525818, 1.124526023864746, 3.2680423259735107, -0.03738592192530632, -0.1044377014040947, 0.02534409426152706, -0.024842433631420135], "std": [0.18985405564308167, 0.07488247007131577, 0.07856225222349167, 0.12190928310155869, 0.09783600270748138, 0.10122685134410858, 0.010312695987522602, 0.010699941776692867], "count": [236]}, "actions": {"min": [-1.582972764968872, -0.23777857422828674, -0.679044246673584, -0.19887810945510864, -0.18739914894104004, -0.20921263098716736, -1.0], "max": [0.4815739393234253, 0.7203586101531982, 1.7228909730911255, 0.2635732591152191, 0.20419378578662872, 0.17954915761947632, 1.0], "mean": [-0.07118424028158188, 0.08236473798751831, -0.030796146020293236, 0.012015330605208874, 0.001729666255414486, 0.00018724522669799626, 0.2711864411830902], "std": [0.34305283427238464, 0.17823711037635803, 0.35597750544548035, 0.05502571910619736, 0.055645689368247986, 0.04826467111706734, 0.9625280499458313], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [640], "max": [640], "mean": [640.0], "std": [0.0], "count": [236]}, "index": {"min": [213098], "max": [213333], "mean": [213215.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [236]}}} +{"episode_index": 641, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34363414689606314]], [[0.2891388914818857]], [[0.23056455365349265]]], "std": [[[0.16137299924936593]], [[0.15333354118603298]], [[0.1580485669812339]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.3590928081437653]], [[0.2802376936370251]], [[0.18995145431219362]]], "std": [[[0.21550611872806363]], [[0.15711701998013364]], [[0.10152518099784126]]], "count": [100]}, "state": {"min": [-0.5462368726730347, 0.005522113759070635, 0.993781328201294, 2.9809389114379883, -0.3413080871105194, -0.3083132207393646, 0.015213994309306145, -0.04110593721270561], "max": [-0.0485963374376297, 0.31178221106529236, 1.3197623491287231, 3.451340675354004, 0.02269355207681656, -0.0538882315158844, 0.03990323841571808, -0.01433306559920311], "mean": [-0.28435373306274414, 0.14363597333431244, 1.1584172248840332, 3.15761661529541, -0.1628924459218979, -0.18670710921287537, 0.026004519313573837, -0.026031622663140297], "std": [0.18720099329948425, 0.08715744316577911, 0.08855719119310379, 0.15377193689346313, 0.10236454755067825, 0.07652869075536728, 0.011804750189185143, 0.011990551836788654], "count": [306]}, "actions": {"min": [-1.3153291940689087, -0.3916883170604706, -0.9191886186599731, -0.11990047246217728, -0.23774248361587524, -0.11859353631734848, -1.0], "max": [0.8259251713752747, 0.6436379551887512, 1.553026556968689, 0.16221238672733307, 0.1548539102077484, 0.13232819736003876, 1.0], "mean": [-0.043216198682785034, 0.06577123701572418, -0.023282507434487343, 0.005596360191702843, -0.0021305433474481106, -0.0018056746339425445, 0.10457516461610794], "std": [0.3125177025794983, 0.1722397357225418, 0.3102003335952759, 0.04233688861131668, 0.05003942549228668, 0.04504971206188202, 0.9945179224014282], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [641], "max": [641], "mean": [641.0], "std": [0.0], "count": [306]}, "index": {"min": [213334], "max": [213639], "mean": [213486.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [306]}}} +{"episode_index": 642, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3479831716500077]], [[0.292620911841299]], [[0.23352316403856466]]], "std": [[[0.16140683832079677]], [[0.15419006846744837]], [[0.16003445150974538]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.36776667097503063]], [[0.28681537044749544]], [[0.19400555958467372]]], "std": [[[0.2162141126701022]], [[0.15770164402776077]], [[0.10278221303970528]]], "count": [100]}, "state": {"min": [-0.5193997025489807, 0.014209214597940445, 0.9898332953453064, 3.0051345825195312, -0.30274850130081177, -0.12383029609918594, 0.015382643789052963, -0.04000409319996834], "max": [-0.07086362689733505, 0.26144111156463623, 1.2590380907058716, 3.393918991088867, 0.07417560368776321, 0.05828716978430748, 0.03991261124610901, -0.014841146767139435], "mean": [-0.2776878774166107, 0.15207943320274353, 1.1370372772216797, 3.1977527141571045, -0.13852134346961975, -0.0376644991338253, 0.025730585679411888, -0.02563449740409851], "std": [0.17780177295207977, 0.07493501901626587, 0.08264707028865814, 0.13492824137210846, 0.09949483722448349, 0.05218276381492615, 0.011210845783352852, 0.011389711871743202], "count": [235]}, "actions": {"min": [-1.3842239379882812, -0.6207125782966614, -0.6689126491546631, -0.14779342710971832, -0.2012198269367218, -0.10542744398117065, -1.0], "max": [0.7442766427993774, 0.5766888856887817, 1.629938006401062, 0.20959903299808502, 0.15286649763584137, 0.17634715139865875, 1.0], "mean": [-0.06967420130968094, 0.06983930617570877, -0.030642472207546234, 0.008728111162781715, 0.0004099080106243491, 0.0012611873680725694, 0.16595745086669922], "std": [0.30652686953544617, 0.14609159529209137, 0.34688401222229004, 0.04521627351641655, 0.05644897744059563, 0.040567997843027115, 0.9861341714859009], "count": [235]}, "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": [642], "max": [642], "mean": [642.0], "std": [0.0], "count": [235]}, "index": {"min": [213640], "max": [213874], "mean": [213757.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [235]}}} +{"episode_index": 643, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3458556638231464]], [[0.29026385677562044]], [[0.23064040359796262]]], "std": [[[0.15960745869536905]], [[0.15115361142849473]], [[0.15615356255536547]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3574371481502758]], [[0.27693222285251995]], [[0.18509800450942096]]], "std": [[[0.2202758277797667]], [[0.16020385712401244]], [[0.10130505092009269]]], "count": [100]}, "state": {"min": [-0.5387784242630005, -0.022161653265357018, 0.9984410405158997, 2.986154556274414, -0.20824624598026276, -0.20208153128623962, 0.015373824164271355, -0.03996714577078819], "max": [-0.0465814545750618, 0.2651948928833008, 1.2980318069458008, 3.490144729614258, 0.2826853394508362, 0.08283507823944092, 0.039982423186302185, -0.01234069187194109], "mean": [-0.2969389855861664, 0.16664139926433563, 1.1499993801116943, 3.193845510482788, -0.05458465963602066, -0.025531640276312828, 0.02360125072300434, -0.023405184969305992], "std": [0.1989438533782959, 0.08610019087791443, 0.08833086490631104, 0.11013616621494293, 0.10765574127435684, 0.07904338836669922, 0.011048025451600552, 0.011194747872650623], "count": [274]}, "actions": {"min": [-1.4052156209945679, -0.32245373725891113, -0.8602113127708435, -0.1464226245880127, -0.16089381277561188, -0.22736777365207672, -1.0], "max": [0.898420512676239, 1.1278746128082275, 1.3410675525665283, 0.39849886298179626, 0.4476822018623352, 0.14449654519557953, 1.0], "mean": [-0.06632115691900253, 0.08098939806222916, -0.03362809866666794, 0.013514657504856586, 0.002614338882267475, -0.00782905425876379, 0.32116788625717163], "std": [0.33710524439811707, 0.2021942287683487, 0.31567034125328064, 0.06031892076134682, 0.059189602732658386, 0.052579548209905624, 0.9470229744911194], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [643], "max": [643], "mean": [643.0], "std": [0.0], "count": [274]}, "index": {"min": [213875], "max": [214148], "mean": [214011.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [274]}}} +{"episode_index": 644, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3382300193637025]], [[0.284307861328125]], [[0.22411642815085017]]], "std": [[[0.16286296128553]], [[0.15224397933572478]], [[0.15641532575913988]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35237158442478556]], [[0.2740426031374464]], [[0.19186121024337469]]], "std": [[[0.200920540388648]], [[0.1515416383599291]], [[0.1129820722123909]]], "count": [100]}, "state": {"min": [-0.4877433478832245, -0.1111377626657486, 0.9953759908676147, 3.0077900886535645, -0.19360879063606262, -0.28281617164611816, 0.001067649805918336, -0.04000578448176384], "max": [-0.04088030010461807, -0.0005503198481164873, 1.2439597845077515, 3.222421646118164, 0.10442201048135757, 0.015149572864174843, 0.03993053734302521, -0.004415327217429876], "mean": [-0.2745647132396698, -0.07282926142215729, 1.13379967212677, 3.103649139404297, -0.06164425611495972, -0.10817548632621765, 0.019017621874809265, -0.019644897431135178], "std": [0.17647087574005127, 0.021784963086247444, 0.07062069326639175, 0.06406029313802719, 0.08235280215740204, 0.09954626113176346, 0.0163755901157856, 0.016070295125246048], "count": [279]}, "actions": {"min": [-1.1228917837142944, -0.5408218502998352, -0.7849885821342468, -0.22329264879226685, -0.15301372110843658, -0.16527897119522095, -1.0], "max": [0.7205740809440613, 0.5221204161643982, 0.9512456655502319, 0.22046630084514618, 0.1534818708896637, 0.2460043579339981, 1.0], "mean": [-0.05162125080823898, -0.03006153367459774, -0.024248307570815086, -0.00161452975589782, -0.002293477999046445, 0.000892366049811244, 0.19713261723518372], "std": [0.2947888970375061, 0.15964893996715546, 0.2615263760089874, 0.056038081645965576, 0.04202597960829735, 0.04638112336397171, 0.9803758859634399], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [644], "max": [644], "mean": [644.0], "std": [0.0], "count": [279]}, "index": {"min": [214149], "max": [214427], "mean": [214288.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [279]}}} +{"episode_index": 645, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34508585851332724]], [[0.2891758925494026]], [[0.22644973036822152]]], "std": [[[0.15762322339725152]], [[0.14805906683187425]], [[0.15421191478255789]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3415373487285539]], [[0.26113412116555607]], [[0.1822806049421722]]], "std": [[[0.20626441794636055]], [[0.15430782983125563]], [[0.1077553909936361]]], "count": [100]}, "state": {"min": [-0.5181722044944763, -0.09851785749197006, 0.9886257648468018, 3.037184715270996, -0.2743908166885376, -0.24856701493263245, 0.003878104966133833, -0.040005169808864594], "max": [-0.053173474967479706, 0.02420889213681221, 1.2558926343917847, 3.292215347290039, 0.2234209179878235, 0.16650325059890747, 0.039945829659700394, -0.003854315495118499], "mean": [-0.29047107696533203, -0.0628248006105423, 1.1382431983947754, 3.1442527770996094, -0.05352301150560379, -0.03486454486846924, 0.01663692481815815, -0.01745676063001156], "std": [0.1932366043329239, 0.030497342348098755, 0.07532025128602982, 0.06111127883195877, 0.11394856125116348, 0.13026098906993866, 0.016589313745498657, 0.01690772734582424], "count": [280]}, "actions": {"min": [-1.2116081714630127, -0.5834104418754578, -0.6749371886253357, -0.28464242815971375, -0.24722911417484283, -0.15850871801376343, -1.0], "max": [0.6400830745697021, 0.42225998640060425, 0.9242910146713257, 0.24705806374549866, 0.21568584442138672, 0.16939696669578552, 1.0], "mean": [-0.07042711973190308, -0.03015042096376419, -0.039019763469696045, -0.0022427921649068594, 0.0003253549220971763, 0.0032716761343181133, 0.24285714328289032], "std": [0.289168119430542, 0.13852594792842865, 0.27551180124282837, 0.055060770362615585, 0.05521667003631592, 0.05212448164820671, 0.9700644612312317], "count": [280]}, "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": [645], "max": [645], "mean": [645.0], "std": [0.0], "count": [280]}, "index": {"min": [214428], "max": [214707], "mean": [214567.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [280]}}} +{"episode_index": 646, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34122145948223037]], [[0.28541885735006894]], [[0.22350735712986367]]], "std": [[[0.16038827218854873]], [[0.1496088965922368]], [[0.15392896381691737]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.35322686767578126]], [[0.27276498951631434]], [[0.19043906836416208]]], "std": [[[0.20384213952734753]], [[0.15192548554956453]], [[0.10679433198880983]]], "count": [100]}, "state": {"min": [-0.5854909420013428, -0.12220323085784912, 0.9910532236099243, 3.0760550498962402, -0.4493788778781891, -0.35906490683555603, 0.002487227087840438, -0.04000268504023552], "max": [-0.039058003574609756, -0.028005380183458328, 1.3044365644454956, 3.3825647830963135, 0.17303243279457092, 0.059215012937784195, 0.03998866304755211, -0.003834059461951256], "mean": [-0.3007355034351349, -0.0749565064907074, 1.1726359128952026, 3.17073392868042, -0.1260734349489212, -0.18603183329105377, 0.01629440300166607, -0.016642294824123383], "std": [0.21083708107471466, 0.02009895257651806, 0.09608782827854156, 0.061408814042806625, 0.14513903856277466, 0.1273297369480133, 0.016443470492959023, 0.016681388020515442], "count": [379]}, "actions": {"min": [-1.2302742004394531, -0.8100179433822632, -1.024846076965332, -0.2193920761346817, -0.1558372676372528, -0.2922399640083313, -1.0], "max": [0.7642358541488647, 0.7738847136497498, 1.2914891242980957, 0.3093043565750122, 0.20688633620738983, 0.17826324701309204, 1.0], "mean": [-0.04648706689476967, -0.014531160704791546, -0.028093989938497543, 0.0018665408715605736, 0.0022397921420633793, 0.0029782108031213284, 0.2981530427932739], "std": [0.2914489507675171, 0.16825078427791595, 0.2697701156139374, 0.05289456993341446, 0.05272979661822319, 0.05721871182322502, 0.9545163512229919], "count": [379]}, "timestamp": {"min": [0.0], "max": [37.8], "mean": [18.900000000000002], "std": [10.940749517286282], "count": [379]}, "frame_index": {"min": [0], "max": [378], "mean": [189.0], "std": [109.40749517286281], "count": [379]}, "episode_index": {"min": [646], "max": [646], "mean": [646.0], "std": [0.0], "count": [379]}, "index": {"min": [214708], "max": [215086], "mean": [214897.0], "std": [109.40749517286281], "count": [379]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [379]}}} +{"episode_index": 647, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3408540673349418]], [[0.286120138130936]], [[0.22536248839135264]]], "std": [[[0.16225456014438314]], [[0.15219393382966254]], [[0.15701811299780818]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3495830137963388]], [[0.26952145744772515]], [[0.1878054791618796]]], "std": [[[0.20608009094161883]], [[0.153863112590996]], [[0.10762810342753296]]], "count": [100]}, "state": {"min": [-0.540278434753418, -0.10303086787462234, 0.9909368753433228, 3.0465195178985596, -0.24556556344032288, -0.28329145908355713, 0.0038770742248743773, -0.04000655934214592], "max": [-0.02659190073609352, 0.016917932778596878, 1.29194974899292, 3.2472918033599854, 0.23642513155937195, 0.27564606070518494, 0.039983879774808884, -0.00395532650873065], "mean": [-0.27774685621261597, -0.05945664644241333, 1.162308692932129, 3.1373913288116455, -0.07616688311100006, -0.018772054463624954, 0.0185832679271698, -0.018780233338475227], "std": [0.1986716389656067, 0.028669800609350204, 0.08593159168958664, 0.0502949059009552, 0.11407215893268585, 0.15644614398479462, 0.017236795276403427, 0.017262106761336327], "count": [325]}, "actions": {"min": [-1.284638524055481, -0.5461066365242004, -0.7778228521347046, -0.18956808745861053, -0.18614940345287323, -0.14094015955924988, -1.0], "max": [0.6514921188354492, 0.42160284519195557, 1.0058972835540771, 0.1983998715877533, 0.16996242105960846, 0.2566789984703064, 1.0], "mean": [-0.05578792840242386, -0.02146781049668789, -0.0290765929967165, -0.001389381242915988, 0.002448712009936571, 0.004397721029818058, 0.16923077404499054], "std": [0.28680092096328735, 0.15482473373413086, 0.2648676633834839, 0.04593949019908905, 0.05081721767783165, 0.057803988456726074, 0.9855755567550659], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [647], "max": [647], "mean": [647.0], "std": [0.0], "count": [325]}, "index": {"min": [215087], "max": [215411], "mean": [215249.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [325]}}} +{"episode_index": 648, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33827335611979165]], [[0.2834818791408165]], [[0.2229768144196155]]], "std": [[[0.1615135161231668]], [[0.15109274590999644]], [[0.15433911696461378]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35704131122663907]], [[0.283479164871515]], [[0.19920636106004902]]], "std": [[[0.20393366810795308]], [[0.1541240894454557]], [[0.11330002435170136]]], "count": [100]}, "state": {"min": [-0.5300021767616272, -0.03911876678466797, 0.9878060221672058, 2.9821817874908447, -0.21510760486125946, -0.11375094950199127, 0.0054917046800255775, -0.0399799607694149], "max": [-0.021298855543136597, 0.08059906214475632, 1.3023583889007568, 3.201324224472046, 0.20536501705646515, 0.19885984063148499, 0.039989229291677475, -0.0019009929383173585], "mean": [-0.2861595153808594, -0.0021394509822130203, 1.1610490083694458, 3.0861496925354004, -0.041324175894260406, 0.07123389840126038, 0.017178619280457497, -0.017218342050909996], "std": [0.1872600018978119, 0.027546698227524757, 0.08587521314620972, 0.056988369673490524, 0.1003337949514389, 0.07868027687072754, 0.015758849680423737, 0.015743082389235497], "count": [351]}, "actions": {"min": [-0.9047673940658569, -0.9007574915885925, -0.512636125087738, -0.14448672533035278, -0.1498827040195465, -0.15432824194431305, -1.0], "max": [1.0499948263168335, 0.6507073640823364, 1.2625340223312378, 0.21523825824260712, 0.13955315947532654, 0.21474887430667877, 1.0], "mean": [-0.051738131791353226, 0.001952728140167892, -0.036075808107852936, -0.0007438354659825563, -0.0012181370984762907, -0.0025667196605354548, 0.3162393271923065], "std": [0.25485923886299133, 0.14931628108024597, 0.25873833894729614, 0.04700782522559166, 0.047365862876176834, 0.04566193372011185, 0.9486792683601379], "count": [351]}, "timestamp": {"min": [0.0], "max": [35.0], "mean": [17.5], "std": [10.132456102380443], "count": [351]}, "frame_index": {"min": [0], "max": [350], "mean": [175.0], "std": [101.32456102380442], "count": [351]}, "episode_index": {"min": [648], "max": [648], "mean": [648.0], "std": [0.0], "count": [351]}, "index": {"min": [215412], "max": [215762], "mean": [215587.0], "std": [101.32456102380442], "count": [351]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [351]}}} +{"episode_index": 649, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3613319079829197]], [[0.30364967675302545]], [[0.23577259677064186]]], "std": [[[0.1424151825513482]], [[0.13420596212676425]], [[0.146343995297319]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.4321443062576593]], [[0.3397983302696078]], [[0.2306473819508272]]], "std": [[[0.18840323716810375]], [[0.1382691034925983]], [[0.10396034823785193]]], "count": [100]}, "state": {"min": [-0.2894543409347534, -0.21594107151031494, 0.9917306303977966, 2.9709160327911377, -0.12618453800678253, -0.17519548535346985, 0.005181720480322838, -0.03995110094547272], "max": [-0.10716681182384491, 0.2535354793071747, 1.3199546337127686, 3.263054370880127, 0.06095875799655914, 0.12090490013360977, 0.04000133275985718, -0.0027033546939492226], "mean": [-0.20498137176036835, 0.08237289637327194, 1.1755152940750122, 3.153709888458252, -0.037660520523786545, 0.04131561890244484, 0.019835878163576126, -0.01901918090879917], "std": [0.06737849116325378, 0.16180874407291412, 0.10331553965806961, 0.07652805000543594, 0.05140717327594757, 0.07358624041080475, 0.015573867596685886, 0.016173169016838074], "count": [221]}, "actions": {"min": [-0.5196645259857178, -1.213396430015564, -0.66471266746521, -0.1007399633526802, -0.13233642280101776, -0.1264556348323822, -1.0], "max": [0.6587430834770203, 1.012258768081665, 1.4399446249008179, 0.0996800884604454, 0.10267580300569534, 0.1193351149559021, 1.0], "mean": [0.008877524174749851, -0.0870630219578743, 0.0031658958178013563, -0.004332077223807573, 0.0014344085939228535, -0.006025727838277817, 0.21266968548297882], "std": [0.18167364597320557, 0.34379857778549194, 0.3267247676849365, 0.03750792518258095, 0.04170330613851547, 0.041140370070934296, 0.9771238565444946], "count": [221]}, "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": [649], "max": [649], "mean": [649.0], "std": [0.0], "count": [221]}, "index": {"min": [215763], "max": [215983], "mean": [215873.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [221]}}} +{"episode_index": 650, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36353199199601716]], [[0.3070999827665441]], [[0.2403876516304764]]], "std": [[[0.1467566803186358]], [[0.13985042818210697]], [[0.15289407384132503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44141195319680604]], [[0.34761390536439185]], [[0.23649846993240656]]], "std": [[[0.17777186295462347]], [[0.12731711332214507]], [[0.0943545323985772]]], "count": [100]}, "state": {"min": [-0.30800583958625793, -0.21177294850349426, 0.9984078407287598, 2.9050862789154053, -0.2869097888469696, -0.06406016647815704, 0.0033895187079906464, -0.039870403707027435], "max": [-0.10902450978755951, 0.22535677254199982, 1.2627087831497192, 3.2414610385894775, -0.020102087408304214, 0.04424954205751419, 0.040004611015319824, -0.003744949121028185], "mean": [-0.21729689836502075, 0.08293204754590988, 1.1591988801956177, 3.158374309539795, -0.1616382896900177, -0.003838805016130209, 0.019889893010258675, -0.019766684621572495], "std": [0.07244822382926941, 0.14523360133171082, 0.08256290853023529, 0.09101873636245728, 0.07453121989965439, 0.024479303508996964, 0.017349785193800926, 0.017300309613347054], "count": [188]}, "actions": {"min": [-0.8392664194107056, -0.8182736039161682, -0.7069172263145447, -0.134530171751976, -0.17015095055103302, -0.1409662514925003, -1.0], "max": [0.8498249650001526, 0.9572455286979675, 1.5052436590194702, 0.1160053238272667, 0.13626626133918762, 0.1119324192404747, 1.0], "mean": [0.01928113028407097, -0.09601797163486481, 0.0145320575684309, -0.010455555282533169, -0.0004546378622762859, -0.00415495689958334, 0.1702127605676651], "std": [0.24339395761489868, 0.33676987886428833, 0.33050456643104553, 0.03985048457980156, 0.04984141141176224, 0.03877171874046326, 0.9854085445404053], "count": [188]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [650], "max": [650], "mean": [650.0], "std": [0.0], "count": [188]}, "index": {"min": [215984], "max": [216171], "mean": [216077.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [188]}}} +{"episode_index": 651, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36019328218347885]], [[0.3046375146005668]], [[0.23894067143458947]]], "std": [[[0.14508214719206566]], [[0.13713710233264745]], [[0.14925339395134282]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4309420626771216]], [[0.3354467558019301]], [[0.22501704735849418]]], "std": [[[0.18232088253431628]], [[0.1311391114399073]], [[0.09087828841529544]]], "count": [100]}, "state": {"min": [-0.29909059405326843, -0.22337548434734344, 0.9924225807189941, 2.9104039669036865, -0.10266592353582382, 0.017978055402636528, 0.003841631580144167, -0.039932992309331894], "max": [-0.09026524424552917, 0.21807748079299927, 1.2684296369552612, 3.2048110961914062, 0.11375272274017334, 0.16210182011127472, 0.03997156023979187, -0.0036299447529017925], "mean": [-0.1980055570602417, 0.0708884447813034, 1.1628830432891846, 3.135021686553955, -0.013868706300854683, 0.08329477161169052, 0.020069066435098648, -0.01992121711373329], "std": [0.07093179225921631, 0.15179859101772308, 0.08292394876480103, 0.07625509798526764, 0.05964145064353943, 0.0379120409488678, 0.01705988496541977, 0.01713057979941368], "count": [181]}, "actions": {"min": [-0.6261175274848938, -1.10858952999115, -0.7174351811408997, -0.1977689415216446, -0.14952954649925232, -0.160728320479393, -1.0], "max": [0.8800464272499084, 1.1035405397415161, 1.3290836811065674, 0.1090707927942276, 0.1339176744222641, 0.20653122663497925, 1.0], "mean": [0.025730624794960022, -0.1128765195608139, 0.025207825005054474, -0.010257384739816189, 0.003541430691257119, -0.0006810741033405066, 0.09392265230417252], "std": [0.250128835439682, 0.35915830731391907, 0.34589719772338867, 0.046503618359565735, 0.05271877720952034, 0.04531451314687729, 0.9955787658691406], "count": [181]}, "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": [651], "max": [651], "mean": [651.0], "std": [0.0], "count": [181]}, "index": {"min": [216172], "max": [216352], "mean": [216262.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [181]}}} +{"episode_index": 652, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3594574375526578]], [[0.30357383518592984]], [[0.23754363774318318]]], "std": [[[0.14567769622656093]], [[0.13746137174067366]], [[0.14908796252271164]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.4320759444891238]], [[0.33740579103956037]], [[0.22705678363874848]]], "std": [[[0.18473539266277034]], [[0.1330956655790741]], [[0.09381811610648923]]], "count": [100]}, "state": {"min": [-0.2970850169658661, -0.23038023710250854, 0.9967131614685059, 3.0449891090393066, -0.1069846898317337, -0.02480470947921276, 0.0006850971840322018, -0.03988010808825493], "max": [-0.09060151129961014, 0.23665307462215424, 1.3004820346832275, 3.3792991638183594, 0.0906587466597557, 0.17150358855724335, 0.040006183087825775, -0.003447504946961999], "mean": [-0.2031131088733673, 0.08448609709739685, 1.1724269390106201, 3.211292028427124, -0.01885320618748665, 0.08315256237983704, 0.019338954240083694, -0.01925705187022686], "std": [0.0770346149802208, 0.15956167876720428, 0.0932694673538208, 0.08357161283493042, 0.059578076004981995, 0.048446062952280045, 0.01743972674012184, 0.01730274222791195], "count": [187]}, "actions": {"min": [-0.9376375079154968, -1.2480859756469727, -0.5750987529754639, -0.17043279111385345, -0.14074306190013885, -0.16625621914863586, -1.0], "max": [0.753015398979187, 0.5940223932266235, 1.4308289289474487, 0.1581205278635025, 0.12935878336429596, 0.12155142426490784, 1.0], "mean": [0.014257528819143772, -0.13623157143592834, 0.007255251985043287, -0.0065842438489198685, 0.003221980994567275, -0.0025223135016858578, 0.2085561454296112], "std": [0.2584267258644104, 0.37355712056159973, 0.3559983968734741, 0.047842055559158325, 0.047646574676036835, 0.04265858232975006, 0.9780115485191345], "count": [187]}, "timestamp": {"min": [0.0], "max": [18.6], "mean": [9.299999999999999], "std": [5.3981478305063115], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [652], "max": [652], "mean": [652.0], "std": [0.0], "count": [187]}, "index": {"min": [216353], "max": [216539], "mean": [216446.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [187]}}} +{"episode_index": 653, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3619956569297641]], [[0.3064425365971584]], [[0.23902565271714155]]], "std": [[[0.1439397350756984]], [[0.1361921171510721]], [[0.1499253808555425]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3798115563486137]], [[0.2942010378370098]], [[0.19709669763901655]]], "std": [[[0.1877952704883189]], [[0.13304005130940333]], [[0.08540338757281997]]], "count": [100]}, "state": {"min": [-0.29917630553245544, -0.2768745720386505, 0.9964081048965454, 2.449199914932251, -0.17833416163921356, -0.11606648564338684, 0.014909816905856133, -0.039932772517204285], "max": [-0.15495455265045166, 0.07483432441949844, 1.2707676887512207, 3.220905065536499, 0.05636110529303551, 0.3307074308395386, 0.04000217095017433, -0.012705308385193348], "mean": [-0.22151820361614227, -0.045417290180921555, 1.1309030055999756, 2.9675509929656982, -0.044721491634845734, 0.047771405428647995, 0.028452947735786438, -0.027932729572057724], "std": [0.05202401429414749, 0.1237528920173645, 0.08056328445672989, 0.2644793689250946, 0.06354742497205734, 0.15033183991909027, 0.011251995339989662, 0.011308939196169376], "count": [172]}, "actions": {"min": [-0.5251495242118835, -0.9900569915771484, -0.8195130228996277, -0.23338033258914948, -0.18004532158374786, -0.11827046424150467, -1.0], "max": [0.6030988097190857, 1.0815013647079468, 1.0549179315567017, 0.38200652599334717, 0.2529769837856293, 0.19465722143650055, 1.0], "mean": [0.017726901918649673, -0.0811675563454628, 0.007042882032692432, -0.020171770825982094, -0.002633649855852127, 0.007342207711189985, -0.023255813866853714], "std": [0.20496144890785217, 0.3062725365161896, 0.33242014050483704, 0.07841824740171432, 0.05660853534936905, 0.04939138889312744, 0.9997293949127197], "count": [172]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.965128397131337], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [653], "max": [653], "mean": [653.0], "std": [0.0], "count": [172]}, "index": {"min": [216540], "max": [216711], "mean": [216625.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [172]}}} +{"episode_index": 654, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36301878865559895]], [[0.3070336124195772]], [[0.2392222499473422]]], "std": [[[0.14309372850225355]], [[0.13563288443063506]], [[0.14962927941897194]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9686274509803922]]], "mean": [[[0.36810661884382656]], [[0.28906578752106316]], [[0.20032386390835633]]], "std": [[[0.18679141186254936]], [[0.13372524339858574]], [[0.09216133886967207]]], "count": [100]}, "state": {"min": [-0.3138025403022766, -0.26142555475234985, 0.9886552691459656, 2.3488008975982666, -0.250152051448822, -0.10190226882696152, 0.015268008224666119, -0.04000723361968994], "max": [-0.17361965775489807, 0.08017817884683609, 1.29183030128479, 3.07905650138855, 0.016212068498134613, 0.49244895577430725, 0.03989110887050629, -0.013196987099945545], "mean": [-0.2363196760416031, -0.040236812084913254, 1.1361525058746338, 2.835541248321533, -0.10275154560804367, 0.14431452751159668, 0.027667321264743805, -0.027599703520536423], "std": [0.0503012053668499, 0.12075793743133545, 0.08656544238328934, 0.26890766620635986, 0.06914138793945312, 0.20201510190963745, 0.010911011137068272, 0.010774193331599236], "count": [159]}, "actions": {"min": [-0.760481595993042, -1.021180272102356, -0.8826611042022705, -0.2560305595397949, -0.1579550802707672, -0.1624419242143631, -1.0], "max": [0.4785556495189667, 1.0210052728652954, 1.5930747985839844, 0.2749534547328949, 0.22136595845222473, 0.17628608644008636, 1.0], "mean": [-0.004989178851246834, -0.08445481956005096, 0.00905807875096798, -0.018846336752176285, -0.0017001330852508545, 0.007675551809370518, 0.044025156646966934], "std": [0.20056240260601044, 0.31959742307662964, 0.40214869379997253, 0.07582591474056244, 0.06795275211334229, 0.05464022606611252, 0.9990300536155701], "count": [159]}, "timestamp": {"min": [0.0], "max": [15.8], "mean": [7.8999999999999995], "std": [4.589843860815601], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [654], "max": [654], "mean": [654.0], "std": [0.0], "count": [159]}, "index": {"min": [216712], "max": [216870], "mean": [216791.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [159]}}} +{"episode_index": 655, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3611801362879136]], [[0.30517324589748007]], [[0.23708804620481005]]], "std": [[[0.14292842402984085]], [[0.13467679679699676]], [[0.1481683395778505]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9686274509803922]]], "mean": [[[0.38788007190180757]], [[0.30178025608436737]], [[0.2026120880725337]]], "std": [[[0.18179930235616745]], [[0.1275525133735898]], [[0.08220557967848312]]], "count": [100]}, "state": {"min": [-0.29389193654060364, -0.25627684593200684, 1.0033247470855713, 2.4058947563171387, -0.2569512724876404, -0.08241447061300278, 0.015225925482809544, -0.04000598192214966], "max": [-0.13873083889484406, 0.04193183779716492, 1.31596040725708, 3.0881154537200928, 0.07978510856628418, 0.583928644657135, 0.03987082093954086, -0.005446884781122208], "mean": [-0.21086472272872925, -0.05223413184285164, 1.1571540832519531, 2.8763163089752197, -0.05846412852406502, 0.14032836258411407, 0.029234008863568306, -0.028786996379494667], "std": [0.052717212587594986, 0.1028929203748703, 0.08684834837913513, 0.23021693527698517, 0.08558303117752075, 0.23789218068122864, 0.010880211368203163, 0.011384859681129456], "count": [192]}, "actions": {"min": [-0.4685486853122711, -0.7719531655311584, -1.6012372970581055, -0.23071616888046265, -0.14533951878547668, -0.15096606314182281, -1.0], "max": [0.6334013938903809, 0.8117648959159851, 0.9936894774436951, 0.20192034542560577, 0.3395051956176758, 0.16976316273212433, 1.0], "mean": [0.021946368739008904, -0.049570873379707336, 0.001714708167128265, -0.01809621974825859, -0.0014543524011969566, 0.013191011734306812, -0.09375], "std": [0.21069855988025665, 0.27569839358329773, 0.3812653422355652, 0.07165805995464325, 0.06622542440891266, 0.059626366943120956, 0.9955957531929016], "count": [192]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [655], "max": [655], "mean": [655.0], "std": [0.0], "count": [192]}, "index": {"min": [216871], "max": [217062], "mean": [216966.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [192]}}} +{"episode_index": 656, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36187713144339767]], [[0.30548148420745247]], [[0.237267578125]]], "std": [[[0.14054019312282287]], [[0.13205207759261328]], [[0.14555033754713304]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3706899061016008]], [[0.2877776070389093]], [[0.19450749954522825]]], "std": [[[0.18224824754610613]], [[0.12973855808086235]], [[0.08774778095012174]]], "count": [100]}, "state": {"min": [-0.30505862832069397, -0.25809869170188904, 1.0110368728637695, 2.365981340408325, -0.19050262868404388, -0.09319004416465759, 0.014611360616981983, -0.04000319167971611], "max": [-0.16376633942127228, 0.0751461610198021, 1.3024201393127441, 3.175955057144165, 0.10531626641750336, 0.3667812645435333, 0.03987283632159233, -0.01289649959653616], "mean": [-0.22779901325702667, -0.045290835201740265, 1.1533361673355103, 2.851513385772705, -0.016076641157269478, 0.08165611326694489, 0.027226192876696587, -0.027653325349092484], "std": [0.04800022765994072, 0.12033446133136749, 0.08800220489501953, 0.26455095410346985, 0.09310321509838104, 0.1495627611875534, 0.011501863598823547, 0.011296810582280159], "count": [168]}, "actions": {"min": [-0.6655933260917664, -0.841421902179718, -0.9544437527656555, -0.23195719718933105, -0.16277046501636505, -0.14899243414402008, -1.0], "max": [0.5652345418930054, 0.9220633506774902, 1.4572895765304565, 0.32877010107040405, 0.2854998707771301, 0.1922772079706192, 1.0], "mean": [0.027723107486963272, -0.07491855323314667, 0.024323083460330963, -0.02408646047115326, -0.006159737706184387, 0.009235477074980736, 0.0], "std": [0.21278467774391174, 0.31018319725990295, 0.3610643744468689, 0.07771847397089005, 0.05765872076153755, 0.05208829045295715, 1.0], "count": [168]}, "timestamp": {"min": [0.0], "max": [16.7], "mean": [8.35], "std": [4.8496563452132015], "count": [168]}, "frame_index": {"min": [0], "max": [167], "mean": [83.5], "std": [48.496563452132015], "count": [168]}, "episode_index": {"min": [656], "max": [656], "mean": [656.0], "std": [0.0], "count": [168]}, "index": {"min": [217063], "max": [217230], "mean": [217146.5], "std": [48.496563452132015], "count": [168]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [168]}}} +{"episode_index": 657, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36134098666322]], [[0.3048255633185891]], [[0.23670321056889554]]], "std": [[[0.1398563392113271]], [[0.13154634552284122]], [[0.14455067857655535]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9686274509803922]]], "mean": [[[0.36501223994236365]], [[0.28194594918045346]], [[0.1884412596459482]]], "std": [[[0.16843810191991007]], [[0.11558638866175375]], [[0.07286798840118278]]], "count": [100]}, "state": {"min": [-0.3306127190589905, -0.2560805380344391, 0.9760183691978455, 2.4397101402282715, -0.33027154207229614, -0.3227272033691406, 0.012460356578230858, -0.03989759832620621], "max": [-0.2409568727016449, 0.17300094664096832, 1.2871148586273193, 3.2464799880981445, 0.13815680146217346, 0.41452568769454956, 0.04000342637300491, -0.01089720893651247], "mean": [-0.3052738606929779, 0.015549416653811932, 1.1274477243423462, 2.971141815185547, -0.06788574159145355, -0.04551142454147339, 0.027524316683411598, -0.02718854509294033], "std": [0.02277802862226963, 0.14645878970623016, 0.08758409321308136, 0.2849949896335602, 0.14364150166511536, 0.2524515688419342, 0.012317265383899212, 0.012332091107964516], "count": [192]}, "actions": {"min": [-0.30205634236335754, -0.9570527672767639, -1.3386884927749634, -0.18019849061965942, -0.17763778567314148, -0.2321166694164276, -1.0], "max": [0.4468587636947632, 0.9260882139205933, 1.2243415117263794, 0.2645722031593323, 0.4940670132637024, 0.22255775332450867, 1.0], "mean": [0.012508227489888668, -0.044170305132865906, 1.0606057003315073e-05, -0.019850226119160652, -0.005845444742590189, 0.005584031343460083, -0.0520833320915699], "std": [0.12338870018720627, 0.3881412148475647, 0.382802277803421, 0.07651884853839874, 0.07999154180288315, 0.06491506099700928, 0.998641848564148], "count": [192]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [657], "max": [657], "mean": [657.0], "std": [0.0], "count": [192]}, "index": {"min": [217231], "max": [217422], "mean": [217326.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [192]}}} +{"episode_index": 658, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36010176176183367]], [[0.30284708060470283]], [[0.23412838027056523]]], "std": [[[0.1386001848157103]], [[0.1296748758112576]], [[0.1420376440679612]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36862227136948533]], [[0.28489944218654256]], [[0.19046121036305147]]], "std": [[[0.16656282855985582]], [[0.11419842377782369]], [[0.0742727218815343]]], "count": [100]}, "state": {"min": [-0.3622700273990631, -0.24892663955688477, 0.9732411503791809, 2.383227586746216, -0.25960490107536316, -0.09027471393346786, 0.012438821606338024, -0.03994007781147957], "max": [-0.2954796850681305, 0.20382143557071686, 1.28404700756073, 3.210258722305298, 0.10687565803527832, 0.49354287981987, 0.039976608008146286, -0.010660536587238312], "mean": [-0.3324536681175232, 0.03769724443554878, 1.127640962600708, 2.9494516849517822, -0.039406195282936096, 0.10231693089008331, 0.027950072661042213, -0.027472851797938347], "std": [0.017387889325618744, 0.1523897349834442, 0.0892719253897667, 0.2881145179271698, 0.11299934983253479, 0.2124856412410736, 0.012305310927331448, 0.012339227832853794], "count": [178]}, "actions": {"min": [-0.26483696699142456, -1.1745589971542358, -0.8545454740524292, -0.17868059873580933, -0.17440839111804962, -0.29114198684692383, -1.0], "max": [0.3154323399066925, 0.8388711810112, 0.9263402223587036, 0.22367316484451294, 0.39519184827804565, 0.13836048543453217, 1.0], "mean": [0.015966078266501427, -0.06260300427675247, -0.018856680020689964, -0.02148909866809845, -0.003975815139710903, 0.013472676277160645, -0.07865168899297714], "std": [0.09672674536705017, 0.42597731947898865, 0.37435850501060486, 0.07810277491807938, 0.08392302691936493, 0.04963598772883415, 0.9969016313552856], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [658], "max": [658], "mean": [658.0], "std": [0.0], "count": [178]}, "index": {"min": [217423], "max": [217600], "mean": [217511.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [178]}}} +{"episode_index": 659, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36127483293121937]], [[0.3046757997999004]], [[0.2366514419854856]]], "std": [[[0.140805815058125]], [[0.13258224459977822]], [[0.14544473515797862]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.37279478723862597]], [[0.2888098635206035]], [[0.19353395050647212]]], "std": [[[0.16748877252660435]], [[0.11485421802623204]], [[0.07382720704824981]]], "count": [100]}, "state": {"min": [-0.3472001850605011, -0.26821690797805786, 0.9754284024238586, 2.4232964515686035, -0.2760017216205597, -0.13409340381622314, 0.01581764407455921, -0.0399019680917263], "max": [-0.26385578513145447, 0.20228151977062225, 1.2539386749267578, 3.2395453453063965, 0.06515255570411682, 0.45233044028282166, 0.04000484570860863, -0.013373338617384434], "mean": [-0.31194329261779785, 0.029251132160425186, 1.1162238121032715, 2.97351336479187, -0.07108833640813828, 0.10492321848869324, 0.029277555644512177, -0.0288311168551445], "std": [0.023635294288396835, 0.16245494782924652, 0.08051040023565292, 0.29340410232543945, 0.11086072027683258, 0.19600564241409302, 0.01073393039405346, 0.010601986199617386], "count": [171]}, "actions": {"min": [-0.27183619141578674, -1.116977334022522, -0.8378515839576721, -0.199027881026268, -0.1545373499393463, -0.27982619404792786, -1.0], "max": [0.25110480189323425, 0.9348047375679016, 0.931175947189331, 0.18435433506965637, 0.32934483885765076, 0.11596137285232544, 1.0], "mean": [0.016258083283901215, -0.05572805181145668, -0.008758452720940113, -0.021106727421283722, -0.008814011700451374, 0.012430044822394848, -0.0760233923792839], "std": [0.1022500991821289, 0.4425179064273834, 0.3338654041290283, 0.07898261398077011, 0.06918337941169739, 0.04566754773259163, 0.9971060752868652], "count": [171]}, "timestamp": {"min": [0.0], "max": [17.0], "mean": [8.5], "std": [4.936260392915538], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [659], "max": [659], "mean": [659.0], "std": [0.0], "count": [171]}, "index": {"min": [217601], "max": [217771], "mean": [217686.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [171]}}} +{"episode_index": 660, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3608813733867571]], [[0.3037327952665441]], [[0.2352301109164369]]], "std": [[[0.14124336205821889]], [[0.13281385448184857]], [[0.1450708355098671]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9686274509803922]]], "mean": [[[0.3591700720693551]], [[0.2826293574314491]], [[0.19601296937231924]]], "std": [[[0.15687593955951284]], [[0.10703368303793709]], [[0.07474917539742225]]], "count": [100]}, "state": {"min": [-0.3982070982456207, -0.2172328382730484, 0.9868535399436951, 2.1550121307373047, -0.3760577440261841, -0.15169958770275116, 0.011115766130387783, -0.040002528578042984], "max": [-0.2661835253238678, 0.1980927586555481, 1.2810183763504028, 3.1429548263549805, 0.06809093803167343, 0.4732500910758972, 0.03995842486619949, -0.011822541244328022], "mean": [-0.35063520073890686, 0.04076867923140526, 1.129218339920044, 2.776067018508911, -0.12313733994960785, 0.08393865078687668, 0.025558508932590485, -0.025753844529390335], "std": [0.030278688296675682, 0.14668455719947815, 0.08335483074188232, 0.3733120858669281, 0.14373698830604553, 0.22768183052539825, 0.013266603462398052, 0.012953386642038822], "count": [217]}, "actions": {"min": [-0.5704351663589478, -1.1097904443740845, -0.8328613042831421, -0.2603064477443695, -0.22849005460739136, -0.15705500543117523, -1.0], "max": [0.3763442635536194, 0.9928532242774963, 1.3841776847839355, 0.2245183289051056, 0.31119123101234436, 0.14207032322883606, 1.0], "mean": [-0.021658800542354584, -0.027354298159480095, -0.0011939374962821603, -0.01770615763962269, -0.009037567302584648, 0.004137527197599411, 0.0138248847797513], "std": [0.13955478370189667, 0.3432091474533081, 0.29551103711128235, 0.07360898703336716, 0.06017403304576874, 0.0423535518348217, 0.9999035000801086], "count": [217]}, "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": [660], "max": [660], "mean": [660.0], "std": [0.0], "count": [217]}, "index": {"min": [217772], "max": [217988], "mean": [217880.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [217]}}} +{"episode_index": 661, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37088467885933674]], [[0.31441480329924937]], [[0.24547450226428463]]], "std": [[[0.14094620754791348]], [[0.13611167642384622]], [[0.15406719455530665]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.4154606323242187]], [[0.3241873725442325]], [[0.212987777410769]]], "std": [[[0.17658460897280462]], [[0.12748528732147849]], [[0.09295147511877007]]], "count": [100]}, "state": {"min": [-0.3261488080024719, -0.19674094021320343, 0.9747219085693359, 2.9156839847564697, -0.22808991372585297, -0.047955889254808426, 0.005070502404123545, -0.040006738156080246], "max": [-0.04848654940724373, -0.005756350699812174, 1.3039566278457642, 3.2015366554260254, 0.04060724377632141, 0.1385757476091385, 0.039957717061042786, -0.005611219443380833], "mean": [-0.176719069480896, -0.12850730121135712, 1.168684959411621, 3.045269250869751, -0.10325763374567032, 0.04546003043651581, 0.024231981486082077, -0.02447456493973732], "std": [0.09974630177021027, 0.04885955899953842, 0.09166119247674942, 0.07893478125333786, 0.08037383109331131, 0.034910183399915695, 0.016680428758263588, 0.016509635373950005], "count": [237]}, "actions": {"min": [-0.6872552037239075, -0.4665888845920563, -0.4622936248779297, -0.18288718163967133, -0.16297581791877747, -0.1784815788269043, -1.0], "max": [0.49840566515922546, 0.2173345386981964, 1.298990249633789, 0.29370880126953125, 0.09754245728254318, 0.19337692856788635, 1.0], "mean": [-0.00019870566029567271, -0.05961603671312332, 0.023669609799981117, -0.0035024683456867933, -0.0049560959450900555, -0.0031765701714903116, -0.1139240488409996], "std": [0.23833273351192474, 0.1325445920228958, 0.3151381313800812, 0.05176835134625435, 0.045156463980674744, 0.04483409225940704, 0.9934900403022766], "count": [237]}, "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": [661], "max": [661], "mean": [661.0], "std": [0.0], "count": [237]}, "index": {"min": [217989], "max": [218225], "mean": [218107.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [237]}}} +{"episode_index": 662, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3692243748085171]], [[0.3142835687375536]], [[0.24706153420840993]]], "std": [[[0.1418093898220424]], [[0.13640593757977856]], [[0.15391748032960514]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42305848663928464]], [[0.32850587194106157]], [[0.21382832306506586]]], "std": [[[0.17534909426680934]], [[0.12651368483367567]], [[0.09279065318508424]]], "count": [100]}, "state": {"min": [-0.30432745814323425, -0.21383249759674072, 0.9802911281585693, 3.0478382110595703, -0.18419136106967926, -0.11341123282909393, 0.002478184411302209, -0.03998823091387749], "max": [-0.03702174499630928, 0.025545194745063782, 1.2633957862854004, 3.2347774505615234, 0.1011936143040657, 0.07956593483686447, 0.039967868477106094, -0.005172589793801308], "mean": [-0.15392380952835083, -0.12953504920005798, 1.1436245441436768, 3.1187849044799805, -0.036007944494485855, 0.00965933222323656, 0.02264934964478016, -0.022929053753614426], "std": [0.09570572525262833, 0.061582352966070175, 0.08743486553430557, 0.03918860852718353, 0.08966504782438278, 0.05083257704973221, 0.016953658312559128, 0.016652917489409447], "count": [200]}, "actions": {"min": [-0.8924030661582947, -0.5705199837684631, -0.6199377775192261, -0.21270394325256348, -0.16887249052524567, -0.12552763521671295, -1.0], "max": [0.6338484883308411, 0.14875921607017517, 1.2695395946502686, 0.118138886988163, 0.08742313832044601, 0.19325900077819824, 1.0], "mean": [0.016543466597795486, -0.0883721262216568, 0.018538562580943108, -0.0074850767850875854, -0.007193097844719887, -0.004050449933856726, -0.029999999329447746], "std": [0.2845850884914398, 0.1358231157064438, 0.32081255316734314, 0.03934742137789726, 0.04540626332163811, 0.047671519219875336, 0.9995495080947876], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [662], "max": [662], "mean": [662.0], "std": [0.0], "count": [200]}, "index": {"min": [218226], "max": [218425], "mean": [218325.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [200]}}} +{"episode_index": 663, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3683221244064032]], [[0.31250106572169883]], [[0.24440484918332567]]], "std": [[[0.13829637260265845]], [[0.13210576151442868]], [[0.14957498217252813]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.4029376262589997]], [[0.31272575288660387]], [[0.20445070094688267]]], "std": [[[0.17960120405724367]], [[0.12844221202141257]], [[0.09048434870904762]]], "count": [100]}, "state": {"min": [-0.31860634684562683, -0.2408009022474289, 0.9594147205352783, 3.0047354698181152, -0.030675647780299187, -0.05689359828829765, 0.004828906152397394, -0.03998769819736481], "max": [-0.040882356464862823, 0.020308950915932655, 1.2482504844665527, 3.214812994003296, 0.19964547455310822, 0.15114173293113708, 0.03997509554028511, -0.005314221139997244], "mean": [-0.16585250198841095, -0.14169104397296906, 1.1318038702011108, 3.1088013648986816, 0.08066339045763016, 0.06474949419498444, 0.02444571815431118, -0.024553675204515457], "std": [0.10306693613529205, 0.06270649284124374, 0.08383995294570923, 0.05372777581214905, 0.0582071989774704, 0.05734805762767792, 0.01648857071995735, 0.01639474742114544], "count": [194]}, "actions": {"min": [-0.7346920967102051, -0.8127094507217407, -0.7162988185882568, -0.18035048246383667, -0.13885442912578583, -0.11835447698831558, -1.0], "max": [1.0678948163986206, 0.33307918906211853, 1.1302281618118286, 0.13896115124225616, 0.17540161311626434, 0.25179606676101685, 1.0], "mean": [0.010444127023220062, -0.09355925768613815, 0.016342926770448685, -0.007191698998212814, -0.006464662496000528, -0.002893377561122179, -0.12371134012937546], "std": [0.3096661865711212, 0.1844528764486313, 0.31355518102645874, 0.04151476174592972, 0.04627825319766998, 0.04799439385533333, 0.9923181533813477], "count": [194]}, "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": [663], "max": [663], "mean": [663.0], "std": [0.0], "count": [194]}, "index": {"min": [218426], "max": [218619], "mean": [218522.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [194]}}} +{"episode_index": 664, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3711963082107843]], [[0.3160500679764093]], [[0.24859728704714307]]], "std": [[[0.1401195914266723]], [[0.135511657907813]], [[0.15404563081462058]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.4212190743240656]], [[0.32619418155445773]], [[0.21162184831207873]]], "std": [[[0.17671407418683274]], [[0.12858010617062376]], [[0.09472320302923909]]], "count": [100]}, "state": {"min": [-0.31462362408638, -0.20342347025871277, 0.9752979874610901, 2.9914259910583496, -0.2021208554506302, -0.1253584772348404, 0.002933687064796686, -0.04000449180603027], "max": [-0.03190222010016441, 0.0245946254581213, 1.2493776082992554, 3.238546371459961, 0.10641182214021683, 0.07797908037900925, 0.039941780269145966, -0.005376321263611317], "mean": [-0.14535459876060486, -0.1300596445798874, 1.1351337432861328, 3.0910162925720215, -0.025417068973183632, -0.015965966507792473, 0.024563848972320557, -0.025015192106366158], "std": [0.0904560387134552, 0.05786140635609627, 0.07968924194574356, 0.06104474142193794, 0.0903763547539711, 0.04991261288523674, 0.01670462265610695, 0.0162131879478693], "count": [191]}, "actions": {"min": [-0.535468339920044, -0.5564653277397156, -0.5763441920280457, -0.1463204324245453, -0.1569673866033554, -0.15494966506958008, -1.0], "max": [0.5798227787017822, 0.17136329412460327, 1.3133878707885742, 0.10132059454917908, 0.10464303195476532, 0.1952604502439499, 1.0], "mean": [0.026043972000479698, -0.09296713769435883, 0.016776930540800095, -0.009500566869974136, -0.009107505902647972, -0.0042907376773655415, -0.14136125147342682], "std": [0.2725074589252472, 0.1381251960992813, 0.31038224697113037, 0.03790067881345749, 0.045546624809503555, 0.04192778468132019, 0.9899575114250183], "count": [191]}, "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": [664], "max": [664], "mean": [664.0], "std": [0.0], "count": [191]}, "index": {"min": [218620], "max": [218810], "mean": [218715.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [191]}}} +{"episode_index": 665, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3621787546195236]], [[0.3005586176853554]], [[0.22960451073740043]]], "std": [[[0.13457790014006155]], [[0.1283773069234704]], [[0.14153477224773203]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3042995360131357]], [[0.23182199036841297]], [[0.15300572713216146]]], "std": [[[0.1956836688532067]], [[0.13888423500693792]], [[0.08431260618946015]]], "count": [100]}, "state": {"min": [-0.46394163370132446, -0.22293204069137573, 0.9932265877723694, 3.026293992996216, -0.09324152022600174, -0.06175212934613228, 0.011937241069972515, -0.040002960711717606], "max": [-0.25423482060432434, 0.036618057638406754, 1.225300669670105, 3.465299606323242, 0.14452137053012848, 1.4783271551132202, 0.039968498051166534, -0.011002544313669205], "mean": [-0.36129316687583923, -0.08170536905527115, 1.1253790855407715, 3.1797897815704346, 0.05161172151565552, 0.7416492700576782, 0.02159505896270275, -0.021506132557988167], "std": [0.07315025478601456, 0.09732213616371155, 0.0691840872168541, 0.10167805105447769, 0.06276768445968628, 0.6378465890884399, 0.012436453253030777, 0.012565374374389648], "count": [350]}, "actions": {"min": [-1.0488331317901611, -1.4619852304458618, -0.7704131007194519, -0.18620623648166656, -0.1817016303539276, -0.18905606865882874, -1.0], "max": [0.2056340128183365, 1.1503467559814453, 1.2018245458602905, 0.22644726932048798, 0.12102552503347397, 0.44378194212913513, 1.0], "mean": [-0.02739143930375576, 0.007025839760899544, -0.025891639292240143, -0.0002996565599460155, 0.0029229610227048397, 0.027528010308742523, 0.33142855763435364], "std": [0.12154088914394379, 0.23594895005226135, 0.2360103875398636, 0.04636514559388161, 0.04480268806219101, 0.08768271654844284, 0.9434817433357239], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [665], "max": [665], "mean": [665.0], "std": [0.0], "count": [350]}, "index": {"min": [218811], "max": [219160], "mean": [218985.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [350]}}} +{"episode_index": 666, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.36290447818531707]], [[0.29944025795132506]], [[0.22623103123085173]]], "std": [[[0.1313714322070695]], [[0.12472777747173482]], [[0.1375643075510916]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.28670361866670496]], [[0.22303745344573375]], [[0.15376486565085018]]], "std": [[[0.19716519098094396]], [[0.1447846879449737]], [[0.10021380906251265]]], "count": [100]}, "state": {"min": [-0.505738377571106, -0.24659781157970428, 0.9895740151405334, 3.0784473419189453, -0.12600162625312805, -0.24656376242637634, 0.011534594930708408, -0.04000258445739746], "max": [-0.2765693664550781, 0.08963843435049057, 1.248620867729187, 3.4169065952301025, 0.3060416579246521, 1.5890015363693237, 0.03990570828318596, -0.011964800767600536], "mean": [-0.4189307391643524, -0.016496218740940094, 1.157867193222046, 3.2258994579315186, 0.12033449858427048, 1.009010910987854, 0.018164779990911484, -0.017960239201784134], "std": [0.07472747564315796, 0.09562686085700989, 0.06704312562942505, 0.0873529464006424, 0.11380089819431305, 0.7254916429519653, 0.010735210962593555, 0.01084738876670599], "count": [451]}, "actions": {"min": [-0.4280109405517578, -1.0504637956619263, -0.7840253114700317, -0.18582074344158173, -0.1414262354373932, -0.22682450711727142, -1.0], "max": [0.344611257314682, 1.7955399751663208, 1.586375117301941, 0.2834304869174957, 0.1627994179725647, 0.40449008345603943, 1.0], "mean": [-0.0226559080183506, 0.007009358145296574, -0.012600456364452839, -0.0015965765342116356, -0.00034836542909033597, 0.03008943982422352, 0.5742793679237366], "std": [0.10563851147890091, 0.2617550194263458, 0.23104608058929443, 0.04441780596971512, 0.04113061726093292, 0.08243277668952942, 0.8186626434326172], "count": [451]}, "timestamp": {"min": [0.0], "max": [45.0], "mean": [22.5], "std": [13.019216566291536], "count": [451]}, "frame_index": {"min": [0], "max": [450], "mean": [225.0], "std": [130.19216566291536], "count": [451]}, "episode_index": {"min": [666], "max": [666], "mean": [666.0], "std": [0.0], "count": [451]}, "index": {"min": [219161], "max": [219611], "mean": [219386.0], "std": [130.19216566291536], "count": [451]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [451]}}} +{"episode_index": 667, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3638066609700521]], [[0.30070056690889246]], [[0.22799636780981924]]], "std": [[[0.13268171793752478]], [[0.12654879376973505]], [[0.13984389410323828]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30440521419749544]], [[0.23878350171855853]], [[0.16852149335075828]]], "std": [[[0.1857844840546072]], [[0.1376827552403467]], [[0.09992496704243768]]], "count": [100]}, "state": {"min": [-0.44766953587532043, -0.2381504327058792, 0.9937843084335327, 3.0458972454071045, -0.26645946502685547, -0.20180949568748474, 0.011442724615335464, -0.04000517353415489], "max": [-0.27169814705848694, 0.057173989713191986, 1.2625986337661743, 3.724496603012085, 0.0819239392876625, 1.5961596965789795, 0.039914365857839584, -0.01138267945498228], "mean": [-0.37920576333999634, -0.04496457427740097, 1.1526551246643066, 3.3431293964385986, -0.05414505675435066, 0.9815833568572998, 0.019580569118261337, -0.019033975899219513], "std": [0.06029441952705383, 0.10223043709993362, 0.07173488289117813, 0.17978176474571228, 0.07533003389835358, 0.7042889595031738, 0.011128654703497887, 0.011452587321400642], "count": [467]}, "actions": {"min": [-0.691796064376831, -0.8847748637199402, -0.7098740935325623, -0.20858335494995117, -0.14948298037052155, -0.1922457069158554, -1.0], "max": [0.26566556096076965, 0.9278361201286316, 1.9098293781280518, 0.15451458096504211, 0.21288561820983887, 0.42861491441726685, 1.0], "mean": [-0.017298782244324684, 0.008449426852166653, -0.015446490608155727, -0.00011517494567669928, 0.0030224390793591738, 0.02479262836277485, 0.5074946284294128], "std": [0.1078726053237915, 0.2066483050584793, 0.24017247557640076, 0.042424917221069336, 0.04293562471866608, 0.08122065663337708, 0.8616539239883423], "count": [467]}, "timestamp": {"min": [0.0], "max": [46.6], "mean": [23.3], "std": [13.481097878140341], "count": [467]}, "frame_index": {"min": [0], "max": [466], "mean": [233.0], "std": [134.8109787814034], "count": [467]}, "episode_index": {"min": [667], "max": [667], "mean": [667.0], "std": [0.0], "count": [467]}, "index": {"min": [219612], "max": [220078], "mean": [219845.0], "std": [134.8109787814034], "count": [467]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [467]}}} +{"episode_index": 668, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3618297567928539]], [[0.29968588017482384]], [[0.22791998530369179]]], "std": [[[0.1351002037344043]], [[0.12848626935720914]], [[0.14098562266845852]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2894405427820543]], [[0.22670373235964308]], [[0.15893466366038606]]], "std": [[[0.19559095078797067]], [[0.14482580064473366]], [[0.10448184418851277]]], "count": [100]}, "state": {"min": [-0.4850548505783081, -0.20890891551971436, 0.9864344000816345, 2.9764623641967773, -0.24403201043605804, -0.37513551115989685, 0.012399946339428425, -0.040012795478105545], "max": [-0.2773580253124237, 0.06419627368450165, 1.222008228302002, 3.455866813659668, 0.05368809029459953, 1.7309308052062988, 0.03983871638774872, -0.010514526627957821], "mean": [-0.4109458923339844, -0.02796170487999916, 1.129590392112732, 3.233354330062866, -0.030146202072501183, 0.9829480051994324, 0.01917117089033127, -0.018744321539998055], "std": [0.08017385751008987, 0.0915144681930542, 0.06577935814857483, 0.1356756091117859, 0.0786568745970726, 0.8046037554740906, 0.010840462520718575, 0.011170875281095505], "count": [463]}, "actions": {"min": [-0.5272897481918335, -0.6124411225318909, -1.5418193340301514, -0.13904576003551483, -0.1534285843372345, -0.604948103427887, -1.0], "max": [0.4011106491088867, 0.883653461933136, 0.6959794759750366, 0.17427943646907806, 0.1694723516702652, 0.3605089485645294, 1.0], "mean": [-0.021349776536226273, 0.015470215119421482, -0.018456529825925827, 0.0010835763532668352, -0.0004101901431567967, 0.028184697031974792, 0.542116641998291], "std": [0.09286289662122726, 0.1764594316482544, 0.195028156042099, 0.03410670906305313, 0.0345127247273922, 0.0900171548128128, 0.8403024673461914], "count": [463]}, "timestamp": {"min": [0.0], "max": [46.2], "mean": [23.1], "std": [13.365627557282899], "count": [463]}, "frame_index": {"min": [0], "max": [462], "mean": [231.0], "std": [133.65627557282897], "count": [463]}, "episode_index": {"min": [668], "max": [668], "mean": [668.0], "std": [0.0], "count": [463]}, "index": {"min": [220079], "max": [220541], "mean": [220310.0], "std": [133.65627557282897], "count": [463]}, "task_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [463]}}} +{"episode_index": 669, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3661712143841912]], [[0.3036234292423024]], [[0.23149339025160845]]], "std": [[[0.13149824906513635]], [[0.12654631926297283]], [[0.14139934374680105]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31233844712201286]], [[0.23867654059914983]], [[0.15772509526271444]]], "std": [[[0.20764513488372008]], [[0.14837592837853153]], [[0.0901310263856914]]], "count": [100]}, "state": {"min": [-0.4799502193927765, -0.14923571050167084, 1.0098285675048828, 3.0568900108337402, -0.09124138206243515, -0.03580879420042038, 0.013999183662235737, -0.039958883076906204], "max": [-0.16571499407291412, 0.04139977693557739, 1.2524125576019287, 3.515550374984741, 0.10575176030397415, 1.5236483812332153, 0.03999517858028412, -0.013805408030748367], "mean": [-0.3443058133125305, -0.04106717184185982, 1.1400545835494995, 3.2033724784851074, 0.025245631113648415, 0.8051586747169495, 0.023211665451526642, -0.022969398647546768], "std": [0.11924683302640915, 0.06277647614479065, 0.07033905386924744, 0.11033382266759872, 0.05404827743768692, 0.6636195778846741, 0.010976116172969341, 0.011081530712544918], "count": [326]}, "actions": {"min": [-0.843131959438324, -1.1520274877548218, -0.770961344242096, -0.13222232460975647, -0.15659786760807037, -0.20502783358097076, -1.0], "max": [0.6729066371917725, 0.4776737689971924, 1.3383299112319946, 0.2741350829601288, 0.11721974611282349, 0.30586832761764526, 1.0], "mean": [-0.04458140954375267, 0.010589451529085636, -0.03052116185426712, -0.00032988612656481564, 0.007731748279184103, 0.03386830911040306, 0.349693238735199], "std": [0.1858368068933487, 0.20098942518234253, 0.2544068396091461, 0.04082249477505684, 0.03791522979736328, 0.08041757345199585, 0.936863899230957], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [669], "max": [669], "mean": [669.0], "std": [0.0], "count": [326]}, "index": {"min": [220542], "max": [220867], "mean": [220704.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [326]}}} +{"episode_index": 670, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3683137990914139]], [[0.3063381987927007]], [[0.2346719809139476]]], "std": [[[0.1325015219684958]], [[0.12836445518929104]], [[0.14417069885681177]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3160272563859528]], [[0.24119196753408395]], [[0.15896890677657782]]], "std": [[[0.2133282191597986]], [[0.15283564886449863]], [[0.09275886576150885]]], "count": [100]}, "state": {"min": [-0.47715145349502563, -0.11629151552915573, 1.0051343441009521, 3.0477452278137207, -0.13767965137958527, -0.20689517259597778, 0.014889443293213844, -0.03992081061005592], "max": [-0.13146056234836578, 0.031453438103199005, 1.2155863046646118, 3.2835068702697754, 0.1599920690059662, 1.5247526168823242, 0.04000517353415489, -0.013985187746584415], "mean": [-0.3247584402561188, -0.032798804342746735, 1.1177103519439697, 3.1605682373046875, 0.015886172652244568, 0.734771728515625, 0.023081570863723755, -0.02289847657084465], "std": [0.1351022869348526, 0.05298500880599022, 0.061621587723493576, 0.06869181990623474, 0.08983992040157318, 0.730422854423523, 0.01104923989623785, 0.011111407540738583], "count": [358]}, "actions": {"min": [-1.1808538436889648, -0.8739919066429138, -0.4620092213153839, -0.14633066952228546, -0.140548974275589, -0.24147863686084747, -1.0], "max": [0.5450732707977295, 0.9298936724662781, 2.1409213542938232, 0.13355574011802673, 0.17364200949668884, 0.42835351824760437, 1.0], "mean": [-0.03589282184839249, 0.0048712776042521, -0.020464183762669563, -0.0040301429107785225, 0.0008269830723293126, 0.03046674095094204, 0.3631284832954407], "std": [0.18299400806427002, 0.14962472021579742, 0.22633102536201477, 0.03388175368309021, 0.038044556975364685, 0.08050534129142761, 0.9317406415939331], "count": [358]}, "timestamp": {"min": [0.0], "max": [35.7], "mean": [17.849999999999998], "std": [10.334529500659427], "count": [358]}, "frame_index": {"min": [0], "max": [357], "mean": [178.5], "std": [103.34529500659427], "count": [358]}, "episode_index": {"min": [670], "max": [670], "mean": [670.0], "std": [0.0], "count": [358]}, "index": {"min": [220868], "max": [221225], "mean": [221046.5], "std": [103.34529500659427], "count": [358]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [358]}}} +{"episode_index": 671, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3675722273284314]], [[0.30522077074237897]], [[0.23295618393841913]]], "std": [[[0.13221085229076943]], [[0.12758030593949624]], [[0.14270708149557002]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.2913931148753447]], [[0.22379744466145832]], [[0.1497252472522212]]], "std": [[[0.21316877828184502]], [[0.15415303297888377]], [[0.09587754888113258]]], "count": [100]}, "state": {"min": [-0.48723915219306946, -0.11663317680358887, 0.9885587096214294, 2.8410096168518066, -0.156293123960495, -0.018292773514986038, 0.014301620423793793, -0.039968546479940414], "max": [-0.15285082161426544, 0.06003114953637123, 1.2297554016113281, 3.3451225757598877, 0.3245403468608856, 1.478927493095398, 0.0399300679564476, -0.01401381567120552], "mean": [-0.36802417039871216, -0.010608023963868618, 1.125527262687683, 3.107329845428467, 0.06660950183868408, 0.9255750775337219, 0.02125244028866291, -0.021275419741868973], "std": [0.11792036145925522, 0.046310730278491974, 0.06356275826692581, 0.12247925996780396, 0.12799647450447083, 0.5916040539741516, 0.009847007691860199, 0.00989790540188551], "count": [381]}, "actions": {"min": [-0.6626200079917908, -1.0009708404541016, -0.8612093925476074, -0.20475707948207855, -0.19304561614990234, -0.17674614489078522, -1.0], "max": [0.4964390993118286, 0.6052373647689819, 0.66033935546875, 0.1644536554813385, 0.1903102844953537, 0.3933393657207489, 1.0], "mean": [-0.029334528371691704, 0.002938108751550317, -0.02572072669863701, -0.0017920585814863443, 0.0007902992656454444, 0.028418738394975662, 0.5223097205162048], "std": [0.1807047575712204, 0.20080415904521942, 0.2042282223701477, 0.05192457139492035, 0.03994954377412796, 0.07766979932785034, 0.852759063243866], "count": [381]}, "timestamp": {"min": [0.0], "max": [38.0], "mean": [19.0], "std": [10.998484744121194], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [671], "max": [671], "mean": [671.0], "std": [0.0], "count": [381]}, "index": {"min": [221226], "max": [221606], "mean": [221416.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [381]}}} +{"episode_index": 672, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3678181403664981]], [[0.3062054036458333]], [[0.2350143683938419]]], "std": [[[0.13163048831773677]], [[0.12733481017584006]], [[0.14288839010105867]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.32569395297181375]], [[0.24793582153320312]], [[0.16248790606330424]]], "std": [[[0.20565240175346808]], [[0.14696963227147875]], [[0.0878744493409692]]], "count": [100]}, "state": {"min": [-0.4625132977962494, -0.12883338332176208, 0.9896855354309082, 3.028481960296631, -0.05685389041900635, -0.46215111017227173, 0.013273674994707108, -0.040006283670663834], "max": [-0.1311647593975067, 0.06030236929655075, 1.2277657985687256, 3.585585355758667, 0.09914279729127884, 1.4175050258636475, 0.039958562701940536, -0.014479861594736576], "mean": [-0.308426171541214, -0.02288127690553665, 1.1223869323730469, 3.1962170600891113, 0.017822572961449623, 0.5442261099815369, 0.025198781862854958, -0.02531016618013382], "std": [0.12074346840381622, 0.0621238574385643, 0.06503240019083023, 0.13185979425907135, 0.03930504620075226, 0.775375485420227, 0.010529089719057083, 0.010389843955636024], "count": [356]}, "actions": {"min": [-0.63093101978302, -0.5270428657531738, -0.5387134552001953, -0.13644208014011383, -0.1577848643064499, -0.16583363711833954, -1.0], "max": [0.4236905872821808, 1.6028727293014526, 1.1984050273895264, 0.17205455899238586, 0.23969021439552307, 0.37917250394821167, 1.0], "mean": [-0.03736434504389763, 0.022792277857661247, -0.03381245955824852, 0.0004101480299141258, 0.004560572560876608, 0.03224566951394081, 0.2921348214149475], "std": [0.16827870905399323, 0.18105286359786987, 0.2128145694732666, 0.0365736223757267, 0.04683687165379524, 0.09210427105426788, 0.9563755989074707], "count": [356]}, "timestamp": {"min": [0.0], "max": [35.5], "mean": [17.75], "std": [10.276794247234884], "count": [356]}, "frame_index": {"min": [0], "max": [355], "mean": [177.5], "std": [102.76794247234884], "count": [356]}, "episode_index": {"min": [672], "max": [672], "mean": [672.0], "std": [0.0], "count": [356]}, "index": {"min": [221607], "max": [221962], "mean": [221784.5], "std": [102.76794247234884], "count": [356]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [356]}}} +{"episode_index": 673, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37089737716375615]], [[0.3090025664684819]], [[0.2380533650716146]]], "std": [[[0.13315735529022693]], [[0.12932941580278953]], [[0.14551037068654685]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3831970292633655]], [[0.29586229212143844]], [[0.19870782351026348]]], "std": [[[0.18752134394202827]], [[0.1367974681557659]], [[0.09148721225835207]]], "count": [100]}, "state": {"min": [-0.5033143758773804, -0.12616746127605438, 0.9990186095237732, 2.8726892471313477, -0.11519733816385269, -0.48955532908439636, 0.0036388924345374107, -0.039929017424583435], "max": [-0.0207253098487854, 0.1288308948278427, 1.2321544885635376, 3.262068510055542, 0.16069012880325317, 0.029594115912914276, 0.04000387340784073, -0.0043242634274065495], "mean": [-0.295097678899765, -0.01025930605828762, 1.1403145790100098, 3.0703394412994385, -0.007553966250270605, -0.1227903738617897, 0.015235316008329391, -0.015462048351764679], "std": [0.18956173956394196, 0.08778861165046692, 0.06636960804462433, 0.11882773041725159, 0.07125367224216461, 0.13158360123634338, 0.01622803881764412, 0.01598682627081871], "count": [357]}, "actions": {"min": [-1.1098202466964722, -0.5009422898292542, -0.6981467008590698, -0.11914777755737305, -0.14037182927131653, -0.129704087972641, -1.0], "max": [0.9711863994598389, 0.6205534934997559, 1.082210659980774, 0.12142740190029144, 0.11908023804426193, 0.19668112695217133, 1.0], "mean": [-0.04477110877633095, -0.02396431565284729, -0.031168721616268158, -0.005497189238667488, -0.0016137072816491127, -0.008247886784374714, 0.3669467866420746], "std": [0.2636931240558624, 0.16309724748134613, 0.20664668083190918, 0.035084426403045654, 0.03599342703819275, 0.041616469621658325, 0.9302420616149902], "count": [357]}, "timestamp": {"min": [0.0], "max": [35.6], "mean": [17.8], "std": [10.305661874264393], "count": [357]}, "frame_index": {"min": [0], "max": [356], "mean": [178.0], "std": [103.05661874264392], "count": [357]}, "episode_index": {"min": [673], "max": [673], "mean": [673.0], "std": [0.0], "count": [357]}, "index": {"min": [221963], "max": [222319], "mean": [222141.0], "std": [103.05661874264392], "count": [357]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [357]}}} +{"episode_index": 674, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37648418531230854]], [[0.3139491128360524]], [[0.24259963749904256]]], "std": [[[0.13560883893898207]], [[0.1343327320548692]], [[0.1522333951371375]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.4159766331092984]], [[0.32516695748123464]], [[0.21969446459003522]]], "std": [[[0.18537656788803417]], [[0.13557761926902004]], [[0.09629886294042911]]], "count": [100]}, "state": {"min": [-0.5227289199829102, -0.0831957682967186, 0.995149552822113, 2.7407209873199463, -0.2788967788219452, -0.5411458611488342, 0.0035760151222348213, -0.039964865893125534], "max": [-0.019757546484470367, 0.12482815235853195, 1.288772463798523, 3.2793397903442383, 0.1147661805152893, 0.24054819345474243, 0.040009208023548126, -0.003355165710672736], "mean": [-0.2585447430610657, 0.02097218669950962, 1.1736074686050415, 3.0707767009735107, -0.1111016497015953, 0.00752996327355504, 0.017341207712888718, -0.017203383147716522], "std": [0.19378043711185455, 0.08240480720996857, 0.08787258714437485, 0.1600537747144699, 0.07737784832715988, 0.18119551241397858, 0.017176570370793343, 0.01698489859700203], "count": [453]}, "actions": {"min": [-2.7555954456329346, -1.9965144395828247, -1.1316190958023071, -0.23316869139671326, -0.6068440675735474, -0.22411051392555237, -1.0], "max": [1.0724328756332397, 0.5455100536346436, 1.9224399328231812, 0.26228126883506775, 0.16214591264724731, 0.35437557101249695, 1.0], "mean": [-0.040011897683143616, -0.02498854510486126, -0.028620650991797447, -0.004470978397876024, -0.002736753085628152, -0.01105728093534708, 0.2626931667327881], "std": [0.29645487666130066, 0.17719978094100952, 0.25417274236679077, 0.04592917487025261, 0.05190805718302727, 0.058392178267240524, 0.9648756384849548], "count": [453]}, "timestamp": {"min": [0.0], "max": [45.2], "mean": [22.6], "std": [13.076951734508569], "count": [453]}, "frame_index": {"min": [0], "max": [452], "mean": [226.0], "std": [130.7695173450857], "count": [453]}, "episode_index": {"min": [674], "max": [674], "mean": [674.0], "std": [0.0], "count": [453]}, "index": {"min": [222320], "max": [222772], "mean": [222546.0], "std": [130.7695173450857], "count": [453]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [453]}}} +{"episode_index": 675, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3701088232900582]], [[0.3080813263537837]], [[0.23690281527650123]]], "std": [[[0.13503352560189663]], [[0.13102222618749854]], [[0.14640438426610322]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.387472022561466]], [[0.3044084203383502]], [[0.20867024320714614]]], "std": [[[0.189874393065434]], [[0.14044481020722477]], [[0.10314038698960597]]], "count": [100]}, "state": {"min": [-0.5278469920158386, -0.22267195582389832, 0.9876754879951477, 2.7828876972198486, -0.23722702264785767, -0.4322214126586914, 0.0038041817024350166, -0.04000440984964371], "max": [-0.03184247389435768, 0.13030532002449036, 1.2529714107513428, 3.184506893157959, 0.1546436846256256, 0.17302925884723663, 0.04000375047326088, -0.0011605106992647052], "mean": [-0.3107968270778656, -0.0074743484146893024, 1.1570652723312378, 3.040029287338257, -0.07961583137512207, -0.000623395259026438, 0.0158173106610775, -0.015320582315325737], "std": [0.18990294635295868, 0.09719181805849075, 0.07356514036655426, 0.11797622591257095, 0.09062714874744415, 0.13346660137176514, 0.01567334122955799, 0.01599099300801754], "count": [470]}, "actions": {"min": [-0.9907490015029907, -1.156836748123169, -0.6687204241752625, -0.1720382422208786, -0.16599752008914948, -0.15065014362335205, -1.0], "max": [0.58830326795578, 0.6790510416030884, 0.9906182289123535, 0.17237551510334015, 0.1762949377298355, 0.1852111518383026, 1.0], "mean": [-0.03705466911196709, -0.009683514945209026, -0.021929875016212463, -0.0031749263871461153, -0.0027477145195007324, -0.006608559750020504, 0.38723403215408325], "std": [0.20788636803627014, 0.21036696434020996, 0.18691396713256836, 0.03958015516400337, 0.03700767084956169, 0.04213069751858711, 0.9219838380813599], "count": [470]}, "timestamp": {"min": [0.0], "max": [46.9], "mean": [23.45], "std": [13.567700615800748], "count": [470]}, "frame_index": {"min": [0], "max": [469], "mean": [234.5], "std": [135.6770061580075], "count": [470]}, "episode_index": {"min": [675], "max": [675], "mean": [675.0], "std": [0.0], "count": [470]}, "index": {"min": [222773], "max": [223242], "mean": [223007.5], "std": [135.6770061580075], "count": [470]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [470]}}} +{"episode_index": 676, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.367569647695504]], [[0.305910925173292]], [[0.2352444200702742]]], "std": [[[0.13596713996835447]], [[0.1310091523372118]], [[0.14530125872277108]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.38498870370902266]], [[0.297238000607958]], [[0.1986144391228171]]], "std": [[[0.19085415392114927]], [[0.14001390049893137]], [[0.09453023130143623]]], "count": [100]}, "state": {"min": [-0.5107285380363464, -0.14865070581436157, 0.9885045289993286, 2.805873155593872, -0.12586048245429993, -0.4471163749694824, 0.00357932155020535, -0.03997965157032013], "max": [-0.0034471694380044937, 0.12520591914653778, 1.3145753145217896, 3.2319564819335938, 0.20496520400047302, 0.18267345428466797, 0.040001340210437775, -0.0038809687830507755], "mean": [-0.29773810505867004, 0.0005104680894874036, 1.1774424314498901, 3.036160707473755, -0.0041779447346925735, -0.0037354936357587576, 0.015913553535938263, -0.016123052686452866], "std": [0.19065909087657928, 0.08587142825126648, 0.0933406874537468, 0.12153342366218567, 0.08256692439317703, 0.1708936244249344, 0.016700848937034607, 0.016491519287228584], "count": [385]}, "actions": {"min": [-1.0112589597702026, -0.5111973881721497, -0.7366334199905396, -0.1316416710615158, -0.15848669409751892, -0.1832837015390396, -1.0], "max": [0.7196813225746155, 0.6515576839447021, 1.2710175514221191, 0.1833188384771347, 0.22616387903690338, 0.25021836161613464, 1.0], "mean": [-0.03368885815143585, -0.017239797860383987, -0.022047683596611023, -0.0020719971507787704, -0.0018987274961546063, -0.008399810642004013, 0.3246753215789795], "std": [0.2737014591693878, 0.16775895655155182, 0.277701199054718, 0.03970726579427719, 0.05027679353952408, 0.047633200883865356, 0.9458253383636475], "count": [385]}, "timestamp": {"min": [0.0], "max": [38.4], "mean": [19.2], "std": [11.113955191559844], "count": [385]}, "frame_index": {"min": [0], "max": [384], "mean": [192.0], "std": [111.13955191559843], "count": [385]}, "episode_index": {"min": [676], "max": [676], "mean": [676.0], "std": [0.0], "count": [385]}, "index": {"min": [223243], "max": [223627], "mean": [223435.0], "std": [111.13955191559843], "count": [385]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [385]}}} +{"episode_index": 677, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697211943981694]], [[0.30847704479741117]], [[0.23985917513978247]]], "std": [[[0.1388695953766294]], [[0.1353240828269431]], [[0.1500627375409701]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.42235360418581497]], [[0.3289992274864047]], [[0.22059599693148743]]], "std": [[[0.1879664881250743]], [[0.13952465464235292]], [[0.10089158853969817]]], "count": [100]}, "state": {"min": [-0.4892047643661499, 0.01719590090215206, 0.9870859384536743, 2.9595863819122314, -0.17478996515274048, -0.38828185200691223, 0.004347853362560272, -0.04000120982527733], "max": [0.010159073397517204, 0.19378986954689026, 1.298073410987854, 3.2077152729034424, 0.19840794801712036, 0.05871529504656792, 0.03999748453497887, 0.0011589594651013613], "mean": [-0.2471393197774887, 0.11767803877592087, 1.1698020696640015, 3.1080210208892822, -0.03446807339787483, -0.058955226093530655, 0.01747475191950798, -0.017183972522616386], "std": [0.1933448612689972, 0.03900893032550812, 0.08347370475530624, 0.05505235865712166, 0.08741936832666397, 0.10757378488779068, 0.015822824090719223, 0.015944626182317734], "count": [400]}, "actions": {"min": [-2.2944047451019287, -0.9996368885040283, -1.7320771217346191, -0.15997646749019623, -0.20691442489624023, -0.16581487655639648, -1.0], "max": [0.9093768000602722, 0.8560343384742737, 1.3923358917236328, 0.30043527483940125, 0.23598583042621613, 0.1580309122800827, 1.0], "mean": [-0.03916846215724945, 0.02913355641067028, -0.023259902372956276, 0.002696192590519786, -0.0020271195098757744, -0.0050921873189508915, 0.3149999976158142], "std": [0.2787920832633972, 0.1609782725572586, 0.26345744729042053, 0.05342981591820717, 0.04610488936305046, 0.04238071292638779, 0.9490934610366821], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [677], "max": [677], "mean": [677.0], "std": [0.0], "count": [400]}, "index": {"min": [223628], "max": [224027], "mean": [223827.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [400]}}} +{"episode_index": 678, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36870487946155023]], [[0.30732042379940255]], [[0.23860021015242033]]], "std": [[[0.1396226061105944]], [[0.13535595445039314]], [[0.1491677293562549]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.4111491830863205]], [[0.3192882822074142]], [[0.21484035058115042]]], "std": [[[0.1811258221127778]], [[0.1321928139271182]], [[0.09107793585292923]]], "count": [100]}, "state": {"min": [-0.533360481262207, -0.0016726884059607983, 0.9842590093612671, 2.8390021324157715, -0.2990131378173828, -0.3700273036956787, 0.0036170659586787224, -0.04000500962138176], "max": [-0.016494065523147583, 0.21719597280025482, 1.2798312902450562, 3.14367938041687, 0.1616436243057251, 0.14209362864494324, 0.03993185609579086, 0.0009406510507687926], "mean": [-0.302729994058609, 0.1307547688484192, 1.1655688285827637, 2.9977383613586426, -0.0937943160533905, -0.02466948889195919, 0.016492046415805817, -0.016311852261424065], "std": [0.19082018733024597, 0.054531030356884, 0.07848823815584183, 0.06727845221757889, 0.14174921810626984, 0.1607302725315094, 0.016637520864605904, 0.016650225967168808], "count": [379]}, "actions": {"min": [-1.2948471307754517, -0.5065974593162537, -0.6563365459442139, -0.15107400715351105, -0.2161123901605606, -0.17106425762176514, -1.0], "max": [1.1245269775390625, 0.6629867553710938, 1.5456091165542603, 0.20268672704696655, 0.180862694978714, 0.2658614218235016, 1.0], "mean": [-0.03959304839372635, 0.03931254893541336, -0.0057601323351264, 0.0001434992445865646, -0.0033475509844720364, -0.008307361975312233, 0.30343008041381836], "std": [0.27731096744537354, 0.15517239272594452, 0.25247642397880554, 0.04684491828083992, 0.0470135398209095, 0.04997001960873604, 0.9528535604476929], "count": [379]}, "timestamp": {"min": [0.0], "max": [37.8], "mean": [18.900000000000002], "std": [10.940749517286282], "count": [379]}, "frame_index": {"min": [0], "max": [378], "mean": [189.0], "std": [109.40749517286281], "count": [379]}, "episode_index": {"min": [678], "max": [678], "mean": [678.0], "std": [0.0], "count": [379]}, "index": {"min": [224028], "max": [224406], "mean": [224217.0], "std": [109.40749517286281], "count": [379]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [379]}}} +{"episode_index": 679, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37011566042432603]], [[0.30780179610906866]], [[0.2373743106617647]]], "std": [[[0.13628353015258912]], [[0.13248814674624212]], [[0.14758843688930828]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.40694841093175554]], [[0.3158102117800245]], [[0.21161540670955883]]], "std": [[[0.1856314236702245]], [[0.13441220654185398]], [[0.0905200227720723]]], "count": [100]}, "state": {"min": [-0.552737295627594, -0.02579692006111145, 0.9950100779533386, 3.039976119995117, -0.28625357151031494, -0.3902466595172882, 0.00391048938035965, -0.040004562586545944], "max": [-0.015414989553391933, 0.19939884543418884, 1.2728265523910522, 3.1965017318725586, 0.13452479243278503, 0.04522231966257095, 0.0399976447224617, 0.0008366681286133826], "mean": [-0.29416072368621826, 0.10351692885160446, 1.1678595542907715, 3.1197900772094727, -0.08677054941654205, -0.09417149424552917, 0.018093744292855263, -0.01775694638490677], "std": [0.19617019593715668, 0.05392206832766533, 0.07778939604759216, 0.03829757496714592, 0.12368102371692657, 0.12224739789962769, 0.01699231192469597, 0.01728479005396366], "count": [399]}, "actions": {"min": [-1.0649025440216064, -0.36535292863845825, -0.8804202079772949, -0.19948707520961761, -0.12024331092834473, -0.12223649770021439, -1.0], "max": [0.9560452103614807, 0.5562826991081238, 0.6786398887634277, 0.26779305934906006, 0.15468661487102509, 0.1753169745206833, 1.0], "mean": [-0.031644850969314575, 0.037581779062747955, -0.019262045621871948, 0.0019945891108363867, -0.0031983950175344944, -0.006182708311825991, 0.21804511547088623], "std": [0.2780284285545349, 0.13238662481307983, 0.21584662795066833, 0.04388010501861572, 0.04110543057322502, 0.04196624457836151, 0.9759374856948853], "count": [399]}, "timestamp": {"min": [0.0], "max": [39.8], "mean": [19.900000000000002], "std": [11.51810169544733], "count": [399]}, "frame_index": {"min": [0], "max": [398], "mean": [199.0], "std": [115.18101695447331], "count": [399]}, "episode_index": {"min": [679], "max": [679], "mean": [679.0], "std": [0.0], "count": [399]}, "index": {"min": [224407], "max": [224805], "mean": [224606.0], "std": [115.18101695447331], "count": [399]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [399]}}} +{"episode_index": 680, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36720862175436586]], [[0.3057962006213618]], [[0.23658920048732382]]], "std": [[[0.13719033296451966]], [[0.13218533005664473]], [[0.14592849435230454]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3948610660328585]], [[0.3056601789885876]], [[0.20512430407954196]]], "std": [[[0.19058611999607616]], [[0.13907066683295252]], [[0.09253722137808479]]], "count": [100]}, "state": {"min": [-0.49615415930747986, 0.019900625571608543, 1.0034606456756592, 2.99068021774292, -0.12559515237808228, -0.5216494202613831, 0.003238828619942069, -0.04000597447156906], "max": [0.00015888211783021688, 0.1738152801990509, 1.2922532558441162, 3.1967623233795166, 0.35883602499961853, 0.0347231924533844, 0.03995821252465248, -0.004096233751624823], "mean": [-0.28024211525917053, 0.1080736517906189, 1.1895407438278198, 3.0859014987945557, 0.03206632286310196, -0.1407918781042099, 0.015583835542201996, -0.015799321234226227], "std": [0.19119061529636383, 0.0425545796751976, 0.07394494861364365, 0.04497070237994194, 0.1070655956864357, 0.134590744972229, 0.016452720388770103, 0.01628999039530754], "count": [326]}, "actions": {"min": [-1.436051368713379, -0.86182701587677, -1.908843755722046, -0.21508441865444183, -0.28683310747146606, -0.1745975762605667, -1.0], "max": [1.5110503435134888, 0.677623450756073, 2.6566967964172363, 0.1600436270236969, 0.1905744969844818, 0.2921067476272583, 1.0], "mean": [-0.0500938780605793, 0.03514579311013222, -0.018635019659996033, 0.0005413948674686253, -0.0002628893416840583, -0.008329690434038639, 0.34355828166007996], "std": [0.3281366527080536, 0.1871524155139923, 0.3112885653972626, 0.0434347540140152, 0.05376479774713516, 0.050594717264175415, 0.9391282796859741], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [680], "max": [680], "mean": [680.0], "std": [0.0], "count": [326]}, "index": {"min": [224806], "max": [225131], "mean": [224968.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [326]}}} +{"episode_index": 681, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3737762469123392]], [[0.3123268205231311]], [[0.2434686004040288]]], "std": [[[0.13885210037843784]], [[0.13702070792899568]], [[0.1534314687744416]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4377481934790518]], [[0.3425501858580346]], [[0.23048230159983918]]], "std": [[[0.17873620280878813]], [[0.13043069635872775]], [[0.09686393511870087]]], "count": [100]}, "state": {"min": [-0.5599197745323181, 0.018746614456176758, 0.9953489303588867, 3.042083263397217, -0.3642466962337494, -0.27603501081466675, 0.0038704180624336004, -0.0400046668946743], "max": [0.0018720534862950444, 0.21751855313777924, 1.2491490840911865, 3.3274126052856445, 0.004972579423338175, 0.07569873332977295, 0.03997550904750824, -0.0034736590459942818], "mean": [-0.2682570219039917, 0.13818879425525665, 1.162394404411316, 3.1561408042907715, -0.15708941221237183, -0.025921663269400597, 0.018299555405974388, -0.018242178484797478], "std": [0.21816155314445496, 0.043658915907144547, 0.07699088007211685, 0.07555442303419113, 0.10042157024145126, 0.08151388168334961, 0.016667213290929794, 0.01676200143992901], "count": [411]}, "actions": {"min": [-0.9625059962272644, -0.7634381055831909, -0.6530710458755493, -0.14536641538143158, -0.16962794959545135, -0.24822965264320374, -1.0], "max": [0.7450981140136719, 0.6315595507621765, 1.3044606447219849, 0.1420162320137024, 0.19039227068424225, 0.1523311287164688, 1.0], "mean": [-0.04146653413772583, 0.027072841301560402, -0.02250337414443493, 0.005150680895894766, -0.0033115854021161795, -0.004834185354411602, 0.2311435490846634], "std": [0.2688685655593872, 0.15374399721622467, 0.2189701646566391, 0.044435374438762665, 0.04816744849085808, 0.04288004711270332, 0.9729165434837341], "count": [411]}, "timestamp": {"min": [0.0], "max": [41.0], "mean": [20.5], "std": [11.86451291316532], "count": [411]}, "frame_index": {"min": [0], "max": [410], "mean": [205.0], "std": [118.64512913165322], "count": [411]}, "episode_index": {"min": [681], "max": [681], "mean": [681.0], "std": [0.0], "count": [411]}, "index": {"min": [225132], "max": [225542], "mean": [225337.0], "std": [118.64512913165322], "count": [411]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [411]}}} +{"episode_index": 682, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3727823155416027]], [[0.31198265646472106]], [[0.24406008427197107]]], "std": [[[0.14089704275432233]], [[0.13852539969409672]], [[0.15456593947295275]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.44251649087891]], [[0.3438700334834707]], [[0.22961236854609865]]], "std": [[[0.1776792203805589]], [[0.12771327814165645]], [[0.08798300851789644]]], "count": [103]}, "state": {"min": [-0.5482726097106934, 0.03191464766860008, 0.9879903793334961, 3.0360970497131348, -0.3042745888233185, -0.3296949863433838, 0.003968133591115475, -0.04000711441040039], "max": [-0.004080228041857481, 0.18917614221572876, 1.2518823146820068, 3.230333089828491, 0.0612579844892025, 0.14779886603355408, 0.04000258445739746, -0.003866002196446061], "mean": [-0.22552382946014404, 0.12839554250240326, 1.1630642414093018, 3.1453375816345215, -0.0884571522474289, 0.023564055562019348, 0.02050338126718998, -0.02047259919345379], "std": [0.21050558984279633, 0.02890116721391678, 0.07222997397184372, 0.04812920466065407, 0.11395222693681717, 0.10823680460453033, 0.017640452831983566, 0.01771092414855957], "count": [486]}, "actions": {"min": [-1.7064238786697388, -0.48071742057800293, -0.8957141041755676, -0.14498336613178253, -0.32058629393577576, -0.21557815372943878, -1.0], "max": [0.6946575045585632, 0.8053165674209595, 2.4097700119018555, 0.18334226310253143, 0.28247499465942383, 0.20370586216449738, 1.0], "mean": [-0.051575668156147, 0.0227351114153862, -0.017890531569719315, 0.003521442413330078, -0.0033851051703095436, -0.00495257880538702, 0.07818929851055145], "std": [0.28840237855911255, 0.12111302465200424, 0.2327728420495987, 0.035307954996824265, 0.04549241438508034, 0.041492726653814316, 0.9969375729560852], "count": [486]}, "timestamp": {"min": [0.0], "max": [48.5], "mean": [24.25], "std": [14.029581842188549], "count": [486]}, "frame_index": {"min": [0], "max": [485], "mean": [242.5], "std": [140.2958184218855], "count": [486]}, "episode_index": {"min": [682], "max": [682], "mean": [682.0], "std": [0.0], "count": [486]}, "index": {"min": [225543], "max": [226028], "mean": [225785.5], "std": [140.2958184218855], "count": [486]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [486]}}} +{"episode_index": 683, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36802215935202204]], [[0.30774742754767925]], [[0.2406627825568704]]], "std": [[[0.14234806804613367]], [[0.13842351119174806]], [[0.15225994940178483]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4232744559493719]], [[0.3282326977299709]], [[0.22044967471852023]]], "std": [[[0.18271928456342695]], [[0.13319902633187017]], [[0.09058607789212844]]], "count": [100]}, "state": {"min": [-0.5457531809806824, 0.002069320296868682, 0.9885132312774658, 2.9982898235321045, -0.20694610476493835, -0.13783809542655945, 0.001690021133981645, -0.04000633582472801], "max": [-0.023902028799057007, 0.1921693980693817, 1.250014305114746, 3.1890008449554443, 0.17096054553985596, 0.2637963593006134, 0.03999841958284378, 0.0007043990190140903], "mean": [-0.2656090557575226, 0.14935798943042755, 1.1476233005523682, 3.0959103107452393, -0.03833695128560066, 0.05228892341256142, 0.018921470269560814, -0.018109912052750587], "std": [0.19906699657440186, 0.03324614092707634, 0.08034639060497284, 0.052526723593473434, 0.1144460141658783, 0.1012759581208229, 0.017355699092149734, 0.017353929579257965], "count": [449]}, "actions": {"min": [-1.3990033864974976, -0.8780924081802368, -1.22883939743042, -0.13017557561397552, -0.16143059730529785, -0.17689304053783417, -1.0], "max": [0.7667766809463501, 0.8040693998336792, 1.0380616188049316, 0.23339858651161194, 0.13214416801929474, 0.16127009689807892, 1.0], "mean": [-0.034032803028821945, 0.030021362006664276, -0.016207993030548096, 0.0017505871364846826, -0.0029641222208738327, -0.00230255164206028, 0.16703785955905914], "std": [0.24961963295936584, 0.16678912937641144, 0.21639427542686462, 0.039992790669202805, 0.03891264274716377, 0.04038188233971596, 0.9859489798545837], "count": [449]}, "timestamp": {"min": [0.0], "max": [44.8], "mean": [22.400000000000002], "std": [12.96148139681572], "count": [449]}, "frame_index": {"min": [0], "max": [448], "mean": [224.0], "std": [129.6148139681572], "count": [449]}, "episode_index": {"min": [683], "max": [683], "mean": [683.0], "std": [0.0], "count": [449]}, "index": {"min": [226029], "max": [226477], "mean": [226253.0], "std": [129.6148139681572], "count": [449]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [449]}}} +{"episode_index": 684, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3626245554007736]], [[0.306483601289637]], [[0.23441492417279414]]], "std": [[[0.13830535200545285]], [[0.1263925391677958]], [[0.14421484890681818]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.34793557918772977]], [[0.2671979573567708]], [[0.17104855107326133]]], "std": [[[0.19002263228443136]], [[0.13166064447315387]], [[0.07824471141241489]]], "count": [100]}, "state": {"min": [-0.5003229975700378, -0.3088165819644928, 1.0129204988479614, 2.8376102447509766, -0.37271514534950256, -0.5263400673866272, 0.013023577630519867, -0.040006235241889954], "max": [-0.04172510281205177, 0.024364208802580833, 1.3219999074935913, 3.2263388633728027, 0.07670532912015915, 0.017940985038876534, 0.03992343321442604, -0.015478052198886871], "mean": [-0.2688840329647064, -0.22248010337352753, 1.1879478693008423, 2.994504690170288, -0.14435537159442902, -0.35738489031791687, 0.02430207096040249, -0.025024108588695526], "std": [0.17676296830177307, 0.07095739245414734, 0.07996384054422379, 0.10538941621780396, 0.13740378618240356, 0.1567825824022293, 0.011645263992249966, 0.011151790618896484], "count": [296]}, "actions": {"min": [-1.170372724533081, -1.0305815935134888, -0.7225417494773865, -0.26651978492736816, -0.19343310594558716, -0.1909446269273758, -1.0], "max": [0.6601514220237732, 0.3831900954246521, 1.5773134231567383, 0.17867274582386017, 0.1381653994321823, 0.16630801558494568, 1.0], "mean": [-0.04994002729654312, -0.0849926695227623, -0.0033984563779085875, -0.01139085553586483, -0.006584157235920429, -0.011183886788785458, 0.23648647964000702], "std": [0.31171345710754395, 0.19737087190151215, 0.29919546842575073, 0.05056294426321983, 0.04699475318193436, 0.055026810616254807, 0.9716329574584961], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [684], "max": [684], "mean": [684.0], "std": [0.0], "count": [296]}, "index": {"min": [226478], "max": [226773], "mean": [226625.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [296]}}} +{"episode_index": 685, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35851524921492034]], [[0.3043102177638634]], [[0.23350275795132508]]], "std": [[[0.14630406093738646]], [[0.13320680841488128]], [[0.14873088438542562]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.3359116019454657]], [[0.2593828172870711]], [[0.16790794641831341]]], "std": [[[0.19404770212723652]], [[0.13612646134171313]], [[0.08297971305797013]]], "count": [100]}, "state": {"min": [-0.5158739686012268, -0.2638382911682129, 0.9929822087287903, 2.827571392059326, -0.40165939927101135, -0.5860185027122498, 0.014060274697840214, -0.04001161456108093], "max": [-0.04616566747426987, 0.02478780597448349, 1.3039988279342651, 3.276034116744995, 0.14599350094795227, 0.0250493586063385, 0.03993601351976395, -0.01711059734225273], "mean": [-0.27800148725509644, -0.18021829426288605, 1.1974667310714722, 2.990666151046753, -0.205844447016716, -0.3987712264060974, 0.027436161413788795, -0.028485191985964775], "std": [0.17084112763404846, 0.07519790530204773, 0.07654432207345963, 0.10444584488868713, 0.13440030813217163, 0.16073466837406158, 0.011181538924574852, 0.010293898172676563], "count": [411]}, "actions": {"min": [-0.6840479373931885, -0.6404079794883728, -0.663472056388855, -0.17130202054977417, -0.2042270302772522, -0.4041284918785095, -1.0], "max": [0.8943572640419006, 0.39413514733314514, 0.7634543180465698, 0.2860819399356842, 0.15583010017871857, 0.5814936757087708, 1.0], "mean": [-0.0252219308167696, -0.05431501939892769, 0.004004225600510836, -0.005960106384009123, -0.00708897365257144, -0.007745961658656597, 0.0656934306025505], "std": [0.25318461656570435, 0.16505853831768036, 0.2662510275840759, 0.05134352296590805, 0.05044745281338692, 0.06982660293579102, 0.9978389143943787], "count": [411]}, "timestamp": {"min": [0.0], "max": [41.0], "mean": [20.5], "std": [11.86451291316532], "count": [411]}, "frame_index": {"min": [0], "max": [410], "mean": [205.0], "std": [118.64512913165322], "count": [411]}, "episode_index": {"min": [685], "max": [685], "mean": [685.0], "std": [0.0], "count": [411]}, "index": {"min": [226774], "max": [227184], "mean": [226979.0], "std": [118.64512913165322], "count": [411]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [411]}}} +{"episode_index": 686, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36196864528282013]], [[0.3059420902027803]], [[0.2349888640759038]]], "std": [[[0.1417137282186478]], [[0.13109912639427607]], [[0.14789004272705483]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3493039066090303]], [[0.27158278521369483]], [[0.17834647324505973]]], "std": [[[0.19693006073551553]], [[0.13761219287445917]], [[0.0852997579284837]]], "count": [100]}, "state": {"min": [-0.5540985465049744, -0.3461860716342926, 1.025085687637329, 2.8320202827453613, -0.5376783609390259, -0.27172550559043884, 0.010488045401871204, -0.040005963295698166], "max": [-0.05950530245900154, 0.027326028794050217, 1.3058147430419922, 3.3451457023620605, 0.11979272961616516, 0.10346244275569916, 0.03992612659931183, -0.01378285326063633], "mean": [-0.27762311697006226, -0.22185613214969635, 1.1805895566940308, 3.061929225921631, -0.2040153592824936, -0.102648064494133, 0.02657846175134182, -0.026935046538710594], "std": [0.1782892346382141, 0.08102396875619888, 0.0837743952870369, 0.12056213617324829, 0.1964997500181198, 0.07914222031831741, 0.012451804243028164, 0.01216493546962738], "count": [307]}, "actions": {"min": [-0.8924819827079773, -1.2656962871551514, -0.6704475283622742, -0.24407999217510223, -0.2661550045013428, -0.2242475003004074, -1.0], "max": [0.4878751337528229, 0.5657289028167725, 1.2652631998062134, 0.2038966417312622, 0.2380422055721283, 0.16936324536800385, 1.0], "mean": [-0.044401902705430984, -0.08813304454088211, -0.01770150102674961, -0.009120871312916279, -0.007151960860937834, -0.008657556027173996, 0.016286645084619522], "std": [0.2967138886451721, 0.23781469464302063, 0.32149791717529297, 0.05801660567522049, 0.06598859280347824, 0.058174096047878265, 0.9998674988746643], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [686], "max": [686], "mean": [686.0], "std": [0.0], "count": [307]}, "index": {"min": [227185], "max": [227491], "mean": [227338.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [307]}}} +{"episode_index": 687, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3625781519272748]], [[0.30610781501321227]], [[0.23483438409543506]]], "std": [[[0.13980984216084807]], [[0.12878989896770424]], [[0.14596804486170412]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.35196015421549476]], [[0.27189344219132966]], [[0.1762791987400429]]], "std": [[[0.195015272290666]], [[0.1354560023897906]], [[0.08160429349157487]]], "count": [100]}, "state": {"min": [-0.4981403648853302, -0.29356154799461365, 1.013818383216858, 2.748605489730835, -0.3039999306201935, -0.3089551329612732, 0.014603596180677414, -0.04000481218099594], "max": [-0.04835577681660652, 0.039175670593976974, 1.3342820405960083, 3.332045793533325, 0.13623659312725067, 0.03552959859371185, 0.03996565192937851, -0.015676897019147873], "mean": [-0.2557026743888855, -0.21332024037837982, 1.187854528427124, 3.0157418251037598, -0.1130768284201622, -0.12607067823410034, 0.025791892781853676, -0.02619527280330658], "std": [0.17329621315002441, 0.07290834933519363, 0.08878694474697113, 0.14988183975219727, 0.1301029771566391, 0.10007262974977493, 0.011961954645812511, 0.011611673049628735], "count": [306]}, "actions": {"min": [-1.1175830364227295, -0.720142126083374, -0.5864444971084595, -0.21432743966579437, -0.2144647091627121, -0.4179258644580841, -1.0], "max": [0.6919911503791809, 0.40582552552223206, 1.1058732271194458, 0.16840602457523346, 0.1893262267112732, 0.18846569955348969, 1.0], "mean": [-0.03920088708400726, -0.0845736563205719, -0.013070229440927505, -0.010579811409115791, -0.005993411876261234, -0.008799797855317593, 0.1111111119389534], "std": [0.28035086393356323, 0.20703350007534027, 0.2918568551540375, 0.05345077067613602, 0.05213875696063042, 0.05837291479110718, 0.993809700012207], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [687], "max": [687], "mean": [687.0], "std": [0.0], "count": [306]}, "index": {"min": [227492], "max": [227797], "mean": [227644.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [306]}}} +{"episode_index": 688, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3666476230995328]], [[0.31091635670381434]], [[0.23886245188993566]]], "std": [[[0.13644870703394096]], [[0.12605293580756052]], [[0.14604318845970285]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9568627450980393]], [[0.9529411764705882]]], "mean": [[[0.34687530457739735]], [[0.2668035170611213]], [[0.1691229050580193]]], "std": [[[0.20015637921844187]], [[0.13652866182023432]], [[0.078983339809633]]], "count": [100]}, "state": {"min": [-0.47846999764442444, -0.2801506221294403, 0.9885832667350769, 2.8123319149017334, -0.23519374430179596, -0.472212553024292, 0.01610720157623291, -0.040007345378398895], "max": [-0.04736824333667755, 0.005025539547204971, 1.2227832078933716, 3.15474534034729, 0.13654230535030365, -0.013990540988743305, 0.03989987447857857, -0.013363373465836048], "mean": [-0.21355541050434113, -0.1747286170721054, 1.144572138786316, 2.986464023590088, -0.008031339384615421, -0.3094887435436249, 0.02961958758533001, -0.029658697545528412], "std": [0.1625846028327942, 0.080441415309906, 0.06303509324789047, 0.10315454006195068, 0.11514254659414291, 0.14892050623893738, 0.010937058366835117, 0.011025669053196907], "count": [208]}, "actions": {"min": [-1.8535326719284058, -0.6926689743995667, -0.8828030824661255, -0.19508442282676697, -0.22540366649627686, -0.1907724142074585, -1.0], "max": [0.784263014793396, 0.36574751138687134, 1.5961264371871948, 0.14457301795482635, 0.1479794830083847, 0.1834857165813446, 1.0], "mean": [-0.07573772966861725, -0.09254410862922668, -0.00965943094342947, -0.012478203512728214, -0.009328994899988174, -0.01340122427791357, -0.13461539149284363], "std": [0.41693663597106934, 0.20519031584262848, 0.3472292721271515, 0.06094775348901749, 0.05435994267463684, 0.06383905559778214, 0.9908980131149292], "count": [208]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [688], "max": [688], "mean": [688.0], "std": [0.0], "count": [208]}, "index": {"min": [227798], "max": [228005], "mean": [227901.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [208]}}} +{"episode_index": 689, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3622965931611903]], [[0.3061341899797028]], [[0.234630926992379]]], "std": [[[0.14144079571176527]], [[0.1300921027594516]], [[0.14717827926241678]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9411764705882353]], [[0.9333333333333333]]], "mean": [[[0.29517191688687194]], [[0.2325842051786535]], [[0.15442618097043503]]], "std": [[[0.20018304874110793]], [[0.14141393392092158]], [[0.08999347125727185]]], "count": [100]}, "state": {"min": [-0.5126685500144958, -0.2676975727081299, 0.9900282025337219, 2.6887645721435547, -0.3386778235435486, -0.47880375385284424, 0.015400195494294167, -0.04001276195049286], "max": [-0.05722299590706825, 0.01341995783150196, 1.2526670694351196, 3.2205395698547363, 0.031600479036569595, 0.056382205337285995, 0.03976869210600853, -0.007881694473326206], "mean": [-0.3079691529273987, -0.18225526809692383, 1.143371820449829, 2.8768861293792725, -0.17027248442173004, -0.31332340836524963, 0.02526739612221718, -0.02421860210597515], "std": [0.17692191898822784, 0.06209540739655495, 0.07144571095705032, 0.11747882515192032, 0.10929550975561142, 0.14706312119960785, 0.010919987224042416, 0.01141427829861641], "count": [316]}, "actions": {"min": [-1.761788010597229, -0.9989405870437622, -0.6151891946792603, -0.32945799827575684, -0.34500545263290405, -0.28124669194221497, -1.0], "max": [1.2841085195541382, 0.2970696985721588, 1.4383907318115234, 0.17377324402332306, 0.2200966626405716, 0.21238426864147186, 1.0], "mean": [-0.031005309894680977, -0.06769707053899765, -0.021976253017783165, -0.010868118144571781, -0.0019443461205810308, -0.008526603691279888, 0.23417721688747406], "std": [0.32565295696258545, 0.1714472472667694, 0.2830585241317749, 0.05486840382218361, 0.05302838608622551, 0.05928710475564003, 0.9721946120262146], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [689], "max": [689], "mean": [689.0], "std": [0.0], "count": [316]}, "index": {"min": [228006], "max": [228321], "mean": [228163.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [316]}}} +{"episode_index": 690, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35568425436580886]], [[0.30196441829905796]], [[0.23183773863549326]]], "std": [[[0.14302358844687585]], [[0.1287644360545153]], [[0.14371331901799347]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9568627450980393]], [[0.9529411764705882]]], "mean": [[[0.33270065786324293]], [[0.2533884516697304]], [[0.1657232594209559]]], "std": [[[0.19387952477196926]], [[0.13578655580991636]], [[0.08152172542645894]]], "count": [100]}, "state": {"min": [-0.3469241261482239, -0.2947525084018707, 0.9740613698959351, 2.9154224395751953, -0.06938333064317703, -0.12918971478939056, 0.010934392921626568, -0.03997594490647316], "max": [-0.27744102478027344, 0.2038779854774475, 1.2085028886795044, 3.4022586345672607, 0.3100029528141022, 0.3280566930770874, 0.0399770550429821, -0.012074063532054424], "mean": [-0.31481167674064636, -0.03795274347066879, 1.1127903461456299, 3.1256651878356934, 0.06807869672775269, 0.09859799593687057, 0.023375943303108215, -0.02357877418398857], "std": [0.019234759733080864, 0.18895664811134338, 0.07244165986776352, 0.12980642914772034, 0.09952233731746674, 0.1780378818511963, 0.013002002611756325, 0.012895073741674423], "count": [268]}, "actions": {"min": [-0.32997503876686096, -0.9330149292945862, -0.5820572972297668, -0.22716078162193298, -0.20036788284778595, -0.10274515300989151, -1.0], "max": [0.36435943841934204, 0.5600082278251648, 0.7440407276153564, 0.28265848755836487, 0.1562974750995636, 0.23565436899662018, 1.0], "mean": [0.0021209241822361946, -0.08254726231098175, -0.04303089156746864, -0.009259932674467564, 0.005710709374397993, 0.010441809892654419, 0.17910447716712952], "std": [0.09420036524534225, 0.2932574450969696, 0.2484653890132904, 0.062364690005779266, 0.04551627114415169, 0.048946917057037354, 0.983831524848938], "count": [268]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.350000000000001], "std": [7.73643974965229], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [690], "max": [690], "mean": [690.0], "std": [0.0], "count": [268]}, "index": {"min": [228322], "max": [228589], "mean": [228455.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [268]}}} +{"episode_index": 691, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3571829331341912]], [[0.30144486849915747]], [[0.23057792693493412]]], "std": [[[0.14293164824945692]], [[0.129033742411317]], [[0.1436310824827101]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28244200283873316]], [[0.22033815152037378]], [[0.152615410898246]]], "std": [[[0.19712328747833502]], [[0.14375264581723626]], [[0.09698451019165617]]], "count": [100]}, "state": {"min": [-0.46314623951911926, -0.2668069303035736, 0.9734161496162415, 2.4894134998321533, -0.2871536314487457, -0.01937861554324627, 0.0090330196544528, -0.03992611914873123], "max": [-0.29021117091178894, 0.2064075917005539, 1.1974719762802124, 3.3391568660736084, 0.21597152948379517, 0.6431655287742615, 0.03995349630713463, -0.012603029608726501], "mean": [-0.38610613346099854, -0.07904419302940369, 1.1010165214538574, 2.869079113006592, -0.050436101853847504, 0.2565808892250061, 0.01951919123530388, -0.020742744207382202], "std": [0.04253517836332321, 0.18598558008670807, 0.06750303506851196, 0.29834431409835815, 0.11266586929559708, 0.19195573031902313, 0.01219465583562851, 0.011500231921672821], "count": [306]}, "actions": {"min": [-0.298113614320755, -1.6345453262329102, -0.5808123350143433, -0.27614906430244446, -0.21730923652648926, -0.19060371816158295, -1.0], "max": [0.29643872380256653, 0.7015954852104187, 1.0672911405563354, 0.2621232569217682, 0.14359305799007416, 0.29859453439712524, 1.0], "mean": [0.001976519823074341, -0.09047247469425201, -0.025805247947573662, -0.018759123980998993, -0.0035469955764710903, 0.003176384139806032, 0.4248366057872772], "std": [0.10688336193561554, 0.299673467874527, 0.24379707872867584, 0.060930926352739334, 0.0504312627017498, 0.06897302716970444, 0.9052694439888], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [691], "max": [691], "mean": [691.0], "std": [0.0], "count": [306]}, "index": {"min": [228590], "max": [228895], "mean": [228742.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [306]}}} +{"episode_index": 692, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3556885016946232]], [[0.30091788318110446]], [[0.23010712148628984]]], "std": [[[0.13918651843581498]], [[0.12557465480871047]], [[0.14040250989739714]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31328270586799173]], [[0.24062750124463847]], [[0.16001483513327208]]], "std": [[[0.1944864266341555]], [[0.13793726022815653]], [[0.08852856947756896]]], "count": [100]}, "state": {"min": [-0.3887331485748291, -0.293032705783844, 0.9744987487792969, 2.9239532947540283, -0.11517363786697388, -0.21540166437625885, 0.010315959341824055, -0.039891261607408524], "max": [-0.2861279547214508, 0.23169508576393127, 1.213110327720642, 3.5334911346435547, 0.1717287302017212, 0.9203333854675293, 0.039963968098163605, -0.012005728669464588], "mean": [-0.34553855657577515, -0.09369885176420212, 1.1196175813674927, 3.1056087017059326, 0.03404815495014191, 0.3978782892227173, 0.01963966339826584, -0.02013404853641987], "std": [0.026918059214949608, 0.1917220652103424, 0.06722238659858704, 0.16530562937259674, 0.06612595170736313, 0.3902412950992584, 0.01189667358994484, 0.01168259046971798], "count": [315]}, "actions": {"min": [-0.5354918241500854, -0.9859640598297119, -0.8871433138847351, -0.1969285011291504, -0.19550588726997375, -0.17468588054180145, -1.0], "max": [0.3429121673107147, 0.7534329891204834, 1.2047851085662842, 0.43941062688827515, 0.25367191433906555, 0.3811464309692383, 1.0], "mean": [0.010960006155073643, -0.07776088267564774, -0.0232167299836874, -0.007645098492503166, -0.004660892300307751, 0.016918662935495377, 0.4412698447704315], "std": [0.12222439795732498, 0.287541002035141, 0.23563125729560852, 0.07255793362855911, 0.05617153272032738, 0.08267004787921906, 0.8973742127418518], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [692], "max": [692], "mean": [692.0], "std": [0.0], "count": [315]}, "index": {"min": [228896], "max": [229210], "mean": [229053.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [315]}}} +{"episode_index": 693, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.35178961660347735]], [[0.297758544921875]], [[0.22894836605296415]]], "std": [[[0.1482024795423144]], [[0.1329401802878186]], [[0.1448634636653376]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3121562039244409]], [[0.24023013963886336]], [[0.16040583831188726]]], "std": [[[0.1972083858456121]], [[0.14036285833960735]], [[0.08988497730692517]]], "count": [100]}, "state": {"min": [-0.3830261528491974, -0.2748909592628479, 0.9765474796295166, 2.6287636756896973, -0.05251871794462204, -0.11431670188903809, 0.01041348185390234, -0.0400070920586586], "max": [-0.2851538062095642, 0.21746070683002472, 1.2207974195480347, 3.275949716567993, 0.2372780442237854, 0.2662023901939392, 0.03990737721323967, -0.012728390283882618], "mean": [-0.3538554012775421, -0.030904006212949753, 1.1046921014785767, 2.9763267040252686, 0.03292917460203171, 0.04173889756202698, 0.022666452452540398, -0.023382650688290596], "std": [0.019051022827625275, 0.19298410415649414, 0.07104982435703278, 0.18017417192459106, 0.0680098906159401, 0.11099743843078613, 0.012989603914320469, 0.012611208483576775], "count": [265]}, "actions": {"min": [-0.43602287769317627, -1.1149134635925293, -0.6199753880500793, -0.2554108500480652, -0.1854773759841919, -0.16326256096363068, -1.0], "max": [0.21575646102428436, 0.9296137094497681, 0.6097273826599121, 0.2590404450893402, 0.15532737970352173, 0.2857080399990082, 1.0], "mean": [-0.009929829277098179, -0.08603304624557495, -0.04068571701645851, -0.00983225367963314, 0.002432835754007101, 0.0017551324563100934, 0.22264151275157928], "std": [0.1000668853521347, 0.32665616273880005, 0.23527860641479492, 0.0778355598449707, 0.04900442808866501, 0.0584469810128212, 0.9748980402946472], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [693], "max": [693], "mean": [693.0], "std": [0.0], "count": [265]}, "index": {"min": [229211], "max": [229475], "mean": [229343.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [265]}}} +{"episode_index": 694, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3561024618709788]], [[0.3008137272853477]], [[0.23008100083295038]]], "std": [[[0.14007665922932738]], [[0.12639073824008704]], [[0.14118795335887865]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3057584976495481]], [[0.23527042403875614]], [[0.15742115215226715]]], "std": [[[0.1991231382311352]], [[0.14220943270124034]], [[0.09096720848544758]]], "count": [100]}, "state": {"min": [-0.4019169807434082, -0.28268373012542725, 0.9784970879554749, 2.8212974071502686, -0.08599458634853363, -0.25899338722229004, 0.010257394053041935, -0.03992091119289398], "max": [-0.29217979311943054, 0.20479953289031982, 1.200324296951294, 3.422508955001831, 0.21041187644004822, 0.6551862359046936, 0.03999542072415352, -0.011994640342891216], "mean": [-0.3634912669658661, -0.05361628159880638, 1.1147295236587524, 3.051696538925171, 0.013995659537613392, 0.2761378586292267, 0.020061608403921127, -0.02071375586092472], "std": [0.03041783906519413, 0.18654997646808624, 0.06996828317642212, 0.18512240052223206, 0.06843622028827667, 0.3746454119682312, 0.01224556565284729, 0.012173016555607319], "count": [308]}, "actions": {"min": [-0.4965062141418457, -0.9302780032157898, -0.5286330580711365, -0.2325277328491211, -0.1869312822818756, -0.2884445786476135, -1.0], "max": [0.39299553632736206, 0.7678104639053345, 0.7581781148910522, 0.19294476509094238, 0.1622404158115387, 0.41393762826919556, 1.0], "mean": [0.009537159465253353, -0.07138984650373459, -0.029657097533345222, -0.012615527957677841, -0.0017682273173704743, 0.015947828069329262, 0.37662336230278015], "std": [0.12368708103895187, 0.2593258023262024, 0.21792393922805786, 0.05679156631231308, 0.04555966705083847, 0.07490117102861404, 0.9263656735420227], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [694], "max": [694], "mean": [694.0], "std": [0.0], "count": [308]}, "index": {"min": [229476], "max": [229783], "mean": [229629.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [308]}}} +{"episode_index": 695, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3602975876752068]], [[0.30537191473268993]], [[0.23409149947820926]]], "std": [[[0.14363029329302918]], [[0.13109679459410656]], [[0.14791750233100484]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9490196078431372]], [[0.9372549019607843]]], "mean": [[[0.32314922018612136]], [[0.2484801970837163]], [[0.16391648774988513]]], "std": [[[0.2139369294195096]], [[0.1521518908674719]], [[0.0928355531225477]]], "count": [100]}, "state": {"min": [-0.35281866788864136, -0.19676664471626282, 1.011437177658081, 2.878455638885498, -0.1940402239561081, -0.3937712609767914, 0.01331994030624628, -0.03987811133265495], "max": [-0.18801888823509216, 0.04822110757231712, 1.2041935920715332, 3.2384936809539795, 0.12496881932020187, 0.38025733828544617, 0.03998593986034393, -0.016029048711061478], "mean": [-0.27294155955314636, -0.07528822124004364, 1.1133122444152832, 3.039475202560425, -0.06287610530853271, 0.023199792951345444, 0.023519236594438553, -0.0246061272919178], "std": [0.06585025787353516, 0.1005973145365715, 0.053828295320272446, 0.13726547360420227, 0.08790068328380585, 0.3165234327316284, 0.011382107622921467, 0.01051779929548502], "count": [207]}, "actions": {"min": [-0.7582096457481384, -0.715796947479248, -0.6821119785308838, -0.12985831499099731, -0.22393542528152466, -0.17309421300888062, -1.0], "max": [0.451454758644104, 0.21731413900852203, 1.0630546808242798, 0.09329485148191452, 0.16518889367580414, 0.23306208848953247, 1.0], "mean": [-0.035598136484622955, -0.09013603627681732, -0.04572690650820732, -0.01764829270541668, -0.0004179792886134237, 0.01482340693473816, 0.28502416610717773], "std": [0.15322600305080414, 0.17045855522155762, 0.27349334955215454, 0.03485321253538132, 0.05348314344882965, 0.07411549985408783, 0.9585199952125549], "count": [207]}, "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": [695], "max": [695], "mean": [695.0], "std": [0.0], "count": [207]}, "index": {"min": [229784], "max": [229990], "mean": [229887.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [207]}}} +{"episode_index": 696, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3621555217668122]], [[0.3082099854712393]], [[0.23676412185968138]]], "std": [[[0.1439231838874787]], [[0.13110763455245422]], [[0.14876463971777473]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.33248254753561585]], [[0.2558511286716835]], [[0.16990883920706953]]], "std": [[[0.21332762632826857]], [[0.15250970016574536]], [[0.0942652910718184]]], "count": [100]}, "state": {"min": [-0.3905876874923706, -0.20513680577278137, 0.9917556047439575, 2.8122780323028564, -0.20992356538772583, -0.20857055485248566, 0.012376350350677967, -0.039994820952415466], "max": [-0.17438499629497528, 0.05065985023975372, 1.1764631271362305, 3.211439609527588, 0.09865578263998032, 0.3498937785625458, 0.04000077396631241, -0.015351720154285431], "mean": [-0.27181190252304077, -0.05505819246172905, 1.0867564678192139, 3.028714656829834, -0.07006444782018661, 0.027499232441186905, 0.026616442948579788, -0.027443306520581245], "std": [0.08408034592866898, 0.10057023167610168, 0.05533860623836517, 0.13679561018943787, 0.07852637767791748, 0.2209138721227646, 0.012379840947687626, 0.011584083549678326], "count": [262]}, "actions": {"min": [-0.8957825303077698, -0.5892351269721985, -1.5370476245880127, -0.1044854000210762, -0.1276003122329712, -0.09821820259094238, -1.0], "max": [0.38837140798568726, 0.2752210795879364, 0.8588916063308716, 0.08799043297767639, 0.2125725895166397, 0.17855477333068848, 1.0], "mean": [-0.02193089760839939, -0.06517408788204193, -0.050745245069265366, -0.012842860072851181, -0.0003515958087518811, 0.010452442802488804, 0.022900763899087906], "std": [0.179637148976326, 0.15587180852890015, 0.20999319851398468, 0.03318895027041435, 0.03569622337818146, 0.04313407838344574, 0.9997386336326599], "count": [262]}, "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": [696], "max": [696], "mean": [696.0], "std": [0.0], "count": [262]}, "index": {"min": [229991], "max": [230252], "mean": [230121.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [262]}}} +{"episode_index": 697, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3613304598939185]], [[0.30851072782628675]], [[0.2372735434139476]]], "std": [[[0.1459684719313651]], [[0.13280782573661437]], [[0.1501682354694554]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3389317782532935]], [[0.25924367448395375]], [[0.1715060335047105]]], "std": [[[0.21135231281105835]], [[0.151686142874121]], [[0.09462849710502488]]], "count": [100]}, "state": {"min": [-0.3686893582344055, -0.19236041605472565, 0.9886351227760315, 2.8435001373291016, -0.16785526275634766, -0.08608125150203705, 0.012456225231289864, -0.039967894554138184], "max": [-0.16948796808719635, 0.10226468741893768, 1.1517938375473022, 3.1885576248168945, 0.10181926935911179, 0.32917502522468567, 0.04000242426991463, -0.014689403586089611], "mean": [-0.27300313115119934, -0.05119502916932106, 1.0901154279708862, 3.039632797241211, -0.06023425981402397, 0.11302439123392105, 0.025491787120699883, -0.0261392742395401], "std": [0.07158245891332626, 0.10694163292646408, 0.050778672099113464, 0.1330396831035614, 0.06801337003707886, 0.1393233835697174, 0.012386548332870007, 0.01183033175766468], "count": [229]}, "actions": {"min": [-0.838558554649353, -1.0480878353118896, -0.5412951111793518, -0.10727478563785553, -0.11028030514717102, -0.0961802527308464, -1.0], "max": [0.39102882146835327, 0.3280790448188782, 0.8134937286376953, 0.13416357338428497, 0.13015584647655487, 0.14675205945968628, 1.0], "mean": [-0.009084892459213734, -0.09436486661434174, -0.037159062922000885, -0.010798647068440914, 0.00027435278752818704, 0.008686825633049011, 0.10043668001890182], "std": [0.1977231204509735, 0.1585809588432312, 0.21767081320285797, 0.030692946165800095, 0.03343207389116287, 0.04230101406574249, 0.9949445724487305], "count": [229]}, "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": [697], "max": [697], "mean": [697.0], "std": [0.0], "count": [229]}, "index": {"min": [230253], "max": [230481], "mean": [230367.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [229]}}} +{"episode_index": 698, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35507431090111824]], [[0.3031525956696155]], [[0.23312544220569087]]], "std": [[[0.14819921638804284]], [[0.1336007397599915]], [[0.14835600136041294]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.32954584996840536]], [[0.25504223393458947]], [[0.16995825733857994]]], "std": [[[0.20917905599219136]], [[0.14809593271448548]], [[0.09182621983814739]]], "count": [100]}, "state": {"min": [-0.35749611258506775, -0.17875069379806519, 1.0240707397460938, 2.7549147605895996, -0.14958180487155914, -0.38697174191474915, 0.015200186520814896, -0.040005601942539215], "max": [-0.15823617577552795, 0.03303420543670654, 1.1909099817276, 3.221555471420288, 0.10572837293148041, 0.27436167001724243, 0.03988848626613617, -0.015585835091769695], "mean": [-0.2568186819553375, -0.05042615905404091, 1.1104716062545776, 2.959580421447754, -0.05415544658899307, -0.0641799047589302, 0.026958167552947998, -0.02714073844254017], "std": [0.07537231594324112, 0.08706996589899063, 0.05272923409938812, 0.13498204946517944, 0.06453890353441238, 0.2637368142604828, 0.011273247189819813, 0.01115476991981268], "count": [215]}, "actions": {"min": [-0.8801425099372864, -0.5760357975959778, -0.4879404604434967, -0.16253319382667542, -0.15533289313316345, -0.16757582128047943, -1.0], "max": [0.35306811332702637, 0.283565878868103, 0.7091389298439026, 0.08368280529975891, 0.10135151445865631, 0.24424605071544647, 1.0], "mean": [-0.018887901678681374, -0.07217825949192047, -0.050477903336286545, -0.01682889088988304, 0.0005439769010990858, 0.007419744040817022, 0.06976744532585144], "std": [0.1975630670785904, 0.15170760452747345, 0.20655319094657898, 0.03903729468584061, 0.04075580835342407, 0.06761261075735092, 0.9975622296333313], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [698], "max": [698], "mean": [698.0], "std": [0.0], "count": [215]}, "index": {"min": [230482], "max": [230696], "mean": [230589.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [215]}}} +{"episode_index": 699, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35940361052868414]], [[0.3024261594286152]], [[0.231866538253485]]], "std": [[[0.1442837602717873]], [[0.13234317477855073]], [[0.14670853625150793]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3377817861519608]], [[0.2652521422143076]], [[0.18330951705633428]]], "std": [[[0.21231502430108914]], [[0.1589830464247635]], [[0.10964952082693442]]], "count": [100]}, "state": {"min": [-0.4793328642845154, -0.285220205783844, 0.9875016808509827, 2.486076831817627, -0.23002710938453674, -0.17663493752479553, 0.0031308336183428764, -0.039974916726350784], "max": [-0.08534755557775497, 0.21577808260917664, 1.2916339635849, 3.1979451179504395, 0.11107727885246277, 0.10720691084861755, 0.03995030000805855, 0.0008812408777885139], "mean": [-0.31521356105804443, -0.03512324392795563, 1.1581224203109741, 2.8500940799713135, -0.1131056472659111, -0.01463210117071867, 0.014285522513091564, -0.013880033046007156], "std": [0.1487368494272232, 0.19209055602550507, 0.0825829729437828, 0.2594684660434723, 0.09345436841249466, 0.0842740461230278, 0.015965474769473076, 0.015308157540857792], "count": [280]}, "actions": {"min": [-1.169404149055481, -1.2424187660217285, -0.8253676891326904, -0.1751326471567154, -0.19299843907356262, -0.10347774624824524, -1.0], "max": [0.5678430795669556, 1.2065761089324951, 1.0971726179122925, 0.22631609439849854, 0.14923104643821716, 0.11193706095218658, 1.0], "mean": [-0.05036872625350952, -0.08988090604543686, -0.03673199564218521, -0.01506838295608759, 0.0009038859279826283, -0.00797359086573124, 0.40714284777641296], "std": [0.23584319651126862, 0.2797274887561798, 0.3185270130634308, 0.04588576778769493, 0.05231332406401634, 0.03344234824180603, 0.9133670926094055], "count": [280]}, "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": [699], "max": [699], "mean": [699.0], "std": [0.0], "count": [280]}, "index": {"min": [230697], "max": [230976], "mean": [230836.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [280]}}} +{"episode_index": 700, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3565807824228324]], [[0.30120711442536]], [[0.23122534060010722]]], "std": [[[0.1484722838712851]], [[0.1352690868522222]], [[0.148895237119006]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3744728501263787]], [[0.294266715853822]], [[0.2018368398628983]]], "std": [[[0.2080995626284975]], [[0.15332345326362465]], [[0.10524950608150874]]], "count": [100]}, "state": {"min": [-0.5073203444480896, -0.28854742646217346, 0.9871112704277039, 2.80804705619812, -0.3647294342517853, -0.3951372504234314, 0.002257893094792962, -0.04000518471002579], "max": [-0.0817885547876358, 0.2251010537147522, 1.3166366815567017, 3.1583187580108643, 0.05208307504653931, 0.06609851866960526, 0.03996707499027252, -0.0015366805018857121], "mean": [-0.3030870854854584, -0.0022737260442227125, 1.173837423324585, 3.02138352394104, -0.17275294661521912, -0.06346511095762253, 0.017861440777778625, -0.016081763431429863], "std": [0.15742959082126617, 0.20277750492095947, 0.09642472118139267, 0.10887947678565979, 0.11387894302606583, 0.11552744358778, 0.016041960567235947, 0.016582250595092773], "count": [350]}, "actions": {"min": [-0.9852856397628784, -0.9103127717971802, -0.7695361375808716, -0.1457960605621338, -0.19179151952266693, -0.1645636111497879, -1.0], "max": [0.4881168007850647, 0.6496365070343018, 1.1205854415893555, 0.14078831672668457, 0.13314613699913025, 0.20145119726657867, 1.0], "mean": [-0.038018517196178436, -0.07381239533424377, -0.028751155361533165, -0.006010503973811865, -0.0024612925481051207, -0.00901329331099987, 0.2800000011920929], "std": [0.20670510828495026, 0.23890358209609985, 0.265200138092041, 0.042079515755176544, 0.05275909602642059, 0.05345800518989563, 0.9600003361701965], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [700], "max": [700], "mean": [700.0], "std": [0.0], "count": [350]}, "index": {"min": [230977], "max": [231326], "mean": [231151.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [350]}}} +{"episode_index": 701, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35770392144895063]], [[0.30183334051393995]], [[0.23282780905330883]]], "std": [[[0.1444211548133996]], [[0.13244273110593968]], [[0.14642749346461104]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3642504128848805]], [[0.28260382558785235]], [[0.19042437385110295]]], "std": [[[0.2177413261382764]], [[0.16139658926810718]], [[0.1074347286476352]]], "count": [100]}, "state": {"min": [-0.4676028788089752, -0.30744510889053345, 0.993648886680603, 2.7333624362945557, -0.08901248872280121, -0.16156844794750214, 0.005698512773960829, -0.039959315210580826], "max": [-0.07525178045034409, 0.21327392756938934, 1.2470093965530396, 3.2547240257263184, 0.14308373630046844, 0.01500073354691267, 0.04000545293092728, 0.0002074713702313602], "mean": [-0.2630338668823242, 0.0002873243938665837, 1.155402660369873, 3.056725263595581, 0.00189996010158211, -0.08250859379768372, 0.020046869292855263, -0.019418098032474518], "std": [0.14762179553508759, 0.19848081469535828, 0.07811182737350464, 0.16917482018470764, 0.059363894164562225, 0.05071321502327919, 0.015902455896139145, 0.01573501154780388], "count": [292]}, "actions": {"min": [-1.1480941772460938, -0.9222721457481384, -0.6608920097351074, -0.15739555656909943, -0.16606195271015167, -0.17259564995765686, -1.0], "max": [0.5983176827430725, 0.7935768365859985, 1.4168962240219116, 0.13762527704238892, 0.13778479397296906, 0.14776107668876648, 1.0], "mean": [-0.03971242532134056, -0.08257444947957993, -0.03250245377421379, -0.009638344869017601, 0.000668148510158062, -0.005285985302180052, 0.18493150174617767], "std": [0.24395641684532166, 0.286149263381958, 0.2730313241481781, 0.04461191967129707, 0.045918017625808716, 0.04441354423761368, 0.982751190662384], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [701], "max": [701], "mean": [701.0], "std": [0.0], "count": [292]}, "index": {"min": [231327], "max": [231618], "mean": [231472.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [292]}}} +{"episode_index": 702, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3573933494418275]], [[0.3005237863578048]], [[0.23011230169558056]]], "std": [[[0.1441568540978638]], [[0.13106045738641098]], [[0.14472546406551465]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34175125421262254]], [[0.267386926389208]], [[0.18518111644071691]]], "std": [[[0.20912057898402905]], [[0.15538117185693986]], [[0.10603602690551034]]], "count": [100]}, "state": {"min": [-0.5085527896881104, -0.23977012932300568, 0.9875091910362244, 2.6704390048980713, -0.13776598870754242, 0.005901926197111607, 0.006065096706151962, -0.040003612637519836], "max": [-0.10897902399301529, 0.23455311357975006, 1.2456960678100586, 3.154883623123169, 0.13289424777030945, 0.12106055021286011, 0.03992588818073273, 0.00018405781884212047], "mean": [-0.3143502175807953, 0.0035101573448628187, 1.1346944570541382, 2.950439929962158, -0.00530117005109787, 0.06588959693908691, 0.018922388553619385, -0.01803472265601158], "std": [0.1473613977432251, 0.18269990384578705, 0.07038681954145432, 0.1703595221042633, 0.0704079419374466, 0.025773756206035614, 0.015031902119517326, 0.015782812610268593], "count": [300]}, "actions": {"min": [-1.1893738508224487, -0.9653328061103821, -0.7623005509376526, -0.2556999921798706, -0.14315420389175415, -0.11878755688667297, -1.0], "max": [0.5965468287467957, 0.9612215161323547, 1.0161794424057007, 0.09798161685466766, 0.1451624631881714, 0.16192218661308289, 1.0], "mean": [-0.03855852037668228, -0.05602363124489784, -0.02180086448788643, -0.008936282247304916, -0.0004302517045289278, -0.004547462798655033, 0.2866666615009308], "std": [0.23700204491615295, 0.2794082462787628, 0.27693912386894226, 0.03801554813981056, 0.04235975444316864, 0.03741079568862915, 0.958032488822937], "count": [300]}, "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": [702], "max": [702], "mean": [702.0], "std": [0.0], "count": [300]}, "index": {"min": [231619], "max": [231918], "mean": [231768.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [300]}}} +{"episode_index": 703, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3564985393449372]], [[0.30262799610811125]], [[0.23231688017003677]]], "std": [[[0.14959293473254262]], [[0.1348315307247765]], [[0.14868620639423452]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.36140075264725036]], [[0.2819484205058977]], [[0.19225250184302237]]], "std": [[[0.21087408729297874]], [[0.1568104402774334]], [[0.1067259238166703]]], "count": [100]}, "state": {"min": [-0.4906359314918518, -0.23919284343719482, 0.9892840385437012, 2.666383743286133, -0.27293896675109863, -0.2948690354824066, 0.001699419692158699, -0.03996403142809868], "max": [-0.0814499482512474, 0.21788641810417175, 1.2825826406478882, 3.2378711700439453, 0.146394744515419, 0.005008477717638016, 0.04000229388475418, 0.0007366940262727439], "mean": [-0.2910904586315155, 0.0014023922849446535, 1.1515027284622192, 2.9804911613464355, -0.09524773061275482, -0.11746493726968765, 0.017466453835368156, -0.017163090407848358], "std": [0.15330259501934052, 0.17919476330280304, 0.08547037094831467, 0.19288277626037598, 0.11572109907865524, 0.07583199441432953, 0.016892382875084877, 0.016826122999191284], "count": [316]}, "actions": {"min": [-0.8378245830535889, -0.8458713889122009, -0.7931183576583862, -0.1775180846452713, -0.1815919131040573, -0.12693826854228973, -1.0], "max": [0.43693557381629944, 1.3858954906463623, 1.1030241250991821, 0.1429751068353653, 0.1654798686504364, 0.1432631015777588, 1.0], "mean": [-0.04640650004148483, -0.06131681054830551, -0.013251233845949173, -0.009896093048155308, -0.002550833858549595, -0.008875028230249882, 0.2405063360929489], "std": [0.21039488911628723, 0.24233512580394745, 0.29519209265708923, 0.03809318318963051, 0.05094841867685318, 0.04167773202061653, 0.9706463813781738], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [703], "max": [703], "mean": [703.0], "std": [0.0], "count": [316]}, "index": {"min": [231919], "max": [232234], "mean": [232076.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [316]}}} +{"episode_index": 704, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35365678974226405]], [[0.2965030308143765]], [[0.22854806339039524]]], "std": [[[0.13906162467460323]], [[0.1290342951132379]], [[0.14153789548047296]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.29928980988147214]], [[0.23024567069259347]], [[0.1548091454599418]]], "std": [[[0.19146130245146414]], [[0.1368872004667826]], [[0.08953264019895357]]], "count": [100]}, "state": {"min": [-0.4255253076553345, -0.18241015076637268, 0.9757266640663147, 2.811007499694824, -0.03655337542295456, -0.2543365955352783, 0.012337773106992245, -0.040013231337070465], "max": [-0.3393115997314453, 0.30491283535957336, 1.1706253290176392, 3.2919697761535645, 0.1690681427717209, 0.08198483288288116, 0.0397283099591732, -0.010936341248452663], "mean": [-0.3727560341358185, 0.06850319355726242, 1.1005079746246338, 3.0557000637054443, 0.05877333879470825, -0.10059426724910736, 0.02113153040409088, -0.02076634205877781], "std": [0.029105328023433685, 0.1860561966896057, 0.059025608003139496, 0.15487737953662872, 0.06519048660993576, 0.0900411531329155, 0.01186518557369709, 0.011848671361804008], "count": [256]}, "actions": {"min": [-0.4902409017086029, -1.0213068723678589, -0.7506982684135437, -0.17046663165092468, -0.11646920442581177, -0.16648758947849274, -1.0], "max": [0.4740160405635834, 1.1123594045639038, 0.5910736322402954, 0.13876470923423767, 0.15563565492630005, 0.11225888878107071, 1.0], "mean": [0.01392412930727005, 0.0829080194234848, -0.028367578983306885, 0.0046966043300926685, 0.00022129934222903103, -0.003982780035585165, 0.3671875], "std": [0.12862834334373474, 0.31086868047714233, 0.23501083254814148, 0.04979382082819939, 0.03507279232144356, 0.04249563440680504, 0.9301469326019287], "count": [256]}, "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": [704], "max": [704], "mean": [704.0], "std": [0.0], "count": [256]}, "index": {"min": [232235], "max": [232490], "mean": [232362.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [256]}}} +{"episode_index": 705, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36156738400926774]], [[0.3040645458745021]], [[0.2336386401606541]]], "std": [[[0.133417232024078]], [[0.12422513209192783]], [[0.14097493395624153]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9450980392156862]], [[0.9450980392156862]]], "mean": [[[0.3187058284983916]], [[0.24274023317823223]], [[0.1591915127623315]]], "std": [[[0.19500212542847334]], [[0.13714463342249825]], [[0.08321112216571781]]], "count": [100]}, "state": {"min": [-0.43474334478378296, -0.19159476459026337, 0.9770253896713257, 2.981630325317383, -0.10261007398366928, -0.3550211787223816, 0.01233938429504633, -0.0400083065032959], "max": [-0.29114919900894165, 0.266011506319046, 1.2113769054412842, 3.3666632175445557, 0.20127016305923462, 0.044432297348976135, 0.03982604667544365, -0.01189813669770956], "mean": [-0.3546772301197052, 0.04950619116425514, 1.130624532699585, 3.1916165351867676, 0.007171631325036287, -0.18719737231731415, 0.021189549937844276, -0.021217836067080498], "std": [0.04104333370923996, 0.18486225605010986, 0.06550394743680954, 0.14012694358825684, 0.0761152133345604, 0.12386137992143631, 0.012014118023216724, 0.012149682268500328], "count": [271]}, "actions": {"min": [-0.3668935298919678, -1.0462124347686768, -0.7245104908943176, -0.12705875933170319, -0.14131276309490204, -0.12176305800676346, -1.0], "max": [0.5604003667831421, 0.9485719203948975, 1.1423702239990234, 0.20520715415477753, 0.12631554901599884, 0.11355006694793701, 1.0], "mean": [0.00044730317313224077, 0.07959779351949692, -0.020790116861462593, 0.007419369649142027, 0.0024585442151874304, -0.005558559205383062, 0.36531364917755127], "std": [0.1336355358362198, 0.2759799063205719, 0.2555786371231079, 0.04210275039076805, 0.04138867184519768, 0.03619401156902313, 0.9308862686157227], "count": [271]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.823042886243178], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [705], "max": [705], "mean": [705.0], "std": [0.0], "count": [271]}, "index": {"min": [232491], "max": [232761], "mean": [232626.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [271]}}} +{"episode_index": 706, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3596351120892693]], [[0.30069116330614276]], [[0.23029601452397364]]], "std": [[[0.13274205279350276]], [[0.12349245189243502]], [[0.13828839424855838]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3182230332318474]], [[0.24204062428193934]], [[0.15840646541819853]]], "std": [[[0.18789908624164484]], [[0.13216470255912313]], [[0.08108773258748285]]], "count": [100]}, "state": {"min": [-0.4170442819595337, -0.22507822513580322, 0.9846392273902893, 2.715724229812622, -0.03497131168842316, -0.3063967525959015, 0.012071902863681316, -0.04001685604453087], "max": [-0.2943057417869568, 0.3384685218334198, 1.1997352838516235, 3.180222511291504, 0.36424756050109863, 0.09446027129888535, 0.04109854996204376, -0.006321156397461891], "mean": [-0.3565036952495575, 0.059415705502033234, 1.1146671772003174, 2.9830899238586426, 0.0853654146194458, -0.1584523767232895, 0.02244235947728157, -0.021674593910574913], "std": [0.03762805089354515, 0.20138020813465118, 0.06107240170240402, 0.1503097265958786, 0.09951873868703842, 0.11454953998327255, 0.012526335194706917, 0.012882939539849758], "count": [224]}, "actions": {"min": [-0.44825828075408936, -1.0049387216567993, -1.0290225744247437, -0.2232239693403244, -0.17724363505840302, -0.20555804669857025, -1.0], "max": [0.538752019405365, 1.4399144649505615, 1.0171844959259033, 0.20465676486492157, 0.19661246240139008, 0.21554994583129883, 1.0], "mean": [0.008025321178138256, 0.10119052976369858, -0.056548941880464554, 0.005791681353002787, 0.00821822788566351, -0.008959122933447361, 0.2857142984867096], "std": [0.1710803508758545, 0.3833482563495636, 0.29436931014060974, 0.06482290476560593, 0.04795227199792862, 0.05547614023089409, 0.9583153128623962], "count": [224]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.466258578188781], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [706], "max": [706], "mean": [706.0], "std": [0.0], "count": [224]}, "index": {"min": [232762], "max": [232985], "mean": [232873.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [224]}}} +{"episode_index": 707, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3639945798387715]], [[0.3022488929898131]], [[0.2322101901185279]]], "std": [[[0.1318616052003791]], [[0.12614268355994335]], [[0.14055937598708898]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3313038677140778]], [[0.25246738747989433]], [[0.16583963790594364]]], "std": [[[0.18569567281535818]], [[0.1306374519354501]], [[0.08169568634532083]]], "count": [100]}, "state": {"min": [-0.402791827917099, -0.2411600649356842, 0.984180212020874, 2.82539439201355, -0.11316954344511032, -0.30477175116539, 0.010975665412843227, -0.04001598060131073], "max": [-0.30912744998931885, 0.29342398047447205, 1.2031124830245972, 3.1620876789093018, 0.257047563791275, 0.1112588420510292, 0.03970686346292496, -0.010451972484588623], "mean": [-0.36145755648612976, 0.031397558748722076, 1.1254466772079468, 2.9700722694396973, 0.017987845465540886, -0.08797310292720795, 0.021779829636216164, -0.02218686230480671], "std": [0.02099047787487507, 0.19638150930404663, 0.06396280229091644, 0.1159343421459198, 0.09449850022792816, 0.142460435628891, 0.012758276425302029, 0.012591741979122162], "count": [264]}, "actions": {"min": [-0.35463082790374756, -0.6974884271621704, -0.9688576459884644, -0.164836123585701, -0.08385336399078369, -0.16435325145721436, -1.0], "max": [0.34941238164901733, 1.0493261814117432, 0.8268183469772339, 0.25095686316490173, 0.1523393988609314, 0.12500326335430145, 1.0], "mean": [0.0028839115984737873, 0.06564675271511078, -0.03318827599287033, 0.001987009309232235, 0.0047799148596823215, -0.011040560901165009, 0.28787878155708313], "std": [0.11021054536104202, 0.31784936785697937, 0.24243392050266266, 0.05100928992033005, 0.03521249070763588, 0.041674766689538956, 0.9576647281646729], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [707], "max": [707], "mean": [707.0], "std": [0.0], "count": [264]}, "index": {"min": [232986], "max": [233249], "mean": [233117.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [264]}}} +{"episode_index": 708, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3566856964709712]], [[0.29959783277324603]], [[0.2313379576439951]]], "std": [[[0.13850001895951788]], [[0.12900247433371567]], [[0.14285481659089286]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3088994068818934]], [[0.2366637238147212]], [[0.15795319441253064]]], "std": [[[0.199716313186557]], [[0.14206666937601087]], [[0.08942463533512846]]], "count": [100]}, "state": {"min": [-0.36809948086738586, -0.18936707079410553, 0.9772003889083862, 2.834965705871582, -0.035548970103263855, -0.19456875324249268, 0.012130064889788628, -0.040012698620557785], "max": [-0.283601313829422, 0.32253995537757874, 1.1969903707504272, 3.2833712100982666, 0.20085062086582184, 0.13745851814746857, 0.03967120125889778, -0.010788334533572197], "mean": [-0.322517454624176, 0.08470883965492249, 1.1151233911514282, 3.0475614070892334, 0.03857946768403053, -0.06621053814888, 0.0201213788241148, -0.019997702911496162], "std": [0.018220951780676842, 0.1808960884809494, 0.05370820313692093, 0.1354946792125702, 0.057586781680583954, 0.07115040719509125, 0.011609924957156181, 0.011771447025239468], "count": [243]}, "actions": {"min": [-0.6279080510139465, -0.9998192191123962, -0.8813104629516602, -0.18157747387886047, -0.18654170632362366, -0.12033876031637192, -1.0], "max": [0.30524882674217224, 1.4324747323989868, 1.4463316202163696, 0.20671574771404266, 0.1919439733028412, 0.12935316562652588, 1.0], "mean": [-0.007782377768307924, 0.09579863399267197, -0.05945630744099617, 0.007817458361387253, 0.005631962325423956, -0.00694215577095747, 0.43209877610206604], "std": [0.1372797042131424, 0.3465929925441742, 0.31518441438674927, 0.05096448212862015, 0.047701865434646606, 0.04596700891852379, 0.9018251895904541], "count": [243]}, "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": [708], "max": [708], "mean": [708.0], "std": [0.0], "count": [243]}, "index": {"min": [233250], "max": [233492], "mean": [233371.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [243]}}} +{"episode_index": 709, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.361875540340648]], [[0.3026029585296032]], [[0.23251502063227636]]], "std": [[[0.13165457225676358]], [[0.12378666683995393]], [[0.13925023794996175]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.30118490062040437]], [[0.2297504326315487]], [[0.1517738749186198]]], "std": [[[0.1926121245745234]], [[0.13610647058539335]], [[0.08462622090066971]]], "count": [100]}, "state": {"min": [-0.44368866086006165, -0.1892058253288269, 0.9993914365768433, 2.857349157333374, -0.08124329894781113, -0.2295752465724945, 0.010538334958255291, -0.0400131419301033], "max": [-0.3161628246307373, 0.272577166557312, 1.182326316833496, 3.3130526542663574, 0.2964417040348053, -0.0332135334610939, 0.03973080962896347, -0.011917796917259693], "mean": [-0.36403363943099976, 0.05209845304489136, 1.1081929206848145, 3.0692474842071533, 0.0755099207162857, -0.14235994219779968, 0.019780786707997322, -0.019919589161872864], "std": [0.03706934303045273, 0.1768563836812973, 0.05809195712208748, 0.15659599006175995, 0.08588596433401108, 0.06394403427839279, 0.0114853885024786, 0.011292117647826672], "count": [243]}, "actions": {"min": [-0.5384137630462646, -0.9377539157867432, -0.7703586220741272, -0.11823776364326477, -0.09993895888328552, -0.12759654223918915, -1.0], "max": [0.7629588842391968, 1.1985808610916138, 0.6420735120773315, 0.2129581719636917, 0.2079409509897232, 0.13550062477588654, 1.0], "mean": [0.014419677667319775, 0.09548327326774597, -0.03699609264731407, 0.006835118867456913, 0.004759599920362234, -0.003918577916920185, 0.45679011940956116], "std": [0.14945359528064728, 0.28561046719551086, 0.22160938382148743, 0.049230657517910004, 0.035535138100385666, 0.03476930782198906, 0.8895735740661621], "count": [243]}, "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": [709], "max": [709], "mean": [709.0], "std": [0.0], "count": [243]}, "index": {"min": [233493], "max": [233735], "mean": [233614.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [243]}}} +{"episode_index": 710, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656168021407782]], [[0.30989611696729474]], [[0.2411674062691483]]], "std": [[[0.13875056143525133]], [[0.13232124533728337]], [[0.1508827471118491]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3961509201947381]], [[0.310294075161803]], [[0.21320660400390626]]], "std": [[[0.19963653140661106]], [[0.1471582373771471]], [[0.10869600646000048]]], "count": [100]}, "state": {"min": [-0.30807068943977356, -0.11890441179275513, 0.9851201176643372, 2.8845603466033936, -0.18560688197612762, -0.31500768661499023, 0.0038616934325546026, -0.04000629857182503], "max": [-0.05265464633703232, 0.2438381463289261, 1.2757688760757446, 3.204925537109375, 0.1648884415626526, 0.027439363300800323, 0.03991007059812546, -0.004091292154043913], "mean": [-0.19333568215370178, 0.038444966077804565, 1.1489876508712769, 3.0604612827301025, -0.048643194139003754, -0.13100866973400116, 0.020348092541098595, -0.020228810608386993], "std": [0.07647303491830826, 0.14632371068000793, 0.08409548550844193, 0.07147157192230225, 0.0848129391670227, 0.09753645956516266, 0.01734551228582859, 0.0170435830950737], "count": [292]}, "actions": {"min": [-1.0242592096328735, -0.7594460248947144, -0.5922867655754089, -0.2688610851764679, -0.15799465775489807, -0.31097814440727234, -1.0], "max": [0.8659825325012207, 0.9170572757720947, 1.5712699890136719, 0.14204223453998566, 0.19965767860412598, 0.13783609867095947, 1.0], "mean": [0.010193753987550735, 0.05159853398799896, -0.02176072634756565, 0.0006531731341965497, 0.001023803954012692, -0.006643880624324083, 0.07534246891736984], "std": [0.2632952034473419, 0.25029242038726807, 0.32101765275001526, 0.05701850354671478, 0.049940839409828186, 0.055319882929325104, 0.9971594214439392], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [710], "max": [710], "mean": [710.0], "std": [0.0], "count": [292]}, "index": {"min": [233736], "max": [234027], "mean": [233881.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [292]}}} +{"episode_index": 711, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36921005787568933]], [[0.3114080451516544]], [[0.24213282267252603]]], "std": [[[0.13612900369519026]], [[0.131629931224838]], [[0.15068907122359787]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.4161983367321538]], [[0.326633248721852]], [[0.2230258669385723]]], "std": [[[0.19222840410365374]], [[0.14082986963150018]], [[0.10524939939293293]]], "count": [100]}, "state": {"min": [-0.3057672083377838, -0.1098327562212944, 0.9854475259780884, 2.9891233444213867, -0.1984708309173584, -0.20451398193836212, 0.0036622569896280766, -0.040003228932619095], "max": [-0.05430342257022858, 0.24983471632003784, 1.2600898742675781, 3.304608106613159, 0.07763651013374329, 0.03642711415886879, 0.039975836873054504, -0.0028327086474746466], "mean": [-0.18628089129924774, 0.023933302611112595, 1.149547815322876, 3.149867296218872, -0.051776740700006485, -0.08708066493272781, 0.01948181912302971, -0.019038261845707893], "std": [0.07582323998212814, 0.1356494426727295, 0.07607193291187286, 0.1002117395401001, 0.07083680480718613, 0.0710381269454956, 0.01685204915702343, 0.017117269337177277], "count": [325]}, "actions": {"min": [-1.0766905546188354, -0.5037330389022827, -0.5249553322792053, -0.11414720118045807, -0.11712952703237534, -0.10833512246608734, -1.0], "max": [0.5356281995773315, 0.7533323764801025, 0.7819501757621765, 0.17841435968875885, 0.10569631308317184, 0.11383739858865738, 1.0], "mean": [0.015285519883036613, 0.05692780762910843, -0.02172178402543068, 0.002212738851085305, -0.0016848010709509254, -0.00047939017531462014, 0.16923077404499054], "std": [0.19891653954982758, 0.19576844573020935, 0.24647802114486694, 0.03731387481093407, 0.03667227923870087, 0.03638005629181862, 0.9855753183364868], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [711], "max": [711], "mean": [711.0], "std": [0.0], "count": [325]}, "index": {"min": [234028], "max": [234352], "mean": [234190.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [325]}}} +{"episode_index": 712, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3674967627431832]], [[0.3091411659390319]], [[0.2397435739554611]]], "std": [[[0.1345152604507208]], [[0.12897530623131787]], [[0.14701018099942534]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.38689514279833026]], [[0.29869076597924327]], [[0.20358778650620404]]], "std": [[[0.20232015213978755]], [[0.14853805739525852]], [[0.10130661582054037]]], "count": [100]}, "state": {"min": [-0.2813117802143097, -0.10796970129013062, 0.9855149984359741, 2.961893081665039, -0.0849180668592453, -0.25384068489074707, 0.003859700867906213, -0.040005117654800415], "max": [-0.06587043404579163, 0.2821299731731415, 1.2372153997421265, 3.1882927417755127, 0.22107775509357452, -0.017898187041282654, 0.03991871327161789, -0.0018438608385622501], "mean": [-0.1897447258234024, 0.05585837364196777, 1.1386771202087402, 3.0600945949554443, 0.02514672465622425, -0.15020595490932465, 0.017628660425543785, -0.01754375733435154], "std": [0.07643982023000717, 0.1495370715856552, 0.07094880938529968, 0.03876746818423271, 0.08150631189346313, 0.05970552936196327, 0.016646113246679306, 0.01676011085510254], "count": [235]}, "actions": {"min": [-1.2307932376861572, -0.8636381030082703, -0.8267238736152649, -0.25015705823898315, -0.14949414134025574, -0.20981834828853607, -1.0], "max": [0.9800727963447571, 1.0803985595703125, 1.5728079080581665, 0.18830187618732452, 0.1496915966272354, 0.23478417098522186, 1.0], "mean": [0.01541884709149599, 0.07791352272033691, -0.04170062765479088, -0.004161158110946417, 0.0027910382486879826, -0.00442875362932682, 0.24255318939685822], "std": [0.27369368076324463, 0.2602791488170624, 0.3529035747051239, 0.06444031745195389, 0.04644829407334328, 0.058520905673503876, 0.9701393842697144], "count": [235]}, "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": [712], "max": [712], "mean": [712.0], "std": [0.0], "count": [235]}, "index": {"min": [234353], "max": [234587], "mean": [234470.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [235]}}} +{"episode_index": 713, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.360986779904833]], [[0.30569844503963695]], [[0.23819566794002756]]], "std": [[[0.1448539548665047]], [[0.1370107165944244]], [[0.1529147732478556]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4128763726926318]], [[0.3229867063036152]], [[0.2184539244408701]]], "std": [[[0.19664418686861626]], [[0.142426923419315]], [[0.10053449007630977]]], "count": [100]}, "state": {"min": [-0.26740750670433044, -0.10406941920518875, 0.9906238913536072, 2.9645063877105713, -0.1724516749382019, -0.10633992403745651, 0.005340110510587692, -0.04000622034072876], "max": [-0.08675698935985565, 0.3193574845790863, 1.2393183708190918, 3.2140555381774902, 0.1686217188835144, 0.09958938509225845, 0.03989707678556442, -0.005164464935660362], "mean": [-0.1772235482931137, 0.067478708922863, 1.143957257270813, 3.1142797470092773, -0.05024859309196472, -0.018027307465672493, 0.02007553167641163, -0.020283548161387444], "std": [0.05747604742646217, 0.16415013372898102, 0.07648075371980667, 0.07572547346353531, 0.10004590451717377, 0.04708768427371979, 0.015800174325704575, 0.015687573701143265], "count": [241]}, "actions": {"min": [-0.7986829876899719, -0.849358081817627, -0.9511587023735046, -0.16851669549942017, -0.2182260900735855, -0.2059173882007599, -1.0], "max": [0.7623410224914551, 1.1246697902679443, 1.5747917890548706, 0.19891193509101868, 0.1481042057275772, 0.2695835828781128, 1.0], "mean": [0.03403079882264137, 0.074344202876091, -0.04115689545869827, -0.0031084732618182898, 0.0058699604123830795, -0.0026927755679935217, 0.17842324078083038], "std": [0.2246565967798233, 0.29804182052612305, 0.34920158982276917, 0.05260733515024185, 0.052024129778146744, 0.052544184029102325, 0.9839536547660828], "count": [241]}, "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": [713], "max": [713], "mean": [713.0], "std": [0.0], "count": [241]}, "index": {"min": [234588], "max": [234828], "mean": [234708.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [241]}}} +{"episode_index": 714, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3613648544012331]], [[0.30695851045496325]], [[0.24100325820025276]]], "std": [[[0.14056827851343934]], [[0.1342927346380194]], [[0.15049605286395648]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.38001011089250153]], [[0.2956606762455959]], [[0.20234049000459559]]], "std": [[[0.20123160095307777]], [[0.14778048297097401]], [[0.10463449284360772]]], "count": [100]}, "state": {"min": [-0.3048287630081177, -0.1222664937376976, 0.9845241904258728, 2.8919601440429688, -0.10341034829616547, -0.4565417170524597, 0.001754303346388042, -0.04000521078705788], "max": [-0.08077072352170944, 0.20885053277015686, 1.2133255004882812, 3.1197052001953125, 0.12410418689250946, 0.07951711118221283, 0.03993592783808708, -0.0033374642953276634], "mean": [-0.19850634038448334, 0.015647046267986298, 1.1327483654022217, 3.0238935947418213, -0.006619185209274292, -0.13003671169281006, 0.019471339881420135, -0.019338663667440414], "std": [0.0677572637796402, 0.12328654527664185, 0.06386411190032959, 0.05069579556584358, 0.0626358836889267, 0.17091357707977295, 0.01715247333049774, 0.01702236756682396], "count": [232]}, "actions": {"min": [-1.3797099590301514, -0.5127910375595093, -1.1024731397628784, -0.21853993833065033, -0.21274392306804657, -0.21290746331214905, -1.0], "max": [0.6867316365242004, 1.3383393287658691, 1.7586145401000977, 0.18911536037921906, 0.22068814933300018, 0.2585676312446594, 1.0], "mean": [0.020033638924360275, 0.06106262281537056, -0.02625550888478756, -0.0038377451710402966, 0.00243682274594903, -0.013758363202214241, 0.13793103396892548], "std": [0.27828049659729004, 0.26514923572540283, 0.33991923928260803, 0.06147793307900429, 0.04926671087741852, 0.06124652922153473, 0.9904420971870422], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [714], "max": [714], "mean": [714.0], "std": [0.0], "count": [232]}, "index": {"min": [234829], "max": [235060], "mean": [234944.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [232]}}} +{"episode_index": 715, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3686849550733379]], [[0.310235252829159]], [[0.23996963381299785]]], "std": [[[0.13288841334028373]], [[0.12690165664608727]], [[0.14600531543751077]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.38574063948089]], [[0.29945708091586243]], [[0.20321382589901196]]], "std": [[[0.19893826201987289]], [[0.145074497127858]], [[0.0978850661511756]]], "count": [100]}, "state": {"min": [-0.3159370720386505, -0.13057798147201538, 0.9854444265365601, 2.86684513092041, -0.0789681077003479, -0.2523411512374878, 0.00668989447876811, -0.04001040756702423], "max": [-0.08384048938751221, 0.2583574652671814, 1.2361884117126465, 3.198521614074707, 0.19206160306930542, 0.0726175457239151, 0.03987499326467514, -0.0005353951710276306], "mean": [-0.20955832302570343, 0.06935248523950577, 1.132002830505371, 3.0799717903137207, 0.024695759639143944, -0.06656325608491898, 0.020174279808998108, -0.019683267921209335], "std": [0.07059455662965775, 0.15635670721530914, 0.07070517539978027, 0.08470480889081955, 0.07851780205965042, 0.08470658957958221, 0.015390799380838871, 0.015578126534819603], "count": [279]}, "actions": {"min": [-1.1963579654693604, -0.5565395951271057, -0.7674558162689209, -0.3886156976222992, -0.2741472125053406, -0.25706079602241516, -1.0], "max": [0.5792611837387085, 1.232136845588684, 1.619503378868103, 0.1644558310508728, 0.114179328083992, 0.18980972468852997, 1.0], "mean": [0.03095611184835434, 0.06798643618822098, -0.02470031939446926, -0.0009724931442178786, 0.002346454653888941, -0.002937211422249675, 0.16845877468585968], "std": [0.24749822914600372, 0.25900307297706604, 0.3016025722026825, 0.06183706969022751, 0.0473744235932827, 0.058715153485536575, 0.9857104420661926], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [715], "max": [715], "mean": [715.0], "std": [0.0], "count": [279]}, "index": {"min": [235061], "max": [235339], "mean": [235200.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [279]}}} +{"episode_index": 716, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36452874336990654]], [[0.3087009163650812]], [[0.24183852670706954]]], "std": [[[0.14051723405805128]], [[0.13531090447201347]], [[0.15232930158950292]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.40420537492340686]], [[0.31502839989755665]], [[0.21164781996783089]]], "std": [[[0.19445638021572245]], [[0.14050546304620326]], [[0.09835079707293573]]], "count": [100]}, "state": {"min": [-0.28466716408729553, -0.10798169672489166, 0.9849089980125427, 2.9317753314971924, -0.15105050802230835, -0.1689010113477707, 0.0027152199763804674, -0.04000762477517128], "max": [-0.07784397900104523, 0.24395380914211273, 1.2231333255767822, 3.1702141761779785, 0.15700995922088623, 0.05208791792392731, 0.03989691659808159, -0.002628915011882782], "mean": [-0.18149253726005554, 0.033651191741228104, 1.1300474405288696, 3.026514768600464, -0.02803247608244419, -0.03798474371433258, 0.021853575482964516, -0.021943042054772377], "std": [0.06318395584821701, 0.12966370582580566, 0.07144440710544586, 0.056328240782022476, 0.0767965242266655, 0.06638112664222717, 0.017449093982577324, 0.017254721373319626], "count": [236]}, "actions": {"min": [-1.1852542161941528, -0.4559517800807953, -1.051208734512329, -0.18091844022274017, -0.18410207331180573, -0.14259734749794006, -1.0], "max": [0.7274188995361328, 0.9413285255432129, 1.694638967514038, 0.23594997823238373, 0.17373540997505188, 0.1687416285276413, 1.0], "mean": [0.01993056945502758, 0.05762578547000885, -0.04247669130563736, -0.005895745009183884, 0.003981956280767918, -0.007320044096559286, -0.008474576286971569], "std": [0.24038736522197723, 0.25043871998786926, 0.35342860221862793, 0.055210936814546585, 0.046937353909015656, 0.0466775968670845, 0.9999629855155945], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [716], "max": [716], "mean": [716.0], "std": [0.0], "count": [236]}, "index": {"min": [235340], "max": [235575], "mean": [235457.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [236]}}} +{"episode_index": 717, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3665948055491728]], [[0.3089277690812653]], [[0.24079138841816022]]], "std": [[[0.13499320520705468]], [[0.12907044123925435]], [[0.1461246549192938]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3686747274959789]], [[0.28872502585018384]], [[0.18990447160309434]]], "std": [[[0.21798840510436737]], [[0.1526362452855923]], [[0.0920105039574495]]], "count": [100]}, "state": {"min": [-0.3880407512187958, -0.00046681863022968173, 1.0023599863052368, 3.001692771911621, -0.23271344602108002, -0.4857253134250641, 0.0147602129727602, -0.040003448724746704], "max": [-0.06980866938829422, 0.27833589911460876, 1.295892596244812, 3.151773452758789, 0.09802748262882233, -0.0005691415281035006, 0.03994274139404297, -0.013199823908507824], "mean": [-0.2511899173259735, 0.18735000491142273, 1.169624924659729, 3.0843000411987305, -0.05551241338253021, -0.2644904553890228, 0.024001574143767357, -0.023945799097418785], "std": [0.11475653201341629, 0.07475115358829498, 0.08377829939126968, 0.03586987406015396, 0.09637229144573212, 0.11556978523731232, 0.01146446168422699, 0.01129495445638895], "count": [329]}, "actions": {"min": [-0.8980871438980103, -0.30639657378196716, -0.47972574830055237, -0.12761449813842773, -0.1908033788204193, -0.20883798599243164, -1.0], "max": [0.7898503541946411, 0.6805808544158936, 1.4415556192398071, 0.10565346479415894, 0.12483244389295578, 0.2341023087501526, 1.0], "mean": [-0.0013408568920567632, 0.06260500848293304, -0.01400558091700077, 0.0007770758238621056, -0.0006170590058900416, -0.008654193952679634, 0.2644376754760742], "std": [0.22297769784927368, 0.15630871057510376, 0.26668187975883484, 0.033156637102365494, 0.04070389270782471, 0.044101208448410034, 0.964401125907898], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [717], "max": [717], "mean": [717.0], "std": [0.0], "count": [329]}, "index": {"min": [235576], "max": [235904], "mean": [235740.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [329]}}} +{"episode_index": 718, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3698632974063649]], [[0.3124213418399587]], [[0.2441641648236443]]], "std": [[[0.13216023984582567]], [[0.1270558512582027]], [[0.1456996395164554]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36693924967447916]], [[0.2854512275247013]], [[0.18457614315257354]]], "std": [[[0.22799539241820685]], [[0.16030983419731332]], [[0.0930515085691724]]], "count": [100]}, "state": {"min": [-0.42143112421035767, 0.00771976076066494, 0.9878712296485901, 3.094430446624756, -0.18694502115249634, -0.6144156455993652, 0.015366063453257084, -0.039976295083761215], "max": [-0.04163823276758194, 0.26837050914764404, 1.3043001890182495, 3.4230425357818604, 0.12464165687561035, -0.037744320929050446, 0.04000304639339447, -0.015192246995866299], "mean": [-0.23810750246047974, 0.18935227394104004, 1.1586686372756958, 3.2329025268554688, -0.04637522250413895, -0.37568095326423645, 0.026386255398392677, -0.025713086128234863], "std": [0.12718279659748077, 0.05805732682347298, 0.09027127176523209, 0.09923055768013, 0.08253942430019379, 0.17816045880317688, 0.010401048697531223, 0.01069381833076477], "count": [321]}, "actions": {"min": [-0.6292991042137146, -0.284487247467041, -0.7261068820953369, -0.14652830362319946, -0.1381746083498001, -0.20011714100837708, -1.0], "max": [0.4499644637107849, 0.4788455665111542, 0.9424837827682495, 0.16448181867599487, 0.1117730662226677, 0.1465747356414795, 1.0], "mean": [-0.007934602908790112, 0.06204094737768173, -0.025944216176867485, 0.004928881302475929, -0.0008367695263586938, -0.008854864165186882, 0.22118380665779114], "std": [0.23661290109157562, 0.14753258228302002, 0.27622851729393005, 0.036571722477674484, 0.04267760366201401, 0.04581800848245621, 0.9752324819564819], "count": [321]}, "timestamp": {"min": [0.0], "max": [32.0], "mean": [16.0], "std": [9.266426855410163], "count": [321]}, "frame_index": {"min": [0], "max": [320], "mean": [160.0], "std": [92.66426855410162], "count": [321]}, "episode_index": {"min": [718], "max": [718], "mean": [718.0], "std": [0.0], "count": [321]}, "index": {"min": [235905], "max": [236225], "mean": [236065.0], "std": [92.66426855410162], "count": [321]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [321]}}} +{"episode_index": 719, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3630193684895833]], [[0.3070820450128294]], [[0.2408388941147748]]], "std": [[[0.13720277417061702]], [[0.1307134664732918]], [[0.14675731759484015]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3907833892223882]], [[0.3041404855765548]], [[0.19756344784007354]]], "std": [[[0.21522977434816262]], [[0.14892083314544058]], [[0.08755450501857226]]], "count": [100]}, "state": {"min": [-0.36736318469047546, -0.007285399362444878, 0.9981476664543152, 2.97054123878479, -0.19185304641723633, -0.542682945728302, 0.014802610501646996, -0.04000553488731384], "max": [-0.05490656942129135, 0.27278169989585876, 1.2400424480438232, 3.136610746383667, 0.12305846065282822, 0.037053052335977554, 0.03992869332432747, -0.011260190978646278], "mean": [-0.20736905932426453, 0.18356545269489288, 1.1564304828643799, 3.056792736053467, -0.012136165983974934, -0.25994929671287537, 0.02773873694241047, -0.028007280081510544], "std": [0.10852273553609848, 0.07153422385454178, 0.06998094171285629, 0.04029691219329834, 0.08648795634508133, 0.19102852046489716, 0.01109012309461832, 0.010993670672178268], "count": [293]}, "actions": {"min": [-0.9499378204345703, -0.29232752323150635, -1.1548908948898315, -0.16094137728214264, -0.16663502156734467, -0.17891497910022736, -1.0], "max": [0.5969293117523193, 0.7082447409629822, 1.2601464986801147, 0.13526760041713715, 0.10743193328380585, 0.11664851754903793, 1.0], "mean": [-0.0012273158645257354, 0.061173371970653534, -0.019494935870170593, -0.00018321578681934625, -0.002243709284812212, -0.015159593895077705, 0.030716722831130028], "std": [0.2364436388015747, 0.1708434820175171, 0.26458773016929626, 0.040068093687295914, 0.04175534099340439, 0.03931770101189613, 0.9995293617248535], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [719], "max": [719], "mean": [719.0], "std": [0.0], "count": [293]}, "index": {"min": [236226], "max": [236518], "mean": [236372.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [293]}}} +{"episode_index": 720, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36418630682253367]], [[0.3067676182167203]], [[0.23935218182732076]]], "std": [[[0.13657729477871147]], [[0.13103525138881478]], [[0.14711329863356892]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3856852165670956]], [[0.30133465516333485]], [[0.197947509765625]]], "std": [[[0.2162246729257204]], [[0.15168395349845123]], [[0.09167218138722864]]], "count": [100]}, "state": {"min": [-0.4070683717727661, 0.004835598636418581, 1.0013688802719116, 2.904755115509033, -0.28039443492889404, -0.5830925107002258, 0.015472744591534138, -0.0400036983191967], "max": [-0.06062613055109978, 0.30508407950401306, 1.2782931327819824, 3.1315157413482666, 0.05744219571352005, 0.04829077050089836, 0.03995588794350624, -0.01109929010272026], "mean": [-0.24531035125255585, 0.21094615757465363, 1.1703155040740967, 3.0266964435577393, -0.11082691699266434, -0.266385555267334, 0.024558130651712418, -0.024120595306158066], "std": [0.11818958818912506, 0.07639922946691513, 0.07792928069829941, 0.06257163733243942, 0.09486396610736847, 0.22161643207073212, 0.010886063799262047, 0.011276314966380596], "count": [299]}, "actions": {"min": [-0.9366319179534912, -0.25787290930747986, -0.9642013907432556, -0.13038328289985657, -0.17460890114307404, -0.21598421037197113, -1.0], "max": [0.7486567497253418, 1.2013293504714966, 1.3246026039123535, 0.09786730259656906, 0.14276109635829926, 0.17054077982902527, 1.0], "mean": [-0.0028274443466216326, 0.07140747457742691, -0.02219359390437603, 3.774373180931434e-05, -0.0005886498838663101, -0.015972893685102463, 0.284280925989151], "std": [0.2719040513038635, 0.1975153684616089, 0.29842013120651245, 0.0367434062063694, 0.04610844701528549, 0.0467129722237587, 0.9587408304214478], "count": [299]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.631338250816034], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [720], "max": [720], "mean": [720.0], "std": [0.0], "count": [299]}, "index": {"min": [236519], "max": [236817], "mean": [236668.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [299]}}} +{"episode_index": 721, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36365376132142313]], [[0.30805928189146753]], [[0.24295805687997854]]], "std": [[[0.14005291769854755]], [[0.13488312012620318]], [[0.15024713306612184]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.38789947509765627]], [[0.30389902571135874]], [[0.19805598479626227]]], "std": [[[0.2204570313857382]], [[0.15365529312265364]], [[0.09102296953840792]]], "count": [100]}, "state": {"min": [-0.35898134112358093, 0.017815040424466133, 0.9887380003929138, 3.087766170501709, -0.24951708316802979, -0.6393997669219971, 0.014752932824194431, -0.03994222730398178], "max": [-0.05867700278759003, 0.2821246087551117, 1.258705973625183, 3.219449043273926, 0.09888837486505508, 0.033277127891778946, 0.04000388830900192, -0.014782395213842392], "mean": [-0.2247149497270584, 0.19558754563331604, 1.1526087522506714, 3.157144069671631, -0.07354696094989777, -0.2667234241962433, 0.025091050192713737, -0.025024089962244034], "std": [0.11177633702754974, 0.06246316060423851, 0.07826823741197586, 0.03358183801174164, 0.10032530128955841, 0.21403789520263672, 0.01197971310466528, 0.01197120826691389], "count": [315]}, "actions": {"min": [-0.6445070505142212, -0.28777942061424255, -0.43520307540893555, -0.17596308887004852, -0.14120827615261078, -0.1941695511341095, -1.0], "max": [0.5609437227249146, 0.7690103054046631, 1.0560052394866943, 0.11199264973402023, 0.09401734918355942, 0.11100229620933533, 1.0], "mean": [0.007743905298411846, 0.06586397439241409, -0.011772766709327698, 0.0009087812504731119, 6.507446232717484e-05, -0.01623266562819481, 0.16825397312641144], "std": [0.21183133125305176, 0.1403781622648239, 0.23564402759075165, 0.03591730073094368, 0.03859524428844452, 0.03943880647420883, 0.9857438802719116], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [721], "max": [721], "mean": [721.0], "std": [0.0], "count": [315]}, "index": {"min": [236818], "max": [237132], "mean": [236975.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [315]}}} +{"episode_index": 722, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3584640993604473]], [[0.30224687404258577]], [[0.23457579968022366]]], "std": [[[0.1361965604847938]], [[0.12841457189050173]], [[0.14334405803364497]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.2954498063629749]], [[0.22925903320312502]], [[0.1566029603247549]]], "std": [[[0.20700842163693184]], [[0.15104216363014222]], [[0.09962064160591239]]], "count": [100]}, "state": {"min": [-0.5287215709686279, -0.0743587464094162, 0.9927735924720764, 2.982419490814209, -0.13110628724098206, -0.26704317331314087, 0.013066355139017105, -0.04000695422291756], "max": [-0.19772851467132568, 0.3272697329521179, 1.1862363815307617, 3.410327911376953, 0.13639500737190247, 0.015854427590966225, 0.03987795487046242, -0.015038755722343922], "mean": [-0.3502100110054016, 0.08175181597471237, 1.113511085510254, 3.1432924270629883, -0.015324030071496964, -0.1556587666273117, 0.024743258953094482, -0.025136873126029968], "std": [0.1206933781504631, 0.1530192643404007, 0.06180952861905098, 0.15045525133609772, 0.07943443208932877, 0.09228863567113876, 0.011399193666875362, 0.011261156760156155], "count": [231]}, "actions": {"min": [-1.0854493379592896, -0.3956137001514435, -0.8451213240623474, -0.20777292549610138, -0.16674384474754333, -0.20827311277389526, -1.0], "max": [0.43921929597854614, 0.6879979968070984, 0.7464289665222168, 0.13691841065883636, 0.22754085063934326, 0.12416956573724747, 1.0], "mean": [-0.03086206503212452, 0.1247960776090622, -0.047647591680288315, 0.0074309310875833035, 0.00044278381392359734, -0.005443613976240158, 0.2294372320175171], "std": [0.24652588367462158, 0.1968330442905426, 0.2588280141353607, 0.051749054342508316, 0.04731929674744606, 0.04325048252940178, 0.9733227491378784], "count": [231]}, "timestamp": {"min": [0.0], "max": [23.0], "mean": [11.5], "std": [6.668333125052067], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [722], "max": [722], "mean": [722.0], "std": [0.0], "count": [231]}, "index": {"min": [237133], "max": [237363], "mean": [237248.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [231]}}} +{"episode_index": 723, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3596555630553002]], [[0.303506628298292]], [[0.23588878796147364]]], "std": [[[0.1364146529696428]], [[0.1290815165898301]], [[0.1443621859455444]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.2896235070322074]], [[0.22794551894244025]], [[0.16059888652726717]]], "std": [[[0.20309071601442805]], [[0.14922646636220882]], [[0.10290191444939192]]], "count": [100]}, "state": {"min": [-0.5030959248542786, -0.08102872967720032, 0.9891940355300903, 2.9810311794281006, -0.14744187891483307, -0.2554698884487152, 0.016967395320534706, -0.04000746086239815], "max": [-0.20305120944976807, 0.3517974317073822, 1.1699578762054443, 3.4790985584259033, 0.14823199808597565, 0.11634920537471771, 0.03987596929073334, -0.013072858564555645], "mean": [-0.34308016300201416, 0.08189583569765091, 1.094277024269104, 3.156909704208374, 0.0008432883187197149, -0.04859452694654465, 0.027592334896326065, -0.02708965539932251], "std": [0.11644692718982697, 0.16146695613861084, 0.05754856765270233, 0.17107529938220978, 0.08061742037534714, 0.12288161367177963, 0.010707060806453228, 0.011371185071766376], "count": [264]}, "actions": {"min": [-0.7699558734893799, -0.5736970901489258, -0.614695131778717, -0.1701071858406067, -0.15695354342460632, -0.18811774253845215, -1.0], "max": [0.32625770568847656, 1.2980140447616577, 0.9882635474205017, 0.3027968406677246, 0.19238942861557007, 0.3705810010433197, 1.0], "mean": [-0.04007170349359512, 0.10292289406061172, -0.03382672742009163, 0.010522191412746906, -0.0012151679256930947, -0.007665885146707296, 0.06818182021379471], "std": [0.19312115013599396, 0.2399345487356186, 0.21042689681053162, 0.05609624832868576, 0.04256852716207504, 0.05652735009789467, 0.9976733922958374], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [723], "max": [723], "mean": [723.0], "std": [0.0], "count": [264]}, "index": {"min": [237364], "max": [237627], "mean": [237495.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [264]}}} +{"episode_index": 724, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36197542317708337]], [[0.30349854832069545]], [[0.2336418774174709]]], "std": [[[0.1336442020651213]], [[0.12537529141301737]], [[0.1408778096389739]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.28348505775601257]], [[0.21854622934378828]], [[0.1475907766304764]]], "std": [[[0.20310596747230483]], [[0.14648027268398806]], [[0.09354999795922224]]], "count": [100]}, "state": {"min": [-0.5205011963844299, -0.07224295288324356, 0.9930979013442993, 2.9861598014831543, -0.11605653911828995, -0.1970667839050293, 0.014443553052842617, -0.04000333324074745], "max": [-0.21288661658763885, 0.2828006148338318, 1.1958023309707642, 3.430459499359131, 0.20601606369018555, 0.09663610905408859, 0.03979308158159256, -0.015003516338765621], "mean": [-0.3734414577484131, 0.0870477706193924, 1.1078972816467285, 3.1433346271514893, 0.040778469294309616, -0.08651550859212875, 0.023211894556879997, -0.02414599247276783], "std": [0.1207025870680809, 0.13794471323490143, 0.0640978142619133, 0.1457030177116394, 0.10051002353429794, 0.07825003564357758, 0.011266346089541912, 0.010782931931316853], "count": [195]}, "actions": {"min": [-1.0291790962219238, -0.35697871446609497, -0.5222901701927185, -0.2069619745016098, -0.18362246453762054, -0.13939042389392853, -1.0], "max": [0.3823116421699524, 0.9920158386230469, 1.1755589246749878, 0.19617131352424622, 0.1438218206167221, 0.17287030816078186, 1.0], "mean": [-0.05615009739995003, 0.12644535303115845, -0.06406854838132858, 0.010895338840782642, 0.003208552021533251, -0.005312167573720217, 0.3641025722026825], "std": [0.26013609766960144, 0.22937631607055664, 0.31109172105789185, 0.05404747650027275, 0.05253879725933075, 0.04602576047182083, 0.9313570261001587], "count": [195]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [724], "max": [724], "mean": [724.0], "std": [0.0], "count": [195]}, "index": {"min": [237628], "max": [237822], "mean": [237725.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [195]}}} +{"episode_index": 725, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35813172643324903]], [[0.30053900325999544]], [[0.23239294014725032]]], "std": [[[0.13736020844256303]], [[0.12877958749429866]], [[0.14265348239116787]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.2927192125507429]], [[0.22605472459980086]], [[0.15271809776156556]]], "std": [[[0.20782103343939223]], [[0.1498172783261691]], [[0.09540910575990068]]], "count": [100]}, "state": {"min": [-0.5053693056106567, -0.04846041649580002, 0.991202175617218, 2.9903512001037598, -0.09380780905485153, -0.04266957938671112, 0.009686947800219059, -0.04000498354434967], "max": [-0.20337632298469543, 0.29514530301094055, 1.1965782642364502, 3.2892045974731445, 0.16134418547153473, 0.16721917688846588, 0.03990618512034416, -0.014341684058308601], "mean": [-0.35778096318244934, 0.10401473194360733, 1.1105384826660156, 3.1186134815216064, 0.04410601407289505, 0.027103634551167488, 0.023808743804693222, -0.024371564388275146], "std": [0.11854160577058792, 0.13366295397281647, 0.06979808956384659, 0.07672468572854996, 0.07994900643825531, 0.05049678683280945, 0.011748001910746098, 0.01148125622421503], "count": [225]}, "actions": {"min": [-1.0791341066360474, -0.520160436630249, -0.6587677597999573, -0.3010084331035614, -0.1111527681350708, -0.12137537449598312, -1.0], "max": [0.2667464017868042, 0.8868294358253479, 0.879429280757904, 0.4787207841873169, 0.12894687056541443, 0.3731781542301178, 1.0], "mean": [-0.055630847811698914, 0.09004034101963043, -0.04869033768773079, 0.0029240113217383623, 0.004314641002565622, -0.0035634394735097885, 0.24444444477558136], "std": [0.2097163051366806, 0.21319082379341125, 0.27843719720840454, 0.0659223273396492, 0.041968934237957, 0.05353737995028496, 0.9696628451347351], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [725], "max": [725], "mean": [725.0], "std": [0.0], "count": [225]}, "index": {"min": [237823], "max": [238047], "mean": [237935.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [225]}}} +{"episode_index": 726, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36173250325520834]], [[0.30346274222579656]], [[0.23418716251148897]]], "std": [[[0.13498625030742048]], [[0.12758655263973562]], [[0.14322639552377778]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.30981250538545496]], [[0.24124506273456647]], [[0.1653519167432598]]], "std": [[[0.20642683848542417]], [[0.149627773663392]], [[0.0989570440555712]]], "count": [100]}, "state": {"min": [-0.49932530522346497, -0.04051697254180908, 1.0084253549575806, 2.995896577835083, -0.145112544298172, -0.1420145481824875, 0.014208812266588211, -0.040006496012210846], "max": [-0.2007351517677307, 0.3507184684276581, 1.1864616870880127, 3.350534439086914, 0.10011249035596848, 0.16261574625968933, 0.039859525859355927, -0.00928632915019989], "mean": [-0.3443850576877594, 0.10968860238790512, 1.1100399494171143, 3.107326030731201, -0.034128978848457336, -0.024047423154115677, 0.02433747984468937, -0.024091394618153572], "std": [0.1197076365351677, 0.14399272203445435, 0.054654788225889206, 0.10332116484642029, 0.07644682377576828, 0.10127531737089157, 0.010743365623056889, 0.011056378483772278], "count": [228]}, "actions": {"min": [-0.6900572180747986, -0.5389454960823059, -0.7883307337760925, -0.3162267804145813, -0.16049790382385254, -0.13711990416049957, -1.0], "max": [0.2854202091693878, 0.8232197165489197, 0.7724760174751282, 0.3743955194950104, 0.20046985149383545, 0.12469298392534256, 1.0], "mean": [-0.058732762932777405, 0.11030131578445435, -0.04880129545927048, 0.006271338555961847, 0.0007287584594450891, -0.00699457386508584, 0.34210526943206787], "std": [0.18720537424087524, 0.20080909132957458, 0.22943852841854095, 0.05846546217799187, 0.04344378039240837, 0.04608231410384178, 0.9396634697914124], "count": [228]}, "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": [726], "max": [726], "mean": [726.0], "std": [0.0], "count": [228]}, "index": {"min": [238048], "max": [238275], "mean": [238161.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [228]}}} +{"episode_index": 727, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36118662336760876]], [[0.30449891034294574]], [[0.23586373781690412]]], "std": [[[0.14023257757167842]], [[0.1314918447797847]], [[0.14469737157594315]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3558815481148514]], [[0.27972723747702205]], [[0.1944593021168428]]], "std": [[[0.18242679121960706]], [[0.1338000575402601]], [[0.09866160910369685]]], "count": [100]}, "state": {"min": [-0.30770644545555115, -0.16888879239559174, 1.011784553527832, 2.175494909286499, -0.134055957198143, -0.08326473832130432, 0.01429410744458437, -0.04011816531419754], "max": [-0.18473364412784576, 0.08746993541717529, 1.292520523071289, 3.1812918186187744, 0.28589439392089844, 0.27173906564712524, 0.03989197313785553, -0.014408284798264503], "mean": [-0.24577634036540985, -0.029017793014645576, 1.152701735496521, 2.808267593383789, 0.05099508911371231, 0.07190365344285965, 0.025868065655231476, -0.02643565461039543], "std": [0.03712530434131622, 0.09409531205892563, 0.08193830400705338, 0.36774376034736633, 0.10810668766498566, 0.12005281448364258, 0.011468090116977692, 0.011370944790542126], "count": [225]}, "actions": {"min": [-0.3851887285709381, -0.4897700250148773, -0.45536643266677856, -0.5107066631317139, -0.27248236536979675, -0.17718778550624847, -1.0], "max": [0.3401360511779785, 0.460999071598053, 0.7603213787078857, 0.18756970763206482, 0.33023762702941895, 0.2951186001300812, 1.0], "mean": [0.016770556569099426, -0.05419238284230232, 0.007614786271005869, -0.023839056491851807, 0.0016607542056590319, 0.0023480600211769342, 0.11999999731779099], "std": [0.13372738659381866, 0.18046443164348602, 0.2544427812099457, 0.0989375114440918, 0.06914327293634415, 0.054552387446165085, 0.9927732348442078], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [727], "max": [727], "mean": [727.0], "std": [0.0], "count": [225]}, "index": {"min": [238276], "max": [238500], "mean": [238388.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [225]}}} +{"episode_index": 728, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3598393195657169]], [[0.3034471465466069]], [[0.23458655263863357]]], "std": [[[0.1401949191354588]], [[0.13073404653147422]], [[0.14347403598803846]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3345823041130515]], [[0.2605640863156786]], [[0.17687962849934896]]], "std": [[[0.18066768088624427]], [[0.1273795213122305]], [[0.08155388724118635]]], "count": [100]}, "state": {"min": [-0.33842554688453674, -0.2638613283634186, 1.003659725189209, 2.3291168212890625, -0.13413581252098083, -0.16814066469669342, 0.014332621358335018, -0.03985689580440521], "max": [-0.21886304020881653, 0.040279630571603775, 1.2827119827270508, 3.157351493835449, 0.164918452501297, 0.4160744845867157, 0.039834409952163696, -0.012857219204306602], "mean": [-0.27415335178375244, -0.08189432322978973, 1.1383769512176514, 2.8335838317871094, 0.040031224489212036, 0.0804363489151001, 0.02743510901927948, -0.02814674563705921], "std": [0.0390210784971714, 0.11579328030347824, 0.07985430955886841, 0.3019806444644928, 0.08146685361862183, 0.2119273692369461, 0.01049742940813303, 0.009378700517117977], "count": [132]}, "actions": {"min": [-0.4438313841819763, -0.9595984220504761, -0.8923283815383911, -0.3096005916595459, -0.23415851593017578, -0.15711283683776855, -1.0], "max": [0.40965601801872253, 0.7394461631774902, 1.4232021570205688, 0.2569248378276825, 0.20779982209205627, 0.18868327140808105, 1.0], "mean": [0.012333819642663002, -0.083469457924366, 0.016632018610835075, -0.025731272995471954, -0.00016635058273095638, 0.01835036464035511, 0.06060606241226196], "std": [0.2047416716814041, 0.3526933491230011, 0.4453869163990021, 0.10112278163433075, 0.07236602157354355, 0.07073740661144257, 0.9981619119644165], "count": [132]}, "timestamp": {"min": [0.0], "max": [13.1], "mean": [6.55], "std": [3.8104024284406846], "count": [132]}, "frame_index": {"min": [0], "max": [131], "mean": [65.5], "std": [38.10402428440685], "count": [132]}, "episode_index": {"min": [728], "max": [728], "mean": [728.0], "std": [0.0], "count": [132]}, "index": {"min": [238501], "max": [238632], "mean": [238566.5], "std": [38.10402428440685], "count": [132]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [132]}}} +{"episode_index": 729, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3598206128887102]], [[0.3032470876656327]], [[0.23439306461109835]]], "std": [[[0.13990631180427104]], [[0.1305819983397943]], [[0.14337805532281486]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.34454233865176925]], [[0.2676857353659237]], [[0.1833975758272059]]], "std": [[[0.18563029213778887]], [[0.13276058590955425]], [[0.08996596058041237]]], "count": [100]}, "state": {"min": [-0.3552004098892212, -0.272897332906723, 0.9941232204437256, 2.1574928760528564, -0.04206214100122452, -0.018904579803347588, 0.01406211219727993, -0.03988836705684662], "max": [-0.18276649713516235, 0.06220436841249466, 1.3104491233825684, 3.2368006706237793, 0.17516936361789703, 0.4068031311035156, 0.04000253975391388, -0.015053099021315575], "mean": [-0.2646741569042206, -0.05632985010743141, 1.1446670293807983, 2.9220454692840576, 0.08190344274044037, 0.17773118615150452, 0.027588043361902237, -0.027911484241485596], "std": [0.05660092085599899, 0.12176074832677841, 0.0854911208152771, 0.3740358352661133, 0.05474334955215454, 0.1328265368938446, 0.011607610620558262, 0.011274522170424461], "count": [184]}, "actions": {"min": [-0.9599243998527527, -0.7570189237594604, -0.6719446182250977, -0.5782200694084167, -0.21655942499637604, -0.2400800734758377, -1.0], "max": [0.7228879928588867, 1.0584187507629395, 1.3529891967773438, 0.316891610622406, 0.3148345351219177, 0.4474782943725586, 1.0], "mean": [0.027008499950170517, -0.0651325061917305, 0.01801617443561554, -0.02627062052488327, -0.0029454133473336697, 0.012015752494335175, -0.032608695328235626], "std": [0.23481090366840363, 0.2986050546169281, 0.36064839363098145, 0.10867271572351456, 0.07224729657173157, 0.06777790933847427, 0.9994692206382751], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [729], "max": [729], "mean": [729.0], "std": [0.0], "count": [184]}, "index": {"min": [238633], "max": [238816], "mean": [238724.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [184]}}} +{"episode_index": 730, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35840789854760263]], [[0.3018382939357384]], [[0.23312321801279107]]], "std": [[[0.14003050355602803]], [[0.1301605171549225]], [[0.14233825154673438]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3340147387934666]], [[0.2590102969898897]], [[0.17596966133865655]]], "std": [[[0.18307188665140445]], [[0.12888867646193639]], [[0.08172040679730098]]], "count": [100]}, "state": {"min": [-0.34897541999816895, -0.24514751136302948, 0.9902731776237488, 2.3383102416992188, -0.13744285702705383, -0.11001943796873093, 0.014750374481081963, -0.03989530727267265], "max": [-0.22524487972259521, 0.07389839738607407, 1.2851625680923462, 3.233079433441162, 0.16980020701885223, 0.4493732154369354, 0.039883483201265335, -0.01327822357416153], "mean": [-0.285494327545166, -0.05137760192155838, 1.138648271560669, 2.896040439605713, 0.0422656424343586, 0.09720413386821747, 0.028171928599476814, -0.027887847274541855], "std": [0.043296631425619125, 0.11621887236833572, 0.08049660176038742, 0.2998292148113251, 0.08586917072534561, 0.20170708000659943, 0.011372807435691357, 0.010913020931184292], "count": [148]}, "actions": {"min": [-1.1385632753372192, -1.511516809463501, -1.385874629020691, -0.459316223859787, -0.37889495491981506, -0.15986935794353485, -1.0], "max": [0.701863169670105, 0.8916946053504944, 2.7317070960998535, 0.2930569648742676, 0.2912144958972931, 0.24111607670783997, 1.0], "mean": [0.012999245896935463, -0.07704611122608185, 0.012876437976956367, -0.027130255475640297, -0.002255468862131238, 0.015818407759070396, -0.06756756454706192], "std": [0.2330068051815033, 0.35679399967193604, 0.4805120527744293, 0.10268621146678925, 0.082754947245121, 0.06447775661945343, 0.9977149963378906], "count": [148]}, "timestamp": {"min": [0.0], "max": [14.7], "mean": [7.35], "std": [4.272294465506795], "count": [148]}, "frame_index": {"min": [0], "max": [147], "mean": [73.5], "std": [42.72294465506796], "count": [148]}, "episode_index": {"min": [730], "max": [730], "mean": [730.0], "std": [0.0], "count": [148]}, "index": {"min": [238817], "max": [238964], "mean": [238890.5], "std": [42.72294465506796], "count": [148]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [148]}}} +{"episode_index": 731, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3589023682837393]], [[0.3014288497625613]], [[0.23198308967141545]]], "std": [[[0.13712685050753787]], [[0.12707126813763442]], [[0.13909233730290269]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.3618142993403416]], [[0.27679164632161457]], [[0.18118760172526044]]], "std": [[[0.17646915908523772]], [[0.12024418790102824]], [[0.06818097425554641]]], "count": [100]}, "state": {"min": [-0.32666143774986267, -0.26700910925865173, 0.9743927121162415, 3.04244327545166, -0.00804785918444395, -0.11125049740076065, 0.011900109238922596, -0.03981638699769974], "max": [-0.272785484790802, 0.20841142535209656, 1.2972332239151, 3.3642451763153076, 0.15240852534770966, 0.054154589772224426, 0.04001174867153168, -0.01221419032663107], "mean": [-0.30228105187416077, -0.019070127978920937, 1.142052173614502, 3.2126402854919434, 0.07903798669576645, -0.036066342145204544, 0.023857679218053818, -0.02366657927632332], "std": [0.015425184741616249, 0.17444881796836853, 0.10077717900276184, 0.09312364459037781, 0.04673416540026665, 0.03965270146727562, 0.013071144931018353, 0.013063700869679451], "count": [218]}, "actions": {"min": [-0.24259290099143982, -1.5361039638519287, -0.7111741900444031, -0.21129271388053894, -0.1510450392961502, -0.08506623655557632, -1.0], "max": [0.328910231590271, 0.5724072456359863, 0.9966369271278381, 0.1789538711309433, 0.1715278923511505, 0.15814341604709625, 1.0], "mean": [0.00785995926707983, -0.10210719704627991, 0.015657197684049606, -0.00733630545437336, 0.0031480747275054455, 0.0018715622136369348, 0.1376146823167801], "std": [0.0882311537861824, 0.35482048988342285, 0.30356937646865845, 0.05095498263835907, 0.04539528861641884, 0.04261636361479759, 0.9904868006706238], "count": [218]}, "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": [731], "max": [731], "mean": [731.0], "std": [0.0], "count": [218]}, "index": {"min": [238965], "max": [239182], "mean": [239073.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [218]}}} +{"episode_index": 732, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35725315108953737]], [[0.30064337158203125]], [[0.23274821801279108]]], "std": [[[0.13984003545529577]], [[0.1299673398767078]], [[0.14121600228841066]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.36683196183746936]], [[0.2819226876053156]], [[0.18672708010206035]]], "std": [[[0.17263810476074662]], [[0.11742390612801884]], [[0.06949280697232137]]], "count": [100]}, "state": {"min": [-0.37758129835128784, -0.28456592559814453, 0.9800406098365784, 2.9985146522521973, -0.11789792031049728, -0.23434679210186005, 0.012767583131790161, -0.04000271111726761], "max": [-0.2980155348777771, 0.20960405468940735, 1.2712198495864868, 3.3319852352142334, 0.10172998905181885, 0.1019049882888794, 0.03992493450641632, -0.012600547634065151], "mean": [-0.33876898884773254, 0.01848776452243328, 1.1487855911254883, 3.148897171020508, -0.017843937501311302, -0.06872779875993729, 0.025655513629317284, -0.025635307654738426], "std": [0.022736845538020134, 0.18200813233852386, 0.08352979272603989, 0.09035125374794006, 0.05965705215930939, 0.11000294983386993, 0.012763716280460358, 0.012915574014186859], "count": [211]}, "actions": {"min": [-0.33098816871643066, -1.1840215921401978, -0.6865228414535522, -0.21087762713432312, -0.13820432126522064, -0.17423245310783386, -1.0], "max": [0.33956900238990784, 0.8998641967773438, 0.8528466820716858, 0.14852553606033325, 0.19116641581058502, 0.21686102449893951, 1.0], "mean": [0.014694323763251305, -0.1053127571940422, 0.012924685142934322, 0.0024537125136703253, 0.002540161833167076, -0.0019911453127861023, 0.033175356686115265], "std": [0.10839137434959412, 0.3536858856678009, 0.295641154050827, 0.05770247057080269, 0.049102719873189926, 0.05690927803516388, 0.9994502067565918], "count": [211]}, "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": [732], "max": [732], "mean": [732.0], "std": [0.0], "count": [211]}, "index": {"min": [239183], "max": [239393], "mean": [239288.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [211]}}} +{"episode_index": 733, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3561536877202053]], [[0.3000971009497549]], [[0.23241650570140165]]], "std": [[[0.1400844517243609]], [[0.12992103763232626]], [[0.14119052886505498]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9568627450980393]]], "mean": [[[0.34872956997740506]], [[0.2686995951334636]], [[0.17928728889016543]]], "std": [[[0.1761180543847446]], [[0.11990359912172471]], [[0.06862581110118215]]], "count": [100]}, "state": {"min": [-0.35656020045280457, -0.25991883873939514, 0.9772714972496033, 2.973766326904297, -0.04115675762295723, -0.25401541590690613, 0.012213063426315784, -0.039842162281274796], "max": [-0.30049699544906616, 0.18729324638843536, 1.273874282836914, 3.2347354888916016, 0.09341037273406982, 0.04062779247760773, 0.04000663012266159, -0.0116106066852808], "mean": [-0.3225073218345642, -0.015274014323949814, 1.1399822235107422, 3.1567044258117676, 0.025069335475564003, -0.09021524339914322, 0.023939160630106926, -0.02397361770272255], "std": [0.013750451616942883, 0.16495513916015625, 0.09397188574075699, 0.07051587849855423, 0.04527827724814415, 0.10030124336481094, 0.012885767966508865, 0.012745875865221024], "count": [187]}, "actions": {"min": [-0.41853347420692444, -1.337432861328125, -0.8390032052993774, -0.17519479990005493, -0.2166442573070526, -0.24296186864376068, -1.0], "max": [0.273991197347641, 0.8581481575965881, 1.3131344318389893, 0.16545769572257996, 0.137347012758255, 0.17677956819534302, 1.0], "mean": [0.004218374844640493, -0.11692363023757935, 0.036982566118240356, -0.011137597262859344, 0.0005157767445780337, 0.004267618525773287, 0.13368983566761017], "std": [0.08766461908817291, 0.33178773522377014, 0.33355000615119934, 0.054931726306676865, 0.0610455684363842, 0.06387930363416672, 0.9910228848457336], "count": [187]}, "timestamp": {"min": [0.0], "max": [18.6], "mean": [9.299999999999999], "std": [5.3981478305063115], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [733], "max": [733], "mean": [733.0], "std": [0.0], "count": [187]}, "index": {"min": [239394], "max": [239580], "mean": [239487.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [187]}}} +{"episode_index": 734, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3576979064941406]], [[0.3003660882688036]], [[0.23144636086856618]]], "std": [[[0.13754792049808162]], [[0.12725695051384897]], [[0.13858816299450977]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3586482585832184]], [[0.27408249320235906]], [[0.17959608190199908]]], "std": [[[0.16937925764319542]], [[0.1128333770696727]], [[0.06126638782821866]]], "count": [100]}, "state": {"min": [-0.3864726424217224, -0.27611252665519714, 0.9732400178909302, 3.081416606903076, -0.08118905127048492, -0.3855733573436737, 0.009927735663950443, -0.03988030180335045], "max": [-0.3050910532474518, 0.19435854256153107, 1.27109956741333, 3.3845605850219727, 0.09262266010046005, 0.032332878559827805, 0.040005411952733994, -0.012076984159648418], "mean": [-0.36579686403274536, 0.012894582003355026, 1.1399390697479248, 3.2182931900024414, 0.012752115726470947, -0.1589268445968628, 0.024466343224048615, -0.024392325431108475], "std": [0.017981797456741333, 0.18111857771873474, 0.09426137804985046, 0.080963134765625, 0.04646281898021698, 0.1483948975801468, 0.012974459677934647, 0.012982740998268127], "count": [205]}, "actions": {"min": [-0.9877613186836243, -1.1304206848144531, -0.6982393860816956, -0.1704452484846115, -0.1695118099451065, -0.2442307472229004, -1.0], "max": [0.31654471158981323, 1.3257380723953247, 1.3402551412582397, 0.18879806995391846, 0.14717894792556763, 0.23299841582775116, 1.0], "mean": [-0.010492806322872639, -0.10162512958049774, 0.04289019852876663, 0.00040362385334447026, -0.0009705066913738847, -0.002946177264675498, 0.1024390235543251], "std": [0.13809575140476227, 0.35349565744400024, 0.33932164311408997, 0.05801980197429657, 0.04939069226384163, 0.07001099735498428, 0.9947400093078613], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [734], "max": [734], "mean": [734.0], "std": [0.0], "count": [205]}, "index": {"min": [239581], "max": [239785], "mean": [239683.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [205]}}} +{"episode_index": 735, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3607467447916667]], [[0.3038769022623698]], [[0.23520861277860752]]], "std": [[[0.14066706048415634]], [[0.1319416496666221]], [[0.14448958410929472]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.35379464602002914]], [[0.27609113506242344]], [[0.18816547468596814]]], "std": [[[0.17154641594926012]], [[0.11947171765686855]], [[0.07816289508047398]]], "count": [100]}, "state": {"min": [-0.3466426134109497, -0.280241459608078, 0.9759781360626221, 2.33642315864563, -0.3818437159061432, -0.4534199833869934, 0.011352910660207272, -0.03990782052278519], "max": [-0.27665743231773376, 0.18654492497444153, 1.2946486473083496, 3.22676420211792, 0.08112441003322601, 0.5493466854095459, 0.04067322611808777, -0.011352801695466042], "mean": [-0.3156879246234894, -0.0010039833141490817, 1.1377034187316895, 2.941645622253418, -0.10825097560882568, -0.07011871039867401, 0.026459865272045135, -0.025829695165157318], "std": [0.01898924633860588, 0.15950371325016022, 0.0932239219546318, 0.31072798371315, 0.1681443303823471, 0.3400454521179199, 0.013295799493789673, 0.012891524471342564], "count": [215]}, "actions": {"min": [-0.3477553129196167, -0.8883153796195984, -0.6294751763343811, -0.266727477312088, -0.15875571966171265, -0.19185416400432587, -1.0], "max": [0.4155215919017792, 0.9662718176841736, 0.8261361718177795, 0.4195190966129303, 0.4081142544746399, 0.2396351546049118, 1.0], "mean": [0.0005963622825220227, -0.049578938633203506, -0.0003594437730498612, -0.020148368552327156, -0.005936524830758572, 0.008562897332012653, -0.0325581394135952], "std": [0.11580111086368561, 0.3476376533508301, 0.31085556745529175, 0.08696894347667694, 0.07423925399780273, 0.07134396582841873, 0.999470055103302], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [735], "max": [735], "mean": [735.0], "std": [0.0], "count": [215]}, "index": {"min": [239786], "max": [240000], "mean": [239893.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [215]}}} +{"episode_index": 736, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36122842287549783]], [[0.30419627589805454]], [[0.23544833194508272]]], "std": [[[0.1384948350275067]], [[0.12976338104917884]], [[0.1426349986233336]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.36508967739928005]], [[0.28213516175513176]], [[0.1879047211291743]]], "std": [[[0.1622232143639661]], [[0.10927499299116102]], [[0.06770530915737794]]], "count": [100]}, "state": {"min": [-0.374672532081604, -0.22978147864341736, 0.9765671491622925, 2.358912706375122, -0.23642723262310028, -0.2767883837223053, 0.011711127124726772, -0.0397815927863121], "max": [-0.24612712860107422, 0.22075460851192474, 1.2713819742202759, 3.295501708984375, 0.14354267716407776, 0.5827663540840149, 0.040354304015636444, -0.006554742809385061], "mean": [-0.3274523615837097, 0.024683745577931404, 1.1198711395263672, 2.9530246257781982, -0.014825571328401566, 0.0671037808060646, 0.02603101171553135, -0.024956194683909416], "std": [0.03749487176537514, 0.15896502137184143, 0.08820105344057083, 0.35721391439437866, 0.1251886636018753, 0.3139955699443817, 0.012784258462488651, 0.012433377094566822], "count": [168]}, "actions": {"min": [-0.24084560573101044, -1.5789724588394165, -0.8440539240837097, -0.3678354322910309, -0.23119290173053741, -0.25241610407829285, -1.0], "max": [0.45283472537994385, 1.1174354553222656, 1.278198003768921, 0.31057384610176086, 0.4067554771900177, 0.3067070543766022, 1.0], "mean": [0.03372765704989433, -0.09363343566656113, -0.015682175755500793, -0.03168771043419838, -0.003637915477156639, 0.01397677417844534, 0.0476190485060215], "std": [0.1168709397315979, 0.45282408595085144, 0.4063625633716583, 0.08538004755973816, 0.08185172826051712, 0.08109674602746964, 0.9988652467727661], "count": [168]}, "timestamp": {"min": [0.0], "max": [16.7], "mean": [8.35], "std": [4.8496563452132015], "count": [168]}, "frame_index": {"min": [0], "max": [167], "mean": [83.5], "std": [48.496563452132015], "count": [168]}, "episode_index": {"min": [736], "max": [736], "mean": [736.0], "std": [0.0], "count": [168]}, "index": {"min": [240001], "max": [240168], "mean": [240084.5], "std": [48.496563452132015], "count": [168]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [168]}}} +{"episode_index": 737, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36140416283700977]], [[0.3034901308545879]], [[0.23394982431449143]]], "std": [[[0.13812888784457797]], [[0.1294781364326603]], [[0.1421271878442133]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3472834951363358]], [[0.27652570417815564]], [[0.19650322409237134]]], "std": [[[0.1630033744401335]], [[0.1142216101877274]], [[0.08340094752889943]]], "count": [100]}, "state": {"min": [-0.4563008248806, -0.21958568692207336, 0.975128710269928, 2.1247875690460205, -0.4211777448654175, -0.08849740028381348, 0.011068655177950859, -0.040004272013902664], "max": [-0.31046628952026367, 0.2023225575685501, 1.3169018030166626, 3.1120407581329346, 0.005034772213548422, 0.6221266388893127, 0.03991376608610153, -0.004336313810199499], "mean": [-0.38985928893089294, 0.029385430738329887, 1.1503745317459106, 2.752155303955078, -0.17644111812114716, 0.17092759907245636, 0.024955151602625847, -0.024351514875888824], "std": [0.03983626887202263, 0.14991404116153717, 0.10168260335922241, 0.384272038936615, 0.1289198100566864, 0.26086968183517456, 0.013340204022824764, 0.013269482180476189], "count": [214]}, "actions": {"min": [-0.4873872399330139, -0.9537938833236694, -1.0921499729156494, -0.29270604252815247, -0.16102811694145203, -0.16052240133285522, -1.0], "max": [0.3741283118724823, 0.9636008739471436, 0.9614984393119812, 0.2692200243473053, 0.5014193654060364, 0.2402167022228241, 1.0], "mean": [-0.010542127303779125, -0.05037907883524895, 0.009247485548257828, -0.022477896884083748, -0.004094904754310846, 0.003820084035396576, 0.07476635277271271], "std": [0.141311377286911, 0.31628361344337463, 0.3647921085357666, 0.08703139424324036, 0.07446158677339554, 0.04698159545660019, 0.9972017407417297], "count": [214]}, "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": [737], "max": [737], "mean": [737.0], "std": [0.0], "count": [214]}, "index": {"min": [240169], "max": [240382], "mean": [240275.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [214]}}} +{"episode_index": 738, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3609966777726716]], [[0.3038361385569853]], [[0.23503404684627757]]], "std": [[[0.13841584579789695]], [[0.1296138809511552]], [[0.14234346223525396]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.36132153858857996]], [[0.2787457000134038]], [[0.1849899399701287]]], "std": [[[0.17121649644871131]], [[0.11709419566122883]], [[0.07187716587946445]]], "count": [100]}, "state": {"min": [-0.35757073760032654, -0.2599741518497467, 0.9757621884346008, 2.418060541152954, -0.2872392535209656, -0.26527780294418335, 0.012624690309166908, -0.03983677923679352], "max": [-0.2579089403152466, 0.1898224949836731, 1.3120856285095215, 3.2906274795532227, 0.17887048423290253, 0.45149126648902893, 0.040009304881095886, -0.01217717956751585], "mean": [-0.32196158170700073, 0.02659287303686142, 1.1239203214645386, 3.030689001083374, -0.016051732003688812, -0.018853381276130676, 0.02726452797651291, -0.027231426909565926], "std": [0.025922590866684914, 0.15884603559970856, 0.09600735455751419, 0.3049866855144501, 0.14545701444149017, 0.2598084807395935, 0.012224423699080944, 0.012096618302166462], "count": [220]}, "actions": {"min": [-0.3013177216053009, -0.9405709505081177, -0.9703789353370667, -0.17775796353816986, -0.16005311906337738, -0.16702793538570404, -1.0], "max": [0.44832584261894226, 0.743427574634552, 1.4373515844345093, 0.23869706690311432, 0.48567137122154236, 0.14698728919029236, 1.0], "mean": [0.02620452083647251, -0.04687589406967163, 0.0059537929482758045, -0.017997359856963158, -0.0025476799346506596, 0.0069546177983284, -0.027272727340459824], "std": [0.1181921511888504, 0.3609585165977478, 0.3237948417663574, 0.07681851089000702, 0.07292831689119339, 0.05393048748373985, 0.999626874923706], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [738], "max": [738], "mean": [738.0], "std": [0.0], "count": [220]}, "index": {"min": [240383], "max": [240602], "mean": [240492.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [220]}}} +{"episode_index": 739, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36280561439663755]], [[0.3062862818100873]], [[0.23849389827952666]]], "std": [[[0.14390066990906908]], [[0.13618832770002742]], [[0.14940240312383068]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.34114597036324296]], [[0.2701989823883655]], [[0.1909886875526578]]], "std": [[[0.18187331549907543]], [[0.14225561320696906]], [[0.11801581374831893]]], "count": [100]}, "state": {"min": [-0.30523768067359924, -0.14237573742866516, 1.0020461082458496, 1.8888604640960693, -0.008390439674258232, -0.12125983089208603, 0.01326262578368187, -0.039902471005916595], "max": [-0.19312724471092224, 0.04932478070259094, 1.1712347269058228, 3.225632905960083, 0.289562851190567, 0.12938402593135834, 0.039941925555467606, -0.016438301652669907], "mean": [-0.26384952664375305, 0.005599580239504576, 1.1069402694702148, 2.6088671684265137, 0.09374010562896729, 0.0033460736740380526, 0.021344851702451706, -0.022708911448717117], "std": [0.036169979721307755, 0.04827779531478882, 0.046310242265462875, 0.48641082644462585, 0.06341458857059479, 0.07030963897705078, 0.01089058630168438, 0.009948072955012321], "count": [260]}, "actions": {"min": [-0.5652086138725281, -0.538313090801239, -0.5547259449958801, -0.2436743527650833, -0.1376686841249466, -0.15438827872276306, -1.0], "max": [0.46163275837898254, 0.46884965896606445, 1.1723607778549194, 0.12461741268634796, 0.151500403881073, 0.1415637582540512, 1.0], "mean": [0.012198158539831638, -0.04625367373228073, -0.024036936461925507, -0.039578866213560104, 0.005701813381165266, 0.0029339338652789593, 0.5], "std": [0.1452997922897339, 0.14814569056034088, 0.19777700304985046, 0.0622054748237133, 0.04543488472700119, 0.0393022745847702, 0.8660253882408142], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [739], "max": [739], "mean": [739.0], "std": [0.0], "count": [260]}, "index": {"min": [240603], "max": [240862], "mean": [240732.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [260]}}} +{"episode_index": 740, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3624937008128447]], [[0.30694730332318476]], [[0.2399601506251915]]], "std": [[[0.14607051084603553]], [[0.13868047872938494]], [[0.15200573203384005]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9725490196078431]]], "mean": [[[0.35642065489525887]], [[0.2801585573682598]], [[0.1938392956303615]]], "std": [[[0.17619911350491355]], [[0.12993777052543282]], [[0.09696500752047324]]], "count": [100]}, "state": {"min": [-0.3103267550468445, -0.15405286848545074, 1.0082285404205322, 2.031251907348633, -0.13080310821533203, -0.13934746384620667, 0.013261163607239723, -0.039986155927181244], "max": [-0.16758233308792114, 0.070105642080307, 1.1968392133712769, 3.156636953353882, 0.19745513796806335, 0.24497553706169128, 0.03994111716747284, -0.015457413159310818], "mean": [-0.24591180682182312, 0.0056764185428619385, 1.1127698421478271, 2.6611216068267822, -0.0034339565318077803, 0.05199645459651947, 0.020112380385398865, -0.021407783031463623], "std": [0.04031388461589813, 0.046912096440792084, 0.05149884894490242, 0.3939909338951111, 0.08473795652389526, 0.13492898643016815, 0.010690336115658283, 0.00993786845356226], "count": [261]}, "actions": {"min": [-0.9257012605667114, -0.45989203453063965, -0.5345129370689392, -0.3366475999355316, -0.14553524553775787, -0.11941171437501907, -1.0], "max": [0.5058815479278564, 0.6828130483627319, 0.7902500033378601, 0.0959419533610344, 0.12591339647769928, 0.14073777198791504, 1.0], "mean": [0.015338744036853313, -0.0491098128259182, -0.03293946757912636, -0.03358659893274307, 0.003723829984664917, 0.003368056146427989, 0.5708812475204468], "std": [0.16240139305591583, 0.17699337005615234, 0.1984168291091919, 0.05970499664545059, 0.045989833772182465, 0.042181264609098434, 0.8210326433181763], "count": [261]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.534365710971739], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [740], "max": [740], "mean": [740.0], "std": [0.0], "count": [261]}, "index": {"min": [240863], "max": [241123], "mean": [240993.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [261]}}} +{"episode_index": 741, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36248815439261645]], [[0.30687909474092373]], [[0.23964687691482842]]], "std": [[[0.14411687187446187]], [[0.1362864228703205]], [[0.14956053852039616]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.34491453282973344]], [[0.2711557341930913]], [[0.18908762913124236]]], "std": [[[0.17705725778210138]], [[0.13286903761540078]], [[0.10336349008378386]]], "count": [100]}, "state": {"min": [-0.29477253556251526, -0.1458105444908142, 1.0186948776245117, 1.9966098070144653, -0.0001892266154754907, -0.042326800525188446, 0.013235590420663357, -0.03991284593939781], "max": [-0.18371041119098663, 0.06393266469240189, 1.1866188049316406, 3.2036917209625244, 0.2223610281944275, 0.17962214350700378, 0.0399993471801281, -0.015018196776509285], "mean": [-0.25403648614883423, 0.00027107258210889995, 1.103567361831665, 2.6636414527893066, 0.08600712567567825, 0.052580270916223526, 0.021013744175434113, -0.02230628952383995], "std": [0.04150794818997383, 0.05160212516784668, 0.048248402774333954, 0.46580037474632263, 0.05061193183064461, 0.0655074417591095, 0.011453654617071152, 0.01058444194495678], "count": [230]}, "actions": {"min": [-0.42013686895370483, -0.37980762124061584, -0.4116629958152771, -0.3000876307487488, -0.10098957270383835, -0.12239895015954971, -1.0], "max": [0.6151648163795471, 0.33794209361076355, 0.5588820576667786, 0.08963966369628906, 0.14326106011867523, 0.18928252160549164, 1.0], "mean": [0.006006731651723385, -0.05540686473250389, -0.03277359902858734, -0.041828177869319916, 0.002831192221492529, 0.004040572326630354, 0.48695650696754456], "std": [0.13993605971336365, 0.13503098487854004, 0.19738896191120148, 0.06374150514602661, 0.03920125961303711, 0.038562603294849396, 0.8734262585639954], "count": [230]}, "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": [741], "max": [741], "mean": [741.0], "std": [0.0], "count": [230]}, "index": {"min": [241124], "max": [241353], "mean": [241238.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [230]}}} +{"episode_index": 742, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36204974724264705]], [[0.3063013431324679]], [[0.23895195396273744]]], "std": [[[0.14360390610503615]], [[0.13563166809642763]], [[0.14895880565483904]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.35158847105736823]], [[0.2730348253437117]], [[0.18400987393248314]]], "std": [[[0.18078162619342347]], [[0.13223671030119297]], [[0.09389124184057701]]], "count": [100]}, "state": {"min": [-0.29015910625457764, -0.13381676375865936, 1.002474069595337, 1.994798183441162, -0.06894160062074661, -0.34758514165878296, 0.016266893595457077, -0.039931051433086395], "max": [-0.17192576825618744, 0.07740524411201477, 1.1817576885223389, 3.211167335510254, 0.3292577564716339, 0.13128744065761566, 0.04000328853726387, -0.01568734087049961], "mean": [-0.24008212983608246, 0.001649254932999611, 1.105094313621521, 2.722644805908203, 0.08148518204689026, -0.06718553602695465, 0.0254011619836092, -0.026629647240042686], "std": [0.038002122193574905, 0.05402389541268349, 0.055653318762779236, 0.4317471385002136, 0.08880239725112915, 0.13994957506656647, 0.010093810968101025, 0.009212400764226913], "count": [269]}, "actions": {"min": [-0.38028833270072937, -0.6199862957000732, -0.5099127888679504, -0.25182679295539856, -0.20485514402389526, -0.21072937548160553, -1.0], "max": [0.6357946395874023, 0.5394926071166992, 0.7130945920944214, 0.09272585809230804, 0.29212841391563416, 0.23109766840934753, 1.0], "mean": [0.01348141860216856, -0.04408568888902664, -0.035781990736722946, -0.03138007968664169, 0.00836789608001709, -0.0008743482176214457, 0.3531598448753357], "std": [0.13852761685848236, 0.14211799204349518, 0.2152799367904663, 0.061973534524440765, 0.06380161643028259, 0.053732480853796005, 0.9355605840682983], "count": [269]}, "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": [742], "max": [742], "mean": [742.0], "std": [0.0], "count": [269]}, "index": {"min": [241354], "max": [241622], "mean": [241488.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [269]}}} +{"episode_index": 743, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3619079374425551]], [[0.3058186741249234]], [[0.2382521302466299]]], "std": [[[0.14484474270419867]], [[0.1369463690567942]], [[0.15002784483431017]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.34824280383540135]], [[0.2738263723336014]], [[0.18934189201803767]]], "std": [[[0.1851582056967163]], [[0.14020585064872404]], [[0.10772247755820052]]], "count": [100]}, "state": {"min": [-0.3183629512786865, -0.15255123376846313, 0.9946938753128052, 1.8800054788589478, -0.10974530130624771, -0.22912296652793884, 0.01318973395973444, -0.039891328662633896], "max": [-0.18084341287612915, 0.08227274566888809, 1.2127363681793213, 3.227891445159912, 0.3275749087333679, 0.2815346419811249, 0.04000440239906311, -0.015617787837982178], "mean": [-0.25817203521728516, 0.005737608764320612, 1.121596097946167, 2.673158884048462, 0.0557141974568367, -0.00039830137393437326, 0.02121690846979618, -0.022493474185466766], "std": [0.041400596499443054, 0.05392134562134743, 0.059953439980745316, 0.48073610663414, 0.11598272621631622, 0.14711827039718628, 0.011198307387530804, 0.010303196497261524], "count": [309]}, "actions": {"min": [-0.31271931529045105, -0.7633941769599915, -0.546396791934967, -0.23994161188602448, -0.17093397676944733, -0.17699915170669556, -1.0], "max": [0.43263208866119385, 0.4328760504722595, 0.6901171803474426, 0.19824445247650146, 0.1416943222284317, 0.21702328324317932, 1.0], "mean": [0.014181047677993774, -0.040773432701826096, -0.030156660825014114, -0.03447381407022476, 0.006216045934706926, 0.0038061686791479588, 0.48220065236091614], "std": [0.12993435561656952, 0.16964848339557648, 0.21158792078495026, 0.06340000778436661, 0.04342680796980858, 0.05177729204297066, 0.8760591149330139], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [743], "max": [743], "mean": [743.0], "std": [0.0], "count": [309]}, "index": {"min": [241623], "max": [241931], "mean": [241777.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [309]}}} +{"episode_index": 744, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35401171575808055]], [[0.2986488210640702]], [[0.23071189491421568]]], "std": [[[0.14802455132436895]], [[0.1360085310150772]], [[0.146317565240127]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.39680950329350495]], [[0.3074422362084482]], [[0.2026230031929764]]], "std": [[[0.1917789031855603]], [[0.13445842891465237]], [[0.08296994672554717]]], "count": [100]}, "state": {"min": [-0.3533089756965637, -0.26418235898017883, 1.001921534538269, 2.936589479446411, -0.20053496956825256, -0.09467940777540207, 0.014994739554822445, -0.039911769330501556], "max": [-0.18025681376457214, 0.22856803238391876, 1.2668867111206055, 3.264845132827759, 0.1480312943458557, 0.06564266234636307, 0.03999375179409981, -0.014119487255811691], "mean": [-0.2717757821083069, 0.053922686725854874, 1.1584970951080322, 3.168276786804199, -0.07330874353647232, -0.027540238574147224, 0.025618530809879303, -0.0255555659532547], "std": [0.06142440065741539, 0.16677410900592804, 0.08084896951913834, 0.06907521933317184, 0.10284613817930222, 0.04090375080704689, 0.011544906534254551, 0.011469216085970402], "count": [196]}, "actions": {"min": [-0.3925964832305908, -0.991769552230835, -0.8341706991195679, -0.20078478753566742, -0.12845052778720856, -0.20694699883460999, -1.0], "max": [0.49974024295806885, 0.8750699162483215, 0.9030061960220337, 0.12472166121006012, 0.1797288954257965, 0.12088757008314133, 1.0], "mean": [-0.005512907635420561, -0.11544514447450638, 0.0336671881377697, -0.013235935941338539, -0.007777614053338766, -0.0006463333265855908, 0.15306122601032257], "std": [0.157366544008255, 0.341340571641922, 0.29073184728622437, 0.05287275090813637, 0.043376944959163666, 0.04250050708651543, 0.9882161021232605], "count": [196]}, "timestamp": {"min": [0.0], "max": [19.5], "mean": [9.75], "std": [5.65795899596312], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [744], "max": [744], "mean": [744.0], "std": [0.0], "count": [196]}, "index": {"min": [241932], "max": [242127], "mean": [242029.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [196]}}} +{"episode_index": 745, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3554384861366422]], [[0.29962446983187807]], [[0.2312632637771906]]], "std": [[[0.1454627500346632]], [[0.13391516132816628]], [[0.1450202594859613]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.40141199328852634]], [[0.31064327404545805]], [[0.2038418004653033]]], "std": [[[0.18826616247538902]], [[0.13190865674196073]], [[0.08086379041451135]]], "count": [100]}, "state": {"min": [-0.3377014100551605, -0.2417805790901184, 1.0031377077102661, 2.9049935340881348, -0.0773293748497963, -0.07884557545185089, 0.01393647026270628, -0.03984033316373825], "max": [-0.15917661786079407, 0.20126698911190033, 1.2514184713363647, 3.3327105045318604, 0.19801491498947144, 0.11789968609809875, 0.04000622034072876, -0.016388578340411186], "mean": [-0.25492724776268005, 0.050432831048965454, 1.1561318635940552, 3.2013447284698486, 0.0049877590499818325, 0.02884291298687458, 0.027813445776700974, -0.02788485772907734], "std": [0.06128837913274765, 0.15585240721702576, 0.0735674500465393, 0.10542891174554825, 0.07815529406070709, 0.0444050207734108, 0.011161752976477146, 0.010901514440774918], "count": [172]}, "actions": {"min": [-0.6904902458190918, -1.0436805486679077, -0.6126747727394104, -0.27079689502716064, -0.1738675981760025, -0.18144047260284424, -1.0], "max": [0.5096943378448486, 0.7566992044448853, 1.8419617414474487, 0.15242688357830048, 0.17635785043239594, 0.13550758361816406, 1.0], "mean": [-0.007307044230401516, -0.13442187011241913, 0.06669733673334122, -0.014655428938567638, -0.006894754245877266, -0.0026989909820258617, -0.011627906933426857], "std": [0.2185678780078888, 0.35656777024269104, 0.39553606510162354, 0.056765519082546234, 0.05551088601350784, 0.046811316162347794, 0.9999327659606934], "count": [172]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.965128397131337], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [745], "max": [745], "mean": [745.0], "std": [0.0], "count": [172]}, "index": {"min": [242128], "max": [242299], "mean": [242213.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [172]}}} +{"episode_index": 746, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3539797794117647]], [[0.2978002349255132]], [[0.2290162239822687]]], "std": [[[0.1456830367257371]], [[0.13314328828078703]], [[0.14313595902710433]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3994070931228937]], [[0.30886386407590377]], [[0.20243789373659618]]], "std": [[[0.19134222002810353]], [[0.13448408063464046]], [[0.08304723000549641]]], "count": [100]}, "state": {"min": [-0.34293171763420105, -0.2614492177963257, 1.005082130432129, 3.0310628414154053, -0.17543432116508484, -0.17018666863441467, 0.015071362257003784, -0.03986465558409691], "max": [-0.19797849655151367, 0.2001499980688095, 1.3167414665222168, 3.3521533012390137, 0.10527510941028595, -0.017922375351190567, 0.04000582545995712, -0.015147771686315536], "mean": [-0.26714417338371277, 0.043896839022636414, 1.1814631223678589, 3.2115705013275146, -0.031790293753147125, -0.11384162306785583, 0.026660500094294548, -0.026441043242812157], "std": [0.05274740606546402, 0.17332787811756134, 0.10173928737640381, 0.08502201735973358, 0.07318432629108429, 0.036675840616226196, 0.011746835894882679, 0.01175591442734003], "count": [197]}, "actions": {"min": [-0.711286723613739, -1.0939921140670776, -0.4381801187992096, -0.19306352734565735, -0.18455418944358826, -0.1278078556060791, -1.0], "max": [0.32872655987739563, 0.8313003778457642, 1.2912358045578003, 0.16039952635765076, 0.21318601071834564, 0.10639998316764832, 1.0], "mean": [-0.00550435297191143, -0.1086963340640068, 0.06055421009659767, -0.009976811707019806, -0.004815097898244858, -0.0015747500583529472, 0.055837564170360565], "std": [0.14976532757282257, 0.36384084820747375, 0.31556737422943115, 0.049545496702194214, 0.056698158383369446, 0.037095807492733, 0.9984403848648071], "count": [197]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.799999999999999], "std": [5.686826883245172], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [746], "max": [746], "mean": [746.0], "std": [0.0], "count": [197]}, "index": {"min": [242300], "max": [242496], "mean": [242398.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [197]}}} +{"episode_index": 747, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35374544689702053]], [[0.29852172612208944]], [[0.2309367358637791]]], "std": [[[0.14671992102695416]], [[0.1349622431529537]], [[0.14562373774678833]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40015016084558824]], [[0.3118189110849418]], [[0.20744315293255974]]], "std": [[[0.19084252128270968]], [[0.13324596780089845]], [[0.0821536426439265]]], "count": [100]}, "state": {"min": [-0.3533981740474701, -0.26790404319763184, 0.9979031682014465, 3.031872272491455, -0.09526579082012177, -0.3349369764328003, 0.01149081438779831, -0.04000411182641983], "max": [-0.17720627784729004, 0.210713192820549, 1.2590280771255493, 3.2713141441345215, 0.05362643674015999, -0.005168125964701176, 0.039970576763153076, -0.01676189713180065], "mean": [-0.2519237697124481, 0.05461810156702995, 1.1567084789276123, 3.1591053009033203, -0.04327630251646042, -0.15094183385372162, 0.027640702202916145, -0.027847634628415108], "std": [0.061888329684734344, 0.1645684689283371, 0.07883448898792267, 0.07114527374505997, 0.03321678563952446, 0.105777308344841, 0.01113874465227127, 0.011008608154952526], "count": [241]}, "actions": {"min": [-0.3048207759857178, -1.310004472732544, -0.5874358415603638, -0.24287153780460358, -0.09934127330780029, -0.12152517586946487, -1.0], "max": [0.34527769684791565, 0.5852894186973572, 0.6460694074630737, 0.13419027626514435, 0.1244606152176857, 0.15894995629787445, 1.0], "mean": [-0.008298111148178577, -0.08502831310033798, 0.02016410231590271, 0.0004189739120192826, -0.003115339670330286, -0.0012090501841157675, 0.062240663915872574], "std": [0.11705051362514496, 0.305744469165802, 0.23113425076007843, 0.04622207209467888, 0.035679761320352554, 0.04469883814454079, 0.9980619549751282], "count": [241]}, "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": [747], "max": [747], "mean": [747.0], "std": [0.0], "count": [241]}, "index": {"min": [242497], "max": [242737], "mean": [242617.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [241]}}} +{"episode_index": 748, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3556228416293275]], [[0.2987836016486673]], [[0.22896217974494487]]], "std": [[[0.1427962817228196]], [[0.13079906198034855]], [[0.14164696078537165]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3561830982881434]], [[0.27841786582797184]], [[0.18793174474379595]]], "std": [[[0.18592604415764585]], [[0.1322141661603617]], [[0.08783219258317075]]], "count": [100]}, "state": {"min": [-0.395309180021286, -0.26761677861213684, 0.9748478531837463, 2.9968695640563965, -0.2754499912261963, -0.28853797912597656, 0.01217882800847292, -0.03996608778834343], "max": [-0.3023120164871216, 0.2031022161245346, 1.2772306203842163, 3.3922109603881836, 0.006632354110479355, -0.01501424890011549, 0.03999222069978714, -0.011997850611805916], "mean": [-0.3594188690185547, 0.039489831775426865, 1.1499143838882446, 3.1807076930999756, -0.14407429099082947, -0.19079875946044922, 0.025442928075790405, -0.02535867877304554], "std": [0.024160796776413918, 0.1700625717639923, 0.09104470908641815, 0.10509967803955078, 0.08265893161296844, 0.06429866701364517, 0.013303755782544613, 0.013474293053150177], "count": [223]}, "actions": {"min": [-0.621320903301239, -1.4349501132965088, -0.7321090698242188, -0.2701908349990845, -0.24503128230571747, -0.2983493506908417, -1.0], "max": [0.3267576992511749, 0.7474457025527954, 1.3734225034713745, 0.18531684577465057, 0.1208544597029686, 0.1708168238401413, 1.0], "mean": [-0.005725977011024952, -0.09040394425392151, 0.022398361936211586, -0.0013351442757993937, -0.005612693727016449, -0.004780938383191824, 0.013452914543449879], "std": [0.11145002394914627, 0.35640332102775574, 0.3138187825679779, 0.06452445685863495, 0.04994528740644455, 0.05520465970039368, 0.9999104738235474], "count": [223]}, "timestamp": {"min": [0.0], "max": [22.2], "mean": [11.100000000000001], "std": [6.437390775772434], "count": [223]}, "frame_index": {"min": [0], "max": [222], "mean": [111.0], "std": [64.37390775772433], "count": [223]}, "episode_index": {"min": [748], "max": [748], "mean": [748.0], "std": [0.0], "count": [223]}, "index": {"min": [242738], "max": [242960], "mean": [242849.0], "std": [64.37390775772433], "count": [223]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [223]}}} +{"episode_index": 749, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3534430883071002]], [[0.2973099407121247]], [[0.22808812758501837]]], "std": [[[0.14407379442867962]], [[0.13139175743214943]], [[0.14171170727417787]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35551420144473805]], [[0.27696278770297184]], [[0.18657669366574756]]], "std": [[[0.18361361997303088]], [[0.1302263579408157]], [[0.08673850364188249]]], "count": [100]}, "state": {"min": [-0.37974071502685547, -0.2882535457611084, 0.9779686331748962, 3.0931856632232666, -0.16986358165740967, -0.11773569881916046, 0.012133249081671238, -0.03974199295043945], "max": [-0.2803373634815216, 0.23840594291687012, 1.246816635131836, 3.422941207885742, 0.1109909787774086, 0.0996536985039711, 0.04001031816005707, -0.012148745357990265], "mean": [-0.34732869267463684, 0.03504383563995361, 1.1294105052947998, 3.288858413696289, -0.023718900978565216, -0.022415172308683395, 0.02523074671626091, -0.025175247341394424], "std": [0.027415666729211807, 0.18506769835948944, 0.08723533898591995, 0.08345692604780197, 0.09543182700872421, 0.05993817746639252, 0.013013474643230438, 0.012830184772610664], "count": [162]}, "actions": {"min": [-0.5409293174743652, -2.2486507892608643, -0.6233409643173218, -0.2296610027551651, -0.163829043507576, -0.15883560478687286, -1.0], "max": [0.44838717579841614, 0.9676342606544495, 1.5278886556625366, 0.1900358945131302, 0.12882304191589355, 0.20698609948158264, 1.0], "mean": [-0.01565774530172348, -0.15407152473926544, 0.03639429062604904, -0.007465271279215813, -0.008012296631932259, -0.003961250185966492, 0.03703703731298447], "std": [0.12153284251689911, 0.49859631061553955, 0.36776310205459595, 0.058103714138269424, 0.05246684327721596, 0.06240707263350487, 0.9993137717247009], "count": [162]}, "timestamp": {"min": [0.0], "max": [16.1], "mean": [8.049999999999999], "std": [4.676448082323449], "count": [162]}, "frame_index": {"min": [0], "max": [161], "mean": [80.5], "std": [46.76448082323449], "count": [162]}, "episode_index": {"min": [749], "max": [749], "mean": [749.0], "std": [0.0], "count": [162]}, "index": {"min": [242961], "max": [243122], "mean": [243041.5], "std": [46.76448082323449], "count": [162]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [162]}}} +{"episode_index": 750, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35021393360811126]], [[0.29420817236806834]], [[0.2252481486002604]]], "std": [[[0.14326498287163056]], [[0.1291001293230504]], [[0.13807478518942043]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3521189814548867]], [[0.27455689433976715]], [[0.18525978477328434]]], "std": [[[0.17798621105806556]], [[0.12519653688549987]], [[0.08212381596378514]]], "count": [100]}, "state": {"min": [-0.35945725440979004, -0.22592215240001678, 0.9871892929077148, 3.0003700256347656, 0.011547015979886055, -0.1756165325641632, 0.013430490158498287, -0.03991534933447838], "max": [-0.28592178225517273, 0.24119490385055542, 1.2758805751800537, 3.315190076828003, 0.17622089385986328, 0.08066093176603317, 0.03996653109788895, -0.013552754186093807], "mean": [-0.3332098126411438, 0.03613220527768135, 1.14095938205719, 3.137989044189453, 0.08808698505163193, -0.08035755902528763, 0.025115685537457466, -0.02509835734963417], "std": [0.01911594159901142, 0.1758338361978531, 0.09295909851789474, 0.08165278285741806, 0.04013899713754654, 0.07357939332723618, 0.012159876525402069, 0.012205325067043304], "count": [219]}, "actions": {"min": [-0.2780880630016327, -0.8409197926521301, -0.571848452091217, -0.17776548862457275, -0.20778006315231323, -0.1386682391166687, -1.0], "max": [0.2696414291858673, 1.3736578226089478, 0.5570102334022522, 0.21399646997451782, 0.17851287126541138, 0.2754417359828949, 1.0], "mean": [-0.012382992543280125, -0.058936506509780884, 0.03582300245761871, -0.0016311823856085539, -0.002109120599925518, -0.002079164842143655, 0.11415524780750275], "std": [0.09698691964149475, 0.37586334347724915, 0.2359318882226944, 0.061091337352991104, 0.04784299433231354, 0.05369694158434868, 0.9934620261192322], "count": [219]}, "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": [750], "max": [750], "mean": [750.0], "std": [0.0], "count": [219]}, "index": {"min": [243123], "max": [243341], "mean": [243232.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [219]}}} +{"episode_index": 751, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35476162959080115]], [[0.2979006670783548]], [[0.2279435957366345]]], "std": [[[0.14203839282920366]], [[0.12926511346157188]], [[0.1397994905182416]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3427355945063572]], [[0.2686050181669348]], [[0.18314136340571385]]], "std": [[[0.1862248008081265]], [[0.13355911460562106]], [[0.09064471308494604]]], "count": [100]}, "state": {"min": [-0.3802875876426697, -0.2769569456577301, 0.9796842932701111, 3.027930974960327, -0.1223754808306694, -0.009999671019613743, 0.012224774807691574, -0.03989880532026291], "max": [-0.2983759343624115, 0.19516503810882568, 1.2666577100753784, 3.424335479736328, 0.1525939553976059, 0.16340133547782898, 0.03997160494327545, -0.012183662503957748], "mean": [-0.3365732729434967, 0.002163627650588751, 1.1360785961151123, 3.193558931350708, 0.0096765561029315, 0.05138891935348511, 0.024126555770635605, -0.023970432579517365], "std": [0.022630397230386734, 0.18793663382530212, 0.09113381057977676, 0.08760610222816467, 0.08154300600290298, 0.037341438233852386, 0.012995410710573196, 0.013025468215346336], "count": [170]}, "actions": {"min": [-0.42834872007369995, -2.1897459030151367, -0.4649708569049835, -0.198604017496109, -0.20964115858078003, -0.17439621686935425, -1.0], "max": [0.3798002302646637, 0.8404179811477661, 1.2110697031021118, 0.35589298605918884, 0.13737809658050537, 0.19032391905784607, 1.0], "mean": [-0.0006182117504067719, -0.13675981760025024, 0.04664559289813042, -0.007917049340903759, -0.0053101531229913235, 0.003885603742673993, 0.11764705926179886], "std": [0.12950363755226135, 0.4688543677330017, 0.3192381262779236, 0.07139836251735687, 0.05531634762883186, 0.05787180736660957, 0.9930558800697327], "count": [170]}, "timestamp": {"min": [0.0], "max": [16.9], "mean": [8.45], "std": [4.907392382925988], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [751], "max": [751], "mean": [751.0], "std": [0.0], "count": [170]}, "index": {"min": [243342], "max": [243511], "mean": [243426.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [170]}}} +{"episode_index": 752, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36358722821403955]], [[0.3065106787588082]], [[0.2364895564060585]]], "std": [[[0.14751702752386364]], [[0.13857401835489627]], [[0.15245979581555624]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3624895450367647]], [[0.29020086131376377]], [[0.20393453740138634]]], "std": [[[0.18123068061343095]], [[0.13609962104184908]], [[0.10538990681876106]]], "count": [100]}, "state": {"min": [-0.3698015511035919, -0.1229841485619545, 0.9966421723365784, 1.9086538553237915, -0.22850802540779114, -0.29221734404563904, 0.013451983220875263, -0.04000473767518997], "max": [-0.05893169716000557, 0.15673227608203888, 1.262323021888733, 3.193185329437256, 0.27630382776260376, 0.4196796119213104, 0.03996138274669647, -0.0167374424636364], "mean": [-0.2560769021511078, 0.01350973080843687, 1.1404832601547241, 2.6113481521606445, -0.03876996412873268, 0.1392444372177124, 0.021469835191965103, -0.022935176268219948], "std": [0.10957396775484085, 0.09465160220861435, 0.07346531748771667, 0.4540442228317261, 0.13450053334236145, 0.25076162815093994, 0.0106260497123003, 0.009726756252348423], "count": [395]}, "actions": {"min": [-0.8561028838157654, -0.7126471400260925, -0.7860119342803955, -0.26056399941444397, -0.20801502466201782, -0.16366206109523773, -1.0], "max": [0.5208767056465149, 0.6084585189819336, 0.7849987149238586, 0.09316977858543396, 0.18494053184986115, 0.18558666110038757, 1.0], "mean": [0.0007828511297702789, -0.014576916582882404, -0.020208017900586128, -0.025436565279960632, -0.0005586685729213059, 0.0008696569129824638, 0.5189873576164246], "std": [0.1993507742881775, 0.21518900990486145, 0.22150221467018127, 0.052186667919158936, 0.05293206125497818, 0.04710996896028519, 0.8547834157943726], "count": [395]}, "timestamp": {"min": [0.0], "max": [39.4], "mean": [19.7], "std": [11.402631275280282], "count": [395]}, "frame_index": {"min": [0], "max": [394], "mean": [197.0], "std": [114.02631275280281], "count": [395]}, "episode_index": {"min": [752], "max": [752], "mean": [752.0], "std": [0.0], "count": [395]}, "index": {"min": [243512], "max": [243906], "mean": [243709.0], "std": [114.02631275280281], "count": [395]}, "task_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [395]}}} +{"episode_index": 753, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36211891264073987]], [[0.30579224231196384]], [[0.2363319492714078]]], "std": [[[0.14683489394247357]], [[0.1373573159440141]], [[0.15090975100393617]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3659999263987822]], [[0.29006225944967834]], [[0.20073170620787378]]], "std": [[[0.18258670620983083]], [[0.14059891900947916]], [[0.11354719951814447]]], "count": [100]}, "state": {"min": [-0.3543538749217987, -0.13577164709568024, 0.9998315572738647, 1.9428577423095703, -0.12848715484142303, -0.3528463542461395, 0.013996156863868237, -0.04000355303287506], "max": [-0.06487001478672028, 0.09275266528129578, 1.233317255973816, 3.1874794960021973, 0.41024768352508545, 0.27701687812805176, 0.03993799909949303, -0.01623792015016079], "mean": [-0.23878630995750427, -0.010346363298594952, 1.136473536491394, 2.6605334281921387, 0.07653167843818665, 0.021465573459863663, 0.0221274271607399, -0.023384692147374153], "std": [0.10029821842908859, 0.06742430478334427, 0.06328610330820084, 0.4735404849052429, 0.13325901329517365, 0.17379844188690186, 0.010224951431155205, 0.009470763616263866], "count": [352]}, "actions": {"min": [-1.0964198112487793, -0.6881545782089233, -0.4782273471355438, -0.3282025456428528, -0.21755777299404144, -0.20121729373931885, -1.0], "max": [0.8750932812690735, 0.5524927377700806, 1.113520860671997, 0.1318976879119873, 0.21656280755996704, 0.23805870115756989, 1.0], "mean": [0.013082739897072315, -0.03308791294693947, -0.014393338933587074, -0.02622632496058941, 0.002230061450973153, -0.00035863660741597414, 0.5170454382896423], "std": [0.23057438433170319, 0.18948262929916382, 0.21390849351882935, 0.061670802533626556, 0.056910451501607895, 0.051228251308202744, 0.8559581637382507], "count": [352]}, "timestamp": {"min": [0.0], "max": [35.1], "mean": [17.55], "std": [10.161323732663968], "count": [352]}, "frame_index": {"min": [0], "max": [351], "mean": [175.5], "std": [101.61323732663968], "count": [352]}, "episode_index": {"min": [753], "max": [753], "mean": [753.0], "std": [0.0], "count": [352]}, "index": {"min": [243907], "max": [244258], "mean": [244082.5], "std": [101.61323732663968], "count": [352]}, "task_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [352]}}} +{"episode_index": 754, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36348758652630975]], [[0.3072403217390472]], [[0.23761437449735753]]], "std": [[[0.14931596514466325]], [[0.14020291132014545]], [[0.154256694920554]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3606118517108992]], [[0.28974310362572764]], [[0.2047309217266008]]], "std": [[[0.17941986462675294]], [[0.13998409664568714]], [[0.11549769979023436]]], "count": [100]}, "state": {"min": [-0.3591266870498657, -0.13505715131759644, 0.9959863424301147, 1.9842604398727417, -0.2923809587955475, -0.37377649545669556, 0.01317453570663929, -0.04000867158174515], "max": [-0.06638813018798828, 0.0672321766614914, 1.230056881904602, 3.1820528507232666, 0.38391587138175964, 0.3074559271335602, 0.03984664008021355, -0.014215007424354553], "mean": [-0.24274727702140808, -0.02092558890581131, 1.1173346042633057, 2.567949056625366, -0.02054782584309578, 0.03277363255620003, 0.020369965583086014, -0.02185049094259739], "std": [0.09704306721687317, 0.059055350720882416, 0.06517720222473145, 0.4399302303791046, 0.15308354794979095, 0.22216209769248962, 0.01013284269720316, 0.009326513856649399], "count": [388]}, "actions": {"min": [-1.0375967025756836, -0.5892887711524963, -0.8449295163154602, -0.2918434739112854, -0.2605825364589691, -0.25056663155555725, -1.0], "max": [0.999754786491394, 0.7468839287757874, 0.9989461898803711, 0.2706091105937958, 0.2910324037075043, 0.25749024748802185, 1.0], "mean": [0.014041349291801453, -0.03244129195809364, -0.02081926353275776, -0.024707304313778877, 0.002668618457391858, -0.0016490465495735407, 0.592783510684967], "std": [0.23939090967178345, 0.1968759149312973, 0.2258652001619339, 0.06947795301675797, 0.06883203983306885, 0.06085518002510071, 0.8053652048110962], "count": [388]}, "timestamp": {"min": [0.0], "max": [38.7], "mean": [19.349999999999998], "std": [11.200558021813022], "count": [388]}, "frame_index": {"min": [0], "max": [387], "mean": [193.5], "std": [112.0055802181302], "count": [388]}, "episode_index": {"min": [754], "max": [754], "mean": [754.0], "std": [0.0], "count": [388]}, "index": {"min": [244259], "max": [244646], "mean": [244452.5], "std": [112.0055802181302], "count": [388]}, "task_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [388]}}} +{"episode_index": 755, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.355601089776731]], [[0.3004934638528263]], [[0.23279076310700061]]], "std": [[[0.14900985702315303]], [[0.13786327481662716]], [[0.14888653410971653]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.39824941956763177]], [[0.3114891949821921]], [[0.20893078194412532]]], "std": [[[0.18619809217464714]], [[0.13047274149368723]], [[0.08339523221382168]]], "count": [100]}, "state": {"min": [-0.3124972879886627, -0.25106102228164673, 1.001298427581787, 2.3056859970092773, -0.270378053188324, -0.2337576299905777, 0.016325226053595543, -0.03983176127076149], "max": [-0.17505060136318207, 0.24522177875041962, 1.2943227291107178, 3.304657459259033, 0.05178249999880791, 0.5425502061843872, 0.040008045732975006, -0.01477140560746193], "mean": [-0.24405956268310547, 0.04963422939181328, 1.1696339845657349, 2.9696547985076904, -0.10136228799819946, 0.0410490557551384, 0.02806345745921135, -0.028507905080914497], "std": [0.03914361819624901, 0.1762436181306839, 0.08829297125339508, 0.35814282298088074, 0.09827974438667297, 0.2855775058269501, 0.010208004154264927, 0.009759788401424885], "count": [200]}, "actions": {"min": [-0.42957165837287903, -1.5735111236572266, -0.7838844060897827, -0.4211036264896393, -0.18438492715358734, -0.1471685767173767, -1.0], "max": [0.5262356996536255, 1.0182251930236816, 1.0838594436645508, 0.2773161232471466, 0.20698735117912292, 0.17922450602054596, 1.0], "mean": [0.03952966630458832, -0.06240153685212135, 0.010538204573094845, -0.026603423058986664, -0.0032939896918833256, 0.013335805386304855, 0.07000000029802322], "std": [0.15540796518325806, 0.43003931641578674, 0.3317357003688812, 0.08405988663434982, 0.06479061394929886, 0.05511714518070221, 0.9975464940071106], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [755], "max": [755], "mean": [755.0], "std": [0.0], "count": [200]}, "index": {"min": [244647], "max": [244846], "mean": [244746.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [200]}}} +{"episode_index": 756, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35410978429457723]], [[0.29853035481770834]], [[0.23033626302083332]]], "std": [[[0.14599225938032692]], [[0.13391204807696325]], [[0.14450834460986403]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3897545620787377]], [[0.30380798220166977]], [[0.2028836035634957]]], "std": [[[0.1858416368166633]], [[0.13031959609679303]], [[0.08334757292772156]]], "count": [100]}, "state": {"min": [-0.32621949911117554, -0.2794032692909241, 0.9982313513755798, 2.346435070037842, -0.22984352707862854, -0.22110317647457123, 0.01621323823928833, -0.04002726450562477], "max": [-0.19268423318862915, 0.23792743682861328, 1.2992879152297974, 3.2142789363861084, 0.1815880537033081, 0.49844515323638916, 0.040002863854169846, -0.013982328586280346], "mean": [-0.26194894313812256, 0.0636492446064949, 1.1549065113067627, 2.9783706665039062, -0.017446374520659447, 0.029132455587387085, 0.02894940972328186, -0.029018770903348923], "std": [0.04615618288516998, 0.17321564257144928, 0.08668816089630127, 0.3016766905784607, 0.12117893248796463, 0.2377602458000183, 0.010564365424215794, 0.010469944216310978], "count": [217]}, "actions": {"min": [-0.5043015480041504, -1.3088003396987915, -0.5689415335655212, -0.25127530097961426, -0.22477081418037415, -0.14306041598320007, -1.0], "max": [0.5438756346702576, 0.8609341382980347, 1.275765299797058, 0.22056974470615387, 0.23965594172477722, 0.25021594762802124, 1.0], "mean": [0.026774337515234947, -0.06808258593082428, 0.025023553520441055, -0.022194724529981613, -0.006822146009653807, 0.009639919735491276, -0.04147465527057648], "std": [0.15125495195388794, 0.39842286705970764, 0.3101961016654968, 0.07494227588176727, 0.06520278751850128, 0.054892707616090775, 0.9991400837898254], "count": [217]}, "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": [756], "max": [756], "mean": [756.0], "std": [0.0], "count": [217]}, "index": {"min": [244847], "max": [245063], "mean": [244955.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [217]}}} +{"episode_index": 757, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35915384629193475]], [[0.3027009043974035]], [[0.23350934735466453]]], "std": [[[0.14458072502825836]], [[0.13379739547253527]], [[0.14616043861985809]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3677558839087393]], [[0.2917834544462316]], [[0.20210169833314187]]], "std": [[[0.18826797273171045]], [[0.13786179292620587]], [[0.10066004290843894]]], "count": [100]}, "state": {"min": [-0.30886247754096985, -0.19781023263931274, 0.9894945621490479, 2.108386993408203, -0.20282267034053802, -0.15701788663864136, 0.013808449730277061, -0.03997047245502472], "max": [-0.19743186235427856, 0.18673592805862427, 1.2587969303131104, 3.2400596141815186, 0.28167277574539185, 0.3316788673400879, 0.03993828222155571, -0.005309534724801779], "mean": [-0.2445351630449295, 0.03849862888455391, 1.1383320093154907, 2.7995002269744873, 0.0185873843729496, 0.033407606184482574, 0.027342448011040688, -0.02611623704433441], "std": [0.027973489835858345, 0.14892907440662384, 0.08053456991910934, 0.39687028527259827, 0.13433052599430084, 0.18945366144180298, 0.011963634751737118, 0.012029901146888733], "count": [186]}, "actions": {"min": [-0.3865361213684082, -1.0702111721038818, -0.9806333184242249, -0.3131256699562073, -0.229193776845932, -0.10674279928207397, -1.0], "max": [0.6327603459358215, 1.1194469928741455, 1.7517805099487305, 0.5938419699668884, 0.4895198345184326, 0.10600291937589645, 1.0], "mean": [0.035052523016929626, -0.054315827786922455, -0.0021186000667512417, -0.03566059097647667, 0.004333523102104664, 0.004807081539183855, 0.04301075264811516], "std": [0.17078350484371185, 0.3626454770565033, 0.3675340414047241, 0.10287230461835861, 0.08104793727397919, 0.042580872774124146, 0.9990745782852173], "count": [186]}, "timestamp": {"min": [0.0], "max": [18.5], "mean": [9.25], "std": [5.369279902060113], "count": [186]}, "frame_index": {"min": [0], "max": [185], "mean": [92.5], "std": [53.692799020601136], "count": [186]}, "episode_index": {"min": [757], "max": [757], "mean": [757.0], "std": [0.0], "count": [186]}, "index": {"min": [245064], "max": [245249], "mean": [245156.5], "std": [53.692799020601136], "count": [186]}, "task_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [186]}}} +{"episode_index": 758, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36062944898418353]], [[0.30404169778262863]], [[0.23503824510761334]]], "std": [[[0.14819072615505402]], [[0.13844973458210494]], [[0.15107582975702644]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40284491984049475]], [[0.3184557058296951]], [[0.21864953732958028]]], "std": [[[0.18552446777260462]], [[0.1328458405683461]], [[0.09477548404589907]]], "count": [100]}, "state": {"min": [-0.30272337794303894, -0.21857550740242004, 0.9928244948387146, 2.088426351547241, -0.2605140507221222, -0.08678066730499268, 0.015658162534236908, -0.040005873888731], "max": [-0.16711458563804626, 0.2293766438961029, 1.249492883682251, 3.117619514465332, 0.18437685072422028, 0.39475178718566895, 0.03995314612984657, -0.004530559293925762], "mean": [-0.23757943511009216, 0.07514896988868713, 1.1496634483337402, 2.8143882751464844, -0.10190991312265396, 0.10533083230257034, 0.029180914163589478, -0.028769031167030334], "std": [0.04460855945944786, 0.1611739844083786, 0.0673232302069664, 0.36692601442337036, 0.11085319519042969, 0.15109461545944214, 0.010732144117355347, 0.011022807098925114], "count": [226]}, "actions": {"min": [-0.3444678783416748, -1.3157659769058228, -1.0889538526535034, -0.2704022228717804, -0.16388718783855438, -0.14837054908275604, -1.0], "max": [0.5591176748275757, 0.6899489164352417, 0.9335467219352722, 0.4881763756275177, 0.46006137132644653, 0.17041359841823578, 1.0], "mean": [0.0177854485809803, -0.07010859996080399, -0.0030608023516833782, -0.023116031661629677, 0.0008335969178006053, 0.0010083807865157723, -0.02654867246747017], "std": [0.15028895437717438, 0.32501527667045593, 0.3015212416648865, 0.08631913363933563, 0.06752897053956985, 0.04684993997216225, 0.9996474981307983], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [758], "max": [758], "mean": [758.0], "std": [0.0], "count": [226]}, "index": {"min": [245250], "max": [245475], "mean": [245362.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [226]}}} +{"episode_index": 759, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35496906175800397]], [[0.2985958365646063]], [[0.22909870222503065]]], "std": [[[0.14429170252877]], [[0.1320855356961407]], [[0.14262498249974737]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.35821530869427853]], [[0.28453364592907476]], [[0.19813282087737438]]], "std": [[[0.17927106084604688]], [[0.1307026524432861]], [[0.09609892942854671]]], "count": [100]}, "state": {"min": [-0.38336819410324097, -0.2776428461074829, 0.9816743731498718, 2.3133904933929443, -0.28922513127326965, -0.15075300633907318, 0.011666445061564445, -0.039849527180194855], "max": [-0.3031870424747467, 0.20380768179893494, 1.3305447101593018, 3.2833168506622314, 0.039247483015060425, 0.527502179145813, 0.04000517725944519, -0.013267214410007], "mean": [-0.33935707807540894, 0.018833041191101074, 1.160136103630066, 2.939143657684326, -0.10469484329223633, 0.14718806743621826, 0.023832164704799652, -0.024260196834802628], "std": [0.02393447421491146, 0.17005613446235657, 0.10187589377164841, 0.3526410460472107, 0.10543213039636612, 0.24160926043987274, 0.012815204448997974, 0.012526264414191246], "count": [200]}, "actions": {"min": [-0.2642202079296112, -1.2928217649459839, -0.8564668297767639, -0.24691055715084076, -0.24545206129550934, -0.40178632736206055, -1.0], "max": [0.463180273771286, 0.9452522397041321, 1.5424797534942627, 0.323784202337265, 0.2332635223865509, 0.18616953492164612, 1.0], "mean": [0.0027255071327090263, -0.04948961362242699, 0.01976611465215683, -0.015441646799445152, -0.0073974053375422955, 0.007954235188663006, 0.15000000596046448], "std": [0.11865971237421036, 0.4058716297149658, 0.345967173576355, 0.08904150128364563, 0.07450101524591446, 0.062248047441244125, 0.9886866807937622], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [759], "max": [759], "mean": [759.0], "std": [0.0], "count": [200]}, "index": {"min": [245476], "max": [245675], "mean": [245575.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [200]}}} +{"episode_index": 760, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.354591366038603]], [[0.29944423301547185]], [[0.23151804067574297]]], "std": [[[0.14662830440986568]], [[0.1351551643294468]], [[0.14590167545872712]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.35342741304285386]], [[0.28178625189089307]], [[0.1975576656565947]]], "std": [[[0.18651828322610597]], [[0.13673696050925552]], [[0.10048509146445968]]], "count": [100]}, "state": {"min": [-0.3519822359085083, -0.2164214849472046, 0.9747225642204285, 2.2334446907043457, -0.3941011428833008, -0.21589311957359314, 0.012703982181847095, -0.0399189218878746], "max": [-0.26782017946243286, 0.2220824658870697, 1.263237476348877, 3.2238781452178955, 0.10505017638206482, 0.5108323693275452, 0.040003616362810135, -0.013831587508320808], "mean": [-0.31184619665145874, 0.061891425400972366, 1.1344996690750122, 2.9328970909118652, -0.09446270763874054, 0.08920253813266754, 0.025989579036831856, -0.025888774544000626], "std": [0.018851755186915398, 0.14661680161952972, 0.09303426742553711, 0.34172528982162476, 0.1355634331703186, 0.2771870195865631, 0.012119150720536709, 0.011966719292104244], "count": [232]}, "actions": {"min": [-0.37471291422843933, -0.6913658380508423, -0.7766642570495605, -0.2846605181694031, -0.1588069647550583, -0.42093485593795776, -1.0], "max": [0.3835793733596802, 0.8325093388557434, 0.7880096435546875, 0.5150573253631592, 0.5438567399978638, 0.17590002715587616, 1.0], "mean": [0.023908788338303566, -0.0547369159758091, -0.003109297016635537, -0.023187721148133278, -0.0014743609353899956, 0.005100192502140999, 0.08620689809322357], "std": [0.10496878623962402, 0.2985314130783081, 0.2790154218673706, 0.09238580614328384, 0.07969599962234497, 0.06321436166763306, 0.9962777495384216], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [760], "max": [760], "mean": [760.0], "std": [0.0], "count": [232]}, "index": {"min": [245676], "max": [245907], "mean": [245791.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [232]}}} +{"episode_index": 761, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35509746835746014]], [[0.2984901601753983]], [[0.22918275421740963]]], "std": [[[0.14321352686431735]], [[0.1309920085700918]], [[0.14148259594532656]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.35766187061983]], [[0.28256089453603705]], [[0.1957277233647365]]], "std": [[[0.17372537156141948]], [[0.12262821512750438]], [[0.08628554429633281]]], "count": [100]}, "state": {"min": [-0.4272809624671936, -0.22765466570854187, 0.9755501747131348, 2.2123420238494873, -0.2502700686454773, -0.043566055595874786, 0.011111346073448658, -0.03993861377239227], "max": [-0.29170188307762146, 0.22786231338977814, 1.2882165908813477, 3.2326440811157227, 0.12164903432130814, 0.46716755628585815, 0.04000145569443703, -0.009636487811803818], "mean": [-0.36364108324050903, 0.07114073634147644, 1.1412339210510254, 2.8859000205993652, -0.0865592211484909, 0.15089811384677887, 0.023246334865689278, -0.02269544079899788], "std": [0.04210424795746803, 0.1644054800271988, 0.09874292463064194, 0.37008434534072876, 0.10557420551776886, 0.17757371068000793, 0.013350213877856731, 0.012646527960896492], "count": [235]}, "actions": {"min": [-0.38908037543296814, -0.8988234996795654, -0.8652738928794861, -0.22449690103530884, -0.17508892714977264, -0.20760010182857513, -1.0], "max": [0.6594806909561157, 0.9026704430580139, 0.9230101704597473, 0.2943944036960602, 0.43615689873695374, 0.16817539930343628, 1.0], "mean": [0.0071344804018735886, -0.05083487182855606, -0.003638734808191657, -0.020303253084421158, -0.002627727808430791, 0.0022021580953150988, 0.20000000298023224], "std": [0.15113671123981476, 0.33602410554885864, 0.28515613079071045, 0.0818571224808693, 0.07030647993087769, 0.05568305402994156, 0.9797959327697754], "count": [235]}, "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": [761], "max": [761], "mean": [761.0], "std": [0.0], "count": [235]}, "index": {"min": [245908], "max": [246142], "mean": [246025.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [235]}}} +{"episode_index": 762, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3596265779383042]], [[0.3020492691339231]], [[0.23110059491325827]]], "std": [[[0.14015486535647517]], [[0.12906525753483333]], [[0.14151766756141843]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.34520323450425094]], [[0.2748886868345971]], [[0.19246278889973958]]], "std": [[[0.18023897536132502]], [[0.1321768940941616]], [[0.09744129199693138]]], "count": [100]}, "state": {"min": [-0.35536056756973267, -0.25162678956985474, 0.9746327996253967, 2.285931348800659, -0.39775902032852173, -0.42164474725723267, 0.012054999358952045, -0.03978407755494118], "max": [-0.30229583382606506, 0.24298502504825592, 1.2792130708694458, 3.351924419403076, 0.1536034345626831, 0.5302549004554749, 0.04001444950699806, -0.012310042046010494], "mean": [-0.33083125948905945, 0.04275616258382797, 1.124329924583435, 2.986525297164917, -0.08133183419704437, -0.010205576196312904, 0.026546673849225044, -0.026934020221233368], "std": [0.015019063837826252, 0.1605750173330307, 0.09667219966650009, 0.38383498787879944, 0.169955313205719, 0.35202133655548096, 0.011872215196490288, 0.011450788006186485], "count": [208]}, "actions": {"min": [-0.24774815142154694, -1.3870309591293335, -0.920185923576355, -0.31536972522735596, -0.1750192642211914, -0.18997588753700256, -1.0], "max": [0.35138586163520813, 1.0399370193481445, 1.0224770307540894, 0.43391159176826477, 0.3004607558250427, 0.2764819264411926, 1.0], "mean": [0.00157892273273319, -0.06730917096138, 0.011778281070291996, -0.02066696621477604, -0.007922652177512646, 0.007299869786947966, 0.048076923936605453], "std": [0.09933397173881531, 0.41196873784065247, 0.3073861300945282, 0.09442794322967529, 0.07253817468881607, 0.06982021033763885, 0.998843789100647], "count": [208]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [762], "max": [762], "mean": [762.0], "std": [0.0], "count": [208]}, "index": {"min": [246143], "max": [246350], "mean": [246246.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [208]}}} +{"episode_index": 763, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3549266686533012]], [[0.2981070353190104]], [[0.2285263791551777]]], "std": [[[0.14181334303567775]], [[0.12949097577365573]], [[0.1399766567703537]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.35247270591586244]], [[0.28074132822074144]], [[0.19624893188476564]]], "std": [[[0.1651522579542176]], [[0.11821437065976258]], [[0.0884716638840152]]], "count": [100]}, "state": {"min": [-0.4320911467075348, -0.1865646094083786, 0.9929765462875366, 2.174391269683838, -0.3608652651309967, -0.38605767488479614, 0.011438647285103798, -0.04000616446137428], "max": [-0.28923892974853516, 0.24262534081935883, 1.3179242610931396, 3.049992322921753, 0.0935153067111969, 0.5191359519958496, 0.040762435644865036, -0.013196174055337906], "mean": [-0.36467811465263367, 0.06974416226148605, 1.16190767288208, 2.7662906646728516, -0.08890410512685776, -0.033125631511211395, 0.025861212983727455, -0.0261734239757061], "std": [0.04431641846895218, 0.1403501331806183, 0.09479352086782455, 0.3254966735839844, 0.14790624380111694, 0.2910830080509186, 0.012766611762344837, 0.012181601487100124], "count": [210]}, "actions": {"min": [-0.43033817410469055, -0.8327724933624268, -0.9619765877723694, -0.20864644646644592, -0.1338149458169937, -0.29918044805526733, -1.0], "max": [0.37502849102020264, 1.3030486106872559, 1.054105281829834, 0.2619841396808624, 0.2876853942871094, 0.15916718542575836, 1.0], "mean": [-0.019546935334801674, -0.0375073216855526, -0.022738667204976082, -0.021916588768363, -0.003272686153650284, 0.005679342895746231, 0.05714285746216774], "std": [0.13963937759399414, 0.36441347002983093, 0.3551718294620514, 0.07856986671686172, 0.06521487236022949, 0.07006064802408218, 0.998365581035614], "count": [210]}, "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": [763], "max": [763], "mean": [763.0], "std": [0.0], "count": [210]}, "index": {"min": [246351], "max": [246560], "mean": [246455.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [210]}}} +{"episode_index": 764, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3515597360648361]], [[0.29482744523590687]], [[0.22391239420572914]]], "std": [[[0.14062192571151924]], [[0.12639333473913245]], [[0.13682027918284037]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9803921568627451]]], "mean": [[[0.3621073303222656]], [[0.28487832880955116]], [[0.18620932006835936]]], "std": [[[0.1907106409252534]], [[0.14255182697934343]], [[0.08512771180119838]]], "count": [100]}, "state": {"min": [-0.3278436064720154, -0.28852027654647827, 0.9591463804244995, 3.104278326034546, -0.008349550887942314, -0.4854097366333008, 0.005329410079866648, -0.039887331426143646], "max": [-0.27324968576431274, 0.03901541605591774, 1.256948709487915, 3.3621134757995605, 0.20662827789783478, -0.012567191384732723, 0.039993882179260254, -0.004245860502123833], "mean": [-0.2965598404407501, -0.06010335311293602, 1.1236214637756348, 3.2314977645874023, 0.08686618506908417, -0.3230801522731781, 0.018033647909760475, -0.017742227762937546], "std": [0.014261969365179539, 0.1138918548822403, 0.09970661997795105, 0.06461860984563828, 0.06600464880466461, 0.10808776319026947, 0.015939360484480858, 0.016082780435681343], "count": [183]}, "actions": {"min": [-0.21762658655643463, -0.7739758491516113, -0.5495492815971375, -0.11512626707553864, -0.14778661727905273, -0.15362514555454254, -1.0], "max": [0.1768346130847931, 0.18983303010463715, 1.2287489175796509, 0.23407797515392303, 0.09824328124523163, 0.10698927193880081, 1.0], "mean": [0.019964324310421944, -0.12577977776527405, 0.010617155581712723, -0.0035118451341986656, 0.0028355703689157963, -0.015331660397350788, 0.2786885201931], "std": [0.06796078383922577, 0.19452790915966034, 0.3234862983226776, 0.04008322209119797, 0.03970592841506004, 0.04109640419483185, 0.9603817462921143], "count": [183]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [764], "max": [764], "mean": [764.0], "std": [0.0], "count": [183]}, "index": {"min": [246561], "max": [246743], "mean": [246652.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [183]}}} +{"episode_index": 765, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35349409155752143]], [[0.2970401216394761]], [[0.2263093070235907]]], "std": [[[0.14155967808162517]], [[0.12846433813701866]], [[0.13961355520977553]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3781090512743183]], [[0.29956782501819085]], [[0.2020177875593597]]], "std": [[[0.19076510775451083]], [[0.14346533616858478]], [[0.09618646688936555]]], "count": [100]}, "state": {"min": [-0.3406074643135071, -0.29974880814552307, 0.9642227292060852, 3.017002582550049, -0.18607667088508606, -0.42537716031074524, 0.005367211531847715, -0.03997877240180969], "max": [-0.26039907336235046, 0.05609705671668053, 1.3069432973861694, 3.3515639305114746, 0.014798215590417385, 0.023967508226633072, 0.03996746242046356, -0.005106294993311167], "mean": [-0.29923000931739807, -0.054005056619644165, 1.1582942008972168, 3.1810860633850098, -0.10781177878379822, -0.2956986725330353, 0.020514409989118576, -0.02028762549161911], "std": [0.028603002429008484, 0.12599293887615204, 0.10353437811136246, 0.0817781463265419, 0.05170833691954613, 0.11735416203737259, 0.016498049721121788, 0.01662585139274597], "count": [228]}, "actions": {"min": [-0.25932490825653076, -1.575423002243042, -0.5507015585899353, -0.32169076800346375, -0.18727008998394012, -0.22769923508167267, -1.0], "max": [0.27608853578567505, 0.3236304819583893, 1.2170265913009644, 0.2630787789821625, 0.2269774228334427, 0.13985930383205414, 1.0], "mean": [0.003974352031946182, -0.10183127224445343, 0.015759382396936417, -0.00013290421338751912, -0.001094247680157423, -0.012925175949931145, 0.11403508484363556], "std": [0.0874503031373024, 0.21316573023796082, 0.3020581603050232, 0.0573354996740818, 0.055712271481752396, 0.05311816185712814, 0.9934751987457275], "count": [228]}, "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": [765], "max": [765], "mean": [765.0], "std": [0.0], "count": [228]}, "index": {"min": [246744], "max": [246971], "mean": [246857.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [228]}}} +{"episode_index": 766, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35615169869217217]], [[0.29881326114430146]], [[0.2269714899998085]]], "std": [[[0.14048410794123334]], [[0.12790343019412856]], [[0.13999435078101133]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3705196934120328]], [[0.2946463742723652]], [[0.20008096971698835]]], "std": [[[0.18933787306252822]], [[0.1428318903765182]], [[0.09620614019359866]]], "count": [100]}, "state": {"min": [-0.34052613377571106, -0.2888672649860382, 0.9747602343559265, 3.09252667427063, -0.16389791667461395, -0.4214234948158264, 0.00501406891271472, -0.039988670498132706], "max": [-0.2608693242073059, 0.025541625916957855, 1.2702313661575317, 3.222572088241577, -0.007805308792740107, 0.03823103755712509, 0.039954058825969696, -0.0048575447872281075], "mean": [-0.2992480993270874, -0.07247482240200043, 1.1335645914077759, 3.16361141204834, -0.09561125934123993, -0.26933804154396057, 0.020091209560632706, -0.020047176629304886], "std": [0.02933308854699135, 0.11131768673658371, 0.10028235614299774, 0.03740295022726059, 0.05057373270392418, 0.1102067306637764, 0.016536565497517586, 0.016556749120354652], "count": [205]}, "actions": {"min": [-0.24449990689754486, -0.7241570949554443, -0.38079801201820374, -0.10744103044271469, -0.12322510033845901, -0.1515299379825592, -1.0], "max": [0.1984521895647049, 0.22180262207984924, 1.2147326469421387, 0.14991842210292816, 0.13320252299308777, 0.09267016500234604, 1.0], "mean": [-0.005431658588349819, -0.11467737704515457, 0.024969421327114105, -0.003212647046893835, -0.0010394727578386664, -0.015953030437231064, 0.1317073106765747], "std": [0.07144305855035782, 0.1844034343957901, 0.30907589197158813, 0.038947492837905884, 0.04227706789970398, 0.04231502115726471, 0.9912891387939453], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [766], "max": [766], "mean": [766.0], "std": [0.0], "count": [205]}, "index": {"min": [246972], "max": [247176], "mean": [247074.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [205]}}} +{"episode_index": 767, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.35153754140816484]], [[0.2956104784198836]], [[0.2254420249789369]]], "std": [[[0.1427570500530624]], [[0.12935631451914528]], [[0.13992866793759093]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3685372709386489]], [[0.2915065570906097]], [[0.19400187952378217]]], "std": [[[0.19035860839782806]], [[0.1420312787244276]], [[0.08800669294861822]]], "count": [100]}, "state": {"min": [-0.35701629519462585, -0.2752300500869751, 0.9611057043075562, 3.127387285232544, -0.10840191692113876, -0.4603917896747589, 0.00495826406404376, -0.03989378735423088], "max": [-0.25530561804771423, 0.03561295568943024, 1.2805490493774414, 3.382021188735962, 0.06875278055667877, -0.006694725714623928, 0.04000512510538101, -0.0047375513240695], "mean": [-0.30515894293785095, -0.060133449733257294, 1.1362630128860474, 3.259681463241577, -0.02757483720779419, -0.3015132546424866, 0.019663099199533463, -0.019347485154867172], "std": [0.034580450505018234, 0.10481543838977814, 0.10366959124803543, 0.07119069993495941, 0.050134558230638504, 0.1169411912560463, 0.016490474343299866, 0.016614587977528572], "count": [230]}, "actions": {"min": [-0.2242724597454071, -0.9040389060974121, -0.5342066287994385, -0.18597732484340668, -0.29826125502586365, -0.24339841306209564, -1.0], "max": [0.33268895745277405, 0.2033674120903015, 0.9042743444442749, 0.1596756875514984, 0.18186980485916138, 0.2787644863128662, 1.0], "mean": [-0.001170958741568029, -0.10432208329439163, 0.010298420675098896, -0.0027350755408406258, 0.0005987467593513429, -0.01507832482457161, 0.156521737575531], "std": [0.08928855508565903, 0.17046764492988586, 0.27249544858932495, 0.0493268147110939, 0.05727236345410347, 0.05639195814728737, 0.9876744747161865], "count": [230]}, "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": [767], "max": [767], "mean": [767.0], "std": [0.0], "count": [230]}, "index": {"min": [247177], "max": [247406], "mean": [247291.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [230]}}} +{"episode_index": 768, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36319307454427086]], [[0.3106308492024739]], [[0.23842182832605696]]], "std": [[[0.14568964516316527]], [[0.13349074929565732]], [[0.15072306010287753]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35514876541436885]], [[0.2707101398542816]], [[0.17888203998640473]]], "std": [[[0.20684895408627652]], [[0.15266817153012846]], [[0.09475050041401402]]], "count": [100]}, "state": {"min": [-0.4284582734107971, -0.1859293431043625, 0.990532636642456, 2.801079511642456, -0.1819751262664795, -0.08375141024589539, 0.011433230713009834, -0.03997970372438431], "max": [-0.05632805824279785, 0.05216619744896889, 1.209423542022705, 3.2236993312835693, 0.1279187947511673, 0.3390585482120514, 0.039995159953832626, -0.014899286441504955], "mean": [-0.2688805162906647, -0.059977948665618896, 1.1267064809799194, 2.983922004699707, -0.08297466486692429, 0.16571106016635895, 0.021968483924865723, -0.022732412442564964], "std": [0.13860851526260376, 0.08888944238424301, 0.06537826359272003, 0.15822139382362366, 0.07092568278312683, 0.14935165643692017, 0.011488642543554306, 0.01092089805752039], "count": [310]}, "actions": {"min": [-1.3522957563400269, -0.49747174978256226, -0.7395380139350891, -0.14114734530448914, -0.33098864555358887, -0.15046533942222595, -1.0], "max": [0.7095614671707153, 0.3617204427719116, 2.7315316200256348, 0.1063007190823555, 0.1260148286819458, 0.2189142107963562, 1.0], "mean": [-0.02743508480489254, -0.056277088820934296, -0.025723129510879517, -0.009556574746966362, -0.0013977953931316733, 0.003282346297055483, 0.3870967626571655], "std": [0.28282928466796875, 0.13890020549297333, 0.298490971326828, 0.04018233343958855, 0.04568815603852272, 0.05010749772191048, 0.9220412969589233], "count": [310]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.45], "std": [8.948882611812493], "count": [310]}, "frame_index": {"min": [0], "max": [309], "mean": [154.5], "std": [89.48882611812493], "count": [310]}, "episode_index": {"min": [768], "max": [768], "mean": [768.0], "std": [0.0], "count": [310]}, "index": {"min": [247407], "max": [247716], "mean": [247561.5], "std": [89.48882611812493], "count": [310]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [310]}}} +{"episode_index": 769, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3660431339039522]], [[0.31121929213579963]], [[0.23923408538219976]]], "std": [[[0.14121089099038725]], [[0.13098027352970384]], [[0.14899407689681526]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.3600051030177696]], [[0.2755427287980622]], [[0.18032014973958335]]], "std": [[[0.20553621997234803]], [[0.14908006176418448]], [[0.0905943783695328]]], "count": [100]}, "state": {"min": [-0.4155701696872711, -0.2008567750453949, 0.995852530002594, 2.9554412364959717, -0.20802725851535797, -0.05956980586051941, 0.013783574104309082, -0.04000362008810043], "max": [-0.02610633708536625, 0.035631127655506134, 1.2824255228042603, 3.189148187637329, 0.1397104263305664, 0.4365822672843933, 0.03994346037507057, -0.013759740628302097], "mean": [-0.25105470418930054, -0.09199118614196777, 1.1585100889205933, 3.049731731414795, -0.050795018672943115, 0.19045031070709229, 0.023926565423607826, -0.024059196934103966], "std": [0.14997988939285278, 0.08473226428031921, 0.07100114226341248, 0.06004885956645012, 0.08980105817317963, 0.19943679869174957, 0.011668548919260502, 0.011613858863711357], "count": [324]}, "actions": {"min": [-2.1802380084991455, -0.7548732161521912, -0.6340430378913879, -0.17095302045345306, -0.2297583371400833, -0.2594769597053528, -1.0], "max": [0.9921761155128479, 0.3273560106754303, 1.9102338552474976, 0.08764977753162384, 0.17551063001155853, 0.7203823924064636, 1.0], "mean": [-0.021674178540706635, -0.0509144589304924, -0.011768803000450134, -0.006243527866899967, -0.0020268226508051157, 0.008242912590503693, 0.2530864179134369], "std": [0.30633342266082764, 0.14767438173294067, 0.2954043447971344, 0.040830861777067184, 0.05500549077987671, 0.0681990534067154, 0.9674433469772339], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [769], "max": [769], "mean": [769.0], "std": [0.0], "count": [324]}, "index": {"min": [247717], "max": [248040], "mean": [247878.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [324]}}} +{"episode_index": 770, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3642817957261029]], [[0.3090727754480699]], [[0.23846581911573222]]], "std": [[[0.14329808370953115]], [[0.13295160845333776]], [[0.1490787023819417]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35926231474034925]], [[0.27219160970052086]], [[0.17709271718941483]]], "std": [[[0.2062366456398749]], [[0.15145778321687578]], [[0.09060722911392727]]], "count": [100]}, "state": {"min": [-0.5024325251579285, -0.18729627132415771, 0.988581120967865, 2.718113660812378, -0.19527983665466309, -0.30242300033569336, 0.01404363289475441, -0.039944469928741455], "max": [-0.031102875247597694, 0.1734650433063507, 1.2519739866256714, 3.2501437664031982, 0.13690176606178284, 0.27844616770744324, 0.040005482733249664, -0.014606907963752747], "mean": [-0.2776472866535187, -0.027836445719003677, 1.1531071662902832, 3.011641502380371, -0.048167213797569275, -0.0001475013414165005, 0.023063894361257553, -0.023430194705724716], "std": [0.16243328154087067, 0.11810977011919022, 0.07498623430728912, 0.18230988085269928, 0.08375201374292374, 0.18944138288497925, 0.011774338781833649, 0.011419914662837982], "count": [362]}, "actions": {"min": [-1.0811971426010132, -0.8883828520774841, -0.7751033902168274, -0.1870640516281128, -0.26561135053634644, -0.24554647505283356, -1.0], "max": [0.8976317048072815, 0.8430703282356262, 1.7363696098327637, 0.16365963220596313, 0.10808054357767105, 0.3732462227344513, 1.0], "mean": [-0.005452500190585852, -0.03603413701057434, -0.017810475081205368, -0.010239803232252598, -0.0023332193959504366, 0.0028958257753401995, 0.3093922734260559], "std": [0.3057137429714203, 0.24603042006492615, 0.2892948389053345, 0.048952315002679825, 0.043378256261348724, 0.06617799401283264, 0.950933575630188], "count": [362]}, "timestamp": {"min": [0.0], "max": [36.1], "mean": [18.049999999999997], "std": [10.450000000000001], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [770], "max": [770], "mean": [770.0], "std": [0.0], "count": [362]}, "index": {"min": [248041], "max": [248402], "mean": [248221.5], "std": [104.5], "count": [362]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [362]}}} +{"episode_index": 771, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3702971041810279]], [[0.3128441126206342]], [[0.2407616122376685]]], "std": [[[0.1434924915768376]], [[0.13640204870198375]], [[0.15456326858499694]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9882352941176471]]], "mean": [[[0.3862634241440717]], [[0.2991116668102788]], [[0.1984004654229856]]], "std": [[[0.20089468169846342]], [[0.1456068245242851]], [[0.09333721122186898]]], "count": [100]}, "state": {"min": [-0.4595922827720642, -0.19309869408607483, 0.9903092980384827, 2.7879292964935303, -0.3860709071159363, -0.11678920686244965, 0.012877004221081734, -0.04000559449195862], "max": [-0.04147597774863243, 0.08221954107284546, 1.2413074970245361, 3.135507106781006, -0.07205069065093994, 0.6093968152999878, 0.03994498401880264, -0.015007697977125645], "mean": [-0.26335030794143677, -0.04038050025701523, 1.1396503448486328, 2.9762051105499268, -0.231620192527771, 0.2181672304868698, 0.023436440154910088, -0.024428335949778557], "std": [0.1583605855703354, 0.10769971460103989, 0.07120424509048462, 0.11052136868238449, 0.07889597862958908, 0.2513788640499115, 0.012204734608530998, 0.011517290957272053], "count": [361]}, "actions": {"min": [-1.2324188947677612, -0.532839298248291, -0.7243394255638123, -0.15015263855457306, -0.3624080717563629, -0.13506481051445007, -1.0], "max": [0.771876335144043, 0.2750825881958008, 2.147526979446411, 0.07509563863277435, 0.12688857316970825, 0.25285786390304565, 1.0], "mean": [-0.03687870875000954, -0.04822245612740517, -0.029076645150780678, -0.0068239932879805565, -0.004905206151306629, 0.006048800889402628, 0.2576177418231964], "std": [0.2561385929584503, 0.1296326220035553, 0.2561352252960205, 0.032995447516441345, 0.045165300369262695, 0.050899289548397064, 0.9662452936172485], "count": [361]}, "timestamp": {"min": [0.0], "max": [36.0], "mean": [18.0], "std": [10.421132376090423], "count": [361]}, "frame_index": {"min": [0], "max": [360], "mean": [180.0], "std": [104.21132376090422], "count": [361]}, "episode_index": {"min": [771], "max": [771], "mean": [771.0], "std": [0.0], "count": [361]}, "index": {"min": [248403], "max": [248763], "mean": [248583.0], "std": [104.21132376090422], "count": [361]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [361]}}} +{"episode_index": 772, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3668490866653058]], [[0.30997551723020755]], [[0.2394839310846409]]], "std": [[[0.14089691300059687]], [[0.13444318542285408]], [[0.150628608027955]]], "count": [112]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3532912321117412]], [[0.27591656543293586]], [[0.17953906980883175]]], "std": [[[0.2001361034444675]], [[0.1395711294112698]], [[0.08611122850941]]], "count": [112]}, "state": {"min": [-0.5503557324409485, -0.24773547053337097, 0.9896297454833984, 2.606520414352417, -0.2508378326892853, -0.1527741700410843, 0.013353787362575531, -0.040006399154663086], "max": [0.010012704879045486, -0.015486183576285839, 1.3547419309616089, 3.213916301727295, 0.16407665610313416, 0.2610483169555664, 0.03999508544802666, -0.012203222140669823], "mean": [-0.2648686170578003, -0.1817430704832077, 1.193820595741272, 2.9456028938293457, -0.0753343254327774, 0.005195079371333122, 0.024757809937000275, -0.02500305138528347], "std": [0.21392317116260529, 0.03751315921545029, 0.10170876234769821, 0.1745382398366928, 0.10339053720235825, 0.0990063026547432, 0.012143614701926708, 0.011795753613114357], "count": [542]}, "actions": {"min": [-1.3770767450332642, -0.6930912137031555, -0.748089075088501, -0.15670645236968994, -0.17445173859596252, -0.16889522969722748, -1.0], "max": [0.44752320647239685, 0.5229296684265137, 1.2218941450119019, 0.14018316566944122, 0.1313217431306839, 0.16354505717754364, 1.0], "mean": [-0.03558720648288727, -0.030663419514894485, -0.02193317748606205, -0.0069641657173633575, -0.0011909891618415713, -0.002437388291582465, 0.19557195901870728], "std": [0.22292418777942657, 0.14535267651081085, 0.21346886456012726, 0.03700973466038704, 0.040033116936683655, 0.043839018791913986, 0.980686366558075], "count": [542]}, "timestamp": {"min": [0.0], "max": [54.1], "mean": [27.05], "std": [15.646165664468723], "count": [542]}, "frame_index": {"min": [0], "max": [541], "mean": [270.5], "std": [156.46165664468722], "count": [542]}, "episode_index": {"min": [772], "max": [772], "mean": [772.0], "std": [0.0], "count": [542]}, "index": {"min": [248764], "max": [249305], "mean": [249034.5], "std": [156.46165664468722], "count": [542]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [542]}}} +{"episode_index": 773, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3666746623691706]], [[0.3089837415756174]], [[0.23687481175166433]]], "std": [[[0.13509851250388316]], [[0.12777625125165004]], [[0.1447643524977929]]], "count": [111]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3281359563550223]], [[0.2558877578031846]], [[0.16743027566284113]]], "std": [[[0.19619731026107295]], [[0.13795677893921426]], [[0.08526477876927055]]], "count": [111]}, "state": {"min": [-0.615213930606842, -0.2753240466117859, 0.9899746775627136, 2.6660032272338867, -0.21556159853935242, -0.3227059543132782, 0.014321192167699337, -0.04000884294509888], "max": [-0.020701788365840912, -0.002745221368968487, 1.2859580516815186, 3.1508076190948486, 0.3202803134918213, 0.6513093709945679, 0.039935123175382614, -0.013866581954061985], "mean": [-0.33869168162345886, -0.16549596190452576, 1.1880618333816528, 2.8760931491851807, 0.02319163642823696, 0.23712453246116638, 0.023430731147527695, -0.02430119179189205], "std": [0.22250454127788544, 0.0651894137263298, 0.08382081240415573, 0.16670170426368713, 0.10330033302307129, 0.33005401492118835, 0.011053494177758694, 0.010580215603113174], "count": [538]}, "actions": {"min": [-1.1877474784851074, -0.9008549451828003, -0.4975024163722992, -0.192711740732193, -0.18387983739376068, -0.2075742483139038, -1.0], "max": [0.7495893836021423, 0.7431235313415527, 0.9973418712615967, 0.23202843964099884, 0.1743241399526596, 0.2420952469110489, 1.0], "mean": [-0.03323625028133392, -0.03234177455306053, -0.024997279047966003, -0.0067689125426113605, -0.005726662930101156, 0.005816843826323748, 0.3531598448753357], "std": [0.2514348030090332, 0.16872920095920563, 0.18569056689739227, 0.04964675381779671, 0.04542141780257225, 0.063679039478302, 0.9355610013008118], "count": [538]}, "timestamp": {"min": [0.0], "max": [53.7], "mean": [26.85], "std": [15.530695412633653], "count": [538]}, "frame_index": {"min": [0], "max": [537], "mean": [268.5], "std": [155.30695412633654], "count": [538]}, "episode_index": {"min": [773], "max": [773], "mean": [773.0], "std": [0.0], "count": [538]}, "index": {"min": [249306], "max": [249843], "mean": [249574.5], "std": [155.30695412633654], "count": [538]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [538]}}} +{"episode_index": 774, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3687034636852788]], [[0.3098415419634651]], [[0.23673159191655177]]], "std": [[[0.13477821491107206]], [[0.12821605802634645]], [[0.14556177389297228]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.33700204946480544]], [[0.26424374449486826]], [[0.17529974604587928]]], "std": [[[0.20424704975034175]], [[0.14519489721442966]], [[0.09135539911611687]]], "count": [100]}, "state": {"min": [-0.6121446490287781, -0.31142470240592957, 0.9924861192703247, 2.623694658279419, -0.36582696437835693, 0.0442270003259182, 0.013953755609691143, -0.040001966059207916], "max": [-0.03139495104551315, -0.0030220106709748507, 1.2603706121444702, 3.277981996536255, 0.25655391812324524, 0.8187853693962097, 0.03998299688100815, -0.01512821577489376], "mean": [-0.3305540978908539, -0.173667311668396, 1.166699767112732, 3.0206077098846436, -0.11899063736200333, 0.3981831967830658, 0.02490272931754589, -0.0247045885771513], "std": [0.2068292796611786, 0.0898725762963295, 0.0739755779504776, 0.19783948361873627, 0.15467381477355957, 0.25928980112075806, 0.011857420206069946, 0.011354530230164528], "count": [419]}, "actions": {"min": [-0.9479078650474548, -0.8110799193382263, -0.615410327911377, -0.17619967460632324, -0.16463302075862885, -0.2395685613155365, -1.0], "max": [0.4588514566421509, 1.595913290977478, 1.069984793663025, 0.23721157014369965, 0.2296353280544281, 0.3027443587779999, 1.0], "mean": [-0.028859425336122513, -0.019007353112101555, -0.013120874762535095, -0.0011145715834572911, -0.0017316673183813691, 0.0019526645774021745, 0.19331742823123932], "std": [0.24861665070056915, 0.26737260818481445, 0.24257707595825195, 0.05910838395357132, 0.05912322551012039, 0.062359243631362915, 0.9811356067657471], "count": [419]}, "timestamp": {"min": [0.0], "max": [41.8], "mean": [20.899999999999995], "std": [12.095453691366851], "count": [419]}, "frame_index": {"min": [0], "max": [418], "mean": [209.0], "std": [120.95453691366852], "count": [419]}, "episode_index": {"min": [774], "max": [774], "mean": [774.0], "std": [0.0], "count": [419]}, "index": {"min": [249844], "max": [250262], "mean": [250053.0], "std": [120.95453691366852], "count": [419]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [419]}}} +{"episode_index": 775, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684779299524156]], [[0.3107165278694912]], [[0.23943659856663008]]], "std": [[[0.1364268969446626]], [[0.131145406598386]], [[0.14825408819112162]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3327086240433294]], [[0.2602048684001627]], [[0.1692275492640738]]], "std": [[[0.2083106927483491]], [[0.14536851982696877]], [[0.08863743451321579]]], "count": [103]}, "state": {"min": [-0.5535315871238708, -0.3230498731136322, 0.9886080026626587, 2.770857810974121, -0.31659597158432007, -0.07420644909143448, 0.01404148805886507, -0.039999570697546005], "max": [-0.0030023837462067604, 0.019021980464458466, 1.2607797384262085, 3.200733184814453, 0.25078892707824707, 0.504223108291626, 0.04000294953584671, -0.014629128389060497], "mean": [-0.2871891260147095, -0.1866384744644165, 1.1643083095550537, 3.0202033519744873, -0.027381673455238342, 0.23856794834136963, 0.02260841801762581, -0.022893346846103668], "std": [0.20627406239509583, 0.08856238424777985, 0.07456880807876587, 0.16063134372234344, 0.14932160079479218, 0.19899342954158783, 0.011463196016848087, 0.01111647393554449], "count": [485]}, "actions": {"min": [-0.8706834316253662, -0.7524526715278625, -0.5613365173339844, -0.19158214330673218, -0.3385964334011078, -0.20095215737819672, -1.0], "max": [0.7050856947898865, 0.3802042305469513, 0.7573285102844238, 0.19616979360580444, 0.10499540716409683, 0.3852553963661194, 1.0], "mean": [-0.02877410501241684, -0.05375785008072853, -0.013250620104372501, -0.007163594476878643, -0.004193069413304329, 0.0036713993176817894, 0.36494845151901245], "std": [0.22133305668830872, 0.15114744007587433, 0.17856232821941376, 0.03923885524272919, 0.04869551584124565, 0.05407150462269783, 0.9310275912284851], "count": [485]}, "timestamp": {"min": [0.0], "max": [48.4], "mean": [24.2], "std": [14.00071426749364], "count": [485]}, "frame_index": {"min": [0], "max": [484], "mean": [242.0], "std": [140.0071426749364], "count": [485]}, "episode_index": {"min": [775], "max": [775], "mean": [775.0], "std": [0.0], "count": [485]}, "index": {"min": [250263], "max": [250747], "mean": [250505.0], "std": [140.0071426749364], "count": [485]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [485]}}} +{"episode_index": 776, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36855447086287135]], [[0.31229330490876905]], [[0.24055855168582913]]], "std": [[[0.13876108504383103]], [[0.13096961065068882]], [[0.14878058109897452]]], "count": [108]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.35295545845336473]], [[0.2753888353889371]], [[0.18069867457526267]]], "std": [[[0.19723917719695913]], [[0.13964041711898775]], [[0.08711063394646622]]], "count": [108]}, "state": {"min": [-0.5372914671897888, -0.23057244718074799, 0.9991961121559143, 2.6129941940307617, -0.3939675986766815, -0.3080070912837982, 0.01391693577170372, -0.04000874236226082], "max": [-0.008167069405317307, 0.0209957305341959, 1.3023707866668701, 3.2556445598602295, 0.24487853050231934, 0.5174447894096375, 0.03996435925364494, -0.010821222327649593], "mean": [-0.2805364429950714, -0.16375994682312012, 1.1857855319976807, 2.9227967262268066, -0.0804644450545311, 0.07468246668577194, 0.02349151484668255, -0.023862063884735107], "std": [0.20765158534049988, 0.05909402295947075, 0.08127082884311676, 0.2110292762517929, 0.16390913724899292, 0.23453104496002197, 0.011539818719029427, 0.011297010816633701], "count": [515]}, "actions": {"min": [-0.9945271015167236, -0.8183593153953552, -0.5601992607116699, -0.19454878568649292, -0.2699916362762451, -0.22461430728435516, -1.0], "max": [0.9511678814888, 0.58918297290802, 1.1228610277175903, 0.22589612007141113, 0.2725379168987274, 0.3494463264942169, 1.0], "mean": [-0.03325401619076729, -0.034153394401073456, -0.014798689633607864, -0.009347782470285892, -0.006454035639762878, -0.000607972324360162, 0.3087378740310669], "std": [0.22577056288719177, 0.1561446189880371, 0.18548797070980072, 0.04832269996404648, 0.051133688539266586, 0.06003063544631004, 0.9511477947235107], "count": [515]}, "timestamp": {"min": [0.0], "max": [51.4], "mean": [25.7], "std": [14.866741404894348], "count": [515]}, "frame_index": {"min": [0], "max": [514], "mean": [257.0], "std": [148.6674140489435], "count": [515]}, "episode_index": {"min": [776], "max": [776], "mean": [776.0], "std": [0.0], "count": [515]}, "index": {"min": [250748], "max": [251262], "mean": [251005.0], "std": [148.6674140489435], "count": [515]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [515]}}} +{"episode_index": 777, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37020074334181635]], [[0.31224467524148514]], [[0.23886283341046838]]], "std": [[[0.13661627863632636]], [[0.1295012929176215]], [[0.14794993236245482]]], "count": [106]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.32777112988335444]], [[0.2575944240738011]], [[0.17134495889351098]]], "std": [[[0.1990735557199479]], [[0.1415609087220454]], [[0.09110873285906003]]], "count": [106]}, "state": {"min": [-0.5461796522140503, -0.28278201818466187, 0.9903278350830078, 2.712904453277588, -0.5283477306365967, -0.3456931710243225, 0.013822873122990131, -0.04001539200544357], "max": [-0.0165083110332489, -0.010361386463046074, 1.231271743774414, 3.289813995361328, 0.2130858153104782, 0.7453879117965698, 0.03989821672439575, -0.01591315120458603], "mean": [-0.3273194432258606, -0.19285297393798828, 1.1495779752731323, 2.898254871368408, -0.08097930252552032, 0.2081173211336136, 0.025588924065232277, -0.026364585384726524], "std": [0.20919521152973175, 0.06242582947015762, 0.05960262566804886, 0.15350422263145447, 0.18901190161705017, 0.3055206537246704, 0.011397489346563816, 0.010995454154908657], "count": [505]}, "actions": {"min": [-1.0142405033111572, -0.6671029925346375, -0.62949138879776, -0.25013184547424316, -0.2512059211730957, -0.18931280076503754, -1.0], "max": [0.5527552962303162, 0.7342379689216614, 1.2405675649642944, 0.2519147992134094, 0.1396404653787613, 0.22948570549488068, 1.0], "mean": [-0.05059906467795372, -0.026144029572606087, -0.014337421394884586, -0.009239096194505692, -0.004755099769681692, -0.0007477751933038235, 0.18415841460227966], "std": [0.22825929522514343, 0.15983541309833527, 0.19599153101444244, 0.05145086720585823, 0.05084667727351189, 0.05629347637295723, 0.9828948378562927], "count": [505]}, "timestamp": {"min": [0.0], "max": [50.4], "mean": [25.2], "std": [14.578065715313539], "count": [505]}, "frame_index": {"min": [0], "max": [504], "mean": [252.0], "std": [145.78065715313537], "count": [505]}, "episode_index": {"min": [777], "max": [777], "mean": [777.0], "std": [0.0], "count": [505]}, "index": {"min": [251263], "max": [251767], "mean": [251515.0], "std": [145.78065715313537], "count": [505]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [505]}}} +{"episode_index": 778, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3698283406532779]], [[0.31219912296583674]], [[0.2402171714633119]]], "std": [[[0.13775952069553168]], [[0.1325381809922541]], [[0.15099466288012525]]], "count": [112]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.362052804749219]], [[0.2830731100728866]], [[0.18639364696684338]]], "std": [[[0.19380944839033537]], [[0.13562023382047445]], [[0.0847923714736552]]], "count": [112]}, "state": {"min": [-0.5766728520393372, -0.29406189918518066, 0.9907315373420715, 2.764502763748169, -0.45278650522232056, -0.32979363203048706, 0.014565644785761833, -0.04000621289014816], "max": [-0.0011345683597028255, 0.040165308862924576, 1.2996492385864258, 3.3102920055389404, 0.14532577991485596, 0.8007213473320007, 0.03998548164963722, -0.01582580804824829], "mean": [-0.3015909790992737, -0.20842331647872925, 1.1808751821517944, 3.009308338165283, -0.1565423160791397, 0.31745651364326477, 0.02473868615925312, -0.025078296661376953], "std": [0.22480365633964539, 0.0624457523226738, 0.0858781710267067, 0.1531554013490677, 0.12606599926948547, 0.40699753165245056, 0.010744866915047169, 0.010440531186759472], "count": [541]}, "actions": {"min": [-1.3868701457977295, -0.709199845790863, -0.5464272499084473, -0.16113337874412537, -0.2116563618183136, -0.15498727560043335, -1.0], "max": [0.6090923547744751, 0.6517038345336914, 1.006198763847351, 0.1658402532339096, 0.1909109354019165, 0.3607211410999298, 1.0], "mean": [-0.04006366431713104, -0.05175277218222618, -0.012538537383079529, -0.007253448013216257, -0.005450882948935032, 0.003500364487990737, 0.3123844861984253], "std": [0.2100210189819336, 0.1395730823278427, 0.18726734817028046, 0.0412244014441967, 0.04550353065133095, 0.05761236697435379, 0.9499533176422119], "count": [541]}, "timestamp": {"min": [0.0], "max": [54.0], "mean": [27.000000000000004], "std": [15.617298101784444], "count": [541]}, "frame_index": {"min": [0], "max": [540], "mean": [270.0], "std": [156.17298101784445], "count": [541]}, "episode_index": {"min": [778], "max": [778], "mean": [778.0], "std": [0.0], "count": [541]}, "index": {"min": [251768], "max": [252308], "mean": [252038.0], "std": [156.17298101784445], "count": [541]}, "task_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [541]}}} +{"episode_index": 779, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35861753575942096]], [[0.3031728246352252]], [[0.23151674457624846]]], "std": [[[0.13653164815476435]], [[0.1259683412376636]], [[0.1409482288611067]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28095369645660995]], [[0.22187083524816176]], [[0.1542733824486826]]], "std": [[[0.19801155503069123]], [[0.1517853668888248]], [[0.10690732276057131]]], "count": [100]}, "state": {"min": [-0.4239504933357239, -0.21954886615276337, 0.9924423694610596, 2.4001364707946777, -0.15422648191452026, -0.5027872323989868, 0.010425412096083164, -0.040005456656217575], "max": [-0.2960202395915985, 0.09547177702188492, 1.2378464937210083, 3.133192300796509, 0.2933818995952606, 0.5429345369338989, 0.03990265354514122, -0.01297302171587944], "mean": [-0.3583987355232239, -0.05686875805258751, 1.1248317956924438, 2.765852212905884, 0.005685399752110243, 0.08871875703334808, 0.020462775602936745, -0.021465059369802475], "std": [0.035596709698438644, 0.10983288288116455, 0.07363272458314896, 0.266552209854126, 0.10376302897930145, 0.3770788013935089, 0.012684433721005917, 0.012120664119720459], "count": [411]}, "actions": {"min": [-0.5890774130821228, -1.7624317407608032, -0.6342110633850098, -0.3990206718444824, -0.19180317223072052, -0.22374196350574493, -1.0], "max": [0.3159562349319458, 0.39746737480163574, 0.7799886465072632, 0.11617377400398254, 0.124176986515522, 0.31750673055648804, 1.0], "mean": [-0.003357548266649246, -0.03746557980775833, -0.018501432612538338, -0.010280218906700611, 0.0014383262023329735, 0.005617448594421148, 0.37226277589797974], "std": [0.10091985762119293, 0.16939589381217957, 0.17368625104427338, 0.041206203401088715, 0.03931264951825142, 0.05594181641936302, 0.9281257390975952], "count": [411]}, "timestamp": {"min": [0.0], "max": [41.0], "mean": [20.5], "std": [11.86451291316532], "count": [411]}, "frame_index": {"min": [0], "max": [410], "mean": [205.0], "std": [118.64512913165322], "count": [411]}, "episode_index": {"min": [779], "max": [779], "mean": [779.0], "std": [0.0], "count": [411]}, "index": {"min": [252309], "max": [252719], "mean": [252514.0], "std": [118.64512913165322], "count": [411]}, "task_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [411]}}} +{"episode_index": 780, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3582612556008732]], [[0.3028205811743643]], [[0.2313714168772978]]], "std": [[[0.13954155139565733]], [[0.12723249240988824]], [[0.14164328538978552]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.27722583905388326]], [[0.21813191253063727]], [[0.15119466085994945]]], "std": [[[0.19593070887117062]], [[0.14958853865379027]], [[0.10647968490270744]]], "count": [100]}, "state": {"min": [-0.42399612069129944, -0.25280243158340454, 0.9798374772071838, 2.5217859745025635, -0.23384635150432587, -0.5137330293655396, 0.010076163336634636, -0.040004320442676544], "max": [-0.28262102603912354, 0.13338513672351837, 1.2091001272201538, 3.1755247116088867, 0.21527837216854095, 0.1800716370344162, 0.039925187826156616, -0.012576960027217865], "mean": [-0.3696141839027405, -0.06993451714515686, 1.1031365394592285, 2.8468644618988037, -0.013581455685198307, -0.1452699899673462, 0.021340588107705116, -0.022113561630249023], "std": [0.03550862893462181, 0.14185786247253418, 0.06466883420944214, 0.23418396711349487, 0.12629349529743195, 0.2477409541606903, 0.013036434538662434, 0.012561200186610222], "count": [347]}, "actions": {"min": [-0.5079365968704224, -0.9370800256729126, -0.5070139169692993, -0.1459692269563675, -0.13601748645305634, -0.1579805165529251, -1.0], "max": [0.2146969586610794, 0.6040714383125305, 0.4179253876209259, 0.17516326904296875, 0.10760548710823059, 0.20367418229579926, 1.0], "mean": [-0.007754630874842405, -0.04699418321251869, -0.018431073054671288, -0.010309037752449512, 0.0019745384342968464, 0.00034912038245238364, 0.3025936484336853], "std": [0.10681633651256561, 0.19168564677238464, 0.16773071885108948, 0.04293151944875717, 0.04179063066840172, 0.045965325087308884, 0.9531201124191284], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [780], "max": [780], "mean": [780.0], "std": [0.0], "count": [347]}, "index": {"min": [252720], "max": [253066], "mean": [252893.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [347]}}} +{"episode_index": 781, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.36290542961569394]], [[0.3047473934397978]], [[0.23222439754710478]]], "std": [[[0.13802124759321696]], [[0.12902228532746804]], [[0.144258867973842]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29593256752163755]], [[0.23075185020297181]], [[0.15754300644818475]]], "std": [[[0.19476398468419587]], [[0.1439433806864712]], [[0.09824629128122642]]], "count": [100]}, "state": {"min": [-0.42331746220588684, -0.2789808511734009, 0.9769013524055481, 2.7062621116638184, -0.4241005778312683, -0.4249214231967926, 0.011214674450457096, -0.039990127086639404], "max": [-0.32871556282043457, 0.09864344447851181, 1.187112808227539, 3.2176589965820312, 0.04487941414117813, 0.4917733371257782, 0.039994560182094574, -0.013759461231529713], "mean": [-0.3790886700153351, -0.09564699977636337, 1.0913875102996826, 2.9707887172698975, -0.15181505680084229, 0.06507591903209686, 0.021815279498696327, -0.023644424974918365], "std": [0.021921522915363312, 0.1455017477273941, 0.06675771623849869, 0.1857227236032486, 0.10662320256233215, 0.32956409454345703, 0.01195642538368702, 0.011018195189535618], "count": [339]}, "actions": {"min": [-0.41995593905448914, -0.6524396538734436, -0.4866516590118408, -0.18726639449596405, -0.13426555693149567, -0.14375203847885132, -1.0], "max": [0.5415518283843994, 0.29866886138916016, 1.0266058444976807, 0.09000891447067261, 0.12419292330741882, 0.32517343759536743, 1.0], "mean": [-0.0008810427971184254, -0.06940916180610657, -0.025022348389029503, -0.011709903366863728, 0.0006494480767287314, 0.006685538217425346, 0.3451327383518219], "std": [0.10530217736959457, 0.15826383233070374, 0.19072473049163818, 0.03586377203464508, 0.037955332547426224, 0.05734238773584366, 0.9385539293289185], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [781], "max": [781], "mean": [781.0], "std": [0.0], "count": [339]}, "index": {"min": [253067], "max": [253405], "mean": [253236.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [339]}}} +{"episode_index": 782, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36187551042145377]], [[0.30757560700061276]], [[0.2367045425714231]]], "std": [[[0.1403855354418898]], [[0.12982408848168683]], [[0.1453323191191229]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3452455839269301]], [[0.2681998877431832]], [[0.18124210731655943]]], "std": [[[0.2022887816259334]], [[0.14983317269664684]], [[0.09912294735632021]]], "count": [100]}, "state": {"min": [-0.4574286639690399, -0.20513594150543213, 0.9756200313568115, 2.721426248550415, -0.23284496366977692, -0.37075603008270264, 0.013203181326389313, -0.04000486806035042], "max": [-0.182928204536438, 0.20883792638778687, 1.2158981561660767, 3.1932120323181152, 0.14664234220981598, 0.8904525637626648, 0.03991921618580818, -0.01419132761657238], "mean": [-0.3310229480266571, 0.002652168506756425, 1.1187318563461304, 2.936051607131958, -0.08939413726329803, 0.31726112961769104, 0.024145836010575294, -0.024709060788154602], "std": [0.09840845316648483, 0.1682785302400589, 0.06860948354005814, 0.15168412029743195, 0.09136351943016052, 0.47895821928977966, 0.011896311305463314, 0.01154774148017168], "count": [347]}, "actions": {"min": [-0.690545916557312, -0.9930211901664734, -0.892669141292572, -0.1870073825120926, -0.11028498411178589, -0.14177526533603668, -1.0], "max": [0.2971232235431671, 0.5884472727775574, 0.6137863397598267, 0.14095035195350647, 0.1818261593580246, 0.26082831621170044, 1.0], "mean": [-0.01958148367702961, -0.05468157306313515, -0.03491612523794174, -0.008519923314452171, -0.004360883962363005, 0.013571513816714287, 0.23342940211296082], "std": [0.16465409100055695, 0.23762468993663788, 0.2058228850364685, 0.04211277514696121, 0.0366109162569046, 0.06838906556367874, 0.9723723530769348], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [782], "max": [782], "mean": [782.0], "std": [0.0], "count": [347]}, "index": {"min": [253406], "max": [253752], "mean": [253579.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [347]}}} +{"episode_index": 783, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3633100047392004]], [[0.30535775337967214]], [[0.23500207340016085]]], "std": [[[0.13925215656767248]], [[0.13129937035046582]], [[0.14596502455177143]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3600176080441942]], [[0.2787708207672718]], [[0.18573048670151654]]], "std": [[[0.2028875760054422]], [[0.14743743046520286]], [[0.09383960660055218]]], "count": [100]}, "state": {"min": [-0.45693907141685486, -0.21125134825706482, 1.0070812702178955, 2.972670078277588, -0.21336032450199127, -0.3597022294998169, 0.012145642191171646, -0.03992845490574837], "max": [-0.16686081886291504, 0.2190823256969452, 1.2288819551467896, 3.3493270874023438, 0.08701971918344498, 0.4183388948440552, 0.04001348465681076, -0.01112626027315855], "mean": [-0.31310996413230896, 0.0055106026120483875, 1.1331260204315186, 3.1227476596832275, -0.07250464707612991, 0.0668787807226181, 0.02029528096318245, -0.02024379000067711], "std": [0.10183504223823547, 0.16951274871826172, 0.07244608551263809, 0.1155301183462143, 0.0807550698518753, 0.28971272706985474, 0.01216009072959423, 0.01209146250039339], "count": [346]}, "actions": {"min": [-0.6713539958000183, -0.7993577122688293, -0.6171974539756775, -0.15709905326366425, -0.11944460868835449, -0.17140991985797882, -1.0], "max": [0.757943868637085, 1.045497179031372, 0.698637843132019, 0.1511201709508896, 0.11099788546562195, 0.16955888271331787, 1.0], "mean": [0.0012411673087626696, -0.05131332203745842, -0.023722050711512566, -0.004992322064936161, -0.0003912952379323542, 0.008167502470314503, 0.4393063485622406], "std": [0.17863541841506958, 0.23396676778793335, 0.18976469337940216, 0.040616896003484726, 0.03667082265019417, 0.04876353219151497, 0.8983384966850281], "count": [346]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [783], "max": [783], "mean": [783.0], "std": [0.0], "count": [346]}, "index": {"min": [253753], "max": [254098], "mean": [253925.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [346]}}} +{"episode_index": 784, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3623038054821538]], [[0.30536038387522974]], [[0.23414168114755668]]], "std": [[[0.13774159243049916]], [[0.12774399606479014]], [[0.14275195660183315]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3470310591155407]], [[0.26932809567918964]], [[0.18058009368298103]]], "std": [[[0.2072900408249123]], [[0.15434677189312257]], [[0.10331442006416948]]], "count": [100]}, "state": {"min": [-0.4202829599380493, -0.20189590752124786, 0.9800562262535095, 2.893566131591797, -0.12168627977371216, -0.6280689835548401, 0.011815215460956097, -0.03993453085422516], "max": [-0.1764926016330719, 0.18952618539333344, 1.2111934423446655, 3.2700483798980713, 0.15047162771224976, 0.6100219488143921, 0.040006473660469055, -0.012489110231399536], "mean": [-0.29922524094581604, 0.009087163023650646, 1.1190993785858154, 3.073584794998169, -0.016733882948756218, 0.018060309812426567, 0.02360883541405201, -0.023896249011158943], "std": [0.09126152098178864, 0.16021728515625, 0.07170344144105911, 0.14163480699062347, 0.06896483898162842, 0.45693832635879517, 0.013332336209714413, 0.013128760270774364], "count": [371]}, "actions": {"min": [-0.5844754576683044, -0.9286340475082397, -0.5172382593154907, -0.15442268550395966, -0.13440123200416565, -0.21852344274520874, -1.0], "max": [0.4996248781681061, 0.709233283996582, 1.3466622829437256, 0.15461958944797516, 0.10883638262748718, 0.3268642723560333, 1.0], "mean": [-0.005261838901787996, -0.04575633630156517, -0.02151203341782093, -0.00670829089358449, -0.001564344041980803, 0.010274815373122692, 0.1536388099193573], "std": [0.15001006424427032, 0.21971753239631653, 0.20793800055980682, 0.04026520252227783, 0.033854998648166656, 0.07387666404247284, 0.9881284236907959], "count": [371]}, "timestamp": {"min": [0.0], "max": [37.0], "mean": [18.5], "std": [10.709808588392232], "count": [371]}, "frame_index": {"min": [0], "max": [370], "mean": [185.0], "std": [107.09808588392231], "count": [371]}, "episode_index": {"min": [784], "max": [784], "mean": [784.0], "std": [0.0], "count": [371]}, "index": {"min": [254099], "max": [254469], "mean": [254284.0], "std": [107.09808588392231], "count": [371]}, "task_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [371]}}} +{"episode_index": 785, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36480776139801624]], [[0.3072808119829963]], [[0.2352717715992647]]], "std": [[[0.13902795176371227]], [[0.12904211306174615]], [[0.14477349246074162]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3616737108417586]], [[0.28076644418753827]], [[0.18870576506969974]]], "std": [[[0.201453051519032]], [[0.15057676187858476]], [[0.103797623301876]]], "count": [100]}, "state": {"min": [-0.4444320797920227, -0.21855363249778748, 0.9925010204315186, 2.9410407543182373, -0.21814753115177155, -0.24771074950695038, 0.011938685551285744, -0.0398755706846714], "max": [-0.214020773768425, 0.20033615827560425, 1.2393580675125122, 3.366468667984009, 0.05743832513689995, 0.5121609568595886, 0.04000651463866234, -0.0124684302136302], "mean": [-0.31718429923057556, 0.008329606615006924, 1.1167665719985962, 3.138827323913574, -0.07826497405767441, 0.11116829514503479, 0.02304956316947937, -0.023038117215037346], "std": [0.08202185481786728, 0.17540839314460754, 0.07621769607067108, 0.14338158071041107, 0.07922907918691635, 0.2977411150932312, 0.01317636575549841, 0.013092117384076118], "count": [326]}, "actions": {"min": [-0.6004289984703064, -1.239381194114685, -1.4598766565322876, -0.20291094481945038, -0.15087202191352844, -0.36193597316741943, -1.0], "max": [0.578429639339447, 0.7523501515388489, 0.9528437852859497, 0.2558482885360718, 0.13670173287391663, 0.22527065873146057, 1.0], "mean": [-4.271182478987612e-05, -0.05855720117688179, -0.033216699957847595, -0.007093561813235283, -0.00018894020467996597, 0.008267493918538094, 0.2269938588142395], "std": [0.14559653401374817, 0.2501448094844818, 0.2404685765504837, 0.04770391061902046, 0.04139846935868263, 0.05448683351278305, 0.9738947153091431], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [785], "max": [785], "mean": [785.0], "std": [0.0], "count": [326]}, "index": {"min": [254470], "max": [254795], "mean": [254632.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [326]}}} +{"episode_index": 786, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35744990569469975]], [[0.3074095476935892]], [[0.237907875809015]]], "std": [[[0.14570145184572483]], [[0.1306914419148144]], [[0.14838067515800837]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.38683376057942703]], [[0.2982299828622855]], [[0.1906374086866192]]], "std": [[[0.18816011652569417]], [[0.12449569790053178]], [[0.06761330956964222]]], "count": [100]}, "state": {"min": [-0.30185604095458984, -0.25322309136390686, 0.994827926158905, 3.041635274887085, -0.15976230800151825, -0.3680771589279175, 0.017746206372976303, -0.04000527411699295], "max": [-0.03064090944826603, 0.009426170028746128, 1.2735196352005005, 3.2399864196777344, 0.0938870832324028, 0.01955649070441723, 0.039939649403095245, -0.017618421465158463], "mean": [-0.15569743514060974, -0.17481599748134613, 1.1665624380111694, 3.127723455429077, -0.009764051996171474, -0.22014686465263367, 0.030555853620171547, -0.030581677332520485], "std": [0.09741628915071487, 0.05673152953386307, 0.07987368106842041, 0.05150571092963219, 0.08034077286720276, 0.11785786598920822, 0.010469756089150906, 0.010494389571249485], "count": [227]}, "actions": {"min": [-0.7373290061950684, -1.4467308521270752, -0.4384825825691223, -0.18728585541248322, -0.11872296035289764, -0.20757529139518738, -1.0], "max": [1.053941249847412, 0.5635889172554016, 1.1094932556152344, 0.12870226800441742, 0.07774213701486588, 0.16867929697036743, 1.0], "mean": [0.006832676008343697, -0.09092435240745544, 0.024560339748859406, -0.002981233410537243, -0.011766398325562477, -0.010270921513438225, -0.18061673641204834], "std": [0.2621549069881439, 0.2681480050086975, 0.27255678176879883, 0.04501740634441376, 0.03694721311330795, 0.050440408289432526, 0.9835537672042847], "count": [227]}, "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": [786], "max": [786], "mean": [786.0], "std": [0.0], "count": [227]}, "index": {"min": [254796], "max": [255022], "mean": [254909.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [227]}}} +{"episode_index": 787, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36344154447667737]], [[0.310264518588197]], [[0.24068417119044885]]], "std": [[[0.1445499712371783]], [[0.13347618500487546]], [[0.15223164837720532]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.39706134452071845]], [[0.3091023846794577]], [[0.1999673246495864]]], "std": [[[0.18542459489801974]], [[0.12271795115542972]], [[0.07091209713901352]]], "count": [100]}, "state": {"min": [-0.382817804813385, -0.26675522327423096, 0.99712073802948, 3.0895638465881348, -0.38614872097969055, -0.2930310070514679, 0.014715928584337234, -0.040002740919589996], "max": [-0.04507213830947876, -0.007523955311626196, 1.3086010217666626, 3.2491695880889893, -0.002806970616802573, -0.0391540452837944, 0.040002770721912384, -0.014705740846693516], "mean": [-0.17984113097190857, -0.1850077360868454, 1.1736080646514893, 3.1676509380340576, -0.16093723475933075, -0.12339664250612259, 0.028969503939151764, -0.028936218470335007], "std": [0.11773859709501266, 0.0557732880115509, 0.09044916927814484, 0.04319515451788902, 0.12038151174783707, 0.07579480111598969, 0.012158709578216076, 0.012129625305533409], "count": [219]}, "actions": {"min": [-0.9445092678070068, -0.8041741251945496, -0.8661169409751892, -0.10425937175750732, -0.14705881476402283, -0.14903555810451508, -1.0], "max": [0.8033343553543091, 0.20684556663036346, 1.1074028015136719, 0.14443284273147583, 0.1379595696926117, 0.17362450063228607, 1.0], "mean": [-0.022858791053295135, -0.0874963253736496, 0.018939878791570663, -0.0004988112486898899, -0.0133409034460783, -0.008273045532405376, -0.15981735289096832], "std": [0.30347442626953125, 0.17108675837516785, 0.33365586400032043, 0.035919174551963806, 0.04637143760919571, 0.04748932272195816, 0.9871456027030945], "count": [219]}, "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": [787], "max": [787], "mean": [787.0], "std": [0.0], "count": [219]}, "index": {"min": [255023], "max": [255241], "mean": [255132.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [219]}}} +{"episode_index": 788, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3625992389753753]], [[0.3118725681678921]], [[0.24187318450329348]]], "std": [[[0.14402072885547496]], [[0.13072442265332687]], [[0.15055476400612955]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.40164498183306524]], [[0.3116592335420496]], [[0.20116967115215226]]], "std": [[[0.17948746127408022]], [[0.11762376304164832]], [[0.06730597724254613]]], "count": [100]}, "state": {"min": [-0.31954994797706604, -0.26326099038124084, 0.9957025051116943, 3.0448873043060303, -0.289526104927063, -0.320400208234787, 0.01668134145438671, -0.04000594839453697], "max": [-0.04621995985507965, 0.003523328108713031, 1.2710152864456177, 3.2099456787109375, 0.10612223297357559, 0.04054219648241997, 0.040002744644880295, -0.016853708773851395], "mean": [-0.16386671364307404, -0.16956374049186707, 1.1624760627746582, 3.129087209701538, -0.09193030744791031, -0.1422308385372162, 0.030835576355457306, -0.03107629157602787], "std": [0.09752707183361053, 0.07114601880311966, 0.0759519562125206, 0.03829722851514816, 0.11933248490095139, 0.10553766787052155, 0.01067828107625246, 0.01042839977890253], "count": [228]}, "actions": {"min": [-0.7350874543190002, -0.6436507701873779, -0.7277021408081055, -0.15641279518604279, -0.13945934176445007, -0.18810904026031494, -1.0], "max": [0.7093756198883057, 0.21658289432525635, 0.9760286211967468, 0.15315015614032745, 0.1121373325586319, 0.17928041517734528, 1.0], "mean": [0.010417175479233265, -0.08455988764762878, 0.017438175156712532, 0.000386907224310562, -0.01321553997695446, -0.009436818771064281, -0.2368421107530594], "std": [0.2430637627840042, 0.15031695365905762, 0.28363895416259766, 0.041942059993743896, 0.040677327662706375, 0.05177263170480728, 0.9715489745140076], "count": [228]}, "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": [788], "max": [788], "mean": [788.0], "std": [0.0], "count": [228]}, "index": {"min": [255242], "max": [255469], "mean": [255355.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [228]}}} +{"episode_index": 789, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3640521216299019]], [[0.3100906497730928]], [[0.23931283210305607]]], "std": [[[0.13941909360574348]], [[0.12752665468520796]], [[0.14704155674161076]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3974148038976333]], [[0.30654102878944545]], [[0.19706917257869946]]], "std": [[[0.18024002974715578]], [[0.11898639941207238]], [[0.0662465890285603]]], "count": [100]}, "state": {"min": [-0.3318544328212738, -0.23824214935302734, 1.0165040493011475, 2.9840962886810303, -0.2929697334766388, -0.266814649105072, 0.013769356533885002, -0.04000682756304741], "max": [-0.05046790838241577, 0.027163157239556313, 1.293840765953064, 3.2134952545166016, 0.10158715397119522, -0.020810334011912346, 0.039945852011442184, -0.01528554130345583], "mean": [-0.17474496364593506, -0.16286231577396393, 1.1769465208053589, 3.114729881286621, -0.05916714668273926, -0.12530525028705597, 0.029342662543058395, -0.029655762016773224], "std": [0.10239113867282867, 0.06713768094778061, 0.07664704322814941, 0.05727758631110191, 0.10884611308574677, 0.06375151872634888, 0.011939571239054203, 0.011667530052363873], "count": [227]}, "actions": {"min": [-0.8820975422859192, -2.52129864692688, -0.7566271424293518, -0.2310408651828766, -0.1559550017118454, -0.22482804954051971, -1.0], "max": [2.2936606407165527, 0.32441970705986023, 0.8459762334823608, 0.2051965296268463, 0.11514955759048462, 0.1953154057264328, 1.0], "mean": [0.00868036225438118, -0.09477417171001434, 0.025587182492017746, -0.004066980443894863, -0.011143911629915237, -0.008287402801215649, -0.18942731618881226], "std": [0.31196850538253784, 0.2337760329246521, 0.2968381345272064, 0.0510830283164978, 0.04058793932199478, 0.048636868596076965, 0.9818940758705139], "count": [227]}, "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": [789], "max": [789], "mean": [789.0], "std": [0.0], "count": [227]}, "index": {"min": [255470], "max": [255696], "mean": [255583.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [227]}}} +{"episode_index": 790, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3530161838905484]], [[0.3001446066463695]], [[0.23075374229281556]]], "std": [[[0.14553118518478322]], [[0.13042670062209552]], [[0.14492107628303266]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3492437271417356]], [[0.2730699259440104]], [[0.18684358364928003]]], "std": [[[0.18538109115709836]], [[0.13093079892000273]], [[0.08770229375243953]]], "count": [100]}, "state": {"min": [-0.28922978043556213, -0.2698277235031128, 0.9894319176673889, 2.1936299800872803, -0.2515116035938263, -0.0963849276304245, 0.013758664019405842, -0.039917223155498505], "max": [-0.20192284882068634, 0.055665865540504456, 1.3245197534561157, 3.2112038135528564, 0.10782371461391449, 0.36328741908073425, 0.03996587544679642, -0.015573859214782715], "mean": [-0.24607519805431366, -0.06737598031759262, 1.1539170742034912, 2.8299195766448975, -0.028566846624016762, 0.08324854075908661, 0.02622659131884575, -0.0263120885938406], "std": [0.029167314991354942, 0.12160379439592361, 0.10106657445430756, 0.3640808165073395, 0.11300428956747055, 0.17184413969516754, 0.011995058506727219, 0.011254232376813889], "count": [167]}, "actions": {"min": [-0.4640277028083801, -0.7893853187561035, -0.8118383288383484, -0.45253145694732666, -0.16466757655143738, -0.12906555831432343, -1.0], "max": [0.6599550247192383, 0.6037836670875549, 1.1671987771987915, 0.43198162317276, 0.286136656999588, 0.10894500464200974, 1.0], "mean": [0.024593796581029892, -0.07634831964969635, 0.005825587548315525, -0.027643026784062386, -0.0002404971164651215, 0.002959436271339655, 0.041916169226169586], "std": [0.14849157631397247, 0.2836299538612366, 0.41715171933174133, 0.10257292538881302, 0.071710005402565, 0.04573721066117287, 0.9991205930709839], "count": [167]}, "timestamp": {"min": [0.0], "max": [16.6], "mean": [8.299999999999999], "std": [4.82078831727758], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [790], "max": [790], "mean": [790.0], "std": [0.0], "count": [167]}, "index": {"min": [255697], "max": [255863], "mean": [255780.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [167]}}} +{"episode_index": 791, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35273840930415135]], [[0.30056314266429224]], [[0.23132394708371629]]], "std": [[[0.14666237343252697]], [[0.13137971796201714]], [[0.14596236237899246]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.35178683890548407]], [[0.27777093864889707]], [[0.19198155002967984]]], "std": [[[0.1826203483288195]], [[0.12882777398607886]], [[0.08901069426512828]]], "count": [100]}, "state": {"min": [-0.307086318731308, -0.2238139659166336, 1.0040857791900635, 2.1059343814849854, -0.26035377383232117, -0.2879379987716675, 0.016723500564694405, -0.03990374132990837], "max": [-0.18846075236797333, 0.06105947867035866, 1.3027912378311157, 3.183255195617676, 0.16118240356445312, 0.43733149766921997, 0.03994632139801979, -0.014498311094939709], "mean": [-0.2452247589826584, -0.058502282947301865, 1.1489813327789307, 2.7914161682128906, -0.014678878709673882, 0.05274760350584984, 0.02757709100842476, -0.02712513506412506], "std": [0.040906425565481186, 0.11118198931217194, 0.08603847026824951, 0.40240123867988586, 0.12324892729520798, 0.26619410514831543, 0.010351935401558876, 0.00995461642742157], "count": [179]}, "actions": {"min": [-0.8100508451461792, -0.8376239538192749, -1.2700737714767456, -0.45770448446273804, -0.218980610370636, -0.17292439937591553, -1.0], "max": [0.46545326709747314, 0.7731717824935913, 1.946045994758606, 0.31710633635520935, 0.4875582456588745, 0.26700377464294434, 1.0], "mean": [0.01719117909669876, -0.07915107905864716, 0.010820325464010239, -0.030683398246765137, -0.0022114524617791176, 0.0018279087962582707, 0.07262569665908813], "std": [0.17696112394332886, 0.21999816596508026, 0.3838854730129242, 0.09905599057674408, 0.07627144455909729, 0.06566847860813141, 0.9973589181900024], "count": [179]}, "timestamp": {"min": [0.0], "max": [17.8], "mean": [8.9], "std": [5.167204273105526], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [791], "max": [791], "mean": [791.0], "std": [0.0], "count": [179]}, "index": {"min": [255864], "max": [256042], "mean": [255953.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [179]}}} +{"episode_index": 792, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35185104130763634]], [[0.30088384590896905]], [[0.23166781556372548]]], "std": [[[0.14584552995197264]], [[0.12993379293271698]], [[0.14445215200532466]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.36236786666570925]], [[0.2852113533767999]], [[0.19761142985026042]]], "std": [[[0.1854546279666945]], [[0.13235078828384145]], [[0.09483881013281054]]], "count": [100]}, "state": {"min": [-0.3171798288822174, -0.20498022437095642, 1.0068210363388062, 2.138866901397705, -0.0868380069732666, 0.05808595195412636, 0.013894499279558659, -0.03999947011470795], "max": [-0.17478661239147186, 0.06952958554029465, 1.3473082780838013, 3.1474437713623047, 0.30183058977127075, 0.46792125701904297, 0.03995592147111893, -0.01560698077082634], "mean": [-0.23337134718894958, -0.02228241041302681, 1.1603412628173828, 2.8099193572998047, 0.036096952855587006, 0.22243352234363556, 0.027161039412021637, -0.028000710532069206], "std": [0.04368346184492111, 0.09630142152309418, 0.09523969143629074, 0.36588776111602783, 0.096408911049366, 0.14181190729141235, 0.011923898011446, 0.01141280960291624], "count": [205]}, "actions": {"min": [-0.776444137096405, -0.6351718306541443, -0.9380430579185486, -0.2482314109802246, -0.19321413338184357, -0.183573916554451, -1.0], "max": [0.7618333101272583, 0.8436583876609802, 1.9065781831741333, 0.3391124904155731, 0.355295866727829, 0.2030802071094513, 1.0], "mean": [0.035183556377887726, -0.04005935415625572, -0.006041267886757851, -0.023398539051413536, 0.0031241788528859615, 0.009148008190095425, -0.014634146355092525], "std": [0.17986902594566345, 0.2355404496192932, 0.37728267908096313, 0.085342638194561, 0.06795863807201385, 0.056183066219091415, 0.99989253282547], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [792], "max": [792], "mean": [792.0], "std": [0.0], "count": [205]}, "index": {"min": [256043], "max": [256247], "mean": [256145.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [205]}}} +{"episode_index": 793, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3491321470971201]], [[0.2966631798837699]], [[0.2266028149174709]]], "std": [[[0.14600511227033391]], [[0.12900770995804298]], [[0.14227645345411805]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35940547269933365]], [[0.28202973608877147]], [[0.19381061269722732]]], "std": [[[0.17691574199983798]], [[0.12336456227807653]], [[0.08317798435366718]]], "count": [100]}, "state": {"min": [-0.3322560787200928, -0.20724047720432281, 1.0179104804992676, 2.2044148445129395, -0.20271050930023193, 0.007703404873609543, 0.01376238465309143, -0.0398816242814064], "max": [-0.21741455793380737, 0.04724382609128952, 1.329965353012085, 3.2126080989837646, 0.20195645093917847, 0.44679564237594604, 0.039964865893125534, -0.01538155134767294], "mean": [-0.27605968713760376, -0.04662661254405975, 1.1722086668014526, 2.835636854171753, -0.032478149980306625, 0.20711512863636017, 0.0238052811473608, -0.024703295901417732], "std": [0.0392538346350193, 0.08272653818130493, 0.09943658858537674, 0.3771018981933594, 0.10785551369190216, 0.17929591238498688, 0.011798080056905746, 0.011191647499799728], "count": [178]}, "actions": {"min": [-0.4598727822303772, -0.5935494899749756, -0.8100175857543945, -0.2736111581325531, -0.1744818091392517, -0.12828312814235687, -1.0], "max": [0.48167333006858826, 0.613338053226471, 1.3083804845809937, 0.25328928232192993, 0.41157516837120056, 0.10587089508771896, 1.0], "mean": [0.013529249466955662, -0.0836106538772583, -0.009271761402487755, -0.032263606786727905, 0.0034066836815327406, 0.005957398563623428, 0.2247191071510315], "std": [0.1444188952445984, 0.1877257227897644, 0.3637319803237915, 0.08035015314817429, 0.07351917028427124, 0.04017510637640953, 0.9744231700897217], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [793], "max": [793], "mean": [793.0], "std": [0.0], "count": [178]}, "index": {"min": [256248], "max": [256425], "mean": [256336.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [178]}}} +{"episode_index": 794, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35303953941195615]], [[0.30066950958850336]], [[0.2312951223336014]]], "std": [[[0.14605065351781724]], [[0.13047020102742996]], [[0.14447306837332627]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.35163938694374236]], [[0.2781645705279182]], [[0.19420076736749387]]], "std": [[[0.1637423098745925]], [[0.11247929371356793]], [[0.079686016178208]]], "count": [100]}, "state": {"min": [-0.39747026562690735, -0.23558276891708374, 0.9752074480056763, 2.148775339126587, -0.40105104446411133, -0.29986372590065, 0.011335679329931736, -0.03994563966989517], "max": [-0.2865039110183716, 0.20253226161003113, 1.2911012172698975, 3.2002243995666504, 0.04939083382487297, 0.34950217604637146, 0.04000380262732506, -0.013310405425727367], "mean": [-0.35288140177726746, 0.02778237871825695, 1.1428731679916382, 2.82757306098938, -0.13779619336128235, -0.026880105957388878, 0.02618296444416046, -0.026288418099284172], "std": [0.028153708204627037, 0.1535249799489975, 0.08543629944324493, 0.38970428705215454, 0.1330559104681015, 0.2228880524635315, 0.013127942569553852, 0.012590584345161915], "count": [230]}, "actions": {"min": [-6.45335054397583, -0.8530795574188232, -2.153315544128418, -0.301988422870636, -0.17885276675224304, -15.383517265319824, -1.0], "max": [0.3383777439594269, 5.3100199699401855, 0.7416119575500488, 8.013972282409668, 3.992478132247925, 0.17083021998405457, 1.0], "mean": [-0.027941901236772537, -0.027852941304445267, -0.018225299194455147, 0.009543441236019135, 0.012761332094669342, -0.06820555031299591, -0.0260869562625885], "std": [0.4421547055244446, 0.4635542631149292, 0.3232481777667999, 0.5347395539283752, 0.2710758447647095, 1.0133872032165527, 0.9996599555015564], "count": [230]}, "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": [794], "max": [794], "mean": [794.0], "std": [0.0], "count": [230]}, "index": {"min": [256426], "max": [256655], "mean": [256540.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [230]}}} +{"episode_index": 795, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35241025977041207]], [[0.299016559675628]], [[0.23053326475854014]]], "std": [[[0.14554576539065175]], [[0.13108190541749876]], [[0.1443804944118768]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35744004851696537]], [[0.28224630856981464]], [[0.19542313340130976]]], "std": [[[0.16109103265321945]], [[0.10908198653583008]], [[0.0749000615734582]]], "count": [100]}, "state": {"min": [-0.3703560531139374, -0.2394968867301941, 0.9758005738258362, 2.24357271194458, -0.4171179533004761, -0.2817070186138153, 0.013202824629843235, -0.040027059614658356], "max": [-0.2985753118991852, 0.20248153805732727, 1.283984661102295, 3.1606011390686035, 0.06801813095808029, 0.5476873517036438, 0.039953749626874924, -0.011939989402890205], "mean": [-0.33249640464782715, 0.012368335388600826, 1.1395301818847656, 2.797775983810425, -0.13457883894443512, 0.09063231945037842, 0.026965215802192688, -0.0274523813277483], "std": [0.0197448693215847, 0.15833412110805511, 0.08858650177717209, 0.3493722379207611, 0.15324339270591736, 0.29099875688552856, 0.01202288269996643, 0.01177674625068903], "count": [190]}, "actions": {"min": [-0.4443512558937073, -1.4602279663085938, -0.6548187732696533, -0.402165025472641, -0.3488525450229645, -0.19812066853046417, -1.0], "max": [0.37135452032089233, 1.204891324043274, 2.078754186630249, 0.2912784516811371, 0.3148312568664551, 0.3402336835861206, 1.0], "mean": [-0.0032264364417642355, -0.07318148016929626, 0.011409175582230091, -0.023511720821261406, -0.00913274846971035, 0.004531842656433582, -0.010526316240429878], "std": [0.1382426619529724, 0.39054539799690247, 0.3965383470058441, 0.08102140575647354, 0.07609505206346512, 0.07311219722032547, 0.9999450445175171], "count": [190]}, "timestamp": {"min": [0.0], "max": [18.9], "mean": [9.45], "std": [5.484751589634666], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [795], "max": [795], "mean": [795.0], "std": [0.0], "count": [190]}, "index": {"min": [256656], "max": [256845], "mean": [256750.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [190]}}} +{"episode_index": 796, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35323891434015015]], [[0.30244637343462777]], [[0.23309488573261336]]], "std": [[[0.14584657675479992]], [[0.13005074572711492]], [[0.14489705565710656]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3596556031470205]], [[0.2794240387561275]], [[0.1878035415948606]]], "std": [[[0.16580313824511245]], [[0.11240926403295969]], [[0.07159734999406397]]], "count": [100]}, "state": {"min": [-0.35429713129997253, -0.2596105933189392, 0.974310576915741, 2.384594202041626, -0.3086566925048828, -0.1749451756477356, 0.011318990029394627, -0.03973210230469704], "max": [-0.2373809665441513, 0.2022981494665146, 1.2868831157684326, 3.313796281814575, 0.11489592492580414, 0.38426879048347473, 0.04000981152057648, 0.0008153071394190192], "mean": [-0.31125402450561523, 0.0005943745491094887, 1.1246731281280518, 2.9425883293151855, -0.04172348976135254, 0.04975622147321701, 0.02598590962588787, -0.025004209950566292], "std": [0.035975679755210876, 0.17086811363697052, 0.0894368514418602, 0.35945355892181396, 0.1300954818725586, 0.19121824204921722, 0.01287867035716772, 0.013215780258178711], "count": [167]}, "actions": {"min": [-0.26259082555770874, -1.0886650085449219, -0.7604418992996216, -0.2549896538257599, -0.30614498257637024, -0.15297219157218933, -1.0], "max": [0.3645402491092682, 0.6578962802886963, 1.4617708921432495, 0.5089628100395203, 0.44312694668769836, 0.16967426240444183, 1.0], "mean": [0.031060539186000824, -0.09868039190769196, -0.0032180454581975937, -0.023896928876638412, -0.001969761447981, 0.006311734206974506, 0.02994011901319027], "std": [0.10662098228931427, 0.4063408672809601, 0.39865007996559143, 0.09519409388303757, 0.08001307398080826, 0.05642560124397278, 0.9995513558387756], "count": [167]}, "timestamp": {"min": [0.0], "max": [16.6], "mean": [8.299999999999999], "std": [4.82078831727758], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [796], "max": [796], "mean": [796.0], "std": [0.0], "count": [167]}, "index": {"min": [256846], "max": [257012], "mean": [256929.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [167]}}} +{"episode_index": 797, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3542374141917509]], [[0.3019842517329197]], [[0.23100601136450674]]], "std": [[[0.1424885432044675]], [[0.12639174343201476]], [[0.14124767920339742]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35372377462948074]], [[0.27535726390165444]], [[0.18583301080441944]]], "std": [[[0.16358786219410146]], [[0.11041584234755768]], [[0.07041360995097731]]], "count": [100]}, "state": {"min": [-0.37407878041267395, -0.26929107308387756, 0.9804239273071289, 2.3738598823547363, -0.24447056651115417, -0.12267865985631943, 0.011344993487000465, -0.039763618260622025], "max": [-0.2765381634235382, 0.20445750653743744, 1.2873131036758423, 3.306413412094116, 0.16430099308490753, 0.4663364887237549, 0.040008075535297394, -0.012368276715278625], "mean": [-0.3360961973667145, -0.005349879153072834, 1.1314787864685059, 2.9437074661254883, -0.022164737805724144, 0.14411894977092743, 0.02450755052268505, -0.024439368396997452], "std": [0.029682528227567673, 0.17597459256649017, 0.0933631882071495, 0.3564925193786621, 0.130898579955101, 0.1903662234544754, 0.013007910922169685, 0.012772586196660995], "count": [161]}, "actions": {"min": [-0.6237585544586182, -1.1536741256713867, -0.771117091178894, -0.2785438001155853, -0.18801970779895782, -0.23089063167572021, -1.0], "max": [0.4182240962982178, 1.4631038904190063, 1.2467840909957886, 0.3786616623401642, 0.3678469657897949, 0.17858873307704926, 1.0], "mean": [0.02552441507577896, -0.09192655980587006, 0.03282249718904495, -0.024177538231015205, -0.010318122804164886, 0.013277832418680191, 0.10559006035327911], "std": [0.1482924520969391, 0.43505218625068665, 0.3675226867198944, 0.0924934446811676, 0.08807198703289032, 0.06303688138723373, 0.994411051273346], "count": [161]}, "timestamp": {"min": [0.0], "max": [16.0], "mean": [8.0], "std": [4.6475800154489], "count": [161]}, "frame_index": {"min": [0], "max": [160], "mean": [80.0], "std": [46.475800154489], "count": [161]}, "episode_index": {"min": [797], "max": [797], "mean": [797.0], "std": [0.0], "count": [161]}, "index": {"min": [257013], "max": [257173], "mean": [257093.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [161]}}} +{"episode_index": 798, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.349064759497549]], [[0.2984090348785999]], [[0.23143185963350185]]], "std": [[[0.14833118559996197]], [[0.1319563757900923]], [[0.14461489598360824]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.41088342883540135]], [[0.3185817153033088]], [[0.213320686489928]]], "std": [[[0.1859059216405583]], [[0.13204187150623564]], [[0.08540279417190909]]], "count": [100]}, "state": {"min": [-0.34842947125434875, -0.2277776002883911, 0.9952853322029114, 3.007676362991333, -0.04361288249492645, -0.05289909616112709, 0.0023177878465503454, -0.03989384323358536], "max": [-0.08453341573476791, 0.22631841897964478, 1.2855411767959595, 3.373883008956909, 0.14923597872257233, 0.13795799016952515, 0.04000347480177879, -0.003777165897190571], "mean": [-0.21625545620918274, 0.05267655476927757, 1.1669070720672607, 3.212583065032959, 0.061447180807590485, 0.03474738448858261, 0.020389055833220482, -0.020279979333281517], "std": [0.09537407010793686, 0.1536553055047989, 0.0899752527475357, 0.07891243696212769, 0.049738239496946335, 0.052504055202007294, 0.017308121547102928, 0.0172286219894886], "count": [196]}, "actions": {"min": [-0.9561603665351868, -1.628055214881897, -0.9539055228233337, -0.18964217603206635, -0.1604146808385849, -0.15114916861057281, -1.0], "max": [1.0452035665512085, 0.7874516248703003, 0.9006837606430054, 0.20317986607551575, 0.16616445779800415, 0.12865377962589264, 1.0], "mean": [0.013347980566322803, -0.11151730269193649, 0.027440788224339485, -0.007976263761520386, -0.0016283049480989575, 0.000609389622695744, 0.08163265138864517], "std": [0.3075031638145447, 0.3961156904697418, 0.3174687325954437, 0.05791853740811348, 0.04913545027375221, 0.04835931956768036, 0.9966625571250916], "count": [196]}, "timestamp": {"min": [0.0], "max": [19.5], "mean": [9.75], "std": [5.65795899596312], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [798], "max": [798], "mean": [798.0], "std": [0.0], "count": [196]}, "index": {"min": [257174], "max": [257369], "mean": [257271.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [196]}}} +{"episode_index": 799, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3585434330958946]], [[0.30456218764361215]], [[0.23615193146350336]]], "std": [[[0.14798890485607122]], [[0.13548331745099315]], [[0.15051637036790919]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.43766023942536]], [[0.34500316365559897]], [[0.23488877120672488]]], "std": [[[0.17969478067053507]], [[0.12792676236613815]], [[0.09345724852841236]]], "count": [100]}, "state": {"min": [-0.3314759135246277, -0.204759418964386, 0.9910565614700317, 2.915311336517334, -0.26293322443962097, -0.056639958173036575, 0.0033599764574319124, -0.039951227605342865], "max": [-0.10317669063806534, 0.22526602447032928, 1.295398235321045, 3.1948893070220947, 0.0015571402618661523, 0.15177476406097412, 0.03999407961964607, -0.0038956981152296066], "mean": [-0.21926242113113403, 0.062154218554496765, 1.1787160634994507, 3.101813316345215, -0.15841816365718842, 0.08410483598709106, 0.018354956060647964, -0.018405236303806305], "std": [0.083940789103508, 0.15444068610668182, 0.0957903265953064, 0.0687507688999176, 0.06937701255083084, 0.06380002200603485, 0.017036166042089462, 0.016977330669760704], "count": [220]}, "actions": {"min": [-1.424839735031128, -1.171972632408142, -0.7937666177749634, -0.2435069978237152, -0.1960432380437851, -0.16869217157363892, -1.0], "max": [0.5898324251174927, 0.7992401123046875, 1.4762767553329468, 0.17142553627490997, 0.19902172684669495, 0.18843679130077362, 1.0], "mean": [-0.0017246379284188151, -0.08538797497749329, -0.002881759312003851, -0.005246893502771854, -0.0003480787854641676, -0.002882899483665824, 0.19090908765792847], "std": [0.23593610525131226, 0.30923396348953247, 0.32640138268470764, 0.04275376722216606, 0.0554632805287838, 0.046274591237306595, 0.9816086292266846], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [799], "max": [799], "mean": [799.0], "std": [0.0], "count": [220]}, "index": {"min": [257370], "max": [257589], "mean": [257479.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [220]}}} +{"episode_index": 800, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35035367898380054]], [[0.29932558246687346]], [[0.23120789950501686]]], "std": [[[0.14672704570131942]], [[0.13001020390706472]], [[0.14319708111868013]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.4101156867532169]], [[0.31872403612323835]], [[0.21393848314472275]]], "std": [[[0.18404975871479798]], [[0.1308086800122691]], [[0.08775710147256605]]], "count": [100]}, "state": {"min": [-0.3231893479824066, -0.22454285621643066, 0.9954730868339539, 2.933274030685425, -0.08977599442005157, -0.0368325337767601, 0.003821582067757845, -0.039914995431900024], "max": [-0.10281180590391159, 0.22905948758125305, 1.276519536972046, 3.2812719345092773, 0.18091902136802673, 0.14102135598659515, 0.0400032214820385, -0.0035905998665839434], "mean": [-0.2240980565547943, 0.05841204896569252, 1.1644748449325562, 3.1621432304382324, 0.048823870718479156, 0.06005914881825447, 0.021439874544739723, -0.021268557757139206], "std": [0.08436513692140579, 0.15471237897872925, 0.08626338839530945, 0.09166184812784195, 0.07703612744808197, 0.05695658177137375, 0.01728203147649765, 0.017276063561439514], "count": [206]}, "actions": {"min": [-0.6640815138816833, -2.364995002746582, -0.48457083106040955, -0.1501772403717041, -0.13521525263786316, -0.15691854059696198, -1.0], "max": [0.605165421962738, 0.9708623290061951, 0.8488897085189819, 0.12781503796577454, 0.12016932666301727, 0.13515493273735046, 1.0], "mean": [0.013065161183476448, -0.09759312868118286, 0.0350707471370697, -0.008857520297169685, -0.003835597774013877, -0.0017368084518238902, 0.019417475908994675], "std": [0.24321356415748596, 0.3858170509338379, 0.2992083430290222, 0.04460292309522629, 0.045246466994285583, 0.043863795697689056, 0.9998124837875366], "count": [206]}, "timestamp": {"min": [0.0], "max": [20.5], "mean": [10.25], "std": [5.9466377054601205], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [800], "max": [800], "mean": [800.0], "std": [0.0], "count": [206]}, "index": {"min": [257590], "max": [257795], "mean": [257692.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [206]}}} +{"episode_index": 801, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35315544876397825]], [[0.29975736072016695]], [[0.23311447023877913]]], "std": [[[0.14828175770373322]], [[0.13491836382938954]], [[0.14778634321588124]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4327268874224494]], [[0.33791890641754746]], [[0.2269126138126149]]], "std": [[[0.1798188520869075]], [[0.1265003254165311]], [[0.08741087465777495]]], "count": [100]}, "state": {"min": [-0.29246941208839417, -0.23733031749725342, 0.9886105060577393, 2.9237520694732666, -0.08852358162403107, -0.020048992708325386, 0.0038779564201831818, -0.039961230009794235], "max": [-0.08878684043884277, 0.2210017889738083, 1.295174479484558, 3.217862129211426, 0.10497498512268066, 0.1801663488149643, 0.039969634264707565, -0.003880174597725272], "mean": [-0.19253666698932648, 0.03708922863006592, 1.1776292324066162, 3.117672920227051, -0.026886077597737312, 0.08740253001451492, 0.019755113869905472, -0.019743703305721283], "std": [0.07476694136857986, 0.17185333371162415, 0.09678518772125244, 0.08057798445224762, 0.05001451447606087, 0.0630616694688797, 0.01716470532119274, 0.017152313143014908], "count": [198]}, "actions": {"min": [-0.4828287363052368, -1.4340298175811768, -1.0639643669128418, -0.2040777951478958, -0.17595869302749634, -0.11616681516170502, -1.0], "max": [0.4903281033039093, 0.593199610710144, 0.8895412087440491, 0.23441597819328308, 0.19375281035900116, 0.21434877812862396, 1.0], "mean": [-0.006160890217870474, -0.10193333774805069, 0.02034560777246952, -0.005465328227728605, -0.004072233103215694, -0.0012668329291045666, 0.1111111119389534], "std": [0.21488749980926514, 0.3485931158065796, 0.33364543318748474, 0.04749245196580887, 0.049909673631191254, 0.0437285490334034, 0.9938092231750488], "count": [198]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.715694766751167], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [801], "max": [801], "mean": [801.0], "std": [0.0], "count": [198]}, "index": {"min": [257796], "max": [257993], "mean": [257894.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [198]}}} +{"episode_index": 802, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3616860752479703]], [[0.309039556166705]], [[0.23699304019703585]]], "std": [[[0.13987285233647667]], [[0.1263644847592884]], [[0.14523760311791745]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.37076104616651345]], [[0.2933008345061658]], [[0.19415762927485447]]], "std": [[[0.18494709764529227]], [[0.12292444639428826]], [[0.07475829390460921]]], "count": [100]}, "state": {"min": [-0.35843655467033386, -0.26876139640808105, 1.005642056465149, 2.3399157524108887, -0.3270929157733917, -0.40122729539871216, 0.016105642542243004, -0.04000576213002205], "max": [-0.07284155488014221, 0.004840401001274586, 1.3129920959472656, 3.326056718826294, 0.07858870923519135, 0.4480741620063782, 0.03991124406456947, -0.014347627758979797], "mean": [-0.21315984427928925, -0.15828846395015717, 1.1929750442504883, 2.97017765045166, -0.10356413573026657, -0.0652076005935669, 0.028101088479161263, -0.028308432549238205], "std": [0.10580616444349289, 0.059018008410930634, 0.0915122926235199, 0.2795804738998413, 0.1006808951497078, 0.28815820813179016, 0.010578561574220657, 0.010439879260957241], "count": [245]}, "actions": {"min": [-1.0558676719665527, -0.7009164094924927, -0.7587637901306152, -0.5239856243133545, -0.3239225447177887, -0.1964689940214157, -1.0], "max": [0.6769058108329773, 0.4855661988258362, 2.540207862854004, 0.29810699820518494, 0.24693553149700165, 0.44273191690444946, 1.0], "mean": [0.007625409867614508, -0.05042111873626709, 0.011671149171888828, -0.021247392520308495, -0.008155833929777145, 0.008651914075016975, 0.0367346927523613], "std": [0.2669743299484253, 0.22354036569595337, 0.3666421175003052, 0.0913735181093216, 0.07468259334564209, 0.0682709589600563, 0.9993264675140381], "count": [245]}, "timestamp": {"min": [0.0], "max": [24.4], "mean": [12.2], "std": [7.072481884034769], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [802], "max": [802], "mean": [802.0], "std": [0.0], "count": [245]}, "index": {"min": [257994], "max": [258238], "mean": [258116.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [245]}}} +{"episode_index": 803, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35948065245385263]], [[0.3066428647508808]], [[0.23675822478649663]]], "std": [[[0.14461138754514857]], [[0.13205730587677275]], [[0.14904854418815466]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.37219479908662684]], [[0.29701625689338235]], [[0.1980413782456342]]], "std": [[[0.18346251760785579]], [[0.1202795720681212]], [[0.07639001239693076]]], "count": [100]}, "state": {"min": [-0.3660725951194763, -0.2782289981842041, 0.9935627579689026, 2.3473060131073, -0.2947372794151306, -0.1934274584054947, 0.015143907628953457, -0.04000631719827652], "max": [-0.08412285894155502, 0.020739233121275902, 1.3200470209121704, 3.2521235942840576, 0.09645101428031921, 0.4703826606273651, 0.03989306092262268, -0.01427418366074562], "mean": [-0.2208528369665146, -0.14186498522758484, 1.1764026880264282, 2.942589282989502, -0.09636135399341583, 0.08957412093877792, 0.027486877515912056, -0.02757737785577774], "std": [0.10174015164375305, 0.0674048438668251, 0.08911403268575668, 0.26322224736213684, 0.10029646754264832, 0.21574163436889648, 0.01118495687842369, 0.011034591123461723], "count": [243]}, "actions": {"min": [-1.0911743640899658, -0.9379815459251404, -1.6174836158752441, -0.4720475673675537, -0.19869831204414368, -0.20860230922698975, -1.0], "max": [0.7101256847381592, 1.23836350440979, 1.2116751670837402, 0.4173479378223419, 0.44961822032928467, 0.28668147325515747, 1.0], "mean": [0.014604456722736359, -0.05377884954214096, 0.013329146429896355, -0.017285503447055817, -0.0057295383885502815, 0.006607465911656618, 0.045267488807439804], "std": [0.28315016627311707, 0.2717997431755066, 0.34809255599975586, 0.0880812481045723, 0.07325741648674011, 0.06161123886704445, 0.9989749789237976], "count": [243]}, "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": [803], "max": [803], "mean": [803.0], "std": [0.0], "count": [243]}, "index": {"min": [258239], "max": [258481], "mean": [258360.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [243]}}} +{"episode_index": 804, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3635172460219439]], [[0.3105312745337393]], [[0.2386584909476486]]], "std": [[[0.13998543024802176]], [[0.12715335673699046]], [[0.14688405043146324]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.38817285814472274]], [[0.30379577816233916]], [[0.199318167293773]]], "std": [[[0.18187103966287085]], [[0.12222461494571081]], [[0.07375601244732065]]], "count": [100]}, "state": {"min": [-0.32698801159858704, -0.2510835826396942, 1.0174001455307007, 2.3640801906585693, -0.3727273643016815, -0.39244645833969116, 0.014785750769078732, -0.04000433161854744], "max": [-0.043614212423563004, -0.013666801154613495, 1.3478559255599976, 3.2620553970336914, 0.17004388570785522, 0.36811375617980957, 0.039975084364414215, -0.000894022872671485], "mean": [-0.18108564615249634, -0.17549513280391693, 1.2025278806686401, 2.981438398361206, -0.11049628257751465, -0.0561942383646965, 0.027183804661035538, -0.02673819102346897], "std": [0.10270413011312485, 0.04545826464891434, 0.09690657258033752, 0.2779245674610138, 0.13593150675296783, 0.25278526544570923, 0.011320945806801319, 0.011612492613494396], "count": [243]}, "actions": {"min": [-0.9033275246620178, -0.7295082211494446, -1.4466382265090942, -0.32287096977233887, -0.24709707498550415, -0.19862915575504303, -1.0], "max": [0.8509179949760437, 0.5931868553161621, 1.82029128074646, 0.46194779872894287, 0.5157126784324646, 0.3508317768573761, 1.0], "mean": [0.014950323849916458, -0.052533335983753204, -0.013273275457322598, -0.020670177415013313, 0.0001513284514658153, 0.0027965365443378687, 0.07818929851055145], "std": [0.2735408544540405, 0.22467170655727386, 0.38184040784835815, 0.09386854618787766, 0.08864683657884598, 0.06871355324983597, 0.9969373345375061], "count": [243]}, "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": [804], "max": [804], "mean": [804.0], "std": [0.0], "count": [243]}, "index": {"min": [258482], "max": [258724], "mean": [258603.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [243]}}} +{"episode_index": 805, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.360937744140625]], [[0.30792675362381283]], [[0.23763538435393688]]], "std": [[[0.14498298321410386]], [[0.13324216060936847]], [[0.15045426803279274]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.38046050367168355]], [[0.3045751893286611]], [[0.20469317567114736]]], "std": [[[0.18233820811488125]], [[0.12249038237090043]], [[0.08431704348017037]]], "count": [100]}, "state": {"min": [-0.29249173402786255, -0.2113133817911148, 0.9884663224220276, 2.1740329265594482, -0.3412601947784424, -0.0278579480946064, 0.013772450387477875, -0.04000500589609146], "max": [-0.07360845059156418, 0.005455572623759508, 1.3614311218261719, 3.165931463241577, 0.3400486707687378, 0.4552280604839325, 0.03994258493185043, -0.015096012502908707], "mean": [-0.17597872018814087, -0.1562480479478836, 1.198632001876831, 2.8644847869873047, -0.05331903696060181, 0.1859547346830368, 0.02750166691839695, -0.02765108458697796], "std": [0.07206357270479202, 0.05291684716939926, 0.10359713435173035, 0.34268665313720703, 0.15316486358642578, 0.17315180599689484, 0.011995723471045494, 0.011608107015490532], "count": [229]}, "actions": {"min": [-1.0179492235183716, -0.9125387668609619, -0.9982133507728577, -0.4860246181488037, -0.2167438417673111, -0.19698943197727203, -1.0], "max": [0.4768200218677521, 0.44412660598754883, 1.7659375667572021, 0.5115842819213867, 0.37680861353874207, 0.2705920338630676, 1.0], "mean": [0.024496503174304962, -0.04703814908862114, -0.007983604446053505, -0.018917487934231758, 0.0028151539154350758, -0.0005616110865958035, -0.021834060549736023], "std": [0.24041973054409027, 0.220382958650589, 0.4318448305130005, 0.09665524959564209, 0.08711083233356476, 0.056648436933755875, 0.9997612237930298], "count": [229]}, "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": [805], "max": [805], "mean": [805.0], "std": [0.0], "count": [229]}, "index": {"min": [258725], "max": [258953], "mean": [258839.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [229]}}} +{"episode_index": 806, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35264655737783396]], [[0.30165990373200063]], [[0.23175436221852022]]], "std": [[[0.14601251536854434]], [[0.12994527801134745]], [[0.14470193351358238]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3848631029316023]], [[0.2962546081542969]], [[0.19490713860006895]]], "std": [[[0.1851315745039163]], [[0.1256250111059783]], [[0.07318516285199698]]], "count": [100]}, "state": {"min": [-0.3179321885108948, -0.2394213229417801, 0.9914920330047607, 2.9691598415374756, -0.13189201056957245, -0.11726423352956772, 0.014178380370140076, -0.040001943707466125], "max": [-0.19115665555000305, 0.0574759878218174, 1.2693969011306763, 3.169896364212036, -0.003703736700117588, -0.008312350139021873, 0.03995118290185928, -0.014955560676753521], "mean": [-0.2563561499118805, -0.04641967639327049, 1.1531981229782104, 3.1059513092041016, -0.07977873086929321, -0.06937851756811142, 0.02634359523653984, -0.026529820635914803], "std": [0.045243509113788605, 0.11202988773584366, 0.0882682055234909, 0.04165609925985336, 0.0336744599044323, 0.029828526079654694, 0.01177944801747799, 0.0116955591365695], "count": [183]}, "actions": {"min": [-0.3955066204071045, -0.7622812390327454, -0.5327165126800537, -0.12425748258829117, -0.10863662511110306, -0.10508689284324646, -1.0], "max": [0.2975204885005951, 0.4944523274898529, 0.8934816122055054, 0.18656496703624725, 0.11605518311262131, 0.11385221034288406, 1.0], "mean": [0.006167078390717506, -0.10688088834285736, 0.009494862519204617, -0.0022487451788038015, 0.0038622200954705477, -0.003846638835966587, 0.08196721225976944], "std": [0.13542820513248444, 0.20655876398086548, 0.30587130784988403, 0.04191897064447403, 0.038318995386362076, 0.03398623690009117, 0.9966354370117188], "count": [183]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [806], "max": [806], "mean": [806.0], "std": [0.0], "count": [183]}, "index": {"min": [258954], "max": [259136], "mean": [259045.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [183]}}} +{"episode_index": 807, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3488216032140395]], [[0.2974743766036688]], [[0.22727947220147826]]], "std": [[[0.14460084632704018]], [[0.12692213768780775]], [[0.14033473959677464]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.37321014703488814]], [[0.2868758826162301]], [[0.1880381092744715]]], "std": [[[0.18283220301547015]], [[0.12268903483680269]], [[0.068577101956463]]], "count": [100]}, "state": {"min": [-0.33142322301864624, -0.23068374395370483, 1.0094064474105835, 3.047746181488037, -0.08898807317018509, -0.44471976161003113, 0.016430560499429703, -0.03992567956447601], "max": [-0.21108128130435944, 0.05506249889731407, 1.2926920652389526, 3.260963201522827, 0.0685415118932724, 0.07497728615999222, 0.03994905203580856, -0.016309818252921104], "mean": [-0.2720677852630615, -0.05135732516646385, 1.1704018115997314, 3.1634621620178223, 0.0005402893293648958, -0.1426219940185547, 0.026962799951434135, -0.026925329118967056], "std": [0.04431246221065521, 0.10564137250185013, 0.08584540337324142, 0.05500528961420059, 0.04359717667102814, 0.18721045553684235, 0.010963610373437405, 0.010959992185235023], "count": [169]}, "actions": {"min": [-0.4226308763027191, -0.8959117531776428, -0.5594170093536377, -0.1930442601442337, -0.10944274067878723, -0.2685782313346863, -1.0], "max": [0.3672497272491455, 0.29141363501548767, 1.0445886850357056, 0.13127538561820984, 0.10033781081438065, 0.3934115767478943, 1.0], "mean": [-0.002612727228552103, -0.13160687685012817, 0.041582390666007996, -0.005724185146391392, -0.003294532187283039, -0.002229564357548952, 0.07692307978868484], "std": [0.13686692714691162, 0.21077416837215424, 0.32160747051239014, 0.04585344344377518, 0.040982358157634735, 0.08963047713041306, 0.9970370531082153], "count": [169]}, "timestamp": {"min": [0.0], "max": [16.8], "mean": [8.399999999999999], "std": [4.878524367060187], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [807], "max": [807], "mean": [807.0], "std": [0.0], "count": [169]}, "index": {"min": [259137], "max": [259305], "mean": [259221.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [169]}}} +{"episode_index": 808, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3471957810345818]], [[0.2952818100873162]], [[0.22540117211435354]]], "std": [[[0.1455995893213299]], [[0.12756514982388173]], [[0.13995936686024102]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3757966966816023]], [[0.28718076877967985]], [[0.18451903997683056]]], "std": [[[0.18765273585352293]], [[0.12597336539279477]], [[0.06778116821633133]]], "count": [100]}, "state": {"min": [-0.30307114124298096, -0.2642408311367035, 0.99839848279953, 3.0341203212738037, -0.07732900977134705, -0.4772091805934906, 0.01540571078658104, -0.03987562656402588], "max": [-0.19652362167835236, 0.045441947877407074, 1.3160974979400635, 3.3977303504943848, 0.1166222020983696, -0.03343266248703003, 0.039992477744817734, -0.015289392322301865], "mean": [-0.2574765384197235, -0.07385623455047607, 1.1755223274230957, 3.2121050357818604, 0.01672234944999218, -0.24099059402942657, 0.02686241641640663, -0.02664102241396904], "std": [0.038584258407354355, 0.1185273826122284, 0.0955955758690834, 0.08845095336437225, 0.04480668529868126, 0.1365291029214859, 0.011194526217877865, 0.01127754244953394], "count": [179]}, "actions": {"min": [-0.33357053995132446, -1.0260365009307861, -0.564076840877533, -0.3290797770023346, -0.23252061009407043, -0.22803246974945068, -1.0], "max": [0.36642229557037354, 0.29018422961235046, 1.0536812543869019, 0.15413041412830353, 0.16132421791553497, 0.32625243067741394, 1.0], "mean": [0.010007788427174091, -0.12836435437202454, 0.04579346254467964, -0.010860937647521496, -0.0016114207683131099, -0.007272045593708754, 0.06145251542329788], "std": [0.12656350433826447, 0.21980176866054535, 0.33961254358291626, 0.06611350178718567, 0.05469021573662758, 0.07097835093736649, 0.9981107115745544], "count": [179]}, "timestamp": {"min": [0.0], "max": [17.8], "mean": [8.9], "std": [5.167204273105526], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [808], "max": [808], "mean": [808.0], "std": [0.0], "count": [179]}, "index": {"min": [259306], "max": [259484], "mean": [259395.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [179]}}} +{"episode_index": 809, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3538898177801394]], [[0.2993702619964001]], [[0.22992946549957874]]], "std": [[[0.14369392683676882]], [[0.12966376081763561]], [[0.14356444862268422]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.37380272898954503]], [[0.2866419833314185]], [[0.18956798718022366]]], "std": [[[0.18792819325359966]], [[0.12890882993288658]], [[0.07500019413058219]]], "count": [100]}, "state": {"min": [-0.3554597496986389, -0.2621389627456665, 0.989536702632904, 3.037802219390869, -0.16008161008358002, -0.09276046603918076, 0.015033569186925888, -0.03995221108198166], "max": [-0.18683874607086182, 0.06438089162111282, 1.2888143062591553, 3.2883636951446533, 0.04725734516978264, 0.02553991787135601, 0.039964351803064346, -0.015011581592261791], "mean": [-0.27057716250419617, -0.062393732368946075, 1.1502407789230347, 3.1591291427612305, -0.05452583357691765, -0.048121850937604904, 0.025755448266863823, -0.025688214227557182], "std": [0.06324606388807297, 0.13005982339382172, 0.09190650284290314, 0.06003672257065773, 0.048648860305547714, 0.028686320409178734, 0.011625363491475582, 0.011655486188828945], "count": [170]}, "actions": {"min": [-0.4994422197341919, -1.1392940282821655, -0.6897493004798889, -0.37087979912757874, -0.11552280932664871, -0.16563959419727325, -1.0], "max": [0.39998865127563477, 0.36998939514160156, 0.8395735621452332, 0.13901589810848236, 0.12000735849142075, 0.18450818955898285, 1.0], "mean": [-0.024490779265761375, -0.14353294670581818, 0.0447097010910511, -0.007555320858955383, -0.0025686309672892094, -0.0037845296319574118, 0.11764705926179886], "std": [0.17386563122272491, 0.27328187227249146, 0.3291127383708954, 0.05956453084945679, 0.04004807770252228, 0.04040667042136192, 0.9930558800697327], "count": [170]}, "timestamp": {"min": [0.0], "max": [16.9], "mean": [8.45], "std": [4.907392382925988], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [809], "max": [809], "mean": [809.0], "std": [0.0], "count": [170]}, "index": {"min": [259485], "max": [259654], "mean": [259569.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [170]}}} +{"episode_index": 810, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656016001981848]], [[0.30581280577416514]], [[0.2366974469353171]]], "std": [[[0.14133861019013055]], [[0.135585924100425]], [[0.14825185701197896]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35524995990827973]], [[0.2823071707931219]], [[0.19828061870500152]]], "std": [[[0.21012201273100517]], [[0.1587922093433953]], [[0.11454635495862762]]], "count": [100]}, "state": {"min": [-0.46907052397727966, -0.2933853566646576, 0.987601637840271, 2.2591371536254883, -0.21628299355506897, -0.17366571724414825, 0.0028828175272792578, -0.04000208526849747], "max": [-0.06997549533843994, 0.21165840327739716, 1.320112943649292, 3.1643502712249756, 0.13171079754829407, 0.21662476658821106, 0.039975859224796295, 0.001667539938353002], "mean": [-0.2759208083152771, -0.00945709552615881, 1.176326036453247, 2.7759153842926025, -0.05796974524855614, 0.08307202160358429, 0.01657981611788273, -0.016863295808434486], "std": [0.15293806791305542, 0.18167957663536072, 0.09954562038183212, 0.329606831073761, 0.10993801057338715, 0.10185309499502182, 0.016947243362665176, 0.01647980883717537], "count": [324]}, "actions": {"min": [-0.6986151933670044, -0.7807599902153015, -0.7521730661392212, -0.132715106010437, -0.12264348566532135, -0.15754926204681396, -1.0], "max": [1.4358115196228027, 0.9651375412940979, 1.1744368076324463, 0.17883658409118652, 0.10349224507808685, 0.19556333124637604, 1.0], "mean": [-0.027796342968940735, -0.07424633949995041, -0.02018384076654911, -0.016671499237418175, -0.003092072904109955, -0.010876446962356567, 0.2777777910232544], "std": [0.24358594417572021, 0.2322734296321869, 0.29253360629081726, 0.04108855500817299, 0.0449480302631855, 0.04930272325873375, 0.9606459736824036], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [810], "max": [810], "mean": [810.0], "std": [0.0], "count": [324]}, "index": {"min": [259655], "max": [259978], "mean": [259816.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [324]}}} +{"episode_index": 811, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35756236356847426]], [[0.3000267758836933]], [[0.23275609753178614]]], "std": [[[0.1501021663515022]], [[0.14058138574718948]], [[0.1495629729966973]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35864481368719364]], [[0.2789709520526961]], [[0.19172955980487896]]], "std": [[[0.20717081285586753]], [[0.15526428001549536]], [[0.10467685370299591]]], "count": [100]}, "state": {"min": [-0.5722855925559998, -0.1921641230583191, 0.9961562156677246, 2.3383121490478516, -0.2821839153766632, -0.2669314742088318, 0.006634047720581293, -0.03988680988550186], "max": [-0.06121383607387543, 0.23691962659358978, 1.31857430934906, 3.277595043182373, 0.18166343867778778, 0.03856249153614044, 0.040007106959819794, 0.0014222690369933844], "mean": [-0.31568261981010437, 0.02930523082613945, 1.1738682985305786, 2.959484338760376, -0.05605330318212509, -0.08017273992300034, 0.019951561465859413, -0.01893726736307144], "std": [0.18659524619579315, 0.15853314101696014, 0.09551410377025604, 0.3036176860332489, 0.13347718119621277, 0.06678038835525513, 0.01496315747499466, 0.015642741695046425], "count": [306]}, "actions": {"min": [-2.6181371212005615, -1.5109965801239014, -1.5949856042861938, -0.40678733587265015, -0.25711172819137573, -0.1666254699230194, -1.0], "max": [0.9236743450164795, 1.245689034461975, 1.2334225177764893, 0.2616506814956665, 0.162239208817482, 0.18464235961437225, 1.0], "mean": [-0.06044750660657883, -0.05759081616997719, -0.0459958091378212, -0.018076879903674126, 0.0004270365461707115, -0.006957315839827061, 0.24836601316928864], "std": [0.3542247712612152, 0.33724069595336914, 0.37398889660835266, 0.06876793503761292, 0.06485435366630554, 0.05637100338935852, 0.9686669111251831], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [811], "max": [811], "mean": [811.0], "std": [0.0], "count": [306]}, "index": {"min": [259979], "max": [260284], "mean": [260131.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [306]}}} +{"episode_index": 812, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36717754109700523]], [[0.3069154369877834]], [[0.23691904823452817]]], "std": [[[0.13971756171795965]], [[0.13439444903489295]], [[0.14782543031293296]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3644702663047641]], [[0.28884969913258274]], [[0.2007422198127298]]], "std": [[[0.20989932740041833]], [[0.15779602940005616]], [[0.1136288195345365]]], "count": [100]}, "state": {"min": [-0.48877233266830444, -0.3010156750679016, 0.9892042279243469, 2.542362928390503, -0.2231198102235794, -0.1824978142976761, 0.003153677098453045, -0.04000404104590416], "max": [-0.0783582255244255, 0.24638721346855164, 1.3009254932403564, 3.189716339111328, 0.1103583350777626, 0.1500178575515747, 0.04000183567404747, -0.00081630953354761], "mean": [-0.2853449881076813, -0.003107768716290593, 1.1693562269210815, 2.8838303089141846, -0.09286683797836304, 0.03651799261569977, 0.01740683615207672, -0.016380971297621727], "std": [0.15459151566028595, 0.20014311373233795, 0.0999612882733345, 0.2412707656621933, 0.09214311093091965, 0.08792512118816376, 0.01677737385034561, 0.01649356819689274], "count": [327]}, "actions": {"min": [-1.0928289890289307, -1.7045856714248657, -0.711004912853241, -0.18588975071907043, -0.2486257553100586, -0.13689367473125458, -1.0], "max": [0.8117634654045105, 0.9674795269966125, 1.8479883670806885, 0.12932758033275604, 0.15151099860668182, 0.1702534407377243, 1.0], "mean": [-0.045879922807216644, -0.08316496759653091, -0.03164517134428024, -0.009034535847604275, -0.004017082508653402, -0.007835539057850838, 0.29663607478141785], "std": [0.23833885788917542, 0.28416335582733154, 0.3100198209285736, 0.04115210101008415, 0.04885637015104294, 0.04706822708249092, 0.9549906849861145], "count": [327]}, "timestamp": {"min": [0.0], "max": [32.6], "mean": [16.3], "std": [9.439632761218343], "count": [327]}, "frame_index": {"min": [0], "max": [326], "mean": [163.0], "std": [94.39632761218344], "count": [327]}, "episode_index": {"min": [812], "max": [812], "mean": [812.0], "std": [0.0], "count": [327]}, "index": {"min": [260285], "max": [260611], "mean": [260448.0], "std": [94.39632761218344], "count": [327]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [327]}}} +{"episode_index": 813, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36328672700769765]], [[0.304284387326708]], [[0.23460407272039674]]], "std": [[[0.1420687067896421]], [[0.13388184132059866]], [[0.1459683353255453]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.33855257041781556]], [[0.26323423437978705]], [[0.17866588697246477]]], "std": [[[0.2150815167446556]], [[0.1604223667512398]], [[0.10796199182197053]]], "count": [100]}, "state": {"min": [-0.48677363991737366, -0.2771453857421875, 0.9921280145645142, 2.5783674716949463, -0.1477501094341278, -0.26077744364738464, 0.0010985828703269362, -0.03997645527124405], "max": [-0.07939812541007996, 0.22248031198978424, 1.31218421459198, 3.2306880950927734, 0.2303192913532257, 0.057388290762901306, 0.03999223932623863, 0.0005745312082581222], "mean": [-0.2925463914871216, -0.02225620113313198, 1.1660079956054688, 2.9546144008636475, 0.02941243164241314, -0.0930795967578888, 0.018188372254371643, -0.017788125202059746], "std": [0.14607387781143188, 0.18746325373649597, 0.09896320104598999, 0.24025993049144745, 0.10803350806236267, 0.09884440153837204, 0.016559001058340073, 0.016410483047366142], "count": [317]}, "actions": {"min": [-1.3088147640228271, -1.2003554105758667, -1.3204867839813232, -0.30530354380607605, -0.1588573008775711, -0.18876607716083527, -1.0], "max": [1.2718560695648193, 0.7945961952209473, 1.9329646825790405, 0.10739465057849884, 0.23382098972797394, 0.13365891575813293, 1.0], "mean": [-0.04618772119283676, -0.08787013590335846, -0.03610392287373543, -0.013225281611084938, 0.0027784358244389296, -0.0060802181251347065, 0.2555204927921295], "std": [0.25869426131248474, 0.2906670570373535, 0.339698851108551, 0.04811890423297882, 0.053307030349969864, 0.04954133555293083, 0.966802179813385], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [813], "max": [813], "mean": [813.0], "std": [0.0], "count": [317]}, "index": {"min": [260612], "max": [260928], "mean": [260770.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [317]}}} +{"episode_index": 814, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3635632443895527]], [[0.3033186388202742]], [[0.23340662698184741]]], "std": [[[0.13830163975193707]], [[0.13152907996918672]], [[0.14351127128732538]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32971059701956956]], [[0.2607121240952436]], [[0.18411282707663143]]], "std": [[[0.20855654966296572]], [[0.15890590280159864]], [[0.11417099821169609]]], "count": [100]}, "state": {"min": [-0.5357609987258911, -0.2959490418434143, 0.9919338226318359, 2.1408631801605225, -0.14210118353366852, -0.1886901706457138, 0.0029428028501570225, -0.04003579169511795], "max": [-0.05942988023161888, 0.25864461064338684, 1.3006232976913452, 3.2426130771636963, 0.2722725570201874, 0.05840687081217766, 0.04000663384795189, -0.003699548076838255], "mean": [-0.3169797658920288, -0.018642324954271317, 1.1787824630737305, 2.7535858154296875, 0.05556469410657883, -0.036592572927474976, 0.016474908217787743, -0.016934428364038467], "std": [0.17375828325748444, 0.19944271445274353, 0.09000816196203232, 0.4058019518852234, 0.13545183837413788, 0.06678001582622528, 0.0167678389698267, 0.01616036146879196], "count": [330]}, "actions": {"min": [-1.507620930671692, -1.766577124595642, -2.1671555042266846, -0.4256310760974884, -0.2497260868549347, -0.25566571950912476, -1.0], "max": [1.0152922868728638, 1.2619131803512573, 1.4786968231201172, 0.14792993664741516, 0.34591299295425415, 0.20703555643558502, 1.0], "mean": [-0.041043221950531006, -0.062198344618082047, -0.008794710971415043, -0.017709923908114433, -0.0017403492238372564, -0.004514505621045828, 0.290909081697464], "std": [0.31453555822372437, 0.3695988357067108, 0.3475942313671112, 0.06676360219717026, 0.06001139059662819, 0.05848779156804085, 0.9567495584487915], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [814], "max": [814], "mean": [814.0], "std": [0.0], "count": [330]}, "index": {"min": [260929], "max": [261258], "mean": [261093.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [330]}}} +{"episode_index": 815, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3621184004241345]], [[0.3034555233226103]], [[0.2351535476983762]]], "std": [[[0.1429720797847002]], [[0.13609966957919756]], [[0.14754831200513055]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3306464849733839]], [[0.26092695288564643]], [[0.18202520692114735]]], "std": [[[0.2153556903376545]], [[0.16276045896500227]], [[0.11484844301471359]]], "count": [100]}, "state": {"min": [-0.4581700563430786, -0.2656843960285187, 0.9899835586547852, 2.25239634513855, -0.11179596185684204, -0.2763863205909729, 0.003788862843066454, -0.039890389889478683], "max": [-0.052521251142024994, 0.20545539259910583, 1.290544033050537, 3.2477118968963623, 0.19990946352481842, 0.01334382127970457, 0.03997943550348282, 0.0013537193881347775], "mean": [-0.285462349653244, -0.021671302616596222, 1.1536636352539062, 2.8224339485168457, 0.01870371587574482, -0.11877846717834473, 0.018310587853193283, -0.017273079603910446], "std": [0.15204517543315887, 0.1808551847934723, 0.08597806841135025, 0.3515958786010742, 0.09032035619020462, 0.10750218480825424, 0.015454556792974472, 0.015055016614496708], "count": [259]}, "actions": {"min": [-0.9121306538581848, -0.9578236937522888, -0.9105473160743713, -0.3306681215763092, -0.14080746471881866, -0.2767621576786041, -1.0], "max": [0.8326992392539978, 1.3937886953353882, 1.9006050825119019, 0.31301575899124146, 0.1679450273513794, 0.13121041655540466, 1.0], "mean": [-0.05110245570540428, -0.06923951208591461, -0.046546515077352524, -0.018945088610053062, 0.0008871810860000551, -0.007087463513016701, 0.27413126826286316], "std": [0.3053945302963257, 0.3285546600818634, 0.3818393349647522, 0.06172580644488335, 0.05378253012895584, 0.047709871083498, 0.961692750453949], "count": [259]}, "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": [815], "max": [815], "mean": [815.0], "std": [0.0], "count": [259]}, "index": {"min": [261259], "max": [261517], "mean": [261388.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [259]}}} +{"episode_index": 816, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36608700382008275]], [[0.3064530430214078]], [[0.2374681115243949]]], "std": [[[0.13899664971759607]], [[0.13383550202585554]], [[0.14701119824746345]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.34333737960516236]], [[0.2700818146350337]], [[0.18666805731081496]]], "std": [[[0.21181819284518436]], [[0.16066727377674003]], [[0.11591810245738095]]], "count": [100]}, "state": {"min": [-0.4817047715187073, -0.3052685558795929, 0.9864619374275208, 2.406337261199951, -0.19507989287376404, -0.22433042526245117, 0.005399481393396854, -0.04000447317957878], "max": [-0.0721287950873375, 0.20854716002941132, 1.2310240268707275, 3.12216854095459, 0.12537553906440735, 0.09913476556539536, 0.03989781066775322, 0.001621905481442809], "mean": [-0.2909359037876129, -0.03231829032301903, 1.1415431499481201, 2.8413634300231934, -0.03932512551546097, -0.03034592606127262, 0.01823883317410946, -0.018070947378873825], "std": [0.14694064855575562, 0.18988150358200073, 0.07258707284927368, 0.2428380399942398, 0.0907728299498558, 0.11792392283678055, 0.01497502252459526, 0.014933587983250618], "count": [324]}, "actions": {"min": [-1.084078073501587, -0.6425280570983887, -0.8685917258262634, -0.17786459624767303, -0.11044315248727798, -0.18387185037136078, -1.0], "max": [0.7817295789718628, 0.6602423191070557, 1.214235544204712, 0.1590982973575592, 0.13265633583068848, 0.13772936165332794, 1.0], "mean": [-0.03638938441872597, -0.059140533208847046, -0.029125666245818138, -0.009359557181596756, -0.0016314726090058684, -0.006673121824860573, 0.3086419701576233], "std": [0.2472391575574875, 0.2592902183532715, 0.25511032342910767, 0.05412375181913376, 0.0425846166908741, 0.048645906150341034, 0.9511806964874268], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [816], "max": [816], "mean": [816.0], "std": [0.0], "count": [324]}, "index": {"min": [261518], "max": [261841], "mean": [261679.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [324]}}} +{"episode_index": 817, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36479544426413146]], [[0.30544093711703435]], [[0.2343849062452129]]], "std": [[[0.1382210301228681]], [[0.13075332720821173]], [[0.1445418489921357]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.28535780663583793]], [[0.21929539998372394]], [[0.14818416700176162]]], "std": [[[0.197370740537108]], [[0.1428525558610751]], [[0.090878649124525]]], "count": [100]}, "state": {"min": [-0.5062065124511719, -0.2828432023525238, 0.9900201559066772, 2.5531485080718994, -0.20147816836833954, -0.13750861585140228, 0.013989195227622986, -0.03991737961769104], "max": [-0.1971226930618286, 0.038237281143665314, 1.2535864114761353, 3.2301700115203857, 0.12250914424657822, 0.038225430995225906, 0.03992036357522011, -0.007066379766911268], "mean": [-0.3664294481277466, -0.1211569607257843, 1.1348310708999634, 2.898390769958496, -0.03177337720990181, -0.07051253318786621, 0.023117870092391968, -0.02331533469259739], "std": [0.12103723734617233, 0.1227043941617012, 0.07651206105947495, 0.23812004923820496, 0.09992634505033493, 0.04354849457740784, 0.011386909522116184, 0.011300633661448956], "count": [222]}, "actions": {"min": [-1.2372872829437256, -1.139620065689087, -0.5832654237747192, -0.24265044927597046, -0.2173936516046524, -0.16957633197307587, -1.0], "max": [0.4445860683917999, 0.2831406891345978, 1.0501891374588013, 0.21077772974967957, 0.11547021567821503, 0.19858360290527344, 1.0], "mean": [-0.04779677838087082, -0.1135474145412445, -0.014131059870123863, -0.022501064464449883, 0.0010453753639012575, -0.007304889149963856, 0.29729729890823364], "std": [0.26172444224357605, 0.18992018699645996, 0.2907874286174774, 0.04951786994934082, 0.04677242785692215, 0.04563557356595993, 0.9547847509384155], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [817], "max": [817], "mean": [817.0], "std": [0.0], "count": [222]}, "index": {"min": [261842], "max": [262063], "mean": [261952.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [222]}}} +{"episode_index": 818, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.365395980535769]], [[0.30524730966605396]], [[0.23363535263959098]]], "std": [[[0.13704349859442205]], [[0.12982986453180148]], [[0.1435424693184123]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9764705882352941]]], "mean": [[[0.28315966916551777]], [[0.21869910745059742]], [[0.1494413547889859]]], "std": [[[0.18961075417332374]], [[0.13770542092023103]], [[0.08982239884492116]]], "count": [100]}, "state": {"min": [-0.5208125710487366, -0.25131985545158386, 0.9906042218208313, 2.5571115016937256, -0.22421841323375702, -0.05793147534132004, 0.014022951014339924, -0.03994719311594963], "max": [-0.21547940373420715, 0.07397729903459549, 1.2696449756622314, 3.143197536468506, 0.12425095587968826, 0.05768796429038048, 0.039821989834308624, -0.01362348347902298], "mean": [-0.3967789113521576, -0.1126541718840599, 1.1579322814941406, 2.7736454010009766, -0.07242953777313232, 0.01435944251716137, 0.02084970846772194, -0.02172010764479637], "std": [0.12076399475336075, 0.11380074173212051, 0.08229057490825653, 0.2004004865884781, 0.11783438920974731, 0.03142586722970009, 0.010357766412198544, 0.009795242920517921], "count": [239]}, "actions": {"min": [-0.9289490580558777, -0.9923381805419922, -0.9282569289207458, -0.2221325784921646, -0.2675785720348358, -0.15197518467903137, -1.0], "max": [0.34766584634780884, 0.35289913415908813, 1.5233213901519775, 0.12131793797016144, 0.1414669305086136, 0.1341826617717743, 1.0], "mean": [-0.05836708843708038, -0.0840480774641037, -0.011037983931601048, -0.01665017008781433, -0.002466044621542096, -0.004136037081480026, 0.48117154836654663], "std": [0.22077959775924683, 0.18266251683235168, 0.30399253964424133, 0.041376590728759766, 0.04928160458803177, 0.03620454668998718, 0.876625120639801], "count": [239]}, "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": [818], "max": [818], "mean": [818.0], "std": [0.0], "count": [239]}, "index": {"min": [262064], "max": [262302], "mean": [262183.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [239]}}} +{"episode_index": 819, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36344023581112134]], [[0.30375904756433825]], [[0.23244173835305607]]], "std": [[[0.1390215762870323]], [[0.13076230161029453]], [[0.1437576678536862]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.30766858747893694]], [[0.23839654062308518]], [[0.16176681698069853]]], "std": [[[0.1924813618627241]], [[0.14237484999209374]], [[0.09915425914276078]]], "count": [100]}, "state": {"min": [-0.5270818471908569, -0.28794413805007935, 0.9895602464675903, 2.6711552143096924, -0.4446381628513336, -0.885077178478241, 0.010752825997769833, -0.039893653243780136], "max": [-0.20549149811267853, 0.049629416316747665, 1.2021886110305786, 3.177706241607666, 0.12145136296749115, -0.0637877881526947, 0.039946671575307846, -0.014531269669532776], "mean": [-0.3414115607738495, -0.14041832089424133, 1.1319533586502075, 2.9299707412719727, -0.14977586269378662, -0.49892571568489075, 0.021729597821831703, -0.02452278882265091], "std": [0.11428715288639069, 0.13422109186649323, 0.06265583634376526, 0.19047865271568298, 0.189042329788208, 0.2642309069633484, 0.012317221611738205, 0.010312800295650959], "count": [216]}, "actions": {"min": [-1.7588845491409302, -1.1963313817977905, -0.8225291967391968, -0.2132054567337036, -0.19606882333755493, -0.26646214723587036, -1.0], "max": [0.4801691472530365, 0.37518733739852905, 1.201324224472046, 0.14375022053718567, 0.15873926877975464, 0.15109749138355255, 1.0], "mean": [-0.06565219163894653, -0.08953159302473068, -0.04085696488618851, -0.010976044461131096, -0.0014030664460733533, -0.026878975331783295, 0.31481480598449707], "std": [0.250782310962677, 0.2870834767818451, 0.31096071004867554, 0.06137840449810028, 0.05642436072230339, 0.06609999388456345, 0.9491546750068665], "count": [216]}, "timestamp": {"min": [0.0], "max": [21.5], "mean": [10.75], "std": [6.235316083942069], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [819], "max": [819], "mean": [819.0], "std": [0.0], "count": [216]}, "index": {"min": [262303], "max": [262518], "mean": [262410.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [216]}}} +{"episode_index": 820, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3630759032006357]], [[0.30411830109240967]], [[0.23429132618623622]]], "std": [[[0.13873368311735598]], [[0.13157215671386932]], [[0.14439957907029508]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9764705882352941]]], "mean": [[[0.2811082500382966]], [[0.21679524260876226]], [[0.1475902069690181]]], "std": [[[0.1972863929731911]], [[0.14324509937318622]], [[0.09238081913386866]]], "count": [100]}, "state": {"min": [-0.47406643629074097, -0.28786197304725647, 0.9885042905807495, 2.616909980773926, -0.1254757046699524, -0.22734081745147705, 0.013364779762923717, -0.04000489413738251], "max": [-0.20143263041973114, 0.07120432704687119, 1.2022005319595337, 3.043300151824951, 0.14492648839950562, 0.06907268613576889, 0.03977811336517334, -0.014384684152901173], "mean": [-0.3464341461658478, -0.11764835566282272, 1.1301119327545166, 2.8474464416503906, -0.008146204985678196, -0.051162369549274445, 0.024906525388360023, -0.025383101776242256], "std": [0.09069230407476425, 0.13113735616207123, 0.06039990857243538, 0.15951047837734222, 0.08158320933580399, 0.08083435893058777, 0.009599749930202961, 0.009426484815776348], "count": [250]}, "actions": {"min": [-0.8490809202194214, -1.0585274696350098, -0.9079853296279907, -0.17313989996910095, -0.16553065180778503, -0.17052240669727325, -1.0], "max": [0.42918166518211365, 0.3813686668872833, 1.058518886566162, 0.11267020553350449, 0.30822572112083435, 0.2548753023147583, 1.0], "mean": [-0.0377303771674633, -0.08240007609128952, -0.02802911028265953, -0.01252239104360342, -0.00030838875682093203, -0.004046508576720953, 0.3440000116825104], "std": [0.1843598335981369, 0.21372494101524353, 0.26197466254234314, 0.04034148529171944, 0.04816442355513573, 0.056341301649808884, 0.9389716386795044], "count": [250]}, "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": [820], "max": [820], "mean": [820.0], "std": [0.0], "count": [250]}, "index": {"min": [262519], "max": [262768], "mean": [262643.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [250]}}} +{"episode_index": 821, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36314667884976254]], [[0.3044315143660003]], [[0.23435418641333486]]], "std": [[[0.1421382391448128]], [[0.13437092239726797]], [[0.14696937490606488]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.30329353063246783]], [[0.23259831207873774]], [[0.15560832483628215]]], "std": [[[0.19681724509325935]], [[0.14201821896122857]], [[0.08921059999092762]]], "count": [100]}, "state": {"min": [-0.5056707262992859, -0.2428460568189621, 0.9895161986351013, 2.5918819904327393, -0.2048858404159546, -0.09026157110929489, 0.014164935797452927, -0.039857473224401474], "max": [-0.18583303689956665, 0.04721859097480774, 1.277769923210144, 3.202742099761963, 0.15313097834587097, 0.10834373533725739, 0.039954520761966705, -0.016243012621998787], "mean": [-0.3564209043979645, -0.11381308734416962, 1.1475499868392944, 2.8865175247192383, -0.044311556965112686, -0.004848815966397524, 0.022759119048714638, -0.02343352511525154], "std": [0.12962913513183594, 0.10604632645845413, 0.0884455069899559, 0.23496119678020477, 0.10982682555913925, 0.06966610252857208, 0.010841544717550278, 0.010312823578715324], "count": [199]}, "actions": {"min": [-1.2640031576156616, -1.2174417972564697, -0.7364506721496582, -0.23368552327156067, -0.1843327283859253, -0.17783312499523163, -1.0], "max": [0.46631699800491333, 0.41199788451194763, 1.176946997642517, 0.13043396174907684, 0.13232648372650146, 0.15854014456272125, 1.0], "mean": [-0.07343772798776627, -0.10391798615455627, -0.014542896300554276, -0.019682209938764572, 0.002220448572188616, -0.006850601639598608, 0.356783926486969], "std": [0.2638351321220398, 0.20727753639221191, 0.34477928280830383, 0.05051448941230774, 0.05422128364443779, 0.05047929659485817, 0.9341871738433838], "count": [199]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [821], "max": [821], "mean": [821.0], "std": [0.0], "count": [199]}, "index": {"min": [262769], "max": [262967], "mean": [262868.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [199]}}} +{"episode_index": 822, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36412756646848193]], [[0.3040650987812117]], [[0.23251150512695312]]], "std": [[[0.13646346695601652]], [[0.1286895975717786]], [[0.1421813662531812]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.28994658825444236]], [[0.22317202998142616]], [[0.15008844413009342]]], "std": [[[0.19764412387291347]], [[0.14358172080497345]], [[0.09242966106356938]]], "count": [100]}, "state": {"min": [-0.5179646015167236, -0.3532637059688568, 0.9893126487731934, 2.7219078540802, -0.29383549094200134, -0.4433418810367584, 0.013106126338243484, -0.03990902379155159], "max": [-0.24211233854293823, 0.060745738446712494, 1.2483302354812622, 3.2070419788360596, 0.19416464865207672, -0.056747566908597946, 0.03993542119860649, -0.013629568740725517], "mean": [-0.362615168094635, -0.14084041118621826, 1.1412731409072876, 2.984086275100708, -0.05698898434638977, -0.2741197347640991, 0.02389235980808735, -0.024618325755000114], "std": [0.10324741154909134, 0.1463707685470581, 0.07405589520931244, 0.1676354706287384, 0.14822156727313995, 0.12133296579122543, 0.011340992525219917, 0.010980288498103619], "count": [242]}, "actions": {"min": [-0.906464695930481, -0.833689272403717, -1.5090258121490479, -0.22195708751678467, -0.13484473526477814, -0.22315730154514313, -1.0], "max": [0.33671876788139343, 0.7261618971824646, 0.7636227011680603, 0.1914924830198288, 0.21676379442214966, 0.11773734539747238, 1.0], "mean": [-0.04800616577267647, -0.08817483484745026, -0.04541361331939697, -0.01069228071719408, 0.0026816159952431917, -0.011674297042191029, 0.25619834661483765], "std": [0.18752820789813995, 0.22747460007667542, 0.32210761308670044, 0.04982325807213783, 0.051808763295412064, 0.04362083971500397, 0.9666231274604797], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [822], "max": [822], "mean": [822.0], "std": [0.0], "count": [242]}, "index": {"min": [262968], "max": [263209], "mean": [263088.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [242]}}} +{"episode_index": 823, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36059679098690256]], [[0.3026968808641621]], [[0.23385676544787837]]], "std": [[[0.1438087998367451]], [[0.1349540008024171]], [[0.14647057701669783]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.2920230742809819]], [[0.22334443634631587]], [[0.1486518758138021]]], "std": [[[0.2066435169078571]], [[0.1494768453221565]], [[0.09328760514193223]]], "count": [100]}, "state": {"min": [-0.33355197310447693, -0.2904624938964844, 0.992825448513031, 2.6321964263916016, -0.0442177839577198, -0.19088561832904816, 0.012394029647111893, -0.04000694677233696], "max": [-0.17861320078372955, 0.05849292874336243, 1.2236603498458862, 3.0708060264587402, 0.17619989812374115, -0.023984171450138092, 0.039795346558094025, -0.016073301434516907], "mean": [-0.2702416777610779, -0.1162351742386818, 1.1157091856002808, 2.9136152267456055, 0.06275657564401627, -0.09817348420619965, 0.02288704551756382, -0.024489112198352814], "std": [0.051177941262722015, 0.13884802162647247, 0.0676506906747818, 0.13091379404067993, 0.06574024260044098, 0.04141725227236748, 0.011193076148629189, 0.010483970865607262], "count": [235]}, "actions": {"min": [-0.38653573393821716, -1.0469770431518555, -0.739700436592102, -0.18614016473293304, -0.08682350814342499, -0.1654094010591507, -1.0], "max": [0.38736554980278015, 0.4081018567085266, 0.5946319699287415, 0.19680261611938477, 0.12405237555503845, 0.13599584996700287, 1.0], "mean": [-0.007898415438830853, -0.0959988385438919, -0.031285207718610764, -0.010475097224116325, 0.0012338962405920029, -0.003476393176242709, 0.32765957713127136], "std": [0.12623295187950134, 0.22535833716392517, 0.2474840134382248, 0.04946240782737732, 0.03495622053742409, 0.0426371693611145, 0.9447958469390869], "count": [235]}, "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": [823], "max": [823], "mean": [823.0], "std": [0.0], "count": [235]}, "index": {"min": [263210], "max": [263444], "mean": [263327.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [235]}}} +{"episode_index": 824, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3624753280340457]], [[0.30418463374119176]], [[0.23471599922928155]]], "std": [[[0.1418709666190347]], [[0.13392404974395727]], [[0.1465414285637378]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.32275139124253216]], [[0.2456835578469669]], [[0.16148472026750155]]], "std": [[[0.20788461290642762]], [[0.14906085109002187]], [[0.09075358374715789]]], "count": [100]}, "state": {"min": [-0.3426233232021332, -0.28538602590560913, 1.008992075920105, 2.872262954711914, -0.01578463241457939, -0.26297807693481445, 0.014135955832898617, -0.03983344882726669], "max": [-0.18431809544563293, 0.08214981108903885, 1.1890580654144287, 3.2907605171203613, 0.25330203771591187, 0.2570134699344635, 0.040006887167692184, -0.017252521589398384], "mean": [-0.2712457776069641, -0.0875648781657219, 1.1234995126724243, 3.123175859451294, 0.09093505889177322, 0.006436721421778202, 0.026120567694306374, -0.026421457529067993], "std": [0.05474599823355675, 0.13687565922737122, 0.05483478307723999, 0.15189886093139648, 0.07321996241807938, 0.18906062841415405, 0.010580808855593204, 0.010181212797760963], "count": [204]}, "actions": {"min": [-0.4280153512954712, -0.5427864193916321, -0.5987216234207153, -0.1167682409286499, -0.10556813329458237, -0.1293361634016037, -1.0], "max": [0.5476148724555969, 0.6785084009170532, 0.6423293352127075, 0.10079572349786758, 0.1306426078081131, 0.18863478302955627, 1.0], "mean": [-0.0027432581409811974, -0.11535978317260742, -0.0364021472632885, -0.014075392857193947, 0.003333784407004714, 0.01050759106874466, 0.19607843458652496], "std": [0.1510717123746872, 0.1905650645494461, 0.2387985736131668, 0.034782495349645615, 0.03944500908255577, 0.0520259253680706, 0.9805879592895508], "count": [204]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [824], "max": [824], "mean": [824.0], "std": [0.0], "count": [204]}, "index": {"min": [263445], "max": [263648], "mean": [263546.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [204]}}} +{"episode_index": 825, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.363340773638557]], [[0.30364159198835783]], [[0.23337788121840533]]], "std": [[[0.13600416794879464]], [[0.12938057841671383]], [[0.14241889727754023]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9725490196078431]]], "mean": [[[0.2903605598000919]], [[0.223339194503485]], [[0.1511558275409773]]], "std": [[[0.2032588793096164]], [[0.14676451505381372]], [[0.09281406760262036]]], "count": [100]}, "state": {"min": [-0.41510841250419617, -0.2805543541908264, 1.000044345855713, 2.878929376602173, -0.02480449713766575, -0.08178333938121796, 0.009889518842101097, -0.03978486359119415], "max": [-0.2112111896276474, 0.05852828919887543, 1.2423627376556396, 3.373600721359253, 0.27895593643188477, 0.6985137462615967, 0.04000834748148918, -0.014578062109649181], "mean": [-0.3243376314640045, -0.13722901046276093, 1.1473666429519653, 3.119497776031494, 0.07645829021930695, 0.36611488461494446, 0.019616276025772095, -0.020297622308135033], "std": [0.06152091920375824, 0.12431826442480087, 0.0713932067155838, 0.17457255721092224, 0.07430779188871384, 0.31783583760261536, 0.00978926382958889, 0.009754677303135395], "count": [350]}, "actions": {"min": [-0.4788791537284851, -0.5450955629348755, -1.0672253370285034, -0.21853308379650116, -0.12570743262767792, -0.1076449602842331, -1.0], "max": [0.5012063980102539, 0.240650475025177, 0.8413165211677551, 0.10998059809207916, 0.11902628093957901, 0.45507484674453735, 1.0], "mean": [-0.0012572923442348838, -0.06841457635164261, -0.016109421849250793, -0.008670174516737461, -1.59608680405654e-05, 0.01605484075844288, 0.5657142996788025], "std": [0.13748237490653992, 0.14336571097373962, 0.22591394186019897, 0.03840537741780281, 0.03601817414164543, 0.06057490035891533, 0.8245987892150879], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [825], "max": [825], "mean": [825.0], "std": [0.0], "count": [350]}, "index": {"min": [263649], "max": [263998], "mean": [263823.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [350]}}} +{"episode_index": 826, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3627207156910616]], [[0.30461388741287526]], [[0.23538936719707412]]], "std": [[[0.14195706986043846]], [[0.13401439012371072]], [[0.1467084771312861]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.28490311027975646]], [[0.21640202241785386]], [[0.14350691671932445]]], "std": [[[0.20841557372142358]], [[0.14950103147074492]], [[0.09075970529670288]]], "count": [100]}, "state": {"min": [-0.3324049115180969, -0.27108249068260193, 0.9910151958465576, 2.7304887771606445, 0.06358008086681366, -0.033713020384311676, 0.012053973972797394, -0.03972434997558594], "max": [-0.19880293309688568, 0.04701383039355278, 1.1827688217163086, 3.244239568710327, 0.3008706271648407, 0.22750802338123322, 0.03981826454401016, -0.015205172821879387], "mean": [-0.2735264301300049, -0.11852223426103592, 1.100846529006958, 3.0177035331726074, 0.1452120989561081, 0.057300858199596405, 0.02245255745947361, -0.023187434300780296], "std": [0.04758036136627197, 0.1273844987154007, 0.056942373514175415, 0.19100245833396912, 0.06319622695446014, 0.07344713807106018, 0.010937415063381195, 0.01061707828193903], "count": [178]}, "actions": {"min": [-0.5130676627159119, -1.1069108247756958, -0.9350042939186096, -0.2551869750022888, -0.13875211775302887, -0.14133349061012268, -1.0], "max": [0.5708708763122559, 0.29350408911705017, 0.997076690196991, 0.09895755350589752, 0.17777036130428314, 0.3086106777191162, 1.0], "mean": [-0.009926382452249527, -0.12157393246889114, -0.03007485903799534, -0.016038980334997177, 0.0041854120790958405, 0.005402273032814264, 0.33707866072654724], "std": [0.1486552357673645, 0.2479579895734787, 0.292199969291687, 0.053325846791267395, 0.04292711988091469, 0.05591646581888199, 0.9414779543876648], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [826], "max": [826], "mean": [826.0], "std": [0.0], "count": [178]}, "index": {"min": [263999], "max": [264176], "mean": [264087.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [178]}}} +{"episode_index": 827, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3631620465446921]], [[0.30325114291322]], [[0.23273082478841145]]], "std": [[[0.1361077167661631]], [[0.12852940761169626]], [[0.14129951483244882]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.3226279996984145]], [[0.24596934299842985]], [[0.16179546281403187]]], "std": [[[0.18890196618313304]], [[0.13281799407221243]], [[0.08178567582909796]]], "count": [100]}, "state": {"min": [-0.5023248195648193, -0.31670239567756653, 0.9754835963249207, 2.8446428775787354, -0.11911837011575699, -0.24652700126171112, 0.011242852546274662, -0.0399300791323185], "max": [-0.28621259331703186, 0.22400277853012085, 1.2568424940109253, 3.507922887802124, 0.15798595547676086, 0.07681639492511749, 0.0400126650929451, -0.010210921056568623], "mean": [-0.4012543261051178, -0.032365329563617706, 1.1290735006332397, 3.1346826553344727, 0.031585853546857834, -0.1534387618303299, 0.024079930037260056, -0.024053338915109634], "std": [0.06358212232589722, 0.20569440722465515, 0.07601949572563171, 0.17755022644996643, 0.07175953686237335, 0.08418898284435272, 0.013107376173138618, 0.013106284663081169], "count": [369]}, "actions": {"min": [-0.5848095417022705, -1.3668427467346191, -0.5445082187652588, -0.2756864130496979, -0.1403472125530243, -0.19279995560646057, -1.0], "max": [0.4491834044456482, 0.5056939125061035, 0.8144104480743408, 0.2991907298564911, 0.31104087829589844, 0.27081844210624695, 1.0], "mean": [-0.03514367714524269, -0.07779054343700409, -0.028704864904284477, -0.008399724960327148, -0.00042700598714873195, -0.0057394192554056644, 0.1490514874458313], "std": [0.15352366864681244, 0.2521878480911255, 0.21191155910491943, 0.0670836865901947, 0.05114398151636124, 0.055076126009225845, 0.9888291358947754], "count": [369]}, "timestamp": {"min": [0.0], "max": [36.8], "mean": [18.400000000000002], "std": [10.65207335060488], "count": [369]}, "frame_index": {"min": [0], "max": [368], "mean": [184.0], "std": [106.5207335060488], "count": [369]}, "episode_index": {"min": [827], "max": [827], "mean": [827.0], "std": [0.0], "count": [369]}, "index": {"min": [264177], "max": [264545], "mean": [264361.0], "std": [106.5207335060488], "count": [369]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [369]}}} +{"episode_index": 828, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36399187035654107]], [[0.304329636517693]], [[0.23441598690257354]]], "std": [[[0.13714431289520992]], [[0.13019638816780355]], [[0.14310218248644113]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3172409213196997]], [[0.24302125758750767]], [[0.16140071255553004]]], "std": [[[0.19412349678306037]], [[0.1376562608845761]], [[0.08573466306749436]]], "count": [100]}, "state": {"min": [-0.4719734489917755, -0.307224303483963, 0.9775075316429138, 2.695669651031494, -0.20363381505012512, -0.3530111014842987, 0.011522817425429821, -0.03994958847761154], "max": [-0.28384295105934143, 0.19574202597141266, 1.2333725690841675, 3.3078575134277344, 0.1602901965379715, 0.06503298878669739, 0.040005311369895935, -0.008804325945675373], "mean": [-0.38263124227523804, -0.033315014094114304, 1.1249152421951294, 3.0464606285095215, -0.04343292862176895, -0.1262052208185196, 0.021867461502552032, -0.021528493613004684], "std": [0.05977801978588104, 0.2055017054080963, 0.0781676322221756, 0.19793358445167542, 0.10943352431058884, 0.14411170780658722, 0.012726561166346073, 0.012708465568721294], "count": [289]}, "actions": {"min": [-0.28756359219551086, -1.232847809791565, -0.7347255945205688, -0.18166416883468628, -0.13982626795768738, -0.17339354753494263, -1.0], "max": [0.19619077444076538, 1.135668158531189, 0.9524873495101929, 0.1904761642217636, 0.189754918217659, 0.18008001148700714, 1.0], "mean": [-0.03669032081961632, -0.08796655386686325, -0.033422861248254776, -0.012373031117022038, 0.0023472285829484463, -0.009935344569385052, 0.29411765933036804], "std": [0.08788713812828064, 0.301287442445755, 0.2560296356678009, 0.05181681364774704, 0.04385805502533913, 0.05025201290845871, 0.9557715654373169], "count": [289]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.400000000000002], "std": [8.342661445845685], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [828], "max": [828], "mean": [828.0], "std": [0.0], "count": [289]}, "index": {"min": [264546], "max": [264834], "mean": [264690.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [289]}}} +{"episode_index": 829, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3612738138834635]], [[0.30214996278052236]], [[0.2336931708840763]]], "std": [[[0.1384754496384318]], [[0.1319006917493923]], [[0.14319232871624252]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31228957172468597]], [[0.23825105794270832]], [[0.15750692150639553]]], "std": [[[0.19139884749041652]], [[0.1351126899167394]], [[0.08272886755767458]]], "count": [100]}, "state": {"min": [-0.4522993564605713, -0.3624449372291565, 0.9758821725845337, 2.80181884765625, -0.16988115012645721, -0.29506078362464905, 0.011531352065503597, -0.03999485448002815], "max": [-0.3077816963195801, 0.19631250202655792, 1.2297706604003906, 3.2037265300750732, 0.11475370079278946, 0.015892263501882553, 0.03998332470655441, -0.009820161387324333], "mean": [-0.39360126852989197, -0.07515836507081985, 1.1240875720977783, 3.0526161193847656, -0.028496479615569115, -0.10260489583015442, 0.022438326850533485, -0.022356528788805008], "std": [0.04305100068449974, 0.22502489387989044, 0.07222320884466171, 0.11372774094343185, 0.08165043592453003, 0.07462270557880402, 0.012487584725022316, 0.012182394973933697], "count": [319]}, "actions": {"min": [-0.35998716950416565, -1.1364609003067017, -0.8085817098617554, -0.2527995705604553, -0.22994543612003326, -0.17236413061618805, -1.0], "max": [0.33673131465911865, 0.568956732749939, 0.7753899097442627, 0.3368077576160431, 0.19957685470581055, 0.49626097083091736, 1.0], "mean": [-0.019999030977487564, -0.08955565094947815, -0.02700933627784252, -0.008098950609564781, 0.0017251366516575217, -0.0014929315075278282, 0.2852664589881897], "std": [0.09933502227067947, 0.2756389379501343, 0.22345983982086182, 0.06593313813209534, 0.05067209154367447, 0.07001066207885742, 0.9584497809410095], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [829], "max": [829], "mean": [829.0], "std": [0.0], "count": [319]}, "index": {"min": [264835], "max": [265153], "mean": [264994.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [319]}}} +{"episode_index": 830, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35836726409313724]], [[0.3004051328172871]], [[0.23214321899414062]]], "std": [[[0.1453528136085061]], [[0.13622146521795994]], [[0.1463280032106771]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3182040171903722]], [[0.24308050417432597]], [[0.16097566911286]]], "std": [[[0.19164334727072402]], [[0.13532295767835195]], [[0.08346292124088477]]], "count": [100]}, "state": {"min": [-0.4999566376209259, -0.2501213848590851, 0.9763097763061523, 2.8189640045166016, -0.2101217359304428, -0.2901310920715332, 0.011037960648536682, -0.039929281920194626], "max": [-0.28620871901512146, 0.2141501009464264, 1.2416183948516846, 3.237549066543579, 0.08433002978563309, 0.03130817040801048, 0.04000657796859741, -0.00792652741074562], "mean": [-0.4119303822517395, -0.010580060072243214, 1.1189582347869873, 3.0647823810577393, -0.06923958659172058, -0.15719078481197357, 0.022846078500151634, -0.022959234192967415], "std": [0.06002192571759224, 0.18000559508800507, 0.07615377753973007, 0.13912437856197357, 0.08354149758815765, 0.05251314863562584, 0.013218196108937263, 0.013067243620753288], "count": [323]}, "actions": {"min": [-0.4628584682941437, -1.549848198890686, -0.5496490001678467, -0.22098571062088013, -0.12563247978687286, -0.16685794293880463, -1.0], "max": [0.2688056528568268, 0.5100470185279846, 0.6647818088531494, 0.16181010007858276, 0.1787339448928833, 0.23224149644374847, 1.0], "mean": [-0.030602429062128067, -0.070604108273983, -0.032695505768060684, -0.00978634413331747, 0.0031046827789396048, -0.005839040968567133, 0.2136222869157791], "std": [0.11742228269577026, 0.25057294964790344, 0.21699491143226624, 0.04896209388971329, 0.04481135681271553, 0.04797622561454773, 0.9769160151481628], "count": [323]}, "timestamp": {"min": [0.0], "max": [32.2], "mean": [16.099999999999998], "std": [9.324162160752033], "count": [323]}, "frame_index": {"min": [0], "max": [322], "mean": [161.0], "std": [93.24162160752032], "count": [323]}, "episode_index": {"min": [830], "max": [830], "mean": [830.0], "std": [0.0], "count": [323]}, "index": {"min": [265154], "max": [265476], "mean": [265315.0], "std": [93.24162160752032], "count": [323]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [323]}}} +{"episode_index": 831, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36357238290824145]], [[0.30437031944125303]], [[0.23097761565563726]]], "std": [[[0.13677522269297201]], [[0.1278845824929544]], [[0.14350627851072706]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29611073931525733]], [[0.23705728568282783]], [[0.17107717057770375]]], "std": [[[0.19387736593452054]], [[0.14287750934950394]], [[0.10306646236153753]]], "count": [100]}, "state": {"min": [-0.5121771693229675, -0.23483751714229584, 0.9952338933944702, 3.0225729942321777, -0.3642582893371582, -0.23637714982032776, 0.014499170705676079, -0.04000401124358177], "max": [-0.15461577475070953, 0.017065975815057755, 1.2502151727676392, 3.7822797298431396, 0.0859212651848793, 1.7994799613952637, 0.039915572851896286, -0.013077320531010628], "mean": [-0.35664546489715576, -0.10021158307790756, 1.1403709650039673, 3.2591614723205566, -0.16352559626102448, 0.7443191409111023, 0.02343357540667057, -0.023408379405736923], "std": [0.12521915137767792, 0.07791197299957275, 0.07400915026664734, 0.19765928387641907, 0.11965639889240265, 0.7957343459129333, 0.009850366972386837, 0.009855125099420547], "count": [381]}, "actions": {"min": [-0.9500265717506409, -1.580006718635559, -1.1472115516662598, -0.11830833554267883, -0.15913192927837372, -0.27572599053382874, -1.0], "max": [1.0036814212799072, 0.744391143321991, 1.264457106590271, 0.19648520648479462, 0.34012773633003235, 0.6881667971611023, 1.0], "mean": [-0.03067225031554699, -0.010473432019352913, -0.020882144570350647, -0.0008773539448156953, 0.0012380698462948203, 0.031224699690937996, 0.4330708682537079], "std": [0.22364524006843567, 0.2394457757472992, 0.2734106779098511, 0.0426335409283638, 0.054604869335889816, 0.09509477764368057, 0.901360809803009], "count": [381]}, "timestamp": {"min": [0.0], "max": [38.0], "mean": [19.0], "std": [10.998484744121194], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [831], "max": [831], "mean": [831.0], "std": [0.0], "count": [381]}, "index": {"min": [265477], "max": [265857], "mean": [265667.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [381]}}} +{"episode_index": 832, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35623451562021297]], [[0.29951301604626224]], [[0.22777747479607077]]], "std": [[[0.14119129896109953]], [[0.12955360828455137]], [[0.1424606014396413]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3142473623238358]], [[0.24515262738396137]], [[0.16792736696729474]]], "std": [[[0.19800804530316385]], [[0.14228537371734748]], [[0.09412725840133401]]], "count": [100]}, "state": {"min": [-0.46002915501594543, -0.272193044424057, 0.9923871159553528, 2.9070730209350586, -0.10525164753198624, 0.05466232821345329, 0.008320561610162258, -0.04000100865960121], "max": [-0.13553909957408905, 0.053340453654527664, 1.2957216501235962, 3.624217987060547, 0.13553835451602936, 1.6348650455474854, 0.039991699159145355, -0.01407021377235651], "mean": [-0.31148260831832886, -0.11250117421150208, 1.161753535270691, 3.1968770027160645, 0.04157185181975365, 0.7487071752548218, 0.023472342640161514, -0.023593658581376076], "std": [0.13132283091545105, 0.11621244251728058, 0.09217798709869385, 0.1500147581100464, 0.06252302974462509, 0.6401293873786926, 0.011606312356889248, 0.011543672531843185], "count": [429]}, "actions": {"min": [-1.137507677078247, -1.6185691356658936, -0.7933261394500732, -0.19258640706539154, -0.16868676245212555, -0.29154497385025024, -1.0], "max": [0.7470857501029968, 1.6936299800872803, 1.4098336696624756, 0.26101362705230713, 0.1302964687347412, 0.5072067975997925, 1.0], "mean": [-0.023518940433859825, 0.019081395119428635, -0.016317930072546005, -0.0016909226542338729, 0.00578077370300889, 0.023140253499150276, 0.3053613007068634], "std": [0.19011858105659485, 0.26452332735061646, 0.2580878436565399, 0.049337539821863174, 0.041560184210538864, 0.07986611127853394, 0.9522342681884766], "count": [429]}, "timestamp": {"min": [0.0], "max": [42.8], "mean": [21.400000000000002], "std": [12.384129628951186], "count": [429]}, "frame_index": {"min": [0], "max": [428], "mean": [214.0], "std": [123.84129628951187], "count": [429]}, "episode_index": {"min": [832], "max": [832], "mean": [832.0], "std": [0.0], "count": [429]}, "index": {"min": [265858], "max": [266286], "mean": [266072.0], "std": [123.84129628951187], "count": [429]}, "task_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [429]}}} +{"episode_index": 833, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35838358980066637]], [[0.30283100202971813]], [[0.22990816423004748]]], "std": [[[0.1407000266126951]], [[0.1281641608303872]], [[0.1436065418180703]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3076429275811887]], [[0.2408021952311198]], [[0.1648161423627068]]], "std": [[[0.20249416492895958]], [[0.14564767987330335]], [[0.09660172075890153]]], "count": [100]}, "state": {"min": [-0.4744800925254822, -0.25080475211143494, 1.0088865756988525, 2.9905941486358643, -0.23929379880428314, -0.10934816300868988, 0.014664740301668644, -0.0400027260184288], "max": [-0.1531597077846527, 0.03688575699925423, 1.2976233959197998, 3.357032299041748, 0.07684651762247086, 1.5601886510849, 0.039961207658052444, -0.01453132089227438], "mean": [-0.3569292426109314, -0.07418462634086609, 1.1653904914855957, 3.14597487449646, -0.04452423006296158, 0.7997637391090393, 0.022022435441613197, -0.02193516492843628], "std": [0.12856709957122803, 0.10685216635465622, 0.0853751003742218, 0.09138759225606918, 0.0703757256269455, 0.7055405378341675, 0.010859107598662376, 0.01095313485711813], "count": [387]}, "actions": {"min": [-0.7679499387741089, -1.2970556020736694, -0.47045040130615234, -0.1819293349981308, -0.18045750260353088, -0.1387619823217392, -1.0], "max": [0.8746808767318726, 0.8163598775863647, 1.0765953063964844, 0.2171129435300827, 0.12950673699378967, 0.3283628523349762, 1.0], "mean": [-0.01819458417594433, 0.0025271475315093994, -0.008509731851518154, -0.002853694837540388, -0.0005428176373243332, 0.030328970402479172, 0.42635658383369446], "std": [0.18415550887584686, 0.22348111867904663, 0.22521400451660156, 0.047506414353847504, 0.04215356335043907, 0.076311856508255, 0.9045569896697998], "count": [387]}, "timestamp": {"min": [0.0], "max": [38.6], "mean": [19.3], "std": [11.171690412227985], "count": [387]}, "frame_index": {"min": [0], "max": [386], "mean": [193.0], "std": [111.71690412227984], "count": [387]}, "episode_index": {"min": [833], "max": [833], "mean": [833.0], "std": [0.0], "count": [387]}, "index": {"min": [266287], "max": [266673], "mean": [266480.0], "std": [111.71690412227984], "count": [387]}, "task_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [387]}}} +{"episode_index": 834, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36178236000210634]], [[0.3045624605066636]], [[0.23234152281518078]]], "std": [[[0.13916529384361062]], [[0.12972100748505605]], [[0.144725210267913]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.32238975854013485]], [[0.25443879729626223]], [[0.17752663346832873]]], "std": [[[0.1897630466402341]], [[0.13773446256749636]], [[0.09753365947177006]]], "count": [100]}, "state": {"min": [-0.5131447911262512, -0.2799206078052521, 0.9959636926651001, 2.9173734188079834, -0.476581871509552, -0.18408511579036713, 0.013548323884606361, -0.04001198336482048], "max": [-0.1510712057352066, 0.03840417042374611, 1.274980068206787, 3.4693639278411865, -0.03848107159137726, 1.5949358940124512, 0.0398341603577137, -0.014300985261797905], "mean": [-0.35363149642944336, -0.09570387005805969, 1.1491669416427612, 3.151785135269165, -0.2899460196495056, 0.6132729649543762, 0.023051254451274872, -0.023257236927747726], "std": [0.1302688866853714, 0.1009962409734726, 0.07986634969711304, 0.17356951534748077, 0.14576634764671326, 0.7357755899429321, 0.01140822097659111, 0.011349033564329147], "count": [372]}, "actions": {"min": [-1.0284488201141357, -0.8024023175239563, -0.586306095123291, -0.1236531138420105, -0.14640575647354126, -0.3997659683227539, -1.0], "max": [0.6135768294334412, 0.8415393829345703, 1.0590074062347412, 0.1772463470697403, 0.12339022010564804, 0.675534188747406, 1.0], "mean": [-0.029015593230724335, -0.0057271746918559074, -0.023124197497963905, 0.00363420182839036, -0.002352933632209897, 0.03290202468633652, 0.3333333432674408], "std": [0.20528694987297058, 0.24661807715892792, 0.2559458017349243, 0.03831540793180466, 0.03917267546057701, 0.10742317885160446, 0.94281005859375], "count": [372]}, "timestamp": {"min": [0.0], "max": [37.1], "mean": [18.55], "std": [10.738676206435628], "count": [372]}, "frame_index": {"min": [0], "max": [371], "mean": [185.5], "std": [107.38676206435626], "count": [372]}, "episode_index": {"min": [834], "max": [834], "mean": [834.0], "std": [0.0], "count": [372]}, "index": {"min": [266674], "max": [267045], "mean": [266859.5], "std": [107.38676206435626], "count": [372]}, "task_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [372]}}} +{"episode_index": 835, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36164022049249384]], [[0.3027797935336244]], [[0.2294438709932215]]], "std": [[[0.13562088889735446]], [[0.126168189076027]], [[0.14062475731068874]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32706876448089]], [[0.25878194592045806]], [[0.18124621821384804]]], "std": [[[0.1940438644919606]], [[0.1432251489202562]], [[0.1043161202906794]]], "count": [100]}, "state": {"min": [-0.49888232350349426, -0.06948470324277878, 0.9888969659805298, 2.9273841381073, -0.39020347595214844, -0.04756506159901619, 0.006371700670570135, -0.03990017995238304], "max": [-0.2740525007247925, 0.15883131325244904, 1.246134638786316, 3.584212303161621, 0.08814865350723267, 1.5307787656784058, 0.04000236466526985, -0.013712740503251553], "mean": [-0.40555328130722046, 0.007137692999094725, 1.1421384811401367, 3.238118886947632, -0.21417436003684998, 0.7597854733467102, 0.02117273211479187, -0.021386371925473213], "std": [0.08434593677520752, 0.07540735602378845, 0.07475004345178604, 0.15756919980049133, 0.11723682284355164, 0.6669462323188782, 0.010750454850494862, 0.010565860196948051], "count": [351]}, "actions": {"min": [-0.8437132835388184, -0.9522027969360352, -0.5232222676277161, -0.3540436029434204, -0.22180922329425812, -0.28262999653816223, -1.0], "max": [0.19827374815940857, 1.4836127758026123, 1.4992220401763916, 0.28440430760383606, 0.1275586485862732, 0.5006409883499146, 1.0], "mean": [-0.026799984276294708, -0.008614817634224892, -0.015630297362804413, -0.002154371002689004, 6.438425771193579e-05, 0.033047039061784744, 0.4643874764442444], "std": [0.14651064574718475, 0.2371021956205368, 0.24167810380458832, 0.05754249542951584, 0.050072818994522095, 0.09204399585723877, 0.8856319785118103], "count": [351]}, "timestamp": {"min": [0.0], "max": [35.0], "mean": [17.5], "std": [10.132456102380443], "count": [351]}, "frame_index": {"min": [0], "max": [350], "mean": [175.0], "std": [101.32456102380442], "count": [351]}, "episode_index": {"min": [835], "max": [835], "mean": [835.0], "std": [0.0], "count": [351]}, "index": {"min": [267046], "max": [267396], "mean": [267221.0], "std": [101.32456102380442], "count": [351]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [351]}}} +{"episode_index": 836, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3619881992714078]], [[0.30330470485313266]], [[0.2306060204599418]]], "std": [[[0.13490731532420616]], [[0.12556201252219962]], [[0.1393453868011477]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3137884952320772]], [[0.24319795735677083]], [[0.1634398031795726]]], "std": [[[0.20488235619686135]], [[0.14812104399540305]], [[0.09664223192322943]]], "count": [100]}, "state": {"min": [-0.4761737585067749, -0.040384456515312195, 1.0082659721374512, 2.9821534156799316, -0.1604822725057602, -0.3251990079879761, 0.013066476210951805, -0.039917103946208954], "max": [-0.27433112263679504, 0.19287560880184174, 1.238254427909851, 3.3636677265167236, 0.11623827368021011, 1.54222571849823, 0.039948172867298126, -0.013254719786345959], "mean": [-0.39163127541542053, 0.05399170517921448, 1.1255831718444824, 3.1212658882141113, -0.06084790080785751, 0.6253653764724731, 0.021518781781196594, -0.021593423560261726], "std": [0.07449346035718918, 0.08375982940196991, 0.06767979264259338, 0.0921475812792778, 0.06667155027389526, 0.7308858036994934, 0.01071710791438818, 0.010623340494930744], "count": [266]}, "actions": {"min": [-0.6051219701766968, -0.8119470477104187, -0.5819840431213379, -0.20605283975601196, -0.21190111339092255, -0.3223460912704468, -1.0], "max": [0.8163576722145081, 0.8767775297164917, 1.4554065465927124, 0.19820278882980347, 0.15118339657783508, 0.48408105969429016, 1.0], "mean": [-0.03951641917228699, -0.002731313230469823, -0.026910459622740746, -0.003821381600573659, 0.0047969333827495575, 0.04560106620192528, 0.4436090290546417], "std": [0.17506185173988342, 0.24502338469028473, 0.25579994916915894, 0.04512636736035347, 0.05806859955191612, 0.10286528617143631, 0.8962199687957764], "count": [266]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.678704317786953], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [836], "max": [836], "mean": [836.0], "std": [0.0], "count": [266]}, "index": {"min": [267397], "max": [267662], "mean": [267529.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [266]}}} +{"episode_index": 837, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3590372422162224]], [[0.30297274720435047]], [[0.2288119674383425]]], "std": [[[0.13812330338873194]], [[0.12528017453846715]], [[0.1407064288907782]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3360345818014706]], [[0.26361644909428616]], [[0.18111609485102637]]], "std": [[[0.1947386230013196]], [[0.141012133257554]], [[0.09831111948015345]]], "count": [100]}, "state": {"min": [-0.5039781928062439, -0.042456913739442825, 1.0008115768432617, 3.0348117351531982, -0.36049190163612366, -0.4286058843135834, 0.015085809864103794, -0.039996568113565445], "max": [-0.28806209564208984, 0.19534093141555786, 1.233899474143982, 3.4457380771636963, 0.048134349286556244, 1.7254467010498047, 0.039966195821762085, -0.012732259929180145], "mean": [-0.39952126145362854, 0.049618691205978394, 1.1334823369979858, 3.1794722080230713, -0.2066594958305359, 0.6529985666275024, 0.02358022704720497, -0.023437639698386192], "std": [0.08010590821504593, 0.08851077407598495, 0.06891942769289017, 0.09261735528707504, 0.13283714652061462, 0.8299972414970398, 0.010687753558158875, 0.01072593592107296], "count": [347]}, "actions": {"min": [-0.6215718984603882, -0.36156773567199707, -0.6145498156547546, -0.18876375257968903, -0.17599813640117645, -0.22115828096866608, -1.0], "max": [0.33215925097465515, 0.6850559115409851, 0.9351971745491028, 0.1233343780040741, 0.14166849851608276, 0.36109036207199097, 1.0], "mean": [-0.027593327686190605, -0.004460978787392378, -0.02405678853392601, -0.0020125878509134054, 3.786584784393199e-05, 0.03833073750138283, 0.35446685552597046], "std": [0.14616310596466064, 0.18817971646785736, 0.21189305186271667, 0.03705102950334549, 0.05065298080444336, 0.09426379203796387, 0.9350704550743103], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [837], "max": [837], "mean": [837.0], "std": [0.0], "count": [347]}, "index": {"min": [267663], "max": [268009], "mean": [267836.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [347]}}} +{"episode_index": 838, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36141892496744793]], [[0.3036419623879825]], [[0.2305712896608839]]], "std": [[[0.1354165814340023]], [[0.12471959126963016]], [[0.1403666644397072]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3175993855794271]], [[0.24659145639456953]], [[0.16748464367436428]]], "std": [[[0.20253631785113144]], [[0.14694602309586188]], [[0.0983370170453747]]], "count": [100]}, "state": {"min": [-0.49926289916038513, -0.07859844714403152, 0.9973729252815247, 2.982713460922241, -0.22282350063323975, -0.18344180285930634, 0.009374095126986504, -0.03986934572458267], "max": [-0.28920257091522217, 0.19678597152233124, 1.2524338960647583, 3.410709857940674, 0.09185609966516495, 1.6279505491256714, 0.04000380262732506, -0.014491450972855091], "mean": [-0.3974526822566986, 0.03954238072037697, 1.1326872110366821, 3.1868197917938232, -0.08502848446369171, 0.6840772032737732, 0.02179119922220707, -0.02195286750793457], "std": [0.08160820603370667, 0.08486085385084152, 0.07006490230560303, 0.09176600724458694, 0.0781368762254715, 0.7539342641830444, 0.010256285779178143, 0.010030902922153473], "count": [312]}, "actions": {"min": [-1.1159255504608154, -1.0492931604385376, -0.7999739646911621, -0.14542755484580994, -0.2156456857919693, -0.20349326729774475, -1.0], "max": [0.47674503922462463, 1.1347521543502808, 0.7809996604919434, 0.17693281173706055, 0.17140372097492218, 0.39016324281692505, 1.0], "mean": [-0.024378210306167603, 0.0010118794161826372, -0.028320368379354477, -0.0031263285782188177, 0.0020126039162278175, 0.04144449904561043, 0.4743589758872986], "std": [0.16891056299209595, 0.26146331429481506, 0.24215386807918549, 0.044819459319114685, 0.05127642676234245, 0.09755677729845047, 0.8803285956382751], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [838], "max": [838], "mean": [838.0], "std": [0.0], "count": [312]}, "index": {"min": [268010], "max": [268321], "mean": [268165.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [312]}}} +{"episode_index": 839, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3584598897298177]], [[0.298303129308364]], [[0.22343193084118415]]], "std": [[[0.13484391954131628]], [[0.12303327439313999]], [[0.1364095850758753]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3094176067277497]], [[0.24612643193263634]], [[0.1768772212009804]]], "std": [[[0.1863503654485815]], [[0.13981871630683634]], [[0.1090374556816026]]], "count": [100]}, "state": {"min": [-0.5790448188781738, -0.2271205633878708, 1.0003160238265991, 3.008638858795166, -0.2733115255832672, -0.07333458214998245, 0.013696632348001003, -0.04000534117221832], "max": [-0.28444111347198486, 0.048426851630210876, 1.268808364868164, 3.3685948848724365, 0.011979097500443459, 1.6428539752960205, 0.03986819088459015, -0.014454495161771774], "mean": [-0.45842716097831726, -0.039957720786333084, 1.1694592237472534, 3.139549970626831, -0.156057670712471, 0.8937565088272095, 0.021030372008681297, -0.021079402416944504], "std": [0.102285236120224, 0.08200053125619888, 0.07370813935995102, 0.0919935554265976, 0.0697767436504364, 0.6955482363700867, 0.010213223285973072, 0.010235433466732502], "count": [408]}, "actions": {"min": [-0.947268545627594, -0.9193917512893677, -0.7944861650466919, -0.10802841186523438, -0.19767555594444275, -0.19928234815597534, -1.0], "max": [0.26964858174324036, 1.4490320682525635, 1.166467547416687, 0.16385158896446228, 0.1366928219795227, 0.5359127521514893, 1.0], "mean": [-0.034143395721912384, 0.0060856225900352, -0.012229721061885357, 0.0014095483347773552, -0.0011306835804134607, 0.027118640020489693, 0.5049019455909729], "std": [0.16243234276771545, 0.23233650624752045, 0.22761110961437225, 0.033698633313179016, 0.03908035159111023, 0.08633316308259964, 0.8631747364997864], "count": [408]}, "timestamp": {"min": [0.0], "max": [40.7], "mean": [20.349999999999998], "std": [11.777910114560505], "count": [408]}, "frame_index": {"min": [0], "max": [407], "mean": [203.5], "std": [117.77910114560505], "count": [408]}, "episode_index": {"min": [839], "max": [839], "mean": [839.0], "std": [0.0], "count": [408]}, "index": {"min": [268322], "max": [268729], "mean": [268525.5], "std": [117.77910114560505], "count": [408]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [408]}}} +{"episode_index": 840, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.35880381984336707]], [[0.30059767958697153]], [[0.22520074223537073]]], "std": [[[0.13523536057490296]], [[0.1221997811053323]], [[0.13693632739147074]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3111543321796492]], [[0.24772892073089003]], [[0.17854499547621783]]], "std": [[[0.18224206584959554]], [[0.13741794547591674]], [[0.10951454981570127]]], "count": [100]}, "state": {"min": [-0.5965523719787598, -0.21750189363956451, 1.0083101987838745, 2.9710681438446045, -0.2561454474925995, -0.2949785888195038, 0.011712086386978626, -0.04000861197710037], "max": [-0.29285845160484314, 0.061605896800756454, 1.2605128288269043, 3.5160911083221436, 0.06338668614625931, 1.6246192455291748, 0.039770565927028656, -0.014099430292844772], "mean": [-0.4710620045661926, -0.0409545972943306, 1.1639668941497803, 3.158106803894043, -0.14806683361530304, 0.8380258083343506, 0.021098561584949493, -0.021092314273118973], "std": [0.10160265117883682, 0.08595220744609833, 0.07734240591526031, 0.15089228749275208, 0.08398591727018356, 0.7497955560684204, 0.010149487294256687, 0.010231620632112026], "count": [352]}, "actions": {"min": [-0.6791749596595764, -0.8287859559059143, -0.5706948637962341, -0.14059825241565704, -0.13587194681167603, -0.14646229147911072, -1.0], "max": [0.2808868885040283, 1.0692156553268433, 0.9239106774330139, 0.1516745537519455, 0.17879647016525269, 0.6307556629180908, 1.0], "mean": [-0.0416172631084919, 0.013770557008683681, -0.02707516960799694, 0.0021799704991281033, -0.0017379153287038207, 0.03681251034140587, 0.5], "std": [0.1546173244714737, 0.23648184537887573, 0.2299717664718628, 0.03858426585793495, 0.04322158545255661, 0.10134906321763992, 0.8660253882408142], "count": [352]}, "timestamp": {"min": [0.0], "max": [35.1], "mean": [17.55], "std": [10.161323732663968], "count": [352]}, "frame_index": {"min": [0], "max": [351], "mean": [175.5], "std": [101.61323732663968], "count": [352]}, "episode_index": {"min": [840], "max": [840], "mean": [840.0], "std": [0.0], "count": [352]}, "index": {"min": [268730], "max": [269081], "mean": [268905.5], "std": [101.61323732663968], "count": [352]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [352]}}} +{"episode_index": 841, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35737996299594055]], [[0.29938186106962317]], [[0.2257879291609222]]], "std": [[[0.1364438649699178]], [[0.12398454774043217]], [[0.13767791380172265]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.31449662272135415]], [[0.25004577935910693]], [[0.17867741663315717]]], "std": [[[0.18625877563136686]], [[0.13885726733762044]], [[0.10691540542976978]]], "count": [100]}, "state": {"min": [-0.5662019848823547, -0.2208782434463501, 1.0137519836425781, 3.0418741703033447, -0.23795324563980103, -0.09751243144273758, 0.014561055228114128, -0.03998022526502609], "max": [-0.27069345116615295, 0.03296246752142906, 1.288675308227539, 3.4841830730438232, 0.07973607629537582, 1.5445419549942017, 0.03983063995838165, -0.013993469066917896], "mean": [-0.4437832236289978, -0.035190753638744354, 1.1738834381103516, 3.2003426551818848, -0.1539916694164276, 0.6961318254470825, 0.020924430340528488, -0.020729221403598785], "std": [0.11182723194360733, 0.08253542333841324, 0.07431785762310028, 0.11468520760536194, 0.08520463109016418, 0.6969206929206848, 0.009837371297180653, 0.009987504221498966], "count": [337]}, "actions": {"min": [-0.8798326253890991, -1.389930248260498, -0.6897143721580505, -0.1090310737490654, -0.1359221488237381, -0.4455091059207916, -1.0], "max": [0.6615452766418457, 1.6709920167922974, 1.5482783317565918, 0.35003527998924255, 0.10558338463306427, 0.9891828298568726, 1.0], "mean": [-0.041495516896247864, 0.006864147260785103, 0.0033848832827061415, 0.0027683761436492205, 0.00019229868485126644, 0.030267169699072838, 0.5252225399017334], "std": [0.1734882891178131, 0.26815685629844666, 0.26780515909194946, 0.042263731360435486, 0.04214313253760338, 0.11847763508558273, 0.8509670495986938], "count": [337]}, "timestamp": {"min": [0.0], "max": [33.6], "mean": [16.8], "std": [9.728309205612248], "count": [337]}, "frame_index": {"min": [0], "max": [336], "mean": [168.0], "std": [97.28309205612247], "count": [337]}, "episode_index": {"min": [841], "max": [841], "mean": [841.0], "std": [0.0], "count": [337]}, "index": {"min": [269082], "max": [269418], "mean": [269250.0], "std": [97.28309205612247], "count": [337]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [337]}}} +{"episode_index": 842, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3573340083103554]], [[0.29956908760818785]], [[0.22594214345894606]]], "std": [[[0.13605580001964968]], [[0.12338442667961001]], [[0.1373294604357129]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9686274509803922]], [[0.984313725490196]]], "mean": [[[0.3033494059244792]], [[0.24116735002106313]], [[0.17303752944048711]]], "std": [[[0.18328907885361329]], [[0.13644383216599296]], [[0.10554816049636943]]], "count": [100]}, "state": {"min": [-0.5280991196632385, -0.2417498379945755, 1.013482928276062, 2.997170925140381, -0.251497358083725, -0.39172452688217163, 0.0149947265163064, -0.04000619426369667], "max": [-0.2775234878063202, 0.02422795444726944, 1.2699192762374878, 3.537839889526367, 0.02766323834657669, 1.5787564516067505, 0.039836183190345764, -0.013614708557724953], "mean": [-0.4318537712097168, -0.06708317995071411, 1.1634610891342163, 3.2371034622192383, -0.14812837541103363, 0.7551020383834839, 0.02154964581131935, -0.020981112495064735], "std": [0.0882500633597374, 0.08874186128377914, 0.0763973593711853, 0.13847266137599945, 0.07846777886152267, 0.7764663100242615, 0.010036967694759369, 0.010375529527664185], "count": [321]}, "actions": {"min": [-0.6508368253707886, -1.3421037197113037, -0.46318578720092773, -0.12439703941345215, -0.20227809250354767, -0.5661294460296631, -1.0], "max": [0.3867345452308655, 0.8184318542480469, 1.4477053880691528, 0.11131761968135834, 0.14646944403648376, 0.42808663845062256, 1.0], "mean": [-0.03606797009706497, 0.003527696942910552, -0.006906548049300909, 0.0020920266397297382, -0.0018168780952692032, 0.033034708350896835, 0.4953271150588989], "std": [0.1488647609949112, 0.22901012003421783, 0.2645270824432373, 0.034046679735183716, 0.046657733619213104, 0.1185293197631836, 0.8687087297439575], "count": [321]}, "timestamp": {"min": [0.0], "max": [32.0], "mean": [16.0], "std": [9.266426855410163], "count": [321]}, "frame_index": {"min": [0], "max": [320], "mean": [160.0], "std": [92.66426855410162], "count": [321]}, "episode_index": {"min": [842], "max": [842], "mean": [842.0], "std": [0.0], "count": [321]}, "index": {"min": [269419], "max": [269739], "mean": [269579.0], "std": [92.66426855410162], "count": [321]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [321]}}} +{"episode_index": 843, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3673748204848346]], [[0.31180950987572764]], [[0.24101793117149203]]], "std": [[[0.1422334698283352]], [[0.13425396780741855]], [[0.15219574376097245]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3862420349121094]], [[0.2962082806755515]], [[0.19183846507352942]]], "std": [[[0.17777669567289878]], [[0.12167439440484343]], [[0.07458453813606601]]], "count": [100]}, "state": {"min": [-0.4857974648475647, -0.22576779127120972, 1.0088855028152466, 2.9950437545776367, -0.18094764649868011, -0.2561681866645813, 0.011802640743553638, -0.040008582174777985], "max": [-0.06182348355650902, -0.0044740475714206696, 1.2397481203079224, 3.174635410308838, 0.07939887046813965, 0.1300945281982422, 0.039899881929159164, -0.011793040670454502], "mean": [-0.2380894273519516, -0.16990584135055542, 1.1419485807418823, 3.101652145385742, -0.08322722464799881, -0.04928665980696678, 0.02398010343313217, -0.023988958448171616], "std": [0.1683027744293213, 0.04226500540971756, 0.07279778271913528, 0.050965018570423126, 0.05393659323453903, 0.12560856342315674, 0.01322530210018158, 0.013327179476618767], "count": [275]}, "actions": {"min": [-1.1194078922271729, -1.9305894374847412, -0.6705666780471802, -0.2130465805530548, -0.1867932230234146, -0.18093621730804443, -1.0], "max": [0.9998936057090759, 0.5609958171844482, 1.0575547218322754, 0.10984412580728531, 0.1479097604751587, 0.3128606379032135, 1.0], "mean": [-0.061239853501319885, -0.047461558133363724, -0.03099950961768627, 0.00021784624550491571, -0.0004718000127468258, 0.0008507478632964194, 0.1345454603433609], "std": [0.2834370732307434, 0.24543218314647675, 0.24865758419036865, 0.045156922191381454, 0.04409622400999069, 0.05447494238615036, 0.9909067153930664], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [843], "max": [843], "mean": [843.0], "std": [0.0], "count": [275]}, "index": {"min": [269740], "max": [270014], "mean": [269877.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [275]}}} +{"episode_index": 844, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36421852381089154]], [[0.3093296287387025]], [[0.2370549077052696]]], "std": [[[0.14057380510676573]], [[0.13031174980027244]], [[0.14820721599151532]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.3671035090427773]], [[0.2797406741871553]], [[0.17982248223996627]]], "std": [[[0.18056864340071452]], [[0.12599513849222346]], [[0.07794235571587264]]], "count": [100]}, "state": {"min": [-0.47042521834373474, -0.21088473498821259, 0.9757343530654907, 2.867433786392212, -0.10508935153484344, -0.28573572635650635, 0.012033525854349136, -0.04000797122716904], "max": [-0.048485469073057175, 0.045702915638685226, 1.2705299854278564, 3.147080183029175, 0.1928595006465912, 0.11070811748504639, 0.039883412420749664, -0.012543091550469398], "mean": [-0.26660656929016113, -0.1318167895078659, 1.1400824785232544, 2.998121500015259, 0.015110861510038376, -0.04532616585493088, 0.023297004401683807, -0.02371549792587757], "std": [0.16837146878242493, 0.058894939720630646, 0.0869412049651146, 0.06795471906661987, 0.06659495085477829, 0.11399858444929123, 0.012582208029925823, 0.012381103821098804], "count": [310]}, "actions": {"min": [-1.3845363855361938, -1.1248936653137207, -0.8504521250724792, -0.17872175574302673, -0.14050692319869995, -0.157969132065773, -1.0], "max": [0.6573702692985535, 0.6511237025260925, 1.020096778869629, 0.17357893288135529, 0.1703043282032013, 0.20906443893909454, 1.0], "mean": [-0.047475941479206085, -0.038015007972717285, -0.0407332107424736, -0.0025947452522814274, 0.0002684810315258801, -0.0022981613874435425, 0.21935483813285828], "std": [0.28771981596946716, 0.22188416123390198, 0.2738514840602875, 0.0417623296380043, 0.040680624544620514, 0.051894377917051315, 0.9756446480751038], "count": [310]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.45], "std": [8.948882611812493], "count": [310]}, "frame_index": {"min": [0], "max": [309], "mean": [154.5], "std": [89.48882611812493], "count": [310]}, "episode_index": {"min": [844], "max": [844], "mean": [844.0], "std": [0.0], "count": [310]}, "index": {"min": [270015], "max": [270324], "mean": [270169.5], "std": [89.48882611812493], "count": [310]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [310]}}} +{"episode_index": 845, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3660754077387791]], [[0.30993583110734524]], [[0.23877744786879596]]], "std": [[[0.14147617438652058]], [[0.13327974742560905]], [[0.15046234822483953]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3829728453393076]], [[0.29451349894205725]], [[0.1905555108762255]]], "std": [[[0.18386790378808937]], [[0.12600198012985067]], [[0.07687377296832554]]], "count": [100]}, "state": {"min": [-0.5097881555557251, -0.23097653687000275, 1.0005159378051758, 3.115426778793335, -0.20534856617450714, -0.06319702416658401, 0.012032022699713707, -0.03999224677681923], "max": [-0.05691820755600929, 0.024017658084630966, 1.256402850151062, 3.2822625637054443, 0.09666651487350464, 0.08330617100000381, 0.040001824498176575, -0.011545216664671898], "mean": [-0.25913459062576294, -0.15622268617153168, 1.144844651222229, 3.1806511878967285, -0.08434786647558212, 0.01173449493944645, 0.023732056841254234, -0.023753877729177475], "std": [0.1757829487323761, 0.05517877638339996, 0.07981488853693008, 0.04563205689191818, 0.0758429765701294, 0.03622976690530777, 0.013307187706232071, 0.013219344429671764], "count": [294]}, "actions": {"min": [-1.124118447303772, -0.8450352549552917, -0.7197888493537903, -0.22003686428070068, -0.1430622935295105, -0.21988119184970856, -1.0], "max": [0.8277029991149902, 0.4631071090698242, 1.0907785892486572, 0.17666304111480713, 0.1377824991941452, 0.15253955125808716, 1.0], "mean": [-0.04391801729798317, -0.04306237772107124, -0.03549843281507492, -0.001588595099747181, 0.0015466916374862194, 0.0005499031394720078, 0.14965985715389252], "std": [0.27611732482910156, 0.21536636352539062, 0.2521974444389343, 0.048866674304008484, 0.04173922538757324, 0.05120544135570526, 0.9887387752532959], "count": [294]}, "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": [845], "max": [845], "mean": [845.0], "std": [0.0], "count": [294]}, "index": {"min": [270325], "max": [270618], "mean": [270471.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [294]}}} +{"episode_index": 846, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36153639789656095]], [[0.3100833542767693]], [[0.23981093402937345]]], "std": [[[0.14674716000011873]], [[0.13600938270500632]], [[0.1533306014978992]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.37082457478841147]], [[0.2833616350959329]], [[0.18285086478439033]]], "std": [[[0.17698753548779186]], [[0.12141175923035989]], [[0.07408398833360456]]], "count": [100]}, "state": {"min": [-0.49665161967277527, -0.2152424156665802, 0.9906255602836609, 2.9558019638061523, -0.16252529621124268, -0.1375250518321991, 0.010642366483807564, -0.0400097519159317], "max": [-0.03627113625407219, 0.006452416069805622, 1.2267329692840576, 3.1672024726867676, 0.15458154678344727, 0.07823347300291061, 0.03983019292354584, -0.011906137689948082], "mean": [-0.25978294014930725, -0.16027534008026123, 1.1272226572036743, 3.0305213928222656, -0.016310635954141617, -0.016425184905529022, 0.022884037345647812, -0.0232855211943388], "std": [0.17823290824890137, 0.04666275531053543, 0.07144835591316223, 0.05123173072934151, 0.07083965092897415, 0.05494729429483414, 0.013156186789274216, 0.013015960343182087], "count": [272]}, "actions": {"min": [-1.5894882678985596, -1.3082349300384521, -0.6841073632240295, -0.1705571413040161, -0.11137665808200836, -0.2595254182815552, -1.0], "max": [0.876968264579773, 0.4475141167640686, 0.9442176222801208, 0.18603940308094025, 0.22681400179862976, 0.20123381912708282, 1.0], "mean": [-0.04447171092033386, -0.05914025381207466, -0.039486274123191833, -0.00561298243701458, 0.0012402076972648501, -0.0015894615789875388, 0.19117647409439087], "std": [0.34259548783302307, 0.23182624578475952, 0.2582477927207947, 0.04481511190533638, 0.04213518276810646, 0.05274491384625435, 0.9815539121627808], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [846], "max": [846], "mean": [846.0], "std": [0.0], "count": [272]}, "index": {"min": [270619], "max": [270890], "mean": [270754.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [272]}}} +{"episode_index": 847, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.362634895474303]], [[0.3072148048550475]], [[0.2358540278416054]]], "std": [[[0.1411748925962551]], [[0.13091377138055293]], [[0.14707791125435277]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.364823319977405]], [[0.2783598770440794]], [[0.17812239643171723]]], "std": [[[0.18374543064164334]], [[0.1270821959044562]], [[0.07571719083401106]]], "count": [100]}, "state": {"min": [-0.4898277223110199, -0.20469599962234497, 0.9764727354049683, 2.914060354232788, 0.002307073213160038, -0.3095959424972534, 0.012096131220459938, -0.0400068461894989], "max": [-0.054541584104299545, -0.024591131135821342, 1.2907551527023315, 3.1513617038726807, 0.2846188247203827, 0.05838800221681595, 0.039945729076862335, -0.012182413600385189], "mean": [-0.23723158240318298, -0.14652740955352783, 1.1565062999725342, 3.014888286590576, 0.0733930766582489, -0.12406148761510849, 0.025282854214310646, -0.02525225840508938], "std": [0.17255954444408417, 0.03947502747178078, 0.08370132744312286, 0.05696796625852585, 0.06052328273653984, 0.10562440007925034, 0.013362959958612919, 0.013500800356268883], "count": [361]}, "actions": {"min": [-1.2190334796905518, -0.5963448286056519, -0.6819726228713989, -0.11376763880252838, -0.14270542562007904, -0.10897967219352722, -1.0], "max": [1.1606918573379517, 0.7088391780853271, 1.2778198719024658, 0.2326427400112152, 0.2493838220834732, 0.16898269951343536, 1.0], "mean": [-0.0400099903345108, -0.02099495194852352, -0.01954900287091732, -0.00035264831967651844, 0.0016528561245650053, -0.001775828073732555, 0.04709141328930855], "std": [0.2581471800804138, 0.18374428153038025, 0.25424250960350037, 0.04186909273266792, 0.04090230166912079, 0.04032541811466217, 0.9988888502120972], "count": [361]}, "timestamp": {"min": [0.0], "max": [36.0], "mean": [18.0], "std": [10.421132376090423], "count": [361]}, "frame_index": {"min": [0], "max": [360], "mean": [180.0], "std": [104.21132376090422], "count": [361]}, "episode_index": {"min": [847], "max": [847], "mean": [847.0], "std": [0.0], "count": [361]}, "index": {"min": [270891], "max": [271251], "mean": [271071.0], "std": [104.21132376090422], "count": [361]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [361]}}} +{"episode_index": 848, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3449399228563496]], [[0.2824524978936887]], [[0.21990738812614888]]], "std": [[[0.1463383577955754]], [[0.14005851511431644]], [[0.14534527349144633]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9333333333333333]], [[0.9254901960784314]]], "mean": [[[0.2659689540489047]], [[0.19960506843118106]], [[0.13295624198165593]]], "std": [[[0.19298747559361606]], [[0.13991514145184852]], [[0.09027892991532323]]], "count": [100]}, "state": {"min": [-0.5164359211921692, -0.16765037178993225, 0.9900304675102234, 3.0046072006225586, -0.0313059464097023, -0.17919619381427765, 0.015229404903948307, -0.03997251018881798], "max": [-0.29530084133148193, 0.25240013003349304, 1.1678990125656128, 3.5481648445129395, 0.25236189365386963, 0.011933110654354095, 0.03975435346364975, -0.014048929326236248], "mean": [-0.41442444920539856, 0.08546678721904755, 1.0941041707992554, 3.3102760314941406, 0.05403895303606987, -0.09460975229740143, 0.023217247799038887, -0.02260240912437439], "std": [0.0853336900472641, 0.15854200720787048, 0.04874224588274956, 0.20205388963222504, 0.06972246617078781, 0.04827980697154999, 0.010230109095573425, 0.010695905424654484], "count": [228]}, "actions": {"min": [-0.5935669541358948, -1.1445233821868896, -0.7238834500312805, -0.17368295788764954, -0.19445450603961945, -0.2282041758298874, -1.0], "max": [0.24164269864559174, 1.4268430471420288, 1.7444289922714233, 0.26593008637428284, 0.3388897776603699, 0.15754050016403198, 1.0], "mean": [-0.04944368451833725, 0.089033342897892, -0.031178422272205353, 0.014461483806371689, 0.00249311956577003, -0.002770856721326709, 0.37719297409057617], "std": [0.14766767621040344, 0.33115074038505554, 0.27848097681999207, 0.05580161511898041, 0.05541085824370384, 0.0465552881360054, 0.9261355400085449], "count": [228]}, "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": [848], "max": [848], "mean": [848.0], "std": [0.0], "count": [228]}, "index": {"min": [271252], "max": [271479], "mean": [271365.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [228]}}} +{"episode_index": 849, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3446714704924939]], [[0.2826208089192708]], [[0.2185201380112592]]], "std": [[[0.14881201076027023]], [[0.140763937834409]], [[0.14590440583396316]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9215686274509803]], [[0.9215686274509803]]], "mean": [[[0.2762336491603477]], [[0.20887174598843442]], [[0.14288957842658548]]], "std": [[[0.19033430103878934]], [[0.13997173906594804]], [[0.0946948868201087]]], "count": [100]}, "state": {"min": [-0.519601047039032, -0.15268710255622864, 0.9922844171524048, 2.9485831260681152, -0.14903347194194794, -0.2021501511335373, 0.018310941755771637, -0.040004391223192215], "max": [-0.2934015095233917, 0.23727715015411377, 1.1646240949630737, 3.5715649127960205, 0.16877534985542297, 0.07929255068302155, 0.039704903960227966, -0.016899053007364273], "mean": [-0.42779621481895447, 0.08703111112117767, 1.1024672985076904, 3.3092641830444336, -0.03638957813382149, -0.032780665904283524, 0.02404702454805374, -0.02342962473630905], "std": [0.08825196325778961, 0.14943622052669525, 0.05274447426199913, 0.2310020923614502, 0.08873403817415237, 0.09561881422996521, 0.008614464662969112, 0.009040923789143562], "count": [207]}, "actions": {"min": [-0.520734429359436, -0.8761214017868042, -0.6379377841949463, -0.21607476472854614, -0.14510789513587952, -0.1580701470375061, -1.0], "max": [0.3711555600166321, 1.4757643938064575, 1.1013597249984741, 0.17449019849300385, 0.15553340315818787, 0.1435699164867401, 1.0], "mean": [-0.06364394724369049, 0.09871134907007217, -0.03848733380436897, 0.016980838030576706, 0.0016764511819928885, 0.004141980316489935, 0.46859902143478394], "std": [0.15493832528591156, 0.2876211404800415, 0.254049688577652, 0.05148158594965935, 0.040482182055711746, 0.0438663512468338, 0.8834109902381897], "count": [207]}, "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": [849], "max": [849], "mean": [849.0], "std": [0.0], "count": [207]}, "index": {"min": [271480], "max": [271686], "mean": [271583.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [207]}}} +{"episode_index": 850, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3460612092859605]], [[0.2831936944699755]], [[0.2191925988290824]]], "std": [[[0.14804807613992338]], [[0.14098169278724026]], [[0.14602781025849174]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.3080952232211244]], [[0.2301385025323606]], [[0.15045161168715532]]], "std": [[[0.19195841898631136]], [[0.1392776969671519]], [[0.08735700476427066]]], "count": [100]}, "state": {"min": [-0.5254335999488831, -0.14934003353118896, 0.9884352087974548, 3.0306921005249023, -0.21660761535167694, -0.2333381325006485, 0.014988590031862259, -0.04000551626086235], "max": [-0.2858205735683441, 0.22504538297653198, 1.2277936935424805, 3.509046792984009, 0.14041541516780853, 0.024231351912021637, 0.039892178028821945, -0.014034212566912174], "mean": [-0.4060754179954529, 0.046613942831754684, 1.126334547996521, 3.265808343887329, -0.0612947903573513, -0.10690672695636749, 0.02340831607580185, -0.022865867242217064], "std": [0.08581332117319107, 0.1465865969657898, 0.06919925659894943, 0.17130111157894135, 0.10354163497686386, 0.09205044060945511, 0.01129270251840353, 0.011680454947054386], "count": [251]}, "actions": {"min": [-0.6939852237701416, -1.1774729490280151, -0.6008785367012024, -0.1700369417667389, -0.1321081966161728, -0.16137555241584778, -1.0], "max": [0.24704687297344208, 0.8386428356170654, 1.347677230834961, 0.16220955550670624, 0.11427635699510574, 0.15604010224342346, 1.0], "mean": [-0.049194253981113434, 0.05805473402142525, -0.029700355604290962, 0.008857311680912971, 0.0010195147478953004, -0.004907696042209864, 0.306772917509079], "std": [0.15063482522964478, 0.2521505057811737, 0.27980268001556396, 0.043302375823259354, 0.043134186416864395, 0.049083415418863297, 0.9517817497253418], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [850], "max": [850], "mean": [850.0], "std": [0.0], "count": [251]}, "index": {"min": [271687], "max": [271937], "mean": [271812.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [251]}}} +{"episode_index": 851, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.34421413406671264]], [[0.283042506199257]], [[0.21951934156230854]]], "std": [[[0.150056586145873]], [[0.14176960211520337]], [[0.14671504272300412]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9372549019607843]], [[0.9294117647058824]]], "mean": [[[0.2854238825779335]], [[0.2147023692411535]], [[0.1431934826420803]]], "std": [[[0.19819433476848244]], [[0.14462971233135175]], [[0.09289275274014033]]], "count": [100]}, "state": {"min": [-0.5011487007141113, -0.14104965329170227, 0.99981290102005, 3.039344072341919, -0.19995146989822388, -0.07605398446321487, 0.014174588024616241, -0.03999345004558563], "max": [-0.28757479786872864, 0.26152554154396057, 1.2340521812438965, 3.5582501888275146, 0.13993670046329498, 0.06216375157237053, 0.03981539607048035, -0.01430482231080532], "mean": [-0.39963090419769287, 0.062307070940732956, 1.1180413961410522, 3.286497116088867, -0.037007369101047516, -0.01255018450319767, 0.02280498668551445, -0.02254144847393036], "std": [0.08592061698436737, 0.1574169099330902, 0.07097047567367554, 0.19824214279651642, 0.1014125719666481, 0.04604790732264519, 0.010231124237179756, 0.010463995859026909], "count": [187]}, "actions": {"min": [-0.6131911873817444, -0.39332443475723267, -0.696306049823761, -0.1312008500099182, -0.19753651320934296, -0.12918533384799957, -1.0], "max": [0.25728049874305725, 0.9639044404029846, 1.7076247930526733, 0.13459989428520203, 0.12611719965934753, 0.11141619831323624, 1.0], "mean": [-0.05589700862765312, 0.13036751747131348, -0.025249119848012924, 0.016033921390771866, 0.003801321843639016, -0.0021483830641955137, 0.4010695219039917], "std": [0.15514178574085236, 0.2624239921569824, 0.3766741454601288, 0.0426449254155159, 0.05351145192980766, 0.03734323009848595, 0.9160482287406921], "count": [187]}, "timestamp": {"min": [0.0], "max": [18.6], "mean": [9.299999999999999], "std": [5.3981478305063115], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [851], "max": [851], "mean": [851.0], "std": [0.0], "count": [187]}, "index": {"min": [271938], "max": [272124], "mean": [272031.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [187]}}} +{"episode_index": 852, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3498211143344056]], [[0.28816155766505824]], [[0.22679892925187653]]], "std": [[[0.15125074296180335]], [[0.14660365281876386]], [[0.15378006094691649]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.41111422011431525]], [[0.3192038185269225]], [[0.2164135341270297]]], "std": [[[0.19736225975443158]], [[0.14433715805180955]], [[0.09668676593785265]]], "count": [100]}, "state": {"min": [-0.2912500202655792, 0.0021663967054337263, 0.986171305179596, 2.86234974861145, -0.12934911251068115, -0.17234225571155548, 0.0036705518141388893, -0.03996202349662781], "max": [-0.07205336540937424, 0.2293737530708313, 1.2637492418289185, 3.1855785846710205, 0.18227265775203705, 0.052833735942840576, 0.03993000462651253, -0.004321453161537647], "mean": [-0.21238215267658234, 0.1670149564743042, 1.1414222717285156, 3.0149857997894287, -0.00399811239913106, -0.038832902908325195, 0.01712789386510849, -0.017427902668714523], "std": [0.07972334325313568, 0.05819685012102127, 0.07114232331514359, 0.09342622756958008, 0.08732510358095169, 0.06203721463680267, 0.016741158440709114, 0.01648871786892414], "count": [235]}, "actions": {"min": [-1.642745852470398, -0.37134623527526855, -0.8697036504745483, -0.14521518349647522, -0.17637136578559875, -0.15732498466968536, -1.0], "max": [1.0938498973846436, 1.2820215225219727, 1.1872512102127075, 0.10289891809225082, 0.10286083072423935, 0.2631724178791046, 1.0], "mean": [0.003589221043512225, 0.06752794235944748, -0.027939751744270325, -0.007103583309799433, 0.002061020117253065, -0.006436149589717388, 0.25106382369995117], "std": [0.288883239030838, 0.22261346876621246, 0.31687426567077637, 0.0422835499048233, 0.046025507152080536, 0.04423055052757263, 0.9679684042930603], "count": [235]}, "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": [852], "max": [852], "mean": [852.0], "std": [0.0], "count": [235]}, "index": {"min": [272125], "max": [272359], "mean": [272242.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [235]}}} +{"episode_index": 853, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3516312327665441]], [[0.28972160309436273]], [[0.2294088487812117]]], "std": [[[0.15123605509110324]], [[0.14828121229356267]], [[0.1552410071056517]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4169267260981541]], [[0.32405269308651197]], [[0.2203137326708027]]], "std": [[[0.19084459039432233]], [[0.13886033371859807]], [[0.09363468082071967]]], "count": [100]}, "state": {"min": [-0.28915250301361084, -0.017366360872983932, 1.002975583076477, 2.9018301963806152, -0.14063094556331635, -0.06716939061880112, 0.0023721500765532255, -0.04000389575958252], "max": [-0.08930132538080215, 0.21363966166973114, 1.25628662109375, 3.0907113552093506, 0.1578584760427475, 0.10296192765235901, 0.03988535702228546, -0.003984907176345587], "mean": [-0.20436865091323853, 0.148768812417984, 1.1451808214187622, 2.990628719329834, -0.01880248449742794, 0.0254533514380455, 0.01827702857553959, -0.018777748569846153], "std": [0.07549545168876648, 0.053258951753377914, 0.0716523826122284, 0.060709454119205475, 0.08447585254907608, 0.03822864964604378, 0.01703708991408348, 0.016762588173151016], "count": [211]}, "actions": {"min": [-0.8452929258346558, -0.5692219138145447, -0.8724293112754822, -0.18481850624084473, -0.1458178460597992, -0.14399927854537964, -1.0], "max": [0.5551556348800659, 1.124940037727356, 1.4892096519470215, 0.20483048260211945, 0.13778603076934814, 0.19234730303287506, 1.0], "mean": [0.014374843798577785, 0.0774751752614975, -0.023406725376844406, -0.004401273559778929, 0.004487879574298859, -5.792582669528201e-05, 0.18483412265777588], "std": [0.22925269603729248, 0.2480972558259964, 0.33308351039886475, 0.04111967235803604, 0.047279663383960724, 0.03738680109381676, 0.9827690124511719], "count": [211]}, "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": [853], "max": [853], "mean": [853.0], "std": [0.0], "count": [211]}, "index": {"min": [272360], "max": [272570], "mean": [272465.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [211]}}} +{"episode_index": 854, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34939731732536766]], [[0.2881356793571921]], [[0.22729581645890778]]], "std": [[[0.15540606536866902]], [[0.15125662243771956]], [[0.15809939682934637]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4450566501991422]], [[0.34720631079580266]], [[0.23488316494810815]]], "std": [[[0.18814717798409003]], [[0.1368065190194205]], [[0.09459710773519209]]], "count": [100]}, "state": {"min": [-0.2777600586414337, 0.018535565584897995, 0.9854862689971924, 2.8436362743377686, -0.22479590773582458, -0.06853363662958145, 0.003640978131443262, -0.04000699892640114], "max": [-0.07821722328662872, 0.31312036514282227, 1.2744779586791992, 3.077462911605835, 0.16006261110305786, 0.11477001011371613, 0.03987003117799759, 0.00032871097209863365], "mean": [-0.17379143834114075, 0.18759886920452118, 1.144113302230835, 2.9714300632476807, -0.08901046961545944, 0.06125721335411072, 0.019395578652620316, -0.019571451470255852], "std": [0.05935340374708176, 0.08486469089984894, 0.0821065604686737, 0.054612237960100174, 0.10381799936294556, 0.052089788019657135, 0.017226936295628548, 0.017218584194779396], "count": [229]}, "actions": {"min": [-0.5703020095825195, -0.581939697265625, -0.6758899092674255, -0.10397840291261673, -0.12465380132198334, -0.13832981884479523, -1.0], "max": [0.5413514971733093, 0.8057522177696228, 0.8629195094108582, 0.09743056446313858, 0.17172275483608246, 0.1427878886461258, 1.0], "mean": [0.02514783665537834, 0.08753994107246399, -0.0348924919962883, -0.0009577090968377888, 0.005731656216084957, -0.0053398790769279, 0.1266375482082367], "std": [0.20184236764907837, 0.211971715092659, 0.32397687435150146, 0.037485189735889435, 0.04946138709783554, 0.03886710852384567, 0.9919480681419373], "count": [229]}, "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": [854], "max": [854], "mean": [854.0], "std": [0.0], "count": [229]}, "index": {"min": [272571], "max": [272799], "mean": [272685.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [229]}}} +{"episode_index": 855, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34911722160788144]], [[0.28597949996649047]], [[0.22441366218118106]]], "std": [[[0.14855700597479132]], [[0.14448937427691613]], [[0.14983538004106647]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3685550495222503]], [[0.27916167494829963]], [[0.19370575609394147]]], "std": [[[0.2008807889315957]], [[0.15075989674940563]], [[0.1036040470354394]]], "count": [100]}, "state": {"min": [-0.3192462623119354, -0.002735803136602044, 0.9895855188369751, 2.980926990509033, -0.0710294172167778, -0.21767503023147583, 0.002607614966109395, -0.04000305011868477], "max": [-0.11496174335479736, 0.1314128041267395, 1.2396403551101685, 3.1781468391418457, 0.25563111901283264, 0.12444775551557541, 0.03989904373884201, -0.006348971743136644], "mean": [-0.2304101437330246, 0.06917227059602737, 1.1213774681091309, 3.0940017700195312, 0.03886272385716438, -0.04091467335820198, 0.019515713676810265, -0.01992291957139969], "std": [0.07468286156654358, 0.04176057130098343, 0.07278630137443542, 0.0499923899769783, 0.08381741493940353, 0.10058131814002991, 0.01585010252892971, 0.01571030542254448], "count": [231]}, "actions": {"min": [-1.0072849988937378, -0.7990534901618958, -0.8217322826385498, -0.10268767923116684, -0.1935337781906128, -0.15568555891513824, -1.0], "max": [0.7310507297515869, 0.513856828212738, 1.6791865825653076, 0.15609121322631836, 0.16595520079135895, 0.15689842402935028, 1.0], "mean": [0.004772475454956293, 0.04142601788043976, -0.021914971992373466, 0.0032542322296649218, 0.00434610852971673, 0.0021265046671032906, 0.18614718317985535], "std": [0.2511727511882782, 0.19304606318473816, 0.34787797927856445, 0.03805093094706535, 0.0455336794257164, 0.04052520915865898, 0.982521116733551], "count": [231]}, "timestamp": {"min": [0.0], "max": [23.0], "mean": [11.5], "std": [6.668333125052067], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [855], "max": [855], "mean": [855.0], "std": [0.0], "count": [231]}, "index": {"min": [272800], "max": [273030], "mean": [272915.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [231]}}} +{"episode_index": 856, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3481778462727865]], [[0.28716052066578585]], [[0.2244817804074755]]], "std": [[[0.1476848759949056]], [[0.14224035837293275]], [[0.14967953977497808]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3660699708228018]], [[0.27666352814319084]], [[0.18265294033873317]]], "std": [[[0.1847088567656712]], [[0.13351747216582827]], [[0.08474802805304575]]], "count": [100]}, "state": {"min": [-0.34503185749053955, -0.2554473280906677, 1.0012818574905396, 2.8624532222747803, -0.121909499168396, -0.09063463658094406, 0.014181151986122131, -0.04000736400485039], "max": [-0.1932753473520279, 0.19326314330101013, 1.2190476655960083, 3.2340662479400635, 0.18043942749500275, 0.0396101213991642, 0.03987819701433182, -0.014735491015017033], "mean": [-0.26392167806625366, -0.029843753203749657, 1.1380962133407593, 3.0335404872894287, -0.018756527453660965, -0.03777911514043808, 0.023884840309619904, -0.024189863353967667], "std": [0.04209489747881889, 0.17422893643379211, 0.06252942234277725, 0.07022309303283691, 0.07365763932466507, 0.03690338507294655, 0.011415591463446617, 0.011241409927606583], "count": [293]}, "actions": {"min": [-0.7009768486022949, -1.3681751489639282, -0.5089945793151855, -0.19479264318943024, -0.18647247552871704, -0.13741470873355865, -1.0], "max": [0.3486369848251343, 1.3527978658676147, 1.0535494089126587, 0.3444766104221344, 0.23901726305484772, 0.23268385231494904, 1.0], "mean": [0.026310119777917862, 0.03147374093532562, -0.015658602118492126, -0.0029922612011432648, 0.0032389468979090452, -0.002704231534153223, 0.26279863715171814], "std": [0.13921700417995453, 0.3311954140663147, 0.23136018216609955, 0.06453645974397659, 0.0427393913269043, 0.050844766199588776, 0.9648528695106506], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [856], "max": [856], "mean": [856.0], "std": [0.0], "count": [293]}, "index": {"min": [273031], "max": [273323], "mean": [273177.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [293]}}} +{"episode_index": 857, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3485075803270527]], [[0.28692477536668964]], [[0.2238242534562653]]], "std": [[[0.14903000706067573]], [[0.14336790527782253]], [[0.15072477158347805]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.3856193686092601]], [[0.29210755112591913]], [[0.1918852377498851]]], "std": [[[0.19020298958472426]], [[0.13758836962133073]], [[0.08627141095957112]]], "count": [100]}, "state": {"min": [-0.3579985499382019, -0.25361382961273193, 0.9890965223312378, 2.9935402870178223, -0.19664359092712402, -0.24107584357261658, 0.017679363489151, -0.04000707343220711], "max": [-0.20148049294948578, 0.22645211219787598, 1.2672557830810547, 3.30141282081604, 0.10845635831356049, 0.12461905926465988, 0.039836667478084564, -0.017368419095873833], "mean": [-0.25884461402893066, 0.013634766452014446, 1.1588261127471924, 3.1483328342437744, -0.06261808425188065, -0.027471210807561874, 0.025940194725990295, -0.025812046602368355], "std": [0.04326885566115379, 0.19173766672611237, 0.07397432625293732, 0.08619039505720139, 0.07282238453626633, 0.11922713369131088, 0.009662916883826256, 0.009818466380238533], "count": [255]}, "actions": {"min": [-0.8906494379043579, -0.8401014804840088, -0.9750884175300598, -0.1924908459186554, -0.17190882563591003, -0.1476118415594101, -1.0], "max": [0.5251377820968628, 0.9452084898948669, 1.7578059434890747, 0.17970532178878784, 0.31669431924819946, 0.18480052053928375, 1.0], "mean": [0.0332619771361351, 0.0689220204949379, -0.005699675064533949, 0.0029869473073631525, 0.0020648804493248463, 0.0017572386423125863, 0.27843138575553894], "std": [0.19577327370643616, 0.3301333487033844, 0.3297223448753357, 0.04303625598549843, 0.0490642786026001, 0.046791333705186844, 0.960455596446991], "count": [255]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.7], "std": [7.36115932898254], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [857], "max": [857], "mean": [857.0], "std": [0.0], "count": [255]}, "index": {"min": [273324], "max": [273578], "mean": [273451.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [255]}}} +{"episode_index": 858, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.34770557657877604]], [[0.2879606544644225]], [[0.22682199934417127]]], "std": [[[0.14922937164434194]], [[0.14412514759320583]], [[0.15190559787545765]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9568627450980393]], [[0.9529411764705882]]], "mean": [[[0.3736935167499617]], [[0.2807478260713465]], [[0.1840536211799173]]], "std": [[[0.18307774089500262]], [[0.1346834228638208]], [[0.08566067194942459]]], "count": [100]}, "state": {"min": [-0.32296714186668396, -0.2706433832645416, 0.9898434281349182, 2.9338021278381348, -0.12476649880409241, -0.22570717334747314, 0.013413538224995136, -0.040007464587688446], "max": [-0.171991765499115, 0.17548343539237976, 1.239835500717163, 3.255127191543579, 0.10043849796056747, 0.11407770961523056, 0.03988500311970711, -0.014452607370913029], "mean": [-0.24868880212306976, -0.03896261006593704, 1.1471621990203857, 3.0462265014648438, -0.019853631034493446, -0.06695879995822906, 0.024769702926278114, -0.024838002398610115], "std": [0.043263111263513565, 0.17280568182468414, 0.06888294219970703, 0.08966223150491714, 0.05905425176024437, 0.10809724032878876, 0.011574503034353256, 0.01150775421410799], "count": [297]}, "actions": {"min": [-0.8795764446258545, -0.722179651260376, -0.8848152756690979, -0.2089090645313263, -0.14244131743907928, -0.16526250541210175, -1.0], "max": [0.266761839389801, 1.4151487350463867, 0.9470705389976501, 0.20030732452869415, 0.1022108942270279, 0.16344664990901947, 1.0], "mean": [0.027355467900633812, 0.04020368680357933, -0.008832283318042755, -0.003169083734974265, 0.0016190666938200593, -0.007366461213678122, 0.2053872048854828], "std": [0.15460418164730072, 0.2974066734313965, 0.24576817452907562, 0.057590290904045105, 0.03604941815137863, 0.04606069251894951, 0.9786809086799622], "count": [297]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.573602898820697], "count": [297]}, "frame_index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "episode_index": {"min": [858], "max": [858], "mean": [858.0], "std": [0.0], "count": [297]}, "index": {"min": [273579], "max": [273875], "mean": [273727.0], "std": [85.73602898820698], "count": [297]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [297]}}} +{"episode_index": 859, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35077057782341453]], [[0.2891153049842984]], [[0.22521884633980546]]], "std": [[[0.14662436900322331]], [[0.1412069066714469]], [[0.1504431266508431]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3754547400381051]], [[0.28260437131395527]], [[0.1849109670601639]]], "std": [[[0.18541273813099693]], [[0.13494166126329357]], [[0.08367841454745897]]], "count": [100]}, "state": {"min": [-0.32254132628440857, -0.23467114567756653, 1.0062228441238403, 2.895106554031372, -0.10391601920127869, -0.16340750455856323, 0.014923875220119953, -0.04000638797879219], "max": [-0.19489991664886475, 0.2104525864124298, 1.2409489154815674, 3.212453603744507, 0.19733397662639618, 0.023768361657857895, 0.039892349392175674, -0.013350268825888634], "mean": [-0.25228726863861084, -0.018598875030875206, 1.1501319408416748, 3.072474718093872, -0.00947785284370184, -0.08248312026262283, 0.025114990770816803, -0.02488604746758938], "std": [0.03811943903565407, 0.17815281450748444, 0.06813909113407135, 0.07014291733503342, 0.07483208924531937, 0.050322696566581726, 0.011345061473548412, 0.011347132734954357], "count": [290]}, "actions": {"min": [-0.7411999702453613, -0.9659028053283691, -0.5138993859291077, -0.17007431387901306, -0.1501874178647995, -0.13635984063148499, -1.0], "max": [0.45695388317108154, 1.4587196111679077, 1.2390406131744385, 0.28208333253860474, 0.11303861439228058, 0.1919739693403244, 1.0], "mean": [0.029160309582948685, 0.05419384688138962, -0.012679032981395721, -0.0013208832824602723, 0.003517705714330077, -0.00212908536195755, 0.20000000298023224], "std": [0.15186484158039093, 0.29965585470199585, 0.25217965245246887, 0.05047450214624405, 0.03916921466588974, 0.04116575047373772, 0.9797959327697754], "count": [290]}, "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": [859], "max": [859], "mean": [859.0], "std": [0.0], "count": [290]}, "index": {"min": [273876], "max": [274165], "mean": [274020.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [290]}}} +{"episode_index": 860, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3496362609863281]], [[0.2903563908595665]], [[0.22926040888767615]]], "std": [[[0.15730926212447136]], [[0.15245197282856124]], [[0.1601204699206632]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.36393985344381896]], [[0.27899320056391697]], [[0.1855390630983839]]], "std": [[[0.2044295556571783]], [[0.14722149921345828]], [[0.09287806976045276]]], "count": [100]}, "state": {"min": [-0.4346555471420288, -0.09023156017065048, 1.0072929859161377, 2.8430216312408447, -0.20628118515014648, -0.20772364735603333, 0.015500183217227459, -0.04001231864094734], "max": [0.0002539516135584563, 0.2739502787590027, 1.2140461206436157, 3.325493574142456, 0.08648058772087097, 0.166046604514122, 0.03990091755986214, -0.01523163914680481], "mean": [-0.234170064330101, 0.06615868955850601, 1.1448436975479126, 3.09397292137146, -0.08584070205688477, -0.021091477945446968, 0.025308433920145035, -0.025436513125896454], "std": [0.16413800418376923, 0.1438441425561905, 0.05788017064332962, 0.13894259929656982, 0.0831235721707344, 0.09605833888053894, 0.01083226315677166, 0.010764377191662788], "count": [361]}, "actions": {"min": [-0.8261752724647522, -0.6289442777633667, -0.728309154510498, -0.23184655606746674, -0.20458625257015228, -0.1485850065946579, -1.0], "max": [0.8264979124069214, 0.7045058608055115, 1.1887739896774292, 0.24252788722515106, 0.27872031927108765, 0.28034958243370056, 1.0], "mean": [-0.007840201258659363, 0.06116122752428055, -0.0211827140301466, 0.006145881488919258, 0.001100766472518444, -0.0010083328234031796, 0.24099722504615784], "std": [0.2563821077346802, 0.177911639213562, 0.21374796330928802, 0.055113982409238815, 0.044482339173555374, 0.04876655340194702, 0.9705240726470947], "count": [361]}, "timestamp": {"min": [0.0], "max": [36.0], "mean": [18.0], "std": [10.421132376090423], "count": [361]}, "frame_index": {"min": [0], "max": [360], "mean": [180.0], "std": [104.21132376090422], "count": [361]}, "episode_index": {"min": [860], "max": [860], "mean": [860.0], "std": [0.0], "count": [361]}, "index": {"min": [274166], "max": [274526], "mean": [274346.0], "std": [104.21132376090422], "count": [361]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [361]}}} +{"episode_index": 861, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34734126191980697]], [[0.28793073048311124]], [[0.22642407047047333]]], "std": [[[0.15464851941814037]], [[0.14830226004904862]], [[0.15540216983459182]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3471472754384957]], [[0.2635667257869945]], [[0.17260229492187498]]], "std": [[[0.21045619784787276]], [[0.15100689899350092]], [[0.09054968980466953]]], "count": [100]}, "state": {"min": [-0.41526100039482117, -0.11105464398860931, 0.9910565614700317, 2.8696179389953613, -0.0952807068824768, -0.4575486481189728, 0.015033546835184097, -0.04001212492585182], "max": [-0.002418672200292349, 0.2871113121509552, 1.2273370027542114, 3.2906787395477295, 0.23214945197105408, 0.13735823333263397, 0.03995801880955696, -0.01454444695264101], "mean": [-0.2271399199962616, 0.07142168283462524, 1.151066780090332, 3.10408616065979, 0.020653782412409782, -0.1495308130979538, 0.024584868922829628, -0.024656707420945168], "std": [0.15299484133720398, 0.15046417713165283, 0.06082082912325859, 0.13156384229660034, 0.08587141335010529, 0.15538780391216278, 0.011300194077193737, 0.011409453116357327], "count": [347]}, "actions": {"min": [-1.400732398033142, -0.5141915082931519, -0.7097715735435486, -0.1999373883008957, -0.15934106707572937, -0.24931477010250092, -1.0], "max": [0.5747765898704529, 0.8433436751365662, 1.3296653032302856, 0.19294197857379913, 0.10573597252368927, 0.19607585668563843, 1.0], "mean": [-0.014143798500299454, 0.06298844516277313, -0.00839796382933855, 0.004188581835478544, 0.000250781886279583, -0.004632253665477037, 0.25072047114372253], "std": [0.28356724977493286, 0.19319376349449158, 0.22513696551322937, 0.052318863570690155, 0.040598105639219284, 0.053952839225530624, 0.9680599570274353], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [861], "max": [861], "mean": [861.0], "std": [0.0], "count": [347]}, "index": {"min": [274527], "max": [274873], "mean": [274700.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [347]}}} +{"episode_index": 862, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3565745849609375]], [[0.29555203187231927]], [[0.23175097955441942]]], "std": [[[0.1560217200338249]], [[0.15199739713589996]], [[0.16198284538812166]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37698824295343136]], [[0.2912881619322534]], [[0.1951556797401578]]], "std": [[[0.20415208784639802]], [[0.14709829554235132]], [[0.09461043351063528]]], "count": [100]}, "state": {"min": [-0.41313493251800537, -0.10364854335784912, 0.9924144744873047, 2.971007823944092, -0.2633214592933655, -0.1092660129070282, 0.015524794347584248, -0.04000695422291756], "max": [-0.016740331426262856, 0.2648288309574127, 1.2287780046463013, 3.4440176486968994, 0.046275921165943146, 0.08969302475452423, 0.03989880904555321, -0.013063007965683937], "mean": [-0.242277592420578, 0.06302376836538315, 1.1491286754608154, 3.182603120803833, -0.16536536812782288, -0.013142692856490612, 0.02475014701485634, -0.024513470008969307], "std": [0.15017464756965637, 0.149765744805336, 0.0644393041729927, 0.15128716826438904, 0.07880798727273941, 0.052920058369636536, 0.011037226766347885, 0.011246141977608204], "count": [346]}, "actions": {"min": [-0.863012433052063, -0.2930055260658264, -0.6475068926811218, -0.12918713688850403, -0.19230839610099792, -0.15830495953559875, -1.0], "max": [0.5490724444389343, 0.7652953863143921, 1.003739595413208, 0.30905070900917053, 0.1508820801973343, 0.16409464180469513, 1.0], "mean": [-0.02389378845691681, 0.06676409393548965, -0.02364807203412056, 0.007592388428747654, -0.0004548979050014168, -0.00018492777599021792, 0.2658959627151489], "std": [0.22738578915596008, 0.16207292675971985, 0.22852136194705963, 0.044130656868219376, 0.04687181115150452, 0.04402090609073639, 0.9640018343925476], "count": [346]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [862], "max": [862], "mean": [862.0], "std": [0.0], "count": [346]}, "index": {"min": [274874], "max": [275219], "mean": [275046.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [346]}}} +{"episode_index": 863, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35113096050187653]], [[0.29017480049881283]], [[0.2281039841595818]]], "std": [[[0.153760132878908]], [[0.1491396299605882]], [[0.15620561331610683]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.33344871670592063]], [[0.255670181573606]], [[0.1711148406384038]]], "std": [[[0.2183861993783154]], [[0.15820589063690801]], [[0.09946980310516416]]], "count": [100]}, "state": {"min": [-0.40755385160446167, -0.0888189896941185, 0.9887033104896545, 3.004951238632202, -0.16767466068267822, -0.17823252081871033, 0.0140482597053051, -0.04000559821724892], "max": [-0.027476901188492775, 0.27175331115722656, 1.2016558647155762, 3.4493823051452637, 0.19637256860733032, 0.14847850799560547, 0.03993217647075653, -0.013968151994049549], "mean": [-0.2530513107776642, 0.08985758572816849, 1.134076476097107, 3.210033655166626, -0.03158046677708626, -0.019795836880803108, 0.022195277735590935, -0.02258479967713356], "std": [0.13650672137737274, 0.14462314546108246, 0.06311911344528198, 0.14821800589561462, 0.08493102341890335, 0.07242795079946518, 0.011158471927046776, 0.010849322192370892], "count": [331]}, "actions": {"min": [-1.089449405670166, -0.40022408962249756, -0.6407233476638794, -0.17564646899700165, -0.15078772604465485, -0.21724438667297363, -1.0], "max": [0.7589646577835083, 0.6153486967086792, 0.9046345949172974, 0.24732795357704163, 0.14907662570476532, 0.3611687421798706, 1.0], "mean": [-0.012506548315286636, 0.07247431576251984, -0.03478746488690376, 0.00949087180197239, 0.0034424904733896255, -0.002553407335653901, 0.3897280991077423], "std": [0.25706547498703003, 0.16626015305519104, 0.22240133583545685, 0.04852757975459099, 0.040451422333717346, 0.0496707558631897, 0.9209316968917847], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [863], "max": [863], "mean": [863.0], "std": [0.0], "count": [331]}, "index": {"min": [275220], "max": [275550], "mean": [275385.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [331]}}} +{"episode_index": 864, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3591596607881434]], [[0.29870065906001075]], [[0.2323380085066253]]], "std": [[[0.13955222500027847]], [[0.13394139052517887]], [[0.14743027074529155]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34992472689759496]], [[0.2664241901472503]], [[0.17511484363032323]]], "std": [[[0.20880270009878826]], [[0.1515221172457197]], [[0.09518958069438772]]], "count": [100]}, "state": {"min": [-0.3887190818786621, -0.2300967276096344, 0.9934908747673035, 2.711738348007202, -0.16245011985301971, -0.25721973180770874, 0.015119603835046291, -0.03990507498383522], "max": [-0.15902183949947357, 0.29132744669914246, 1.2251603603363037, 3.3744113445281982, 0.24586200714111328, 0.36534038186073303, 0.04000503197312355, -0.01745034195482731], "mean": [-0.2847279906272888, 0.03643776848912239, 1.1364452838897705, 3.0446555614471436, 0.00905305240303278, 0.02482414059340954, 0.02638070471584797, -0.026688426733016968], "std": [0.0789875015616417, 0.20907077193260193, 0.06640426814556122, 0.2334894835948944, 0.09908491373062134, 0.22617767751216888, 0.010593104176223278, 0.010295099578797817], "count": [286]}, "actions": {"min": [-0.7775933146476746, -1.4900521039962769, -0.58246910572052, -0.27545037865638733, -0.18237702548503876, -0.13915415108203888, -1.0], "max": [0.4190790355205536, 0.6281278729438782, 1.1796941757202148, 0.16654980182647705, 0.1067516952753067, 0.34742334485054016, 1.0], "mean": [-0.0038364867214113474, -0.07489891350269318, -0.008947007358074188, -0.014819157309830189, -0.0037979274056851864, 0.00319816917181015, 0.18881118297576904], "std": [0.1624479591846466, 0.35101717710494995, 0.24238397181034088, 0.0550026036798954, 0.04335308074951172, 0.06385694444179535, 0.9820109009742737], "count": [286]}, "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": [864], "max": [864], "mean": [864.0], "std": [0.0], "count": [286]}, "index": {"min": [275551], "max": [275836], "mean": [275693.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [286]}}} +{"episode_index": 865, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3649133384554994]], [[0.30286880074295347]], [[0.2341780760521982]]], "std": [[[0.13700195995205375]], [[0.13295063073864585]], [[0.14849284468134097]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3843237699620864]], [[0.2938624004289216]], [[0.19244342041015625]]], "std": [[[0.19861658330520265]], [[0.14258389776413136]], [[0.0913311470732875]]], "count": [100]}, "state": {"min": [-0.429920494556427, -0.2307884395122528, 0.9903192520141602, 2.7572479248046875, -0.3713831305503845, -0.04021306708455086, 0.013152441941201687, -0.0399310402572155], "max": [-0.1715744137763977, 0.28996866941452026, 1.2736347913742065, 3.38742995262146, 0.034861404448747635, 0.4012736678123474, 0.04000765085220337, -0.012832101434469223], "mean": [-0.3066848814487457, 0.047749292105436325, 1.1577069759368896, 3.0815389156341553, -0.15688110888004303, 0.16505853831768036, 0.025427477434277534, -0.025729186832904816], "std": [0.08777458220720291, 0.20401470363140106, 0.07551311701536179, 0.2002948671579361, 0.09913060814142227, 0.1688012033700943, 0.012253714725375175, 0.011970782652497292], "count": [355]}, "actions": {"min": [-0.8455454707145691, -1.7579854726791382, -0.546848714351654, -0.19573837518692017, -0.16331914067268372, -0.33457979559898376, -1.0], "max": [0.48471587896347046, 0.9105833768844604, 1.2156996726989746, 0.15126334130764008, 0.11536043882369995, 0.35258978605270386, 1.0], "mean": [-0.007417516782879829, -0.055451348423957825, -0.005249077454209328, -0.00909303780645132, -0.005954284220933914, 0.002966565079987049, 0.13239437341690063], "std": [0.17361882328987122, 0.33244025707244873, 0.2567409574985504, 0.04730021581053734, 0.04378530755639076, 0.055240463465452194, 0.9911993145942688], "count": [355]}, "timestamp": {"min": [0.0], "max": [35.4], "mean": [17.7], "std": [10.24792661956554], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [865], "max": [865], "mean": [865.0], "std": [0.0], "count": [355]}, "index": {"min": [275837], "max": [276191], "mean": [276014.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [355]}}} +{"episode_index": 866, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3614391838522519]], [[0.2992037856158088]], [[0.23090190812653186]]], "std": [[[0.13208370955108514]], [[0.12750343564296604]], [[0.1423546633333267]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.32927480061848957]], [[0.24991499418370866]], [[0.16374759868547029]]], "std": [[[0.2115253695667516]], [[0.15410338569414436]], [[0.09624297795297916]]], "count": [100]}, "state": {"min": [-0.40316900610923767, -0.23874369263648987, 1.0103724002838135, 2.6614785194396973, -0.06285971403121948, -0.5326436758041382, 0.013302542269229889, -0.03994693607091904], "max": [-0.1495617777109146, 0.26970741152763367, 1.2465999126434326, 3.3154122829437256, 0.30868086218833923, 0.44818413257598877, 0.040002960711717606, -0.015820585191249847], "mean": [-0.2945948839187622, 0.02255387231707573, 1.1511659622192383, 2.9826622009277344, 0.05578266829252243, 0.013181162066757679, 0.023781171068549156, -0.024244753643870354], "std": [0.08804667741060257, 0.20090897381305695, 0.06973691284656525, 0.248912513256073, 0.08897561579942703, 0.34806227684020996, 0.011201247572898865, 0.010767944157123566], "count": [343]}, "actions": {"min": [-0.8830401301383972, -1.1565706729888916, -0.39988356828689575, -0.13431349396705627, -0.18041610717773438, -0.19201183319091797, -1.0], "max": [0.4145794212818146, 0.8595023155212402, 1.0442811250686646, 0.20874466001987457, 0.10205928981304169, 0.3316732943058014, 1.0], "mean": [0.000509321631398052, -0.05498982220888138, -0.013013197109103203, -0.01291240006685257, -0.0009671571315266192, 0.0063421218656003475, 0.30612245202064514], "std": [0.15646836161613464, 0.2774811387062073, 0.2179599404335022, 0.0440639890730381, 0.038621701300144196, 0.06513994932174683, 0.9519920349121094], "count": [343]}, "timestamp": {"min": [0.0], "max": [34.2], "mean": [17.1], "std": [9.901515035589249], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [866], "max": [866], "mean": [866.0], "std": [0.0], "count": [343]}, "index": {"min": [276192], "max": [276534], "mean": [276363.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [343]}}} +{"episode_index": 867, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656141698500689]], [[0.30300150673062193]], [[0.23370858046587775]]], "std": [[[0.13465442521094256]], [[0.13048885961137008]], [[0.14644180657069]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.37588151520373775]], [[0.2867577251359528]], [[0.18779384598077514]]], "std": [[[0.19871319573221707]], [[0.14232366865368073]], [[0.08950126260086733]]], "count": [100]}, "state": {"min": [-0.39771097898483276, -0.24617119133472443, 0.9887744188308716, 2.833411693572998, -0.2760434150695801, -0.17586718499660492, 0.014479139819741249, -0.03991878405213356], "max": [-0.16329045593738556, 0.2553175985813141, 1.2430803775787354, 3.416084051132202, 0.11849657446146011, 0.3930988013744354, 0.04000471532344818, -0.01532727014273405], "mean": [-0.29284605383872986, 0.04118015244603157, 1.142458200454712, 3.1188671588897705, -0.07597928494215012, 0.08924601227045059, 0.02568322978913784, -0.02557171694934368], "std": [0.08172254264354706, 0.1944812387228012, 0.07477472722530365, 0.17495600879192352, 0.10179853439331055, 0.2349456548690796, 0.011641356162726879, 0.011649798601865768], "count": [305]}, "actions": {"min": [-0.5487455725669861, -1.8812650442123413, -0.408207505941391, -0.24269329011440277, -0.15872353315353394, -0.11705690622329712, -1.0], "max": [0.509948194026947, 1.12738835811615, 0.9213584065437317, 0.11930188536643982, 0.08579474687576294, 0.27806326746940613, 1.0], "mean": [-0.0031548896804451942, -0.0693344920873642, -0.0072029465809464455, -0.01104920543730259, -0.004012938588857651, 0.009057816118001938, 0.14754098653793335], "std": [0.16259869933128357, 0.3242354691028595, 0.2282525599002838, 0.047601815313100815, 0.04135552793741226, 0.05232663080096245, 0.9890555739402771], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [867], "max": [867], "mean": [867.0], "std": [0.0], "count": [305]}, "index": {"min": [276535], "max": [276839], "mean": [276687.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [305]}}} +{"episode_index": 868, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3633110327627144]], [[0.3009837957643995]], [[0.23257484226600797]]], "std": [[[0.13442221092570647]], [[0.1302695185600721]], [[0.14542652580631205]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3603582111433441]], [[0.2745042610916437]], [[0.17975098972694548]]], "std": [[[0.2025128272763642]], [[0.14590994147486122]], [[0.09267565319195993]]], "count": [100]}, "state": {"min": [-0.4287489354610443, -0.2784038186073303, 0.9910261034965515, 2.811491012573242, -0.19096025824546814, -0.13277053833007812, 0.01334177702665329, -0.0398649126291275], "max": [-0.16328582167625427, 0.25663790106773376, 1.242754340171814, 3.362312078475952, 0.21062800288200378, 0.6044922471046448, 0.04000695422291756, -0.015172623097896576], "mean": [-0.2909412384033203, 0.022454850375652313, 1.1413661241531372, 3.117811441421509, 0.012221303768455982, 0.24759641289710999, 0.025006404146552086, -0.025083133950829506], "std": [0.09747388958930969, 0.2019319087266922, 0.07003606110811234, 0.20599573850631714, 0.10110919922590256, 0.24625864624977112, 0.01154833473265171, 0.011362580582499504], "count": [279]}, "actions": {"min": [-0.483128160238266, -1.0563795566558838, -0.6571186184883118, -0.16349127888679504, -0.14897003769874573, -0.11443497985601425, -1.0], "max": [0.5550940632820129, 0.8860210180282593, 0.8643587231636047, 0.12938271462917328, 0.11218906939029694, 0.283378541469574, 1.0], "mean": [-0.013109232299029827, -0.07653562724590302, -0.016594871878623962, -0.01249066460877657, -0.003751937532797456, 0.013450932689011097, 0.20430107414722443], "std": [0.16704487800598145, 0.3190057873725891, 0.24821874499320984, 0.04698663577437401, 0.04547657445073128, 0.04619988426566124, 0.97890704870224], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [868], "max": [868], "mean": [868.0], "std": [0.0], "count": [279]}, "index": {"min": [276840], "max": [277118], "mean": [276979.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [279]}}} +{"episode_index": 869, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36380919273226864]], [[0.3016067139868643]], [[0.2334180124320236]]], "std": [[[0.13559858628999713]], [[0.1313682891953212]], [[0.14640360556215679]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.3603654031192555]], [[0.27339778346641386]], [[0.1772916062298943]]], "std": [[[0.2054643207582564]], [[0.1496445202720433]], [[0.09627549542966102]]], "count": [100]}, "state": {"min": [-0.40137767791748047, -0.25317421555519104, 0.9958396553993225, 2.662320613861084, -0.2503308653831482, -0.037917573004961014, 0.013020041398704052, -0.03986215591430664], "max": [-0.15508203208446503, 0.25810468196868896, 1.252685785293579, 3.311363458633423, 0.19507236778736115, 0.5511068105697632, 0.04000566527247429, -0.016118492931127548], "mean": [-0.2925151586532593, 0.012725948356091976, 1.154945969581604, 2.9933648109436035, -0.03490955010056496, 0.2636081874370575, 0.023717770352959633, -0.02420552261173725], "std": [0.08901017159223557, 0.20277415215969086, 0.07156455516815186, 0.26167070865631104, 0.10981030762195587, 0.2333456575870514, 0.011128786019980907, 0.010715407319366932], "count": [259]}, "actions": {"min": [-0.7277399301528931, -1.0217702388763428, -0.7517390251159668, -0.2917410731315613, -0.1806066632270813, -0.16894665360450745, -1.0], "max": [0.5940749645233154, 0.8334188461303711, 1.3814250230789185, 0.1072128564119339, 0.13446107506752014, 0.2539891302585602, 1.0], "mean": [-0.005479327868670225, -0.08071295917034149, -0.008996439166367054, -0.0172833614051342, -0.004433052148669958, 0.008636534214019775, 0.3050193190574646], "std": [0.19455724954605103, 0.329692542552948, 0.29569828510284424, 0.0538359209895134, 0.04678938165307045, 0.049579232931137085, 0.9523478150367737], "count": [259]}, "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": [869], "max": [869], "mean": [869.0], "std": [0.0], "count": [259]}, "index": {"min": [277119], "max": [277377], "mean": [277248.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [259]}}} +{"episode_index": 870, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37362962191712623]], [[0.3111077611586627]], [[0.24297380035998775]]], "std": [[[0.1436624131799101]], [[0.14391961493696628]], [[0.16136771639349004]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.4303625518200444]], [[0.3394794209798177]], [[0.23230931480258118]]], "std": [[[0.18387649387608923]], [[0.13720256453276292]], [[0.10627073103557458]]], "count": [100]}, "state": {"min": [-0.35667937994003296, -0.16894514858722687, 0.9874289631843567, 2.8448545932769775, -0.4231487512588501, -0.09146258980035782, 0.0029095395002514124, -0.04000356048345566], "max": [-0.06426778435707092, 0.1525360494852066, 1.2863658666610718, 3.1511261463165283, 0.006051177624613047, 0.10354289412498474, 0.03998907655477524, -0.005670758895576], "mean": [-0.1950235366821289, 0.003530709072947502, 1.1509426832199097, 3.0284218788146973, -0.24169805645942688, 0.022415397688746452, 0.02026303857564926, -0.020668480545282364], "std": [0.09344055503606796, 0.1224394366145134, 0.08911311626434326, 0.09632936865091324, 0.11454455554485321, 0.03971852362155914, 0.016769342124462128, 0.01650550775229931], "count": [308]}, "actions": {"min": [-0.5749983787536621, -0.8246262073516846, -0.8071598410606384, -0.14495977759361267, -0.23590797185897827, -0.15009073913097382, -1.0], "max": [0.616466760635376, 0.473733514547348, 1.0277777910232544, 0.10618399828672409, 0.13094253838062286, 0.21236549317836761, 1.0], "mean": [0.015459306538105011, -0.03616124019026756, -0.032893866300582886, -0.005115632899105549, -0.003976335749030113, -0.0018663543742150068, 0.12337662279605865], "std": [0.21320660412311554, 0.21993623673915863, 0.2760642468929291, 0.03453155979514122, 0.051726967096328735, 0.045451339334249496, 0.9923584461212158], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [870], "max": [870], "mean": [870.0], "std": [0.0], "count": [308]}, "index": {"min": [277378], "max": [277685], "mean": [277531.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [308]}}} +{"episode_index": 871, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36996078670726107]], [[0.3085234614353554]], [[0.24104846490598192]]], "std": [[[0.13501030268332703]], [[0.13366819680328781]], [[0.15146996381847802]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.41290174357096354]], [[0.31926755299287685]], [[0.21369233075310204]]], "std": [[[0.18494558897633798]], [[0.13382326185451623]], [[0.08997785542185867]]], "count": [100]}, "state": {"min": [-0.29339873790740967, -0.1547379195690155, 1.0071762800216675, 2.880817413330078, -0.1297609657049179, -0.055838823318481445, 0.002612673444673419, -0.039934199303388596], "max": [-0.07318830490112305, 0.1540258675813675, 1.2354109287261963, 3.2385997772216797, 0.08333804458379745, 0.06661118566989899, 0.04000376537442207, -0.0040071583352983], "mean": [-0.1912732571363449, 0.011215012520551682, 1.1419850587844849, 3.0721042156219482, -0.03375130146741867, 0.013453943654894829, 0.019675809890031815, -0.020128050819039345], "std": [0.07906784862279892, 0.11379801481962204, 0.06985816359519958, 0.12278599292039871, 0.0673568993806839, 0.02638114243745804, 0.017302079126238823, 0.016887541860342026], "count": [242]}, "actions": {"min": [-0.8877208232879639, -0.9820758700370789, -0.7088333368301392, -0.10716667771339417, -0.19086219370365143, -0.13041676580905914, -1.0], "max": [0.6276980042457581, 0.44471684098243713, 0.8886489272117615, 0.10348432511091232, 0.12258734554052353, 0.16184364259243011, 1.0], "mean": [0.018994085490703583, -0.048939067870378494, -0.02050362527370453, -0.009492030367255211, 0.0004428163811098784, -0.0011409786529839039, 0.11570248007774353], "std": [0.2508509159088135, 0.22198337316513062, 0.2713981568813324, 0.033653683960437775, 0.045070432126522064, 0.04444645717740059, 0.9932840466499329], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [871], "max": [871], "mean": [871.0], "std": [0.0], "count": [242]}, "index": {"min": [277686], "max": [277927], "mean": [277806.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [242]}}} +{"episode_index": 872, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36727955956552544]], [[0.305816712622549]], [[0.23862792071174174]]], "std": [[[0.1381028796142024]], [[0.13578855394900852]], [[0.1516366983614939]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4149671912099801]], [[0.32284035476983763]], [[0.21802235622032015]]], "std": [[[0.18581683753705666]], [[0.13565600173866724]], [[0.09518980632194048]]], "count": [100]}, "state": {"min": [-0.3034316897392273, -0.11986130475997925, 0.9975807666778564, 2.8431971073150635, -0.2200172245502472, -0.07301530987024307, 0.002203916199505329, -0.03994296118617058], "max": [-0.08688148111104965, 0.155907541513443, 1.2469401359558105, 3.2016375064849854, 0.0724826231598854, 0.054263606667518616, 0.04000324383378029, -0.003809879766777158], "mean": [-0.19650663435459137, 0.03682122752070427, 1.1337026357650757, 3.061185598373413, -0.07281215488910675, -0.007477184757590294, 0.020409205928444862, -0.020801516249775887], "std": [0.07462367415428162, 0.10756276547908783, 0.07836900651454926, 0.13962726294994354, 0.08519215136766434, 0.034486379474401474, 0.017475079745054245, 0.01709584891796112], "count": [257]}, "actions": {"min": [-0.5705573558807373, -0.741348385810852, -0.5806065201759338, -0.11196982860565186, -0.13235922157764435, -0.10976942628622055, -1.0], "max": [0.48812106251716614, 0.294197142124176, 0.8134815096855164, 0.09408377856016159, 0.09248755127191544, 0.11387990415096283, 1.0], "mean": [0.02244073525071144, -0.044201646000146866, -0.03139083459973335, -0.010401668027043343, -0.0013536646729335189, -0.0033514746464788914, 0.07392995804548264], "std": [0.2009861320257187, 0.18601100146770477, 0.2693957984447479, 0.03090076521039009, 0.04139547795057297, 0.033272188156843185, 0.9972632527351379], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [872], "max": [872], "mean": [872.0], "std": [0.0], "count": [257]}, "index": {"min": [277928], "max": [278184], "mean": [278056.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [257]}}} +{"episode_index": 873, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3721040912702972]], [[0.3100914103190104]], [[0.24155101342294732]]], "std": [[[0.1357789498986747]], [[0.13436523916314788]], [[0.15269930089522288]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4160365642472809]], [[0.3234409227558211]], [[0.21821765136718752]]], "std": [[[0.18641794497846267]], [[0.1357498079446101]], [[0.09418151666177922]]], "count": [100]}, "state": {"min": [-0.3099518120288849, -0.1400575488805771, 0.9980890154838562, 2.8918240070343018, -0.17333246767520905, -0.005797167308628559, 0.002926433691754937, -0.03987124189734459], "max": [-0.06922060996294022, 0.1495858132839203, 1.2390531301498413, 3.3201680183410645, 0.1376846581697464, 0.11114385724067688, 0.04000791907310486, -0.0035626799799501896], "mean": [-0.1855570524930954, 0.024246882647275925, 1.1385698318481445, 3.1326887607574463, -0.02986733242869377, 0.04241962358355522, 0.020131263881921768, -0.020115183666348457], "std": [0.0833340659737587, 0.11181967705488205, 0.07750459015369415, 0.16281241178512573, 0.0826205387711525, 0.02821059338748455, 0.017287980765104294, 0.01714584045112133], "count": [275]}, "actions": {"min": [-1.3079018592834473, -0.8460817337036133, -0.789153516292572, -0.16363440454006195, -0.13944882154464722, -0.15163734555244446, -1.0], "max": [0.5499934554100037, 0.5067840814590454, 1.361327052116394, 0.12094113230705261, 0.15760688483715057, 0.17043356597423553, 1.0], "mean": [0.029857167974114418, -0.05198468267917633, -0.022779621183872223, -0.010186620056629181, 0.00012876240361947566, -0.002699347212910652, 0.10545454174280167], "std": [0.25708454847335815, 0.19000600278377533, 0.26764222979545593, 0.03840725123882294, 0.04303773120045662, 0.03768552839756012, 0.9944252967834473], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [873], "max": [873], "mean": [873.0], "std": [0.0], "count": [275]}, "index": {"min": [278185], "max": [278459], "mean": [278322.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [275]}}} +{"episode_index": 874, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36740277279124545]], [[0.305123010373583]], [[0.23655377855487897]]], "std": [[[0.13621796984989779]], [[0.13315468248663484]], [[0.14900360448854372]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4037384541829427]], [[0.31428668153052236]], [[0.21317729875153185]]], "std": [[[0.18802085657136428]], [[0.1382777733034791]], [[0.09810757325872838]]], "count": [100]}, "state": {"min": [-0.31898802518844604, -0.13038891553878784, 0.9926866292953491, 2.930976390838623, -0.18971557915210724, -0.0244914498180151, 0.0024845211300998926, -0.039946019649505615], "max": [-0.08617819845676422, 0.1559123545885086, 1.2643431425094604, 3.218921422958374, 0.10608236491680145, 0.1872532069683075, 0.04000198468565941, -0.004064484965056181], "mean": [-0.2050306648015976, 0.014247089624404907, 1.1372230052947998, 3.077448844909668, -0.021508904173970222, 0.0775938555598259, 0.019850248470902443, -0.020040413364768028], "std": [0.07725372910499573, 0.10901696234941483, 0.07334420084953308, 0.10250202566385269, 0.07532291114330292, 0.06290431320667267, 0.01699533686041832, 0.016850050538778305], "count": [247]}, "actions": {"min": [-1.0150095224380493, -1.1366583108901978, -0.8093774914741516, -0.15778037905693054, -0.15604662895202637, -0.19994987547397614, -1.0], "max": [0.8644670844078064, 0.27932190895080566, 0.9598521590232849, 0.13682155311107635, 0.1116471141576767, 0.12463022768497467, 1.0], "mean": [0.025579847395420074, -0.046911776065826416, -0.018908914178609848, -0.006132211070507765, -0.0023163114674389362, -0.0023663179017603397, 0.11740890890359879], "std": [0.2518048584461212, 0.2231319695711136, 0.28429746627807617, 0.03895231708884239, 0.04077265039086342, 0.04463144391775131, 0.9930822253227234], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [874], "max": [874], "mean": [874.0], "std": [0.0], "count": [247]}, "index": {"min": [278460], "max": [278706], "mean": [278583.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [247]}}} +{"episode_index": 875, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3716477170458027]], [[0.31060562253465834]], [[0.2423492790670956]]], "std": [[[0.133900556155863]], [[0.13370885899776158]], [[0.15299327756745587]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.39076150692210476]], [[0.2986427456724877]], [[0.19432566444546567]]], "std": [[[0.1898819199805239]], [[0.13366888133187751]], [[0.08020150510763975]]], "count": [100]}, "state": {"min": [-0.30216264724731445, -0.18797461688518524, 0.9893856644630432, 2.8726611137390137, -0.276892751455307, -0.41976073384284973, 0.013592114672064781, -0.040007106959819794], "max": [-0.011864575557410717, 0.013556736521422863, 1.302072286605835, 3.210024118423462, 0.10966701805591583, 0.015945684164762497, 0.039915356785058975, -0.016420138999819756], "mean": [-0.1585441678762436, -0.10278389602899551, 1.1679445505142212, 3.0286312103271484, -0.08623218536376953, -0.2206277698278427, 0.027246154844760895, -0.02778652496635914], "std": [0.09890709072351456, 0.06304116547107697, 0.08651085197925568, 0.07937975972890854, 0.11188925057649612, 0.1408904492855072, 0.011538432911038399, 0.011152599938213825], "count": [301]}, "actions": {"min": [-1.7077617645263672, -0.8220476508140564, -1.3293856382369995, -0.15915721654891968, -0.24153243005275726, -0.21271999180316925, -1.0], "max": [0.6055501103401184, 0.620215117931366, 2.1429717540740967, 0.14496104419231415, 0.21569018065929413, 0.2327135056257248, 1.0], "mean": [0.01768524758517742, -0.05427885055541992, -0.01807049661874771, -0.007317311596125364, -0.0010315353283658624, -0.003290105378255248, 0.029900332912802696], "std": [0.2744312584400177, 0.1856943517923355, 0.3496905565261841, 0.04156051203608513, 0.05300955846905708, 0.05497121065855026, 0.9995516538619995], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [875], "max": [875], "mean": [875.0], "std": [0.0], "count": [301]}, "index": {"min": [278707], "max": [279007], "mean": [278857.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [301]}}} +{"episode_index": 876, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36911656936944703]], [[0.30847628604664523]], [[0.2409299436083027]]], "std": [[[0.13979162242395934]], [[0.13886384628905116]], [[0.15633284121581165]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.4004663995481005]], [[0.3074598352768842]], [[0.2015836032044654]]], "std": [[[0.18572503884353142]], [[0.13035662580121474]], [[0.07977018349079151]]], "count": [100]}, "state": {"min": [-0.3153480291366577, -0.18884620070457458, 1.005143404006958, 2.938307046890259, -0.3327232599258423, -0.2873292863368988, 0.012776060961186886, -0.04000731557607651], "max": [0.0004856460145674646, 0.018477560952305794, 1.2610000371932983, 3.2220284938812256, 0.0728769451379776, 0.0307746734470129, 0.03988198563456535, -0.014435041695833206], "mean": [-0.17540116608142853, -0.09017245471477509, 1.1614984273910522, 3.049128532409668, -0.13388404250144958, -0.13249018788337708, 0.02653326839208603, -0.02689262293279171], "std": [0.11547259241342545, 0.06277356296777725, 0.07400251924991608, 0.0566117987036705, 0.11515188217163086, 0.10310173779726028, 0.011533661745488644, 0.011258741840720177], "count": [296]}, "actions": {"min": [-1.2850520610809326, -0.7100076675415039, -0.5779003500938416, -0.15366607904434204, -0.14670614898204803, -0.17963838577270508, -1.0], "max": [0.7700520753860474, 0.49722152948379517, 0.8509025573730469, 0.13264785706996918, 0.1517074555158615, 0.20890340209007263, 1.0], "mean": [0.013054147362709045, -0.050040051341056824, -0.03529323264956474, -0.0053192428313195705, 0.0002666959771886468, -0.002390247071161866, 0.0878378376364708], "std": [0.2717253863811493, 0.17364709079265594, 0.26343008875846863, 0.04069540649652481, 0.049688905477523804, 0.054277367889881134, 0.9961355924606323], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [876], "max": [876], "mean": [876.0], "std": [0.0], "count": [296]}, "index": {"min": [279008], "max": [279303], "mean": [279155.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [296]}}} +{"episode_index": 877, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3744190260943245]], [[0.3133823164397595]], [[0.24422184783337164]]], "std": [[[0.13556965279736405]], [[0.13510063923659996]], [[0.15510724545655283]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3873565823424096]], [[0.29809764667585786]], [[0.19786421113855698]]], "std": [[[0.19097242423030478]], [[0.1348685975664658]], [[0.08478576373817796]]], "count": [100]}, "state": {"min": [-0.3081100881099701, -0.18381494283676147, 0.988628089427948, 2.8375396728515625, -0.25329458713531494, -0.14178234338760376, 0.014139528386294842, -0.04000290110707283], "max": [-0.01990450546145439, 0.017216892912983894, 1.2611812353134155, 3.1400699615478516, 0.15349040925502777, 0.055562470108270645, 0.03995905816555023, -0.016192452982068062], "mean": [-0.17396573722362518, -0.09197106212377548, 1.1333476305007935, 3.0406904220581055, -0.04983184114098549, -0.01751520112156868, 0.027129892259836197, -0.02761119231581688], "std": [0.10227145999670029, 0.06103629246354103, 0.07699989527463913, 0.09217286854982376, 0.11487957835197449, 0.05230044573545456, 0.011625897139310837, 0.011337700299918652], "count": [245]}, "actions": {"min": [-0.9108505845069885, -0.5476516485214233, -0.8194568753242493, -0.1516851782798767, -0.15405456721782684, -0.12049969285726547, -1.0], "max": [0.6149413585662842, 0.3573629856109619, 1.2034790515899658, 0.1685103476047516, 0.20849622786045074, 0.2178347110748291, 1.0], "mean": [0.0201533455401659, -0.06380651891231537, -0.023657899349927902, -0.00908544473350048, -4.295129838283174e-05, 0.002489384263753891, 0.02857142873108387], "std": [0.28365516662597656, 0.13637107610702515, 0.31573277711868286, 0.04558878764510155, 0.05637795105576515, 0.0540202371776104, 0.9995930194854736], "count": [245]}, "timestamp": {"min": [0.0], "max": [24.4], "mean": [12.2], "std": [7.072481884034769], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [877], "max": [877], "mean": [877.0], "std": [0.0], "count": [245]}, "index": {"min": [279304], "max": [279548], "mean": [279426.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [245]}}} +{"episode_index": 878, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3718290680530025]], [[0.3102765449075138]], [[0.24143019133923102]]], "std": [[[0.1339167617636274]], [[0.13352029327054457]], [[0.15262185640384698]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.39110564587162994]], [[0.2982908031987209]], [[0.193347152410769]]], "std": [[[0.18290963788473305]], [[0.1274683537483763]], [[0.07601590420672995]]], "count": [100]}, "state": {"min": [-0.30684468150138855, -0.17752382159233093, 0.9962264895439148, 2.8000946044921875, -0.1870158612728119, -0.27403175830841064, 0.01449103094637394, -0.04000769928097725], "max": [-0.01935935951769352, 0.030601270496845245, 1.2754234075546265, 3.2698097229003906, 0.07211119681596756, 0.08876606822013855, 0.03991159796714783, -0.01372678205370903], "mean": [-0.17205749452114105, -0.10949668288230896, 1.1670899391174316, 2.9778130054473877, -0.046445317566394806, -0.11057628691196442, 0.02726529911160469, -0.02777891792356968], "std": [0.09864300489425659, 0.054894376546144485, 0.07178253680467606, 0.13078442215919495, 0.06983063369989395, 0.10062813013792038, 0.011295197531580925, 0.010930140502750874], "count": [278]}, "actions": {"min": [-0.9343019723892212, -1.1289962530136108, -1.0101940631866455, -0.1936495453119278, -0.16907942295074463, -0.19419078528881073, -1.0], "max": [1.0287338495254517, 0.38313794136047363, 1.4069234132766724, 0.20234964787960052, 0.12985843420028687, 0.17353540658950806, 1.0], "mean": [0.0065941293723881245, -0.05391598120331764, -0.01994551159441471, -0.010143621824681759, 0.00012542397598735988, -0.005088331643491983, 0.050359711050987244], "std": [0.265716016292572, 0.15664714574813843, 0.3133317828178406, 0.04652048274874687, 0.04748128354549408, 0.05146268010139465, 0.9987289905548096], "count": [278]}, "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": [878], "max": [878], "mean": [878.0], "std": [0.0], "count": [278]}, "index": {"min": [279549], "max": [279826], "mean": [279687.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [278]}}} +{"episode_index": 879, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37209318213369336]], [[0.31038485957126993]], [[0.24077604944565717]]], "std": [[[0.13447726289369027]], [[0.13311647956758763]], [[0.15207682938687514]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.38982865038105086]], [[0.29865841674804683]], [[0.1966177739162071]]], "std": [[[0.1879002172570793]], [[0.13239733246593977]], [[0.08205860241580411]]], "count": [100]}, "state": {"min": [-0.29692620038986206, -0.20348651707172394, 1.0006874799728394, 2.8198604583740234, -0.18563677370548248, -0.14035576581954956, 0.015460142865777016, -0.04000360891222954], "max": [-0.0398315005004406, 0.04836178943514824, 1.2716400623321533, 3.228661298751831, 0.280239462852478, 0.1493225395679474, 0.039921123534440994, -0.013444844633340836], "mean": [-0.19000239670276642, -0.09273522347211838, 1.1524916887283325, 3.0310733318328857, -0.03849080204963684, 0.002445370890200138, 0.025190841406583786, -0.02551647275686264], "std": [0.09236028045415878, 0.0706944689154625, 0.08112648874521255, 0.09475041925907135, 0.1019509881734848, 0.08562158048152924, 0.010794514790177345, 0.010590897873044014], "count": [270]}, "actions": {"min": [-1.0914329290390015, -0.6540385484695435, -0.5875078439712524, -0.11666156351566315, -0.18714797496795654, -0.16900062561035156, -1.0], "max": [0.6928276419639587, 0.41179901361465454, 1.1801869869232178, 0.1080961748957634, 0.2818666696548462, 0.16706021130084991, 1.0], "mean": [0.025138847529888153, -0.06811869144439697, -0.03659282997250557, -0.009882877580821514, 0.0037082971539348364, -0.0020147862378507853, 0.27407407760620117], "std": [0.2584536671638489, 0.1394723653793335, 0.2979157567024231, 0.03460804000496864, 0.057376518845558167, 0.04942738264799118, 0.9617066383361816], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [879], "max": [879], "mean": [879.0], "std": [0.0], "count": [270]}, "index": {"min": [279827], "max": [280096], "mean": [279961.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [270]}}} +{"episode_index": 880, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36585225782207415]], [[0.30291782513786764]], [[0.23377885526769301]]], "std": [[[0.13121395474713396]], [[0.12798249170218762]], [[0.14363695507699772]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.299302625469133]], [[0.22621072926240807]], [[0.15194015742283243]]], "std": [[[0.2023094035722568]], [[0.14913652685918288]], [[0.09458146433746502]]], "count": [100]}, "state": {"min": [-0.4018126130104065, -0.1535051017999649, 1.0044150352478027, 2.628087282180786, -0.048773590475320816, -0.23133087158203125, 0.013121348805725574, -0.04000430926680565], "max": [-0.2307995855808258, 0.156868115067482, 1.1839367151260376, 3.166754961013794, 0.17032665014266968, 0.36709362268447876, 0.03987526521086693, -0.01530143991112709], "mean": [-0.3085162937641144, 0.0022361092269420624, 1.0878952741622925, 2.8613452911376953, 0.01973491907119751, 0.08700196444988251, 0.024816405028104782, -0.025694623589515686], "std": [0.06179831922054291, 0.12399973720312119, 0.046935874968767166, 0.18841657042503357, 0.05617404356598854, 0.2448977828025818, 0.01177953276783228, 0.011187432333827019], "count": [218]}, "actions": {"min": [-0.5025315284729004, -1.0888553857803345, -0.45347142219543457, -0.21354326605796814, -0.10209904611110687, -0.1518237441778183, -1.0], "max": [0.4128251075744629, 0.80833899974823, 0.6731877326965332, 0.09135705232620239, 0.1120910793542862, 0.28455305099487305, 1.0], "mean": [-0.026778295636177063, -0.06685251742601395, -0.038733191788196564, -0.018017137423157692, 0.0010185489663854241, 0.007229894865304232, 0.17431192100048065], "std": [0.1416780948638916, 0.2685278058052063, 0.2022731751203537, 0.04496055468916893, 0.039121922105550766, 0.06419768184423447, 0.9846910834312439], "count": [218]}, "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": [880], "max": [880], "mean": [880.0], "std": [0.0], "count": [218]}, "index": {"min": [280097], "max": [280314], "mean": [280205.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [218]}}} +{"episode_index": 881, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35838274308746937]], [[0.2983338467467065]], [[0.23247801358092066]]], "std": [[[0.1391816090182531]], [[0.13354578262498148]], [[0.14675269013166686]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3153466001024433]], [[0.23478653552485448]], [[0.15516685455920648]]], "std": [[[0.1994544298998563]], [[0.14763659999361592]], [[0.09127913499176708]]], "count": [100]}, "state": {"min": [-0.3791738450527191, -0.15868157148361206, 0.9936968684196472, 2.6625635623931885, -0.027945436537265778, -0.018977772444486618, 0.012553614564239979, -0.039963435381650925], "max": [-0.21525973081588745, 0.19371536374092102, 1.1930116415023804, 3.2412407398223877, 0.25192224979400635, 0.368169903755188, 0.04000474140048027, -0.013929869048297405], "mean": [-0.3018651604652405, 0.014742069877684116, 1.1012042760849, 2.9597272872924805, 0.06385136395692825, 0.12437977641820908, 0.02465773932635784, -0.025178154930472374], "std": [0.058232445269823074, 0.135297954082489, 0.05768469348549843, 0.1995772272348404, 0.08123266696929932, 0.10524211823940277, 0.01206244993954897, 0.011760495603084564], "count": [277]}, "actions": {"min": [-0.4081858694553375, -0.6500136852264404, -0.4404924511909485, -0.13384461402893066, -0.10773167014122009, -0.15543396770954132, -1.0], "max": [0.34953248500823975, 0.7840993404388428, 0.6008731126785278, 0.15270642936229706, 0.10536684840917587, 0.20241476595401764, 1.0], "mean": [-0.004431142471730709, -0.0374285951256752, -0.03144744411110878, -0.009627649560570717, 0.002332165604457259, -0.0005394040490500629, 0.17689530551433563], "std": [0.12092804908752441, 0.25092995166778564, 0.18832319974899292, 0.04447958618402481, 0.03359042853116989, 0.04468926042318344, 0.9842310547828674], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [881], "max": [881], "mean": [881.0], "std": [0.0], "count": [277]}, "index": {"min": [280315], "max": [280591], "mean": [280453.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [277]}}} +{"episode_index": 882, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3617598894904641]], [[0.29896876795151656]], [[0.23108769076478247]]], "std": [[[0.13206923455096373]], [[0.12869327839736322]], [[0.14320949202452773]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.2998830733953738]], [[0.22369899674957872]], [[0.14894052124023438]]], "std": [[[0.20123937890368723]], [[0.14845319598419748]], [[0.09223348582220016]]], "count": [100]}, "state": {"min": [-0.41845160722732544, -0.1674259752035141, 0.9930141568183899, 2.7138166427612305, -0.0268684271723032, -0.31455326080322266, 0.011171940714120865, -0.03998735919594765], "max": [-0.23029251396656036, 0.17853063344955444, 1.171352505683899, 3.237297534942627, 0.17890839278697968, 0.525499165058136, 0.03993315249681473, -0.015733378008008003], "mean": [-0.31904396414756775, 0.0005287881940603256, 1.0926285982131958, 2.9629173278808594, 0.06107491999864578, 0.10909343510866165, 0.024491654708981514, -0.025579551234841347], "std": [0.07163037359714508, 0.1372273564338684, 0.044971782714128494, 0.17250055074691772, 0.055210091173648834, 0.3310196101665497, 0.011932670138776302, 0.01103933248668909], "count": [222]}, "actions": {"min": [-0.4379608631134033, -0.8490532636642456, -0.39735323190689087, -0.1627618372440338, -0.09561499208211899, -0.14692124724388123, -1.0], "max": [0.19609245657920837, 0.7196294665336609, 0.7438444495201111, 0.12779046595096588, 0.09665028750896454, 0.3297376334667206, 1.0], "mean": [-0.03296331316232681, -0.07068469375371933, -0.027904296293854713, -0.01747703179717064, -0.0011520589469000697, 0.018540693446993828, 0.18918919563293457], "std": [0.13029745221138, 0.25725260376930237, 0.18842382729053497, 0.04625432938337326, 0.03731944039463997, 0.066801518201828, 0.9819397330284119], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [882], "max": [882], "mean": [882.0], "std": [0.0], "count": [222]}, "index": {"min": [280592], "max": [280813], "mean": [280702.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [222]}}} +{"episode_index": 883, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3613660056918275]], [[0.2996096472646676]], [[0.23186884502336091]]], "std": [[[0.1358197632460489]], [[0.1306955698023117]], [[0.14464684359565633]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.31492594939587165]], [[0.23593179560642616]], [[0.15596527817670036]]], "std": [[[0.20087311156924859]], [[0.14827010809722507]], [[0.09338065833472876]]], "count": [100]}, "state": {"min": [-0.36190497875213623, -0.17942947149276733, 0.9937872290611267, 2.702322006225586, -0.06757412105798721, -0.45095014572143555, 0.013851189985871315, -0.04000366851687431], "max": [-0.22077085077762604, 0.14991359412670135, 1.1922029256820679, 3.278576612472534, 0.15574494004249573, 0.04659664258360863, 0.03997913375496864, -0.015185889787971973], "mean": [-0.2924584746360779, -0.0034747400786727667, 1.1035211086273193, 2.996227264404297, 0.030226141214370728, -0.1867498755455017, 0.02682645618915558, -0.02722744829952717], "std": [0.0531938336789608, 0.1338329315185547, 0.05451545491814613, 0.18588761985301971, 0.06050671637058258, 0.1807844191789627, 0.011560145765542984, 0.011128722690045834], "count": [260]}, "actions": {"min": [-0.3788958787918091, -0.8266751766204834, -0.40322989225387573, -0.16232116520404816, -0.08782974630594254, -0.15213875472545624, -1.0], "max": [0.300210177898407, 0.6562913656234741, 0.5975317358970642, 0.0887998566031456, 0.07651745527982712, 0.20944008231163025, 1.0], "mean": [-0.01727144420146942, -0.05433271825313568, -0.03370901942253113, -0.013879255391657352, 0.002665827516466379, 0.0017972082132473588, 0.0615384615957737], "std": [0.11099286377429962, 0.23223116993904114, 0.179286390542984, 0.03811972588300705, 0.03287438303232193, 0.05442402884364128, 0.9981036186218262], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [883], "max": [883], "mean": [883.0], "std": [0.0], "count": [260]}, "index": {"min": [280814], "max": [281073], "mean": [280943.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [260]}}} +{"episode_index": 884, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36276199819527416]], [[0.3018121930290671]], [[0.23503866277956495]]], "std": [[[0.13886692260409547]], [[0.13451787275473978]], [[0.1491227942421199]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.34070913935642616]], [[0.2576241574754902]], [[0.1707836124195772]]], "std": [[[0.20335160723080278]], [[0.14996941817768894]], [[0.09534123615330749]]], "count": [100]}, "state": {"min": [-0.38352376222610474, -0.1815219223499298, 0.9966568946838379, 2.6947450637817383, -0.17815187573432922, -0.06976234167814255, 0.014101281762123108, -0.03998158872127533], "max": [-0.20468120276927948, 0.21051521599292755, 1.209774374961853, 3.1861870288848877, 0.121774822473526, 0.2947366237640381, 0.04000416770577431, -0.012498592957854271], "mean": [-0.29938551783561707, 0.025772027671337128, 1.1071393489837646, 2.9904494285583496, -0.06724444776773453, 0.09404484927654266, 0.02474658191204071, -0.02504601702094078], "std": [0.06128775700926781, 0.1572093367576599, 0.06386566907167435, 0.19588692486286163, 0.06889811158180237, 0.1166820079088211, 0.01229667104780674, 0.012048183009028435], "count": [256]}, "actions": {"min": [-0.4606160521507263, -1.0228939056396484, -0.5238745808601379, -0.19704271852970123, -0.09559925645589828, -0.08986549824476242, -1.0], "max": [0.4269310235977173, 0.55108642578125, 0.5803020000457764, 0.1111256405711174, 0.10365404188632965, 0.1681508868932724, 1.0], "mean": [-0.015654463320970535, -0.08740373700857162, -0.05608474463224411, -0.01174182165414095, 0.0014054222265258431, 0.0017379301134496927, 0.1796875], "std": [0.12867900729179382, 0.26755931973457336, 0.20458634197711945, 0.04209893196821213, 0.036592498421669006, 0.04215316101908684, 0.9837237596511841], "count": [256]}, "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": [884], "max": [884], "mean": [884.0], "std": [0.0], "count": [256]}, "index": {"min": [281074], "max": [281329], "mean": [281201.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [256]}}} +{"episode_index": 885, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3646241413191253]], [[0.2999361344879749]], [[0.22912424124923406]]], "std": [[[0.1297230795495785]], [[0.12683911964415415]], [[0.14262922733720676]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3050499662511489]], [[0.22913259049957874]], [[0.15251145546109068]]], "std": [[[0.18524820781031873]], [[0.13348167313426856]], [[0.0845221599298201]]], "count": [100]}, "state": {"min": [-0.4168783128261566, -0.22738830745220184, 0.9896479249000549, 2.954740285873413, -0.12966063618659973, -0.20775583386421204, 0.013587959110736847, -0.04000958800315857], "max": [-0.29366520047187805, 0.22046148777008057, 1.188573956489563, 3.3574445247650146, 0.12422728538513184, 0.013804267160594463, 0.03982307389378548, -0.013279085047543049], "mean": [-0.3798972964286804, 0.001087068347260356, 1.0921341180801392, 3.1402111053466797, -0.03136797994375229, -0.11282356083393097, 0.023972200229763985, -0.023552045226097107], "std": [0.026142170652747154, 0.17218858003616333, 0.053525760769844055, 0.13150906562805176, 0.06406904011964798, 0.06291748583316803, 0.011050413362681866, 0.011387497186660767], "count": [313]}, "actions": {"min": [-0.48095589876174927, -1.4973231554031372, -0.6424850225448608, -0.13523918390274048, -0.14991430938243866, -0.17531868815422058, -1.0], "max": [0.2584427297115326, 1.2667244672775269, 0.7787632346153259, 0.17320509254932404, 0.1388716995716095, 0.1783698946237564, 1.0], "mean": [-0.010235555469989777, 0.05320337042212486, -0.03754039481282234, 0.004962029866874218, -0.00046536175068467855, -0.003790210699662566, 0.3226836919784546], "std": [0.10641739517450333, 0.2873810827732086, 0.17368556559085846, 0.03793064132332802, 0.03438505157828331, 0.03837275877594948, 0.9465067386627197], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [885], "max": [885], "mean": [885.0], "std": [0.0], "count": [313]}, "index": {"min": [281330], "max": [281642], "mean": [281486.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [313]}}} +{"episode_index": 886, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3630845863491881]], [[0.29781343048694087]], [[0.22855647846296723]]], "std": [[[0.12778918983873164]], [[0.1270677445698442]], [[0.1412090232456269]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9568627450980393]], [[0.9490196078431372]]], "mean": [[[0.2955277650122549]], [[0.21944869695925245]], [[0.14519938749425554]]], "std": [[[0.1828776633808968]], [[0.1326706089523155]], [[0.08330573759066559]]], "count": [100]}, "state": {"min": [-0.39456063508987427, -0.2277834415435791, 1.0027930736541748, 2.8835127353668213, -0.011845684610307217, -0.16923575103282928, 0.015187546610832214, -0.04001380503177643], "max": [-0.2882935702800751, 0.20708617568016052, 1.1616735458374023, 3.3438432216644287, 0.20850017666816711, 0.0898033082485199, 0.0397721603512764, -0.013845560140907764], "mean": [-0.37000226974487305, -0.0009971319232136011, 1.0752356052398682, 3.09254789352417, 0.09442034363746643, -0.07714492827653885, 0.023240074515342712, -0.02322017401456833], "std": [0.021256960928440094, 0.16577988862991333, 0.03586725890636444, 0.15352797508239746, 0.05154919624328613, 0.0656198039650917, 0.010561350733041763, 0.010778742842376232], "count": [302]}, "actions": {"min": [-0.4054268002510071, -0.6279212832450867, -0.68649822473526, -0.3360607624053955, -0.08972381800413132, -0.09971017390489578, -1.0], "max": [0.4665745794773102, 1.382477045059204, 0.42092353105545044, 0.3773822486400604, 0.08565095067024231, 0.12327191233634949, 1.0], "mean": [-0.008578945882618427, 0.05997693911194801, -0.023361818864941597, 0.007288222201168537, 0.002818323904648423, -0.0065313344821333885, 0.38410595059394836], "std": [0.1091952919960022, 0.2440776228904724, 0.1450565904378891, 0.047389786690473557, 0.027070146054029465, 0.03132958710193634, 0.923286497592926], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [886], "max": [886], "mean": [886.0], "std": [0.0], "count": [302]}, "index": {"min": [281643], "max": [281944], "mean": [281793.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [302]}}} +{"episode_index": 887, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.363791727103439]], [[0.2979946689979703]], [[0.23019483020258885]]], "std": [[[0.12786036233533885]], [[0.13003642913992405]], [[0.14445426260440208]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9294117647058824]]], "mean": [[[0.2952807132496553]], [[0.2225101444019991]], [[0.14905244535558365]]], "std": [[[0.17987583197269147]], [[0.13103711782234947]], [[0.08700359037115082]]], "count": [100]}, "state": {"min": [-0.44955089688301086, -0.22356797754764557, 1.0078564882278442, 2.8256583213806152, -0.22543446719646454, -0.38834846019744873, 0.016999293118715286, -0.04001445323228836], "max": [-0.2929988503456116, 0.22713392972946167, 1.178223967552185, 3.1311893463134766, 0.06473539769649506, 0.006589130032807589, 0.03973176330327988, -0.014941095374524593], "mean": [-0.3943479061126709, 0.0158989317715168, 1.0920512676239014, 2.9522478580474854, -0.11648458242416382, -0.2426467388868332, 0.025799617171287537, -0.02600967139005661], "std": [0.03162636607885361, 0.1770126074552536, 0.04033638909459114, 0.09363251179456711, 0.07761850953102112, 0.12101045250892639, 0.009701797738671303, 0.009818924590945244], "count": [279]}, "actions": {"min": [-0.6943963170051575, -0.9259365200996399, -0.4435863792896271, -0.22223104536533356, -0.17245832085609436, -0.19054856896400452, -1.0], "max": [0.29420754313468933, 1.118167757987976, 0.513590395450592, 0.5240805745124817, 0.12300200760364532, 0.15459655225276947, 1.0], "mean": [-0.02046150155365467, 0.06607060134410858, -0.030760299414396286, 0.003867050167173147, -9.672802843851969e-05, -0.009907550178468227, 0.29749104380607605], "std": [0.14615437388420105, 0.28582677245140076, 0.15851269662380219, 0.05566810071468353, 0.0366637147963047, 0.042057715356349945, 0.9547237157821655], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [887], "max": [887], "mean": [887.0], "std": [0.0], "count": [279]}, "index": {"min": [281945], "max": [282223], "mean": [282084.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [279]}}} +{"episode_index": 888, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3662799856148514]], [[0.3020196060479856]], [[0.23163075884650736]]], "std": [[[0.12787116552529595]], [[0.12646060871439868]], [[0.14294123269516282]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9490196078431372]], [[0.9450980392156862]]], "mean": [[[0.3063988779105392]], [[0.23081077665441174]], [[0.15296963800168506]]], "std": [[[0.17987785208281779]], [[0.1298209266763711]], [[0.08461025994675289]]], "count": [100]}, "state": {"min": [-0.46873223781585693, -0.24573206901550293, 1.0050733089447021, 2.821237564086914, -0.3134770691394806, -0.39174923300743103, 0.014396988786756992, -0.04001292586326599], "max": [-0.3106602728366852, 0.23589472472667694, 1.165195107460022, 3.2069904804229736, 0.17806094884872437, 0.24523289501667023, 0.03983927518129349, -0.012761165387928486], "mean": [-0.38412296772003174, -0.010940571315586567, 1.09694504737854, 2.984720468521118, -0.08916399627923965, -0.06398571282625198, 0.02586074359714985, -0.026236575096845627], "std": [0.03791892156004906, 0.18435154855251312, 0.043526895344257355, 0.07276970148086548, 0.12416907399892807, 0.21878917515277863, 0.011943046934902668, 0.01179594174027443], "count": [349]}, "actions": {"min": [-1.0295912027359009, -2.123302459716797, -0.5835176706314087, -0.4096454977989197, -0.15397660434246063, -0.18470187485218048, -1.0], "max": [0.3769409656524658, 1.5873667001724243, 0.665848433971405, 0.5619361996650696, 0.09540005028247833, 0.4056311845779419, 1.0], "mean": [-0.01129812840372324, 0.0503794327378273, -0.02413703314960003, 0.004620618186891079, -0.0013009965186938643, -0.007546760141849518, 0.11747851222753525], "std": [0.1756785362958908, 0.3514484763145447, 0.14528480172157288, 0.06083627790212631, 0.034826312214136124, 0.05577210709452629, 0.9930739998817444], "count": [349]}, "timestamp": {"min": [0.0], "max": [34.8], "mean": [17.400000000000002], "std": [10.074720839804943], "count": [349]}, "frame_index": {"min": [0], "max": [348], "mean": [174.0], "std": [100.74720839804942], "count": [349]}, "episode_index": {"min": [888], "max": [888], "mean": [888.0], "std": [0.0], "count": [349]}, "index": {"min": [282224], "max": [282572], "mean": [282398.0], "std": [100.74720839804942], "count": [349]}, "task_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [349]}}} +{"episode_index": 889, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36645291018018533]], [[0.30274712715896906]], [[0.23519829245174634]]], "std": [[[0.13182628210165448]], [[0.13394449707547887]], [[0.14922589922065227]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9529411764705882]]], "mean": [[[0.34294331090590535]], [[0.2665273204130285]], [[0.1820444617177926]]], "std": [[[0.20017161803244832]], [[0.14432916014237648]], [[0.09302982158067576]]], "count": [100]}, "state": {"min": [-0.5049613118171692, -0.14282843470573425, 1.0023599863052368, 2.9033968448638916, -0.31041356921195984, -0.5755504965782166, 0.016521085053682327, -0.04001157358288765], "max": [-0.09869255870580673, 0.3000026345252991, 1.221882700920105, 3.4080450534820557, -0.018843820318579674, -0.038343437016010284, 0.039850570261478424, -0.012713544070720673], "mean": [-0.3015969693660736, 0.05338870733976364, 1.1459076404571533, 3.147318124771118, -0.20787052810192108, -0.3474917411804199, 0.02475479058921337, -0.02419351041316986], "std": [0.14199240505695343, 0.17629854381084442, 0.07212433218955994, 0.16439533233642578, 0.08188394457101822, 0.17661452293395996, 0.01024737861007452, 0.01054228562861681], "count": [319]}, "actions": {"min": [-1.071051836013794, -0.5450230240821838, -0.6848611235618591, -0.1677013784646988, -0.1631804257631302, -0.14045566320419312, -1.0], "max": [0.5586583018302917, 0.6964941024780273, 1.3975238800048828, 0.15366147458553314, 0.10367216914892197, 0.14023375511169434, 1.0], "mean": [-0.013869786635041237, 0.08416260033845901, -0.030627304688096046, 0.004650093615055084, -0.0033472534269094467, -0.009416434913873672, 0.3291535973548889], "std": [0.24747657775878906, 0.20311570167541504, 0.2500549852848053, 0.04430162161588669, 0.04189159348607063, 0.04445844888687134, 0.9442740082740784], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [889], "max": [889], "mean": [889.0], "std": [0.0], "count": [319]}, "index": {"min": [282573], "max": [282891], "mean": [282732.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [319]}}} +{"episode_index": 890, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656347195494409]], [[0.30247394935757504]], [[0.23493443687289367]]], "std": [[[0.13519869498678258]], [[0.1353631442935312]], [[0.15024289572160263]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.34955786611519607]], [[0.2692988951439951]], [[0.18046119241153494]]], "std": [[[0.2057981233669924]], [[0.14765362266016854]], [[0.09213270667969525]]], "count": [100]}, "state": {"min": [-0.42735958099365234, -0.16616256535053253, 0.9892022013664246, 3.045050859451294, -0.103844054043293, -0.08265506476163864, 0.014638392254710197, -0.040010251104831696], "max": [-0.1049301028251648, 0.29766520857810974, 1.2084112167358398, 3.546079397201538, 0.28648442029953003, 0.09471909701824188, 0.03997378796339035, -0.013612573966383934], "mean": [-0.23383313417434692, 0.010114898905158043, 1.1325849294662476, 3.234116554260254, 0.00019987605628557503, 0.017586736008524895, 0.028967712074518204, -0.02828398160636425], "std": [0.11710312217473984, 0.1555357426404953, 0.0642179623246193, 0.15500500798225403, 0.08932921290397644, 0.043603405356407166, 0.010837885551154613, 0.011591947637498379], "count": [257]}, "actions": {"min": [-1.1872152090072632, -0.8426238894462585, -0.8270204067230225, -0.22500985860824585, -0.14695553481578827, -0.13443762063980103, -1.0], "max": [0.6740059852600098, 0.8731412291526794, 1.0855379104614258, 0.23537719249725342, 0.2278815507888794, 0.1462213397026062, 1.0], "mean": [-0.028678495436906815, 0.07422665506601334, -0.027468819171190262, 0.012522980570793152, 0.00467463955283165, -0.0038914773613214493, -0.04280155524611473], "std": [0.2664417028427124, 0.32244348526000977, 0.27039939165115356, 0.06513762474060059, 0.057295482605695724, 0.05124371126294136, 0.9990831613540649], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [890], "max": [890], "mean": [890.0], "std": [0.0], "count": [257]}, "index": {"min": [282892], "max": [283148], "mean": [283020.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [257]}}} +{"episode_index": 891, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36576758351045496]], [[0.30065391211416204]], [[0.2329227731742111]]], "std": [[[0.13042178265223936]], [[0.13281273515693276]], [[0.14794343859556183]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.34082937382716755]], [[0.26117723532284004]], [[0.1741026288200827]]], "std": [[[0.1987874763249259]], [[0.14243831596830653]], [[0.08985360784198328]]], "count": [100]}, "state": {"min": [-0.4491080939769745, -0.17297957837581635, 0.9994861483573914, 2.9656293392181396, -0.21609216928482056, -0.524278998374939, 0.014850227162241936, -0.0400092639029026], "max": [-0.11182678490877151, 0.3066672682762146, 1.2024210691452026, 3.154252290725708, 0.1960044652223587, 0.11653140187263489, 0.03983903303742409, -0.012940961867570877], "mean": [-0.2842727601528168, 0.05521564558148384, 1.1315947771072388, 3.0585806369781494, -0.022187843918800354, -0.1601429432630539, 0.0244939923286438, -0.024322370067238808], "std": [0.11903681606054306, 0.17825472354888916, 0.05709754303097725, 0.0631248950958252, 0.10700816661119461, 0.23349887132644653, 0.011441096663475037, 0.011623100377619267], "count": [292]}, "actions": {"min": [-0.8405186533927917, -0.6001136302947998, -0.8824169635772705, -0.211774080991745, -0.14721456170082092, -0.23345978558063507, -1.0], "max": [0.551740288734436, 0.908800482749939, 1.3056360483169556, 0.41066208481788635, 0.20181743800640106, 0.30183354020118713, 1.0], "mean": [-0.0059944442473351955, 0.08320993185043335, -0.02372792363166809, 0.004507564473897219, 0.0013153153704479337, -0.01468600146472454, 0.22602739930152893], "std": [0.2515053451061249, 0.2574981451034546, 0.2252383679151535, 0.06446131318807602, 0.04838517680764198, 0.05612095817923546, 0.9741196632385254], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [891], "max": [891], "mean": [891.0], "std": [0.0], "count": [292]}, "index": {"min": [283149], "max": [283440], "mean": [283294.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [292]}}} +{"episode_index": 892, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3658286725212546]], [[0.30147444721296723]], [[0.23104400156058516]]], "std": [[[0.1286097841468943]], [[0.12699938043552764]], [[0.1430266398532228]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3280117295209099]], [[0.25232262345856316]], [[0.16983879957012102]]], "std": [[[0.20325927560700618]], [[0.14567930361774978]], [[0.09239750677589983]]], "count": [100]}, "state": {"min": [-0.47806718945503235, -0.16537593305110931, 0.989235520362854, 2.880443811416626, -0.17875976860523224, -0.3971371650695801, 0.01584373414516449, -0.040012016892433167], "max": [-0.09937307983636856, 0.35240277647972107, 1.2162684202194214, 3.228641986846924, 0.32940009236335754, 0.10515469312667847, 0.0405755490064621, -0.012855992652475834], "mean": [-0.3030156195163727, 0.10220988839864731, 1.1366822719573975, 3.0589561462402344, 0.025379791855812073, -0.18486155569553375, 0.02396581508219242, -0.02345672808587551], "std": [0.1214914545416832, 0.18843236565589905, 0.06432665139436722, 0.12273663282394409, 0.13269957900047302, 0.1628185510635376, 0.01049069408327341, 0.01060320995748043], "count": [274]}, "actions": {"min": [-1.0192692279815674, -1.187376618385315, -0.9415876269340515, -0.1625613570213318, -0.11964206397533417, -0.18550385534763336, -1.0], "max": [1.0794910192489624, 0.7831377983093262, 0.9438071250915527, 0.1981007158756256, 0.15590006113052368, 0.20022425055503845, 1.0], "mean": [-0.022834282368421555, 0.08602069318294525, -0.02768472023308277, 0.007051411550492048, 0.0010419016471132636, -0.008926421403884888, 0.36496350169181824], "std": [0.3123626708984375, 0.2641676664352417, 0.3056529760360718, 0.05814238637685776, 0.0503610335290432, 0.04884243384003639, 0.9310232996940613], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [892], "max": [892], "mean": [892.0], "std": [0.0], "count": [274]}, "index": {"min": [283441], "max": [283714], "mean": [283577.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [274]}}} +{"episode_index": 893, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3676585130878523]], [[0.30222216318167894]], [[0.23315033856560202]]], "std": [[[0.1283577836950114]], [[0.12971562997262046]], [[0.14587709618519606]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.32587325391582417]], [[0.2477353431851256]], [[0.1629812089508655]]], "std": [[[0.20241663504205193]], [[0.1447300220574178]], [[0.08837416968369506]]], "count": [100]}, "state": {"min": [-0.41247424483299255, -0.20079807937145233, 0.9912841320037842, 2.891988515853882, -0.035654693841934204, -0.2594109773635864, 0.01408624928444624, -0.04000818729400635], "max": [-0.08135299384593964, 0.25822970271110535, 1.2156234979629517, 3.2626471519470215, 0.3262197971343994, 0.19325245916843414, 0.03977974131703377, -0.015113023109734058], "mean": [-0.2680045962333679, 0.026797711849212646, 1.1424652338027954, 3.0693933963775635, 0.08643053472042084, -0.06376103311777115, 0.025065090507268906, -0.02471681870520115], "std": [0.11333899199962616, 0.16817782819271088, 0.058456700295209885, 0.11385523527860641, 0.09260077029466629, 0.1374238282442093, 0.010960344225168228, 0.011369221843779087], "count": [227]}, "actions": {"min": [-0.8811990022659302, -1.284375786781311, -0.8627839684486389, -0.21157845854759216, -0.21627724170684814, -0.25788044929504395, -1.0], "max": [0.6753239631652832, 0.7558976411819458, 0.9452894330024719, 0.2235419750213623, 0.21997368335723877, 0.2114662081003189, 1.0], "mean": [-0.0018592634005472064, 0.08733732253313065, -0.020500333979725838, 0.0077586243860423565, 0.0008900309912860394, -0.008898910135030746, 0.21585902571678162], "std": [0.3101595640182495, 0.3131842613220215, 0.30257055163383484, 0.06887346506118774, 0.05764572322368622, 0.06608502566814423, 0.9764258861541748], "count": [227]}, "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": [893], "max": [893], "mean": [893.0], "std": [0.0], "count": [227]}, "index": {"min": [283715], "max": [283941], "mean": [283828.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [227]}}} +{"episode_index": 894, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684752759746477]], [[0.30529665838503367]], [[0.23472653976141236]]], "std": [[[0.13068923900906396]], [[0.12851645586828284]], [[0.14626283736121123]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3435905797621783]], [[0.26443255794749543]], [[0.17770191207586553]]], "std": [[[0.1948719525634004]], [[0.13963117239505943]], [[0.09071331356675845]]], "count": [100]}, "state": {"min": [-0.47831615805625916, -0.1779160499572754, 1.0124982595443726, 2.861175060272217, -0.2028093934059143, -0.29572179913520813, 0.015366188250482082, -0.04001309350132942], "max": [-0.09329864382743835, 0.28221720457077026, 1.2199009656906128, 3.3303439617156982, 0.15099355578422546, 0.005578211043030024, 0.03975369781255722, -0.01341766957193613], "mean": [-0.284536749124527, 0.027209123596549034, 1.1471449136734009, 3.0734832286834717, -0.06013709679245949, -0.18657372891902924, 0.02454693615436554, -0.02464885450899601], "std": [0.1330718994140625, 0.15854905545711517, 0.05815418064594269, 0.1486685872077942, 0.08721646666526794, 0.0741235762834549, 0.011247340589761734, 0.011299801990389824], "count": [284]}, "actions": {"min": [-0.9090860486030579, -0.6972718834877014, -0.8199924230575562, -0.15473143756389618, -0.12579096853733063, -0.14068402349948883, -1.0], "max": [0.7123686075210571, 0.6526482701301575, 0.8069464564323425, 0.32565754652023315, 0.20294994115829468, 0.14770320057868958, 1.0], "mean": [-0.004921353422105312, 0.06949323415756226, -0.021029705181717873, 0.0015492388047277927, -5.7900841056834906e-05, -0.003349327016621828, 0.23943662643432617], "std": [0.28959938883781433, 0.2497795820236206, 0.2378593236207962, 0.058068666607141495, 0.04138306900858879, 0.04175487160682678, 0.9709131717681885], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [894], "max": [894], "mean": [894.0], "std": [0.0], "count": [284]}, "index": {"min": [283942], "max": [284225], "mean": [284083.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [284]}}} +{"episode_index": 895, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3693694033155254]], [[0.3061661203421799]], [[0.23783265596277575]]], "std": [[[0.13041400262660283]], [[0.13152241569796597]], [[0.14867637214771623]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3613744548722809]], [[0.2749668794519761]], [[0.18432464779124538]]], "std": [[[0.20261768596383106]], [[0.14885686310365812]], [[0.09298136781782879]]], "count": [100]}, "state": {"min": [-0.4412861168384552, -0.05086342990398407, 0.9928814172744751, 2.8729090690612793, -0.2651320695877075, -0.44722849130630493, 0.016460180282592773, -0.04001206159591675], "max": [-0.0053097461350262165, 0.3480739891529083, 1.27325439453125, 3.185831308364868, 0.22243046760559082, 0.08700647950172424, 0.04053895175457001, -0.012121934443712234], "mean": [-0.24473829567432404, 0.128207728266716, 1.151302695274353, 2.9968326091766357, -0.06233706325292587, -0.2455105036497116, 0.0272916741669178, -0.027222292497754097], "std": [0.16055314242839813, 0.13880684971809387, 0.07488151639699936, 0.10633904486894608, 0.1270982176065445, 0.15125204622745514, 0.010878026485443115, 0.011001991108059883], "count": [317]}, "actions": {"min": [-1.4967341423034668, -0.5239521861076355, -0.9723820686340332, -0.12566041946411133, -0.26119738817214966, -0.145497664809227, -1.0], "max": [0.8362130522727966, 0.6221190094947815, 2.318115472793579, 0.32070645689964294, 0.17241229116916656, 0.13700148463249207, 1.0], "mean": [-0.03872337564826012, 0.057788871228694916, -0.0176550205796957, 0.00243844510987401, -0.003077353350818157, -0.01086950208991766, 0.09148264676332474], "std": [0.330606609582901, 0.19031132757663727, 0.31993457674980164, 0.04390908032655716, 0.050924357026815414, 0.04316621646285057, 0.9958088994026184], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [895], "max": [895], "mean": [895.0], "std": [0.0], "count": [317]}, "index": {"min": [284226], "max": [284542], "mean": [284384.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [317]}}} +{"episode_index": 896, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36686357146618415]], [[0.3038978977577359]], [[0.23817331590839463]]], "std": [[[0.132111819273801]], [[0.13437311565961851]], [[0.1492477465116029]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3742096066942402]], [[0.28258015172621787]], [[0.18472855691348805]]], "std": [[[0.2023756312721001]], [[0.14653757713440593]], [[0.08677352959193203]]], "count": [100]}, "state": {"min": [-0.4175761640071869, -0.08014671504497528, 0.9890543222427368, 2.8989405632019043, -0.13412125408649445, -0.5635969042778015, 0.017238851636648178, -0.04001068323850632], "max": [-0.002667902037501335, 0.283382773399353, 1.2692372798919678, 3.2645163536071777, 0.26086118817329407, 0.06883461773395538, 0.03989674523472786, -0.014342958107590675], "mean": [-0.21646621823310852, 0.08123143017292023, 1.1516101360321045, 3.091275930404663, 0.02388363517820835, -0.27109259366989136, 0.028641054406762123, -0.0282004214823246], "std": [0.1467503011226654, 0.13136500120162964, 0.07745753973722458, 0.10605362057685852, 0.09632696956396103, 0.18695147335529327, 0.009732079692184925, 0.010201003402471542], "count": [301]}, "actions": {"min": [-1.528085470199585, -0.5451256632804871, -0.8053123354911804, -0.14410151541233063, -0.12388086318969727, -0.17742739617824554, -1.0], "max": [1.2422351837158203, 1.0544837713241577, 1.0789744853973389, 0.3575514256954193, 0.1581438183784485, 0.1598816215991974, 1.0], "mean": [-0.007903707213699818, 0.06272689998149872, -0.02970125526189804, 0.0038086820859462023, -0.0003035000991076231, -0.012527908198535442, 0.0830564796924591], "std": [0.3226986527442932, 0.20758098363876343, 0.277256578207016, 0.050624240189790726, 0.04240992292761803, 0.04967976361513138, 0.9965457320213318], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [896], "max": [896], "mean": [896.0], "std": [0.0], "count": [301]}, "index": {"min": [284543], "max": [284843], "mean": [284693.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [301]}}} +{"episode_index": 897, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37300875555300245]], [[0.31049967806947]], [[0.2426707326851639]]], "std": [[[0.13572543101511814]], [[0.13780759486301103]], [[0.156104249674021]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.36336798514571844]], [[0.2771709690467984]], [[0.18609555592256433]]], "std": [[[0.2069963927370886]], [[0.15140848831131268]], [[0.09359386832618123]]], "count": [100]}, "state": {"min": [-0.4684148132801056, -0.0642949566245079, 0.9867894649505615, 3.0371737480163574, -0.25178268551826477, -0.17697733640670776, 0.01424865797162056, -0.04000545293092728], "max": [-0.03364919498562813, 0.29423078894615173, 1.241909146308899, 3.4172468185424805, 0.08035871386528015, 0.026736954227089882, 0.03997797518968582, -0.012645249255001545], "mean": [-0.22681698203086853, 0.059363145381212234, 1.1286135911941528, 3.159613847732544, -0.09875413030385971, -0.10023677349090576, 0.02688484452664852, -0.026732519268989563], "std": [0.16269995272159576, 0.11848807334899902, 0.06950149685144424, 0.10113691538572311, 0.07981859147548676, 0.046355217695236206, 0.01223290991038084, 0.012160617858171463], "count": [374]}, "actions": {"min": [-1.5386359691619873, -0.45057907700538635, -0.7422364950180054, -0.18052701652050018, -0.153578981757164, -0.13533173501491547, -1.0], "max": [0.67299485206604, 0.7202578186988831, 1.2893085479736328, 0.528416633605957, 0.2016519457101822, 0.2022065967321396, 1.0], "mean": [-0.013275175355374813, 0.05713517963886261, -0.016846170648932457, 0.004158562980592251, -0.0006550586549565196, -0.00303878216072917, 0.03208556026220322], "std": [0.26870161294937134, 0.15220734477043152, 0.22228610515594482, 0.04583293944597244, 0.03792840242385864, 0.03625107184052467, 0.9994849562644958], "count": [374]}, "timestamp": {"min": [0.0], "max": [37.3], "mean": [18.650000000000002], "std": [10.796411440844592], "count": [374]}, "frame_index": {"min": [0], "max": [373], "mean": [186.5], "std": [107.96411440844592], "count": [374]}, "episode_index": {"min": [897], "max": [897], "mean": [897.0], "std": [0.0], "count": [374]}, "index": {"min": [284844], "max": [285217], "mean": [285030.5], "std": [107.96411440844592], "count": [374]}, "task_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [374]}}} +{"episode_index": 898, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696631254308364]], [[0.30878381347656253]], [[0.24271193620270373]]], "std": [[[0.13688260047521367]], [[0.13743818095232002]], [[0.15356764627554423]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.39774981868968295]], [[0.3031761301078048]], [[0.19782729683670344]]], "std": [[[0.20385132555840615]], [[0.14627404318222548]], [[0.08504588077462799]]], "count": [100]}, "state": {"min": [-0.47229936718940735, -0.08709049224853516, 0.9906660318374634, 2.956437826156616, -0.32389897108078003, -0.5365035533905029, 0.015757720917463303, -0.040002819150686264], "max": [0.0020338494796305895, 0.2673490345478058, 1.2614119052886963, 3.62821102142334, 0.11112141609191895, 0.15753914415836334, 0.04000968858599663, -0.01305518951267004], "mean": [-0.2111809104681015, 0.07418440282344818, 1.16240394115448, 3.369588613510132, -0.10186045616865158, -0.08494779467582703, 0.02745363675057888, -0.026548748835921288], "std": [0.16520917415618896, 0.13047726452350616, 0.08025670796632767, 0.17388348281383514, 0.11075795441865921, 0.24183852970600128, 0.010793615132570267, 0.01153530366718769], "count": [315]}, "actions": {"min": [-1.3829693794250488, -0.669206440448761, -0.7167030572891235, -0.28392812609672546, -0.16853924095630646, -0.2585659325122833, -1.0], "max": [0.8206331729888916, 0.7436510920524597, 0.9894055724143982, 0.250082403421402, 0.21518805623054504, 0.15679042041301727, 1.0], "mean": [-0.01649143360555172, 0.06908018887042999, -0.024226710200309753, 0.01426562201231718, -0.00022587487183045596, -0.013110366649925709, 0.10476190596818924], "std": [0.3305484354496002, 0.22210130095481873, 0.25815537571907043, 0.07294318825006485, 0.056036803871393204, 0.06887837499380112, 0.9944974184036255], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [898], "max": [898], "mean": [898.0], "std": [0.0], "count": [315]}, "index": {"min": [285218], "max": [285532], "mean": [285375.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [315]}}} +{"episode_index": 899, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3658638054342831]], [[0.30196948840571386]], [[0.2331370382869945]]], "std": [[[0.13069352944145496]], [[0.13052854275735162]], [[0.14598540227429369]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.39701752666398593]], [[0.30012527286305146]], [[0.1940477378695619]]], "std": [[[0.17320472843921783]], [[0.12181091495907981]], [[0.07408074258601213]]], "count": [100]}, "state": {"min": [-0.3229627311229706, -0.22402745485305786, 1.010542392730713, 2.8983826637268066, -0.1671760231256485, -0.2661152482032776, 0.016454007476568222, -0.040009185671806335], "max": [-0.21523262560367584, 0.2189408540725708, 1.2111870050430298, 3.1600828170776367, 0.019179027527570724, 0.22676511108875275, 0.039901118725538254, -0.014949534088373184], "mean": [-0.2783777117729187, -0.010384269058704376, 1.1473166942596436, 3.0783965587615967, -0.08540991693735123, -0.0027122299652546644, 0.027744455263018608, -0.027768243104219437], "std": [0.02991877868771553, 0.1682615876197815, 0.05724933743476868, 0.06155244633555412, 0.055310461670160294, 0.16666384041309357, 0.010511381551623344, 0.010681555606424809], "count": [233]}, "actions": {"min": [-0.2989479899406433, -1.1320664882659912, -1.01456618309021, -0.2621156573295593, -0.11973250657320023, -0.21339154243469238, -1.0], "max": [0.3022081255912781, 1.2416331768035889, 1.2365057468414307, 0.28685373067855835, 0.18732573091983795, 0.28940722346305847, 1.0], "mean": [0.02760201320052147, 0.06337865442037582, -0.01167334895581007, 0.0024705729447305202, 0.002243786584585905, -0.011664438992738724, 0.07296137511730194], "std": [0.120151586830616, 0.34476009011268616, 0.2592657804489136, 0.06365595012903214, 0.0403732992708683, 0.05030934140086174, 0.9973353147506714], "count": [233]}, "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": [899], "max": [899], "mean": [899.0], "std": [0.0], "count": [233]}, "index": {"min": [285533], "max": [285765], "mean": [285649.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [233]}}} +{"episode_index": 900, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3616216873468137]], [[0.29741012453565413]], [[0.23018650847790287]]], "std": [[[0.13416068861895317]], [[0.13393432954647308]], [[0.1472308540178218]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3826664566339231]], [[0.2882336030847886]], [[0.18520639995500152]]], "std": [[[0.18615257740532692]], [[0.13173065830924327]], [[0.07903255847516899]]], "count": [100]}, "state": {"min": [-0.3325880467891693, -0.20601069927215576, 0.9895889163017273, 3.0062978267669678, -0.16756688058376312, -0.2541518211364746, 0.014723524451255798, -0.04000481590628624], "max": [-0.18962112069129944, 0.23754945397377014, 1.2337276935577393, 3.2704789638519287, 0.15093480050563812, 0.0014879495138302445, 0.039837952703237534, -0.013982168398797512], "mean": [-0.26671916246414185, 0.018352705985307693, 1.1508779525756836, 3.1456263065338135, -0.03846309334039688, -0.12280647456645966, 0.02448025904595852, -0.024356890469789505], "std": [0.04277494177222252, 0.16730839014053345, 0.06648470461368561, 0.08400798588991165, 0.0844372808933258, 0.07982611656188965, 0.011672747321426868, 0.011819122359156609], "count": [226]}, "actions": {"min": [-0.7143841981887817, -1.14026939868927, -0.6836943030357361, -0.18573811650276184, -0.1867886185646057, -0.14584407210350037, -1.0], "max": [0.3909890651702881, 1.3106980323791504, 1.64363431930542, 0.10282708704471588, 0.19959145784378052, 0.11070090532302856, 1.0], "mean": [0.03773443400859833, 0.07510333508253098, -0.010369961149990559, 0.0021927065681666136, 0.0034437032882124186, 0.0001180410836241208, 0.1946902722120285], "std": [0.16780588030815125, 0.35048770904541016, 0.3113650679588318, 0.0458824448287487, 0.04713123291730881, 0.041191305965185165, 0.9808658957481384], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [900], "max": [900], "mean": [900.0], "std": [0.0], "count": [226]}, "index": {"min": [285766], "max": [285991], "mean": [285878.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [226]}}} +{"episode_index": 901, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3691167345233992]], [[0.3033183569814645]], [[0.23533190379423255]]], "std": [[[0.12800127373493048]], [[0.13188594061726983]], [[0.14822658065251418]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3944190320781633]], [[0.2968252970377604]], [[0.18953147379557292]]], "std": [[[0.18057992547874122]], [[0.12809778893864326]], [[0.07458777243154707]]], "count": [100]}, "state": {"min": [-0.3073720932006836, -0.18624740839004517, 0.988749086856842, 2.9719231128692627, -0.17575842142105103, -0.17967084050178528, 0.015154904685914516, -0.04000840336084366], "max": [-0.17955157160758972, 0.198263481259346, 1.2579193115234375, 3.2081074714660645, 0.1309439092874527, 0.08744079619646072, 0.03981832042336464, -0.015496646985411644], "mean": [-0.23823298513889313, 0.010640285909175873, 1.1411031484603882, 3.102231025695801, -0.020941175520420074, -0.10566804558038712, 0.024945680052042007, -0.024791022762656212], "std": [0.04149239882826805, 0.15487807989120483, 0.07797328382730484, 0.08451436460018158, 0.0866268202662468, 0.07377845793962479, 0.010519308038055897, 0.010740554891526699], "count": [232]}, "actions": {"min": [-0.7640518546104431, -0.9510766863822937, -0.7255958914756775, -0.1538548618555069, -0.10572537779808044, -0.14805041253566742, -1.0], "max": [0.700289785861969, 1.1097394227981567, 1.09190833568573, 0.21449051797389984, 0.1765395998954773, 0.18106861412525177, 1.0], "mean": [0.04074958711862564, 0.08597975224256516, -0.016025694087147713, 0.0044122179970145226, 0.0012290508020669222, -0.006705388426780701, 0.27586206793785095], "std": [0.17728304862976074, 0.27053192257881165, 0.2767697274684906, 0.04589804261922836, 0.03910297900438309, 0.03948880732059479, 0.9611952304840088], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [901], "max": [901], "mean": [901.0], "std": [0.0], "count": [232]}, "index": {"min": [285992], "max": [286223], "mean": [286107.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [232]}}} +{"episode_index": 902, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36316830025467217]], [[0.2993718441233915]], [[0.23112337897805607]]], "std": [[[0.12915554678360802]], [[0.12812162502848193]], [[0.14255581108923332]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9372549019607843]]], "mean": [[[0.37043724089977786]], [[0.27891138054342834]], [[0.18096334599513633]]], "std": [[[0.17053424472502896]], [[0.12139245323422879]], [[0.07941384787113959]]], "count": [100]}, "state": {"min": [-0.35332030057907104, -0.19987918436527252, 1.0062603950500488, 2.7631282806396484, -0.13080868124961853, -0.2131347358226776, 0.015044194646179676, -0.04001862183213234], "max": [-0.2470991015434265, 0.18892861902713776, 1.2527014017105103, 3.1084699630737305, 0.1742832511663437, 0.03498658910393715, 0.039627328515052795, -0.015267720445990562], "mean": [-0.2878192663192749, 0.002374503528699279, 1.152420997619629, 2.9390883445739746, 0.01706681028008461, -0.09906644374132156, 0.025669647380709648, -0.025531334802508354], "std": [0.02746651880443096, 0.14598211646080017, 0.06883510947227478, 0.10286369919776917, 0.07753542810678482, 0.07057475298643112, 0.01108793169260025, 0.01126918289810419], "count": [241]}, "actions": {"min": [-0.46141400933265686, -1.0042290687561035, -1.244081735610962, -0.320717990398407, -0.13181135058403015, -0.18976444005966187, -1.0], "max": [0.4900212585926056, 1.2131295204162598, 0.753138542175293, 0.2455882877111435, 0.12576739490032196, 0.11666703224182129, 1.0], "mean": [0.027379030361771584, 0.06297911703586578, -0.009237928315997124, 0.0018685348331928253, 0.0020666501950472593, -0.005137965548783541, 0.17842324078083038], "std": [0.13265851140022278, 0.3123580813407898, 0.2542933523654938, 0.05872070789337158, 0.036391228437423706, 0.03779149428009987, 0.9839536547660828], "count": [241]}, "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": [902], "max": [902], "mean": [902.0], "std": [0.0], "count": [241]}, "index": {"min": [286224], "max": [286464], "mean": [286344.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [241]}}} +{"episode_index": 903, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36879445453718596]], [[0.3031548066980699]], [[0.23428669888365503]]], "std": [[[0.12883574119826463]], [[0.13114811576890847]], [[0.14724882346398255]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.37450938565123315]], [[0.28436494475719976]], [[0.18578593055874693]]], "std": [[[0.18768706413085018]], [[0.13331542195534546]], [[0.08432626248709783]]], "count": [100]}, "state": {"min": [-0.34544864296913147, -0.2264389544725418, 0.9887560606002808, 3.056281805038452, -0.24926263093948364, -0.31907930970191956, 0.015554558485746384, -0.04000521078705788], "max": [-0.24508197605609894, 0.24316750466823578, 1.2295982837677002, 3.2416369915008545, 0.02712530829012394, 0.02200104482471943, 0.039921507239341736, -0.012492842972278595], "mean": [-0.2820786237716675, 0.008111044764518738, 1.1459541320800781, 3.1583757400512695, -0.12259946763515472, -0.18594273924827576, 0.025432879105210304, -0.02314210683107376], "std": [0.03307666629552841, 0.17737843096256256, 0.07094878703355789, 0.0559619665145874, 0.09083053469657898, 0.09283503144979477, 0.01059244479984045, 0.01238001137971878], "count": [261]}, "actions": {"min": [-0.7071271538734436, -0.7937066555023193, -0.5430427193641663, -0.13702985644340515, -0.13068975508213043, -0.15037083625793457, -1.0], "max": [0.5076909065246582, 1.015034556388855, 1.2024701833724976, 0.16224884986877441, 0.1836913526058197, 0.161812886595726, 1.0], "mean": [0.011791989207267761, 0.0743914246559143, -0.012927256524562836, 0.0015517357969656587, -0.0015053286915645003, -0.005735929124057293, 0.24904213845729828], "std": [0.1350020468235016, 0.2992284893989563, 0.2688544988632202, 0.051037419587373734, 0.044709205627441406, 0.04407595843076706, 0.96849125623703], "count": [261]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.534365710971739], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [903], "max": [903], "mean": [903.0], "std": [0.0], "count": [261]}, "index": {"min": [286465], "max": [286725], "mean": [286595.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [261]}}} +{"episode_index": 904, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36463927803787527]], [[0.2994208194508272]], [[0.23280504892386641]]], "std": [[[0.13238670377514852]], [[0.13376667450085805]], [[0.14772178477406156]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3886504743987439]], [[0.29256623989928005]], [[0.1871591473747702]]], "std": [[[0.18478991604186848]], [[0.13109722670872417]], [[0.07879894884664748]]], "count": [100]}, "state": {"min": [-0.3033207952976227, -0.18680040538311005, 0.9864829182624817, 3.0600218772888184, -0.18849210441112518, -0.20025132596492767, 0.014343597926199436, -0.03997430205345154], "max": [-0.20806169509887695, 0.23395505547523499, 1.2377254962921143, 3.2741494178771973, 0.2042427957057953, 0.07934015989303589, 0.039841145277023315, -0.014624250121414661], "mean": [-0.25868985056877136, 0.03387856483459473, 1.1494089365005493, 3.1688451766967773, -0.03411783277988434, -0.08505898714065552, 0.024436116218566895, -0.024305814877152443], "std": [0.023839447647333145, 0.16487441956996918, 0.07136335968971252, 0.06779754161834717, 0.08984900265932083, 0.08885382115840912, 0.011273296549916267, 0.01139869261533022], "count": [195]}, "actions": {"min": [-0.4337988793849945, -1.0375694036483765, -1.0133028030395508, -0.21300660073757172, -0.15249775350093842, -0.33732870221138, -1.0], "max": [0.3741646409034729, 1.6725994348526, 1.7105787992477417, 0.3109258711338043, 0.2701393663883209, 0.20497985184192657, 1.0], "mean": [0.0427696518599987, 0.08356509357690811, -0.02924797311425209, 0.0006258563371375203, 0.009398948401212692, -0.0039135473780334, 0.22051282227039337], "std": [0.11897515505552292, 0.3990776538848877, 0.37366437911987305, 0.05821436643600464, 0.04795113578438759, 0.05842849239706993, 0.9753844141960144], "count": [195]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [904], "max": [904], "mean": [904.0], "std": [0.0], "count": [195]}, "index": {"min": [286726], "max": [286920], "mean": [286823.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [195]}}} +{"episode_index": 905, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36555606916839]], [[0.30077965889725033]], [[0.23361608108819698]]], "std": [[[0.12995047687140762]], [[0.131892208260913]], [[0.14690699967245416]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9411764705882353]]], "mean": [[[0.3799818725585937]], [[0.2862503261192172]], [[0.18424245198567707]]], "std": [[[0.17744258012112346]], [[0.12499439169621043]], [[0.0768337210100765]]], "count": [100]}, "state": {"min": [-0.3155897855758667, -0.19308388233184814, 0.9897356629371643, 2.9899487495422363, -0.12082243710756302, 0.019806258380413055, 0.017587225884199142, -0.0400039479136467], "max": [-0.21477627754211426, 0.2301340103149414, 1.2199971675872803, 3.462392807006836, 0.15143223106861115, 0.14127497375011444, 0.04000019654631615, -0.01786193810403347], "mean": [-0.26949334144592285, -0.007943937554955482, 1.116237759590149, 3.2547478675842285, 0.03317385911941528, 0.08407038450241089, 0.028725460171699524, -0.02898804470896721], "std": [0.03055746480822563, 0.15959492325782776, 0.06449359655380249, 0.13785718381404877, 0.07423899322748184, 0.036041729152202606, 0.010240810923278332, 0.010131990537047386], "count": [257]}, "actions": {"min": [-0.3512426018714905, -0.7540904879570007, -0.37909361720085144, -0.21978716552257538, -0.09229128807783127, -0.13605889678001404, -1.0], "max": [0.4366091787815094, 1.2210150957107544, 0.8597779273986816, 0.2480928748846054, 0.1362348347902298, 0.16081862151622772, 1.0], "mean": [0.022427577525377274, 0.06868869811296463, -0.01489175483584404, 0.009557087905704975, 0.003167020156979561, 0.0006216539768502116, 0.02723735384643078], "std": [0.12221301347017288, 0.28009483218193054, 0.21377046406269073, 0.05537711828947067, 0.03469822555780411, 0.03768321871757507, 0.9996303915977478], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [905], "max": [905], "mean": [905.0], "std": [0.0], "count": [257]}, "index": {"min": [286921], "max": [287177], "mean": [287049.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [257]}}} +{"episode_index": 906, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3373753943349801]], [[0.28720495425953585]], [[0.22412203381108303]]], "std": [[[0.1622576515241646]], [[0.14740245296952373]], [[0.15294705346554374]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3318097007601869]], [[0.25495344693053]], [[0.16698100609872857]]], "std": [[[0.2126656351168122]], [[0.15239632305588374]], [[0.09362114364689715]]], "count": [100]}, "state": {"min": [-0.42450278997421265, -0.2509702444076538, 0.9785280227661133, 2.9180171489715576, -0.2511947453022003, -0.5417067408561707, 0.01211360190063715, -0.04001316800713539], "max": [-0.05752384290099144, 0.2526708245277405, 1.2937817573547363, 3.2383885383605957, 0.26722434163093567, 0.16970646381378174, 0.040002211928367615, -0.008969833143055439], "mean": [-0.2533619701862335, -0.0011359433410689235, 1.1599128246307373, 3.104311943054199, 0.007376201916486025, -0.2300160676240921, 0.022327547892928123, -0.022171106189489365], "std": [0.13141104578971863, 0.18504111468791962, 0.07782553881406784, 0.08659493178129196, 0.13054177165031433, 0.2420165240764618, 0.01252022385597229, 0.012473815120756626], "count": [399]}, "actions": {"min": [-0.9155210256576538, -0.8646034002304077, -0.8260846734046936, -0.21950766444206238, -0.12620514631271362, -0.20211106538772583, -1.0], "max": [0.6309500336647034, 0.7843561172485352, 1.551803469657898, 0.25407230854034424, 0.24437376856803894, 0.16444242000579834, 1.0], "mean": [-0.004391614813357592, 0.05971720069646835, -0.005650743842124939, 0.005268631037324667, 0.0014438951620832086, -0.012850536964833736, 0.29323309659957886], "std": [0.22384518384933472, 0.2222050428390503, 0.27303028106689453, 0.05601939558982849, 0.042878638952970505, 0.04946553707122803, 0.9560406804084778], "count": [399]}, "timestamp": {"min": [0.0], "max": [39.8], "mean": [19.900000000000002], "std": [11.51810169544733], "count": [399]}, "frame_index": {"min": [0], "max": [398], "mean": [199.0], "std": [115.18101695447331], "count": [399]}, "episode_index": {"min": [906], "max": [906], "mean": [906.0], "std": [0.0], "count": [399]}, "index": {"min": [287178], "max": [287576], "mean": [287377.0], "std": [115.18101695447331], "count": [399]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [399]}}} +{"episode_index": 907, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34045448991364125]], [[0.2908406641343061]], [[0.22748343374214922]]], "std": [[[0.15856386518406157]], [[0.1447795056626132]], [[0.15168260920590937]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3419053990981158]], [[0.26309582818723193]], [[0.17237689089307598]]], "std": [[[0.2097107243443644]], [[0.15011703616528968]], [[0.09281517108801615]]], "count": [100]}, "state": {"min": [-0.4023357927799225, -0.24131999909877777, 0.9855355024337769, 2.923846960067749, -0.17942482233047485, -0.4719070792198181, 0.01219997275620699, -0.04001118242740631], "max": [-0.04426396265625954, 0.26515331864356995, 1.2805954217910767, 3.2402422428131104, 0.30358871817588806, 0.11472908407449722, 0.03990153223276138, -0.00773173151537776], "mean": [-0.23740240931510925, -0.007708478718996048, 1.1770271062850952, 3.104572057723999, 0.0326806865632534, -0.21927405893802643, 0.021738067269325256, -0.021555274724960327], "std": [0.13444413244724274, 0.18603992462158203, 0.0788547620177269, 0.0922112762928009, 0.10944429039955139, 0.16966602206230164, 0.012628241442143917, 0.012646159157156944], "count": [440]}, "actions": {"min": [-0.9907286167144775, -0.9899955987930298, -0.6520877480506897, -0.24515406787395477, -0.14090169966220856, -0.18543171882629395, -1.0], "max": [0.8836314082145691, 0.868880569934845, 1.0703845024108887, 0.1323796510696411, 0.10968947410583496, 0.17060087621212006, 1.0], "mean": [-0.013392353430390358, 0.05944062024354935, -0.016699980944395065, 0.003634852822870016, 0.0021120335441082716, -0.008846951648592949, 0.3181818127632141], "std": [0.2058352828025818, 0.20162798464298248, 0.21066434681415558, 0.04311893507838249, 0.03390350937843323, 0.04448723420500755, 0.948029637336731], "count": [440]}, "timestamp": {"min": [0.0], "max": [43.9], "mean": [21.95], "std": [12.701673118136839], "count": [440]}, "frame_index": {"min": [0], "max": [439], "mean": [219.5], "std": [127.01673118136839], "count": [440]}, "episode_index": {"min": [907], "max": [907], "mean": [907.0], "std": [0.0], "count": [440]}, "index": {"min": [287577], "max": [288016], "mean": [287796.5], "std": [127.01673118136839], "count": [440]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [440]}}} +{"episode_index": 908, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34667505241842833]], [[0.29384233661726405]], [[0.2301486618939568]]], "std": [[[0.15653819857197332]], [[0.14586454761580991]], [[0.15386093895272784]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3590639821968827]], [[0.2776875185499004]], [[0.18357310276405486]]], "std": [[[0.2076525912138658]], [[0.14841803354917632]], [[0.09391226252903234]]], "count": [100]}, "state": {"min": [-0.4168611466884613, -0.21510256826877594, 0.9957655668258667, 3.0114314556121826, -0.17190542817115784, -0.35941413044929504, 0.011984413489699364, -0.040006451308727264], "max": [-0.06920455396175385, 0.2904268503189087, 1.211851716041565, 3.2218117713928223, 0.12741006910800934, 0.083380326628685, 0.03993885964155197, -0.012108082883059978], "mean": [-0.24931636452674866, 0.03474816307425499, 1.1500513553619385, 3.132080078125, -0.06261412799358368, -0.14556367695331573, 0.02195163257420063, -0.022021399810910225], "std": [0.11970513314008713, 0.19586172699928284, 0.06288482993841171, 0.06219741702079773, 0.07177382707595825, 0.16935382783412933, 0.012876780703663826, 0.012870953418314457], "count": [362]}, "actions": {"min": [-1.0071206092834473, -0.6543281674385071, -0.8798007965087891, -0.2497679591178894, -0.17464320361614227, -0.1852138489484787, -1.0], "max": [0.6098790168762207, 1.0757315158843994, 1.1072075366973877, 0.1624279022216797, 0.13363724946975708, 0.1729724407196045, 1.0], "mean": [-0.007645461242645979, 0.061645906418561935, -0.010714927688241005, 0.0032606227323412895, 0.0010818792507052422, -0.009844006039202213, 0.28729280829429626], "std": [0.21342964470386505, 0.23918038606643677, 0.2095058262348175, 0.04445505514740944, 0.03703488036990166, 0.04656939581036568, 0.9578443169593811], "count": [362]}, "timestamp": {"min": [0.0], "max": [36.1], "mean": [18.049999999999997], "std": [10.450000000000001], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [908], "max": [908], "mean": [908.0], "std": [0.0], "count": [362]}, "index": {"min": [288017], "max": [288378], "mean": [288197.5], "std": [104.5], "count": [362]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [362]}}} +{"episode_index": 909, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3401319681803386]], [[0.28850851978975184]], [[0.22649573471966913]]], "std": [[[0.15582511950261466]], [[0.143407380830246]], [[0.14868890108463534]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.33450093766754746]], [[0.25712455599915746]], [[0.1684913132611443]]], "std": [[[0.21460726539506128]], [[0.15428800123098046]], [[0.09530274148302832]]], "count": [100]}, "state": {"min": [-0.4660531282424927, -0.19907622039318085, 0.9760892987251282, 3.020808458328247, -0.17042769491672516, -0.7853363156318665, 0.012315596453845501, -0.04000505059957504], "max": [-0.056147634983062744, 0.26902270317077637, 1.2294175624847412, 3.307034969329834, 0.2704220712184906, 0.06746362894773483, 0.039949931204319, -0.012027633376419544], "mean": [-0.265286922454834, 0.04680098220705986, 1.153470754623413, 3.1590538024902344, 0.016969550400972366, -0.452645868062973, 0.02161231078207493, -0.021220620721578598], "std": [0.13431639969348907, 0.17908696830272675, 0.07091563194990158, 0.07872071117162704, 0.1050543338060379, 0.26035624742507935, 0.01205055508762598, 0.01236354187130928], "count": [378]}, "actions": {"min": [-1.1736900806427002, -0.7123762965202332, -0.5653705596923828, -0.3300383985042572, -0.16076040267944336, -0.21845844388008118, -1.0], "max": [0.6072173714637756, 1.3597301244735718, 1.3310364484786987, 0.3432050049304962, 0.15945476293563843, 0.19023926556110382, 1.0], "mean": [-0.006371612194925547, 0.06470523774623871, -0.010601312853395939, 0.0064344266429543495, 0.0032829102128744125, -0.015872608870267868, 0.35449734330177307], "std": [0.2467702180147171, 0.22459277510643005, 0.22153522074222565, 0.06394407153129578, 0.04480697587132454, 0.05540091171860695, 0.935058057308197], "count": [378]}, "timestamp": {"min": [0.0], "max": [37.7], "mean": [18.849999999999998], "std": [10.911881903075503], "count": [378]}, "frame_index": {"min": [0], "max": [377], "mean": [188.5], "std": [109.11881903075503], "count": [378]}, "episode_index": {"min": [909], "max": [909], "mean": [909.0], "std": [0.0], "count": [378]}, "index": {"min": [288379], "max": [288756], "mean": [288567.5], "std": [109.11881903075503], "count": [378]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [378]}}} +{"episode_index": 910, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34321892592486214]], [[0.2921608174641927]], [[0.23098207361557904]]], "std": [[[0.1603175482780848]], [[0.1491285271562171]], [[0.15585912659093168]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40101820523131126]], [[0.3145976329130285]], [[0.20305026663985906]]], "std": [[[0.20439752939333544]], [[0.13840142028780833]], [[0.08483164824209201]]], "count": [100]}, "state": {"min": [-0.2907683849334717, -0.011321584694087505, 0.989176869392395, 3.0238852500915527, -0.03252287581562996, -0.193795844912529, 0.013449340127408504, -0.04000376909971237], "max": [-0.029358819127082825, 0.2009851187467575, 1.2848541736602783, 3.155031442642212, 0.2218506932258606, 0.0796591192483902, 0.03997090458869934, -0.014804607257246971], "mean": [-0.17978520691394806, 0.08186360448598862, 1.1598079204559326, 3.0886311531066895, 0.05617629364132881, -0.09006062150001526, 0.026111694052815437, -0.026308681815862656], "std": [0.09983738511800766, 0.08586470782756805, 0.08437111973762512, 0.03293308615684509, 0.06374813616275787, 0.08231833577156067, 0.011403759941458702, 0.011330940760672092], "count": [325]}, "actions": {"min": [-1.0403175354003906, -0.35581284761428833, -0.4642843008041382, -0.1339072436094284, -0.1864386796951294, -0.19234098494052887, -1.0], "max": [0.6676188707351685, 0.7178487777709961, 1.4390558004379272, 0.2020496428012848, 0.147317036986351, 0.2168901562690735, 1.0], "mean": [0.015838637948036194, 0.04209299385547638, 0.00040905369678512216, 0.00020129290351178497, 0.003379917237907648, -0.006086953449994326, 0.14461538195610046], "std": [0.22884036600589752, 0.1457817256450653, 0.26163986325263977, 0.04471639171242714, 0.039917729794979095, 0.04846770316362381, 0.9894900321960449], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [910], "max": [910], "mean": [910.0], "std": [0.0], "count": [325]}, "index": {"min": [288757], "max": [289081], "mean": [288919.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [325]}}} +{"episode_index": 911, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3563265428730086]], [[0.3040425815956265]], [[0.2409192403157552]]], "std": [[[0.1595368420279]], [[0.1514836682061843]], [[0.1628300929933786]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.4288488494274663]], [[0.33511073931525737]], [[0.21765261003082875]]], "std": [[[0.1930710009900785]], [[0.13107540894559588]], [[0.08095142764360193]]], "count": [100]}, "state": {"min": [-0.27039435505867004, -0.0693097934126854, 0.9882662892341614, 3.071094274520874, -0.17596964538097382, -0.1099480614066124, 0.013764830306172371, -0.03999336063861847], "max": [-0.0049418737180531025, 0.19830533862113953, 1.2802977561950684, 3.2626142501831055, 0.15599460899829865, 0.10157275944948196, 0.03999390825629234, -0.015264744870364666], "mean": [-0.14614644646644592, 0.05134107545018196, 1.1538654565811157, 3.1690120697021484, -0.057379718869924545, -0.02805214375257492, 0.02591334469616413, -0.026655932888388634], "std": [0.0980382189154625, 0.10002177208662033, 0.0822867602109909, 0.04483068734407425, 0.08380810171365738, 0.06366126984357834, 0.012590497732162476, 0.011855890974402428], "count": [252]}, "actions": {"min": [-1.162224292755127, -0.5578722357749939, -0.6641836762428284, -0.18179766833782196, -0.14595532417297363, -0.20513446629047394, -1.0], "max": [0.6566462516784668, 0.8011185526847839, 1.5014762878417969, 0.14476603269577026, 0.1791888028383255, 0.3331512212753296, 1.0], "mean": [0.011863963678479195, 0.049931321293115616, -0.008019916713237762, 0.0037944617215543985, 0.002908473601564765, 0.0016774625983089209, 0.0555555559694767], "std": [0.2821947932243347, 0.18927432596683502, 0.3346725106239319, 0.041754819452762604, 0.04456908628344536, 0.05655789375305176, 0.9984537363052368], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [911], "max": [911], "mean": [911.0], "std": [0.0], "count": [252]}, "index": {"min": [289082], "max": [289333], "mean": [289207.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [252]}}} +{"episode_index": 912, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34704185156728706]], [[0.2955453916063496]], [[0.23372309905407476]]], "std": [[[0.15880664972508549]], [[0.14855128220346073]], [[0.1562214415369341]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4084469371122472]], [[0.31890257352941176]], [[0.20560951202990962]]], "std": [[[0.19916792918911697]], [[0.13453831743157973]], [[0.08155038080965536]]], "count": [100]}, "state": {"min": [-0.2868524491786957, -0.03373521566390991, 0.9888609647750854, 2.9177145957946777, -0.06967461109161377, -0.23260122537612915, 0.014511185698211193, -0.04000409319996834], "max": [-0.0032114225905388594, 0.20636741816997528, 1.3060132265090942, 3.12302565574646, 0.25247153639793396, 0.07512161135673523, 0.039937522262334824, -0.010949596762657166], "mean": [-0.1556914746761322, 0.0734272301197052, 1.165823221206665, 3.0260510444641113, 0.036705855280160904, -0.07871334254741669, 0.026141149923205376, -0.02580803446471691], "std": [0.09675293415784836, 0.09588116407394409, 0.0867384821176529, 0.05894533544778824, 0.08994634449481964, 0.08354755491018295, 0.011643568985164165, 0.012029979377985], "count": [279]}, "actions": {"min": [-1.0903279781341553, -0.4015984535217285, -0.7484373450279236, -0.17766334116458893, -0.22025838494300842, -0.19149774312973022, -1.0], "max": [0.6814002990722656, 0.9304871559143066, 2.0452003479003906, 0.13317228853702545, 0.14358870685100555, 0.195964515209198, 1.0], "mean": [0.01172022707760334, 0.06086823344230652, -0.020073601976037025, -2.058567406493239e-05, 0.00395276490598917, -0.002837890526279807, 0.10394265502691269], "std": [0.2607642710208893, 0.18030376732349396, 0.3368186354637146, 0.0408346988260746, 0.04190225154161453, 0.05123553425073624, 0.9945828914642334], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [912], "max": [912], "mean": [912.0], "std": [0.0], "count": [279]}, "index": {"min": [289334], "max": [289612], "mean": [289473.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [279]}}} +{"episode_index": 913, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3405045171999464]], [[0.2897536070580576]], [[0.22789893236347272]]], "std": [[[0.16287414596455277]], [[0.1497172281465968]], [[0.15631575619316213]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.396237533270144]], [[0.3099948610791973]], [[0.20074183565027573]]], "std": [[[0.2068277560270712]], [[0.14107934428589008]], [[0.08530430632295055]]], "count": [100]}, "state": {"min": [-0.3169761002063751, -0.05121327191591263, 0.9900219440460205, 3.033947229385376, 0.0018711452139541507, -0.21984896063804626, 0.01485547423362732, -0.04000465199351311], "max": [-0.003216623095795512, 0.24633727967739105, 1.298281192779541, 3.2752366065979004, 0.24935762584209442, 0.1439739614725113, 0.039920419454574585, -0.014889005571603775], "mean": [-0.16429460048675537, 0.09905637800693512, 1.1700516939163208, 3.1503851413726807, 0.09235942363739014, -0.05096098408102989, 0.026873383671045303, -0.026586927473545074], "std": [0.09650987386703491, 0.11139863729476929, 0.08106435090303421, 0.08444904536008835, 0.063978411257267, 0.09967155009508133, 0.010915026068687439, 0.01122535951435566], "count": [306]}, "actions": {"min": [-0.8399022221565247, -0.7771831154823303, -0.610366940498352, -0.1821019947528839, -0.17309045791625977, -0.18406999111175537, -1.0], "max": [1.2363394498825073, 0.9302682280540466, 1.353126883506775, 0.14821791648864746, 0.16605402529239655, 0.1382550597190857, 1.0], "mean": [0.025554059073328972, 0.06102491542696953, -0.007770076394081116, 0.0052031283266842365, 0.0018513043178245425, -0.001705791219137609, 0.11764705926179886], "std": [0.2650686502456665, 0.203166663646698, 0.28244486451148987, 0.03864133358001709, 0.04192451387643814, 0.047223176807165146, 0.9930558204650879], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [913], "max": [913], "mean": [913.0], "std": [0.0], "count": [306]}, "index": {"min": [289613], "max": [289918], "mean": [289765.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [306]}}} +{"episode_index": 914, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.33930865358838846]], [[0.28840109252929685]], [[0.22450812605315565]]], "std": [[[0.15694045657961384]], [[0.14305180812760007]], [[0.15016407622349454]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.37018743477615657]], [[0.28439076143152575]], [[0.18568662815467982]]], "std": [[[0.19273099345769432]], [[0.135956099320143]], [[0.08672970410549215]]], "count": [100]}, "state": {"min": [-0.34421685338020325, -0.23657843470573425, 1.0046241283416748, 2.923358201980591, -0.15995720028877258, -0.20934098958969116, 0.017580559477210045, -0.04000796005129814], "max": [-0.19430966675281525, 0.2635810673236847, 1.2556495666503906, 3.205335855484009, 0.17048543691635132, 0.09480788558721542, 0.03981247916817665, -0.016943028196692467], "mean": [-0.2760171890258789, -0.0014511935878545046, 1.1508114337921143, 3.0455422401428223, -0.03573404252529144, -0.045819055289030075, 0.027542905882000923, -0.027958380058407784], "std": [0.051460105925798416, 0.18959453701972961, 0.0722745731472969, 0.0716310515999794, 0.08628494292497635, 0.09302102774381638, 0.00955979060381651, 0.009382578544318676], "count": [221]}, "actions": {"min": [-0.49767324328422546, -1.0603444576263428, -1.3744990825653076, -0.17333123087882996, -0.12188763916492462, -0.1611674726009369, -1.0], "max": [0.7373194098472595, 1.7543517351150513, 1.4394656419754028, 0.2561706602573395, 0.1800479143857956, 0.17319105565547943, 1.0], "mean": [0.03282339125871658, 0.09982173144817352, -0.02121383510529995, 0.004753429442644119, 0.004305264912545681, -0.00484995823353529, 0.15837104618549347], "std": [0.17794080078601837, 0.3981510102748871, 0.3376275599002838, 0.052070945501327515, 0.04545293003320694, 0.04868468642234802, 0.9873807430267334], "count": [221]}, "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": [914], "max": [914], "mean": [914.0], "std": [0.0], "count": [221]}, "index": {"min": [289919], "max": [290139], "mean": [290029.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [221]}}} +{"episode_index": 915, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3423693775850184]], [[0.2896974666819853]], [[0.22758491127163755]]], "std": [[[0.1585424772072649]], [[0.14727740025555813]], [[0.1527606385684837]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.3633006352443321]], [[0.28160372685451135]], [[0.18485561655081956]]], "std": [[[0.18822979397671522]], [[0.13255608984535985]], [[0.0889237429237134]]], "count": [100]}, "state": {"min": [-0.3464428186416626, -0.22126483917236328, 0.9979246854782104, 2.939281463623047, -0.2379460334777832, -0.12977413833141327, 0.013922009617090225, -0.04000801593065262], "max": [-0.22766777873039246, 0.1782219111919403, 1.2540358304977417, 3.1599655151367188, 0.0799165591597557, 0.00742913456633687, 0.03983630612492561, -0.013025843538343906], "mean": [-0.29516345262527466, -0.0181527528911829, 1.1420724391937256, 3.0207009315490723, -0.10388849675655365, -0.070175901055336, 0.024481533095240593, -0.02427356131374836], "std": [0.038383759558200836, 0.16584308445453644, 0.07910711318254471, 0.047488726675510406, 0.08629562705755234, 0.03865271434187889, 0.011661172844469547, 0.011674188077449799], "count": [234]}, "actions": {"min": [-0.47212186455726624, -1.4058738946914673, -0.7077701091766357, -0.14543505012989044, -0.1359444409608841, -0.114110566675663, -1.0], "max": [0.7719871401786804, 1.1545108556747437, 1.7524998188018799, 0.15432552993297577, 0.11669272929430008, 0.230078786611557, 1.0], "mean": [0.02909483015537262, 0.06213353946805, -0.01477105263620615, 0.0022984561510384083, 0.0032476240303367376, -0.0040419683791697025, 0.20512820780277252], "std": [0.14807263016700745, 0.35931509733200073, 0.33795419335365295, 0.04458658769726753, 0.039054762572050095, 0.039795320481061935, 0.9787347912788391], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [915], "max": [915], "mean": [915.0], "std": [0.0], "count": [234]}, "index": {"min": [290140], "max": [290373], "mean": [290256.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [234]}}} +{"episode_index": 916, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.33636780922085635]], [[0.28556926772173713]], [[0.22154602888518687]]], "std": [[[0.16067730205684025]], [[0.14527018355360566]], [[0.15058662770828418]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3606418307435279]], [[0.2762837781719133]], [[0.17989322258444396]]], "std": [[[0.1969369938477031]], [[0.13912960611157327]], [[0.08820041497628436]]], "count": [100]}, "state": {"min": [-0.398193895816803, -0.24981394410133362, 0.9901881814002991, 3.0935637950897217, -0.21607182919979095, -0.3639290928840637, 0.01483107265084982, -0.039997972548007965], "max": [-0.2225584089756012, 0.23746667802333832, 1.2476003170013428, 3.2867445945739746, 0.05587518960237503, -0.0380173996090889, 0.03996029868721962, -0.013991083018481731], "mean": [-0.3073354959487915, 0.01094384491443634, 1.1427704095840454, 3.1708548069000244, -0.09587682038545609, -0.15854303538799286, 0.023647308349609375, -0.02330400049686432], "std": [0.05288005992770195, 0.1995447874069214, 0.07398196309804916, 0.04605671390891075, 0.07492583990097046, 0.1095988005399704, 0.011448383331298828, 0.011697730049490929], "count": [249]}, "actions": {"min": [-0.7990668416023254, -0.9307952523231506, -0.6578891277313232, -0.2143557220697403, -0.09230034053325653, -0.1688830405473709, -1.0], "max": [0.7617155313491821, 1.6140984296798706, 1.2200076580047607, 0.1261134296655655, 0.11800285428762436, 0.18049024045467377, 1.0], "mean": [0.03264082223176956, 0.08557305485010147, 0.005496136844158173, 0.0007956640911288559, 0.0002902662381529808, 0.00022992226877249777, 0.2851405739784241], "std": [0.17448113858699799, 0.33673128485679626, 0.2676922082901001, 0.04612013325095177, 0.037693336606025696, 0.04979829862713814, 0.9584835171699524], "count": [249]}, "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": [916], "max": [916], "mean": [916.0], "std": [0.0], "count": [249]}, "index": {"min": [290374], "max": [290622], "mean": [290498.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [249]}}} +{"episode_index": 917, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33689617979760267]], [[0.28923407341452206]], [[0.2269805291867724]]], "std": [[[0.16145484240435107]], [[0.1470103600278516]], [[0.1535798688173188]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3561385300580193]], [[0.2727275474398744]], [[0.17834018423043044]]], "std": [[[0.193073624001317]], [[0.13636873496578453]], [[0.08657503186586964]]], "count": [100]}, "state": {"min": [-0.36086228489875793, -0.26862338185310364, 0.9926969408988953, 3.010648727416992, -0.2185964286327362, -0.37132376432418823, 0.015192881226539612, -0.04000590741634369], "max": [-0.2042204886674881, 0.2477199137210846, 1.2264103889465332, 3.2752068042755127, 0.14860445261001587, -0.04915658012032509, 0.039904139935970306, -0.015028263442218304], "mean": [-0.293304979801178, -0.015661144629120827, 1.1288394927978516, 3.130554676055908, -0.07604850083589554, -0.16589291393756866, 0.02519390732049942, -0.025469284504652023], "std": [0.05161784216761589, 0.20401781797409058, 0.07637813687324524, 0.06815275549888611, 0.09567783772945404, 0.10613780468702316, 0.011346516199409962, 0.011187209747731686], "count": [233]}, "actions": {"min": [-0.7952789068222046, -1.6639561653137207, -0.64427250623703, -0.2000311315059662, -0.2445611208677292, -0.21717429161071777, -1.0], "max": [0.7014618515968323, 1.4563993215560913, 1.3340016603469849, 0.15636305510997772, 0.15333718061447144, 0.17408408224582672, 1.0], "mean": [0.028522800654172897, 0.08027397096157074, -0.013874050229787827, 0.002949317218735814, 0.004720799624919891, -0.0013414830900728703, 0.19313304126262665], "std": [0.1667986810207367, 0.4107772409915924, 0.3122083246707916, 0.0486355796456337, 0.0460103414952755, 0.05339960381388664, 0.9811719059944153], "count": [233]}, "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": [917], "max": [917], "mean": [917.0], "std": [0.0], "count": [233]}, "index": {"min": [290623], "max": [290855], "mean": [290739.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [233]}}} +{"episode_index": 918, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.33994792683919267]], [[0.2899920654296875]], [[0.22497254375382966]]], "std": [[[0.1567766795368182]], [[0.14190937554185967]], [[0.1495744226975393]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.2917884778789445]], [[0.2291902723125383]], [[0.15831409409466912]]], "std": [[[0.19940435141301802]], [[0.14809459937634775]], [[0.10224609436047989]]], "count": [100]}, "state": {"min": [-0.5288497805595398, -0.10025439411401749, 1.0005487203598022, 2.9886624813079834, -0.20972606539726257, -0.2766924202442169, 0.01631796360015869, -0.040011025965213776], "max": [-0.2713543474674225, 0.23969948291778564, 1.1964963674545288, 3.4517743587493896, 0.06272578239440918, -0.011118073016405106, 0.03976701200008392, -0.015422387979924679], "mean": [-0.3943275213241577, 0.06533526629209518, 1.1160578727722168, 3.1932687759399414, -0.09404835850000381, -0.18046905100345612, 0.023766348138451576, -0.023670392110943794], "std": [0.10806585848331451, 0.13536232709884644, 0.061225369572639465, 0.17665943503379822, 0.07447468489408493, 0.06053180247545242, 0.010325932875275612, 0.010485902428627014], "count": [181]}, "actions": {"min": [-0.7180339694023132, -1.303305745124817, -0.6115343570709229, -0.2259853631258011, -0.12510806322097778, -0.2059401124715805, -1.0], "max": [0.5648868680000305, 1.0441944599151611, 1.1312856674194336, 0.2105087786912918, 0.17132925987243652, 0.18803484737873077, 1.0], "mean": [-0.07245289534330368, 0.11039774864912033, -0.02867080271244049, 0.010883217677474022, -0.001989098498597741, -0.002815394662320614, 0.33701658248901367], "std": [0.1753547489643097, 0.2535957098007202, 0.28334128856658936, 0.05654769390821457, 0.04366712644696236, 0.05216624215245247, 0.9414978623390198], "count": [181]}, "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": [918], "max": [918], "mean": [918.0], "std": [0.0], "count": [181]}, "index": {"min": [290856], "max": [291036], "mean": [290946.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [181]}}} +{"episode_index": 919, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3385282347436045]], [[0.2888465348785999]], [[0.22474242266486674]]], "std": [[[0.15636134354755785]], [[0.14114177999574154]], [[0.14715657508210792]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.27622111541149663]], [[0.21695924586875767]], [[0.15041289385627296]]], "std": [[[0.20186364739713003]], [[0.14995047807859033]], [[0.10358972651409254]]], "count": [100]}, "state": {"min": [-0.5241069793701172, -0.08443053066730499, 0.9925519824028015, 2.916795253753662, -0.17203044891357422, -0.33437255024909973, 0.01573949307203293, -0.040010083466768265], "max": [-0.24669525027275085, 0.24039112031459808, 1.2107303142547607, 3.363774299621582, 0.11212849617004395, 0.0023636629339307547, 0.03966672718524933, -0.015087292529642582], "mean": [-0.38903921842575073, 0.08559635281562805, 1.1193562746047974, 3.1422643661499023, -0.03602714091539383, -0.16866861283779144, 0.023140452802181244, -0.023224113509058952], "std": [0.11119449138641357, 0.12883354723453522, 0.06542348116636276, 0.1742149293422699, 0.07892193645238876, 0.10962716490030289, 0.009766686707735062, 0.009872072376310825], "count": [176]}, "actions": {"min": [-0.6853645443916321, -0.5952672958374023, -0.9320846796035767, -0.12130794674158096, -0.17913395166397095, -0.16423484683036804, -1.0], "max": [0.3790346086025238, 0.8524394035339355, 1.3680905103683472, 0.13710489869117737, 0.25709012150764465, 0.15369142591953278, 1.0], "mean": [-0.07067228108644485, 0.11682410538196564, -0.020666439086198807, 0.011952596716582775, -0.0002682441845536232, 0.0016743838787078857, 0.40909090638160706], "std": [0.19663776457309723, 0.22653530538082123, 0.3280886709690094, 0.04184684529900551, 0.05204645171761513, 0.05123569443821907, 0.912493884563446], "count": [176]}, "timestamp": {"min": [0.0], "max": [17.5], "mean": [8.75], "std": [5.080600358225394], "count": [176]}, "frame_index": {"min": [0], "max": [175], "mean": [87.5], "std": [50.806003582253936], "count": [176]}, "episode_index": {"min": [919], "max": [919], "mean": [919.0], "std": [0.0], "count": [176]}, "index": {"min": [291037], "max": [291212], "mean": [291124.5], "std": [50.806003582253936], "count": [176]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [176]}}} +{"episode_index": 920, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3415935704848346]], [[0.28878984578450523]], [[0.22291939051011028]]], "std": [[[0.1564331469107594]], [[0.14191618263078581]], [[0.14887087053517825]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.2992908002068015]], [[0.23539053225049786]], [[0.16209816248276654]]], "std": [[[0.2002759541347221]], [[0.14905209001004086]], [[0.10369413154534084]]], "count": [100]}, "state": {"min": [-0.5261561870574951, -0.07886619865894318, 0.9883998036384583, 3.003196954727173, -0.19608715176582336, -0.1729567050933838, 0.015656646341085434, -0.04000689461827278], "max": [-0.2746175527572632, 0.281511515378952, 1.1872236728668213, 3.3557591438293457, 0.048282504081726074, 0.0782618448138237, 0.039824701845645905, -0.012535063549876213], "mean": [-0.3950518071651459, 0.09625664353370667, 1.1107622385025024, 3.149111270904541, -0.07693067938089371, -0.06172773987054825, 0.025450343266129494, -0.02483772672712803], "std": [0.09949174523353577, 0.14488817751407623, 0.05646517500281334, 0.12594403326511383, 0.06399936228990555, 0.06182297319173813, 0.010533674620091915, 0.011150599457323551], "count": [186]}, "actions": {"min": [-0.6666533350944519, -0.48080673813819885, -0.7412693500518799, -0.09387091547250748, -0.12342629581689835, -0.15952393412590027, -1.0], "max": [0.262177973985672, 1.4542253017425537, 1.3525876998901367, 0.15182983875274658, 0.2790624797344208, 0.13047924637794495, 1.0], "mean": [-0.07243788987398148, 0.11299139261245728, -0.0205670278519392, 0.009606661275029182, -0.0010271741775795817, -0.006355396471917629, 0.22580644488334656], "std": [0.18281465768814087, 0.27964314818382263, 0.29735660552978516, 0.04497065395116806, 0.04787183925509453, 0.04809051752090454, 0.9741716384887695], "count": [186]}, "timestamp": {"min": [0.0], "max": [18.5], "mean": [9.25], "std": [5.369279902060113], "count": [186]}, "frame_index": {"min": [0], "max": [185], "mean": [92.5], "std": [53.692799020601136], "count": [186]}, "episode_index": {"min": [920], "max": [920], "mean": [920.0], "std": [0.0], "count": [186]}, "index": {"min": [291213], "max": [291398], "mean": [291305.5], "std": [53.692799020601136], "count": [186]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [186]}}} +{"episode_index": 921, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.34099871347464766]], [[0.29029162298464306]], [[0.22623694326363358]]], "std": [[[0.15826920724360413]], [[0.14444830599705533]], [[0.15089681098078858]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.3063354079302619]], [[0.24218559115540747]], [[0.16735468247357535]]], "std": [[[0.20714845788012273]], [[0.1540748398663358]], [[0.10616616106835534]]], "count": [100]}, "state": {"min": [-0.5032336115837097, -0.07739145308732986, 0.9883189797401428, 3.082441568374634, -0.2503446638584137, -0.2145577073097229, 0.019428519532084465, -0.03999623656272888], "max": [-0.24399591982364655, 0.26433590054512024, 1.2488102912902832, 3.3262133598327637, 0.048358891159296036, 0.0057447622530162334, 0.03990142419934273, -0.01832166314125061], "mean": [-0.3681285083293915, 0.0675073117017746, 1.1273170709609985, 3.188340425491333, -0.11482881009578705, -0.09287621825933456, 0.02715606987476349, -0.027035001665353775], "std": [0.10021376609802246, 0.13762108981609344, 0.07775049656629562, 0.08496509492397308, 0.08242885768413544, 0.07528277486562729, 0.00911271944642067, 0.00924619659781456], "count": [212]}, "actions": {"min": [-0.5898202657699585, -0.4739595949649811, -0.6873361468315125, -0.09890222549438477, -0.12030483037233353, -0.12293533980846405, -1.0], "max": [0.26184380054473877, 0.8971964120864868, 1.0081034898757935, 0.1592501997947693, 0.12264332920312881, 0.09293811768293381, 1.0], "mean": [-0.06252311170101166, 0.10071254521608353, -0.036325350403785706, 0.008419091813266277, 0.0018415029626339674, -0.005436382722109556, 0.24528302252292633], "std": [0.15046845376491547, 0.2033117115497589, 0.3121744990348816, 0.036134783178567886, 0.04244028776884079, 0.03704320266842842, 0.9694507718086243], "count": [212]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [921], "max": [921], "mean": [921.0], "std": [0.0], "count": [212]}, "index": {"min": [291399], "max": [291610], "mean": [291504.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [212]}}} +{"episode_index": 922, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36439238245346967]], [[0.3064748852299709]], [[0.23911222809436275]]], "std": [[[0.13853720363240882]], [[0.13444071457653262]], [[0.1486816122262908]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3252341488108915]], [[0.25284827497893686]], [[0.17253239770029108]]], "std": [[[0.2049344993795168]], [[0.14895956400172564]], [[0.09792253797124288]]], "count": [100]}, "state": {"min": [-0.37414875626564026, -0.03633774444460869, 1.003008246421814, 2.9623074531555176, -0.09626884758472443, 0.0046324352733790874, 0.013779656030237675, -0.040008947253227234], "max": [-0.20608443021774292, 0.21543341875076294, 1.1957051753997803, 3.286353349685669, 0.13872413337230682, 0.22188660502433777, 0.03984452784061432, -0.014461363665759563], "mean": [-0.28868502378463745, 0.05446361005306244, 1.0908637046813965, 3.0766541957855225, -0.005878597032278776, 0.0973801463842392, 0.025556348264217377, -0.025784064084291458], "std": [0.07138892263174057, 0.09377869218587875, 0.05000906437635422, 0.10890009999275208, 0.05631474032998085, 0.07557321339845657, 0.011442143470048904, 0.0114369485527277], "count": [272]}, "actions": {"min": [-0.4565091133117676, -0.2524697780609131, -0.4757504463195801, -0.15397484600543976, -0.11264125257730484, -0.09070179611444473, -1.0], "max": [0.36302876472473145, 0.80581134557724, 0.4575324058532715, 0.1108434870839119, 0.1198476105928421, 0.20352602005004883, 1.0], "mean": [-0.016000885516405106, 0.06543190777301788, -0.04327455908060074, 0.006946790963411331, 0.003865047823637724, -0.0027674667071551085, 0.23529411852359772], "std": [0.131416454911232, 0.13054370880126953, 0.15960291028022766, 0.03132552653551102, 0.03145744651556015, 0.02883009985089302, 0.9719254970550537], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [922], "max": [922], "mean": [922.0], "std": [0.0], "count": [272]}, "index": {"min": [291611], "max": [291882], "mean": [291746.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [272]}}} +{"episode_index": 923, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36517604992436425]], [[0.3078053289675245]], [[0.24102475155101102]]], "std": [[[0.13758454852839525]], [[0.13371932131990127]], [[0.14815916622326]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.32618657250497857]], [[0.2547530463723575]], [[0.17484933232326133]]], "std": [[[0.20443840304260066]], [[0.1498908004112406]], [[0.10346301623642143]]], "count": [100]}, "state": {"min": [-0.37880194187164307, -0.07628466188907623, 1.0082037448883057, 2.920687437057495, -0.0769178718328476, -0.24266330897808075, 0.015363768674433231, -0.04001045227050781], "max": [-0.17616459727287292, 0.20726779103279114, 1.1854181289672852, 3.2510743141174316, 0.11825138330459595, 0.07647387683391571, 0.03981037437915802, -0.014610573649406433], "mean": [-0.27716872096061707, 0.04326809197664261, 1.1024466753005981, 3.0450665950775146, -0.0019453492714092135, -0.06690432131290436, 0.02579222247004509, -0.025904294103384018], "std": [0.0815194770693779, 0.10865209996700287, 0.04694480448961258, 0.11511863023042679, 0.049497462809085846, 0.08977320045232773, 0.01149838138371706, 0.011593054048717022], "count": [292]}, "actions": {"min": [-0.6614683866500854, -0.45913758873939514, -0.43297410011291504, -0.13736267387866974, -0.15035466849803925, -0.11146751046180725, -1.0], "max": [0.5370559096336365, 0.6163778901100159, 0.819186806678772, 0.1310357004404068, 0.10923502594232559, 0.15046143531799316, 1.0], "mean": [-0.01613587699830532, 0.05978027731180191, -0.026395659893751144, 0.005559242330491543, 0.0006069218507036567, -0.0020367098040878773, 0.15068493783473969], "std": [0.15101000666618347, 0.159406840801239, 0.1626906543970108, 0.03364934027194977, 0.030891668051481247, 0.03285874426364899, 0.9885798096656799], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [923], "max": [923], "mean": [923.0], "std": [0.0], "count": [292]}, "index": {"min": [291883], "max": [292174], "mean": [292028.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [292]}}} +{"episode_index": 924, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3676847671807981]], [[0.3091295142080269]], [[0.24079617130055148]]], "std": [[[0.13657346338580093]], [[0.13348118451925298]], [[0.1491165331344027]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.30533868587718294]], [[0.24014998970779716]], [[0.16845186001646753]]], "std": [[[0.20190858829729072]], [[0.14893924453794746]], [[0.1045122469039029]]], "count": [100]}, "state": {"min": [-0.43307873606681824, -0.06522354483604431, 1.0006330013275146, 2.937480926513672, -0.25658172369003296, -0.412283331155777, 0.01268769707530737, -0.04001009464263916], "max": [-0.2045622169971466, 0.23483598232269287, 1.1741646528244019, 3.2957003116607666, 0.0295259952545166, 0.024866992607712746, 0.03980603814125061, -0.014401664026081562], "mean": [-0.32339930534362793, 0.060882482677698135, 1.0834720134735107, 3.0999796390533447, -0.15003713965415955, -0.18069684505462646, 0.024822482839226723, -0.024857494980096817], "std": [0.08427894115447998, 0.11161570250988007, 0.04321613907814026, 0.1181732714176178, 0.07165753096342087, 0.1133553609251976, 0.010521477088332176, 0.010700016282498837], "count": [309]}, "actions": {"min": [-0.8852707147598267, -0.2605360448360443, -0.40365731716156006, -0.13801930844783783, -0.1493128091096878, -0.17676763236522675, -1.0], "max": [0.37049153447151184, 0.5877682566642761, 0.3568517565727234, 0.2478499859571457, 0.08481810986995697, 0.19035999476909637, 1.0], "mean": [-0.0025288343895226717, 0.05967068672180176, -0.0326206274330616, 0.004671905655413866, -0.0024487224873155355, -0.0036286532413214445, 0.3527508080005646], "std": [0.17223167419433594, 0.13635700941085815, 0.139459490776062, 0.03820148855447769, 0.03350796550512314, 0.04747529700398445, 0.9357178807258606], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [924], "max": [924], "mean": [924.0], "std": [0.0], "count": [309]}, "index": {"min": [292175], "max": [292483], "mean": [292329.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [309]}}} +{"episode_index": 925, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3661622075099571]], [[0.30744391706878066]], [[0.2391657206217448]]], "std": [[[0.13406866317728475]], [[0.13030985863131606]], [[0.1455283509599945]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.31986313404756433]], [[0.24698022640452663]], [[0.16702070767271754]]], "std": [[[0.20021288630261036]], [[0.14417537381474768]], [[0.09364445647705427]]], "count": [100]}, "state": {"min": [-0.3994479179382324, -0.05795563757419586, 1.015332818031311, 2.9530088901519775, -0.06267199665307999, -0.10909929126501083, 0.01519729383289814, -0.04000852257013321], "max": [-0.21851393580436707, 0.21465672552585602, 1.156495451927185, 3.2283101081848145, 0.13809707760810852, 0.14057806134223938, 0.03983107581734657, -0.014349017292261124], "mean": [-0.308413028717041, 0.06018121913075447, 1.0902384519577026, 3.0471351146698, 0.00794200785458088, -0.015570028685033321, 0.024529585614800453, -0.02467449940741062], "std": [0.07141353189945221, 0.09942007809877396, 0.039568547159433365, 0.07966873794794083, 0.05486764758825302, 0.0714053064584732, 0.011234192177653313, 0.011297856457531452], "count": [293]}, "actions": {"min": [-0.6083060503005981, -0.28840169310569763, -0.3395049571990967, -0.08301911503076553, -0.11718863993883133, -0.09102542698383331, -1.0], "max": [0.3383840024471283, 0.43034684658050537, 0.45109471678733826, 0.13003432750701904, 0.1359432339668274, 0.06991972029209137, 1.0], "mean": [-0.006048532202839851, 0.06069771200418472, -0.022612422704696655, 0.004089407157152891, 0.0015610085101798177, -0.006121709011495113, 0.2696245610713959], "std": [0.14832918345928192, 0.13135835528373718, 0.1276112198829651, 0.02610762231051922, 0.031046133488416672, 0.024388307705521584, 0.9629653096199036], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [925], "max": [925], "mean": [925.0], "std": [0.0], "count": [293]}, "index": {"min": [292484], "max": [292776], "mean": [292630.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [293]}}} +{"episode_index": 926, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36578876749674477]], [[0.30673719338809746]], [[0.23809116378484987]]], "std": [[[0.13279587141843432]], [[0.12861591398230482]], [[0.1436220514090493]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9450980392156862]], [[0.9411764705882353]]], "mean": [[[0.3061534352022059]], [[0.23660472196691176]], [[0.16044424677830119]]], "std": [[[0.2020840551624074]], [[0.14591435995021135]], [[0.0946930438181468]]], "count": [100]}, "state": {"min": [-0.42806777358055115, -0.04540666192770004, 0.9916839003562927, 2.9193615913391113, -0.10901608318090439, -0.2939857244491577, 0.014245446771383286, -0.04001053795218468], "max": [-0.22005942463874817, 0.21387001872062683, 1.1903998851776123, 3.2452995777130127, 0.1710626780986786, 0.05516233667731285, 0.03978549689054489, -0.014623940922319889], "mean": [-0.32160958647727966, 0.07990916818380356, 1.0998510122299194, 3.0832972526550293, 0.0049842544831335545, -0.21442192792892456, 0.023470992222428322, -0.023677825927734375], "std": [0.07461869716644287, 0.10120071470737457, 0.05394284427165985, 0.12204816192388535, 0.06477703154087067, 0.08844971656799316, 0.011344296857714653, 0.011380033567547798], "count": [312]}, "actions": {"min": [-0.6381031274795532, -0.3769631087779999, -0.4468788206577301, -0.11550615727901459, -0.1885034143924713, -0.10204441845417023, -1.0], "max": [0.5441513061523438, 0.5463657379150391, 0.6201483011245728, 0.13214950263500214, 0.08010903000831604, 0.10314054042100906, 1.0], "mean": [-0.003586872247979045, 0.05904185026884079, -0.03275267407298088, 0.004986623767763376, -0.0012573959538713098, -0.0046295044012367725, 0.3076923191547394], "std": [0.15898220241069794, 0.14085440337657928, 0.17135711014270782, 0.032031428068876266, 0.03731795400381088, 0.030419545248150826, 0.9514861702919006], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [926], "max": [926], "mean": [926.0], "std": [0.0], "count": [312]}, "index": {"min": [292777], "max": [293088], "mean": [292932.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [312]}}} +{"episode_index": 927, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.35994903085746016]], [[0.30201933438170186]], [[0.2348048652200138]]], "std": [[[0.13578774533576843]], [[0.1304313012571027]], [[0.1432352877190804]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.29286994664809285]], [[0.22255891927083332]], [[0.14624970679189644]]], "std": [[[0.1911907842459054]], [[0.13507506293564275]], [[0.08224718773665227]]], "count": [100]}, "state": {"min": [-0.42931392788887024, -0.23934409022331238, 0.979259192943573, 3.0245933532714844, 0.002608128823339939, -0.22144104540348053, 0.011032765731215477, -0.04000711068511009], "max": [-0.2989152669906616, 0.24393020570278168, 1.2031828165054321, 3.5867886543273926, 0.3391270637512207, -0.06522738188505173, 0.03992554545402527, -0.011605216190218925], "mean": [-0.35628119111061096, -0.009922154247760773, 1.1098510026931763, 3.2552735805511475, 0.12946732342243195, -0.15902726352214813, 0.022958053275942802, -0.022966306656599045], "std": [0.03436344861984253, 0.17679676413536072, 0.05489354953169823, 0.20923537015914917, 0.08746765553951263, 0.038570258766412735, 0.013107356615364552, 0.01307924184948206], "count": [329]}, "actions": {"min": [-0.3264240026473999, -0.8378989696502686, -0.5456027388572693, -0.16582533717155457, -0.14507120847702026, -0.13289180397987366, -1.0], "max": [0.5551120042800903, 0.8617594242095947, 0.6831586360931396, 0.1698625534772873, 0.13485011458396912, 0.16196981072425842, 1.0], "mean": [0.005590170156210661, 0.05464206635951996, -0.02378160133957863, 0.006808223202824593, 0.0033126359339803457, -0.003089735982939601, 0.21580547094345093], "std": [0.11902789771556854, 0.2618810534477234, 0.18820658326148987, 0.04806527867913246, 0.03388773277401924, 0.03929952532052994, 0.9764356017112732], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [927], "max": [927], "mean": [927.0], "std": [0.0], "count": [329]}, "index": {"min": [293089], "max": [293417], "mean": [293253.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [329]}}} +{"episode_index": 928, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3644045679428998]], [[0.30545187078737746]], [[0.23659469843845743]]], "std": [[[0.13402873450955227]], [[0.12940689243170062]], [[0.14405950341422302]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31371817375631894]], [[0.2401394156661688]], [[0.1597566115435432]]], "std": [[[0.18932846288660377]], [[0.13500742326103923]], [[0.08740155040113752]]], "count": [100]}, "state": {"min": [-0.41772252321243286, -0.22691775858402252, 0.9762925505638123, 2.907575845718384, -0.12493255734443665, -0.39065563678741455, 0.01103847473859787, -0.04001127928495407], "max": [-0.30599191784858704, 0.3233312964439392, 1.1906689405441284, 3.1870272159576416, 0.16664649546146393, 0.11486313492059708, 0.04052657634019852, -0.008029998280107975], "mean": [-0.3599463701248169, 0.012489343993365765, 1.1010699272155762, 3.0138304233551025, -0.0022372815292328596, -0.12313222140073776, 0.024265125393867493, -0.023971185088157654], "std": [0.031419552862644196, 0.202239528298378, 0.056007348001003265, 0.09024208784103394, 0.0804053470492363, 0.1406935751438141, 0.013304013758897781, 0.01346964668482542], "count": [308]}, "actions": {"min": [-0.729765772819519, -1.2176856994628906, -0.760767936706543, -0.1886773556470871, -0.10989104956388474, -0.16405488550662994, -1.0], "max": [0.36790594458580017, 0.9621119499206543, 0.6819354891777039, 0.26808252930641174, 0.15005195140838623, 0.20777061581611633, 1.0], "mean": [0.006631774362176657, 0.05971430987119675, -0.049725763499736786, 0.0019709428306668997, 0.0024232864379882812, -0.011453166604042053, 0.12987013161182404], "std": [0.1760539412498474, 0.29110124707221985, 0.20685994625091553, 0.05228099599480629, 0.04036256670951843, 0.051274374127388, 0.9915315508842468], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [928], "max": [928], "mean": [928.0], "std": [0.0], "count": [308]}, "index": {"min": [293418], "max": [293725], "mean": [293571.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [308]}}} +{"episode_index": 929, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36464225798962163]], [[0.3056708511651731]], [[0.23736094695446538]]], "std": [[[0.13422956023017624]], [[0.1299370316255742]], [[0.14431166618725966]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.28742033475988055]], [[0.2225457015692019]], [[0.15211427576401654]]], "std": [[[0.19522404923705802]], [[0.14136712730707757]], [[0.09448134572742675]]], "count": [100]}, "state": {"min": [-0.43201500177383423, -0.18908390402793884, 0.9776444435119629, 2.8188045024871826, -0.1590578854084015, -0.31134864687919617, 0.011440185829997063, -0.04001525789499283], "max": [-0.2932569086551666, 0.2890533208847046, 1.187052607536316, 3.3814375400543213, 0.13446788489818573, 0.062447402626276016, 0.03970440477132797, -0.010392505675554276], "mean": [-0.37291353940963745, 0.06975547224283218, 1.0956066846847534, 3.0877151489257812, -0.008685559965670109, -0.16975237429141998, 0.021242793649435043, -0.021453987807035446], "std": [0.029570234939455986, 0.18598687648773193, 0.05834541097283363, 0.18338939547538757, 0.10132438689470291, 0.08644293248653412, 0.012568878009915352, 0.012384101748466492], "count": [316]}, "actions": {"min": [-0.3484070897102356, -0.706896185874939, -1.0290155410766602, -0.1936776340007782, -0.1456814557313919, -0.1536719799041748, -1.0], "max": [0.25820374488830566, 1.2317886352539062, 0.6117072701454163, 0.21390554308891296, 0.14713501930236816, 0.26938000321388245, 1.0], "mean": [-0.0026312025729566813, 0.06778804212808609, -0.03633387014269829, 0.0041124531999230385, -0.00013819830201100558, -0.00730612687766552, 0.3291139304637909], "std": [0.10963388532400131, 0.26856088638305664, 0.2154524326324463, 0.048470817506313324, 0.04253630340099335, 0.04193932190537453, 0.944290041923523], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [929], "max": [929], "mean": [929.0], "std": [0.0], "count": [316]}, "index": {"min": [293726], "max": [294041], "mean": [293883.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [316]}}} +{"episode_index": 930, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35832693960152423]], [[0.3007678246591605]], [[0.233849271886489]]], "std": [[[0.14002171597441065]], [[0.13375878815388537]], [[0.14560796033827766]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3031126332002528]], [[0.232067413928462]], [[0.1546802793016621]]], "std": [[[0.1912197450775285]], [[0.13653785340863817]], [[0.08783884211536887]]], "count": [100]}, "state": {"min": [-0.3996904194355011, -0.22582773864269257, 0.9952171444892883, 2.8166513442993164, -0.16010861098766327, -0.35059496760368347, 0.012563471682369709, -0.04001336544752121], "max": [-0.28790992498397827, 0.28995928168296814, 1.2015756368637085, 3.284325361251831, 0.30706942081451416, -0.018482035025954247, 0.039769671857357025, -0.010173733346164227], "mean": [-0.35030093789100647, 0.016721908003091812, 1.1164056062698364, 3.050773859024048, 0.03494178131222725, -0.19471731781959534, 0.023288274183869362, -0.023093288764357567], "std": [0.027614818885922432, 0.19478148221969604, 0.06196796894073486, 0.14285948872566223, 0.12058737874031067, 0.07219040393829346, 0.012783234938979149, 0.012848827987909317], "count": [278]}, "actions": {"min": [-0.7027227878570557, -0.6186637282371521, -0.8877399563789368, -0.30562591552734375, -0.14750126004219055, -0.15646742284297943, -1.0], "max": [0.5573708415031433, 1.6269266605377197, 1.1372448205947876, 0.698292076587677, 0.14527051150798798, 0.3890569508075714, 1.0], "mean": [0.004554096609354019, 0.08521497994661331, -0.03234921023249626, 0.004852337297052145, 0.004253953695297241, -0.0018338561058044434, 0.20863309502601624], "std": [0.13520707190036774, 0.29217538237571716, 0.23069621622562408, 0.06867319345474243, 0.047417767345905304, 0.05213985964655876, 0.9779953956604004], "count": [278]}, "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": [930], "max": [930], "mean": [930.0], "std": [0.0], "count": [278]}, "index": {"min": [294042], "max": [294319], "mean": [294180.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [278]}}} +{"episode_index": 931, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3616938524433211]], [[0.30281577794692094]], [[0.2345652645335478]]], "std": [[[0.13325487224593557]], [[0.12846552072758521]], [[0.14186194565839533]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30505953141754744]], [[0.23273027846392463]], [[0.15326114908854166]]], "std": [[[0.17702444761643638]], [[0.12454531501058415]], [[0.07867550544210854]]], "count": [100]}, "state": {"min": [-0.5281881093978882, -0.24724821746349335, 0.9995281100273132, 2.804720640182495, -0.12918338179588318, -0.16270460188388824, 0.010538316331803799, -0.04001574218273163], "max": [-0.3005283772945404, 0.290080189704895, 1.1952954530715942, 3.3322837352752686, 0.300777792930603, 0.06041029468178749, 0.03970644995570183, -0.012326661497354507], "mean": [-0.4269941747188568, 0.00047357231960631907, 1.109017252922058, 3.0056722164154053, 0.05727904662489891, -0.08314410597085953, 0.020944980904459953, -0.02141416445374489], "std": [0.0672134980559349, 0.2006283849477768, 0.05813450738787651, 0.17751185595989227, 0.10391154140233994, 0.04502076283097267, 0.012310334481298923, 0.012211363762617111], "count": [240]}, "actions": {"min": [-0.5383159518241882, -1.526163101196289, -0.6726794242858887, -0.2088901698589325, -0.1756819486618042, -0.20748557150363922, -1.0], "max": [0.4503602683544159, 1.081809401512146, 0.9687233567237854, 0.46019914746284485, 0.1243399828672409, 0.16774773597717285, 1.0], "mean": [-0.0406622514128685, 0.10595857352018356, -0.05006320774555206, 0.00808604434132576, 0.004796211142092943, -0.0032309144735336304, 0.3583333194255829], "std": [0.16226042807102203, 0.3495715260505676, 0.25388798117637634, 0.06733157485723495, 0.04960199072957039, 0.05316893756389618, 0.9335961937904358], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [931], "max": [931], "mean": [931.0], "std": [0.0], "count": [240]}, "index": {"min": [294320], "max": [294559], "mean": [294439.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [240]}}} +{"episode_index": 932, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3623897609336703]], [[0.3040358898686428]], [[0.23612546374751073]]], "std": [[[0.13635861764445012]], [[0.13148568089098894]], [[0.1450584174187073]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3040182626761642]], [[0.23408163871017157]], [[0.15763511208926928]]], "std": [[[0.1809788240706998]], [[0.12930663033954254]], [[0.08648343915747697]]], "count": [100]}, "state": {"min": [-0.570231020450592, -0.18449310958385468, 0.9784120917320251, 2.8157596588134766, -0.23973049223423004, -0.2511131167411804, 0.011757195927202702, -0.040013112127780914], "max": [-0.3098334074020386, 0.32123863697052, 1.195477843284607, 3.1912477016448975, 0.08794103562831879, 0.013558092527091503, 0.039708733558654785, -0.012276552617549896], "mean": [-0.43238478899002075, 0.048708271235227585, 1.0871014595031738, 2.9493911266326904, -0.07359878718852997, -0.15799161791801453, 0.022211739793419838, -0.022693617269396782], "std": [0.08185376226902008, 0.19518133997917175, 0.05635988712310791, 0.1242065355181694, 0.09845374524593353, 0.0533733069896698, 0.013079666532576084, 0.0127344261854887], "count": [254]}, "actions": {"min": [-0.6334119439125061, -0.736825168132782, -0.5903040170669556, -0.13660967350006104, -0.23065832257270813, -0.20129238069057465, -1.0], "max": [0.3457188010215759, 1.3120437860488892, 0.9065343141555786, 0.21303188800811768, 0.13998933136463165, 0.2869083285331726, 1.0], "mean": [-0.04134974628686905, 0.11261861026287079, -0.03861481696367264, 0.0029835139866918325, -0.0019099803175777197, -0.0071250698529183865, 0.23622047901153564], "std": [0.17798878252506256, 0.3024163842201233, 0.21361611783504486, 0.05694729462265968, 0.04711281880736351, 0.05666347220540047, 0.9716996550559998], "count": [254]}, "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": [932], "max": [932], "mean": [932.0], "std": [0.0], "count": [254]}, "index": {"min": [294560], "max": [294813], "mean": [294686.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [254]}}} +{"episode_index": 933, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.363077122706993]], [[0.3043391220990349]], [[0.23593604473039217]]], "std": [[[0.13527419148188313]], [[0.1303968451453518]], [[0.1443340571025353]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.31899930467792587]], [[0.2433631549910003]], [[0.160380563174977]]], "std": [[[0.17651630748061423]], [[0.12475118573049669]], [[0.08137243858122539]]], "count": [100]}, "state": {"min": [-0.520113468170166, -0.1968996822834015, 0.9764424562454224, 2.7186169624328613, -0.2103501707315445, -0.3068004548549652, 0.012787320651113987, -0.040014442056417465], "max": [-0.29241734743118286, 0.30146524310112, 1.2014436721801758, 3.096031665802002, 0.09819002449512482, 0.04938066005706787, 0.039689138531684875, -0.006895340047776699], "mean": [-0.40679123997688293, 0.011698974296450615, 1.1009317636489868, 2.8950798511505127, -0.04989722743630409, -0.14384031295776367, 0.024420099332928658, -0.02424502745270729], "std": [0.06770024448633194, 0.19006559252738953, 0.06146465241909027, 0.10109153389930725, 0.08819714933633804, 0.08895068615674973, 0.012356536462903023, 0.01234390027821064], "count": [238]}, "actions": {"min": [-0.917129635810852, -1.636817455291748, -1.0157921314239502, -0.3221140503883362, -0.20276840031147003, -0.18769066035747528, -1.0], "max": [0.33442267775535583, 0.997187077999115, 0.5187094211578369, 0.178629532456398, 0.12458827346563339, 0.21357569098472595, 1.0], "mean": [-0.04117421433329582, 0.1027955412864685, -0.03887077793478966, 0.004095584619790316, -0.0005983924493193626, -0.003903340082615614, 0.1596638709306717], "std": [0.1843762844800949, 0.3425494432449341, 0.23898041248321533, 0.06357152760028839, 0.04944569617509842, 0.059680402278900146, 0.9871702790260315], "count": [238]}, "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": [933], "max": [933], "mean": [933.0], "std": [0.0], "count": [238]}, "index": {"min": [294814], "max": [295051], "mean": [294932.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [238]}}} +{"episode_index": 934, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3581595788095511]], [[0.3000441457711014]], [[0.23335898664885876]]], "std": [[[0.1353869488129404]], [[0.13014300554013644]], [[0.14185014434832208]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28751095281862743]], [[0.2192598164876302]], [[0.14477839092179842]]], "std": [[[0.18434838339464713]], [[0.13029856262146416]], [[0.08036448373870078]]], "count": [100]}, "state": {"min": [-0.5308499932289124, -0.19933846592903137, 0.9815366268157959, 2.842491865158081, -0.004796305205672979, -0.26780417561531067, 0.009281454607844353, -0.04001253470778465], "max": [-0.29698804020881653, 0.3145306706428528, 1.1635408401489258, 3.3797836303710938, 0.2504591941833496, 0.05820296332240105, 0.03977372869849205, -0.011969155631959438], "mean": [-0.41801294684410095, 0.042185597121715546, 1.0878784656524658, 3.0727555751800537, 0.102385513484478, -0.12284469604492188, 0.022929443046450615, -0.023462913930416107], "std": [0.0670170933008194, 0.1996162235736847, 0.04757501929998398, 0.17559471726417542, 0.06547179818153381, 0.09208127111196518, 0.012837418355047703, 0.012560976669192314], "count": [277]}, "actions": {"min": [-0.4660835862159729, -1.0424903631210327, -0.6836914420127869, -0.21153664588928223, -0.15074415504932404, -0.18195848166942596, -1.0], "max": [0.46606379747390747, 1.395270586013794, 0.8484564423561096, 0.4331124424934387, 0.10885336995124817, 0.14386919140815735, 1.0], "mean": [-0.02724328264594078, 0.08516470342874527, -0.025478607043623924, 0.006440250668674707, 0.0008911899640224874, -0.003342423588037491, 0.21299639344215393], "std": [0.16543959081172943, 0.3204877972602844, 0.20642758905887604, 0.0688248723745346, 0.04606641083955765, 0.04819399490952492, 0.9770513772964478], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [934], "max": [934], "mean": [934.0], "std": [0.0], "count": [277]}, "index": {"min": [295052], "max": [295328], "mean": [295190.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [277]}}} +{"episode_index": 935, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36398175647212005]], [[0.3053541421329274]], [[0.23758584056181067]]], "std": [[[0.13810367291254855]], [[0.13343996676119427]], [[0.14730348112665317]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3441886076085708]], [[0.259993226294424]], [[0.1759667615703508]]], "std": [[[0.2040428501110868]], [[0.15067593511283772]], [[0.10115415329101042]]], "count": [100]}, "state": {"min": [-0.49226298928260803, -0.21097685396671295, 0.9941701292991638, 2.939213752746582, -0.10795890539884567, -0.44126418232917786, 0.007521503604948521, -0.04001026228070259], "max": [-0.0895795077085495, 0.24686110019683838, 1.2982460260391235, 3.6027615070343018, 0.2476649284362793, 0.17095348238945007, 0.03994962200522423, -0.0045228926464915276], "mean": [-0.27331283688545227, -0.010612274520099163, 1.1547659635543823, 3.2327888011932373, 0.015904147177934647, -0.1625176966190338, 0.0205733310431242, -0.02015957422554493], "std": [0.14851564168930054, 0.1809394806623459, 0.08835891634225845, 0.18073414266109467, 0.08991583436727524, 0.14963771402835846, 0.015494530089199543, 0.015838025137782097], "count": [346]}, "actions": {"min": [-0.6719894409179688, -0.7289037704467773, -0.7475465536117554, -0.2327343076467514, -0.2940428853034973, -0.1711634397506714, -1.0], "max": [0.5792171955108643, 1.2624987363815308, 1.5017837285995483, 0.25950127840042114, 0.2518552243709564, 0.25472554564476013, 1.0], "mean": [-0.04042862728238106, 0.06514696031808853, -0.03535478934645653, 0.00571059575304389, -0.0011754004517570138, 0.004002881236374378, 0.19075144827365875], "std": [0.20287907123565674, 0.2538382411003113, 0.28711017966270447, 0.06466881930828094, 0.0581493116915226, 0.06253082305192947, 0.9816365838050842], "count": [346]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [935], "max": [935], "mean": [935.0], "std": [0.0], "count": [346]}, "index": {"min": [295329], "max": [295674], "mean": [295501.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [346]}}} +{"episode_index": 936, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3659552307128906]], [[0.3070128167844286]], [[0.23812380562576593]]], "std": [[[0.13712245012330537]], [[0.1330256457820165]], [[0.14824049490936914]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.9882352941176471]]], "mean": [[[0.3785855575262332]], [[0.29060525692210476]], [[0.19670416439280788]]], "std": [[[0.1915907178928783]], [[0.14311868431520014]], [[0.10375543886927038]]], "count": [100]}, "state": {"min": [-0.5316576957702637, -0.17989131808280945, 0.9998401999473572, 2.859771966934204, -0.30225905776023865, -0.38744133710861206, 0.006224307231605053, -0.04001171141862869], "max": [-0.1151873990893364, 0.37059924006462097, 1.268808364868164, 3.068406820297241, 0.09958919882774353, -0.05684134364128113, 0.03986525163054466, -0.007571112830191851], "mean": [-0.26943913102149963, 0.03823821619153023, 1.1819775104522705, 2.9795453548431396, -0.10280933976173401, -0.244288370013237, 0.02217094972729683, -0.02269604615867138], "std": [0.14851583540439606, 0.21107128262519836, 0.06980924308300018, 0.05366538092494011, 0.09023155272006989, 0.09249455481767654, 0.015927327796816826, 0.015677740797400475], "count": [399]}, "actions": {"min": [-0.6625629663467407, -0.7294788956642151, -0.8398272395133972, -0.28993237018585205, -0.26903247833251953, -0.28423216938972473, -1.0], "max": [0.5737636685371399, 1.2320842742919922, 0.8724815249443054, 0.2487248331308365, 0.2545660734176636, 0.19899386167526245, 1.0], "mean": [-0.033232878893613815, 0.05884356424212456, -0.01336909644305706, -0.0024307731073349714, -0.0034812227822840214, -0.003604172496125102, 0.07769423723220825], "std": [0.20317813754081726, 0.281635046005249, 0.2348131686449051, 0.06363669037818909, 0.057596150785684586, 0.05342717468738556, 0.9969770312309265], "count": [399]}, "timestamp": {"min": [0.0], "max": [39.8], "mean": [19.900000000000002], "std": [11.51810169544733], "count": [399]}, "frame_index": {"min": [0], "max": [398], "mean": [199.0], "std": [115.18101695447331], "count": [399]}, "episode_index": {"min": [936], "max": [936], "mean": [936.0], "std": [0.0], "count": [399]}, "index": {"min": [295675], "max": [296073], "mean": [295874.0], "std": [115.18101695447331], "count": [399]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [399]}}} +{"episode_index": 937, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3589514549105775]], [[0.295226308186849]], [[0.22583366244446998]]], "std": [[[0.1351427284786894]], [[0.1298834460014551]], [[0.14193074806471584]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9294117647058824]], [[0.9294117647058824]]], "mean": [[[0.3436322260837929]], [[0.2704208756989124]], [[0.19408269844803155]]], "std": [[[0.1549051128664796]], [[0.11480247955073662]], [[0.0877537446347413]]], "count": [100]}, "state": {"min": [-0.4098861515522003, -0.144872784614563, 0.9899551272392273, 1.8851288557052612, -0.4268072843551636, -0.10339431464672089, 0.01309129223227501, -0.03991275280714035], "max": [-0.29224300384521484, 0.2430582493543625, 1.1927305459976196, 3.296034097671509, 0.18539166450500488, 0.6739450693130493, 0.040004096925258636, -0.016197500750422478], "mean": [-0.36714252829551697, 0.06426580995321274, 1.0884076356887817, 2.633435010910034, -0.13784626126289368, 0.31909626722335815, 0.022367656230926514, -0.023581013083457947], "std": [0.022907176986336708, 0.10846254229545593, 0.05381610989570618, 0.5389639735221863, 0.14380969107151031, 0.2966523766517639, 0.011615695431828499, 0.010624014772474766], "count": [326]}, "actions": {"min": [-0.989189863204956, -1.1381372213363647, -0.5782486796379089, -0.2907763421535492, -0.14353826642036438, -0.10590753704309464, -1.0], "max": [0.3357963562011719, 1.3405624628067017, 0.5800450444221497, 0.09550666064023972, 0.23216848075389862, 0.10414189845323563, 1.0], "mean": [-0.0003502901818137616, -0.029918646439909935, -0.029948053881525993, -0.03375488519668579, -0.006869887467473745, 0.006081398110836744, 0.4049079716205597], "std": [0.13480649888515472, 0.2743852734565735, 0.1798461526632309, 0.06134769693017006, 0.055195365101099014, 0.03458220884203911, 0.9143592715263367], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [937], "max": [937], "mean": [937.0], "std": [0.0], "count": [326]}, "index": {"min": [296074], "max": [296399], "mean": [296236.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [326]}}} +{"episode_index": 938, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3584300028483073]], [[0.2949115002202053]], [[0.22631467632218905]]], "std": [[[0.13470808086359445]], [[0.13003105241874968]], [[0.14229820945806812]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3500647481282552]], [[0.26994088505763636]], [[0.18580018166934745]]], "std": [[[0.16054690403495228]], [[0.11607171511254444]], [[0.08313651013930948]]], "count": [100]}, "state": {"min": [-0.4509202241897583, -0.1714945137500763, 0.9896094799041748, 1.8801603317260742, -0.29516565799713135, -0.17183738946914673, 0.013124949298799038, -0.03995779529213905], "max": [-0.2909125089645386, 0.25546446442604065, 1.1641759872436523, 3.272341251373291, 0.07790821045637131, 0.5228277444839478, 0.0400027260184288, -0.015480872243642807], "mean": [-0.3752267062664032, 0.09355392307043076, 1.068269968032837, 2.7495322227478027, -0.103975310921669, 0.19951827824115753, 0.023462753742933273, -0.024542665109038353], "std": [0.03013310208916664, 0.1245865598320961, 0.05150821805000305, 0.4953707158565521, 0.08913339674472809, 0.2732295095920563, 0.01222105324268341, 0.011352423578500748], "count": [274]}, "actions": {"min": [-0.4603535532951355, -0.5363231897354126, -0.3986060619354248, -0.29231396317481995, -0.1768510788679123, -0.20840752124786377, -1.0], "max": [0.397524356842041, 0.905214786529541, 0.5436547994613647, 0.16382785141468048, 0.18361540138721466, 0.17828844487667084, 1.0], "mean": [-0.0053841848857700825, -0.043272390961647034, -0.03132685646414757, -0.03598210960626602, -0.014129798859357834, 0.01092409249395132, 0.30656933784484863], "std": [0.13509808480739594, 0.27070385217666626, 0.16208787262439728, 0.06992514431476593, 0.052315853536129, 0.0503399483859539, 0.951849639415741], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [938], "max": [938], "mean": [938.0], "std": [0.0], "count": [274]}, "index": {"min": [296400], "max": [296673], "mean": [296536.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [274]}}} +{"episode_index": 939, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3591898821662454]], [[0.29680713907877604]], [[0.2270354949352788]]], "std": [[[0.1349852387342688]], [[0.12780129150740405]], [[0.14068019900897447]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3671129401711857]], [[0.2816634647144991]], [[0.18913212136661306]]], "std": [[[0.15269755052454073]], [[0.10720282195223926]], [[0.0726974550913664]]], "count": [100]}, "state": {"min": [-0.3726404309272766, -0.12027129530906677, 0.9873443841934204, 2.1286041736602783, -0.3311287760734558, -0.3025512397289276, 0.017161361873149872, -0.03991322964429855], "max": [-0.3082338869571686, 0.23334723711013794, 1.1682982444763184, 3.2829513549804688, 0.22823204100131989, 0.8261415958404541, 0.040010660886764526, -0.019043438136577606], "mean": [-0.34963250160217285, 0.08965184539556503, 1.0839554071426392, 2.749746084213257, -0.06302690505981445, 0.27579835057258606, 0.025804726406931877, -0.026906905695796013], "std": [0.013972784392535686, 0.10099988430738449, 0.046923037618398666, 0.4583154320716858, 0.14033015072345734, 0.4400594234466553, 0.010132773779332638, 0.009235478937625885], "count": [243]}, "actions": {"min": [-0.5141652226448059, -0.7597019076347351, -0.7257115244865417, -0.3694530129432678, -0.2752280533313751, -0.2357316017150879, -1.0], "max": [0.3539045453071594, 0.7122982144355774, 0.8343913555145264, 0.2788943946361542, 0.29156747460365295, 0.38769420981407166, 1.0], "mean": [-0.011704651638865471, -0.04815497249364853, -0.04608570411801338, -0.04171217232942581, -0.00664839893579483, 0.01814647950232029, 0.34156379103660583], "std": [0.11827313154935837, 0.24604123830795288, 0.21851485967636108, 0.07972496002912521, 0.07803002744913101, 0.07895851135253906, 0.9398568272590637], "count": [243]}, "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": [939], "max": [939], "mean": [939.0], "std": [0.0], "count": [243]}, "index": {"min": [296674], "max": [296916], "mean": [296795.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [243]}}} +{"episode_index": 940, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35684705188227633]], [[0.29300810929840687]], [[0.22486860866172642]]], "std": [[[0.13643491372899938]], [[0.13208989683592623]], [[0.14383685138056765]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.3480521515490962]], [[0.2684146531048943]], [[0.18490783751244638]]], "std": [[[0.16294186896481627]], [[0.12391812867502383]], [[0.09745139925976637]]], "count": [100]}, "state": {"min": [-0.4589076340198517, -0.1605798602104187, 1.000762939453125, 1.9405044317245483, -0.20856326818466187, 0.03079288639128208, 0.013207539916038513, -0.039862725883722305], "max": [-0.29333415627479553, 0.23804573714733124, 1.1903318166732788, 3.2992019653320312, 0.39833858609199524, 0.6017440557479858, 0.040008533746004105, -0.015807026997208595], "mean": [-0.3661358654499054, 0.06552239507436752, 1.0877625942230225, 2.752119779586792, 0.054407183080911636, 0.30597731471061707, 0.022744912654161453, -0.023747891187667847], "std": [0.03304215520620346, 0.12261047959327698, 0.045618850737810135, 0.5321971774101257, 0.1293330043554306, 0.16758346557617188, 0.011682860553264618, 0.010827342048287392], "count": [279]}, "actions": {"min": [-0.40561753511428833, -1.0966830253601074, -0.5057929158210754, -0.3449627161026001, -0.19864998757839203, -0.0852714478969574, -1.0], "max": [0.8243064880371094, 0.7220990657806396, 0.618888795375824, 0.12528732419013977, 0.14949914813041687, 0.18067489564418793, 1.0], "mean": [0.007611462846398354, -0.04629456624388695, -0.029381342232227325, -0.03500717133283615, -0.003776396159082651, 0.005291469860821962, 0.3906809985637665], "std": [0.16248168051242828, 0.26020827889442444, 0.16099604964256287, 0.07002855092287064, 0.053906623274087906, 0.039242278784513474, 0.9205285310745239], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [940], "max": [940], "mean": [940.0], "std": [0.0], "count": [279]}, "index": {"min": [296917], "max": [297195], "mean": [297056.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [279]}}} +{"episode_index": 941, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3614551361682368]], [[0.29954588587143843]], [[0.23108540015127144]]], "std": [[[0.13690455838285379]], [[0.13254857262446393]], [[0.14656308460794323]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3653443956562117]], [[0.28736596619849114]], [[0.19918346988453586]]], "std": [[[0.17745584306969123]], [[0.12972032845184525]], [[0.09318391059721462]]], "count": [100]}, "state": {"min": [-0.45134466886520386, -0.1465701013803482, 0.9970861077308655, 1.8093950748443604, -0.23292315006256104, -0.30585670471191406, 0.01554839313030243, -0.03995542973279953], "max": [-0.07666155695915222, 0.17103227972984314, 1.1829465627670288, 3.172193765640259, 0.272451251745224, 0.47324150800704956, 0.039973512291908264, -0.018951863050460815], "mean": [-0.29609084129333496, 0.059679847210645676, 1.107715129852295, 2.667227029800415, -0.03391435369849205, 0.12482745200395584, 0.023999454453587532, -0.02518555521965027], "std": [0.13566192984580994, 0.07715848833322525, 0.05261754244565964, 0.5147120952606201, 0.11707977205514908, 0.2819455862045288, 0.009970388375222683, 0.009171904064714909], "count": [301]}, "actions": {"min": [-0.9727990031242371, -0.7199369668960571, -0.7949326038360596, -0.4202568233013153, -0.1480111926794052, -0.2048490345478058, -1.0], "max": [0.7863834500312805, 0.5839866399765015, 0.7316668629646301, 0.2637631595134735, 0.1542735993862152, 0.18457089364528656, 1.0], "mean": [-0.0008068286115303636, -0.029833432286977768, -0.027609534561634064, -0.035202037543058395, -0.004842451307922602, 0.004712337162345648, 0.44186046719551086], "std": [0.28311511874198914, 0.19421687722206116, 0.20847176015377045, 0.07728346437215805, 0.05130413547158241, 0.049484238028526306, 0.8970854878425598], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [941], "max": [941], "mean": [941.0], "std": [0.0], "count": [301]}, "index": {"min": [297196], "max": [297496], "mean": [297346.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [301]}}} +{"episode_index": 942, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3609753124760647]], [[0.300196434469784]], [[0.23143946808459712]]], "std": [[[0.14141729691010954]], [[0.13564156470646824]], [[0.1491310241401298]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3682836961933211]], [[0.29013881189682905]], [[0.20127385038488052]]], "std": [[[0.18615520542107447]], [[0.13384435926937438]], [[0.0897759403080384]]], "count": [100]}, "state": {"min": [-0.4287647008895874, -0.18218962848186493, 0.9890953302383423, 1.8581169843673706, -0.2953144311904907, -0.020873721688985825, 0.013160948641598225, -0.039850104600191116], "max": [-0.09761260449886322, 0.19310101866722107, 1.2090387344360352, 3.2928407192230225, 0.21612128615379333, 0.5406693816184998, 0.04000824689865112, -0.016153011471033096], "mean": [-0.2827342748641968, 0.05599309504032135, 1.0957074165344238, 2.8469772338867188, -0.06251195818185806, 0.23222099244594574, 0.02289673686027527, -0.02377813123166561], "std": [0.12738710641860962, 0.09750638902187347, 0.05601097270846367, 0.5169475078582764, 0.1263163983821869, 0.20043420791625977, 0.011341496370732784, 0.010553905740380287], "count": [288]}, "actions": {"min": [-1.3648728132247925, -0.7301661968231201, -0.5168977975845337, -0.47601768374443054, -0.23874512314796448, -0.1438503861427307, -1.0], "max": [0.7279328107833862, 0.5023394823074341, 0.8150070905685425, 0.11912219226360321, 0.25932401418685913, 0.15896156430244446, 1.0], "mean": [-0.018491994589567184, -0.05675033852458, -0.019482530653476715, -0.03486749902367592, -0.010468621738255024, 0.008314727805554867, 0.4097222089767456], "std": [0.26215773820877075, 0.2157728672027588, 0.21830521523952484, 0.07559457421302795, 0.06198384612798691, 0.042776793241500854, 0.912213146686554], "count": [288]}, "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": [942], "max": [942], "mean": [942.0], "std": [0.0], "count": [288]}, "index": {"min": [297497], "max": [297784], "mean": [297640.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [288]}}} +{"episode_index": 943, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.363218552533318]], [[0.3009009435317096]], [[0.23249507948931528]]], "std": [[[0.13876311675859754]], [[0.13530226702693093]], [[0.14953128931823964]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.369336778827742]], [[0.2893335391773897]], [[0.198619592404833]]], "std": [[[0.1838325537857168]], [[0.13458846101700475]], [[0.09419935082865492]]], "count": [100]}, "state": {"min": [-0.37502866983413696, -0.19184882938861847, 0.9889788031578064, 1.8387566804885864, -0.23205634951591492, -0.008008833974599838, 0.013221237808465958, -0.04000280052423477], "max": [-0.07884079217910767, 0.17141768336296082, 1.222198724746704, 3.245181083679199, 0.41615626215934753, 0.4795458912849426, 0.03994736447930336, -0.015499906614422798], "mean": [-0.2595422863960266, 0.048870887607336044, 1.105067253112793, 2.715301990509033, 0.021921057254076004, 0.19556674361228943, 0.02213938720524311, -0.023196887224912643], "std": [0.11062387377023697, 0.09225897490978241, 0.06544651091098785, 0.4935912787914276, 0.1549939662218094, 0.1870919167995453, 0.011419301852583885, 0.010653647594153881], "count": [296]}, "actions": {"min": [-1.5198719501495361, -0.6849527359008789, -0.691016674041748, -0.3525997996330261, -0.14761655032634735, -0.11913750320672989, -1.0], "max": [0.4547961354255676, 0.6935187578201294, 1.1038390398025513, 0.08870848268270493, 0.16710934042930603, 0.20145748555660248, 1.0], "mean": [-0.010142787359654903, -0.06591912358999252, -0.021373242139816284, -0.03893706947565079, -0.0032549328170716763, 0.005316991824656725, 0.4324324429035187], "std": [0.24907001852989197, 0.20583869516849518, 0.24504052102565765, 0.06916608661413193, 0.051370780915021896, 0.03998354822397232, 0.9016647338867188], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [943], "max": [943], "mean": [943.0], "std": [0.0], "count": [296]}, "index": {"min": [297785], "max": [298080], "mean": [297932.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [296]}}} +{"episode_index": 944, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36238870957318475]], [[0.3007300109863281]], [[0.23211248898973652]]], "std": [[[0.13776280155]], [[0.13311721466288157]], [[0.14725291460614603]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.34659281113568474]], [[0.27210185391295194]], [[0.187970947265625]]], "std": [[[0.18421666944633472]], [[0.13837188648427023]], [[0.1018764225915581]]], "count": [100]}, "state": {"min": [-0.3930428922176361, -0.14672163128852844, 0.9914646148681641, 1.7539480924606323, -0.10063377767801285, -0.1992865949869156, 0.01318891067057848, -0.039921458810567856], "max": [-0.08408506214618683, 0.18963953852653503, 1.200799584388733, 3.234825849533081, 0.4474901258945465, 0.39430055022239685, 0.04000502824783325, -0.015981756150722504], "mean": [-0.28315529227256775, 0.047512829303741455, 1.1045066118240356, 2.625439405441284, 0.11371342092752457, 0.10300381481647491, 0.020597299560904503, -0.02190934307873249], "std": [0.1150788888335228, 0.08768583089113235, 0.0614737905561924, 0.5110182762145996, 0.14843416213989258, 0.1950550675392151, 0.010601576417684555, 0.009797015227377415], "count": [329]}, "actions": {"min": [-1.107029676437378, -0.43940120935440063, -0.5719626545906067, -0.31859514117240906, -0.4526340067386627, -0.14053621888160706, -1.0], "max": [0.8370856642723083, 0.6487956047058105, 0.7456209063529968, 0.19436536729335785, 0.23869290947914124, 0.23762796819210052, 1.0], "mean": [-0.011853520758450031, -0.044798072427511215, -0.020872285589575768, -0.035029396414756775, 0.0013851419789716601, 0.003236716380342841, 0.5562310218811035], "std": [0.23877304792404175, 0.19539234042167664, 0.2113013118505478, 0.07548702508211136, 0.06031208857893944, 0.0547463484108448, 0.8310273289680481], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [944], "max": [944], "mean": [944.0], "std": [0.0], "count": [329]}, "index": {"min": [298081], "max": [298409], "mean": [298245.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [329]}}} +{"episode_index": 945, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36410012099322153]], [[0.3029625866459865]], [[0.23400104477826286]]], "std": [[[0.14132036628472266]], [[0.13646178136230389]], [[0.1510279040461861]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.39328918277516084]], [[0.3040290766697304]], [[0.20755334532494638]]], "std": [[[0.17676839496926594]], [[0.12728769190776254]], [[0.08111344160587698]]], "count": [100]}, "state": {"min": [-0.38300415873527527, -0.255427747964859, 0.9913573861122131, 2.1936604976654053, -0.37697115540504456, -0.2772798240184784, 0.015012582764029503, -0.04000499099493027], "max": [-0.013312175869941711, 0.07923746854066849, 1.3016834259033203, 3.2321324348449707, 0.11354444175958633, 0.5149210691452026, 0.03993021324276924, -0.014611300081014633], "mean": [-0.20980536937713623, -0.03053278848528862, 1.1670582294464111, 2.8585410118103027, -0.14515282213687897, 0.03726436197757721, 0.02692646160721779, -0.027318889275193214], "std": [0.1340348720550537, 0.11033638566732407, 0.0782925933599472, 0.33367833495140076, 0.1259172409772873, 0.27821028232574463, 0.011081041768193245, 0.010786042548716068], "count": [256]}, "actions": {"min": [-0.8726370930671692, -0.7910192012786865, -0.9064386487007141, -0.4274238049983978, -0.3041296601295471, -0.16177046298980713, -1.0], "max": [0.6578936576843262, 0.8107370734214783, 0.7906781435012817, 0.5350683927536011, 0.4990369975566864, 0.2884501814842224, 1.0], "mean": [0.004813032690435648, -0.06196190416812897, 0.014208011329174042, -0.01878209412097931, -0.0052368491888046265, 0.004052361007779837, 0.1015625], "std": [0.3139078617095947, 0.21602129936218262, 0.28227269649505615, 0.09561803191900253, 0.0755305290222168, 0.06100507825613022, 0.9948291778564453], "count": [256]}, "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": [945], "max": [945], "mean": [945.0], "std": [0.0], "count": [256]}, "index": {"min": [298410], "max": [298665], "mean": [298537.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [256]}}} +{"episode_index": 946, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36271278889973957]], [[0.3014491188198912]], [[0.23344724049287685]]], "std": [[[0.14175585120569717]], [[0.13849427324560293]], [[0.15268759495866213]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3904149965772442]], [[0.3034298047832414]], [[0.2089011236452589]]], "std": [[[0.17969657420189938]], [[0.12976079766417362]], [[0.08355287156203087]]], "count": [100]}, "state": {"min": [-0.4137010872364044, -0.22700971364974976, 0.9886471629142761, 2.0493671894073486, -0.4265792667865753, -0.23897802829742432, 0.013303698971867561, -0.04005565866827965], "max": [0.0029126692097634077, 0.034422218799591064, 1.34348464012146, 3.2772440910339355, 0.05802064761519432, 0.5587144494056702, 0.040003713220357895, -0.014946571551263332], "mean": [-0.21115176379680634, -0.052056778222322464, 1.1856180429458618, 2.878369092941284, -0.14479228854179382, 0.0892794132232666, 0.026919543743133545, -0.027299964800477028], "std": [0.1465444713830948, 0.08982014656066895, 0.08829853683710098, 0.41976091265678406, 0.13030041754245758, 0.28020668029785156, 0.01230795681476593, 0.011930703185498714], "count": [320]}, "actions": {"min": [-9.707772254943848, -1.092781901359558, -3.944983720779419, -0.4189068675041199, -2.383776903152466, -14.916947364807129, -1.0], "max": [2.732780694961548, 6.7378106117248535, 1.3911231756210327, 10.112592697143555, 0.39308395981788635, 0.2844148874282837, 1.0], "mean": [-0.015279082581400871, -0.02284596860408783, -0.002173789544031024, 0.013335242867469788, -0.01430615782737732, -0.049842387437820435, 0.0062500000931322575], "std": [0.6366286277770996, 0.41640257835388184, 0.35596176981925964, 0.572455644607544, 0.14890331029891968, 0.8364349007606506, 0.9999805092811584], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [946], "max": [946], "mean": [946.0], "std": [0.0], "count": [320]}, "index": {"min": [298666], "max": [298985], "mean": [298825.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [320]}}} +{"episode_index": 947, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36319783049938725]], [[0.30188133987725946]], [[0.23255321248372396]]], "std": [[[0.13703769802472565]], [[0.13195199984729508]], [[0.14670627744531195]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.3963574613683364]], [[0.30607369217218133]], [[0.20560313146254597]]], "std": [[[0.17805446274506945]], [[0.12600747557815434]], [[0.07730274305893056]]], "count": [100]}, "state": {"min": [-0.38860994577407837, -0.22271426022052765, 1.0020838975906372, 2.2420573234558105, -0.33422160148620605, -0.30224770307540894, 0.015555654652416706, -0.040007855743169785], "max": [-0.005020869430154562, 0.05297386646270752, 1.3715624809265137, 3.1439554691314697, 0.26503026485443115, 0.5161258578300476, 0.039918262511491776, -0.016901925206184387], "mean": [-0.1989782303571701, -0.05302513390779495, 1.2065470218658447, 2.8413844108581543, -0.060037173330783844, 0.0964321494102478, 0.0267501100897789, -0.027425820007920265], "std": [0.1413925588130951, 0.08948598802089691, 0.09677527099847794, 0.311489075422287, 0.14083345234394073, 0.30393409729003906, 0.01084068976342678, 0.010447898879647255], "count": [290]}, "actions": {"min": [-1.3982151746749878, -0.7780260443687439, -1.118515133857727, -0.28882259130477905, -0.20504862070083618, -0.189988374710083, -1.0], "max": [1.3917464017868042, 0.6829829812049866, 1.1233291625976562, 0.511346161365509, 0.5303421020507812, 0.24347054958343506, 1.0], "mean": [0.0020849958527833223, -0.04299786686897278, 0.00904657319188118, -0.01521087996661663, -0.003155508078634739, 0.004267986863851547, 0.13793103396892548], "std": [0.32186225056648254, 0.19280050694942474, 0.2848109304904938, 0.08407042175531387, 0.06424328684806824, 0.07037165015935898, 0.9904420971870422], "count": [290]}, "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": [947], "max": [947], "mean": [947.0], "std": [0.0], "count": [290]}, "index": {"min": [298986], "max": [299275], "mean": [299130.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [290]}}} +{"episode_index": 948, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36559931676528035]], [[0.3045107535567938]], [[0.23709670481962314]]], "std": [[[0.13974009582109925]], [[0.1374046681214321]], [[0.15287951372273473]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.4004365282245711]], [[0.30796338129978557]], [[0.20687995402018228]]], "std": [[[0.18084291530989796]], [[0.1289484153897422]], [[0.0772974059339339]]], "count": [100]}, "state": {"min": [-0.36765119433403015, -0.2658703923225403, 0.9882619976997375, 2.3010525703430176, -0.3239559531211853, -0.29667928814888, 0.01676306128501892, -0.039981141686439514], "max": [0.0027433831710368395, 0.0652516558766365, 1.3165841102600098, 3.2137625217437744, 0.04275069385766983, 0.5693089365959167, 0.04000290855765343, -0.01462587621062994], "mean": [-0.18195344507694244, -0.05586707592010498, 1.1748675107955933, 2.9642574787139893, -0.10870819538831711, 0.038913581520318985, 0.0279186200350523, -0.02826392836868763], "std": [0.13379377126693726, 0.10343775898218155, 0.08532868325710297, 0.3067132532596588, 0.0900299921631813, 0.30253106355667114, 0.010300865396857262, 0.01004599779844284], "count": [263]}, "actions": {"min": [-1.0104008913040161, -0.7151197791099548, -0.796794593334198, -0.4001705050468445, -0.2849362790584564, -0.14632423222064972, -1.0], "max": [0.9377192258834839, 0.6127181053161621, 1.4109046459197998, 0.24471721053123474, 0.2472905069589615, 0.30543258786201477, 1.0], "mean": [0.004994432907551527, -0.05169742926955223, 0.017794504761695862, -0.016481643542647362, -0.005597619339823723, 0.007337399758398533, 0.09505703300237656], "std": [0.3237336277961731, 0.2157442718744278, 0.28835487365722656, 0.0790860578417778, 0.05997997894883156, 0.06121295318007469, 0.9954723119735718], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [948], "max": [948], "mean": [948.0], "std": [0.0], "count": [263]}, "index": {"min": [299276], "max": [299538], "mean": [299407.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [263]}}} +{"episode_index": 949, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36109626381070004]], [[0.2993496033911612]], [[0.2309172644521676]]], "std": [[[0.1388900707685609]], [[0.13435482128157272]], [[0.1482129044585005]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3849872388652727]], [[0.30089587701535697]], [[0.2057244831160003]]], "std": [[[0.1856544804084074]], [[0.13317676826315786]], [[0.08727287807779156]]], "count": [100]}, "state": {"min": [-0.35175439715385437, -0.2781626582145691, 0.9933075904846191, 2.201094150543213, -0.23346281051635742, 0.027795100584626198, 0.013732083141803741, -0.04005742445588112], "max": [-0.0794624462723732, 0.16935792565345764, 1.2849502563476562, 3.2515945434570312, 0.11935067921876907, 0.45298072695732117, 0.0400041826069355, -0.015561390668153763], "mean": [-0.23175182938575745, 0.00727818114683032, 1.1568206548690796, 2.9286487102508545, -0.03409132733941078, 0.19859591126441956, 0.028317859396338463, -0.02878640405833721], "std": [0.09961745142936707, 0.1487245261669159, 0.07629060745239258, 0.3582717478275299, 0.10543662309646606, 0.15034469962120056, 0.011918890289962292, 0.01159382052719593], "count": [269]}, "actions": {"min": [-0.7516145706176758, -0.7021790146827698, -0.528714656829834, -0.2513176202774048, -0.16352474689483643, -0.1363055557012558, -1.0], "max": [0.9750027656555176, 1.3562418222427368, 0.9363528490066528, 0.5551928877830505, 0.2528829276561737, 0.22214695811271667, 1.0], "mean": [0.012831272557377815, -0.05355624109506607, 0.01951838657259941, -0.018524764105677605, -0.007107959594577551, 0.00614188751205802, -0.10037174820899963], "std": [0.2502650320529938, 0.278068482875824, 0.2447447031736374, 0.08222521841526031, 0.05259094387292862, 0.05115053430199623, 0.9949492812156677], "count": [269]}, "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": [949], "max": [949], "mean": [949.0], "std": [0.0], "count": [269]}, "index": {"min": [299539], "max": [299807], "mean": [299673.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [269]}}} +{"episode_index": 950, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3648301876292509]], [[0.30336182657877603]], [[0.23235967299517463]]], "std": [[[0.1373024679922486]], [[0.13061459494004654]], [[0.14598628770395605]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3744372905656403]], [[0.2972824324065564]], [[0.21045420627967984]]], "std": [[[0.17998594539043603]], [[0.130541206900416]], [[0.09108565439475934]]], "count": [100]}, "state": {"min": [-0.3749619722366333, -0.224209263920784, 0.9891384840011597, 2.0874905586242676, -0.33182430267333984, -0.07086024433374405, 0.015303135849535465, -0.03996936231851578], "max": [-0.11251722276210785, 0.1567711979150772, 1.3041317462921143, 3.1730611324310303, 0.15384933352470398, 0.5960230231285095, 0.039972782135009766, -0.012677696533501148], "mean": [-0.26534467935562134, 0.014474024064838886, 1.158490777015686, 2.772087812423706, -0.1126977801322937, 0.2143401950597763, 0.026607561856508255, -0.026539966464042664], "std": [0.09253190457820892, 0.13589854538440704, 0.0893070325255394, 0.42373499274253845, 0.13459008932113647, 0.2648875415325165, 0.010939559899270535, 0.010541810654103756], "count": [230]}, "actions": {"min": [-1.0138273239135742, -1.3088785409927368, -0.7837861776351929, -0.4887497127056122, -0.20302817225456238, -0.17056801915168762, -1.0], "max": [0.8089982867240906, 1.1094905138015747, 1.3513113260269165, 0.4841277003288269, 0.40791672468185425, 0.15886802971363068, 1.0], "mean": [0.012434525415301323, -0.052262138575315475, 0.015880627557635307, -0.024140382185578346, -0.0040267775766551495, 0.005039929412305355, 0.13913042843341827], "std": [0.26522207260131836, 0.2718561291694641, 0.30657827854156494, 0.09543973952531815, 0.06319497525691986, 0.05070135369896889, 0.9902727007865906], "count": [230]}, "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": [950], "max": [950], "mean": [950.0], "std": [0.0], "count": [230]}, "index": {"min": [299808], "max": [300037], "mean": [299922.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [230]}}} +{"episode_index": 951, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631487211339614]], [[0.30137746593998926]], [[0.2328878879921109]]], "std": [[[0.1374522580559371]], [[0.13349056010098637]], [[0.14778610129324218]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3773987606272978]], [[0.2981901867436428]], [[0.20948079845952053]]], "std": [[[0.18781243670298575]], [[0.13906692669840104]], [[0.09924864698017478]]], "count": [100]}, "state": {"min": [-0.33835503458976746, -0.2340039759874344, 0.9895546436309814, 2.0728251934051514, -0.22907093167304993, -0.0237016212195158, 0.013485504314303398, -0.0399799719452858], "max": [-0.0947485864162445, 0.14597812294960022, 1.3048585653305054, 3.2670772075653076, 0.2239847481250763, 0.3695829510688782, 0.03995842859148979, -0.014335783198475838], "mean": [-0.22610099613666534, 0.017270375043153763, 1.1533851623535156, 2.8241257667541504, -0.026970654726028442, 0.13239261507987976, 0.02580271288752556, -0.026017125695943832], "std": [0.08996159583330154, 0.133622407913208, 0.08963140845298767, 0.40974128246307373, 0.1177731454372406, 0.15461449325084686, 0.012015323154628277, 0.011468017473816872], "count": [217]}, "actions": {"min": [-0.529185950756073, -1.1050770282745361, -1.3697866201400757, -0.39912065863609314, -0.146706223487854, -0.14451882243156433, -1.0], "max": [0.7906491756439209, 0.9377805590629578, 0.8054822683334351, 0.3591880202293396, 0.5756703019142151, 0.12005500495433807, 1.0], "mean": [0.011078190058469772, -0.06669341772794724, 0.013794578611850739, -0.028651900589466095, -0.003523858729749918, 0.002801581984385848, 0.09677419066429138], "std": [0.24516749382019043, 0.2727697491645813, 0.31062278151512146, 0.09432892501354218, 0.07129804790019989, 0.040952399373054504, 0.9953054189682007], "count": [217]}, "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": [951], "max": [951], "mean": [951.0], "std": [0.0], "count": [217]}, "index": {"min": [300038], "max": [300254], "mean": [300146.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [217]}}} +{"episode_index": 952, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3661098758473116]], [[0.3056760475308287]], [[0.23679912731694241]]], "std": [[[0.14221318933255347]], [[0.1376857743510524]], [[0.15343992238745932]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.39763431564031865]], [[0.31513930855545347]], [[0.22107726332720587]]], "std": [[[0.18468719690020757]], [[0.13476949940872265]], [[0.09470755071946943]]], "count": [100]}, "state": {"min": [-0.32085540890693665, -0.21836765110492706, 0.9887787699699402, 2.070901393890381, -0.2608763575553894, -0.03513602167367935, 0.0156725961714983, -0.03993254527449608], "max": [-0.0766986608505249, 0.1710253208875656, 1.2779337167739868, 3.2290961742401123, 0.21093007922172546, 0.4898983836174011, 0.04000385105609894, -0.015603652223944664], "mean": [-0.20069226622581482, 0.03243326395750046, 1.154482126235962, 2.8313510417938232, -0.09603574872016907, 0.17714358866214752, 0.026950759813189507, -0.02724342793226242], "std": [0.08914130181074142, 0.1387825906276703, 0.07707875967025757, 0.4322417080402374, 0.11491242051124573, 0.19615241885185242, 0.010786175727844238, 0.010445472784340382], "count": [220]}, "actions": {"min": [-0.7238490581512451, -1.061840534210205, -0.7139270901679993, -0.47455868124961853, -0.2196279764175415, -0.25067541003227234, -1.0], "max": [0.7021750807762146, 0.7742491960525513, 1.633405327796936, 0.39726394414901733, 0.3528440594673157, 0.16445355117321014, 1.0], "mean": [0.004919861443340778, -0.07770867645740509, 0.0026270709931850433, -0.027917202562093735, -0.0007354897679761052, 0.000846356269903481, 0.12727272510528564], "std": [0.23864999413490295, 0.2727448046207428, 0.3186321258544922, 0.10402357578277588, 0.06953085213899612, 0.0478917732834816, 0.991868257522583], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [952], "max": [952], "mean": [952.0], "std": [0.0], "count": [220]}, "index": {"min": [300255], "max": [300474], "mean": [300364.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [220]}}} +{"episode_index": 953, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35952922028186274]], [[0.29559751263786765]], [[0.22388706401750155]]], "std": [[[0.13164688764948154]], [[0.12406497737684521]], [[0.13778181252186228]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9607843137254902]]], "mean": [[[0.34226826925838694]], [[0.26518710207471663]], [[0.18596095485313266]]], "std": [[[0.16109354972533227]], [[0.11992802255498367]], [[0.08921935120909445]]], "count": [100]}, "state": {"min": [-0.39707493782043457, -0.22043228149414062, 0.9963563084602356, 2.0197508335113525, -0.3654864430427551, -0.17401181161403656, 0.01333353016525507, -0.0399547815322876], "max": [-0.295404851436615, 0.2395385205745697, 1.3017181158065796, 3.202284574508667, 0.15456412732601166, 0.3983948528766632, 0.040002647787332535, -0.015632880851626396], "mean": [-0.3687799870967865, 0.036398451775312424, 1.1496917009353638, 2.754086494445801, -0.05861862376332283, 0.06337811052799225, 0.0257558636367321, -0.026617972180247307], "std": [0.02662057615816593, 0.14995643496513367, 0.08856560289859772, 0.44027528166770935, 0.17058108747005463, 0.20765703916549683, 0.012297089211642742, 0.011547740548849106], "count": [237]}, "actions": {"min": [-0.4233601987361908, -0.8229235410690308, -0.7733612060546875, -0.219983771443367, -0.13927045464515686, -0.18547724187374115, -1.0], "max": [0.33318421244621277, 1.000281572341919, 0.9965169429779053, 0.4540289342403412, 0.5309287309646606, 0.10910798609256744, 1.0], "mean": [-0.007319270633161068, -0.02657153829932213, 0.006492622662335634, -0.024804342538118362, -0.001964268507435918, 0.004092797636985779, 0.07172995805740356], "std": [0.11160242557525635, 0.3483341932296753, 0.266376256942749, 0.08091306686401367, 0.07099612057209015, 0.042593613266944885, 0.9974228739738464], "count": [237]}, "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": [953], "max": [953], "mean": [953.0], "std": [0.0], "count": [237]}, "index": {"min": [300475], "max": [300711], "mean": [300593.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [237]}}} +{"episode_index": 954, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3593031556372549]], [[0.2946580619064032]], [[0.22316802200616573]]], "std": [[[0.1321679864321548]], [[0.12529202047928648]], [[0.13821812550272966]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35006788904526653]], [[0.27017669258865656]], [[0.18795412430108763]]], "std": [[[0.16438512777074188]], [[0.120061191750654]], [[0.08307332411146791]]], "count": [100]}, "state": {"min": [-0.40572842955589294, -0.2828226685523987, 0.9939035177230835, 2.343367338180542, -0.42356404662132263, -0.2528936564922333, 0.015894901007413864, -0.04003063216805458], "max": [-0.3189747929573059, 0.2763254940509796, 1.2707585096359253, 3.375396251678467, 0.13822418451309204, 0.9004350900650024, 0.0400114469230175, -0.015410025604069233], "mean": [-0.37923920154571533, 0.01662982441484928, 1.1410188674926758, 2.9061331748962402, -0.1562352031469345, 0.24227440357208252, 0.028122834861278534, -0.028740450739860535], "std": [0.021626446396112442, 0.18772892653942108, 0.08780685067176819, 0.38317978382110596, 0.17245589196681976, 0.4336898922920227, 0.009764740243554115, 0.0092264199629426], "count": [212]}, "actions": {"min": [-0.3513810932636261, -0.9540495872497559, -0.7394804358482361, -0.24474230408668518, -0.20692069828510284, -0.1375720351934433, -1.0], "max": [0.5019056797027588, 0.855603039264679, 1.0789567232131958, 0.24521709978580475, 0.14512436091899872, 0.21670009195804596, 1.0], "mean": [-0.007569178007543087, -0.031100720167160034, 0.018986213952302933, -0.0191428791731596, -0.011689689010381699, 0.021383944898843765, 0.09433962404727936], "std": [0.1317833513021469, 0.44120359420776367, 0.28569498658180237, 0.08337810635566711, 0.058778103440999985, 0.06398407369852066, 0.9955405592918396], "count": [212]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [954], "max": [954], "mean": [954.0], "std": [0.0], "count": [212]}, "index": {"min": [300712], "max": [300923], "mean": [300817.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [212]}}} +{"episode_index": 955, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36019116869159773]], [[0.29650767187978705]], [[0.227370408002068]]], "std": [[[0.1335595412313681]], [[0.12929522463547302]], [[0.14243230958714534]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9607843137254902]]], "mean": [[[0.34356942389993106]], [[0.2669464673808977]], [[0.1903448881261489]]], "std": [[[0.16097995534587134]], [[0.11965055689781781]], [[0.08902213656227728]]], "count": [100]}, "state": {"min": [-0.4012027382850647, -0.2340884953737259, 0.9904376268386841, 2.0608227252960205, -0.40427666902542114, -0.32773154973983765, 0.013591684401035309, -0.04003085568547249], "max": [-0.30441316962242126, 0.2657354176044464, 1.2626349925994873, 3.3216488361358643, 0.08402987569570541, 0.44970831274986267, 0.040010321885347366, -0.014919820241630077], "mean": [-0.36225616931915283, 0.050257608294487, 1.1283003091812134, 2.809250593185425, -0.11472723633050919, 0.018251925706863403, 0.026593171060085297, -0.027149945497512817], "std": [0.02577429823577404, 0.17115749418735504, 0.0798792913556099, 0.46003931760787964, 0.1509743332862854, 0.2924632430076599, 0.011732417158782482, 0.011163279414176941], "count": [239]}, "actions": {"min": [-0.48361825942993164, -1.1438674926757812, -0.4420362412929535, -0.2821567952632904, -0.22266629338264465, -0.23472242057323456, -1.0], "max": [0.302126407623291, 0.515032947063446, 1.2232661247253418, 0.24950799345970154, 0.30096060037612915, 0.2115096002817154, 1.0], "mean": [-0.00029082869878038764, -0.05928006023168564, 0.00253920815885067, -0.02295582927763462, -0.002055017976090312, 0.001018538954667747, 0.06276150792837143], "std": [0.13796184957027435, 0.3322286307811737, 0.26464882493019104, 0.08323732763528824, 0.069358691573143, 0.05379205197095871, 0.9980288147926331], "count": [239]}, "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": [955], "max": [955], "mean": [955.0], "std": [0.0], "count": [239]}, "index": {"min": [300924], "max": [301162], "mean": [301043.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [239]}}} +{"episode_index": 956, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36023284852270987]], [[0.29610789340150123]], [[0.22506006158566944]]], "std": [[[0.13127504803130274]], [[0.1251563476289681]], [[0.13884134955972177]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9568627450980393]], [[0.9450980392156862]]], "mean": [[[0.3512014812394684]], [[0.26855810487036613]], [[0.1847842185824525]]], "std": [[[0.16056064710383286]], [[0.11599541201288519]], [[0.07757706627813012]]], "count": [100]}, "state": {"min": [-0.3991091847419739, -0.26252397894859314, 0.9979777932167053, 2.2237625122070312, -0.29603078961372375, -0.05240090936422348, 0.013919749297201633, -0.03978784382343292], "max": [-0.3107971251010895, 0.2429651916027069, 1.2943763732910156, 3.3445866107940674, 0.15359680354595184, 0.5511791110038757, 0.0400078259408474, -0.013505459763109684], "mean": [-0.3632427155971527, 0.03140635788440704, 1.1351189613342285, 2.9035542011260986, -0.06047838553786278, 0.17990565299987793, 0.025501836091279984, -0.025388721376657486], "std": [0.02519584633409977, 0.17774447798728943, 0.08724825084209442, 0.42675572633743286, 0.1493140608072281, 0.21848845481872559, 0.011531652882695198, 0.010935436934232712], "count": [219]}, "actions": {"min": [-0.6449834704399109, -0.8014886975288391, -0.9488064050674438, -0.24955657124519348, -0.17415398359298706, -0.15875475108623505, -1.0], "max": [0.35406026244163513, 1.2336273193359375, 0.8960344791412354, 0.295003741979599, 0.44744473695755005, 0.12305358797311783, 1.0], "mean": [0.0064309025183320045, -0.05623479187488556, 0.012795115821063519, -0.02274814061820507, -0.00838400423526764, 0.008430936373770237, 0.15068493783473969], "std": [0.145237535238266, 0.3603324890136719, 0.27904996275901794, 0.08607829362154007, 0.06980851292610168, 0.03658674657344818, 0.9885808229446411], "count": [219]}, "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": [956], "max": [956], "mean": [956.0], "std": [0.0], "count": [219]}, "index": {"min": [301163], "max": [301381], "mean": [301272.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [219]}}} +{"episode_index": 957, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36040906001072304]], [[0.29756891168332567]], [[0.22670849070829505]]], "std": [[[0.13310588735914963]], [[0.12658446018150626]], [[0.1404487611548399]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3748228358848422]], [[0.28613995481004906]], [[0.18809261845607383]]], "std": [[[0.18035076949982512]], [[0.12467530593524516]], [[0.07452762084756565]]], "count": [100]}, "state": {"min": [-0.36050689220428467, -0.2644302546977997, 0.9876251816749573, 3.097658634185791, -0.1350475549697876, -0.1506654918193817, 0.012762374244630337, -0.03994028642773628], "max": [-0.23738352954387665, 0.2059459686279297, 1.2812316417694092, 3.282820224761963, 0.03603926673531532, 0.07266002893447876, 0.03992040082812309, -0.01471618376672268], "mean": [-0.2969311773777008, 0.001106366398744285, 1.1472026109695435, 3.1766977310180664, -0.040965497493743896, -0.01891973242163658, 0.024400411173701286, -0.025025686249136925], "std": [0.04469418525695801, 0.1835995614528656, 0.09152095019817352, 0.05114203691482544, 0.04597031697630882, 0.07421610504388809, 0.011944742873311043, 0.01144844014197588], "count": [204]}, "actions": {"min": [-0.3739069700241089, -1.1740885972976685, -0.49287551641464233, -0.23453204333782196, -0.18617640435695648, -0.19405710697174072, -1.0], "max": [0.28862184286117554, 0.5717986226081848, 0.9845033884048462, 0.25281161069869995, 0.20852719247341156, 0.12631440162658691, 1.0], "mean": [-0.01098173949867487, -0.1236104965209961, 0.03395364060997963, 0.0014617916895076632, 0.0010377179132774472, -0.0054152486845850945, 0.1764705926179886], "std": [0.10248070955276489, 0.3364090323448181, 0.2703973650932312, 0.05903169512748718, 0.05900931358337402, 0.05544764921069145, 0.9843069911003113], "count": [204]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [957], "max": [957], "mean": [957.0], "std": [0.0], "count": [204]}, "index": {"min": [301382], "max": [301585], "mean": [301483.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [204]}}} +{"episode_index": 958, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3599674915986903]], [[0.29578912413354014]], [[0.22549508666992188]]], "std": [[[0.13264896694985778]], [[0.12703667136603344]], [[0.14034708065428472]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39898555800494023]], [[0.3030368365119485]], [[0.19710025742474727]]], "std": [[[0.1746793853250879]], [[0.11896335532093913]], [[0.06597696233940245]]], "count": [100]}, "state": {"min": [-0.37874865531921387, -0.28935080766677856, 1.0223031044006348, 3.0400383472442627, -0.08907394111156464, -0.22822926938533783, 0.012942730449140072, -0.03992665559053421], "max": [-0.2251870036125183, 0.20748943090438843, 1.2811983823776245, 3.2715866565704346, 0.06379887461662292, 0.04778924956917763, 0.04000439494848251, -0.01562455017119646], "mean": [-0.2907138466835022, 0.039946068078279495, 1.1766325235366821, 3.1826319694519043, -0.031222956255078316, -0.07883947342634201, 0.02684747241437435, -0.02709113620221615], "std": [0.05485488474369049, 0.17916350066661835, 0.08359094709157944, 0.054464273154735565, 0.03751326724886894, 0.0726872906088829, 0.011404215358197689, 0.01122497208416462], "count": [213]}, "actions": {"min": [-0.4223673343658447, -1.781319499015808, -0.514083206653595, -0.16471049189567566, -0.171420156955719, -0.14152777194976807, -1.0], "max": [0.3327043950557709, 0.6577362418174744, 1.1519031524658203, 0.12321843206882477, 0.10406211763620377, 0.17139795422554016, 1.0], "mean": [-0.018809540197253227, -0.12107536941766739, 0.030428797006607056, -0.0010397630976513028, -0.00021108525106683373, -0.008092423900961876, 0.07042253762483597], "std": [0.12070027738809586, 0.35541680455207825, 0.27048259973526, 0.04666590690612793, 0.040879685431718826, 0.04184194654226303, 0.9975181818008423], "count": [213]}, "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": [958], "max": [958], "mean": [958.0], "std": [0.0], "count": [213]}, "index": {"min": [301586], "max": [301798], "mean": [301692.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [213]}}} +{"episode_index": 959, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35695163801604624]], [[0.2941387388939951]], [[0.2222386941348805]]], "std": [[[0.13234685054863765]], [[0.12211352507606972]], [[0.1346458794295524]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3568485041599648]], [[0.2687137965782016]], [[0.1721794038660386]]], "std": [[[0.17063463697266934]], [[0.11681125339108575]], [[0.06551006061957383]]], "count": [100]}, "state": {"min": [-0.39087119698524475, -0.25955745577812195, 0.9892198443412781, 2.972421646118164, -0.010843796655535698, -0.19725993275642395, 0.014576181769371033, -0.03996175527572632], "max": [-0.23406173288822174, 0.1822720319032669, 1.2848163843154907, 3.221992254257202, 0.29634466767311096, -0.009202579967677593, 0.03992632031440735, -0.014969916082918644], "mean": [-0.3134537637233734, -0.0023782833013683558, 1.1609890460968018, 3.0963757038116455, 0.1185368075966835, -0.10387955605983734, 0.0238267220556736, -0.023958122357726097], "std": [0.0540292002260685, 0.16527292132377625, 0.08461841195821762, 0.06426721811294556, 0.0960429310798645, 0.04892463982105255, 0.011362636461853981, 0.011334417387843132], "count": [239]}, "actions": {"min": [-0.40077269077301025, -1.7264851331710815, -0.6085860133171082, -0.22314739227294922, -0.1185765340924263, -0.14410769939422607, -1.0], "max": [0.2529071271419525, 0.68570876121521, 1.0241336822509766, 0.34769630432128906, 0.21564891934394836, 0.14078640937805176, 1.0], "mean": [-0.01886063814163208, -0.08502917736768723, 0.0236869677901268, -0.0014811643632128835, 0.006244847550988197, -0.0017783904913812876, 0.26359832286834717], "std": [0.09365293383598328, 0.29877087473869324, 0.24258804321289062, 0.05594419315457344, 0.04205915331840515, 0.04704509675502777, 0.9646310210227966], "count": [239]}, "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": [959], "max": [959], "mean": [959.0], "std": [0.0], "count": [239]}, "index": {"min": [301799], "max": [302037], "mean": [301918.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [239]}}} +{"episode_index": 960, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631452834185432]], [[0.29920338050991885]], [[0.2296410701976103]]], "std": [[[0.13297517045326127]], [[0.13039764047654115]], [[0.1450001212685068]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3845843535778569]], [[0.29410741529277723]], [[0.19324223596909468]]], "std": [[[0.17304653470631276]], [[0.11828043465024893]], [[0.07122016610053787]]], "count": [100]}, "state": {"min": [-0.38053271174430847, -0.2149556428194046, 0.9908976554870605, 2.998277187347412, -0.27708423137664795, -0.16026733815670013, 0.01413948368281126, -0.040007442235946655], "max": [-0.2656792998313904, 0.18054059147834778, 1.2393288612365723, 3.2194762229919434, 0.05289071798324585, 0.06652954965829849, 0.03979959711432457, -0.016825344413518906], "mean": [-0.30710238218307495, 0.03900594264268875, 1.1335848569869995, 3.089651346206665, -0.13901610672473907, -0.045025382190942764, 0.026174258440732956, -0.026450876146554947], "std": [0.041406698524951935, 0.13839294016361237, 0.07968369126319885, 0.07014019787311554, 0.10088828951120377, 0.05414723604917526, 0.01087411679327488, 0.010760731995105743], "count": [171]}, "actions": {"min": [-0.25219008326530457, -0.8723018765449524, -0.4285736083984375, -0.18928423523902893, -0.21931834518909454, -0.14830124378204346, -1.0], "max": [0.21313700079917908, 0.7160773873329163, 0.9229426383972168, 0.18681786954402924, 0.1540035456418991, 0.2040732055902481, 1.0], "mean": [-0.023380590602755547, -0.11304357647895813, 0.011269357055425644, -0.002186894416809082, -0.0074024205096066, -0.007882499136030674, 0.16959063708782196], "std": [0.08436251431703568, 0.32806435227394104, 0.2949581444263458, 0.060783110558986664, 0.05331600084900856, 0.05553430691361427, 0.9855144023895264], "count": [171]}, "timestamp": {"min": [0.0], "max": [17.0], "mean": [8.5], "std": [4.936260392915538], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [960], "max": [960], "mean": [960.0], "std": [0.0], "count": [171]}, "index": {"min": [302038], "max": [302208], "mean": [302123.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [171]}}} +{"episode_index": 961, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35940677358589923]], [[0.29604499068914675]], [[0.224472671807981]]], "std": [[[0.1298377510839133]], [[0.12268198279996136]], [[0.13662584781459744]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3740151337268306]], [[0.28496342677696074]], [[0.1859475456686581]]], "std": [[[0.17312925532228046]], [[0.11679669473032922]], [[0.06449324985241985]]], "count": [100]}, "state": {"min": [-0.3917272090911865, -0.28352275490760803, 1.0097702741622925, 3.003180503845215, -0.06195211783051491, -0.09272999316453934, 0.013831134885549545, -0.040001656860113144], "max": [-0.22512564063072205, 0.20120398700237274, 1.3030002117156982, 3.3341763019561768, 0.13771192729473114, 0.21292702853679657, 0.03996577113866806, -0.01670835353434086], "mean": [-0.3030908703804016, -0.012437584809958935, 1.1704761981964111, 3.1803946495056152, 0.04845162853598595, 0.04316346347332001, 0.026265181601047516, -0.026360362768173218], "std": [0.05958224833011627, 0.1830289512872696, 0.08866021782159805, 0.10349250584840775, 0.04456419497728348, 0.09540964663028717, 0.010551516897976398, 0.010551481507718563], "count": [258]}, "actions": {"min": [-0.3551926910877228, -0.9301682114601135, -0.6034335494041443, -0.146380215883255, -0.10298161953687668, -0.1773933321237564, -1.0], "max": [0.3095647096633911, 1.2597886323928833, 0.6972864270210266, 0.17583595216274261, 0.1583007574081421, 0.159098282456398, 1.0], "mean": [-0.0050901249051094055, -0.08985356241464615, 0.026923509314656258, 0.006577736232429743, 0.001187261426821351, 0.0008181287557817996, 0.19379845261573792], "std": [0.12478957325220108, 0.284832239151001, 0.22721697390079498, 0.04783057048916817, 0.043469447642564774, 0.04377741366624832, 0.9810422658920288], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [961], "max": [961], "mean": [961.0], "std": [0.0], "count": [258]}, "index": {"min": [302209], "max": [302466], "mean": [302337.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [258]}}} +{"episode_index": 962, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3594497130150889]], [[0.3009919846478631]], [[0.23062364765242035]]], "std": [[[0.14100764289567758]], [[0.13140059515645153]], [[0.14337980310019702]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.3251973918839997]], [[0.2520980428059896]], [[0.16942874444699754]]], "std": [[[0.19973350422529648]], [[0.14530474457576423]], [[0.09705195010048612]]], "count": [100]}, "state": {"min": [-0.3922158479690552, -0.3124210238456726, 0.9772872924804688, 2.9150948524475098, -0.14400269091129303, -0.38230136036872864, 0.009670380502939224, -0.03987205773591995], "max": [-0.28084278106689453, 0.24648146331310272, 1.2546499967575073, 3.511068344116211, 0.12272621691226959, 0.6266871094703674, 0.040005456656217575, -0.011943576857447624], "mean": [-0.3306880295276642, -0.07148680090904236, 1.1294010877609253, 3.133110761642456, -0.011236452497541904, 0.2525344789028168, 0.019069628790020943, -0.019433436915278435], "std": [0.032957978546619415, 0.21111372113227844, 0.07875089347362518, 0.1763480007648468, 0.07337632030248642, 0.38359811902046204, 0.011531309224665165, 0.011356622911989689], "count": [374]}, "actions": {"min": [-0.37415480613708496, -1.0533407926559448, -0.6232341527938843, -0.20531772077083588, -0.18358200788497925, -0.18707284331321716, -1.0], "max": [0.32446613907814026, 0.8423393368721008, 1.0170620679855347, 0.20829598605632782, 0.1873379945755005, 0.37493857741355896, 1.0], "mean": [0.010821940377354622, -0.06615318357944489, -0.019787074998021126, -0.00658141914755106, -0.003723183646798134, 0.01084091980010271, 0.49732619524002075], "std": [0.09821131825447083, 0.2644084692001343, 0.2044314295053482, 0.05395859107375145, 0.046023543924093246, 0.07190107554197311, 0.8675656914710999], "count": [374]}, "timestamp": {"min": [0.0], "max": [37.3], "mean": [18.650000000000002], "std": [10.796411440844592], "count": [374]}, "frame_index": {"min": [0], "max": [373], "mean": [186.5], "std": [107.96411440844592], "count": [374]}, "episode_index": {"min": [962], "max": [962], "mean": [962.0], "std": [0.0], "count": [374]}, "index": {"min": [302467], "max": [302840], "mean": [302653.5], "std": [107.96411440844592], "count": [374]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [374]}}} +{"episode_index": 963, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35644701370538445]], [[0.2979371966193704]], [[0.22722549977022058]]], "std": [[[0.14056537571174377]], [[0.12933975488044405]], [[0.14014790376665467]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.3189801797305837]], [[0.24414189596737135]], [[0.15990090044806987]]], "std": [[[0.1942187890270634]], [[0.1388955523064446]], [[0.08728269527774139]]], "count": [100]}, "state": {"min": [-0.34126967191696167, -0.30964088439941406, 0.9802811145782471, 3.0400900840759277, 0.037100616842508316, -0.3881499469280243, 0.009973700158298016, -0.03980525955557823], "max": [-0.290249764919281, 0.24254895746707916, 1.2758787870407104, 3.608692169189453, 0.39883702993392944, 0.3456259071826935, 0.04001309722661972, -0.01111773680895567], "mean": [-0.32141175866127014, -0.09087491035461426, 1.1371982097625732, 3.2499747276306152, 0.18653889000415802, 0.04216167703270912, 0.020245172083377838, -0.020067360252141953], "std": [0.013207625597715378, 0.21253849565982819, 0.07601925730705261, 0.1525888741016388, 0.09410735219717026, 0.2383986860513687, 0.011942229233682156, 0.011911781504750252], "count": [362]}, "actions": {"min": [-0.33158135414123535, -1.456613540649414, -0.8045448064804077, -0.18464598059654236, -0.1791989803314209, -0.2012643665075302, -1.0], "max": [0.27958574891090393, 0.8452956676483154, 1.185252070426941, 0.3781992495059967, 0.13770239055156708, 0.3882930874824524, 1.0], "mean": [0.007420147769153118, -0.07342974841594696, -0.014134722761809826, -0.0056365495547652245, 0.0014313897117972374, 0.007598720025271177, 0.4254143536090851], "std": [0.09184487909078598, 0.3068375885486603, 0.23221151530742645, 0.06766720861196518, 0.04261939600110054, 0.06353399157524109, 0.9050001502037048], "count": [362]}, "timestamp": {"min": [0.0], "max": [36.1], "mean": [18.049999999999997], "std": [10.450000000000001], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [963], "max": [963], "mean": [963.0], "std": [0.0], "count": [362]}, "index": {"min": [302841], "max": [303202], "mean": [303021.5], "std": [104.5], "count": [362]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [362]}}} +{"episode_index": 964, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3609377064424403]], [[0.3019663672353707]], [[0.23123308308919271]]], "std": [[[0.14278461863527014]], [[0.1340749054795997]], [[0.14617370215247502]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.31393090640797333]], [[0.2459006539139093]], [[0.168486992929496]]], "std": [[[0.20187073410206907]], [[0.1481738421378728]], [[0.10095815371367656]]], "count": [100]}, "state": {"min": [-0.4689786434173584, -0.3117627799510956, 0.9794511198997498, 2.679409980773926, -0.3170718550682068, -0.2464742511510849, 0.01048695482313633, -0.03997834026813507], "max": [-0.27998197078704834, 0.2344343513250351, 1.2233306169509888, 3.301948070526123, 0.04068325459957123, 0.5747708082199097, 0.03998616337776184, -0.01220685988664627], "mean": [-0.38016095757484436, -0.03866713494062424, 1.120916724205017, 3.02833890914917, -0.14983384311199188, 0.14409410953521729, 0.02078172191977501, -0.021700000390410423], "std": [0.04816674813628197, 0.20586517453193665, 0.0682838186621666, 0.18387417495250702, 0.10077018290758133, 0.2755776345729828, 0.012469827197492123, 0.012281679548323154], "count": [334]}, "actions": {"min": [-0.700072705745697, -0.9379304051399231, -0.5817157030105591, -0.226932093501091, -0.1779327690601349, -0.17116296291351318, -1.0], "max": [0.6050892472267151, 1.5300110578536987, 0.9033302664756775, 0.2086736112833023, 0.20516736805438995, 0.27600720524787903, 1.0], "mean": [-0.006397109478712082, -0.06223925203084946, -0.0157841295003891, -0.013597860001027584, -0.000365468324162066, 0.008594989776611328, 0.3353293538093567], "std": [0.1330072283744812, 0.3188740015029907, 0.22348764538764954, 0.06314460188150406, 0.04440339282155037, 0.0634961649775505, 0.9421010613441467], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [964], "max": [964], "mean": [964.0], "std": [0.0], "count": [334]}, "index": {"min": [303203], "max": [303536], "mean": [303369.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [334]}}} +{"episode_index": 965, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3594571640912224]], [[0.3010628362917433]], [[0.23074646654316022]]], "std": [[[0.1448405844710618]], [[0.13483988120585622]], [[0.1463586414996457]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.30906616689644606]], [[0.24156130921606922]], [[0.165491927801394]]], "std": [[[0.19959814548198132]], [[0.14713064184380192]], [[0.102276564434412]]], "count": [100]}, "state": {"min": [-0.4186980128288269, -0.2751537263393402, 0.9733130931854248, 2.7612714767456055, -0.21780362725257874, -0.13686831295490265, 0.010305879637598991, -0.0397929921746254], "max": [-0.2980992794036865, 0.2052396833896637, 1.2213118076324463, 3.458380937576294, 0.056379176676273346, 0.40851902961730957, 0.04000692442059517, -0.012047472409904003], "mean": [-0.3639273941516876, -0.06394752115011215, 1.1094402074813843, 3.096219062805176, -0.07577292621135712, 0.12565287947654724, 0.01986806094646454, -0.02021365612745285], "std": [0.03381212428212166, 0.19329731166362762, 0.07190931588411331, 0.23027245700359344, 0.0786963552236557, 0.15018092095851898, 0.011872708797454834, 0.011814415454864502], "count": [239]}, "actions": {"min": [-0.32290157675743103, -1.0878262519836426, -0.8006294965744019, -0.20585305988788605, -0.19226837158203125, -0.199778214097023, -1.0], "max": [0.4444481134414673, 0.937419593334198, 0.7653095126152039, 0.27042558789253235, 0.126329243183136, 0.4235343337059021, 1.0], "mean": [0.0071376473642885685, -0.10463696718215942, -0.025480778887867928, -0.016589971259236336, -0.004847344011068344, 0.010207981802523136, 0.4142259359359741], "std": [0.11045628786087036, 0.3333936333656311, 0.26251962780952454, 0.06726714223623276, 0.046616360545158386, 0.07871560752391815, 0.9101724624633789], "count": [239]}, "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": [965], "max": [965], "mean": [965.0], "std": [0.0], "count": [239]}, "index": {"min": [303537], "max": [303775], "mean": [303656.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [239]}}} +{"episode_index": 966, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3586762719247855]], [[0.3009365862678079]], [[0.23212249636182597]]], "std": [[[0.1445294622238031]], [[0.13567309102046618]], [[0.14702344294172617]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.32705418545592063]], [[0.25418863513422946]], [[0.17037814929438572]]], "std": [[[0.2107381888149981]], [[0.15326099621158926]], [[0.0974511474757802]]], "count": [100]}, "state": {"min": [-0.5303658246994019, -0.37095093727111816, 0.9908338785171509, 2.7233176231384277, -0.2443339228630066, -0.1612873375415802, 0.013255223631858826, -0.039939768612384796], "max": [-0.1918536275625229, 0.2057875692844391, 1.2066699266433716, 3.263615369796753, 0.11923149973154068, -0.0074656009674072266, 0.040004946291446686, -0.015178944915533066], "mean": [-0.34592270851135254, -0.055036287754774094, 1.1290785074234009, 3.065288782119751, -0.0745982676744461, -0.08265531063079834, 0.02573351375758648, -0.026109829545021057], "std": [0.13231711089611053, 0.21836888790130615, 0.06069919466972351, 0.17089654505252838, 0.10367778688669205, 0.04890550300478935, 0.011762546375393867, 0.01147096324712038], "count": [296]}, "actions": {"min": [-0.6315609812736511, -1.0672096014022827, -0.5632783770561218, -0.21733155846595764, -0.14833006262779236, -0.12798857688903809, -1.0], "max": [0.6030953526496887, 1.0542998313903809, 0.7679511904716492, 0.1807996928691864, 0.13495822250843048, 0.15140649676322937, 1.0], "mean": [-0.047122757881879807, -0.08815295249223709, -0.01988035999238491, -0.008611294440925121, -0.003163021756336093, -0.0021897207479923964, 0.13513512909412384], "std": [0.17835795879364014, 0.29985180497169495, 0.2263355255126953, 0.04627954214811325, 0.045429881662130356, 0.03732830286026001, 0.9908258318901062], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [966], "max": [966], "mean": [966.0], "std": [0.0], "count": [296]}, "index": {"min": [303776], "max": [304071], "mean": [303923.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [296]}}} +{"episode_index": 967, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3604381905350031]], [[0.3008183869006587]], [[0.22931923122032016]]], "std": [[[0.14094060507434472]], [[0.13084808669265469]], [[0.1424921372216437]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3217325834386489]], [[0.2478699675915288]], [[0.16368934900620405]]], "std": [[[0.21305050884588275]], [[0.15438552359757546]], [[0.09561696141177546]]], "count": [100]}, "state": {"min": [-0.4916037917137146, -0.31930047273635864, 0.9975829124450684, 2.690058946609497, -0.14105983078479767, -0.1106300950050354, 0.012752310372889042, -0.03988100215792656], "max": [-0.17378558218479156, 0.22765226662158966, 1.236764907836914, 3.237868070602417, 0.1763996034860611, 0.061797428876161575, 0.040002040565013885, -0.015871908515691757], "mean": [-0.34788817167282104, -0.041232816874980927, 1.1515158414840698, 3.033226251602173, -0.004091480281203985, -0.014793739654123783, 0.023721199482679367, -0.02409490942955017], "std": [0.12328025698661804, 0.2105615884065628, 0.07140573114156723, 0.1812080293893814, 0.09442973881959915, 0.03986983001232147, 0.011058169417083263, 0.010517553426325321], "count": [258]}, "actions": {"min": [-0.9225738644599915, -1.4738978147506714, -0.725841760635376, -0.2358526885509491, -0.27628740668296814, -0.1710258573293686, -1.0], "max": [0.7288917303085327, 0.8464570641517639, 1.3410364389419556, 0.1263970136642456, 0.18307623267173767, 0.25318971276283264, 1.0], "mean": [-0.03615938127040863, -0.10280632227659225, -0.020703602582216263, -0.015507535077631474, 2.0097482774872333e-05, -0.003521984675899148, 0.302325576543808], "std": [0.2316599041223526, 0.3420831561088562, 0.2948773503303528, 0.05438518524169922, 0.059625040739774704, 0.05746171250939369, 0.9532064199447632], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [967], "max": [967], "mean": [967.0], "std": [0.0], "count": [258]}, "index": {"min": [304072], "max": [304329], "mean": [304200.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [258]}}} +{"episode_index": 968, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3532004298789828]], [[0.295975897695504]], [[0.22761828553442862]]], "std": [[[0.14969911220614965]], [[0.13766385821732038]], [[0.14610445790714785]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.34321307193531714]], [[0.262857208850337]], [[0.170829246969784]]], "std": [[[0.20787338279738457]], [[0.14950531026823127]], [[0.09072220132900116]]], "count": [100]}, "state": {"min": [-0.4957386255264282, -0.24603547155857086, 0.9945022463798523, 2.7718682289123535, -0.033821165561676025, -0.14379365742206573, 0.015339107252657413, -0.039890799671411514], "max": [-0.18328829109668732, 0.19438453018665314, 1.2432851791381836, 3.285496234893799, 0.22644299268722534, 0.04619135335087776, 0.04000810533761978, -0.016275867819786072], "mean": [-0.3262786865234375, -0.009603668004274368, 1.1514549255371094, 3.0796303749084473, 0.057383548468351364, -0.028772272169589996, 0.025645794346928596, -0.025783903896808624], "std": [0.12287957966327667, 0.17307381331920624, 0.06801711767911911, 0.1581774353981018, 0.0681801587343216, 0.05391441285610199, 0.011294341646134853, 0.011152328923344612], "count": [246]}, "actions": {"min": [-0.8987826108932495, -1.5956895351409912, -0.7213984131813049, -0.16708727180957794, -0.1793489307165146, -0.2105155885219574, -1.0], "max": [1.2270230054855347, 1.9266464710235596, 1.2720035314559937, 0.2190670669078827, 0.19047218561172485, 0.12261022627353668, 1.0], "mean": [-0.0449250265955925, -0.08394124358892441, -0.00560807716101408, -0.009784066118299961, -0.00020148968906141818, -0.00490674888715148, 0.17073170840740204], "std": [0.22419744729995728, 0.3362879455089569, 0.28666967153549194, 0.047664567828178406, 0.048127181828022, 0.037852413952350616, 0.9853164553642273], "count": [246]}, "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": [968], "max": [968], "mean": [968.0], "std": [0.0], "count": [246]}, "index": {"min": [304330], "max": [304575], "mean": [304452.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [246]}}} +{"episode_index": 969, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3592532845291437]], [[0.300189437567019]], [[0.229845573275697]]], "std": [[[0.14237869227582212]], [[0.13268417000030477]], [[0.14392526275505715]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3203169094908471]], [[0.2481792746151195]], [[0.16594127101524203]]], "std": [[[0.20343742755867125]], [[0.14780799089222835]], [[0.09406408989534339]]], "count": [100]}, "state": {"min": [-0.5120005011558533, -0.3280792832374573, 0.9916043877601624, 2.433192729949951, -0.28080087900161743, -0.31102094054222107, 0.014759944751858711, -0.03993380814790726], "max": [-0.18420632183551788, 0.20919598639011383, 1.244484543800354, 3.210369825363159, 0.19176922738552094, 0.027378177270293236, 0.040003713220357895, -0.013657117262482643], "mean": [-0.36066150665283203, -0.02865653671324253, 1.1514946222305298, 2.9026598930358887, -0.0646081194281578, -0.07531704753637314, 0.024068355560302734, -0.02415759116411209], "std": [0.12213937938213348, 0.1990348994731903, 0.07015766203403473, 0.2882523238658905, 0.1397436559200287, 0.08169003576040268, 0.01097220927476883, 0.010999034158885479], "count": [316]}, "actions": {"min": [-0.9115082621574402, -1.0296471118927002, -0.6408697366714478, -0.21776707470417023, -0.16034787893295288, -0.1991673856973648, -1.0], "max": [0.3573046326637268, 0.7569193243980408, 1.3422832489013672, 0.13618424534797668, 0.1397801786661148, 0.16423827409744263, 1.0], "mean": [-0.03391464799642563, -0.07844250649213791, -0.010384393855929375, -0.015483574010431767, -0.0009670077706687152, -0.00623713992536068, 0.3037974536418915], "std": [0.178451269865036, 0.24114008247852325, 0.24864356219768524, 0.04719294235110283, 0.044113535434007645, 0.04408663138747215, 0.952735960483551], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [969], "max": [969], "mean": [969.0], "std": [0.0], "count": [316]}, "index": {"min": [304576], "max": [304891], "mean": [304733.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [316]}}} +{"episode_index": 970, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35503157193053]], [[0.2975737609863281]], [[0.22891800285788144]]], "std": [[[0.1479429584393046]], [[0.1365669171267332]], [[0.1457780536411844]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3498774013145297]], [[0.2694529676250383]], [[0.1771385097129672]]], "std": [[[0.20619326670369495]], [[0.14932774192757017]], [[0.09451442400645835]]], "count": [100]}, "state": {"min": [-0.4951750338077545, -0.2518262565135956, 0.9906652569770813, 2.7430264949798584, -0.2198297679424286, -0.4149399995803833, 0.013931608758866787, -0.03994615003466606], "max": [-0.17717264592647552, 0.22719638049602509, 1.235224723815918, 3.2620577812194824, 0.16501350700855255, 0.00173869077116251, 0.040006253868341446, -0.017371704801917076], "mean": [-0.3250298798084259, 0.01703415811061859, 1.1426752805709839, 3.0973381996154785, -0.0438133142888546, -0.21765311062335968, 0.027707679197192192, -0.02794751152396202], "std": [0.10362162441015244, 0.18000397086143494, 0.06259661912918091, 0.16136102378368378, 0.1127357929944992, 0.12133247405290604, 0.011018929071724415, 0.010736086405813694], "count": [354]}, "actions": {"min": [-0.5677801966667175, -0.7790585160255432, -0.5853500962257385, -0.2345147728919983, -0.1632198840379715, -0.1270652562379837, -1.0], "max": [0.6634188294410706, 0.5011849403381348, 0.9013635516166687, 0.09924771636724472, 0.14561812579631805, 0.10451987385749817, 1.0], "mean": [-0.030517783015966415, -0.06168288365006447, -0.0028164025861769915, -0.009928164072334766, -0.002268980722874403, -0.008594988845288754, 0.05649717524647713], "std": [0.1684662103652954, 0.23191964626312256, 0.20965144038200378, 0.04204852133989334, 0.04257421940565109, 0.04000924155116081, 0.9984025955200195], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [970], "max": [970], "mean": [970.0], "std": [0.0], "count": [354]}, "index": {"min": [304892], "max": [305245], "mean": [305068.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [354]}}} +{"episode_index": 971, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35837815827014396]], [[0.30009677183861827]], [[0.23004413320503983]]], "std": [[[0.14364849931084636]], [[0.13305160686087653]], [[0.14421655259651514]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3246774190266927]], [[0.25080173148360907]], [[0.16648036881989123]]], "std": [[[0.2112222676858419]], [[0.15336901631811256]], [[0.09607369044000005]]], "count": [100]}, "state": {"min": [-0.5106521248817444, -0.29463908076286316, 1.0025421380996704, 2.7294723987579346, -0.06722837686538696, -0.3875383734703064, 0.014760026708245277, -0.039927974343299866], "max": [-0.18224535882472992, 0.20518933236598969, 1.2105530500411987, 3.2986598014831543, 0.1450100988149643, 0.09643490612506866, 0.03998508304357529, -0.01710681989789009], "mean": [-0.34480786323547363, -0.04517757147550583, 1.1416043043136597, 3.0236237049102783, 0.01906462013721466, -0.08051061630249023, 0.02457834593951702, -0.024898935109376907], "std": [0.12392918765544891, 0.19612827897071838, 0.061674345284700394, 0.1818886697292328, 0.056831244379282, 0.16124039888381958, 0.010385796427726746, 0.010005894117057323], "count": [275]}, "actions": {"min": [-1.1048851013183594, -1.4002621173858643, -0.6330650448799133, -0.29433944821357727, -0.21958433091640472, -0.22103136777877808, -1.0], "max": [0.43897220492362976, 0.6446395516395569, 0.9143505096435547, 0.2105778604745865, 0.1398821622133255, 0.5341818332672119, 1.0], "mean": [-0.047534290701150894, -0.09972155839204788, -0.020903494209051132, -0.01126732025295496, -0.001754084718413651, -0.0032164263539016247, 0.30909091234207153], "std": [0.19414064288139343, 0.31573864817619324, 0.25305524468421936, 0.05882934853434563, 0.04991279914975166, 0.0703868567943573, 0.9510326981544495], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [971], "max": [971], "mean": [971.0], "std": [0.0], "count": [275]}, "index": {"min": [305246], "max": [305520], "mean": [305383.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [275]}}} +{"episode_index": 972, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35859164069680605]], [[0.30064168533624386]], [[0.23139721141142003]]], "std": [[[0.14394093948052486]], [[0.1335833633818167]], [[0.14454900492619113]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3276636699601716]], [[0.2527119942459406]], [[0.1670039930156633]]], "std": [[[0.2120536770690615]], [[0.1542923773169987]], [[0.0960800090296707]]], "count": [100]}, "state": {"min": [-0.5123389363288879, -0.2543000280857086, 0.9954259991645813, 2.5679378509521484, -0.14130978286266327, -0.3011527955532074, 0.014377221465110779, -0.03995651379227638], "max": [-0.15890486538410187, 0.1971866339445114, 1.1947325468063354, 3.216170072555542, 0.18689557909965515, 0.06991655379533768, 0.039944857358932495, -0.013571265153586864], "mean": [-0.34583237767219543, 0.007422075606882572, 1.1312729120254517, 3.002856969833374, -0.001544568338431418, -0.1077820435166359, 0.02390355058014393, -0.02344721555709839], "std": [0.1397702544927597, 0.17206281423568726, 0.060948446393013, 0.2066776305437088, 0.09262359142303467, 0.09738857299089432, 0.011281334795057774, 0.010786410421133041], "count": [263]}, "actions": {"min": [-0.9974836111068726, -1.8293652534484863, -0.6894028186798096, -0.2341630905866623, -0.1520061194896698, -0.15541820228099823, -1.0], "max": [0.4270399510860443, 0.6722571849822998, 1.0175131559371948, 0.1439068466424942, 0.1608060598373413, 0.14830619096755981, 1.0], "mean": [-0.036766551434993744, -0.07810799777507782, -0.018798045814037323, -0.011359955184161663, 0.0005880460375919938, -0.003265921026468277, 0.26996198296546936], "std": [0.2387695610523224, 0.2946022152900696, 0.2505747377872467, 0.053021375089883804, 0.047868192195892334, 0.05090419575572014, 0.9628720879554749], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [972], "max": [972], "mean": [972.0], "std": [0.0], "count": [263]}, "index": {"min": [305521], "max": [305783], "mean": [305652.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [263]}}} +{"episode_index": 973, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3702315248975567]], [[0.3122002377977558]], [[0.24127096258425246]]], "std": [[[0.14192435313552526]], [[0.13614901666367582]], [[0.1530831128817062]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9725490196078431]]], "mean": [[[0.35445283478381584]], [[0.27102217311485144]], [[0.1750850399241728]]], "std": [[[0.2160882965533754]], [[0.15519797778391334]], [[0.0921749983732668]]], "count": [100]}, "state": {"min": [-0.35621002316474915, -0.20631305873394012, 0.9899724125862122, 2.9784646034240723, -0.19797804951667786, -0.448263019323349, 0.012895028106868267, -0.03995179757475853], "max": [-0.025901546701788902, -0.003341947216540575, 1.2477338314056396, 3.3039493560791016, 0.24935898184776306, 0.3722478151321411, 0.04000341519713402, -0.015118568204343319], "mean": [-0.2057134360074997, -0.1289859116077423, 1.1283220052719116, 3.1266210079193115, -0.05128464102745056, -0.02766144834458828, 0.025203829631209373, -0.02536596730351448], "std": [0.13034960627555847, 0.04906277358531952, 0.07900587469339371, 0.10127685219049454, 0.12757419049739838, 0.2974873483181, 0.011736111715435982, 0.011579599231481552], "count": [292]}, "actions": {"min": [-0.9836247563362122, -0.8940109610557556, -0.5524692535400391, -0.1628769040107727, -0.18489322066307068, -0.20901454985141754, -1.0], "max": [0.8115255832672119, 0.4594309628009796, 1.5647228956222534, 0.2212643325328827, 0.12657871842384338, 0.21452604234218597, 1.0], "mean": [-0.018274199217557907, -0.05160005763173103, -0.03380320966243744, -0.008049565367400646, 0.003104848088696599, 0.009123541414737701, 0.1780821979045868], "std": [0.2517090141773224, 0.16573916375637054, 0.2830196022987366, 0.0421321764588356, 0.0433519221842289, 0.06097865477204323, 0.9840165972709656], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [973], "max": [973], "mean": [973.0], "std": [0.0], "count": [292]}, "index": {"min": [305784], "max": [306075], "mean": [305929.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [292]}}} +{"episode_index": 974, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3683636037789139]], [[0.309445649988511]], [[0.2375699193617877]]], "std": [[[0.1394829562356291]], [[0.1323371945017575]], [[0.14852579118453543]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.3435747357536765]], [[0.2628670857747396]], [[0.17068584846047793]]], "std": [[[0.2162040048696428]], [[0.15572446467280668]], [[0.0935083050173062]]], "count": [100]}, "state": {"min": [-0.35980844497680664, -0.19198055565357208, 1.0093625783920288, 2.9081857204437256, -0.0902315005660057, -0.1292928010225296, 0.013551858253777027, -0.04000291973352432], "max": [-0.04682518169283867, 0.005527549888938665, 1.2491464614868164, 3.228245735168457, 0.28981947898864746, 0.371717244386673, 0.03997333347797394, -0.015266050584614277], "mean": [-0.21984697878360748, -0.10901790112257004, 1.1399508714675903, 3.06856632232666, 0.04961739480495453, 0.11150484532117844, 0.02505972422659397, -0.025229059159755707], "std": [0.124800905585289, 0.05440216511487961, 0.0740068182349205, 0.1081111803650856, 0.10597716271877289, 0.1871078759431839, 0.01183772087097168, 0.011714115738868713], "count": [319]}, "actions": {"min": [-1.1899082660675049, -0.8627870082855225, -0.5888211131095886, -0.14843177795410156, -0.18665754795074463, -0.11977708339691162, -1.0], "max": [0.8541653752326965, 0.34755972027778625, 0.8428991436958313, 0.37183547019958496, 0.10045082122087479, 0.18743941187858582, 1.0], "mean": [-0.003782563842833042, -0.04303188621997833, -0.024334043264389038, -0.007928452454507351, 0.00033519486896693707, 0.009012287482619286, 0.17241379618644714], "std": [0.24304072558879852, 0.1586693376302719, 0.23702622950077057, 0.046902965754270554, 0.03712288662791252, 0.0441148467361927, 0.9850267171859741], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [974], "max": [974], "mean": [974.0], "std": [0.0], "count": [319]}, "index": {"min": [306076], "max": [306394], "mean": [306235.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [319]}}} +{"episode_index": 975, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3682885389141008]], [[0.31060004260493257]], [[0.2401108913047641]]], "std": [[[0.14490257815538804]], [[0.1381116632394367]], [[0.1539874079391231]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.373308702655867]], [[0.2871029812681909]], [[0.18777986892999388]]], "std": [[[0.2033757654501044]], [[0.14618148943026948]], [[0.09020395398736719]]], "count": [100]}, "state": {"min": [-0.38155660033226013, -0.17780262231826782, 0.9901984333992004, 2.8006560802459717, -0.21748723089694977, -0.2679743468761444, 0.0101705277338624, -0.039992380887269974], "max": [-0.02212107740342617, 0.010313212871551514, 1.2507244348526, 3.200145959854126, 0.24109794199466705, 0.5904781222343445, 0.040004849433898926, -0.02012045867741108], "mean": [-0.21395409107208252, -0.10202829539775848, 1.1348849534988403, 3.0357773303985596, -0.05419917777180672, 0.1472916305065155, 0.027253128588199615, -0.02909941039979458], "std": [0.13547636568546295, 0.04862092435359955, 0.07053690403699875, 0.13493336737155914, 0.11892689019441605, 0.30749058723449707, 0.01077932957559824, 0.00902388896793127], "count": [333]}, "actions": {"min": [-1.815141201019287, -0.6113300323486328, -0.4257969260215759, -0.1292582005262375, -0.14477494359016418, -0.127614364027977, -1.0], "max": [0.7236674427986145, 0.6931095719337463, 1.445892333984375, 0.17443859577178955, 0.12893196940422058, 0.31123414635658264, 1.0], "mean": [-0.01595139317214489, -0.04369865357875824, -0.019642697647213936, -0.011487937532365322, -0.0023932484909892082, 0.009198077954351902, 0.13513512909412384], "std": [0.2638300955295563, 0.16659767925739288, 0.25156038999557495, 0.042997460812330246, 0.039113983511924744, 0.06369926035404205, 0.9908256530761719], "count": [333]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.599999999999998], "std": [9.612838637294745], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [975], "max": [975], "mean": [975.0], "std": [0.0], "count": [333]}, "index": {"min": [306395], "max": [306727], "mean": [306561.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [333]}}} +{"episode_index": 976, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3678053146063113]], [[0.30855504294002756]], [[0.23622868317248774]]], "std": [[[0.13646975927484226]], [[0.12879584151949736]], [[0.14491322524339262]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.3279925806382123]], [[0.24932313507678464]], [[0.1606088436351103]]], "std": [[[0.2161512593147002]], [[0.15541927424732926]], [[0.09140507783654551]]], "count": [100]}, "state": {"min": [-0.3612203896045685, -0.187417134642601, 0.9913678169250488, 2.812930107116699, -0.05815572664141655, -0.46438777446746826, 0.013360983692109585, -0.0399949811398983], "max": [-0.05562519282102585, 0.020414458587765694, 1.203428030014038, 3.254425287246704, 0.2933107912540436, 0.32372137904167175, 0.039987724274396896, -0.015587725676596165], "mean": [-0.2276715338230133, -0.10934917628765106, 1.1219247579574585, 3.0244743824005127, 0.09108737111091614, -0.010775955393910408, 0.02588626928627491, -0.026294153183698654], "std": [0.12244393676519394, 0.05176592245697975, 0.06198381260037422, 0.15021894872188568, 0.09388286620378494, 0.26735344529151917, 0.011722015216946602, 0.011350074782967567], "count": [287]}, "actions": {"min": [-0.8717144727706909, -0.7810977101325989, -0.6605383157730103, -0.15192870795726776, -0.16022039949893951, -0.17530719935894012, -1.0], "max": [0.9409268498420715, 0.7305180430412292, 1.1418800354003906, 0.09588520228862762, 0.2338564544916153, 0.27363085746765137, 1.0], "mean": [-0.003317400347441435, -0.05441489443182945, -0.023115424439311028, -0.01210519578307867, -5.529230838874355e-05, 0.006444791331887245, 0.12195122241973877], "std": [0.25334009528160095, 0.1643092930316925, 0.23334281146526337, 0.039274267852306366, 0.040108032524585724, 0.06914312392473221, 0.9925352931022644], "count": [287]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.3], "std": [8.284926070883191], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [976], "max": [976], "mean": [976.0], "std": [0.0], "count": [287]}, "index": {"min": [306728], "max": [307014], "mean": [306871.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [287]}}} +{"episode_index": 977, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35672798605526196]], [[0.2984284440582874]], [[0.228568863214231]]], "std": [[[0.1445924074831305]], [[0.13363904622755704]], [[0.1436965451855284]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.3002313902611826]], [[0.23475179754518993]], [[0.16070665127623315]]], "std": [[[0.1997267214484036]], [[0.147005981343682]], [[0.09996279766328899]]], "count": [100]}, "state": {"min": [-0.5341371893882751, -0.2535582482814789, 0.9764084219932556, 2.817012071609497, -0.28073033690452576, -0.48720434308052063, 0.010530443862080574, -0.039885349571704865], "max": [-0.28691866993904114, 0.23377752304077148, 1.189436435699463, 3.229144811630249, 0.12066052854061127, 0.05661758780479431, 0.04000570997595787, -0.008286491967737675], "mean": [-0.4070245623588562, 0.005299357231706381, 1.1041531562805176, 3.0780670642852783, -0.11107322573661804, -0.24915151298046112, 0.02424897812306881, -0.024144157767295837], "std": [0.07867442071437836, 0.18465155363082886, 0.05935543030500412, 0.13863565027713776, 0.11308927834033966, 0.1466865986585617, 0.012516885064542294, 0.012066587805747986], "count": [221]}, "actions": {"min": [-0.7054221630096436, -0.9174611568450928, -0.902477502822876, -0.24754351377487183, -0.17233633995056152, -0.2561951279640198, -1.0], "max": [0.338602215051651, 0.8754791021347046, 0.690847635269165, 0.21103264391422272, 0.32410290837287903, 0.16103394329547882, 1.0], "mean": [-0.06913325935602188, -0.08596120029687881, -0.059497855603694916, -0.012847294099628925, 0.002627472160384059, -0.010670601390302181, 0.15837104618549347], "std": [0.16504110395908356, 0.3289242684841156, 0.28070926666259766, 0.050547435879707336, 0.06609950214624405, 0.05804762244224548, 0.9873807430267334], "count": [221]}, "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": [977], "max": [977], "mean": [977.0], "std": [0.0], "count": [221]}, "index": {"min": [307015], "max": [307235], "mean": [307125.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [221]}}} +{"episode_index": 978, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3533714797076057]], [[0.29583378152286305]], [[0.2267107364430147]]], "std": [[[0.1479041148310851]], [[0.13589204746373731]], [[0.14458124919002008]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.2964383664598652]], [[0.23245646996591607]], [[0.16034927846871172]]], "std": [[[0.19855019094595447]], [[0.14712535761808912]], [[0.10185732531329555]]], "count": [100]}, "state": {"min": [-0.516674280166626, -0.23198652267456055, 0.9783281683921814, 2.7145004272460938, -0.3127029836177826, -0.3119829595088959, 0.011644607409834862, -0.03989088535308838], "max": [-0.2982162535190582, 0.2561638057231903, 1.1951147317886353, 3.288231134414673, 0.1602160632610321, -0.036973025649785995, 0.040006279945373535, -0.0027012282516807318], "mean": [-0.4033142924308777, -0.011522543616592884, 1.109663486480713, 3.0302670001983643, -0.08405445516109467, -0.21293291449546814, 0.023119209334254265, -0.02223551645874977], "std": [0.07610231637954712, 0.18207764625549316, 0.06694911420345306, 0.20987406373023987, 0.13161426782608032, 0.06361711025238037, 0.01255284994840622, 0.012950181029736996], "count": [274]}, "actions": {"min": [-0.4173656105995178, -0.9478766322135925, -0.643022358417511, -0.16406427323818207, -0.171124666929245, -0.27879270911216736, -1.0], "max": [0.230531707406044, 0.9095441102981567, 1.0879876613616943, 0.15341056883335114, 0.2935555577278137, 0.14655014872550964, 1.0], "mean": [-0.04502442106604576, -0.06279867142438889, -0.03690212219953537, -0.01089995913207531, 0.0014289460377767682, -0.008461031131446362, 0.24817518889904022], "std": [0.11858133971691132, 0.29519885778427124, 0.239479199051857, 0.04764179885387421, 0.05371978133916855, 0.04232040420174599, 0.9687167406082153], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [978], "max": [978], "mean": [978.0], "std": [0.0], "count": [274]}, "index": {"min": [307236], "max": [307509], "mean": [307372.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [274]}}} +{"episode_index": 979, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36015474087584254]], [[0.30075401455748313]], [[0.22950956696155025]]], "std": [[[0.1394646497502342]], [[0.1295256207900646]], [[0.14163329978180214]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.3027256092744715]], [[0.23490759696212468]], [[0.15878049962660845]]], "std": [[[0.19768912102426478]], [[0.1447333118699871]], [[0.09644036060073798]]], "count": [100]}, "state": {"min": [-0.5236803293228149, -0.2692079544067383, 0.9840576648712158, 2.6757915019989014, -0.2235572636127472, -0.36262401938438416, 0.012284829281270504, -0.039931781589984894], "max": [-0.28506001830101013, 0.24420945346355438, 1.1928329467773438, 3.1997361183166504, 0.10329969227313995, 0.06837126612663269, 0.03999992460012436, -0.013427781872451305], "mean": [-0.40202921628952026, -0.015781128779053688, 1.1101346015930176, 2.9954209327697754, -0.05450849235057831, -0.15886756777763367, 0.023221224546432495, -0.02358374372124672], "std": [0.0801646038889885, 0.19825990498065948, 0.061138130724430084, 0.1860925406217575, 0.09734749794006348, 0.14291392266750336, 0.012324695475399494, 0.01200891938060522], "count": [267]}, "actions": {"min": [-0.4883936047554016, -0.9726653695106506, -0.6932163238525391, -0.2437434047460556, -0.14572738111019135, -0.19509199261665344, -1.0], "max": [0.2663898169994354, 0.6801608800888062, 0.4654408097267151, 0.2249528169631958, 0.17932848632335663, 0.21253904700279236, 1.0], "mean": [-0.0453667938709259, -0.07422313839197159, -0.031075377017259598, -0.01475731935352087, 0.0006885664770379663, -0.005097902379930019, 0.23595505952835083], "std": [0.13600380718708038, 0.2991047501564026, 0.22411614656448364, 0.05908507481217384, 0.05560660362243652, 0.05523093044757843, 0.9717662334442139], "count": [267]}, "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": [979], "max": [979], "mean": [979.0], "std": [0.0], "count": [267]}, "index": {"min": [307510], "max": [307776], "mean": [307643.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [267]}}} +{"episode_index": 980, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3588461836272595]], [[0.3001463192210478]], [[0.22973670391007964]]], "std": [[[0.1448816796031054]], [[0.13467830319972]], [[0.14577771709992682]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3016365930893842]], [[0.23866732668409163]], [[0.16735471598307292]]], "std": [[[0.19290302075004717]], [[0.14315669264082873]], [[0.10079417559380956]]], "count": [100]}, "state": {"min": [-0.5601069927215576, -0.252315491437912, 0.9747675657272339, 2.525883436203003, -0.4888276755809784, -0.262157678604126, 0.011470254510641098, -0.04000344127416611], "max": [-0.2670014798641205, 0.24137498438358307, 1.2810239791870117, 3.2207937240600586, 0.10093069821596146, 0.03939826786518097, 0.04000265151262283, -0.007236085366457701], "mean": [-0.42151525616645813, -0.03126247599720955, 1.1463629007339478, 2.8633310794830322, -0.17301389575004578, -0.09078886359930038, 0.023153463378548622, -0.02327008731663227], "std": [0.10649270564317703, 0.1893555074930191, 0.08527127653360367, 0.2325882613658905, 0.1506877839565277, 0.07170242816209793, 0.012428335845470428, 0.012160220183432102], "count": [339]}, "actions": {"min": [-0.5707709193229675, -0.8823444843292236, -0.8710931539535522, -0.18710947036743164, -0.19562874734401703, -0.1469360738992691, -1.0], "max": [0.30273014307022095, 0.5910956859588623, 0.6145920753479004, 0.2796556055545807, 0.1860651820898056, 0.24537977576255798, 1.0], "mean": [-0.05442124605178833, -0.05844670534133911, -0.06506446748971939, -0.010871474631130695, 0.001834568683989346, -0.005708944983780384, 0.2566371560096741], "std": [0.16724906861782074, 0.24892929196357727, 0.22983837127685547, 0.05307917669415474, 0.05651278421282768, 0.051957275718450546, 0.9665054678916931], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [980], "max": [980], "mean": [980.0], "std": [0.0], "count": [339]}, "index": {"min": [307777], "max": [308115], "mean": [307946.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [339]}}} +{"episode_index": 981, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3569221777822457]], [[0.2987881882611443]], [[0.2295156842400046]]], "std": [[[0.1436946096394605]], [[0.1345346872119493]], [[0.1449807743781087]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.2927886394425934]], [[0.2318796584185432]], [[0.1626899096919041]]], "std": [[[0.19408014066585466]], [[0.14616514757754562]], [[0.10600096535527147]]], "count": [100]}, "state": {"min": [-0.5561566352844238, -0.31904420256614685, 0.9743784666061401, 2.6078526973724365, -0.3688505291938782, -0.33790260553359985, 0.011525096371769905, -0.03990192711353302], "max": [-0.28003445267677307, 0.1926700621843338, 1.2561445236206055, 3.243014097213745, 0.0305549968034029, -0.004846487194299698, 0.04000527411699295, -0.012242328375577927], "mean": [-0.42037469148635864, -0.05527806282043457, 1.1373540163040161, 2.959676504135132, -0.16889651119709015, -0.13597841560840607, 0.021065518260002136, -0.021533800289034843], "std": [0.09103307127952576, 0.19972623884677887, 0.08494193106889725, 0.23473557829856873, 0.11251282691955566, 0.08085781335830688, 0.012809987179934978, 0.012435232289135456], "count": [315]}, "actions": {"min": [-0.7813469171524048, -0.8571990132331848, -0.8515896797180176, -0.179401233792305, -0.20349855720996857, -0.2014053910970688, -1.0], "max": [0.3509049415588379, 0.6295042037963867, 1.0414551496505737, 0.1725010722875595, 0.21232010424137115, 0.2307187169790268, 1.0], "mean": [-0.06789681315422058, -0.0747164785861969, -0.051033686846494675, -0.011277168057858944, -0.0009102718904614449, -0.008320936001837254, 0.3206349313259125], "std": [0.17313718795776367, 0.27135881781578064, 0.23920533061027527, 0.051158126443624496, 0.051181942224502563, 0.051488373428583145, 0.9472016096115112], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [981], "max": [981], "mean": [981.0], "std": [0.0], "count": [315]}, "index": {"min": [308116], "max": [308430], "mean": [308273.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [315]}}} +{"episode_index": 982, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35705836397058827]], [[0.29873207541073066]], [[0.22905570475260417]]], "std": [[[0.14349415618810726]], [[0.1338099841099268]], [[0.14424553608577179]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.29920529773188576]], [[0.23369663373161764]], [[0.15997801298253675]]], "std": [[[0.2008810026719215]], [[0.14808665491798245]], [[0.10062580891192452]]], "count": [100]}, "state": {"min": [-0.5227910876274109, -0.3300113379955292, 0.9755131006240845, 2.6956236362457275, -0.26657387614250183, -0.3214338421821594, 0.010978905484080315, -0.03987933322787285], "max": [-0.27235832810401917, 0.24224238097667694, 1.2183852195739746, 3.2867259979248047, 0.08705778419971466, 0.3325946629047394, 0.04000803455710411, -0.012795806862413883], "mean": [-0.39840415120124817, -0.0465550534427166, 1.1183537244796753, 2.9860899448394775, -0.08423792570829391, 0.010066977702081203, 0.022365283221006393, -0.022880462929606438], "std": [0.08888370543718338, 0.21921685338020325, 0.06838011741638184, 0.2183666080236435, 0.12227609008550644, 0.22449330985546112, 0.012593160383403301, 0.012149930000305176], "count": [282]}, "actions": {"min": [-0.5919898748397827, -1.5435391664505005, -0.7944276332855225, -0.2246866077184677, -0.2066301703453064, -0.1601017564535141, -1.0], "max": [0.35347890853881836, 1.654697299003601, 0.7032089829444885, 0.20439042150974274, 0.18985606729984283, 0.25808537006378174, 1.0], "mean": [-0.04728541150689125, -0.08918574452400208, -0.03845956176519394, -0.012470535933971405, 0.0015736892819404602, 0.00219205510802567, 0.26950353384017944], "std": [0.14661596715450287, 0.34428083896636963, 0.2246636152267456, 0.06827038526535034, 0.05465850234031677, 0.06135619804263115, 0.9630010724067688], "count": [282]}, "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": [982], "max": [982], "mean": [982.0], "std": [0.0], "count": [282]}, "index": {"min": [308431], "max": [308712], "mean": [308571.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [282]}}} +{"episode_index": 983, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37357423370959714]], [[0.31051450123506436]], [[0.2387117495069317]]], "std": [[[0.12699532790975687]], [[0.1248883568140564]], [[0.14438299139428612]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3337486536362592]], [[0.25326181568818934]], [[0.17416963225719975]]], "std": [[[0.19862187126677647]], [[0.1472833386557446]], [[0.1017130542228649]]], "count": [100]}, "state": {"min": [-0.5664769411087036, -0.2832318842411041, 0.9936860799789429, 2.8214149475097656, -0.18515971302986145, -0.3785942494869232, 0.005712592508643866, -0.04000668227672577], "max": [-0.09682081639766693, 0.031131520867347717, 1.2581262588500977, 3.2062277793884277, 0.1736655831336975, 0.5442559719085693, 0.0398859828710556, -0.005335439927875996], "mean": [-0.3124224841594696, -0.20030269026756287, 1.145021677017212, 3.0128843784332275, -0.07639250159263611, 0.006529404781758785, 0.019551556557416916, -0.01982991211116314], "std": [0.18129006028175354, 0.07010122388601303, 0.07592065632343292, 0.10151688754558563, 0.09776969254016876, 0.2395828515291214, 0.016063639894127846, 0.016015665605664253], "count": [279]}, "actions": {"min": [-0.8589928150177002, -1.455517292022705, -1.5794012546539307, -0.2604350745677948, -0.3182973563671112, -0.21213577687740326, -1.0], "max": [1.207769513130188, 0.39566439390182495, 1.8694661855697632, 0.18800488114356995, 0.19294880330562592, 0.23365673422813416, 1.0], "mean": [-0.06655216217041016, -0.09048550575971603, -0.01536833867430687, -0.011443409137427807, -0.002636163029819727, 0.009052380919456482, 0.1827957034111023], "std": [0.31238943338394165, 0.25792744755744934, 0.3752651810646057, 0.05933930724859238, 0.06951163709163666, 0.07553969323635101, 0.9831486940383911], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [983], "max": [983], "mean": [983.0], "std": [0.0], "count": [279]}, "index": {"min": [308713], "max": [308991], "mean": [308852.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [279]}}} +{"episode_index": 984, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3693901666379442]], [[0.3066799860935585]], [[0.23633335966222427]]], "std": [[[0.1310220726444157]], [[0.12815207438668352]], [[0.1448543719133302]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3304134982239966]], [[0.26079154220281864]], [[0.18248008039885877]]], "std": [[[0.2010933195717649]], [[0.15053046466079373]], [[0.10807365759914246]]], "count": [100]}, "state": {"min": [-0.5591417551040649, -0.26974746584892273, 0.9872869849205017, 2.7384719848632812, -0.29459425806999207, -0.31353437900543213, 0.004114989191293716, -0.03995855525135994], "max": [-0.10742896050214767, 0.024914124980568886, 1.3090250492095947, 3.22187876701355, 0.33296388387680054, 0.11135590076446533, 0.04000227153301239, 0.000748619029764086], "mean": [-0.3298194110393524, -0.15121223032474518, 1.1587927341461182, 2.9963274002075195, -0.07170628756284714, -0.011782689020037651, 0.017804229632019997, -0.018218891695141792], "std": [0.18456588685512543, 0.06231752783060074, 0.09410599619150162, 0.15751394629478455, 0.15804903209209442, 0.13225655257701874, 0.015784356743097305, 0.015423176810145378], "count": [306]}, "actions": {"min": [-1.0798792839050293, -0.8076017498970032, -1.074760913848877, -0.15137961506843567, -0.13568106293678284, -0.275521457195282, -1.0], "max": [1.205873966217041, 0.4700479507446289, 0.923632800579071, 0.1849668025970459, 0.22422829270362854, 0.21017220616340637, 1.0], "mean": [-0.059905044734478, -0.0414150133728981, -0.04621546342968941, -0.0033646856900304556, 0.0025157600175589323, -0.012602570466697216, 0.29411765933036804], "std": [0.27920064330101013, 0.19015276432037354, 0.30199405550956726, 0.04699881374835968, 0.051116038113832474, 0.0575065053999424, 0.9557715654373169], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [984], "max": [984], "mean": [984.0], "std": [0.0], "count": [306]}, "index": {"min": [308992], "max": [309297], "mean": [309144.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [306]}}} +{"episode_index": 985, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3679269612630208]], [[0.30481529864142926]], [[0.23347079886642155]]], "std": [[[0.1303042146915563]], [[0.12662404317843665]], [[0.14317729711134358]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3243281034581802]], [[0.25508354875153183]], [[0.17751911597158396]]], "std": [[[0.2012481474672835]], [[0.15016438127116646]], [[0.10720986030485515]]], "count": [100]}, "state": {"min": [-0.5736649632453918, -0.2277713418006897, 0.9883592128753662, 2.6984426975250244, -0.24623475968837738, -0.348079651594162, 0.00631320383399725, -0.04000410437583923], "max": [-0.10999811440706253, 0.03427128493785858, 1.2735248804092407, 3.223029851913452, 0.10893817245960236, 0.23870599269866943, 0.03996535763144493, -0.004060506355017424], "mean": [-0.3231314718723297, -0.14086714386940002, 1.1605948209762573, 2.953955888748169, -0.05748382955789566, 0.04518786445260048, 0.022227469831705093, -0.022630373015999794], "std": [0.1702272742986679, 0.06612952053546906, 0.07817789912223816, 0.18198950588703156, 0.10667497664690018, 0.16355827450752258, 0.016254493966698647, 0.015891071408987045], "count": [318]}, "actions": {"min": [-1.1554874181747437, -0.6814714074134827, -0.5257353186607361, -0.17917749285697937, -0.1719096302986145, -0.26817968487739563, -1.0], "max": [0.3646654784679413, 0.5103867053985596, 1.0121759176254272, 0.11769753694534302, 0.15696002542972565, 0.1790141761302948, 1.0], "mean": [-0.05790102854371071, -0.05242195352911949, -0.024229584261775017, -0.00892556831240654, -0.003847892163321376, -0.01062303502112627, 0.044025156646966934], "std": [0.27560171484947205, 0.16331934928894043, 0.27883341908454895, 0.04685160890221596, 0.051830269396305084, 0.06346217542886734, 0.999031126499176], "count": [318]}, "timestamp": {"min": [0.0], "max": [31.7], "mean": [15.849999999999998], "std": [9.17982389083073], "count": [318]}, "frame_index": {"min": [0], "max": [317], "mean": [158.5], "std": [91.79823890830731], "count": [318]}, "episode_index": {"min": [985], "max": [985], "mean": [985.0], "std": [0.0], "count": [318]}, "index": {"min": [309298], "max": [309615], "mean": [309456.5], "std": [91.79823890830731], "count": [318]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [318]}}} +{"episode_index": 986, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.37154473039215685]], [[0.3070112932990579]], [[0.2349033041561351]]], "std": [[[0.12314957520647074]], [[0.12172502757659533]], [[0.14014639096968975]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3209807362275965]], [[0.2424293009440104]], [[0.16664798572016698]]], "std": [[[0.19993116102629016]], [[0.14771707933653216]], [[0.10121079867846047]]], "count": [100]}, "state": {"min": [-0.555799663066864, -0.2873361110687256, 0.9942321181297302, 2.8947620391845703, -0.0850725919008255, -0.49675336480140686, 0.0025115401949733496, -0.0400075726211071], "max": [-0.12489218264818192, 0.01922507770359516, 1.2673379182815552, 3.2928531169891357, 0.4458044767379761, 0.39605769515037537, 0.03991079330444336, -0.003913124557584524], "mean": [-0.33072641491889954, -0.18972079455852509, 1.1497645378112793, 3.074331521987915, 0.04976225644350052, -0.04694432392716408, 0.017205018550157547, -0.017692241817712784], "std": [0.17639467120170593, 0.06190434843301773, 0.08408965915441513, 0.10459667444229126, 0.13820457458496094, 0.26959434151649475, 0.01678355783224106, 0.016678962856531143], "count": [267]}, "actions": {"min": [-1.3942313194274902, -1.1685703992843628, -1.055727481842041, -0.20370742678642273, -0.14716508984565735, -0.3522275686264038, -1.0], "max": [0.9514952898025513, 0.3796757757663727, 0.9066049456596375, 0.16786932945251465, 0.21799540519714355, 0.208613321185112, 1.0], "mean": [-0.07440853863954544, -0.08031794428825378, -0.0262693390250206, -0.01189360674470663, 0.005416696425527334, 0.013379305601119995, 0.24344569444656372], "std": [0.27780023217201233, 0.22228777408599854, 0.3035096824169159, 0.05491834506392479, 0.05700863152742386, 0.08041272312402725, 0.9699139595031738], "count": [267]}, "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": [986], "max": [986], "mean": [986.0], "std": [0.0], "count": [267]}, "index": {"min": [309616], "max": [309882], "mean": [309749.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [267]}}} +{"episode_index": 987, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.37010847503063726]], [[0.30681939517750456]], [[0.23527534036075368]]], "std": [[[0.12891993045210473]], [[0.12571313202561257]], [[0.14339190959478038]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32625559788124237]], [[0.2503091346890319]], [[0.1738582655962776]]], "std": [[[0.1967091430195763]], [[0.1459919696864834]], [[0.10353312937667179]]], "count": [100]}, "state": {"min": [-0.6087188124656677, -0.3317755460739136, 0.9932333827018738, 2.8268072605133057, -0.27396246790885925, -0.26267746090888977, 0.003141159424558282, -0.04000794515013695], "max": [-0.10871093720197678, 0.021057169884443283, 1.258496880531311, 3.1987030506134033, 0.1459168642759323, 0.5332397222518921, 0.03993526101112366, -0.0023849725257605314], "mean": [-0.34485602378845215, -0.21083994209766388, 1.1403465270996094, 3.009401559829712, -0.07718783617019653, 0.05491221696138382, 0.016772188246250153, -0.017374733462929726], "std": [0.19156114757061005, 0.07263749092817307, 0.07476463913917542, 0.09977321326732635, 0.1329912543296814, 0.2570217251777649, 0.0167197585105896, 0.016433613374829292], "count": [305]}, "actions": {"min": [-1.1371597051620483, -0.849845290184021, -0.49631640315055847, -0.14467266201972961, -0.19530324637889862, -0.19271966814994812, -1.0], "max": [0.7389479279518127, 0.32593730092048645, 1.5301436185836792, 0.15630629658699036, 0.14680655300617218, 0.27689966559410095, 1.0], "mean": [-0.06295346468687057, -0.07149608433246613, -0.033489029854536057, -0.010874711908400059, 0.0010213216301053762, 0.013459359295666218, 0.2786885201931], "std": [0.29196643829345703, 0.18244782090187073, 0.27455905079841614, 0.05013607069849968, 0.048981551080942154, 0.066097192466259, 0.960382878780365], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [987], "max": [987], "mean": [987.0], "std": [0.0], "count": [305]}, "index": {"min": [309883], "max": [310187], "mean": [310035.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [305]}}} +{"episode_index": 988, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3682840073529412]], [[0.30456642839020376]], [[0.23278786633061427]]], "std": [[[0.1309144004877189]], [[0.12729899076162352]], [[0.14341142980835375]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3173918415144378]], [[0.2533195537492341]], [[0.1803110231885723]]], "std": [[[0.19684501000961493]], [[0.14788497981615234]], [[0.10852062997517699]]], "count": [100]}, "state": {"min": [-0.5643953680992126, -0.22468140721321106, 1.0083459615707397, 2.6183385848999023, -0.29321932792663574, -0.4244453012943268, 0.004879339598119259, -0.04001044109463692], "max": [-0.0988808274269104, -0.011905957944691181, 1.2988466024398804, 3.0525920391082764, 0.10184334963560104, 0.16137132048606873, 0.0397849939763546, -2.8265620130696334e-05], "mean": [-0.3318064510822296, -0.14523141086101532, 1.1666791439056396, 2.7944273948669434, -0.0883888453245163, 0.010648840107023716, 0.016444455832242966, -0.016550986096262932], "std": [0.18696892261505127, 0.058419764041900635, 0.08953025192022324, 0.13047106564044952, 0.11769406497478485, 0.1672920286655426, 0.01584494113922119, 0.015359788201749325], "count": [324]}, "actions": {"min": [-1.2240540981292725, -0.4556058645248413, -0.4751509726047516, -0.16463559865951538, -0.2190646231174469, -0.18599417805671692, -1.0], "max": [0.46296900510787964, 0.6088793873786926, 1.3642406463623047, 0.11573495715856552, 0.13372498750686646, 0.14305798709392548, 1.0], "mean": [-0.06623126566410065, -0.04355248436331749, -0.04018247500061989, -0.008114571683108807, -0.0029787211678922176, -0.011624316684901714, 0.3395061790943146], "std": [0.2669990658760071, 0.13597741723060608, 0.26741963624954224, 0.034766633063554764, 0.04163036867976189, 0.04535170644521713, 0.940602719783783], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [988], "max": [988], "mean": [988.0], "std": [0.0], "count": [324]}, "index": {"min": [310188], "max": [310511], "mean": [310349.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [324]}}} +{"episode_index": 989, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3695069609997319]], [[0.3063438648897059]], [[0.23527083213656555]]], "std": [[[0.12722104795547326]], [[0.12438171439110368]], [[0.14182967843751906]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.32903023873123466]], [[0.2570191919663373]], [[0.17641755347158397]]], "std": [[[0.20297610011566367]], [[0.15083510470854647]], [[0.10452384810728145]]], "count": [100]}, "state": {"min": [-0.5711994767189026, -0.252317875623703, 0.9942747950553894, 2.880129098892212, -0.3461158573627472, -0.6935301423072815, 0.0036661438643932343, -0.039929214864969254], "max": [-0.08163385838270187, -0.008328622207045555, 1.3799474239349365, 3.2339861392974854, 0.0709230974316597, 0.06185770779848099, 0.040004849433898926, -0.002594266552478075], "mean": [-0.3433363735675812, -0.1663229614496231, 1.1828937530517578, 3.0613577365875244, -0.12474072724580765, -0.17498542368412018, 0.015934213995933533, -0.015842868015170097], "std": [0.19157546758651733, 0.05592997372150421, 0.1117100715637207, 0.11672039330005646, 0.1362498551607132, 0.22386832535266876, 0.01658150739967823, 0.016377227380871773], "count": [339]}, "actions": {"min": [-1.3514481782913208, -0.7296256422996521, -0.8271886110305786, -0.1393730491399765, -0.1783532351255417, -0.26148685812950134, -1.0], "max": [0.9311771988868713, 0.6770881414413452, 1.4591537714004517, 0.12084246426820755, 0.15939150750637054, 0.1895332783460617, 1.0], "mean": [-0.06729908287525177, -0.03158955276012421, -0.0385051928460598, -0.0025217197835445404, -0.003393525490537286, -0.014085209928452969, 0.32743361592292786], "std": [0.28280535340309143, 0.1719745546579361, 0.3397054374217987, 0.04288153350353241, 0.051241714507341385, 0.05837429314851761, 0.9448738694190979], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [989], "max": [989], "mean": [989.0], "std": [0.0], "count": [339]}, "index": {"min": [310512], "max": [310850], "mean": [310681.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [339]}}} +{"episode_index": 990, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3695034939635034]], [[0.30657350786994486]], [[0.23516430544385725]]], "std": [[[0.12804699765930877]], [[0.12444324315916337]], [[0.14169248366282888]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3288598142137715]], [[0.2589483415192249]], [[0.18066631182502296]]], "std": [[[0.20154901319787236]], [[0.1503167143388289]], [[0.10678635943916638]]], "count": [100]}, "state": {"min": [-0.5560394525527954, -0.24549123644828796, 0.9928247332572937, 2.739736795425415, -0.30673250555992126, -0.23383192718029022, 0.005490908399224281, -0.03990960866212845], "max": [-0.0655524954199791, 0.07020449638366699, 1.3571581840515137, 3.3065361976623535, 0.16036419570446014, 0.28022870421409607, 0.040005989372730255, -0.0021650465205311775], "mean": [-0.3192504346370697, -0.17169316112995148, 1.1800893545150757, 3.0026259422302246, -0.06819400191307068, 0.1278013437986374, 0.01837971992790699, -0.01877644844353199], "std": [0.18903985619544983, 0.06984372437000275, 0.09876170009374619, 0.18530115485191345, 0.12120480835437775, 0.12719576060771942, 0.01600230298936367, 0.015640858560800552], "count": [369]}, "actions": {"min": [-1.1798036098480225, -1.0629709959030151, -0.7801907658576965, -0.24333015084266663, -0.3103925883769989, -0.3104582130908966, -1.0], "max": [0.7028512358665466, 0.497900128364563, 1.2968801259994507, 0.23987293243408203, 0.23595915734767914, 0.22704465687274933, 1.0], "mean": [-0.051661886274814606, -0.053357914090156555, -0.02841590717434883, -0.005982904229313135, -0.0030449731275439262, -0.00859136413782835, 0.2574525773525238], "std": [0.26219606399536133, 0.2166418880224228, 0.3028161823749542, 0.048929885029792786, 0.053088992834091187, 0.05480378493666649, 0.966293215751648], "count": [369]}, "timestamp": {"min": [0.0], "max": [36.8], "mean": [18.400000000000002], "std": [10.65207335060488], "count": [369]}, "frame_index": {"min": [0], "max": [368], "mean": [184.0], "std": [106.5207335060488], "count": [369]}, "episode_index": {"min": [990], "max": [990], "mean": [990.0], "std": [0.0], "count": [369]}, "index": {"min": [310851], "max": [311219], "mean": [311035.0], "std": [106.5207335060488], "count": [369]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [369]}}} +{"episode_index": 991, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.370904473398246]], [[0.3083110794366575]], [[0.23727618946748621]]], "std": [[[0.12877118104660235]], [[0.1255724026042926]], [[0.1435692925555602]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3261526118259804]], [[0.2537898344152114]], [[0.17505368939568017]]], "std": [[[0.2039858195413006]], [[0.15130212858718906]], [[0.10274718732106551]]], "count": [100]}, "state": {"min": [-0.5282952785491943, -0.2010272592306137, 0.999304473400116, 2.729149103164673, -0.16049088537693024, -0.27148473262786865, 0.0034296552184969187, -0.03997976705431938], "max": [-0.08531470596790314, 0.04213046655058861, 1.2834527492523193, 3.231546640396118, 0.2379300445318222, 0.16249923408031464, 0.039998166263103485, 0.000521123583894223], "mean": [-0.29023218154907227, -0.1411256641149521, 1.1455575227737427, 2.9798498153686523, 0.019353924319148064, 0.03389856219291687, 0.017439482733607292, -0.016832271590828896], "std": [0.18557460606098175, 0.05897143483161926, 0.0788242518901825, 0.16502045094966888, 0.10586925595998764, 0.12992949783802032, 0.016942501068115234, 0.016725799068808556], "count": [294]}, "actions": {"min": [-1.1464862823486328, -0.7210165858268738, -0.6317711472511292, -0.1996893584728241, -0.19736315310001373, -0.14215926826000214, -1.0], "max": [1.1044127941131592, 0.2811713218688965, 1.4764035940170288, 0.16265691816806793, 0.12163174152374268, 0.1863367110490799, 1.0], "mean": [-0.05400655046105385, -0.06208616867661476, -0.037529297173023224, -0.010746355168521404, -0.0028393289539963007, -0.009027176536619663, 0.2448979616165161], "std": [0.30088111758232117, 0.13895882666110992, 0.2831345498561859, 0.04569299891591072, 0.04513901099562645, 0.052163124084472656, 0.9695479273796082], "count": [294]}, "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": [991], "max": [991], "mean": [991.0], "std": [0.0], "count": [294]}, "index": {"min": [311220], "max": [311513], "mean": [311366.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [294]}}} +{"episode_index": 992, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3669937965542662]], [[0.30370188335343906]], [[0.23464008406096815]]], "std": [[[0.13180848264612996]], [[0.1305530446584434]], [[0.14556146903673164]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.32597854434742646]], [[0.25137673052619486]], [[0.1695631151386336]]], "std": [[[0.20895416285213095]], [[0.1519414578096642]], [[0.09679614316848288]]], "count": [100]}, "state": {"min": [-0.4833212196826935, -0.16726592183113098, 0.9887917041778564, 2.8367836475372314, -0.19636642932891846, -0.3416835069656372, 0.01231481321156025, -0.04000584036111832], "max": [-0.08155324310064316, 0.017889004200696945, 1.1996010541915894, 3.171091079711914, 0.13538387417793274, 0.614743709564209, 0.03992574289441109, -0.015254299156367779], "mean": [-0.3034324049949646, -0.07229550927877426, 1.1345139741897583, 3.0116944313049316, -0.07311587035655975, 0.17801842093467712, 0.022250507026910782, -0.023032071068882942], "std": [0.13822859525680542, 0.06908122450113297, 0.059348318725824356, 0.09631411731243134, 0.08245405554771423, 0.3749387860298157, 0.011292311362922192, 0.010834570042788982], "count": [366]}, "actions": {"min": [-0.8489775061607361, -0.5373870730400085, -0.4455609619617462, -0.10525977611541748, -0.18917453289031982, -0.13736383616924286, -1.0], "max": [0.4847981035709381, 0.4370579421520233, 1.3739829063415527, 0.10850102454423904, 0.12261539697647095, 0.17009015381336212, 1.0], "mean": [-0.018282605335116386, -0.030972834676504135, -0.015825385227799416, -0.005661178845912218, -0.0008856419008225203, 0.010223399847745895, 0.3825136721134186], "std": [0.21377792954444885, 0.11930976808071136, 0.22064626216888428, 0.03143344819545746, 0.03661232814192772, 0.05222458392381668, 0.9239490628242493], "count": [366]}, "timestamp": {"min": [0.0], "max": [36.5], "mean": [18.25], "std": [10.565470489602754], "count": [366]}, "frame_index": {"min": [0], "max": [365], "mean": [182.5], "std": [105.65470489602754], "count": [366]}, "episode_index": {"min": [992], "max": [992], "mean": [992.0], "std": [0.0], "count": [366]}, "index": {"min": [311514], "max": [311879], "mean": [311696.5], "std": [105.65470489602754], "count": [366]}, "task_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [366]}}} +{"episode_index": 993, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36790463316674327]], [[0.3059112345377604]], [[0.23614862898284314]]], "std": [[[0.13577011913130474]], [[0.13222334398539234]], [[0.14785767229499094]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.33700643083160997]], [[0.2591479498171339]], [[0.17362115957222732]]], "std": [[[0.2031998091330783]], [[0.14701922298855613]], [[0.09279658334575315]]], "count": [100]}, "state": {"min": [-0.4539893567562103, -0.15731482207775116, 0.9966305494308472, 2.75663161277771, -0.20662014186382294, -0.23948313295841217, 0.01292345765978098, -0.040001336485147476], "max": [-0.054333578795194626, 0.039127953350543976, 1.2285422086715698, 3.2375872135162354, 0.14577090740203857, 0.2830064296722412, 0.039971884340047836, -0.015439813956618309], "mean": [-0.29463180899620056, -0.06950873136520386, 1.1388585567474365, 2.971015214920044, -0.0611022487282753, 0.04399865120649338, 0.0226653553545475, -0.0234657134860754], "std": [0.14249034225940704, 0.061427727341651917, 0.0682125836610794, 0.16295300424098969, 0.0955757275223732, 0.15341463685035706, 0.011313633061945438, 0.01076807826757431], "count": [363]}, "actions": {"min": [-0.9655894041061401, -0.4041137993335724, -0.45643338561058044, -0.13970597088336945, -0.1798793077468872, -0.1313367486000061, -1.0], "max": [0.7981975674629211, 0.5236872434616089, 1.1317635774612427, 0.1452253758907318, 0.13349026441574097, 0.25693225860595703, 1.0], "mean": [-0.011161369271576405, -0.04087281599640846, -0.009507572278380394, -0.00853449571877718, -0.0032419224735349417, -0.0008855851483531296, 0.35537189245224], "std": [0.2525542080402374, 0.13092568516731262, 0.20489723980426788, 0.03750554844737053, 0.04019191861152649, 0.04770924150943756, 0.9347259402275085], "count": [363]}, "timestamp": {"min": [0.0], "max": [36.2], "mean": [18.099999999999998], "std": [10.478867623301035], "count": [363]}, "frame_index": {"min": [0], "max": [362], "mean": [181.0], "std": [104.78867623301034], "count": [363]}, "episode_index": {"min": [993], "max": [993], "mean": [993.0], "std": [0.0], "count": [363]}, "index": {"min": [311880], "max": [312242], "mean": [312061.0], "std": [104.78867623301034], "count": [363]}, "task_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [363]}}} +{"episode_index": 994, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.370146354525697]], [[0.3080022816377528]], [[0.23720596253638174]]], "std": [[[0.13508575861270217]], [[0.13166134404342503]], [[0.1486750673001595]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3698621574850643]], [[0.28550613403320313]], [[0.19126023475796566]]], "std": [[[0.19349766477779318]], [[0.13899985888389485]], [[0.08790748654099574]]], "count": [100]}, "state": {"min": [-0.45941898226737976, -0.19309397041797638, 1.0116090774536133, 2.8201828002929688, -0.2865835130214691, -0.33218973875045776, 0.013720973394811153, -0.04000969976186752], "max": [-0.08688640594482422, 0.0644293949007988, 1.2397105693817139, 3.081056833267212, 0.21692658960819244, 0.3978356719017029, 0.03988105058670044, -0.015214720740914345], "mean": [-0.26474836468696594, -0.06613848358392715, 1.1554560661315918, 2.969564914703369, -0.11979245394468307, 0.07521634548902512, 0.025792425498366356, -0.026003332808613777], "std": [0.14034245908260345, 0.08171116560697556, 0.06026972830295563, 0.07383175939321518, 0.1163598969578743, 0.23818504810333252, 0.011405644938349724, 0.011332958936691284], "count": [348]}, "actions": {"min": [-1.947542667388916, -0.7009536027908325, -0.8838343620300293, -0.10472175478935242, -0.22137264907360077, -0.14970950782299042, -1.0], "max": [0.736258327960968, 0.3756196200847626, 2.0468029975891113, 0.08550390601158142, 0.09059025347232819, 0.41832610964775085, 1.0], "mean": [-0.03339848667383194, -0.03134644031524658, -0.02993049845099449, -0.004889102187007666, -0.0016389815136790276, 0.004040614701807499, 0.17241379618644714], "std": [0.2448670119047165, 0.13774801790714264, 0.22973905503749847, 0.02689892053604126, 0.03777045011520386, 0.05832679569721222, 0.9850267767906189], "count": [348]}, "timestamp": {"min": [0.0], "max": [34.7], "mean": [17.35], "std": [10.045853207501425], "count": [348]}, "frame_index": {"min": [0], "max": [347], "mean": [173.5], "std": [100.45853207501425], "count": [348]}, "episode_index": {"min": [994], "max": [994], "mean": [994.0], "std": [0.0], "count": [348]}, "index": {"min": [312243], "max": [312590], "mean": [312416.5], "std": [100.45853207501425], "count": [348]}, "task_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [348]}}} +{"episode_index": 995, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3682074722589231]], [[0.30658290907915897]], [[0.23675236241957723]]], "std": [[[0.137389427651555]], [[0.13296582508300472]], [[0.14839213818626937]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.34777494423062194]], [[0.26675484092562807]], [[0.17715581437653186]]], "std": [[[0.20574354282221324]], [[0.14812900160649609]], [[0.09067860235699526]]], "count": [100]}, "state": {"min": [-0.42118075489997864, -0.1603219211101532, 1.0095210075378418, 2.7284181118011475, -0.17871356010437012, -0.05137968435883522, 0.014153316617012024, -0.039994001388549805], "max": [-0.039705079048871994, 0.05353442206978798, 1.2554506063461304, 3.1962239742279053, 0.17621837556362152, 0.24018853902816772, 0.03999317064881325, -0.015174265950918198], "mean": [-0.2707127034664154, -0.053525056689977646, 1.1536983251571655, 2.979006052017212, -0.037651997059583664, 0.0707714855670929, 0.02195216715335846, -0.022421326488256454], "std": [0.14077238738536835, 0.07454648613929749, 0.07479746639728546, 0.1713530570268631, 0.09425722807645798, 0.071867935359478, 0.01122883427888155, 0.010930412448942661], "count": [393]}, "actions": {"min": [-1.1757756471633911, -0.6233210563659668, -0.4641342759132385, -0.15863771736621857, -0.17518165707588196, -0.11466602236032486, -1.0], "max": [0.8800532817840576, 0.3095368444919586, 0.775285005569458, 0.1939244568347931, 0.11503976583480835, 0.2119380682706833, 1.0], "mean": [-0.008119667880237103, -0.03750751167535782, -0.019339799880981445, -0.007388371042907238, -0.00018370919860899448, -0.0021331317257136106, 0.40458014607429504], "std": [0.23472653329372406, 0.12599486112594604, 0.192164346575737, 0.03844606131315231, 0.03698873519897461, 0.04235275089740753, 0.9145013689994812], "count": [393]}, "timestamp": {"min": [0.0], "max": [39.2], "mean": [19.599999999999998], "std": [11.344896062400338], "count": [393]}, "frame_index": {"min": [0], "max": [392], "mean": [196.0], "std": [113.44896062400336], "count": [393]}, "episode_index": {"min": [995], "max": [995], "mean": [995.0], "std": [0.0], "count": [393]}, "index": {"min": [312591], "max": [312983], "mean": [312787.0], "std": [113.44896062400336], "count": [393]}, "task_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [393]}}} +{"episode_index": 996, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36914596737132355]], [[0.3070887642654718]], [[0.23759723977481617]]], "std": [[[0.13345611438468893]], [[0.1311440265521992]], [[0.14773047998917596]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3570602674297258]], [[0.27429808253867954]], [[0.182432601629519]]], "std": [[[0.19833011686408744]], [[0.1428579955533971]], [[0.08964225035804316]]], "count": [100]}, "state": {"min": [-0.4470158815383911, -0.14009515941143036, 0.9872006773948669, 2.739737033843994, -0.1347123682498932, -0.3838970363140106, 0.014085488393902779, -0.04000754654407501], "max": [-0.04174697771668434, 0.01856577768921852, 1.2231844663619995, 3.2450644969940186, 0.18096967041492462, 0.46811017394065857, 0.03990138694643974, -0.01723189651966095], "mean": [-0.26134467124938965, -0.05470871180295944, 1.1351468563079834, 2.9234938621520996, -0.03632208704948425, 0.054874520748853683, 0.025593195110559464, -0.026732129976153374], "std": [0.15599076449871063, 0.04274090379476547, 0.06943906098604202, 0.14576971530914307, 0.08116087317466736, 0.2795504033565521, 0.011295643635094166, 0.010289683006703854], "count": [363]}, "actions": {"min": [-0.8359826803207397, -0.35266953706741333, -0.5718689560890198, -0.14625853300094604, -0.1622220277786255, -0.12275712192058563, -1.0], "max": [0.9866505861282349, 0.34432077407836914, 0.7436635494232178, 0.10160640627145767, 0.16345562040805817, 0.20681622624397278, 1.0], "mean": [-0.019136827439069748, -0.03212616965174675, -0.0247755516320467, -0.008338228799402714, -0.0009132095146924257, 0.0039138407446444035, 0.19559228420257568], "std": [0.2452893853187561, 0.09438423812389374, 0.20969323813915253, 0.03463044762611389, 0.04009511321783066, 0.05386211350560188, 0.9806833267211914], "count": [363]}, "timestamp": {"min": [0.0], "max": [36.2], "mean": [18.099999999999998], "std": [10.478867623301035], "count": [363]}, "frame_index": {"min": [0], "max": [362], "mean": [181.0], "std": [104.78867623301034], "count": [363]}, "episode_index": {"min": [996], "max": [996], "mean": [996.0], "std": [0.0], "count": [363]}, "index": {"min": [312984], "max": [313346], "mean": [313165.0], "std": [104.78867623301034], "count": [363]}, "task_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [363]}}} +{"episode_index": 997, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.365538833917356]], [[0.3040244655235141]], [[0.23504949951171875]]], "std": [[[0.13475213594120264]], [[0.1296016320537927]], [[0.14433754208287503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.34844590430166206]], [[0.2670935567220052]], [[0.17811557964250152]]], "std": [[[0.21041275524200098]], [[0.15390777772245343]], [[0.09512964960964626]]], "count": [100]}, "state": {"min": [-0.5726878046989441, -0.23909179866313934, 1.0140604972839355, 2.7771592140197754, -0.2250019609928131, -0.40659573674201965, 0.014665358699858189, -0.03999413922429085], "max": [-0.06306473165750504, 0.21592910587787628, 1.2837153673171997, 3.210841655731201, 0.1271984726190567, 0.008433799259364605, 0.039981942623853683, -0.012491400353610516], "mean": [-0.30927422642707825, -0.032080210745334625, 1.1680922508239746, 2.9792399406433105, -0.037242401391267776, -0.14307330548763275, 0.02395978383719921, -0.024016503244638443], "std": [0.2037011981010437, 0.18590176105499268, 0.07863061875104904, 0.1409178376197815, 0.10125350952148438, 0.11302544176578522, 0.011578969657421112, 0.011243906803429127], "count": [300]}, "actions": {"min": [-1.0522946119308472, -1.5183345079421997, -0.9389876127243042, -0.21072156727313995, -0.1730315238237381, -0.21695804595947266, -1.0], "max": [1.6053261756896973, 1.836085557937622, 0.7642959952354431, 0.24243152141571045, 0.1230226680636406, 0.19000035524368286, 1.0], "mean": [-0.059152934700250626, -0.06518730521202087, -0.03832424804568291, -0.005703415721654892, -0.00039124523755162954, -0.010156989097595215, 0.2666666805744171], "std": [0.32875338196754456, 0.32456618547439575, 0.266354501247406, 0.050254326313734055, 0.047615379095077515, 0.05231025442481041, 0.9637895822525024], "count": [300]}, "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": [997], "max": [997], "mean": [997.0], "std": [0.0], "count": [300]}, "index": {"min": [313347], "max": [313646], "mean": [313496.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [300]}}} +{"episode_index": 998, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36573316087909774]], [[0.304416000067019]], [[0.23564042154947915]]], "std": [[[0.13256531812858874]], [[0.12780740990899384]], [[0.1428301040615899]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3349117539349724]], [[0.2584083479339001]], [[0.17603978415096508]]], "std": [[[0.19974758643232338]], [[0.14738777101636238]], [[0.09496720451165874]]], "count": [100]}, "state": {"min": [-0.5785527229309082, -0.23267801105976105, 1.0048604011535645, 2.411808729171753, -0.2461535483598709, -0.37532180547714233, 0.013053616508841515, -0.04001082107424736], "max": [-0.0335606187582016, 0.2036236971616745, 1.3156907558441162, 3.1783511638641357, 0.12634456157684326, 0.14141957461833954, 0.039814312011003494, -0.01580192707479], "mean": [-0.3437631130218506, -0.03583049029111862, 1.1991424560546875, 2.7897045612335205, -0.08620980381965637, -0.11454425752162933, 0.022716233506798744, -0.023872116580605507], "std": [0.2099810689687729, 0.16975611448287964, 0.0840843990445137, 0.2036515325307846, 0.10236448794603348, 0.13376303017139435, 0.01100905705243349, 0.010329858399927616], "count": [311]}, "actions": {"min": [-1.3129503726959229, -0.9591712355613708, -1.1314172744750977, -0.24117934703826904, -0.16807499527931213, -0.19543294608592987, -1.0], "max": [1.2781188488006592, 2.059009075164795, 0.9218018054962158, 0.15220420062541962, 0.17224739491939545, 0.27939921617507935, 1.0], "mean": [-0.05341966450214386, -0.052551306784152985, -0.02439756877720356, -0.01257401518523693, -0.001112931058742106, -0.011373085901141167, 0.3633440434932709], "std": [0.3508378267288208, 0.33057069778442383, 0.29754287004470825, 0.054150812327861786, 0.0486646331846714, 0.06578344106674194, 0.9316560626029968], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [998], "max": [998], "mean": [998.0], "std": [0.0], "count": [311]}, "index": {"min": [313647], "max": [313957], "mean": [313802.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [311]}}} +{"episode_index": 999, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3668516025917203]], [[0.30476901663985906]], [[0.23538605155196846]]], "std": [[[0.13805875064699488]], [[0.13357556387917752]], [[0.1478846221451363]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3491136001886106]], [[0.27126285089231006]], [[0.1864454848345588]]], "std": [[[0.2005890401461496]], [[0.14963879667428995]], [[0.10025809498008706]]], "count": [100]}, "state": {"min": [-0.5555621385574341, -0.23352549970149994, 1.0092092752456665, 2.479645252227783, -0.37437915802001953, -0.5208904147148132, 0.013433188199996948, -0.040008120238780975], "max": [-0.07386285811662674, 0.20709680020809174, 1.281799554824829, 3.1382830142974854, 0.09166837483644485, 0.14013606309890747, 0.03988194093108177, -0.015719769522547722], "mean": [-0.33518704771995544, -0.03384902700781822, 1.1987948417663574, 2.819153308868408, -0.14685669541358948, -0.10199609398841858, 0.023185577243566513, -0.024248510599136353], "std": [0.1934318095445633, 0.1692293882369995, 0.07387735694646835, 0.19826030731201172, 0.12633556127548218, 0.17520610988140106, 0.010679376311600208, 0.010072901844978333], "count": [340]}, "actions": {"min": [-0.940974771976471, -1.1738625764846802, -0.9834650158882141, -0.1751687377691269, -0.1425597369670868, -0.18856902420520782, -1.0], "max": [1.111917495727539, 1.0594202280044556, 0.7531046867370605, 0.17315328121185303, 0.1284644603729248, 0.11529824137687683, 1.0], "mean": [-0.06189849600195885, -0.047671858221292496, -0.02247338369488716, -0.010547657497227192, -0.00036657974123954773, -0.014404828660190105, 0.3764705955982208], "std": [0.2555433213710785, 0.2673126757144928, 0.25819283723831177, 0.05029673874378204, 0.049098215997219086, 0.05643092095851898, 0.9264306426048279], "count": [340]}, "timestamp": {"min": [0.0], "max": [33.9], "mean": [16.950000000000003], "std": [9.814912123906153], "count": [340]}, "frame_index": {"min": [0], "max": [339], "mean": [169.5], "std": [98.14912123906153], "count": [340]}, "episode_index": {"min": [999], "max": [999], "mean": [999.0], "std": [0.0], "count": [340]}, "index": {"min": [313958], "max": [314297], "mean": [314127.5], "std": [98.14912123906153], "count": [340]}, "task_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [340]}}} +{"episode_index": 1000, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656255463244868]], [[0.3051521385043275]], [[0.23732985073912377]]], "std": [[[0.13936352293938734]], [[0.13440863896159472]], [[0.14885925405171896]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35805899347043507]], [[0.2729277738683364]], [[0.18013041956284467]]], "std": [[[0.20956571135702845]], [[0.15183038623462733]], [[0.09038076267063239]]], "count": [100]}, "state": {"min": [-0.5348223447799683, -0.22793883085250854, 0.9899773597717285, 2.8653948307037354, -0.20376545190811157, -0.14649200439453125, 0.013919672928750515, -0.039901215583086014], "max": [-0.029678594321012497, 0.17548654973506927, 1.2712652683258057, 3.274695873260498, 0.11776257306337357, 0.07442879676818848, 0.04000530019402504, -0.015148715116083622], "mean": [-0.3029114902019501, -0.036975521594285965, 1.162008285522461, 3.08982515335083, -0.04860064387321472, -0.008390979841351509, 0.023828281089663506, -0.024004703387618065], "std": [0.2024446725845337, 0.1603783220052719, 0.07362721860408783, 0.14209529757499695, 0.09862565249204636, 0.05358235910534859, 0.011645731516182423, 0.011409523896872997], "count": [290]}, "actions": {"min": [-1.245247721672058, -0.96136075258255, -1.012030839920044, -0.11663393676280975, -0.1813919097185135, -0.20178678631782532, -1.0], "max": [0.7670801281929016, 0.5737169981002808, 1.1113665103912354, 0.17966228723526, 0.1580175906419754, 0.1905200332403183, 1.0], "mean": [-0.06828098744153976, -0.06530722975730896, -0.021721109747886658, -0.006971231661736965, -0.004382727667689323, -0.0010515573667362332, 0.2689655125141144], "std": [0.31118863821029663, 0.24614770710468292, 0.28083235025405884, 0.046571582555770874, 0.05395795777440071, 0.05056729167699814, 0.9631488919258118], "count": [290]}, "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": [1000], "max": [1000], "mean": [1000.0], "std": [0.0], "count": [290]}, "index": {"min": [314298], "max": [314587], "mean": [314442.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [290]}}} +{"episode_index": 1001, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3702984583237592]], [[0.30815341066846663]], [[0.23855153461531098]]], "std": [[[0.13504012078435806]], [[0.13174354979024722]], [[0.1479606656268949]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35790839819814646]], [[0.2747669169108073]], [[0.1832563249176624]]], "std": [[[0.20963075334946285]], [[0.15314171159114134]], [[0.09367603220844674]]], "count": [100]}, "state": {"min": [-0.5331214666366577, -0.22709929943084717, 1.0079255104064941, 2.7328920364379883, -0.39544913172721863, -0.19442221522331238, 0.014645329676568508, -0.03998414799571037], "max": [-0.033518653362989426, 0.19255690276622772, 1.2766507863998413, 3.1728971004486084, 0.2207551747560501, 0.1305178552865982, 0.04000313952565193, -0.007322220131754875], "mean": [-0.30191269516944885, -0.010954002849757671, 1.1694937944412231, 2.978865623474121, -0.08262962847948074, -0.038048770278692245, 0.024710912257432938, -0.024540312588214874], "std": [0.20041249692440033, 0.1607326716184616, 0.07664570957422256, 0.18276141583919525, 0.1638023406267166, 0.09809116274118423, 0.010963479988276958, 0.010888520628213882], "count": [344]}, "actions": {"min": [-0.9607948660850525, -0.9836913347244263, -0.9112829566001892, -0.17098061740398407, -0.18999448418617249, -0.15125170350074768, -1.0], "max": [0.9862852096557617, 1.056004285812378, 0.7867397665977478, 0.3454398214817047, 0.22474046051502228, 0.13203366100788116, 1.0], "mean": [-0.048881806433200836, -0.0429595448076725, -0.03050672821700573, -0.008880403824150562, -0.0009629845735616982, -0.003809911198914051, 0.27906978130340576], "std": [0.2733933627605438, 0.22420130670070648, 0.260768324136734, 0.04626786708831787, 0.05143294855952263, 0.04478269815444946, 0.9602720141410828], "count": [344]}, "timestamp": {"min": [0.0], "max": [34.3], "mean": [17.150000000000002], "std": [9.930382671377775], "count": [344]}, "frame_index": {"min": [0], "max": [343], "mean": [171.5], "std": [99.30382671377775], "count": [344]}, "episode_index": {"min": [1001], "max": [1001], "mean": [1001.0], "std": [0.0], "count": [344]}, "index": {"min": [314588], "max": [314931], "mean": [314759.5], "std": [99.30382671377775], "count": [344]}, "task_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [344]}}} +{"episode_index": 1002, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3660182878082874]], [[0.30311950145048255]], [[0.23266721777822455]]], "std": [[[0.1295597493300494]], [[0.12542541883439914]], [[0.14061343669727705]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3031184076047411]], [[0.23148611988740808]], [[0.15460004200654873]]], "std": [[[0.20014867943235998]], [[0.14366781129313375]], [[0.08875984699853094]]], "count": [100]}, "state": {"min": [-0.412596732378006, -0.17838075757026672, 0.9745547771453857, 2.8468236923217773, -0.17709726095199585, -0.32704707980155945, 0.010748624801635742, -0.04000571742653847], "max": [-0.26106613874435425, 0.11224400252103806, 1.197502851486206, 3.204388380050659, 0.1630738526582718, 0.3516554534435272, 0.03998376056551933, -0.011840193532407284], "mean": [-0.36494725942611694, -0.013287167064845562, 1.0855392217636108, 3.033722400665283, -0.0520135834813118, 0.019399236887693405, 0.024102160707116127, -0.024346940219402313], "std": [0.04103134572505951, 0.11092304438352585, 0.06111046299338341, 0.1340225785970688, 0.07904103398323059, 0.26532691717147827, 0.01347070001065731, 0.013206428848206997], "count": [267]}, "actions": {"min": [-0.590643048286438, -1.2193719148635864, -0.582984447479248, -0.21487757563591003, -0.2296016365289688, -0.09996998310089111, -1.0], "max": [0.2621747553348541, 0.5519232153892517, 1.861095666885376, 0.23894137144088745, 0.13468846678733826, 0.3375949561595917, 1.0], "mean": [-0.024057088419795036, -0.052850622683763504, -0.04811376333236694, -0.01276030857115984, 0.0030992303509265184, 0.010465238243341446, 0.12359550595283508], "std": [0.11995222419500351, 0.21252219378948212, 0.23130807280540466, 0.04650910198688507, 0.04792400449514389, 0.05706273391842842, 0.992331862449646], "count": [267]}, "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": [1002], "max": [1002], "mean": [1002.0], "std": [0.0], "count": [267]}, "index": {"min": [314932], "max": [315198], "mean": [315065.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [267]}}} +{"episode_index": 1003, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.36830637613932293]], [[0.3054563843970205]], [[0.23457595166973041]]], "std": [[[0.13121205869698782]], [[0.12727384172306255]], [[0.1434266447310689]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3374881238750383]], [[0.2563028235341988]], [[0.16850531544404873]]], "std": [[[0.1879184592078208]], [[0.13319273701764608]], [[0.08179165110455491]]], "count": [100]}, "state": {"min": [-0.39615944027900696, -0.15458831191062927, 0.9842569231987, 2.796457529067993, -0.2052718997001648, -0.36099234223365784, 0.011747783049941063, -0.039995525032281876], "max": [-0.3016720116138458, 0.13885623216629028, 1.1903002262115479, 3.2554826736450195, 0.07172378897666931, 0.30622321367263794, 0.03999274596571922, -0.010735454969108105], "mean": [-0.35983172059059143, 0.0030996135901659727, 1.0884417295455933, 3.02878999710083, -0.10254453122615814, -0.04653894156217575, 0.024678358808159828, -0.02471582405269146], "std": [0.020331844687461853, 0.11847234517335892, 0.059997789561748505, 0.15531358122825623, 0.07016438245773315, 0.2252759486436844, 0.01340189017355442, 0.013336795382201672], "count": [284]}, "actions": {"min": [-0.6619700789451599, -1.1548213958740234, -0.3901429772377014, -0.24659113585948944, -0.25783222913742065, -0.1499127447605133, -1.0], "max": [0.42567238211631775, 0.8846343159675598, 1.0226235389709473, 0.15319056808948517, 0.2789797782897949, 0.4173055589199066, 1.0], "mean": [-0.0001345995842712, -0.04666122421622276, -0.036308083683252335, -0.013151726685464382, -0.00019510778656695038, 0.0009903860045596957, 0.07746478915214539], "std": [0.11188645660877228, 0.2189423143863678, 0.1982358992099762, 0.05671945959329605, 0.04939897730946541, 0.07354685664176941, 0.9969953298568726], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1003], "max": [1003], "mean": [1003.0], "std": [0.0], "count": [284]}, "index": {"min": [315199], "max": [315482], "mean": [315340.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1004, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36904885445389096]], [[0.3063116610657935]], [[0.23550171975528492]]], "std": [[[0.1298102192009543]], [[0.1264776786037661]], [[0.14331981244183206]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3214957448921951]], [[0.24558960020775888]], [[0.16344671750536152]]], "std": [[[0.19387347216175968]], [[0.13834977234061863]], [[0.08661098207591654]]], "count": [100]}, "state": {"min": [-0.4123342037200928, -0.15872742235660553, 0.9759722948074341, 2.8151729106903076, -0.2150111198425293, -0.1881655603647232, 0.01177925430238247, -0.03995221108198166], "max": [-0.30102232098579407, 0.12985797226428986, 1.1670703887939453, 3.2083935737609863, 0.05509379878640175, 0.37121766805648804, 0.04000465199351311, -0.012457426637411118], "mean": [-0.36977890133857727, -0.020472345873713493, 1.090510606765747, 3.0240366458892822, -0.10146452486515045, 0.08020269125699997, 0.022945692762732506, -0.02331940270960331], "std": [0.025510534644126892, 0.12094690650701523, 0.06028982996940613, 0.15694402158260345, 0.07673284411430359, 0.1858871728181839, 0.013321482576429844, 0.013047177344560623], "count": [259]}, "actions": {"min": [-0.4257979691028595, -1.2552309036254883, -0.4601553678512573, -0.15717414021492004, -0.1018558219075203, -0.11137886345386505, -1.0], "max": [0.22799135744571686, 0.40910041332244873, 0.9496158957481384, 0.09865140169858932, 0.10913945734500885, 0.39737775921821594, 1.0], "mean": [-0.009758769534528255, -0.060295477509498596, -0.033515721559524536, -0.009528705850243568, -0.000860768835991621, 0.0028391883242875338, 0.19691120088100433], "std": [0.11871133744716644, 0.23129534721374512, 0.22530071437358856, 0.039706405252218246, 0.03527165949344635, 0.058106642216444016, 0.9804234504699707], "count": [259]}, "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": [1004], "max": [1004], "mean": [1004.0], "std": [0.0], "count": [259]}, "index": {"min": [315483], "max": [315741], "mean": [315612.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [259]}}} +{"episode_index": 1005, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3653331442440257]], [[0.30224228563495714]], [[0.23246963261623008]]], "std": [[[0.12824890294112187]], [[0.12506624569185285]], [[0.1402183719962476]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9490196078431372]], [[0.9411764705882353]]], "mean": [[[0.29269222723268995]], [[0.22256833663641237]], [[0.14730004404105393]]], "std": [[[0.20123365076570873]], [[0.1431182641015764]], [[0.08593724847913908]]], "count": [100]}, "state": {"min": [-0.38770973682403564, -0.14966051280498505, 0.9759071469306946, 2.7845065593719482, -0.12101522833108902, -0.40949559211730957, 0.01426732074469328, -0.03993072733283043], "max": [-0.2841929495334625, 0.1190890371799469, 1.1893397569656372, 3.2544748783111572, 0.16167478263378143, 0.0757744163274765, 0.03999563306570053, -0.01523334439843893], "mean": [-0.35966965556144714, -0.015337844379246235, 1.0913795232772827, 3.0300090312957764, -0.003285872284322977, -0.11513086408376694, 0.025006163865327835, -0.025283528491854668], "std": [0.025905221700668335, 0.10250045359134674, 0.06252498179674149, 0.1533278375864029, 0.0749148577451706, 0.15381285548210144, 0.011705689132213593, 0.011432511731982231], "count": [241]}, "actions": {"min": [-0.3987066447734833, -0.869675874710083, -0.7221124172210693, -0.1828971952199936, -0.1859295815229416, -0.1443014144897461, -1.0], "max": [0.27663055062294006, 0.5202666521072388, 0.8194858431816101, 0.13007335364818573, 0.11805760860443115, 0.35973432660102844, 1.0], "mean": [-0.023157669231295586, -0.051417309790849686, -0.043669383972883224, -0.015454662963747978, 0.004373960662633181, -0.001005497993901372, 0.17012448608875275], "std": [0.09991567581892014, 0.1935139149427414, 0.22779037058353424, 0.04166290536522865, 0.04449272155761719, 0.06283982843160629, 0.9854216575622559], "count": [241]}, "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": [1005], "max": [1005], "mean": [1005.0], "std": [0.0], "count": [241]}, "index": {"min": [315742], "max": [315982], "mean": [315862.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [241]}}} +{"episode_index": 1006, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36777612544041055]], [[0.3039430595846737]], [[0.2329559918571921]]], "std": [[[0.12894146493668343]], [[0.125950535430178]], [[0.1416484513052074]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.310286293777765]], [[0.23645805328967523]], [[0.15691799807081036]]], "std": [[[0.19691599927973794]], [[0.14098123558301326]], [[0.08674708870020359]]], "count": [100]}, "state": {"min": [-0.4428035020828247, -0.19257259368896484, 0.9748484492301941, 2.9351089000701904, -0.23232851922512054, -0.5381902456283569, 0.011387252248823643, -0.040003374218940735], "max": [-0.29354020953178406, 0.11378156393766403, 1.199218511581421, 3.2348036766052246, 0.06673257052898407, 0.3271830379962921, 0.03997925668954849, -0.012303442694246769], "mean": [-0.37831419706344604, -0.020277239382267, 1.093245506286621, 3.0790908336639404, -0.10643322765827179, -0.07861689478158951, 0.023373879492282867, -0.023546291515231133], "std": [0.035932593047618866, 0.12186570465564728, 0.06007200852036476, 0.0817451998591423, 0.07200887799263, 0.3383374512195587, 0.013375206850469112, 0.013192346319556236], "count": [288]}, "actions": {"min": [-0.47823041677474976, -0.9033885598182678, -0.663356363773346, -0.21488265693187714, -0.14489831030368805, -0.20744912326335907, -1.0], "max": [0.4969397187232971, 0.4188772439956665, 0.8449020981788635, 0.13594333827495575, 0.11942227929830551, 0.357768177986145, 1.0], "mean": [-0.013590242713689804, -0.05505676567554474, -0.03901348263025284, -0.010695639066398144, 0.00014578812988474965, 0.010561810806393623, 0.1805555522441864], "std": [0.12250685691833496, 0.194646418094635, 0.19975772500038147, 0.05486466363072395, 0.044307950884103775, 0.08216030895709991, 0.983565628528595], "count": [288]}, "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": [1006], "max": [1006], "mean": [1006.0], "std": [0.0], "count": [288]}, "index": {"min": [315983], "max": [316270], "mean": [316126.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1007, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631105556114047]], [[0.30334442078833485]], [[0.23408151245117187]]], "std": [[[0.1393045572232701]], [[0.13206510164267252]], [[0.14750488537549786]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3432643049651501]], [[0.2641988076602711]], [[0.1752541509890089]]], "std": [[[0.19971448419155274]], [[0.14306210954602042]], [[0.09021018086891694]]], "count": [100]}, "state": {"min": [-0.42172443866729736, -0.18375524878501892, 1.0109281539916992, 2.7666594982147217, -0.2312251776456833, -0.1204918697476387, 0.014402193948626518, -0.04000469297170639], "max": [-0.14144617319107056, 0.08228949457406998, 1.2383226156234741, 3.0961339473724365, 0.07477652281522751, 0.34505176544189453, 0.03992519527673721, -0.015372294932603836], "mean": [-0.295001745223999, -0.05966634303331375, 1.1391431093215942, 2.938056707382202, -0.09963474422693253, 0.1445838361978531, 0.02359120361506939, -0.02422356605529785], "std": [0.10988928377628326, 0.10159893333911896, 0.06728506833314896, 0.11975113302469254, 0.07835578918457031, 0.16148778796195984, 0.011485115624964237, 0.01113960798829794], "count": [310]}, "actions": {"min": [-1.0364933013916016, -0.8268122673034668, -0.6183549761772156, -0.10778813064098358, -0.2395821362733841, -0.1548604518175125, -1.0], "max": [0.40826544165611267, 0.383124440908432, 1.4086984395980835, 0.11220825463533401, 0.15157903730869293, 0.2761761248111725, 1.0], "mean": [-0.02406100556254387, -0.04191332682967186, -0.012756820768117905, -0.0054114824160933495, -0.0015701900701969862, 0.0030669246334582567, 0.29032257199287415], "std": [0.19727997481822968, 0.1727931946516037, 0.23272068798542023, 0.030499769374728203, 0.04212336242198944, 0.04983684793114662, 0.9569300413131714], "count": [310]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.45], "std": [8.948882611812493], "count": [310]}, "frame_index": {"min": [0], "max": [309], "mean": [154.5], "std": [89.48882611812493], "count": [310]}, "episode_index": {"min": [1007], "max": [1007], "mean": [1007.0], "std": [0.0], "count": [310]}, "index": {"min": [316271], "max": [316580], "mean": [316425.5], "std": [89.48882611812493], "count": [310]}, "task_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [310]}}} +{"episode_index": 1008, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36291282025505517]], [[0.3030162939931832]], [[0.23420365157781864]]], "std": [[[0.1365732909008233]], [[0.13022654627164648]], [[0.14645912660209184]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3355912260167739]], [[0.2581141261680453]], [[0.17108994727041207]]], "std": [[[0.20215312575669844]], [[0.144551099498616]], [[0.0889979336676833]]], "count": [100]}, "state": {"min": [-0.41578978300094604, -0.20505763590335846, 1.0218560695648193, 2.8035454750061035, -0.23383866250514984, -0.17973043024539948, 0.013968918472528458, -0.04000629112124443], "max": [-0.12338749319314957, 0.09210774302482605, 1.2566076517105103, 3.189197301864624, 0.1338857263326645, 0.4374168813228607, 0.03988390788435936, -0.013140528462827206], "mean": [-0.2977195084095001, -0.08092986792325974, 1.1543866395950317, 2.9525649547576904, -0.05141472443938255, 0.1523032933473587, 0.023261168971657753, -0.023618677631020546], "std": [0.11061039566993713, 0.11588916182518005, 0.06754865497350693, 0.10263030230998993, 0.10201384127140045, 0.21873368322849274, 0.0116979805752635, 0.011508493684232235], "count": [307]}, "actions": {"min": [-0.8856026530265808, -0.9160016179084778, -0.5453653931617737, -0.12580351531505585, -0.14356406033039093, -0.15281948447227478, -1.0], "max": [0.4873943328857422, 0.7774302363395691, 0.7532498240470886, 0.12274503707885742, 0.08280742913484573, 0.22681869566440582, 1.0], "mean": [-0.01214002724736929, -0.051445405930280685, -0.006258816923946142, -0.008459256961941719, -0.002033588942140341, 0.007627460174262524, 0.2833876311779022], "std": [0.2117220163345337, 0.2058362364768982, 0.21854980289936066, 0.032506462186574936, 0.036756474524736404, 0.0535556823015213, 0.9590062499046326], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [1008], "max": [1008], "mean": [1008.0], "std": [0.0], "count": [307]}, "index": {"min": [316581], "max": [316887], "mean": [316734.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [307]}}} +{"episode_index": 1009, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3634677782245711]], [[0.303447104659735]], [[0.2341175339642693]]], "std": [[[0.13806547613125913]], [[0.13151137037292804]], [[0.1467728780325299]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.33701329608992037]], [[0.2599927984499464]], [[0.17301239133348653]]], "std": [[[0.20735987658888516]], [[0.14936224288598415]], [[0.09413038367522958]]], "count": [100]}, "state": {"min": [-0.4360698461532593, -0.19222711026668549, 1.0085318088531494, 2.8758440017700195, -0.24571140110492706, -0.2507005035877228, 0.013546820729970932, -0.03996587544679642], "max": [-0.15046191215515137, 0.08377649635076523, 1.2057422399520874, 3.222632646560669, 0.07555723190307617, 0.524720311164856, 0.03998183459043503, -0.015236577950417995], "mean": [-0.3064506947994232, -0.05676572769880295, 1.131500482559204, 3.054121494293213, -0.11894853413105011, 0.1738596111536026, 0.023458437994122505, -0.023989617824554443], "std": [0.11197769641876221, 0.11359993368387222, 0.061691366136074066, 0.10403915494680405, 0.08743949234485626, 0.295005202293396, 0.011573615483939648, 0.011124328710138798], "count": [270]}, "actions": {"min": [-1.2021033763885498, -0.7386484742164612, -0.5119937658309937, -0.1075797826051712, -0.14941200613975525, -0.19579946994781494, -1.0], "max": [0.4856945276260376, 0.31659191846847534, 1.6352896690368652, 0.06817605346441269, 0.14993762969970703, 0.2849448025226593, 1.0], "mean": [-0.023293891921639442, -0.06271785497665405, -0.019418397918343544, -0.008631248027086258, -0.0028588436543941498, 0.010005018673837185, 0.2888889014720917], "std": [0.21230456233024597, 0.1683233380317688, 0.24992716312408447, 0.03211802989244461, 0.04254066199064255, 0.0647299736738205, 0.9573617577552795], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1009], "max": [1009], "mean": [1009.0], "std": [0.0], "count": [270]}, "index": {"min": [316888], "max": [317157], "mean": [317022.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1010, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3614602762858073]], [[0.30178498930089614]], [[0.23287977450501685]]], "std": [[[0.13828958019446297]], [[0.1313685695758898]], [[0.1462513780052026]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3398505643956801]], [[0.2622729073318781]], [[0.17485985729741116]]], "std": [[[0.20410431628886183]], [[0.14652669875358035]], [[0.09164982229539764]]], "count": [100]}, "state": {"min": [-0.4669674038887024, -0.17798936367034912, 1.0012620687484741, 2.7259013652801514, -0.24773558974266052, -0.25494956970214844, 0.013460923917591572, -0.040006525814533234], "max": [-0.12947511672973633, 0.08309569209814072, 1.2219350337982178, 3.1241981983184814, 0.05085672065615654, 0.5477569103240967, 0.03993840515613556, -0.015161700546741486], "mean": [-0.30797842144966125, -0.04569222405552864, 1.1493515968322754, 2.948991537094116, -0.12403151392936707, 0.1728179156780243, 0.025011900812387466, -0.025744972750544548], "std": [0.11960058659315109, 0.09546168893575668, 0.06085706874728203, 0.11577367782592773, 0.08170121163129807, 0.31164273619651794, 0.011972290463745594, 0.011512151919305325], "count": [332]}, "actions": {"min": [-1.174519419670105, -0.7174642086029053, -0.6407020688056946, -0.10423864424228668, -0.14387942850589752, -0.13726317882537842, -1.0], "max": [0.3552298843860626, 0.4585796296596527, 0.8320677280426025, 0.10524065047502518, 0.09929008036851883, 0.2901696562767029, 1.0], "mean": [-0.011556686833500862, -0.027774609625339508, -0.01904783770442009, -0.004977453500032425, -0.003205805318430066, 0.010672951117157936, 0.16867469251155853], "std": [0.22416670620441437, 0.17294934391975403, 0.21564054489135742, 0.0348682664334774, 0.03818914666771889, 0.05999249964952469, 0.9856717586517334], "count": [332]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.583970993278308], "count": [332]}, "frame_index": {"min": [0], "max": [331], "mean": [165.5], "std": [95.83970993278308], "count": [332]}, "episode_index": {"min": [1010], "max": [1010], "mean": [1010.0], "std": [0.0], "count": [332]}, "index": {"min": [317158], "max": [317489], "mean": [317323.5], "std": [95.83970993278308], "count": [332]}, "task_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [332]}}} +{"episode_index": 1011, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36241341325348503]], [[0.3021055620978861]], [[0.23227740478515627]]], "std": [[[0.1380953307970538]], [[0.13063312609732758]], [[0.14623942139779475]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32271026132621017]], [[0.24857540594362745]], [[0.16548094386680454]]], "std": [[[0.20613090654296118]], [[0.1481409662176558]], [[0.09223507955505436]]], "count": [100]}, "state": {"min": [-0.40050166845321655, -0.2076723426580429, 0.9980412125587463, 2.8734183311462402, -0.2216339111328125, -0.16645532846450806, 0.013903997838497162, -0.04000476375222206], "max": [-0.12869346141815186, 0.09553533047437668, 1.245195746421814, 3.164252281188965, 0.2428584098815918, 0.39647841453552246, 0.039915066212415695, -0.015215151011943817], "mean": [-0.29204028844833374, -0.07309330999851227, 1.1449525356292725, 2.978173017501831, 0.022036073729395866, 0.16135114431381226, 0.023493962362408638, -0.02401607297360897], "std": [0.102110855281353, 0.11331088840961456, 0.06969011574983597, 0.0798158049583435, 0.11938101798295975, 0.17226028442382812, 0.01147583406418562, 0.011148699559271336], "count": [307]}, "actions": {"min": [-0.6603227853775024, -1.1793113946914673, -0.75517737865448, -0.14914803206920624, -0.25862061977386475, -0.11779993772506714, -1.0], "max": [0.5818471908569336, 0.5347963571548462, 1.862159013748169, 0.11822952330112457, 0.22994133830070496, 0.20358741283416748, 1.0], "mean": [-0.01222075242549181, -0.05260661244392395, -0.0031395666301250458, -0.008081150241196156, 0.0011358667397871614, 0.00841479655355215, 0.2964169383049011], "std": [0.2007473260164261, 0.18907895684242249, 0.26104339957237244, 0.03287532180547714, 0.05185142904520035, 0.04988643527030945, 0.9550572633743286], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [1011], "max": [1011], "mean": [1011.0], "std": [0.0], "count": [307]}, "index": {"min": [317490], "max": [317796], "mean": [317643.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [307]}}} +{"episode_index": 1012, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3635144419950598]], [[0.3042720205269608]], [[0.23625349994734224]]], "std": [[[0.13794667976844466]], [[0.13224243414022976]], [[0.14896290229431874]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3502385989918428]], [[0.2703063731474035]], [[0.1802851245356541]]], "std": [[[0.1914340715285572]], [[0.135923645060503]], [[0.08650885271550807]]], "count": [100]}, "state": {"min": [-0.34322795271873474, -0.17134502530097961, 0.988555371761322, 2.641188621520996, -0.29114073514938354, -0.30950281023979187, 0.013318510726094246, -0.03998464718461037], "max": [-0.22847767174243927, 0.18294841051101685, 1.2420639991760254, 3.297856092453003, 0.14293259382247925, 0.43547332286834717, 0.0400024950504303, -0.015946194529533386], "mean": [-0.28392282128334045, -0.004026819486171007, 1.1328673362731934, 2.951812505722046, -0.10385307669639587, 0.09379962086677551, 0.023928778246045113, -0.024607429280877113], "std": [0.033816687762737274, 0.14326786994934082, 0.08049435168504715, 0.23985907435417175, 0.10770923644304276, 0.2530581057071686, 0.011509764939546585, 0.01090957596898079], "count": [336]}, "actions": {"min": [-0.4893094003200531, -0.8733873963356018, -0.7547520399093628, -0.197663813829422, -0.18181931972503662, -0.17841456830501556, -1.0], "max": [0.44402986764907837, 1.3207353353500366, 0.9274998307228088, 0.13669463992118835, 0.19613271951675415, 0.24297679960727692, 1.0], "mean": [0.022729137912392616, -0.042808353900909424, -0.02333928644657135, -0.011316905729472637, -0.00026866706321015954, 0.0011551814386621118, 0.2738095223903656], "std": [0.11301729083061218, 0.22589629888534546, 0.2280808389186859, 0.0431487150490284, 0.04268384352326393, 0.05285269394516945, 0.9617845416069031], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [1012], "max": [1012], "mean": [1012.0], "std": [0.0], "count": [336]}, "index": {"min": [317797], "max": [318132], "mean": [317964.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [336]}}} +{"episode_index": 1013, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3610822694067861]], [[0.3009712159399893]], [[0.23281712969611673]]], "std": [[[0.13745040438562042]], [[0.1310382933844208]], [[0.1458296605174769]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3361216215245864]], [[0.2597862429151348]], [[0.17447307870902265]]], "std": [[[0.19521666802567395]], [[0.13846603847598227]], [[0.08749551743322664]]], "count": [100]}, "state": {"min": [-0.3515210747718811, -0.13030605018138885, 0.9940311312675476, 2.5400357246398926, -0.24595174193382263, -0.19788286089897156, 0.013189870864152908, -0.040001366287469864], "max": [-0.2621329724788666, 0.22833094000816345, 1.224834680557251, 3.228513717651367, 0.13885027170181274, 0.28723618388175964, 0.04000357165932655, -0.013581948354840279], "mean": [-0.3006274700164795, 0.04942598193883896, 1.1188294887542725, 2.9385035037994385, -0.05521382763981819, -0.02328914776444435, 0.023037396371364594, -0.023446274921298027], "std": [0.028117986395955086, 0.13568104803562164, 0.06483223289251328, 0.23332911729812622, 0.11062727868556976, 0.1354985237121582, 0.011375965550541878, 0.01113317534327507], "count": [376]}, "actions": {"min": [-0.4665190279483795, -0.4756104052066803, -0.618845522403717, -0.13365626335144043, -0.1312687247991562, -0.17522569000720978, -1.0], "max": [0.3358249366283417, 0.659641683101654, 0.4300771951675415, 0.14530673623085022, 0.16570723056793213, 0.2998795807361603, 1.0], "mean": [0.008612405508756638, -0.046974606812000275, -0.01670154184103012, -0.009914153255522251, -0.0007176239159889519, -0.0013902270002290606, 0.34574466943740845], "std": [0.10383912920951843, 0.16736996173858643, 0.16805535554885864, 0.036502666771411896, 0.03875192254781723, 0.05984189733862877, 0.938328742980957], "count": [376]}, "timestamp": {"min": [0.0], "max": [37.5], "mean": [18.75], "std": [10.854146673046206], "count": [376]}, "frame_index": {"min": [0], "max": [375], "mean": [187.5], "std": [108.54146673046205], "count": [376]}, "episode_index": {"min": [1013], "max": [1013], "mean": [1013.0], "std": [0.0], "count": [376]}, "index": {"min": [318133], "max": [318508], "mean": [318320.5], "std": [108.54146673046205], "count": [376]}, "task_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [376]}}} +{"episode_index": 1014, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36402714149624693]], [[0.30485541190353094]], [[0.23674825750612746]]], "std": [[[0.1386665011104798]], [[0.13217566985641813]], [[0.14805573533288074]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.3624260241938572]], [[0.2795256862266391]], [[0.18565696865904566]]], "std": [[[0.18956626860139886]], [[0.1327641587984434]], [[0.08297278861942949]]], "count": [100]}, "state": {"min": [-0.333830863237381, -0.19557204842567444, 0.9879735708236694, 2.6909420490264893, -0.2685560882091522, -0.16297204792499542, 0.014194285497069359, -0.04000256210565567], "max": [-0.23535557091236115, 0.19979213178157806, 1.2298877239227295, 3.148524761199951, 0.08778324723243713, 0.3162823021411896, 0.03995836526155472, -0.015377067029476166], "mean": [-0.2782624661922455, 0.002826506271958351, 1.1136935949325562, 2.956000566482544, -0.10046946257352829, 0.10904263705015182, 0.023487640544772148, -0.024080701172351837], "std": [0.027194753289222717, 0.16192619502544403, 0.07640539109706879, 0.15935653448104858, 0.09666843712329865, 0.15465667843818665, 0.011580178514122963, 0.01117731910198927], "count": [322]}, "actions": {"min": [-0.3279447555541992, -0.8073604702949524, -0.544440746307373, -0.2362259477376938, -0.1930292695760727, -0.12887850403785706, -1.0], "max": [0.3767142593860626, 1.0344326496124268, 0.8161067962646484, 0.290609210729599, 0.2123890221118927, 0.23315884172916412, 1.0], "mean": [0.021682919934391975, -0.053075678646564484, -0.018305901437997818, -0.007307682652026415, -0.0037188762798905373, 0.0012890505604445934, 0.2857142984867096], "std": [0.10002822428941727, 0.2215677797794342, 0.20087671279907227, 0.052826691418886185, 0.052555207163095474, 0.046186160296201706, 0.958315908908844], "count": [322]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.295294508513434], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [1014], "max": [1014], "mean": [1014.0], "std": [0.0], "count": [322]}, "index": {"min": [318509], "max": [318830], "mean": [318669.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [322]}}} +{"episode_index": 1015, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36127930046530327]], [[0.3014669087727864]], [[0.23304612522499235]]], "std": [[[0.1364620740049013]], [[0.12933293785632505]], [[0.1448534373276336]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3457190264533548]], [[0.26396210494695926]], [[0.17265158858953739]]], "std": [[[0.19372048650764825]], [[0.13601179672946942]], [[0.08094838377921094]]], "count": [100]}, "state": {"min": [-0.3535599112510681, -0.17636290192604065, 0.9915029406547546, 2.699939727783203, -0.12484697997570038, -0.27706217765808105, 0.012668256647884846, -0.03993808105587959], "max": [-0.23537945747375488, 0.2191886454820633, 1.2522704601287842, 3.3011248111724854, 0.23036795854568481, 0.24624082446098328, 0.04000569507479668, -0.015748633071780205], "mean": [-0.28322723507881165, 0.011875629425048828, 1.126519799232483, 3.029564619064331, 0.021649235859513283, -0.020675351843237877, 0.022937053814530373, -0.023334642872214317], "std": [0.034199994057416916, 0.15330103039741516, 0.07138776779174805, 0.2051786482334137, 0.08849111944437027, 0.1433572769165039, 0.011028194800019264, 0.010695858858525753], "count": [356]}, "actions": {"min": [-0.3157826066017151, -0.7524455189704895, -0.49029284715652466, -0.14754387736320496, -0.13692645728588104, -0.12038660794496536, -1.0], "max": [0.23593106865882874, 0.6655917167663574, 0.513168454170227, 0.13965991139411926, 0.12112382799386978, 0.16305120289325714, 1.0], "mean": [0.019257882609963417, -0.03937225788831711, -0.011813375167548656, -0.009223408997058868, 0.0011645484482869506, -0.0020246098283678293, 0.37078651785850525], "std": [0.09883759915828705, 0.19972960650920868, 0.17262710630893707, 0.037868279963731766, 0.03852172568440437, 0.03926780819892883, 0.9287165999412537], "count": [356]}, "timestamp": {"min": [0.0], "max": [35.5], "mean": [17.75], "std": [10.276794247234884], "count": [356]}, "frame_index": {"min": [0], "max": [355], "mean": [177.5], "std": [102.76794247234884], "count": [356]}, "episode_index": {"min": [1015], "max": [1015], "mean": [1015.0], "std": [0.0], "count": [356]}, "index": {"min": [318831], "max": [319186], "mean": [319008.5], "std": [102.76794247234884], "count": [356]}, "task_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [356]}}} +{"episode_index": 1016, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35972546745749084]], [[0.30078979252833943]], [[0.23393330891927083]]], "std": [[[0.1368249974551392]], [[0.13064673594772505]], [[0.14565095371807077]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35579572191425396]], [[0.27090126306870405]], [[0.17617411714441636]]], "std": [[[0.1927044731666974]], [[0.1344194901681212]], [[0.0781178695547228]]], "count": [100]}, "state": {"min": [-0.37351682782173157, -0.15149419009685516, 0.9886660575866699, 2.8441660404205322, -0.1065848246216774, -0.25662824511528015, 0.013427229598164558, -0.039977118372917175], "max": [-0.21690687537193298, 0.22548414766788483, 1.209757924079895, 3.2326760292053223, 0.21297959983348846, 0.36903348565101624, 0.03999868780374527, -0.015073996968567371], "mean": [-0.2763740122318268, 0.022086305543780327, 1.1217808723449707, 3.0601613521575928, 0.04823581501841545, 0.06985431909561157, 0.025753390043973923, -0.026126066222786903], "std": [0.03876115754246712, 0.14030654728412628, 0.06409700214862823, 0.13393372297286987, 0.07508937269449234, 0.1826450526714325, 0.011708403937518597, 0.011562855914235115], "count": [324]}, "actions": {"min": [-0.8645157217979431, -0.867965817451477, -0.5979710221290588, -0.18674610555171967, -0.23169353604316711, -0.2099437266588211, -1.0], "max": [0.35813552141189575, 0.7241549491882324, 1.0371712446212769, 0.3102530241012573, 0.19486454129219055, 0.20483247935771942, 1.0], "mean": [-0.000302971777273342, -0.02026466652750969, 0.005943726748228073, -0.0017258996376767755, -0.002661275677382946, -0.0031809622887521982, 0.11728394776582718], "std": [0.1806793063879013, 0.2538338899612427, 0.24012170732021332, 0.05375577509403229, 0.05552131310105324, 0.06119769811630249, 0.9930987358093262], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [1016], "max": [1016], "mean": [1016.0], "std": [0.0], "count": [324]}, "index": {"min": [319187], "max": [319510], "mean": [319348.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [324]}}} +{"episode_index": 1017, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.360467565798292]], [[0.3019480028339461]], [[0.23486337998334098]]], "std": [[[0.14319757105951797]], [[0.1351973158643329]], [[0.14873935734808483]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36069093292834714]], [[0.27676476871266087]], [[0.1820158099006204]]], "std": [[[0.191595864653481]], [[0.13380415287578973]], [[0.08070613880368721]]], "count": [100]}, "state": {"min": [-0.35470107197761536, -0.20516851544380188, 0.9902709722518921, 2.6199791431427, -0.17899557948112488, -0.14053452014923096, 0.013995420187711716, -0.04000374302268028], "max": [-0.22773383557796478, 0.23460325598716736, 1.2547742128372192, 3.2275333404541016, 0.12015523761510849, 0.2154812216758728, 0.04000256583094597, -0.014750897884368896], "mean": [-0.2715892791748047, 0.03330109640955925, 1.1325069665908813, 2.9666125774383545, -0.04694325849413872, 0.023444300517439842, 0.02421422488987446, -0.024735545739531517], "std": [0.03748598322272301, 0.16390278935432434, 0.0731542706489563, 0.22390636801719666, 0.0670221671462059, 0.09449803084135056, 0.012250789441168308, 0.011814353056252003], "count": [382]}, "actions": {"min": [-0.4285722076892853, -0.8752566576004028, -0.49790626764297485, -0.1767081618309021, -0.16368699073791504, -0.23114091157913208, -1.0], "max": [0.3771250545978546, 1.1791120767593384, 0.7443661689758301, 0.13906364142894745, 0.204673632979393, 0.13524265587329865, 1.0], "mean": [0.02207729034125805, -0.04209978133440018, -0.014877124689519405, -0.010346786119043827, 0.0014861950185149908, -0.0005069101462140679, 0.20942407846450806], "std": [0.11241846531629562, 0.23207902908325195, 0.17899876832962036, 0.04101615399122238, 0.04361952841281891, 0.039456818252801895, 0.9778238534927368], "count": [382]}, "timestamp": {"min": [0.0], "max": [38.1], "mean": [19.05], "std": [11.027352356753637], "count": [382]}, "frame_index": {"min": [0], "max": [381], "mean": [190.5], "std": [110.27352356753637], "count": [382]}, "episode_index": {"min": [1017], "max": [1017], "mean": [1017.0], "std": [0.0], "count": [382]}, "index": {"min": [319511], "max": [319892], "mean": [319701.5], "std": [110.27352356753637], "count": [382]}, "task_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [382]}}} +{"episode_index": 1018, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36507978072820924]], [[0.3053408466413909]], [[0.2366599240770527]]], "std": [[[0.1389127980743425]], [[0.13247666258546312]], [[0.1483367685488074]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.367673121433632]], [[0.2799790224561504]], [[0.1806104179831112]]], "std": [[[0.2099635497213565]], [[0.1504632717986436]], [[0.09043989869245933]]], "count": [100]}, "state": {"min": [-0.3879692554473877, -0.17410054802894592, 0.9899752140045166, 2.8363893032073975, -0.14251844584941864, -0.3172338902950287, 0.015642208978533745, -0.04000181332230568], "max": [-0.05702091008424759, 0.18431530892848969, 1.2610540390014648, 3.303341865539551, 0.2537389099597931, 0.46130985021591187, 0.03996121138334274, -0.01546585001051426], "mean": [-0.24621008336544037, -0.003184416564181447, 1.1382203102111816, 3.0322153568267822, -0.007929274812340736, 0.10859756916761398, 0.02496722713112831, -0.025196896865963936], "std": [0.13274259865283966, 0.1366071105003357, 0.07790584117174149, 0.14332439005374908, 0.10386386513710022, 0.29503753781318665, 0.010925887152552605, 0.010820399969816208], "count": [291]}, "actions": {"min": [-1.205735206604004, -1.539206862449646, -0.6419163942337036, -0.2485775351524353, -0.22151809930801392, -0.1818212866783142, -1.0], "max": [0.6898375153541565, 0.6681854724884033, 1.4150573015213013, 0.18043361604213715, 0.13128502666950226, 0.3100222945213318, 1.0], "mean": [-0.02344328723847866, -0.05167300999164581, -0.022320058196783066, -0.007386699318885803, 0.0008559789857827127, 0.009436851367354393, 0.2508591115474701], "std": [0.2592329978942871, 0.259457528591156, 0.28685542941093445, 0.052090343087911606, 0.047427188605070114, 0.06139223277568817, 0.9680256247520447], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1018], "max": [1018], "mean": [1018.0], "std": [0.0], "count": [291]}, "index": {"min": [319893], "max": [320183], "mean": [320038.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1019, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3618978361241958]], [[0.30389034734987747]], [[0.23729898789349724]]], "std": [[[0.14178106697668633]], [[0.135244723875086]], [[0.15019265922812383]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36796209836473653]], [[0.28122283037971046]], [[0.18227228979970897]]], "std": [[[0.21164343224808674]], [[0.15230225334233552]], [[0.09274914586048444]]], "count": [100]}, "state": {"min": [-0.4360407888889313, -0.19862686097621918, 1.0044306516647339, 2.8712244033813477, -0.22207501530647278, -0.1293840855360031, 0.01436940860003233, -0.04000471159815788], "max": [-0.0205991230905056, 0.16551969945430756, 1.3228117227554321, 3.2282373905181885, 0.18935705721378326, 0.5448335409164429, 0.03997602313756943, -0.015044176019728184], "mean": [-0.2587490677833557, -0.019444821402430534, 1.1573834419250488, 3.0260770320892334, -0.03844832256436348, 0.21830026805400848, 0.023219363763928413, -0.023593315854668617], "std": [0.15942394733428955, 0.1421273648738861, 0.08885204792022705, 0.0968606024980545, 0.10186117142438889, 0.25132936239242554, 0.0117707634344697, 0.011468191631138325], "count": [366]}, "actions": {"min": [-1.42319917678833, -0.6044971942901611, -0.8801811933517456, -0.12969741225242615, -0.2949259877204895, -0.17925064265727997, -1.0], "max": [1.0903009176254272, 0.9499825835227966, 2.0534563064575195, 0.11389059573411942, 0.27220991253852844, 0.28431475162506104, 1.0], "mean": [-0.019003601744771004, -0.04747330769896507, -0.016700005158782005, -0.00742217805236578, -0.0013113992754369974, 0.008882815949618816, 0.30054643750190735], "std": [0.27455198764801025, 0.19811370968818665, 0.27920570969581604, 0.03249773010611534, 0.049504801630973816, 0.050677958875894547, 0.9537671804428101], "count": [366]}, "timestamp": {"min": [0.0], "max": [36.5], "mean": [18.25], "std": [10.565470489602754], "count": [366]}, "frame_index": {"min": [0], "max": [365], "mean": [182.5], "std": [105.65470489602754], "count": [366]}, "episode_index": {"min": [1019], "max": [1019], "mean": [1019.0], "std": [0.0], "count": [366]}, "index": {"min": [320184], "max": [320549], "mean": [320366.5], "std": [105.65470489602754], "count": [366]}, "task_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [366]}}} +{"episode_index": 1020, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36517831181544885]], [[0.30559835217045805]], [[0.2377697957356771]]], "std": [[[0.14041148350942353]], [[0.13538791392463467]], [[0.15106949962957517]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38166135062423406]], [[0.2924076789407169]], [[0.19006364410998774]]], "std": [[[0.20720645931796747]], [[0.14858900083348775]], [[0.09133609965555912]]], "count": [100]}, "state": {"min": [-0.4302698075771332, -0.2058054357767105, 0.9890124797821045, 2.988211154937744, -0.3857160806655884, -0.3183896243572235, 0.013968357816338539, -0.03998897969722748], "max": [-0.047267213463783264, 0.1395607888698578, 1.3110429048538208, 3.244781017303467, 0.07376497238874435, 0.7624396681785583, 0.04000158607959747, -0.015596706420183182], "mean": [-0.24790894985198975, -0.02414012886583805, 1.1532222032546997, 3.1249594688415527, -0.14391469955444336, 0.15190233290195465, 0.025434356182813644, -0.02569173090159893], "std": [0.15209423005580902, 0.14342886209487915, 0.08718238025903702, 0.06453952193260193, 0.10641098022460938, 0.4173620939254761, 0.01166467647999525, 0.011411077342927456], "count": [337]}, "actions": {"min": [-1.0411430597305298, -0.6994086503982544, -0.5148574709892273, -0.15754863619804382, -0.20921865105628967, -0.29602017998695374, -1.0], "max": [0.5698397755622864, 0.5944158434867859, 1.5118205547332764, 0.10397949814796448, 0.1434629261493683, 0.3163855969905853, 1.0], "mean": [-0.01865481585264206, -0.04580226540565491, -0.014414681121706963, -0.004533218219876289, -0.0024858093820512295, 0.012703358195722103, 0.17507418990135193], "std": [0.2528224289417267, 0.2053535282611847, 0.309994101524353, 0.03727908805012703, 0.052398327738046646, 0.06910275667905807, 0.9845548272132874], "count": [337]}, "timestamp": {"min": [0.0], "max": [33.6], "mean": [16.8], "std": [9.728309205612248], "count": [337]}, "frame_index": {"min": [0], "max": [336], "mean": [168.0], "std": [97.28309205612247], "count": [337]}, "episode_index": {"min": [1020], "max": [1020], "mean": [1020.0], "std": [0.0], "count": [337]}, "index": {"min": [320550], "max": [320886], "mean": [320718.0], "std": [97.28309205612247], "count": [337]}, "task_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [337]}}} +{"episode_index": 1021, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36504688457414214]], [[0.3063307231828278]], [[0.23933690688189338]]], "std": [[[0.14522907383200748]], [[0.14029341126792133]], [[0.15571703913354365]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.39519532506606153]], [[0.30484719310087316]], [[0.20025987752278648]]], "std": [[[0.20276602109107852]], [[0.14559221001404227]], [[0.09283555055619164]]], "count": [100]}, "state": {"min": [-0.5012586712837219, -0.22307321429252625, 0.9899265170097351, 2.834308385848999, -0.4423399567604065, -0.19102507829666138, 0.013264981098473072, -0.040003590285778046], "max": [-0.024635815992951393, 0.1953035593032837, 1.32863450050354, 3.2165982723236084, -0.025366932153701782, 0.8779733777046204, 0.039986107498407364, -0.011354574002325535], "mean": [-0.27922195196151733, -0.0011692692060023546, 1.1716737747192383, 3.056502103805542, -0.2440575510263443, 0.28973084688186646, 0.023847410455346107, -0.024055255576968193], "std": [0.1723918616771698, 0.16249722242355347, 0.08671601861715317, 0.1050177812576294, 0.10004138201475143, 0.402612566947937, 0.011938238516449928, 0.011791957542300224], "count": [388]}, "actions": {"min": [-1.7860742807388306, -1.2838131189346313, -1.0739995241165161, -0.16910620033740997, -0.36027398705482483, -0.2301473170518875, -1.0], "max": [0.7315155267715454, 1.025774359703064, 2.809840679168701, 0.12217641621828079, 0.1749243140220642, 0.31731685996055603, 1.0], "mean": [-0.026910172775387764, -0.04786261171102524, -0.02308460883796215, -0.004180643707513809, -0.004729925189167261, 0.01020636223256588, 0.25773194432258606], "std": [0.28162717819213867, 0.24848821759223938, 0.3372744917869568, 0.040862467139959335, 0.05666227638721466, 0.06593844294548035, 0.9662171602249146], "count": [388]}, "timestamp": {"min": [0.0], "max": [38.7], "mean": [19.349999999999998], "std": [11.200558021813022], "count": [388]}, "frame_index": {"min": [0], "max": [387], "mean": [193.5], "std": [112.0055802181302], "count": [388]}, "episode_index": {"min": [1021], "max": [1021], "mean": [1021.0], "std": [0.0], "count": [388]}, "index": {"min": [320887], "max": [321274], "mean": [321080.5], "std": [112.0055802181302], "count": [388]}, "task_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [388]}}} +{"episode_index": 1022, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3580596283557368]], [[0.2960072990866268]], [[0.2254726765950521]]], "std": [[[0.13411526130234827]], [[0.12532760171082769]], [[0.1379063753747092]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.300254129447189]], [[0.2311584604300705]], [[0.16398659560259649]]], "std": [[[0.18424920322327415]], [[0.1351832021588863]], [[0.09807466382728457]]], "count": [100]}, "state": {"min": [-0.591532289981842, -0.3324321508407593, 0.9994037747383118, 2.672791004180908, -0.2136051505804062, -0.18109895288944244, 0.003210479859262705, -0.039962172508239746], "max": [-0.2754119634628296, 0.284418523311615, 1.2781357765197754, 3.2952680587768555, 0.16175298392772675, 0.7650472521781921, 0.03999149054288864, -0.003815364558249712], "mean": [-0.49434560537338257, -0.043552011251449585, 1.1447656154632568, 2.9982569217681885, -0.04148533195257187, 0.14789971709251404, 0.013495105318725109, -0.014004111289978027], "std": [0.06794571131467819, 0.24566611647605896, 0.07853043079376221, 0.2026595026254654, 0.08357978612184525, 0.22112083435058594, 0.015667282044887543, 0.01534512173384428], "count": [355]}, "actions": {"min": [-0.6246618628501892, -1.2554631233215332, -0.6464108824729919, -0.2283494770526886, -0.15554890036582947, -0.16947154700756073, -1.0], "max": [0.3994346857070923, 0.9272050261497498, 0.622653067111969, 0.24489130079746246, 0.5077895522117615, 0.2306198924779892, 1.0], "mean": [-0.03954562544822693, -0.07390917837619781, -0.01585252210497856, -0.012106649577617645, 0.0008561896393075585, 0.012853560969233513, 0.45352113246917725], "std": [0.15232762694358826, 0.32477957010269165, 0.20924793183803558, 0.05992450192570686, 0.058457471430301666, 0.06280837953090668, 0.8912478685379028], "count": [355]}, "timestamp": {"min": [0.0], "max": [35.4], "mean": [17.7], "std": [10.24792661956554], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [1022], "max": [1022], "mean": [1022.0], "std": [0.0], "count": [355]}, "index": {"min": [321275], "max": [321629], "mean": [321452.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [355]}}} +{"episode_index": 1023, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3577941242292816]], [[0.2966270470712699]], [[0.22709952440448836]]], "std": [[[0.13490267731036565]], [[0.1268375374655418]], [[0.14010756504318692]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.31248205865598194]], [[0.24378081617168354]], [[0.16842094989851408]]], "std": [[[0.19277407397017185]], [[0.14453059004634533]], [[0.10734141381401277]]], "count": [100]}, "state": {"min": [-0.5170992016792297, -0.2856613099575043, 0.987990140914917, 2.7154383659362793, -0.20483218133449554, -0.272918164730072, 0.004848158918321133, -0.03991072252392769], "max": [-0.2960212528705597, 0.36267703771591187, 1.246594786643982, 3.252214193344116, 0.10351929068565369, 0.038150638341903687, 0.04000743106007576, -0.007960806600749493], "mean": [-0.45383134484291077, 0.02072540670633316, 1.1477047204971313, 2.9889392852783203, -0.05669962987303734, -0.14421331882476807, 0.017502227798104286, -0.018079230561852455], "std": [0.04866873100399971, 0.2362011820077896, 0.07285995781421661, 0.16750186681747437, 0.09155741333961487, 0.08210186660289764, 0.014654253609478474, 0.014138038270175457], "count": [354]}, "actions": {"min": [-1.269532322883606, -1.006016492843628, -0.5052453875541687, -0.2374221533536911, -0.18929541110992432, -0.18797121942043304, -1.0], "max": [0.4105771780014038, 1.2416030168533325, 0.9968999028205872, 0.334661066532135, 0.16065342724323273, 0.2947920560836792, 1.0], "mean": [-0.039081934839487076, -0.05318906158208847, -0.009122038260102272, -0.006109905894845724, 0.0010015637381002307, -0.0037444904446601868, 0.37288135290145874], "std": [0.1992792785167694, 0.3147851228713989, 0.20598088204860687, 0.058903392404317856, 0.04940064623951912, 0.053825490176677704, 0.9278793931007385], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [1023], "max": [1023], "mean": [1023.0], "std": [0.0], "count": [354]}, "index": {"min": [321630], "max": [321983], "mean": [321806.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [354]}}} +{"episode_index": 1024, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.35765851308785235]], [[0.2962860304888557]], [[0.2264886672076057]]], "std": [[[0.13478231605778898]], [[0.12642308741490302]], [[0.13979496413971612]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3058877814797794]], [[0.2321830970913756]], [[0.16256768858666512]]], "std": [[[0.1900744099434054]], [[0.1381950049067113]], [[0.09671596410104151]]], "count": [100]}, "state": {"min": [-0.5398295521736145, -0.34317994117736816, 0.9850813746452332, 2.927220582962036, -0.1442812979221344, -0.19435320794582367, 0.002698473399505019, -0.03993290290236473], "max": [-0.27722644805908203, 0.28399574756622314, 1.2000629901885986, 3.2796223163604736, 0.20906728506088257, 0.6099370718002319, 0.04000766575336456, -0.0038649127818644047], "mean": [-0.45078912377357483, -0.026725271716713905, 1.1147997379302979, 3.121135711669922, -0.007308805361390114, 0.14949637651443481, 0.016951004043221474, -0.017494292929768562], "std": [0.062056150287389755, 0.23742704093456268, 0.06707973033189774, 0.12366945296525955, 0.08358906954526901, 0.2832539677619934, 0.016867736354470253, 0.016845092177391052], "count": [307]}, "actions": {"min": [-0.9688458442687988, -1.3413581848144531, -0.8312433958053589, -0.18106725811958313, -0.15518511831760406, -0.1438743770122528, -1.0], "max": [0.3445986807346344, 0.94289231300354, 0.809732973575592, 0.26999396085739136, 0.18302936851978302, 0.24092921614646912, 1.0], "mean": [-0.0465681329369545, -0.09093476086854935, -0.023679465055465698, -0.009862552396953106, 0.0013563982211053371, 0.012464242987334728, 0.24429967999458313], "std": [0.1555570662021637, 0.33805668354034424, 0.21796154975891113, 0.04736682400107384, 0.04534390568733215, 0.04717155545949936, 0.9696970582008362], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [1024], "max": [1024], "mean": [1024.0], "std": [0.0], "count": [307]}, "index": {"min": [321984], "max": [322290], "mean": [322137.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [307]}}} +{"episode_index": 1025, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35772497797947306]], [[0.2972155001771216]], [[0.22782052372951134]]], "std": [[[0.13666061284755687]], [[0.1275433492918271]], [[0.14044553431923298]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3348716251148897]], [[0.26002068313897825]], [[0.17768149940640318]]], "std": [[[0.1831662866907201]], [[0.13425148275799476]], [[0.09760332414480925]]], "count": [100]}, "state": {"min": [-0.4972214996814728, -0.2804303765296936, 0.9937276244163513, 2.6247708797454834, -0.2851524353027344, -0.6472428441047668, 0.002336155390366912, -0.03999640420079231], "max": [-0.3043760359287262, 0.3678240180015564, 1.2580562829971313, 3.250797748565674, 0.0509139783680439, 0.2187919020652771, 0.0400056354701519, -0.003278677584603429], "mean": [-0.4558681547641754, 0.06649261713027954, 1.1428577899932861, 3.001364231109619, -0.1283387988805771, -0.07681729644536972, 0.01959267258644104, -0.019914479926228523], "std": [0.03225040063261986, 0.2375658005475998, 0.07084387540817261, 0.21512015163898468, 0.07968571782112122, 0.220357283949852, 0.017638560384511948, 0.017426731064915657], "count": [450]}, "actions": {"min": [-0.9336434602737427, -1.1124203205108643, -0.5094963312149048, -0.18332414329051971, -0.14723971486091614, -0.1601146161556244, -1.0], "max": [0.4100572466850281, 0.95560622215271, 0.6194530129432678, 0.3615211844444275, 0.1571403443813324, 0.13659635186195374, 1.0], "mean": [-0.02385917864739895, -0.044807031750679016, -0.0018871499923989177, -0.005178087390959263, -0.0021119071170687675, -0.010119125247001648, 0.11999999731779099], "std": [0.1497977375984192, 0.27281802892684937, 0.17359407246112823, 0.049590907990932465, 0.040132392197847366, 0.043471645563840866, 0.9927765130996704], "count": [450]}, "timestamp": {"min": [0.0], "max": [44.9], "mean": [22.45], "std": [12.990348981712026], "count": [450]}, "frame_index": {"min": [0], "max": [449], "mean": [224.5], "std": [129.90348981712026], "count": [450]}, "episode_index": {"min": [1025], "max": [1025], "mean": [1025.0], "std": [0.0], "count": [450]}, "index": {"min": [322291], "max": [322740], "mean": [322515.5], "std": [129.90348981712026], "count": [450]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [450]}}} +{"episode_index": 1026, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3584981222713695]], [[0.29745912499521293]], [[0.22871539306640626]]], "std": [[[0.13750609544718395]], [[0.13029205059959068]], [[0.14425016950595473]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3149636667288986]], [[0.24982559084424785]], [[0.17765186564127602]]], "std": [[[0.18998352215094108]], [[0.14511503378395393]], [[0.11271513572786415]]], "count": [100]}, "state": {"min": [-0.5005427002906799, -0.2581832706928253, 0.9968204498291016, 2.4370954036712646, -0.4474407434463501, -0.3495924472808838, 0.0030698624905198812, -0.039905425161123276], "max": [-0.2858878970146179, 0.38222742080688477, 1.2914469242095947, 3.275697708129883, 0.0771029144525528, 0.07009357213973999, 0.04000698775053024, 0.0010783117031678557], "mean": [-0.4374157190322876, 0.04454656317830086, 1.1513603925704956, 2.84122633934021, -0.18888336420059204, -0.08522708714008331, 0.017579959705471992, -0.018060095608234406], "std": [0.05556965991854668, 0.2234208583831787, 0.08475719392299652, 0.3071945309638977, 0.15262918174266815, 0.09533367305994034, 0.015097096562385559, 0.014708309434354305], "count": [428]}, "actions": {"min": [-0.5979710221290588, -0.6398863196372986, -0.41276469826698303, -0.2756047546863556, -0.16279223561286926, -0.19659045338630676, -1.0], "max": [0.4155566394329071, 1.376710295677185, 0.6505494117736816, 0.29583269357681274, 0.23869933187961578, 0.250049889087677, 1.0], "mean": [-0.03537313640117645, -0.038538653403520584, -0.011146492324769497, -0.010771375149488449, -0.002156733302399516, -0.004120621830224991, 0.3457943797111511], "std": [0.12492390722036362, 0.27639472484588623, 0.20110003650188446, 0.05608575418591499, 0.050410885363817215, 0.053350865840911865, 0.9383075833320618], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [1026], "max": [1026], "mean": [1026.0], "std": [0.0], "count": [428]}, "index": {"min": [322741], "max": [323168], "mean": [322954.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [428]}}} +{"episode_index": 1027, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3530183608111213]], [[0.295523941339231]], [[0.22787233300302542]]], "std": [[[0.13760299749900207]], [[0.12567331328462855]], [[0.13790482220709396]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.35858780146580116]], [[0.2761947374530867]], [[0.1831776918897442]]], "std": [[[0.18489977055915754]], [[0.12584276534537642]], [[0.07119154804074344]]], "count": [100]}, "state": {"min": [-0.35702672600746155, -0.24834653735160828, 0.9891890287399292, 2.964021682739258, -0.03607580438256264, -0.43216049671173096, 0.014245258644223213, -0.0400015152990818], "max": [-0.24615809321403503, 0.2156834453344345, 1.2602719068527222, 3.287132978439331, 0.1270824819803238, -0.008540734648704529, 0.03989037126302719, -0.014600797556340694], "mean": [-0.3005829155445099, 0.04612170532345772, 1.1449941396713257, 3.1380529403686523, 0.028767110779881477, -0.1638534814119339, 0.02457902953028679, -0.024575769901275635], "std": [0.03830292075872421, 0.16135470569133759, 0.08639899641275406, 0.08464918285608292, 0.03345227241516113, 0.1139478012919426, 0.011532721109688282, 0.011594421230256557], "count": [209]}, "actions": {"min": [-0.4079101085662842, -1.1258512735366821, -0.516230046749115, -0.18556655943393707, -0.1418353170156479, -0.14284667372703552, -1.0], "max": [0.2504374086856842, 2.138780355453491, 1.1905527114868164, 0.2350316196680069, 0.12293669581413269, 0.13262346386909485, 1.0], "mean": [-0.005211693234741688, -0.09179528057575226, 0.023696810007095337, -0.0016462808707728982, -0.00021886090689804405, -0.013453025370836258, 0.20574162900447845], "std": [0.09436578303575516, 0.37305575609207153, 0.26222169399261475, 0.052809834480285645, 0.04540713503956795, 0.04714434593915939, 0.9786055088043213], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [1027], "max": [1027], "mean": [1027.0], "std": [0.0], "count": [209]}, "index": {"min": [323169], "max": [323377], "mean": [323273.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [209]}}} +{"episode_index": 1028, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3526270231359145]], [[0.2950560332653569]], [[0.22755387070599725]]], "std": [[[0.13973485578778688]], [[0.12857902694050305]], [[0.14123060375901503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3541824699850643]], [[0.27400619925704656]], [[0.18319191547468597]]], "std": [[[0.18691192704515802]], [[0.1287310546666075]], [[0.07619722242505672]]], "count": [100]}, "state": {"min": [-0.40512484312057495, -0.25368350744247437, 0.9878770709037781, 2.9509692192077637, -0.22162815928459167, -0.3869585692882538, 0.014956777915358543, -0.03987406566739082], "max": [-0.26705509424209595, 0.21948619186878204, 1.2972991466522217, 3.391955852508545, 0.12887705862522125, 0.036167144775390625, 0.04000476375222206, -0.015210501849651337], "mean": [-0.3366772532463074, 0.03336462378501892, 1.1680814027786255, 3.1953325271606445, -0.10361938923597336, -0.22052161395549774, 0.025608019903302193, -0.02541516348719597], "std": [0.050281770527362823, 0.18387676775455475, 0.09501245617866516, 0.10472147166728973, 0.08604418486356735, 0.1123051568865776, 0.011272880248725414, 0.011277617886662483], "count": [244]}, "actions": {"min": [-0.4552038609981537, -1.150018572807312, -0.6024572849273682, -0.16497458517551422, -0.2090080976486206, -0.1433446854352951, -1.0], "max": [0.3025406002998352, 1.285233497619629, 0.983620822429657, 0.09576006233692169, 0.2033124566078186, 0.1499742716550827, 1.0], "mean": [-0.022513166069984436, -0.08915230631828308, 0.03499291092157364, -0.007735544815659523, -0.0038151892367750406, -0.012952552177011967, 0.17213115096092224], "std": [0.09013274312019348, 0.33630886673927307, 0.25151216983795166, 0.0420411080121994, 0.05354372784495354, 0.04909191280603409, 0.9850730895996094], "count": [244]}, "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": [1028], "max": [1028], "mean": [1028.0], "std": [0.0], "count": [244]}, "index": {"min": [323378], "max": [323621], "mean": [323499.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [244]}}} +{"episode_index": 1029, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34994403255687045]], [[0.2930996853697534]], [[0.22605026663985908]]], "std": [[[0.14014352196934196]], [[0.1275175903342084]], [[0.13872231851681058]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.36336035993987437]], [[0.2802374824075138]], [[0.18617722574869794]]], "std": [[[0.18164972224714085]], [[0.12294127968231051]], [[0.06955221602614901]]], "count": [100]}, "state": {"min": [-0.36977317929267883, -0.24303078651428223, 1.0045992136001587, 2.9939119815826416, -0.04843895137310028, -0.2242659628391266, 0.01791597157716751, -0.03998855501413345], "max": [-0.2565912902355194, 0.2408895641565323, 1.282090663909912, 3.285465717315674, 0.10589532554149628, 0.07086841017007828, 0.039901260286569595, -0.01806572638452053], "mean": [-0.3077283203601837, 0.04284998029470444, 1.1629244089126587, 3.131638288497925, 0.03446715325117111, -0.08684048056602478, 0.0276015717536211, -0.027607716619968414], "std": [0.038735441863536835, 0.17702053487300873, 0.08469116687774658, 0.08976685255765915, 0.044016625732183456, 0.08522326499223709, 0.00997376162558794, 0.010087521746754646], "count": [202]}, "actions": {"min": [-0.4309474229812622, -1.7468364238739014, -0.6451762318611145, -0.366987407207489, -0.18313683569431305, -0.20267970860004425, -1.0], "max": [0.36937829852104187, 0.9419907927513123, 0.6767989993095398, 0.13373102247714996, 0.10374021530151367, 0.17124444246292114, 1.0], "mean": [-0.01805604249238968, -0.1034831553697586, 0.027070501819252968, 0.0005226889043115079, -0.002783793257549405, -0.007543702609837055, 0.10891088843345642], "std": [0.10038832575082779, 0.4159303903579712, 0.2514885663986206, 0.05245824158191681, 0.043363239616155624, 0.051643360406160355, 0.994050920009613], "count": [202]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [1029], "max": [1029], "mean": [1029.0], "std": [0.0], "count": [202]}, "index": {"min": [323622], "max": [323823], "mean": [323722.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [202]}}} +{"episode_index": 1030, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35637820015701593]], [[0.2980178025189568]], [[0.2298349172554764]]], "std": [[[0.1407382270676003]], [[0.13133749603091138]], [[0.14529952799278714]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35419415881587013]], [[0.2753697264428232]], [[0.18597456629136028]]], "std": [[[0.19215324559593172]], [[0.13368080041113128]], [[0.08267814709197377]]], "count": [100]}, "state": {"min": [-0.3784201443195343, -0.278562992811203, 0.9876665472984314, 3.002206802368164, -0.2158706784248352, -0.17950861155986786, 0.013746341690421104, -0.040003128349781036], "max": [-0.28269529342651367, 0.22592408955097198, 1.2477928400039673, 3.2811641693115234, -0.029036587104201317, 0.09517917037010193, 0.039957255125045776, -0.014850522391498089], "mean": [-0.32884863018989563, 0.04028956592082977, 1.1545804738998413, 3.1523640155792236, -0.14098091423511505, -0.0033002234995365143, 0.02590297721326351, -0.026096800342202187], "std": [0.034645963460206985, 0.18211530148983002, 0.080978624522686, 0.07780805975198746, 0.054817382246255875, 0.08554957062005997, 0.011917803436517715, 0.011846928857266903], "count": [217]}, "actions": {"min": [-0.3696751892566681, -1.499564528465271, -0.6337498426437378, -0.15972012281417847, -0.24040889739990234, -0.11364499479532242, -1.0], "max": [0.29991939663887024, 0.8644766211509705, 0.9684413075447083, 0.16551385819911957, 0.14218373596668243, 0.10702317208051682, 1.0], "mean": [-0.014576035551726818, -0.09397067874670029, 0.0011832050513476133, 0.001699476852081716, -0.0029673785902559757, -0.00622772378847003, 0.09677419066429138], "std": [0.09781737625598907, 0.36072972416877747, 0.27618709206581116, 0.05454826354980469, 0.04462192952632904, 0.037544604390859604, 0.9953051805496216], "count": [217]}, "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": [1030], "max": [1030], "mean": [1030.0], "std": [0.0], "count": [217]}, "index": {"min": [323824], "max": [324040], "mean": [323932.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [217]}}} +{"episode_index": 1031, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3534083892223882]], [[0.2953522051642923]], [[0.22700434426700367]]], "std": [[[0.14031264846116706]], [[0.12909398179899068]], [[0.14160329234588398]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.35557454965628826]], [[0.27587457993451286]], [[0.18577033009248622]]], "std": [[[0.18563003215598778]], [[0.12782015887543438]], [[0.07732783304583062]]], "count": [100]}, "state": {"min": [-0.3874276578426361, -0.2514486312866211, 0.9900520443916321, 3.006814956665039, -0.1573922038078308, -0.2429572194814682, 0.017951320856809616, -0.03986729308962822], "max": [-0.24536342918872833, 0.22572772204875946, 1.262716293334961, 3.420071840286255, 0.09284324198961258, 0.030936820432543755, 0.040001943707466125, -0.01810528337955475], "mean": [-0.31858304142951965, 0.03957878053188324, 1.1444087028503418, 3.21517276763916, -0.052327319979667664, -0.12062310427427292, 0.027921291068196297, -0.02773524448275566], "std": [0.0530891939997673, 0.17620787024497986, 0.08242437988519669, 0.106279157102108, 0.0616365522146225, 0.06770230084657669, 0.009789868257939816, 0.009803674183785915], "count": [198]}, "actions": {"min": [-0.3037002980709076, -1.3184373378753662, -0.5488948822021484, -0.33894631266593933, -0.11959535628557205, -0.22193503379821777, -1.0], "max": [0.18935278058052063, 0.9866800904273987, 0.7067040205001831, 0.19698680937290192, 0.20112736523151398, 0.15888738632202148, 1.0], "mean": [-0.019024133682250977, -0.11291105300188065, 0.03847889602184296, -0.00830758735537529, -0.004015244077891111, -0.00935924332588911, 0.1111111119389534], "std": [0.10425834357738495, 0.34706997871398926, 0.25701892375946045, 0.0631895661354065, 0.04862917959690094, 0.05794776976108551, 0.9938092231750488], "count": [198]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.715694766751167], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [1031], "max": [1031], "mean": [1031.0], "std": [0.0], "count": [198]}, "index": {"min": [324041], "max": [324238], "mean": [324139.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [198]}}} +{"episode_index": 1032, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3638971288344439]], [[0.3068050160127528]], [[0.23830135510014555]]], "std": [[[0.1439489889644784]], [[0.13666860383963053]], [[0.15339751762021495]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3719364731732537]], [[0.29642236926508886]], [[0.2083389862658931]]], "std": [[[0.18547030227534916]], [[0.13836909674513684]], [[0.10700838304926846]]], "count": [100]}, "state": {"min": [-0.3633067011833191, -0.2345646768808365, 1.0188663005828857, 1.9769341945648193, -0.2829129993915558, -0.25050532817840576, 0.015943119302392006, -0.04000847786664963], "max": [-0.016579320654273033, 0.0197951290756464, 1.2519508600234985, 3.2140958309173584, 0.5839201807975769, 0.5532631874084473, 0.039850883185863495, -0.01577204279601574], "mean": [-0.21098321676254272, -0.0928782969713211, 1.1717212200164795, 2.7288944721221924, -0.016314150765538216, 0.12525710463523865, 0.026005368679761887, -0.02691911906003952], "std": [0.1231427788734436, 0.060461483895778656, 0.06022639200091362, 0.4086790680885315, 0.24496141076087952, 0.25977015495300293, 0.010179379023611546, 0.009625731967389584], "count": [288]}, "actions": {"min": [-1.0814459323883057, -0.7639913558959961, -0.5208365321159363, -0.3087459206581116, -0.3734733462333679, -0.2950948178768158, -1.0], "max": [1.078365683555603, 0.7564119696617126, 0.6031093001365662, 0.4040749967098236, 0.44298726320266724, 0.27897146344184875, 1.0], "mean": [0.008074902929365635, -0.05759108066558838, 0.00756913423538208, -0.028823819011449814, 0.00461226049810648, 0.0001311975356657058, 0.2361111044883728], "std": [0.2950918972492218, 0.21786727011203766, 0.2102338671684265, 0.09041880816221237, 0.09713013470172882, 0.07181698828935623, 0.9717262983322144], "count": [288]}, "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": [1032], "max": [1032], "mean": [1032.0], "std": [0.0], "count": [288]}, "index": {"min": [324239], "max": [324526], "mean": [324382.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1033, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36561230229396446]], [[0.3073394212909773]], [[0.2377021412568934]]], "std": [[[0.14012500356035984]], [[0.13360841739631976]], [[0.1515361940873271]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.361780325496898]], [[0.28936334168677236]], [[0.20518729176240807]]], "std": [[[0.17383611006732486]], [[0.12406796677831029]], [[0.09103534354002621]]], "count": [100]}, "state": {"min": [-0.4085835814476013, -0.21553559601306915, 1.0045040845870972, 1.9085291624069214, -0.4939533472061157, -0.4361386299133301, 0.014024748466908932, -0.04004044458270073], "max": [-0.04231142997741699, 0.015297900885343552, 1.2743051052093506, 3.137540817260742, 0.11381514370441437, 0.5596051216125488, 0.03982219099998474, -0.014510557986795902], "mean": [-0.24394112825393677, -0.11434417217969894, 1.167794108390808, 2.7235054969787598, -0.17454186081886292, 0.04244985431432724, 0.02720525674521923, -0.027945157140493393], "std": [0.13863489031791687, 0.05035088211297989, 0.06967482715845108, 0.41672560572624207, 0.17116877436637878, 0.35580894351005554, 0.01098957285284996, 0.010510154068470001], "count": [290]}, "actions": {"min": [-0.9931848645210266, -1.1630618572235107, -0.9512654542922974, -0.51678466796875, -0.2870321273803711, -0.2147025614976883, -1.0], "max": [1.836093783378601, 0.5830621123313904, 0.7805948853492737, 0.5909774899482727, 0.48802706599235535, 0.36312854290008545, 1.0], "mean": [-0.0019709658809006214, -0.04333958402276039, 0.011842682026326656, -0.01507570967078209, -0.00615119282156229, -0.0018190593691542745, 0.06896551698446274], "std": [0.30117127299308777, 0.19082526862621307, 0.22743429243564606, 0.11097568273544312, 0.06957069784402847, 0.07796331495046616, 0.9976184964179993], "count": [290]}, "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": [1033], "max": [1033], "mean": [1033.0], "std": [0.0], "count": [290]}, "index": {"min": [324527], "max": [324816], "mean": [324671.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [290]}}} +{"episode_index": 1034, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36433490768133425]], [[0.30705283969056374]], [[0.23811769672468597]]], "std": [[[0.14241937312002606]], [[0.1348873325905608]], [[0.1518466451239934]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684509851792279]], [[0.2922505517099418]], [[0.20373846615062038]]], "std": [[[0.18545901765567085]], [[0.13559271031342018]], [[0.09997662295863487]]], "count": [100]}, "state": {"min": [-0.38386499881744385, -0.21200184524059296, 1.017134666442871, 1.9489657878875732, -0.3365987539291382, -0.36368855834007263, 0.015493673272430897, -0.04000885412096977], "max": [-0.016772795468568802, 0.04010339826345444, 1.277908444404602, 3.237748622894287, 0.5586012005805969, 0.5600913166999817, 0.03988223895430565, -0.0157729871571064], "mean": [-0.222057044506073, -0.10514798015356064, 1.1728572845458984, 2.7908151149749756, -0.025404633954167366, 0.09570059925317764, 0.025614988058805466, -0.026248972862958908], "std": [0.1299647092819214, 0.05391593649983406, 0.06585059314966202, 0.4356125593185425, 0.2318251132965088, 0.31485411524772644, 0.010276244021952152, 0.009866422042250633], "count": [264]}, "actions": {"min": [-1.072119116783142, -0.7143730521202087, -0.7086314558982849, -0.6400860548019409, -0.1900554597377777, -0.21963457763195038, -1.0], "max": [1.0153534412384033, 0.46840929985046387, 0.5299239158630371, 0.8206390738487244, 0.8342270255088806, 0.24242140352725983, 1.0], "mean": [0.008864699862897396, -0.06266281753778458, 0.005025186575949192, -0.028914161026477814, 0.0010364262852817774, 0.0009453684906475246, 0.25], "std": [0.30955633521080017, 0.20062127709388733, 0.23989589512348175, 0.1152583584189415, 0.09355379641056061, 0.0843999981880188, 0.9682458639144897], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [1034], "max": [1034], "mean": [1034.0], "std": [0.0], "count": [264]}, "index": {"min": [324817], "max": [325080], "mean": [324948.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [264]}}} +{"episode_index": 1035, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3621094868977865]], [[0.3046750823376226]], [[0.23590869320140165]]], "std": [[[0.14064509388049554]], [[0.13255062601575662]], [[0.14896370393749161]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.3647943043428309]], [[0.29096893370385263]], [[0.20554793533624385]]], "std": [[[0.17697171365635458]], [[0.12876491779853674]], [[0.09785336761790267]]], "count": [100]}, "state": {"min": [-0.3710192143917084, -0.18871524930000305, 1.0098869800567627, 2.0229482650756836, -0.22261680662631989, -0.11334272474050522, 0.013638176955282688, -0.04004412889480591], "max": [-0.023782014846801758, 0.03702552616596222, 1.2539438009262085, 3.2396931648254395, 0.243394672870636, 0.41961219906806946, 0.039863210171461105, -0.01560294535011053], "mean": [-0.2296607345342636, -0.08658084273338318, 1.1836401224136353, 2.7028772830963135, -0.038762666285037994, 0.11161244660615921, 0.02424323558807373, -0.025299958884716034], "std": [0.128799170255661, 0.06200709939002991, 0.06820820271968842, 0.4219934344291687, 0.11242318153381348, 0.2013000100851059, 0.011726506985723972, 0.011219730600714684], "count": [302]}, "actions": {"min": [-0.8771740198135376, -0.8348187804222107, -0.7043096423149109, -0.285209983587265, -0.230747789144516, -0.19279058277606964, -1.0], "max": [0.6688436269760132, 1.0731480121612549, 0.6729891300201416, 0.3335941731929779, 0.3073679804801941, 0.3282981216907501, 1.0], "mean": [0.002356491284444928, -0.03397534042596817, 0.017583560198545456, -0.020518558099865913, -0.0022477228194475174, -0.002310439944267273, 0.21192052960395813], "std": [0.2722119390964508, 0.24857856333255768, 0.21154628694057465, 0.08675216883420944, 0.06266289949417114, 0.0651240348815918, 0.977284848690033], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [1035], "max": [1035], "mean": [1035.0], "std": [0.0], "count": [302]}, "index": {"min": [325081], "max": [325382], "mean": [325231.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [302]}}} +{"episode_index": 1036, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35695910524854474]], [[0.2995429430194929]], [[0.23243123013365502]]], "std": [[[0.14031750989829475]], [[0.1313886367486254]], [[0.14593432866066466]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35409190996955425]], [[0.2821524652219286]], [[0.19949748200061274]]], "std": [[[0.1825853654216852]], [[0.1300319747843225]], [[0.0921337049419721]]], "count": [100]}, "state": {"min": [-0.3976978063583374, -0.20153449475765228, 1.0000473260879517, 2.038963556289673, -0.33893558382987976, -0.08573739975690842, 0.014731462113559246, -0.03996900096535683], "max": [-0.25076794624328613, 0.2254737913608551, 1.27433443069458, 3.247694730758667, 0.18643037974834442, 0.49431008100509644, 0.04000403359532356, -0.012791648507118225], "mean": [-0.323987752199173, 0.06635536998510361, 1.1468358039855957, 2.81254243850708, -0.0949806347489357, 0.1569957584142685, 0.02666746824979782, -0.026561474427580833], "std": [0.04875925928354263, 0.15816837549209595, 0.08176247775554657, 0.4542296528816223, 0.1304517239332199, 0.22418154776096344, 0.011261066421866417, 0.01078114565461874], "count": [232]}, "actions": {"min": [-0.6077208518981934, -1.2446829080581665, -0.6105735898017883, -0.4749811291694641, -0.1881316751241684, -0.2823704779148102, -1.0], "max": [0.4595954716205597, 1.17474365234375, 0.9404307007789612, 0.4410667419433594, 0.40191444754600525, 0.14542034268379211, 1.0], "mean": [-0.0037162781227380037, -0.06137501448392868, 0.010297109372913837, -0.0234372615814209, 0.0017719559837132692, -0.0028482177294790745, 0.12068965286016464], "std": [0.14965856075286865, 0.2922836244106293, 0.2619401514530182, 0.1045876070857048, 0.06716951727867126, 0.050261061638593674, 0.9926916360855103], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [1036], "max": [1036], "mean": [1036.0], "std": [0.0], "count": [232]}, "index": {"min": [325383], "max": [325614], "mean": [325498.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [232]}}} +{"episode_index": 1037, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35579628259995405]], [[0.29871321494906555]], [[0.23124440570906096]]], "std": [[[0.14014195710978067]], [[0.12993728803073915]], [[0.14362472669735463]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.33894180537205115]], [[0.27151501285328583]], [[0.1946140806908701]]], "std": [[[0.17907254055598035]], [[0.13383944010739235]], [[0.10592175481151803]]], "count": [100]}, "state": {"min": [-0.3279624581336975, -0.20909924805164337, 0.9967750906944275, 1.9179874658584595, -0.2257084846496582, -0.19084754586219788, 0.015497105196118355, -0.03986085578799248], "max": [-0.2445574700832367, 0.17836464941501617, 1.2923541069030762, 3.23630428314209, 0.2627287805080414, 0.3992299437522888, 0.04000448063015938, -0.015070207417011261], "mean": [-0.2926613986492157, 0.013935625553131104, 1.1405071020126343, 2.7618846893310547, -0.01768377609550953, 0.07391466945409775, 0.02644038386642933, -0.026986945420503616], "std": [0.0262715145945549, 0.14073878526687622, 0.08918197453022003, 0.5009725093841553, 0.12167254835367203, 0.22057224810123444, 0.010694516822695732, 0.010122803971171379], "count": [200]}, "actions": {"min": [-0.42987924814224243, -0.8357033133506775, -0.8398438692092896, -0.41004809737205505, -0.14394624531269073, -0.24115853011608124, -1.0], "max": [0.4433949887752533, 0.7462673783302307, 1.0756340026855469, 0.40468519926071167, 0.505073070526123, 0.1882367581129074, 1.0], "mean": [0.017369454726576805, -0.06053609773516655, 0.01172662153840065, -0.03012222610414028, 0.0050183190032839775, -0.002760358387604356, 0.1599999964237213], "std": [0.1223612129688263, 0.2835322618484497, 0.30753761529922485, 0.11703668534755707, 0.08268626034259796, 0.05758502706885338, 0.9871158003807068], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [1037], "max": [1037], "mean": [1037.0], "std": [0.0], "count": [200]}, "index": {"min": [325615], "max": [325814], "mean": [325714.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [200]}}} +{"episode_index": 1038, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3554023676853554]], [[0.29810774380553]], [[0.23023395972158392]]], "std": [[[0.1420667597493401]], [[0.13154981643733027]], [[0.14464507945246963]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.33856900742474727]], [[0.2700202517041973]], [[0.19194421925264246]]], "std": [[[0.1802239543600571]], [[0.1305425979106177]], [[0.09669715404240976]]], "count": [100]}, "state": {"min": [-0.3565458655357361, -0.21911472082138062, 0.9904887676239014, 1.986885666847229, -0.23971772193908691, -0.27097874879837036, 0.013864388689398766, -0.03990573063492775], "max": [-0.24893797934055328, 0.2093275487422943, 1.2082186937332153, 3.3293323516845703, 0.13146764039993286, 0.4321833550930023, 0.04256531223654747, 0.0011483441339805722], "mean": [-0.3037411868572235, 0.009890155866742134, 1.1274880170822144, 2.828181028366089, -0.054286889731884, 0.038613542914390564, 0.027158023789525032, -0.026760496199131012], "std": [0.028579261153936386, 0.14499062299728394, 0.0650143176317215, 0.479788213968277, 0.09800773859024048, 0.25092825293540955, 0.011652565561234951, 0.01139082107692957], "count": [208]}, "actions": {"min": [-0.3925294578075409, -0.8849858045578003, -1.0700539350509644, -0.5882741212844849, -0.2549463212490082, -0.4952540099620819, -1.0], "max": [0.636706531047821, 2.2849977016448975, 0.6807377934455872, 0.6420378088951111, 1.0784034729003906, 0.2209700644016266, 1.0], "mean": [0.0061795408837497234, -0.05401674285531044, -0.015776684507727623, -0.02687864750623703, 0.005707059986889362, -0.003260103752836585, 0.06730769574642181], "std": [0.13569651544094086, 0.3714347779750824, 0.2726544737815857, 0.14527593553066254, 0.12038258463144302, 0.08386692404747009, 0.9977322816848755], "count": [208]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [1038], "max": [1038], "mean": [1038.0], "std": [0.0], "count": [208]}, "index": {"min": [325815], "max": [326022], "mean": [325918.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [208]}}} +{"episode_index": 1039, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3569482984355852]], [[0.300890858968099]], [[0.23461374320235906]]], "std": [[[0.1433343660113926]], [[0.13394636513341318]], [[0.14781983231928067]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3486363375794654]], [[0.277328233905867]], [[0.19554262826956956]]], "std": [[[0.18211967806462362]], [[0.1318915182385746]], [[0.09633999553327766]]], "count": [100]}, "state": {"min": [-0.32372575998306274, -0.20356318354606628, 1.0017356872558594, 2.008484363555908, -0.2530285716056824, -0.19336393475532532, 0.0163019560277462, -0.03983670473098755], "max": [-0.2406473457813263, 0.19866569340229034, 1.2519036531448364, 3.3160746097564697, 0.33453476428985596, 0.4943622350692749, 0.04000724479556084, -0.00787066388875246], "mean": [-0.28513437509536743, 0.027325130999088287, 1.1378464698791504, 2.8520960807800293, -0.01852547563612461, 0.11690084636211395, 0.027471087872982025, -0.027190642431378365], "std": [0.021808387711644173, 0.14790818095207214, 0.06972961872816086, 0.4978737235069275, 0.15129636228084564, 0.2789081335067749, 0.010312355123460293, 0.010275145061314106], "count": [233]}, "actions": {"min": [-0.564102053642273, -0.8679261207580566, -0.7988571524620056, -0.38436761498451233, -0.15039600431919098, -0.35308176279067993, -1.0], "max": [0.5780138969421387, 0.659451425075531, 1.1367831230163574, 0.6745134592056274, 0.5346754193305969, 0.16286008059978485, 1.0], "mean": [0.02214914932847023, -0.05530546233057976, -0.007681704591959715, -0.02667398564517498, 0.0029127048328518867, 0.00400541489943862, 0.1244635209441185], "std": [0.1213604062795639, 0.2884674668312073, 0.2558017075061798, 0.11272332072257996, 0.07080268859863281, 0.05655369907617569, 0.9922258853912354], "count": [233]}, "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": [1039], "max": [1039], "mean": [1039.0], "std": [0.0], "count": [233]}, "index": {"min": [326023], "max": [326255], "mean": [326139.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [233]}}} +{"episode_index": 1040, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3589443622663909]], [[0.3016617270076976]], [[0.2342669366574755]]], "std": [[[0.14371285157677197]], [[0.1340070852357401]], [[0.14842011495673885]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3817509693818934]], [[0.29973263549804685]], [[0.2052857785692402]]], "std": [[[0.1746437779172876]], [[0.12171854070175979]], [[0.08362674099196088]]], "count": [100]}, "state": {"min": [-0.3707543909549713, -0.1612117737531662, 0.9949412941932678, 1.9306737184524536, -0.31874942779541016, -0.22693750262260437, 0.01435887347906828, -0.04000776633620262], "max": [-0.07503747940063477, 0.1697755604982376, 1.201216697692871, 3.214913845062256, 0.13728608191013336, 0.7033351063728333, 0.039848338812589645, -0.01683620549738407], "mean": [-0.24907855689525604, 0.04804190993309021, 1.1067614555358887, 2.714574098587036, -0.09782665222883224, 0.17194069921970367, 0.023376282304525375, -0.024352800101041794], "std": [0.10810915380716324, 0.09226687997579575, 0.05813929811120033, 0.441529780626297, 0.12043505907058716, 0.3489157557487488, 0.010803645476698875, 0.010124310851097107], "count": [277]}, "actions": {"min": [-1.2945319414138794, -0.8897605538368225, -0.48891201615333557, -0.5430952310562134, -0.18660582602024078, -0.16565220057964325, -1.0], "max": [0.48542535305023193, 0.4519958198070526, 1.0418919324874878, 0.12841767072677612, 0.13594964146614075, 0.16466176509857178, 1.0], "mean": [0.004648296162486076, -0.06029380485415459, -0.026526661589741707, -0.03754313290119171, -0.011825275607407093, 0.013716268353164196, 0.4079422354698181], "std": [0.24241718649864197, 0.2129499465227127, 0.23218049108982086, 0.07194213569164276, 0.05718983709812164, 0.05295252427458763, 0.9130046367645264], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [1040], "max": [1040], "mean": [1040.0], "std": [0.0], "count": [277]}, "index": {"min": [326256], "max": [326532], "mean": [326394.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [277]}}} +{"episode_index": 1041, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3589484599992341]], [[0.30189819515452665]], [[0.2345916520660999]]], "std": [[[0.1423417517396922]], [[0.1327495088736985]], [[0.14730345931672922]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38592890720741424]], [[0.29989666209501376]], [[0.20090090882544426]]], "std": [[[0.18539066691828746]], [[0.13063903436258453]], [[0.08663408954477182]]], "count": [100]}, "state": {"min": [-0.4116136133670807, -0.16659890115261078, 0.9879153370857239, 1.8400225639343262, -0.2981695234775543, -0.08193163573741913, 0.013726426288485527, -0.039988551288843155], "max": [-0.07083302736282349, 0.19666707515716553, 1.2118622064590454, 3.2195889949798584, 0.1468612253665924, 0.4998529255390167, 0.03998807445168495, -0.0162295401096344], "mean": [-0.2522679269313812, 0.06385763734579086, 1.1055190563201904, 2.8301408290863037, -0.06922774016857147, 0.13140705227851868, 0.02425689436495304, -0.025170495733618736], "std": [0.12281005829572678, 0.09306022524833679, 0.07075384259223938, 0.4545033574104309, 0.1161966472864151, 0.2097693681716919, 0.01166527159512043, 0.010904395952820778], "count": [292]}, "actions": {"min": [-1.442033052444458, -0.9111325740814209, -0.8299897909164429, -0.40315571427345276, -0.154297336935997, -0.21307912468910217, -1.0], "max": [0.798477292060852, 0.7036997079849243, 0.8681473731994629, 0.08551642298698425, 0.2430875301361084, 0.22483845055103302, 1.0], "mean": [-0.0011941336560994387, -0.04976906254887581, -0.02506270445883274, -0.03693808242678642, -0.011144118383526802, 0.006722558755427599, 0.2945205569267273], "std": [0.24906423687934875, 0.20714645087718964, 0.24852530658245087, 0.07162772119045258, 0.05456279590725899, 0.04843492433428764, 0.9556437134742737], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [1041], "max": [1041], "mean": [1041.0], "std": [0.0], "count": [292]}, "index": {"min": [326533], "max": [326824], "mean": [326678.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [292]}}} +{"episode_index": 1042, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35983907841701135]], [[0.30179713589537377]], [[0.23364283124138327]]], "std": [[[0.14700560936252538]], [[0.13735524159444581]], [[0.1513897659302075]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.3730858423569623]], [[0.29625337368834254]], [[0.20750799680223653]]], "std": [[[0.18240951325396673]], [[0.13360552486859406]], [[0.10093452331152775]]], "count": [100]}, "state": {"min": [-0.43873870372772217, -0.17402957379817963, 0.9919255375862122, 1.6374825239181519, -0.4383159577846527, 0.001245257444679737, 0.013016773387789726, -0.04000282287597656], "max": [-0.08179572969675064, 0.16245976090431213, 1.2525619268417358, 3.137385129928589, 0.2392253875732422, 0.4873042404651642, 0.03995705768465996, -0.01538704801350832], "mean": [-0.2935841977596283, 0.053971562534570694, 1.1116399765014648, 2.634758710861206, -0.15404750406742096, 0.2242792248725891, 0.020383931696414948, -0.021610746160149574], "std": [0.13567370176315308, 0.08340112864971161, 0.07829693704843521, 0.5294400453567505, 0.15643800795078278, 0.17845335602760315, 0.010714567266404629, 0.010030392557382584], "count": [330]}, "actions": {"min": [-1.2945671081542969, -0.751210629940033, -0.5985342860221863, -0.26477089524269104, -0.20294788479804993, -0.12246818095445633, -1.0], "max": [0.527414858341217, 0.43334871530532837, 1.27161705493927, 0.11399627476930618, 0.12526142597198486, 0.170694500207901, 1.0], "mean": [-0.029220737516880035, -0.06417546421289444, -0.03898073732852936, -0.03527356684207916, -0.006398404948413372, 0.0024608096573501825, 0.5575757622718811], "std": [0.24515564739704132, 0.17655208706855774, 0.2519535720348358, 0.061050232499837875, 0.051750242710113525, 0.04467453062534332, 0.830126166343689], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [1042], "max": [1042], "mean": [1042.0], "std": [0.0], "count": [330]}, "index": {"min": [326825], "max": [327154], "mean": [326989.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [330]}}} +{"episode_index": 1043, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3568046779258578]], [[0.29965849573471964]], [[0.2323533738080193]]], "std": [[[0.1435803314228208]], [[0.13340880764181207]], [[0.1474408169644246]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.382236925312117]], [[0.30175739004097735]], [[0.20880441643210018]]], "std": [[[0.17851814838663915]], [[0.12598208902794428]], [[0.0885102988155474]]], "count": [100]}, "state": {"min": [-0.4288066625595093, -0.1626136749982834, 0.9896290302276611, 1.9010076522827148, -0.2775130867958069, -0.42232784628868103, 0.0137282470241189, -0.0400051511824131], "max": [-0.062461815774440765, 0.21736814081668854, 1.2414969205856323, 3.237342119216919, 0.1232968419790268, 0.6940619349479675, 0.03996171057224274, -0.01654249243438244], "mean": [-0.26851093769073486, 0.06990770250558853, 1.127949833869934, 2.7261595726013184, -0.11792480945587158, 0.1322188377380371, 0.022905807942152023, -0.023899998515844345], "std": [0.13614864647388458, 0.10187207907438278, 0.07149989902973175, 0.5026896595954895, 0.10655411332845688, 0.3806148171424866, 0.011055448092520237, 0.010264548473060131], "count": [319]}, "actions": {"min": [-1.1808735132217407, -0.484832763671875, -0.8534855246543884, -0.5670489072799683, -0.17262162268161774, -0.1576935201883316, -1.0], "max": [0.625512957572937, 0.8906183242797852, 1.1316438913345337, 0.11255399882793427, 0.1554420441389084, 0.3082278072834015, 1.0], "mean": [-0.011371901258826256, -0.039638496935367584, -0.021851420402526855, -0.0356796495616436, -0.011397912167012691, 0.010517098009586334, 0.41692790389060974], "std": [0.24394695460796356, 0.22747120261192322, 0.26037898659706116, 0.08376222103834152, 0.05148054659366608, 0.05878675356507301, 0.9089368581771851], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [1043], "max": [1043], "mean": [1043.0], "std": [0.0], "count": [319]}, "index": {"min": [327155], "max": [327473], "mean": [327314.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [319]}}} +{"episode_index": 1044, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35699733898686425]], [[0.2992409853467754]], [[0.23072844142539828]]], "std": [[[0.14095406397931734]], [[0.13122302307745598]], [[0.14552043606445444]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.3386461756089154]], [[0.27255933454924935]], [[0.19674220485313265]]], "std": [[[0.18362715219194864]], [[0.1380040049622846]], [[0.1083468091215171]]], "count": [100]}, "state": {"min": [-0.3457685112953186, -0.23247554898262024, 1.005667805671692, 1.939594030380249, -0.30280783772468567, -0.2352638840675354, 0.014597521163523197, -0.03991817682981491], "max": [-0.1848703920841217, 0.083555206656456, 1.2546727657318115, 3.2143802642822266, 0.3259337246417999, 0.4097867012023926, 0.03989870846271515, -0.01696898601949215], "mean": [-0.2707774043083191, -0.04456032067537308, 1.1545387506484985, 2.7342991828918457, -0.030261151492595673, 0.09865415841341019, 0.02572978287935257, -0.026469286531209946], "std": [0.0562635101377964, 0.10932784527540207, 0.06774849444627762, 0.4498535692691803, 0.15082889795303345, 0.23587818443775177, 0.011139809153974056, 0.010610505938529968], "count": [199]}, "actions": {"min": [-0.5446498394012451, -0.6373932361602783, -0.7345437407493591, -0.4919317960739136, -0.2344089299440384, -0.5236426591873169, -1.0], "max": [0.7379735708236694, 0.5947895646095276, 0.9767522811889648, 0.7411285042762756, 0.8526418209075928, 0.3046497702598572, 1.0], "mean": [0.010103498585522175, -0.06534262746572495, -0.0008353618904948235, -0.027734139934182167, 0.0049672313034534454, -0.006133134011179209, 0.14572864770889282], "std": [0.21583916246891022, 0.22578850388526917, 0.2879005968570709, 0.1299298256635666, 0.1107511818408966, 0.0815596729516983, 0.9893254637718201], "count": [199]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [1044], "max": [1044], "mean": [1044.0], "std": [0.0], "count": [199]}, "index": {"min": [327474], "max": [327672], "mean": [327573.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [199]}}} +{"episode_index": 1045, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35834812957165285]], [[0.3007050398284314]], [[0.2327530122644761]]], "std": [[[0.14038345353774337]], [[0.1317122033174656]], [[0.146775690305325]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.34626107070025275]], [[0.2776472664627374]], [[0.1990742702110141]]], "std": [[[0.1837170568094162]], [[0.13811218877538903]], [[0.10893304199571831]]], "count": [100]}, "state": {"min": [-0.414493203163147, -0.20904958248138428, 0.9896499514579773, 1.8707507848739624, -0.2675124406814575, -0.05101080238819122, 0.013535191304981709, -0.04000259190797806], "max": [-0.18918606638908386, 0.12585239112377167, 1.2348480224609375, 3.15014386177063, 0.10184324532747269, 0.34214484691619873, 0.041214387863874435, -0.002816727152094245], "mean": [-0.3044814467430115, 0.010107812471687794, 1.1273863315582275, 2.7617805004119873, -0.06419780850410461, 0.083794966340065, 0.027115575969219208, -0.027140377089381218], "std": [0.07974323630332947, 0.10215147584676743, 0.07160424441099167, 0.47825542092323303, 0.09657980501651764, 0.1400720328092575, 0.01220342144370079, 0.011630821041762829], "count": [230]}, "actions": {"min": [-6.352839946746826, -0.9053511023521423, -1.355176568031311, -0.5672988891601562, -0.1469600796699524, -17.378246307373047, -1.0], "max": [0.6271539330482483, 5.9363532066345215, 0.6915135383605957, 8.359756469726562, 4.028084754943848, 0.10297039151191711, 1.0], "mean": [-0.023516934365034103, -0.028365405276417732, -0.007304321974515915, 0.010652872733771801, 0.015152300707995892, -0.07511594146490097, 0.017391303554177284], "std": [0.4728489816188812, 0.46016591787338257, 0.2578331530094147, 0.5641444325447083, 0.27038028836250305, 1.1438567638397217, 0.999847948551178], "count": [230]}, "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": [1045], "max": [1045], "mean": [1045.0], "std": [0.0], "count": [230]}, "index": {"min": [327673], "max": [327902], "mean": [327787.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [230]}}} +{"episode_index": 1046, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3550044902726716]], [[0.2974409353218827]], [[0.22939878276750153]]], "std": [[[0.13910091874989755]], [[0.12864939259308808]], [[0.14293157905735895]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3461547193340227]], [[0.27479078464882045]], [[0.19286240162568935]]], "std": [[[0.17945596599781363]], [[0.12938135858644448]], [[0.09285766573759825]]], "count": [100]}, "state": {"min": [-0.3786656856536865, -0.22468069195747375, 1.0073535442352295, 2.0275330543518066, -0.25998133420944214, -0.1754562258720398, 0.013871019706130028, -0.040005698800086975], "max": [-0.14786790311336517, 0.06588537245988846, 1.3310654163360596, 3.1829488277435303, 0.17824241518974304, 0.42712050676345825, 0.0399131253361702, -0.015696406364440918], "mean": [-0.26843422651290894, -0.05206852778792381, 1.1759237051010132, 2.789567470550537, -0.015528135001659393, 0.05649047717452049, 0.025632455945014954, -0.02643367275595665], "std": [0.08516866713762283, 0.09983048588037491, 0.09335791319608688, 0.3910196125507355, 0.14138315618038177, 0.20255929231643677, 0.011385447345674038, 0.010838307440280914], "count": [247]}, "actions": {"min": [-6.197134017944336, -0.5250041484832764, -2.4517576694488525, -0.4339766204357147, -0.17997556924819946, -15.70512866973877, -1.0], "max": [0.47646069526672363, 5.700177192687988, 1.134119987487793, 8.232685089111328, 5.3590087890625, 0.13878920674324036, 1.0], "mean": [-0.020653508603572845, -0.038557764142751694, 0.008601958863437176, 0.00406279880553484, 0.014340718276798725, -0.06662068516016006, 0.14979757368564606], "std": [0.44710010290145874, 0.3952862620353699, 0.3019028306007385, 0.5309295058250427, 0.3465753197669983, 0.998785674571991, 0.9887157678604126], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [1046], "max": [1046], "mean": [1046.0], "std": [0.0], "count": [247]}, "index": {"min": [327903], "max": [328149], "mean": [328026.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [247]}}} +{"episode_index": 1047, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3594147368786382]], [[0.3023370217715992]], [[0.23458486699123007]]], "std": [[[0.14174071590998405]], [[0.1335040117295974]], [[0.14937194473490667]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.34213354372510724]], [[0.2740078657561657]], [[0.19557072478649665]]], "std": [[[0.18669670123116355]], [[0.1382003513351014]], [[0.10387162590131485]]], "count": [100]}, "state": {"min": [-0.3724488615989685, -0.2599124610424042, 0.9911477565765381, 1.9987273216247559, -0.33059027791023254, -0.09290188550949097, 0.015058780089020729, -0.0400439091026783], "max": [-0.161087766289711, 0.0760609582066536, 1.2514610290527344, 3.2203452587127686, 0.24316257238388062, 0.43482157588005066, 0.040003083646297455, -0.017248541116714478], "mean": [-0.26990967988967896, -0.06200578436255455, 1.1521921157836914, 2.799233913421631, -0.04276478290557861, 0.15882763266563416, 0.025860704481601715, -0.02665826678276062], "std": [0.07675661146640778, 0.1164746880531311, 0.07119567692279816, 0.44613030552864075, 0.14658358693122864, 0.2045605182647705, 0.01102545578032732, 0.010608597658574581], "count": [221]}, "actions": {"min": [-0.7558059692382812, -0.6509179472923279, -0.47125306725502014, -0.478356271982193, -0.1816997528076172, -0.1974858194589615, -1.0], "max": [1.068535327911377, 0.8064311146736145, 1.0735174417495728, 0.3719399869441986, 0.35408949851989746, 0.22728608548641205, 1.0], "mean": [-0.01093269232660532, -0.06785136461257935, -0.0023809599224478006, -0.02467380277812481, 0.001075758133083582, -0.003956543747335672, 0.15837104618549347], "std": [0.23464910686016083, 0.2158345729112625, 0.2679480314254761, 0.11401137709617615, 0.06618276238441467, 0.05669334903359413, 0.9873802065849304], "count": [221]}, "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": [1047], "max": [1047], "mean": [1047.0], "std": [0.0], "count": [221]}, "index": {"min": [328150], "max": [328370], "mean": [328260.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [221]}}} +{"episode_index": 1048, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3560465213551241]], [[0.29869548064587165]], [[0.23089936140471815]]], "std": [[[0.14106451416710344]], [[0.13126575605472077]], [[0.14592648150769555]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3413045558555453]], [[0.2743292242311964]], [[0.1974276673560049]]], "std": [[[0.18565552187277756]], [[0.14210685927213573]], [[0.11448491589013308]]], "count": [100]}, "state": {"min": [-0.37290629744529724, -0.22517512738704681, 1.0027161836624146, 1.8582249879837036, -0.2930121421813965, -0.3366774916648865, 0.015657806769013405, -0.0400221012532711], "max": [-0.17044959962368011, 0.09780784696340561, 1.285436749458313, 3.2004971504211426, 0.33571314811706543, 0.38686642050743103, 0.03996254503726959, -0.018506167456507683], "mean": [-0.2802005708217621, -0.03987022861838341, 1.1568217277526855, 2.7156107425689697, -0.0013158704387024045, 0.04756356403231621, 0.026219334453344345, -0.027241673320531845], "std": [0.07267961651086807, 0.10635367780923843, 0.07695408165454865, 0.4848276674747467, 0.16784100234508514, 0.2550995945930481, 0.010457707569003105, 0.009762657806277275], "count": [251]}, "actions": {"min": [-0.8785369992256165, -0.6675747036933899, -0.5293757915496826, -0.37105706334114075, -0.15692104399204254, -0.1469566971063614, -1.0], "max": [0.680855393409729, 0.3972930610179901, 0.7745509743690491, 0.756451427936554, 0.34126803278923035, 0.2511221170425415, 1.0], "mean": [0.0050354828126728535, -0.05955857038497925, 0.012837654910981655, -0.024611398577690125, -0.001567747793160379, -0.0004949463182128966, 0.1872510015964508], "std": [0.2115708738565445, 0.1849142163991928, 0.23869016766548157, 0.10720118880271912, 0.0628110021352768, 0.0579831637442112, 0.9823135733604431], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [1048], "max": [1048], "mean": [1048.0], "std": [0.0], "count": [251]}, "index": {"min": [328371], "max": [328621], "mean": [328496.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [251]}}} +{"episode_index": 1049, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36286559938916974]], [[0.2996520990109911]], [[0.2286709582758885]]], "std": [[[0.13368623712114644]], [[0.1280537257846777]], [[0.14274964914093538]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33696121335497087]], [[0.25659754435221355]], [[0.16929837634516698]]], "std": [[[0.1835241501718437]], [[0.12834380098026751]], [[0.08081002402632]]], "count": [100]}, "state": {"min": [-0.5116681456565857, -0.21588563919067383, 0.9899850487709045, 2.944553852081299, -0.19717086851596832, -0.09420785307884216, 0.014573890715837479, -0.04000664874911308], "max": [-0.264112263917923, 0.15600253641605377, 1.2448787689208984, 3.1681149005889893, 0.05966097488999367, 0.17068009078502655, 0.039827942848205566, -0.014864380471408367], "mean": [-0.4040469229221344, -0.0017634915420785546, 1.1366676092147827, 3.0589733123779297, -0.08707717806100845, 0.05822112783789635, 0.022414833307266235, -0.022907570004463196], "std": [0.09779297560453415, 0.14376702904701233, 0.07743362337350845, 0.05676528066396713, 0.06634695827960968, 0.07716353982686996, 0.010602851398289204, 0.010964062996208668], "count": [254]}, "actions": {"min": [-0.8760719299316406, -0.7499877214431763, -0.6927393078804016, -0.25531721115112305, -0.1477668136358261, -0.19325074553489685, -1.0], "max": [0.1686035394668579, 1.0317721366882324, 1.3359980583190918, 0.1826053410768509, 0.12149841338396072, 0.2990788221359253, 1.0], "mean": [-0.055075228214263916, 0.050208672881126404, -0.01658008061349392, 0.0024290510918945074, 0.003914680331945419, 0.0021155693102627993, 0.36220473051071167], "std": [0.1739843487739563, 0.31826579570770264, 0.31668588519096375, 0.044085897505283356, 0.04050535336136818, 0.05133049190044403, 0.9320989847183228], "count": [254]}, "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": [1049], "max": [1049], "mean": [1049.0], "std": [0.0], "count": [254]}, "index": {"min": [328622], "max": [328875], "mean": [328748.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [254]}}} +{"episode_index": 1050, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.36265824022480087]], [[0.29883178112553616]], [[0.22665993783988206]]], "std": [[[0.13346223501010848]], [[0.1270658897754952]], [[0.14107966164865413]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.34888202562519144]], [[0.2656968802657782]], [[0.17446283138499538]]], "std": [[[0.18005342144708056]], [[0.12559784948432845]], [[0.07869508182776054]]], "count": [100]}, "state": {"min": [-0.5596883893013, -0.19317176938056946, 0.9981964230537415, 2.988346576690674, -0.3954654335975647, -0.20032860338687897, 0.014716604724526405, -0.04000646620988846], "max": [-0.2693335711956024, 0.1474168747663498, 1.2790653705596924, 3.303863763809204, 0.07317635416984558, 0.07227626442909241, 0.03972910717129707, -0.013284841552376747], "mean": [-0.42914485931396484, 0.002979127923026681, 1.1531468629837036, 3.122976541519165, -0.1613680124282837, -0.07191259413957596, 0.022071605548262596, -0.02198672480881214], "std": [0.09819679707288742, 0.13241462409496307, 0.08713328093290329, 0.09598573297262192, 0.1360008716583252, 0.07051397860050201, 0.010348201729357243, 0.010774189606308937], "count": [242]}, "actions": {"min": [-0.8540252447128296, -1.2444745302200317, -0.723238468170166, -0.1743582934141159, -0.16429221630096436, -0.16745786368846893, -1.0], "max": [0.3634064197540283, 1.0747939348220825, 1.6395127773284912, 0.27896085381507874, 0.19347034394741058, 0.2390345185995102, 1.0], "mean": [-0.057538386434316635, 0.038579121232032776, -0.03592042252421379, 0.0068966057151556015, 0.0030594924464821815, -0.0010040834313258529, 0.40495866537094116], "std": [0.19060015678405762, 0.30002862215042114, 0.3396168649196625, 0.04658883437514305, 0.04681893438100815, 0.051319073885679245, 0.9143362045288086], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [1050], "max": [1050], "mean": [1050.0], "std": [0.0], "count": [242]}, "index": {"min": [328876], "max": [329117], "mean": [328996.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [242]}}} +{"episode_index": 1051, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3605003470626532]], [[0.29769226253733916]], [[0.22705529246610753]]], "std": [[[0.13271772367664122]], [[0.12641883277298946]], [[0.14129676257910861]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3333578622855392]], [[0.2512190025179994]], [[0.1623500982546339]]], "std": [[[0.180588521865844]], [[0.125144157608382]], [[0.07471647551514239]]], "count": [100]}, "state": {"min": [-0.4828876554965973, -0.2240481972694397, 1.0001909732818604, 2.891035795211792, -0.02154512144625187, -0.20706556737422943, 0.01472201757133007, -0.040014684200286865], "max": [-0.27959442138671875, 0.11569389700889587, 1.283382773399353, 3.2904255390167236, 0.17123250663280487, 0.21469415724277496, 0.039732880890369415, -0.014972318895161152], "mean": [-0.3899303078651428, -0.02158588171005249, 1.1508575677871704, 3.0855932235717773, 0.04806077107787132, 0.043342944234609604, 0.023150917142629623, -0.023345977067947388], "std": [0.07895640283823013, 0.13283811509609222, 0.08024799078702927, 0.12251894921064377, 0.05264786258339882, 0.15091964602470398, 0.010649841278791428, 0.010667501017451286], "count": [207]}, "actions": {"min": [-0.9527794718742371, -1.3731026649475098, -1.110344409942627, -0.1546272337436676, -0.14180588722229004, -0.09630843251943588, -1.0], "max": [0.13887453079223633, 1.1949877738952637, 1.313637614250183, 0.12083160132169724, 0.08869342505931854, 0.16993993520736694, 1.0], "mean": [-0.05287649855017662, 0.057566966861486435, -0.013858245685696602, 0.006228893995285034, 0.006801137700676918, 0.0058077313005924225, 0.3526569902896881], "std": [0.14723826944828033, 0.310896635055542, 0.3360784947872162, 0.0367991141974926, 0.034072522073984146, 0.04311346635222435, 0.9357523918151855], "count": [207]}, "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": [1051], "max": [1051], "mean": [1051.0], "std": [0.0], "count": [207]}, "index": {"min": [329118], "max": [329324], "mean": [329221.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [207]}}} +{"episode_index": 1052, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3609719764859069]], [[0.29729418765797333]], [[0.2257453379911535]]], "std": [[[0.1304019228078617]], [[0.12386714807881141]], [[0.1380475013619808]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.32810966162588084]], [[0.24719068818933826]], [[0.1603196512858073]]], "std": [[[0.17948518239369962]], [[0.1242981888693441]], [[0.07406947120176]]], "count": [100]}, "state": {"min": [-0.5284905433654785, -0.21138475835323334, 0.9939365386962891, 2.891979932785034, -0.1388106644153595, -0.14277513325214386, 0.014642155729234219, -0.04001042619347572], "max": [-0.3021192252635956, 0.16226299107074738, 1.2780065536499023, 3.2139432430267334, 0.19743141531944275, 0.16394062340259552, 0.03978855907917023, -0.014810350723564625], "mean": [-0.43078193068504333, 0.008896286599338055, 1.1459952592849731, 3.0372676849365234, 0.022547662258148193, 0.0028313540387898684, 0.021920010447502136, -0.02217419072985649], "std": [0.08278599381446838, 0.14566853642463684, 0.08934003114700317, 0.07907702773809433, 0.08299679309129715, 0.07750197499990463, 0.010830766521394253, 0.010893115773797035], "count": [262]}, "actions": {"min": [-0.9886150360107422, -1.0816692113876343, -0.4901683032512665, -0.19728460907936096, -0.12553048133850098, -0.17126327753067017, -1.0], "max": [0.24130801856517792, 1.0101735591888428, 1.1246676445007324, 0.16399095952510834, 0.19625316560268402, 0.18963323533535004, 1.0], "mean": [-0.038636215031147, 0.05719170346856117, -0.02696789801120758, 0.00655726483091712, 0.005402472801506519, 0.0004759747243952006, 0.40458014607429504], "std": [0.16588202118873596, 0.286273330450058, 0.281579852104187, 0.043265391141176224, 0.04011283069849014, 0.04360551759600639, 0.9145016670227051], "count": [262]}, "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": [1052], "max": [1052], "mean": [1052.0], "std": [0.0], "count": [262]}, "index": {"min": [329325], "max": [329586], "mean": [329455.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [262]}}} +{"episode_index": 1053, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3614769957299326]], [[0.29795552212584253]], [[0.22634106744504442]]], "std": [[[0.13199083486680843]], [[0.12560213593072703]], [[0.1406193962793554]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9411764705882353]], [[0.9372549019607843]]], "mean": [[[0.3216942132688036]], [[0.24260310992072612]], [[0.15737942504882813]]], "std": [[[0.18672588968285717]], [[0.12945740768429873]], [[0.07611078295617843]]], "count": [100]}, "state": {"min": [-0.5106548070907593, -0.18672429025173187, 0.9939366579055786, 3.051788330078125, -0.10535801202058792, -0.27760326862335205, 0.014605505391955376, -0.039922043681144714], "max": [-0.28759685158729553, 0.12972648441791534, 1.222453236579895, 3.392019748687744, 0.18243828415870667, 0.013991456478834152, 0.03986233100295067, -0.014604780822992325], "mean": [-0.4077533781528473, -0.01446545124053955, 1.1228607892990112, 3.2292654514312744, 0.006268890108913183, -0.11360223591327667, 0.022190188989043236, -0.022665543481707573], "std": [0.08635100722312927, 0.11956833302974701, 0.06919938325881958, 0.10750740766525269, 0.07287232577800751, 0.07778961211442947, 0.010455746203660965, 0.010981740429997444], "count": [200]}, "actions": {"min": [-0.5327489376068115, -1.2153007984161377, -0.5571957230567932, -0.19469000399112701, -0.18932266533374786, -0.17009149491786957, -1.0], "max": [0.5288849472999573, 0.6920427680015564, 0.6713361740112305, 0.14863961935043335, 0.2497594654560089, 0.2392938882112503, 1.0], "mean": [-0.052471041679382324, 0.03316282108426094, -0.017433911561965942, 0.004072398412972689, 0.004071099683642387, -0.0018545371713116765, 0.3499999940395355], "std": [0.1651783585548401, 0.3118767738342285, 0.2780352532863617, 0.045306190848350525, 0.04601084813475609, 0.05020465329289436, 0.9367495775222778], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [1053], "max": [1053], "mean": [1053.0], "std": [0.0], "count": [200]}, "index": {"min": [329587], "max": [329786], "mean": [329686.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [200]}}} +{"episode_index": 1054, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36471371160768995]], [[0.3004909416647518]], [[0.228489730535769]]], "std": [[[0.13053000974918222]], [[0.12522510477520332]], [[0.14114299769363575]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3449165595559513]], [[0.2689165948606005]], [[0.18830588606292126]]], "std": [[[0.19514426006765168]], [[0.1498254908640058]], [[0.1172523973813785]]], "count": [100]}, "state": {"min": [-0.5354079008102417, -0.027222605422139168, 1.007144808769226, 2.8586575984954834, -0.3092476725578308, -0.5376068949699402, 0.007002091966569424, -0.04001224413514137], "max": [-0.2233261913061142, 0.16197562217712402, 1.2543772459030151, 3.293593406677246, 0.013149362057447433, 0.011300584301352501, 0.039747536182403564, -0.008915324695408344], "mean": [-0.37022849917411804, 0.0633755549788475, 1.1592413187026978, 3.0136797428131104, -0.14491701126098633, -0.30341750383377075, 0.02120564505457878, -0.021670687943696976], "std": [0.12782858312129974, 0.05122200399637222, 0.06963884085416794, 0.10983499139547348, 0.0889817625284195, 0.1339195817708969, 0.01476653665304184, 0.01469173189252615], "count": [302]}, "actions": {"min": [-0.8760389089584351, -0.3869268298149109, -0.4004935622215271, -0.24360643327236176, -0.11170239001512527, -0.19281792640686035, -1.0], "max": [0.27010321617126465, 0.6579680442810059, 0.943031907081604, 0.11475549638271332, 0.13444527983665466, 0.17788375914096832, 1.0], "mean": [-0.058932796120643616, 0.029069988057017326, -0.028742007911205292, 0.0002803302195388824, -0.0027410087641328573, -0.006558139808475971, 0.17218543589115143], "std": [0.1629447638988495, 0.14778442680835724, 0.23077231645584106, 0.04207745939493179, 0.037784989923238754, 0.044681303203105927, 0.9850631952285767], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [1054], "max": [1054], "mean": [1054.0], "std": [0.0], "count": [302]}, "index": {"min": [329787], "max": [330088], "mean": [329937.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [302]}}} +{"episode_index": 1055, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3669137657015932]], [[0.30418867941463695]], [[0.23392552633846508]]], "std": [[[0.1316541321981546]], [[0.1273563269720232]], [[0.1437437275930719]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.3709399378159467]], [[0.28458764887791055]], [[0.1946364159677543]]], "std": [[[0.18708533258983667]], [[0.1383386595887841]], [[0.09656440439152357]]], "count": [100]}, "state": {"min": [-0.526516854763031, -0.007986639626324177, 0.9838833212852478, 2.9768199920654297, -0.20202402770519257, -0.49692457914352417, 0.003769304370507598, -0.04000337794423103], "max": [-0.1470852494239807, 0.1804477870464325, 1.1943907737731934, 3.2399954795837402, 0.06056412309408188, 0.05525884032249451, 0.03991995006799698, 0.0001890799612738192], "mean": [-0.3329496383666992, 0.10533986985683441, 1.1099449396133423, 3.066014528274536, -0.05773928016424179, -0.14417055249214172, 0.019339147955179214, -0.018698351457715034], "std": [0.14949779212474823, 0.043850529938936234, 0.06438810378313065, 0.06626103073358536, 0.07765285670757294, 0.17391616106033325, 0.017177056521177292, 0.01710270158946514], "count": [258]}, "actions": {"min": [-0.8905653357505798, -0.33960455656051636, -0.7233133912086487, -0.19857843220233917, -0.12662024796009064, -0.16355377435684204, -1.0], "max": [0.38692834973335266, 0.5239568948745728, 0.8495784997940063, 0.21605142951011658, 0.22649835050106049, 0.22697442770004272, 1.0], "mean": [-0.05370854586362839, 0.04229234904050827, -0.025561455637216568, 0.0019031183328479528, 0.0015250695869326591, -0.001996915554627776, 0.13953489065170288], "std": [0.25199925899505615, 0.15631748735904694, 0.2527904212474823, 0.04184059798717499, 0.05079341307282448, 0.056280966848134995, 0.9902175068855286], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [1055], "max": [1055], "mean": [1055.0], "std": [0.0], "count": [258]}, "index": {"min": [330089], "max": [330346], "mean": [330217.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [258]}}} +{"episode_index": 1056, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3657375242943857]], [[0.3031206078622855]], [[0.23263722019569547]]], "std": [[[0.1340772862408693]], [[0.12857586702363685]], [[0.1439819090914571]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3795325371237362]], [[0.29125201655369176]], [[0.19831906367283242]]], "std": [[[0.18188196532578055]], [[0.13348658054562385]], [[0.09134521759093545]]], "count": [100]}, "state": {"min": [-0.5320481061935425, 0.004306897055357695, 0.9837487936019897, 2.957221746444702, -0.26952287554740906, -0.5485318303108215, 0.0037576020695269108, -0.04000704362988472], "max": [-0.15247923135757446, 0.17073528468608856, 1.2405248880386353, 3.298153877258301, 0.1819305568933487, 0.12287768721580505, 0.03987179324030876, -0.0038751899264752865], "mean": [-0.333411306142807, 0.08492795377969742, 1.1367433071136475, 3.075530529022217, -0.0698888748884201, -0.13950684666633606, 0.016725409775972366, -0.016311930492520332], "std": [0.15516775846481323, 0.04956239461898804, 0.07754913717508316, 0.08935343474149704, 0.11537247151136398, 0.19684593379497528, 0.016781898215413094, 0.016509655863046646], "count": [294]}, "actions": {"min": [-1.494249939918518, -0.4203721284866333, -0.6043755412101746, -0.22802862524986267, -0.18453826010227203, -0.23887208104133606, -1.0], "max": [0.31214720010757446, 0.6205170750617981, 0.9160741567611694, 0.13612088561058044, 0.1655203104019165, 0.16526949405670166, 1.0], "mean": [-0.07249486446380615, 0.027843089774250984, -0.039770811796188354, 0.005125692579895258, 0.004418552853167057, 0.0025444270577281713, 0.2857142984867096], "std": [0.21006309986114502, 0.13574640452861786, 0.224842369556427, 0.0335184670984745, 0.04463021457195282, 0.05259803682565689, 0.958316445350647], "count": [294]}, "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": [1056], "max": [1056], "mean": [1056.0], "std": [0.0], "count": [294]}, "index": {"min": [330347], "max": [330640], "mean": [330493.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [294]}}} +{"episode_index": 1057, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3682202190324372]], [[0.3046635179706648]], [[0.23368249631395527]]], "std": [[[0.131441425147702]], [[0.12722274414406246]], [[0.14384302315437827]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3734554138183594]], [[0.28743427530924476]], [[0.19785030888576133]]], "std": [[[0.18636007230770274]], [[0.1369074036907681]], [[0.09252302685990821]]], "count": [100]}, "state": {"min": [-0.5215487480163574, 0.02238948829472065, 0.991858720779419, 3.0319454669952393, -0.19118426740169525, -0.30837950110435486, 0.003868407802656293, -0.039974089711904526], "max": [-0.1677611619234085, 0.19347643852233887, 1.2142442464828491, 3.3331117630004883, 0.12275455892086029, 0.11914196610450745, 0.039952944964170456, 0.0006780152907595038], "mean": [-0.3225589990615845, 0.10849925130605698, 1.1139575242996216, 3.133737087249756, -0.011471410281956196, -0.08913911879062653, 0.018008477985858917, -0.017032744362950325], "std": [0.14198681712150574, 0.04217468202114105, 0.06916549056768417, 0.06678810715675354, 0.09503359347581863, 0.12326395511627197, 0.01673830859363079, 0.01728924736380577], "count": [210]}, "actions": {"min": [-1.0684281587600708, -0.6259806156158447, -0.8284204006195068, -0.16519692540168762, -0.25214657187461853, -0.14922446012496948, -1.0], "max": [0.5318452715873718, 0.7130735516548157, 1.968125820159912, 0.21793533861637115, 0.1482767015695572, 0.23418308794498444, 1.0], "mean": [-0.08063565194606781, 0.0570809580385685, -0.04819836467504501, 0.004834616556763649, 0.0022006374783813953, 0.0026878961361944675, 0.22857142984867096], "std": [0.27087098360061646, 0.1611970216035843, 0.3294791281223297, 0.04755375161767006, 0.0529419481754303, 0.053117044270038605, 0.9735282063484192], "count": [210]}, "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": [1057], "max": [1057], "mean": [1057.0], "std": [0.0], "count": [210]}, "index": {"min": [330641], "max": [330850], "mean": [330745.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [210]}}} +{"episode_index": 1058, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3649398456648284]], [[0.3015800865023744]], [[0.23099898214901193]]], "std": [[[0.13549897883229906]], [[0.13003150752885748]], [[0.14595147925131977]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3618845914952895]], [[0.278901798622281]], [[0.1863775323606005]]], "std": [[[0.18921609977074427]], [[0.13450418845299408]], [[0.08773709843890191]]], "count": [100]}, "state": {"min": [-0.49534833431243896, -0.13385425508022308, 0.9960504770278931, 3.042950391769409, -0.12664557993412018, -0.0646851658821106, 0.014646106399595737, -0.03996696695685387], "max": [-0.22951219975948334, 0.19329577684402466, 1.1831178665161133, 3.2388367652893066, 0.15266399085521698, 0.0586320124566555, 0.039966437965631485, -0.01149568147957325], "mean": [-0.35442477464675903, 0.0271981880068779, 1.1062661409378052, 3.1169240474700928, -0.029382498934864998, -0.010984033346176147, 0.023548897355794907, -0.0234209094196558], "std": [0.10397277027368546, 0.13132305443286896, 0.05893370136618614, 0.05529775470495224, 0.07843177765607834, 0.028671303763985634, 0.011514711193740368, 0.011550086550414562], "count": [260]}, "actions": {"min": [-0.9227422475814819, -0.8206389546394348, -0.3967691659927368, -0.11682785302400589, -0.12815819680690765, -0.16369716823101044, -1.0], "max": [0.21598385274410248, 0.8116254806518555, 1.186151146888733, 0.1165185272693634, 0.1390226185321808, 0.12302808463573456, 1.0], "mean": [-0.05124523490667343, -0.03641694784164429, -0.0473649799823761, -0.003569799941033125, 0.002849506912752986, 0.0004822018672712147, 0.3461538553237915], "std": [0.1519516110420227, 0.274566650390625, 0.2178374081850052, 0.03897615522146225, 0.0427035316824913, 0.03958320990204811, 0.9381802678108215], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [1058], "max": [1058], "mean": [1058.0], "std": [0.0], "count": [260]}, "index": {"min": [330851], "max": [331110], "mean": [330980.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [260]}}} +{"episode_index": 1059, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36398277492149206]], [[0.30026513552198225]], [[0.22935954135071995]]], "std": [[[0.1339348812446477]], [[0.12804621463597374]], [[0.1434277827224895]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34622300510780485]], [[0.26697551652496937]], [[0.17934978948854932]]], "std": [[[0.18989767119360643]], [[0.1362744181995811]], [[0.09060913242142307]]], "count": [100]}, "state": {"min": [-0.5079887509346008, -0.1388261318206787, 0.9919288158416748, 2.9539902210235596, -0.15037736296653748, -0.27829083800315857, 0.014293189160525799, -0.03999284654855728], "max": [-0.2320856899023056, 0.19493897259235382, 1.2068510055541992, 3.2660484313964844, 0.2096056044101715, 0.07568228989839554, 0.03998937830328941, -0.01492241956293583], "mean": [-0.3789047300815582, 0.020797135308384895, 1.1184312105178833, 3.098079204559326, -0.00769601296633482, -0.05895885452628136, 0.02458556368947029, -0.02462487481534481], "std": [0.10737301409244537, 0.13557803630828857, 0.06838259100914001, 0.08492381870746613, 0.0953734740614891, 0.09967578947544098, 0.011735949665307999, 0.011763062328100204], "count": [302]}, "actions": {"min": [-1.2311367988586426, -1.0013298988342285, -0.7413564324378967, -0.14188946783542633, -0.20892319083213806, -0.1453423798084259, -1.0], "max": [0.32659170031547546, 0.8216628432273865, 1.7073534727096558, 0.16059541702270508, 0.284829705953598, 0.2641310393810272, 1.0], "mean": [-0.035686932504177094, -0.025907229632139206, -0.027896195650100708, -0.0015136401634663343, -0.00038582843262702227, -0.0005966818425804377, 0.21192052960395813], "std": [0.17066802084445953, 0.24954724311828613, 0.2505829334259033, 0.04044013097882271, 0.04452497884631157, 0.048697326332330704, 0.977284848690033], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [1059], "max": [1059], "mean": [1059.0], "std": [0.0], "count": [302]}, "index": {"min": [331111], "max": [331412], "mean": [331261.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [302]}}} +{"episode_index": 1060, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3660337362850414]], [[0.30254995727539064]], [[0.2312237746294807]]], "std": [[[0.13425577507445244]], [[0.12933187743687474]], [[0.14469173407207425]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.36857110715379904]], [[0.28456347237381285]], [[0.19075865023743874]]], "std": [[[0.18264063110482065]], [[0.13012488760017174]], [[0.08802620468285378]]], "count": [100]}, "state": {"min": [-0.49634453654289246, -0.16682571172714233, 0.9896621704101562, 3.07747483253479, -0.2342952936887741, -0.28589266538619995, 0.014750436879694462, -0.03988393396139145], "max": [-0.24845969676971436, 0.18365684151649475, 1.1827056407928467, 3.302294969558716, 0.08915521949529648, 0.038629885762929916, 0.040004704147577286, -0.014870663173496723], "mean": [-0.3624493181705475, 0.00867720041424036, 1.1038737297058105, 3.1982336044311523, -0.09676036983728409, -0.09480050951242447, 0.024582499638199806, -0.02433805540204048], "std": [0.0965462401509285, 0.13992874324321747, 0.05773681029677391, 0.05241379886865616, 0.08106356114149094, 0.09954684972763062, 0.01154028344899416, 0.011592493392527103], "count": [245]}, "actions": {"min": [-0.7293018102645874, -1.2052457332611084, -0.6708292961120605, -0.13414816558361053, -0.139491468667984, -0.16097873449325562, -1.0], "max": [0.23352643847465515, 0.9078872799873352, 1.142381191253662, 0.13461574912071228, 0.19953195750713348, 0.19975580275058746, 1.0], "mean": [-0.05334799736738205, -0.05612923204898834, -0.048588827252388, -0.005331393796950579, 0.0008627682691439986, -0.002788133453577757, 0.2163265347480774], "std": [0.14633437991142273, 0.28676900267601013, 0.2385944426059723, 0.0421789288520813, 0.04543968290090561, 0.05342964455485344, 0.9763226509094238], "count": [245]}, "timestamp": {"min": [0.0], "max": [24.4], "mean": [12.2], "std": [7.072481884034769], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [1060], "max": [1060], "mean": [1060.0], "std": [0.0], "count": [245]}, "index": {"min": [331413], "max": [331657], "mean": [331535.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [245]}}} +{"episode_index": 1061, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3656983241660922]], [[0.3023669541302849]], [[0.2317661246505438]]], "std": [[[0.13565498973383402]], [[0.13071299254789553]], [[0.14704454174183207]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3738695343615962]], [[0.2882697364956725]], [[0.1922990920122932]]], "std": [[[0.1857191819920967]], [[0.1314604731904233]], [[0.08561672336434722]]], "count": [100]}, "state": {"min": [-0.4985445439815521, -0.15181854367256165, 0.988707423210144, 3.098792791366577, -0.18340083956718445, -0.005680239759385586, 0.015034581534564495, -0.03999999538064003], "max": [-0.21871277689933777, 0.1892055720090866, 1.2051610946655273, 3.303208827972412, 0.0708896592259407, 0.0967002585530281, 0.03997419774532318, -0.013513102196156979], "mean": [-0.34995564818382263, 0.023681864142417908, 1.1141421794891357, 3.1652262210845947, -0.061898503452539444, 0.03917086124420166, 0.024957720190286636, -0.023966491222381592], "std": [0.11440935730934143, 0.14164166152477264, 0.06565619260072708, 0.0493764728307724, 0.06657130271196365, 0.02517835982143879, 0.0115479975938797, 0.012310076504945755], "count": [268]}, "actions": {"min": [-1.111907958984375, -1.2501240968704224, -0.5013296008110046, -0.19814364612102509, -0.1265009641647339, -0.12339634448289871, -1.0], "max": [0.5518843531608582, 1.0300559997558594, 1.7940384149551392, 0.2703084945678711, 0.13274796307086945, 0.14226645231246948, 1.0], "mean": [-0.05440399795770645, -0.048910003155469894, -0.04036988690495491, -0.0006232751184143126, -0.00044611815246753395, -0.0012600683839991689, 0.2014925330877304], "std": [0.17602337896823883, 0.27586206793785095, 0.253488689661026, 0.04440170153975487, 0.04021266847848892, 0.03603866323828697, 0.9794913530349731], "count": [268]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.350000000000001], "std": [7.73643974965229], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [1061], "max": [1061], "mean": [1061.0], "std": [0.0], "count": [268]}, "index": {"min": [331658], "max": [331925], "mean": [331791.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [268]}}} +{"episode_index": 1062, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36241034773284314]], [[0.2998796302945006]], [[0.22859128286324296]]], "std": [[[0.13630355690116755]], [[0.12921348841270314]], [[0.1433725244719717]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3425697135177313]], [[0.2660735359939874]], [[0.18219218295228248]]], "std": [[[0.18347272973139403]], [[0.1332691915725017]], [[0.09713210972158372]]], "count": [100]}, "state": {"min": [-0.5596908926963806, -0.24019792675971985, 0.990992546081543, 2.94443416595459, -0.3173885941505432, 0.022401027381420135, 0.014364762231707573, -0.04000719636678696], "max": [-0.12178352475166321, 0.03550070896744728, 1.2907730340957642, 3.6420159339904785, 0.08993226289749146, 1.5031980276107788, 0.039901234209537506, -0.012869788333773613], "mean": [-0.3751593232154846, -0.08950532972812653, 1.1618714332580566, 3.1260528564453125, -0.16904984414577484, 0.6464620232582092, 0.023445501923561096, -0.023491792380809784], "std": [0.17443127930164337, 0.09314471483230591, 0.0890757143497467, 0.18442827463150024, 0.08986349403858185, 0.6152350902557373, 0.010992022231221199, 0.011069185100495815], "count": [415]}, "actions": {"min": [-0.9422194361686707, -1.5507471561431885, -0.5694446563720703, -0.1465640813112259, -0.1540427953004837, -0.2239285707473755, -1.0], "max": [0.37896549701690674, 0.6761353015899658, 0.8945139050483704, 0.14552146196365356, 0.15552666783332825, 0.37184247374534607, 1.0], "mean": [-0.04005872830748558, 0.006787281017750502, -0.01829562894999981, 0.000787725206464529, 0.005474862642586231, 0.026702294126152992, 0.34939759969711304], "std": [0.2005944550037384, 0.21286986768245697, 0.22197633981704712, 0.0386493019759655, 0.04320073872804642, 0.08221855759620667, 0.9369729161262512], "count": [415]}, "timestamp": {"min": [0.0], "max": [41.4], "mean": [20.7], "std": [11.97998330549755], "count": [415]}, "frame_index": {"min": [0], "max": [414], "mean": [207.0], "std": [119.7998330549755], "count": [415]}, "episode_index": {"min": [1062], "max": [1062], "mean": [1062.0], "std": [0.0], "count": [415]}, "index": {"min": [331926], "max": [332340], "mean": [332133.0], "std": [119.7998330549755], "count": [415]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [415]}}} +{"episode_index": 1063, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36269778861251534]], [[0.3000046344831878]], [[0.22876661053825828]]], "std": [[[0.1366862993238361]], [[0.12994506658018867]], [[0.14455260727344935]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.33130025227864585]], [[0.2615529102998621]], [[0.18441731351964613]]], "std": [[[0.18055540375221296]], [[0.13016351879035154]], [[0.09555200252728632]]], "count": [100]}, "state": {"min": [-0.5346506834030151, -0.23881782591342926, 0.998663604259491, 2.953517198562622, -0.5413301587104797, -0.5658819079399109, 0.013773497194051743, -0.040009018033742905], "max": [-0.11231344193220139, 0.023821409791707993, 1.2769012451171875, 3.7037107944488525, -0.03320778161287308, 1.7342703342437744, 0.03991491720080376, -0.012726857326924801], "mean": [-0.3660753667354584, -0.09223265945911407, 1.1569594144821167, 3.217794895172119, -0.3195062577724457, 0.528110921382904, 0.02284206636250019, -0.02272188663482666], "std": [0.16267506778240204, 0.08033312112092972, 0.08135465532541275, 0.21041682362556458, 0.17637233436107635, 0.841138482093811, 0.010863348841667175, 0.01098671369254589], "count": [437]}, "actions": {"min": [-1.156348466873169, -0.8307361006736755, -0.5922307968139648, -0.1683187484741211, -0.14429329335689545, -0.2083946317434311, -1.0], "max": [0.6329602599143982, 0.8560943007469177, 1.2479610443115234, 0.15092867612838745, 0.1625438928604126, 0.3375784158706665, 1.0], "mean": [-0.04006364569067955, 0.006703997030854225, -0.027377841994166374, 0.0030337218195199966, -4.2079736886080354e-05, 0.02819250524044037, 0.3958809971809387], "std": [0.2348266988992691, 0.19135786592960358, 0.21765351295471191, 0.038890738040208817, 0.040120311081409454, 0.09208685904741287, 0.9183021187782288], "count": [437]}, "timestamp": {"min": [0.0], "max": [43.6], "mean": [21.8], "std": [12.615070352558481], "count": [437]}, "frame_index": {"min": [0], "max": [436], "mean": [218.0], "std": [126.15070352558483], "count": [437]}, "episode_index": {"min": [1063], "max": [1063], "mean": [1063.0], "std": [0.0], "count": [437]}, "index": {"min": [332341], "max": [332777], "mean": [332559.0], "std": [126.15070352558483], "count": [437]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [437]}}} +{"episode_index": 1064, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36031076947380514]], [[0.2978369744992724]], [[0.2265275436102175]]], "std": [[[0.13691040639845967]], [[0.1290886545527632]], [[0.14252508251110138]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28656563912185967]], [[0.22256064022288605]], [[0.15392992386163448]]], "std": [[[0.2011342890096448]], [[0.14789163236617026]], [[0.10411632057360737]]], "count": [100]}, "state": {"min": [-0.534178614616394, -0.2091696411371231, 0.9994642734527588, 2.825000286102295, -0.12374883145093918, -0.5556210875511169, 0.007511946838349104, -0.04001045972108841], "max": [-0.09040652960538864, 0.03472677245736122, 1.2319309711456299, 3.6351451873779297, 0.15446743369102478, 1.4994616508483887, 0.03979024663567543, -0.012914691120386124], "mean": [-0.36928606033325195, -0.0557313896715641, 1.150222659111023, 3.1349947452545166, 0.0213830154389143, 0.5540632009506226, 0.021345796063542366, -0.021621160209178925], "std": [0.16650447249412537, 0.0921737477183342, 0.07070304453372955, 0.2332824319601059, 0.088350310921669, 0.7721856832504272, 0.01051708310842514, 0.010560784488916397], "count": [389]}, "actions": {"min": [-0.9771882891654968, -0.9798286557197571, -0.7392621040344238, -0.17192281782627106, -0.12722326815128326, -0.2784878611564636, -1.0], "max": [0.856902003288269, 0.5051192045211792, 1.0083189010620117, 0.2612605690956116, 0.20673027634620667, 0.30937260389328003, 1.0], "mean": [-0.038003768771886826, 0.01014103926718235, -0.022788969799876213, -0.0009146922384388745, 0.011003400199115276, 0.02922375500202179, 0.47043702006340027], "std": [0.21835288405418396, 0.18033218383789062, 0.22909292578697205, 0.04520167410373688, 0.0480169951915741, 0.09011061489582062, 0.8824342489242554], "count": [389]}, "timestamp": {"min": [0.0], "max": [38.8], "mean": [19.400000000000002], "std": [11.229425630903837], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [1064], "max": [1064], "mean": [1064.0], "std": [0.0], "count": [389]}, "index": {"min": [332778], "max": [333166], "mean": [332972.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [389]}}} +{"episode_index": 1065, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3618860149815072]], [[0.29866951874837977]], [[0.2269237121305854]]], "std": [[[0.1356680211223595]], [[0.12868484194864482]], [[0.14263323448068138]]], "count": [104]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3275458489787704]], [[0.26115467710192924]], [[0.1870238998896396]]], "std": [[[0.18963305378021983]], [[0.13877667776793345]], [[0.1026809676686339]]], "count": [104]}, "state": {"min": [-0.5350387096405029, -0.2230629324913025, 0.9905731678009033, 3.074995994567871, -0.4402788281440735, -0.41355112195014954, 0.015038259327411652, -0.04000437632203102], "max": [-0.11774134635925293, 0.017074167728424072, 1.306539535522461, 3.650653123855591, -0.05130990967154503, 1.9510732889175415, 0.040002766996622086, -0.014131945557892323], "mean": [-0.37696725130081177, -0.08328624814748764, 1.1805830001831055, 3.2870492935180664, -0.2870572507381439, 0.7306151390075684, 0.02287575975060463, -0.022455686703324318], "std": [0.15775011479854584, 0.0804758295416832, 0.0914037749171257, 0.13963808119297028, 0.11338283121585846, 0.8939229846000671, 0.01003963127732277, 0.010240527801215649], "count": [493]}, "actions": {"min": [-1.0503422021865845, -0.5835709571838379, -0.6768769025802612, -0.1384899765253067, -0.24813982844352722, -0.21204395592212677, -1.0], "max": [0.43034183979034424, 0.4427263140678406, 1.005570650100708, 0.16052822768688202, 0.18393594026565552, 0.4842625856399536, 1.0], "mean": [-0.03286629542708397, 0.00047389656538143754, -0.01764928176999092, 0.00042678238241933286, 0.0005361864459700882, 0.028066299855709076, 0.46044623851776123], "std": [0.20101024210453033, 0.16839125752449036, 0.23002015054225922, 0.03591790050268173, 0.048697859048843384, 0.08683531731367111, 0.8876838088035583], "count": [493]}, "timestamp": {"min": [0.0], "max": [49.2], "mean": [24.599999999999998], "std": [14.231654858097142], "count": [493]}, "frame_index": {"min": [0], "max": [492], "mean": [246.0], "std": [142.3165485809714], "count": [493]}, "episode_index": {"min": [1065], "max": [1065], "mean": [1065.0], "std": [0.0], "count": [493]}, "index": {"min": [333167], "max": [333659], "mean": [333413.0], "std": [142.3165485809714], "count": [493]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [493]}}} +{"episode_index": 1066, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3460840980679381]], [[0.28834259093041514]], [[0.22906631350049786]]], "std": [[[0.16013921644577644]], [[0.15429159864773198]], [[0.16042045480055533]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.354452330346201]], [[0.26991840377508425]], [[0.1800519223680683]]], "std": [[[0.20621180611925594]], [[0.1508929426146048]], [[0.09440179484713095]]], "count": [100]}, "state": {"min": [-0.43174585700035095, -0.1981591433286667, 0.9926189184188843, 2.907217025756836, -0.29778024554252625, -0.16032230854034424, 0.014444748871028423, -0.04000925272703171], "max": [0.008814041502773762, 0.26961028575897217, 1.3060771226882935, 3.212505340576172, 0.12671799957752228, 0.17882737517356873, 0.03981311619281769, -0.012242594733834267], "mean": [-0.243490532040596, 0.013591740280389786, 1.1776715517044067, 3.0410103797912598, -0.132888525724411, -0.04119698330760002, 0.022931179031729698, -0.022852029651403427], "std": [0.16564695537090302, 0.18873301148414612, 0.08830771595239639, 0.0938480794429779, 0.10218163579702377, 0.08369990438222885, 0.011364875361323357, 0.011305318213999271], "count": [401]}, "actions": {"min": [-1.0573265552520752, -0.6872714757919312, -0.786072313785553, -0.2647401988506317, -0.26186859607696533, -0.26724115014076233, -1.0], "max": [0.5474172234535217, 1.2947200536727905, 2.4481091499328613, 0.21366319060325623, 0.17525671422481537, 0.18705087900161743, 1.0], "mean": [-0.01569628342986107, 0.047145500779151917, -0.01722828298807144, 0.002648411551490426, -0.0003174077137373388, -0.0030860821716487408, 0.34164589643478394], "std": [0.26415207982063293, 0.2267722189426422, 0.26119697093963623, 0.042745500802993774, 0.04424401745200157, 0.04858865588903427, 0.9398307204246521], "count": [401]}, "timestamp": {"min": [0.0], "max": [40.0], "mean": [20.0], "std": [11.575836902790225], "count": [401]}, "frame_index": {"min": [0], "max": [400], "mean": [200.0], "std": [115.75836902790225], "count": [401]}, "episode_index": {"min": [1066], "max": [1066], "mean": [1066.0], "std": [0.0], "count": [401]}, "index": {"min": [333660], "max": [334060], "mean": [333860.0], "std": [115.75836902790225], "count": [401]}, "task_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [401]}}} +{"episode_index": 1067, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3454034688743709]], [[0.28542896723170835]], [[0.22476305508645358]]], "std": [[[0.15379175387369864]], [[0.14834444169563854]], [[0.15381352310367175]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.34557326640171393]], [[0.26270946050266664]], [[0.1747175494444023]]], "std": [[[0.20854380400980221]], [[0.15226652438969232]], [[0.09312849029038654]]], "count": [103]}, "state": {"min": [-0.4548128843307495, -0.2467520385980606, 0.990533709526062, 2.9488017559051514, -0.33903586864471436, -0.4865337610244751, 0.015118991956114769, -0.04000818356871605], "max": [0.013567349873483181, 0.29208558797836304, 1.3456828594207764, 3.3850367069244385, 0.07689668983221054, 0.04667907580733299, 0.03991502523422241, -0.010396060533821583], "mean": [-0.26143330335617065, 0.017818966880440712, 1.1822359561920166, 3.150209903717041, -0.16277164220809937, -0.304876446723938, 0.02221371792256832, -0.021654000505805016], "std": [0.16264265775680542, 0.18806199729442596, 0.09320767968893051, 0.16092447936534882, 0.11368296295404434, 0.1431158185005188, 0.010525564663112164, 0.010849455371499062], "count": [487]}, "actions": {"min": [-0.7331040501594543, -1.1362906694412231, -0.5608116984367371, -0.15280118584632874, -0.2029516100883484, -0.26351848244667053, -1.0], "max": [0.5662826895713806, 0.4284977912902832, 1.0458500385284424, 0.17165802419185638, 0.16804948449134827, 0.19471004605293274, 1.0], "mean": [-0.007125053089112043, 0.04779461398720741, -0.02449997514486313, 0.0022278930991888046, -0.002221454167738557, -0.0065660737454891205, 0.453798770904541], "std": [0.2074798047542572, 0.18921738862991333, 0.223723903298378, 0.04087279364466667, 0.04333856329321861, 0.05193479731678963, 0.8911054134368896], "count": [487]}, "timestamp": {"min": [0.0], "max": [48.6], "mean": [24.3], "std": [14.058449416631978], "count": [487]}, "frame_index": {"min": [0], "max": [486], "mean": [243.0], "std": [140.5844941663198], "count": [487]}, "episode_index": {"min": [1067], "max": [1067], "mean": [1067.0], "std": [0.0], "count": [487]}, "index": {"min": [334061], "max": [334547], "mean": [334304.0], "std": [140.5844941663198], "count": [487]}, "task_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [487]}}} +{"episode_index": 1068, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3462116818895527]], [[0.2870168851964614]], [[0.22618302528530942]]], "std": [[[0.1530376556899773]], [[0.14634945248822498]], [[0.15250407340141228]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9529411764705882]]], "mean": [[[0.34836069024777877]], [[0.26201643042470896]], [[0.17024152449065563]]], "std": [[[0.20795941864516956]], [[0.14956770511074502]], [[0.08658092178048256]]], "count": [100]}, "state": {"min": [-0.41939547657966614, -0.22010527551174164, 0.9928897619247437, 2.9546101093292236, -0.17988711595535278, -0.44685542583465576, 0.015557660721242428, -0.04001017287373543], "max": [0.00816161185503006, 0.3121488392353058, 1.3178226947784424, 3.275643825531006, 0.29480496048927307, 0.12597034871578217, 0.039868514984846115, -0.009716317057609558], "mean": [-0.22717444598674774, -0.0005745291709899902, 1.1786576509475708, 3.1068990230560303, -0.018170451745390892, -0.27650147676467896, 0.024364661425352097, -0.024407580494880676], "std": [0.1597326248884201, 0.18886718153953552, 0.09157650172710419, 0.1140681803226471, 0.11520020663738251, 0.1649743616580963, 0.010627486743032932, 0.010773265734314919], "count": [393]}, "actions": {"min": [-0.6842129826545715, -0.6982307434082031, -0.6997310519218445, -0.22979219257831573, -0.14339770376682281, -0.2331235408782959, -1.0], "max": [0.5848374962806702, 1.004531979560852, 1.424659013748169, 0.20058469474315643, 0.23648236691951752, 0.13816198706626892, 1.0], "mean": [-0.007070946041494608, 0.05191705375909805, -0.02283107489347458, 0.002367760054767132, 0.0006206696853041649, -0.010603011585772038, 0.3231552243232727], "std": [0.23497827351093292, 0.22913938760757446, 0.23823590576648712, 0.04686302691698074, 0.043200571089982986, 0.05376887694001198, 0.9463467597961426], "count": [393]}, "timestamp": {"min": [0.0], "max": [39.2], "mean": [19.599999999999998], "std": [11.344896062400338], "count": [393]}, "frame_index": {"min": [0], "max": [392], "mean": [196.0], "std": [113.44896062400336], "count": [393]}, "episode_index": {"min": [1068], "max": [1068], "mean": [1068.0], "std": [0.0], "count": [393]}, "index": {"min": [334548], "max": [334940], "mean": [334744.0], "std": [113.44896062400336], "count": [393]}, "task_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [393]}}} +{"episode_index": 1069, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34582404940736056]], [[0.2871158489152497]], [[0.22681525555778953]]], "std": [[[0.15395251382757133]], [[0.14787497367179767]], [[0.15392554389583382]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35155990241555607]], [[0.26584120507333797]], [[0.17472919538909312]]], "std": [[[0.20637883207334456]], [[0.15000769822208798]], [[0.0900392826477733]]], "count": [100]}, "state": {"min": [-0.4403877854347229, -0.2072109580039978, 0.9896512031555176, 2.886934757232666, -0.2714116871356964, -0.36526724696159363, 0.014719801023602486, -0.04000743478536606], "max": [0.02166808769106865, 0.2878660559654236, 1.3437954187393188, 3.3000519275665283, 0.24240687489509583, 0.09422069042921066, 0.03988843411207199, -0.012955021113157272], "mean": [-0.2408156543970108, 0.028432369232177734, 1.1814359426498413, 3.097635507583618, -0.04751211777329445, -0.2082228809595108, 0.023897293955087662, -0.023660162463784218], "std": [0.1636090874671936, 0.18867118656635284, 0.08985502272844315, 0.1329312026500702, 0.11794644594192505, 0.14853575825691223, 0.011578458361327648, 0.0116069121286273], "count": [370]}, "actions": {"min": [-1.3131924867630005, -0.6526457071304321, -0.6635741591453552, -0.1923069953918457, -0.17796705663204193, -0.20954449474811554, -1.0], "max": [0.6745643615722656, 0.9319928884506226, 1.1961171627044678, 0.22399237751960754, 0.15092884004116058, 0.18396778404712677, 1.0], "mean": [-0.006326640490442514, 0.06520962715148926, -0.012966962531208992, 0.004429731983691454, -0.0010294616222381592, -0.005809318274259567, 0.26486486196517944], "std": [0.3055866062641144, 0.22664302587509155, 0.27753016352653503, 0.05508783459663391, 0.04917241632938385, 0.05206624045968056, 0.9642871022224426], "count": [370]}, "timestamp": {"min": [0.0], "max": [36.9], "mean": [18.45], "std": [10.680940969783514], "count": [370]}, "frame_index": {"min": [0], "max": [369], "mean": [184.5], "std": [106.80940969783515], "count": [370]}, "episode_index": {"min": [1069], "max": [1069], "mean": [1069.0], "std": [0.0], "count": [370]}, "index": {"min": [334941], "max": [335310], "mean": [335125.5], "std": [106.80940969783515], "count": [370]}, "task_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [370]}}} +{"episode_index": 1070, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35025644293290736]], [[0.29091921722278485]], [[0.23006540556623892]]], "std": [[[0.15431620627181392]], [[0.14933036988533832]], [[0.15654859675311292]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9607843137254902]]], "mean": [[[0.37199119453132434]], [[0.28322221112210433]], [[0.18711237795757335]]], "std": [[[0.2069558933531219]], [[0.14995257928621994]], [[0.09134112009902773]]], "count": [103]}, "state": {"min": [-0.429720401763916, -0.18209663033485413, 1.014801263809204, 2.9768483638763428, -0.31523826718330383, -0.2514662444591522, 0.01496000774204731, -0.040010131895542145], "max": [0.018845736980438232, 0.2718471884727478, 1.2977960109710693, 3.3303587436676025, 0.08546397089958191, 0.042525582015514374, 0.039903659373521805, -0.014465458691120148], "mean": [-0.2657155394554138, 0.08700409531593323, 1.1861988306045532, 3.167259931564331, -0.14558573067188263, -0.15982091426849365, 0.022145075723528862, -0.02192496694624424], "std": [0.1629284769296646, 0.18173478543758392, 0.07502980530261993, 0.12308891862630844, 0.10046140849590302, 0.08966154605150223, 0.010784897021949291, 0.01089388132095337], "count": [486]}, "actions": {"min": [-0.9756029844284058, -0.7450371384620667, -0.4956275224685669, -0.16958868503570557, -0.14369508624076843, -0.1637391895055771, -1.0], "max": [0.619990348815918, 1.018476128578186, 0.9698358178138733, 0.14949648082256317, 0.10301399976015091, 0.14985379576683044, 1.0], "mean": [-0.006377949845045805, 0.044132109731435776, -0.003289784537628293, 0.004228232894092798, -0.002910628216341138, -0.0039468929171562195, 0.4238682985305786], "std": [0.2275538444519043, 0.19991599023342133, 0.1923411339521408, 0.03828994184732437, 0.03447612002491951, 0.03870949149131775, 0.9057287573814392], "count": [486]}, "timestamp": {"min": [0.0], "max": [48.5], "mean": [24.25], "std": [14.029581842188549], "count": [486]}, "frame_index": {"min": [0], "max": [485], "mean": [242.5], "std": [140.2958184218855], "count": [486]}, "episode_index": {"min": [1070], "max": [1070], "mean": [1070.0], "std": [0.0], "count": [486]}, "index": {"min": [335311], "max": [335796], "mean": [335553.5], "std": [140.2958184218855], "count": [486]}, "task_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [486]}}} +{"episode_index": 1071, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.33356566245883124]], [[0.2749539070877374]], [[0.2155058318493413]]], "std": [[[0.15544154923740144]], [[0.14727872943919437]], [[0.14962819366599941]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3392906966863894]], [[0.2576503421559054]], [[0.16931086701037837]]], "std": [[[0.17666263561363368]], [[0.12383510780807129]], [[0.07699124737417902]]], "count": [100]}, "state": {"min": [-0.48995447158813477, -0.20367610454559326, 0.9750491976737976, 3.049147129058838, -0.24705615639686584, -0.10691037029027939, 0.012980167753994465, -0.04000084102153778], "max": [-0.2727402448654175, -0.019066456705331802, 1.2284250259399414, 3.1945431232452393, 0.1695871651172638, 0.11309971660375595, 0.03993678092956543, -0.01227930374443531], "mean": [-0.3860144317150116, -0.09620589762926102, 1.1193643808364868, 3.111999988555908, -0.07180223613977432, 0.023587791249155998, 0.022266991436481476, -0.021923942491412163], "std": [0.08807966113090515, 0.06671778857707977, 0.07983294874429703, 0.03614113852381706, 0.10920616239309311, 0.060699865221977234, 0.011689843609929085, 0.011323840357363224], "count": [267]}, "actions": {"min": [-0.45457783341407776, -0.7075060606002808, -0.5304647088050842, -0.13049720227718353, -0.1502910852432251, -0.11815144121646881, -1.0], "max": [0.1574195921421051, 0.8150501847267151, 2.5947933197021484, 0.17066237330436707, 0.12515589594841003, 0.14095936715602875, 1.0], "mean": [-0.05637289211153984, -0.005831355694681406, -0.048817507922649384, -8.597819396527484e-05, 0.003515674965456128, -0.0011175827821716666, 0.3408239781856537], "std": [0.12080558389425278, 0.2042570412158966, 0.30114176869392395, 0.035685691982507706, 0.03558524325489998, 0.03672268986701965, 0.9401255249977112], "count": [267]}, "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": [1071], "max": [1071], "mean": [1071.0], "std": [0.0], "count": [267]}, "index": {"min": [335797], "max": [336063], "mean": [335930.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [267]}}} +{"episode_index": 1072, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.33774014162549787]], [[0.27785339894014244]], [[0.2166362621830959]]], "std": [[[0.14994028882780408]], [[0.1427313340105713]], [[0.14602492212167464]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9529411764705882]], [[0.9490196078431372]]], "mean": [[[0.3422037766400505]], [[0.25802776202033545]], [[0.16641176949295344]]], "std": [[[0.17409924145934916]], [[0.12076677843215257]], [[0.07171380591058896]]], "count": [100]}, "state": {"min": [-0.502275824546814, -0.241642564535141, 0.9780179858207703, 2.939131021499634, -0.28033649921417236, -0.5308806300163269, 0.014030450023710728, -0.040009502321481705], "max": [-0.26431354880332947, -0.016827676445245743, 1.2484265565872192, 3.1780893802642822, 0.09619645029306412, 0.043043285608291626, 0.03984813019633293, -0.014195175841450691], "mean": [-0.37328487634658813, -0.13204579055309296, 1.1362074613571167, 3.053194046020508, -0.10871751606464386, -0.25106388330459595, 0.024600254371762276, -0.024859262630343437], "std": [0.08965311199426651, 0.07773884385824203, 0.08157927542924881, 0.05444331839680672, 0.09524286538362503, 0.15578080713748932, 0.011725234799087048, 0.011649471707642078], "count": [229]}, "actions": {"min": [-0.6717391014099121, -0.9222198724746704, -1.0604984760284424, -0.13372491300106049, -0.10890119522809982, -0.19286786019802094, -1.0], "max": [0.33605238795280457, 0.7382164597511292, 1.267054796218872, 0.12244535237550735, 0.18800115585327148, 0.13054901361465454, 1.0], "mean": [-0.056744690984487534, -0.017740868031978607, -0.04519952833652496, -0.0014655134873464704, 0.0022441709879785776, -0.007659533992409706, 0.1965065449476242], "std": [0.16290278732776642, 0.26012805104255676, 0.32345667481422424, 0.03931570053100586, 0.04275641590356827, 0.05820564925670624, 0.9805015921592712], "count": [229]}, "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": [1072], "max": [1072], "mean": [1072.0], "std": [0.0], "count": [229]}, "index": {"min": [336064], "max": [336292], "mean": [336178.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [229]}}} +{"episode_index": 1073, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.33749645756740193]], [[0.2778298908308441]], [[0.21654459216547947]]], "std": [[[0.15054809935087712]], [[0.14264126246026207]], [[0.1458769601316659]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33365888528262866]], [[0.2527937280991498]], [[0.16495745670094208]]], "std": [[[0.17802913812295382]], [[0.12388654116878671]], [[0.07507516441005853]]], "count": [100]}, "state": {"min": [-0.5176465511322021, -0.22565360367298126, 0.975638210773468, 2.960070848464966, -0.2222905158996582, -0.17394274473190308, 0.012828157283365726, -0.040003400295972824], "max": [-0.27819961309432983, -0.028018714860081673, 1.2640961408615112, 3.19050931930542, 0.1613721400499344, 0.004532810300588608, 0.03997170925140381, -0.011025264859199524], "mean": [-0.39224857091903687, -0.1170535758137703, 1.1283700466156006, 3.0988357067108154, -0.05465414747595787, -0.08288440108299255, 0.02313411980867386, -0.022803200408816338], "std": [0.0935065895318985, 0.07237202674150467, 0.08428715914487839, 0.05352756381034851, 0.0941963717341423, 0.05334921553730965, 0.012163069099187851, 0.011908798478543758], "count": [290]}, "actions": {"min": [-0.9191582798957825, -0.5208932161331177, -0.6083291172981262, -0.183327779173851, -0.1365967094898224, -0.10381872951984406, -1.0], "max": [0.34704816341400146, 0.7654037475585938, 1.3731893301010132, 0.1639234870672226, 0.12780877947807312, 0.07821454852819443, 1.0], "mean": [-0.03660719469189644, 0.0014512216439470649, -0.025121165439486504, -0.00017088708409573883, 0.003287568688392639, -0.0018478457350283861, 0.2689655125141144], "std": [0.1643194854259491, 0.1864008754491806, 0.2710952162742615, 0.03577331081032753, 0.03993677347898483, 0.028858961537480354, 0.9631488919258118], "count": [290]}, "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": [1073], "max": [1073], "mean": [1073.0], "std": [0.0], "count": [290]}, "index": {"min": [336293], "max": [336582], "mean": [336437.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [290]}}} +{"episode_index": 1074, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.33691694072648587]], [[0.2771156071681602]], [[0.21620089003619025]]], "std": [[[0.15239592851140957]], [[0.14450841791686897]], [[0.14734109490207323]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9450980392156862]]], "mean": [[[0.3340376856186811]], [[0.25364038923674936]], [[0.16622116567574297]]], "std": [[[0.17664490381037765]], [[0.12357799980398386]], [[0.07686301015653857]]], "count": [100]}, "state": {"min": [-0.5149295926094055, -0.22574681043624878, 0.9772661924362183, 2.9017980098724365, -0.2741893529891968, -0.3165009319782257, 0.011930160224437714, -0.0400087833404541], "max": [-0.2762383818626404, -0.0014805230312049389, 1.239400863647461, 3.134617567062378, 0.1556219607591629, 0.04675890505313873, 0.03986302763223648, -0.011977930553257465], "mean": [-0.3994966149330139, -0.09428654611110687, 1.1267883777618408, 3.0041043758392334, -0.09532530605792999, -0.08463314920663834, 0.021403316408395767, -0.02112921141088009], "std": [0.09207192063331604, 0.0837528333067894, 0.07905071973800659, 0.05637607350945473, 0.11550915986299515, 0.11657004058361053, 0.012622606940567493, 0.012270825915038586], "count": [260]}, "actions": {"min": [-0.7648220658302307, -0.8241389989852905, -0.6143969297409058, -0.17534585297107697, -0.11993824690580368, -0.23378044366836548, -1.0], "max": [0.18129156529903412, 0.6939188838005066, 0.9419277906417847, 0.12584564089775085, 0.10786034166812897, 0.13092845678329468, 1.0], "mean": [-0.05629834160208702, 0.006905818358063698, -0.05517904460430145, -0.003962997812777758, 0.005088766571134329, -0.0005776936886832118, 0.3153846263885498], "std": [0.15178540349006653, 0.22325877845287323, 0.2739587426185608, 0.039340339601039886, 0.03670983389019966, 0.04749113321304321, 0.9489662051200867], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [1074], "max": [1074], "mean": [1074.0], "std": [0.0], "count": [260]}, "index": {"min": [336583], "max": [336842], "mean": [336712.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [260]}}} +{"episode_index": 1075, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.33586476404526655]], [[0.27699464625938264]], [[0.21660648420745252]]], "std": [[[0.15303589888139152]], [[0.14479305838382472]], [[0.14777679142753758]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3375367539349724]], [[0.2552801399978937]], [[0.1656587303012025]]], "std": [[[0.17662378740101606]], [[0.12284386929198823]], [[0.0741100363836588]]], "count": [100]}, "state": {"min": [-0.4952780604362488, -0.22859138250350952, 0.9829813838005066, 2.965254545211792, -0.2327631562948227, -0.20650720596313477, 0.012044067494571209, -0.04000934958457947], "max": [-0.26436641812324524, -0.0023746707011014223, 1.260899305343628, 3.132204294204712, 0.1133517250418663, -0.022456955164670944, 0.03989850729703903, -0.012311377562582493], "mean": [-0.37614864110946655, -0.1320863962173462, 1.1365221738815308, 3.0509397983551025, -0.06727134436368942, -0.09112497419118881, 0.023179620504379272, -0.02360428497195244], "std": [0.09120116382837296, 0.0756741538643837, 0.08144308626651764, 0.05160331726074219, 0.10655796527862549, 0.054271433502435684, 0.012843015603721142, 0.01284257136285305], "count": [259]}, "actions": {"min": [-0.8398343324661255, -1.2215133905410767, -0.817282497882843, -0.2377912402153015, -0.15706489980220795, -0.14065754413604736, -1.0], "max": [0.6093026995658875, 0.5769385099411011, 1.2301228046417236, 0.1741599440574646, 0.12884773313999176, 0.13643169403076172, 1.0], "mean": [-0.03795648366212845, -0.022386005148291588, -0.03035244531929493, -0.0023585869930684566, 0.0010589201701804996, -0.0014202777529135346, 0.1814671754837036], "std": [0.17353801429271698, 0.2417343258857727, 0.28929707407951355, 0.041084885597229004, 0.043761245906353, 0.03926433250308037, 0.9833976626396179], "count": [259]}, "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": [1075], "max": [1075], "mean": [1075.0], "std": [0.0], "count": [259]}, "index": {"min": [336843], "max": [337101], "mean": [336972.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [259]}}} +{"episode_index": 1076, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33637726548138785]], [[0.27701881318933824]], [[0.21745927399280024]]], "std": [[[0.15437256276169017]], [[0.14700087480519133]], [[0.149512648848394]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.34750650263767613]], [[0.2642672107172947]], [[0.17327960564108455]]], "std": [[[0.1858412259164467]], [[0.13005213359526946]], [[0.07709367102493295]]], "count": [100]}, "state": {"min": [-0.5322961807250977, -0.15871460735797882, 0.9889617562294006, 3.0053813457489014, -0.24790529906749725, -0.4682202637195587, 0.016005465760827065, -0.040005628019571304], "max": [-0.1636357456445694, 0.01613513007760048, 1.2709356546401978, 3.2378015518188477, 0.139409601688385, 0.05317933112382889, 0.03991575539112091, -0.015160171315073967], "mean": [-0.3450908660888672, -0.0649009570479393, 1.149395227432251, 3.103879690170288, -0.07435611635446548, -0.13247205317020416, 0.026056693866848946, -0.026150133460760117], "std": [0.1387965977191925, 0.04374408349394798, 0.08090706169605255, 0.057700302451848984, 0.10681784152984619, 0.181436225771904, 0.010856765322387218, 0.010767953470349312], "count": [282]}, "actions": {"min": [-1.1670690774917603, -0.9018933773040771, -0.6594359874725342, -0.13956119120121002, -0.12329971790313721, -0.16363821923732758, -1.0], "max": [0.37852704524993896, 0.43090736865997314, 1.4271005392074585, 0.13159622251987457, 0.14870811998844147, 0.1962609440088272, 1.0], "mean": [-0.053352996706962585, -0.0156691987067461, -0.03022013045847416, -0.003369508311152458, -0.0018999198218807578, 0.002156732836738229, 0.1773049682378769], "std": [0.22906367480754852, 0.18052244186401367, 0.28902941942214966, 0.032640744000673294, 0.04088076204061508, 0.05278488248586655, 0.9841580986976624], "count": [282]}, "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": [1076], "max": [1076], "mean": [1076.0], "std": [0.0], "count": [282]}, "index": {"min": [337102], "max": [337383], "mean": [337242.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [282]}}} +{"episode_index": 1077, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3407990483302696]], [[0.2813623830757889]], [[0.22179948874080882]]], "std": [[[0.15282157397253932]], [[0.14785557129565263]], [[0.1518653491282362]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.34492596794577207]], [[0.26342219513537835]], [[0.1771222791484758]]], "std": [[[0.18834456205933675]], [[0.13624271600890367]], [[0.08669298627539893]]], "count": [100]}, "state": {"min": [-0.552760899066925, -0.11473502963781357, 0.9918870329856873, 2.894217014312744, -0.2994789779186249, -0.050773993134498596, 0.014759293757379055, -0.04000595584511757], "max": [-0.12008969485759735, 0.004712551366537809, 1.2781944274902344, 3.0727901458740234, 0.19166316092014313, 0.3032245337963104, 0.03989206627011299, -0.015421327203512192], "mean": [-0.34114447236061096, -0.05674675852060318, 1.158666729927063, 2.987534761428833, -0.10791070014238358, 0.13240154087543488, 0.02486375905573368, -0.025368602946400642], "std": [0.16398923099040985, 0.0361194983124733, 0.09130625426769257, 0.05946148559451103, 0.13443131744861603, 0.10202927887439728, 0.011120504699647427, 0.010883309878408909], "count": [295]}, "actions": {"min": [-1.2377809286117554, -0.5552393794059753, -0.6887169480323792, -0.12164979428052902, -0.14149968326091766, -0.11929018795490265, -1.0], "max": [0.4902893602848053, 0.6336988210678101, 1.0703455209732056, 0.19410540163516998, 0.1627456694841385, 0.13529618084430695, 1.0], "mean": [-0.05782943218946457, -0.005064944736659527, -0.021286850795149803, -0.0015714118489995599, -0.00036219184403307736, 0.0010364720365032554, 0.24067796766757965], "std": [0.2590867280960083, 0.15566478669643402, 0.2666811943054199, 0.03201497718691826, 0.04046035557985306, 0.03982670232653618, 0.9706043601036072], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [1077], "max": [1077], "mean": [1077.0], "std": [0.0], "count": [295]}, "index": {"min": [337384], "max": [337678], "mean": [337531.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [295]}}} +{"episode_index": 1078, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34364296348422185]], [[0.28381782082950363]], [[0.22227382944144453]]], "std": [[[0.15109926716503488]], [[0.1452548774967746]], [[0.15068339732245026]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3526597325942095]], [[0.26696560788622087]], [[0.1750954236797258]]], "std": [[[0.18720234200871022]], [[0.1328751379377827]], [[0.0795979638604761]]], "count": [100]}, "state": {"min": [-0.5286402106285095, -0.1441693753004074, 0.9895851016044617, 3.02459454536438, -0.2134452909231186, -0.28252172470092773, 0.014946123585104942, -0.04000331088900566], "max": [-0.12922018766403198, -0.032498590648174286, 1.284670352935791, 3.223021984100342, 0.14725258946418762, 0.08516500145196915, 0.03991436958312988, -0.015176821500062943], "mean": [-0.32258540391921997, -0.097114697098732, 1.152584433555603, 3.0763704776763916, -0.07662583142518997, -0.0744313895702362, 0.02502688765525818, -0.025190049782395363], "std": [0.15434184670448303, 0.017124781385064125, 0.08547145873308182, 0.036615099757909775, 0.10221043974161148, 0.1243075430393219, 0.011372704058885574, 0.01127310749143362], "count": [230]}, "actions": {"min": [-1.0831780433654785, -0.9032351970672607, -0.8534517884254456, -0.1784093827009201, -0.1691276878118515, -0.13894769549369812, -1.0], "max": [0.5811998844146729, 0.39115849137306213, 0.8277748227119446, 0.08441362529993057, 0.1454451084136963, 0.12888655066490173, 1.0], "mean": [-0.0682334303855896, -0.024237794801592827, -0.03680987283587456, -0.004747922997921705, 0.0011310429545119405, -0.0017271209508180618, 0.20000000298023224], "std": [0.275095134973526, 0.1674838662147522, 0.3086360991001129, 0.033808473497629166, 0.046469517052173615, 0.04515459015965462, 0.9797959327697754], "count": [230]}, "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": [1078], "max": [1078], "mean": [1078.0], "std": [0.0], "count": [230]}, "index": {"min": [337679], "max": [337908], "mean": [337793.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [230]}}} +{"episode_index": 1079, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3420307976217831]], [[0.28197820027669274]], [[0.22292208802466298]]], "std": [[[0.15180141635625247]], [[0.1476053116065991]], [[0.15203377001206456]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9607843137254902]]], "mean": [[[0.3361229397642846]], [[0.25554808912090227]], [[0.16837030148973653]]], "std": [[[0.19294071495675016]], [[0.13620276575053972]], [[0.08102442206118736]]], "count": [100]}, "state": {"min": [-0.5087081789970398, -0.1367706060409546, 0.9951261281967163, 3.082099676132202, -0.20501360297203064, -0.4881454408168793, 0.015531884506344795, -0.03996581956744194], "max": [-0.1353762000799179, -0.01591930352151394, 1.2332171201705933, 3.2007505893707275, 0.11752218753099442, 0.05553881451487541, 0.03992382436990738, -0.015504429116845131], "mean": [-0.3279781937599182, -0.0868123471736908, 1.1329890489578247, 3.135141372680664, -0.08596484363079071, -0.13471093773841858, 0.024027589708566666, -0.02386665530502796], "std": [0.143868550658226, 0.029140718281269073, 0.07153325527906418, 0.03444024920463562, 0.09017601609230042, 0.1854277104139328, 0.010742943733930588, 0.010825520381331444], "count": [223]}, "actions": {"min": [-2.004775285720825, -0.6062244176864624, -0.5751101970672607, -0.11636295914649963, -0.19052395224571228, -0.2234586477279663, -1.0], "max": [0.7005847096443176, 0.359918475151062, 1.338591456413269, 0.12592704594135284, 0.10807552188634872, 0.1998460292816162, 1.0], "mean": [-0.06667851656675339, -0.01908608339726925, -0.03325168415904045, -0.0026487414725124836, 0.0018130323151126504, 0.0011502306442707777, 0.3094170391559601], "std": [0.30645081400871277, 0.15475782752037048, 0.2859151363372803, 0.03274162858724594, 0.041666626930236816, 0.06629037857055664, 0.9509247541427612], "count": [223]}, "timestamp": {"min": [0.0], "max": [22.2], "mean": [11.100000000000001], "std": [6.437390775772434], "count": [223]}, "frame_index": {"min": [0], "max": [222], "mean": [111.0], "std": [64.37390775772433], "count": [223]}, "episode_index": {"min": [1079], "max": [1079], "mean": [1079.0], "std": [0.0], "count": [223]}, "index": {"min": [337909], "max": [338131], "mean": [338020.0], "std": [64.37390775772433], "count": [223]}, "task_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [223]}}} +{"episode_index": 1080, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34582139138614426]], [[0.2851410169414445]], [[0.22533690688189337]]], "std": [[[0.15282224586650797]], [[0.14830120588353687]], [[0.153041941582788]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3903574942794501]], [[0.30103837076822915]], [[0.20247962383195467]]], "std": [[[0.18597121625261995]], [[0.13722262030768664]], [[0.09342410761456164]]], "count": [100]}, "state": {"min": [-0.4822731614112854, -0.01656690612435341, 0.9855796694755554, 2.843093156814575, -0.1009930819272995, -0.27291569113731384, 0.00359669653698802, -0.040006063878536224], "max": [0.0021899384446442127, 0.12644006311893463, 1.2927799224853516, 3.13896107673645, 0.15312665700912476, 0.08315137773752213, 0.03991788998246193, 0.000738132803235203], "mean": [-0.2529493570327759, 0.033150073140859604, 1.1543354988098145, 2.9635820388793945, 0.000550868920981884, -0.0398811511695385, 0.016662107780575752, -0.016908545047044754], "std": [0.1922159641981125, 0.04402648285031319, 0.08221794664859772, 0.08576083183288574, 0.07076229900121689, 0.09854182600975037, 0.01673741266131401, 0.016580641269683838], "count": [300]}, "actions": {"min": [-0.9228941798210144, -0.5278909206390381, -0.8244097232818604, -0.11995203047990799, -0.18022850155830383, -0.2164677232503891, -1.0], "max": [0.7048006057739258, 0.588326096534729, 1.1172899007797241, 0.122224360704422, 0.19649451971054077, 0.13744637370109558, 1.0], "mean": [-0.06469762325286865, -0.011716321110725403, -0.019418319687247276, -0.0033597350120544434, -0.005379596725106239, -0.007275501731783152, 0.2866666615009308], "std": [0.2991494834423065, 0.13969582319259644, 0.2611682713031769, 0.03496889770030975, 0.04600081965327263, 0.0444515161216259, 0.958032488822937], "count": [300]}, "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": [1080], "max": [1080], "mean": [1080.0], "std": [0.0], "count": [300]}, "index": {"min": [338132], "max": [338431], "mean": [338281.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [300]}}} +{"episode_index": 1081, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3436927795410156]], [[0.28315976610370713]], [[0.22361895811791516]]], "std": [[[0.15523366024794438]], [[0.15027305063810814]], [[0.15440590409441782]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.38822346167470895]], [[0.30306367582433363]], [[0.20772495464250154]]], "std": [[[0.18595613516675977]], [[0.1375249319433128]], [[0.09734790556977069]]], "count": [100]}, "state": {"min": [-0.5528075695037842, -0.03214556723833084, 0.9842442274093628, 2.8585524559020996, -0.311179518699646, -0.43894922733306885, 0.003646427532657981, -0.04000706970691681], "max": [-0.00614960165694356, 0.1196536123752594, 1.2722891569137573, 3.091887950897217, 0.07268143445253372, 0.10974188894033432, 0.03990627080202103, 0.0006849690689705312], "mean": [-0.284367173910141, 0.02854757383465767, 1.1613808870315552, 2.9798429012298584, -0.11365871876478195, -0.05135603994131088, 0.016371702775359154, -0.015688957646489143], "std": [0.19646568596363068, 0.04008867219090462, 0.08392499387264252, 0.05946151167154312, 0.09638268500566483, 0.1564568728208542, 0.0162057988345623, 0.016586845740675926], "count": [385]}, "actions": {"min": [-0.7617188692092896, -0.4263012111186981, -0.8893898129463196, -0.16280700266361237, -0.22316104173660278, -0.18718257546424866, -1.0], "max": [0.7897213101387024, 0.4098891019821167, 0.6949007511138916, 0.24952217936515808, 0.11684438586235046, 0.14576326310634613, 1.0], "mean": [-0.03848114237189293, -0.005607161670923233, -0.020854877308011055, -0.002513268031179905, -0.00403233990073204, -0.010091138072311878, 0.34025973081588745], "std": [0.253016859292984, 0.13258282840251923, 0.23105789721012115, 0.03569834306836128, 0.03877634555101395, 0.03973677381873131, 0.9403336048126221], "count": [385]}, "timestamp": {"min": [0.0], "max": [38.4], "mean": [19.2], "std": [11.113955191559844], "count": [385]}, "frame_index": {"min": [0], "max": [384], "mean": [192.0], "std": [111.13955191559843], "count": [385]}, "episode_index": {"min": [1081], "max": [1081], "mean": [1081.0], "std": [0.0], "count": [385]}, "index": {"min": [338432], "max": [338816], "mean": [338624.0], "std": [111.13955191559843], "count": [385]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [385]}}} +{"episode_index": 1082, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34116650869332105]], [[0.2817640554390702]], [[0.2214190709731158]]], "std": [[[0.15639799030563584]], [[0.1494507761325538]], [[0.15303012734360885]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3998717830882353]], [[0.3111597188313802]], [[0.21100729011086858]]], "std": [[[0.18539177759462633]], [[0.13709658338715258]], [[0.09616414959431556]]], "count": [100]}, "state": {"min": [-0.478184312582016, -0.03239038214087486, 0.9860197901725769, 2.838522434234619, -0.2651589810848236, -0.3817744851112366, 0.003528405213728547, -0.04000335559248924], "max": [-0.009370680898427963, 0.1108449175953865, 1.3389832973480225, 3.1227867603302, 0.07680847495794296, 0.1092265397310257, 0.03994942083954811, -0.0013422392075881362], "mean": [-0.25176066160202026, 0.031153300777077675, 1.1808634996414185, 2.969280481338501, -0.08474331349134445, -0.04783602058887482, 0.016732029616832733, -0.01631472446024418], "std": [0.17920726537704468, 0.048888616263866425, 0.10316681861877441, 0.10792156308889389, 0.10402201861143112, 0.13617943227291107, 0.016412202268838882, 0.016628645360469818], "count": [313]}, "actions": {"min": [-0.6467812061309814, -0.370147168636322, -0.6321760416030884, -0.08795805275440216, -0.12077819555997849, -0.20839400589466095, -1.0], "max": [1.0099095106124878, 0.318237841129303, 0.8904725909233093, 0.15508992969989777, 0.14376702904701233, 0.18431660532951355, 1.0], "mean": [-0.04916488379240036, -0.0013543324312195182, -0.012414098717272282, -0.002446418162435293, -0.005232430528849363, -0.011088699102401733, 0.30990415811538696], "std": [0.25906962156295776, 0.12313971668481827, 0.2914201617240906, 0.03167808800935745, 0.04401243105530739, 0.042301129549741745, 0.9507660865783691], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [1082], "max": [1082], "mean": [1082.0], "std": [0.0], "count": [313]}, "index": {"min": [338817], "max": [339129], "mean": [338973.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [313]}}} +{"episode_index": 1083, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3367936102175245]], [[0.2777267785165824]], [[0.21827204685585172]]], "std": [[[0.1576052403841632]], [[0.1495446354332689]], [[0.15176656446658715]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3775158134909237]], [[0.29067877077588844]], [[0.1958349926518459]]], "std": [[[0.1911344802227667]], [[0.14129828430687447]], [[0.0949740026030379]]], "count": [100]}, "state": {"min": [-0.5113787651062012, -0.05207514762878418, 0.9897615313529968, 2.8885183334350586, -0.21155425906181335, -0.4046661853790283, 0.004003864247351885, -0.039911407977342606], "max": [-0.020280174911022186, 0.10458547621965408, 1.283418893814087, 3.236543893814087, 0.14802491664886475, -0.05662832036614418, 0.040004488080739975, 0.0009419345296919346], "mean": [-0.2945055365562439, 0.022934243083000183, 1.15659499168396, 3.0558197498321533, -0.03513201326131821, -0.15638886392116547, 0.016319559887051582, -0.015914753079414368], "std": [0.1900154948234558, 0.04785647988319397, 0.08202634006738663, 0.11341588199138641, 0.09418899565935135, 0.10182782262563705, 0.01602247916162014, 0.016019362956285477], "count": [357]}, "actions": {"min": [-1.2010866403579712, -0.4626500606536865, -0.7763579487800598, -0.1683332622051239, -0.17930445075035095, -0.14263145625591278, -1.0], "max": [0.6189955472946167, 0.4778314530849457, 1.7434656620025635, 0.2554718255996704, 0.1147485002875328, 0.07923436164855957, 1.0], "mean": [-0.051467858254909515, -0.003121723886579275, -0.013580177910625935, -0.003342730924487114, -0.003793498734012246, -0.006503880489617586, 0.3445378243923187], "std": [0.2833787202835083, 0.13307921588420868, 0.256311297416687, 0.031694021075963974, 0.03573353588581085, 0.0315580740571022, 0.9387707710266113], "count": [357]}, "timestamp": {"min": [0.0], "max": [35.6], "mean": [17.8], "std": [10.305661874264393], "count": [357]}, "frame_index": {"min": [0], "max": [356], "mean": [178.0], "std": [103.05661874264392], "count": [357]}, "episode_index": {"min": [1083], "max": [1083], "mean": [1083.0], "std": [0.0], "count": [357]}, "index": {"min": [339130], "max": [339486], "mean": [339308.0], "std": [103.05661874264392], "count": [357]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [357]}}} +{"episode_index": 1084, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3725094191607307]], [[0.31111538696289065]], [[0.2430999839633119]]], "std": [[[0.13149110354219076]], [[0.13175863976547078]], [[0.15079267474538205]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.4193082933612898]], [[0.3252409231148514]], [[0.2187887309953278]]], "std": [[[0.17440390645161177]], [[0.1294277666544273]], [[0.09347329520351151]]], "count": [100]}, "state": {"min": [-0.3500405550003052, -0.1916559487581253, 1.003056287765503, 3.1007518768310547, -0.3760700225830078, -0.17332994937896729, 0.0015497613931074739, -0.03985857218503952], "max": [-0.1034490317106247, 0.03336416929960251, 1.2677513360977173, 3.2903096675872803, 0.0427444763481617, 0.010489704087376595, 0.040005799382925034, -0.003966650925576687], "mean": [-0.20067565143108368, -0.10512316972017288, 1.1505508422851562, 3.227116584777832, -0.17331534624099731, -0.07726076245307922, 0.021936293691396713, -0.022030513733625412], "std": [0.08571143448352814, 0.05043129622936249, 0.08382990956306458, 0.03296084702014923, 0.1257508546113968, 0.05188121274113655, 0.01715870387852192, 0.016903745010495186], "count": [169]}, "actions": {"min": [-0.5496338605880737, -0.9643983244895935, -0.8513530492782593, -0.14300183951854706, -0.17082661390304565, -0.1770470142364502, -1.0], "max": [0.7781528234481812, 0.33980265259742737, 0.9231821894645691, 0.20824022591114044, 0.14360783994197845, 0.1238158792257309, 1.0], "mean": [-0.006734579335898161, -0.10172447562217712, 0.020842261612415314, -0.007692205719649792, -0.011968947015702724, -0.009749907068908215, 0.05325443670153618], "std": [0.2723357081413269, 0.19761580228805542, 0.33053553104400635, 0.042132195085287094, 0.054084908217191696, 0.046240247786045074, 0.998581051826477], "count": [169]}, "timestamp": {"min": [0.0], "max": [16.8], "mean": [8.399999999999999], "std": [4.878524367060187], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [1084], "max": [1084], "mean": [1084.0], "std": [0.0], "count": [169]}, "index": {"min": [339487], "max": [339655], "mean": [339571.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [169]}}} +{"episode_index": 1085, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3732998944450827]], [[0.31230369717467066]], [[0.2421532132017846]]], "std": [[[0.13261650668259412]], [[0.1301471104905623]], [[0.14958143314367095]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4001334276386336]], [[0.30978436518650426]], [[0.2090201577579274]]], "std": [[[0.17946115553244824]], [[0.13173602723520808]], [[0.0930195222887222]]], "count": [100]}, "state": {"min": [-0.34147387742996216, -0.2130967676639557, 0.9890624284744263, 2.9373514652252197, -0.2554842531681061, -0.04193061217665672, 0.003192697651684284, -0.03997831046581268], "max": [-0.09028180688619614, 0.025624452158808708, 1.2545346021652222, 3.2006497383117676, 0.042546648532152176, 0.13373078405857086, 0.03998839855194092, -0.003918851260095835], "mean": [-0.19739343225955963, -0.10438978672027588, 1.1444058418273926, 3.0937612056732178, -0.11358688026666641, 0.06017732992768288, 0.02379780448973179, -0.02402290143072605], "std": [0.08675143122673035, 0.06876249611377716, 0.08063265681266785, 0.06961707025766373, 0.08424346894025803, 0.046772610396146774, 0.017142022028565407, 0.016967840492725372], "count": [179]}, "actions": {"min": [-0.6048701405525208, -0.5755442380905151, -0.5702742338180542, -0.1795571893453598, -0.166544109582901, -0.24008499085903168, -1.0], "max": [0.7155433297157288, 0.24229715764522552, 1.2877920866012573, 0.20791883766651154, 0.08878887444734573, 0.26606789231300354, 1.0], "mean": [-0.007502157706767321, -0.09846547991037369, 0.01183693204075098, -0.005707564298063517, -0.011136961169540882, -0.004606072325259447, -0.11731843650341034], "std": [0.2721327841281891, 0.1465091109275818, 0.3175296187400818, 0.0508284792304039, 0.04493272677063942, 0.05347216874361038, 0.993093729019165], "count": [179]}, "timestamp": {"min": [0.0], "max": [17.8], "mean": [8.9], "std": [5.167204273105526], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [1085], "max": [1085], "mean": [1085.0], "std": [0.0], "count": [179]}, "index": {"min": [339656], "max": [339834], "mean": [339745.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [179]}}} +{"episode_index": 1086, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697607906565947]], [[0.30789200188131893]], [[0.23863602223115807]]], "std": [[[0.1321993886180503]], [[0.1304232863537038]], [[0.14809761583318992]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.3961458847943474]], [[0.30696274282418046]], [[0.20703269210516237]]], "std": [[[0.18172318804917725]], [[0.13277076782762526]], [[0.09222762814487666]]], "count": [100]}, "state": {"min": [-0.3448199927806854, -0.1899469941854477, 1.0131841897964478, 2.9232614040374756, -0.2514428198337555, -0.05849077180027962, 0.0052151610143482685, -0.03996454179286957], "max": [-0.0919593796133995, 0.017448652535676956, 1.3156375885009766, 3.2151005268096924, 0.13839691877365112, 0.10754556208848953, 0.03993259370326996, -0.0055779265239834785], "mean": [-0.20113180577754974, -0.10774622857570648, 1.162465214729309, 3.088771104812622, -0.07729317247867584, 0.019496463239192963, 0.022268125787377357, -0.022387148812413216], "std": [0.0894622802734375, 0.05487676337361336, 0.09451089054346085, 0.0734843835234642, 0.11542526632547379, 0.03887910023331642, 0.016533592715859413, 0.01641130819916725], "count": [178]}, "actions": {"min": [-0.620589017868042, -0.8030303716659546, -0.6052243113517761, -0.22079914808273315, -0.15757843852043152, -0.2005557119846344, -1.0], "max": [0.6950578093528748, 0.3944556415081024, 0.9513556957244873, 0.1634134203195572, 0.08153767883777618, 0.24026073515415192, 1.0], "mean": [-0.013880733400583267, -0.08307462185621262, 0.042398110032081604, -0.007269273977726698, -0.012126417830586433, -0.006236323621124029, 0.0], "std": [0.26723042130470276, 0.1691560000181198, 0.31683120131492615, 0.043968044221401215, 0.0430753268301487, 0.047503478825092316, 1.0], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [1086], "max": [1086], "mean": [1086.0], "std": [0.0], "count": [178]}, "index": {"min": [339835], "max": [340012], "mean": [339923.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [178]}}} +{"episode_index": 1087, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3647102589326746]], [[0.30311551322189034]], [[0.2360069699754902]]], "std": [[[0.1360008456649257]], [[0.13319463783441637]], [[0.1475484336069754]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3535520815381817]], [[0.2798660763011259]], [[0.19858588544060202]]], "std": [[[0.18119171884348542]], [[0.1341279983768909]], [[0.09626074424340395]]], "count": [100]}, "state": {"min": [-0.46089595556259155, -0.11763295531272888, 1.0032063722610474, 1.9652111530303955, -0.2580958902835846, -0.07256516814231873, 0.013165853917598724, -0.03988252580165863], "max": [-0.07704795151948929, 0.1584591120481491, 1.2581725120544434, 3.2729060649871826, 0.17683058977127075, 0.3266203999519348, 0.04000817984342575, -0.015246705152094364], "mean": [-0.30992695689201355, 0.06419570744037628, 1.127130389213562, 2.734210252761841, -0.03096751496195793, 0.14764101803302765, 0.021460790187120438, -0.022545794025063515], "std": [0.14139263331890106, 0.07005105912685394, 0.07105692476034164, 0.5036681294441223, 0.11906395107507706, 0.13977675139904022, 0.011361761018633842, 0.0105526652187109], "count": [349]}, "actions": {"min": [-1.0581731796264648, -0.7893285155296326, -0.7191455364227295, -0.4550651013851166, -0.22916831076145172, -0.14330382645130157, -1.0], "max": [0.7574384808540344, 0.7224417328834534, 1.6110889911651611, 0.1383940577507019, 0.1467847377061844, 0.24936825037002563, 1.0], "mean": [-0.005755595397204161, -0.03171340748667717, -0.0106783052906394, -0.02927691861987114, -0.005768893286585808, -0.0011536643141880631, 0.467048704624176], "std": [0.26547759771347046, 0.22776415944099426, 0.2555186152458191, 0.070577472448349, 0.04924608767032623, 0.04604132100939751, 0.8842324614524841], "count": [349]}, "timestamp": {"min": [0.0], "max": [34.8], "mean": [17.400000000000002], "std": [10.074720839804943], "count": [349]}, "frame_index": {"min": [0], "max": [348], "mean": [174.0], "std": [100.74720839804942], "count": [349]}, "episode_index": {"min": [1087], "max": [1087], "mean": [1087.0], "std": [0.0], "count": [349]}, "index": {"min": [340013], "max": [340361], "mean": [340187.0], "std": [100.74720839804942], "count": [349]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [349]}}} +{"episode_index": 1088, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3705072889141008]], [[0.3102018719841452]], [[0.24283484604779412]]], "std": [[[0.1395739443880238]], [[0.13671408694140677]], [[0.15311976278422115]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.36333062265433513]], [[0.29077663586186425]], [[0.21113391831341913]]], "std": [[[0.18327233756413508]], [[0.14199859210876298]], [[0.11219634340799053]]], "count": [100]}, "state": {"min": [-0.37935906648635864, -0.11116233468055725, 0.9892715215682983, 1.8963271379470825, -0.26289045810699463, -0.12965360283851624, 0.012734530493617058, -0.03998449817299843], "max": [-0.10359281301498413, 0.19054736196994781, 1.2015960216522217, 3.248539686203003, 0.29152828454971313, 0.27203798294067383, 0.04000186547636986, -0.01558006927371025], "mean": [-0.271539568901062, 0.08679144829511642, 1.1062450408935547, 2.6409947872161865, -0.047322776168584824, 0.12166806310415268, 0.021220654249191284, -0.0225119199603796], "std": [0.1020490750670433, 0.0741603672504425, 0.05679951608181, 0.4877797067165375, 0.13580931723117828, 0.13273237645626068, 0.011382939293980598, 0.010536381974816322], "count": [331]}, "actions": {"min": [-1.5287545919418335, -0.53404700756073, -0.4706438183784485, -0.28455403447151184, -0.25501009821891785, -0.15865492820739746, -1.0], "max": [0.4053594172000885, 0.4569365680217743, 1.6860965490341187, 0.12575697898864746, 0.1908855140209198, 0.17440176010131836, 1.0], "mean": [-0.01591053418815136, -0.042190100997686386, -0.03480559214949608, -0.029954582452774048, 0.0013634607894346118, -0.0017782555660232902, 0.48036253452301025], "std": [0.20839659869670868, 0.1730845421552658, 0.22709880769252777, 0.059559281915426254, 0.04388319328427315, 0.0388101190328598, 0.8770683407783508], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [1088], "max": [1088], "mean": [1088.0], "std": [0.0], "count": [331]}, "index": {"min": [340362], "max": [340692], "mean": [340527.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [331]}}} +{"episode_index": 1089, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3660658880495558]], [[0.30522372556200217]], [[0.23790312583773746]]], "std": [[[0.13556472636908853]], [[0.13223708283396482]], [[0.14734851264836854]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34407784675149355]], [[0.2731888685039446]], [[0.1943139839920343]]], "std": [[[0.18647750623922116]], [[0.13983224122723287]], [[0.10306319922719141]]], "count": [100]}, "state": {"min": [-0.4195704460144043, -0.13503174483776093, 0.9919010996818542, 1.9872828722000122, -0.269383043050766, -0.1361818015575409, 0.011119157075881958, -0.03997695818543434], "max": [-0.08919088542461395, 0.18115964531898499, 1.2757314443588257, 3.2421703338623047, 0.4455384612083435, 0.34265023469924927, 0.04000028595328331, -0.012961763888597488], "mean": [-0.2792849838733673, 0.051734890788793564, 1.1332606077194214, 2.7039105892181396, 0.07092781364917755, 0.11117298156023026, 0.020625658333301544, -0.02168901450932026], "std": [0.11001582443714142, 0.08010604977607727, 0.07153204083442688, 0.453218549489975, 0.18372681736946106, 0.14084573090076447, 0.010690521448850632, 0.00997030921280384], "count": [416]}, "actions": {"min": [-1.0431090593338013, -1.0025978088378906, -0.5554442405700684, -0.255420982837677, -0.20198848843574524, -0.14936000108718872, -1.0], "max": [0.9576621651649475, 1.009544014930725, 1.294843077659607, 0.1082240417599678, 0.20113429427146912, 0.14851215481758118, 1.0], "mean": [-0.0006475477130152285, -0.03915022313594818, -0.011528793722391129, -0.02352498285472393, 0.0029803994111716747, -0.0014688079245388508, 0.5480769276618958], "std": [0.20978839695453644, 0.19521503150463104, 0.20543178915977478, 0.054128870368003845, 0.05543691664934158, 0.035237159579992294, 0.8364265561103821], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [1089], "max": [1089], "mean": [1089.0], "std": [0.0], "count": [416]}, "index": {"min": [340693], "max": [341108], "mean": [340900.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [416]}}} +{"episode_index": 1090, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3666421215580959]], [[0.3065774141199448]], [[0.23967699955958946]]], "std": [[[0.13812160840715823]], [[0.1350695058815654]], [[0.15069949181747463]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.37866141883999693]], [[0.2999523997587316]], [[0.21280464262120863]]], "std": [[[0.18071767765357885]], [[0.13828017251984123]], [[0.10777556178006642]]], "count": [100]}, "state": {"min": [-0.3982517719268799, -0.11041776090860367, 1.0039191246032715, 1.884546160697937, -0.31391164660453796, -0.33409997820854187, 0.014202133752405643, -0.03999969735741615], "max": [-0.06139524281024933, 0.17820434272289276, 1.2623177766799927, 3.213446855545044, 0.17569184303283691, 0.31923621892929077, 0.039949607104063034, -0.01728699542582035], "mean": [-0.2608508765697479, 0.061769187450408936, 1.1382839679718018, 2.71398663520813, -0.07701344043016434, 0.03100837767124176, 0.02258368954062462, -0.023680156096816063], "std": [0.10756993293762207, 0.07768357545137405, 0.07593917846679688, 0.5057098865509033, 0.12430416792631149, 0.19898562133312225, 0.010102976113557816, 0.009294811636209488], "count": [345]}, "actions": {"min": [-0.7352157831192017, -0.5246067047119141, -0.6072058081626892, -0.2663814127445221, -0.1789897382259369, -0.18782107532024384, -1.0], "max": [0.8370459675788879, 0.8772473931312561, 0.8780593872070312, 0.14214979112148285, 0.14563216269016266, 0.1448221206665039, 1.0], "mean": [-0.0004836375592276454, -0.026295913383364677, -0.027954725548624992, -0.03000469133257866, -0.002465390833094716, 0.0012774672359228134, 0.5072463750839233], "std": [0.23856818675994873, 0.2118784636259079, 0.25236600637435913, 0.06627553701400757, 0.05300015211105347, 0.04917614534497261, 0.8618040084838867], "count": [345]}, "timestamp": {"min": [0.0], "max": [34.4], "mean": [17.2], "std": [9.959250306457141], "count": [345]}, "frame_index": {"min": [0], "max": [344], "mean": [172.0], "std": [99.59250306457142], "count": [345]}, "episode_index": {"min": [1090], "max": [1090], "mean": [1090.0], "std": [0.0], "count": [345]}, "index": {"min": [341109], "max": [341453], "mean": [341281.0], "std": [99.59250306457142], "count": [345]}, "task_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [345]}}} +{"episode_index": 1091, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36401347380993415]], [[0.30272917384727327]], [[0.23327936509076289]]], "std": [[[0.13007347549848738]], [[0.1248816925703178]], [[0.1403258160245604]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9372549019607843]]], "mean": [[[0.37528383142807903]], [[0.2911971752690334]], [[0.19648912078259037]]], "std": [[[0.1550123191098647]], [[0.10442019232822469]], [[0.06941562303265802]]], "count": [100]}, "state": {"min": [-0.37574735283851624, -0.19126632809638977, 0.9972765445709229, 2.1813266277313232, -0.3585274815559387, -0.37725621461868286, 0.011304625310003757, -0.03996830806136131], "max": [-0.2854681611061096, 0.14578653872013092, 1.2892152070999146, 3.2092092037200928, 0.06985577940940857, 0.42461612820625305, 0.03997388854622841, -0.012373127974569798], "mean": [-0.33835750818252563, 0.03586750105023384, 1.1542669534683228, 2.868303060531616, -0.10840825736522675, -0.01728782244026661, 0.025003118440508842, -0.025246376171708107], "std": [0.025535626336932182, 0.11733003705739975, 0.09131640940904617, 0.3631824553012848, 0.14588986337184906, 0.2800906002521515, 0.013040364719927311, 0.012721468694508076], "count": [201]}, "actions": {"min": [-0.40773895382881165, -0.8800645470619202, -0.6294765472412109, -0.23740597069263458, -0.19155602157115936, -0.3465381860733032, -1.0], "max": [0.3199758231639862, 0.9752134680747986, 1.022573709487915, 0.44761893153190613, 0.5012125372886658, 0.21741139888763428, 1.0], "mean": [0.013204763643443584, -0.056722912937402725, -0.01452519092708826, -0.026776565238833427, -0.00158773735165596, -8.331469143740833e-05, 0.0746268630027771], "std": [0.11737506091594696, 0.27303415536880493, 0.3250129222869873, 0.08626855164766312, 0.07972951233386993, 0.06707372516393661, 0.9972101449966431], "count": [201]}, "timestamp": {"min": [0.0], "max": [20.0], "mean": [10.0], "std": [5.802298395176403], "count": [201]}, "frame_index": {"min": [0], "max": [200], "mean": [100.0], "std": [58.02298395176403], "count": [201]}, "episode_index": {"min": [1091], "max": [1091], "mean": [1091.0], "std": [0.0], "count": [201]}, "index": {"min": [341454], "max": [341654], "mean": [341554.0], "std": [58.02298395176403], "count": [201]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [201]}}} +{"episode_index": 1092, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3608563711128983]], [[0.2993716909371171]], [[0.23043647197648592]]], "std": [[[0.13212973807275355]], [[0.12677653599197486]], [[0.1405469880761854]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.3645912325989966]], [[0.28107546697878366]], [[0.1876161911908318]]], "std": [[[0.1598950400110233]], [[0.10764665340575094]], [[0.06607776322938161]]], "count": [100]}, "state": {"min": [-0.3903590142726898, -0.22893233597278595, 0.9766154885292053, 2.364356279373169, -0.3457132577896118, -0.47394704818725586, 0.011327271349728107, -0.03988804668188095], "max": [-0.29814037680625916, 0.16040630638599396, 1.281885027885437, 3.2457942962646484, 0.1493416726589203, 0.49535244703292847, 0.04000473767518997, -0.012441650964319706], "mean": [-0.3497384786605835, 0.006005831062793732, 1.1381573677062988, 2.9627015590667725, -0.0929565504193306, -0.0605308935046196, 0.02518370933830738, -0.024712303653359413], "std": [0.026400718837976456, 0.13354840874671936, 0.09345966577529907, 0.323762983083725, 0.1539003849029541, 0.34931594133377075, 0.01328478567302227, 0.012828447856009007], "count": [214]}, "actions": {"min": [-0.7776606678962708, -1.2077769041061401, -0.5444764494895935, -0.30210694670677185, -0.19551900029182434, -0.24521106481552124, -1.0], "max": [0.5234532952308655, 0.8991765379905701, 1.0264097452163696, 0.2596588432788849, 0.313215434551239, 0.24925078451633453, 1.0], "mean": [0.0075147440657019615, -0.05937871336936951, -0.0009430574718862772, -0.023812877014279366, -0.009774365462362766, 0.004685187246650457, 0.037383176386356354], "std": [0.1463708132505417, 0.28647446632385254, 0.3049083948135376, 0.07774008810520172, 0.0640672817826271, 0.07722796499729156, 0.9993012547492981], "count": [214]}, "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": [1092], "max": [1092], "mean": [1092.0], "std": [0.0], "count": [214]}, "index": {"min": [341655], "max": [341868], "mean": [341761.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [214]}}} +{"episode_index": 1093, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.362353339101754]], [[0.30018958895814185]], [[0.23119361368815103]]], "std": [[[0.13253130336574695]], [[0.1287083488843946]], [[0.14315424464062035]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3594613473929611]], [[0.28288688629748776]], [[0.1973477507946538]]], "std": [[[0.1574505287349289]], [[0.10930151563427071]], [[0.07789647749813092]]], "count": [100]}, "state": {"min": [-0.4164014160633087, -0.22187159955501556, 0.9744138121604919, 2.0909786224365234, -0.4899718165397644, -0.24835342168807983, 0.0037482259795069695, -0.0399700328707695], "max": [-0.3008270561695099, 0.13642518222332, 1.2715537548065186, 3.280994176864624, 0.023066667839884758, 0.5323911905288696, 0.03997662663459778, -0.012309754267334938], "mean": [-0.3828151226043701, 0.014903208240866661, 1.1363499164581299, 2.8516147136688232, -0.2185351401567459, 0.10839760303497314, 0.024620795622467995, -0.026042288169264793], "std": [0.028876392170786858, 0.12643057107925415, 0.08721446245908737, 0.39908185601234436, 0.14859315752983093, 0.28131261467933655, 0.013644512742757797, 0.012731746770441532], "count": [234]}, "actions": {"min": [-0.5930784344673157, -1.264581322669983, -0.7980959415435791, -0.32515400648117065, -0.13666310906410217, -0.2122686803340912, -1.0], "max": [0.5219576954841614, 0.7739351391792297, 0.9186000823974609, 0.3804881274700165, 0.3087020516395569, 0.1612825244665146, 1.0], "mean": [-0.009233365766704082, -0.0418170727789402, -0.015013807453215122, -0.019489867612719536, -0.0055140722543001175, -0.0007100767106749117, 0.04273504391312599], "std": [0.1253967136144638, 0.29203325510025024, 0.28310441970825195, 0.0944850817322731, 0.06219238042831421, 0.05397319793701172, 0.999085545539856], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [1093], "max": [1093], "mean": [1093.0], "std": [0.0], "count": [234]}, "index": {"min": [341869], "max": [342102], "mean": [341985.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [234]}}} +{"episode_index": 1094, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36279908543007044]], [[0.3012997825472962]], [[0.231331231210746]]], "std": [[[0.13199928581084083]], [[0.12658329225405798]], [[0.14144168193469267]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3544451790603937]], [[0.2794307502297794]], [[0.19564607747395835]]], "std": [[[0.15546911077331593]], [[0.10873731131391966]], [[0.08049620625544404]]], "count": [100]}, "state": {"min": [-0.42626312375068665, -0.22432978451251984, 0.9751178622245789, 2.072397232055664, -0.3173231780529022, -0.22849303483963013, 0.011025190353393555, -0.04003722593188286], "max": [-0.3089241087436676, 0.13732491433620453, 1.260412573814392, 3.2415482997894287, 0.0360141396522522, 0.4487847685813904, 0.04000752791762352, -0.012564883567392826], "mean": [-0.3595137298107147, -0.011434047482907772, 1.1355966329574585, 2.8188557624816895, -0.14523015916347504, 0.09280849248170853, 0.02525036595761776, -0.02590280771255493], "std": [0.034901849925518036, 0.11937776207923889, 0.08379600942134857, 0.4287804067134857, 0.101063072681427, 0.24776257574558258, 0.013467692770063877, 0.013024292886257172], "count": [219]}, "actions": {"min": [-0.6549226641654968, -0.5733852982521057, -0.5307750105857849, -0.33883166313171387, -0.19780902564525604, -0.23406513035297394, -1.0], "max": [0.3949306309223175, 0.7261152267456055, 0.8294079899787903, 0.42447414994239807, 0.2576102316379547, 0.1197446808218956, 1.0], "mean": [0.005740095861256123, -0.0430782176554203, 0.009208682924509048, -0.024120835587382317, -0.004079916980117559, 0.005625647492706776, 0.004566209856420755], "std": [0.1657300591468811, 0.24809879064559937, 0.2646038234233856, 0.09780661761760712, 0.06951885670423508, 0.04545941948890686, 0.9999901652336121], "count": [219]}, "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": [1094], "max": [1094], "mean": [1094.0], "std": [0.0], "count": [219]}, "index": {"min": [342103], "max": [342321], "mean": [342212.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [219]}}} +{"episode_index": 1095, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.362752280440985]], [[0.30144646977443323]], [[0.23138028313131892]]], "std": [[[0.1340412010821329]], [[0.12738960598343685]], [[0.1417742446737998]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3732487080891927]], [[0.29275694364659927]], [[0.2023121134440104]]], "std": [[[0.15764811415163238]], [[0.11025113604782041]], [[0.08207066000516192]]], "count": [100]}, "state": {"min": [-0.35822975635528564, -0.21223126351833344, 0.9815515875816345, 2.075100898742676, -0.23155194520950317, -0.012353196740150452, 0.010984305292367935, -0.03995228931307793], "max": [-0.2949523627758026, 0.16384990513324738, 1.270824670791626, 3.1893672943115234, 0.07691437751054764, 0.38581281900405884, 0.03999324142932892, -0.01265055313706398], "mean": [-0.3399604856967926, 0.024899296462535858, 1.1349246501922607, 2.808751344680786, -0.10669410228729248, 0.15823538601398468, 0.023928705602884293, -0.024646911770105362], "std": [0.01645851321518421, 0.13708916306495667, 0.08697322010993958, 0.4090960919857025, 0.08096663653850555, 0.1479893922805786, 0.013504287227988243, 0.012853235937654972], "count": [203]}, "actions": {"min": [-9.499730110168457, -1.0358623266220093, -3.0128207206726074, -0.33881959319114685, -1.8104068040847778, -14.734661102294922, -1.0], "max": [2.9296000003814697, 5.518278121948242, 1.0980969667434692, 8.4661865234375, 0.3967336118221283, 0.13207754492759705, 1.0], "mean": [-0.014193654991686344, -0.042005740106105804, -0.01503367256373167, 0.01608877070248127, -0.014042386785149574, -0.07969826459884644, 0.1034482792019844], "std": [0.7066519856452942, 0.4879969358444214, 0.3742881119251251, 0.6019907593727112, 0.14767961204051971, 1.0335911512374878, 0.9946345090866089], "count": [203]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [1095], "max": [1095], "mean": [1095.0], "std": [0.0], "count": [203]}, "index": {"min": [342322], "max": [342524], "mean": [342423.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [203]}}} +{"episode_index": 1096, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3675644650926777]], [[0.3061437324075138]], [[0.2378800012925092]]], "std": [[[0.1382042569761794]], [[0.13567520827082175]], [[0.15125827105913442]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.39028572172277115]], [[0.30286188881070003]], [[0.20598586557425705]]], "std": [[[0.17649513067658829]], [[0.12857655222360864]], [[0.0871413281211688]]], "count": [100]}, "state": {"min": [-0.4192884564399719, -0.110526904463768, 1.0091581344604492, 2.0381455421447754, -0.3855719268321991, -0.43186548352241516, 0.01370051596313715, -0.039996106177568436], "max": [-0.024450931698083878, 0.0826825350522995, 1.2616183757781982, 3.2283010482788086, 0.20979616045951843, 0.4610960781574249, 0.0399945043027401, -0.01607310213148594], "mean": [-0.2526054382324219, 0.005188461393117905, 1.144152283668518, 2.856167793273926, -0.13820834457874298, 0.017057038843631744, 0.02332373894751072, -0.024034099653363228], "std": [0.13926899433135986, 0.04564544931054115, 0.07698611170053482, 0.41570186614990234, 0.1595432013273239, 0.3113105595111847, 0.011274522170424461, 0.010710454545915127], "count": [334]}, "actions": {"min": [-0.9157918691635132, -0.6377898454666138, -0.9060461521148682, -0.25844672322273254, -0.2494683861732483, -0.23207148909568787, -1.0], "max": [0.9731734395027161, 0.7681491374969482, 0.925082802772522, 0.15635177493095398, 0.25780215859413147, 0.30094972252845764, 1.0], "mean": [0.0038045288529247046, -0.03635445609688759, -0.01998293399810791, -0.02965725213289261, -0.004003072623163462, 0.0026923147961497307, 0.3772455155849457], "std": [0.2722072899341583, 0.19433946907520294, 0.2580042779445648, 0.06793095171451569, 0.0692954957485199, 0.0681358203291893, 0.926111102104187], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [1096], "max": [1096], "mean": [1096.0], "std": [0.0], "count": [334]}, "index": {"min": [342525], "max": [342858], "mean": [342691.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [334]}}} +{"episode_index": 1097, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37093692854339]], [[0.3089942908193551]], [[0.24140729118795956]]], "std": [[[0.13764053490344066]], [[0.13666735627668264]], [[0.15307039165872163]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37947210035137097]], [[0.2982495930989583]], [[0.21055459415211397]]], "std": [[[0.1723227799974914]], [[0.13111561318489923]], [[0.09820503774544646]]], "count": [100]}, "state": {"min": [-0.4132220149040222, -0.11456220597028732, 0.9956478476524353, 1.850637435913086, -0.39563360810279846, -0.3406307101249695, 0.01320247258991003, -0.04000832140445709], "max": [-0.009571359492838383, 0.10591878741979599, 1.225810170173645, 3.0702567100524902, 0.20513169467449188, 0.47124937176704407, 0.03985194116830826, -0.016630975529551506], "mean": [-0.25880810618400574, 0.048486027866601944, 1.1259039640426636, 2.6046407222747803, -0.1366271823644638, 0.12197352945804596, 0.022951463237404823, -0.02452133409678936], "std": [0.1539628505706787, 0.04452085867524147, 0.06378597766160965, 0.4222021996974945, 0.14041925966739655, 0.2769755721092224, 0.010909360833466053, 0.009921452030539513], "count": [416]}, "actions": {"min": [-1.0362712144851685, -0.5039947628974915, -0.5395781993865967, -0.2023644894361496, -0.3365401029586792, -0.1559021770954132, -1.0], "max": [0.6836479306221008, 0.3385342061519623, 0.7894036173820496, 0.14164704084396362, 0.35076287388801575, 0.19307416677474976, 1.0], "mean": [-0.011251037940382957, -0.02401566691696644, -0.017820466309785843, -0.02429458498954773, -0.0007847881643101573, 0.001008594874292612, 0.4326923191547394], "std": [0.22945964336395264, 0.1428440660238266, 0.18592266738414764, 0.04850832000374794, 0.06789501011371613, 0.04713834449648857, 0.901542067527771], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [1097], "max": [1097], "mean": [1097.0], "std": [0.0], "count": [416]}, "index": {"min": [342859], "max": [343274], "mean": [343066.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [416]}}} +{"episode_index": 1098, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3665724690755208]], [[0.3053137284821155]], [[0.23746318263633578]]], "std": [[[0.13528883564158223]], [[0.13185396507722014]], [[0.14707477329180507]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3672068361768535]], [[0.28241938332950367]], [[0.19145695166494334]]], "std": [[[0.17941317988971325]], [[0.13356135344339282]], [[0.08992993041161824]]], "count": [100]}, "state": {"min": [-0.4103017747402191, -0.1291448473930359, 0.9921225905418396, 2.0300307273864746, -0.23679083585739136, -0.5286386013031006, 0.013264399021863937, -0.040009062737226486], "max": [-0.015509492717683315, 0.055268868803977966, 1.2718228101730347, 3.170910358428955, 0.2707451283931732, 0.23121237754821777, 0.03989656642079353, -0.015883605927228928], "mean": [-0.2274232655763626, 0.007553800940513611, 1.1484565734863281, 2.7513587474823, -0.017959797754883766, -0.09106101840734482, 0.02324189431965351, -0.024334918707609177], "std": [0.1353379786014557, 0.037394825369119644, 0.06742050498723984, 0.3673107624053955, 0.11993575096130371, 0.24730284512043, 0.011586467735469341, 0.010831652209162712], "count": [428]}, "actions": {"min": [-0.6510205268859863, -0.5737749338150024, -1.0242875814437866, -0.2493734359741211, -0.1387687772512436, -0.20182201266288757, -1.0], "max": [0.5306825041770935, 0.477666974067688, 0.8378180265426636, 0.1131460890173912, 0.19573655724525452, 0.1785857379436493, 1.0], "mean": [0.006358802318572998, -0.027289172634482384, -0.00932049285620451, -0.02125566452741623, 5.365049219108187e-06, -0.0014206895139068365, 0.35514017939567566], "std": [0.2167556881904602, 0.1291060745716095, 0.197299987077713, 0.050625164061784744, 0.04730768874287605, 0.050158850848674774, 0.9348093867301941], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [1098], "max": [1098], "mean": [1098.0], "std": [0.0], "count": [428]}, "index": {"min": [343275], "max": [343702], "mean": [343488.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [428]}}} +{"episode_index": 1099, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36570133583218445]], [[0.3051563672832414]], [[0.23719527719535077]]], "std": [[[0.13499712799041505]], [[0.13045553794181095]], [[0.14576253487694094]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3780229270785463]], [[0.29038941028071386]], [[0.19646873743393842]]], "std": [[[0.17873483593162093]], [[0.13059976492189382]], [[0.08435203017006274]]], "count": [100]}, "state": {"min": [-0.3889716565608978, -0.14292380213737488, 0.9962379932403564, 2.0658960342407227, -0.15316389501094818, -0.23227915167808533, 0.013296673074364662, -0.040005866438150406], "max": [-0.025985604152083397, 0.10112451761960983, 1.243359923362732, 3.2339770793914795, 0.1625109612941742, 0.1388956904411316, 0.03992776572704315, -0.015203877352178097], "mean": [-0.23890182375907898, 0.02251502498984337, 1.1480185985565186, 2.837686538696289, -0.02974245697259903, -0.03371010720729828, 0.022868920117616653, -0.023606743663549423], "std": [0.12999434769153595, 0.05514217168092728, 0.060620203614234924, 0.36315426230430603, 0.07652021944522858, 0.12622559070587158, 0.01164847519248724, 0.011096111498773098], "count": [350]}, "actions": {"min": [-1.0905474424362183, -0.6135080456733704, -0.7369047403335571, -0.3468307852745056, -0.19560803472995758, -0.2017998993396759, -1.0], "max": [0.9262920618057251, 0.5718634128570557, 0.9362128376960754, 0.15424245595932007, 0.15108220279216766, 0.21219074726104736, 1.0], "mean": [0.005823597777634859, -0.04028768092393875, -0.02360864169895649, -0.026961177587509155, -0.0011951064225286245, 0.0014768000692129135, 0.37142857909202576], "std": [0.2558363974094391, 0.1432725340127945, 0.22284553945064545, 0.0622384250164032, 0.057286329567432404, 0.05058548226952553, 0.9284616708755493], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [1099], "max": [1099], "mean": [1099.0], "std": [0.0], "count": [350]}, "index": {"min": [343703], "max": [344052], "mean": [343877.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [350]}}} +{"episode_index": 1100, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3655288594563802]], [[0.30579563514859065]], [[0.23847112259210324]]], "std": [[[0.13651677951229346]], [[0.13198237970040624]], [[0.1476141203805927]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3965590880150889]], [[0.3070697871189491]], [[0.20867233455882353]]], "std": [[[0.18100482350543792]], [[0.13234506402560983]], [[0.08945032850746547]]], "count": [100]}, "state": {"min": [-0.3439033031463623, -0.21661140024662018, 1.005271315574646, 2.098325252532959, -0.21816283464431763, -0.09600001573562622, 0.014021113514900208, -0.04000566154718399], "max": [-0.009549273177981377, 0.07123919576406479, 1.343477725982666, 3.349714994430542, 0.30558738112449646, 0.20566511154174805, 0.03994664177298546, -0.015261692926287651], "mean": [-0.18023166060447693, -0.019095204770565033, 1.1826664209365845, 2.8685991764068604, 0.004382645711302757, 0.03168777748942375, 0.027435291558504105, -0.028054650872945786], "std": [0.12310972064733505, 0.08584115654230118, 0.0898684486746788, 0.37720704078674316, 0.11912398040294647, 0.09439454972743988, 0.011961513198912144, 0.011335952207446098], "count": [290]}, "actions": {"min": [-0.9403349757194519, -1.0033931732177734, -0.7015126943588257, -0.4300539791584015, -0.19758102297782898, -0.14942580461502075, -1.0], "max": [1.0661630630493164, 0.7440313100814819, 1.032421588897705, 0.5125769376754761, 0.5139791369438171, 0.17874492704868317, 1.0], "mean": [0.012769730761647224, -0.035119980573654175, 0.017926976084709167, -0.01641063392162323, 0.0019533797167241573, -0.0014967415481805801, -0.013793103396892548], "std": [0.26826685667037964, 0.1924600899219513, 0.25036531686782837, 0.09052466601133347, 0.06552477180957794, 0.04248235374689102, 0.99990314245224], "count": [290]}, "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": [1100], "max": [1100], "mean": [1100.0], "std": [0.0], "count": [290]}, "index": {"min": [344053], "max": [344342], "mean": [344197.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [290]}}} +{"episode_index": 1101, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36572681741153495]], [[0.3059775282915901]], [[0.2394133420458027]]], "std": [[[0.13595678355279964]], [[0.13212171075685214]], [[0.14770954411491274]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3885190782733992]], [[0.303094575769761]], [[0.20943554328469668]]], "std": [[[0.1771644804210844]], [[0.12950020208324617]], [[0.08825763739831041]]], "count": [100]}, "state": {"min": [-0.38131800293922424, -0.19768323004245758, 1.0158276557922363, 1.977036476135254, -0.2762500047683716, -0.2825098931789398, 0.013999691233038902, -0.04001036658883095], "max": [-0.0036718607880175114, 0.10524798184633255, 1.3476556539535522, 3.0496506690979004, 0.1351066529750824, 0.46552717685699463, 0.03982223570346832, -0.015952683985233307], "mean": [-0.19323690235614777, -0.007386547513306141, 1.1926308870315552, 2.7186408042907715, -0.07064824551343918, 0.02346624806523323, 0.026018746197223663, -0.027028804644942284], "std": [0.1363741159439087, 0.09313178062438965, 0.09403755515813828, 0.3504943549633026, 0.1056247130036354, 0.23948514461517334, 0.01179271936416626, 0.01120139379054308], "count": [291]}, "actions": {"min": [-1.053310751914978, -0.601526141166687, -0.9621462225914001, -0.3691617548465729, -0.1894140988588333, -0.23530255258083344, -1.0], "max": [0.7983774542808533, 0.5274749398231506, 1.0051929950714111, 0.3394624590873718, 0.42598170042037964, 0.15059372782707214, 1.0], "mean": [0.010520697571337223, -0.024952493607997894, 0.01459689810872078, -0.01682230457663536, -0.0053280675783753395, -0.0006229011924006045, 0.0996563583612442], "std": [0.2999228239059448, 0.21309418976306915, 0.2623109221458435, 0.07876646518707275, 0.061794131994247437, 0.05427318438887596, 0.9950233101844788], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1101], "max": [1101], "mean": [1101.0], "std": [0.0], "count": [291]}, "index": {"min": [344343], "max": [344633], "mean": [344488.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1102, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36477534095913755]], [[0.30485499303481156]], [[0.23787350822897518]]], "std": [[[0.13495836364351207]], [[0.13042315167262353]], [[0.14582430205038327]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.39132212201286765]], [[0.30108333512848495]], [[0.20337702672621782]]], "std": [[[0.183719985745385]], [[0.13215295556464537]], [[0.08008016918848998]]], "count": [100]}, "state": {"min": [-0.41865667700767517, -0.206870436668396, 1.003730297088623, 2.1858699321746826, -0.31016042828559875, -0.19375857710838318, 0.01346890814602375, -0.040037401020526886], "max": [-0.022223997861146927, 0.0941556841135025, 1.3426049947738647, 3.155852794647217, 0.13081040978431702, 0.3451959788799286, 0.039967361837625504, -0.015249433927237988], "mean": [-0.2128547728061676, -0.009001056663691998, 1.1938596963882446, 2.8859477043151855, -0.053428445011377335, 0.02067902870476246, 0.026879077777266502, -0.027519963681697845], "std": [0.15238827466964722, 0.09626185894012451, 0.08943473547697067, 0.3254235088825226, 0.12894493341445923, 0.19304397702217102, 0.012293553911149502, 0.011941452510654926], "count": [336]}, "actions": {"min": [-0.7736257314682007, -1.3979641199111938, -0.6929354667663574, -0.5370500683784485, -0.16328105330467224, -0.13155534863471985, -1.0], "max": [0.5106925964355469, 0.6011454463005066, 0.890699565410614, 0.2854853570461273, 0.4998374581336975, 0.12835848331451416, 1.0], "mean": [-0.015461691655218601, -0.04112420603632927, 0.011329440400004387, -0.009893801063299179, -0.002362319501116872, 0.0005499203689396381, 0.011904762126505375], "std": [0.25607603788375854, 0.17813590168952942, 0.2419673353433609, 0.0718592032790184, 0.06013229116797447, 0.03963753581047058, 0.9999284744262695], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [1102], "max": [1102], "mean": [1102.0], "std": [0.0], "count": [336]}, "index": {"min": [344634], "max": [344969], "mean": [344801.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [336]}}} +{"episode_index": 1103, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34032248233383045]], [[0.2850300954241608]], [[0.2205414375677699]]], "std": [[[0.15407912095676396]], [[0.14086570250845362]], [[0.14608695490552726]]], "count": [102]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2658153171678636]], [[0.2203815247544139]], [[0.16210377189756492]]], "std": [[[0.20694639995182454]], [[0.15476764066747561]], [[0.11443236726962093]]], "count": [102]}, "state": {"min": [-0.5278521776199341, -0.3117258846759796, 1.0012279748916626, 3.009199857711792, -0.14438138902187347, -0.20258250832557678, 0.014841322787106037, -0.04000783711671829], "max": [-0.02196143940091133, 0.07287297397851944, 1.2356981039047241, 3.5069732666015625, 0.056067921221256256, 1.6087292432785034, 0.039846111088991165, -0.01313820481300354], "mean": [-0.3893671929836273, -0.14955377578735352, 1.1353765726089478, 3.223809242248535, -0.042468760162591934, 0.7879090905189514, 0.021124716848134995, -0.020481279119849205], "std": [0.17122603952884674, 0.12177658826112747, 0.0587732158601284, 0.12952318787574768, 0.05819515883922577, 0.7341396808624268, 0.00834761280566454, 0.008677253499627113], "count": [482]}, "actions": {"min": [-1.2145931720733643, -0.6725632548332214, -0.9297680854797363, -0.32155081629753113, -0.14726553857326508, -0.19182464480400085, -1.0], "max": [1.0127332210540771, 1.130202293395996, 1.1293495893478394, 0.1942715346813202, 0.14008165895938873, 0.42572087049484253, 1.0], "mean": [-0.03815416246652603, -0.04038318246603012, -0.017317503690719604, -0.00043701211689040065, 0.0012149219401180744, 0.0277523435652256, 0.6431535482406616], "std": [0.24300692975521088, 0.18327514827251434, 0.20334959030151367, 0.04364925995469093, 0.04227694869041443, 0.08001801371574402, 0.7657345533370972], "count": [482]}, "timestamp": {"min": [0.0], "max": [48.1], "mean": [24.05], "std": [13.914111541884376], "count": [482]}, "frame_index": {"min": [0], "max": [481], "mean": [240.5], "std": [139.14111541884375], "count": [482]}, "episode_index": {"min": [1103], "max": [1103], "mean": [1103.0], "std": [0.0], "count": [482]}, "index": {"min": [344970], "max": [345451], "mean": [345210.5], "std": [139.14111541884375], "count": [482]}, "task_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [482]}}} +{"episode_index": 1104, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34082492586546526]], [[0.2863465139758308]], [[0.22056597134691633]]], "std": [[[0.1559260941953148]], [[0.14197761575375006]], [[0.14731793304686766]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2883996597136086]], [[0.23416315235230167]], [[0.16683916505486449]]], "std": [[[0.20265127814732747]], [[0.14831274740314404]], [[0.10411729612785647]]], "count": [103]}, "state": {"min": [-0.5888799428939819, -0.26297664642333984, 0.9958837032318115, 2.744983673095703, -0.1957591474056244, -0.1579725593328476, 0.013001211918890476, -0.04000793397426605], "max": [-0.0087186424061656, 0.05245940759778023, 1.2726901769638062, 3.2307772636413574, -0.005293067544698715, 1.6969523429870605, 0.039854295551776886, -0.012883687391877174], "mean": [-0.41621869802474976, -0.14998602867126465, 1.1701418161392212, 2.9912543296813965, -0.10010512918233871, 0.9104102849960327, 0.021474048495292664, -0.02119729481637478], "std": [0.20334427058696747, 0.09763786941766739, 0.054594919085502625, 0.08523903042078018, 0.04464664310216904, 0.724857747554779, 0.009185350500047207, 0.009464980103075504], "count": [485]}, "actions": {"min": [-1.4234150648117065, -0.9845269918441772, -0.9983490109443665, -0.2257269322872162, -0.22537727653980255, -0.3149867355823517, -1.0], "max": [0.9112268686294556, 0.6285435557365417, 1.3413257598876953, 0.2718415856361389, 0.20498624444007874, 0.6915945410728455, 1.0], "mean": [-0.04700542613863945, -0.03202594071626663, -0.005548448301851749, -0.0018583188066259027, 0.00016288641199935228, 0.020784353837370872, 0.5711340308189392], "std": [0.25967758893966675, 0.22216159105300903, 0.2589090168476105, 0.0635901689529419, 0.056426919996738434, 0.11674194037914276, 0.8208587765693665], "count": [485]}, "timestamp": {"min": [0.0], "max": [48.4], "mean": [24.2], "std": [14.00071426749364], "count": [485]}, "frame_index": {"min": [0], "max": [484], "mean": [242.0], "std": [140.0071426749364], "count": [485]}, "episode_index": {"min": [1104], "max": [1104], "mean": [1104.0], "std": [0.0], "count": [485]}, "index": {"min": [345452], "max": [345936], "mean": [345694.0], "std": [140.0071426749364], "count": [485]}, "task_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [485]}}} +{"episode_index": 1105, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3403408156332458]], [[0.2855535801340173]], [[0.22088669839416622]]], "std": [[[0.15570762510344505]], [[0.14173536521961577]], [[0.14737826966133602]]], "count": [111]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.2877322764515435]], [[0.23328599200360747]], [[0.164189487842047]]], "std": [[[0.21412823573566334]], [[0.15733452361142952]], [[0.11248187868241614]]], "count": [111]}, "state": {"min": [-0.5273564457893372, -0.2769556939601898, 0.989283561706543, 2.9871551990509033, -0.08279325067996979, -0.5754779577255249, 0.014400338754057884, -0.04000725597143173], "max": [0.009098474867641926, 0.08633687347173691, 1.244945764541626, 3.5575106143951416, 0.235441654920578, 1.6419594287872314, 0.03991727903485298, -0.01273218635469675], "mean": [-0.3541795015335083, -0.12509967386722565, 1.1598209142684937, 3.187225103378296, 0.058840956538915634, 0.6569341421127319, 0.021352717652916908, -0.02110406756401062], "std": [0.19947412610054016, 0.11366740614175797, 0.06282246857881546, 0.15329906344413757, 0.08812202513217926, 0.8510273098945618, 0.01043169479817152, 0.010573962703347206], "count": [534]}, "actions": {"min": [-0.7335545420646667, -0.6225123405456543, -0.484203040599823, -0.14894656836986542, -0.2204553484916687, -0.2520959973335266, -1.0], "max": [0.8629589080810547, 0.5634728670120239, 0.9529160857200623, 0.1373218148946762, 0.17309309542179108, 0.5832230448722839, 1.0], "mean": [-0.030778830870985985, -0.03395697847008705, -0.008086957968771458, -0.004618735518306494, 0.003444884205237031, 0.021310335025191307, 0.4906367063522339], "std": [0.21859785914421082, 0.1651027947664261, 0.19105170667171478, 0.040956418961286545, 0.04396868869662285, 0.09189944714307785, 0.8713681697845459], "count": [534]}, "timestamp": {"min": [0.0], "max": [53.3], "mean": [26.650000000000002], "std": [15.415225157832326], "count": [534]}, "frame_index": {"min": [0], "max": [533], "mean": [266.5], "std": [154.15225157832327], "count": [534]}, "episode_index": {"min": [1105], "max": [1105], "mean": [1105.0], "std": [0.0], "count": [534]}, "index": {"min": [345937], "max": [346470], "mean": [346203.5], "std": [154.15225157832327], "count": [534]}, "task_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [534]}}} +{"episode_index": 1106, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34023727771590045]], [[0.2851402221768337]], [[0.2212378757451874]]], "std": [[[0.16039637396973933]], [[0.14754275049796609]], [[0.1525303202531145]]], "count": [108]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32297987705914977]], [[0.260355828755475]], [[0.18400395212609783]]], "std": [[[0.207151251400512]], [[0.15090491689889038]], [[0.10499861461260791]]], "count": [108]}, "state": {"min": [-0.5119814276695251, -0.30031728744506836, 1.001267671585083, 3.017005681991577, -0.3823685050010681, -0.19316299259662628, 0.0147375063970685, -0.04000609368085861], "max": [-0.017820455133914948, 0.08369845896959305, 1.2720129489898682, 3.695467472076416, 0.06101686879992485, 1.5226527452468872, 0.039933692663908005, -0.012301692739129066], "mean": [-0.3436967432498932, -0.12061704695224762, 1.1734399795532227, 3.2297091484069824, -0.20705504715442657, 0.5517584681510925, 0.022091155871748924, -0.021478231996297836], "std": [0.18687503039836884, 0.12735392153263092, 0.07272642105817795, 0.19551971554756165, 0.1066538393497467, 0.7052527666091919, 0.010747045278549194, 0.01110059767961502], "count": [519]}, "actions": {"min": [-1.609291911125183, -0.7650383114814758, -0.42734116315841675, -0.22192159295082092, -0.17810848355293274, -0.21186111867427826, -1.0], "max": [0.758535623550415, 0.508762538433075, 0.9262011647224426, 0.17351901531219482, 0.1522853821516037, 0.6049482822418213, 1.0], "mean": [-0.030842125415802002, -0.030263977125287056, -0.006914337165653706, -0.0018998170271515846, 0.0019455484580248594, 0.024253981187939644, 0.4373795688152313], "std": [0.2135903686285019, 0.17525795102119446, 0.1933877319097519, 0.04795479401946068, 0.04403392970561981, 0.08707820624113083, 0.8992716073989868], "count": [519]}, "timestamp": {"min": [0.0], "max": [51.8], "mean": [25.900000000000002], "std": [14.982211674738368], "count": [519]}, "frame_index": {"min": [0], "max": [518], "mean": [259.0], "std": [149.8221167473837], "count": [519]}, "episode_index": {"min": [1106], "max": [1106], "mean": [1106.0], "std": [0.0], "count": [519]}, "index": {"min": [346471], "max": [346989], "mean": [346730.0], "std": [149.8221167473837], "count": [519]}, "task_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [519]}}} +{"episode_index": 1107, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3376514473709406]], [[0.2835343370624617]], [[0.22037958481732536]]], "std": [[[0.15624897595385331]], [[0.1427308502029086]], [[0.14806730890072908]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.38200434666053923]], [[0.292359619140625]], [[0.1901539270737592]]], "std": [[[0.19271422041422215]], [[0.13336966856127935]], [[0.07868565828810849]]], "count": [100]}, "state": {"min": [-0.33761826157569885, -0.21192260086536407, 1.003901720046997, 2.952694892883301, -0.09504266083240509, -0.05652955546975136, 0.010783900506794453, -0.040008485317230225], "max": [-0.19930130243301392, 0.25229373574256897, 1.298531174659729, 3.1536145210266113, 0.22979573905467987, 0.09093251824378967, 0.03978825733065605, -0.012376834638416767], "mean": [-0.2597869634628296, 0.060399387031793594, 1.163889765739441, 3.0633630752563477, 0.01644725911319256, 0.003657825756818056, 0.018771937116980553, -0.019033396616578102], "std": [0.04733627662062645, 0.1803663671016693, 0.0889054611325264, 0.06326695531606674, 0.08355721831321716, 0.03426113724708557, 0.011325143277645111, 0.011195891536772251], "count": [301]}, "actions": {"min": [-0.315740704536438, -1.0836939811706543, -0.7313083410263062, -0.14347323775291443, -0.1014452800154686, -0.11640246212482452, -1.0], "max": [0.31779175996780396, 0.7906673550605774, 0.6870672106742859, 0.12335696816444397, 0.10657374560832977, 0.1245657205581665, 1.0], "mean": [0.03616940975189209, 0.07108864188194275, -0.019218990579247475, 0.002735413145273924, 0.006036058533936739, 1.235915806319099e-05, 0.5083056688308716], "std": [0.09587697684764862, 0.2470553070306778, 0.2387905865907669, 0.03393535688519478, 0.02861473336815834, 0.03690037876367569, 0.8611751794815063], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [1107], "max": [1107], "mean": [1107.0], "std": [0.0], "count": [301]}, "index": {"min": [346990], "max": [347290], "mean": [347140.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [301]}}} +{"episode_index": 1108, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3390541914397595]], [[0.2857181324678309]], [[0.2223837148628983]]], "std": [[[0.1553063988986193]], [[0.1418868579564628]], [[0.1481015094265874]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.37911886357326136]], [[0.2893072156719133]], [[0.18826460655062804]]], "std": [[[0.1919822648355323]], [[0.13367933586085987]], [[0.07884969498392395]]], "count": [100]}, "state": {"min": [-0.3541625142097473, -0.22844457626342773, 0.9929941892623901, 2.997342586517334, -0.12393131107091904, -0.026895903050899506, 0.012075391598045826, -0.04000480845570564], "max": [-0.2101866751909256, 0.24370625615119934, 1.2897181510925293, 3.2040185928344727, 0.1903868466615677, 0.13846798241138458, 0.039904966950416565, -0.012148098088800907], "mean": [-0.2775736451148987, 0.05025801435112953, 1.1560777425765991, 3.1162991523742676, -0.002859236439689994, 0.03815383091568947, 0.02052638866007328, -0.02064366079866886], "std": [0.04963473230600357, 0.1864640861749649, 0.08661586791276932, 0.05585145205259323, 0.08329492807388306, 0.03637607768177986, 0.0122916791588068, 0.012327454052865505], "count": [331]}, "actions": {"min": [-0.42129212617874146, -0.9326402544975281, -0.7466580271720886, -0.1263289600610733, -0.1332726925611496, -0.19801859557628632, -1.0], "max": [0.40427690744400024, 1.1396009922027588, 0.9743307828903198, 0.12385339289903641, 0.08989120274782181, 0.16638532280921936, 1.0], "mean": [0.02863779105246067, 0.05597120150923729, -0.015691297128796577, 0.0020840878132730722, 0.004753442481160164, -0.0013009479735046625, 0.37764349579811096], "std": [0.11968763917684555, 0.2771832048892975, 0.2520620822906494, 0.03210920840501785, 0.028747787699103355, 0.04392175003886223, 0.9259514808654785], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [1108], "max": [1108], "mean": [1108.0], "std": [0.0], "count": [331]}, "index": {"min": [347291], "max": [347621], "mean": [347456.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [331]}}} +{"episode_index": 1109, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.341068426992379]], [[0.2855666785146676]], [[0.22300510840322454]]], "std": [[[0.15513382371204892]], [[0.14368345778000327]], [[0.14906649750797812]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3680897892970665]], [[0.28213845765356926]], [[0.18505813419117645]]], "std": [[[0.19448804562426586]], [[0.13616216447134472]], [[0.08314542640042726]]], "count": [100]}, "state": {"min": [-0.35501131415367126, -0.21357420086860657, 0.9745921492576599, 2.9469635486602783, -0.1388513743877411, -0.09911692142486572, 0.012095180340111256, -0.040009092539548874], "max": [-0.2176200896501541, 0.24282234907150269, 1.253637671470642, 3.1789023876190186, 0.1378992646932602, 0.07380995154380798, 0.0397769957780838, -0.011658912524580956], "mean": [-0.2775292694568634, 0.034711699932813644, 1.1489429473876953, 3.06903076171875, -0.018656188622117043, 0.010207023471593857, 0.02138119749724865, -0.021398333832621574], "std": [0.04449400678277016, 0.175095796585083, 0.0756562277674675, 0.0755501464009285, 0.08154084533452988, 0.03849691152572632, 0.012569103389978409, 0.012656524777412415], "count": [276]}, "actions": {"min": [-0.5070072412490845, -0.8540377020835876, -1.1095200777053833, -0.16822808980941772, -0.17818020284175873, -0.21319741010665894, -1.0], "max": [0.8987459540367126, 1.0986899137496948, 0.7368150353431702, 0.19062861800193787, 0.1399347186088562, 0.25678911805152893, 1.0], "mean": [0.03294498845934868, 0.05412541702389717, -0.006634512450546026, 0.0031603386159986258, 0.0008491050684824586, -0.0017642545280978084, 0.3115941882133484], "std": [0.15604384243488312, 0.3022463917732239, 0.2749992609024048, 0.040242500603199005, 0.03879442438483238, 0.047057341784238815, 0.9502165913581848], "count": [276]}, "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": [1109], "max": [1109], "mean": [1109.0], "std": [0.0], "count": [276]}, "index": {"min": [347622], "max": [347897], "mean": [347759.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [276]}}} +{"episode_index": 1110, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34250320374731924]], [[0.28647744990330115]], [[0.22243831260531555]]], "std": [[[0.15131747323220943]], [[0.13892217255245046]], [[0.14518945148459536]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.371766830145144]], [[0.2840937302533318]], [[0.18499794514973958]]], "std": [[[0.1952148217162891]], [[0.13636950139481333]], [[0.08191155374360856]]], "count": [100]}, "state": {"min": [-0.3276079595088959, -0.20552507042884827, 1.0023276805877686, 3.032711982727051, -0.08779274672269821, -0.16605713963508606, 0.011529635637998581, -0.039993468672037125], "max": [-0.22115930914878845, 0.21737432479858398, 1.3045843839645386, 3.2168540954589844, 0.22610591351985931, 0.008480128832161427, 0.039912667125463486, -0.012141330167651176], "mean": [-0.26854032278060913, 0.04121083766222, 1.1634294986724854, 3.1543896198272705, 0.025808708742260933, -0.11532507836818695, 0.01991945691406727, -0.0200676117092371], "std": [0.03374679759144783, 0.1741648018360138, 0.09188661724328995, 0.05110412836074829, 0.08435258269309998, 0.041863102465867996, 0.012029341422021389, 0.011973503045737743], "count": [291]}, "actions": {"min": [-0.4329400360584259, -0.8218409419059753, -0.5097666382789612, -0.16386930644512177, -0.12981778383255005, -0.19730453193187714, -1.0], "max": [0.4226192831993103, 0.9454697370529175, 0.9980574250221252, 0.14661957323551178, 0.14298215508460999, 0.35255569219589233, 1.0], "mean": [0.025441370904445648, 0.05611925199627876, -0.0164317823946476, 0.0024778663646429777, 0.003437467385083437, 0.00028964842204004526, 0.42268040776252747], "std": [0.09586308151483536, 0.27329057455062866, 0.2618458569049835, 0.037595536559820175, 0.03729870170354843, 0.05881918966770172, 0.9062785506248474], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1110], "max": [1110], "mean": [1110.0], "std": [0.0], "count": [291]}, "index": {"min": [347898], "max": [348188], "mean": [348043.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1111, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.340790480669807]], [[0.2876977156096814]], [[0.2249940155627681]]], "std": [[[0.15427716555319157]], [[0.14154927592892302]], [[0.14756475648338788]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.34173949357575056]], [[0.2631779156853171]], [[0.17453903976141238]]], "std": [[[0.20718198063195947]], [[0.14611639361819445]], [[0.08835474958291463]]], "count": [100]}, "state": {"min": [-0.33765628933906555, -0.07504879683256149, 0.9903708696365356, 3.0147485733032227, -0.060685839504003525, -0.05764152109622955, 0.014058301225304604, -0.04000270739197731], "max": [-0.19915235042572021, 0.16225972771644592, 1.2697254419326782, 3.1383872032165527, 0.20816455781459808, 0.06669694930315018, 0.03980246186256409, -0.014576999470591545], "mean": [-0.2673189342021942, 0.07336169481277466, 1.138131022453308, 3.0856852531433105, 0.07014425098896027, 0.017274925485253334, 0.02260017581284046, -0.022720767185091972], "std": [0.03861716762185097, 0.08843725919723511, 0.08508449047803879, 0.03950383886694908, 0.07604740560054779, 0.028517162427306175, 0.010271014645695686, 0.010408888570964336], "count": [227]}, "actions": {"min": [-0.8943767547607422, -0.5959257483482361, -0.8753147125244141, -0.09987329691648483, -0.129684180021286, -0.17536285519599915, -1.0], "max": [0.5066643357276917, 1.2709450721740723, 1.4174869060516357, 0.1216069683432579, 0.13019216060638428, 0.1402675062417984, 1.0], "mean": [0.027460791170597076, 0.058000702410936356, -0.012659401632845402, 0.0010778572177514434, 0.0026074626948684454, -4.1555784264346585e-05, 0.4008810520172119], "std": [0.18840822577476501, 0.19652879238128662, 0.3216206729412079, 0.030756279826164246, 0.03441131114959717, 0.03725861757993698, 0.9161302447319031], "count": [227]}, "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": [1111], "max": [1111], "mean": [1111.0], "std": [0.0], "count": [227]}, "index": {"min": [348189], "max": [348415], "mean": [348302.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [227]}}} +{"episode_index": 1112, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34029267314836087]], [[0.28649071727079506]], [[0.22366956284466913]]], "std": [[[0.1551630362368484]], [[0.14255352057241696]], [[0.14839043484898723]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.36915138872931985]], [[0.2842475023456648]], [[0.18738168753829657]]], "std": [[[0.20274227296374103]], [[0.14208152630058515]], [[0.08631134989919167]]], "count": [100]}, "state": {"min": [-0.3549189567565918, -0.06879903376102448, 0.9998065233230591, 2.9913697242736816, -0.2134593278169632, -0.14080476760864258, 0.014053456485271454, -0.03995991125702858], "max": [-0.2265087217092514, 0.1783265471458435, 1.289067268371582, 3.210066080093384, 0.16784179210662842, 0.020742306485772133, 0.039857007563114166, -0.014773852191865444], "mean": [-0.2711329162120819, 0.07571600377559662, 1.1743252277374268, 3.122936964035034, -0.03482149541378021, -0.05145224183797836, 0.022140389308333397, -0.022249143570661545], "std": [0.036817312240600586, 0.09834878146648407, 0.08729351311922073, 0.055699728429317474, 0.09604300558567047, 0.048739902675151825, 0.010621577501296997, 0.01057021226733923], "count": [272]}, "actions": {"min": [-0.5638452768325806, -0.4657638967037201, -0.6419186592102051, -0.11150114238262177, -0.1309860646724701, -0.11857971549034119, -1.0], "max": [0.5223235487937927, 0.8386492729187012, 1.6201281547546387, 0.08050066977739334, 0.10368246585130692, 0.1366741806268692, 1.0], "mean": [0.02531392313539982, 0.05246444419026375, -0.007666831370443106, -0.0013057177420705557, 0.005010981112718582, 0.0005165594047866762, 0.4117647111415863], "std": [0.14643901586532593, 0.18204423785209656, 0.3217325508594513, 0.031397923827171326, 0.035441603511571884, 0.03432463854551315, 0.9112911224365234], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [1112], "max": [1112], "mean": [1112.0], "std": [0.0], "count": [272]}, "index": {"min": [348416], "max": [348687], "mean": [348551.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [272]}}} +{"episode_index": 1113, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.344777717739928]], [[0.28859535307042744]], [[0.22544008441999847]]], "std": [[[0.15719608450686492]], [[0.14670440050151196]], [[0.1528567796901353]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.39107339238185507]], [[0.30434033322801773]], [[0.20213601325539982]]], "std": [[[0.19874518244810171]], [[0.13841388899949822]], [[0.08847202866955463]]], "count": [100]}, "state": {"min": [-0.32638007402420044, -0.054270148277282715, 0.9914314150810242, 3.0451669692993164, -0.28473982214927673, -0.4361308217048645, 0.01975979469716549, -0.040005262941122055], "max": [-0.19695469737052917, 0.2181517332792282, 1.2861775159835815, 3.2452001571655273, 0.02720179222524166, 0.07899387180805206, 0.03992540389299393, -0.019530246034264565], "mean": [-0.2419433295726776, 0.07659094780683517, 1.1567350625991821, 3.1297760009765625, -0.13557784259319305, -0.13509570062160492, 0.026913119480013847, -0.027216054499149323], "std": [0.04037312790751457, 0.1111350953578949, 0.0923728197813034, 0.04666830226778984, 0.08540058135986328, 0.1678851991891861, 0.008704871870577335, 0.008514843881130219], "count": [292]}, "actions": {"min": [-0.5377196669578552, -0.42018023133277893, -0.5111054182052612, -0.1419110894203186, -0.14528851211071014, -0.18346253037452698, -1.0], "max": [0.5232275128364563, 0.8393262028694153, 1.1959776878356934, 0.10966642200946808, 0.10419682413339615, 0.1388259381055832, 1.0], "mean": [0.01999710313975811, 0.05498542636632919, -0.0075696855783462524, -0.00043172328150831163, 0.001219472149387002, -0.003110151272267103, 0.3287671208381653], "std": [0.1440388560295105, 0.15091058611869812, 0.26442745327949524, 0.033889953047037125, 0.03824189305305481, 0.052828531712293625, 0.9444087147712708], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [1113], "max": [1113], "mean": [1113.0], "std": [0.0], "count": [292]}, "index": {"min": [348688], "max": [348979], "mean": [348833.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [292]}}} +{"episode_index": 1114, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3407527812882966]], [[0.28811357505648744]], [[0.2252863368614047]]], "std": [[[0.15555297734924367]], [[0.14313858365552273]], [[0.14967420206987517]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3691352024452359]], [[0.2856390602261413]], [[0.18976663267846203]]], "std": [[[0.2024278537634139]], [[0.14277106465144274]], [[0.09136022528471346]]], "count": [100]}, "state": {"min": [-0.3650107681751251, -0.06792357563972473, 1.001792073249817, 2.979886770248413, -0.20175579190254211, -0.3623916208744049, 0.013679828494787216, -0.0400017574429512], "max": [-0.1881348192691803, 0.16817478835582733, 1.3032114505767822, 3.2090020179748535, 0.1251758635044098, -0.085669606924057, 0.03992856293916702, -0.0146996034309268], "mean": [-0.269010454416275, 0.0699482187628746, 1.166812539100647, 3.1342806816101074, -0.07164395600557327, -0.20605072379112244, 0.02256387285888195, -0.02265634573996067], "std": [0.04725217446684837, 0.09843166172504425, 0.09082574397325516, 0.061343491077423096, 0.08297143131494522, 0.06570494174957275, 0.010765427723526955, 0.010808415710926056], "count": [304]}, "actions": {"min": [-0.4795423448085785, -0.31398555636405945, -0.4410022795200348, -0.14596514403820038, -0.18602271378040314, -0.18615931272506714, -1.0], "max": [0.4583721160888672, 0.9023347496986389, 0.9917421340942383, 0.2039003223180771, 0.09416177123785019, 0.14108906686306, 1.0], "mean": [0.018503529950976372, 0.053531814366579056, -0.009137416258454323, 0.0034020589664578438, 0.0015260054497048259, -0.001739622326567769, 0.3947368562221527], "std": [0.1602490246295929, 0.1486520618200302, 0.2643672525882721, 0.03802189603447914, 0.035633232444524765, 0.04187564551830292, 0.9187962412834167], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [1114], "max": [1114], "mean": [1114.0], "std": [0.0], "count": [304]}, "index": {"min": [348980], "max": [349283], "mean": [349131.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [304]}}} +{"episode_index": 1115, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.344149429620481]], [[0.2905832926432292]], [[0.2270147465724571]]], "std": [[[0.15678457631592638]], [[0.14575951724108585]], [[0.15364134122975773]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.34960066612094054]], [[0.27770968448414524]], [[0.1920841016582414]]], "std": [[[0.19880121839197495]], [[0.14740270216443757]], [[0.1128201121081827]]], "count": [100]}, "state": {"min": [-0.5035513639450073, -0.25796011090278625, 0.9855303168296814, 2.8905911445617676, -0.19570982456207275, -0.06210510805249214, 0.004620708990842104, -0.040006041526794434], "max": [-0.07988318800926208, 0.028796227648854256, 1.195428490638733, 3.1993815898895264, 0.06273626536130905, 0.07739293575286865, 0.039921097457408905, -0.005844252184033394], "mean": [-0.2916272282600403, -0.12311827391386032, 1.1213690042495728, 3.0298755168914795, -0.09194666892290115, 0.00500602088868618, 0.02070905826985836, -0.02086695469915867], "std": [0.1637050360441208, 0.09515678137540817, 0.06052922084927559, 0.08513713628053665, 0.06952343881130219, 0.04311676323413849, 0.01622900366783142, 0.016082055866718292], "count": [254]}, "actions": {"min": [-1.1020786762237549, -0.6562004685401917, -0.4804564118385315, -0.13428018987178802, -0.13085049390792847, -0.10128521919250488, -1.0], "max": [0.5779057145118713, 0.3112506568431854, 1.4958953857421875, 0.16457653045654297, 0.155310720205307, 0.162189781665802, 1.0], "mean": [-0.056659139692783356, -0.07887081056833267, -0.029047857969999313, -0.005914998706430197, -0.002631296869367361, -0.0010994145413860679, 0.11811023950576782], "std": [0.2731319069862366, 0.15905717015266418, 0.24144043028354645, 0.041992295533418655, 0.040431588888168335, 0.037909626960754395, 0.992999255657196], "count": [254]}, "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": [1115], "max": [1115], "mean": [1115.0], "std": [0.0], "count": [254]}, "index": {"min": [349284], "max": [349537], "mean": [349410.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [254]}}} +{"episode_index": 1116, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3443982567880668]], [[0.2890373200061275]], [[0.22498441209980086]]], "std": [[[0.15462555217134047]], [[0.14367246868405958]], [[0.1507493835136555]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.34160428215475647]], [[0.26988380701401654]], [[0.18633041800704656]]], "std": [[[0.19162311056261375]], [[0.13912687926559456]], [[0.10086177685775854]]], "count": [100]}, "state": {"min": [-0.5044870972633362, -0.2891717553138733, 0.9976733326911926, 2.8084285259246826, -0.13161301612854004, -0.005627976730465889, 0.0053742388263344765, -0.040007106959819794], "max": [-0.09118787199258804, 0.026832032948732376, 1.1940112113952637, 3.103628396987915, 0.08820807933807373, 0.221161887049675, 0.03985404968261719, -0.004955247975885868], "mean": [-0.30187198519706726, -0.15316705405712128, 1.1184263229370117, 2.9506261348724365, -0.030213942751288414, 0.11113575100898743, 0.01808139495551586, -0.018519911915063858], "std": [0.1637990027666092, 0.09876646101474762, 0.061036329716444016, 0.09010970592498779, 0.05970925837755203, 0.06932546943426132, 0.015974249690771103, 0.015820961445569992], "count": [256]}, "actions": {"min": [-1.1171213388442993, -0.6111301183700562, -0.5159269571304321, -0.19089414179325104, -0.16574643552303314, -0.11581730097532272, -1.0], "max": [0.6023327112197876, 0.3285250663757324, 0.9664669632911682, 0.22430101037025452, 0.09913145005702972, 0.1769726276397705, 1.0], "mean": [-0.05694995075464249, -0.08993632346391678, -0.032013047486543655, -0.006465174723416567, -0.001839201431721449, -0.003373641986399889, 0.2578125], "std": [0.2763642966747284, 0.16693595051765442, 0.22339323163032532, 0.05363554507493973, 0.03945134952664375, 0.04422960430383682, 0.9661949872970581], "count": [256]}, "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": [1116], "max": [1116], "mean": [1116.0], "std": [0.0], "count": [256]}, "index": {"min": [349538], "max": [349793], "mean": [349665.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [256]}}} +{"episode_index": 1117, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3409759246227788]], [[0.28593971880744484]], [[0.2225096435546875]]], "std": [[[0.15747365444528133]], [[0.1455379338872431]], [[0.15118835887754928]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.34217459166283704]], [[0.26706522743374694]], [[0.18134105248544732]]], "std": [[[0.19440380517458708]], [[0.14119126553707037]], [[0.09835318680711605]]], "count": [100]}, "state": {"min": [-0.5023188591003418, -0.3017064034938812, 0.9926736354827881, 2.8580143451690674, -0.057903748005628586, -0.14313580095767975, 0.0036246732342988253, -0.040003079921007156], "max": [-0.09210000932216644, 0.026800688356161118, 1.2210830450057983, 3.2589101791381836, 0.20605957508087158, 0.14783614873886108, 0.03997687250375748, -0.0023150371853262186], "mean": [-0.2983883321285248, -0.15845997631549835, 1.1139322519302368, 3.0449469089508057, 0.03763004019856453, -0.000940855301450938, 0.01745843142271042, -0.01741579733788967], "std": [0.167153999209404, 0.10307546705007553, 0.06942526996135712, 0.11454034596681595, 0.05870191752910614, 0.07561983168125153, 0.01692351885139942, 0.01692863740026951], "count": [280]}, "actions": {"min": [-1.5734297037124634, -0.8177589774131775, -0.5012220740318298, -0.29796627163887024, -0.1885068714618683, -0.2309565246105194, -1.0], "max": [0.713905394077301, 0.47143155336380005, 0.9668365120887756, 0.16504503786563873, 0.19894661009311676, 0.1795557737350464, 1.0], "mean": [-0.05516889691352844, -0.0829712375998497, -0.034542884677648544, -0.008099829778075218, 0.0014162241714075208, -0.005495611112564802, 0.24285714328289032], "std": [0.2907879650592804, 0.1767275333404541, 0.24538595974445343, 0.06384104490280151, 0.04699542373418808, 0.04774511978030205, 0.9700644612312317], "count": [280]}, "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": [1117], "max": [1117], "mean": [1117.0], "std": [0.0], "count": [280]}, "index": {"min": [349794], "max": [350073], "mean": [349933.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [280]}}} +{"episode_index": 1118, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3469725455489813]], [[0.29097763959099265]], [[0.22490981217926623]]], "std": [[[0.15529113712123185]], [[0.14377143146042468]], [[0.15217016636577263]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3468523206523821]], [[0.27503027942133884]], [[0.19025039972043503]]], "std": [[[0.1953100499749671]], [[0.14308066936349711]], [[0.10632301371916511]]], "count": [100]}, "state": {"min": [-0.5488953590393066, -0.3315311074256897, 0.986122190952301, 2.8766696453094482, -0.25708523392677307, -0.0949745625257492, 0.005449901334941387, -0.040004704147577286], "max": [-0.08775738626718521, -0.00025028118398040533, 1.2292399406433105, 3.232640027999878, 0.026493916288018227, 0.15725812315940857, 0.03998272493481636, -0.002624514978379011], "mean": [-0.31704339385032654, -0.17675508558750153, 1.1353338956832886, 3.02571177482605, -0.12918241322040558, 0.04852794110774994, 0.018821770325303078, -0.018792683258652687], "std": [0.18092599511146545, 0.0948132649064064, 0.07635468989610672, 0.09581251442432404, 0.07765261828899384, 0.07209357619285583, 0.015900729224085808, 0.015906687825918198], "count": [339]}, "actions": {"min": [-0.7159466743469238, -0.7362906336784363, -0.5019494295120239, -0.2321026474237442, -0.17318910360336304, -0.17257477343082428, -1.0], "max": [0.6233575940132141, 0.5306054353713989, 1.4932504892349243, 0.2352750599384308, 0.12782329320907593, 0.1613081991672516, 1.0], "mean": [-0.04910966008901596, -0.06090658903121948, -0.03550812974572182, -0.003994228783994913, -0.0029203149024397135, -0.004102273844182491, 0.24483776092529297], "std": [0.21737097203731537, 0.17840085923671722, 0.24077695608139038, 0.05133013427257538, 0.04154052212834358, 0.04934770613908768, 0.9695647358894348], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [1118], "max": [1118], "mean": [1118.0], "std": [0.0], "count": [339]}, "index": {"min": [350074], "max": [350412], "mean": [350243.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [339]}}} +{"episode_index": 1119, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34965058629653034]], [[0.29356121167949606]], [[0.2314737973680683]]], "std": [[[0.15298110714629778]], [[0.146228682678385]], [[0.1522071384448474]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.34406846768248317]], [[0.26842048435585175]], [[0.17529533715341605]]], "std": [[[0.2261373224610328]], [[0.16031983205151829]], [[0.09622478547428166]]], "count": [100]}, "state": {"min": [-0.49388739466667175, -0.009746324270963669, 0.9889897704124451, 2.912696123123169, -0.086018867790699, -0.35427823662757874, 0.014319244772195816, -0.04000158607959747], "max": [-0.0050914534367620945, 0.29764750599861145, 1.2804534435272217, 3.283357620239258, 0.25258690118789673, 0.13656699657440186, 0.039947059005498886, -0.013852984644472599], "mean": [-0.27265051007270813, 0.19938789308071136, 1.142317533493042, 3.126964569091797, 0.03094126470386982, -0.12040462344884872, 0.02405909262597561, -0.02434326522052288], "std": [0.18505415320396423, 0.0823385939002037, 0.079246386885643, 0.11053550988435745, 0.0899505540728569, 0.1513652205467224, 0.011397171765565872, 0.011242430657148361], "count": [295]}, "actions": {"min": [-1.525577425956726, -0.44439390301704407, -0.8071905970573425, -0.1156141608953476, -0.19013814628124237, -0.15518079698085785, -1.0], "max": [0.6947442889213562, 0.736326277256012, 1.2332708835601807, 0.18961313366889954, 0.16140960156917572, 0.13420499861240387, 1.0], "mean": [-0.05090025067329407, 0.07744154334068298, -0.030938241630792618, 0.006554935593158007, -0.002669180976226926, -0.01101550180464983, 0.26101693511009216], "std": [0.3271830379962921, 0.1869957447052002, 0.2778129577636719, 0.04433804005384445, 0.04675152897834778, 0.04032920300960541, 0.9653342366218567], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [1119], "max": [1119], "mean": [1119.0], "std": [0.0], "count": [295]}, "index": {"min": [350413], "max": [350707], "mean": [350560.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [295]}}} +{"episode_index": 1120, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34950483314663755]], [[0.2936622775208716]], [[0.23210518212411918]]], "std": [[[0.15469315062581082]], [[0.1485175199227181]], [[0.15432549522656772]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9686274509803922]], [[0.9725490196078431]]], "mean": [[[0.36049101945465684]], [[0.2814023617015165]], [[0.18605773147882199]]], "std": [[[0.22141959018217844]], [[0.15735601031707275]], [[0.09551647097844972]]], "count": [100]}, "state": {"min": [-0.5103691816329956, -0.001852855901233852, 0.9928972125053406, 2.8383874893188477, -0.24677754938602448, -0.2426147162914276, 0.01713257096707821, -0.03998689725995064], "max": [-0.03547854721546173, 0.32778823375701904, 1.2598779201507568, 3.262087106704712, 0.07875651866197586, 0.06621359288692474, 0.03995494171977043, -0.013574043288826942], "mean": [-0.2879919111728668, 0.22173967957496643, 1.1409605741500854, 3.1074132919311523, -0.09076449275016785, -0.14825409650802612, 0.02569706179201603, -0.025220703333616257], "std": [0.18321840465068817, 0.08423500508069992, 0.07825759053230286, 0.09983325004577637, 0.0940556451678276, 0.09875030070543289, 0.010333357378840446, 0.010360044427216053], "count": [273]}, "actions": {"min": [-1.3647855520248413, -0.7257189750671387, -0.769784152507782, -0.1720893830060959, -0.3000285029411316, -0.1440778225660324, -1.0], "max": [0.7247165441513062, 1.4506336450576782, 3.168210983276367, 0.24753786623477936, 0.2789499759674072, 0.16805137693881989, 1.0], "mean": [-0.05840170010924339, 0.09587764739990234, -0.020074037835001945, 0.006371235474944115, -0.0037593033630400896, -0.006852901540696621, 0.24542124569416046], "std": [0.33390751481056213, 0.23729011416435242, 0.37681981921195984, 0.058642446994781494, 0.05293874442577362, 0.04294423386454582, 0.9694138765335083], "count": [273]}, "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": [1120], "max": [1120], "mean": [1120.0], "std": [0.0], "count": [273]}, "index": {"min": [350708], "max": [350980], "mean": [350844.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [273]}}} +{"episode_index": 1121, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3457207563811658]], [[0.29137011658911616]], [[0.22839025220683978]]], "std": [[[0.15603859514223248]], [[0.14653534590327807]], [[0.151686482329669]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.35921283796721815]], [[0.28127315207088693]], [[0.18312645048253678]]], "std": [[[0.22496389950370968]], [[0.1581989972547625]], [[0.09477894232423267]]], "count": [100]}, "state": {"min": [-0.5309166312217712, 0.03428787738084793, 0.9959402084350586, 3.0397911071777344, -0.26576513051986694, -0.5180727243423462, 0.014709834940731525, -0.03997081145644188], "max": [-0.023189987987279892, 0.3333260118961334, 1.3263124227523804, 3.286219358444214, 0.2481721043586731, 0.011558853089809418, 0.040002115070819855, -0.013877336867153645], "mean": [-0.2884177267551422, 0.20321626961231232, 1.1733182668685913, 3.16233229637146, -0.06312090903520584, -0.2558380663394928, 0.023754609748721123, -0.02368113584816456], "std": [0.18958677351474762, 0.08470442146062851, 0.09731585532426834, 0.07286563515663147, 0.1237909272313118, 0.21258476376533508, 0.011229371652007103, 0.011215963400900364], "count": [284]}, "actions": {"min": [-1.0448544025421143, -0.764583945274353, -0.7333201766014099, -0.1453099399805069, -0.1472306102514267, -0.16120384633541107, -1.0], "max": [0.6607254147529602, 0.7391412854194641, 1.4907193183898926, 0.33304229378700256, 0.12349990010261536, 0.07580889761447906, 1.0], "mean": [-0.050514061003923416, 0.07722095400094986, -0.02439086325466633, 0.008138182573020458, 0.0021907512564212084, -0.011850213631987572, 0.30281689763069153], "std": [0.3057805299758911, 0.20120301842689514, 0.3114784359931946, 0.0486006960272789, 0.047067418694496155, 0.04070868343114853, 0.9530501961708069], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1121], "max": [1121], "mean": [1121.0], "std": [0.0], "count": [284]}, "index": {"min": [350981], "max": [351264], "mean": [351122.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1122, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35100499530867035]], [[0.2959957957548253]], [[0.2328557673435585]]], "std": [[[0.15773765248072616]], [[0.15035465779665302]], [[0.15711994811149255]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9647058823529412]], [[0.9686274509803922]]], "mean": [[[0.3912775872922411]], [[0.30454145723230697]], [[0.20088765761431526]]], "std": [[[0.21301117231772315]], [[0.15120896882135818]], [[0.09224703406325836]]], "count": [100]}, "state": {"min": [-0.5391800999641418, 0.03591851890087128, 1.0124186277389526, 3.025731325149536, -0.44476836919784546, -0.4002164900302887, 0.015517991036176682, -0.040004558861255646], "max": [-0.011965506710112095, 0.36367911100387573, 1.2743477821350098, 3.311032772064209, -0.0009963607881218195, 0.07923928648233414, 0.03992152959108353, -0.01250492688268423], "mean": [-0.2905886471271515, 0.23101915419101715, 1.1623445749282837, 3.1431007385253906, -0.20853187143802643, -0.16634495556354523, 0.025190597400069237, -0.024656331166625023], "std": [0.200550377368927, 0.08889893442392349, 0.06768129765987396, 0.09817105531692505, 0.10970911383628845, 0.1491013467311859, 0.011030273512005806, 0.01149039063602686], "count": [300]}, "actions": {"min": [-1.3554267883300781, -0.4996608793735504, -0.6446065902709961, -0.20494234561920166, -0.214866504073143, -0.15089471638202667, -1.0], "max": [0.6465874910354614, 0.8264241814613342, 1.0543781518936157, 0.16089066863059998, 0.18833918869495392, 0.11502120643854141, 1.0], "mean": [-0.05782154202461243, 0.07899551838636398, -0.019182030111551285, 0.006901604123413563, -0.007083840202540159, -0.009871955960988998, 0.23333333432674408], "std": [0.30989429354667664, 0.19821245968341827, 0.26568400859832764, 0.04486851394176483, 0.0505676232278347, 0.04400968924164772, 0.9723989963531494], "count": [300]}, "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": [1122], "max": [1122], "mean": [1122.0], "std": [0.0], "count": [300]}, "index": {"min": [351265], "max": [351564], "mean": [351414.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [300]}}} +{"episode_index": 1123, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34884342148724723]], [[0.2950692509669884]], [[0.23305310537300858]]], "std": [[[0.15748004781426211]], [[0.15026533766059683]], [[0.15689451369864477]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4025913026099111]], [[0.31046158195944396]], [[0.20439048797009038]]], "std": [[[0.1948136826938977]], [[0.13877716518031996]], [[0.08808696192045197]]], "count": [100]}, "state": {"min": [-0.31505608558654785, -0.026241524145007133, 0.9898516535758972, 2.938377618789673, -0.19063372910022736, -0.34765535593032837, 0.01210032682865858, -0.04000140726566315], "max": [-0.09014541655778885, 0.17886248230934143, 1.2550503015518188, 3.2762229442596436, 0.06915726512670517, -0.009689146652817726, 0.03997659310698509, -0.014576295390725136], "mean": [-0.20702128112316132, 0.0687190592288971, 1.1438580751419067, 3.168412208557129, -0.08833961933851242, -0.15454694628715515, 0.024919871240854263, -0.024901993572711945], "std": [0.07179498672485352, 0.08202855288982391, 0.0746837630867958, 0.08840048313140869, 0.07010291516780853, 0.09499328583478928, 0.011819805018603802, 0.011950604617595673], "count": [260]}, "actions": {"min": [-1.1303749084472656, -0.31852418184280396, -0.7051886320114136, -0.16354972124099731, -0.13131195306777954, -0.1814849078655243, -1.0], "max": [0.6076529622077942, 0.600357711315155, 1.2599579095840454, 0.16569851338863373, 0.22365930676460266, 0.14466728270053864, 1.0], "mean": [0.015860779210925102, 0.05520761013031006, -0.009377081878483295, 0.006844775285571814, -0.001573365181684494, -0.001045804237946868, 0.17692308127880096], "std": [0.22702184319496155, 0.15562330186367035, 0.2835119962692261, 0.041607897728681564, 0.03796323016285896, 0.047288596630096436, 0.9842256903648376], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [1123], "max": [1123], "mean": [1123.0], "std": [0.0], "count": [260]}, "index": {"min": [351565], "max": [351824], "mean": [351694.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [260]}}} +{"episode_index": 1124, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35570180017807906]], [[0.30136101576861213]], [[0.23783503035003065]]], "std": [[[0.15650794426293826]], [[0.14957212008433665]], [[0.1583175395415986]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9882352941176471]]], "mean": [[[0.41138498283835023]], [[0.31717454678404566]], [[0.2088928108963312]]], "std": [[[0.19976919980730068]], [[0.14133644285496816]], [[0.0862555438870894]]], "count": [100]}, "state": {"min": [-0.2881503999233246, -0.007435665465891361, 0.9908985495567322, 3.0280725955963135, -0.1820937842130661, 0.027775615453720093, 0.015031315386295319, -0.03999585285782814], "max": [-0.04889579117298126, 0.2056885063648224, 1.2605812549591064, 3.254734992980957, 0.07189209014177322, 0.22366642951965332, 0.03998349979519844, -0.014892318286001682], "mean": [-0.17896799743175507, 0.08535943180322647, 1.1416412591934204, 3.152053117752075, -0.06518656760454178, 0.11491530388593674, 0.02548278123140335, -0.025402020663022995], "std": [0.07984314113855362, 0.08369474858045578, 0.08205552399158478, 0.04903979226946831, 0.06706282496452332, 0.043934229761362076, 0.011676641181111336, 0.01178249716758728], "count": [260]}, "actions": {"min": [-0.9262315630912781, -0.21356838941574097, -0.8416065573692322, -0.11141190677881241, -0.11048445105552673, -0.15834841132164001, -1.0], "max": [0.6947505474090576, 0.8826773762702942, 1.2824105024337769, 0.1407802850008011, 0.10652667284011841, 0.1536489725112915, 1.0], "mean": [0.023061946034431458, 0.06443478912115097, -0.020889760926365852, 0.006595961283892393, 0.0005031484761275351, -0.0008322949870489538, 0.1538461595773697], "std": [0.22630000114440918, 0.15480294823646545, 0.2857241630554199, 0.039374034851789474, 0.02993094176054001, 0.04345535486936569, 0.9880936741828918], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [1124], "max": [1124], "mean": [1124.0], "std": [0.0], "count": [260]}, "index": {"min": [351825], "max": [352084], "mean": [351954.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [260]}}} +{"episode_index": 1125, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3449238843730852]], [[0.2915088465073529]], [[0.2300110102634804]]], "std": [[[0.1574281804120348]], [[0.14889049201376764]], [[0.15419104210640014]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.40029358987247243]], [[0.3055868805530025]], [[0.19958467909869027]]], "std": [[[0.19588338146502388]], [[0.1406338937640671]], [[0.08351693601994757]]], "count": [100]}, "state": {"min": [-0.29878610372543335, -0.02094774879515171, 0.9901995658874512, 2.9574434757232666, -0.1521058827638626, -0.2405567765235901, 0.014779351651668549, -0.040004659444093704], "max": [-0.06844182312488556, 0.19179756939411163, 1.2968717813491821, 3.1652095317840576, 0.16707536578178406, 0.11872842162847519, 0.03991442173719406, -0.013982927426695824], "mean": [-0.19792978465557098, 0.08429008722305298, 1.1577402353286743, 3.0890493392944336, -0.0014790399000048637, -0.0959770679473877, 0.0252314954996109, -0.024968717247247696], "std": [0.07592369616031647, 0.091206394135952, 0.08815955370664597, 0.04931393638253212, 0.07673519849777222, 0.0855306088924408, 0.01160402037203312, 0.011516492813825607], "count": [272]}, "actions": {"min": [-1.1498215198516846, -0.25748178362846375, -0.6953791379928589, -0.1445801854133606, -0.1233741044998169, -0.12783218920230865, -1.0], "max": [0.5595844984054565, 0.6205801367759705, 1.713238000869751, 0.15906111896038055, 0.09231313318014145, 0.18287350237369537, 1.0], "mean": [0.017911577597260475, 0.06279085576534271, -0.01979745551943779, 0.0040130033157765865, 0.002732660621404648, -0.002942249644547701, 0.1764705926179886], "std": [0.23925483226776123, 0.15457439422607422, 0.3201510012149811, 0.03829224035143852, 0.03614559769630432, 0.043170265853405, 0.9843081831932068], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [1125], "max": [1125], "mean": [1125.0], "std": [0.0], "count": [272]}, "index": {"min": [352085], "max": [352356], "mean": [352220.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [272]}}} +{"episode_index": 1126, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34620204491708795]], [[0.29364744418275124]], [[0.23039969051585477]]], "std": [[[0.16250514632916105]], [[0.1524356261786939]], [[0.15830886105231867]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.3989058724197687]], [[0.30730333216050093]], [[0.2030182519052543]]], "std": [[[0.19375149934337224]], [[0.13724767663548376]], [[0.08554793063902155]]], "count": [100]}, "state": {"min": [-0.3066643476486206, -0.024199627339839935, 0.9888167977333069, 2.972417116165161, -0.1735316514968872, -0.07928212732076645, 0.014574887230992317, -0.04000651836395264], "max": [-0.0990583524107933, 0.17348314821720123, 1.242423176765442, 3.1344997882843018, 0.05535013973712921, 0.08449682593345642, 0.039868805557489395, -0.0148716289550066], "mean": [-0.21194647252559662, 0.06694276630878448, 1.1392874717712402, 3.050008535385132, -0.08310194313526154, -0.006385965272784233, 0.02427065186202526, -0.0245156642049551], "std": [0.07458825409412384, 0.08316756784915924, 0.07194915413856506, 0.04391278326511383, 0.06591429561376572, 0.04384591430425644, 0.011905958876013756, 0.011860780417919159], "count": [237]}, "actions": {"min": [-0.7588565349578857, -0.29207512736320496, -0.6488484740257263, -0.09245449304580688, -0.10557650029659271, -0.12090274691581726, -1.0], "max": [0.5124956965446472, 0.8185099959373474, 0.9627491235733032, 0.11787176132202148, 0.14624984562397003, 0.1279100626707077, 1.0], "mean": [0.01204910222440958, 0.057273019105196, -0.01878345012664795, 0.003396296873688698, 0.0009716659551486373, -0.0018206193344667554, 0.2067510485649109], "std": [0.20771510899066925, 0.1493614763021469, 0.27419888973236084, 0.03410867229104042, 0.04091920331120491, 0.0347287543118, 0.9783930778503418], "count": [237]}, "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": [1126], "max": [1126], "mean": [1126.0], "std": [0.0], "count": [237]}, "index": {"min": [352357], "max": [352593], "mean": [352475.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [237]}}} +{"episode_index": 1127, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3476286740770527]], [[0.2912104731541054]], [[0.22718096863989737]]], "std": [[[0.15330896642332104]], [[0.145945835535016]], [[0.1518220626489909]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3270604020660999]], [[0.2538919785443474]], [[0.17083166683421414]]], "std": [[[0.19710390617864626]], [[0.1440081220796072]], [[0.09578782320340172]]], "count": [100]}, "state": {"min": [-0.517838716506958, -0.2143968641757965, 0.9965803027153015, 2.8696703910827637, -0.31277045607566833, -0.37166571617126465, 0.01337621733546257, -0.04001776501536369], "max": [-0.17798388004302979, 0.329454243183136, 1.246324062347412, 3.425762414932251, 0.001536884461529553, 0.09841814637184143, 0.03978203609585762, -0.012309836223721504], "mean": [-0.34832334518432617, 0.039666756987571716, 1.1289088726043701, 3.0880281925201416, -0.14357274770736694, -0.19385111331939697, 0.024458738043904305, -0.02433464303612709], "std": [0.12788993120193481, 0.20378144085407257, 0.07383327931165695, 0.1610187590122223, 0.10468266904354095, 0.1151803582906723, 0.01212296262383461, 0.012339096516370773], "count": [283]}, "actions": {"min": [-0.9525431990623474, -1.1714905500411987, -0.5235612988471985, -0.1511727273464203, -0.1874707043170929, -0.153756782412529, -1.0], "max": [0.44135764241218567, 1.6122868061065674, 1.7334219217300415, 0.20267069339752197, 0.18573814630508423, 0.23732179403305054, 1.0], "mean": [-0.056914959102869034, 0.10529549419879913, -0.033971238881349564, 0.007721546106040478, -0.0015804693102836609, -0.008471079170703888, 0.18727914988994598], "std": [0.20352321863174438, 0.33123964071273804, 0.27421751618385315, 0.05226607620716095, 0.04910287633538246, 0.05224190279841423, 0.9823089838027954], "count": [283]}, "timestamp": {"min": [0.0], "max": [28.2], "mean": [14.100000000000001], "std": [8.16945530620004], "count": [283]}, "frame_index": {"min": [0], "max": [282], "mean": [141.0], "std": [81.69455306200041], "count": [283]}, "episode_index": {"min": [1127], "max": [1127], "mean": [1127.0], "std": [0.0], "count": [283]}, "index": {"min": [352594], "max": [352876], "mean": [352735.0], "std": [81.69455306200041], "count": [283]}, "task_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [283]}}} +{"episode_index": 1128, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3451871792662377]], [[0.2903129799038756]], [[0.22518020689721202]]], "std": [[[0.15115432169818652]], [[0.14031780624875995]], [[0.14582751003112618]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3151393277037377]], [[0.2419325776941636]], [[0.15994369985543047]]], "std": [[[0.1982596951340558]], [[0.1426800142490947]], [[0.09005110212172444]]], "count": [100]}, "state": {"min": [-0.5390825271606445, -0.2633674442768097, 0.9885377883911133, 2.916309356689453, -0.31055888533592224, -0.42449134588241577, 0.012867254205048084, -0.04000937193632126], "max": [-0.19684721529483795, 0.32875901460647583, 1.2981791496276855, 3.361335277557373, 0.086968794465065, 0.08643518388271332, 0.03986567631363869, -0.012312093749642372], "mean": [-0.3723168671131134, 0.025527002289891243, 1.1517150402069092, 3.106839656829834, -0.0911291092634201, -0.23252475261688232, 0.02291719801723957, -0.023043857887387276], "std": [0.130209282040596, 0.22962968051433563, 0.08483975380659103, 0.14858466386795044, 0.12163469195365906, 0.10754988342523575, 0.012004133313894272, 0.012087698094546795], "count": [305]}, "actions": {"min": [-0.828545093536377, -0.8854769468307495, -0.5524879097938538, -0.25142860412597656, -0.14929857850074768, -0.22562484443187714, -1.0], "max": [0.5567088723182678, 1.129712462425232, 1.302680253982544, 0.20492221415042877, 0.11837445944547653, 0.19841788709163666, 1.0], "mean": [-0.04250521957874298, 0.09351619333028793, -0.022668395191431046, 0.007481583394110203, -0.00031292266794480383, -0.0071683540008962154, 0.2852458953857422], "std": [0.19111135601997375, 0.3114989399909973, 0.2834276258945465, 0.05864771828055382, 0.043197084218263626, 0.05666453391313553, 0.9584562182426453], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [1128], "max": [1128], "mean": [1128.0], "std": [0.0], "count": [305]}, "index": {"min": [352877], "max": [353181], "mean": [353029.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [305]}}} +{"episode_index": 1129, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3454733288334865]], [[0.2898060889150582]], [[0.2257064125210631]]], "std": [[[0.15214369768659594]], [[0.1433442469192715]], [[0.14842936229581305]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31887868424957877]], [[0.2459270576028263]], [[0.16348153447169883]]], "std": [[[0.19888360922287376]], [[0.1445018935795119]], [[0.09301593461344711]]], "count": [100]}, "state": {"min": [-0.515781819820404, -0.22465485334396362, 0.9786084294319153, 2.927968978881836, -0.26785075664520264, -0.3583875000476837, 0.01241063792258501, -0.040008965879678726], "max": [-0.15706248581409454, 0.3117966949939728, 1.2780811786651611, 3.43320894241333, 0.2148377001285553, 0.13664977252483368, 0.039836302399635315, -0.01181933656334877], "mean": [-0.34061184525489807, 0.028618741780519485, 1.1458566188812256, 3.1179141998291016, -0.02535261958837509, -0.13209043443202972, 0.02354111708700657, -0.02365410327911377], "std": [0.1317613273859024, 0.1965426653623581, 0.08480923622846603, 0.17817343771457672, 0.13064374029636383, 0.1251828670501709, 0.01260713953524828, 0.0126754529774189], "count": [300]}, "actions": {"min": [-0.8263866305351257, -1.0019184350967407, -0.740066409111023, -0.16451451182365417, -0.14365027844905853, -0.1426275223493576, -1.0], "max": [0.7075414061546326, 1.51883065700531, 1.546879529953003, 0.14431323111057281, 0.1365935057401657, 0.1479124128818512, 1.0], "mean": [-0.04629691317677498, 0.08476483076810837, -0.023936664685606956, 0.007123576011508703, 0.0026798287872225046, -0.0030941523145884275, 0.20000000298023224], "std": [0.2156619131565094, 0.3060196340084076, 0.2761492431163788, 0.0457935594022274, 0.043286651372909546, 0.04734227433800697, 0.9797963500022888], "count": [300]}, "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": [1129], "max": [1129], "mean": [1129.0], "std": [0.0], "count": [300]}, "index": {"min": [353182], "max": [353481], "mean": [353331.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [300]}}} +{"episode_index": 1130, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.34567673268037685]], [[0.2912255949132583]], [[0.22669275381050857]]], "std": [[[0.15147317596594048]], [[0.14199566466125063]], [[0.14841155623310465]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3108052816951976]], [[0.23957827878465837]], [[0.15920548861634498]]], "std": [[[0.19976112935062795]], [[0.14454332880472787]], [[0.09115773157844854]]], "count": [100]}, "state": {"min": [-0.5392940044403076, -0.25838762521743774, 0.9779240489006042, 2.9871110916137695, -0.20217761397361755, -0.37701714038848877, 0.012262389995157719, -0.04000761732459068], "max": [-0.17721055448055267, 0.2883683443069458, 1.2402371168136597, 3.424729585647583, 0.18826667964458466, -0.027180474251508713, 0.03992410749197006, -0.011811934411525726], "mean": [-0.3494561016559601, -0.01149656530469656, 1.1328200101852417, 3.1871109008789062, -0.0594647154211998, -0.218079075217247, 0.023050518706440926, -0.022988850250840187], "std": [0.13799799978733063, 0.2061014473438263, 0.0757841020822525, 0.14508020877838135, 0.09062643349170685, 0.10609156638383865, 0.012998647056519985, 0.013057763688266277], "count": [316]}, "actions": {"min": [-0.7868793606758118, -0.6635119318962097, -0.5982775092124939, -0.17757657170295715, -0.13847540318965912, -0.12799037992954254, -1.0], "max": [0.3184269368648529, 1.1523206233978271, 1.3137691020965576, 0.21757352352142334, 0.15304039418697357, 0.1358407884836197, 1.0], "mean": [-0.043133873492479324, 0.07991883158683777, -0.031605314463377, 0.006893370766192675, 0.0032826114911586046, -0.008010010235011578, 0.2151898741722107], "std": [0.17163561284542084, 0.2618168890476227, 0.26909759640693665, 0.047158628702163696, 0.04313117638230324, 0.03743381425738335, 0.9765710830688477], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [1130], "max": [1130], "mean": [1130.0], "std": [0.0], "count": [316]}, "index": {"min": [353482], "max": [353797], "mean": [353639.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [316]}}} +{"episode_index": 1131, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.34228287880093444]], [[0.286015037985409]], [[0.22349077710918352]]], "std": [[[0.1522854841565774]], [[0.14392692561516704]], [[0.14795503839635907]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.29899766211416207]], [[0.22889877977558212]], [[0.15295320039636948]]], "std": [[[0.19556472431858132]], [[0.1390400738649155]], [[0.08594250689347348]]], "count": [100]}, "state": {"min": [-0.3753874599933624, -0.14777830243110657, 0.9969831705093384, 3.0634281635284424, -0.13696691393852234, -0.19489046931266785, 0.012253819964826107, -0.0399494469165802], "max": [-0.2995477020740509, 0.19800403714179993, 1.1867952346801758, 3.3595774173736572, 0.21166014671325684, 0.046996381133794785, 0.03988669440150261, -0.011914879083633423], "mean": [-0.342781126499176, 0.04067423567175865, 1.1091972589492798, 3.2201294898986816, 0.022566504776477814, -0.0964055135846138, 0.021446870639920235, -0.0212623979896307], "std": [0.024736981838941574, 0.1250808835029602, 0.05778251215815544, 0.1009230986237526, 0.08970490097999573, 0.06194194778800011, 0.012413869611918926, 0.012600341811776161], "count": [235]}, "actions": {"min": [-0.2906484603881836, -0.797711193561554, -0.5686729550361633, -0.11922284960746765, -0.1529064178466797, -0.15413300693035126, -1.0], "max": [0.2658417224884033, 0.8647550940513611, 1.1427594423294067, 0.1469869166612625, 0.1590213179588318, 0.07955607771873474, 1.0], "mean": [-0.0068488032557070255, 0.06039492413401604, -0.02961660921573639, 0.009536445140838623, 0.004197101108729839, -0.006778068840503693, 0.31063830852508545], "std": [0.0999879390001297, 0.24434490501880646, 0.2470320165157318, 0.037678949534893036, 0.03951393812894821, 0.03199237212538719, 0.9505283236503601], "count": [235]}, "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": [1131], "max": [1131], "mean": [1131.0], "std": [0.0], "count": [235]}, "index": {"min": [353798], "max": [354032], "mean": [353915.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [235]}}} +{"episode_index": 1132, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3414086172066483]], [[0.28750928452435665]], [[0.22636314541685815]]], "std": [[[0.15340359549428054]], [[0.14538056535995827]], [[0.1493324233017072]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9647058823529412]], [[0.9764705882352941]]], "mean": [[[0.2753124449486826]], [[0.2133325033748851]], [[0.14691982852711397]]], "std": [[[0.20097607728788816]], [[0.14569154924723707]], [[0.09419777401419642]]], "count": [100]}, "state": {"min": [-0.45294368267059326, -0.10400231927633286, 0.9779198169708252, 3.060056686401367, -0.19971348345279694, -0.5036823749542236, 0.012261269614100456, -0.03996911644935608], "max": [-0.2794192433357239, 0.21548601984977722, 1.1758922338485718, 3.287060499191284, 0.05275807902216911, 0.0554477795958519, 0.03989514335989952, -0.01098492369055748], "mean": [-0.36814218759536743, 0.07478992640972137, 1.0950398445129395, 3.210150718688965, -0.09766697883605957, -0.2902531325817108, 0.020253701135516167, -0.019887026399374008], "std": [0.060397643595933914, 0.12481797486543655, 0.05066212639212608, 0.06835166364908218, 0.07574254274368286, 0.16477949917316437, 0.01126569788902998, 0.011516742408275604], "count": [257]}, "actions": {"min": [-0.4631586968898773, -0.36880961060523987, -0.6443392038345337, -0.09664646536111832, -0.08215858042240143, -0.164073646068573, -1.0], "max": [0.3726933002471924, 0.5066600441932678, 0.6706289649009705, 0.18705566227436066, 0.16509994864463806, 0.08121781051158905, 1.0], "mean": [-0.019086629152297974, 0.08102025836706161, -0.028410835191607475, 0.00776272127404809, -0.0024907581973820925, -0.015896867960691452, 0.45525291562080383], "std": [0.12256519496440887, 0.1557641178369522, 0.21426352858543396, 0.03885902464389801, 0.030555136501789093, 0.038185879588127136, 0.8903636932373047], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [1132], "max": [1132], "mean": [1132.0], "std": [0.0], "count": [257]}, "index": {"min": [354033], "max": [354289], "mean": [354161.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [257]}}} +{"episode_index": 1133, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.34266738831763177]], [[0.28749397247912833]], [[0.22431279320810357]]], "std": [[[0.15358268841000552]], [[0.14426282807231106]], [[0.14863641420728313]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.2997388491163067]], [[0.23088814290364582]], [[0.1560715397853477]]], "std": [[[0.19833332286714248]], [[0.14248244007238156]], [[0.0910303677813528]]], "count": [100]}, "state": {"min": [-0.4018354117870331, -0.10323256254196167, 0.9927800297737122, 2.99694561958313, -0.1414574235677719, -0.29486164450645447, 0.012685732915997505, -0.04000723361968994], "max": [-0.2771339416503906, 0.21434636414051056, 1.1964235305786133, 3.3119161128997803, 0.13884305953979492, 0.03423481434583664, 0.03978313133120537, -0.012218964286148548], "mean": [-0.3361091911792755, 0.06354454159736633, 1.1016793251037598, 3.1568055152893066, -0.0333632156252861, -0.20691630244255066, 0.021585671231150627, -0.02139587700366974], "std": [0.04385838657617569, 0.12509097158908844, 0.05491740256547928, 0.12021835148334503, 0.06930702924728394, 0.061201248317956924, 0.011761976405978203, 0.012010736390948296], "count": [216]}, "actions": {"min": [-0.36763066053390503, -0.42290446162223816, -0.6776733994483948, -0.0598122701048851, -0.10994406789541245, -0.14642158150672913, -1.0], "max": [0.2614976465702057, 0.8352192640304565, 0.9150532484054565, 0.1538916677236557, 0.15324793756008148, 0.12577445805072784, 1.0], "mean": [-0.017551612108945847, 0.09257284551858902, -0.04036068543791771, 0.009219114668667316, 0.003869403852149844, -0.008193002082407475, 0.35185185074806213], "std": [0.104261115193367, 0.17628687620162964, 0.25199094414711, 0.030263060703873634, 0.0328960046172142, 0.04103802517056465, 0.9360547661781311], "count": [216]}, "timestamp": {"min": [0.0], "max": [21.5], "mean": [10.75], "std": [6.235316083942069], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [1133], "max": [1133], "mean": [1133.0], "std": [0.0], "count": [216]}, "index": {"min": [354290], "max": [354505], "mean": [354397.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [216]}}} +{"episode_index": 1134, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3423902964872473]], [[0.2880434971229703]], [[0.22489362050972733]]], "std": [[[0.15216280097350743]], [[0.14196503358310275]], [[0.14627511931164064]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2815714787501915]], [[0.21822687186446843]], [[0.14890753113989735]]], "std": [[[0.20153936371176012]], [[0.1448180080334086]], [[0.0913188942386066]]], "count": [100]}, "state": {"min": [-0.42232778668403625, -0.1063348799943924, 0.9754588603973389, 3.0442252159118652, -0.18803268671035767, -0.5446781516075134, 0.013638022355735302, -0.0400022529065609], "max": [-0.2716619074344635, 0.21660277247428894, 1.208614706993103, 3.2620232105255127, 0.07952213287353516, 0.10361034423112869, 0.03981074318289757, -0.013409589417278767], "mean": [-0.3530464172363281, 0.06481333076953888, 1.1139123439788818, 3.148136854171753, -0.05382097139954567, -0.2555200755596161, 0.02187175676226616, -0.021836094558238983], "std": [0.052180226892232895, 0.13018468022346497, 0.07239672541618347, 0.07351784408092499, 0.08514359593391418, 0.22925929725170135, 0.010965615510940552, 0.01110900565981865], "count": [218]}, "actions": {"min": [-0.6059206128120422, -0.44827207922935486, -0.5745491981506348, -0.10748040676116943, -0.15552715957164764, -0.2117810994386673, -1.0], "max": [0.2968217432498932, 1.4727703332901, 1.4416377544403076, 0.1700035035610199, 0.1941819190979004, 0.08181452751159668, 1.0], "mean": [-0.022550523281097412, 0.08790618181228638, -0.04136595502495766, 0.008579005487263203, 0.0011979665141552687, -0.022771092131733894, 0.39449542760849], "std": [0.13938672840595245, 0.24779655039310455, 0.3088560700416565, 0.03537185117602348, 0.04330863058567047, 0.04523447901010513, 0.9188985824584961], "count": [218]}, "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": [1134], "max": [1134], "mean": [1134.0], "std": [0.0], "count": [218]}, "index": {"min": [354506], "max": [354723], "mean": [354614.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [218]}}} +{"episode_index": 1135, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36469141582414216]], [[0.30283888095032935]], [[0.23618186681410844]]], "std": [[[0.13074412169217486]], [[0.1294776855965338]], [[0.14506855892091222]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3636842130773208]], [[0.27523091873468136]], [[0.18032502896178004]]], "std": [[[0.17814279973271482]], [[0.12688214784710108]], [[0.08180046000743167]]], "count": [100]}, "state": {"min": [-0.3690759837627411, -0.2725611925125122, 1.0128021240234375, 2.8308913707733154, -0.14670288562774658, -0.2526032328605652, 0.015326383523643017, -0.04001186415553093], "max": [-0.19682124257087708, 0.1563899666070938, 1.266465187072754, 3.1605820655822754, 0.19184638559818268, 0.1824384182691574, 0.03979097679257393, -0.014892554841935635], "mean": [-0.2691626250743866, -0.06393446773290634, 1.152519941329956, 3.0023584365844727, 0.014508705586194992, -0.035714197903871536, 0.024895405396819115, -0.02522279880940914], "std": [0.04889526963233948, 0.17212876677513123, 0.07293615490198135, 0.09721890091896057, 0.08380710333585739, 0.16137109696865082, 0.011353869922459126, 0.011214857921004295], "count": [275]}, "actions": {"min": [-1.1613068580627441, -1.166159987449646, -0.5140999555587769, -0.3260558843612671, -0.16905124485492706, -0.18541939556598663, -1.0], "max": [0.4044104516506195, 1.2602341175079346, 1.4693629741668701, 0.27633702754974365, 0.11365807056427002, 0.28391140699386597, 1.0], "mean": [0.019259823486208916, 0.04823910444974899, -0.011872025206685066, -0.0003583012439776212, -0.0003889683575835079, -0.005447217728942633, 0.21454545855522156], "std": [0.21428413689136505, 0.34098535776138306, 0.2675933539867401, 0.058577295392751694, 0.045208852738142014, 0.05461711063981056, 0.9767156839370728], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [1135], "max": [1135], "mean": [1135.0], "std": [0.0], "count": [275]}, "index": {"min": [354724], "max": [354998], "mean": [354861.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [275]}}} +{"episode_index": 1136, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3677278472302007]], [[0.30563270778282015]], [[0.23773572674919577]]], "std": [[[0.12973202652600466]], [[0.12892249946654738]], [[0.14708230132800956]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3814044811772365]], [[0.2862879273657706]], [[0.18213254143210017]]], "std": [[[0.18258796945592606]], [[0.1302042695109079]], [[0.0786910049920211]]], "count": [100]}, "state": {"min": [-0.30654898285865784, -0.2822519838809967, 1.0031639337539673, 2.8909857273101807, -0.08934342116117477, -0.3000289797782898, 0.014818198047578335, -0.04001251608133316], "max": [-0.14670534431934357, 0.20125700533390045, 1.203331708908081, 3.200709581375122, 0.20163168013095856, 0.02802957594394684, 0.03983559086918831, -0.014894525520503521], "mean": [-0.21833284199237823, -0.0664798840880394, 1.1382838487625122, 3.055799961090088, 0.017175275832414627, -0.14804428815841675, 0.025586506351828575, -0.02578103542327881], "std": [0.04531503841280937, 0.18616530299186707, 0.062293849885463715, 0.08362811803817749, 0.06632575392723083, 0.10066598653793335, 0.011192124336957932, 0.01118283998221159], "count": [285]}, "actions": {"min": [-1.096481204032898, -0.8408845663070679, -1.4989166259765625, -0.15447276830673218, -0.1848984956741333, -0.20361492037773132, -1.0], "max": [0.5178618431091309, 1.410543441772461, 2.1196787357330322, 0.2563087046146393, 0.16125933825969696, 0.12778815627098083, 1.0], "mean": [0.02350596711039543, 0.05902525410056114, -0.0257029440253973, 0.0003424301103223115, 0.0013916603056713939, -0.008259152993559837, 0.19298245012760162], "std": [0.20161373913288116, 0.3401673436164856, 0.29969048500061035, 0.05535389482975006, 0.041577477008104324, 0.04864690825343132, 0.9812019467353821], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [1136], "max": [1136], "mean": [1136.0], "std": [0.0], "count": [285]}, "index": {"min": [354999], "max": [355283], "mean": [355141.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [285]}}} +{"episode_index": 1137, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3713283781163833]], [[0.3064818109250536]], [[0.2362619192086014]]], "std": [[[0.1272295334446759]], [[0.12754187501532893]], [[0.14643953468305307]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3706575490914139]], [[0.2802891432818244]], [[0.1821259328804764]]], "std": [[[0.18246287906941236]], [[0.13089031897494321]], [[0.08901247399660187]]], "count": [100]}, "state": {"min": [-0.3613705039024353, -0.2544158399105072, 1.0178542137145996, 2.818521022796631, -0.17826353013515472, -0.40214622020721436, 0.016649678349494934, -0.04001147672533989], "max": [-0.1342765986919403, 0.19698022305965424, 1.2455915212631226, 3.1964046955108643, 0.12909811735153198, 0.022828442975878716, 0.03979053348302841, -0.015669213607907295], "mean": [-0.24311618506908417, -0.04820805415511131, 1.1582926511764526, 3.0372371673583984, -0.03874285891652107, -0.2567322254180908, 0.026592424139380455, -0.02661190740764141], "std": [0.06956855207681656, 0.17839626967906952, 0.07137592881917953, 0.12336514890193939, 0.07069376111030579, 0.1102578416466713, 0.010217779316008091, 0.010380754247307777], "count": [294]}, "actions": {"min": [-1.3910006284713745, -0.9229442477226257, -0.5234495401382446, -0.2534637749195099, -0.1850612759590149, -0.1878649890422821, -1.0], "max": [0.43871408700942993, 0.9819493293762207, 1.5031158924102783, 0.10866770148277283, 0.10304795205593109, 0.17006038129329681, 1.0], "mean": [0.009499882347881794, 0.055587295442819595, -0.030297493562102318, 0.0018527189968153834, -0.0013145905686542392, -0.004587148781865835, 0.20408163964748383], "std": [0.22282414138317108, 0.2894136905670166, 0.258056640625, 0.047242533415555954, 0.040648799389600754, 0.04748843237757683, 0.9789530634880066], "count": [294]}, "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": [1137], "max": [1137], "mean": [1137.0], "std": [0.0], "count": [294]}, "index": {"min": [355284], "max": [355577], "mean": [355430.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [294]}}} +{"episode_index": 1138, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36458139875823375]], [[0.3020422441071155]], [[0.2359419615502451]]], "std": [[[0.13027077276102608]], [[0.13099762502741957]], [[0.14626816954875518]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3646377802830117]], [[0.27379111316157323]], [[0.1757637903550092]]], "std": [[[0.1774197949721963]], [[0.12599595072918213]], [[0.07847579195176076]]], "count": [100]}, "state": {"min": [-0.3629675805568695, -0.2729696035385132, 0.9963264465332031, 2.766258478164673, -0.1706598699092865, -0.5677362680435181, 0.01267232932150364, -0.04001455008983612], "max": [-0.1872439682483673, 0.1779542863368988, 1.2821075916290283, 3.137158155441284, 0.14165863394737244, 0.13061407208442688, 0.03983277827501297, -0.00709224259480834], "mean": [-0.25977158546447754, -0.05966968834400177, 1.1579006910324097, 2.9243268966674805, -0.044163234531879425, -0.24118025600910187, 0.025048043578863144, -0.02545630931854248], "std": [0.05610809847712517, 0.17532463371753693, 0.08248654752969742, 0.09879882633686066, 0.07404125481843948, 0.2236042320728302, 0.012125956825911999, 0.011703071184456348], "count": [318]}, "actions": {"min": [-1.0170124769210815, -0.8188020586967468, -0.7001988887786865, -0.15050040185451508, -0.1394580751657486, -0.17483973503112793, -1.0], "max": [0.5455986261367798, 1.0384353399276733, 1.0191184282302856, 0.22174812853336334, 0.16656708717346191, 0.20078134536743164, 1.0], "mean": [0.014185271225869656, 0.03855704516172409, -0.014238600619137287, -0.00020799884805455804, 0.0003121068002656102, -0.009727906435728073, 0.15094339847564697], "std": [0.18486729264259338, 0.2834702432155609, 0.27543556690216064, 0.050330109894275665, 0.039214082062244415, 0.04997611418366432, 0.9885430932044983], "count": [318]}, "timestamp": {"min": [0.0], "max": [31.7], "mean": [15.849999999999998], "std": [9.17982389083073], "count": [318]}, "frame_index": {"min": [0], "max": [317], "mean": [158.5], "std": [91.79823890830731], "count": [318]}, "episode_index": {"min": [1138], "max": [1138], "mean": [1138.0], "std": [0.0], "count": [318]}, "index": {"min": [355578], "max": [355895], "mean": [355736.5], "std": [91.79823890830731], "count": [318]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [318]}}} +{"episode_index": 1139, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36936673332663145]], [[0.3068368398628983]], [[0.23890345076018688]]], "std": [[[0.13479474544065834]], [[0.13516235107923844]], [[0.15271084882349337]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.3842038346832874]], [[0.2921393929275812]], [[0.19168559115540745]]], "std": [[[0.1681099372214562]], [[0.12012404252514222]], [[0.08245699323908912]]], "count": [100]}, "state": {"min": [-0.3715890944004059, -0.2742302119731903, 1.0218545198440552, 2.7484138011932373, -0.32991185784339905, -0.20964419841766357, 0.014614781364798546, -0.040014203637838364], "max": [-0.16254380345344543, 0.23062530159950256, 1.2467846870422363, 3.063687801361084, 0.07440472394227982, 0.16275621950626373, 0.03982595354318619, -0.010834922082722187], "mean": [-0.2469479739665985, -0.09057597815990448, 1.15513277053833, 2.9200246334075928, -0.14463244378566742, -0.044987376779317856, 0.02584775537252426, -0.026173477992415428], "std": [0.060531992465257645, 0.18615096807479858, 0.06864635646343231, 0.07840687781572342, 0.11434222012758255, 0.11298872530460358, 0.012181811966001987, 0.012124352157115936], "count": [310]}, "actions": {"min": [-1.0389074087142944, -0.6718315482139587, -0.7337988018989563, -0.16257831454277039, -0.1718878448009491, -0.16791944205760956, -1.0], "max": [0.6077864766120911, 1.57781183719635, 1.078711986541748, 0.2525700330734253, 0.12114860862493515, 0.180565744638443, 1.0], "mean": [0.027400093153119087, 0.07056345045566559, -0.017238926142454147, 0.0014411325100809336, -0.0021595959551632404, -0.0045103528536856174, 0.11612903326749802], "std": [0.20460304617881775, 0.3139605224132538, 0.26315730810165405, 0.06027447059750557, 0.04494141414761543, 0.0500776469707489, 0.9932346343994141], "count": [310]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.45], "std": [8.948882611812493], "count": [310]}, "frame_index": {"min": [0], "max": [309], "mean": [154.5], "std": [89.48882611812493], "count": [310]}, "episode_index": {"min": [1139], "max": [1139], "mean": [1139.0], "std": [0.0], "count": [310]}, "index": {"min": [355896], "max": [356205], "mean": [356050.5], "std": [89.48882611812493], "count": [310]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [310]}}} +{"episode_index": 1140, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36604591459386493]], [[0.3043346102845435]], [[0.23789233278760724]]], "std": [[[0.13277285057906382]], [[0.13271078170354111]], [[0.1488417114642375]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9568627450980393]], [[0.9529411764705882]]], "mean": [[[0.37014474128274355]], [[0.2788827484729243]], [[0.18021859501857385]]], "std": [[[0.17576045886514458]], [[0.12508613549527367]], [[0.07989533875484293]]], "count": [100]}, "state": {"min": [-0.3678516149520874, -0.26664862036705017, 0.9932689070701599, 2.7393665313720703, -0.1841423660516739, -0.31208348274230957, 0.014479714445769787, -0.04001631215214729], "max": [-0.16480106115341187, 0.19582726061344147, 1.2364716529846191, 3.0319268703460693, 0.1130981296300888, 0.09197534620761871, 0.039766449481248856, -0.010416426695883274], "mean": [-0.25070011615753174, -0.061631474643945694, 1.1502208709716797, 2.905255079269409, -0.060553569346666336, -0.12399300187826157, 0.024949833750724792, -0.02502356469631195], "std": [0.059966426342725754, 0.1809101551771164, 0.07054389268159866, 0.08576526492834091, 0.07983289659023285, 0.13228827714920044, 0.011865940876305103, 0.01174930576235056], "count": [314]}, "actions": {"min": [-0.9619285464286804, -0.4971793293952942, -0.6414832472801208, -0.1592601239681244, -0.13829554617404938, -0.17230728268623352, -1.0], "max": [0.41412684321403503, 1.2771286964416504, 1.5817509889602661, 0.2295941263437271, 0.1711859554052353, 0.12255997955799103, 1.0], "mean": [0.0254872627556324, 0.05814964324235916, -0.016508975997567177, 0.0008159633143804967, -0.00010951593139907345, -0.00468350388109684, 0.17834395170211792], "std": [0.1861768215894699, 0.2682341933250427, 0.2688095271587372, 0.049333538860082626, 0.041412968188524246, 0.043914202600717545, 0.9839691519737244], "count": [314]}, "timestamp": {"min": [0.0], "max": [31.3], "mean": [15.65], "std": [9.064353258782448], "count": [314]}, "frame_index": {"min": [0], "max": [313], "mean": [156.5], "std": [90.6435325878245], "count": [314]}, "episode_index": {"min": [1140], "max": [1140], "mean": [1140.0], "std": [0.0], "count": [314]}, "index": {"min": [356206], "max": [356519], "mean": [356362.5], "std": [90.6435325878245], "count": [314]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [314]}}} +{"episode_index": 1141, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36417776070389096]], [[0.301711295931947]], [[0.23536232323740044]]], "std": [[[0.12992889876062322]], [[0.12966718052385942]], [[0.14502021442253787]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.36441120222503065]], [[0.2720154233446308]], [[0.1723710542566636]]], "std": [[[0.18193845664057132]], [[0.12904403979069437]], [[0.07690009879355145]]], "count": [100]}, "state": {"min": [-0.34651052951812744, -0.28050947189331055, 0.9943201541900635, 2.7882080078125, -0.11896876245737076, -0.5541399121284485, 0.014715217053890228, -0.04001225158572197], "max": [-0.17008237540721893, 0.19283747673034668, 1.2663055658340454, 3.202000856399536, 0.2457159459590912, 0.022988928481936455, 0.03980550542473793, -0.013621590100228786], "mean": [-0.24681565165519714, -0.048611339181661606, 1.1597795486450195, 2.9665322303771973, 0.023215821012854576, -0.25518935918807983, 0.0257762111723423, -0.026270296424627304], "std": [0.0555325485765934, 0.1880144625902176, 0.08270737528800964, 0.0918046087026596, 0.0852348580956459, 0.21365991234779358, 0.010685120709240437, 0.010259482078254223], "count": [308]}, "actions": {"min": [-0.6189732551574707, -1.0507498979568481, -0.5807938575744629, -0.17761600017547607, -0.1556827872991562, -0.20791108906269073, -1.0], "max": [0.6057825088500977, 1.0546101331710815, 0.8830164670944214, 0.16450636088848114, 0.16516007483005524, 0.20232482254505157, 1.0], "mean": [0.028668519109487534, 0.05313195660710335, -0.01521665882319212, -0.0016840498428791761, 0.0016887865494936705, -0.009388444945216179, 0.22077922523021698], "std": [0.1850786954164505, 0.3026082515716553, 0.2684139907360077, 0.0473446249961853, 0.03836600482463837, 0.051239512860774994, 0.9753212928771973], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [1141], "max": [1141], "mean": [1141.0], "std": [0.0], "count": [308]}, "index": {"min": [356520], "max": [356827], "mean": [356673.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [308]}}} +{"episode_index": 1142, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3643663754930683]], [[0.3025652286305147]], [[0.23577353443818932]]], "std": [[[0.13156497313056328]], [[0.13092167636946006]], [[0.14723272910867402]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.32817252304974726]], [[0.24807757209329045]], [[0.16222799323586856]]], "std": [[[0.19286345232036126]], [[0.13665610919646728]], [[0.08564268682482386]]], "count": [100]}, "state": {"min": [-0.39556315541267395, -0.25653910636901855, 0.9950130581855774, 2.8510985374450684, -0.19563907384872437, -0.6322926878929138, 0.012796994298696518, -0.04001271352171898], "max": [-0.1676907241344452, 0.16532745957374573, 1.2308183908462524, 3.319204092025757, 0.1397857964038849, -0.02082858793437481, 0.039897169917821884, -0.016126181930303574], "mean": [-0.27943915128707886, -0.07128891348838806, 1.1420364379882812, 3.092970848083496, -0.07466241717338562, -0.355305552482605, 0.024091819301247597, -0.02776930294930935], "std": [0.07739191502332687, 0.16364598274230957, 0.0683661475777626, 0.1754012554883957, 0.09094959497451782, 0.17291322350502014, 0.011951067484915257, 0.009620553813874722], "count": [324]}, "actions": {"min": [-1.006560206413269, -1.0274770259857178, -0.5711039304733276, -0.20479761064052582, -0.1135321632027626, -0.16989761590957642, -1.0], "max": [0.444953978061676, 1.4294211864471436, 1.1639593839645386, 0.1541658490896225, 0.13188600540161133, 0.13861000537872314, 1.0], "mean": [0.012668117880821228, 0.035121653228998184, -0.01680605113506317, 0.0004503983655013144, -0.003689246019348502, -0.011223824694752693, 0.20370370149612427], "std": [0.17548556625843048, 0.2780582308769226, 0.23637907207012177, 0.04668774828314781, 0.03891109675168991, 0.04687214642763138, 0.9790348410606384], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [1142], "max": [1142], "mean": [1142.0], "std": [0.0], "count": [324]}, "index": {"min": [356828], "max": [357151], "mean": [356989.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [324]}}} +{"episode_index": 1143, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.37263376393037684]], [[0.30880064422009035]], [[0.24195361627316944]]], "std": [[[0.1293965995146657]], [[0.13171699517930938]], [[0.15018231209408645]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.34249753166647523]], [[0.2615276686724494]], [[0.17298406862745097]]], "std": [[[0.2136158796020935]], [[0.15530946834143447]], [[0.09530539516160573]]], "count": [100]}, "state": {"min": [-0.39249446988105774, 0.0055055501870810986, 0.9909933805465698, 2.8045055866241455, 0.061603885143995285, -0.039993833750486374, 0.01461051870137453, -0.04000796377658844], "max": [-0.004244119394570589, 0.2142597734928131, 1.2156282663345337, 3.1339492797851562, 0.3222528100013733, 0.231983944773674, 0.039846330881118774, -0.011502777226269245], "mean": [-0.21185174584388733, 0.0937633141875267, 1.13590669631958, 2.985410213470459, 0.16029749810695648, 0.04841158911585808, 0.02502312883734703, -0.025097349658608437], "std": [0.15089643001556396, 0.06764552742242813, 0.06318855285644531, 0.08868202567100525, 0.06596551835536957, 0.06619923561811447, 0.011673035100102425, 0.011716533452272415], "count": [322]}, "actions": {"min": [-0.7377867102622986, -0.4877845048904419, -0.47274646162986755, -0.22094300389289856, -0.14604517817497253, -0.1583356261253357, -1.0], "max": [0.7691457867622375, 0.506385862827301, 0.901181697845459, 0.14135034382343292, 0.12545837461948395, 0.2668558657169342, 1.0], "mean": [-0.01919773407280445, 0.04602455347776413, -0.026351463049650192, 0.0027418783865869045, -2.1754076442448422e-06, -0.003562457859516144, 0.18633539974689484], "std": [0.2692042589187622, 0.15868212282657623, 0.21367581188678741, 0.045327816158533096, 0.037688352167606354, 0.05083337053656578, 0.9824856519699097], "count": [322]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.295294508513434], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [1143], "max": [1143], "mean": [1143.0], "std": [0.0], "count": [322]}, "index": {"min": [357152], "max": [357473], "mean": [357312.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [322]}}} +{"episode_index": 1144, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36882471361347274]], [[0.30708745200961246]], [[0.24134642537434894]]], "std": [[[0.13199149425139473]], [[0.13301039813606758]], [[0.14979036482580355]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.34852440448835786]], [[0.2678140725528493]], [[0.17893914735083485]]], "std": [[[0.21357278349512748]], [[0.15475542234507975]], [[0.09632941667230878]]], "count": [100]}, "state": {"min": [-0.4292590618133545, -0.02676312066614628, 0.9915162920951843, 2.9363765716552734, -0.13544896245002747, -0.18744085729122162, 0.014815295115113258, -0.04000701755285263], "max": [-0.021289173513650894, 0.21531960368156433, 1.2721935510635376, 3.2317144870758057, 0.15124204754829407, 0.006856290157884359, 0.039959121495485306, -0.013481967151165009], "mean": [-0.2449936419725418, 0.10934724658727646, 1.1430681943893433, 3.1016571521759033, 0.018652556464076042, -0.1124110296368599, 0.025044189766049385, -0.025070907548069954], "std": [0.15056590735912323, 0.07274803519248962, 0.08082331717014313, 0.07911153137683868, 0.06888262182474136, 0.048203304409980774, 0.011803952045738697, 0.011881534941494465], "count": [436]}, "actions": {"min": [-0.9564327001571655, -0.40132081508636475, -0.8858910202980042, -0.14162924885749817, -0.18712101876735687, -0.15310928225517273, -1.0], "max": [0.5926283001899719, 0.8628748655319214, 1.1844844818115234, 0.10641475021839142, 0.07880476117134094, 0.17024384438991547, 1.0], "mean": [-0.009170270524919033, 0.041899338364601135, -0.01459960825741291, 0.002142856130376458, -0.0010673406068235636, -0.002228538040071726, 0.18807339668273926], "std": [0.23243993520736694, 0.15035712718963623, 0.21153178811073303, 0.03358596935868263, 0.03360259160399437, 0.039497289806604385, 0.9821513891220093], "count": [436]}, "timestamp": {"min": [0.0], "max": [43.5], "mean": [21.75], "std": [12.586202763343678], "count": [436]}, "frame_index": {"min": [0], "max": [435], "mean": [217.5], "std": [125.86202763343677], "count": [436]}, "episode_index": {"min": [1144], "max": [1144], "mean": [1144.0], "std": [0.0], "count": [436]}, "index": {"min": [357474], "max": [357909], "mean": [357691.5], "std": [125.86202763343677], "count": [436]}, "task_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [436]}}} +{"episode_index": 1145, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3734301488539752]], [[0.31168780517578126]], [[0.24457341811236213]]], "std": [[[0.1314627809064396]], [[0.13238303359160408]], [[0.15093049105433534]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34808706904392617]], [[0.26806113568474266]], [[0.17977524701286765]]], "std": [[[0.20893203465624535]], [[0.1523382290238183]], [[0.0974787352346955]]], "count": [100]}, "state": {"min": [-0.4706854522228241, -0.005123177543282509, 0.9930697083473206, 2.8014817237854004, -0.309531569480896, -0.5422160625457764, 0.01610313169658184, -0.040010541677474976], "max": [-0.00669086491689086, 0.22614043951034546, 1.1972697973251343, 3.2810866832733154, 0.11482174694538116, 0.18959765136241913, 0.03986410051584244, -0.012853797525167465], "mean": [-0.25151318311691284, 0.0967230498790741, 1.1213548183441162, 3.0688517093658447, -0.0943341925740242, -0.23413601517677307, 0.024990566074848175, -0.024822548031806946], "std": [0.17528243362903595, 0.08731473237276077, 0.05157424509525299, 0.1337646245956421, 0.11667198687791824, 0.2109837383031845, 0.010619290173053741, 0.010967260226607323], "count": [430]}, "actions": {"min": [-1.5641769170761108, -0.5573434233665466, -0.4786962568759918, -0.18362586200237274, -0.19714444875717163, -0.29992377758026123, -1.0], "max": [0.9609770774841309, 0.7352325320243835, 1.2365870475769043, 0.3778894543647766, 0.11822245270013809, 0.3085203170776367, 1.0], "mean": [-0.02415245585143566, 0.03976566344499588, -0.012400415726006031, 0.0029958777595311403, -0.0055159274488687515, -0.007606977131217718, 0.2837209403514862], "std": [0.27723807096481323, 0.15343248844146729, 0.17732444405555725, 0.050160713493824005, 0.04179226979613304, 0.04689563065767288, 0.9589086771011353], "count": [430]}, "timestamp": {"min": [0.0], "max": [42.9], "mean": [21.45], "std": [12.412997220655454], "count": [430]}, "frame_index": {"min": [0], "max": [429], "mean": [214.5], "std": [124.12997220655453], "count": [430]}, "episode_index": {"min": [1145], "max": [1145], "mean": [1145.0], "std": [0.0], "count": [430]}, "index": {"min": [357910], "max": [358339], "mean": [358124.5], "std": [124.12997220655453], "count": [430]}, "task_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [430]}}} +{"episode_index": 1146, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37248969582950364]], [[0.3106182155235141]], [[0.24552135093539368]]], "std": [[[0.13110821261440458]], [[0.13472580945046161]], [[0.1534086842945251]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.3625552080939798]], [[0.2770873395134421]], [[0.183590347589231]]], "std": [[[0.2042968967829669]], [[0.14881052768047603]], [[0.09419097321901196]]], "count": [100]}, "state": {"min": [-0.4181815981864929, -0.005131651181727648, 1.0000988245010376, 2.8631880283355713, -0.12363812327384949, -0.369430273771286, 0.014998180791735649, -0.04001082479953766], "max": [0.011077169328927994, 0.21244052052497864, 1.1940914392471313, 3.1621577739715576, 0.10277939587831497, 0.056754253804683685, 0.039802540093660355, -0.014283888041973114], "mean": [-0.20490333437919617, 0.07701864093542099, 1.1254053115844727, 2.996162176132202, -0.004198614973574877, -0.1561034619808197, 0.02602057158946991, -0.026430893689393997], "std": [0.16721872985363007, 0.0694926530122757, 0.0513668917119503, 0.08648909628391266, 0.06346777826547623, 0.12173400819301605, 0.011427024379372597, 0.011248653754591942], "count": [326]}, "actions": {"min": [-0.9722775816917419, -0.328362375497818, -0.3976154923439026, -0.16350075602531433, -0.16020186245441437, -0.18673840165138245, -1.0], "max": [1.0530325174331665, 0.7268804311752319, 0.6172428727149963, 0.12447919696569443, 0.162985160946846, 0.16861660778522491, 1.0], "mean": [-0.019287480041384697, 0.049153707921504974, -0.018649712204933167, 0.0017998600378632545, -0.00343789579346776, -0.006043455563485622, 0.1349693238735199], "std": [0.2779592275619507, 0.14867909252643585, 0.17243871092796326, 0.04041394591331482, 0.03653581812977791, 0.054481543600559235, 0.9908503293991089], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [1146], "max": [1146], "mean": [1146.0], "std": [0.0], "count": [326]}, "index": {"min": [358340], "max": [358665], "mean": [358502.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [326]}}} +{"episode_index": 1147, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37239367496266085]], [[0.3108473504758349]], [[0.24536078000536152]]], "std": [[[0.13138456947693428]], [[0.13420144806656809]], [[0.1525877708553548]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3691891706878064]], [[0.28222888063916973]], [[0.1856016528559666]]], "std": [[[0.2116658470758596]], [[0.153489814593641]], [[0.09393951140102969]]], "count": [100]}, "state": {"min": [-0.400490403175354, 0.0076221744529902935, 1.0119818449020386, 2.926970958709717, -0.1140873059630394, -0.2729383111000061, 0.014933154918253422, -0.040008194744586945], "max": [0.026806902140378952, 0.20319347083568573, 1.2162888050079346, 3.240931987762451, 0.1470610648393631, 0.054323285818099976, 0.03990683704614639, -0.013280428014695644], "mean": [-0.192634716629982, 0.08397335559129715, 1.1460028886795044, 3.0837042331695557, 0.005352646578103304, -0.12062794715166092, 0.02443886362016201, -0.02448965795338154], "std": [0.16611777245998383, 0.06230583041906357, 0.05576832965016365, 0.08056411892175674, 0.06597491353750229, 0.07664786279201508, 0.01137521956115961, 0.01140787173062563], "count": [336]}, "actions": {"min": [-0.977788507938385, -0.37633970379829407, -0.4507838189601898, -0.19573666155338287, -0.16839943826198578, -0.225881427526474, -1.0], "max": [0.6484799385070801, 0.48869550228118896, 0.730353593826294, 0.19790616631507874, 0.17368441820144653, 0.19140279293060303, 1.0], "mean": [-0.023522870615124702, 0.03825557976961136, -0.02076546847820282, 0.0021538068540394306, -0.0027291644364595413, -0.003403903916478157, 0.255952388048172], "std": [0.27245238423347473, 0.13611355423927307, 0.18886718153953552, 0.05124959349632263, 0.04434290900826454, 0.05185896158218384, 0.966690182685852], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [1147], "max": [1147], "mean": [1147.0], "std": [0.0], "count": [336]}, "index": {"min": [358666], "max": [359001], "mean": [358833.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [336]}}} +{"episode_index": 1148, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.364198091394761]], [[0.3011954746620328]], [[0.2324136921003753]]], "std": [[[0.13166260683517647]], [[0.12924967290334838]], [[0.14440279628787306]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.31339596078910076]], [[0.23623795991785385]], [[0.16254542391907933]]], "std": [[[0.2045394162250786]], [[0.1540077767581742]], [[0.10655770441552627]]], "count": [100]}, "state": {"min": [-0.5889300107955933, -0.13557229936122894, 0.9932252764701843, 2.9048314094543457, -0.17051081359386444, -0.24875512719154358, 0.025745145976543427, -0.04001140221953392], "max": [-0.10227280110120773, 0.2883995473384857, 1.2228261232376099, 3.429778814315796, 0.25931617617607117, 0.04526328667998314, 0.039793435484170914, -0.014727654866874218], "mean": [-0.343502402305603, 0.061755672097206116, 1.127852201461792, 3.171781301498413, 0.014972757548093796, -0.0817849412560463, 0.03048166260123253, -0.02556789293885231], "std": [0.1789364218711853, 0.14704829454421997, 0.0736241340637207, 0.1656261384487152, 0.11124836653470993, 0.0831611230969429, 0.00610686931759119, 0.009460407309234142], "count": [288]}, "actions": {"min": [-1.1712305545806885, -0.6580321192741394, -0.9841301441192627, -0.13591372966766357, -0.20402118563652039, -0.17875592410564423, -1.0], "max": [0.7744790315628052, 0.8668898940086365, 1.068846344947815, 0.21593312919139862, 0.29449430108070374, 0.2087635099887848, 1.0], "mean": [-0.06124921143054962, 0.09018906950950623, -0.05831976607441902, 0.009349938482046127, 0.002531312173232436, -0.0008774849702604115, 0.3541666567325592], "std": [0.2987518608570099, 0.2287595123052597, 0.2618371546268463, 0.054799437522888184, 0.04878447577357292, 0.04993155971169472, 0.9351820349693298], "count": [288]}, "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": [1148], "max": [1148], "mean": [1148.0], "std": [0.0], "count": [288]}, "index": {"min": [359002], "max": [359289], "mean": [359145.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1149, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3644093633913526]], [[0.30097209556429994]], [[0.2319334399653416]]], "std": [[[0.12914515247326142]], [[0.12761554257749433]], [[0.14313298070061475]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32050995710784314]], [[0.24099476533777572]], [[0.16671587356866574]]], "std": [[[0.20318150069168503]], [[0.15152689039657308]], [[0.10683384267525241]]], "count": [100]}, "state": {"min": [-0.5322075486183167, -0.11893609166145325, 0.9921079874038696, 2.890413284301758, -0.13579010963439941, -0.38042739033699036, 0.003633622545748949, -0.04001101851463318], "max": [-0.09145133197307587, 0.33919721841812134, 1.2864643335342407, 3.3747501373291016, 0.2777426838874817, 0.05054837465286255, 0.0398343987762928, -0.0037639420479536057], "mean": [-0.32059019804000854, 0.04685172811150551, 1.1507561206817627, 3.0823326110839844, 0.0068245683796703815, -0.25279000401496887, 0.01562858559191227, -0.015806253999471664], "std": [0.16872480511665344, 0.1586061418056488, 0.09190882742404938, 0.14462465047836304, 0.11191340535879135, 0.10985608398914337, 0.016384657472372055, 0.016314810141921043], "count": [312]}, "actions": {"min": [-0.8835197687149048, -0.5871208310127258, -0.775518000125885, -0.14602184295654297, -0.14290876686573029, -0.15614420175552368, -1.0], "max": [1.0557773113250732, 0.7227137684822083, 1.3048641681671143, 0.1748267263174057, 0.13400311768054962, 0.16757959127426147, 1.0], "mean": [-0.04632411152124405, 0.08775121718645096, -0.03370312973856926, 0.008856924250721931, 0.0015461856964975595, -0.00565060880035162, 0.33974358439445496], "std": [0.2595837116241455, 0.19916324317455292, 0.29359254240989685, 0.046989090740680695, 0.04314456507563591, 0.05031047388911247, 0.9405199885368347], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [1149], "max": [1149], "mean": [1149.0], "std": [0.0], "count": [312]}, "index": {"min": [359290], "max": [359601], "mean": [359445.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [312]}}} +{"episode_index": 1150, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3694126401415058]], [[0.303781281115962]], [[0.2339637929878983]]], "std": [[[0.1278692552685276]], [[0.12881691741128443]], [[0.14620216280614973]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.347342415005553]], [[0.2636169062595741]], [[0.18116159057617187]]], "std": [[[0.19856331027822155]], [[0.14838115158639875]], [[0.10545533173579895]]], "count": [100]}, "state": {"min": [-0.5195939540863037, -0.1108156219124794, 0.9951639771461487, 2.9905266761779785, -0.28394415974617004, -0.41301506757736206, 0.003828620770946145, -0.040008604526519775], "max": [-0.0900288075208664, 0.25783538818359375, 1.2975523471832275, 3.366565227508545, 0.12809444963932037, 0.006721552461385727, 0.03985287994146347, -0.001985067268833518], "mean": [-0.31488341093063354, 0.043709803372621536, 1.1556663513183594, 3.157721757888794, -0.09722326695919037, -0.29518744349479675, 0.015121472999453545, -0.014914046972990036], "std": [0.16431614756584167, 0.14389163255691528, 0.09477204084396362, 0.117324098944664, 0.10369628667831421, 0.09617320448160172, 0.015983518213033676, 0.016197998076677322], "count": [288]}, "actions": {"min": [-0.9423633813858032, -0.6758017539978027, -0.7805566191673279, -0.10743377357721329, -0.17484471201896667, -0.20373587310314178, -1.0], "max": [0.7088316082954407, 0.7565954923629761, 1.511460542678833, 0.14787349104881287, 0.16959019005298615, 0.13099798560142517, 1.0], "mean": [-0.06548924744129181, 0.076740562915802, -0.05276196449995041, 0.00618659658357501, 0.0018066122429445386, -0.008886110037565231, 0.3819444477558136], "std": [0.2417343258857727, 0.19619408249855042, 0.32115015387535095, 0.041201382875442505, 0.050099220126867294, 0.045184724032878876, 0.92418372631073], "count": [288]}, "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": [1150], "max": [1150], "mean": [1150.0], "std": [0.0], "count": [288]}, "index": {"min": [359602], "max": [359889], "mean": [359745.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1151, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3662812494016161]], [[0.30279563155828737]], [[0.23426873360428155]]], "std": [[[0.13178869227900436]], [[0.1298705563469866]], [[0.14664493084027788]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9725490196078431]]], "mean": [[[0.3224494281843597]], [[0.24897046436982997]], [[0.17031165927064187]]], "std": [[[0.2075852835699054]], [[0.15502852691674796]], [[0.10639756221049382]]], "count": [100]}, "state": {"min": [-0.5577218532562256, -0.05548785254359245, 1.0054749250411987, 2.8984451293945312, -0.015002116560935974, -0.24304786324501038, 0.004013943951576948, -0.040012843906879425], "max": [-0.0817786455154419, 0.3352111577987671, 1.219878077507019, 3.30849552154541, 0.16387265920639038, 0.03725653886795044, 0.039853330701589584, 0.0001907666155602783], "mean": [-0.2889687418937683, 0.09406740218400955, 1.121715784072876, 3.048666000366211, 0.06100629270076752, -0.1086178570985794, 0.0218823105096817, -0.021483097225427628], "std": [0.1739741414785385, 0.12564720213413239, 0.06664147228002548, 0.11490684747695923, 0.05243798717856407, 0.07206563651561737, 0.017115037888288498, 0.01721118576824665], "count": [323]}, "actions": {"min": [-0.7871950268745422, -2.445261001586914, -0.9187387228012085, -0.3858129382133484, -0.11782912164926529, -0.3867945969104767, -1.0], "max": [1.087453007698059, 0.9699222445487976, 0.6132259368896484, 0.3361361622810364, 0.32316866517066956, 0.29157188534736633, 1.0], "mean": [-0.016965771093964577, 0.02169329859316349, -0.026895826682448387, 0.00013764000323135406, 0.003479068400338292, -0.0010500672506168485, -0.0030959751456975937], "std": [0.30540135502815247, 0.3800627887248993, 0.24634775519371033, 0.07709943503141403, 0.04905794560909271, 0.06618048995733261, 0.9999932050704956], "count": [323]}, "timestamp": {"min": [0.0], "max": [32.2], "mean": [16.099999999999998], "std": [9.324162160752033], "count": [323]}, "frame_index": {"min": [0], "max": [322], "mean": [161.0], "std": [93.24162160752032], "count": [323]}, "episode_index": {"min": [1151], "max": [1151], "mean": [1151.0], "std": [0.0], "count": [323]}, "index": {"min": [359890], "max": [360212], "mean": [360051.0], "std": [93.24162160752032], "count": [323]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [323]}}} +{"episode_index": 1152, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3681941588158701]], [[0.3037620466643689]], [[0.23445448153626686]]], "std": [[[0.12998312247622]], [[0.13043430872008535]], [[0.1470881788570998]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.338566047818053]], [[0.2579494096344593]], [[0.1780049845377604]]], "std": [[[0.20399341305440907]], [[0.15316494152669521]], [[0.1108015270500983]]], "count": [100]}, "state": {"min": [-0.5432484149932861, -0.10330269485712051, 0.9964604377746582, 2.9833009243011475, -0.2353648692369461, -0.3134641945362091, 0.003766186535358429, -0.04000881686806679], "max": [-0.08565187454223633, 0.25029826164245605, 1.250643253326416, 3.4282140731811523, 0.18503423035144806, 0.033739157021045685, 0.03983275592327118, -0.0034098259638994932], "mean": [-0.32385048270225525, 0.05610724538564682, 1.1347793340682983, 3.1742684841156006, -0.047095898538827896, -0.16332633793354034, 0.01771087758243084, -0.01760854385793209], "std": [0.18292538821697235, 0.14369544386863708, 0.08161894977092743, 0.1692211627960205, 0.10360675305128098, 0.10198653489351273, 0.016777705401182175, 0.01696721278131008], "count": [250]}, "actions": {"min": [-1.12562894821167, -0.7045634984970093, -0.6283801198005676, -0.23046612739562988, -0.20623783767223358, -0.19370032846927643, -1.0], "max": [0.9064220786094666, 0.8926540613174438, 1.4361337423324585, 0.26413148641586304, 0.2073574960231781, 0.2287146896123886, 1.0], "mean": [-0.07381770759820938, 0.08306138217449188, -0.04202324524521828, 0.00791211612522602, -0.00028757669497281313, 0.002927928464487195, 0.23199999332427979], "std": [0.3216572105884552, 0.235239639878273, 0.31333714723587036, 0.055542029440402985, 0.05123361200094223, 0.05787452682852745, 0.9727168679237366], "count": [250]}, "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": [1152], "max": [1152], "mean": [1152.0], "std": [0.0], "count": [250]}, "index": {"min": [360213], "max": [360462], "mean": [360337.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [250]}}} +{"episode_index": 1153, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36392956243776803]], [[0.29897868616440715]], [[0.2297976463168275]]], "std": [[[0.1271326138936749]], [[0.12561460333542776]], [[0.14116800254257234]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.3142503692028569]], [[0.23463098324046416]], [[0.1541687358781403]]], "std": [[[0.1810027141694419]], [[0.13165840255800826]], [[0.0836110114004065]]], "count": [100]}, "state": {"min": [-0.5301342010498047, -0.16673213243484497, 0.9983834624290466, 2.6905221939086914, -0.19943179190158844, -0.6626332402229309, 0.014353236183524132, -0.04001845046877861], "max": [-0.2857281565666199, 0.2806571125984192, 1.2375432252883911, 3.1572587490081787, 0.051819685846567154, -0.041780970990657806, 0.03973030298948288, -0.014035409316420555], "mean": [-0.4201414883136749, 0.08694174140691757, 1.1408617496490479, 2.9485924243927, -0.0772847831249237, -0.3608901798725128, 0.023522384464740753, -0.02431933954358101], "std": [0.09443609416484833, 0.1651064157485962, 0.07415161281824112, 0.13255251944065094, 0.07684256881475449, 0.16377225518226624, 0.008917794562876225, 0.008776850998401642], "count": [291]}, "actions": {"min": [-0.7335020899772644, -0.5784608125686646, -0.8435432314872742, -0.14707694947719574, -0.11149680614471436, -0.4920816719532013, -1.0], "max": [0.2824026942253113, 0.6957479119300842, 0.6224579811096191, 0.12185308337211609, 0.16335587203502655, 0.14083358645439148, 1.0], "mean": [-0.03859331086277962, 0.08411039412021637, -0.03794548660516739, -0.000894400174729526, -0.0023328186944127083, -0.0034975719172507524, 0.5189003348350525], "std": [0.14177241921424866, 0.21982137858867645, 0.23867923021316528, 0.04239576682448387, 0.038149189203977585, 0.059924401342868805, 0.8548364043235779], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1153], "max": [1153], "mean": [1153.0], "std": [0.0], "count": [291]}, "index": {"min": [360463], "max": [360753], "mean": [360608.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1154, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3665677591959635]], [[0.30216063017003675]], [[0.23257774143592985]]], "std": [[[0.12684432503431028]], [[0.1253895611163094]], [[0.14293566944378652]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9411764705882353]], [[0.9333333333333333]]], "mean": [[[0.2990518984327129]], [[0.22660221354166668]], [[0.1548730079800475]]], "std": [[[0.18483533914486316]], [[0.13493701881873704]], [[0.08846001633823027]]], "count": [100]}, "state": {"min": [-0.6196036338806152, -0.1690693199634552, 1.0026681423187256, 2.862575054168701, -0.26752519607543945, -0.3549811840057373, 0.014590641483664513, -0.04001171514391899], "max": [-0.2811330556869507, 0.32254478335380554, 1.1982759237289429, 3.255880117416382, 0.034734055399894714, 0.036192648112773895, 0.03980056568980217, -0.014563379809260368], "mean": [-0.44401344656944275, 0.07401208579540253, 1.118436574935913, 3.0591623783111572, -0.09326669573783875, -0.19191895425319672, 0.024507146328687668, -0.023960327729582787], "std": [0.11963990330696106, 0.18187488615512848, 0.06398316472768784, 0.11971604079008102, 0.10181010514497757, 0.09395590424537659, 0.010849765501916409, 0.01086119469255209], "count": [289]}, "actions": {"min": [-0.9811257719993591, -1.1478676795959473, -0.7074395418167114, -0.2160089761018753, -0.2764471471309662, -0.17182113230228424, -1.0], "max": [0.6201480031013489, 0.7808135747909546, 1.0168286561965942, 0.18296466767787933, 0.1757340282201767, 0.14078031480312347, 1.0], "mean": [-0.051579199731349945, 0.07516121864318848, -0.03894314169883728, 0.002408280735835433, 0.0006220285431481898, -0.003713294630870223, 0.29411765933036804], "std": [0.21815799176692963, 0.27714216709136963, 0.2419247329235077, 0.05615044757723808, 0.0418296679854393, 0.05064169317483902, 0.9557715654373169], "count": [289]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.400000000000002], "std": [8.342661445845685], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [1154], "max": [1154], "mean": [1154.0], "std": [0.0], "count": [289]}, "index": {"min": [360754], "max": [361042], "mean": [360898.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [289]}}} +{"episode_index": 1155, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36015574735753675]], [[0.2977990339690564]], [[0.23088371605966604]]], "std": [[[0.1278989419095087]], [[0.12646472876815973]], [[0.14140683407401408]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.29597717524509803]], [[0.22130143289005055]], [[0.14788018140605852]]], "std": [[[0.1926497262194751]], [[0.14030453389071199]], [[0.08967419521914315]]], "count": [100]}, "state": {"min": [-0.5697696208953857, -0.16823598742485046, 0.9912543296813965, 2.9014885425567627, -0.17099347710609436, -0.5386385917663574, 0.01312190480530262, -0.040009092539548874], "max": [-0.2384435385465622, 0.3424699902534485, 1.1823017597198486, 3.3063480854034424, 0.15458345413208008, 0.1192307248711586, 0.03977520018815994, -0.014715251512825489], "mean": [-0.4121496081352234, 0.13037826120853424, 1.12364661693573, 3.1181395053863525, 0.013750415295362473, -0.2644045054912567, 0.02241169475018978, -0.02239008992910385], "std": [0.11227928847074509, 0.20087331533432007, 0.05722758173942566, 0.14593783020973206, 0.09030955284833908, 0.24506525695323944, 0.010480327531695366, 0.01047610491514206], "count": [285]}, "actions": {"min": [-0.9333807826042175, -0.876802921295166, -1.5585243701934814, -0.26766568422317505, -0.14640378952026367, -0.27862903475761414, -1.0], "max": [0.420038104057312, 1.1876386404037476, 0.803459882736206, 0.24506574869155884, 0.12142123281955719, 0.14093329012393951, 1.0], "mean": [-0.031989891082048416, 0.10661379247903824, -0.018045980483293533, 0.0062444075010716915, -0.0037219335790723562, -0.014994692988693714, 0.41754385828971863], "std": [0.23232845962047577, 0.2973138391971588, 0.241034597158432, 0.0560292974114418, 0.041159454733133316, 0.04994747415184975, 0.9086541533470154], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [1155], "max": [1155], "mean": [1155.0], "std": [0.0], "count": [285]}, "index": {"min": [361043], "max": [361327], "mean": [361185.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [285]}}} +{"episode_index": 1156, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36155554498410697]], [[0.29991895129633883]], [[0.23274416695389094]]], "std": [[[0.1290811810322392]], [[0.12617510967536383]], [[0.14100884207238354]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9725490196078431]]], "mean": [[[0.2842307469985064]], [[0.21118991926604627]], [[0.13798022760129444]]], "std": [[[0.19571332505867203]], [[0.1431518955119456]], [[0.08830296817177664]]], "count": [100]}, "state": {"min": [-0.5426017642021179, -0.1745123714208603, 0.991305947303772, 2.9769413471221924, -0.08733643591403961, -0.5646307468414307, 0.014962395653128624, -0.040003690868616104], "max": [-0.2093956172466278, 0.3012942671775818, 1.1811028718948364, 3.369417428970337, 0.28646549582481384, 0.1043846532702446, 0.03988122567534447, -0.014167123474180698], "mean": [-0.3808358609676361, 0.047049447894096375, 1.1175042390823364, 3.161832571029663, 0.050787825137376785, -0.2806830108165741, 0.02321423590183258, -0.023192787542939186], "std": [0.1186801865696907, 0.17433704435825348, 0.05756107717752457, 0.1277831345796585, 0.08817154914140701, 0.2530202865600586, 0.011136224493384361, 0.011139745824038982], "count": [266]}, "actions": {"min": [-0.9749734997749329, -0.876980721950531, -0.7067752480506897, -0.15827733278274536, -0.15672045946121216, -0.2877400815486908, -1.0], "max": [0.5461977124214172, 0.8493887782096863, 1.0962700843811035, 0.16367805004119873, 0.13545803725719452, 0.27547797560691833, 1.0], "mean": [-0.04413692280650139, 0.09767574816942215, -0.03790268301963806, 0.0048990510404109955, 0.00034634917392395437, -0.010863482020795345, 0.3233082592487335], "std": [0.21723508834838867, 0.23587827384471893, 0.24323412775993347, 0.04890621826052666, 0.040668416768312454, 0.06721499562263489, 0.9462952613830566], "count": [266]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.678704317786953], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [1156], "max": [1156], "mean": [1156.0], "std": [0.0], "count": [266]}, "index": {"min": [361328], "max": [361593], "mean": [361460.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [266]}}} +{"episode_index": 1157, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.363574774648629]], [[0.3009080642999387]], [[0.2326576867197074]]], "std": [[[0.13053669792395145]], [[0.12798766488897184]], [[0.14338736337222482]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9411764705882353]]], "mean": [[[0.29727038215188417]], [[0.22384870940563725]], [[0.15046738807827817]]], "std": [[[0.18576463715118197]], [[0.1362249328672816]], [[0.09213332745731008]]], "count": [100]}, "state": {"min": [-0.5531443953514099, -0.18635748326778412, 0.9921896457672119, 2.861143112182617, -0.23986829817295074, -0.15273475646972656, 0.015075070783495903, -0.04084394872188568], "max": [-0.2696246802806854, 0.2907826900482178, 1.1842284202575684, 3.263613700866699, 0.1882239431142807, 0.1413259506225586, 0.039763160049915314, -0.014797701500356197], "mean": [-0.42513924837112427, 0.0625590980052948, 1.1034859418869019, 3.0478456020355225, -0.043429020792245865, -0.035035792738199234, 0.022569308057427406, -0.023080145940184593], "std": [0.109922856092453, 0.177290141582489, 0.06037444248795509, 0.10820598900318146, 0.13365907967090607, 0.07874564826488495, 0.010531243868172169, 0.010463953949511051], "count": [207]}, "actions": {"min": [-1.1017329692840576, -0.7841315865516663, -0.897570013999939, -0.3811989426612854, -0.14887668192386627, -0.19612744450569153, -1.0], "max": [0.16389299929141998, 1.1366782188415527, 0.8399348855018616, 0.31775036454200745, 0.195265531539917, 0.19032733142375946, 1.0], "mean": [-0.06705142557621002, 0.12409522384405136, -0.05473266541957855, 0.008443775586783886, -0.0005430994788184762, -0.009642782621085644, 0.3913043439388275], "std": [0.2117074579000473, 0.3376854658126831, 0.2798140347003937, 0.079173244535923, 0.04662776738405228, 0.053824860602617264, 0.9202627539634705], "count": [207]}, "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": [1157], "max": [1157], "mean": [1157.0], "std": [0.0], "count": [207]}, "index": {"min": [361594], "max": [361800], "mean": [361697.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [207]}}} +{"episode_index": 1158, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36693652164234836]], [[0.30181618006089156]], [[0.2306123956418505]]], "std": [[[0.12865270115198676]], [[0.12676953433722837]], [[0.1412971996924295]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9882352941176471]]], "mean": [[[0.34048624734317556]], [[0.2624073971019072]], [[0.1797478667614507]]], "std": [[[0.18951996512199895]], [[0.1382454875065071]], [[0.09317877395395034]]], "count": [100]}, "state": {"min": [-0.5227522253990173, -0.21102237701416016, 1.0129461288452148, 2.9421300888061523, -0.35994958877563477, -0.44444534182548523, 0.013891034759581089, -0.040007900446653366], "max": [-0.1061236783862114, -0.0001525997358839959, 1.302323579788208, 3.5669095516204834, 0.037558767944574356, 1.5542023181915283, 0.03987196087837219, -0.01337092462927103], "mean": [-0.3534873425960541, -0.07511775940656662, 1.1581722497940063, 3.1640536785125732, -0.21581685543060303, 0.6348462700843811, 0.02163532003760338, -0.021536564454436302], "std": [0.15779094398021698, 0.07127372920513153, 0.08313331753015518, 0.1506272852420807, 0.09283848851919174, 0.7567745447158813, 0.010443937964737415, 0.010540650226175785], "count": [419]}, "actions": {"min": [-1.4626306295394897, -1.1391721963882446, -0.5520188808441162, -0.14024023711681366, -0.10552103072404861, -0.203126922249794, -1.0], "max": [0.51953125, 0.7736061215400696, 0.8317949771881104, 0.15945997834205627, 0.13369719684123993, 0.43600931763648987, 1.0], "mean": [-0.02942267619073391, -0.003075712127611041, -0.020054368302226067, -0.0031364853493869305, 0.0016364115290343761, 0.028250759467482567, 0.47494032979011536], "std": [0.23000314831733704, 0.21803446114063263, 0.22216135263442993, 0.04344351589679718, 0.04030877351760864, 0.09195902198553085, 0.8800173401832581], "count": [419]}, "timestamp": {"min": [0.0], "max": [41.8], "mean": [20.899999999999995], "std": [12.095453691366851], "count": [419]}, "frame_index": {"min": [0], "max": [418], "mean": [209.0], "std": [120.95453691366852], "count": [419]}, "episode_index": {"min": [1158], "max": [1158], "mean": [1158.0], "std": [0.0], "count": [419]}, "index": {"min": [361801], "max": [362219], "mean": [362010.0], "std": [120.95453691366852], "count": [419]}, "task_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [419]}}} +{"episode_index": 1159, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3681146078670726]], [[0.30333563591452206]], [[0.23181379550111061]]], "std": [[[0.12886562801710397]], [[0.12654676698585113]], [[0.14140982173469202]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.346578311695772]], [[0.2654799170400582]], [[0.17921937351600795]]], "std": [[[0.19095610931339393]], [[0.13767005272894908]], [[0.09004743909706378]]], "count": [100]}, "state": {"min": [-0.4907996654510498, -0.21712681651115417, 1.0098474025726318, 3.0092661380767822, -0.3051265478134155, -0.01787870191037655, 0.013621402904391289, -0.04000675305724144], "max": [-0.10223551094532013, 0.023991134017705917, 1.2666945457458496, 3.5399155616760254, 0.15613074600696564, 1.555033802986145, 0.03991279751062393, -0.013896308839321136], "mean": [-0.33125463128089905, -0.06676434725522995, 1.1412367820739746, 3.163782835006714, -0.16068437695503235, 0.7355620265007019, 0.022829880937933922, -0.022846590727567673], "std": [0.1505075842142105, 0.09165246039628983, 0.07413167506456375, 0.12775400280952454, 0.1198858842253685, 0.6432033181190491, 0.011253115721046925, 0.011335146613419056], "count": [422]}, "actions": {"min": [-0.7450602054595947, -1.1573753356933594, -0.5268324017524719, -0.23590825498104095, -0.17240530252456665, -0.18857446312904358, -1.0], "max": [0.6180981397628784, 0.5717840790748596, 1.302852749824524, 0.2410312443971634, 0.15088807046413422, 0.3343428075313568, 1.0], "mean": [-0.02392708696424961, 0.0024964665062725544, -0.018732838332653046, 0.0014391298172995448, 0.0004278755804989487, 0.028358303010463715, 0.35545024275779724], "std": [0.19101263582706451, 0.19204303622245789, 0.23025637865066528, 0.04542854428291321, 0.03959604725241661, 0.06470445543527603, 0.9346936345100403], "count": [422]}, "timestamp": {"min": [0.0], "max": [42.1], "mean": [21.049999999999997], "std": [12.182056476638088], "count": [422]}, "frame_index": {"min": [0], "max": [421], "mean": [210.5], "std": [121.82056476638088], "count": [422]}, "episode_index": {"min": [1159], "max": [1159], "mean": [1159.0], "std": [0.0], "count": [422]}, "index": {"min": [362220], "max": [362641], "mean": [362430.5], "std": [121.82056476638088], "count": [422]}, "task_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [422]}}} +{"episode_index": 1160, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36620262235753676]], [[0.3015275795132506]], [[0.23026805982402726]]], "std": [[[0.13136308008889916]], [[0.12847061228215376]], [[0.14249370714983395]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3570141607546339]], [[0.27395207722981774]], [[0.1841619705499387]]], "std": [[[0.1893405270438078]], [[0.13620080329412176]], [[0.08906571063583227]]], "count": [100]}, "state": {"min": [-0.4802151620388031, -0.2616101801395416, 1.0194268226623535, 3.001512289047241, -0.33493751287460327, -0.11292032152414322, 0.013616862706840038, -0.04000410810112953], "max": [-0.09382223337888718, 0.013281998224556446, 1.28338623046875, 3.5199649333953857, -0.013346055522561073, 1.56998610496521, 0.039963457733392715, -0.013090644963085651], "mean": [-0.31383970379829407, -0.09169774502515793, 1.156645655632019, 3.192366361618042, -0.21215687692165375, 0.5931206345558167, 0.02306360937654972, -0.022966880351305008], "std": [0.15504391491413116, 0.10588640719652176, 0.07778796553611755, 0.12864911556243896, 0.08725455403327942, 0.6963006258010864, 0.011486302129924297, 0.011528548784554005], "count": [393]}, "actions": {"min": [-0.8484868407249451, -1.0249649286270142, -0.6642636656761169, -0.23325079679489136, -0.15963847935199738, -0.21488933265209198, -1.0], "max": [0.8521392941474915, 0.8396450877189636, 1.2788910865783691, 0.20244725048542023, 0.10939449071884155, 0.5087422728538513, 1.0], "mean": [-0.026181846857070923, -0.0006029469077475369, -0.021325718611478806, -0.0018306180136278272, 0.0016550617292523384, 0.028411654755473137, 0.3333333432674408], "std": [0.2313917875289917, 0.2239234894514084, 0.22424422204494476, 0.04343975707888603, 0.036737509071826935, 0.08197736740112305, 0.9428110122680664], "count": [393]}, "timestamp": {"min": [0.0], "max": [39.2], "mean": [19.599999999999998], "std": [11.344896062400338], "count": [393]}, "frame_index": {"min": [0], "max": [392], "mean": [196.0], "std": [113.44896062400336], "count": [393]}, "episode_index": {"min": [1160], "max": [1160], "mean": [1160.0], "std": [0.0], "count": [393]}, "index": {"min": [362642], "max": [363034], "mean": [362838.0], "std": [113.44896062400336], "count": [393]}, "task_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [393]}}} +{"episode_index": 1161, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3657653244080651]], [[0.29946792833989433]], [[0.22741724565388138]]], "std": [[[0.12770549584659294]], [[0.12495661224517965]], [[0.13833366682351864]]], "count": [106]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.31883169690018176]], [[0.2398279425042054]], [[0.15992274310824345]]], "std": [[[0.19642406389726355]], [[0.14242314184325888]], [[0.08652758245498283]]], "count": [106]}, "state": {"min": [-0.4861259460449219, -0.2065228372812271, 0.9999206066131592, 2.908264636993408, -0.14069047570228577, -0.3019382357597351, 0.013076680712401867, -0.04000989347696304], "max": [-0.12826582789421082, 0.03206013888120651, 1.305721402168274, 3.3987979888916016, 0.07303759455680847, 1.5338910818099976, 0.039894651621580124, -0.01436658389866352], "mean": [-0.3580786883831024, -0.06022902578115463, 1.154195785522461, 3.0842411518096924, -0.024474915117025375, 0.6913563013076782, 0.02121012657880783, -0.021676596254110336], "std": [0.1389104574918747, 0.07836043834686279, 0.08412140607833862, 0.12507939338684082, 0.053637877106666565, 0.7689923048019409, 0.01063323114067316, 0.010472443886101246], "count": [504]}, "actions": {"min": [-0.7388936281204224, -0.7812395691871643, -0.4185795783996582, -0.18933303654193878, -0.11861425638198853, -0.20038379728794098, -1.0], "max": [0.40931886434555054, 0.7967527508735657, 1.0887115001678467, 0.1604577898979187, 0.12475468218326569, 0.43625229597091675, 1.0], "mean": [-0.01948641613125801, 0.00517369294539094, -0.012596292421221733, -0.002563255373388529, 0.00335224368609488, 0.023640170693397522, 0.4761904776096344], "std": [0.1556326299905777, 0.17788271605968475, 0.20177583396434784, 0.041073571890592575, 0.03448763117194176, 0.07286468893289566, 0.8793451189994812], "count": [504]}, "timestamp": {"min": [0.0], "max": [50.3], "mean": [25.150000000000002], "std": [14.549198145144175], "count": [504]}, "frame_index": {"min": [0], "max": [503], "mean": [251.5], "std": [145.49198145144175], "count": [504]}, "episode_index": {"min": [1161], "max": [1161], "mean": [1161.0], "std": [0.0], "count": [504]}, "index": {"min": [363035], "max": [363538], "mean": [363286.5], "std": [145.49198145144175], "count": [504]}, "task_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [504]}}} +{"episode_index": 1162, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36574476892807906]], [[0.3005230988147212]], [[0.23133762554093903]]], "std": [[[0.12915982298024095]], [[0.12877790087301452]], [[0.14245109418182103]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9450980392156862]], [[0.9411764705882353]]], "mean": [[[0.36234319709329044]], [[0.27247028904335174]], [[0.17405588606292127]]], "std": [[[0.15872871521767243]], [[0.10770128708893265]], [[0.062248249308410226]]], "count": [100]}, "state": {"min": [-0.48459237813949585, -0.19342844188213348, 0.9906741380691528, 2.9950833320617676, -0.2343885898590088, -0.3685953915119171, 0.012145737186074257, -0.040007416158914566], "max": [-0.28213509917259216, -0.0193807203322649, 1.2009130716323853, 3.1753947734832764, 0.02520332671701908, -0.0019681029953062534, 0.039868902415037155, -0.012211300432682037], "mean": [-0.3632063865661621, -0.14798451960086823, 1.1050388813018799, 3.0754024982452393, -0.09176000207662582, -0.24440118670463562, 0.024707507342100143, -0.024805506691336632], "std": [0.07877571880817413, 0.03443857654929161, 0.06417857855558395, 0.05100942403078079, 0.07757526636123657, 0.09566432982683182, 0.013391366228461266, 0.013427669182419777], "count": [233]}, "actions": {"min": [-0.5573028326034546, -0.5878267288208008, -0.5159599781036377, -0.12243938446044922, -0.20429329574108124, -0.11663442850112915, -1.0], "max": [0.20666393637657166, 0.35208162665367126, 1.0643374919891357, 0.08137613534927368, 0.11684881895780563, 0.15302781760692596, 1.0], "mean": [-0.04954582825303078, -0.04338396340608597, -0.04451630264520645, -0.00195169891230762, -0.00116328289732337, -0.0075237927958369255, 0.07296137511730194], "std": [0.14021100103855133, 0.16895583271980286, 0.24188350141048431, 0.02862033247947693, 0.037006404250860214, 0.036937590688467026, 0.9973354339599609], "count": [233]}, "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": [1162], "max": [1162], "mean": [1162.0], "std": [0.0], "count": [233]}, "index": {"min": [363539], "max": [363771], "mean": [363655.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [233]}}} +{"episode_index": 1163, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36581872079886646]], [[0.2997309528425628]], [[0.22947428445255055]]], "std": [[[0.12650015112735305]], [[0.12540803378172094]], [[0.13869937465683627]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9372549019607843]], [[0.9294117647058824]]], "mean": [[[0.3508584983676088]], [[0.2648289471794577]], [[0.1706551196528416]]], "std": [[[0.16118225934792726]], [[0.10963049695897671]], [[0.06466865404464506]]], "count": [100]}, "state": {"min": [-0.48340266942977905, -0.16681134700775146, 0.9787810444831848, 2.858109474182129, -0.12290260195732117, -0.35812142491340637, 0.011869125068187714, -0.040012508630752563], "max": [-0.29150646924972534, 0.023343291133642197, 1.198384404182434, 3.1662485599517822, 0.15614694356918335, 0.06016348674893379, 0.03975340351462364, -0.01253349520266056], "mean": [-0.3805042803287506, -0.11450912803411484, 1.0994040966033936, 2.962298631668091, -0.008132345043122768, -0.1208815947175026, 0.024269219487905502, -0.024485023692250252], "std": [0.07575564831495285, 0.04358067363500595, 0.06807386875152588, 0.07209628075361252, 0.07250767201185226, 0.12204665690660477, 0.013166365213692188, 0.012907344847917557], "count": [243]}, "actions": {"min": [-0.9219329953193665, -0.9941038489341736, -0.6130775213241577, -0.14198416471481323, -0.13554713129997253, -0.16379690170288086, -1.0], "max": [0.20067201554775238, 0.649348258972168, 1.0248122215270996, 0.1083756536245346, 0.07731584459543228, 0.1218193992972374, 1.0], "mean": [-0.048170555382966995, -0.047239795327186584, -0.05426787957549095, -0.006139826960861683, 0.0026084305718541145, -0.004761158488690853, 0.10288065671920776], "std": [0.14245036244392395, 0.2039426565170288, 0.24618187546730042, 0.034971415996551514, 0.03547920286655426, 0.04293813928961754, 0.994694173336029], "count": [243]}, "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": [1163], "max": [1163], "mean": [1163.0], "std": [0.0], "count": [243]}, "index": {"min": [363772], "max": [364014], "mean": [363893.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [243]}}} +{"episode_index": 1164, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656002209233303]], [[0.30170713955748313]], [[0.23219891357421873]]], "std": [[[0.13056086918772172]], [[0.12929387277819937]], [[0.14357490407056467]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.36857946956858917]], [[0.2774463800168505]], [[0.17885160737879136]]], "std": [[[0.15399601531271734]], [[0.104717511835573]], [[0.06227337839586344]]], "count": [100]}, "state": {"min": [-0.47424304485321045, -0.18434374034404755, 0.9835259914398193, 2.9501965045928955, -0.15309490263462067, -0.16518662869930267, 0.012017432600259781, -0.0400095172226429], "max": [-0.25399520993232727, 0.011600645259022713, 1.2022398710250854, 3.1135215759277344, 0.07622559368610382, 0.04191767796874046, 0.039772551506757736, -0.012365294620394707], "mean": [-0.3620152175426483, -0.12553638219833374, 1.095902681350708, 3.0130615234375, -0.05514933541417122, -0.0670057162642479, 0.02281719446182251, -0.02307235077023506], "std": [0.08321545273065567, 0.04317827895283699, 0.06728827208280563, 0.0393320731818676, 0.061686921864748, 0.054688263684511185, 0.012962877750396729, 0.012949557043612003], "count": [209]}, "actions": {"min": [-0.500627338886261, -0.683771550655365, -0.6364834904670715, -0.13198275864124298, -0.15679581463336945, -0.1325262188911438, -1.0], "max": [0.19425438344478607, 0.47032538056373596, 1.314808964729309, 0.0611535981297493, 0.10855042189359665, 0.14280720055103302, 1.0], "mean": [-0.05866703391075134, -0.057144343852996826, -0.060632701963186264, -0.004199696239084005, 0.00408335542306304, -0.005572248715907335, 0.19617225229740143], "std": [0.14958874881267548, 0.18357837200164795, 0.26594969630241394, 0.026524681597948074, 0.03570061922073364, 0.037814658135175705, 0.9805682301521301], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [1164], "max": [1164], "mean": [1164.0], "std": [0.0], "count": [209]}, "index": {"min": [364015], "max": [364223], "mean": [364119.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [209]}}} +{"episode_index": 1165, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3677167944814645]], [[0.3014390677657782]], [[0.23081085205078125]]], "std": [[[0.1284467621848813]], [[0.12818095796449766]], [[0.1420733545109737]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.36112105665019917]], [[0.2721701893525965]], [[0.17462565164005053]]], "std": [[[0.16243619548898897]], [[0.11049850524761713]], [[0.0641896036965022]]], "count": [100]}, "state": {"min": [-0.47087427973747253, -0.17981389164924622, 0.978535532951355, 2.966846466064453, -0.21315090358257294, -0.26398766040802, 0.011969022452831268, -0.04000416398048401], "max": [-0.27514511346817017, 0.0034336717799305916, 1.1867729425430298, 3.2421367168426514, 0.09356741607189178, 0.02573467418551445, 0.03991797938942909, -0.010537143796682358], "mean": [-0.370344877243042, -0.1318540722131729, 1.0962345600128174, 3.0524470806121826, -0.08638770878314972, -0.10697968304157257, 0.02252189815044403, -0.022649245336651802], "std": [0.0833779126405716, 0.03629909083247185, 0.06772345304489136, 0.06035936623811722, 0.07377032190561295, 0.08692958950996399, 0.012967578135430813, 0.012902350164949894], "count": [245]}, "actions": {"min": [-0.7020970582962036, -1.476556658744812, -0.5823114514350891, -0.1370820701122284, -0.12127012014389038, -0.249396413564682, -1.0], "max": [0.22471149265766144, 0.6118751764297485, 1.3112422227859497, 0.14762663841247559, 0.14238899946212769, 0.1608448326587677, 1.0], "mean": [-0.046198949217796326, -0.04447093605995178, -0.05528644472360611, -0.006028273608535528, 0.005048513878136873, -0.00495046004652977, 0.27346938848495483], "std": [0.1457882970571518, 0.22731542587280273, 0.2547818422317505, 0.033822815865278244, 0.03744017705321312, 0.042720600962638855, 0.9618809819221497], "count": [245]}, "timestamp": {"min": [0.0], "max": [24.4], "mean": [12.2], "std": [7.072481884034769], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [1165], "max": [1165], "mean": [1165.0], "std": [0.0], "count": [245]}, "index": {"min": [364224], "max": [364468], "mean": [364346.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [245]}}} +{"episode_index": 1166, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3687076421999464]], [[0.3021313835592831]], [[0.23405216471354165]]], "std": [[[0.13207135150868873]], [[0.13307439152252126]], [[0.1459095785363363]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.4348187507180607]], [[0.3373943469477635]], [[0.22560837390376073]]], "std": [[[0.16584435835558012]], [[0.11924982672151814]], [[0.09143687720014272]]], "count": [100]}, "state": {"min": [-0.5121510028839111, 0.029744209721684456, 0.986025869846344, 2.952153444290161, -0.32229024171829224, -0.2876643240451813, 0.005728470627218485, -0.040009643882513046], "max": [-0.2123766541481018, 0.27644050121307373, 1.2051329612731934, 3.144273281097412, 0.011846889741718769, 0.0883149653673172, 0.03994441032409668, 0.0006430073408409953], "mean": [-0.34119173884391785, 0.20342443883419037, 1.1216646432876587, 3.0831854343414307, -0.1513826847076416, -0.052262138575315475, 0.020853394642472267, -0.020626211538910866], "std": [0.11386212706565857, 0.05139443278312683, 0.06813836842775345, 0.044674646109342575, 0.09222399443387985, 0.1007290631532669, 0.016422908753156662, 0.016621580347418785], "count": [260]}, "actions": {"min": [-0.9320073127746582, -0.47457078099250793, -0.48762863874435425, -0.17930291593074799, -0.16110756993293762, -0.12070515006780624, -1.0], "max": [0.30210956931114197, 0.8677784204483032, 0.9431657791137695, 0.23326468467712402, 0.13596293330192566, 0.0829067975282669, 1.0], "mean": [-0.04968155547976494, 0.04363936185836792, -0.029314354062080383, 0.004320608917623758, 0.000688550469931215, -0.008860928937792778, 0.10769230872392654], "std": [0.2109328657388687, 0.22359898686408997, 0.24187152087688446, 0.04985487461090088, 0.04688924178481102, 0.033144861459732056, 0.9941859841346741], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [1166], "max": [1166], "mean": [1166.0], "std": [0.0], "count": [260]}, "index": {"min": [364469], "max": [364728], "mean": [364598.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [260]}}} +{"episode_index": 1167, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3652945203594133]], [[0.30080982761757047]], [[0.23209760598575369]]], "std": [[[0.13130672712037075]], [[0.12891078599419833]], [[0.14180171531438363]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.41768516749961704]], [[0.32162049775965074]], [[0.21383056102079503]]], "std": [[[0.16760886767932306]], [[0.11804829929553452]], [[0.08250349191923506]]], "count": [100]}, "state": {"min": [-0.5114900469779968, 0.018114905804395676, 1.009420394897461, 2.9796786308288574, -0.22061645984649658, -0.03749793395400047, 0.0053612119518220425, -0.03999745473265648], "max": [-0.20679426193237305, 0.26823416352272034, 1.226345419883728, 3.153106689453125, 0.11068343371152878, 0.17542539536952972, 0.039924655109643936, -0.004126217681914568], "mean": [-0.35343945026397705, 0.19271153211593628, 1.1315953731536865, 3.068345785140991, -0.04143989831209183, 0.06678254902362823, 0.019421396777033806, -0.019597504287958145], "std": [0.12118613719940186, 0.05906950682401657, 0.06411805003881454, 0.04478200525045395, 0.09849683195352554, 0.047554660588502884, 0.015943486243486404, 0.01583632081747055], "count": [233]}, "actions": {"min": [-1.1039823293685913, -0.44090741872787476, -0.5630552768707275, -0.22202159464359283, -0.12536121904850006, -0.11977250128984451, -1.0], "max": [0.41837647557258606, 1.0174834728240967, 0.8562076091766357, 0.2833629846572876, 0.1577354371547699, 0.06802824139595032, 1.0], "mean": [-0.057244766503572464, 0.05800718069076538, -0.017971044406294823, 0.0007660580449737608, 0.0002611118252389133, -0.004286353010684252, 0.19313304126262665], "std": [0.22895553708076477, 0.24384906888008118, 0.25481805205345154, 0.05044671893119812, 0.04350738599896431, 0.03332439064979553, 0.9811719059944153], "count": [233]}, "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": [1167], "max": [1167], "mean": [1167.0], "std": [0.0], "count": [233]}, "index": {"min": [364729], "max": [364961], "mean": [364845.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [233]}}} +{"episode_index": 1168, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3652409225164675]], [[0.299335885440602]], [[0.23206867592007507]]], "std": [[[0.13089733408798485]], [[0.13062995410276587]], [[0.1426852073935648]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.4109570653578814]], [[0.3147214361452589]], [[0.20904064283183976]]], "std": [[[0.17239945870767662]], [[0.12331970938144252]], [[0.081962736863495]]], "count": [100]}, "state": {"min": [-0.4979850947856903, 0.018438687548041344, 0.9915058612823486, 2.910113573074341, -0.17785662412643433, -0.3667818307876587, 0.0041330670937895775, -0.040001701563596725], "max": [-0.19247327744960785, 0.26061055064201355, 1.2459688186645508, 3.1617496013641357, 0.17193910479545593, 0.07541073858737946, 0.03996815159916878, -0.005225324537605047], "mean": [-0.3376769423484802, 0.18922582268714905, 1.1343058347702026, 3.074954032897949, -0.025765830650925636, -0.11224645376205444, 0.020523522049188614, -0.020688356831669807], "std": [0.11914167553186417, 0.053895752876996994, 0.07048430293798447, 0.05932629108428955, 0.09372370690107346, 0.1229688972234726, 0.016347676515579224, 0.01624935306608677], "count": [252]}, "actions": {"min": [-1.1189218759536743, -0.5150768160820007, -0.7287247776985168, -0.23257502913475037, -0.11082907766103745, -0.1627388894557953, -1.0], "max": [0.3538353443145752, 1.0996983051300049, 0.7312954068183899, 0.2499861717224121, 0.1830311119556427, 0.11879624426364899, 1.0], "mean": [-0.04389505088329315, 0.05928637087345123, -0.01803526096045971, 0.0019307087641209364, 0.002678307006135583, -0.01135893166065216, 0.1269841343164444], "std": [0.22302910685539246, 0.24628989398479462, 0.26711514592170715, 0.05860461667180061, 0.04685228317975998, 0.03705722466111183, 0.9919061064720154], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [1168], "max": [1168], "mean": [1168.0], "std": [0.0], "count": [252]}, "index": {"min": [364962], "max": [365213], "mean": [365087.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [252]}}} +{"episode_index": 1169, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3636808477663526]], [[0.29863060506184896]], [[0.230531426523246]]], "std": [[[0.13144043645032047]], [[0.12972491458876267]], [[0.14160207782365677]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.40948383106904873]], [[0.3144208194508272]], [[0.2093748031317019]]], "std": [[[0.17209566084260228]], [[0.12287999485543007]], [[0.08389038406933967]]], "count": [100]}, "state": {"min": [-0.5241907238960266, -0.007958131842315197, 0.9848785996437073, 2.903200626373291, -0.18908551335334778, -0.11561654508113861, 0.0054249996319413185, -0.040004462003707886], "max": [-0.18584726750850677, 0.2735636234283447, 1.2756657600402832, 3.137528657913208, 0.142842099070549, 0.1101597249507904, 0.039897527545690536, -0.006613723933696747], "mean": [-0.35713934898376465, 0.18385489284992218, 1.1441419124603271, 3.04815936088562, -0.033618610352277756, 0.025068487972021103, 0.019807839766144753, -0.02009483054280281], "std": [0.12952427566051483, 0.06305863708257675, 0.07781165093183517, 0.0635446086525917, 0.1017821803689003, 0.06179902330040932, 0.015839483588933945, 0.01563102938234806], "count": [242]}, "actions": {"min": [-0.8216984272003174, -0.7451353669166565, -0.673576295375824, -0.1239461898803711, -0.1823483109474182, -0.1086740791797638, -1.0], "max": [0.2968103289604187, 1.1032236814498901, 1.4039932489395142, 0.1698164939880371, 0.11254984140396118, 0.1086931973695755, 1.0], "mean": [-0.054635435342788696, 0.06987697631120682, -0.02148086205124855, 0.0028159506618976593, 0.00043694477062672377, 0.0008841111557558179, 0.1818181872367859], "std": [0.24690240621566772, 0.2685219347476959, 0.32469242811203003, 0.0420447438955307, 0.045818064361810684, 0.03748084977269173, 0.9833316206932068], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [1169], "max": [1169], "mean": [1169.0], "std": [0.0], "count": [242]}, "index": {"min": [365214], "max": [365455], "mean": [365334.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [242]}}} +{"episode_index": 1170, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37553702919155946]], [[0.31220768648035385]], [[0.2428635445389093]]], "std": [[[0.13099002118193906]], [[0.1331747308979939]], [[0.15108779875372894]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.4058207684685202]], [[0.30944035488951444]], [[0.20077071126302082]]], "std": [[[0.17728302766259546]], [[0.12337010462487252]], [[0.07280334192510046]]], "count": [100]}, "state": {"min": [-0.4860570430755615, -0.11370545625686646, 0.9890807271003723, 2.9492790699005127, -0.22702914476394653, -0.2745007872581482, 0.015445835888385773, -0.04000378027558327], "max": [-0.028025509789586067, 0.022699523717164993, 1.2324597835540771, 3.185598373413086, 0.0690348744392395, 0.12362463027238846, 0.03996612876653671, -0.01592850312590599], "mean": [-0.24511770904064178, -0.045201875269412994, 1.132080316543579, 3.059346914291382, -0.09229698777198792, -0.05958234891295433, 0.025873709470033646, -0.026115529239177704], "std": [0.18281349539756775, 0.047973327338695526, 0.0735151395201683, 0.06221790239214897, 0.0732165202498436, 0.12610159814357758, 0.011479437351226807, 0.011279764585196972], "count": [290]}, "actions": {"min": [-0.9704001545906067, -0.5011025667190552, -0.5629269480705261, -0.13628976047039032, -0.13155266642570496, -0.1800229549407959, -1.0], "max": [0.6919317245483398, 0.2765399217605591, 0.9304983019828796, 0.13972662389278412, 0.14293542504310608, 0.2316148728132248, 1.0], "mean": [-0.04662512242794037, -0.03475888445973396, -0.02962901070713997, -0.0040575601160526276, 0.00016031217819545418, 0.0013664895668625832, 0.15172414481639862], "std": [0.29144853353500366, 0.11436846107244492, 0.23364408314228058, 0.033221613615751266, 0.04173455387353897, 0.05139293149113655, 0.9884237051010132], "count": [290]}, "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": [1170], "max": [1170], "mean": [1170.0], "std": [0.0], "count": [290]}, "index": {"min": [365456], "max": [365745], "mean": [365600.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [290]}}} +{"episode_index": 1171, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3746784039665671]], [[0.3122873828364353]], [[0.24330907664579504]]], "std": [[[0.13084430717824322]], [[0.132069208952158]], [[0.15002367564183833]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3985708612180224]], [[0.3030777928969439]], [[0.19723953905292585]]], "std": [[[0.17924805879036393]], [[0.12694962280252237]], [[0.07491819333401305]]], "count": [100]}, "state": {"min": [-0.4797932207584381, -0.12606175243854523, 0.9895898103713989, 2.9207582473754883, -0.13760918378829956, -0.43651923537254333, 0.014461311511695385, -0.04001370817422867], "max": [0.0030793275218456984, 0.05051249638199806, 1.2126950025558472, 3.2220938205718994, 0.12642569839954376, 0.10733698308467865, 0.039890095591545105, -0.01508298609405756], "mean": [-0.23105698823928833, -0.043244097381830215, 1.1297893524169922, 3.0413904190063477, -0.05134458839893341, -0.09858556091785431, 0.02540404535830021, -0.025540847331285477], "std": [0.18859393894672394, 0.04938337206840515, 0.0655742809176445, 0.07398567348718643, 0.06517384946346283, 0.15459389984607697, 0.011768283322453499, 0.011854001320898533], "count": [316]}, "actions": {"min": [-1.4525480270385742, -0.9403409957885742, -0.6279031038284302, -0.15088066458702087, -0.13306069374084473, -0.2687094807624817, -1.0], "max": [0.6992299556732178, 0.7047586441040039, 0.690331757068634, 0.2093348503112793, 0.13280388712882996, 0.22562474012374878, 1.0], "mean": [-0.04188575595617294, -0.03049442730844021, -0.03427020087838173, -0.0012851807987317443, -0.0007149660377763212, -0.003561961930245161, 0.14556962251663208], "std": [0.296179860830307, 0.1978875696659088, 0.2106812745332718, 0.04575134068727493, 0.04049741104245186, 0.05990220233798027, 0.9893484115600586], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [1171], "max": [1171], "mean": [1171.0], "std": [0.0], "count": [316]}, "index": {"min": [365746], "max": [366061], "mean": [365903.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [316]}}} +{"episode_index": 1172, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3769991149902344]], [[0.31262698304419423]], [[0.2429679978314568]]], "std": [[[0.13300411830363265]], [[0.1366218599577686]], [[0.1545454932521714]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.40858537382238047]], [[0.3128431599934896]], [[0.20406575101964614]]], "std": [[[0.17539059629946774]], [[0.12260521041645228]], [[0.07444191736527626]]], "count": [100]}, "state": {"min": [-0.4857804477214813, -0.09717097133398056, 0.9892380833625793, 2.9133481979370117, -0.3116006553173065, -0.13569246232509613, 0.015861481428146362, -0.04000364989042282], "max": [0.0021028583869338036, 0.05772203579545021, 1.2469969987869263, 3.2080748081207275, 0.1563502699136734, 0.0856398493051529, 0.03997263312339783, -0.016621967777609825], "mean": [-0.24976693093776703, -0.04602308198809624, 1.1349108219146729, 3.0447185039520264, -0.11577503383159637, -0.013317020609974861, 0.026767432689666748, -0.027034183964133263], "std": [0.19371023774147034, 0.04239992797374725, 0.07834488898515701, 0.08916138857603073, 0.11077440530061722, 0.06775761395692825, 0.011117726564407349, 0.010902338661253452], "count": [383]}, "actions": {"min": [-1.5990467071533203, -0.6642433404922485, -0.6502824425697327, -0.1662231981754303, -0.1512010246515274, -0.1158619374036789, -1.0], "max": [0.7892400026321411, 0.3035109341144562, 1.152915358543396, 0.1755945235490799, 0.15028497576713562, 0.2071302980184555, 1.0], "mean": [-0.03717191517353058, -0.02330756187438965, -0.032556258141994476, -0.0060539888218045235, 0.0011636376148089767, 0.0002931375347543508, 0.12271540611982346], "std": [0.2704683542251587, 0.13745102286338806, 0.20734325051307678, 0.039672233164310455, 0.0381302647292614, 0.03956694155931473, 0.9924401044845581], "count": [383]}, "timestamp": {"min": [0.0], "max": [38.2], "mean": [19.099999999999998], "std": [11.056219968868202], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [1172], "max": [1172], "mean": [1172.0], "std": [0.0], "count": [383]}, "index": {"min": [366062], "max": [366444], "mean": [366253.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [383]}}} +{"episode_index": 1173, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3752009815889246]], [[0.31121667001761644]], [[0.24049065444048712]]], "std": [[[0.13061352428477696]], [[0.13205731361519238]], [[0.1500820133974785]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3961018975949755]], [[0.3025805107565487]], [[0.1975729854808134]]], "std": [[[0.17749436492462317]], [[0.12447902349314614]], [[0.07440330580455666]]], "count": [100]}, "state": {"min": [-0.48961472511291504, -0.12258274108171463, 0.9980270266532898, 2.9497556686401367, -0.20619018375873566, -0.27086758613586426, 0.014316809363663197, -0.040006767958402634], "max": [-0.007890181615948677, 0.04091999679803848, 1.2360866069793701, 3.2034683227539062, 0.16871404647827148, 0.05173279345035553, 0.03995409980416298, -0.01505979523062706], "mean": [-0.26729443669319153, -0.05590469390153885, 1.1387089490890503, 3.0418648719787598, -0.08706822246313095, -0.06904491782188416, 0.02373068779706955, -0.023908177390694618], "std": [0.19478093087673187, 0.04403309151530266, 0.06961805373430252, 0.0668955072760582, 0.08714074641466141, 0.10491842776536942, 0.011598464101552963, 0.011468537151813507], "count": [336]}, "actions": {"min": [-1.1751455068588257, -0.37922343611717224, -0.5053856372833252, -0.1589803546667099, -0.1275121420621872, -0.16066108644008636, -1.0], "max": [0.9602730870246887, 0.3533124327659607, 0.9083830118179321, 0.1998400092124939, 0.14071543514728546, 0.19141948223114014, 1.0], "mean": [-0.04488537833094597, -0.02951762266457081, -0.03417756035923958, -0.0037661155220121145, 0.0015571425901725888, -0.001898441230878234, 0.2738095223903656], "std": [0.2731894254684448, 0.12185442447662354, 0.21124300360679626, 0.039944835007190704, 0.03798472136259079, 0.04672076553106308, 0.9617845416069031], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [1173], "max": [1173], "mean": [1173.0], "std": [0.0], "count": [336]}, "index": {"min": [366445], "max": [366780], "mean": [366612.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [336]}}} +{"episode_index": 1174, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37454498650045953]], [[0.31065465590533087]], [[0.24173925302542892]]], "std": [[[0.1293028719434854]], [[0.13188080304240538]], [[0.1491290112043036]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3941344502766927]], [[0.2992080682492724]], [[0.19394343716490503]]], "std": [[[0.17505814865134206]], [[0.12403232856600599]], [[0.07312363641896415]]], "count": [100]}, "state": {"min": [-0.49248793721199036, -0.11146222800016403, 0.9939514994621277, 2.764404296875, -0.2209424525499344, -0.46639877557754517, 0.0140208899974823, -0.0400114506483078], "max": [0.012213299050927162, 0.007208929862827063, 1.2369304895401, 3.029597759246826, 0.16548384726047516, 0.12577660381793976, 0.03983770310878754, -0.015389245934784412], "mean": [-0.23224996030330658, -0.04232160374522209, 1.158185362815857, 2.9075920581817627, -0.052268002182245255, -0.13494841754436493, 0.02587844431400299, -0.026636507362127304], "std": [0.1958523690700531, 0.03241072967648506, 0.07053627818822861, 0.07318245619535446, 0.09063981473445892, 0.1843145787715912, 0.012013147585093975, 0.011610130779445171], "count": [370]}, "actions": {"min": [-0.9366382360458374, -0.7127780318260193, -0.7546852827072144, -0.1455274373292923, -0.171288400888443, -0.15775376558303833, -1.0], "max": [0.605193555355072, 0.347057968378067, 1.4643926620483398, 0.1444520205259323, 0.19195835292339325, 0.13860826194286346, 1.0], "mean": [-0.048244260251522064, -0.020779987797141075, -0.01818777434527874, -0.0029943373519927263, -0.0012495926348492503, -0.0009132911218330264, 0.10810811072587967], "std": [0.24887976050376892, 0.13475388288497925, 0.22090241312980652, 0.03595994785428047, 0.04100124537944794, 0.048725612461566925, 0.9941394329071045], "count": [370]}, "timestamp": {"min": [0.0], "max": [36.9], "mean": [18.45], "std": [10.680940969783514], "count": [370]}, "frame_index": {"min": [0], "max": [369], "mean": [184.5], "std": [106.80940969783515], "count": [370]}, "episode_index": {"min": [1174], "max": [1174], "mean": [1174.0], "std": [0.0], "count": [370]}, "index": {"min": [366781], "max": [367150], "mean": [366965.5], "std": [106.80940969783515], "count": [370]}, "task_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [370]}}} +{"episode_index": 1175, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.33977615897186714]], [[0.27491637173477834]], [[0.20926389713084917]]], "std": [[[0.148143895619135]], [[0.14033468772532567]], [[0.14351495547581514]]], "count": [109]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.2952594074291127]], [[0.23191964756265177]], [[0.16539956463564856]]], "std": [[[0.19418564777075825]], [[0.14606096679641234]], [[0.10779136518395752]]], "count": [109]}, "state": {"min": [-0.5384623408317566, -0.35317909717559814, 1.0056692361831665, 3.07806658744812, -0.3049982190132141, -0.4139865040779114, 0.013353639282286167, -0.03993062674999237], "max": [-0.16473758220672607, 0.0058796885423362255, 1.3316501379013062, 3.6614904403686523, 0.1554068624973297, 1.8717331886291504, 0.039978817105293274, -0.013311355374753475], "mean": [-0.4216606616973877, -0.20958633720874786, 1.1975045204162598, 3.230837345123291, -0.10821878165006638, 0.867653489112854, 0.020038003101944923, -0.01985773630440235], "std": [0.13076478242874146, 0.10228577256202698, 0.08883363008499146, 0.15056662261486053, 0.1154569461941719, 0.8021663427352905, 0.009109328500926495, 0.009126236662268639], "count": [521]}, "actions": {"min": [-0.6610020399093628, -1.4105191230773926, -0.6816978454589844, -0.2546227276325226, -0.15772362053394318, -0.8129972219467163, -1.0], "max": [0.411851704120636, 0.768814206123352, 0.7002538442611694, 0.2046525627374649, 0.2062220424413681, 0.986380934715271, 1.0], "mean": [-0.02179238572716713, -0.03302706778049469, -0.0017499456880614161, -0.003783997381106019, -0.0001890346029540524, 0.020356275141239166, 0.6238003969192505], "std": [0.14967961609363556, 0.20866186916828156, 0.19683481752872467, 0.05250537022948265, 0.047705721110105515, 0.14753252267837524, 0.7815847992897034], "count": [521]}, "timestamp": {"min": [0.0], "max": [52.0], "mean": [26.0], "std": [15.039946808416579], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [1175], "max": [1175], "mean": [1175.0], "std": [0.0], "count": [521]}, "index": {"min": [367151], "max": [367671], "mean": [367411.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [521]}}} +{"episode_index": 1176, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3377777768391364]], [[0.27332075329270034]], [[0.20639719589869496]]], "std": [[[0.14824595409111488]], [[0.13834653489218043]], [[0.14105368404935173]]], "count": [119]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.2829861449692469]], [[0.22320963742804106]], [[0.16080766829652357]]], "std": [[[0.1899384150860766]], [[0.14599798177193063]], [[0.11406605134276482]]], "count": [119]}, "state": {"min": [-0.5690748691558838, -0.37061184644699097, 0.9923113584518433, 3.120370864868164, -0.24108938872814178, -0.43719956278800964, 0.014819661155343056, -0.03992656245827675], "max": [-0.18090587854385376, -0.007951882667839527, 1.2739139795303345, 3.605165958404541, 0.2536216378211975, 1.8330556154251099, 0.03998568281531334, -0.01254830602556467], "mean": [-0.4602055549621582, -0.23121458292007446, 1.1846628189086914, 3.244500160217285, -0.0637795627117157, 0.911429762840271, 0.01872069016098976, -0.0182090625166893], "std": [0.12522345781326294, 0.09498299658298492, 0.0728272795677185, 0.10807763040065765, 0.10448378324508667, 0.8011281490325928, 0.00818683486431837, 0.008297473192214966], "count": [586]}, "actions": {"min": [-0.5725867748260498, -1.480696678161621, -0.712601363658905, -0.41644835472106934, -0.24811267852783203, -0.48212775588035583, -1.0], "max": [0.6991509199142456, 0.6438158750534058, 1.0564699172973633, 0.23022015392780304, 0.22553741931915283, 0.6936590075492859, 1.0], "mean": [-0.023348284885287285, -0.029712647199630737, -0.0017881940584629774, -0.0030844295397400856, -0.0020508584566414356, 0.018148381263017654, 0.7201365232467651], "std": [0.1321820169687271, 0.2168249785900116, 0.18945914506912231, 0.06757259368896484, 0.056533005088567734, 0.13878175616264343, 0.6938319206237793], "count": [586]}, "timestamp": {"min": [0.0], "max": [58.5], "mean": [29.25], "std": [16.916338256253926], "count": [586]}, "frame_index": {"min": [0], "max": [585], "mean": [292.5], "std": [169.16338256253923], "count": [586]}, "episode_index": {"min": [1176], "max": [1176], "mean": [1176.0], "std": [0.0], "count": [586]}, "index": {"min": [367672], "max": [368257], "mean": [367964.5], "std": [169.16338256253923], "count": [586]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [586]}}} +{"episode_index": 1177, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.338077537985409]], [[0.2730598958333333]], [[0.2089619960410922]]], "std": [[[0.1504416331521078]], [[0.14347113885855067]], [[0.1457117711633899]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3038436135684743]], [[0.23498064886354933]], [[0.16269891716452206]]], "std": [[[0.18850386778816206]], [[0.13823709028101225]], [[0.09324829407546716]]], "count": [100]}, "state": {"min": [-0.5823090672492981, -0.31588974595069885, 1.0068280696868896, 2.84808087348938, -0.38545888662338257, -0.09714944660663605, 0.014307554811239243, -0.0400056429207325], "max": [-0.19608937203884125, 0.003186297370120883, 1.2610092163085938, 3.2319517135620117, 0.07070083171129227, 1.736815094947815, 0.039863862097263336, -0.01232920866459608], "mean": [-0.4485560953617096, -0.18587075173854828, 1.1705135107040405, 3.0228075981140137, -0.23509657382965088, 0.8502544164657593, 0.019738664850592613, -0.01935173198580742], "std": [0.1412317305803299, 0.0962778702378273, 0.05900190770626068, 0.09818213433027267, 0.11592165380716324, 0.7257433533668518, 0.009261959232389927, 0.009461406618356705], "count": [439]}, "actions": {"min": [-0.7716449499130249, -0.8504036664962769, -0.4489039182662964, -0.15811039507389069, -0.21487364172935486, -0.31558921933174133, -1.0], "max": [0.5212348103523254, 0.3871057629585266, 1.1480820178985596, 0.15643279254436493, 0.15106496214866638, 0.6564667820930481, 1.0], "mean": [-0.038544461131095886, -0.0409260131418705, -0.009378371760249138, -0.0021564664784818888, -0.0005789363640360534, 0.023155396804213524, 0.6218678951263428], "std": [0.16338273882865906, 0.1761990487575531, 0.20035934448242188, 0.043323367834091187, 0.04771615192294121, 0.1289685219526291, 0.7831256985664368], "count": [439]}, "timestamp": {"min": [0.0], "max": [43.8], "mean": [21.900000000000002], "std": [12.67280552995271], "count": [439]}, "frame_index": {"min": [0], "max": [438], "mean": [219.0], "std": [126.7280552995271], "count": [439]}, "episode_index": {"min": [1177], "max": [1177], "mean": [1177.0], "std": [0.0], "count": [439]}, "index": {"min": [368258], "max": [368696], "mean": [368477.0], "std": [126.7280552995271], "count": [439]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [439]}}} +{"episode_index": 1178, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3427829236797258]], [[0.277699821322572]], [[0.21354647408279717]]], "std": [[[0.14506483338174025]], [[0.14076086419717942]], [[0.14495965320900406]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3065445837881051]], [[0.23695703783222272]], [[0.16401536470301012]]], "std": [[[0.19141051598482278]], [[0.14170790799673547]], [[0.09869528033772622]]], "count": [100]}, "state": {"min": [-0.5196221470832825, -0.2813270092010498, 1.0065027475357056, 3.037879228591919, -0.22779279947280884, -0.2797013521194458, 0.014735248871147633, -0.039991095662117004], "max": [-0.17199717462062836, 0.02950887195765972, 1.2851545810699463, 3.506565570831299, 0.08320312201976776, 1.4707773923873901, 0.03997892886400223, -0.01313493587076664], "mean": [-0.37741711735725403, -0.14515149593353271, 1.1725037097930908, 3.2196507453918457, -0.09854760766029358, 0.5772706866264343, 0.022136470302939415, -0.02165400981903076], "std": [0.13811761140823364, 0.08246992528438568, 0.0746573656797409, 0.12097868323326111, 0.09536848217248917, 0.7264447212219238, 0.010848987847566605, 0.01104543823748827], "count": [375]}, "actions": {"min": [-0.6170571446418762, -1.2285751104354858, -0.596228301525116, -0.22102178633213043, -0.2074386179447174, -0.2118079960346222, -1.0], "max": [0.556013286113739, 0.5399954915046692, 1.321720838546753, 0.14314836263656616, 0.26510292291641235, 0.6659535765647888, 1.0], "mean": [-0.03980404883623123, -0.04253826290369034, -0.000197350382222794, -0.0026938070077449083, 0.0045891194604337215, 0.026137394830584526, 0.42399999499320984], "std": [0.16511137783527374, 0.18594835698604584, 0.22506415843963623, 0.041437212377786636, 0.056060224771499634, 0.1135534718632698, 0.9056608080863953], "count": [375]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.7], "std": [10.82527905721911], "count": [375]}, "frame_index": {"min": [0], "max": [374], "mean": [187.0], "std": [108.2527905721911], "count": [375]}, "episode_index": {"min": [1178], "max": [1178], "mean": [1178.0], "std": [0.0], "count": [375]}, "index": {"min": [368697], "max": [369071], "mean": [368884.0], "std": [108.2527905721911], "count": [375]}, "task_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [375]}}} +{"episode_index": 1179, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3486426026587393]], [[0.2867922327378217]], [[0.22456284526750153]]], "std": [[[0.14977354755730274]], [[0.14752262506335065]], [[0.15555692235743782]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9607843137254902]]], "mean": [[[0.3680032911113664]], [[0.27665015905043655]], [[0.17899694943895528]]], "std": [[[0.19193135184619065]], [[0.1381560389256039]], [[0.07904433610069037]]], "count": [100]}, "state": {"min": [-0.5091350078582764, -0.30980128049850464, 0.9987966418266296, 2.8704302310943604, -0.06436824798583984, -0.3640705943107605, 0.016331631690263748, -0.039954762905836105], "max": [-0.006969186011701822, 0.05256664380431175, 1.2468748092651367, 3.2541584968566895, 0.13813777267932892, -0.0030237336177378893, 0.04000275209546089, -0.016379177570343018], "mean": [-0.2539486885070801, -0.13351403176784515, 1.1335026025772095, 3.088249444961548, 0.012685627676546574, -0.1453784704208374, 0.02626681514084339, -0.02635182812809944], "std": [0.19683529436588287, 0.12528535723686218, 0.06999965012073517, 0.11076342314481735, 0.048926714807748795, 0.10532196611166, 0.01039811410009861, 0.010294746607542038], "count": [267]}, "actions": {"min": [-0.7797935009002686, -0.8409681916236877, -0.6478784084320068, -0.1444433480501175, -0.11031534522771835, -0.1710497885942459, -1.0], "max": [0.86066734790802, 0.28727808594703674, 0.9167184233665466, 0.11518461257219315, 0.13201461732387543, 0.17965182662010193, 1.0], "mean": [-0.06076030433177948, -0.10421228408813477, -0.028537414968013763, -0.009933537803590298, -3.187163019902073e-05, -0.002386565553024411, 0.21348313987255096], "std": [0.29759034514427185, 0.16260337829589844, 0.25713247060775757, 0.033305179327726364, 0.03697633743286133, 0.04929131269454956, 0.9769458770751953], "count": [267]}, "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": [1179], "max": [1179], "mean": [1179.0], "std": [0.0], "count": [267]}, "index": {"min": [369072], "max": [369338], "mean": [369205.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [267]}}} +{"episode_index": 1180, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3466195774452359]], [[0.2858779536228554]], [[0.22183331238989737]]], "std": [[[0.15591464974231023]], [[0.14978656914898825]], [[0.15678106780688614]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3757325074438955]], [[0.28358892822265624]], [[0.18448832672717524]]], "std": [[[0.18882286490818523]], [[0.1359087398449677]], [[0.08098700613869862]]], "count": [100]}, "state": {"min": [-0.49905943870544434, -0.3199557363986969, 0.9983505010604858, 2.877017021179199, -0.21016736328601837, -0.18681785464286804, 0.014192125760018826, -0.0400061160326004], "max": [-0.04542701318860054, 0.043331969529390335, 1.222583532333374, 3.232104778289795, 0.01398047711700201, 0.13141441345214844, 0.0399530753493309, -0.014838834293186665], "mean": [-0.2738029956817627, -0.1244615688920021, 1.1362605094909668, 3.0547657012939453, -0.097122922539711, -0.01747123710811138, 0.024929160252213478, -0.025128673762083054], "std": [0.18255187571048737, 0.12144755572080612, 0.07098829746246338, 0.08721625804901123, 0.06085345149040222, 0.09484738111495972, 0.012111403979361057, 0.011979730799794197], "count": [285]}, "actions": {"min": [-1.9382262229919434, -0.9997989535331726, -0.5420899391174316, -0.19016124308109283, -0.13351069390773773, -0.12455905973911285, -1.0], "max": [0.5889533162117004, 0.3771421015262604, 1.355084776878357, 0.11496064066886902, 0.10797011852264404, 0.18309339880943298, 1.0], "mean": [-0.060485485941171646, -0.09554498642683029, -0.029575521126389503, -0.008675982244312763, -0.0024898077826946974, 0.002078469144180417, 0.16491228342056274], "std": [0.3039654493331909, 0.17609696090221405, 0.25968798995018005, 0.041141100227832794, 0.033362507820129395, 0.04670688509941101, 0.9863084554672241], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [1180], "max": [1180], "mean": [1180.0], "std": [0.0], "count": [285]}, "index": {"min": [369339], "max": [369623], "mean": [369481.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [285]}}} +{"episode_index": 1181, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34767152614219515]], [[0.2866187774059819]], [[0.2244276404287301]]], "std": [[[0.15040899010695796]], [[0.1470159677479841]], [[0.15424855409971702]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.36913536640242034]], [[0.276276143990311]], [[0.17724852019665288]]], "std": [[[0.18759047659921693]], [[0.13589695457093023]], [[0.07739884908985611]]], "count": [100]}, "state": {"min": [-0.48874548077583313, -0.3087351620197296, 1.0056209564208984, 2.791809320449829, -0.10673073679208755, -0.1838906705379486, 0.014215142466127872, -0.0400041826069355], "max": [-0.03397782891988754, 0.02102811075747013, 1.2418849468231201, 3.21191668510437, 0.3176020085811615, 0.04045960679650307, 0.039934590458869934, -0.015358115546405315], "mean": [-0.2531985640525818, -0.14424645900726318, 1.1375054121017456, 2.9967026710510254, 0.05186600238084793, -0.07218994200229645, 0.024835145100951195, -0.02525496296584606], "std": [0.18452273309230804, 0.11639244109392166, 0.07349943369626999, 0.12578685581684113, 0.10952714085578918, 0.059418898075819016, 0.011911175213754177, 0.011621114797890186], "count": [313]}, "actions": {"min": [-1.2969977855682373, -0.8686829209327698, -0.42131930589675903, -0.19962769746780396, -0.16531580686569214, -0.14046280086040497, -1.0], "max": [0.919459342956543, 0.3888959288597107, 1.62628972530365, 0.11676782369613647, 0.13932126760482788, 0.16033700108528137, 1.0], "mean": [-0.04903802648186684, -0.0804138332605362, -0.0183738861232996, -0.00878448411822319, 0.00246758246794343, -0.0015903665916994214, 0.18849840760231018], "std": [0.285159707069397, 0.15405455231666565, 0.26538607478141785, 0.03813197836279869, 0.043396711349487305, 0.04150867834687233, 0.9820746779441833], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [1181], "max": [1181], "mean": [1181.0], "std": [0.0], "count": [313]}, "index": {"min": [369624], "max": [369936], "mean": [369780.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [313]}}} +{"episode_index": 1182, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34537276144588697]], [[0.2839137034696691]], [[0.2206119701909084]]], "std": [[[0.153729687928727]], [[0.14856627107346126]], [[0.154414336393512]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.37639977309283085]], [[0.28335267190372243]], [[0.18366872391046263]]], "std": [[[0.18197585803021246]], [[0.13082428660078435]], [[0.0766690595370415]]], "count": [100]}, "state": {"min": [-0.5142274498939514, -0.33564797043800354, 0.9981260299682617, 2.7942252159118652, -0.2816760838031769, -0.4300946593284607, 0.012714126147329807, -0.040008362382650375], "max": [-0.018381435424089432, -0.010342380963265896, 1.2530726194381714, 3.2967708110809326, 0.07849443703889847, 0.03768301382660866, 0.039939843118190765, -0.016051100566983223], "mean": [-0.2820688784122467, -0.14620058238506317, 1.1460739374160767, 3.0426905155181885, -0.1249813437461853, -0.15624503791332245, 0.024807412177324295, -0.025288360193371773], "std": [0.19484074413776398, 0.1195843443274498, 0.0705670639872551, 0.12962761521339417, 0.10819746553897858, 0.14315909147262573, 0.011413658037781715, 0.01119411550462246], "count": [328]}, "actions": {"min": [-0.9644020199775696, -0.9181988835334778, -0.683609664440155, -0.12768243253231049, -0.11613642424345016, -0.14800633490085602, -1.0], "max": [0.645736813545227, 0.23914135992527008, 1.1923692226409912, 0.12498580664396286, 0.1353786736726761, 0.3080068528652191, 1.0], "mean": [-0.04919971898198128, -0.07360254228115082, -0.01669190637767315, -0.004767918959259987, -0.006199946627020836, -0.005206734873354435, 0.22560974955558777], "std": [0.2686648368835449, 0.1720849722623825, 0.2381100058555603, 0.040799591690301895, 0.033260080963373184, 0.05215413123369217, 0.9742180705070496], "count": [328]}, "timestamp": {"min": [0.0], "max": [32.7], "mean": [16.349999999999998], "std": [9.468500409251721], "count": [328]}, "frame_index": {"min": [0], "max": [327], "mean": [163.5], "std": [94.6850040925172], "count": [328]}, "episode_index": {"min": [1182], "max": [1182], "mean": [1182.0], "std": [0.0], "count": [328]}, "index": {"min": [369937], "max": [370264], "mean": [370100.5], "std": [94.6850040925172], "count": [328]}, "task_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [328]}}} +{"episode_index": 1183, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35241001503140323]], [[0.28935996859681373]], [[0.2290851458381204]]], "std": [[[0.15223853860631903]], [[0.15154602423121186]], [[0.15867987483359655]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3739209056181066]], [[0.28791106399835326]], [[0.19130377915326288]]], "std": [[[0.2154068687457006]], [[0.15696350355536684]], [[0.09651598180841889]]], "count": [100]}, "state": {"min": [-0.5398954153060913, -0.004143214784562588, 0.9884359240531921, 2.9289255142211914, -0.24710838496685028, -0.43949681520462036, 0.014399450272321701, -0.04000311717391014], "max": [0.003205392509698868, 0.27816981077194214, 1.2474268674850464, 3.4139413833618164, 0.11227145045995712, 0.08028044551610947, 0.03998228535056114, -0.014312476851046085], "mean": [-0.2545448839664459, 0.16899220645427704, 1.1408281326293945, 3.168898582458496, -0.08233872801065445, -0.13247312605381012, 0.02497806027531624, -0.025016123428940773], "std": [0.21037517488002777, 0.07002249360084534, 0.067694291472435, 0.1502753496170044, 0.09583014994859695, 0.1716456413269043, 0.012052949517965317, 0.012057836167514324], "count": [329]}, "actions": {"min": [-1.170583724975586, -0.632287323474884, -0.611921489238739, -0.11134208738803864, -0.22862109541893005, -0.24491019546985626, -1.0], "max": [0.6702620983123779, 0.6212218403816223, 1.6342946290969849, 0.1665138453245163, 0.15214939415454865, 0.18510527908802032, 1.0], "mean": [-0.05551319569349289, 0.06016295775771141, -0.016018344089388847, 0.009021878242492676, -0.005982507485896349, -0.00982674490660429, 0.16109421849250793], "std": [0.3081929385662079, 0.18010632693767548, 0.2332156002521515, 0.04554115608334541, 0.04845399037003517, 0.05371398851275444, 0.9869400858879089], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [1183], "max": [1183], "mean": [1183.0], "std": [0.0], "count": [329]}, "index": {"min": [370265], "max": [370593], "mean": [370429.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [329]}}} +{"episode_index": 1184, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3428826826448874]], [[0.2804698032718283]], [[0.21947225980615245]]], "std": [[[0.15122755872227325]], [[0.1468556328561993]], [[0.15157712134282325]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36807688842517816]], [[0.2823362236088307]], [[0.18533176645060712]]], "std": [[[0.2199675611826056]], [[0.15931725393599364]], [[0.0943363415954806]]], "count": [103]}, "state": {"min": [-0.48622336983680725, -0.018318187445402145, 1.000545620918274, 2.9285788536071777, -0.19196541607379913, -0.5008766651153564, 0.014554694294929504, -0.04000105336308479], "max": [0.04380735009908676, 0.30987560749053955, 1.350332260131836, 3.291574478149414, 0.38871631026268005, 0.027771009132266045, 0.04000367224216461, -0.014457965269684792], "mean": [-0.24667201936244965, 0.19516634941101074, 1.198914885520935, 3.142883062362671, 0.01719016022980213, -0.2755401134490967, 0.023598099127411842, -0.023631835356354713], "std": [0.1994399130344391, 0.08333297818899155, 0.09480366855859756, 0.10044753551483154, 0.1641465127468109, 0.12819164991378784, 0.011680077761411667, 0.011645320802927017], "count": [487]}, "actions": {"min": [-1.1919304132461548, -0.9651879668235779, -0.35706156492233276, -0.12920957803726196, -0.16701339185237885, -0.2882637679576874, -1.0], "max": [0.6745220422744751, 0.38999512791633606, 1.0702438354492188, 0.17817223072052002, 0.16524820029735565, 0.18312470614910126, 1.0], "mean": [-0.03101453185081482, 0.04931255802512169, -0.015474550426006317, 0.005866138264536858, 0.0009893625974655151, -0.008296630345284939, 0.29774126410484314], "std": [0.2392510175704956, 0.1501358300447464, 0.2052146941423416, 0.038076408207416534, 0.04604099690914154, 0.04892858862876892, 0.9546453952789307], "count": [487]}, "timestamp": {"min": [0.0], "max": [48.6], "mean": [24.3], "std": [14.058449416631978], "count": [487]}, "frame_index": {"min": [0], "max": [486], "mean": [243.0], "std": [140.5844941663198], "count": [487]}, "episode_index": {"min": [1184], "max": [1184], "mean": [1184.0], "std": [0.0], "count": [487]}, "index": {"min": [370594], "max": [371080], "mean": [370837.0], "std": [140.5844941663198], "count": [487]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [487]}}} +{"episode_index": 1185, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34651005883310354]], [[0.2833308590159697]], [[0.22260703831092984]]], "std": [[[0.14866639518017333]], [[0.14495047312597953]], [[0.14935227059735678]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3161039793725107]], [[0.24007259353936886]], [[0.1577586316875383]]], "std": [[[0.22437378310358716]], [[0.16371043522509088]], [[0.09700231465160629]]], "count": [100]}, "state": {"min": [-0.48555782437324524, -0.007739602588117123, 1.0025535821914673, 2.8574867248535156, 0.010613881051540375, -0.3373361825942993, 0.014903119765222073, -0.040005698800086975], "max": [0.021471716463565826, 0.2762950360774994, 1.316329836845398, 3.3964316844940186, 0.3888739347457886, 0.07168082892894745, 0.0398872010409832, -0.012880689464509487], "mean": [-0.26203736662864685, 0.17131979763507843, 1.1558808088302612, 3.138077735900879, 0.16926313936710358, -0.2125779390335083, 0.02329159714281559, -0.023110298439860344], "std": [0.1946212500333786, 0.0766330361366272, 0.08172614872455597, 0.16624070703983307, 0.11888184398412704, 0.11730239540338516, 0.01110269408673048, 0.011312805116176605], "count": [338]}, "actions": {"min": [-0.9371899366378784, -0.6125357747077942, -0.7021728157997131, -0.18798618018627167, -0.1970442533493042, -0.19197143614292145, -1.0], "max": [0.6897340416908264, 0.5893192887306213, 1.1313996315002441, 0.19733242690563202, 0.16431409120559692, 0.20620763301849365, 1.0], "mean": [-0.03797148913145065, 0.05855888873338699, -0.02030296064913273, 0.007154131308197975, -0.005908549763262272, -0.00716149527579546, 0.33136093616485596], "std": [0.31405729055404663, 0.17633917927742004, 0.23647397756576538, 0.05088388919830322, 0.05621015280485153, 0.053556669503450394, 0.943505585193634], "count": [338]}, "timestamp": {"min": [0.0], "max": [33.7], "mean": [16.85], "std": [9.75717684578895], "count": [338]}, "frame_index": {"min": [0], "max": [337], "mean": [168.5], "std": [97.5717684578895], "count": [338]}, "episode_index": {"min": [1185], "max": [1185], "mean": [1185.0], "std": [0.0], "count": [338]}, "index": {"min": [371081], "max": [371418], "mean": [371249.5], "std": [97.5717684578895], "count": [338]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [338]}}} +{"episode_index": 1186, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34647120277554383]], [[0.2843440635531556]], [[0.2241991792566636]]], "std": [[[0.15090902217483826]], [[0.14827325220183155]], [[0.1541382589926536]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36003209731158087]], [[0.2747396898456648]], [[0.18053653253293503]]], "std": [[[0.2199371468525069]], [[0.16055870194015562]], [[0.09640767958717589]]], "count": [100]}, "state": {"min": [-0.5003513693809509, 0.0022898749448359013, 0.9888023734092712, 2.8500559329986572, -0.09339262545108795, -0.5111838579177856, 0.009455984458327293, -0.04000387713313103], "max": [0.025626234710216522, 0.32523465156555176, 1.3011435270309448, 3.2186501026153564, 0.2796352207660675, 0.06077202036976814, 0.039965350180864334, -0.015719609335064888], "mean": [-0.2398286610841751, 0.18975216150283813, 1.1643569469451904, 3.069279670715332, 0.026936976239085197, -0.2807954251766205, 0.022788221016526222, -0.025855254381895065], "std": [0.20210006833076477, 0.09155376255512238, 0.07915490865707397, 0.10883145034313202, 0.09080881625413895, 0.17171742022037506, 0.013120599091053009, 0.01068277470767498], "count": [336]}, "actions": {"min": [-0.9028792381286621, -0.7693582773208618, -0.7095944881439209, -0.13522808253765106, -0.15539178252220154, -0.2146000862121582, -1.0], "max": [0.7367784976959229, 0.7798509001731873, 1.0286718606948853, 0.17489789426326752, 0.12599268555641174, 0.12990224361419678, 1.0], "mean": [-0.04743574187159538, 0.07176948338747025, -0.02723732404410839, 0.008671375922858715, -0.003898677648976445, -0.011897154152393341, 0.2202380895614624], "std": [0.29304125905036926, 0.1938677430152893, 0.2460792064666748, 0.04767994210124016, 0.04353839159011841, 0.0484694242477417, 0.9754475355148315], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [1186], "max": [1186], "mean": [1186.0], "std": [0.0], "count": [336]}, "index": {"min": [371419], "max": [371754], "mean": [371586.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [336]}}} +{"episode_index": 1187, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3478077081418505]], [[0.28507628078086705]], [[0.22408250636680455]]], "std": [[[0.15231156899839354]], [[0.14958718817441463]], [[0.15613104726605231]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3703979246850107]], [[0.2841867173138787]], [[0.18747506175321693]]], "std": [[[0.21517803399204571]], [[0.15597687554395737]], [[0.09320419268119205]]], "count": [100]}, "state": {"min": [-0.4980577826499939, 0.029875261709094048, 1.0224192142486572, 2.981161117553711, -0.11699965596199036, -0.18521222472190857, 0.015099621377885342, -0.039994411170482635], "max": [0.026407485827803612, 0.22551994025707245, 1.3292275667190552, 3.303433656692505, 0.28858688473701477, 0.014650554396212101, 0.03996711224317551, -0.014531486667692661], "mean": [-0.24946032464504242, 0.15480521321296692, 1.1869796514511108, 3.1460366249084473, -0.00017088977620005608, -0.09486182779073715, 0.024315115064382553, -0.024289919063448906], "std": [0.20330539345741272, 0.053062815219163895, 0.08621719479560852, 0.09637969732284546, 0.10663820058107376, 0.061997778713703156, 0.011209285818040371, 0.011213292367756367], "count": [311]}, "actions": {"min": [-1.5442456007003784, -0.646131157875061, -0.779271125793457, -0.1304011195898056, -0.20998969674110413, -0.15599672496318817, -1.0], "max": [0.8806483745574951, 0.6468039155006409, 1.3888694047927856, 0.13619333505630493, 0.12018870562314987, 0.14420822262763977, 1.0], "mean": [-0.05244336649775505, 0.0422830730676651, -0.0263772401958704, 0.005100351758301258, 0.0012100049061700702, -0.003697400214150548, 0.2668810188770294], "std": [0.3309284448623657, 0.14947247505187988, 0.27668505907058716, 0.03904228284955025, 0.04267898574471474, 0.045380961149930954, 0.9637284874916077], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [1187], "max": [1187], "mean": [1187.0], "std": [0.0], "count": [311]}, "index": {"min": [371755], "max": [372065], "mean": [371910.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [311]}}} +{"episode_index": 1188, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.33987148569144454]], [[0.2772373172535616]], [[0.21380526194852942]]], "std": [[[0.14667670342392117]], [[0.14045890064012911]], [[0.14449565236882275]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9372549019607843]], [[0.9215686274509803]]], "mean": [[[0.3450222108130362]], [[0.25742876000497855]], [[0.16639405613319547]]], "std": [[[0.1668863124296368]], [[0.11823132838143496]], [[0.07022735594515815]]], "count": [100]}, "state": {"min": [-0.49630558490753174, -0.2834402918815613, 0.9908062815666199, 2.9121737480163574, -0.1699734628200531, -0.36026862263679504, 0.01641940325498581, -0.04001124948263168], "max": [-0.27105453610420227, 0.01449362002313137, 1.2201720476150513, 3.221402883529663, 0.10826507955789566, 0.08303066343069077, 0.03981732577085495, -0.015142921358346939], "mean": [-0.387920618057251, -0.13871535658836365, 1.135724425315857, 3.0201938152313232, -0.0686463788151741, -0.08853981643915176, 0.027230508625507355, -0.02759566530585289], "std": [0.07789246737957001, 0.0935630351305008, 0.06878352910280228, 0.08530713617801666, 0.07548733800649643, 0.1451951414346695, 0.010414153337478638, 0.010218819603323936], "count": [230]}, "actions": {"min": [-0.8881811499595642, -1.2383086681365967, -0.6859036684036255, -0.1123843640089035, -0.18765604496002197, -0.17023305594921112, -1.0], "max": [0.2240571230649948, 0.9179151058197021, 1.2900688648223877, 0.08497077971696854, 0.12814804911613464, 0.31974682211875916, 1.0], "mean": [-0.06082053855061531, -0.020166300237178802, -0.03073503077030182, -0.004212589934468269, 0.004253807477653027, -0.0002817661443259567, 0.11304347962141037], "std": [0.17199178040027618, 0.30933138728141785, 0.30603426694869995, 0.038853030651807785, 0.04263385757803917, 0.05856868997216225, 0.9935910701751709], "count": [230]}, "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": [1188], "max": [1188], "mean": [1188.0], "std": [0.0], "count": [230]}, "index": {"min": [372066], "max": [372295], "mean": [372180.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [230]}}} +{"episode_index": 1189, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3402357339298024]], [[0.2769335051891851]], [[0.21350158930759805]]], "std": [[[0.14478726043886958]], [[0.13913408260852905]], [[0.14341006627949218]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.9294117647058824]]], "mean": [[[0.34627392518286615]], [[0.25591595937691486]], [[0.16238028492647058]]], "std": [[[0.16586743595400685]], [[0.11819573672421588]], [[0.06682909813236938]]], "count": [100]}, "state": {"min": [-0.5029295086860657, -0.26156434416770935, 0.9905062913894653, 2.9531400203704834, -0.12219560891389847, -0.1565660983324051, 0.013915195129811764, -0.04000793397426605], "max": [-0.26653847098350525, -0.008134160190820694, 1.2259191274642944, 3.1433141231536865, 0.14650963246822357, 0.026464935392141342, 0.039883699268102646, -0.014792042784392834], "mean": [-0.3831874132156372, -0.13328801095485687, 1.1284496784210205, 3.030867576599121, -0.005149093922227621, -0.05018378421664238, 0.027155308052897453, -0.027526937425136566], "std": [0.08058971911668777, 0.08882337808609009, 0.06998654454946518, 0.056946806609630585, 0.07305260747671127, 0.06045156717300415, 0.011209286749362946, 0.01101071760058403], "count": [225]}, "actions": {"min": [-0.7379038333892822, -0.7947535514831543, -0.7924943566322327, -0.17879118025302887, -0.12607291340827942, -0.13741926848888397, -1.0], "max": [0.3099069893360138, 0.6868172883987427, 0.8559291958808899, 0.13359497487545013, 0.12260979413986206, 0.11013281345367432, 1.0], "mean": [-0.06716318428516388, -0.009357452392578125, -0.03644339367747307, -0.002030900912359357, 0.0038845886010676622, -0.0020132451318204403, 0.057777777314186096], "std": [0.16054464876651764, 0.26870083808898926, 0.2793843150138855, 0.04050489142537117, 0.04287268593907356, 0.038738589733839035, 0.9983302354812622], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [1189], "max": [1189], "mean": [1189.0], "std": [0.0], "count": [225]}, "index": {"min": [372296], "max": [372520], "mean": [372408.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [225]}}} +{"episode_index": 1190, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.34004443957758884]], [[0.27705936387005975]], [[0.21250197107651653]]], "std": [[[0.1480641055710345]], [[0.1404277512355822]], [[0.14488435055660395]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3454025872922411]], [[0.25636842675302546]], [[0.1632983601888021]]], "std": [[[0.16826489406651995]], [[0.1184206708267648]], [[0.06760634461346014]]], "count": [100]}, "state": {"min": [-0.4872289299964905, -0.2848752737045288, 1.0106812715530396, 3.0083861351013184, -0.08548597991466522, -0.11775175482034683, 0.01493821106851101, -0.040006279945373535], "max": [-0.28158923983573914, 0.011624774895608425, 1.2355906963348389, 3.2159674167633057, 0.13892032206058502, 0.08840503543615341, 0.03988693282008171, -0.015123999677598476], "mean": [-0.37162506580352783, -0.1584809124469757, 1.1344016790390015, 3.0846714973449707, 0.005117171443998814, -0.0038413351867347956, 0.026515750214457512, -0.026612745597958565], "std": [0.08051007241010666, 0.09452151507139206, 0.06676638871431351, 0.05524662509560585, 0.0522148460149765, 0.059184376150369644, 0.011822911910712719, 0.011791021563112736], "count": [248]}, "actions": {"min": [-0.5910773277282715, -1.3464468717575073, -0.4602952301502228, -0.14495690166950226, -0.1360444575548172, -0.1608748883008957, -1.0], "max": [0.19877545535564423, 0.7660571932792664, 1.462815284729004, 0.15253275632858276, 0.0792938768863678, 0.29781416058540344, 1.0], "mean": [-0.045163918286561966, -0.02534427121281624, -0.024255279451608658, -0.0018442445434629917, 0.004005013965070248, 0.0005542230210267007, 0.05645161122083664], "std": [0.15547113120555878, 0.2810370922088623, 0.27865487337112427, 0.04057375714182854, 0.03375670313835144, 0.0480792336165905, 0.9984064102172852], "count": [248]}, "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": [1190], "max": [1190], "mean": [1190.0], "std": [0.0], "count": [248]}, "index": {"min": [372521], "max": [372768], "mean": [372644.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [248]}}} +{"episode_index": 1191, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36459952320772054]], [[0.3050727407418045]], [[0.23461014152975643]]], "std": [[[0.1377109512003108]], [[0.13062292024209704]], [[0.14406531551466956]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.29933137542126226]], [[0.22939747769224877]], [[0.15364436430089615]]], "std": [[[0.20447731825784116]], [[0.14832764870417964]], [[0.09474664664437521]]], "count": [100]}, "state": {"min": [-0.498257040977478, -0.32337939739227295, 1.004745602607727, 2.7309513092041016, -0.14511093497276306, -0.2756252884864807, 0.013361798599362373, -0.039993833750486374], "max": [-0.1399940401315689, 0.06688827276229858, 1.2275818586349487, 3.2935965061187744, 0.18854773044586182, 0.12831957638263702, 0.03992142155766487, -0.015495829284191132], "mean": [-0.3389204740524292, -0.13735230267047882, 1.137021780014038, 2.9377903938293457, 0.0281051192432642, -0.1112588569521904, 0.021809907630085945, -0.022731294855475426], "std": [0.14193101227283478, 0.15726187825202942, 0.06801492720842361, 0.14237084984779358, 0.0988587811589241, 0.09087751805782318, 0.010988668538630009, 0.010391808114945889], "count": [258]}, "actions": {"min": [-0.9589564204216003, -1.2839252948760986, -0.7845383882522583, -0.26199331879615784, -0.13853591680526733, -0.19502027332782745, -1.0], "max": [0.9771953821182251, 0.43094584345817566, 0.7059473395347595, 0.26619741320610046, 0.15378564596176147, 0.14691637456417084, 1.0], "mean": [-0.045808762311935425, -0.11765403300523758, -0.01720946840941906, -0.01569044403731823, 5.199176939640893e-06, -0.01029043085873127, 0.41085270047187805], "std": [0.25101733207702637, 0.2302125245332718, 0.24280712008476257, 0.060396935790777206, 0.047437842935323715, 0.04792774096131325, 0.911700963973999], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [1191], "max": [1191], "mean": [1191.0], "std": [0.0], "count": [258]}, "index": {"min": [372769], "max": [373026], "mean": [372897.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [258]}}} +{"episode_index": 1192, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36532373166551774]], [[0.30582710655062806]], [[0.23528890991210938]]], "std": [[[0.13833191838588865]], [[0.13175340740555483]], [[0.14557637266985998]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9686274509803922]]], "mean": [[[0.286709779028799]], [[0.2198895108092065]], [[0.14939548507391237]]], "std": [[[0.20664441783060158]], [[0.14951733579460424]], [[0.09565574193515249]]], "count": [100]}, "state": {"min": [-0.5067356824874878, -0.3246423900127411, 0.9903115034103394, 2.7775168418884277, -0.20485690236091614, -0.21445217728614807, 0.014305469579994678, -0.039902329444885254], "max": [-0.1821923702955246, 0.06340587139129639, 1.21921706199646, 3.2068965435028076, 0.15530019998550415, -0.012529462575912476, 0.039983201771974564, -0.010899659246206284], "mean": [-0.352032870054245, -0.1313556581735611, 1.1247458457946777, 3.002866268157959, -0.04042823240160942, -0.12649670243263245, 0.022237395867705345, -0.0220453143119812], "std": [0.1299322545528412, 0.15228325128555298, 0.07655734568834305, 0.1536477506160736, 0.11051631718873978, 0.05648871511220932, 0.010871228761970997, 0.010673347860574722], "count": [214]}, "actions": {"min": [-1.120735764503479, -1.425068736076355, -0.744500458240509, -0.40452906489372253, -0.20234718918800354, -0.1052202358841896, -1.0], "max": [0.36285319924354553, 0.6570518016815186, 1.009438395500183, 0.20628555119037628, 0.1654314398765564, 0.19472739100456238, 1.0], "mean": [-0.0720708891749382, -0.11120309680700302, -0.03906312212347984, -0.015236971899867058, 0.0005342182121239603, -0.007945163175463676, 0.3925233781337738], "std": [0.22431159019470215, 0.27535414695739746, 0.3069128394126892, 0.052969902753829956, 0.050262317061424255, 0.04128987714648247, 0.9197424650192261], "count": [214]}, "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": [1192], "max": [1192], "mean": [1192.0], "std": [0.0], "count": [214]}, "index": {"min": [373027], "max": [373240], "mean": [373133.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [214]}}} +{"episode_index": 1193, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3665861738616345]], [[0.30687992709290746]], [[0.23610024066999846]]], "std": [[[0.1378509391849522]], [[0.1315632893588512]], [[0.14581725303309723]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3088732838350184]], [[0.23850111598594517]], [[0.16208481313668044]]], "std": [[[0.20863066427187732]], [[0.15253063672686273]], [[0.10065070086660488]]], "count": [100]}, "state": {"min": [-0.49863171577453613, -0.29989761114120483, 0.990911066532135, 2.687190532684326, -0.16857214272022247, -0.3214956521987915, 0.013576796278357506, -0.04000406339764595], "max": [-0.14349818229675293, 0.0559118427336216, 1.2242751121520996, 3.1407809257507324, 0.11115918308496475, 0.07264938205480576, 0.03993374481797218, -0.01269367802888155], "mean": [-0.3251458406448364, -0.11677540093660355, 1.1325669288635254, 2.940858840942383, -0.05552709475159645, -0.11076497286558151, 0.023076634854078293, -0.02344086579978466], "std": [0.1405767947435379, 0.14788009226322174, 0.07106678187847137, 0.15433622896671295, 0.07385580241680145, 0.14141297340393066, 0.011255960911512375, 0.011076151393353939], "count": [250]}, "actions": {"min": [-0.8850693702697754, -0.6628168225288391, -0.6749276518821716, -0.1538073867559433, -0.15926344692707062, -0.1748642772436142, -1.0], "max": [0.5639373064041138, 0.49759534001350403, 1.2162561416625977, 0.12454087287187576, 0.11944182217121124, 0.15932874381542206, 1.0], "mean": [-0.059709250926971436, -0.10226631164550781, -0.03156307712197304, -0.01260056346654892, -0.0001999864325625822, -0.0104530556127429, 0.328000009059906], "std": [0.23423416912555695, 0.2007972002029419, 0.2800745368003845, 0.041442763060331345, 0.0437810905277729, 0.043743621557950974, 0.9446772933006287], "count": [250]}, "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": [1193], "max": [1193], "mean": [1193.0], "std": [0.0], "count": [250]}, "index": {"min": [373241], "max": [373490], "mean": [373365.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [250]}}} +{"episode_index": 1194, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36351454850739123]], [[0.30478440288468905]], [[0.2359094992244945]]], "std": [[[0.13998820320659797]], [[0.13404842114696905]], [[0.14695071296555876]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.312324598125383]], [[0.24046619011374082]], [[0.1626201249664905]]], "std": [[[0.20426372741660043]], [[0.14778097507691634]], [[0.09458962762379226]]], "count": [100]}, "state": {"min": [-0.4977540373802185, -0.3401724696159363, 0.9887415766716003, 2.8428359031677246, -0.3315981328487396, -0.41156870126724243, 0.014645968563854694, -0.03995798900723457], "max": [-0.16941313445568085, 0.0917007178068161, 1.2304588556289673, 3.201467752456665, 0.10832325369119644, -0.00811048410832882, 0.04000101611018181, -0.012271414510905743], "mean": [-0.3295428454875946, -0.1032777801156044, 1.1369974613189697, 3.050534725189209, -0.12921780347824097, -0.22372333705425262, 0.024929005652666092, -0.024736035615205765], "std": [0.12070799618959427, 0.1621776968240738, 0.06830678880214691, 0.11948252469301224, 0.14174900949001312, 0.09165402501821518, 0.01125669851899147, 0.011469697579741478], "count": [297]}, "actions": {"min": [-0.7530218958854675, -1.3791987895965576, -0.8673256039619446, -0.1937534660100937, -0.14849989116191864, -0.19153469800949097, -1.0], "max": [0.37390828132629395, 0.5117108821868896, 0.7714362144470215, 0.08866077661514282, 0.16723033785820007, 0.12031400948762894, 1.0], "mean": [-0.044875144958496094, -0.08672836422920227, -0.019406434148550034, -0.008609388954937458, -0.004300325643271208, -0.008142165839672089, 0.21885521709918976], "std": [0.18230782449245453, 0.20188717544078827, 0.24886023998260498, 0.03676288202404976, 0.04431746527552605, 0.04808153212070465, 0.975756049156189], "count": [297]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.573602898820697], "count": [297]}, "frame_index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "episode_index": {"min": [1194], "max": [1194], "mean": [1194.0], "std": [0.0], "count": [297]}, "index": {"min": [373491], "max": [373787], "mean": [373639.0], "std": [85.73602898820698], "count": [297]}, "task_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [297]}}} +{"episode_index": 1195, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36360729920630364]], [[0.30406262087354474]], [[0.23481130442899817]]], "std": [[[0.13667408053285646]], [[0.13068899296218814]], [[0.14346875751004792]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32481698129691333]], [[0.24686271697399662]], [[0.16088405175302542]]], "std": [[[0.18556877812446046]], [[0.129992571906016]], [[0.0778090981055915]]], "count": [100]}, "state": {"min": [-0.44267308712005615, -0.30500122904777527, 0.9738113880157471, 2.575597047805786, -0.30117520689964294, -0.35392922163009644, 0.011735916137695312, -0.040110450237989426], "max": [-0.28793099522590637, 0.19116666913032532, 1.2075024843215942, 3.2937655448913574, 0.06643424183130264, -0.05951555445790291, 0.040025144815444946, 0.000730401836335659], "mean": [-0.3785807490348816, -0.02756359614431858, 1.1156731843948364, 3.028669595718384, -0.09594065696001053, -0.2585519850254059, 0.025803975760936737, -0.024555467069149017], "std": [0.03792943060398102, 0.19280140101909637, 0.06472687423229218, 0.2520301938056946, 0.11874233931303024, 0.0670066848397255, 0.01273511815816164, 0.013687023892998695], "count": [225]}, "actions": {"min": [-0.5360708236694336, -1.8827781677246094, -1.0277619361877441, -0.20174290239810944, -0.24091710150241852, -0.150132417678833, -1.0], "max": [0.21041208505630493, 0.7899717688560486, 1.5990442037582397, 0.17918379604816437, 0.22261661291122437, 0.2510237693786621, 1.0], "mean": [-0.03522535040974617, -0.10126573592424393, -0.03395457938313484, -0.018254369497299194, -0.0019029530230909586, -0.008489714935421944, 0.057777777314186096], "std": [0.15103775262832642, 0.3941389322280884, 0.31312838196754456, 0.05972466617822647, 0.05620161443948746, 0.0473564974963665, 0.9983302354812622], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [1195], "max": [1195], "mean": [1195.0], "std": [0.0], "count": [225]}, "index": {"min": [373788], "max": [374012], "mean": [373900.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [225]}}} +{"episode_index": 1196, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3605173064587163]], [[0.30227007338579964]], [[0.23370779359106925]]], "std": [[[0.14358491840758464]], [[0.13576963170030482]], [[0.14722456945348317]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.32388582955154716]], [[0.24778443340226716]], [[0.16418020091337315]]], "std": [[[0.19232924873491836]], [[0.13603432765315548]], [[0.08421168420875498]]], "count": [100]}, "state": {"min": [-0.4832015037536621, -0.27259910106658936, 0.981560468673706, 2.6064348220825195, -0.25657618045806885, -0.23944973945617676, 0.011030801571905613, -0.03988214582204819], "max": [-0.27663788199424744, 0.19534814357757568, 1.2115620374679565, 3.2486155033111572, 0.10850516706705093, 0.034982241690158844, 0.04000518098473549, -0.009953556582331657], "mean": [-0.3921840190887451, -0.016571300104260445, 1.1228101253509521, 3.0315945148468018, -0.10090745985507965, -0.12651555240154266, 0.02398202195763588, -0.02384294383227825], "std": [0.062197621911764145, 0.1745879352092743, 0.06700954586267471, 0.20705381035804749, 0.10414417088031769, 0.06969316303730011, 0.012771549634635448, 0.012780587188899517], "count": [217]}, "actions": {"min": [-0.46306732296943665, -1.10732901096344, -0.8759642839431763, -0.20205466449260712, -0.28445664048194885, -0.15026797354221344, -1.0], "max": [0.5201879739761353, 0.7458517551422119, 1.6554310321807861, 0.1970401257276535, 0.1982794553041458, 0.19637194275856018, 1.0], "mean": [-0.04468868300318718, -0.09410113841295242, -0.027395237237215042, -0.017300331965088844, 0.001286496757529676, -0.00704988231882453, 0.1520737260580063], "std": [0.15003357827663422, 0.3172987103462219, 0.3307167887687683, 0.06136850640177727, 0.0695505440235138, 0.051087092608213425, 0.988368809223175], "count": [217]}, "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": [1196], "max": [1196], "mean": [1196.0], "std": [0.0], "count": [217]}, "index": {"min": [374013], "max": [374229], "mean": [374121.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [217]}}} +{"episode_index": 1197, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36326205504174325]], [[0.30357251275754443]], [[0.23341237206552543]]], "std": [[[0.13655706924643568]], [[0.1290780564197997]], [[0.14191406669628992]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.314246535357307]], [[0.23970453598920036]], [[0.15804551786534926]]], "std": [[[0.19259782085463503]], [[0.13593699124011588]], [[0.08291156334573867]]], "count": [100]}, "state": {"min": [-0.47325432300567627, -0.3038488030433655, 0.9826521873474121, 2.6694295406341553, -0.1187262162566185, -0.2984296381473541, 0.011669507250189781, -0.039980698376894], "max": [-0.26277607679367065, 0.19202128052711487, 1.2066667079925537, 3.2018113136291504, 0.1582164466381073, -0.029783735051751137, 0.039988044649362564, -0.0037810492794960737], "mean": [-0.376943439245224, -0.032986048609018326, 1.1147313117980957, 3.003812074661255, 0.008292008191347122, -0.19879736006259918, 0.024781689047813416, -0.024117661640048027], "std": [0.06018543243408203, 0.1922723352909088, 0.06230306252837181, 0.1834319531917572, 0.06800958514213562, 0.05464992672204971, 0.013068205676972866, 0.013458175584673882], "count": [267]}, "actions": {"min": [-0.5740230679512024, -0.9285283088684082, -0.7509101033210754, -0.20538635551929474, -0.12562191486358643, -0.18615470826625824, -1.0], "max": [0.21437333524227142, 0.8161826133728027, 0.6859675049781799, 0.3124406337738037, 0.24987328052520752, 0.1361728459596634, 1.0], "mean": [-0.0390012226998806, -0.0911039486527443, -0.0334731824696064, -0.014357668347656727, 0.005224562715739012, -0.006701402831822634, 0.10112359374761581], "std": [0.13226045668125153, 0.309521347284317, 0.24005372822284698, 0.06100316345691681, 0.047401055693626404, 0.04324748367071152, 0.9948749542236328], "count": [267]}, "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": [1197], "max": [1197], "mean": [1197.0], "std": [0.0], "count": [267]}, "index": {"min": [374230], "max": [374496], "mean": [374363.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [267]}}} +{"episode_index": 1198, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36264654122146905]], [[0.30285821892233455]], [[0.23277379712871477]]], "std": [[[0.13612446966120262]], [[0.1287308333139348]], [[0.14122206926238012]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3140917651606541]], [[0.23972286329082412]], [[0.15771450805664064]]], "std": [[[0.187540877382266]], [[0.1320566984776148]], [[0.08054296278145756]]], "count": [100]}, "state": {"min": [-0.4616328477859497, -0.2838764190673828, 0.9775016903877258, 2.5951364040374756, -0.1253202259540558, -0.23455557227134705, 0.012801066040992737, -0.03990177810192108], "max": [-0.2927352786064148, 0.20463663339614868, 1.2755564451217651, 3.2593531608581543, 0.21559292078018188, 0.04262522980570793, 0.03993656858801842, -0.01258828118443489], "mean": [-0.3904286324977875, -0.040190190076828, 1.1609073877334595, 2.9644131660461426, 0.02996072918176651, -0.0930684432387352, 0.021649956703186035, -0.02196444384753704], "std": [0.05652563273906708, 0.19220668077468872, 0.08871529996395111, 0.22774285078048706, 0.09895088523626328, 0.08045598864555359, 0.01106208749115467, 0.010851536877453327], "count": [266]}, "actions": {"min": [-0.3112023174762726, -0.9067012667655945, -0.9001180529594421, -0.20912884175777435, -0.14153039455413818, -0.14689059555530548, -1.0], "max": [0.24309368431568146, 0.9862695932388306, 1.0088951587677002, 0.23704756796360016, 0.26320865750312805, 0.24164751172065735, 1.0], "mean": [-0.03892612084746361, -0.08234207332134247, -0.014336148276925087, -0.0143437460064888, 0.00025929772527888417, -0.008429125882685184, 0.4060150384902954], "std": [0.09948615729808807, 0.3165576756000519, 0.3028469383716583, 0.05723537877202034, 0.048525672405958176, 0.03737887367606163, 0.9138649702072144], "count": [266]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.678704317786953], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [1198], "max": [1198], "mean": [1198.0], "std": [0.0], "count": [266]}, "index": {"min": [374497], "max": [374762], "mean": [374629.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [266]}}} +{"episode_index": 1199, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36096631936465995]], [[0.3020157428816253]], [[0.2332678462009804]]], "std": [[[0.13719855889140478]], [[0.130216103428812]], [[0.14205510912696806]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.32618893612132355]], [[0.24635777133118875]], [[0.1589516051049326]]], "std": [[[0.18667148949413032]], [[0.1298770641235645]], [[0.07493846101064675]]], "count": [100]}, "state": {"min": [-0.4173101484775543, -0.31873613595962524, 0.9770153760910034, 2.792999505996704, -0.15688714385032654, -0.5051708817481995, 0.011360556818544865, -0.03987518325448036], "max": [-0.2975156903266907, 0.17249828577041626, 1.196081519126892, 3.379849910736084, 0.16138821840286255, -0.03625727817416191, 0.0399998314678669, -0.012564098462462425], "mean": [-0.34953001141548157, -0.07167460769414902, 1.1118391752243042, 3.1035170555114746, 0.02069896273314953, -0.28656044602394104, 0.02320651151239872, -0.023139068856835365], "std": [0.04218386113643646, 0.19719980657100677, 0.06612344086170197, 0.17736415565013885, 0.0866406038403511, 0.15657928586006165, 0.011844903230667114, 0.011790408752858639], "count": [247]}, "actions": {"min": [-0.7193317413330078, -1.212095022201538, -0.8657522797584534, -0.2093411386013031, -0.15701566636562347, -0.16684159636497498, -1.0], "max": [0.22133617103099823, 0.727473258972168, 1.1068103313446045, 0.23208287358283997, 0.16659758985042572, 0.23186862468719482, 1.0], "mean": [-0.020464232191443443, -0.10156296193599701, -0.008671821095049381, -0.014928731136023998, 0.0030193976126611233, -0.011393126100301743, 0.2712550461292267], "std": [0.1097063198685646, 0.3176094591617584, 0.24726134538650513, 0.06628184020519257, 0.045890092849731445, 0.05039071664214134, 0.9625066518783569], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [1199], "max": [1199], "mean": [1199.0], "std": [0.0], "count": [247]}, "index": {"min": [374763], "max": [375009], "mean": [374886.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [247]}}} +{"episode_index": 1200, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37083738798253674]], [[0.3117133088953355]], [[0.24304885086358763]]], "std": [[[0.14127807537936968]], [[0.13728658463082466]], [[0.15258997142317124]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.41715898760627296]], [[0.33108422133501836]], [[0.22848994475719975]]], "std": [[[0.1975310683080841]], [[0.14978760642586567]], [[0.11742012388567831]]], "count": [100]}, "state": {"min": [-0.3453880846500397, -0.1604301929473877, 0.9946697354316711, 2.897526741027832, -0.24531736969947815, -0.15794526040554047, 0.004541578236967325, -0.039895039051771164], "max": [-0.09965355694293976, 0.22877630591392517, 1.2307535409927368, 3.279463052749634, 0.11342717707157135, 0.13725252449512482, 0.0400056391954422, -0.006474387366324663], "mean": [-0.2013411521911621, 0.04637811705470085, 1.1353858709335327, 3.114320993423462, -0.08651956915855408, 0.00021937147539574653, 0.020482540130615234, -0.020441869273781776], "std": [0.07807769626379013, 0.14859667420387268, 0.07203985750675201, 0.14308100938796997, 0.10090529173612595, 0.09731915593147278, 0.014800417236983776, 0.014661344699561596], "count": [279]}, "actions": {"min": [-0.8424365520477295, -0.9743467569351196, -0.6130936741828918, -0.14466936886310577, -0.1495225578546524, -0.18829652667045593, -1.0], "max": [0.5103163719177246, 0.6726247668266296, 1.1644654273986816, 0.22089794278144836, 0.17255812883377075, 0.22709566354751587, 1.0], "mean": [0.01284833811223507, -0.031593162566423416, -0.026631668210029602, -0.003398287808522582, -0.0014843607787042856, -0.0040258849039673805, 0.23297491669654846], "std": [0.22985835373401642, 0.27541786432266235, 0.2753139138221741, 0.043652407824993134, 0.048962436616420746, 0.04578319936990738, 0.9724845886230469], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [1200], "max": [1200], "mean": [1200.0], "std": [0.0], "count": [279]}, "index": {"min": [375010], "max": [375288], "mean": [375149.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [279]}}} +{"episode_index": 1201, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684653607536765]], [[0.3099922993977865]], [[0.24214389576631432]]], "std": [[[0.14527604182233714]], [[0.13996785267414516]], [[0.15382749078675745]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.4229714558919271]], [[0.3300038709453508]], [[0.22235819079829197]]], "std": [[[0.18966013565485673]], [[0.14126929505509925]], [[0.10179665284999179]]], "count": [100]}, "state": {"min": [-0.2968578636646271, -0.22691379487514496, 0.9908321499824524, 2.8859026432037354, -0.20762242376804352, -0.08294600248336792, 0.0030651758424937725, -0.03997714817523956], "max": [-0.09111673384904861, 0.2267940640449524, 1.2586838006973267, 3.2249648571014404, 0.12011279165744781, 0.08233782649040222, 0.04000011458992958, -0.003668679855763912], "mean": [-0.1854710876941681, 0.02390403486788273, 1.146620512008667, 3.0823044776916504, -0.06252988427877426, -0.005388505756855011, 0.018026821315288544, -0.018144240602850914], "std": [0.06470433622598648, 0.17984730005264282, 0.08697382360696793, 0.10333026200532913, 0.08886498957872391, 0.04462425038218498, 0.016879888251423836, 0.01680747978389263], "count": [274]}, "actions": {"min": [-0.748995840549469, -0.9679936766624451, -0.742380678653717, -0.15987710654735565, -0.16363123059272766, -0.12806977331638336, -1.0], "max": [0.7950302958488464, 1.1657500267028809, 0.9633263945579529, 0.2532540559768677, 0.12503573298454285, 0.13960237801074982, 1.0], "mean": [0.034946151077747345, -0.0567355677485466, -0.030841760337352753, -0.006145451683551073, 0.0024076399859040976, -0.003429779317229986, 0.21897810697555542], "std": [0.21757853031158447, 0.3208484649658203, 0.3152865171432495, 0.05169292539358139, 0.05129033699631691, 0.04905761778354645, 0.9757313132286072], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [1201], "max": [1201], "mean": [1201.0], "std": [0.0], "count": [274]}, "index": {"min": [375289], "max": [375562], "mean": [375425.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [274]}}} +{"episode_index": 1202, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3709831393372779]], [[0.3119655438591452]], [[0.24292751955518538]]], "std": [[[0.13876372429276254]], [[0.13397844544823523]], [[0.14944871814054755]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.40581727689855235]], [[0.31590783571729475]], [[0.2128582129384957]]], "std": [[[0.1925119000282456]], [[0.14348358922620813]], [[0.10155551601895148]]], "count": [100]}, "state": {"min": [-0.2983088195323944, -0.15244249999523163, 0.9937911033630371, 2.859351634979248, -0.08912954479455948, -0.06273927539587021, 0.0029664644971489906, -0.03992527723312378], "max": [-0.10328169167041779, 0.22410957515239716, 1.229405164718628, 3.2775392532348633, 0.18883156776428223, 0.13993610441684723, 0.04000468924641609, -0.0035991393961012363], "mean": [-0.19434212148189545, 0.03595950827002525, 1.125588297843933, 3.0664682388305664, 0.026784462854266167, 0.05954340845346451, 0.017739003524184227, -0.017852650955319405], "std": [0.06112779676914215, 0.15355579555034637, 0.07622312009334564, 0.15275149047374725, 0.07834213972091675, 0.04798845946788788, 0.016784533858299255, 0.01664642244577408], "count": [265]}, "actions": {"min": [-1.0162550210952759, -1.2245779037475586, -0.8999949097633362, -0.17143531143665314, -0.16187508404254913, -0.1406833529472351, -1.0], "max": [0.5304332971572876, 0.63530433177948, 1.5463565587997437, 0.13868220150470734, 0.19890213012695312, 0.18353603780269623, 1.0], "mean": [0.033445093780756, -0.053674791008234024, -0.030892901122570038, -0.008969503454864025, 0.0020994420628994703, -0.0019525856478139758, 0.23018868267536163], "std": [0.23011431097984314, 0.2917340397834778, 0.2844272553920746, 0.04490774869918823, 0.044864777475595474, 0.04017931967973709, 0.973145067691803], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [1202], "max": [1202], "mean": [1202.0], "std": [0.0], "count": [265]}, "index": {"min": [375563], "max": [375827], "mean": [375695.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [265]}}} +{"episode_index": 1203, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3653276008157169]], [[0.30747205966126684]], [[0.23986446245978862]]], "std": [[[0.14469182832035749]], [[0.13839546826740023]], [[0.15150750026567134]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.4046670945111443]], [[0.31525407678940714]], [[0.21189208266314338]]], "std": [[[0.19520311126142115]], [[0.1460888294667817]], [[0.10454762216853024]]], "count": [100]}, "state": {"min": [-0.2825811207294464, -0.19354833662509918, 0.9896040558815002, 2.85876727104187, -0.07493403553962708, -0.16038450598716736, 0.0025941631756722927, -0.03995241969823837], "max": [-0.06896108388900757, 0.221842959523201, 1.2681388854980469, 3.2138843536376953, 0.21251554787158966, 0.06326722353696823, 0.0399782694876194, -0.0035769157111644745], "mean": [-0.18400350213050842, 0.002124772174283862, 1.150608777999878, 3.058872938156128, 0.04491957277059555, -0.03422808647155762, 0.01570872589945793, -0.015944667160511017], "std": [0.061730336397886276, 0.16939446330070496, 0.08677683025598526, 0.11368972808122635, 0.07555694878101349, 0.0693121999502182, 0.016335394233465195, 0.016174962744116783], "count": [278]}, "actions": {"min": [-0.6453283429145813, -0.9381633996963501, -0.7182402014732361, -0.22100138664245605, -0.18576593697071075, -0.16760629415512085, -1.0], "max": [0.8946397304534912, 0.7384840846061707, 0.8722482323646545, 0.14870434999465942, 0.12220704555511475, 0.15682683885097504, 1.0], "mean": [0.026461319997906685, -0.05813729017972946, -0.023028003051877022, -0.006476511713117361, 0.0009199852356687188, -0.00524135259911418, 0.3381294906139374], "std": [0.2213626205921173, 0.28087952733039856, 0.292074978351593, 0.048378221690654755, 0.046727001667022705, 0.04320790246129036, 0.9411020278930664], "count": [278]}, "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": [1203], "max": [1203], "mean": [1203.0], "std": [0.0], "count": [278]}, "index": {"min": [375828], "max": [376105], "mean": [375966.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1204, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3687267049153646]], [[0.310988239961512]], [[0.24361852488798255]]], "std": [[[0.14523049462079077]], [[0.14006101610870755]], [[0.15411812087989799]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4263561425302543]], [[0.33558033782360597]], [[0.22885660448261336]]], "std": [[[0.19377064312095385]], [[0.14780267142018194]], [[0.11516291117090464]]], "count": [100]}, "state": {"min": [-0.2778124213218689, -0.16303476691246033, 0.9930132031440735, 2.8277244567871094, -0.1347743570804596, -0.24803006649017334, 0.007506244815886021, -0.039893776178359985], "max": [-0.07785231620073318, 0.21729673445224762, 1.2529088258743286, 3.3241143226623535, 0.14082984626293182, 0.08540873229503632, 0.04000429809093475, -0.00777148874476552], "mean": [-0.1683642566204071, 0.033322252333164215, 1.1356744766235352, 3.1262054443359375, -0.029746172949671745, -0.045690830796957016, 0.020065657794475555, -0.019865747541189194], "std": [0.05433911457657814, 0.14979295432567596, 0.08332613110542297, 0.1563502997159958, 0.08195721358060837, 0.11634963750839233, 0.01442622859030962, 0.014525887556374073], "count": [233]}, "actions": {"min": [-0.9315686225891113, -1.5835152864456177, -1.0038862228393555, -0.1885562390089035, -0.1828598827123642, -0.1892368346452713, -1.0], "max": [0.5929633975028992, 0.8257671594619751, 1.4653881788253784, 0.12856951355934143, 0.1615775227546692, 0.22004739940166473, 1.0], "mean": [0.03280268982052803, -0.05497639626264572, -0.033551592379808426, -0.004713810048997402, 0.0027023577131330967, -0.00712112570181489, 0.2618025839328766], "std": [0.22790268063545227, 0.352416068315506, 0.3540463447570801, 0.045313071459531784, 0.0550907701253891, 0.04586855322122574, 0.9651221632957458], "count": [233]}, "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": [1204], "max": [1204], "mean": [1204.0], "std": [0.0], "count": [233]}, "index": {"min": [376106], "max": [376338], "mean": [376222.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [233]}}} +{"episode_index": 1205, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40755590683858606]], [[0.3852973668156296]], [[0.35384674156151213]]], "std": [[[0.26485716669979276]], [[0.24753865115458906]], [[0.23275433882639399]]], "count": [107]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.54263495636965]], [[0.5070939477686701]], [[0.46696434810918747]]], "std": [[[0.25318400003974306]], [[0.22831334520208343]], [[0.20288660020053814]]], "count": [107]}, "state": {"min": [-0.184071347117424, -0.3982694447040558, 0.9201953411102295, 3.0530381202697754, -0.08388988673686981, -0.06370200216770172, 0.0025263531133532524, -0.0400049090385437], "max": [0.13958269357681274, 0.058245699852705, 1.2853387594223022, 3.25944447517395, 0.9199915528297424, 0.2862878739833832, 0.04000462219119072, -0.002460006158798933], "mean": [0.03012056276202202, -0.11510870605707169, 1.1012258529663086, 3.1479194164276123, 0.22358721494674683, 0.08315640687942505, 0.02068350277841091, -0.02063577249646187], "std": [0.10207615047693253, 0.1849178671836853, 0.113860122859478, 0.049450527876615524, 0.2888171970844269, 0.08431939035654068, 0.01841292902827263, 0.018413010984659195], "count": [513]}, "actions": {"min": [-0.7618836760520935, -1.1977049112319946, -0.7528912425041199, -0.2768329977989197, -0.32706454396247864, -0.14583361148834229, -1.0], "max": [0.9357897639274597, 0.356995165348053, 0.763374924659729, 0.1237787976861, 0.2812124192714691, 0.23403897881507874, 1.0], "mean": [-0.018177293241024017, -0.06051582098007202, -0.06755121052265167, -0.0065083978697657585, 0.0020535835064947605, 0.00507837999612093, 0.02923976629972458], "std": [0.20739299058914185, 0.1685495376586914, 0.20225921273231506, 0.04148449748754501, 0.058363936841487885, 0.04215775802731514, 0.9995748400688171], "count": [513]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.809006268709142], "count": [513]}, "frame_index": {"min": [0], "max": [512], "mean": [256.0], "std": [148.09006268709143], "count": [513]}, "episode_index": {"min": [1205], "max": [1205], "mean": [1205.0], "std": [0.0], "count": [513]}, "index": {"min": [376339], "max": [376851], "mean": [376595.0], "std": [148.09006268709143], "count": [513]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [513]}}} +{"episode_index": 1206, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4049766438802083]], [[0.38255755136527264]], [[0.3508130678663067]]], "std": [[[0.265987613562585]], [[0.2487640412976569]], [[0.2339326479014513]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5369880909639246]], [[0.5028961367139629]], [[0.46419408401788453]]], "std": [[[0.2420804270172379]], [[0.21630423661717518]], [[0.19052086393982404]]], "count": [100]}, "state": {"min": [-0.29799750447273254, -0.3791028559207916, 0.9266619682312012, 2.6804752349853516, -0.41877204179763794, -0.016366804018616676, 0.0017243648180738091, -0.040007732808589935], "max": [0.12762559950351715, 0.02648034133017063, 1.1929785013198853, 3.117662191390991, 0.17843212187290192, 0.320120245218277, 0.03990219905972481, -0.0023532058112323284], "mean": [-0.0672609880566597, -0.11797264963388443, 1.0738086700439453, 2.955249071121216, -0.10353055596351624, 0.10085665434598923, 0.018289225175976753, -0.01852039434015751], "std": [0.16191793978214264, 0.15575584769248962, 0.085068479180336, 0.1298382729291916, 0.20392143726348877, 0.0747077539563179, 0.018044469878077507, 0.017962822690606117], "count": [316]}, "actions": {"min": [-1.1191328763961792, -1.208594560623169, -0.6531860828399658, -0.2160244882106781, -0.2680768668651581, -0.13843944668769836, -1.0], "max": [1.1758159399032593, 0.36234256625175476, 1.628198266029358, 0.2846684455871582, 0.156476691365242, 0.22920016944408417, 1.0], "mean": [0.0043510207906365395, -0.09644956141710281, -0.04712248966097832, -0.006840743590146303, -0.0038943844847381115, 0.004434532951563597, 0.14556962251663208], "std": [0.3257495164871216, 0.2184695452451706, 0.2813507318496704, 0.05865151435136795, 0.058889150619506836, 0.05047324299812317, 0.9893484115600586], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [1206], "max": [1206], "mean": [1206.0], "std": [0.0], "count": [316]}, "index": {"min": [376852], "max": [377167], "mean": [377009.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [316]}}} +{"episode_index": 1207, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4058474563897825]], [[0.3828731378293505]], [[0.3504753465839461]]], "std": [[[0.26542102074396706]], [[0.2471521688380135]], [[0.23117204966161906]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5430866423962163]], [[0.507071201100069]], [[0.46675888241038604]]], "std": [[[0.2602809167175584]], [[0.23491393065802232]], [[0.20905736305225436]]], "count": [100]}, "state": {"min": [-0.2258090078830719, -0.3781004846096039, 0.9176763892173767, 2.9352169036865234, -0.015279344283044338, -0.11711753159761429, 0.002348927315324545, -0.03994306921958923], "max": [0.13586287200450897, 0.03082846663892269, 1.2546504735946655, 3.268397808074951, 0.5514374375343323, 0.2510470151901245, 0.04000604897737503, -0.0024201564956456423], "mean": [-0.005905508529394865, -0.1256731152534485, 1.1019824743270874, 3.1411118507385254, 0.20398123562335968, 0.03052295371890068, 0.01915890723466873, -0.019108004868030548], "std": [0.11704935878515244, 0.16092583537101746, 0.09867914766073227, 0.10695808380842209, 0.16326773166656494, 0.11780796200037003, 0.01816168986260891, 0.018088480457663536], "count": [346]}, "actions": {"min": [-0.97664475440979, -0.8298818469047546, -0.6382489800453186, -0.14438652992248535, -0.267087459564209, -0.12202844023704529, -1.0], "max": [1.3225339651107788, 0.3813859224319458, 1.079720139503479, 0.1745554804801941, 0.17614160478115082, 0.252970427274704, 1.0], "mean": [-0.007878114469349384, -0.07778607308864594, -0.056564994156360626, -0.006912917830049992, -0.003701605834066868, 0.00903537031263113, 0.10982658714056015], "std": [0.2988395690917969, 0.1820192039012909, 0.2255980223417282, 0.047706957906484604, 0.06264994293451309, 0.04727910831570625, 0.9939514994621277], "count": [346]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [1207], "max": [1207], "mean": [1207.0], "std": [0.0], "count": [346]}, "index": {"min": [377168], "max": [377513], "mean": [377340.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [346]}}} +{"episode_index": 1208, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4075337452607996]], [[0.38455842261220896]], [[0.35206532975739124]]], "std": [[[0.2654295163931036]], [[0.24712337155125266]], [[0.23128126455788608]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5583726543351715]], [[0.521047222661037]], [[0.479305030373966]]], "std": [[[0.2553882353261009]], [[0.22952969045290567]], [[0.20343277404709625]]], "count": [100]}, "state": {"min": [-0.18097688257694244, -0.39096641540527344, 0.9225255846977234, 2.9554946422576904, -0.06715477257966995, -0.004436864983290434, 0.0018387602176517248, -0.04000544548034668], "max": [0.14329898357391357, 0.05127846077084541, 1.2481348514556885, 3.148035764694214, 0.417985737323761, 0.08745931833982468, 0.039962995797395706, -0.0021429371554404497], "mean": [0.008545896969735622, -0.09674380719661713, 1.1126165390014648, 3.0646445751190186, 0.10772043466567993, 0.04663904011249542, 0.020173316821455956, -0.020332178100943565], "std": [0.11830306053161621, 0.1668330430984497, 0.08720812201499939, 0.04531387984752655, 0.13130265474319458, 0.019711416214704514, 0.018574442714452744, 0.018478605896234512], "count": [313]}, "actions": {"min": [-1.1373060941696167, -1.2697820663452148, -0.9553552269935608, -0.1612219214439392, -0.14331300556659698, -0.12657903134822845, -1.0], "max": [0.7295868992805481, 0.46129119396209717, 1.2774596214294434, 0.17037485539913177, 0.17178933322429657, 0.19380901753902435, 1.0], "mean": [-0.01182033121585846, -0.09966738522052765, -0.053458716720342636, -0.003875408787280321, 0.0006477615679614246, 0.002278930740430951, 0.03514377027750015], "std": [0.2581700384616852, 0.23395664989948273, 0.28057050704956055, 0.04525814205408096, 0.047156885266304016, 0.04294983297586441, 0.9993830919265747], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [1208], "max": [1208], "mean": [1208.0], "std": [0.0], "count": [313]}, "index": {"min": [377514], "max": [377826], "mean": [377670.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [313]}}} +{"episode_index": 1209, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.409253147499234]], [[0.3868073646695006]], [[0.35526057464001226]]], "std": [[[0.26431139158373085]], [[0.24691372102975767]], [[0.23194954810051369]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5495921959970512]], [[0.5140931647805607]], [[0.4737238829369639]]], "std": [[[0.2507064445351637]], [[0.2257898484377155]], [[0.20046541517181643]]], "count": [100]}, "state": {"min": [-0.17393948137760162, -0.34796255826950073, 0.924885094165802, 2.65250825881958, -0.1227652058005333, -0.0191083624958992, 0.0014632079983130097, -0.040006931871175766], "max": [0.1398105025291443, 0.053891342133283615, 1.24208402633667, 3.2366561889648438, 0.3801267445087433, 0.14988963305950165, 0.039954230189323425, -0.002118486911058426], "mean": [0.013295143842697144, -0.08565526455640793, 1.1059585809707642, 2.9928014278411865, 0.0804588794708252, 0.06567501276731491, 0.019471004605293274, -0.019705232232809067], "std": [0.12317273765802383, 0.1473885029554367, 0.10146923363208771, 0.14693324267864227, 0.13479453325271606, 0.03722570464015007, 0.018650345504283905, 0.01845630258321762], "count": [418]}, "actions": {"min": [-0.9157911539077759, -0.8296391367912292, -0.48138612508773804, -0.13278760015964508, -0.32094794511795044, -0.13749414682388306, -1.0], "max": [0.8614493608474731, 0.4040892720222473, 0.8377825021743774, 0.10705964267253876, 0.11407196521759033, 0.20472261309623718, 1.0], "mean": [-0.02510962262749672, -0.07207069545984268, -0.06397680193185806, -0.010218431241810322, -0.004895813297480345, 0.003876280738040805, 0.0717703327536583], "std": [0.2295246720314026, 0.15212096273899078, 0.19087426364421844, 0.035337310284376144, 0.0565008781850338, 0.03898935765028, 0.9974192380905151], "count": [418]}, "timestamp": {"min": [0.0], "max": [41.7], "mean": [20.849999999999998], "std": [12.066586095495278], "count": [418]}, "frame_index": {"min": [0], "max": [417], "mean": [208.5], "std": [120.66586095495279], "count": [418]}, "episode_index": {"min": [1209], "max": [1209], "mean": [1209.0], "std": [0.0], "count": [418]}, "index": {"min": [377827], "max": [378244], "mean": [378035.5], "std": [120.66586095495279], "count": [418]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [418]}}} +{"episode_index": 1210, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4144145866842831]], [[0.39088924392999386]], [[0.358237564386106]]], "std": [[[0.2611426735126127]], [[0.24344818930341708]], [[0.22848194702021246]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48684359382180603]], [[0.4601000707289752]], [[0.40831762695312496]]], "std": [[[0.263464283843592]], [[0.2421386613187907]], [[0.21643837924045284]]], "count": [100]}, "state": {"min": [-0.18987202644348145, -0.20024684071540833, 1.0927754640579224, 2.931462287902832, -0.14101924002170563, -0.07282022386789322, 0.0016390730161219835, -0.040010929107666016], "max": [0.13819265365600586, 0.23133151233196259, 1.2797390222549438, 3.1977128982543945, 0.0781339630484581, 0.014988305978477001, 0.04000299423933029, -0.0020043612457811832], "mean": [-0.012469684705138206, 0.05624224245548248, 1.225516438484192, 3.0713253021240234, -0.0564797967672348, -0.035097964107990265, 0.019741835072636604, -0.019896814599633217], "std": [0.09406842291355133, 0.1597779542207718, 0.045190684497356415, 0.07640567421913147, 0.053547751158475876, 0.02394578978419304, 0.018601590767502785, 0.01846141740679741], "count": [303]}, "actions": {"min": [-0.5425423383712769, -0.9884233474731445, -0.833482027053833, -0.2196025401353836, -0.15761403739452362, -0.1341460943222046, -1.0], "max": [0.6356076002120972, 0.7616353631019592, 0.5284772515296936, 0.23015111684799194, 0.19809368252754211, 0.22020548582077026, 1.0], "mean": [0.08312948793172836, -0.051508624106645584, -0.022809600457549095, -0.0011923117563128471, 0.0016791503876447678, -1.2133629752497654e-05, 0.056105609983205795], "std": [0.14981263875961304, 0.2510373294353485, 0.17611132562160492, 0.051447153091430664, 0.04417001083493233, 0.03952450677752495, 0.9984228014945984], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [1210], "max": [1210], "mean": [1210.0], "std": [0.0], "count": [303]}, "index": {"min": [378245], "max": [378547], "mean": [378396.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [303]}}} +{"episode_index": 1211, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41132699764476105]], [[0.3879517397413067]], [[0.35561571786917895]]], "std": [[[0.2625451309014835]], [[0.24444613761356382]], [[0.22899180353574936]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47511972584443934]], [[0.448340965719784]], [[0.39837031884286916]]], "std": [[[0.27237721262601167]], [[0.2509722089528524]], [[0.22442053237061213]]], "count": [100]}, "state": {"min": [-0.20937873423099518, -0.23989591002464294, 1.0569922924041748, 3.0796637535095215, -0.12984506785869598, -0.09813353419303894, 0.002455065492540598, -0.040063586086034775], "max": [0.12934285402297974, 0.23864367604255676, 1.2619680166244507, 3.2787208557128906, 0.10784731805324554, 0.02945871651172638, 0.0400070883333683, -0.002195072825998068], "mean": [-0.011277880519628525, 0.01697739027440548, 1.198124647140503, 3.1746912002563477, -0.01982547715306282, -0.05226382240653038, 0.017837796360254288, -0.017793789505958557], "std": [0.09117352962493896, 0.17835569381713867, 0.04660804569721222, 0.05559314787387848, 0.0685318186879158, 0.02870171144604683, 0.017910555005073547, 0.017818840220570564], "count": [278]}, "actions": {"min": [-0.6029307842254639, -1.1330963373184204, -0.8023167252540588, -0.20200924575328827, -0.1570490449666977, -0.11431360244750977, -1.0], "max": [0.7673550248146057, 0.7452219724655151, 0.3801631033420563, 0.2320139855146408, 0.1259966939687729, 0.12237745523452759, 1.0], "mean": [0.10222848504781723, -0.06343889236450195, -0.02146434783935547, -0.0007209692848846316, 0.0015468342462554574, 0.003526204265654087, 0.17985612154006958], "std": [0.18389223515987396, 0.29666048288345337, 0.18028126657009125, 0.05768275633454323, 0.03843549266457558, 0.03064770996570587, 0.9836933016777039], "count": [278]}, "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": [1211], "max": [1211], "mean": [1211.0], "std": [0.0], "count": [278]}, "index": {"min": [378548], "max": [378825], "mean": [378686.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1212, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41130111754174326]], [[0.38809195185642614]], [[0.35639057772767313]]], "std": [[[0.26059026662523893]], [[0.24308439715519545]], [[0.22838912987391952]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4636446928136489]], [[0.43907821296243105]], [[0.3893782647824755]]], "std": [[[0.2662074772468236]], [[0.24759543232506917]], [[0.22112575631337064]]], "count": [100]}, "state": {"min": [-0.1649235188961029, -0.18650007247924805, 1.0683059692382812, 2.8836417198181152, -0.07973232120275497, -0.03815162926912308, 0.002138849813491106, -0.04004283994436264], "max": [0.13382083177566528, 0.2210872769355774, 1.2384430170059204, 3.23002290725708, 0.09144150465726852, 0.17188771069049835, 0.03998159244656563, -0.0029626323375850916], "mean": [0.006412439979612827, 0.05124235898256302, 1.1880675554275513, 3.0865893363952637, -0.009132464416325092, 0.06931561976671219, 0.02007892169058323, -0.02164064720273018], "std": [0.0831538736820221, 0.1579083502292633, 0.041457537561655045, 0.08136870712041855, 0.05345483869314194, 0.058300524950027466, 0.01780494675040245, 0.016484012827277184], "count": [218]}, "actions": {"min": [-0.239206925034523, -1.9165031909942627, -0.6456905603408813, -0.2787001132965088, -0.135567769408226, -0.11015993356704712, -1.0], "max": [0.7839962840080261, 0.6645017266273499, 0.5066801309585571, 0.3053332269191742, 0.1446245014667511, 0.11620484292507172, 1.0], "mean": [0.11440444737672806, -0.09635774791240692, -0.03642747923731804, 0.00011087679013144225, 0.007383127696812153, -0.00018575512513052672, 0.07339449226856232], "std": [0.1548885554075241, 0.3743298351764679, 0.19001837074756622, 0.07655034959316254, 0.04290473461151123, 0.039001695811748505, 0.997302770614624], "count": [218]}, "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": [1212], "max": [1212], "mean": [1212.0], "std": [0.0], "count": [218]}, "index": {"min": [378826], "max": [379043], "mean": [378934.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [218]}}} +{"episode_index": 1213, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41546033552581185]], [[0.3918006885004979]], [[0.35928820920458027]]], "std": [[[0.2623991560617789]], [[0.24483115394404115]], [[0.23023103174872295]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4790749122769225]], [[0.4543826419605928]], [[0.4022675966749004]]], "std": [[[0.2593881921615272]], [[0.24007081666574087]], [[0.21514220124441497]]], "count": [100]}, "state": {"min": [-0.18828894197940826, -0.19129762053489685, 1.069258213043213, 2.9075934886932373, -0.1894991248846054, -0.016601277515292168, 0.0023348848335444927, -0.039985012263059616], "max": [0.11088664829730988, 0.23123128712177277, 1.2530275583267212, 3.2480692863464355, 0.03588538616895676, 0.11636385321617126, 0.0399981290102005, -0.001534059876576066], "mean": [-0.012516825459897518, 0.051292795687913895, 1.1994513273239136, 3.091994285583496, -0.08814101666212082, 0.05920741334557533, 0.01787157729268074, -0.018059737980365753], "std": [0.08693595975637436, 0.16232526302337646, 0.04840994253754616, 0.09177786856889725, 0.06279969215393066, 0.030810151249170303, 0.017795566469430923, 0.017660915851593018], "count": [230]}, "actions": {"min": [-0.2758830189704895, -1.5272387266159058, -0.5934702157974243, -0.22659289836883545, -0.2444010078907013, -0.20353662967681885, -1.0], "max": [0.6757948398590088, 1.0754318237304688, 0.34899526834487915, 0.11624955385923386, 0.15039503574371338, 0.11688719689846039, 1.0], "mean": [0.10088060796260834, -0.08940668404102325, -0.042025577276945114, -0.008232398889958858, -0.0007700462592765689, -0.0014726381050422788, 0.1826086938381195], "std": [0.14821863174438477, 0.35280922055244446, 0.19073057174682617, 0.04674014076590538, 0.03932562470436096, 0.04049066826701164, 0.9831833839416504], "count": [230]}, "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": [1213], "max": [1213], "mean": [1213.0], "std": [0.0], "count": [230]}, "index": {"min": [379044], "max": [379273], "mean": [379158.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [230]}}} +{"episode_index": 1214, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4091693887149586]], [[0.38567656872319245]], [[0.353648806104473]]], "std": [[[0.2618819361555708]], [[0.24388038355312003]], [[0.22863140926506506]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.452279000674977]], [[0.4284379236557905]], [[0.37891925228343293]]], "std": [[[0.26862724430666696]], [[0.2508690569979909]], [[0.22312675266776966]]], "count": [100]}, "state": {"min": [-0.1473722606897354, -0.19451497495174408, 1.0564138889312744, 2.960339307785034, -0.059889815747737885, 0.00652783690020442, 0.002539999084547162, -0.040005482733249664], "max": [0.13212761282920837, 0.23085926473140717, 1.2278635501861572, 3.141101837158203, 0.17120909690856934, 0.1562061607837677, 0.03992854803800583, -0.0029339189641177654], "mean": [0.01639784872531891, 0.06079705432057381, 1.1848646402359009, 3.0438272953033447, 0.03782963007688522, 0.04793557524681091, 0.02095204032957554, -0.02122771553695202], "std": [0.07641205191612244, 0.1598016768693924, 0.0367194265127182, 0.0518258735537529, 0.057343725115060806, 0.029059475287795067, 0.01739816553890705, 0.017208993434906006], "count": [227]}, "actions": {"min": [-0.5637171268463135, -1.7905703783035278, -0.9210262894630432, -0.23128913342952728, -0.16647569835186005, -0.089838407933712, -1.0], "max": [0.6261019706726074, 0.7172612547874451, 0.3485737442970276, 0.26314857602119446, 0.26616284251213074, 0.2292991280555725, 1.0], "mean": [0.09774952381849289, -0.08501914888620377, -0.042183198034763336, -0.0038416937459260225, 0.005009280517697334, 0.003046603174880147, 0.05726872384548187], "std": [0.16774149239063263, 0.3277859091758728, 0.20007309317588806, 0.05215799808502197, 0.05302698165178299, 0.04387231171131134, 0.998360276222229], "count": [227]}, "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": [1214], "max": [1214], "mean": [1214.0], "std": [0.0], "count": [227]}, "index": {"min": [379274], "max": [379500], "mean": [379387.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [227]}}} +{"episode_index": 1215, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4025795449649587]], [[0.37923122690238203]], [[0.3473361439424403]]], "std": [[[0.26206080489572886]], [[0.24411195143845318]], [[0.22906447084859022]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.4602712432262944]], [[0.43296753946940103]], [[0.3831229218127681]]], "std": [[[0.2565549850710719]], [[0.23495261215162333]], [[0.20972385029677476]]], "count": [100]}, "state": {"min": [-0.24736815690994263, -0.3683565557003021, 0.954322338104248, 2.9121837615966797, -0.11366823315620422, -0.1131855919957161, 0.0023963446728885174, -0.039873991161584854], "max": [-0.015213670209050179, 0.2132643312215805, 1.2440288066864014, 3.346512794494629, 0.1793367862701416, 0.11607519537210464, 0.04000960662961006, -0.00254314998164773], "mean": [-0.13940060138702393, -0.048963334411382675, 1.1736326217651367, 3.14978289604187, -0.02721046656370163, 0.008334673941135406, 0.016665110364556313, -0.01664748601615429], "std": [0.07768826931715012, 0.22183705866336823, 0.08011428266763687, 0.15650226175785065, 0.06828582286834717, 0.06913947314023972, 0.01761021837592125, 0.017441729083657265], "count": [279]}, "actions": {"min": [-0.6907923221588135, -1.2081207036972046, -0.6016464829444885, -0.21148978173732758, -0.12201239913702011, -0.10526080429553986, -1.0], "max": [0.5472725629806519, 0.970637857913971, 0.44215482473373413, 0.1752883642911911, 0.16586168110370636, 0.16883504390716553, 1.0], "mean": [0.0022312805522233248, -0.1021931990981102, -0.06315277516841888, -0.008213521912693977, 0.004012206569314003, 0.004069392569363117, 0.24731183052062988], "std": [0.17963024973869324, 0.3171866834163666, 0.1877022087574005, 0.04744860157370567, 0.045846715569496155, 0.04037278890609741, 0.9689371585845947], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [1215], "max": [1215], "mean": [1215.0], "std": [0.0], "count": [279]}, "index": {"min": [379501], "max": [379779], "mean": [379640.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [279]}}} +{"episode_index": 1216, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4075153575224035]], [[0.38320164519665284]], [[0.35052750651041664]]], "std": [[[0.2622200360481135]], [[0.2434023404723151]], [[0.2273624825170644]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.46707611143822764]], [[0.43937374937768076]], [[0.38902856684666054]]], "std": [[[0.2549203190721572]], [[0.23307157740876136]], [[0.20761005702169313]]], "count": [100]}, "state": {"min": [-0.24766109883785248, -0.3760865330696106, 0.9742991924285889, 2.87353777885437, -0.12799498438835144, -0.03429407253861427, 0.0020769257098436356, -0.04000350460410118], "max": [-0.009560134261846542, 0.21766240894794464, 1.2639329433441162, 3.3189783096313477, 0.16105541586875916, 0.24413618445396423, 0.03999984636902809, -0.0022336302790790796], "mean": [-0.1391286998987198, -0.05934731662273407, 1.1453101634979248, 3.077998399734497, 0.017483793199062347, 0.10002604871988297, 0.016301486641168594, -0.01637083850800991], "std": [0.07450370490550995, 0.2312079221010208, 0.07961014658212662, 0.13533450663089752, 0.07848118990659714, 0.07122498005628586, 0.01769723743200302, 0.017553316429257393], "count": [303]}, "actions": {"min": [-0.515011191368103, -1.0133951902389526, -0.5725426077842712, -0.3017030954360962, -0.22017499804496765, -0.14419902861118317, -1.0], "max": [1.109326720237732, 0.6858472228050232, 0.4427764117717743, 0.2532905340194702, 0.21750177443027496, 0.22845642268657684, 1.0], "mean": [-0.002496328204870224, -0.09580593556165695, -0.04299179092049599, -0.005293842405080795, 0.00010690392809920013, 0.004673335701227188, 0.2541254162788391], "std": [0.1892963945865631, 0.28311392664909363, 0.16556821763515472, 0.06695203483104706, 0.047345783561468124, 0.03742186352610588, 0.9671738147735596], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [1216], "max": [1216], "mean": [1216.0], "std": [0.0], "count": [303]}, "index": {"min": [379780], "max": [380082], "mean": [379931.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [303]}}} +{"episode_index": 1217, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.407548921472886]], [[0.3836347829781327]], [[0.35129004085765164]]], "std": [[[0.262010645564317]], [[0.24359988432241428]], [[0.22811464641145426]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46391146072686884]], [[0.4357431873994715]], [[0.3874279497931985]]], "std": [[[0.25778859061732495]], [[0.23592644273170682]], [[0.21027031268791088]]], "count": [100]}, "state": {"min": [-0.21552596986293793, -0.3694523274898529, 0.9821128845214844, 2.803842306137085, -0.15295064449310303, -0.060985319316387177, 0.002395249204710126, -0.03991452977061272], "max": [-0.00915950071066618, 0.22132627665996552, 1.27060866355896, 3.314937114715576, 0.21559523046016693, 0.11368998140096664, 0.040012240409851074, -0.0026580318808555603], "mean": [-0.11901482939720154, -0.05111473798751831, 1.1673203706741333, 3.1120102405548096, -0.013896724209189415, 0.0056969234719872475, 0.01596107706427574, -0.01611640676856041], "std": [0.0692427009344101, 0.22225616872310638, 0.07764317095279694, 0.15222249925136566, 0.09002478420734406, 0.04382887855172157, 0.017337704077363014, 0.01715044118463993], "count": [238]}, "actions": {"min": [-0.4529164731502533, -1.173964500427246, -0.7071186304092407, -0.19190219044685364, -0.1651461273431778, -0.0882139727473259, -1.0], "max": [0.5761038661003113, 0.725156307220459, 0.6473970413208008, 0.35869312286376953, 0.15968386828899384, 0.24076347053050995, 1.0], "mean": [0.003047425299882889, -0.12621702253818512, -0.06640983372926712, -0.012925071641802788, 0.007754919584840536, 0.004265926778316498, 0.27731093764305115], "std": [0.18687120079994202, 0.349880188703537, 0.21229293942451477, 0.053462471812963486, 0.052823908627033234, 0.03762347251176834, 0.9607799649238586], "count": [238]}, "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": [1217], "max": [1217], "mean": [1217.0], "std": [0.0], "count": [238]}, "index": {"min": [380083], "max": [380320], "mean": [380201.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [238]}}} +{"episode_index": 1218, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40733132036994485]], [[0.38320851225011493]], [[0.3506064991670496]]], "std": [[[0.2623221854643413]], [[0.24379695761644282]], [[0.22790326676840902]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.457338103649663]], [[0.431552480061849]], [[0.3820649665383732]]], "std": [[[0.25789858684990086]], [[0.2374293715167443]], [[0.20988675152188052]]], "count": [100]}, "state": {"min": [-0.1920710802078247, -0.33233392238616943, 0.9945535063743591, 2.7751753330230713, -0.023557519540190697, 0.043484561145305634, 0.001359336543828249, -0.04000870883464813], "max": [-0.0036741483490914106, 0.2018757313489914, 1.2417643070220947, 3.1394479274749756, 0.17557913064956665, 0.1747875064611435, 0.03988077491521835, -0.0037770047783851624], "mean": [-0.10449470579624176, -0.002131083980202675, 1.1620036363601685, 2.9928250312805176, 0.059770625084638596, 0.09380916506052017, 0.020251568406820297, -0.022274281829595566], "std": [0.06267759948968887, 0.1908692568540573, 0.06397987902164459, 0.11024531722068787, 0.046568017452955246, 0.03692003712058067, 0.017964348196983337, 0.016551194712519646], "count": [251]}, "actions": {"min": [-0.39005187153816223, -1.1534783840179443, -0.7492600083351135, -0.2202499359846115, -0.11855529248714447, -0.11822830140590668, -1.0], "max": [0.615963339805603, 0.877156674861908, 0.3804986774921417, 0.24102485179901123, 0.18819911777973175, 0.21987533569335938, 1.0], "mean": [0.006853808648884296, -0.09811794757843018, -0.057524316012859344, -0.008332219906151295, 0.0031982879154384136, 0.0005711095873266459, 0.043824702501297], "std": [0.1656266748905182, 0.340648889541626, 0.19161438941955566, 0.04986855387687683, 0.04550742730498314, 0.04206393286585808, 0.9990401268005371], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [1218], "max": [1218], "mean": [1218.0], "std": [0.0], "count": [251]}, "index": {"min": [380321], "max": [380571], "mean": [380446.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [251]}}} +{"episode_index": 1219, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4061067600624234]], [[0.3818452914368873]], [[0.34962349745806526]]], "std": [[[0.26253998397104455]], [[0.2439552935888639]], [[0.22795107697002]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.47348112936580883]], [[0.44737759698606006]], [[0.39584256460152417]]], "std": [[[0.25800374773867696]], [[0.23745167479484186]], [[0.2119321260713563]]], "count": [100]}, "state": {"min": [-0.2289060801267624, -0.3788703680038452, 0.9566656947135925, 2.8935611248016357, -0.10402022302150726, 0.024859117344021797, 0.0023368040565401316, -0.04000803083181381], "max": [-0.01597278006374836, 0.20125485956668854, 1.224503993988037, 3.1231603622436523, 0.15427571535110474, 0.2793348431587219, 0.03986841440200806, -0.0027537138666957617], "mean": [-0.11138301342725754, -0.06076603755354881, 1.1446762084960938, 3.020667314529419, 0.03592176362872124, 0.11290638893842697, 0.015631932765245438, -0.015914445742964745], "std": [0.07290347665548325, 0.22541755437850952, 0.07501394301652908, 0.055938489735126495, 0.062251340597867966, 0.07031797617673874, 0.017265919595956802, 0.017151013016700745], "count": [270]}, "actions": {"min": [-0.5490727424621582, -1.09088134765625, -0.5710110664367676, -0.2530612647533417, -0.13946960866451263, -0.1136099249124527, -1.0], "max": [0.587449848651886, 0.7807466387748718, 0.30504727363586426, 0.29289233684539795, 0.22217220067977905, 0.10168860852718353, 1.0], "mean": [-0.005002208985388279, -0.11902252584695816, -0.06615129113197327, -0.005084311589598656, -0.0019102953374385834, 0.005828328896313906, 0.29629629850387573], "std": [0.16855017840862274, 0.29679083824157715, 0.146131694316864, 0.05480731651186943, 0.04728362709283829, 0.035692308098077774, 0.9550942778587341], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1219], "max": [1219], "mean": [1219.0], "std": [0.0], "count": [270]}, "index": {"min": [380572], "max": [380841], "mean": [380706.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1220, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.40882435159122243]], [[0.38461829989564184]], [[0.35230930223651963]]], "std": [[[0.26158713721711496]], [[0.2432958025171792]], [[0.22798713395892312]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.45944026154162837]], [[0.4329815165201823]], [[0.3818624381271063]]], "std": [[[0.245827566940475]], [[0.22558830156373869]], [[0.2008713612408768]]], "count": [100]}, "state": {"min": [-0.25898298621177673, -0.3527126908302307, 0.9898545742034912, 2.7689497470855713, -0.14494720101356506, -0.02402636781334877, 0.0022297981195151806, -0.040085844695568085], "max": [-0.02137601003050804, 0.22995170950889587, 1.23739755153656, 3.287327766418457, 0.09755796194076538, 0.06267855316400528, 0.04000365361571312, -0.0025921445339918137], "mean": [-0.14371280372142792, -0.0669265016913414, 1.1663786172866821, 3.0515048503875732, -0.025878138840198517, 0.023565568029880524, 0.01326829008758068, -0.013485316187143326], "std": [0.08543019741773605, 0.23573437333106995, 0.0740511566400528, 0.1669480949640274, 0.06440906971693039, 0.02239523082971573, 0.01646590605378151, 0.01629796251654625], "count": [280]}, "actions": {"min": [-0.5147829651832581, -1.264859676361084, -0.6077341437339783, -0.13468123972415924, -0.12813760340213776, -0.07802612334489822, -1.0], "max": [0.9010596871376038, 0.6318949460983276, 0.5305558443069458, 0.13985134661197662, 0.08231281489133835, 0.09518242627382278, 1.0], "mean": [-0.02276986464858055, -0.12603068351745605, -0.06601110100746155, -0.012241887860000134, 0.0010333837708458304, -0.0012871215585619211, 0.4214285612106323], "std": [0.16378413140773773, 0.2746545672416687, 0.1685614138841629, 0.032227758318185806, 0.03283257409930229, 0.024033859372138977, 0.9068627953529358], "count": [280]}, "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": [1220], "max": [1220], "mean": [1220.0], "std": [0.0], "count": [280]}, "index": {"min": [380842], "max": [381121], "mean": [380981.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [280]}}} +{"episode_index": 1221, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4055828863405714]], [[0.384538849475337]], [[0.3542736822390089]]], "std": [[[0.26432159639813146]], [[0.24843717778950572]], [[0.2351460039240788]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5678608159083947]], [[0.5318284014533549]], [[0.49056679101083794]]], "std": [[[0.2586750805395931]], [[0.23249237717773602]], [[0.20594686603467866]]], "count": [100]}, "state": {"min": [-0.1957308053970337, -0.17666317522525787, 0.9249861240386963, 2.8428783416748047, -0.12556429207324982, -0.09008584916591644, 0.0017189886420965195, -0.040170617401599884], "max": [0.15078198909759521, 0.05097458139061928, 1.2266478538513184, 3.2553179264068604, 0.07641267776489258, -0.006717760115861893, 0.04020538181066513, -0.0021369352471083403], "mean": [0.09977157413959503, -0.005231679882854223, 1.096306562423706, 3.139659881591797, 5.809113645227626e-05, -0.045626770704984665, 0.02841252088546753, -0.028423314914107323], "std": [0.08024609088897705, 0.06402380019426346, 0.09525445103645325, 0.11398174613714218, 0.05173300579190254, 0.02220364660024643, 0.016970014199614525, 0.016887027770280838], "count": [308]}, "actions": {"min": [-0.3006129264831543, -1.0907403230667114, -0.6404420733451843, -0.33312326669692993, -0.10935836285352707, -0.08927036821842194, -1.0], "max": [0.9008303880691528, 0.5660706758499146, 0.8345824480056763, 0.26387324929237366, 0.13060380518436432, 0.14975620806217194, 1.0], "mean": [0.08703141659498215, -0.04447485879063606, -0.0081533407792449, -0.006584383547306061, -0.00020568256149999797, 0.0014593435917049646, -0.3961038887500763], "std": [0.1898341029882431, 0.20687386393547058, 0.22320249676704407, 0.05186209827661514, 0.03556426614522934, 0.031248698011040688, 0.9182060360908508], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [1221], "max": [1221], "mean": [1221.0], "std": [0.0], "count": [308]}, "index": {"min": [381122], "max": [381429], "mean": [381275.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [308]}}} +{"episode_index": 1222, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4087876838235294]], [[0.38648008937461703]], [[0.354654956892425]]], "std": [[[0.2650460263675787]], [[0.24751459631417067]], [[0.2325450310086545]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.554518311145259]], [[0.5183064563227635]], [[0.47653267235849417]]], "std": [[[0.2716270745334663]], [[0.2445373393581437]], [[0.21722202374086141]]], "count": [100]}, "state": {"min": [-0.17098519206047058, -0.18495041131973267, 0.9266032576560974, 2.8735692501068115, -0.04594023525714874, -0.07051877677440643, 0.002563322428613901, -0.0400024838745594], "max": [0.13484522700309753, 0.05225053429603577, 1.241079568862915, 3.2096266746520996, 0.21403852105140686, 0.07282038778066635, 0.04000382497906685, -0.002830397104844451], "mean": [0.07266499102115631, -0.015228782780468464, 1.1093214750289917, 3.105804443359375, 0.07920040935277939, -0.011090457439422607, 0.025772051885724068, -0.025841951370239258], "std": [0.08093035966157913, 0.07288982719182968, 0.0916379913687706, 0.08351050317287445, 0.07498611509799957, 0.03187510743737221, 0.01748090796172619, 0.017373496666550636], "count": [262]}, "actions": {"min": [-0.6339760422706604, -1.0492439270019531, -0.7618364095687866, -0.166372150182724, -0.144218310713768, -0.11416976898908615, -1.0], "max": [0.7081882953643799, 0.5241413116455078, 0.8973486423492432, 0.1662452071905136, 0.131304070353508, 0.10091705620288849, 1.0], "mean": [0.08503205329179764, -0.04910381883382797, -0.0062001608312129974, -0.004184904508292675, -0.0025826154742389917, 0.00039202769403345883, -0.23664122819900513], "std": [0.20184296369552612, 0.19247211515903473, 0.26747316122055054, 0.051056619733572006, 0.04550173878669739, 0.03796592727303505, 0.9715973734855652], "count": [262]}, "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": [1222], "max": [1222], "mean": [1222.0], "std": [0.0], "count": [262]}, "index": {"min": [381430], "max": [381691], "mean": [381560.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [262]}}} +{"episode_index": 1223, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40967590511546415]], [[0.3876835297229243]], [[0.3564102142932368]]], "std": [[[0.26447396516638727]], [[0.24750855410295872]], [[0.2332288773353004]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5749988331514246]], [[0.5373318140366499]], [[0.4945109205058977]]], "std": [[[0.25986673866848414]], [[0.2332876308239802]], [[0.20647565141163082]]], "count": [100]}, "state": {"min": [-0.182774156332016, -0.19948197901248932, 0.9188592433929443, 2.8814048767089844, -0.08730333298444748, -0.038440387696027756, 0.0023629069328308105, -0.040000125765800476], "max": [0.14184892177581787, 0.041054222732782364, 1.2100765705108643, 3.192502975463867, 0.0735999271273613, 0.034241896122694016, 0.040003009140491486, -0.0025720796547830105], "mean": [0.09065200388431549, -0.01362783182412386, 1.114279866218567, 3.1188786029815674, 0.016008412465453148, -0.0038189422339200974, 0.02715166285634041, -0.027185838669538498], "std": [0.08141978085041046, 0.07212920486927032, 0.09048619121313095, 0.07912556082010269, 0.0407160259783268, 0.02044149674475193, 0.017296528443694115, 0.017236795276403427], "count": [320]}, "actions": {"min": [-0.30994713306427, -0.8571458458900452, -0.6978216767311096, -0.2220025211572647, -0.11805073916912079, -0.15370915830135345, -1.0], "max": [0.6523634195327759, 0.37556275725364685, 0.7823061347007751, 0.23505519330501556, 0.12595048546791077, 0.06890010833740234, 1.0], "mean": [0.08306799083948135, -0.045163560658693314, -0.018378302454948425, -0.006177543196827173, 0.0016564714023843408, -0.0013125709956511855, -0.3187499940395355], "std": [0.16112105548381805, 0.17880667746067047, 0.20977482199668884, 0.04777808114886284, 0.037020549178123474, 0.02904747799038887, 0.9478397369384766], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [1223], "max": [1223], "mean": [1223.0], "std": [0.0], "count": [320]}, "index": {"min": [381692], "max": [382011], "mean": [381851.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [320]}}} +{"episode_index": 1224, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4117510423847273]], [[0.3892022585401348]], [[0.3571380387848499]]], "std": [[[0.2668366400318438]], [[0.24916408952314054]], [[0.23434600296651267]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5708134657915901]], [[0.5349245431937423]], [[0.4933128033806296]]], "std": [[[0.26014641937414734]], [[0.233181871935125]], [[0.20656549814247188]]], "count": [100]}, "state": {"min": [-0.18874751031398773, -0.18467818200588226, 0.9246276617050171, 2.9180068969726562, -0.05595497786998749, -0.05882743373513222, 0.001824385835789144, -0.04000558704137802], "max": [0.13667282462120056, 0.037927523255348206, 1.2016602754592896, 3.230661153793335, 0.13523977994918823, 0.05255156382918358, 0.039942339062690735, -0.002068321453407407], "mean": [0.07599858939647675, -0.021399255841970444, 1.1029300689697266, 3.0640647411346436, 0.02319708839058876, -0.018038276582956314, 0.025814242660999298, -0.025902388617396355], "std": [0.07670794427394867, 0.07170779258012772, 0.08292140066623688, 0.06750622391700745, 0.06222580745816231, 0.024012820795178413, 0.017732758074998856, 0.0176581721752882], "count": [243]}, "actions": {"min": [-0.4769830107688904, -1.0548648834228516, -0.7718240022659302, -0.13246898353099823, -0.1632404923439026, -0.17220424115657806, -1.0], "max": [0.8137820363044739, 0.30376383662223816, 1.0804308652877808, 0.10619685798883438, 0.15212146937847137, 0.11127222329378128, 1.0], "mean": [0.09816596657037735, -0.05625609681010246, -0.02204025350511074, -0.007646865677088499, -0.00196893815882504, 0.0018704542890191078, -0.25925925374031067], "std": [0.20003266632556915, 0.1944894641637802, 0.2704858183860779, 0.04120676591992378, 0.04571625590324402, 0.03875628113746643, 0.9658083319664001], "count": [243]}, "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": [1224], "max": [1224], "mean": [1224.0], "std": [0.0], "count": [243]}, "index": {"min": [382012], "max": [382254], "mean": [382133.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [243]}}} +{"episode_index": 1225, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4079232207653569]], [[0.3863272064807369]], [[0.35550968185125614]]], "std": [[[0.26596551772157845]], [[0.24904887846229082]], [[0.2347704217689199]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.572353006400314]], [[0.5363512812595742]], [[0.4945793588675705]]], "std": [[[0.25526653312264075]], [[0.22841809726254114]], [[0.20175629377138946]]], "count": [100]}, "state": {"min": [-0.17820559442043304, -0.1948123574256897, 0.924791157245636, 2.8189644813537598, -0.09702780842781067, 0.01532837562263012, 0.00148191605694592, -0.04001021385192871], "max": [0.14437079429626465, 0.056998688727617264, 1.2185485363006592, 3.085738182067871, 0.11898338794708252, 0.16125823557376862, 0.03984374180436134, -0.0019325767643749714], "mean": [0.09263374656438828, -0.024818403646349907, 1.0990184545516968, 2.9825406074523926, 0.041992101818323135, 0.09584344923496246, 0.02402237430214882, -0.024326860904693604], "std": [0.07717490941286087, 0.08115068823099136, 0.09023846685886383, 0.06728267669677734, 0.0638028159737587, 0.03533324599266052, 0.01819184049963951, 0.018144261091947556], "count": [260]}, "actions": {"min": [-0.4843941330909729, -0.9707760810852051, -1.0781984329223633, -0.15755124390125275, -0.13593347370624542, -0.11382831633090973, -1.0], "max": [0.9202263355255127, 0.37760594487190247, 0.8739169836044312, 0.18674558401107788, 0.11452090740203857, 0.09405062347650528, 1.0], "mean": [0.09287068992853165, -0.05611142888665199, -0.024090182036161423, -0.007134219165891409, 0.0003735309874173254, 0.0008504189900122583, -0.17692308127880096], "std": [0.21457746624946594, 0.1644168645143509, 0.2829223871231079, 0.04134993627667427, 0.04247939586639404, 0.029218561947345734, 0.9842244386672974], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [1225], "max": [1225], "mean": [1225.0], "std": [0.0], "count": [260]}, "index": {"min": [382255], "max": [382514], "mean": [382384.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [260]}}} +{"episode_index": 1226, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4163278436204151]], [[0.3877804576562411]], [[0.35530314378090444]]], "std": [[[0.26483788899516]], [[0.2434765024558304]], [[0.22593839539044583]]], "count": [172]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.984313725490196]], [[0.9294117647058824]]], "mean": [[[0.5035892523101514]], [[0.4682182099794178]], [[0.4318061578127004]]], "std": [[[0.285467795423492]], [[0.25774064190176965]], [[0.23117137652032035]]], "count": [172]}, "state": {"min": [-0.2510225176811218, -0.26137709617614746, 0.9483492970466614, 3.0574047565460205, -0.4770985245704651, -1.3225996494293213, 0.014893176034092903, -0.040170446038246155], "max": [0.13923633098602295, 0.1091616302728653, 1.2531850337982178, 3.657935619354248, 0.3247959017753601, 0.8914777636528015, 0.04002062603831291, -0.011713766492903233], "mean": [-0.08821750432252884, -0.09159061312675476, 1.119660496711731, 3.352447509765625, -0.059141844511032104, -0.030157631263136864, 0.03148115053772926, -0.031209154054522514], "std": [0.12751127779483795, 0.1061355248093605, 0.06660197675228119, 0.14236332476139069, 0.1706015020608902, 0.6085956692695618, 0.010115615092217922, 0.01102980226278305], "count": [958]}, "actions": {"min": [-1.0548080205917358, -1.1410259008407593, -0.7032293081283569, -0.37075191736221313, -0.22235436737537384, -0.6246950030326843, -1.0], "max": [0.7516557574272156, 0.8636226058006287, 0.8409450054168701, 0.3087346851825714, 0.3180738389492035, 0.48333990573883057, 1.0], "mean": [0.006775206420570612, -0.0018498949939385056, -0.004492152016609907, -0.0010839753085747361, -0.00573394913226366, -3.918759466614574e-05, -0.05010438337922096], "std": [0.1971050500869751, 0.21568329632282257, 0.16996772587299347, 0.05161736160516739, 0.04937064275145531, 0.10058638453483582, 0.998741865158081], "count": [958]}, "timestamp": {"min": [0.0], "max": [95.7], "mean": [47.849999999999994], "std": [27.65506282762706], "count": [958]}, "frame_index": {"min": [0], "max": [957], "mean": [478.5], "std": [276.5506282762706], "count": [958]}, "episode_index": {"min": [1226], "max": [1226], "mean": [1226.0], "std": [0.0], "count": [958]}, "index": {"min": [382515], "max": [383472], "mean": [382993.5], "std": [276.5506282762706], "count": [958]}, "task_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [958]}}} +{"episode_index": 1227, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4137409298602697]], [[0.38546693669283455]], [[0.3529392279830633]]], "std": [[[0.2668623663928557]], [[0.24515917815489463]], [[0.22745451449376286]]], "count": [176]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.4956308154073841]], [[0.46124521279292524]], [[0.42575018673657095]]], "std": [[[0.2940648033870059]], [[0.26665159724857024]], [[0.23998995537819431]]], "count": [176]}, "state": {"min": [-0.21745863556861877, -0.21866567432880402, 0.9682983160018921, 3.017432689666748, -0.21475625038146973, -1.2709797620773315, 0.011205365881323814, -0.04000448063015938], "max": [0.13625352084636688, 0.09075374901294708, 1.2250299453735352, 3.5699822902679443, 0.4621281027793884, 1.480344533920288, 0.04026166722178459, -0.012967925518751144], "mean": [-0.030072346329689026, -0.06309238076210022, 1.1235947608947754, 3.268608570098877, 0.12653696537017822, 0.336534321308136, 0.027845989912748337, -0.02856409177184105], "std": [0.1040903851389885, 0.08821925520896912, 0.0658787190914154, 0.13685904443264008, 0.17809702455997467, 0.8707118034362793, 0.011226617731153965, 0.0114462124183774], "count": [992]}, "actions": {"min": [-0.7889152765274048, -0.9758892059326172, -0.5355478525161743, -0.21539752185344696, -0.4327849745750427, -0.7504661083221436, -1.0], "max": [0.6449114084243774, 0.6928418278694153, 0.7083099484443665, 0.2536354660987854, 0.4811524450778961, 0.41151097416877747, 1.0], "mean": [0.012207377701997757, 0.008756034076213837, -0.004289210774004459, 0.0025817889254540205, -0.0038947935681790113, 0.00029176424141041934, 0.1572580635547638], "std": [0.16302825510501862, 0.18484967947006226, 0.15941675007343292, 0.055405016988515854, 0.06192696467041969, 0.11476221680641174, 0.9875539541244507], "count": [992]}, "timestamp": {"min": [0.0], "max": [99.1], "mean": [49.55], "std": [28.63655880164375], "count": [992]}, "frame_index": {"min": [0], "max": [991], "mean": [495.5], "std": [286.36558801643747], "count": [992]}, "episode_index": {"min": [1227], "max": [1227], "mean": [1227.0], "std": [0.0], "count": [992]}, "index": {"min": [383473], "max": [384464], "mean": [383968.5], "std": [286.36558801643747], "count": [992]}, "task_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [992]}}} +{"episode_index": 1228, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4155971736248117]], [[0.38719399753426204]], [[0.35446374254070656]]], "std": [[[0.2675608531608012]], [[0.24626915888765552]], [[0.22922149672133665]]], "count": [157]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9254901960784314]]], "mean": [[[0.5113826263378187]], [[0.47633007893300877]], [[0.43955099735424374]]], "std": [[[0.28738233906434674]], [[0.25805564161873523]], [[0.23127765353378113]]], "count": [157]}, "state": {"min": [-0.2683368921279907, -0.16462278366088867, 0.9479470252990723, 2.9978482723236084, -0.482931524515152, -1.2385506629943848, 0.011593888513743877, -0.04009375721216202], "max": [0.12672170996665955, 0.12550190091133118, 1.1560313701629639, 3.5537750720977783, 0.15354718267917633, 1.056378722190857, 0.04000275209546089, -0.012642640620470047], "mean": [-0.08828242868185043, -0.039622996002435684, 1.0710326433181763, 3.150803804397583, -0.18899789452552795, 0.056193068623542786, 0.027409283444285393, -0.028704622760415077], "std": [0.1094323992729187, 0.09701525419950485, 0.040737494826316833, 0.11852562427520752, 0.14444556832313538, 0.7007855176925659, 0.011876611039042473, 0.012233497574925423], "count": [848]}, "actions": {"min": [-0.7429693937301636, -0.9528258442878723, -0.6925442218780518, -0.36936017870903015, -0.2636512219905853, -0.7760639190673828, -1.0], "max": [0.531871497631073, 0.7327553629875183, 0.8256137371063232, 0.30576661229133606, 0.44732344150543213, 0.6192939877510071, 1.0], "mean": [0.0290085282176733, -0.011469874531030655, 0.009306645952165127, -0.0006782773998565972, -0.003577185794711113, 0.0009723848197609186, 0.17688679695129395], "std": [0.15732888877391815, 0.18824724853038788, 0.15014426410198212, 0.0603049136698246, 0.06051916629076004, 0.11975344270467758, 0.9842311143875122], "count": [848]}, "timestamp": {"min": [0.0], "max": [84.7], "mean": [42.35], "std": [24.479634392694674], "count": [848]}, "frame_index": {"min": [0], "max": [847], "mean": [423.5], "std": [244.79634392694675], "count": [848]}, "episode_index": {"min": [1228], "max": [1228], "mean": [1228.0], "std": [0.0], "count": [848]}, "index": {"min": [384465], "max": [385312], "mean": [384888.5], "std": [244.79634392694675], "count": [848]}, "task_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [848]}}} +{"episode_index": 1229, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40190667943101843]], [[0.3737322567649659]], [[0.34085635332607456]]], "std": [[[0.2669233403028019]], [[0.2445321216937075]], [[0.2263633031678256]]], "count": [109]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9803921568627451]], [[0.8980392156862745]]], "mean": [[[0.37901840196236536]], [[0.3538371827752926]], [[0.3273231480271294]]], "std": [[[0.28528973460854096]], [[0.2534737275287322]], [[0.22492531391481188]]], "count": [109]}, "state": {"min": [-0.20654597878456116, -0.12333294004201889, 0.9247274994850159, 3.0414273738861084, -0.18933716416358948, -1.4385348558425903, 0.011380670592188835, -0.03996188938617706], "max": [-0.0951426774263382, 0.09921075403690338, 1.1845821142196655, 3.4581222534179688, 0.0936041995882988, 1.1700401306152344, 0.040005557239055634, -0.010828094556927681], "mean": [-0.15108934044837952, 0.020212626084685326, 1.068808913230896, 3.252674102783203, 0.01914072409272194, -0.34971705079078674, 0.02295943722128868, -0.022593775764107704], "std": [0.025674717500805855, 0.06591060757637024, 0.06846337020397186, 0.07392141222953796, 0.04538067802786827, 0.9460750818252563, 0.013657331466674805, 0.013936341740190983], "count": [524]}, "actions": {"min": [-0.2345014363527298, -0.6381422281265259, -0.5139287710189819, -0.15988007187843323, -0.136343851685524, -0.36050844192504883, -1.0], "max": [0.32325196266174316, 0.833214282989502, 0.45205652713775635, 0.15272235870361328, 0.14780037105083466, 0.4568495452404022, 1.0], "mean": [0.023420976474881172, 0.0041162860579788685, -0.009283624589443207, 0.006785267032682896, -0.002663609804585576, 0.01912892796099186, 0.22519083321094513], "std": [0.07356397807598114, 0.15265817940235138, 0.13769076764583588, 0.03986378759145737, 0.03943050280213356, 0.1023520827293396, 0.9743192195892334], "count": [524]}, "timestamp": {"min": [0.0], "max": [52.3], "mean": [26.150000000000002], "std": [15.126549507405844], "count": [524]}, "frame_index": {"min": [0], "max": [523], "mean": [261.5], "std": [151.26549507405844], "count": [524]}, "episode_index": {"min": [1229], "max": [1229], "mean": [1229.0], "std": [0.0], "count": [524]}, "index": {"min": [385313], "max": [385836], "mean": [385574.5], "std": [151.26549507405844], "count": [524]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [524]}}} +{"episode_index": 1230, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4051456068958391]], [[0.37724063829541254]], [[0.344113624338481]]], "std": [[[0.26663543539433354]], [[0.24398783834079313]], [[0.22567827063470555]]], "count": [106]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.8823529411764706]]], "mean": [[[0.39404448559669664]], [[0.36858473596773983]], [[0.33981336790501876]]], "std": [[[0.2902259480290286]], [[0.25824308435913357]], [[0.2291835438457632]]], "count": [106]}, "state": {"min": [-0.2138955146074295, -0.09296157211065292, 0.9352924227714539, 2.9244637489318848, -0.2785881459712982, -1.2934832572937012, 0.011703629978001118, -0.04000900313258171], "max": [-0.03448088839650154, 0.0974561795592308, 1.1828182935714722, 3.3246235847473145, 0.14474110305309296, 1.1253025531768799, 0.03998174890875816, -0.01114110741764307], "mean": [-0.12303081899881363, 0.018932435661554337, 1.0708616971969604, 3.112887382507324, -0.03367309644818306, -0.325795441865921, 0.02492167241871357, -0.024826064705848694], "std": [0.04610033333301544, 0.06518589705228806, 0.06856265664100647, 0.09337067604064941, 0.08503077179193497, 0.8946940302848816, 0.013576658442616463, 0.01369443628937006], "count": [503]}, "actions": {"min": [-0.442911833524704, -0.6229953169822693, -0.48657888174057007, -0.16811050474643707, -0.2667198181152344, -0.5906475186347961, -1.0], "max": [0.36912965774536133, 0.8362414240837097, 1.3720967769622803, 0.2533642649650574, 0.1461578905582428, 0.5759008526802063, 1.0], "mean": [0.034483276307582855, 0.008192348293960094, -0.0052972533740103245, 0.0035036832559853792, -0.0020957246888428926, 0.020498095080256462, 0.11332008242607117], "std": [0.08748587220907211, 0.14406795799732208, 0.14355307817459106, 0.045417532324790955, 0.0497254878282547, 0.11885955929756165, 0.9935567378997803], "count": [503]}, "timestamp": {"min": [0.0], "max": [50.2], "mean": [25.099999999999998], "std": [14.520330574749321], "count": [503]}, "frame_index": {"min": [0], "max": [502], "mean": [251.0], "std": [145.20330574749323], "count": [503]}, "episode_index": {"min": [1230], "max": [1230], "mean": [1230.0], "std": [0.0], "count": [503]}, "index": {"min": [385837], "max": [386339], "mean": [386088.0], "std": [145.20330574749323], "count": [503]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [503]}}} +{"episode_index": 1231, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4056972261316636]], [[0.3771010239545037]], [[0.34338405055625765]]], "std": [[[0.2671603386151863]], [[0.24440318399381952]], [[0.22593337971438124]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9450980392156862]], [[0.8470588235294118]]], "mean": [[[0.3531017276539522]], [[0.3308372335994945]], [[0.3057666619992724]]], "std": [[[0.283076207285526]], [[0.2507396439316838]], [[0.2236084822161519]]], "count": [100]}, "state": {"min": [-0.2188115268945694, -0.035463277250528336, 0.9220131039619446, 2.9153878688812256, -0.10854515433311462, -1.2991966009140015, 0.012351328507065773, -0.040008388459682465], "max": [-0.12962619960308075, 0.11494024097919464, 1.1614296436309814, 3.470668315887451, 0.0755193829536438, 0.5648220181465149, 0.04000864177942276, -0.011413898319005966], "mean": [-0.16168490052223206, 0.02998199686408043, 1.0760849714279175, 3.1397740840911865, -0.008388918824493885, -0.5037599802017212, 0.025365222245454788, -0.025195803493261337], "std": [0.020995793864130974, 0.03921025991439819, 0.06298528611660004, 0.13925839960575104, 0.0645187646150589, 0.675635576248169, 0.013068544678390026, 0.013280479237437248], "count": [400]}, "actions": {"min": [-0.33318811655044556, -0.4516505300998688, -0.6668344736099243, -0.140557661652565, -0.16910545527935028, -0.36289870738983154, -1.0], "max": [0.28458094596862793, 0.6338106393814087, 0.5936102867126465, 0.21871641278266907, 0.15544967353343964, 0.3600553572177887, 1.0], "mean": [0.023227425292134285, 0.024279126897454262, -0.005201175808906555, 0.005750209093093872, -0.0018315702909603715, 0.011872795410454273, 0.125], "std": [0.07454076409339905, 0.1427445262670517, 0.159663125872612, 0.04233250021934509, 0.04022099822759628, 0.11156241595745087, 0.9921567440032959], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [1231], "max": [1231], "mean": [1231.0], "std": [0.0], "count": [400]}, "index": {"min": [386340], "max": [386739], "mean": [386539.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [400]}}} +{"episode_index": 1232, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4054736177964515]], [[0.37712319303873154]], [[0.3437572432675716]]], "std": [[[0.2673010156064868]], [[0.24478347792624175]], [[0.2265294138309212]]], "count": [106]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9490196078431372]], [[0.8862745098039215]]], "mean": [[[0.3739672334468501]], [[0.3492904211475458]], [[0.32257169101840694]]], "std": [[[0.2836786987783204]], [[0.2509530699740805]], [[0.22283891618324544]]], "count": [106]}, "state": {"min": [-0.22978389263153076, -0.10098785907030106, 0.9380042552947998, 2.9065895080566406, -0.3068600594997406, -1.4561253786087036, 0.011246603913605213, -0.040008895099163055], "max": [-0.06880433857440948, 0.17127159237861633, 1.2048636674880981, 3.1216542720794678, 0.11050756275653839, 1.3067864179611206, 0.03990665823221207, -0.00999219436198473], "mean": [-0.1472138911485672, 0.030474167317152023, 1.0727856159210205, 3.0125131607055664, -0.030142484232783318, -0.3602762222290039, 0.02572467550635338, -0.02577449567615986], "std": [0.04682965949177742, 0.07247798889875412, 0.07622911036014557, 0.047953322529792786, 0.08728399127721786, 1.062890887260437, 0.013772429898381233, 0.013776712119579315], "count": [506]}, "actions": {"min": [-0.4770776331424713, -1.109622597694397, -0.5633364319801331, -0.192787304520607, -0.21045604348182678, -0.9457839727401733, -1.0], "max": [0.8776534795761108, 0.8812918066978455, 0.5781054496765137, 0.23408034443855286, 0.4198836088180542, 0.5661802887916565, 1.0], "mean": [0.033175647258758545, 0.010587492026388645, -0.014313789084553719, 0.0020474246703088284, -0.002768994774669409, 0.020158961415290833, 0.035573121160268784], "std": [0.12884552776813507, 0.1923425793647766, 0.1443379819393158, 0.054671384394168854, 0.05912047252058983, 0.1444474458694458, 0.9993666410446167], "count": [506]}, "timestamp": {"min": [0.0], "max": [50.5], "mean": [25.25], "std": [14.60693328525875], "count": [506]}, "frame_index": {"min": [0], "max": [505], "mean": [252.5], "std": [146.0693328525875], "count": [506]}, "episode_index": {"min": [1232], "max": [1232], "mean": [1232.0], "std": [0.0], "count": [506]}, "index": {"min": [386740], "max": [387245], "mean": [386992.5], "std": [146.0693328525875], "count": [506]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [506]}}} +{"episode_index": 1233, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.404869304981107]], [[0.37636545275662353]], [[0.34291929442675506]]], "std": [[[0.2671765148535785]], [[0.24443480475809462]], [[0.22607357575409479]]], "count": [105]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.8862745098039215]]], "mean": [[[0.3607879638671875]], [[0.33665300014862715]], [[0.31044102032088877]]], "std": [[[0.28788399004718795]], [[0.254264657564371]], [[0.2265087308264906]]], "count": [105]}, "state": {"min": [-0.20053216814994812, -0.11911862343549728, 0.93764728307724, 3.0067262649536133, -0.24103492498397827, -1.34037446975708, 0.012205285020172596, -0.040007106959819794], "max": [-0.04534324258565903, 0.08957014977931976, 1.2066274881362915, 3.376649856567383, 0.14234447479248047, 1.259548306465149, 0.04000604525208473, -0.01346217654645443], "mean": [-0.16299183666706085, -0.003258134238421917, 1.093799352645874, 3.212841272354126, 0.002588236704468727, -0.11394381523132324, 0.02255227044224739, -0.023246318101882935], "std": [0.048166148364543915, 0.06544946879148483, 0.06924474239349365, 0.08480557054281235, 0.09432888776063919, 1.0230624675750732, 0.012899518013000488, 0.012377896346151829], "count": [497]}, "actions": {"min": [-0.4353020191192627, -0.6097793579101562, -0.6786871552467346, -0.1536969095468521, -0.23123033344745636, -0.579770565032959, -1.0], "max": [0.4952802062034607, 0.7437959909439087, 0.509316086769104, 0.20351694524288177, 0.2682541310787201, 0.4554457664489746, 1.0], "mean": [0.029675036668777466, 0.015559801831841469, -0.0029004118405282497, 0.005075599066913128, -0.00431221816688776, 0.022067468613386154, 0.30382293462753296], "std": [0.10730509459972382, 0.15969577431678772, 0.15573588013648987, 0.038143325597047806, 0.04887451231479645, 0.12149852514266968, 0.9527237415313721], "count": [497]}, "timestamp": {"min": [0.0], "max": [49.6], "mean": [24.799999999999997], "std": [14.347125147568764], "count": [497]}, "frame_index": {"min": [0], "max": [496], "mean": [248.0], "std": [143.47125147568764], "count": [497]}, "episode_index": {"min": [1233], "max": [1233], "mean": [1233.0], "std": [0.0], "count": [497]}, "index": {"min": [387246], "max": [387742], "mean": [387494.0], "std": [143.47125147568764], "count": [497]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [497]}}} +{"episode_index": 1234, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4034613077396607]], [[0.37543507485083294]], [[0.34210080069214416]]], "std": [[[0.2681270813534911]], [[0.24539782219761536]], [[0.22704555758174094]]], "count": [101]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.8588235294117647]]], "mean": [[[0.41756822500523255]], [[0.3891590975252454]], [[0.3589750674645245]]], "std": [[[0.29196900961167166]], [[0.2601666598332966]], [[0.22992950463688885]]], "count": [101]}, "state": {"min": [-0.21618768572807312, -0.08581036329269409, 0.9411441087722778, 3.008793592453003, -0.09485869109630585, -1.4108940362930298, 0.011794185265898705, -0.040006525814533234], "max": [-0.08006639778614044, 0.08972874283790588, 1.181565523147583, 3.306504487991333, 0.22015449404716492, 1.1651304960250854, 0.03997493535280228, -0.01116849947720766], "mean": [-0.13288384675979614, 0.02014205977320671, 1.065071940422058, 3.1355202198028564, 0.11147629469633102, -0.4403517246246338, 0.025536129251122475, -0.025484269484877586], "std": [0.032806508243083954, 0.05445651710033417, 0.06862225383520126, 0.07011238485574722, 0.0651504173874855, 0.9234395027160645, 0.013551433570683002, 0.013690867461264133], "count": [473]}, "actions": {"min": [-0.2477775365114212, -0.8047844767570496, -0.5589573383331299, -0.13066864013671875, -0.14075951278209686, -0.3818036615848541, -1.0], "max": [0.46355342864990234, 0.7303012609481812, 0.5131190419197083, 0.1875520497560501, 0.1651982218027115, 0.47448986768722534, 1.0], "mean": [0.03000461496412754, 0.006343606859445572, -0.012400803156197071, 0.005021058022975922, -0.0015393899520859122, 0.019203167408704758, 0.06976744532585144], "std": [0.08841244876384735, 0.1534065157175064, 0.1292405128479004, 0.03963084518909454, 0.036708440631628036, 0.11037139594554901, 0.9975622296333313], "count": [473]}, "timestamp": {"min": [0.0], "max": [47.2], "mean": [23.6], "std": [13.654303350958628], "count": [473]}, "frame_index": {"min": [0], "max": [472], "mean": [236.0], "std": [136.54303350958628], "count": [473]}, "episode_index": {"min": [1234], "max": [1234], "mean": [1234.0], "std": [0.0], "count": [473]}, "index": {"min": [387743], "max": [388215], "mean": [387979.0], "std": [136.54303350958628], "count": [473]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [473]}}} +{"episode_index": 1235, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3976424763997396]], [[0.36955545642329196]], [[0.336605817009421]]], "std": [[[0.266719335383643]], [[0.24402304434068434]], [[0.22556787828221794]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.9333333333333333]], [[0.8352941176470589]]], "mean": [[[0.3903146619609758]], [[0.3632244896982231]], [[0.33513677679323683]]], "std": [[[0.29135967102047844]], [[0.2608410602058947]], [[0.23123322470411237]]], "count": [100]}, "state": {"min": [-0.21533407270908356, -0.0039405119605362415, 0.9296448230743408, 2.92429780960083, 0.04590525105595589, -1.4504077434539795, 0.010632970370352268, -0.04015176370739937], "max": [-0.12300480157136917, 0.11693879216909409, 1.1810976266860962, 3.593031883239746, 0.4593673348426819, 0.6544572710990906, 0.03992915526032448, -0.010470273904502392], "mean": [-0.17522840201854706, 0.05735059455037117, 1.067512035369873, 3.1321158409118652, 0.24070413410663605, -0.6683821678161621, 0.025754887610673904, -0.025864869356155396], "std": [0.02219029702246189, 0.026488225907087326, 0.06861596554517746, 0.15443995594978333, 0.12653802335262299, 0.6609587073326111, 0.013788016512989998, 0.013875468634068966], "count": [417]}, "actions": {"min": [-0.6088661551475525, -0.5370998382568359, -0.5964407920837402, -0.16080376505851746, -0.16085730493068695, -0.3952562212944031, -1.0], "max": [0.401180237531662, 0.9474906325340271, 0.4390329122543335, 0.24438397586345673, 0.12993723154067993, 0.4391098618507385, 1.0], "mean": [-0.008936629630625248, 0.041444841772317886, -0.01016818918287754, 0.012776002287864685, -0.0021014907397329807, 0.011964771896600723, 0.03117506019771099], "std": [0.1168195828795433, 0.15013659000396729, 0.1500769853591919, 0.052207447588443756, 0.042946599423885345, 0.11620695888996124, 0.9995161294937134], "count": [417]}, "timestamp": {"min": [0.0], "max": [41.6], "mean": [20.799999999999997], "std": [12.037718499228443], "count": [417]}, "frame_index": {"min": [0], "max": [416], "mean": [208.0], "std": [120.37718499228443], "count": [417]}, "episode_index": {"min": [1235], "max": [1235], "mean": [1235.0], "std": [0.0], "count": [417]}, "index": {"min": [388216], "max": [388632], "mean": [388424.0], "std": [120.37718499228443], "count": [417]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [417]}}} +{"episode_index": 1236, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4082048890356924]], [[0.3799740504844516]], [[0.34653205063763787]]], "std": [[[0.26689234045792515]], [[0.24427818154246658]], [[0.22592694318407314]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9725490196078431]], [[0.8823529411764706]]], "mean": [[[0.3862016852883732]], [[0.36170471430759804]], [[0.33305062507180605]]], "std": [[[0.2879515740635089]], [[0.2563502744065467]], [[0.22791833752583224]]], "count": [100]}, "state": {"min": [-0.2165195345878601, -0.09817833453416824, 0.9424151182174683, 2.79388165473938, -0.42115554213523865, -1.3280571699142456, 0.012315583415329456, -0.040015704929828644], "max": [-0.0975983515381813, 0.11032228916883469, 1.2166571617126465, 3.1447205543518066, 0.03854656219482422, 1.230661153793335, 0.039855267852544785, -0.009710803627967834], "mean": [-0.1527201384305954, 0.03608190268278122, 1.070137858390808, 2.9603545665740967, -0.0982542634010315, -0.3197276294231415, 0.02559603936970234, -0.02591468021273613], "std": [0.025448575615882874, 0.0642755925655365, 0.07771467417478561, 0.09228838980197906, 0.10103810578584671, 0.8753860592842102, 0.013358218595385551, 0.013288416899740696], "count": [445]}, "actions": {"min": [-0.4336811602115631, -0.6464872360229492, -0.5765165686607361, -0.20607401430606842, -0.18424715101718903, -0.36725789308547974, -1.0], "max": [0.33984601497650146, 0.993108868598938, 0.5775198936462402, 0.2495156228542328, 0.24182066321372986, 0.43317344784736633, 1.0], "mean": [0.02985331229865551, 0.00987724307924509, -0.021128136664628983, 0.005454076919704676, -0.0012042006710544229, 0.0209199246019125, 0.0696629211306572], "std": [0.09027352184057236, 0.170277401804924, 0.14068299531936646, 0.05333094298839569, 0.05053430423140526, 0.12607985734939575, 0.9975738525390625], "count": [445]}, "timestamp": {"min": [0.0], "max": [44.4], "mean": [22.2], "std": [12.846011054019842], "count": [445]}, "frame_index": {"min": [0], "max": [444], "mean": [222.0], "std": [128.46011054019843], "count": [445]}, "episode_index": {"min": [1236], "max": [1236], "mean": [1236.0], "std": [0.0], "count": [445]}, "index": {"min": [388633], "max": [389077], "mean": [388855.0], "std": [128.46011054019843], "count": [445]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [445]}}} +{"episode_index": 1237, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4053230489095052]], [[0.37674043543198527]], [[0.34312710750804226]]], "std": [[[0.26795830744559884]], [[0.24517690089179436]], [[0.2267418740263782]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9529411764705882]], [[0.9058823529411765]], [[0.7450980392156863]]], "mean": [[[0.40266509710573684]], [[0.3749270552092907]], [[0.3469618314855239]]], "std": [[[0.2863900612838681]], [[0.2545516610569718]], [[0.22438178267719877]]], "count": [100]}, "state": {"min": [-0.22713717818260193, -0.10527632385492325, 0.9348012804985046, 3.0669918060302734, 0.003996703773736954, -1.3621231317520142, 0.010879702866077423, -0.0400020033121109], "max": [-0.07307222485542297, 0.09705547988414764, 1.1582000255584717, 3.2605767250061035, 0.2977198362350464, 1.194956660270691, 0.04000341519713402, -0.011449958197772503], "mean": [-0.1586027443408966, 0.012988574802875519, 1.056335210800171, 3.1634809970855713, 0.1659371554851532, -0.24176125228405, 0.023752763867378235, -0.02374088764190674], "std": [0.03644721210002899, 0.06179426982998848, 0.05594876781105995, 0.04166574031114578, 0.06956756860017776, 0.9631754755973816, 0.013848496600985527, 0.013891392387449741], "count": [422]}, "actions": {"min": [-0.4175852835178375, -1.1523478031158447, -0.5721598863601685, -0.1854112148284912, -0.15276727080345154, -0.44716018438339233, -1.0], "max": [0.6318041682243347, 0.8013561964035034, 0.44427773356437683, 0.2804904580116272, 0.23445551097393036, 0.4278711676597595, 1.0], "mean": [0.03735031187534332, 0.005203655455261469, -0.010673349723219872, 0.003376124892383814, -0.003961882553994656, 0.02289312146604061, 0.16587677597999573], "std": [0.09868688881397247, 0.17095105350017548, 0.13559263944625854, 0.0476977601647377, 0.04645238816738129, 0.13254794478416443, 0.9861485362052917], "count": [422]}, "timestamp": {"min": [0.0], "max": [42.1], "mean": [21.049999999999997], "std": [12.182056476638088], "count": [422]}, "frame_index": {"min": [0], "max": [421], "mean": [210.5], "std": [121.82056476638088], "count": [422]}, "episode_index": {"min": [1237], "max": [1237], "mean": [1237.0], "std": [0.0], "count": [422]}, "index": {"min": [389078], "max": [389499], "mean": [389288.5], "std": [121.82056476638088], "count": [422]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [422]}}} +{"episode_index": 1238, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41348659380744485]], [[0.3864223076315487]], [[0.35427333756989127]]], "std": [[[0.2647741505210717]], [[0.2437345151654441]], [[0.2272784030981183]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.545911579206878]], [[0.5077771283318016]], [[0.46619332706227024]]], "std": [[[0.27130571766730216]], [[0.24612347412876073]], [[0.2188468118660544]]], "count": [100]}, "state": {"min": [-0.1686491072177887, -0.004527057986706495, 0.9214391112327576, 3.0633749961853027, -0.026802072301506996, -0.09650430828332901, 0.0021937794517725706, -0.0400121808052063], "max": [0.1458248496055603, 0.2541462481021881, 1.2781113386154175, 3.313887596130371, 0.2956285774707794, 0.30895236134529114, 0.03994322568178177, -0.0019980657380074263], "mean": [0.07672834396362305, 0.060791466385126114, 1.1350390911102295, 3.140770196914673, 0.07528810948133469, 0.05925402790307999, 0.022165872156620026, -0.022146334871649742], "std": [0.07050491124391556, 0.0877988338470459, 0.10619331151247025, 0.07380783557891846, 0.08923736959695816, 0.11137506365776062, 0.018399562686681747, 0.018469158560037613], "count": [427]}, "actions": {"min": [-0.5593290328979492, -0.32322853803634644, -0.5663690567016602, -0.2728100121021271, -0.1767110526561737, -0.12185565382242203, -1.0], "max": [0.5504418611526489, 0.6530855298042297, 0.7844419479370117, 0.23656629025936127, 0.12946480512619019, 0.14936135709285736, 1.0], "mean": [0.02501305192708969, 0.04200376197695732, -0.0055242376402020454, 0.0027643204666674137, -0.0005453969934023917, 0.00611797533929348, -0.053864169865846634], "std": [0.1658284217119217, 0.1290130913257599, 0.19097009301185608, 0.040163908153772354, 0.03555408492684364, 0.032034628093242645, 0.9985472559928894], "count": [427]}, "timestamp": {"min": [0.0], "max": [42.6], "mean": [21.3], "std": [12.326394444443192], "count": [427]}, "frame_index": {"min": [0], "max": [426], "mean": [213.0], "std": [123.26394444443193], "count": [427]}, "episode_index": {"min": [1238], "max": [1238], "mean": [1238.0], "std": [0.0], "count": [427]}, "index": {"min": [389500], "max": [389926], "mean": [389713.0], "std": [123.26394444443193], "count": [427]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [427]}}} +{"episode_index": 1239, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4099911098106235]], [[0.3828485011680453]], [[0.3509325316186045]]], "std": [[[0.26742349442716234]], [[0.24626626976151522]], [[0.22971667328678924]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9254901960784314]]], "mean": [[[0.5544614233877145]], [[0.5154827384200751]], [[0.4731991678873698]]], "std": [[[0.2683513696139909]], [[0.2423347466895746]], [[0.21465902113802918]]], "count": [100]}, "state": {"min": [-0.1677141636610031, -0.013190544210374355, 0.9277040958404541, 3.0620081424713135, -0.06895194202661514, -0.015218104235827923, 0.0019451492698863149, -0.040007334202528], "max": [0.13536813855171204, 0.2370217740535736, 1.2916812896728516, 3.321744441986084, 0.1171163022518158, 0.2722449004650116, 0.03994537889957428, -0.0018271716544404626], "mean": [0.06047914922237396, 0.05498567968606949, 1.1388421058654785, 3.121593713760376, 0.0329492948949337, 0.08850537985563278, 0.024184631183743477, -0.024207457900047302], "std": [0.08045004308223724, 0.07437363266944885, 0.11460556834936142, 0.06976756453514099, 0.05335021764039993, 0.06809548288583755, 0.018340641632676125, 0.018387416377663612], "count": [469]}, "actions": {"min": [-0.9654635787010193, -0.4202711582183838, -0.6497260332107544, -0.10959763824939728, -0.111974336206913, -0.10968738794326782, -1.0], "max": [0.7049583792686462, 1.1718682050704956, 0.7062475681304932, 0.2204481065273285, 0.15945610404014587, 0.17437298595905304, 1.0], "mean": [0.026000985875725746, 0.032413896173238754, -0.005237663630396128, 0.0034592992160469294, -0.0003545528743416071, 0.004208628553897142, -0.168443500995636], "std": [0.15312252938747406, 0.13468551635742188, 0.17574428021907806, 0.03491448983550072, 0.03147001191973686, 0.030058182775974274, 0.9857118129730225], "count": [469]}, "timestamp": {"min": [0.0], "max": [46.8], "mean": [23.400000000000002], "std": [13.538833036861043], "count": [469]}, "frame_index": {"min": [0], "max": [468], "mean": [234.0], "std": [135.3883303686104], "count": [469]}, "episode_index": {"min": [1239], "max": [1239], "mean": [1239.0], "std": [0.0], "count": [469]}, "index": {"min": [389927], "max": [390395], "mean": [390161.0], "std": [135.3883303686104], "count": [469]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [469]}}} +{"episode_index": 1240, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41406211643592983]], [[0.386993979659735]], [[0.35493813428691784]]], "std": [[[0.26525075419006866]], [[0.24401099406045454]], [[0.22747631883794509]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9254901960784314]]], "mean": [[[0.5471988692938113]], [[0.5090640157063802]], [[0.46709976435642614]]], "std": [[[0.2736662461207633]], [[0.24767966910897168]], [[0.21996806309079456]]], "count": [100]}, "state": {"min": [-0.16308937966823578, -0.01423531211912632, 0.9203020334243774, 2.9777581691741943, -0.017756350338459015, -0.03483906760811806, 0.0021364018321037292, -0.0401485338807106], "max": [0.14772728085517883, 0.24041639268398285, 1.2769367694854736, 3.3827147483825684, 0.3500273525714874, 0.3150825500488281, 0.03997701779007912, -0.0017050770111382008], "mean": [0.07724287360906601, 0.05659294128417969, 1.1271238327026367, 3.1388444900512695, 0.09807451069355011, 0.059537239372730255, 0.022414714097976685, -0.022417427971959114], "std": [0.0731448382139206, 0.07341150939464569, 0.10813210159540176, 0.08948487043380737, 0.09971639513969421, 0.08823194354772568, 0.018427196890115738, 0.018570926040410995], "count": [427]}, "actions": {"min": [-0.5123142004013062, -0.35323387384414673, -0.6850361824035645, -0.15453778207302094, -0.1490563601255417, -0.1344815343618393, -1.0], "max": [0.6781948804855347, 0.7788130640983582, 0.5816668272018433, 0.23071731626987457, 0.12920813262462616, 0.10017412155866623, 1.0], "mean": [0.024651605635881424, 0.04142218083143234, -0.00972137413918972, 0.0055193244479596615, 0.001140090636909008, 0.005319153890013695, -0.07259953022003174], "std": [0.1588657945394516, 0.14076894521713257, 0.17096886038780212, 0.04581298306584358, 0.03314099833369255, 0.034892354160547256, 0.9973633885383606], "count": [427]}, "timestamp": {"min": [0.0], "max": [42.6], "mean": [21.3], "std": [12.326394444443192], "count": [427]}, "frame_index": {"min": [0], "max": [426], "mean": [213.0], "std": [123.26394444443193], "count": [427]}, "episode_index": {"min": [1240], "max": [1240], "mean": [1240.0], "std": [0.0], "count": [427]}, "index": {"min": [390396], "max": [390822], "mean": [390609.0], "std": [123.26394444443193], "count": [427]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [427]}}} +{"episode_index": 1241, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41561432369171625]], [[0.38855676873614026]], [[0.3565691397815637]]], "std": [[[0.2645736509955441]], [[0.24357826597323437]], [[0.22725965095027423]]], "count": [105]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9294117647058824]]], "mean": [[[0.5585497254728714]], [[0.5189445636653099]], [[0.475723773803141]]], "std": [[[0.26642972904587975]], [[0.240149871831913]], [[0.21228313124162976]]], "count": [105]}, "state": {"min": [-0.1780538409948349, 0.005731241777539253, 0.9494107365608215, 2.9707577228546143, -0.06394743919372559, 0.007988004945218563, 0.002343522384762764, -0.040010157972574234], "max": [0.15484219789505005, 0.2264295369386673, 1.329038143157959, 3.294921875, 0.2915867865085602, 0.3024137318134308, 0.039935413748025894, -0.0010201820405200124], "mean": [0.08308853954076767, 0.05791766569018364, 1.1553176641464233, 3.084315299987793, 0.05252843722701073, 0.1088201254606247, 0.02296222373843193, -0.022849710658192635], "std": [0.07750307768583298, 0.06909596920013428, 0.11237013339996338, 0.0935560017824173, 0.09872884303331375, 0.05395269766449928, 0.018217751756310463, 0.018443183973431587], "count": [496]}, "actions": {"min": [-0.5133450031280518, -0.3194846212863922, -0.6784176230430603, -0.169208362698555, -0.10316778719425201, -0.07111168652772903, -1.0], "max": [0.6696833372116089, 0.5111408829689026, 0.712234616279602, 0.2169610559940338, 0.09432978183031082, 0.2229831963777542, 1.0], "mean": [0.02498701959848404, 0.030300123617053032, -0.009907261468470097, 0.003638195339590311, 0.0010007342789322138, 0.004406004678457975, -0.08870967477560043], "std": [0.15628239512443542, 0.12056256830692291, 0.1679975539445877, 0.0401664562523365, 0.02692040614783764, 0.030284922569990158, 0.9960597157478333], "count": [496]}, "timestamp": {"min": [0.0], "max": [49.5], "mean": [24.749999999999996], "std": [14.31825757555716], "count": [496]}, "frame_index": {"min": [0], "max": [495], "mean": [247.5], "std": [143.1825757555716], "count": [496]}, "episode_index": {"min": [1241], "max": [1241], "mean": [1241.0], "std": [0.0], "count": [496]}, "index": {"min": [390823], "max": [391318], "mean": [391070.5], "std": [143.1825757555716], "count": [496]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [496]}}} +{"episode_index": 1242, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41624673761106007]], [[0.38868065688189335]], [[0.3558117286831725]]], "std": [[[0.2664199392343334]], [[0.24490479657299616]], [[0.22815713145368574]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9372549019607843]]], "mean": [[[0.5547393972359451]], [[0.5158161561255361]], [[0.4729671953986673]]], "std": [[[0.26878847245464044]], [[0.24255016868219034]], [[0.21476759253141295]]], "count": [100]}, "state": {"min": [-0.18954598903656006, -0.008505656383931637, 0.9242369532585144, 3.026226282119751, -0.035011060535907745, 0.009553434327244759, 0.002288038609549403, -0.040005575865507126], "max": [0.14994198083877563, 0.23098303377628326, 1.3405673503875732, 3.3048946857452393, 0.231201171875, 0.24155694246292114, 0.03992188721895218, -0.002062712563201785], "mean": [0.07160356640815735, 0.053476106375455856, 1.1547224521636963, 3.1184208393096924, 0.06565579026937485, 0.09265212714672089, 0.020473729819059372, -0.020494762808084488], "std": [0.07656919211149216, 0.08549484610557556, 0.11930964142084122, 0.08022119849920273, 0.06301287561655045, 0.04224971681833267, 0.018358319997787476, 0.01843336783349514], "count": [417]}, "actions": {"min": [-0.6063300967216492, -0.34703347086906433, -0.532564640045166, -0.12265009433031082, -0.1820887178182602, -0.16863498091697693, -1.0], "max": [1.0901044607162476, 0.7248144745826721, 0.7917242050170898, 0.15696506202220917, 0.1710834503173828, 0.2357393056154251, 1.0], "mean": [0.03511901572346687, 0.03685733303427696, -0.0028937391471117735, 0.002664131112396717, -0.0015061615267768502, 0.0038070562295615673, 0.035971224308013916], "std": [0.1841992288827896, 0.1368929147720337, 0.19883303344249725, 0.03889469429850578, 0.03770046308636665, 0.03829323872923851, 0.999353289604187], "count": [417]}, "timestamp": {"min": [0.0], "max": [41.6], "mean": [20.799999999999997], "std": [12.037718499228443], "count": [417]}, "frame_index": {"min": [0], "max": [416], "mean": [208.0], "std": [120.37718499228443], "count": [417]}, "episode_index": {"min": [1242], "max": [1242], "mean": [1242.0], "std": [0.0], "count": [417]}, "index": {"min": [391319], "max": [391735], "mean": [391527.0], "std": [120.37718499228443], "count": [417]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [417]}}} +{"episode_index": 1243, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4171695801978018]], [[0.38980338900697]], [[0.3574692053701363]]], "std": [[[0.2649499211866954]], [[0.2438388843291626]], [[0.22746155383907743]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.56064566339231]], [[0.5218946257946538]], [[0.4794775558172488]]], "std": [[[0.2634341446341651]], [[0.2372322086313169]], [[0.20957461271863592]]], "count": [100]}, "state": {"min": [-0.17332684993743896, 0.0005662258481606841, 0.9224510788917542, 3.0537161827087402, -0.09970881044864655, -0.020919596776366234, 0.0023301923647522926, -0.04000532627105713], "max": [0.1494123786687851, 0.22704347968101501, 1.315895438194275, 3.319736957550049, 0.1488192230463028, 0.28156429529190063, 0.03993639722466469, -0.002066593151539564], "mean": [0.0708240494132042, 0.05479498580098152, 1.1525906324386597, 3.1334850788116455, 0.019679415971040726, 0.09390813112258911, 0.023529883474111557, -0.023464642465114594], "std": [0.08203941583633423, 0.07115599513053894, 0.1158566027879715, 0.07732822746038437, 0.053033702075481415, 0.07416937500238419, 0.018323220312595367, 0.018423033878207207], "count": [404]}, "actions": {"min": [-0.8424040079116821, -0.1755858212709427, -0.6742367148399353, -0.11271810531616211, -0.1360207200050354, -0.11190133541822433, -1.0], "max": [1.1330467462539673, 0.6922950148582458, 0.8660377264022827, 0.14598414301872253, 0.12990154325962067, 0.1763896644115448, 1.0], "mean": [0.03247044235467911, 0.04068109765648842, -0.009734365157783031, 0.003910296130925417, -0.001025026198476553, 0.005136884283274412, -0.11881188303232193], "std": [0.1761140078306198, 0.11761428415775299, 0.21375642716884613, 0.03684965893626213, 0.03947797045111656, 0.03339534252882004, 0.9929161667823792], "count": [404]}, "timestamp": {"min": [0.0], "max": [40.3], "mean": [20.150000000000002], "std": [11.662439710455098], "count": [404]}, "frame_index": {"min": [0], "max": [403], "mean": [201.5], "std": [116.62439710455098], "count": [404]}, "episode_index": {"min": [1243], "max": [1243], "mean": [1243.0], "std": [0.0], "count": [404]}, "index": {"min": [391736], "max": [392139], "mean": [391937.5], "std": [116.62439710455098], "count": [404]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [404]}}} +{"episode_index": 1244, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40962762032303157]], [[0.3828966226016774]], [[0.3523588376512714]]], "std": [[[0.26263835928303814]], [[0.24680580635522426]], [[0.23275616130138435]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5104364360734529]], [[0.4812074064366958]], [[0.4272321005428539]]], "std": [[[0.2726603250182482]], [[0.25188167101331943]], [[0.228609436293018]]], "count": [100]}, "state": {"min": [-0.17918694019317627, -0.013266392983496189, 0.9585946202278137, 2.9337544441223145, -0.07979513704776764, -0.06033644825220108, 0.0024712863378226757, -0.03994385525584221], "max": [0.14383772015571594, 0.2220032811164856, 1.2279976606369019, 3.2689449787139893, 0.11288202553987503, 0.1090409979224205, 0.04001007229089737, -0.001803496154025197], "mean": [0.043993476778268814, 0.08409127593040466, 1.1574939489364624, 3.1335630416870117, 0.00715878140181303, -0.001096994266845286, 0.015504227951169014, -0.015944458544254303], "std": [0.09181700646877289, 0.08177666366100311, 0.08092822134494781, 0.08601436018943787, 0.04218320548534393, 0.04586031660437584, 0.017087701708078384, 0.01676820032298565], "count": [278]}, "actions": {"min": [-0.429510235786438, -1.4888964891433716, -0.5278967022895813, -0.19011756777763367, -0.10261038690805435, -0.09611692279577255, -1.0], "max": [0.5950813889503479, 1.0209629535675049, 0.4701191186904907, 0.21156932413578033, 0.10196025669574738, 0.30364128947257996, 1.0], "mean": [0.10021880269050598, 0.010146433487534523, -0.049279533326625824, -0.0026036936324089766, 0.00651923893019557, 0.004546878393739462, 0.316546767950058], "std": [0.14719881117343903, 0.28596559166908264, 0.1728353500366211, 0.054423604160547256, 0.03728264942765236, 0.035001810640096664, 0.9485743045806885], "count": [278]}, "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": [1244], "max": [1244], "mean": [1244.0], "std": [0.0], "count": [278]}, "index": {"min": [392140], "max": [392417], "mean": [392278.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1245, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40520711083505667]], [[0.3787194106158088]], [[0.348613286635455]]], "std": [[[0.26588813320966614]], [[0.2502788734846213]], [[0.23660396072382572]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5230607347675398]], [[0.49288848936791513]], [[0.43838539033777574]]], "std": [[[0.26857506937184444]], [[0.2476741492486688]], [[0.22521626012386414]]], "count": [100]}, "state": {"min": [-0.17295683920383453, -0.034036047756671906, 0.9414448142051697, 3.012934923171997, -0.1441289335489273, -0.033249907195568085, 0.002598362974822521, -0.039839282631874084], "max": [0.14531204104423523, 0.20907293260097504, 1.2440235614776611, 3.3076682090759277, 0.04599592834711075, 0.11201845109462738, 0.04000925272703171, -0.002190317725762725], "mean": [0.03437096253037453, 0.0684562623500824, 1.153476595878601, 3.1850900650024414, -0.040614012628793716, 0.02905702032148838, 0.01246759481728077, -0.012272167950868607], "std": [0.0964658260345459, 0.08095589280128479, 0.09254693984985352, 0.08160702139139175, 0.05020198971033096, 0.03812108933925629, 0.01583567075431347, 0.015795649960637093], "count": [283]}, "actions": {"min": [-0.40227121114730835, -1.160544753074646, -0.7926270365715027, -0.2067205011844635, -0.09600832313299179, -0.10316560417413712, -1.0], "max": [0.6709169149398804, 0.9136196970939636, 0.49138474464416504, 0.21966251730918884, 0.11598888039588928, 0.1800367832183838, 1.0], "mean": [0.0940772294998169, -0.007767295464873314, -0.062148042023181915, -0.0036510853096842766, 0.005166076123714447, 0.0035391915589571, 0.4840989410877228], "std": [0.1506178230047226, 0.24006026983261108, 0.19517679512500763, 0.05698327720165253, 0.037489742040634155, 0.033724345266819, 0.8750154376029968], "count": [283]}, "timestamp": {"min": [0.0], "max": [28.2], "mean": [14.100000000000001], "std": [8.16945530620004], "count": [283]}, "frame_index": {"min": [0], "max": [282], "mean": [141.0], "std": [81.69455306200041], "count": [283]}, "episode_index": {"min": [1245], "max": [1245], "mean": [1245.0], "std": [0.0], "count": [283]}, "index": {"min": [392418], "max": [392700], "mean": [392559.0], "std": [81.69455306200041], "count": [283]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [283]}}} +{"episode_index": 1246, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4056778803806679]], [[0.3789743789972043]], [[0.3485431189443551]]], "std": [[[0.2648098655925343]], [[0.24877820837484535]], [[0.23450585692464598]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.5156653591978784]], [[0.48576076911477484]], [[0.43084570791207105]]], "std": [[[0.2713824818442087]], [[0.25088248913609673]], [[0.22605897925918658]]], "count": [100]}, "state": {"min": [-0.21605555713176727, -0.01918875053524971, 0.9549761414527893, 3.0697553157806396, -0.08042258769273758, -0.057538002729415894, 0.0020322701893746853, -0.039991553872823715], "max": [0.1417277306318283, 0.21038803458213806, 1.2152258157730103, 3.2255594730377197, 0.09304629266262054, 0.07218857109546661, 0.0400051586329937, -0.0017990072956308722], "mean": [0.023831428959965706, 0.08379316329956055, 1.1420323848724365, 3.1645705699920654, 0.0025508184917271137, 0.00010248431499348953, 0.018686499446630478, -0.01881113089621067], "std": [0.1110287606716156, 0.08044254779815674, 0.08452919125556946, 0.03513464331626892, 0.036633022129535675, 0.033466774970293045, 0.01769707165658474, 0.01761031150817871], "count": [304]}, "actions": {"min": [-0.5591378211975098, -1.0651161670684814, -0.667510986328125, -0.16818897426128387, -0.12609882652759552, -0.15814772248268127, -1.0], "max": [0.8140501976013184, 0.8140726685523987, 0.5756350755691528, 0.367058128118515, 0.18003685772418976, 0.1923368126153946, 1.0], "mean": [0.08984903246164322, 0.010789948515594006, -0.035410258919000626, 0.0016795654082670808, 0.0033262246288359165, 0.0018593680579215288, 0.15131579339504242], "std": [0.1580221951007843, 0.23714256286621094, 0.1693802773952484, 0.04937034472823143, 0.035927414894104004, 0.03305920958518982, 0.9884852170944214], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [1246], "max": [1246], "mean": [1246.0], "std": [0.0], "count": [304]}, "index": {"min": [392701], "max": [393004], "mean": [392852.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [304]}}} +{"episode_index": 1247, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4100759815889246]], [[0.38240535003063725]], [[0.35086105885225183]]], "std": [[[0.26634049054017106]], [[0.2500970033198121]], [[0.23574545071917855]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.5136499932981005]], [[0.48437118410596663]], [[0.42833679019703585]]], "std": [[[0.261165500584343]], [[0.2401990683835372]], [[0.21671405463756924]]], "count": [100]}, "state": {"min": [-0.20674121379852295, 0.010129324160516262, 0.9403631687164307, 2.939134359359741, -0.23248319327831268, -0.07045132666826248, 0.0017761632334440947, -0.04000014066696167], "max": [0.14730268716812134, 0.24681858718395233, 1.3050193786621094, 3.2668991088867188, 0.04717225953936577, 0.17897729575634003, 0.04000343382358551, -0.002010392490774393], "mean": [0.0044289748184382915, 0.10396002233028412, 1.1824359893798828, 3.0918452739715576, -0.10279089957475662, 0.027639208361506462, 0.016245009377598763, -0.01633392833173275], "std": [0.09982302784919739, 0.08929678052663803, 0.10263305902481079, 0.07807034999132156, 0.07261265069246292, 0.05606682598590851, 0.017995988950133324, 0.017870623618364334], "count": [355]}, "actions": {"min": [-1.260725498199463, -1.333443522453308, -0.83889240026474, -0.14235718548297882, -0.1665181815624237, -0.1263657659292221, -1.0], "max": [0.9777112007141113, 1.183403491973877, 1.4691956043243408, 0.2284145951271057, 0.1099303737282753, 0.1549098938703537, 1.0], "mean": [0.06810405105352402, 0.0028452568221837282, -0.038590140640735626, -0.0002890774339903146, -0.004541521891951561, 0.003750427393242717, 0.2450704276561737], "std": [0.17110998928546906, 0.24463492631912231, 0.23040427267551422, 0.04339228570461273, 0.03645724803209305, 0.04080219194293022, 0.9695045351982117], "count": [355]}, "timestamp": {"min": [0.0], "max": [35.4], "mean": [17.7], "std": [10.24792661956554], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [1247], "max": [1247], "mean": [1247.0], "std": [0.0], "count": [355]}, "index": {"min": [393005], "max": [393359], "mean": [393182.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [355]}}} +{"episode_index": 1248, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4140649838915058]], [[0.38718600523705576]], [[0.3562376714968214]]], "std": [[[0.2609961560251734]], [[0.24440471509085376]], [[0.2293394189249119]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49030423572016696]], [[0.46272533461626836]], [[0.41201867017558974]]], "std": [[[0.27373839225700464]], [[0.25375824404840897]], [[0.2297708871140078]]], "count": [100]}, "state": {"min": [-0.16153976321220398, -0.2072255164384842, 1.0862706899642944, 3.0435402393341064, -0.1376633495092392, -0.08061576634645462, 0.0024819078389555216, -0.039934564381837845], "max": [0.13777408003807068, 0.2154114991426468, 1.2379053831100464, 3.253124475479126, 0.165557399392128, 0.09317861497402191, 0.040005069226026535, -0.0026292025577276945], "mean": [0.014271962456405163, 0.014595570042729378, 1.1885712146759033, 3.134064197540283, 0.03757576271891594, 0.00763684744015336, 0.017271898686885834, -0.017343835905194283], "std": [0.08523592352867126, 0.15915560722351074, 0.03959609568119049, 0.07323338091373444, 0.0956001952290535, 0.04624772444367409, 0.017762716859579086, 0.017619172111153603], "count": [255]}, "actions": {"min": [-0.3825816810131073, -1.9681979417800903, -0.6210365295410156, -0.155149444937706, -0.18048565089702606, -0.20831507444381714, -1.0], "max": [0.5447041392326355, 0.5655974745750427, 0.4371476173400879, 0.25403738021850586, 0.16002821922302246, 0.4062415063381195, 1.0], "mean": [0.0976639911532402, -0.0754641741514206, -0.004859039559960365, -0.0002507648023311049, 0.0005328687257133424, 0.001662949682213366, 0.2078431397676468], "std": [0.1625831425189972, 0.3006325364112854, 0.15815569460391998, 0.053462669253349304, 0.04123656824231148, 0.0506078340113163, 0.97816401720047], "count": [255]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.7], "std": [7.36115932898254], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [1248], "max": [1248], "mean": [1248.0], "std": [0.0], "count": [255]}, "index": {"min": [393360], "max": [393614], "mean": [393487.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [255]}}} +{"episode_index": 1249, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40996606146120557]], [[0.38271011232862284]], [[0.3513583038928462]]], "std": [[[0.2630848158245338]], [[0.2466084984156724]], [[0.23183387013007065]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4839001010071997]], [[0.45638187722598805]], [[0.40498754583620555]]], "std": [[[0.26971917757314484]], [[0.24922017452832584]], [[0.22567947441683034]]], "count": [100]}, "state": {"min": [-0.2054326981306076, -0.15414227545261383, 1.0866342782974243, 2.9397284984588623, -0.1584181785583496, -0.13748905062675476, 0.002231989987194538, -0.039889559149742126], "max": [0.13585981726646423, 0.20873308181762695, 1.2490613460540771, 3.3641357421875, 0.08047658205032349, -0.005379942711442709, 0.04001124948263168, -0.0024158607702702284], "mean": [-0.012765527702867985, 0.03244710713624954, 1.203198790550232, 3.155153274536133, -0.02935200370848179, -0.06222693249583244, 0.016673341393470764, -0.0167720764875412], "std": [0.09670431911945343, 0.1401558220386505, 0.04092151299118996, 0.1450626403093338, 0.06050184369087219, 0.037063512951135635, 0.01756318472325802, 0.017303286120295525], "count": [249]}, "actions": {"min": [-0.36904048919677734, -1.1273863315582275, -0.6989484429359436, -0.17179788649082184, -0.2036297619342804, -0.14298851788043976, -1.0], "max": [0.770527720451355, 0.746837854385376, 0.5183499455451965, 0.2037947028875351, 0.1983301043510437, 0.18683290481567383, 1.0], "mean": [0.10797277837991714, -0.055285029113292694, -0.020755160599946976, -0.006142075173556805, -2.8680828108917922e-05, 0.0011209495132789016, 0.24497991800308228], "std": [0.17870593070983887, 0.269510418176651, 0.18691571056842804, 0.06000986322760582, 0.04895271733403206, 0.04000069946050644, 0.9695271849632263], "count": [249]}, "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": [1249], "max": [1249], "mean": [1249.0], "std": [0.0], "count": [249]}, "index": {"min": [393615], "max": [393863], "mean": [393739.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [249]}}} +{"episode_index": 1250, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41188676841586247]], [[0.38345728436638327]], [[0.35118509509516693]]], "std": [[[0.26325854641641583]], [[0.24634024761740633]], [[0.23132745796706777]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4823099060058593]], [[0.45432461308498007]], [[0.40397101488300396]]], "std": [[[0.2618293569920288]], [[0.24181880205632736]], [[0.21817377350281486]]], "count": [100]}, "state": {"min": [-0.1843128651380539, -0.17452237010002136, 1.0950098037719727, 2.8064827919006348, -0.2036379873752594, -0.03707234561443329, 0.001994913909584284, -0.04000445827841759], "max": [0.10352922976016998, 0.24956189095973969, 1.2955198287963867, 3.243277072906494, 0.0710316076874733, 0.12094472348690033, 0.04000624269247055, -0.0022444722708314657], "mean": [-0.032691072672605515, 0.06120573356747627, 1.229273796081543, 3.0629708766937256, -0.06435827165842056, 0.03484339267015457, 0.019485237076878548, -0.01965181902050972], "std": [0.08373239636421204, 0.15527087450027466, 0.052721161395311356, 0.1387203335762024, 0.06467734277248383, 0.030564725399017334, 0.01835240051150322, 0.018202120438218117], "count": [280]}, "actions": {"min": [-0.3612954914569855, -1.5961952209472656, -0.7114559412002563, -0.22513704001903534, -0.12827174365520477, -0.11565327644348145, -1.0], "max": [0.7581164240837097, 1.0958662033081055, 0.4900554120540619, 0.20617744326591492, 0.11039909720420837, 0.213107630610466, 1.0], "mean": [0.07746683806180954, -0.054528649896383286, -0.023325206711888313, -0.006182842422276735, -0.00045444173156283796, 0.002625605557113886, 0.07857143133878708], "std": [0.16471898555755615, 0.31866979598999023, 0.20531105995178223, 0.05352693051099777, 0.03693830966949463, 0.041384726762771606, 0.9969083666801453], "count": [280]}, "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": [1250], "max": [1250], "mean": [1250.0], "std": [0.0], "count": [280]}, "index": {"min": [393864], "max": [394143], "mean": [394003.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [280]}}} +{"episode_index": 1251, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41608621574850646]], [[0.38832421037262566]], [[0.3566623445398667]]], "std": [[[0.2619521989918305]], [[0.24489701067106662]], [[0.22963178719206076]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48740366677676933]], [[0.45856946937710635]], [[0.4092093045103784]]], "std": [[[0.2725456794792815]], [[0.2514339840673738]], [[0.228569979870451]]], "count": [100]}, "state": {"min": [-0.21283435821533203, -0.20702585577964783, 1.058877944946289, 3.007798433303833, -0.1248374730348587, -0.055217090994119644, 0.002533492399379611, -0.03987310454249382], "max": [0.12467537820339203, 0.22237610816955566, 1.2657932043075562, 3.3773651123046875, 0.10309848189353943, 0.08780320733785629, 0.04000895097851753, -0.002505593467503786], "mean": [-0.016078129410743713, 0.014501310884952545, 1.1986126899719238, 3.182874917984009, -0.00298750470392406, 0.00556901702657342, 0.017130639404058456, -0.017114976420998573], "std": [0.09254053235054016, 0.1623011976480484, 0.0468037985265255, 0.10694032162427902, 0.05991524085402489, 0.03845570608973503, 0.017788931727409363, 0.01764880120754242], "count": [276]}, "actions": {"min": [-0.5362083315849304, -1.1788705587387085, -0.6344878673553467, -0.2373303771018982, -0.11345036327838898, -0.1401897668838501, -1.0], "max": [0.6355577707290649, 0.7161499857902527, 0.4187423884868622, 0.2627547085285187, 0.13411591947078705, 0.17817214131355286, 1.0], "mean": [0.0969197005033493, -0.05524761602282524, -0.022830164059996605, -0.00039619544986635447, 0.001668009557761252, -0.00026311937835998833, 0.2246376872062683], "std": [0.18700918555259705, 0.27083754539489746, 0.1921917349100113, 0.05831225961446762, 0.04051891341805458, 0.039243247359991074, 0.9744408130645752], "count": [276]}, "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": [1251], "max": [1251], "mean": [1251.0], "std": [0.0], "count": [276]}, "index": {"min": [394144], "max": [394419], "mean": [394281.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [276]}}} +{"episode_index": 1252, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4064241793763404]], [[0.37835101856904874]], [[0.34695885572246477]]], "std": [[[0.26454916812830687]], [[0.24775682753708483]], [[0.23203459259238818]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.5664370966892617]], [[0.4709193725585938]], [[0.43729640048157936]]], "std": [[[0.23935997264431033]], [[0.25514796543195034]], [[0.2194698061272874]]], "count": [100]}, "state": {"min": [-0.21348853409290314, -0.4018612205982208, 0.932608962059021, 2.9065628051757812, -0.13359162211418152, -0.08746509253978729, 0.001987634925171733, -0.04001057893037796], "max": [0.14509323239326477, 0.03683215752243996, 1.2101168632507324, 3.2673020362854004, 0.2875746190547943, 0.15270495414733887, 0.039883315563201904, -0.0011472429614514112], "mean": [-0.06818874925374985, -0.1849963366985321, 1.109866738319397, 3.0637869834899902, -0.0019190289312973619, -0.020586378872394562, 0.016727136448025703, -0.016767019405961037], "std": [0.13760726153850555, 0.17357806861400604, 0.08961763978004456, 0.08619801700115204, 0.10805272310972214, 0.042990792542696, 0.01786758564412594, 0.01792166940867901], "count": [413]}, "actions": {"min": [-0.4358401894569397, -1.1025949716567993, -0.6505628228187561, -0.15484532713890076, -0.1743057370185852, -0.08886448293924332, -1.0], "max": [0.6663649678230286, 1.033022403717041, 0.9781315326690674, 0.18559160828590393, 0.13458417356014252, 0.10871690511703491, 1.0], "mean": [0.06628052145242691, 0.005889235530048609, -0.03701825067400932, -0.004087777808308601, 0.0030364326667040586, 0.0018696903716772795, 0.23486682772636414], "std": [0.13876894116401672, 0.25995370745658875, 0.21520231664180756, 0.045869264751672745, 0.04383911192417145, 0.030496342107653618, 0.9720258116722107], "count": [413]}, "timestamp": {"min": [0.0], "max": [41.2], "mean": [20.599999999999998], "std": [11.922248110151038], "count": [413]}, "frame_index": {"min": [0], "max": [412], "mean": [206.0], "std": [119.22248110151038], "count": [413]}, "episode_index": {"min": [1252], "max": [1252], "mean": [1252.0], "std": [0.0], "count": [413]}, "index": {"min": [394420], "max": [394832], "mean": [394626.0], "std": [119.22248110151038], "count": [413]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [413]}}} +{"episode_index": 1253, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4107514199649586]], [[0.3830418509689032]], [[0.35146117565678614]]], "std": [[[0.26303252258886456]], [[0.24633046034366216]], [[0.23069592968945526]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.559646209118413]], [[0.46471660599054077]], [[0.4316114101035922]]], "std": [[[0.2404986316373366]], [[0.25517511545413785]], [[0.21927021407688013]]], "count": [100]}, "state": {"min": [-0.2391628921031952, -0.381575345993042, 0.9274863600730896, 2.793278455734253, -0.08083026856184006, -0.04931246116757393, 0.0019422281766310334, -0.04002021253108978], "max": [0.14596852660179138, 0.04831280931830406, 1.1852805614471436, 3.0854923725128174, 0.2620741128921509, 0.1316462904214859, 0.03986518830060959, -0.001258950331248343], "mean": [-0.1040237545967102, -0.1691466122865677, 1.1053317785263062, 3.009847640991211, 0.03183932974934578, 0.010494544170796871, 0.016865652054548264, -0.016960468143224716], "std": [0.1374288946390152, 0.15707050263881683, 0.07823959738016129, 0.07776111364364624, 0.0911308154463768, 0.032982636243104935, 0.018048357218503952, 0.01815894804894924], "count": [405]}, "actions": {"min": [-0.4992719292640686, -2.3385791778564453, -0.9046121835708618, -0.3027077913284302, -0.17314337193965912, -0.1335400491952896, -1.0], "max": [2.3083393573760986, 1.1981667280197144, 0.9197783470153809, 0.1767725944519043, 0.12096578627824783, 0.1717853993177414, 1.0], "mean": [0.08072483539581299, 0.0005351611762307584, -0.039130162447690964, -0.0004906556569039822, 0.002001493703573942, 0.0007583925616927445, 0.21975308656692505], "std": [0.1869475394487381, 0.2733769118785858, 0.21790368854999542, 0.046218011528253555, 0.040647681802511215, 0.03547470271587372, 0.9755573272705078], "count": [405]}, "timestamp": {"min": [0.0], "max": [40.4], "mean": [20.2], "std": [11.691307312130096], "count": [405]}, "frame_index": {"min": [0], "max": [404], "mean": [202.0], "std": [116.91307312130097], "count": [405]}, "episode_index": {"min": [1253], "max": [1253], "mean": [1253.0], "std": [0.0], "count": [405]}, "index": {"min": [394833], "max": [395237], "mean": [395035.0], "std": [116.91307312130097], "count": [405]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [405]}}} +{"episode_index": 1254, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4132777309043735]], [[0.38507279818665746]], [[0.35314593446020986]]], "std": [[[0.26422114634918287]], [[0.24772177916637392]], [[0.2322148519523495]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5661484135646445]], [[0.4718291027592678]], [[0.437924913593367]]], "std": [[[0.23345722651107584]], [[0.25163644231152643]], [[0.215927884433687]]], "count": [100]}, "state": {"min": [-0.2145858108997345, -0.4069744944572449, 0.9427461624145508, 2.926874876022339, -0.20391911268234253, -0.06601741909980774, 0.0017178085399791598, -0.0400136336684227], "max": [0.15328705310821533, 0.05515779182314873, 1.2562683820724487, 3.1367931365966797, 0.2712864577770233, 0.17109420895576477, 0.03979441896080971, -0.0020256699062883854], "mean": [-0.08325035125017166, -0.1782987117767334, 1.133585810661316, 3.0177724361419678, -0.025279143825173378, 0.03768133372068405, 0.015092970803380013, -0.015343453735113144], "std": [0.1385042518377304, 0.17801055312156677, 0.09370379894971848, 0.05570688843727112, 0.12377059459686279, 0.05573611706495285, 0.017715182155370712, 0.017729993909597397], "count": [414]}, "actions": {"min": [-0.28323712944984436, -0.9975263476371765, -0.6166092157363892, -0.2540433406829834, -0.12923046946525574, -0.1228933110833168, -1.0], "max": [0.6625987887382507, 0.9049564599990845, 0.7765874862670898, 0.14017564058303833, 0.12070886045694351, 0.08940781652927399, 1.0], "mean": [0.07197614759206772, 0.01711493544280529, -0.0266046691685915, -0.002296153223142028, 0.00038145558210089803, 0.002131819259375334, 0.2995169162750244], "std": [0.13267797231674194, 0.2636934220790863, 0.22571644186973572, 0.03619758039712906, 0.036585837602615356, 0.029549872502684593, 0.9540877938270569], "count": [414]}, "timestamp": {"min": [0.0], "max": [41.3], "mean": [20.650000000000002], "std": [11.95111570802771], "count": [414]}, "frame_index": {"min": [0], "max": [413], "mean": [206.5], "std": [119.5111570802771], "count": [414]}, "episode_index": {"min": [1254], "max": [1254], "mean": [1254.0], "std": [0.0], "count": [414]}, "index": {"min": [395238], "max": [395651], "mean": [395444.5], "std": [119.5111570802771], "count": [414]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [414]}}} +{"episode_index": 1255, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41210516716452206]], [[0.3838209090887331]], [[0.35205190561331956]]], "std": [[[0.26371821195712014]], [[0.2469466699055908]], [[0.23088841854887465]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5535558352002911]], [[0.46648794615502454]], [[0.4312900163239124]]], "std": [[[0.24225164297732096]], [[0.2531336021216118]], [[0.21815599889666173]]], "count": [100]}, "state": {"min": [-0.22834374010562897, -0.40765857696533203, 0.9283193349838257, 2.9663705825805664, -0.14521178603172302, -0.1445760577917099, 0.0019111641449853778, -0.040013089776039124], "max": [0.14811843633651733, -0.001743331435136497, 1.2458140850067139, 3.1891846656799316, 0.3214494287967682, 0.05230415612459183, 0.03992593288421631, -0.0020097310189157724], "mean": [-0.11830614507198334, -0.2738177180290222, 1.1281198263168335, 3.0824360847473145, 0.04469244182109833, -0.08449873328208923, 0.020434647798538208, -0.02053186669945717], "std": [0.12485585361719131, 0.10931583493947983, 0.09324318915605545, 0.05152371898293495, 0.14971567690372467, 0.03788178786635399, 0.018524864688515663, 0.018554434180259705], "count": [363]}, "actions": {"min": [-0.379219651222229, -1.113050103187561, -0.6960870027542114, -0.1501634418964386, -0.15881164371967316, -0.11020876467227936, -1.0], "max": [0.6673422455787659, 0.6284857988357544, 0.8934189081192017, 0.3160673975944519, 0.1614522784948349, 0.22422821819782257, 1.0], "mean": [0.07943009585142136, -0.038845743983983994, -0.004724958911538124, -0.0027893988881260157, 0.00019758119015023112, 0.0011389966821298003, 0.024793388321995735], "std": [0.1717175841331482, 0.2507738173007965, 0.22731417417526245, 0.05086684972047806, 0.04503873363137245, 0.03425129875540733, 0.9996922612190247], "count": [363]}, "timestamp": {"min": [0.0], "max": [36.2], "mean": [18.099999999999998], "std": [10.478867623301035], "count": [363]}, "frame_index": {"min": [0], "max": [362], "mean": [181.0], "std": [104.78867623301034], "count": [363]}, "episode_index": {"min": [1255], "max": [1255], "mean": [1255.0], "std": [0.0], "count": [363]}, "index": {"min": [395652], "max": [396014], "mean": [395833.0], "std": [104.78867623301034], "count": [363]}, "task_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [363]}}} +{"episode_index": 1256, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4168028767903646]], [[0.3880010358025046]], [[0.3559197537291284]]], "std": [[[0.2632838934352645]], [[0.24703183854847857]], [[0.23125914881445536]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5504264807607614]], [[0.46068408681832107]], [[0.4272071880265778]]], "std": [[[0.2242964082838296]], [[0.24044187350402046]], [[0.20565814461923734]]], "count": [100]}, "state": {"min": [-0.2759728729724884, -0.3758414387702942, 0.9423076510429382, 2.740872383117676, -0.2480674535036087, -0.08746295422315598, 0.002173571614548564, -0.04001715034246445], "max": [0.1517578810453415, -0.054485075175762177, 1.33637535572052, 3.134718894958496, 0.20948775112628937, 0.07649675011634827, 0.03978339582681656, -0.0026475393678992987], "mean": [-0.1101403683423996, -0.22565272450447083, 1.1743292808532715, 2.9019699096679688, -0.054945606738328934, -0.009596377611160278, 0.017838677391409874, -0.018148405477404594], "std": [0.1544051319360733, 0.10029710829257965, 0.10747725516557693, 0.10855663567781448, 0.121609628200531, 0.04057815298438072, 0.018037093803286552, 0.01797986589372158], "count": [389]}, "actions": {"min": [-0.8011553883552551, -1.0549869537353516, -0.6998046040534973, -0.15756499767303467, -0.1776135116815567, -0.20062696933746338, -1.0], "max": [0.6759625673294067, 1.06496000289917, 1.1386357545852661, 0.2795431315898895, 0.16599145531654358, 0.11773619055747986, 1.0], "mean": [0.062468595802783966, -0.028055936098098755, -0.0011742113856598735, -0.005184745416045189, -0.0011229842202737927, -0.000734120374545455, 0.17223650217056274], "std": [0.19175492227077484, 0.254043310880661, 0.254356324672699, 0.051299579441547394, 0.03831721842288971, 0.03846316784620285, 0.9850543141365051], "count": [389]}, "timestamp": {"min": [0.0], "max": [38.8], "mean": [19.400000000000002], "std": [11.229425630903837], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [1256], "max": [1256], "mean": [1256.0], "std": [0.0], "count": [389]}, "index": {"min": [396015], "max": [396403], "mean": [396209.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [389]}}} +{"episode_index": 1257, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41230803725298715]], [[0.3841406932157629]], [[0.35307568538890166]]], "std": [[[0.2628625037495754]], [[0.24627375263305015]], [[0.2302883003185775]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5516139454561122]], [[0.464603645474303]], [[0.42940164423923866]]], "std": [[[0.2317779216115547]], [[0.24254234099902744]], [[0.20804701888512292]]], "count": [100]}, "state": {"min": [-0.20462246239185333, -0.38716673851013184, 0.9298650622367859, 2.7799808979034424, -0.14423997700214386, -0.13200049102306366, 0.0016953640151768923, -0.04001642018556595], "max": [0.15513907372951508, -0.024632561951875687, 1.2196272611618042, 3.055049180984497, 0.3354056477546692, 0.04531428962945938, 0.03974790498614311, -0.0024077235721051693], "mean": [-0.08029235154390335, -0.2734122574329376, 1.1190178394317627, 2.8890576362609863, 0.057231660932302475, -0.02913820371031761, 0.020409997552633286, -0.020941467955708504], "std": [0.11828429996967316, 0.0941767767071724, 0.08538571000099182, 0.05884363874793053, 0.1267806589603424, 0.047831401228904724, 0.018473798409104347, 0.018283283337950706], "count": [324]}, "actions": {"min": [-0.7473469376564026, -1.2940223217010498, -0.7843027710914612, -0.2519654631614685, -0.1501937061548233, -0.13721568882465363, -1.0], "max": [0.7307024598121643, 0.6269577145576477, 0.7371525764465332, 0.2849723994731903, 0.1514558643102646, 0.26229628920555115, 1.0], "mean": [0.08590829372406006, -0.04284091666340828, -0.01219874806702137, -0.005256305914372206, 0.0012950124219059944, -0.0022530423011630774, 0.018518518656492233], "std": [0.17192189395427704, 0.23317570984363556, 0.23235274851322174, 0.05261730030179024, 0.04789707064628601, 0.04648211970925331, 0.9998288154602051], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [1257], "max": [1257], "mean": [1257.0], "std": [0.0], "count": [324]}, "index": {"min": [396404], "max": [396727], "mean": [396565.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [324]}}} +{"episode_index": 1258, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4155452773150276]], [[0.3867013519885493]], [[0.35477797564338237]]], "std": [[[0.2636198824575958]], [[0.24635200869636237]], [[0.22978584757695153]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5472459465475644]], [[0.45764080870385265]], [[0.4234228886623009]]], "std": [[[0.23540430715848554]], [[0.24801211480144625]], [[0.213323835232035]]], "count": [100]}, "state": {"min": [-0.19817481935024261, -0.3865513205528259, 0.9440191984176636, 2.7389843463897705, -0.08026933670043945, -0.15452732145786285, 0.0020327558740973473, -0.04002030938863754], "max": [0.13021191954612732, -0.06564664095640182, 1.1983920335769653, 3.0343799591064453, 0.32584041357040405, -0.017751948907971382, 0.039705630391836166, -0.002662465674802661], "mean": [-0.10209944099187851, -0.26370903849601746, 1.1106294393539429, 2.8911783695220947, 0.07353508472442627, -0.08965391665697098, 0.019567066803574562, -0.019929692149162292], "std": [0.11438535153865814, 0.0941275879740715, 0.07599883526563644, 0.08697468042373657, 0.11824449896812439, 0.030334101989865303, 0.01819245144724846, 0.018146315589547157], "count": [296]}, "actions": {"min": [-0.3577531576156616, -1.2300339937210083, -0.5780503153800964, -0.18046143651008606, -0.15536987781524658, -0.09987573325634003, -1.0], "max": [0.7454632520675659, 0.5792236328125, 0.7028979063034058, 0.17523345351219177, 0.13150426745414734, 0.10074030607938766, 1.0], "mean": [0.07955682277679443, -0.0309583842754364, -0.008571896702051163, -0.0017122195567935705, -1.8757835277938284e-05, -0.0015214454615488648, 0.07432432472705841], "std": [0.1663757562637329, 0.23340767621994019, 0.20562180876731873, 0.0458611361682415, 0.04528001695871353, 0.029534749686717987, 0.9972336888313293], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [1258], "max": [1258], "mean": [1258.0], "std": [0.0], "count": [296]}, "index": {"min": [396728], "max": [397023], "mean": [396875.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [296]}}} +{"episode_index": 1259, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4116790406470205]], [[0.38302682016410083]], [[0.3514178586473652]]], "std": [[[0.2633111667896105]], [[0.2460588765868397]], [[0.22937933131152702]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5533104565190333]], [[0.46956997560987285]], [[0.4341225711598116]]], "std": [[[0.24404341364888052]], [[0.2513577954666291]], [[0.21698583904206956]]], "count": [100]}, "state": {"min": [-0.22683338820934296, -0.37780407071113586, 0.9336732625961304, 2.8630177974700928, -0.06955065578222275, -0.14808635413646698, 0.0016239086398854852, -0.04001258313655853], "max": [0.13005870580673218, 0.001184956869110465, 1.2438369989395142, 3.196230411529541, 0.34292906522750854, 0.04631830006837845, 0.039871592074632645, -0.001892250613309443], "mean": [-0.09908777475357056, -0.2495558261871338, 1.1275509595870972, 3.005657911300659, 0.06203651428222656, -0.07730810344219208, 0.02016441710293293, -0.020375609397888184], "std": [0.12405206263065338, 0.09724565595388412, 0.09000255912542343, 0.07960382848978043, 0.11819465458393097, 0.04828421771526337, 0.01853223517537117, 0.018477175384759903], "count": [338]}, "actions": {"min": [-0.3621174097061157, -1.5160788297653198, -0.8392329812049866, -0.20987115800380707, -0.14598287642002106, -0.15496154129505157, -1.0], "max": [0.8073026537895203, 0.5452237725257874, 0.7830598950386047, 0.1424601823091507, 0.1646537482738495, 0.11725405603647232, 1.0], "mean": [0.08084849268198013, -0.04904782027006149, -0.006844313349574804, -0.004400653298944235, 0.0021747881546616554, 0.000349284615367651, 0.03550295904278755], "std": [0.1689973771572113, 0.232665553689003, 0.24354948103427887, 0.04400564357638359, 0.04786069318652153, 0.036550335586071014, 0.9993703961372375], "count": [338]}, "timestamp": {"min": [0.0], "max": [33.7], "mean": [16.85], "std": [9.75717684578895], "count": [338]}, "frame_index": {"min": [0], "max": [337], "mean": [168.5], "std": [97.5717684578895], "count": [338]}, "episode_index": {"min": [1259], "max": [1259], "mean": [1259.0], "std": [0.0], "count": [338]}, "index": {"min": [397024], "max": [397361], "mean": [397192.5], "std": [97.5717684578895], "count": [338]}, "task_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [338]}}} +{"episode_index": 1260, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4157979431152344]], [[0.385286387125651]], [[0.3444980534572228]]], "std": [[[0.25838706254151733]], [[0.237309145099776]], [[0.22049457328392896]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5335794593960631]], [[0.5027397353228401]], [[0.4652595843146829]]], "std": [[[0.2450899550539468]], [[0.2137067148439338]], [[0.19605215747859966]]], "count": [100]}, "state": {"min": [-0.2705659866333008, -0.36273983120918274, 0.9283263683319092, 2.872126579284668, -0.10567513108253479, -0.06908025592565536, 0.002289787633344531, -0.04000579193234444], "max": [-0.05747988820075989, 0.04088621586561203, 1.176775574684143, 3.173427104949951, 0.14976929128170013, 0.06945336610078812, 0.039894551038742065, -0.0025472240522503853], "mean": [-0.15745843946933746, -0.13098129630088806, 1.0635015964508057, 3.043736457824707, 0.012767522595822811, -0.012008355930447578, 0.015401791781187057, -0.015526763163506985], "std": [0.072329081594944, 0.16558310389518738, 0.06980417668819427, 0.07785594463348389, 0.0651780217885971, 0.03883178532123566, 0.017211439087986946, 0.01717601716518402], "count": [283]}, "actions": {"min": [-0.42890748381614685, -0.8450925946235657, -0.7446547150611877, -0.18972603976726532, -0.14670993387699127, -0.10194683074951172, -1.0], "max": [0.8624177575111389, 0.4056682288646698, 0.6631612777709961, 0.2263297438621521, 0.22442373633384705, 0.1395748108625412, 1.0], "mean": [-0.005579788703471422, -0.0947306752204895, -0.03850863501429558, -0.00395856611430645, -0.004250669851899147, -0.0016521767247468233, 0.3074204921722412], "std": [0.17871449887752533, 0.1966390162706375, 0.21526089310646057, 0.04414733126759529, 0.03939175605773926, 0.028002746403217316, 0.9515718221664429], "count": [283]}, "timestamp": {"min": [0.0], "max": [28.2], "mean": [14.100000000000001], "std": [8.16945530620004], "count": [283]}, "frame_index": {"min": [0], "max": [282], "mean": [141.0], "std": [81.69455306200041], "count": [283]}, "episode_index": {"min": [1260], "max": [1260], "mean": [1260.0], "std": [0.0], "count": [283]}, "index": {"min": [397362], "max": [397644], "mean": [397503.0], "std": [81.69455306200041], "count": [283]}, "task_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [283]}}} +{"episode_index": 1261, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4079007903454351]], [[0.37837723735734524]], [[0.33839918069278496]]], "std": [[[0.2584010789265455]], [[0.2380159847831987]], [[0.2219183467896347]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5266350540460325]], [[0.4951751523485371]], [[0.45603311994964]]], "std": [[[0.25038316971646424]], [[0.22048376708255332]], [[0.204083048420625]]], "count": [100]}, "state": {"min": [-0.21821793913841248, -0.35510674118995667, 0.9308041930198669, 2.735206127166748, -0.10000801086425781, -0.07368948310613632, 0.0020897879730910063, -0.039986204355955124], "max": [-0.0330054797232151, 0.04194098338484764, 1.1723955869674683, 3.227025270462036, 0.164851576089859, 0.09021839499473572, 0.04000663757324219, -0.0024958481080830097], "mean": [-0.10942963510751724, -0.07734882831573486, 1.043180227279663, 3.063380002975464, 0.027985721826553345, 0.010916518978774548, 0.0208144448697567, -0.020885460078716278], "std": [0.06687808036804199, 0.15025684237480164, 0.06336096674203873, 0.15622729063034058, 0.08075220882892609, 0.05419899895787239, 0.018216267228126526, 0.01812969520688057], "count": [258]}, "actions": {"min": [-0.47515973448753357, -1.1961846351623535, -0.828281044960022, -0.19416069984436035, -0.2261599600315094, -0.10260482877492905, -1.0], "max": [0.8525143265724182, 0.2911801040172577, 0.5076229572296143, 0.3075571358203888, 0.23016102612018585, 0.10708782821893692, 1.0], "mean": [-0.006225634831935167, -0.11070123314857483, -0.06494278460741043, -0.011126497760415077, -0.0024788142181932926, 2.9486582207027823e-05, 0.01550387591123581], "std": [0.17718897759914398, 0.22835877537727356, 0.18914055824279785, 0.043058741837739944, 0.04542425647377968, 0.027425596490502357, 0.999881386756897], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [1261], "max": [1261], "mean": [1261.0], "std": [0.0], "count": [258]}, "index": {"min": [397645], "max": [397902], "mean": [397773.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [258]}}} +{"episode_index": 1262, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115226757573146]], [[0.3813242743997013]], [[0.3405141715255438]]], "std": [[[0.2586794387360896]], [[0.23758521382211734]], [[0.22058998304413624]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5350478689156326]], [[0.5051525424134498]], [[0.46899520036285997]]], "std": [[[0.2475590992351521]], [[0.21601253620579905]], [[0.1975250478151696]]], "count": [100]}, "state": {"min": [-0.28402844071388245, -0.3966822624206543, 0.9326205253601074, 2.975076198577881, -0.04277191683650017, -0.16597148776054382, 0.0023924969136714935, -0.04000592976808548], "max": [-0.060253243893384933, 0.030746756121516228, 1.1548089981079102, 3.2691986560821533, 0.13476727902889252, 0.0554482638835907, 0.040662165731191635, -0.0024950241204351187], "mean": [-0.15979772806167603, -0.13450045883655548, 1.0432798862457275, 3.0850484371185303, 0.047765202820301056, -0.04559636116027832, 0.017758619040250778, -0.017751265317201614], "std": [0.07506425678730011, 0.17346903681755066, 0.05767955631017685, 0.07891383767127991, 0.0506272166967392, 0.06756490468978882, 0.017845168709754944, 0.017786268144845963], "count": [278]}, "actions": {"min": [-0.5617774724960327, -1.033955693244934, -0.6592869758605957, -0.20764784514904022, -0.15817506611347198, -0.1437833309173584, -1.0], "max": [0.6641345024108887, 0.6160116791725159, 0.466128408908844, 0.19963257014751434, 0.23357713222503662, 0.14591364562511444, 1.0], "mean": [-0.001588118146173656, -0.09760769456624985, -0.049186788499355316, -0.0011916207149624825, -0.0015969581436365843, -0.003091192338615656, 0.17985612154006958], "std": [0.201058492064476, 0.23533697426319122, 0.193393737077713, 0.04641061648726463, 0.0454607717692852, 0.040728263556957245, 0.9836933016777039], "count": [278]}, "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": [1262], "max": [1262], "mean": [1262.0], "std": [0.0], "count": [278]}, "index": {"min": [397903], "max": [398180], "mean": [398041.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1263, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4106143038880591]], [[0.3804797692392387]], [[0.3397806587967218]]], "std": [[[0.25856654897384085]], [[0.23795849957328694]], [[0.22147464468561026]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5361627520392923]], [[0.5080501559388404]], [[0.4737204625746783]]], "std": [[[0.2405623151485888]], [[0.20781941150780392]], [[0.18963929328410548]]], "count": [100]}, "state": {"min": [-0.255887508392334, -0.375336617231369, 0.921021044254303, 2.776115894317627, -0.1811191588640213, 0.023026613518595695, 0.0022266570013016462, -0.040004830807447433], "max": [-0.0625138059258461, 0.03923654183745384, 1.1377778053283691, 3.1555497646331787, 0.17737874388694763, 0.151235893368721, 0.03996983543038368, -0.002602898282930255], "mean": [-0.16217325627803802, -0.12623882293701172, 1.0377650260925293, 3.0339269638061523, -0.05033724755048752, 0.08376604318618774, 0.016372250393033028, -0.016570905223488808], "std": [0.07127567380666733, 0.16268107295036316, 0.05966498702764511, 0.10667060315608978, 0.0996512770652771, 0.03650503605604172, 0.017678212374448776, 0.017530830577015877], "count": [304]}, "actions": {"min": [-0.6328198909759521, -0.831434428691864, -0.7243363261222839, -0.22983138263225555, -0.1383374035358429, -0.08507248014211655, -1.0], "max": [0.2441733181476593, 0.5698806643486023, 0.5104990005493164, 0.13444127142429352, 0.11450590938329697, 0.17303462326526642, 1.0], "mean": [-0.0160045363008976, -0.08750595152378082, -0.0257900208234787, -0.0057103899307549, -0.00544048473238945, 0.00012968033843208104, 0.2565789520740509], "std": [0.13235530257225037, 0.1953030526638031, 0.19110558927059174, 0.03877546265721321, 0.03741456940770149, 0.031113747507333755, 0.9665223956108093], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [1263], "max": [1263], "mean": [1263.0], "std": [0.0], "count": [304]}, "index": {"min": [398181], "max": [398484], "mean": [398332.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [304]}}} +{"episode_index": 1264, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4103229130763633]], [[0.3805690301633348]], [[0.34043176449046414]]], "std": [[[0.2589446329092547]], [[0.23847746859798663]], [[0.22229636416375673]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5228604239669501]], [[0.4913887197457108]], [[0.4517940566119026]]], "std": [[[0.25256805599889925]], [[0.22190745870141904]], [[0.20498047030878444]]], "count": [100]}, "state": {"min": [-0.22958357632160187, -0.35237666964530945, 0.9358579516410828, 2.8925509452819824, -0.14110307395458221, -0.15983638167381287, 0.002353342017158866, -0.03993773087859154], "max": [-0.05413656681776047, 0.02023494802415371, 1.178086757659912, 3.317378044128418, 0.1779547482728958, -0.008727998472750187, 0.04000599682331085, -0.002491733990609646], "mean": [-0.12893274426460266, -0.10152691602706909, 1.0549980401992798, 3.151895761489868, -0.016452519223093987, -0.0889195129275322, 0.019322922453284264, -0.019241832196712494], "std": [0.06276056170463562, 0.1437198668718338, 0.07059212774038315, 0.1144663617014885, 0.09235332161188126, 0.04228975623846054, 0.018069518730044365, 0.01805928535759449], "count": [267]}, "actions": {"min": [-0.43278032541275024, -0.8530628085136414, -0.7101011872291565, -0.127961203455925, -0.1075349897146225, -0.0654643103480339, -1.0], "max": [0.45338642597198486, 0.25955304503440857, 0.7082725167274475, 0.19619205594062805, 0.21711716055870056, 0.08712387830018997, 1.0], "mean": [0.0030159626621752977, -0.09982706606388092, -0.06025344878435135, -0.007829667069017887, 0.001585970283485949, -0.002668827772140503, 0.10112359374761581], "std": [0.14733655750751495, 0.1988670527935028, 0.20618699491024017, 0.04043161869049072, 0.04099337384104729, 0.021664923056960106, 0.9948749542236328], "count": [267]}, "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": [1264], "max": [1264], "mean": [1264.0], "std": [0.0], "count": [267]}, "index": {"min": [398485], "max": [398751], "mean": [398618.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [267]}}} +{"episode_index": 1265, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41769808959960936]], [[0.3885130998200061]], [[0.34906912889667585]]], "std": [[[0.26032005427573074]], [[0.24074031052601816]], [[0.2258907043503816]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.5786574264227176]], [[0.5348627038095511]], [[0.4849848596909467]]], "std": [[[0.23113317554441165]], [[0.2055579522611042]], [[0.182847774751504]]], "count": [100]}, "state": {"min": [-0.29805415868759155, -0.3903576135635376, 0.9212971329689026, 2.888662576675415, -0.26037517189979553, -0.09819550067186356, 0.0023520432878285646, -0.03996819630265236], "max": [0.1721424162387848, 0.03983287140727043, 1.1907960176467896, 3.2651875019073486, 0.12274158000946045, 0.2670292854309082, 0.04000416025519371, -0.0024567197542637587], "mean": [-0.03674677014350891, -0.12012782692909241, 1.0834227800369263, 3.115520477294922, -0.1032823771238327, 0.08451946079730988, 0.021029863506555557, -0.021004503592848778], "std": [0.17117442190647125, 0.15647442638874054, 0.07931341975927353, 0.1121072843670845, 0.08604392409324646, 0.11411426216363907, 0.018239516764879227, 0.018189702183008194], "count": [376]}, "actions": {"min": [-0.9162651896476746, -1.2772923707962036, -0.5547593832015991, -0.2600765526294708, -0.20888638496398926, -0.18353326618671417, -1.0], "max": [1.211893916130066, 0.5927919745445251, 0.8076756000518799, 0.13564686477184296, 0.17858515679836273, 0.16272354125976562, 1.0], "mean": [0.005851335823535919, -0.08183912187814713, -0.03860636055469513, -0.004590603057295084, -0.005428038537502289, -0.000986320897936821, 0.010638297535479069], "std": [0.29658228158950806, 0.1912631243467331, 0.17350289225578308, 0.05173241347074509, 0.0490303598344326, 0.04884122684597969, 0.9999459981918335], "count": [376]}, "timestamp": {"min": [0.0], "max": [37.5], "mean": [18.75], "std": [10.854146673046206], "count": [376]}, "frame_index": {"min": [0], "max": [375], "mean": [187.5], "std": [108.54146673046205], "count": [376]}, "episode_index": {"min": [1265], "max": [1265], "mean": [1265.0], "std": [0.0], "count": [376]}, "index": {"min": [398752], "max": [399127], "mean": [398939.5], "std": [108.54146673046205], "count": [376]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [376]}}} +{"episode_index": 1266, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4157905213599111]], [[0.3865911302753523]], [[0.3474736405914905]]], "std": [[[0.2602891182510204]], [[0.2406735575647715]], [[0.22561208065564986]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5700707582959942]], [[0.5279217355765548]], [[0.47969878432329965]]], "std": [[[0.22915746640253748]], [[0.20394370566870101]], [[0.1815293289492738]]], "count": [100]}, "state": {"min": [-0.26637378334999084, -0.38142481446266174, 0.9253287315368652, 2.6546428203582764, -0.2772515118122101, 0.05954861268401146, 0.0030723782256245613, -0.040005989372730255], "max": [0.16289399564266205, 0.03242563456296921, 1.195251226425171, 3.116316795349121, 0.08875873684883118, 0.2414366900920868, 0.0399060882627964, -0.004052358213812113], "mean": [-0.04217644780874252, -0.10983537137508392, 1.0896466970443726, 2.9694886207580566, -0.10975702106952667, 0.15344581007957458, 0.019298313185572624, -0.019437821581959724], "std": [0.15891505777835846, 0.14989063143730164, 0.08087554574012756, 0.14334645867347717, 0.10182317346334457, 0.0425669401884079, 0.016924487426877022, 0.016944803297519684], "count": [297]}, "actions": {"min": [-1.0443363189697266, -0.891181468963623, -0.7302967309951782, -0.1697300225496292, -0.2878885865211487, -0.2176371067762375, -1.0], "max": [1.0972867012023926, 0.37293723225593567, 0.8901528716087341, 0.1786099374294281, 0.16129498183727264, 0.1847911924123764, 1.0], "mean": [0.004769528284668922, -0.09340773522853851, -0.03317764401435852, -0.008830477483570576, -0.006664796266704798, -0.001213405979797244, 0.1515151560306549], "std": [0.3456386923789978, 0.18977035582065582, 0.2279752939939499, 0.05331060290336609, 0.05838519707322121, 0.05819951742887497, 0.988455057144165], "count": [297]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.573602898820697], "count": [297]}, "frame_index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "episode_index": {"min": [1266], "max": [1266], "mean": [1266.0], "std": [0.0], "count": [297]}, "index": {"min": [399128], "max": [399424], "mean": [399276.0], "std": [85.73602898820698], "count": [297]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [297]}}} +{"episode_index": 1267, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4159124929390702]], [[0.3869382629394531]], [[0.3478328534294577]]], "std": [[[0.2623925995502713]], [[0.24360932611219696]], [[0.22946565715126815]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.5892766753552007]], [[0.5448107604980469]], [[0.4944480764351639]]], "std": [[[0.22456316238783502]], [[0.1989434867637935]], [[0.1763725774829628]]], "count": [100]}, "state": {"min": [-0.25389692187309265, -0.3833824396133423, 0.921220064163208, 2.8349249362945557, -0.4230542480945587, -0.015409786254167557, 0.0023854339960962534, -0.040003154426813126], "max": [0.16932843625545502, 0.04094454646110535, 1.1800520420074463, 3.1885647773742676, 0.13749758899211884, 0.21206578612327576, 0.04000212624669075, -0.002484668977558613], "mean": [-0.010374270379543304, -0.11156260222196579, 1.077569603919983, 3.068326473236084, -0.1873534470796585, 0.11872908473014832, 0.020616019144654274, -0.020620791241526604], "std": [0.15535829961299896, 0.14874494075775146, 0.08674927055835724, 0.0888032391667366, 0.16561223566532135, 0.05327226221561432, 0.018038365989923477, 0.018081290647387505], "count": [258]}, "actions": {"min": [-1.0511387586593628, -0.9870200753211975, -0.9358446002006531, -0.1712665855884552, -0.251117080450058, -0.24671033024787903, -1.0], "max": [0.8690236806869507, 0.8222641348838806, 0.8643907904624939, 0.23316968977451324, 0.14356409013271332, 0.21295161545276642, 1.0], "mean": [0.014628996141254902, -0.11713970452547073, -0.06499277055263519, -0.0037855920381844044, -0.005212869495153427, -0.0030933956149965525, 0.03875968977808952], "std": [0.37316712737083435, 0.2700139284133911, 0.25974905490875244, 0.06308246403932571, 0.06102791428565979, 0.06864786893129349, 0.9992483854293823], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [1267], "max": [1267], "mean": [1267.0], "std": [0.0], "count": [258]}, "index": {"min": [399425], "max": [399682], "mean": [399553.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [258]}}} +{"episode_index": 1268, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42001630596086087]], [[0.39044706935508583]], [[0.3513850187413833]]], "std": [[[0.26049206012289]], [[0.24067634929409987]], [[0.2253959322244691]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5874682455623851]], [[0.5438807492723652]], [[0.49519830322265623]]], "std": [[[0.2323222196780478]], [[0.20679574672284814]], [[0.1828893913299006]]], "count": [100]}, "state": {"min": [-0.2153502106666565, -0.3625824749469757, 0.9226842522621155, 2.8749277591705322, -0.187450110912323, -0.05571930855512619, 0.002277267863973975, -0.040008798241615295], "max": [0.17481651902198792, 0.05149604752659798, 1.2565819025039673, 3.1159889698028564, 0.20200376212596893, 0.31443244218826294, 0.039901942014694214, -0.0026097337249666452], "mean": [0.010364177636802197, -0.11335436254739761, 1.1241282224655151, 3.0300002098083496, -0.016282986849546432, 0.13484437763690948, 0.020141102373600006, -0.020200155675411224], "std": [0.14829736948013306, 0.15365765988826752, 0.10429739952087402, 0.049638450145721436, 0.08490395545959473, 0.10947239398956299, 0.01838778518140316, 0.018397653475403786], "count": [452]}, "actions": {"min": [-0.9366610646247864, -0.7277495861053467, -0.6193565130233765, -0.14247237145900726, -0.14672031998634338, -0.228862464427948, -1.0], "max": [1.077807068824768, 0.44801339507102966, 0.5349200963973999, 0.12591972947120667, 0.12711752951145172, 0.1503082513809204, 1.0], "mean": [-0.011442985385656357, -0.06872919946908951, -0.051773831248283386, -0.0050781285390257835, -0.0038351688999682665, 0.000641393824480474, 0.07079645991325378], "std": [0.23234662413597107, 0.15724125504493713, 0.1870492398738861, 0.035556331276893616, 0.03783909231424332, 0.04680019989609718, 0.9974945783615112], "count": [452]}, "timestamp": {"min": [0.0], "max": [45.1], "mean": [22.55], "std": [13.048084150556356], "count": [452]}, "frame_index": {"min": [0], "max": [451], "mean": [225.5], "std": [130.48084150556357], "count": [452]}, "episode_index": {"min": [1268], "max": [1268], "mean": [1268.0], "std": [0.0], "count": [452]}, "index": {"min": [399683], "max": [400134], "mean": [399908.5], "std": [130.48084150556357], "count": [452]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [452]}}} +{"episode_index": 1269, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41395652561561735]], [[0.3849851301604626]], [[0.34584637092141546]]], "std": [[[0.26304624161998]], [[0.2439251457019584]], [[0.22935465016565057]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5750946553548177]], [[0.5315809619379979]], [[0.4816667007745481]]], "std": [[[0.2277949884535955]], [[0.20251266481889743]], [[0.18056120768865971]]], "count": [100]}, "state": {"min": [-0.24453890323638916, -0.383806049823761, 0.9252881407737732, 2.759479522705078, -0.4490121603012085, -0.06410147249698639, 0.001627897028811276, -0.0400085486471653], "max": [0.1666630655527115, 0.022739877924323082, 1.2109193801879883, 3.0994880199432373, 0.08672676980495453, 0.32493528723716736, 0.03987889736890793, -0.001181238447315991], "mean": [-0.025025736540555954, -0.10911285877227783, 1.0774866342544556, 2.987441062927246, -0.19546009600162506, 0.13757318258285522, 0.018174663186073303, -0.018032139167189598], "std": [0.15086400508880615, 0.14424119889736176, 0.08151398599147797, 0.08177017420530319, 0.18015681207180023, 0.1087079718708992, 0.018298348411917686, 0.018428632989525795], "count": [289]}, "actions": {"min": [-1.0078376531600952, -0.7721862196922302, -0.714810311794281, -0.17602714896202087, -0.19666457176208496, -0.11932456493377686, -1.0], "max": [1.0352027416229248, 0.3245928883552551, 0.6728258728981018, 0.20200593769550323, 0.1426061987876892, 0.15505234897136688, 1.0], "mean": [0.013336600735783577, -0.1034681424498558, -0.04603736475110054, -0.0049699521623551846, 0.00048740400234237313, 0.001437951228581369, 0.19031141698360443], "std": [0.31151047348976135, 0.18037132918834686, 0.20425613224506378, 0.049064114689826965, 0.05108531191945076, 0.04640611261129379, 0.9817239046096802], "count": [289]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.400000000000002], "std": [8.342661445845685], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [1269], "max": [1269], "mean": [1269.0], "std": [0.0], "count": [289]}, "index": {"min": [400135], "max": [400423], "mean": [400279.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [289]}}} +{"episode_index": 1270, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41905749451880364]], [[0.3900052813361673]], [[0.3509022803213082]]], "std": [[[0.2616094209250746]], [[0.2422253641092863]], [[0.22767166210068407]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5840094263413373]], [[0.5387924433689492]], [[0.4875628931382123]]], "std": [[[0.2352962077456839]], [[0.2097203816762331]], [[0.1869504595232996]]], "count": [100]}, "state": {"min": [-0.22670023143291473, -0.3691912293434143, 0.9216444492340088, 2.871727705001831, -0.26523488759994507, -0.077700674533844, 0.002451225882396102, -0.03997649624943733], "max": [0.1664743274450302, 0.04757940396666527, 1.2025772333145142, 3.294773817062378, 0.09855902194976807, 0.09552410989999771, 0.040006086230278015, -0.0024419003166258335], "mean": [-0.004539452493190765, -0.08908746391534805, 1.0789047479629517, 3.1441216468811035, -0.13569027185440063, 0.016761252656579018, 0.022578751668334007, -0.02251255325973034], "std": [0.1516736000776291, 0.14447380602359772, 0.08503007888793945, 0.11139640212059021, 0.09358849376440048, 0.053288765251636505, 0.01814122311770916, 0.01815432868897915], "count": [289]}, "actions": {"min": [-1.0386874675750732, -1.024169683456421, -0.7330231666564941, -0.19613443315029144, -0.23727647960186005, -0.12564317882061005, -1.0], "max": [0.8715830445289612, 0.5059776902198792, 0.7929255366325378, 0.21862128376960754, 0.14809207618236542, 0.1439567357301712, 1.0], "mean": [0.017633700743317604, -0.10816629230976105, -0.03507604822516441, -0.0073219649493694305, -0.0036383247934281826, 0.0006173739675432444, -0.07266435772180557], "std": [0.32416200637817383, 0.21305428445339203, 0.21354705095291138, 0.058509111404418945, 0.05274203419685364, 0.046218447387218475, 0.9973558783531189], "count": [289]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.400000000000002], "std": [8.342661445845685], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [1270], "max": [1270], "mean": [1270.0], "std": [0.0], "count": [289]}, "index": {"min": [400424], "max": [400712], "mean": [400568.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [289]}}} +{"episode_index": 1271, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40851217651367183]], [[0.3797375966988358]], [[0.34199916645124845]]], "std": [[[0.2604006761484311]], [[0.24107320116996803]], [[0.22672909657032064]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.531340768851486]], [[0.4937316451727175]], [[0.43653880459654565]]], "std": [[[0.2526244516333072]], [[0.22840926638282064]], [[0.208084086420231]]], "count": [100]}, "state": {"min": [-0.17458190023899078, -0.17736279964447021, 0.94453364610672, 2.8372883796691895, -0.2813463807106018, -0.06577335298061371, 0.00241789105348289, -0.04000544548034668], "max": [0.1771754026412964, 0.22911475598812103, 1.2712777853012085, 3.2944085597991943, 0.11824028193950653, 0.28747862577438354, 0.04000508040189743, -0.0024381692055612803], "mean": [0.009322166442871094, -0.0019261816050857306, 1.1211462020874023, 3.083281993865967, -0.06352454423904419, 0.0631207749247551, 0.020352760329842567, -0.02035408280789852], "std": [0.10392504930496216, 0.12523101270198822, 0.09445273876190186, 0.11004079878330231, 0.1039072722196579, 0.10135798156261444, 0.018122706562280655, 0.01819821074604988], "count": [465]}, "actions": {"min": [-0.7698465585708618, -1.3440271615982056, -0.8929582238197327, -0.1724618375301361, -0.1333862841129303, -0.20925723016262054, -1.0], "max": [1.0713239908218384, 0.9011943340301514, 0.6678715348243713, 0.3028523921966553, 0.1718740016222, 0.1638256460428238, 1.0], "mean": [0.051686614751815796, -0.04238751158118248, -0.026311254128813744, -0.00016419759776908904, 0.0031113724689930677, 0.0002955462841782719, 0.07096774131059647], "std": [0.20038455724716187, 0.2641128897666931, 0.2154863476753235, 0.05470887944102287, 0.041543472558259964, 0.047810524702072144, 0.9974780082702637], "count": [465]}, "timestamp": {"min": [0.0], "max": [46.4], "mean": [23.2], "std": [13.423362718285857], "count": [465]}, "frame_index": {"min": [0], "max": [464], "mean": [232.0], "std": [134.23362718285858], "count": [465]}, "episode_index": {"min": [1271], "max": [1271], "mean": [1271.0], "std": [0.0], "count": [465]}, "index": {"min": [400713], "max": [401177], "mean": [400945.0], "std": [134.23362718285858], "count": [465]}, "task_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [465]}}} +{"episode_index": 1272, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40677822696461396]], [[0.3781296380734911]], [[0.340927776261872]]], "std": [[[0.26099581530378174]], [[0.2410751506682433]], [[0.2258488432291897]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5188100484212239]], [[0.48130860751282933]], [[0.42270929134593294]]], "std": [[[0.25784350969492015]], [[0.23325465711796403]], [[0.21245634563826093]]], "count": [100]}, "state": {"min": [-0.17102643847465515, -0.19314853847026825, 0.9306213855743408, 2.9644296169281006, -0.09020449966192245, -0.027278192341327667, 0.001782266073860228, -0.040004123002290726], "max": [0.15015268325805664, 0.2029021978378296, 1.213948130607605, 3.4513514041900635, 0.10416071861982346, 0.27094075083732605, 0.04000644013285637, -0.0018727137940004468], "mean": [-0.005008817184716463, -0.024217529222369194, 1.0923367738723755, 3.1483960151672363, 0.015366287901997566, 0.08661952614784241, 0.021541202440857887, -0.021477244794368744], "std": [0.09383640438318253, 0.12559373676776886, 0.08376175165176392, 0.10431142151355743, 0.046394359320402145, 0.08137766271829605, 0.018215397372841835, 0.01826905831694603], "count": [435]}, "actions": {"min": [-0.9012079238891602, -1.8708730936050415, -1.1871867179870605, -0.22604312002658844, -0.14693260192871094, -0.1565648913383484, -1.0], "max": [0.8252672553062439, 0.9272651672363281, 0.8805988430976868, 0.2554340064525604, 0.18614456057548523, 0.20728880167007446, 1.0], "mean": [0.04335640370845795, -0.03587942570447922, -0.027214953675866127, -0.0017391591100022197, 0.0027003369759768248, 0.0022157735656946898, -0.025287356227636337], "std": [0.19784849882125854, 0.3074966371059418, 0.23435933887958527, 0.04743373021483421, 0.04566814750432968, 0.04304196313023567, 0.9996797442436218], "count": [435]}, "timestamp": {"min": [0.0], "max": [43.4], "mean": [21.7], "std": [12.557335173780569], "count": [435]}, "frame_index": {"min": [0], "max": [434], "mean": [217.0], "std": [125.57335173780568], "count": [435]}, "episode_index": {"min": [1272], "max": [1272], "mean": [1272.0], "std": [0.0], "count": [435]}, "index": {"min": [401178], "max": [401612], "mean": [401395.0], "std": [125.57335173780568], "count": [435]}, "task_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [435]}}} +{"episode_index": 1273, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41006711713005517]], [[0.3821002813601026]], [[0.3452951372931985]]], "std": [[[0.26174699588102623]], [[0.24221315286601108]], [[0.22719577865668675]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.5285318238501456]], [[0.4943581704532399]], [[0.43580005840226715]]], "std": [[[0.2588334606279002]], [[0.23470851934495604]], [[0.21228761708237776]]], "count": [100]}, "state": {"min": [-0.13843058049678802, -0.1756206601858139, 0.9235073924064636, 2.9328789710998535, -0.08316696435213089, -0.08169645816087723, 0.0023735687136650085, -0.04004603996872902], "max": [0.15960563719272614, 0.2356073558330536, 1.2022780179977417, 3.363524913787842, 0.529960036277771, 0.30488696694374084, 0.04000677540898323, -0.002453912515193224], "mean": [0.03737644851207733, -0.02105686627328396, 1.0963135957717896, 3.14298677444458, 0.06170827895402908, 0.11233986914157867, 0.020180974155664444, -0.020177317783236504], "std": [0.07170701026916504, 0.12741610407829285, 0.08042413741350174, 0.09456862509250641, 0.15563595294952393, 0.1196579858660698, 0.017878759652376175, 0.017887603491544724], "count": [443]}, "actions": {"min": [-0.9543688893318176, -1.5883065462112427, -0.7319173812866211, -0.18189221620559692, -0.2452317476272583, -0.1751648634672165, -1.0], "max": [0.5650543570518494, 0.6776930093765259, 1.6135135889053345, 0.2455417811870575, 0.1363481879234314, 0.1715000569820404, 1.0], "mean": [0.007892433553934097, -0.04362835735082626, -0.04701058194041252, -0.0006954933051019907, 0.00021128087246324867, 0.003082755720242858, 0.06997742503881454], "std": [0.20656293630599976, 0.28850358724594116, 0.25178012251853943, 0.0550205335021019, 0.047601018100976944, 0.04463396593928337, 0.9975460171699524], "count": [443]}, "timestamp": {"min": [0.0], "max": [44.2], "mean": [22.1], "std": [12.78827588066507], "count": [443]}, "frame_index": {"min": [0], "max": [442], "mean": [221.0], "std": [127.88275880665071], "count": [443]}, "episode_index": {"min": [1273], "max": [1273], "mean": [1273.0], "std": [0.0], "count": [443]}, "index": {"min": [401613], "max": [402055], "mean": [401834.0], "std": [127.88275880665071], "count": [443]}, "task_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [443]}}} +{"episode_index": 1274, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4173424876358083]], [[0.3884151711359846]], [[0.350115435590049]]], "std": [[[0.26024885264197367]], [[0.24010552219440742]], [[0.22450091924735124]]], "count": [106]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5364153919509284]], [[0.497519574604606]], [[0.44284965071993937]]], "std": [[[0.2638246499432012]], [[0.23884106080896036]], [[0.2158474328830968]]], "count": [106]}, "state": {"min": [-0.18087056279182434, -0.22698992490768433, 0.9195689558982849, 3.0133931636810303, -0.15432453155517578, -0.09757571667432785, 0.0022856423165649176, -0.03992151468992233], "max": [0.1619875282049179, 0.22403904795646667, 1.3078089952468872, 3.3503339290618896, 0.40089935064315796, 0.2578546404838562, 0.040008191019296646, -0.0020848186686635017], "mean": [0.04768354818224907, -0.029037103056907654, 1.1370309591293335, 3.1881237030029297, 0.12114929407835007, 0.12341178208589554, 0.023358888924121857, -0.023351602256298065], "std": [0.0730530396103859, 0.1281372755765915, 0.09549161046743393, 0.08506076037883759, 0.13751442730426788, 0.07725989818572998, 0.018020490184426308, 0.017921211197972298], "count": [506]}, "actions": {"min": [-0.615065336227417, -1.4078359603881836, -0.7660614848136902, -0.25087040662765503, -0.25693848729133606, -0.14666268229484558, -1.0], "max": [0.9092875123023987, 0.7413206100463867, 0.7273703217506409, 0.18106691539287567, 0.1321917325258255, 0.20248287916183472, 1.0], "mean": [0.014574415981769562, -0.025778960436582565, -0.03903960436582565, -0.002629681257531047, -0.000612864620052278, 0.0040203118696808815, -0.0988142266869545], "std": [0.21203985810279846, 0.29990410804748535, 0.24120840430259705, 0.05731534957885742, 0.05016390234231949, 0.04917130246758461, 0.9951065182685852], "count": [506]}, "timestamp": {"min": [0.0], "max": [50.5], "mean": [25.25], "std": [14.60693328525875], "count": [506]}, "frame_index": {"min": [0], "max": [505], "mean": [252.5], "std": [146.0693328525875], "count": [506]}, "episode_index": {"min": [1274], "max": [1274], "mean": [1274.0], "std": [0.0], "count": [506]}, "index": {"min": [402056], "max": [402561], "mean": [402308.5], "std": [146.0693328525875], "count": [506]}, "task_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [506]}}} +{"episode_index": 1275, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4190923905656779]], [[0.39001320820962043]], [[0.3514931361613847]]], "std": [[[0.2627900784450105]], [[0.24300657191424543]], [[0.22829000512655018]]], "count": [102]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5544458549877902]], [[0.5153215671584772]], [[0.45938706388843836]]], "std": [[[0.24714318582749695]], [[0.22152159756350528]], [[0.20086595410138153]]], "count": [102]}, "state": {"min": [-0.18351975083351135, -0.18616867065429688, 0.9296832084655762, 2.9094746112823486, -0.30802300572395325, -0.1256932020187378, 0.0020565418526530266, -0.04000241309404373], "max": [0.15887604653835297, 0.23331739008426666, 1.2828208208084106, 3.2567050457000732, 0.032129619270563126, 0.0887036994099617, 0.04000888019800186, -0.0019685805309563875], "mean": [-0.0028135760221630335, -0.013346357271075249, 1.1235615015029907, 3.132092237472534, -0.1482628583908081, -0.045453060418367386, 0.024048633873462677, -0.024043874815106392], "std": [0.09764014184474945, 0.1226506233215332, 0.09399481117725372, 0.10004587471485138, 0.09064587205648422, 0.058528169989585876, 0.01814999431371689, 0.018055297434329987], "count": [482]}, "actions": {"min": [-0.7916865944862366, -1.4169836044311523, -1.122382402420044, -0.3297341465950012, -0.1263018399477005, -0.3048648238182068, -1.0], "max": [0.8400033712387085, 1.0185956954956055, 0.8516373038291931, 0.17019802331924438, 0.20374366641044617, 0.17165930569171906, 1.0], "mean": [0.020437056198716164, -0.026922596618533134, -0.03187016025185585, -0.002934659831225872, 0.0028847637586295605, 0.00042562841554172337, -0.1369294673204422], "std": [0.21459129452705383, 0.2994322180747986, 0.26173216104507446, 0.05382686108350754, 0.043975744396448135, 0.047727130353450775, 0.9905804991722107], "count": [482]}, "timestamp": {"min": [0.0], "max": [48.1], "mean": [24.05], "std": [13.914111541884376], "count": [482]}, "frame_index": {"min": [0], "max": [481], "mean": [240.5], "std": [139.14111541884375], "count": [482]}, "episode_index": {"min": [1275], "max": [1275], "mean": [1275.0], "std": [0.0], "count": [482]}, "index": {"min": [402562], "max": [403043], "mean": [402802.5], "std": [139.14111541884375], "count": [482]}, "task_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [482]}}} +{"episode_index": 1276, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41526964460870563]], [[0.38635857303621407]], [[0.34731343048155]]], "std": [[[0.26301371123397166]], [[0.24287558562432338]], [[0.2272963722418087]]], "count": [111]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5857717088498194]], [[0.5457134856665604]], [[0.49783341691300675]]], "std": [[[0.24652958423318702]], [[0.2171445425076009]], [[0.19619663065502566]]], "count": [111]}, "state": {"min": [-0.20634594559669495, -0.1589171588420868, 0.9223379492759705, 2.9338510036468506, -0.1046081930398941, -0.17565710842609406, 0.0022106897085905075, -0.04000824689865112], "max": [0.16016681492328644, 0.10630341619253159, 1.2378703355789185, 3.343686103820801, 0.17079214751720428, 0.2823159396648407, 0.04000438377261162, -0.0026869310531765223], "mean": [0.013756359927356243, -0.00835481472313404, 1.0743415355682373, 3.0831234455108643, -9.86040395218879e-05, 0.09534907341003418, 0.024730652570724487, -0.024915708228945732], "std": [0.09078643471002579, 0.07066043466329575, 0.08778471499681473, 0.0977926105260849, 0.06525428593158722, 0.12500685453414917, 0.017360948026180267, 0.01732085645198822], "count": [537]}, "actions": {"min": [-0.859252393245697, -0.6646069288253784, -0.6907485127449036, -0.15918661653995514, -0.19823162257671356, -0.24643100798130035, -1.0], "max": [0.9273051619529724, 0.8559679985046387, 1.3412840366363525, 0.15849672257900238, 0.20131099224090576, 0.20863424241542816, 1.0], "mean": [0.024385835975408554, -0.01046822126954794, -0.03686382248997688, -0.0025033201090991497, 0.003392921993508935, -0.0022010793909430504, -0.15456238389015198], "std": [0.18364405632019043, 0.18181267380714417, 0.21198973059654236, 0.04716676473617554, 0.0500347763299942, 0.055252738296985626, 0.9879802465438843], "count": [537]}, "timestamp": {"min": [0.0], "max": [53.6], "mean": [26.8], "std": [15.501827849213997], "count": [537]}, "frame_index": {"min": [0], "max": [536], "mean": [268.0], "std": [155.01827849213998], "count": [537]}, "episode_index": {"min": [1276], "max": [1276], "mean": [1276.0], "std": [0.0], "count": [537]}, "index": {"min": [403044], "max": [403580], "mean": [403312.0], "std": [155.01827849213998], "count": [537]}, "task_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [537]}}} +{"episode_index": 1277, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4177162963268804]], [[0.3885923557655484]], [[0.3492716212054483]]], "std": [[[0.26478529978537463]], [[0.24534701912337387]], [[0.2307027405635508]]], "count": [120]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5777401239731732]], [[0.5400463218938292]], [[0.49511158662683824]]], "std": [[[0.24313881922560987]], [[0.2128810123985814]], [[0.19081348276614082]]], "count": [120]}, "state": {"min": [-0.1711917668581009, -0.1942145675420761, 0.923209547996521, 2.801558017730713, -0.3439970910549164, -0.055877044796943665, 0.0024426996242254972, -0.04003142938017845], "max": [0.1669110804796219, 0.09285701811313629, 1.2149922847747803, 3.4329283237457275, 0.046515241265296936, 0.3157903552055359, 0.04001002386212349, -0.0024303486570715904], "mean": [-0.00445970706641674, -0.012225748039782047, 1.057496190071106, 3.105771064758301, -0.1800653636455536, 0.10364369302988052, 0.026190629228949547, -0.02632945589721203], "std": [0.09768490493297577, 0.08198232203722, 0.07816851139068604, 0.14515310525894165, 0.10717885196208954, 0.09090708941221237, 0.017483262345194817, 0.017488667741417885], "count": [595]}, "actions": {"min": [-0.8644917011260986, -1.4792602062225342, -1.0540051460266113, -0.2609530985355377, -0.1900666058063507, -0.20861414074897766, -1.0], "max": [1.5311861038208008, 0.9811837077140808, 0.9959138631820679, 0.521824061870575, 0.19528703391551971, 0.174552783370018, 1.0], "mean": [0.030728960409760475, 0.0031935686711221933, -0.0328553169965744, 0.0002035486395470798, 0.003499426646158099, -0.001385057927109301, -0.26386556029319763], "std": [0.20853789150714874, 0.23734025657176971, 0.23255646228790283, 0.06271268427371979, 0.0481671579182148, 0.04693249613046646, 0.9645597338676453], "count": [595]}, "timestamp": {"min": [0.0], "max": [59.4], "mean": [29.7], "std": [17.176146249959565], "count": [595]}, "frame_index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "episode_index": {"min": [1277], "max": [1277], "mean": [1277.0], "std": [0.0], "count": [595]}, "index": {"min": [403581], "max": [404175], "mean": [403878.0], "std": [171.76146249959564], "count": [595]}, "task_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [595]}}} +{"episode_index": 1278, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41171050677941917]], [[0.3833363416600574]], [[0.34480598637908416]]], "std": [[[0.26143736579560634]], [[0.24183845928935788]], [[0.22668857260331618]]], "count": [124]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5813126652697684]], [[0.5404327575953832]], [[0.49256012715696157]]], "std": [[[0.25335095461867535]], [[0.22470731101702854]], [[0.20209915928737895]]], "count": [124]}, "state": {"min": [-0.18406152725219727, -0.17905817925930023, 0.9304081201553345, 2.926412343978882, -0.15711140632629395, -0.05277378484606743, 0.001597134629264474, -0.040008045732975006], "max": [0.16296666860580444, 0.09392976015806198, 1.202744483947754, 3.3844876289367676, 0.2992513179779053, 0.4479081630706787, 0.04000723734498024, -0.0012125386856496334], "mean": [0.03228379413485527, -0.01642437092959881, 1.0843093395233154, 3.1557540893554688, 0.04512370750308037, 0.1513390690088272, 0.025372304022312164, -0.02519216388463974], "std": [0.0906175747513771, 0.08230210840702057, 0.07379460334777832, 0.10438772290945053, 0.11670012027025223, 0.13987717032432556, 0.017870547249913216, 0.01808515191078186], "count": [624]}, "actions": {"min": [-0.7074584364891052, -0.9151730537414551, -1.0909017324447632, -0.18857581913471222, -0.19569949805736542, -0.24000386893749237, -1.0], "max": [0.7343292832374573, 1.0973562002182007, 0.6706850528717041, 0.1885950118303299, 0.1789955198764801, 0.24997010827064514, 1.0], "mean": [0.01426622923463583, -0.011030935682356358, -0.026592591777443886, -0.004448543768376112, -0.0026015883777290583, 0.0008998915436677635, -0.22435897588729858], "std": [0.18517811596393585, 0.22379612922668457, 0.21005210280418396, 0.048713598400354385, 0.046601343899965286, 0.06038627400994301, 0.9745082259178162], "count": [624]}, "timestamp": {"min": [0.0], "max": [62.3], "mean": [31.15], "std": [18.013305267681073], "count": [624]}, "frame_index": {"min": [0], "max": [623], "mean": [311.5], "std": [180.13305267681073], "count": [624]}, "episode_index": {"min": [1278], "max": [1278], "mean": [1278.0], "std": [0.0], "count": [624]}, "index": {"min": [404176], "max": [404799], "mean": [404487.5], "std": [180.13305267681073], "count": [624]}, "task_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [624]}}} +{"episode_index": 1279, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41674239813112746]], [[0.3876669100788243]], [[0.34865037480685207]]], "std": [[[0.2653685189064611]], [[0.24549601399142484]], [[0.2305062094309779]]], "count": [115]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5857820502734041]], [[0.5464064929958906]], [[0.4996687201120258]]], "std": [[[0.24184880089048597]], [[0.21270499014133132]], [[0.19214199301832852]]], "count": [115]}, "state": {"min": [-0.16971836984157562, -0.1519041359424591, 0.9275615811347961, 2.8348891735076904, -0.3626810908317566, -0.0773874968290329, 0.000886590569280088, -0.04070467874407768], "max": [0.16582830250263214, 0.07050036638975143, 1.193084716796875, 3.2058660984039307, 0.14317239820957184, 0.17927774786949158, 0.04000241309404373, -0.002554933074861765], "mean": [-0.0008405348635278642, -0.011199002154171467, 1.0601295232772827, 3.0462756156921387, -0.14893394708633423, 0.05324584245681763, 0.026775093749165535, -0.027486635372042656], "std": [0.09052244573831558, 0.06541436165571213, 0.07337873429059982, 0.10646598786115646, 0.1342121660709381, 0.0794663056731224, 0.01706370897591114, 0.01676167920231819], "count": [565]}, "actions": {"min": [-1.5716729164123535, -0.7511691451072693, -0.7374470829963684, -0.14764893054962158, -0.34598472714424133, -0.1353771984577179, -1.0], "max": [0.7666574120521545, 1.706376552581787, 1.4004112482070923, 0.3150691092014313, 0.14699149131774902, 0.19327068328857422, 1.0], "mean": [0.021455246955156326, -0.0031571886502206326, -0.022420275956392288, -0.0003643358068075031, 0.0020758341997861862, -0.0015992986736819148, -0.2778761088848114], "std": [0.19175098836421967, 0.17819048464298248, 0.21109773218631744, 0.05074978619813919, 0.0465252548456192, 0.03993351012468338, 0.9606156349182129], "count": [565]}, "timestamp": {"min": [0.0], "max": [56.4], "mean": [28.2], "std": [16.31011955811483], "count": [565]}, "frame_index": {"min": [0], "max": [564], "mean": [282.0], "std": [163.10119558114832], "count": [565]}, "episode_index": {"min": [1279], "max": [1279], "mean": [1279.0], "std": [0.0], "count": [565]}, "index": {"min": [404800], "max": [405364], "mean": [405082.0], "std": [163.10119558114832], "count": [565]}, "task_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [565]}}} +{"episode_index": 1280, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41185808847464767]], [[0.3817434016209023]], [[0.342152660295075]]], "std": [[[0.2563339992056116]], [[0.23585254754985388]], [[0.22043042160103604]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.44832349709903496]], [[0.4175237193388097]], [[0.36165596098058367]]], "std": [[[0.2574198885182225]], [[0.23673466293062623]], [[0.212020645718981]]], "count": [100]}, "state": {"min": [-0.2127687782049179, -0.15019634366035461, 0.9690821766853333, 3.046661853790283, -0.12804800271987915, -0.14382362365722656, 0.0018573274137452245, -0.03990364447236061], "max": [0.0028369815554469824, 0.2149469405412674, 1.2664988040924072, 3.3860020637512207, 0.15335753560066223, 0.0485556460916996, 0.04001174494624138, -0.0019382762257009745], "mean": [-0.07961452007293701, 0.062276747077703476, 1.1772174835205078, 3.2098422050476074, 0.01337678637355566, -0.05489719286561012, 0.02153162471950054, -0.021405985578894615], "std": [0.06295455992221832, 0.13818873465061188, 0.06874201446771622, 0.09275743365287781, 0.062252484261989594, 0.0549778938293457, 0.018591102212667465, 0.018418077379465103], "count": [188]}, "actions": {"min": [-0.8905615210533142, -1.5957775115966797, -1.038358211517334, -0.2431384027004242, -0.19759349524974823, -0.1493237465620041, -1.0], "max": [1.7513532638549805, 0.8884838819503784, 0.6021764874458313, 0.3661166727542877, 0.2425011396408081, 0.17125485837459564, 1.0], "mean": [0.08251526951789856, -0.0658145323395729, -0.08752059936523438, -0.0041339946910738945, 0.00439088698476553, 0.005105052143335342, 0.0], "std": [0.2774328589439392, 0.3951902687549591, 0.2762720286846161, 0.06563611328601837, 0.06396524608135223, 0.051667362451553345, 1.0], "count": [188]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [1280], "max": [1280], "mean": [1280.0], "std": [0.0], "count": [188]}, "index": {"min": [405365], "max": [405552], "mean": [405458.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [188]}}} +{"episode_index": 1281, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41947367948644304]], [[0.3891212128283931]], [[0.34940509093041516]]], "std": [[[0.25768415094231667]], [[0.23735650965325183]], [[0.22215307160289888]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4573993655934053]], [[0.4296312261843214]], [[0.3701892837823606]]], "std": [[[0.2551551458371544]], [[0.23583637555308534]], [[0.21014464759385187]]], "count": [100]}, "state": {"min": [-0.20332913100719452, -0.17026889324188232, 1.0031330585479736, 2.9434497356414795, -0.11012587696313858, 0.0045486739836633205, 0.0020119119435548782, -0.04000476375222206], "max": [-0.001989266835153103, 0.25060564279556274, 1.2409878969192505, 3.187497138977051, 0.10678263753652573, 0.18678335845470428, 0.0399310402572155, -0.0023837636690586805], "mean": [-0.058652423322200775, 0.06470612436532974, 1.173386812210083, 3.081094264984131, -0.03472582623362541, 0.08722632378339767, 0.01962166279554367, -0.019746704027056694], "std": [0.05687557905912399, 0.16457562148571014, 0.06051400303840637, 0.062289200723171234, 0.050405483692884445, 0.04835975915193558, 0.017981667071580887, 0.017848560586571693], "count": [220]}, "actions": {"min": [-0.3895151913166046, -1.8586429357528687, -0.7955181002616882, -0.17152567207813263, -0.10624547302722931, -0.13491271436214447, -1.0], "max": [0.7442101836204529, 1.2559068202972412, 0.3350248634815216, 0.22400370240211487, 0.13221487402915955, 0.13009008765220642, 1.0], "mean": [0.0679069459438324, -0.07160618156194687, -0.07607758045196533, -0.003223427338525653, 0.0034274819772690535, 0.002352258889004588, 0.09090909361839294], "std": [0.16019891202449799, 0.4025242328643799, 0.19423258304595947, 0.059714946895837784, 0.037200927734375, 0.04392020404338837, 0.9958595037460327], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [1281], "max": [1281], "mean": [1281.0], "std": [0.0], "count": [220]}, "index": {"min": [405553], "max": [405772], "mean": [405662.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [220]}}} +{"episode_index": 1282, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4123492964202283]], [[0.38271821983187804]], [[0.34378731342390473]]], "std": [[[0.2557957292437381]], [[0.23560605852971314]], [[0.2203491127491194]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.43156371172736674]], [[0.4033828944785922]], [[0.3479163848278569]]], "std": [[[0.2615020338573112]], [[0.24187075162689836]], [[0.21532737130438961]]], "count": [100]}, "state": {"min": [-0.1808282434940338, -0.22021804749965668, 0.9679372906684875, 3.0906543731689453, -0.058455027639865875, -0.039646215736866, 0.0023192432709038258, -0.04020021855831146], "max": [0.033956777304410934, 0.22323696315288544, 1.2288411855697632, 3.386847734451294, 0.21110284328460693, 0.10859104990959167, 0.040763553231954575, -0.002603987930342555], "mean": [-0.04146652668714523, 0.0408482551574707, 1.1548047065734863, 3.213331699371338, 0.05763275548815727, 0.0318048819899559, 0.01926574483513832, -0.01933530904352665], "std": [0.05238241329789162, 0.16095928847789764, 0.06574082374572754, 0.08707442879676819, 0.06389089673757553, 0.041739948093891144, 0.018115557730197906, 0.01774982176721096], "count": [155]}, "actions": {"min": [-0.35256868600845337, -2.2591450214385986, -0.7950990796089172, -0.2131596803665161, -0.2218753695487976, -0.1498514860868454, -1.0], "max": [0.45859986543655396, 0.7666914463043213, 0.46811363101005554, 0.2140665352344513, 0.10698945820331573, 0.1936449557542801, 1.0], "mean": [0.10628195852041245, -0.11301328241825104, -0.12751908600330353, -0.00093279336579144, 0.011373504996299744, 0.004203538876026869, 0.1225806474685669], "std": [0.16377177834510803, 0.5043805837631226, 0.23828357458114624, 0.056339215487241745, 0.04869946092367172, 0.04684274643659592, 0.9924593567848206], "count": [155]}, "timestamp": {"min": [0.0], "max": [15.4], "mean": [7.7], "std": [4.474371464239419], "count": [155]}, "frame_index": {"min": [0], "max": [154], "mean": [77.0], "std": [44.74371464239419], "count": [155]}, "episode_index": {"min": [1282], "max": [1282], "mean": [1282.0], "std": [0.0], "count": [155]}, "index": {"min": [405773], "max": [405927], "mean": [405850.0], "std": [44.74371464239419], "count": [155]}, "task_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [155]}}} +{"episode_index": 1283, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4120178114947151]], [[0.38205366964901194]], [[0.3425333467371323]]], "std": [[[0.2549450936530643]], [[0.23492976224579815]], [[0.21995591848657953]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44445092055376834]], [[0.4171525759229473]], [[0.36235877841126685]]], "std": [[[0.25477429155615344]], [[0.23622560681407176]], [[0.21069735328350372]]], "count": [100]}, "state": {"min": [-0.20964859426021576, -0.2169964760541916, 1.0117782354354858, 2.99214506149292, -0.09149114787578583, -0.0025932425633072853, 0.0013962241355329752, -0.03997642546892166], "max": [0.0012071749661117792, 0.2202043980360031, 1.2427425384521484, 3.2908847332000732, 0.10712085664272308, 0.14730767905712128, 0.04000279679894447, -0.003155902260914445], "mean": [-0.06961540132761002, 0.06820078939199448, 1.1686580181121826, 3.157853603363037, 0.0018901547882705927, 0.07622271031141281, 0.021962041035294533, -0.028241243213415146], "std": [0.0671842098236084, 0.15400058031082153, 0.05434785783290863, 0.0874590128660202, 0.05048450455069542, 0.033850863575935364, 0.018720516934990883, 0.01241116039454937], "count": [215]}, "actions": {"min": [-0.49399375915527344, -1.924668550491333, -0.8987603783607483, -0.16274577379226685, -0.13462796807289124, -0.13150741159915924, -1.0], "max": [0.6603704690933228, 0.8071107864379883, 0.29308146238327026, 0.23790083825588226, 0.16236338019371033, 0.14719662070274353, 1.0], "mean": [0.07725212723016739, -0.0916995257139206, -0.06079988181591034, -0.0041991607286036015, 0.0020567886531352997, 0.002481770236045122, -0.013953488320112228], "std": [0.1810227781534195, 0.40768712759017944, 0.19389455020427704, 0.054712746292352676, 0.043158531188964844, 0.03849426656961441, 0.9999036192893982], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [1283], "max": [1283], "mean": [1283.0], "std": [0.0], "count": [215]}, "index": {"min": [405928], "max": [406142], "mean": [406035.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [215]}}} +{"episode_index": 1284, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41870403095320163]], [[0.38868563543581497]], [[0.349158104391659]]], "std": [[[0.2582627523437246]], [[0.2384380560298717]], [[0.22375522346751373]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.452672347723269]], [[0.4274182069067861]], [[0.3669656234442019]]], "std": [[[0.24859690956726394]], [[0.23161965544311292]], [[0.20606189893389476]]], "count": [100]}, "state": {"min": [-0.16537559032440186, -0.18704833090305328, 0.9922649264335632, 2.95681095123291, -0.17445021867752075, -0.05599053576588631, 0.002312844153493643, -0.04000568017363548], "max": [-0.009163803420960903, 0.2264568954706192, 1.2394574880599976, 3.1703951358795166, -0.044608648866415024, 0.11443106830120087, 0.039920687675476074, -0.0027174283750355244], "mean": [-0.059416141360998154, 0.07929515838623047, 1.1608728170394897, 3.0677080154418945, -0.10397689789533615, 0.05687231197953224, 0.019848043099045753, -0.020249921828508377], "std": [0.04022711515426636, 0.1485161930322647, 0.06525839865207672, 0.06778757274150848, 0.03879033401608467, 0.040813419967889786, 0.017768101766705513, 0.01748267561197281], "count": [170]}, "actions": {"min": [-0.4192458987236023, -1.4634908437728882, -0.8468882441520691, -0.13523142039775848, -0.11326668411493301, -0.10518568754196167, -1.0], "max": [0.45657867193222046, 0.66756272315979, 0.29229435324668884, 0.21273116767406464, 0.10511959344148636, 0.10191024839878082, 1.0], "mean": [0.05214303359389305, -0.1397518664598465, -0.11395720392465591, -0.00554437143728137, 0.002309736330062151, -0.0054409196600317955, 0.16470588743686676], "std": [0.16012121737003326, 0.34746870398521423, 0.18404921889305115, 0.045267973095178604, 0.037622712552547455, 0.03276539966464043, 0.9863436818122864], "count": [170]}, "timestamp": {"min": [0.0], "max": [16.9], "mean": [8.45], "std": [4.907392382925988], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [1284], "max": [1284], "mean": [1284.0], "std": [0.0], "count": [170]}, "index": {"min": [406143], "max": [406312], "mean": [406227.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [170]}}} +{"episode_index": 1285, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40706888355928306]], [[0.3777899044261259]], [[0.3376129449582567]]], "std": [[[0.2604538640878811]], [[0.24002019434305163]], [[0.22415435384178048]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5233351039512484]], [[0.4927601773131128]], [[0.4518306974523208]]], "std": [[[0.2604736590631261]], [[0.23010945903953967]], [[0.21501817761541187]]], "count": [100]}, "state": {"min": [-0.19656574726104736, -0.17185789346694946, 0.934070348739624, 2.8968241214752197, -0.056081660091876984, -0.0431312620639801, 0.002142322948202491, -0.039986394345760345], "max": [-0.05382778123021126, 0.03668700531125069, 1.1905639171600342, 3.2238965034484863, 0.16569079458713531, 0.05553591623902321, 0.03999188542366028, -0.0022100843489170074], "mean": [-0.08240213245153427, -0.02081693336367607, 1.0424453020095825, 3.1276943683624268, 0.04343603551387787, 0.0046790847554802895, 0.02347545139491558, -0.0233659315854311], "std": [0.0318940207362175, 0.06651732325553894, 0.07347354292869568, 0.0863405391573906, 0.06479188799858093, 0.026061637327075005, 0.0177915059030056, 0.017847269773483276], "count": [193]}, "actions": {"min": [-0.35972893238067627, -1.0064588785171509, -0.60001540184021, -0.17208623886108398, -0.09914080798625946, -0.0912889763712883, -1.0], "max": [0.634181559085846, 0.6604664325714111, 0.6130366921424866, 0.16912098228931427, 0.09978269785642624, 0.12316139787435532, 1.0], "mean": [0.05607762932777405, -0.0702546238899231, -0.06673672050237656, -0.011574841104447842, -0.0003213607706129551, -0.0025162934325635433, -0.11917098611593246], "std": [0.14005984365940094, 0.176174595952034, 0.2020215392112732, 0.03976643458008766, 0.03373977914452553, 0.025446370244026184, 0.9928739070892334], "count": [193]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [1285], "max": [1285], "mean": [1285.0], "std": [0.0], "count": [193]}, "index": {"min": [406313], "max": [406505], "mean": [406409.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [193]}}} +{"episode_index": 1286, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40733967261220894]], [[0.37810198495902264]], [[0.33839801444259343]]], "std": [[[0.26120003812073683]], [[0.2407613783554203]], [[0.22450126946205118]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5389442419912301]], [[0.5058671898935355]], [[0.46292785285500915]]], "std": [[[0.25942422853280556]], [[0.22873660103018104]], [[0.2131893788128165]]], "count": [100]}, "state": {"min": [-0.20467334985733032, -0.20344530045986176, 0.9205121994018555, 2.971919536590576, -0.03789087384939194, -0.029213812202215195, 0.00251086731441319, -0.03997025638818741], "max": [-0.06050042062997818, 0.030877552926540375, 1.1578973531723022, 3.2340500354766846, 0.20370052754878998, 0.03755545988678932, 0.03999609872698784, -0.0025584136601537466], "mean": [-0.09024035930633545, -0.033801235258579254, 1.0386948585510254, 3.1355369091033936, 0.07191667705774307, 0.002326817251741886, 0.02250073291361332, -0.022474117577075958], "std": [0.031995195895433426, 0.080209881067276, 0.07075059413909912, 0.07612776011228561, 0.06697624176740646, 0.016680246219038963, 0.017902862280607224, 0.017887918278574944], "count": [181]}, "actions": {"min": [-0.42925402522087097, -1.0658679008483887, -0.9354110956192017, -0.13446195423603058, -0.10744275152683258, -0.11118964105844498, -1.0], "max": [0.8126102089881897, 0.3184562921524048, 0.5031329393386841, 0.09207966178655624, 0.14372295141220093, 0.09722460061311722, 1.0], "mean": [0.05159633979201317, -0.07826918363571167, -0.06952334940433502, -0.007953865453600883, 0.0003766232985071838, -0.000951010559219867, -0.07182320207357407], "std": [0.16695351898670197, 0.21335996687412262, 0.2465595155954361, 0.035916659981012344, 0.0394916869699955, 0.028624454513192177, 0.9974169135093689], "count": [181]}, "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": [1286], "max": [1286], "mean": [1286.0], "std": [0.0], "count": [181]}, "index": {"min": [406506], "max": [406686], "mean": [406596.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [181]}}} +{"episode_index": 1287, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41001043042949603]], [[0.38049033909217983]], [[0.3406135259890089]]], "std": [[[0.26122474814303265]], [[0.2406422852967598]], [[0.22467188328405382]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5142453607297411]], [[0.4848318128398821]], [[0.44523579556334253]]], "std": [[[0.26024308438679017]], [[0.22995984404693806]], [[0.21598629012096243]]], "count": [100]}, "state": {"min": [-0.1957668513059616, -0.1705024540424347, 0.9315437078475952, 2.977268695831299, -0.11543478071689606, -0.008659313432872295, 0.0021976237185299397, -0.03998506814241409], "max": [-0.07380376011133194, 0.0404643788933754, 1.1713701486587524, 3.23539137840271, 0.11302348971366882, 0.07332145422697067, 0.040003690868616104, -0.0022087027318775654], "mean": [-0.10039527714252472, -0.0101185142993927, 1.0338793992996216, 3.1421971321105957, 0.010488957166671753, 0.03144843131303787, 0.025828199461102486, -0.025765351951122284], "std": [0.027515193447470665, 0.06597766280174255, 0.06479763239622116, 0.06247251108288765, 0.060331881046295166, 0.026707366108894348, 0.01746390387415886, 0.017496468499302864], "count": [201]}, "actions": {"min": [-0.3165490925312042, -1.1256917715072632, -1.2271555662155151, -0.14525917172431946, -0.12482049316167831, -0.06925226747989655, -1.0], "max": [0.37144696712493896, 0.2865418791770935, 0.6314460635185242, 0.18451213836669922, 0.20651383697986603, 0.09185099601745605, 1.0], "mean": [0.038529690355062485, -0.05742254853248596, -0.05946643650531769, -0.005258435849100351, -0.002986098174005747, -0.0015415966045111418, -0.2537313401699066], "std": [0.1177850067615509, 0.21891255676746368, 0.22359028458595276, 0.03772686421871185, 0.03722243383526802, 0.02357751689851284, 0.96727454662323], "count": [201]}, "timestamp": {"min": [0.0], "max": [20.0], "mean": [10.0], "std": [5.802298395176403], "count": [201]}, "frame_index": {"min": [0], "max": [200], "mean": [100.0], "std": [58.02298395176403], "count": [201]}, "episode_index": {"min": [1287], "max": [1287], "mean": [1287.0], "std": [0.0], "count": [201]}, "index": {"min": [406687], "max": [406887], "mean": [406787.0], "std": [58.02298395176403], "count": [201]}, "task_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [201]}}} +{"episode_index": 1288, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4059915394502528]], [[0.3766801614200368]], [[0.3368725502163756]]], "std": [[[0.2611241716031151]], [[0.24054585339600584]], [[0.22424863491654198]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5223596891515395]], [[0.49253332818723194]], [[0.4527859850116805]]], "std": [[[0.26576672992272815]], [[0.23497614669187003]], [[0.2192756635197415]]], "count": [100]}, "state": {"min": [-0.1962754726409912, -0.19908997416496277, 0.9213957190513611, 2.967506170272827, 0.010343562811613083, -0.06812481582164764, 0.0023722925689071417, -0.04001416265964508], "max": [-0.06142096966505051, 0.023675575852394104, 1.192383885383606, 3.2355875968933105, 0.23923787474632263, 0.016726989299058914, 0.03998107090592384, -0.00243846932426095], "mean": [-0.0879095047712326, -0.032949913293123245, 1.0413893461227417, 3.1241352558135986, 0.10764212161302567, -0.0248873308300972, 0.023726750165224075, -0.023706816136837006], "std": [0.02742607332766056, 0.07820571959018707, 0.07651738077402115, 0.0683826133608818, 0.07235147804021835, 0.021779371425509453, 0.017766255885362625, 0.017759041860699654], "count": [186]}, "actions": {"min": [-0.41505175828933716, -1.3555350303649902, -0.5900483727455139, -0.17327402532100677, -0.1607138216495514, -0.07148370891809464, -1.0], "max": [0.500346302986145, 0.5889808535575867, 1.0398467779159546, 0.13242436945438385, 0.11660537123680115, 0.08616990596055984, 1.0], "mean": [0.04743752256035805, -0.07120303809642792, -0.06580222398042679, -0.006188227795064449, 0.0026796713937073946, -0.001476407516747713, -0.13978494703769684], "std": [0.15054768323898315, 0.23593927919864655, 0.2609393000602722, 0.04177705943584442, 0.038713712245225906, 0.025088395923376083, 0.9901816248893738], "count": [186]}, "timestamp": {"min": [0.0], "max": [18.5], "mean": [9.25], "std": [5.369279902060113], "count": [186]}, "frame_index": {"min": [0], "max": [185], "mean": [92.5], "std": [53.692799020601136], "count": [186]}, "episode_index": {"min": [1288], "max": [1288], "mean": [1288.0], "std": [0.0], "count": [186]}, "index": {"min": [406888], "max": [407073], "mean": [406980.5], "std": [53.692799020601136], "count": [186]}, "task_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [186]}}} +{"episode_index": 1289, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4098426286285999]], [[0.38022925103879446]], [[0.34007345341701134]]], "std": [[[0.2611829137713431]], [[0.2403221994814955]], [[0.22384263526665973]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5214346911860447]], [[0.49412417782054224]], [[0.4568112810920267]]], "std": [[[0.25778399258520157]], [[0.2272945001956628]], [[0.21421296051493724]]], "count": [100]}, "state": {"min": [-0.1901179999113083, -0.15770238637924194, 0.9251294136047363, 2.8155415058135986, -0.07665128260850906, -0.08981632441282272, 0.002220048801973462, -0.04000651463866234], "max": [-0.06776250898838043, 0.04295722767710686, 1.169914722442627, 3.110445499420166, 0.11285168677568436, 0.017411332577466965, 0.039860136806964874, -0.002564168069511652], "mean": [-0.09531120210886002, -0.006745228078216314, 1.0317248106002808, 3.024378776550293, 0.02167961560189724, -0.04700780287384987, 0.022549016401171684, -0.022627685219049454], "std": [0.026190677657723427, 0.0646180585026741, 0.06364946812391281, 0.07077647000551224, 0.05506599321961403, 0.027265040203928947, 0.017960071563720703, 0.01795298233628273], "count": [190]}, "actions": {"min": [-0.23993611335754395, -0.8374248743057251, -0.8438697457313538, -0.17675109207630157, -0.09888925403356552, -0.08602092415094376, -1.0], "max": [0.5044559240341187, 0.3656822443008423, 0.5958818793296814, 0.10506391525268555, 0.12415945529937744, 0.1238308697938919, 1.0], "mean": [0.03994263708591461, -0.048660196363925934, -0.06809648871421814, -0.009213975630700588, -0.001877094735391438, -0.0027117482386529446, -0.0736842080950737], "std": [0.12446684390306473, 0.1798519641160965, 0.21398091316223145, 0.037128061056137085, 0.03213744983077049, 0.030693504959344864, 0.9972828030586243], "count": [190]}, "timestamp": {"min": [0.0], "max": [18.9], "mean": [9.45], "std": [5.484751589634666], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [1289], "max": [1289], "mean": [1289.0], "std": [0.0], "count": [190]}, "index": {"min": [407074], "max": [407263], "mean": [407168.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [190]}}} +{"episode_index": 1290, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.413015526266659]], [[0.3822802100088082]], [[0.34226459039426316]]], "std": [[[0.2553978280488616]], [[0.23444995701482416]], [[0.21865936292698576]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.46310458852730546]], [[0.43334581203086703]], [[0.37828335810642616]]], "std": [[[0.2458844869313816]], [[0.2266090548108024]], [[0.2031911937336304]]], "count": [100]}, "state": {"min": [-0.2130197286605835, -0.37181830406188965, 0.975449800491333, 2.60408878326416, 0.004595124162733555, -0.07851649820804596, 0.002091753063723445, -0.04000725969672203], "max": [-0.007778840605169535, 0.2517181634902954, 1.2392206192016602, 3.142307996749878, 0.2976788282394409, 0.26959866285324097, 0.03991617262363434, -0.0026370184496045113], "mean": [-0.12636598944664001, -0.030676553025841713, 1.1552894115447998, 2.9886233806610107, 0.11871764063835144, 0.10836677253246307, 0.017501456663012505, -0.01783851534128189], "std": [0.06448307633399963, 0.23200926184654236, 0.07435265928506851, 0.14979243278503418, 0.07273036986589432, 0.12046658992767334, 0.017806511372327805, 0.017675140872597694], "count": [290]}, "actions": {"min": [-0.7432184815406799, -1.0753765106201172, -0.7434347867965698, -0.13328535854816437, -0.1349126100540161, -0.114004947245121, -1.0], "max": [0.6354292631149292, 0.645000696182251, 0.49061065912246704, 0.11789465695619583, 0.17072807252407074, 0.2962630093097687, 1.0], "mean": [0.009408721700310707, -0.10542486608028412, -0.04190625622868538, -0.009303620085120201, 0.0022153928875923157, -0.001881671603769064, 0.1862068921327591], "std": [0.16454099118709564, 0.30952972173690796, 0.1871212273836136, 0.04435696452856064, 0.042179789394140244, 0.04257946461439133, 0.9825112819671631], "count": [290]}, "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": [1290], "max": [1290], "mean": [1290.0], "std": [0.0], "count": [290]}, "index": {"min": [407264], "max": [407553], "mean": [407408.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [290]}}} +{"episode_index": 1291, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4179389881807215]], [[0.3870775804706648]], [[0.34698655072380513]]], "std": [[[0.2554273971358858]], [[0.23493854062778352]], [[0.21986541436127702]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4784540722416896]], [[0.4481150728113511]], [[0.39263471595913757]]], "std": [[[0.2472074854299948]], [[0.2259133153090632]], [[0.2058206494889942]]], "count": [100]}, "state": {"min": [-0.24306926131248474, -0.36237427592277527, 0.966968297958374, 2.8952038288116455, -0.16016928851604462, -0.018570534884929657, 0.0024125692434608936, -0.03996671736240387], "max": [-0.025013165548443794, 0.2240101844072342, 1.2592668533325195, 3.3523004055023193, 0.01441718265414238, 0.10566968470811844, 0.03998338431119919, -0.0024249230045825243], "mean": [-0.13571026921272278, -0.04196872562170029, 1.1578342914581299, 3.114683151245117, -0.0878993347287178, 0.03639589250087738, 0.0160222165286541, -0.016052206978201866], "std": [0.06742332875728607, 0.22841407358646393, 0.08400067687034607, 0.12181966751813889, 0.04605216905474663, 0.03042956255376339, 0.01727224513888359, 0.017238056287169456], "count": [230]}, "actions": {"min": [-0.8953958749771118, -1.7838943004608154, -0.8243743777275085, -0.21043772995471954, -0.17123757302761078, -0.1383259892463684, -1.0], "max": [0.7710649371147156, 0.656044065952301, 0.7290095090866089, 0.3986927270889282, 0.17690467834472656, 0.19342823326587677, 1.0], "mean": [-0.0053586820140480995, -0.14632374048233032, -0.07833170890808105, -0.009649441577494144, 0.002161663956940174, 0.0008244754280894995, 0.27826085686683655], "std": [0.19978640973567963, 0.3538605272769928, 0.20321713387966156, 0.05968887731432915, 0.04931129142642021, 0.04107668623328209, 0.9605046510696411], "count": [230]}, "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": [1291], "max": [1291], "mean": [1291.0], "std": [0.0], "count": [230]}, "index": {"min": [407554], "max": [407783], "mean": [407668.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [230]}}} +{"episode_index": 1292, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4164127508425245]], [[0.38584566542681525]], [[0.3460943741143918]]], "std": [[[0.2565435428634061]], [[0.23577970231879192]], [[0.22009502186457808]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4482310677322687]], [[0.422472900390625]], [[0.3687603083591835]]], "std": [[[0.24179556061067747]], [[0.2239627054639498]], [[0.20199125772354382]]], "count": [100]}, "state": {"min": [-0.20651455223560333, -0.35666435956954956, 0.9693194031715393, 2.5211472511291504, -0.0253555066883564, -0.09084704518318176, 0.0018172917189076543, -0.04020468145608902], "max": [-0.03334052860736847, 0.22920913994312286, 1.2192362546920776, 3.1816835403442383, 0.1734035611152649, 0.16317994892597198, 0.03997127339243889, -0.00244210846722126], "mean": [-0.12927018105983734, 0.008872424252331257, 1.147949457168579, 2.9854207038879395, 0.036428067833185196, 0.04754474759101868, 0.018915532156825066, -0.019273290410637856], "std": [0.06000366434454918, 0.21008700132369995, 0.07082651555538177, 0.21568377315998077, 0.04351084679365158, 0.07062549889087677, 0.017961230129003525, 0.017658358439803123], "count": [227]}, "actions": {"min": [-0.4277450740337372, -1.587723731994629, -0.6607065796852112, -0.24941393733024597, -0.15801458060741425, -0.1005481705069542, -1.0], "max": [0.4312637448310852, 0.7446277737617493, 0.2795993983745575, 0.2157074511051178, 0.08985313773155212, 0.1308521181344986, 1.0], "mean": [-0.004149992484599352, -0.14619988203048706, -0.08433511853218079, -0.019155319780111313, 0.0033573221880942583, -0.0036072339862585068, 0.12775330245494843], "std": [0.16121770441532135, 0.3626874089241028, 0.16564485430717468, 0.0467480830848217, 0.029182590544223785, 0.02930738963186741, 0.9918067455291748], "count": [227]}, "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": [1292], "max": [1292], "mean": [1292.0], "std": [0.0], "count": [227]}, "index": {"min": [407784], "max": [408010], "mean": [407897.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [227]}}} +{"episode_index": 1293, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.416514051250383]], [[0.3858822847254136]], [[0.3462823994954427]]], "std": [[[0.25635299570360126]], [[0.23559890178052087]], [[0.21996536218185364]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.46396341002221203]], [[0.43599416336358765]], [[0.3809418622185202]]], "std": [[[0.24742289688721691]], [[0.22777627619417107]], [[0.2052784555108187]]], "count": [100]}, "state": {"min": [-0.1960456222295761, -0.37002140283584595, 0.9938828349113464, 2.844235420227051, -0.1024426519870758, -0.16634613275527954, 0.002295770449563861, -0.039933476597070694], "max": [-0.0007966685225255787, 0.23061706125736237, 1.2496881484985352, 3.2953243255615234, 0.20046134293079376, 0.04997042566537857, 0.04000908508896828, -0.0025111681316047907], "mean": [-0.11809930950403214, -0.03059421479701996, 1.1649919748306274, 3.1114072799682617, 0.015004755929112434, -0.028072595596313477, 0.016584232449531555, -0.01660843938589096], "std": [0.06325026601552963, 0.2352178394794464, 0.07246072590351105, 0.13949927687644958, 0.07780925929546356, 0.07485856115818024, 0.017430005595088005, 0.01733139343559742], "count": [212]}, "actions": {"min": [-0.6338095664978027, -1.678281307220459, -0.9209132194519043, -0.20350126922130585, -0.13460707664489746, -0.14846138656139374, -1.0], "max": [0.6176145076751709, 0.9579066634178162, 0.42763352394104004, 0.28043049573898315, 0.15971240401268005, 0.4454255998134613, 1.0], "mean": [0.001787228393368423, -0.15342746675014496, -0.07318556308746338, -0.009837557561695576, 0.008701013401150703, -0.0029934903141111135, 0.24528302252292633], "std": [0.20465587079524994, 0.39773789048194885, 0.21517489850521088, 0.05493639037013054, 0.04848075658082962, 0.053867485374212265, 0.9694507122039795], "count": [212]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [1293], "max": [1293], "mean": [1293.0], "std": [0.0], "count": [212]}, "index": {"min": [408011], "max": [408222], "mean": [408116.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [212]}}} +{"episode_index": 1294, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41461971208161]], [[0.38419419651405484]], [[0.3444826079723882]]], "std": [[[0.25600615842163504]], [[0.23559182566245593]], [[0.220332278808495]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679402286305147]], [[0.43930835559321385]], [[0.384174617991728]]], "std": [[[0.24309434419779843]], [[0.22267702998634598]], [[0.20121707926852184]]], "count": [100]}, "state": {"min": [-0.21918047964572906, -0.3753845691680908, 0.9699685573577881, 2.6940293312072754, -0.10642755776643753, 0.0215623639523983, 0.0023472232278436422, -0.03997495770454407], "max": [-0.006511176936328411, 0.22196368873119354, 1.2425837516784668, 3.3318138122558594, 0.11983756721019745, 0.17357805371284485, 0.04000243917107582, -0.002647251356393099], "mean": [-0.1214698851108551, -0.05854504182934761, 1.1463133096694946, 3.053972005844116, -0.009659487754106522, 0.08364096283912659, 0.01631089858710766, -0.0164947472512722], "std": [0.07484710961580276, 0.22946077585220337, 0.0894676223397255, 0.21071676909923553, 0.05984177440404892, 0.039119135588407516, 0.01723555289208889, 0.01704590395092964], "count": [197]}, "actions": {"min": [-0.6627587676048279, -1.7014329433441162, -1.0973707437515259, -0.19452685117721558, -0.11314565688371658, -0.098413847386837, -1.0], "max": [0.7048431038856506, 0.7300007343292236, 0.7118752598762512, 0.3835090100765228, 0.14435158669948578, 0.14695580303668976, 1.0], "mean": [-0.017513861879706383, -0.16132108867168427, -0.08571523427963257, -0.016321508213877678, 0.0011144026648253202, 0.0012863138690590858, 0.2588832378387451], "std": [0.22496354579925537, 0.4346509873867035, 0.2760922312736511, 0.06079692021012306, 0.048093032091856, 0.036897122859954834, 0.9659091830253601], "count": [197]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.799999999999999], "std": [5.686826883245172], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [1294], "max": [1294], "mean": [1294.0], "std": [0.0], "count": [197]}, "index": {"min": [408223], "max": [408419], "mean": [408321.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [197]}}} +{"episode_index": 1295, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40946107109060037]], [[0.37987310302242244]], [[0.3401688609124104]]], "std": [[[0.25888635669264826]], [[0.23825023470986287]], [[0.22220796668424583]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5081234141149341]], [[0.4732715698264557]], [[0.42107241118327804]]], "std": [[[0.2598796930392967]], [[0.23518829908481842]], [[0.21692903856418227]]], "count": [107]}, "state": {"min": [-0.1842031478881836, -0.1802787482738495, 0.9262151718139648, 2.8048863410949707, -0.15294253826141357, -0.06466099619865417, 0.0023024240508675575, -0.0400058850646019], "max": [0.07563360780477524, 0.2544173002243042, 1.3132429122924805, 3.258559465408325, 0.2555510699748993, 0.15552924573421478, 0.03993822634220123, -0.0025909848045557737], "mean": [-0.04915355518460274, 0.00927247479557991, 1.1297638416290283, 3.014220714569092, 0.05216728895902634, 0.03644874691963196, 0.024180354550480843, -0.024425458163022995], "std": [0.058469612151384354, 0.12472006678581238, 0.11106742173433304, 0.10053829103708267, 0.10261691361665726, 0.049839142709970474, 0.01763923466205597, 0.01761060208082199], "count": [513]}, "actions": {"min": [-0.593148410320282, -1.3848167657852173, -0.7949620485305786, -0.15913507342338562, -0.29271847009658813, -0.23155435919761658, -1.0], "max": [1.107673168182373, 0.9205007553100586, 0.9225163459777832, 0.2627198100090027, 0.16092149913311005, 0.23133784532546997, 1.0], "mean": [0.03442227095365524, -0.01886320300400257, -0.013876408338546753, -0.001293820678256452, -0.0005289187538437545, -2.8425823984434828e-05, -0.15789473056793213], "std": [0.1652504801750183, 0.26737380027770996, 0.2247924953699112, 0.04747102037072182, 0.042073458433151245, 0.04018440842628479, 0.9874559044837952], "count": [513]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.809006268709142], "count": [513]}, "frame_index": {"min": [0], "max": [512], "mean": [256.0], "std": [148.09006268709143], "count": [513]}, "episode_index": {"min": [1295], "max": [1295], "mean": [1295.0], "std": [0.0], "count": [513]}, "index": {"min": [408420], "max": [408932], "mean": [408676.0], "std": [148.09006268709143], "count": [513]}, "task_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [513]}}} +{"episode_index": 1296, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4154762486706672]], [[0.3856440105409464]], [[0.3458884830388548]]], "std": [[[0.25945950548147284]], [[0.23904421274230256]], [[0.2235405570171182]]], "count": [104]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5040644557947127]], [[0.47303078077497523]], [[0.42343599483438205]]], "std": [[[0.2567016213901671]], [[0.23090048101088284]], [[0.213555513455442]]], "count": [104]}, "state": {"min": [-0.20961494743824005, -0.17086704075336456, 0.9293457269668579, 2.8868753910064697, -0.19855526089668274, -0.06923060119152069, 0.0017179324058815837, -0.040006596595048904], "max": [0.06493125110864639, 0.23693595826625824, 1.250578761100769, 3.2160534858703613, 0.08743350207805634, 0.09922359883785248, 0.03998321667313576, -0.0019558656495064497], "mean": [-0.06351267546415329, 0.02229263260960579, 1.0984565019607544, 3.0732321739196777, -0.04949364438652992, -0.004127131309360266, 0.022888680920004845, -0.02299552410840988], "std": [0.05574295297265053, 0.11584581434726715, 0.09567052870988846, 0.07782736420631409, 0.0713595375418663, 0.03587451949715614, 0.018303781747817993, 0.01828792318701744], "count": [490]}, "actions": {"min": [-0.37620121240615845, -1.496684193611145, -1.0770611763000488, -0.19722427427768707, -0.14565198123455048, -0.11337747424840927, -1.0], "max": [0.5256063342094421, 0.975281834602356, 1.1030000448226929, 0.18373966217041016, 0.14120618999004364, 0.1352211982011795, 1.0], "mean": [0.04303092136979103, -0.025959685444831848, -0.02596418373286724, -0.0014359357301145792, 0.001757581951096654, 0.0012510358355939388, -0.07755102217197418], "std": [0.11310740560293198, 0.28147295117378235, 0.2347078174352646, 0.04413456469774246, 0.0384993851184845, 0.03217718005180359, 0.9969878792762756], "count": [490]}, "timestamp": {"min": [0.0], "max": [48.9], "mean": [24.45], "std": [14.145052138468774], "count": [490]}, "frame_index": {"min": [0], "max": [489], "mean": [244.5], "std": [141.45052138468773], "count": [490]}, "episode_index": {"min": [1296], "max": [1296], "mean": [1296.0], "std": [0.0], "count": [490]}, "index": {"min": [408933], "max": [409422], "mean": [409177.5], "std": [141.45052138468773], "count": [490]}, "task_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [490]}}} +{"episode_index": 1297, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41123004116695216]], [[0.38162055415878426]], [[0.34193218644405576]]], "std": [[[0.25966112299971367]], [[0.23923626763661857]], [[0.22330941889028344]]], "count": [103]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5129309926740152]], [[0.479041607920474]], [[0.4276873960554906]]], "std": [[[0.26053357282572204]], [[0.2345622089756669]], [[0.21555336781189294]]], "count": [103]}, "state": {"min": [-0.21495291590690613, -0.17988047003746033, 0.9194592237472534, 2.899132013320923, -0.1531761735677719, -0.06782423704862595, 0.002561721485108137, -0.039978668093681335], "max": [0.056401826441287994, 0.21371018886566162, 1.2599456310272217, 3.277744770050049, 0.16163524985313416, 0.06942813098430634, 0.04000629484653473, -0.0021541952155530453], "mean": [-0.06596475094556808, 0.001902226940728724, 1.1033296585083008, 3.123478651046753, 0.011605989187955856, -0.0014522745041176677, 0.02442958950996399, -0.024423783645033836], "std": [0.056017935276031494, 0.11800624430179596, 0.09968781471252441, 0.09338251501321793, 0.08595164865255356, 0.02576332725584507, 0.01729140430688858, 0.01730729639530182], "count": [484]}, "actions": {"min": [-0.5447660088539124, -1.4411176443099976, -0.9466260671615601, -0.1940549910068512, -0.15907713770866394, -0.11710981279611588, -1.0], "max": [0.5826149582862854, 1.0430258512496948, 0.9849364161491394, 0.1113552674651146, 0.20373408496379852, 0.21710042655467987, 1.0], "mean": [0.043070510029792786, -0.029955212026834488, -0.029730550944805145, -0.004288106691092253, 0.0021607601083815098, 0.0007312847883440554, -0.14049586653709412], "std": [0.14055204391479492, 0.2807600796222687, 0.25563183426856995, 0.04328344762325287, 0.043687980622053146, 0.03170895203948021, 0.9900797009468079], "count": [484]}, "timestamp": {"min": [0.0], "max": [48.3], "mean": [24.150000000000002], "std": [13.971846692545693], "count": [484]}, "frame_index": {"min": [0], "max": [483], "mean": [241.5], "std": [139.7184669254569], "count": [484]}, "episode_index": {"min": [1297], "max": [1297], "mean": [1297.0], "std": [0.0], "count": [484]}, "index": {"min": [409423], "max": [409906], "mean": [409664.5], "std": [139.7184669254569], "count": [484]}, "task_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [484]}}} +{"episode_index": 1298, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41252944496103056]], [[0.38300027677771237]], [[0.34384481812082673]]], "std": [[[0.259564452148424]], [[0.23887033207771402]], [[0.22277984748489782]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4963119604702461]], [[0.46386788486888253]], [[0.4150919037116891]]], "std": [[[0.2673983397106233]], [[0.24181249506282793]], [[0.22321439519480307]]], "count": [107]}, "state": {"min": [-0.17697522044181824, -0.16425488889217377, 0.9283371567726135, 2.901578187942505, -0.06956863403320312, -0.09099829941987991, 0.0019307159818708897, -0.040003541857004166], "max": [0.0388030968606472, 0.23705337941646576, 1.2717887163162231, 3.312443256378174, 0.21467016637325287, 0.0906156450510025, 0.040003981441259384, -0.0012864400632679462], "mean": [-0.051879554986953735, 0.015104291029274464, 1.110826849937439, 3.0915915966033936, 0.08155921846628189, -0.004900083877146244, 0.02258501946926117, -0.02258504368364811], "std": [0.03601483255624771, 0.11825346946716309, 0.09717737883329391, 0.07674876600503922, 0.06930308043956757, 0.04232435300946236, 0.018241576850414276, 0.018329231068491936], "count": [512]}, "actions": {"min": [-0.9418841600418091, -1.506085753440857, -0.6758666038513184, -0.19847719371318817, -0.1418343335390091, -0.1536906361579895, -1.0], "max": [0.595457136631012, 1.5996712446212769, 0.6216651797294617, 0.22744043171405792, 0.17897382378578186, 0.10061170160770416, 1.0], "mean": [0.032873209565877914, -0.02275252155959606, -0.021346503868699074, -0.001211023423820734, 0.0007516058976761997, -0.00012802734272554517, -0.08203125], "std": [0.14211620390415192, 0.28417667746543884, 0.21481871604919434, 0.04543875902891159, 0.039471518248319626, 0.030962856486439705, 0.9966260194778442], "count": [512]}, "timestamp": {"min": [0.0], "max": [51.1], "mean": [25.55], "std": [14.780138700296423], "count": [512]}, "frame_index": {"min": [0], "max": [511], "mean": [255.5], "std": [147.80138700296422], "count": [512]}, "episode_index": {"min": [1298], "max": [1298], "mean": [1298.0], "std": [0.0], "count": [512]}, "index": {"min": [409907], "max": [410418], "mean": [410162.5], "std": [147.80138700296422], "count": [512]}, "task_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [512]}}} +{"episode_index": 1299, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41018704462986366]], [[0.3826733727548637]], [[0.34515856335209866]]], "std": [[[0.26342580702848617]], [[0.24476507121557758]], [[0.230807031900983]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6039264969171262]], [[0.5574338941387101]], [[0.503665890562768]]], "std": [[[0.23663547413441835]], [[0.21044656315451804]], [[0.18764226665266265]]], "count": [100]}, "state": {"min": [-0.15359513461589813, -0.16464686393737793, 0.9193378686904907, 2.9734389781951904, -0.19082731008529663, -0.07020528614521027, 0.002207112265750766, -0.040006570518016815], "max": [0.17188213765621185, 0.028045833110809326, 1.1896336078643799, 3.234124183654785, 0.06796591728925705, 0.14347612857818604, 0.04000195488333702, -0.0022561491932719946], "mean": [0.08628957718610764, -0.02129022404551506, 1.0765206813812256, 3.1221747398376465, -0.10594382882118225, 0.060195960104465485, 0.025559451431035995, -0.025534842163324356], "std": [0.08885352313518524, 0.057108957320451736, 0.08832898736000061, 0.06518081575632095, 0.06025741994380951, 0.06918010115623474, 0.017983391880989075, 0.01805092766880989], "count": [306]}, "actions": {"min": [-0.715969443321228, -0.8639771342277527, -0.5960259437561035, -0.1528683304786682, -0.13335585594177246, -0.16088560223579407, -1.0], "max": [0.5372214913368225, 0.39042147994041443, 0.5603271722793579, 0.1377778798341751, 0.1287270486354828, 0.16046611964702606, 1.0], "mean": [0.043247684836387634, -0.03271498158574104, -0.03720447048544884, -0.002169898012652993, -0.0006389921763911843, 0.004213947337120771, -0.19607843458652496], "std": [0.20837469398975372, 0.1588355302810669, 0.16821549832820892, 0.04573509842157364, 0.03854888677597046, 0.043804049491882324, 0.9805886149406433], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [1299], "max": [1299], "mean": [1299.0], "std": [0.0], "count": [306]}, "index": {"min": [410419], "max": [410724], "mean": [410571.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [306]}}} +{"episode_index": 1300, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41615885715858614]], [[0.3879723253437117]], [[0.3499377758549709]]], "std": [[[0.26278782137905365]], [[0.24363307330535533]], [[0.22910052450026155]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.6057480361040901]], [[0.559678892846201]], [[0.5068637414072075]]], "std": [[[0.23805353178176983]], [[0.2120021342219011]], [[0.18863663823880206]]], "count": [100]}, "state": {"min": [-0.188788041472435, -0.1713637113571167, 0.9260842204093933, 2.9528863430023193, -0.15409110486507416, 0.03358729928731918, 0.002327790716663003, -0.04000916704535484], "max": [0.17630280554294586, 0.02603432908654213, 1.2475296258926392, 3.1356844902038574, 0.2661281228065491, 0.2873890995979309, 0.03987806662917137, -0.002691504778340459], "mean": [0.091565802693367, -0.02990783005952835, 1.1116347312927246, 3.03059983253479, -0.010395112447440624, 0.15031671524047852, 0.02705041877925396, -0.027340011671185493], "std": [0.09175831824541092, 0.061866261065006256, 0.09344762563705444, 0.03784075751900673, 0.1304970532655716, 0.07901160418987274, 0.0172940231859684, 0.017110539600253105], "count": [346]}, "actions": {"min": [-0.7357417941093445, -0.609100878238678, -0.6767651438713074, -0.13070277869701385, -0.17824389040470123, -0.23899134993553162, -1.0], "max": [0.8472657799720764, 0.47558167576789856, 0.6295043230056763, 0.14546048641204834, 0.1347862184047699, 0.18110291659832, 1.0], "mean": [0.038213662803173065, -0.0372161790728569, -0.0387701615691185, -0.0029317389708012342, -0.004009585361927748, 0.0038151792250573635, -0.3179190754890442], "std": [0.20969730615615845, 0.14037303626537323, 0.19563281536102295, 0.034404389560222626, 0.03869503736495972, 0.0472976379096508, 0.948117196559906], "count": [346]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [1300], "max": [1300], "mean": [1300.0], "std": [0.0], "count": [346]}, "index": {"min": [410725], "max": [411070], "mean": [410897.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [346]}}} +{"episode_index": 1301, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4190649066999847]], [[0.3906063681209789]], [[0.35256733733532475]]], "std": [[[0.2597464160776311]], [[0.2401296574353654]], [[0.22510459353696555]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.587915605133655]], [[0.5422567641314338]], [[0.4891755556592754]]], "std": [[[0.2492785512289235]], [[0.22305279726088742]], [[0.1994973692651592]]], "count": [100]}, "state": {"min": [-0.23593787848949432, -0.20705902576446533, 0.9187143445014954, 3.135503053665161, -0.10266212373971939, -0.16441850364208221, 0.002431795233860612, -0.03992372006177902], "max": [0.16297480463981628, 0.04736293479800224, 1.240488886833191, 3.2907187938690186, 0.3779609203338623, 0.15499265491962433, 0.04000789299607277, -0.002304117428138852], "mean": [0.0716329962015152, -0.06213575601577759, 1.116546869277954, 3.2170186042785645, 0.04517818242311478, -0.01369806844741106, 0.02176295965909958, -0.021636903285980225], "std": [0.09082489460706711, 0.09205499291419983, 0.0944397822022438, 0.0361955352127552, 0.1486637443304062, 0.08687695860862732, 0.018420889973640442, 0.01839451678097248], "count": [394]}, "actions": {"min": [-0.9821290373802185, -0.6396686434745789, -0.7084791660308838, -0.13771481812000275, -0.295510858297348, -0.1507415920495987, -1.0], "max": [1.1245633363723755, 0.3796747922897339, 2.1536505222320557, 0.10488762706518173, 0.18273840844631195, 0.13915076851844788, 1.0], "mean": [0.03843725845217705, -0.03331226482987404, -0.0389443039894104, -0.001298452727496624, -0.00176165159791708, 0.002080122707411647, -0.030456852167844772], "std": [0.22395484149456024, 0.12185017019510269, 0.23692579567432404, 0.03574318438768387, 0.0492536723613739, 0.04614923521876335, 0.9995347857475281], "count": [394]}, "timestamp": {"min": [0.0], "max": [39.3], "mean": [19.650000000000002], "std": [11.3737636690763], "count": [394]}, "frame_index": {"min": [0], "max": [393], "mean": [196.5], "std": [113.73763669076301], "count": [394]}, "episode_index": {"min": [1301], "max": [1301], "mean": [1301.0], "std": [0.0], "count": [394]}, "index": {"min": [411071], "max": [411464], "mean": [411267.5], "std": [113.73763669076301], "count": [394]}, "task_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [394]}}} +{"episode_index": 1302, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4147393733005898]], [[0.3864745028626685]], [[0.3480113220214843]]], "std": [[[0.26344791143842483]], [[0.24493478390898663]], [[0.23126244149356504]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.592054464302811]], [[0.5468365029727712]], [[0.49465392288507204]]], "std": [[[0.23828666712236773]], [[0.21263593180910226]], [[0.19023908531873462]]], "count": [100]}, "state": {"min": [-0.22186343371868134, -0.16147498786449432, 0.9238086938858032, 2.883394956588745, -0.29684579372406006, -0.14822231233119965, 0.002359642880037427, -0.04000399634242058], "max": [0.17380398511886597, 0.049318522214889526, 1.2073473930358887, 3.218071222305298, 0.08021803945302963, 0.22614412009716034, 0.04000331833958626, -0.002636892721056938], "mean": [0.06463822722434998, -0.013690679334104061, 1.099066972732544, 3.1045916080474854, -0.14116619527339935, 0.09507926553487778, 0.02610381878912449, -0.026155203580856323], "std": [0.11073995381593704, 0.0634256973862648, 0.08986291289329529, 0.09582186490297318, 0.09626375138759613, 0.1059931218624115, 0.01772107183933258, 0.017604093998670578], "count": [335]}, "actions": {"min": [-0.9583770036697388, -0.859587550163269, -0.8240609765052795, -0.22372545301914215, -0.21357977390289307, -0.14064984023571014, -1.0], "max": [0.8433597683906555, 0.34491202235221863, 0.8437947034835815, 0.2504214644432068, 0.1135995164513588, 0.16133391857147217, 1.0], "mean": [0.060488875955343246, -0.03789682313799858, -0.02058376744389534, -0.00593187753111124, -0.001123882131651044, 0.005457871127873659, -0.2597014904022217], "std": [0.22590260207653046, 0.14135919511318207, 0.19082055985927582, 0.04846727475523949, 0.04401912912726402, 0.047037020325660706, 0.9656898379325867], "count": [335]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.670573922989266], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [1302], "max": [1302], "mean": [1302.0], "std": [0.0], "count": [335]}, "index": {"min": [411465], "max": [411799], "mean": [411632.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [335]}}} +{"episode_index": 1303, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4119376442105162]], [[0.3841961143344056]], [[0.34669748343673407]]], "std": [[[0.2617091031123155]], [[0.2425060803428166]], [[0.22767406394762082]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.5930618621227788]], [[0.5470979500564874]], [[0.4935087046903722]]], "std": [[[0.24434932372553267]], [[0.2185006669787398]], [[0.19583705046638739]]], "count": [100]}, "state": {"min": [-0.20444355905056, -0.180032417178154, 0.9176030158996582, 3.0743513107299805, -0.15093649923801422, -0.005476996302604675, 0.0023744383361190557, -0.039975088089704514], "max": [0.16657383739948273, 0.021237192675471306, 1.2137454748153687, 3.245617151260376, 0.36201512813568115, 0.3477839529514313, 0.04000331833958626, -0.0023220644798129797], "mean": [0.07439006119966507, -0.05726728215813637, 1.1084507703781128, 3.168470621109009, 0.03912690281867981, 0.1410015970468521, 0.02153562195599079, -0.021483415737748146], "std": [0.08537883311510086, 0.07143597304821014, 0.08968161791563034, 0.03672324866056442, 0.1773250252008438, 0.07966773211956024, 0.01834511011838913, 0.018345000222325325], "count": [317]}, "actions": {"min": [-0.8728474974632263, -0.7952871918678284, -0.757140040397644, -0.21822284162044525, -0.18436747789382935, -0.14524543285369873, -1.0], "max": [1.1436052322387695, 0.42361152172088623, 0.970804750919342, 0.12544290721416473, 0.13746695220470428, 0.15287533402442932, 1.0], "mean": [0.04059252142906189, -0.03953399881720543, -0.04637245833873749, -0.00360560673289001, -0.005430290009826422, 0.008186576887965202, -0.022082019597291946], "std": [0.26761892437934875, 0.13273374736309052, 0.21784155070781708, 0.049041178077459335, 0.04752007871866226, 0.040359172970056534, 0.9997550249099731], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [1303], "max": [1303], "mean": [1303.0], "std": [0.0], "count": [317]}, "index": {"min": [411800], "max": [412116], "mean": [411958.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [317]}}} +{"episode_index": 1304, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4470847856110218]], [[0.4062704491708793]], [[0.3645707654766008]]], "std": [[[0.2749177706723305]], [[0.2539486734817832]], [[0.23106625389139945]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9254901960784314]]], "mean": [[[0.4293052469889323]], [[0.39094282142788755]], [[0.35080113070618874]]], "std": [[[0.2787755785001981]], [[0.25550368893095066]], [[0.2244808715912345]]], "count": [100]}, "state": {"min": [-0.16529569029808044, -0.2060638815164566, 1.0669325590133667, 2.0348641872406006, 0.0054046460427343845, 0.026607075706124306, 0.011737179942429066, -0.04003576934337616], "max": [0.021958844736218452, 0.020731281489133835, 1.1697189807891846, 3.073371648788452, 0.3060605525970459, 0.2533665597438812, 0.03981763496994972, -0.007565479259938002], "mean": [-0.009426380507647991, -0.09249407052993774, 1.1168581247329712, 2.4943037033081055, 0.15481455624103546, 0.148209348320961, 0.03315497562289238, -0.033494286239147186], "std": [0.03993898257613182, 0.08460485190153122, 0.033194445073604584, 0.3748055100440979, 0.11471869051456451, 0.06588698923587799, 0.010364091023802757, 0.011104997247457504], "count": [226]}, "actions": {"min": [-0.33129575848579407, -0.8820424675941467, -0.3638661205768585, -0.2971944510936737, -0.14562366902828217, -0.1469857096672058, -1.0], "max": [0.8525130748748779, 1.2533812522888184, 0.2827942371368408, 0.20969372987747192, 0.09995142370462418, 0.31123578548431396, 1.0], "mean": [0.051515981554985046, -0.026594338938593864, -0.03815915435552597, -0.023012829944491386, 0.006052967626601458, 0.00614571338519454, -0.4601770043373108], "std": [0.16597354412078857, 0.2927511930465698, 0.1106526330113411, 0.08236119896173477, 0.038222700357437134, 0.05533593147993088, 0.8878268599510193], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [1304], "max": [1304], "mean": [1304.0], "std": [0.0], "count": [226]}, "index": {"min": [412117], "max": [412342], "mean": [412229.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [226]}}} +{"episode_index": 1305, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44641332768458947]], [[0.40570792044845283]], [[0.36386546056410846]]], "std": [[[0.27623148110239376]], [[0.2551922692135675]], [[0.23222870541443383]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9176470588235294]]], "mean": [[[0.4363021814682905]], [[0.39852657003963693]], [[0.357857152003868]]], "std": [[[0.2742184418973521]], [[0.2506897560726646]], [[0.2206465610803023]]], "count": [100]}, "state": {"min": [-0.19883275032043457, -0.19523414969444275, 1.0677096843719482, 1.9582140445709229, 0.007126880344003439, -0.03667076677083969, 0.011992858722805977, -0.04004746675491333], "max": [0.0064950441010296345, 0.03829183056950569, 1.1567747592926025, 3.1302428245544434, 0.23812031745910645, 0.3157539963722229, 0.040205687284469604, -0.0023689146619290113], "mean": [-0.036298204213380814, -0.08510487526655197, 1.1142985820770264, 2.503819704055786, 0.10821031033992767, 0.1716504544019699, 0.03482022508978844, -0.034428127110004425], "std": [0.04554835334420204, 0.0857953354716301, 0.02936948835849762, 0.4358535706996918, 0.07254071533679962, 0.11717339605093002, 0.009318882599473, 0.010973604395985603], "count": [240]}, "actions": {"min": [-0.6225627660751343, -0.7762610912322998, -0.4570484161376953, -0.3907869756221771, -0.1574992537498474, -0.128858745098114, -1.0], "max": [0.8239411115646362, 1.7009364366531372, 0.2647061049938202, 0.3297642171382904, 0.1191774308681488, 0.23287564516067505, 1.0], "mean": [0.060684867203235626, -0.010340702719986439, -0.03535953536629677, -0.021048184484243393, 0.0018662733491510153, 0.009023541584610939, -0.5666666626930237], "std": [0.18583910167217255, 0.3388352692127228, 0.10322602093219757, 0.0868542417883873, 0.036219656467437744, 0.0501638688147068, 0.8239470720291138], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [1305], "max": [1305], "mean": [1305.0], "std": [0.0], "count": [240]}, "index": {"min": [412343], "max": [412582], "mean": [412462.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [240]}}} +{"episode_index": 1306, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45594236545936734]], [[0.41369953409830734]], [[0.3719164638145297]]], "std": [[[0.272954133696324]], [[0.25270640058932986]], [[0.23017299553730633]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9176470588235294]]], "mean": [[[0.4580507399615119]], [[0.4211123597388174]], [[0.3774476258520987]]], "std": [[[0.2640371362961477]], [[0.2404925411875779]], [[0.21213912997714005]]], "count": [100]}, "state": {"min": [-0.1549699604511261, -0.2217123955488205, 1.0673723220825195, 1.8929294347763062, -0.08696598559617996, -0.018798690289258957, 0.03178175166249275, -0.04004311561584473], "max": [0.033813901245594025, 0.06558484584093094, 1.2441538572311401, 3.2188520431518555, 0.08497828990221024, 0.5631170272827148, 0.04133614897727966, -0.021955670788884163], "mean": [0.0018271968001499772, -0.10426201671361923, 1.145634651184082, 2.5111117362976074, -0.016171317547559738, 0.29050159454345703, 0.039062920957803726, -0.03757377341389656], "std": [0.036403220146894455, 0.09823135286569595, 0.05532766878604889, 0.43323665857315063, 0.05349620059132576, 0.2113581895828247, 0.00166127213742584, 0.005091697443276644], "count": [273]}, "actions": {"min": [-0.4659205377101898, -0.6433722376823425, -0.6013136506080627, -0.3765491247177124, -0.4175640642642975, -0.19449718296527863, -1.0], "max": [0.601239025592804, 2.715712308883667, 0.7031248211860657, 0.4496763050556183, 0.25781261920928955, 0.33307361602783203, 1.0], "mean": [0.05338645726442337, 0.05890433490276337, -0.06097933277487755, -0.010136463679373264, 0.0003013450768776238, 0.007511306554079056, -0.6043956279754639], "std": [0.16843773424625397, 0.4803158640861511, 0.15838533639907837, 0.09944222122430801, 0.05893246829509735, 0.05446495860815048, 0.7966841459274292], "count": [273]}, "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": [1306], "max": [1306], "mean": [1306.0], "std": [0.0], "count": [273]}, "index": {"min": [412583], "max": [412855], "mean": [412719.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [273]}}} +{"episode_index": 1307, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4564024199945641]], [[0.41579230464845984]], [[0.3761162752608629]]], "std": [[[0.27315957188838275]], [[0.25310569010099637]], [[0.23153297953129534]]], "count": [103]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9137254901960784]]], "mean": [[[0.5727852406511755]], [[0.5276287195774662]], [[0.46692456373050967]]], "std": [[[0.26106979595613256]], [[0.23975778748793355]], [[0.21142426299006548]]], "count": [103]}, "state": {"min": [-0.17135073244571686, -0.14657458662986755, 0.9270042777061462, 2.834669589996338, -0.28832268714904785, 0.01669180579483509, 0.002291274955496192, -0.04001389443874359], "max": [0.19080105423927307, 0.009612887166440487, 1.2437726259231567, 3.153219223022461, 0.3947170376777649, 0.1713496595621109, 0.03984896466135979, -0.0020130330231040716], "mean": [0.07065840810537338, -0.1096675917506218, 1.1136353015899658, 3.0071628093719482, 0.015015809796750546, 0.08798225969076157, 0.02085663564503193, -0.020913781598210335], "std": [0.10804124176502228, 0.03347198665142059, 0.09406542778015137, 0.09804168343544006, 0.20841838419437408, 0.03963248059153557, 0.018359733745455742, 0.018430378288030624], "count": [483]}, "actions": {"min": [-0.528272271156311, -0.4323917329311371, -0.9986907243728638, -0.21795238554477692, -0.13862381875514984, -0.16785340011119843, -1.0], "max": [0.8657239675521851, 0.2613987922668457, 0.5988627672195435, 0.2918732762336731, 0.2641688585281372, 0.1480519026517868, 1.0], "mean": [0.004494494292885065, -0.021408429369330406, -0.04512456804513931, -0.003453225363045931, 0.0022622141987085342, 0.0029237978160381317, 0.035196688026189804], "std": [0.19381259381771088, 0.1095258966088295, 0.18150383234024048, 0.0386013500392437, 0.04118778929114342, 0.0385943241417408, 0.9993799924850464], "count": [483]}, "timestamp": {"min": [0.0], "max": [48.2], "mean": [24.099999999999998], "std": [13.942979117343132], "count": [483]}, "frame_index": {"min": [0], "max": [482], "mean": [241.0], "std": [139.4297911734313], "count": [483]}, "episode_index": {"min": [1307], "max": [1307], "mean": [1307.0], "std": [0.0], "count": [483]}, "index": {"min": [412856], "max": [413338], "mean": [413097.0], "std": [139.4297911734313], "count": [483]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [483]}}} +{"episode_index": 1308, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4491730789483762]], [[0.40890796975528493]], [[0.3688733711990656]]], "std": [[[0.27720806299186007]], [[0.2570999410742263]], [[0.23584566310692398]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9137254901960784]]], "mean": [[[0.5771632977653952]], [[0.5281096113616345]], [[0.4692943641812194]]], "std": [[[0.2574177952212062]], [[0.23835681763023586]], [[0.209615955436031]]], "count": [100]}, "state": {"min": [-0.1831306666135788, -0.13583743572235107, 0.9452639818191528, 2.834463357925415, -0.32746514678001404, -0.10833574831485748, 0.0021089683286845684, -0.04001222923398018], "max": [0.17143654823303223, -0.018166059628129005, 1.1830437183380127, 3.10417103767395, 0.06292559951543808, 0.4623340964317322, 0.03986891731619835, -0.0026100582908838987], "mean": [0.032609861344099045, -0.09228897094726562, 1.0727734565734863, 2.9610509872436523, -0.17939555644989014, 0.06160872429609299, 0.022214176133275032, -0.02246430516242981], "std": [0.1250338852405548, 0.035773396492004395, 0.07153205573558807, 0.06424306333065033, 0.12792161107063293, 0.18012340366840363, 0.018284212797880173, 0.01822820119559765], "count": [394]}, "actions": {"min": [-0.5817078351974487, -0.5922466516494751, -0.6131595969200134, -0.23009492456912994, -0.18109621107578278, -0.2879983186721802, -1.0], "max": [0.9045066833496094, 0.3033354878425598, 0.5459785461425781, 0.22431017458438873, 0.30989906191825867, 0.19073526561260223, 1.0], "mean": [0.01959029957652092, -0.02398669719696045, -0.019439056515693665, -0.003801103215664625, -0.0012192290741950274, 0.004439753480255604, -0.060913704335689545], "std": [0.2157926857471466, 0.10948256403207779, 0.15779398381710052, 0.04892946779727936, 0.05555211380124092, 0.05880330875515938, 0.998144268989563], "count": [394]}, "timestamp": {"min": [0.0], "max": [39.3], "mean": [19.650000000000002], "std": [11.3737636690763], "count": [394]}, "frame_index": {"min": [0], "max": [393], "mean": [196.5], "std": [113.73763669076301], "count": [394]}, "episode_index": {"min": [1308], "max": [1308], "mean": [1308.0], "std": [0.0], "count": [394]}, "index": {"min": [413339], "max": [413732], "mean": [413535.5], "std": [113.73763669076301], "count": [394]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [394]}}} +{"episode_index": 1309, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4527918228448606]], [[0.41236674888461244]], [[0.3719735125373391]]], "std": [[[0.27721716347701986]], [[0.2573262211362445]], [[0.23635035677252847]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9058823529411765]]], "mean": [[[0.5843956795486749]], [[0.5361632995605469]], [[0.47597678509880514]]], "std": [[[0.24633948685016657]], [[0.22697078263599213]], [[0.20079760378591432]]], "count": [100]}, "state": {"min": [-0.21873147785663605, -0.14075368642807007, 0.9310958385467529, 2.827575445175171, -0.39540567994117737, -0.08797544240951538, 0.0022577715571969748, -0.04001423344016075], "max": [0.17814649641513824, -0.007088048849254847, 1.1525554656982422, 3.089066743850708, 0.1395391821861267, 0.2369719296693802, 0.03985524922609329, -0.0026280859019607306], "mean": [0.023518923670053482, -0.09342290461063385, 1.0600686073303223, 2.96811842918396, -0.19685912132263184, 0.08372844010591507, 0.0216230396181345, -0.021814297884702682], "std": [0.13697858154773712, 0.040266215801239014, 0.06483592838048935, 0.07051226496696472, 0.18114984035491943, 0.06728678941726685, 0.01822950318455696, 0.018141774460673332], "count": [373]}, "actions": {"min": [-0.853868305683136, -0.5076751112937927, -0.5912632346153259, -0.2542475461959839, -0.222202330827713, -0.20994269847869873, -1.0], "max": [0.8892104029655457, 0.49459680914878845, 0.7799684405326843, 0.297157883644104, 0.20041391253471375, 0.20958702266216278, 1.0], "mean": [0.029849335551261902, -0.020412469282746315, -0.026306254789233208, -0.0007174535421654582, -0.00024269730783998966, 0.0022404075134545565, 0.018766755238175392], "std": [0.24185803532600403, 0.11644361168146133, 0.1664409190416336, 0.04761887341737747, 0.0490451417863369, 0.05518031865358353, 0.999825656414032], "count": [373]}, "timestamp": {"min": [0.0], "max": [37.2], "mean": [18.599999999999998], "std": [10.767543823918249], "count": [373]}, "frame_index": {"min": [0], "max": [372], "mean": [186.0], "std": [107.67543823918248], "count": [373]}, "episode_index": {"min": [1309], "max": [1309], "mean": [1309.0], "std": [0.0], "count": [373]}, "index": {"min": [413733], "max": [414105], "mean": [413919.0], "std": [107.67543823918248], "count": [373]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [373]}}} +{"episode_index": 1310, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4531279865339691]], [[0.41526381907743565]], [[0.37350489717371327]]], "std": [[[0.26935421188581243]], [[0.24914019485754868]], [[0.2264073348357156]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9294117647058824]]], "mean": [[[0.5473525229061351]], [[0.4562758310355392]], [[0.4140811103372013]]], "std": [[[0.26705197899667393]], [[0.27125068303444627]], [[0.2321507148500829]]], "count": [100]}, "state": {"min": [-0.16850046813488007, -0.2927342653274536, 0.928997278213501, 2.543757915496826, -0.12158394604921341, -0.14090324938297272, 0.0020638133864849806, -0.04001011699438095], "max": [0.16060969233512878, 0.04200796037912369, 1.31949782371521, 3.1260039806365967, 0.2620870769023895, 0.12415284663438797, 0.03988967835903168, -0.002875944599509239], "mean": [0.07192562520503998, -0.057923488318920135, 1.1690876483917236, 2.895012140274048, 0.05943909287452698, 0.00877146515995264, 0.02159489504992962, -0.021855756640434265], "std": [0.07725826650857925, 0.10969328880310059, 0.11257057636976242, 0.15297695994377136, 0.0977664589881897, 0.07449513673782349, 0.018237510696053505, 0.018053600564599037], "count": [410]}, "actions": {"min": [-0.5411110520362854, -0.5702590942382812, -0.4736071527004242, -0.15387266874313354, -0.2133629471063614, -0.18144667148590088, -1.0], "max": [0.6417431831359863, 0.2567984461784363, 1.0649079084396362, 0.09876637160778046, 0.14476308226585388, 0.20149177312850952, 1.0], "mean": [0.024761715903878212, -0.05346715822815895, 0.0009535965509712696, -0.010257646441459656, -0.0016262653516605496, 0.0013539147330448031, -0.014634146355092525], "std": [0.17662876844406128, 0.12995629012584686, 0.2039279043674469, 0.030286654829978943, 0.03224961832165718, 0.034767355769872665, 0.9998925924301147], "count": [410]}, "timestamp": {"min": [0.0], "max": [40.9], "mean": [20.45], "std": [11.835645314050264], "count": [410]}, "frame_index": {"min": [0], "max": [409], "mean": [204.5], "std": [118.35645314050265], "count": [410]}, "episode_index": {"min": [1310], "max": [1310], "mean": [1310.0], "std": [0.0], "count": [410]}, "index": {"min": [414106], "max": [414515], "mean": [414310.5], "std": [118.35645314050265], "count": [410]}, "task_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [410]}}} +{"episode_index": 1311, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44833761357326135]], [[0.41018048813763786]], [[0.36917234173943014]]], "std": [[[0.27060184398681153]], [[0.25089147376963916]], [[0.22816833848610957]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9294117647058824]]], "mean": [[[0.5674487011479397]], [[0.44970643346449907]], [[0.4108671593759574]]], "std": [[[0.2559469656732796]], [[0.2784576231269452]], [[0.23443960112612458]]], "count": [100]}, "state": {"min": [-0.19535058736801147, -0.28325554728507996, 0.9241942167282104, 2.621800422668457, -0.18091486394405365, -0.16144400835037231, 0.009800964966416359, -0.040015075355768204], "max": [0.17304129898548126, 0.034794971346855164, 1.2834854125976562, 3.146536111831665, 0.3001890182495117, 0.045002371072769165, 0.03994838893413544, -0.010700591839849949], "mean": [0.07795043289661407, -0.03691033273935318, 1.1458123922348022, 3.0250320434570312, 0.024096764624118805, -0.04908554255962372, 0.02701728790998459, -0.02720002830028534], "std": [0.08966360241174698, 0.10299123078584671, 0.10299069434404373, 0.13379696011543274, 0.12543654441833496, 0.06453104317188263, 0.014239937998354435, 0.014163993299007416], "count": [384]}, "actions": {"min": [-0.8574895262718201, -0.7304428815841675, -0.5991736054420471, -0.2564736008644104, -0.10412193834781647, -0.148356094956398, -1.0], "max": [0.732524037361145, 0.2737942934036255, 0.6953966021537781, 0.1109028086066246, 0.1832689493894577, 0.12091951072216034, 1.0], "mean": [0.036979902535676956, -0.05483512207865715, 0.0076173413544893265, -0.00912703201174736, -0.0021710065193474293, -0.0011018847580999136, -0.1302083283662796], "std": [0.19651272892951965, 0.1427019238471985, 0.19082997739315033, 0.03906037285923958, 0.03643691912293434, 0.036238595843315125, 0.9914871454238892], "count": [384]}, "timestamp": {"min": [0.0], "max": [38.3], "mean": [19.150000000000002], "std": [11.085087580468937], "count": [384]}, "frame_index": {"min": [0], "max": [383], "mean": [191.5], "std": [110.85087580468937], "count": [384]}, "episode_index": {"min": [1311], "max": [1311], "mean": [1311.0], "std": [0.0], "count": [384]}, "index": {"min": [414516], "max": [414899], "mean": [414707.5], "std": [110.85087580468937], "count": [384]}, "task_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [384]}}} +{"episode_index": 1312, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4555462927724801]], [[0.4142003586713005]], [[0.3742307757209329]]], "std": [[[0.27398979567348725]], [[0.2542725361513865]], [[0.23299250584398493]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9058823529411765]]], "mean": [[[0.5905990839939491]], [[0.5355102479224112]], [[0.4753141581217448]]], "std": [[[0.2405580010890451]], [[0.22511005642223433]], [[0.19815403116717425]]], "count": [100]}, "state": {"min": [-0.18336090445518494, -0.2496313750743866, 0.9199286103248596, 2.7904677391052246, -0.3946860432624817, -0.010635774582624435, 0.001752217416651547, -0.04001131281256676], "max": [0.1656665802001953, 0.023744717240333557, 1.2365020513534546, 3.0910730361938477, 0.14524146914482117, 0.21767011284828186, 0.0398082435131073, -0.0029148641042411327], "mean": [0.06230571120977402, -0.08205142617225647, 1.1184537410736084, 2.9551029205322266, -0.13673798739910126, 0.09200233966112137, 0.02388795278966427, -0.024177351966500282], "std": [0.09746140241622925, 0.08255219459533691, 0.09330523759126663, 0.07181746512651443, 0.16834478080272675, 0.06256987154483795, 0.017835117876529694, 0.0177482720464468], "count": [359]}, "actions": {"min": [-0.6989299058914185, -0.7470232844352722, -0.7004548907279968, -0.1774083822965622, -0.1262088119983673, -0.22616006433963776, -1.0], "max": [1.3423646688461304, 0.2923251986503601, 1.123225212097168, 0.20861443877220154, 0.18175432085990906, 0.14444901049137115, 1.0], "mean": [0.04271427169442177, -0.05262649431824684, 0.010018854402005672, -0.004721004981547594, -0.0024487206246703863, 0.002644931199029088, -0.13649025559425354], "std": [0.23408235609531403, 0.1251416653394699, 0.2181815356016159, 0.04035450145602226, 0.03453097492456436, 0.040519896894693375, 0.9906401038169861], "count": [359]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.900000000000002], "std": [10.363397126425292], "count": [359]}, "frame_index": {"min": [0], "max": [358], "mean": [179.0], "std": [103.63397126425292], "count": [359]}, "episode_index": {"min": [1312], "max": [1312], "mean": [1312.0], "std": [0.0], "count": [359]}, "index": {"min": [414900], "max": [415258], "mean": [415079.0], "std": [103.63397126425292], "count": [359]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [359]}}} +{"episode_index": 1313, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4563706401750153]], [[0.41582568239698225]], [[0.3753362678079044]]], "std": [[[0.2756584719157288]], [[0.2562739935542499]], [[0.2354566478043441]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9215686274509803]]], "mean": [[[0.5699247077493107]], [[0.520390630385455]], [[0.4622230805041743]]], "std": [[[0.24370140276138733]], [[0.22540710503973937]], [[0.19948748370529842]]], "count": [100]}, "state": {"min": [-0.18327897787094116, -0.27293291687965393, 0.918441891670227, 2.6843607425689697, -0.46664929389953613, -0.05988548696041107, 0.002026587026193738, -0.040009740740060806], "max": [0.1834886074066162, -0.02034730650484562, 1.230847716331482, 3.0909321308135986, 0.12671630084514618, 0.3713098466396332, 0.03986441716551781, -0.0028468952514231205], "mean": [0.04323296621441841, -0.10678994655609131, 1.1212517023086548, 2.925772190093994, -0.20444132387638092, 0.14693260192871094, 0.024051878601312637, -0.024570291861891747], "std": [0.11514069139957428, 0.07768360525369644, 0.09557848423719406, 0.10707956552505493, 0.1859598159790039, 0.12440136820077896, 0.01765059307217598, 0.017320269718766212], "count": [390]}, "actions": {"min": [-0.7790777087211609, -0.7793645858764648, -0.5913972854614258, -0.1659899204969406, -0.13243025541305542, -0.17089402675628662, -1.0], "max": [0.6496404409408569, 0.20246991515159607, 0.9871205687522888, 0.11889729648828506, 0.11161796003580093, 0.17966493964195251, 1.0], "mean": [0.031105075031518936, -0.04693908244371414, 0.020667171105742455, -0.006191837601363659, -0.0034581064246594906, 0.0052453926764428616, -0.13333334028720856], "std": [0.20335489511489868, 0.12537680566310883, 0.2010633796453476, 0.03681965172290802, 0.033166516572237015, 0.042750608175992966, 0.991071879863739], "count": [390]}, "timestamp": {"min": [0.0], "max": [38.9], "mean": [19.45], "std": [11.258293239504232], "count": [390]}, "frame_index": {"min": [0], "max": [389], "mean": [194.5], "std": [112.5829323950423], "count": [390]}, "episode_index": {"min": [1313], "max": [1313], "mean": [1313.0], "std": [0.0], "count": [390]}, "index": {"min": [415259], "max": [415648], "mean": [415453.5], "std": [112.5829323950423], "count": [390]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [390]}}} +{"episode_index": 1314, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4507406831629136]], [[0.409990613750383]], [[0.3703745308670343]]], "std": [[[0.2723038500054553]], [[0.2519030291187393]], [[0.22989716147604541]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.8980392156862745]]], "mean": [[[0.5889800851859299]], [[0.5157032357010186]], [[0.46090063297047335]]], "std": [[[0.2516220554852539]], [[0.24590372593822293]], [[0.21135426996705628]]], "count": [100]}, "state": {"min": [-0.18706920742988586, -0.24213288724422455, 0.9224722981452942, 2.67802357673645, -0.06775715947151184, 0.007417024578899145, 0.002304811729118228, -0.04036371782422066], "max": [0.1565212607383728, 0.014581039547920227, 1.302644968032837, 3.0327377319335938, 0.3136163353919983, 0.2385796755552292, 0.039788439869880676, -0.003047229489311576], "mean": [0.09493470191955566, -0.07291553914546967, 1.1340957880020142, 2.8784475326538086, 0.04181504249572754, 0.13062697649002075, 0.02581213042140007, -0.026273412629961967], "std": [0.08045873790979385, 0.07562563568353653, 0.11187446862459183, 0.08647583425045013, 0.08600489795207977, 0.058945972472429276, 0.0176544189453125, 0.017434410750865936], "count": [363]}, "actions": {"min": [-0.5484074354171753, -0.8658170700073242, -0.6502164602279663, -0.139126256108284, -0.12396153062582016, -0.09806134551763535, -1.0], "max": [1.0257511138916016, 0.29071974754333496, 0.9325265288352966, 0.11449642479419708, 0.19735974073410034, 0.13758103549480438, 1.0], "mean": [0.04468363896012306, -0.05711270123720169, -0.002218537963926792, -0.008388889953494072, 0.0007857602322474122, 0.004804957192391157, -0.25619834661483765], "std": [0.18571440875530243, 0.12821805477142334, 0.21917547285556793, 0.033177077770233154, 0.03823366016149521, 0.03359389677643776, 0.9666240215301514], "count": [363]}, "timestamp": {"min": [0.0], "max": [36.2], "mean": [18.099999999999998], "std": [10.478867623301035], "count": [363]}, "frame_index": {"min": [0], "max": [362], "mean": [181.0], "std": [104.78867623301034], "count": [363]}, "episode_index": {"min": [1314], "max": [1314], "mean": [1314.0], "std": [0.0], "count": [363]}, "index": {"min": [415649], "max": [416011], "mean": [415830.0], "std": [104.78867623301034], "count": [363]}, "task_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [363]}}} +{"episode_index": 1315, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45047404868929997]], [[0.41439986105526194]], [[0.37281292245902264]]], "std": [[[0.2749788888787847]], [[0.25505154597906726]], [[0.2337534495020036]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9137254901960784]]], "mean": [[[0.598639846502566]], [[0.5025724648868337]], [[0.4589195215561811]]], "std": [[[0.24492610323916636]], [[0.2619017421561316]], [[0.22258340009162267]]], "count": [100]}, "state": {"min": [-0.17390176653862, -0.1486777812242508, 0.9179449677467346, 2.947448492050171, -0.36715206503868103, -0.15552257001399994, 0.002406970364972949, -0.04000614583492279], "max": [0.1812143474817276, 0.05268396809697151, 1.1726696491241455, 3.2056427001953125, 0.08886337280273438, 0.22286686301231384, 0.039960846304893494, -0.0025323533918708563], "mean": [0.02045784890651703, -0.020500829443335533, 1.0641751289367676, 3.0872554779052734, -0.18429194390773773, 0.0217899139970541, 0.02000240422785282, -0.020099330693483353], "std": [0.12956269085407257, 0.06798035651445389, 0.07384007424116135, 0.06367547065019608, 0.15478315949440002, 0.0874398872256279, 0.01823842152953148, 0.018231527879834175], "count": [413]}, "actions": {"min": [-0.6500793695449829, -0.721896767616272, -0.6677945256233215, -0.22590278089046478, -0.1625782996416092, -0.12085992842912674, -1.0], "max": [0.6558488607406616, 0.6178770661354065, 0.7468510270118713, 0.2707744240760803, 0.12402328848838806, 0.1083948165178299, 1.0], "mean": [0.028660845011472702, -0.02815851755440235, -0.016746800392866135, -0.0033859938848763704, -0.0007619620300829411, 0.0025552392471581697, 0.06537530571222305], "std": [0.2147211730480194, 0.12002749741077423, 0.14032462239265442, 0.04018867015838623, 0.036422859877347946, 0.03271334618330002, 0.9978626370429993], "count": [413]}, "timestamp": {"min": [0.0], "max": [41.2], "mean": [20.599999999999998], "std": [11.922248110151038], "count": [413]}, "frame_index": {"min": [0], "max": [412], "mean": [206.0], "std": [119.22248110151038], "count": [413]}, "episode_index": {"min": [1315], "max": [1315], "mean": [1315.0], "std": [0.0], "count": [413]}, "index": {"min": [416012], "max": [416424], "mean": [416218.0], "std": [119.22248110151038], "count": [413]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [413]}}} +{"episode_index": 1316, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44868403715245864]], [[0.4119892691817938]], [[0.3705150200338925]]], "std": [[[0.2742617315014342]], [[0.25416080357224496]], [[0.23252897705980397]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9372549019607843]]], "mean": [[[0.5893510353237975]], [[0.4939874548818551]], [[0.4492831229415595]]], "std": [[[0.2456637168504385]], [[0.26173510572047065]], [[0.22176357801953864]]], "count": [100]}, "state": {"min": [-0.20506255328655243, -0.1261681318283081, 0.9387289881706238, 2.844255208969116, -0.36955562233924866, -0.04820076748728752, 0.001759773469530046, -0.04002350941300392], "max": [0.16038988530635834, 0.07861140370368958, 1.2036969661712646, 3.084580898284912, 0.0072604273445904255, 0.22664061188697815, 0.03984979912638664, -0.0023414152674376965], "mean": [0.012903646565973759, -0.004434588830918074, 1.0813626050949097, 2.9494681358337402, -0.17092998325824738, 0.058202456682920456, 0.023119213059544563, -0.023406505584716797], "std": [0.13016679883003235, 0.05959632992744446, 0.08276715129613876, 0.0627380907535553, 0.13477645814418793, 0.06647816300392151, 0.01820102334022522, 0.018069909885525703], "count": [352]}, "actions": {"min": [-0.7144463658332825, -0.6296793818473816, -0.5039369463920593, -0.23473191261291504, -0.12493393570184708, -0.13763907551765442, -1.0], "max": [1.2199809551239014, 0.44424745440483093, 0.6381223201751709, 0.30543234944343567, 0.1232905313372612, 0.14047871530056, 1.0], "mean": [0.024756498634815216, -0.01971445232629776, -0.02757883071899414, -0.005182227119803429, 0.001412094454281032, 0.0010182702681049705, -0.10795454680919647], "std": [0.2436424195766449, 0.12513993680477142, 0.16139107942581177, 0.04648372530937195, 0.03824911266565323, 0.036019593477249146, 0.9941574335098267], "count": [352]}, "timestamp": {"min": [0.0], "max": [35.1], "mean": [17.55], "std": [10.161323732663968], "count": [352]}, "frame_index": {"min": [0], "max": [351], "mean": [175.5], "std": [101.61323732663968], "count": [352]}, "episode_index": {"min": [1316], "max": [1316], "mean": [1316.0], "std": [0.0], "count": [352]}, "index": {"min": [416425], "max": [416776], "mean": [416600.5], "std": [101.61323732663968], "count": [352]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [352]}}} +{"episode_index": 1317, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44259976854511335]], [[0.4012068212172564]], [[0.3596750769521676]]], "std": [[[0.2764404902788915]], [[0.2554810106970297]], [[0.2324086977144914]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9254901960784314]]], "mean": [[[0.45253874595492494]], [[0.4130611147413067]], [[0.3714920809876685]]], "std": [[[0.279203791432094]], [[0.25492032890863286]], [[0.2244793283100424]]], "count": [100]}, "state": {"min": [-0.1918819695711136, -0.20677702128887177, 1.0083222389221191, 1.7934935092926025, -0.005068046040832996, 0.011162160895764828, 0.008611197583377361, -0.04004093259572983], "max": [0.01786019280552864, -0.0012959521263837814, 1.1743524074554443, 3.12099027633667, 0.2983742654323578, 0.41159242391586304, 0.03990073502063751, -0.006931403186172247], "mean": [-0.014282668009400368, -0.1023724302649498, 1.0847806930541992, 2.496605157852173, 0.1448778659105301, 0.2479569911956787, 0.03409548103809357, -0.03551334887742996], "std": [0.04482730105519295, 0.07135464996099472, 0.061260905116796494, 0.4569748342037201, 0.1061091348528862, 0.139614537358284, 0.00972032081335783, 0.009710026904940605], "count": [293]}, "actions": {"min": [-0.37729740142822266, -0.6508460640907288, -0.34943222999572754, -0.3895114064216614, -0.203145831823349, -0.2139708250761032, -1.0], "max": [0.8171634078025818, 2.4311113357543945, 0.4211623966693878, 0.33132612705230713, 0.15133923292160034, 0.21433837711811066, 1.0], "mean": [0.04484511539340019, -0.0030960161238908768, -0.034533336758613586, -0.02001200243830681, -0.0028775918763130903, 0.009671087376773357, -0.6245733499526978], "std": [0.16040001809597015, 0.3184541165828705, 0.11691619455814362, 0.07419072091579437, 0.05172550678253174, 0.052510183304548264, 0.7809661030769348], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [1317], "max": [1317], "mean": [1317.0], "std": [0.0], "count": [293]}, "index": {"min": [416777], "max": [417069], "mean": [416923.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [293]}}} +{"episode_index": 1318, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4422575366450291]], [[0.40142321597828584]], [[0.3600893632477405]]], "std": [[[0.27595080032101144]], [[0.2547312169242481]], [[0.2316216171848448]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9137254901960784]]], "mean": [[[0.4413479775821461]], [[0.4026058205997242]], [[0.36216616043390015]]], "std": [[[0.2733813695040696]], [[0.24915528262301417]], [[0.21910379309718309]]], "count": [100]}, "state": {"min": [-0.15148529410362244, -0.21419145166873932, 0.9910605549812317, 1.7074791193008423, 0.0007201561820693314, -0.07495908439159393, 0.009347292594611645, -0.040294453501701355], "max": [0.03436732292175293, -0.012642553076148033, 1.163643717765808, 3.1743156909942627, 0.24105122685432434, 0.5824763178825378, 0.04100583493709564, -0.007748489733785391], "mean": [-0.012738669291138649, -0.10867185145616531, 1.0666232109069824, 2.412655830383301, 0.10279268026351929, 0.27158915996551514, 0.035034261643886566, -0.035076238214969635], "std": [0.038106609135866165, 0.06909947097301483, 0.06371563673019409, 0.5250088572502136, 0.07762166857719421, 0.23923127353191376, 0.009469537064433098, 0.010471089743077755], "count": [341]}, "actions": {"min": [-0.36085397005081177, -0.9604692459106445, -0.8348406553268433, -0.23939310014247894, -0.2509974539279938, -0.1632879078388214, -1.0], "max": [0.47169995307922363, 1.515932321548462, 0.3308504819869995, 0.35906773805618286, 0.2151351422071457, 0.17282356321811676, 1.0], "mean": [0.03326874226331711, -0.0038508232682943344, -0.03617748245596886, -0.018061701208353043, -0.0019167130813002586, 0.010006558150053024, -0.6304985284805298], "std": [0.13768917322158813, 0.2854209244251251, 0.1316114366054535, 0.0751948133111, 0.049140021204948425, 0.050324227660894394, 0.7761903405189514], "count": [341]}, "timestamp": {"min": [0.0], "max": [34.0], "mean": [17.000000000000004], "std": [9.84377976185977], "count": [341]}, "frame_index": {"min": [0], "max": [340], "mean": [170.0], "std": [98.4377976185977], "count": [341]}, "episode_index": {"min": [1318], "max": [1318], "mean": [1318.0], "std": [0.0], "count": [341]}, "index": {"min": [417070], "max": [417410], "mean": [417240.0], "std": [98.4377976185977], "count": [341]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [341]}}} +{"episode_index": 1319, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45013319726083795]], [[0.4084640293495328]], [[0.3672409949209176]]], "std": [[[0.2699519221578385]], [[0.24868574529249143]], [[0.2256260847126002]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9372549019607843]]], "mean": [[[0.5545062896130132]], [[0.5025554731780407]], [[0.42733280974743415]]], "std": [[[0.26598053222293]], [[0.24466331656288418]], [[0.21903003174311833]]], "count": [100]}, "state": {"min": [-0.17826059460639954, -0.30323952436447144, 0.9281342029571533, 2.6713943481445312, -0.08510478585958481, -0.018488740548491478, 0.0020164912566542625, -0.04000438377261162], "max": [0.02453966625034809, 0.1917281299829483, 1.3022271394729614, 3.1888654232025146, 0.4906672239303589, 0.1985573172569275, 0.0399671345949173, -0.0024895311798900366], "mean": [-0.049796052277088165, 0.002669548848643899, 1.164679765701294, 2.9945504665374756, 0.13303625583648682, 0.1005261018872261, 0.016337962821125984, -0.016638444736599922], "std": [0.048465143889188766, 0.1825416088104248, 0.12144478410482407, 0.15248465538024902, 0.16670550405979156, 0.062116239219903946, 0.01774025335907936, 0.01754903793334961], "count": [347]}, "actions": {"min": [-0.35791105031967163, -1.159842610359192, -0.595757782459259, -0.1974617838859558, -0.15327641367912292, -0.24214455485343933, -1.0], "max": [0.9019491076469421, 0.9279567003250122, 0.6831651926040649, 0.21193444728851318, 0.1991032063961029, 0.16461047530174255, 1.0], "mean": [0.03217806667089462, -0.06632742285728455, 0.01861473359167576, -0.006021725479513407, -0.002368597313761711, -0.00019666063599288464, 0.25072047114372253], "std": [0.1867217868566513, 0.2528311610221863, 0.22280548512935638, 0.05284273996949196, 0.05055626481771469, 0.044386669993400574, 0.9680601358413696], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [1319], "max": [1319], "mean": [1319.0], "std": [0.0], "count": [347]}, "index": {"min": [417411], "max": [417757], "mean": [417584.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [347]}}} +{"episode_index": 1320, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4519465098661535]], [[0.4096370574352788]], [[0.3685725576363358]]], "std": [[[0.2688028785507475]], [[0.2481731669422569]], [[0.2250175539006717]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9019607843137255]]], "mean": [[[0.5475427258061428]], [[0.49440030864640777]], [[0.4234023611031326]]], "std": [[[0.2703242463637264]], [[0.24954561643420753]], [[0.22081482207561962]]], "count": [100]}, "state": {"min": [-0.1936076432466507, -0.31045860052108765, 0.9261274933815002, 2.5652246475219727, -0.12422490864992142, -0.04498182609677315, 0.0019385766936466098, -0.040012020617723465], "max": [0.04425107687711716, 0.1938392072916031, 1.2821320295333862, 3.154423475265503, 0.33366256952285767, 0.07991491258144379, 0.03988649323582649, -0.0025278774555772543], "mean": [-0.01665150374174118, -0.010598835535347462, 1.1510041952133179, 2.917379140853882, 0.0421178974211216, 0.03679180145263672, 0.018613064661622047, -0.018990086391568184], "std": [0.049817223101854324, 0.1725814938545227, 0.1012096032500267, 0.159931942820549, 0.12686051428318024, 0.025144359096884727, 0.01817954331636429, 0.018072858452796936], "count": [355]}, "actions": {"min": [-0.29413723945617676, -1.0902382135391235, -0.6169607043266296, -0.24671854078769684, -0.22768612205982208, -0.2673281729221344, -1.0], "max": [0.9236430525779724, 0.9638468027114868, 1.0524334907531738, 0.46274834871292114, 0.25263693928718567, 0.16324278712272644, 1.0], "mean": [0.031194275245070457, -0.06294628977775574, 0.012334877625107765, -0.008364362642168999, -0.001914542866870761, 0.00041184606379829347, 0.1267605572938919], "std": [0.16427184641361237, 0.26792585849761963, 0.20913037657737732, 0.055475447326898575, 0.04686177149415016, 0.04224364086985588, 0.9919325113296509], "count": [355]}, "timestamp": {"min": [0.0], "max": [35.4], "mean": [17.7], "std": [10.24792661956554], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [1320], "max": [1320], "mean": [1320.0], "std": [0.0], "count": [355]}, "index": {"min": [417758], "max": [418112], "mean": [417935.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [355]}}} +{"episode_index": 1321, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4414795005648744]], [[0.4015110030828738]], [[0.36142967254040287]]], "std": [[[0.27469863122007604]], [[0.2534242540602192]], [[0.23024406216412552]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9294117647058824]]], "mean": [[[0.581365753772212]], [[0.5210896845798867]], [[0.44681781424728095]]], "std": [[[0.279576270664274]], [[0.26090252359237404]], [[0.23107261145364907]]], "count": [100]}, "state": {"min": [-0.1966361254453659, -0.09517109394073486, 0.9259151816368103, 2.886258125305176, 0.0871860608458519, 0.03196815773844719, 0.0023962983395904303, -0.04000996798276901], "max": [0.07705064117908478, 0.15973947942256927, 1.1615498065948486, 3.2624127864837646, 0.5131673216819763, 0.15358711779117584, 0.039881814271211624, -0.00233237212523818], "mean": [-0.010422125458717346, 0.03712305426597595, 1.0731136798858643, 3.0306735038757324, 0.2730720043182373, 0.09823953360319138, 0.0208455640822649, -0.02094847522675991], "std": [0.06221963092684746, 0.08917287737131119, 0.06737558543682098, 0.10198880732059479, 0.13059101998806, 0.03663460537791252, 0.018172316253185272, 0.018251994624733925], "count": [319]}, "actions": {"min": [-0.4641351103782654, -1.1336936950683594, -0.7193129658699036, -0.17198538780212402, -0.19712971150875092, -0.28818604350090027, -1.0], "max": [0.672074019908905, 0.9767042994499207, 0.6831344366073608, 0.3599531650543213, 0.30485525727272034, 0.1512097865343094, 1.0], "mean": [0.024372732266783714, -0.014482628554105759, -0.038022760301828384, -0.004508447367697954, 0.00573532423004508, 0.0019158149370923638, 0.015673981979489326], "std": [0.1856488436460495, 0.22145913541316986, 0.19414231181144714, 0.05491739511489868, 0.0531449019908905, 0.04254529997706413, 0.9998783469200134], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [1321], "max": [1321], "mean": [1321.0], "std": [0.0], "count": [319]}, "index": {"min": [418113], "max": [418431], "mean": [418272.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [319]}}} +{"episode_index": 1322, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44754485306085323]], [[0.4068303815056296]], [[0.365902182784735]]], "std": [[[0.2709128759393206]], [[0.24985870345949848]], [[0.22673393669105546]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9372549019607843]]], "mean": [[[0.5935848017673866]], [[0.5356130855784696]], [[0.46243429266237746]]], "std": [[[0.2705421135026609]], [[0.2504168983477186]], [[0.222634110274106]]], "count": [100]}, "state": {"min": [-0.18506695330142975, -0.09873593598604202, 0.9294378161430359, 2.777435302734375, 0.000435917783761397, 0.0021306173875927925, 0.0022858113516122103, -0.040010906755924225], "max": [0.05199074000120163, 0.18559610843658447, 1.2278259992599487, 3.094149589538574, 0.3787469267845154, 0.15963897109031677, 0.039900124073028564, -0.002826141659170389], "mean": [-0.020469754934310913, 0.055120404809713364, 1.095591425895691, 2.9633748531341553, 0.16209252178668976, 0.10246542096138, 0.022121258080005646, -0.022412048652768135], "std": [0.05756791681051254, 0.09836431592702866, 0.08915404230356216, 0.09421204775571823, 0.11437153816223145, 0.03177111968398094, 0.018276529386639595, 0.018121197819709778], "count": [334]}, "actions": {"min": [-0.5334183573722839, -0.9917058944702148, -0.576059103012085, -0.15650908648967743, -0.15184691548347473, -0.16522705554962158, -1.0], "max": [1.0252001285552979, 0.7464657425880432, 1.0474817752838135, 0.21436722576618195, 0.22486895322799683, 0.13325852155685425, 1.0], "mean": [0.027275696396827698, -0.01989864930510521, -0.037736520171165466, -0.006995650008320808, 0.005598629824817181, 0.003969636280089617, -0.053892213851213455], "std": [0.1728934496641159, 0.20619086921215057, 0.21045874059200287, 0.04742787405848503, 0.04504260793328285, 0.035450004041194916, 0.998546302318573], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [1322], "max": [1322], "mean": [1322.0], "std": [0.0], "count": [334]}, "index": {"min": [418432], "max": [418765], "mean": [418598.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [334]}}} +{"episode_index": 1323, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47066323013934397]], [[0.43838257070087716]], [[0.4006262681402243]]], "std": [[[0.25211129795474063]], [[0.23320392380053]], [[0.21648103126054286]]], "count": [138]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9686274509803922]], [[0.9450980392156862]], [[0.9411764705882353]]], "mean": [[[0.5053237325327408]], [[0.471396742113682]], [[0.4377750983188084]]], "std": [[[0.2642101216091018]], [[0.24047614397864733]], [[0.2152593824061425]]], "count": [138]}, "state": {"min": [-0.3347160518169403, -0.29155510663986206, 0.9280332922935486, 2.981928825378418, -0.19343294203281403, -0.13176310062408447, 0.015870189294219017, -0.040781449526548386], "max": [-0.1750270277261734, 0.07571316510438919, 1.169877529144287, 3.1485445499420166, 0.18925897777080536, 0.7211014032363892, 0.040200237184762955, -0.005097934510558844], "mean": [-0.2561594545841217, -0.16880035400390625, 1.0393255949020386, 3.0692920684814453, -0.023483822122216225, 0.18833553791046143, 0.032892245799303055, -0.03295369818806648], "std": [0.052923139184713364, 0.138174906373024, 0.07225961983203888, 0.03951839357614517, 0.09746045619249344, 0.26349493861198425, 0.008029641583561897, 0.010853136889636517], "count": [714]}, "actions": {"min": [-0.46421828866004944, -0.7047527432441711, -0.7417154908180237, -0.1360800713300705, -0.19652163982391357, -0.22494271397590637, -1.0], "max": [0.46884864568710327, 0.3480718433856964, 0.42856425046920776, 0.18337374925613403, 0.19245754182338715, 0.21052075922489166, 1.0], "mean": [0.015862293541431427, -0.02150658145546913, -0.01030813716351986, -0.0017977679381147027, 0.0016016182489693165, -0.0023445566184818745, -0.08963585644960403], "std": [0.1124422550201416, 0.14665016531944275, 0.1386076658964157, 0.036984317004680634, 0.03083713725209236, 0.04855095222592354, 0.9959763288497925], "count": [714]}, "timestamp": {"min": [0.0], "max": [71.3], "mean": [35.65], "std": [20.611384394714168], "count": [714]}, "frame_index": {"min": [0], "max": [713], "mean": [356.5], "std": [206.11384394714165], "count": [714]}, "episode_index": {"min": [1323], "max": [1323], "mean": [1323.0], "std": [0.0], "count": [714]}, "index": {"min": [418766], "max": [419479], "mean": [419122.5], "std": [206.11384394714165], "count": [714]}, "task_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [714]}}} +{"episode_index": 1324, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.47015488766287117]], [[0.43769269246874243]], [[0.39991478123322544]]], "std": [[[0.25338617300291555]], [[0.23465897658770027]], [[0.2180556327486386]]], "count": [121]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9725490196078431]]], "mean": [[[0.5060785145528544]], [[0.47297135351388425]], [[0.43833752083364985]]], "std": [[[0.2632316955255705]], [[0.23922634407042784]], [[0.21423705699268059]]], "count": [121]}, "state": {"min": [-0.34148547053337097, -0.3038122355937958, 0.9328423738479614, 2.7951724529266357, -0.2703198492527008, -0.18669670820236206, 0.010840344242751598, -0.04103498160839081], "max": [-0.15951737761497498, 0.0797332152724266, 1.1798640489578247, 3.1560235023498535, 0.11568038165569305, 0.5014052987098694, 0.04013843089342117, -0.008264167234301567], "mean": [-0.24643263220787048, -0.1454685777425766, 1.0455642938613892, 2.9632956981658936, -0.07081413269042969, 0.10468113422393799, 0.03290756791830063, -0.03437171131372452], "std": [0.06564453989267349, 0.14875483512878418, 0.07330533117055893, 0.10112830251455307, 0.11330060660839081, 0.17383097112178802, 0.008867112919688225, 0.00856622215360403], "count": [602]}, "actions": {"min": [-0.45177748799324036, -0.8676122426986694, -0.5298928022384644, -0.14317218959331512, -0.1685057282447815, -0.2834113836288452, -1.0], "max": [0.39841702580451965, 0.6990312337875366, 0.5004866719245911, 0.18230010569095612, 0.12718018889427185, 0.18972188234329224, 1.0], "mean": [0.0011735503794625401, -0.0402866005897522, -0.023728162050247192, -0.0023447610437870026, 0.001949989702552557, -0.003990043420344591, -0.06312292069196701], "std": [0.1038375124335289, 0.16067436337471008, 0.13440071046352386, 0.03949003666639328, 0.03380180150270462, 0.04880783334374428, 0.9980077147483826], "count": [602]}, "timestamp": {"min": [0.0], "max": [60.1], "mean": [30.050000000000004], "std": [17.37821912625111], "count": [602]}, "frame_index": {"min": [0], "max": [601], "mean": [300.5], "std": [173.78219126251113], "count": [602]}, "episode_index": {"min": [1324], "max": [1324], "mean": [1324.0], "std": [0.0], "count": [602]}, "index": {"min": [419480], "max": [420081], "mean": [419780.5], "std": [173.78219126251113], "count": [602]}, "task_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [602]}}} +{"episode_index": 1325, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4714993062292915]], [[0.4391529907137913]], [[0.4011283959836828]]], "std": [[[0.2519109712791164]], [[0.2330279668317453]], [[0.21637107968925617]]], "count": [135]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.5191898183607934]], [[0.48216010775874296]], [[0.44596184048344456]]], "std": [[[0.25405260421211523]], [[0.23017450430986355]], [[0.20357304998266193]]], "count": [135]}, "state": {"min": [-0.34475404024124146, -0.2938429117202759, 0.9277827739715576, 2.8567185401916504, -0.2221755087375641, -0.14121432602405548, 0.008801616728305817, -0.04072488099336624], "max": [-0.17211145162582397, 0.11290241032838821, 1.1901320219039917, 3.1969118118286133, 0.09281539916992188, 0.7323476076126099, 0.039948392659425735, -0.003255703253671527], "mean": [-0.260836124420166, -0.1643058806657791, 1.0639289617538452, 3.0543007850646973, -0.06800025701522827, 0.22018173336982727, 0.03368332237005234, -0.034304454922676086], "std": [0.05556654557585716, 0.14337383210659027, 0.07928426563739777, 0.05929985269904137, 0.09416170418262482, 0.28626447916030884, 0.009140134789049625, 0.009432760998606682], "count": [695]}, "actions": {"min": [-0.5580342411994934, -0.6542174220085144, -0.6890737414360046, -0.3562809228897095, -0.3544498085975647, -0.2787834703922272, -1.0], "max": [0.5483777523040771, 0.6139736175537109, 0.593838632106781, 0.25791963934898376, 0.20269466936588287, 0.26373085379600525, 1.0], "mean": [-0.0034338636323809624, -0.03662777319550514, -0.02035091258585453, -0.00334578612819314, 0.000512310245539993, -0.003125215880572796, -0.13956834375858307], "std": [0.11462341994047165, 0.16478994488716125, 0.15630222856998444, 0.04581254720687866, 0.041373129934072495, 0.05669957771897316, 0.9902175664901733], "count": [695]}, "timestamp": {"min": [0.0], "max": [69.4], "mean": [34.7], "std": [20.062901086333454], "count": [695]}, "frame_index": {"min": [0], "max": [694], "mean": [347.0], "std": [200.6290108633345], "count": [695]}, "episode_index": {"min": [1325], "max": [1325], "mean": [1325.0], "std": [0.0], "count": [695]}, "index": {"min": [420082], "max": [420776], "mean": [420429.0], "std": [200.6290108633345], "count": [695]}, "task_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [695]}}} +{"episode_index": 1326, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47161530095721854]], [[0.43928029688366566]], [[0.4014740793903242]]], "std": [[[0.2530458861967427]], [[0.23428943328760454]], [[0.21785647617344253]]], "count": [137]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.5150413931397149]], [[0.4798359817542009]], [[0.4446901423234668]]], "std": [[[0.2520516232159494]], [[0.22823773792214594]], [[0.2019756685662033]]], "count": [137]}, "state": {"min": [-0.3001931607723236, -0.28761881589889526, 0.9378403425216675, 2.835669755935669, -0.2622586190700531, -0.051837239414453506, 0.010883590206503868, -0.040720384567976], "max": [-0.13607476651668549, 0.035750266164541245, 1.1790478229522705, 3.1731159687042236, 0.07634218782186508, 1.1165826320648193, 0.040432125329971313, -0.01366382371634245], "mean": [-0.23092016577720642, -0.1756943315267563, 1.0474108457565308, 3.0235445499420166, -0.11409752070903778, 0.3294145464897156, 0.03166705742478371, -0.03369542956352234], "std": [0.05823211371898651, 0.11977531760931015, 0.07548276335000992, 0.08061544597148895, 0.07414916157722473, 0.4288475513458252, 0.009845106862485409, 0.009746387600898743], "count": [709]}, "actions": {"min": [-0.6817677021026611, -0.8009522557258606, -0.8505008816719055, -0.1667768955230713, -0.35659274458885193, -0.2431425303220749, -1.0], "max": [0.9713205695152283, 0.7576303482055664, 0.7625633478164673, 0.1356951892375946, 0.08283937722444534, 0.29546064138412476, 1.0], "mean": [-0.0047864774242043495, -0.04290153831243515, -0.01627601683139801, -0.006119238678365946, 0.0004927046247757971, -0.003152385586872697, -0.060648802667856216], "std": [0.10248427838087082, 0.14466679096221924, 0.1397755742073059, 0.03663068264722824, 0.03202817589044571, 0.06279455870389938, 0.9981621503829956], "count": [709]}, "timestamp": {"min": [0.0], "max": [70.8], "mean": [35.4], "std": [20.467046684854168], "count": [709]}, "frame_index": {"min": [0], "max": [708], "mean": [354.0], "std": [204.67046684854168], "count": [709]}, "episode_index": {"min": [1326], "max": [1326], "mean": [1326.0], "std": [0.0], "count": [709]}, "index": {"min": [420777], "max": [421485], "mean": [421131.0], "std": [204.67046684854168], "count": [709]}, "task_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [709]}}} +{"episode_index": 1327, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4797799688601026]], [[0.447903922885072]], [[0.4118668506098728]]], "std": [[[0.2486087459234813]], [[0.23163494229455733]], [[0.21619609224275807]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5990724475337009]], [[0.5525478748994714]], [[0.5041950940898821]]], "std": [[[0.25165659838102056]], [[0.2264192233331184]], [[0.19841533934773486]]], "count": [100]}, "state": {"min": [-0.20495696365833282, -0.22724826633930206, 1.0001518726348877, 2.987520694732666, -0.12801149487495422, -0.1383504718542099, 0.00685430271551013, -0.04000718891620636], "max": [0.14459066092967987, 0.09009633213281631, 1.3200583457946777, 3.3267018795013428, 0.07316271215677261, 0.18579839169979095, 0.039911676198244095, -0.006794923450797796], "mean": [0.07744482904672623, -0.11875815689563751, 1.2020410299301147, 3.1050503253936768, -0.04025797173380852, -0.025055862963199615, 0.027405116707086563, -0.027435455471277237], "std": [0.08750587701797485, 0.09554421901702881, 0.09120681881904602, 0.10461246222257614, 0.04589759185910225, 0.08622319251298904, 0.015635427087545395, 0.015645062550902367], "count": [336]}, "actions": {"min": [-0.6206535696983337, -0.8300464153289795, -0.7009544372558594, -0.16641657054424286, -0.17089097201824188, -0.1325964629650116, -1.0], "max": [0.7568467259407043, 0.9124650955200195, 1.1486670970916748, 0.1345803290605545, 0.12879392504692078, 0.1642276644706726, 1.0], "mean": [0.07490285485982895, 0.021976914256811142, -0.007561573758721352, -0.0003198582271579653, -0.0043432749807834625, 0.00773836113512516, -0.25], "std": [0.1740501970052719, 0.21153762936592102, 0.23870797455310822, 0.038212183862924576, 0.037842053920030594, 0.04574626311659813, 0.9682458639144897], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [1327], "max": [1327], "mean": [1327.0], "std": [0.0], "count": [336]}, "index": {"min": [421486], "max": [421821], "mean": [421653.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [336]}}} +{"episode_index": 1328, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47978185795802697]], [[0.4477944018794041]], [[0.4117197181851256]]], "std": [[[0.2477581766984391]], [[0.2306252952513195]], [[0.2149572843511669]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5935124350155101]], [[0.5465356253829657]], [[0.4985079453412224]]], "std": [[[0.2559533495057309]], [[0.23143803898234888]], [[0.20294976157795402]]], "count": [100]}, "state": {"min": [-0.17905090749263763, -0.2214982956647873, 0.9990046620368958, 3.0049216747283936, -0.10712146759033203, -0.15041784942150116, 0.005653336178511381, -0.04000457003712654], "max": [0.14399543404579163, 0.14949427545070648, 1.3204472064971924, 3.1710314750671387, 0.05243141949176788, 0.04195516183972359, 0.04004223272204399, -0.005729621276259422], "mean": [0.07143528759479523, -0.11202014982700348, 1.194798231124878, 3.07905912399292, -0.022010324522852898, -0.05414734408259392, 0.02501451037824154, -0.025064095854759216], "std": [0.07954999059438705, 0.1209031492471695, 0.0907079353928566, 0.03595498576760292, 0.04752044379711151, 0.04454677551984787, 0.016697140410542488, 0.016669053584337234], "count": [346]}, "actions": {"min": [-0.7073066830635071, -0.7382239103317261, -0.7052956819534302, -0.14281894266605377, -0.17751754820346832, -0.2102040946483612, -1.0], "max": [0.6067235469818115, 0.9836447834968567, 0.9897514581680298, 0.1566545069217682, 0.1002482995390892, 0.2619624435901642, 1.0], "mean": [0.07588546723127365, 0.031042559072375298, -0.014611092396080494, -0.001550793764181435, -0.0001812361879274249, 0.0022480927873402834, -0.10982658714056015], "std": [0.16638696193695068, 0.23223385214805603, 0.2413633167743683, 0.04211484640836716, 0.0398624949157238, 0.04770815372467041, 0.9939520359039307], "count": [346]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [1328], "max": [1328], "mean": [1328.0], "std": [0.0], "count": [346]}, "index": {"min": [421822], "max": [422167], "mean": [421994.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [346]}}} +{"episode_index": 1329, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4802529374664905]], [[0.4482853423473882]], [[0.41230326514150584]]], "std": [[[0.24884344484102813]], [[0.23219994093343901]], [[0.2169615517389778]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.600287000469133]], [[0.5551552614698223]], [[0.5071064650591682]]], "std": [[[0.24740366431234376]], [[0.22142758935959878]], [[0.19371186706923993]]], "count": [100]}, "state": {"min": [-0.22755448520183563, -0.19926674664020538, 1.0001155138015747, 2.923741340637207, -0.15199559926986694, -0.11581391841173172, 0.004546633455902338, -0.04000818729400635], "max": [0.15842916071414948, 0.14997541904449463, 1.372583270072937, 3.2632639408111572, 0.10183364152908325, 0.0938577726483345, 0.03990146145224571, -0.004001914523541927], "mean": [0.08162566274404526, -0.0816178247332573, 1.1986644268035889, 3.083509683609009, -0.05849223956465721, -0.03641384840011597, 0.02253880724310875, -0.022445501759648323], "std": [0.09187078475952148, 0.12551221251487732, 0.10230209678411484, 0.09873571991920471, 0.07159308344125748, 0.04160409793257713, 0.017342116683721542, 0.017498165369033813], "count": [323]}, "actions": {"min": [-0.7386648654937744, -0.4933304786682129, -0.8787665963172913, -0.15412810444831848, -0.19197914004325867, -0.11159143596887589, -1.0], "max": [0.9465413093566895, 0.81459641456604, 1.5653743743896484, 0.1461969017982483, 0.11142225563526154, 0.16129612922668457, 1.0], "mean": [0.09589596837759018, 0.039863936603069305, -0.01033699605613947, 0.0006040048901923001, -0.0035417198669165373, 0.005459717474877834, 0.0030959751456975937], "std": [0.21148626506328583, 0.21852442622184753, 0.2782515585422516, 0.041321318596601486, 0.03825482726097107, 0.04116573557257652, 0.9999940991401672], "count": [323]}, "timestamp": {"min": [0.0], "max": [32.2], "mean": [16.099999999999998], "std": [9.324162160752033], "count": [323]}, "frame_index": {"min": [0], "max": [322], "mean": [161.0], "std": [93.24162160752032], "count": [323]}, "episode_index": {"min": [1329], "max": [1329], "mean": [1329.0], "std": [0.0], "count": [323]}, "index": {"min": [422168], "max": [422490], "mean": [422329.0], "std": [93.24162160752032], "count": [323]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [323]}}} +{"episode_index": 1330, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47618409818761487]], [[0.44339806590360753]], [[0.4069159880993413]]], "std": [[[0.249593603043133]], [[0.2323351288091852]], [[0.21597523447137457]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5802735535864736]], [[0.5263444554946002]], [[0.48047329652075677]]], "std": [[[0.26259063661898235]], [[0.24339648940095843]], [[0.21398507932405333]]], "count": [100]}, "state": {"min": [-0.19394248723983765, -0.27480000257492065, 1.0099575519561768, 2.931447982788086, -0.1290649175643921, -0.3340626657009125, 0.0035544526763260365, -0.04000924900174141], "max": [0.13073065876960754, 0.08225255459547043, 1.355250597000122, 3.2342517375946045, 0.05020496994256973, 0.0505736880004406, 0.03995180130004883, -0.00391425983980298], "mean": [0.06758860498666763, -0.13443535566329956, 1.1999201774597168, 3.0823328495025635, -0.03955981880426407, -0.1404636651277542, 0.02431042119860649, -0.024444816634058952], "std": [0.07924684137105942, 0.13246573507785797, 0.09028340131044388, 0.08206453174352646, 0.04765763506293297, 0.10168395936489105, 0.01752372458577156, 0.01747835800051689], "count": [402]}, "actions": {"min": [-0.5011401176452637, -0.608401358127594, -0.6446954011917114, -0.14922906458377838, -0.10868556797504425, -0.15506009757518768, -1.0], "max": [0.45220351219177246, 1.0929104089736938, 0.7240874767303467, 0.18722285330295563, 0.1138543039560318, 0.2293463796377182, 1.0], "mean": [0.05953415855765343, 0.020496098324656487, -0.018992125988006592, 5.3597781516145915e-05, -0.0010497471084818244, -0.0003168066614307463, -0.13930347561836243], "std": [0.14501018822193146, 0.2167891561985016, 0.23248177766799927, 0.048775769770145416, 0.03760528936982155, 0.04989961162209511, 0.9902492165565491], "count": [402]}, "timestamp": {"min": [0.0], "max": [40.1], "mean": [20.05], "std": [11.604704505788446], "count": [402]}, "frame_index": {"min": [0], "max": [401], "mean": [200.5], "std": [116.04704505788446], "count": [402]}, "episode_index": {"min": [1330], "max": [1330], "mean": [1330.0], "std": [0.0], "count": [402]}, "index": {"min": [422491], "max": [422892], "mean": [422691.5], "std": [116.04704505788446], "count": [402]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [402]}}} +{"episode_index": 1331, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4629762369791667]], [[0.43049449247472427]], [[0.39241940008425247]]], "std": [[[0.25706801827032655]], [[0.23810178781494254]], [[0.22139245177955763]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.5965533878102022]], [[0.5580141517788756]], [[0.5171519009459252]]], "std": [[[0.2473868763366555]], [[0.22880380593089544]], [[0.21103961516564623]]], "count": [100]}, "state": {"min": [-0.2059745043516159, -0.22428882122039795, 1.00178861618042, 2.652116298675537, 0.0007450618431903422, 0.09907817840576172, 0.007322442252188921, -0.040007106959819794], "max": [-0.12784497439861298, 0.008448918350040913, 1.1791082620620728, 3.1474039554595947, 0.33326807618141174, 1.1566864252090454, 0.03993138670921326, -0.007195224519819021], "mean": [-0.16238461434841156, -0.07168655842542648, 1.0896540880203247, 2.961902379989624, 0.1046895831823349, 0.8661239743232727, 0.026165137067437172, -0.02634960599243641], "std": [0.024607326835393906, 0.07295656949281693, 0.047297403216362, 0.16102789342403412, 0.08594901114702225, 0.2522110342979431, 0.015171712264418602, 0.015087808482348919], "count": [256]}, "actions": {"min": [-0.30399414896965027, -0.9416192770004272, -0.4434575140476227, -0.18912947177886963, -0.1325354129076004, -0.14276912808418274, -1.0], "max": [0.38910964131355286, 0.2787168323993683, 0.4133707582950592, 0.079814113676548, 0.18442878127098083, 0.3487562835216522, 1.0], "mean": [0.0022813621908426285, -0.05932646989822388, -0.03935564309358597, -0.011453165672719479, -0.0027664555236697197, 0.016010243445634842, -0.0859375], "std": [0.10346636921167374, 0.15848571062088013, 0.16334767639636993, 0.03990211337804794, 0.042209137231111526, 0.07132617384195328, 0.9963005185127258], "count": [256]}, "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": [1331], "max": [1331], "mean": [1331.0], "std": [0.0], "count": [256]}, "index": {"min": [422893], "max": [423148], "mean": [423020.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [256]}}} +{"episode_index": 1332, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47069328577378217]], [[0.4382904357910156]], [[0.40054194012810207]]], "std": [[[0.25230546990840147]], [[0.23394595290301623]], [[0.2177272677959393]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9176470588235294]]], "mean": [[[0.6044592757879519]], [[0.5662268646838619]], [[0.5261635395124846]]], "std": [[[0.2379693781693221]], [[0.21790053444235316]], [[0.19857527381995663]]], "count": [100]}, "state": {"min": [-0.2127286046743393, -0.26080942153930664, 1.008695363998413, 3.0429904460906982, -0.16637909412384033, -0.058327704668045044, 0.026006562635302544, -0.041146546602249146], "max": [-0.1463523507118225, 0.040760163217782974, 1.1618902683258057, 3.2002809047698975, 0.028003184124827385, 0.10098052024841309, 0.039934191852808, -0.03480720892548561], "mean": [-0.17854683101177216, -0.09603071957826614, 1.0834760665893555, 3.1141061782836914, -0.07614979892969131, 0.008697424083948135, 0.03477387875318527, -0.0367274135351181], "std": [0.01945635676383972, 0.12105020880699158, 0.03998325392603874, 0.04347161203622818, 0.05469413101673126, 0.03905469924211502, 0.0035693810787051916, 0.0022678393870592117], "count": [234]}, "actions": {"min": [-0.2892504036426544, -0.5756630301475525, -0.6150164008140564, -0.18956060707569122, -0.18609736859798431, -0.1204909086227417, -1.0], "max": [0.26106756925582886, 0.3202117681503296, 0.4749520421028137, 0.23973123729228973, 0.11882849037647247, 0.11732060462236404, 1.0], "mean": [-0.003851956222206354, -0.07772792130708694, -0.027795424684882164, -0.0016037985915318131, -0.0022281594574451447, 0.001495775650255382, 0.24786324799060822], "std": [0.07451888173818588, 0.17646652460098267, 0.17436076700687408, 0.048622842878103256, 0.04027670621871948, 0.04144859313964844, 0.9687938094139099], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [1332], "max": [1332], "mean": [1332.0], "std": [0.0], "count": [234]}, "index": {"min": [423149], "max": [423382], "mean": [423265.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [234]}}} +{"episode_index": 1333, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4689523411171109]], [[0.43653036618700214]], [[0.39882738360236675]]], "std": [[[0.25376858849021044]], [[0.23531366485383107]], [[0.21906661944953956]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9647058823529412]], [[0.9254901960784314]], [[0.9058823529411765]]], "mean": [[[0.6046487342984068]], [[0.5655152683632046]], [[0.5243529842601102]]], "std": [[[0.23769362938045807]], [[0.2175294259172617]], [[0.19754171844117174]]], "count": [100]}, "state": {"min": [-0.2015043944120407, -0.25394901633262634, 1.005289077758789, 2.8707852363586426, -0.16203847527503967, -0.05675153061747551, 0.030489636585116386, -0.04010222107172012], "max": [-0.1606922447681427, 0.05034373328089714, 1.1755681037902832, 3.123134136199951, 0.013428006321191788, 0.11158270388841629, 0.03982150927186012, -0.03659379854798317], "mean": [-0.18043392896652222, -0.0595671720802784, 1.0835868120193481, 3.0106773376464844, -0.10180928558111191, 0.037865184247493744, 0.03537096083164215, -0.038448233157396317], "std": [0.010006052441895008, 0.12178720533847809, 0.04461083933711052, 0.06744369864463806, 0.0409834124147892, 0.04619130119681358, 0.004272543825209141, 0.0014466495485976338], "count": [262]}, "actions": {"min": [-0.30358508229255676, -0.9835328459739685, -0.5874036550521851, -0.2370787113904953, -0.1244543194770813, -0.10603222250938416, -1.0], "max": [0.2320522516965866, 0.25911960005760193, 0.5081069469451904, 0.17175175249576569, 0.16164672374725342, 0.22796395421028137, 1.0], "mean": [0.005967013072222471, -0.08021340519189835, -0.03748481720685959, -0.004689662251621485, -0.003496812656521797, -0.001761632040143013, -0.04580152779817581], "std": [0.08208651840686798, 0.19351036846637726, 0.17722949385643005, 0.04802308976650238, 0.0384749099612236, 0.039698705077171326, 0.9989510774612427], "count": [262]}, "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": [1333], "max": [1333], "mean": [1333.0], "std": [0.0], "count": [262]}, "index": {"min": [423383], "max": [423644], "mean": [423513.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [262]}}} +{"episode_index": 1334, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696170229444317]], [[0.4369670613606771]], [[0.3990443324668735]]], "std": [[[0.2528470189642858]], [[0.234258006194478]], [[0.21771760121821604]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9725490196078431]], [[0.9333333333333333]], [[0.9215686274509803]]], "mean": [[[0.60587875067019]], [[0.5687299607220818]], [[0.5285069125306373]]], "std": [[[0.23592236568373443]], [[0.21588988591900435]], [[0.19811074540509702]]], "count": [100]}, "state": {"min": [-0.22716397047042847, -0.2657003104686737, 1.0051240921020508, 3.095519781112671, -0.17322301864624023, -0.11002561450004578, 0.03791003301739693, -0.03995922952890396], "max": [-0.17644590139389038, 0.054187171161174774, 1.1423006057739258, 3.265866756439209, 0.1068878248333931, 0.035886816680431366, 0.040694791823625565, -0.028100857511162758], "mean": [-0.20016375184059143, -0.08946071565151215, 1.082949161529541, 3.1738696098327637, -0.0595196895301342, -0.022899450734257698, 0.039084430783987045, -0.032306868582963943], "std": [0.01754620671272278, 0.12951470911502838, 0.04266795516014099, 0.04305850714445114, 0.0713883489370346, 0.04167575389146805, 0.000659135403111577, 0.005413853097707033], "count": [240]}, "actions": {"min": [-0.2931690514087677, -0.7812319993972778, -0.38416939973831177, -0.15608765184879303, -0.1983756273984909, -0.15920276939868927, -1.0], "max": [0.166574165225029, 0.4710387885570526, 0.46344995498657227, 0.23002742230892181, 0.12214896827936172, 0.12430399656295776, 1.0], "mean": [0.001323065022006631, -0.07141372561454773, -0.023992959409952164, -0.0013799754669889808, -0.005465498194098473, 0.0002876344369724393, 0.25833332538604736], "std": [0.07970967143774033, 0.20587477087974548, 0.17306043207645416, 0.042968373745679855, 0.04292020574212074, 0.03807367756962776, 0.9660548567771912], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [1334], "max": [1334], "mean": [1334.0], "std": [0.0], "count": [240]}, "index": {"min": [423645], "max": [423884], "mean": [423764.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [240]}}} +{"episode_index": 1335, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687977719774433]], [[0.43638987702014403]], [[0.39845013487572767]]], "std": [[[0.25405999332225143]], [[0.23562576047828288]], [[0.21944472996760347]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9647058823529412]], [[0.9764705882352941]]], "mean": [[[0.6005420089422489]], [[0.5620608035816865]], [[0.5213484173943015]]], "std": [[[0.23921488446316203]], [[0.21903957993918108]], [[0.19926677465789816]]], "count": [100]}, "state": {"min": [-0.21815666556358337, -0.25696784257888794, 1.001883625984192, 3.0247514247894287, -0.23911206424236298, -0.02407614141702652, 0.027744591236114502, -0.040003444999456406], "max": [-0.17114409804344177, 0.04930596798658371, 1.2072644233703613, 3.173492908477783, -0.0032615261152386665, 0.07915535569190979, 0.03996622934937477, -0.038195427507162094], "mean": [-0.19277749955654144, -0.06554048508405685, 1.0925332307815552, 3.109086036682129, -0.1192694827914238, 0.017605267465114594, 0.03411578759551048, -0.039075158536434174], "std": [0.01397903636097908, 0.1197013109922409, 0.05790985748171806, 0.029304366558790207, 0.07303516566753387, 0.020992202684283257, 0.005589684471487999, 0.0007975665503181517], "count": [277]}, "actions": {"min": [-0.22668881714344025, -0.8053552508354187, -0.38296496868133545, -0.1669282615184784, -0.12870901823043823, -0.17119449377059937, -1.0], "max": [0.2459360659122467, 0.3684316873550415, 0.5549205541610718, 0.0950794368982315, 0.08164346218109131, 0.1182451844215393, 1.0], "mean": [0.012037062086164951, -0.06636984646320343, -0.0316220261156559, -0.0038314631674438715, -0.003142364090308547, 0.0012690036091953516, -0.03249097615480423], "std": [0.06825077533721924, 0.17544490098953247, 0.16620083153247833, 0.0373934730887413, 0.03641398251056671, 0.036695510149002075, 0.9994722604751587], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [1335], "max": [1335], "mean": [1335.0], "std": [0.0], "count": [277]}, "index": {"min": [423885], "max": [424161], "mean": [424023.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [277]}}} +{"episode_index": 1336, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47140417360791975]], [[0.43927614339192705]], [[0.40163937078737744]]], "std": [[[0.2509399440924595]], [[0.23327441366534835]], [[0.2178758430450939]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5975571899414062]], [[0.5537470074821921]], [[0.5008296861835555]]], "std": [[[0.24827817132719743]], [[0.22356159344186294]], [[0.20473992408469646]]], "count": [100]}, "state": {"min": [-0.23479557037353516, 0.012385849840939045, 0.9741926789283752, 2.981095314025879, -0.1165061965584755, 0.007683804724365473, 0.005199549254029989, -0.03999609872698784], "max": [0.13299155235290527, 0.28462138772010803, 1.2472330331802368, 3.1763110160827637, 0.17990967631340027, 0.2525157034397125, 0.039963994175195694, -0.005557534284889698], "mean": [-0.06659375131130219, 0.18364499509334564, 1.12504243850708, 3.078514814376831, 0.008831016719341278, 0.0944615826010704, 0.019483201205730438, -0.019579678773880005], "std": [0.1087273582816124, 0.06994488090276718, 0.08165974169969559, 0.05360379070043564, 0.0820772796869278, 0.06162295490503311, 0.016349440440535545, 0.01632034219801426], "count": [231]}, "actions": {"min": [-0.17433562874794006, -0.6676663756370544, -0.8414255380630493, -0.14581599831581116, -0.13072021305561066, -0.14262652397155762, -1.0], "max": [0.6146800518035889, 0.8644660115242004, 1.009207010269165, 0.12175247073173523, 0.18849848210811615, 0.1277119666337967, 1.0], "mean": [0.13212503492832184, 0.04001554846763611, -0.012478412128984928, -0.0012343074195086956, 0.004797696601599455, 0.005101427901536226, 0.17748917639255524], "std": [0.14350385963916779, 0.243395134806633, 0.2708672285079956, 0.04145825654268265, 0.05081763118505478, 0.037554990500211716, 0.9841238856315613], "count": [231]}, "timestamp": {"min": [0.0], "max": [23.0], "mean": [11.5], "std": [6.668333125052067], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [1336], "max": [1336], "mean": [1336.0], "std": [0.0], "count": [231]}, "index": {"min": [424162], "max": [424392], "mean": [424277.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [231]}}} +{"episode_index": 1337, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47224777042164523]], [[0.43984707103056064]], [[0.40187840061561736]]], "std": [[[0.25319695027174655]], [[0.23537751518520456]], [[0.21988958270763284]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5847192424699371]], [[0.5423093291637945]], [[0.4861564600327436]]], "std": [[[0.25589635585762116]], [[0.22976161301706424]], [[0.20398953129675584]]], "count": [100]}, "state": {"min": [-0.22052088379859924, -0.017074424773454666, 0.971156656742096, 3.0754501819610596, -0.2782634198665619, -0.2299320548772812, 0.005379584617912769, -0.0399935245513916], "max": [0.13056613504886627, 0.22209037840366364, 1.2881076335906982, 3.4123213291168213, 0.05212646350264549, 0.08763620257377625, 0.04000236466526985, -0.005052781663835049], "mean": [-0.09425746649503708, 0.12185266613960266, 1.1395586729049683, 3.2043519020080566, -0.10445743054151535, -0.08514130860567093, 0.020240016281604767, -0.0200284942984581], "std": [0.11623641848564148, 0.06558483093976974, 0.09004160016775131, 0.08066916465759277, 0.10566067695617676, 0.07870414108037949, 0.016566749662160873, 0.0167576652020216], "count": [278]}, "actions": {"min": [-0.29714006185531616, -0.4705829322338104, -0.5503023862838745, -0.2186024785041809, -0.15598775446414948, -0.15588700771331787, -1.0], "max": [0.489551305770874, 0.6816336512565613, 0.9603597521781921, 0.127961665391922, 0.14687839150428772, 0.1590016484260559, 1.0], "mean": [0.10216578841209412, 0.0181913860142231, -0.027296412736177444, 0.0008947262540459633, -0.0004712742520496249, 0.00231360737234354, 0.1366906464099884], "std": [0.1481017768383026, 0.2075105756521225, 0.2644302546977997, 0.051730018109083176, 0.04536718130111694, 0.04783789813518524, 0.9906129240989685], "count": [278]}, "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": [1337], "max": [1337], "mean": [1337.0], "std": [0.0], "count": [278]}, "index": {"min": [424393], "max": [424670], "mean": [424531.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1338, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471637825161803]], [[0.43952563237208947]], [[0.40201951270009956]]], "std": [[[0.2519742531044977]], [[0.23434071208803745]], [[0.21888493713834395]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5811636077282476]], [[0.5385830915862438]], [[0.4819546137791054]]], "std": [[[0.25852202864094187]], [[0.23233087975962285]], [[0.20585361596802493]]], "count": [100]}, "state": {"min": [-0.19570446014404297, 0.0024710032157599926, 0.97328120470047, 3.0425312519073486, -0.19971145689487457, -0.272341251373291, 0.00505785783752799, -0.0400056466460228], "max": [0.14674924314022064, 0.20689165592193604, 1.2608774900436401, 3.2084293365478516, 0.05815969407558441, 0.005968603305518627, 0.03995170444250107, -0.0051239728927612305], "mean": [-0.09100072085857391, 0.1368788331747055, 1.1295210123062134, 3.1090497970581055, -0.09477134048938751, -0.10246553272008896, 0.019939685240387917, -0.020068634301424026], "std": [0.12094943970441818, 0.05942942574620247, 0.0873422846198082, 0.04528704658150673, 0.07236645370721817, 0.0666007474064827, 0.016812466084957123, 0.01676149293780327], "count": [294]}, "actions": {"min": [-0.19209489226341248, -0.29274821281433105, -0.9348359107971191, -0.22068488597869873, -0.16695353388786316, -0.14328540861606598, -1.0], "max": [0.5867335796356201, 1.370469570159912, 1.2148503065109253, 0.19426998496055603, 0.22817803919315338, 0.14156077802181244, 1.0], "mean": [0.09564303606748581, 0.014067028649151325, -0.020714666694402695, 0.00025177584029734135, 0.0026203885208815336, -0.0009095843997783959, 0.1428571492433548], "std": [0.1396871656179428, 0.20868980884552002, 0.2559376657009125, 0.044120483100414276, 0.04310861602425575, 0.04181775823235512, 0.9897429347038269], "count": [294]}, "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": [1338], "max": [1338], "mean": [1338.0], "std": [0.0], "count": [294]}, "index": {"min": [424671], "max": [424964], "mean": [424817.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [294]}}} +{"episode_index": 1339, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46840141505821076]], [[0.4366400625191483]], [[0.399450590245864]]], "std": [[[0.2515272864321575]], [[0.23366995706002575]], [[0.21795184311328936]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5930384772805607]], [[0.5495544014725031]], [[0.4971253698012408]]], "std": [[[0.25260775498584886]], [[0.2276662165063013]], [[0.2079824010160411]]], "count": [100]}, "state": {"min": [-0.20695561170578003, -0.01241182629019022, 0.9716196060180664, 3.008951425552368, -0.07319486886262894, -0.21573355793952942, 0.005344792269170284, -0.040006786584854126], "max": [0.1424635350704193, 0.27827420830726624, 1.2028757333755493, 3.141124725341797, 0.2347210794687271, 0.06264566630125046, 0.03989071026444435, -0.0055811600759625435], "mean": [-0.07121165096759796, 0.17376400530338287, 1.105697512626648, 3.081160545349121, 0.033045947551727295, -0.05312836915254593, 0.021206017583608627, -0.021002909168601036], "std": [0.11097080260515213, 0.07868532836437225, 0.06930500268936157, 0.03573772683739662, 0.07651045173406601, 0.06654401123523712, 0.016591785475611687, 0.016648530960083008], "count": [211]}, "actions": {"min": [-0.20043258368968964, -0.5197638869285583, -1.2236672639846802, -0.32631000876426697, -0.2583825886249542, -0.22560402750968933, -1.0], "max": [0.8569814562797546, 0.9716043472290039, 0.7060429453849792, 0.2602459490299225, 0.29358533024787903, 0.16956758499145508, 1.0], "mean": [0.1472608745098114, 0.046889472752809525, -0.042015645653009415, 0.00014609434583690017, 0.009057019837200642, 0.0017411436419934034, 0.14691942930221558], "std": [0.1541977822780609, 0.28342023491859436, 0.2839876413345337, 0.0653868019580841, 0.05815259739756584, 0.05018987879157066, 0.9891498684883118], "count": [211]}, "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": [1339], "max": [1339], "mean": [1339.0], "std": [0.0], "count": [211]}, "index": {"min": [424965], "max": [425175], "mean": [425070.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [211]}}} +{"episode_index": 1340, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4733293522853477]], [[0.4410329218845741]], [[0.4034396392223882]]], "std": [[[0.25157279650782033]], [[0.23380804580866743]], [[0.21816014346139337]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.595124091054879]], [[0.5514905341653263]], [[0.4974320529114966]]], "std": [[[0.24399042765139023]], [[0.218942098771732]], [[0.20139631844883116]]], "count": [100]}, "state": {"min": [-0.20287767052650452, 0.029669178649783134, 0.9723968505859375, 2.9408769607543945, -0.2174384742975235, -0.05125737562775612, 0.005405028350651264, -0.0400070883333683], "max": [0.12364591658115387, 0.2701101303100586, 1.294870138168335, 3.1916441917419434, 0.14617697894573212, 0.09680477529764175, 0.03996175900101662, -0.005569278262555599], "mean": [-0.08399983495473862, 0.17904892563819885, 1.1345709562301636, 3.115431308746338, -0.04191640019416809, -0.0013033229624852538, 0.0195754487067461, -0.019770793616771698], "std": [0.10505463927984238, 0.06472722440958023, 0.09043944627046585, 0.05804598331451416, 0.10037191212177277, 0.02707316167652607, 0.01646577939391136, 0.01643340103328228], "count": [256]}, "actions": {"min": [-0.1557883620262146, -0.4407109320163727, -1.0096492767333984, -0.17809510231018066, -0.20571525394916534, -0.1429733783006668, -1.0], "max": [0.6778778433799744, 0.68483966588974, 1.4883548021316528, 0.2771158218383789, 0.2388218492269516, 0.202976793050766, 1.0], "mean": [0.10655353963375092, 0.029431307688355446, -0.018057692795991898, 0.001278997864574194, 0.0026768562383949757, 0.005029958672821522, 0.1796875], "std": [0.1237049251794815, 0.201212078332901, 0.2932630777359009, 0.050862718373537064, 0.051078297197818756, 0.04256587103009224, 0.9837237596511841], "count": [256]}, "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": [1340], "max": [1340], "mean": [1340.0], "std": [0.0], "count": [256]}, "index": {"min": [425176], "max": [425431], "mean": [425303.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [256]}}} +{"episode_index": 1341, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4190597982967601]], [[0.3904878432329963]], [[0.35190135821174173]]], "std": [[[0.2600949471163845]], [[0.24101677430295573]], [[0.22608591474537923]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.531242244346469]], [[0.500830026065602]], [[0.4573166144875919]]], "std": [[[0.260742597490607]], [[0.23015468362108868]], [[0.2132021273736532]]], "count": [100]}, "state": {"min": [-0.19051837921142578, -0.19450679421424866, 0.9485502243041992, 3.148639440536499, -0.16873769462108612, -0.13863269984722137, 0.0014095862861722708, -0.03996395319700241], "max": [0.13889625668525696, 0.07071280479431152, 1.1972695589065552, 3.331655979156494, 0.11394960433244705, 0.12755048274993896, 0.04037480801343918, -0.0023901478853076696], "mean": [0.005000765901058912, -0.07643608748912811, 1.1014430522918701, 3.2313120365142822, -0.04791387543082237, 0.00817243941128254, 0.021632056683301926, -0.02154715172946453], "std": [0.08235082775354385, 0.08921746164560318, 0.0842059925198555, 0.05067424848675728, 0.07407356053590775, 0.06264423578977585, 0.018117884173989296, 0.018103143200278282], "count": [330]}, "actions": {"min": [-0.29787006974220276, -0.569342851638794, -0.6162013411521912, -0.13625510036945343, -0.14885029196739197, -0.1540171056985855, -1.0], "max": [0.7961938381195068, 0.6440738439559937, 0.9027822017669678, 0.1087457537651062, 0.08160900324583054, 0.11969058215618134, 1.0], "mean": [0.07188702374696732, 0.029907487332820892, -0.042666349560022354, 0.0005565977189689875, 0.0020665936172008514, 0.005268297623842955, -0.012121211737394333], "std": [0.1516086608171463, 0.1636222004890442, 0.23624008893966675, 0.033993545919656754, 0.03540441393852234, 0.03745768591761589, 0.9999251365661621], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [1341], "max": [1341], "mean": [1341.0], "std": [0.0], "count": [330]}, "index": {"min": [425432], "max": [425761], "mean": [425596.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [330]}}} +{"episode_index": 1342, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.417995132745481]], [[0.3896003848805147]], [[0.35116673248889396]]], "std": [[[0.2615925543101159]], [[0.24219737345879763]], [[0.22682046412629733]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5360802205403645]], [[0.504443982891008]], [[0.4595496161965763]]], "std": [[[0.2579827491631437]], [[0.22731424495780522]], [[0.21112268273365853]]], "count": [100]}, "state": {"min": [-0.20777679979801178, -0.19570420682430267, 0.9380365014076233, 3.0351879596710205, -0.11483140289783478, -0.05720847472548485, 0.0025133867748081684, -0.04000506177544594], "max": [0.14154338836669922, 0.07276889681816101, 1.1997966766357422, 3.2044026851654053, 0.2107623666524887, 0.23636691272258759, 0.04010001942515373, -0.0024661608040332794], "mean": [0.007680685259401798, -0.09153874963521957, 1.0942113399505615, 3.098724603652954, 0.035327766090631485, 0.11667192727327347, 0.023001080378890038, -0.02297326922416687], "std": [0.08724230527877808, 0.09295304864645004, 0.08576992154121399, 0.034442972391843796, 0.08936820179224014, 0.08170130103826523, 0.018107671290636063, 0.018071923404932022], "count": [312]}, "actions": {"min": [-0.42903709411621094, -0.6714580059051514, -1.0549323558807373, -0.15059638023376465, -0.24406298995018005, -0.14265437424182892, -1.0], "max": [0.5278761982917786, 0.6533018946647644, 1.7524168491363525, 0.18176715075969696, 0.1634214073419571, 0.13321195542812347, 1.0], "mean": [0.08608905971050262, 0.03273163363337517, -0.042613010853528976, 0.002285928465425968, 0.004052868578583002, 0.004379096906632185, -0.09615384787321091], "std": [0.15910762548446655, 0.18282966315746307, 0.27873167395591736, 0.04529667645692825, 0.043687835335731506, 0.03965374827384949, 0.9953656196594238], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [1342], "max": [1342], "mean": [1342.0], "std": [0.0], "count": [312]}, "index": {"min": [425762], "max": [426073], "mean": [425917.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [312]}}} +{"episode_index": 1343, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42028645354626226]], [[0.3915722201478247]], [[0.3528082520728018]]], "std": [[[0.2621126262423218]], [[0.24283008540854203]], [[0.22785227108480577]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5289880807913986]], [[0.50239925848269]], [[0.4626326623056449]]], "std": [[[0.257620208231085]], [[0.22633224298345112]], [[0.2112625387089493]]], "count": [100]}, "state": {"min": [-0.10592347383499146, -0.15920962393283844, 0.933860182762146, 3.029003620147705, -0.1588975191116333, -0.033775899559259415, 0.0023907991126179695, -0.04000506177544594], "max": [0.1382887363433838, 0.07266629487276077, 1.207546353340149, 3.1935014724731445, 0.13727332651615143, 0.17668309807777405, 0.04019683972001076, -0.002449779072776437], "mean": [0.008212524466216564, -0.04908669367432594, 1.078394889831543, 3.095247745513916, -0.03494296595454216, 0.08782315999269485, 0.017317358404397964, -0.01684156060218811], "std": [0.0786350890994072, 0.08724377304315567, 0.08270520716905594, 0.039191652089357376, 0.09191899746656418, 0.04522166773676872, 0.017821205779910088, 0.017330149188637733], "count": [317]}, "actions": {"min": [-0.19070477783679962, -0.15881405770778656, -0.8802539110183716, -0.11214341968297958, -0.08009392023086548, -0.09049934893846512, -1.0], "max": [0.5973274111747742, 0.6607953906059265, 0.6189934611320496, 0.12315843999385834, 0.1208856925368309, 0.13074791431427002, 1.0], "mean": [0.056100863963365555, 0.0755186378955841, -0.05767475813627243, 0.0009948762599378824, 0.0031656301580369473, 0.003685306990519166, 0.20504732429981232], "std": [0.11846555769443512, 0.1071709543466568, 0.22551792860031128, 0.026634741574525833, 0.02917654439806938, 0.03130132704973221, 0.9787509441375732], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [1343], "max": [1343], "mean": [1343.0], "std": [0.0], "count": [317]}, "index": {"min": [426074], "max": [426390], "mean": [426232.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [317]}}} +{"episode_index": 1344, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4229145424038756]], [[0.39356265198950674]], [[0.35431003346162687]]], "std": [[[0.2614725971492453]], [[0.2417916179549291]], [[0.22652552855321123]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5467909366383272]], [[0.5144591956045113]], [[0.469654083850337]]], "std": [[[0.25364147878407667]], [[0.22374497787424658]], [[0.20751425731912285]]], "count": [100]}, "state": {"min": [-0.18101298809051514, -0.14464375376701355, 0.943702757358551, 3.0047523975372314, -0.1814889907836914, -0.004303635563701391, 0.0021250906866043806, -0.04000787064433098], "max": [0.13546305894851685, 0.07115563750267029, 1.2172417640686035, 3.1747817993164062, 0.16834799945354462, 0.22086475789546967, 0.039886754006147385, -0.0022627480793744326], "mean": [-0.0053028506226837635, -0.05896386876702309, 1.1118656396865845, 3.0692601203918457, -0.027937395498156548, 0.10680841654539108, 0.02205825410783291, -0.02185617946088314], "std": [0.07885798066854477, 0.07967005670070648, 0.08652790635824203, 0.052225034683942795, 0.09580986201763153, 0.06292001903057098, 0.01833435334265232, 0.018221035599708557], "count": [328]}, "actions": {"min": [-0.3772653341293335, -0.6093271970748901, -1.5084311962127686, -0.13237957656383514, -0.13535334169864655, -0.09668179601430893, -1.0], "max": [1.1944730281829834, 0.6982170343399048, 1.0506374835968018, 0.137991264462471, 0.17167849838733673, 0.11207640916109085, 1.0], "mean": [0.06891265511512756, 0.042830608785152435, -0.05032877251505852, 0.0015061431331560016, 0.0028536496683955193, 0.003347983118146658, -0.05487804859876633], "std": [0.15725408494472504, 0.1355273574590683, 0.26700782775878906, 0.032510172575712204, 0.03978739306330681, 0.030016055330634117, 0.9984918236732483], "count": [328]}, "timestamp": {"min": [0.0], "max": [32.7], "mean": [16.349999999999998], "std": [9.468500409251721], "count": [328]}, "frame_index": {"min": [0], "max": [327], "mean": [163.5], "std": [94.6850040925172], "count": [328]}, "episode_index": {"min": [1344], "max": [1344], "mean": [1344.0], "std": [0.0], "count": [328]}, "index": {"min": [426391], "max": [426718], "mean": [426554.5], "std": [94.6850040925172], "count": [328]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [328]}}} +{"episode_index": 1345, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4165628848329835]], [[0.387255129007152]], [[0.348089387416508]]], "std": [[[0.25922853644681876]], [[0.23944262551220258]], [[0.22387103241664927]]], "count": [141]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.5400041236712992]], [[0.5023890103141351]], [[0.4497230327140968]]], "std": [[[0.24949496846278446]], [[0.22742787614681026]], [[0.2062624164431681]]], "count": [141]}, "state": {"min": [-0.23663078248500824, -0.3556569814682007, 0.9400477409362793, 2.720630645751953, -0.09226731210947037, -0.05734473839402199, 0.0017616556724533439, -0.04001665115356445], "max": [0.1721220314502716, 0.2195681780576706, 1.3874300718307495, 3.2761805057525635, 0.21478694677352905, 0.35006147623062134, 0.04000086709856987, -0.002096446231007576], "mean": [-0.023912901058793068, -0.010399086400866508, 1.1565834283828735, 2.995885133743286, 0.005481812171638012, 0.11229486763477325, 0.022466197609901428, -0.02277621626853943], "std": [0.13158534467220306, 0.17344233393669128, 0.11116404086351395, 0.13641357421875, 0.05948273092508316, 0.09244518727064133, 0.017875952646136284, 0.0177982896566391], "count": [734]}, "actions": {"min": [-0.9914068579673767, -1.7101680040359497, -1.1852692365646362, -0.14841973781585693, -0.15627031028270721, -0.15379241108894348, -1.0], "max": [0.8259933590888977, 1.5289340019226074, 0.9066414833068848, 0.2678371071815491, 0.16234266757965088, 0.13407239317893982, 1.0], "mean": [0.02096090279519558, 0.019237877801060677, -0.0036932541988790035, 0.0017766894306987524, 0.00039622627082280815, 0.0016136702615767717, -0.0544959120452404], "std": [0.1954352706670761, 0.2793964743614197, 0.2244308888912201, 0.04160989448428154, 0.03687271103262901, 0.033683959394693375, 0.9985125064849854], "count": [734]}, "timestamp": {"min": [0.0], "max": [73.3], "mean": [36.65], "std": [21.188735214731434], "count": [734]}, "frame_index": {"min": [0], "max": [733], "mean": [366.5], "std": [211.88735214731435], "count": [734]}, "episode_index": {"min": [1345], "max": [1345], "mean": [1345.0], "std": [0.0], "count": [734]}, "index": {"min": [426719], "max": [427452], "mean": [427085.5], "std": [211.88735214731435], "count": [734]}, "task_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [734]}}} +{"episode_index": 1346, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.421534188463797]], [[0.3915311638327206]], [[0.3514510805217269]]], "std": [[[0.26181585627893816]], [[0.24167691560812918]], [[0.2255048454969793]]], "count": [150]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5300162381440207]], [[0.4935319297640931]], [[0.44189507059334154]]], "std": [[[0.24725147881730697]], [[0.22519506127736408]], [[0.20505870441796245]]], "count": [150]}, "state": {"min": [-0.2405865490436554, -0.3591936528682709, 0.930880606174469, 2.683014154434204, -0.25319209694862366, 0.011006921529769897, 0.0019156059715896845, -0.040074221789836884], "max": [0.12779447436332703, 0.2487047016620636, 1.346718430519104, 3.324220895767212, 0.09188219904899597, 0.2162822037935257, 0.03994794189929962, -0.0019933476578444242], "mean": [-0.05128002539277077, -0.005330580286681652, 1.1608986854553223, 2.9699394702911377, -0.08535385876893997, 0.10777515172958374, 0.02151476964354515, -0.02179279550909996], "std": [0.11710900068283081, 0.18761833012104034, 0.10388995707035065, 0.139472097158432, 0.08093082904815674, 0.053446803241968155, 0.018417224287986755, 0.018402131274342537], "count": [803]}, "actions": {"min": [-0.6841289401054382, -1.2740576267242432, -0.8140701651573181, -0.1628272384405136, -0.22033224999904633, -0.16112864017486572, -1.0], "max": [0.9232377409934998, 1.8440418243408203, 1.0448205471038818, 0.2222985178232193, 0.13228608667850494, 0.15630975365638733, 1.0], "mean": [0.008138897828757763, 0.004647679626941681, -0.020231205970048904, 0.00035880872746929526, 0.0016332962550222874, -0.00035596397356130183, -0.031133249402046204], "std": [0.1603889763355255, 0.25680240988731384, 0.23139235377311707, 0.039206553250551224, 0.03699161857366562, 0.037731289863586426, 0.9995142221450806], "count": [803]}, "timestamp": {"min": [0.0], "max": [80.2], "mean": [40.1], "std": [23.180595333166057], "count": [803]}, "frame_index": {"min": [0], "max": [802], "mean": [401.0], "std": [231.80595333166056], "count": [803]}, "episode_index": {"min": [1346], "max": [1346], "mean": [1346.0], "std": [0.0], "count": [803]}, "index": {"min": [427453], "max": [428255], "mean": [427854.0], "std": [231.80595333166056], "count": [803]}, "task_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [803]}}} +{"episode_index": 1347, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4221627516463238]], [[0.39177888195382804]], [[0.35128476592508506]]], "std": [[[0.2598513932110146]], [[0.23954400007200058]], [[0.22297295176279186]]], "count": [134]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5417966749432982]], [[0.5033313433050167]], [[0.4495369419704099]]], "std": [[[0.2516061456861275]], [[0.22946575198321287]], [[0.20785833134661524]]], "count": [134]}, "state": {"min": [-0.20109392702579498, -0.3497944176197052, 0.9254906177520752, 2.7401981353759766, -0.08944745361804962, -0.04757331311702728, 0.0016093648737296462, -0.040012944489717484], "max": [0.1627221703529358, 0.2287110537290573, 1.3496733903884888, 3.3608925342559814, 0.22366012632846832, 0.2960653603076935, 0.040005918592214584, -0.001981341512873769], "mean": [-0.028950395062565804, -0.024031132459640503, 1.1609808206558228, 3.0385653972625732, 0.017333010211586952, 0.0869433730840683, 0.020418360829353333, -0.02060672827064991], "std": [0.12724155187606812, 0.1838153898715973, 0.10295981168746948, 0.14352594316005707, 0.08936475217342377, 0.07368476688861847, 0.018428700044751167, 0.018428130075335503], "count": [688]}, "actions": {"min": [-1.1564269065856934, -1.1450450420379639, -0.6686598062515259, -0.13482336699962616, -0.2820163369178772, -0.11659176647663116, -1.0], "max": [0.6057358980178833, 0.8703199625015259, 1.3368617296218872, 0.26267102360725403, 0.11439640820026398, 0.14277444779872894, 1.0], "mean": [0.016099711880087852, 0.008336210623383522, -0.010647655464708805, 0.0008065961883403361, -0.0013889289693906903, 0.0021760910749435425, 0.02616279013454914], "std": [0.18204689025878906, 0.246596097946167, 0.21012172102928162, 0.040324866771698, 0.03750114515423775, 0.0331333689391613, 0.9996590614318848], "count": [688]}, "timestamp": {"min": [0.0], "max": [68.7], "mean": [34.35], "std": [19.860828280814474], "count": [688]}, "frame_index": {"min": [0], "max": [687], "mean": [343.5], "std": [198.60828280814474], "count": [688]}, "episode_index": {"min": [1347], "max": [1347], "mean": [1347.0], "std": [0.0], "count": [688]}, "index": {"min": [428256], "max": [428943], "mean": [428599.5], "std": [198.60828280814474], "count": [688]}, "task_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [688]}}} +{"episode_index": 1348, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4187092542322161]], [[0.3892725921180912]], [[0.3498486348534993]]], "std": [[[0.2590187145464724]], [[0.2389361544096466]], [[0.223013247231247]]], "count": [129]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5273969556046285]], [[0.491290917768361]], [[0.438631865847417]]], "std": [[[0.25646911866503785]], [[0.23524131128048562]], [[0.2141625705453108]]], "count": [129]}, "state": {"min": [-0.20038215816020966, -0.3667348325252533, 0.9279189109802246, 2.7767136096954346, -0.08010287582874298, -0.052856653928756714, 0.0019098854390904307, -0.04001317918300629], "max": [0.1511905938386917, 0.2354770451784134, 1.3218580484390259, 3.217282295227051, 0.23338723182678223, 0.10769631713628769, 0.04000188782811165, -0.001384534640237689], "mean": [-0.027255555614829063, -0.015586462803184986, 1.1485909223556519, 3.020045042037964, 0.04156944155693054, 0.014988934621214867, 0.019279731437563896, -0.019396329298615456], "std": [0.11301220208406448, 0.19314239919185638, 0.1002957671880722, 0.10804641246795654, 0.06966163218021393, 0.03395158424973488, 0.018214626237750053, 0.018188290297985077], "count": [653]}, "actions": {"min": [-0.6992928385734558, -1.1126254796981812, -0.7123956084251404, -0.13719254732131958, -0.117660753428936, -0.12358773499727249, -1.0], "max": [0.954063355922699, 0.8659493327140808, 0.718436598777771, 0.20965337753295898, 0.11932262033224106, 0.1434583216905594, 1.0], "mean": [0.01353729609400034, 0.002281621564179659, -0.009007650427520275, 0.00040869717486202717, 0.00034576785401441157, 0.0005601820885203779, 0.09341500699520111], "std": [0.21073752641677856, 0.2595483362674713, 0.21153077483177185, 0.04119133576750755, 0.03530494496226311, 0.03472523018717766, 0.9956281185150146], "count": [653]}, "timestamp": {"min": [0.0], "max": [65.2], "mean": [32.6], "std": [18.8504641852661], "count": [653]}, "frame_index": {"min": [0], "max": [652], "mean": [326.0], "std": [188.50464185266102], "count": [653]}, "episode_index": {"min": [1348], "max": [1348], "mean": [1348.0], "std": [0.0], "count": [653]}, "index": {"min": [428944], "max": [429596], "mean": [429270.0], "std": [188.50464185266102], "count": [653]}, "task_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [653]}}} +{"episode_index": 1349, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4150898972887359]], [[0.3849587214019044]], [[0.3443165552642091]]], "std": [[[0.2604428627978767]], [[0.2399247130778192]], [[0.22288428276790517]]], "count": [144]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4883195037675579]], [[0.4560689398406118]], [[0.4165134666791928]]], "std": [[[0.24449211542022478]], [[0.22160658306299558]], [[0.20563179786697033]]], "count": [144]}, "state": {"min": [-0.24909867346286774, -0.3683646619319916, 0.9499228596687317, 2.721249580383301, -0.2780933678150177, -0.12632378935813904, 0.0015818047104403377, -0.040016528218984604], "max": [-0.02867494709789753, 0.27232807874679565, 1.3687695264816284, 3.227266788482666, 0.11153987795114517, 0.3220008909702301, 0.039984315633773804, -0.001917724497616291], "mean": [-0.12109290808439255, -0.05534972622990608, 1.176637887954712, 2.95625376701355, -0.09949252754449844, 0.10394378751516342, 0.018693212419748306, -0.019029933959245682], "std": [0.06904750317335129, 0.21002249419689178, 0.1072748601436615, 0.13878795504570007, 0.1041814535856247, 0.12286478281021118, 0.01844070851802826, 0.018313445150852203], "count": [755]}, "actions": {"min": [-0.4420858919620514, -1.5869024991989136, -0.8128249645233154, -0.20540384948253632, -0.1260860115289688, -0.1558893769979477, -1.0], "max": [0.9415317177772522, 1.3635143041610718, 0.9112730622291565, 0.15510615706443787, 0.10266391932964325, 0.1871931105852127, 1.0], "mean": [0.017858833074569702, 0.024209147319197655, -0.0011362753575667739, 0.00018228325643576682, -0.00023210656945593655, 0.002442987635731697, 0.1099337711930275], "std": [0.1562148481607437, 0.28903666138648987, 0.23322460055351257, 0.041689615696668625, 0.032760489732027054, 0.03855792060494423, 0.9939410090446472], "count": [755]}, "timestamp": {"min": [0.0], "max": [75.4], "mean": [37.7], "std": [21.794953544341404], "count": [755]}, "frame_index": {"min": [0], "max": [754], "mean": [377.0], "std": [217.94953544341405], "count": [755]}, "episode_index": {"min": [1349], "max": [1349], "mean": [1349.0], "std": [0.0], "count": [755]}, "index": {"min": [429597], "max": [430351], "mean": [429974.0], "std": [217.94953544341405], "count": [755]}, "task_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [755]}}} +{"episode_index": 1350, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4187634077552767]], [[0.3884371898294442]], [[0.34804151575524]]], "std": [[[0.26067820812822307]], [[0.24003904757365094]], [[0.22278103170423666]]], "count": [121]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4744500510871478]], [[0.44361453627365527]], [[0.4057524447888498]]], "std": [[[0.24882281985231158]], [[0.22598628214770689]], [[0.21063625664051075]]], "count": [121]}, "state": {"min": [-0.24902598559856415, -0.3731580674648285, 0.9410867094993591, 2.7700700759887695, -0.22047469019889832, 0.002309113508090377, 0.0014361885841935873, -0.04001491889357567], "max": [-0.026812586933374405, 0.2694375813007355, 1.291398286819458, 3.272141218185425, 0.24868451058864594, 0.332218736410141, 0.040002480149269104, -0.001981157809495926], "mean": [-0.11331051588058472, -0.06493251025676727, 1.1321558952331543, 3.0197274684906006, 0.01805882528424263, 0.1567632406949997, 0.018336527049541473, -0.01843496412038803], "std": [0.0700078085064888, 0.2036605328321457, 0.10182155668735504, 0.13944680988788605, 0.12599559128284454, 0.08555582910776138, 0.017884956672787666, 0.01763802580535412], "count": [605]}, "actions": {"min": [-0.9334784150123596, -1.3931599855422974, -0.7983837723731995, -0.16433501243591309, -0.15404249727725983, -0.19023306667804718, -1.0], "max": [0.5669874548912048, 1.0553897619247437, 1.170823335647583, 0.19080384075641632, 0.19373945891857147, 0.13859155774116516, 1.0], "mean": [0.012038880959153175, 0.017563002184033394, -0.01094959769397974, 0.0010732909431681037, 0.0009084390476346016, 0.0027638401370495558, 0.1537190079689026], "std": [0.1464744657278061, 0.2783184349536896, 0.23901939392089844, 0.04504048824310303, 0.0393134206533432, 0.03181729465723038, 0.9881117343902588], "count": [605]}, "timestamp": {"min": [0.0], "max": [60.4], "mean": [30.2], "std": [17.464821785520744], "count": [605]}, "frame_index": {"min": [0], "max": [604], "mean": [302.0], "std": [174.64821785520743], "count": [605]}, "episode_index": {"min": [1350], "max": [1350], "mean": [1350.0], "std": [0.0], "count": [605]}, "index": {"min": [430352], "max": [430956], "mean": [430654.0], "std": [174.64821785520743], "count": [605]}, "task_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [605]}}} +{"episode_index": 1351, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41545706665781884]], [[0.38533280780784496]], [[0.34500863498896667]]], "std": [[[0.25876764735988345]], [[0.23831341378667614]], [[0.2215182965986752]]], "count": [116]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4766517721695865]], [[0.44569448505889087]], [[0.4085924975206273]]], "std": [[[0.2524149798371241]], [[0.2304808603379625]], [[0.21531953310909607]]], "count": [116]}, "state": {"min": [-0.2665324807167053, -0.35752272605895996, 0.953252911567688, 2.7801005840301514, -0.0582224540412426, 0.04738185182213783, 0.0011214868864044547, -0.04001331701874733], "max": [-0.010603277944028378, 0.2922593057155609, 1.2778725624084473, 3.2225522994995117, 0.32448509335517883, 0.42808404564857483, 0.03999399393796921, -0.002554072765633464], "mean": [-0.10616680979728699, -0.053868673741817474, 1.1494227647781372, 3.005326986312866, 0.08842775970697403, 0.1649356633424759, 0.017781753093004227, -0.01802881248295307], "std": [0.07929938286542892, 0.20861142873764038, 0.09441329538822174, 0.1141652911901474, 0.09957151859998703, 0.10143113136291504, 0.01771434023976326, 0.01738768070936203], "count": [571]}, "actions": {"min": [-0.5871630907058716, -1.295474648475647, -1.0288492441177368, -0.1498815417289734, -0.16890913248062134, -0.1480495184659958, -1.0], "max": [0.8254773616790771, 1.0297437906265259, 1.0886658430099487, 0.15076935291290283, 0.15831385552883148, 0.18011993169784546, 1.0], "mean": [0.0215427465736866, 0.030254671350121498, -0.006520513445138931, 0.0006765690632164478, 0.0014787717955186963, 0.003875710302963853, 0.18739053606987], "std": [0.18805170059204102, 0.30539649724960327, 0.2655213177204132, 0.04279342666268349, 0.038936421275138855, 0.03817516937851906, 0.9822854995727539], "count": [571]}, "timestamp": {"min": [0.0], "max": [57.0], "mean": [28.5], "std": [16.483324907311633], "count": [571]}, "frame_index": {"min": [0], "max": [570], "mean": [285.0], "std": [164.83324907311632], "count": [571]}, "episode_index": {"min": [1351], "max": [1351], "mean": [1351.0], "std": [0.0], "count": [571]}, "index": {"min": [430957], "max": [431527], "mean": [431242.0], "std": [164.83324907311632], "count": [571]}, "task_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [571]}}} +{"episode_index": 1352, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42082824886546416]], [[0.39245117666207113]], [[0.3544803658279718]]], "std": [[[0.2635510131992582]], [[0.24432826951614886]], [[0.23002811237441975]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.5864702088599112]], [[0.5460999097637101]], [[0.4788180679620481]]], "std": [[[0.24012427918672608]], [[0.2147194516225614]], [[0.19703424249219895]]], "count": [100]}, "state": {"min": [-0.1997895985841751, -0.18181338906288147, 0.9201444387435913, 2.8504152297973633, -0.249675452709198, -0.08142395317554474, 0.0022806720808148384, -0.04000737890601158], "max": [0.17162778973579407, 0.029948988929390907, 1.19277822971344, 3.161571979522705, 0.09762707352638245, 0.046890925616025925, 0.04000231996178627, -0.002646984765306115], "mean": [0.05410527065396309, -0.04219010844826698, 1.1000678539276123, 3.032630205154419, -0.07239635288715363, -0.02532155066728592, 0.02301192469894886, -0.023248085752129555], "std": [0.0996396392583847, 0.0678025409579277, 0.08940231800079346, 0.07843547314405441, 0.09582081437110901, 0.030184531584382057, 0.018241437152028084, 0.0181244108825922], "count": [335]}, "actions": {"min": [-0.804060697555542, -0.4652899205684662, -0.9643999338150024, -0.2039063423871994, -0.227676123380661, -0.1325892210006714, -1.0], "max": [0.7497386336326599, 0.2980576753616333, 0.721610963344574, 0.2331167459487915, 0.1686953455209732, 0.22082622349262238, 1.0], "mean": [0.049095723778009415, -0.04401765391230583, -0.06442850083112717, -0.002129222732037306, 0.003373814281076193, -0.000672038528136909, -0.10447761416435242], "std": [0.2442864626646042, 0.11806556582450867, 0.23707136511802673, 0.047633226960897446, 0.05403110757470131, 0.05083811283111572, 0.9945274591445923], "count": [335]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.670573922989266], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [1352], "max": [1352], "mean": [1352.0], "std": [0.0], "count": [335]}, "index": {"min": [431528], "max": [431862], "mean": [431695.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [335]}}} +{"episode_index": 1353, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42557311892041977]], [[0.3965548496620328]], [[0.3581609604779412]]], "std": [[[0.26418288932823564]], [[0.24492474355921692]], [[0.23078870334111112]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.5955426934934129]], [[0.5541741015864353]], [[0.48729433007333794]]], "std": [[[0.2327252515427049]], [[0.2076927913010239]], [[0.18877338383210082]]], "count": [100]}, "state": {"min": [-0.19379138946533203, -0.21196497976779938, 0.9471783638000488, 2.856081485748291, -0.43080106377601624, -0.07243018597364426, 0.0027997675351798534, -0.04000689461827278], "max": [0.15916979312896729, 0.01971389353275299, 1.2374922037124634, 3.1305747032165527, 0.01724237948656082, 0.13605046272277832, 0.03995661437511444, -0.0030944852624088526], "mean": [0.03272966668009758, -0.043880708515644073, 1.1310653686523438, 3.043741464614868, -0.14803531765937805, 0.027044588699936867, 0.02205641008913517, -0.022170480340719223], "std": [0.11242339760065079, 0.07777050137519836, 0.09718538075685501, 0.07248902320861816, 0.12845924496650696, 0.04107276350259781, 0.017998667433857918, 0.018014272674918175], "count": [336]}, "actions": {"min": [-1.2612857818603516, -0.6528274416923523, -0.6740597486495972, -0.12298295646905899, -0.3881281018257141, -0.18787460029125214, -1.0], "max": [0.8966578841209412, 0.5407825112342834, 2.106696128845215, 0.20074717700481415, 0.14627020061016083, 0.11943843960762024, 1.0], "mean": [0.03712575137615204, -0.03927936404943466, -0.04410811886191368, -0.0009295484633184969, -0.0003111640689894557, 0.00012490911467466503, -0.0357142873108387], "std": [0.2849484384059906, 0.14366945624351501, 0.2745956480503082, 0.04021938145160675, 0.057850006967782974, 0.0451086051762104, 0.9993613958358765], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [1353], "max": [1353], "mean": [1353.0], "std": [0.0], "count": [336]}, "index": {"min": [431863], "max": [432198], "mean": [432030.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [336]}}} +{"episode_index": 1354, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4191915779861749]], [[0.3907529189165901]], [[0.3531292604932598]]], "std": [[[0.2646747490886038]], [[0.24512095284750265]], [[0.23019918428152808]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.579543327181947]], [[0.536808567421109]], [[0.4688333243575751]]], "std": [[[0.24881653168509513]], [[0.2249503536550959]], [[0.20601304980023438]]], "count": [100]}, "state": {"min": [-0.2087060660123825, -0.14702698588371277, 0.9470582008361816, 3.0060627460479736, -0.11584845185279846, 0.09311135858297348, 0.0022088144905865192, -0.04000852629542351], "max": [0.16100949048995972, 0.03223280981183052, 1.213407039642334, 3.2390170097351074, 0.5174034237861633, 0.2754713296890259, 0.039951324462890625, -0.002302356529980898], "mean": [0.06181284412741661, -0.03399231657385826, 1.1101843118667603, 3.0974204540252686, 0.10270946472883224, 0.18313714861869812, 0.024290740489959717, -0.024251829832792282], "std": [0.09356504678726196, 0.060013297945261, 0.0849803015589714, 0.047104474157094955, 0.20495463907718658, 0.04570494964718819, 0.0180467888712883, 0.018124759197235107], "count": [333]}, "actions": {"min": [-0.7340329885482788, -0.6752959489822388, -1.1017870903015137, -0.14444714784622192, -0.17990107834339142, -0.18574143946170807, -1.0], "max": [0.7482186555862427, 0.44134923815727234, 0.7830560207366943, 0.18266719579696655, 0.20955917239189148, 0.23135173320770264, 1.0], "mean": [0.022633157670497894, -0.020461931824684143, -0.04225951060652733, 0.001041786395944655, -0.0014625638723373413, 0.002781081246212125, -0.171171173453331], "std": [0.2371411770582199, 0.16526862978935242, 0.24140705168247223, 0.0507703498005867, 0.049913439899683, 0.05411362275481224, 0.9852413535118103], "count": [333]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.599999999999998], "std": [9.612838637294745], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [1354], "max": [1354], "mean": [1354.0], "std": [0.0], "count": [333]}, "index": {"min": [432199], "max": [432531], "mean": [432365.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [333]}}} +{"episode_index": 1355, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42108006436217066]], [[0.3925033425723805]], [[0.35467139928481156]]], "std": [[[0.2641651256459569]], [[0.2445998823084752]], [[0.22974735099336635]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5806465274586398]], [[0.5399249824075137]], [[0.4710594129375383]]], "std": [[[0.24514016965359997]], [[0.22130513592832277]], [[0.20162960188549645]]], "count": [100]}, "state": {"min": [-0.20737339556217194, -0.16573186218738556, 0.9362926483154297, 2.9165282249450684, -0.1665167212486267, -0.006316940765827894, 0.004795135464519262, -0.04000719264149666], "max": [0.16941532492637634, 0.012808071449398994, 1.2170674800872803, 3.121828556060791, 0.17830981314182281, 0.11682136356830597, 0.03987806290388107, -0.003575354116037488], "mean": [0.04787919297814369, -0.03782886639237404, 1.105316400527954, 3.0347723960876465, -0.013547991402447224, 0.0581221729516983, 0.024588268250226974, -0.024653976783156395], "std": [0.100137859582901, 0.06519590318202972, 0.08933881670236588, 0.04527099058032036, 0.0987628623843193, 0.024292340502142906, 0.01679307036101818, 0.01687968336045742], "count": [275]}, "actions": {"min": [-0.8711165189743042, -0.9678874015808105, -0.8291002511978149, -0.1217004731297493, -0.15795674920082092, -0.2062879353761673, -1.0], "max": [0.8480357527732849, 0.3339923024177551, 0.7283047437667847, 0.09555237740278244, 0.12964624166488647, 0.19459889829158783, 1.0], "mean": [0.044455431401729584, -0.04197815805673599, -0.07124438881874084, -0.003200111910700798, 0.0005354317836463451, 0.0012417299440130591, -0.12727272510528564], "std": [0.2677447497844696, 0.14403916895389557, 0.225844144821167, 0.035811394453048706, 0.04742829129099846, 0.0513140931725502, 0.9918663501739502], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [1355], "max": [1355], "mean": [1355.0], "std": [0.0], "count": [275]}, "index": {"min": [432532], "max": [432806], "mean": [432669.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [275]}}} +{"episode_index": 1356, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42212401865042887]], [[0.3918273997587316]], [[0.3510142822265625]]], "std": [[[0.2606494546102382]], [[0.24037097447445568]], [[0.22386065803933414]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46837388461243873]], [[0.4364079518037684]], [[0.3992593718884038]]], "std": [[[0.2625070488091483]], [[0.24555423553295805]], [[0.23026401934561813]]], "count": [100]}, "state": {"min": [-0.1639121025800705, 0.0016623412957414985, 0.9407466650009155, 3.0528767108917236, -0.15006624162197113, -0.10538069158792496, 0.006085218396037817, -0.04000493884086609], "max": [-0.038776248693466187, 0.23792113363742828, 1.2465412616729736, 3.2313971519470215, 0.00043933888082392514, 0.015680329874157906, 0.03994792699813843, -0.006225611083209515], "mean": [-0.09879126399755478, 0.12319637089967728, 1.147114634513855, 3.1083052158355713, -0.08725471049547195, -0.035516347736120224, 0.02223888970911503, -0.022322531789541245], "std": [0.03471238538622856, 0.09450468420982361, 0.10063214600086212, 0.04636729881167412, 0.04756232351064682, 0.03009827621281147, 0.016141977161169052, 0.01611991599202156], "count": [246]}, "actions": {"min": [-0.5255186557769775, -1.1425647735595703, -0.6646376252174377, -0.09490866959095001, -0.13870105147361755, -0.17360398173332214, -1.0], "max": [0.4926704466342926, 0.4804668426513672, 1.231157898902893, 0.1715572476387024, 0.07691542059183121, 0.2663777768611908, 1.0], "mean": [-0.0016074810409918427, -0.04301007091999054, -0.07016322761774063, -0.00027459461125545204, -0.0001793118572095409, -0.0026789912953972816, 0.04878048598766327], "std": [0.15023435652256012, 0.20640745759010315, 0.23082347214221954, 0.03574153035879135, 0.03384121134877205, 0.040310297161340714, 0.9988089203834534], "count": [246]}, "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": [1356], "max": [1356], "mean": [1356.0], "std": [0.0], "count": [246]}, "index": {"min": [432807], "max": [433052], "mean": [432929.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [246]}}} +{"episode_index": 1357, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42461409265854777]], [[0.394019084855622]], [[0.3529968255734911]]], "std": [[[0.2587005017533447]], [[0.2386862618412675]], [[0.22270802009537596]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.47644309728285844]], [[0.44436069922353705]], [[0.40554426724303]]], "std": [[[0.26831070872856777]], [[0.25068343713892227]], [[0.23526623143756123]]], "count": [100]}, "state": {"min": [-0.1596711277961731, -0.003224104642868042, 0.953052282333374, 3.1167707443237305, -0.1270984262228012, -0.06344441324472427, 0.002198046538978815, -0.04000180587172508], "max": [0.01739763841032982, 0.2373790293931961, 1.2686489820480347, 3.23958420753479, 0.15478570759296417, 0.0026597902178764343, 0.04000236466526985, -0.002162139629945159], "mean": [-0.05871898680925369, 0.1385081708431244, 1.1767120361328125, 3.158231258392334, -0.043586280196905136, -0.02699791081249714, 0.02095799893140793, -0.020970650017261505], "std": [0.05201350897550583, 0.09555657207965851, 0.09493707865476608, 0.0319015309214592, 0.06857570260763168, 0.014393304474651814, 0.018366994336247444, 0.018385084345936775], "count": [259]}, "actions": {"min": [-0.44567278027534485, -0.9535760283470154, -1.1044881343841553, -0.1118733212351799, -0.0785176157951355, -0.08134162425994873, -1.0], "max": [0.5180999040603638, 0.5765784978866577, 0.31640371680259705, 0.1382010579109192, 0.14559602737426758, 0.09005527943372726, 1.0], "mean": [0.017584750428795815, -0.02932737022638321, -0.0872252807021141, 0.0002287537936354056, 0.0067472332157194614, -0.001138405641540885, 0.0038610037881881], "std": [0.15864036977291107, 0.2051462084054947, 0.16687491536140442, 0.0332808718085289, 0.03115025907754898, 0.02802463248372078, 0.9999927878379822], "count": [259]}, "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": [1357], "max": [1357], "mean": [1357.0], "std": [0.0], "count": [259]}, "index": {"min": [433053], "max": [433311], "mean": [433182.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [259]}}} +{"episode_index": 1358, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42088365801642924]], [[0.39057293581495095]], [[0.3497339507458257]]], "std": [[[0.25843314788445604]], [[0.23823195451057647]], [[0.22219472514426664]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4459684053308824]], [[0.4152394756242341]], [[0.3789761891084559]]], "std": [[[0.26701789358516737]], [[0.2514975575228336]], [[0.2371165498977934]]], "count": [100]}, "state": {"min": [-0.16761064529418945, 0.007563003804534674, 0.9389392733573914, 3.071542978286743, -0.12398440390825272, -0.05688013881444931, 0.0020246515050530434, -0.040003661066293716], "max": [-0.05483318120241165, 0.2516697347164154, 1.2473071813583374, 3.220536947250366, 0.1396287977695465, 0.04791776463389397, 0.04000059515237808, -0.001616331865079701], "mean": [-0.09493109583854675, 0.13946689665317535, 1.1589324474334717, 3.1156277656555176, -0.037602804601192474, -0.024509387090802193, 0.018598373979330063, -0.01858503930270672], "std": [0.02568051964044571, 0.09869217127561569, 0.09537185728549957, 0.03876153752207756, 0.06704479455947876, 0.022446226328611374, 0.018147319555282593, 0.018145039677619934], "count": [232]}, "actions": {"min": [-0.6166964173316956, -0.8168475031852722, -0.9049428105354309, -0.11018908768892288, -0.10324640572071075, -0.09292066097259521, -1.0], "max": [0.4518575370311737, 0.4917753040790558, 0.6061712503433228, 0.09679360687732697, 0.13284927606582642, 0.13770096004009247, 1.0], "mean": [0.023632526397705078, -0.04277645796537399, -0.08546371012926102, -0.0031298159155994654, 0.0058226087130606174, 0.0008620080770924687, 0.12931033968925476], "std": [0.1349010169506073, 0.20838868618011475, 0.18793952465057373, 0.030536865815520287, 0.03362610191106796, 0.02791910246014595, 0.9916049838066101], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [1358], "max": [1358], "mean": [1358.0], "std": [0.0], "count": [232]}, "index": {"min": [433312], "max": [433543], "mean": [433427.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [232]}}} +{"episode_index": 1359, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42016197414024203]], [[0.39007566265031407]], [[0.3494953056784237]]], "std": [[[0.26008081655075294]], [[0.2400618145832525]], [[0.22388946626210615]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4466531025007659]], [[0.41780507585114124]], [[0.3842054102280561]]], "std": [[[0.2609762336299477]], [[0.24573981689539628]], [[0.23180951299817038]]], "count": [100]}, "state": {"min": [-0.1250121295452118, 0.007798181381076574, 0.9315661191940308, 3.011922836303711, -0.1324133425951004, 0.029176700860261917, 0.007835048250854015, -0.04003007337450981], "max": [-0.021595630794763565, 0.25206345319747925, 1.2363725900650024, 3.1467275619506836, 0.1448608934879303, 0.09926583617925644, 0.03993566706776619, -0.005071056541055441], "mean": [-0.06756231933832169, 0.14192061126232147, 1.141300916671753, 3.0629351139068604, -0.046653252094984055, 0.06174231320619583, 0.024013567715883255, -0.02413325384259224], "std": [0.031201371923089027, 0.1024378165602684, 0.09786125272512436, 0.03724873811006546, 0.07417798787355423, 0.01876022107899189, 0.015118231065571308, 0.014961320906877518], "count": [237]}, "actions": {"min": [-0.6896370053291321, -1.9587842226028442, -0.8992703557014465, -0.1354728639125824, -0.1328234076499939, -0.14932380616664886, -1.0], "max": [0.3311755061149597, 0.5187137126922607, 1.3743903636932373, 0.1478678435087204, 0.11390449851751328, 0.0751197412610054, 1.0], "mean": [-0.014975769445300102, -0.061711832880973816, -0.0714755728840828, -0.0002171406667912379, 0.002055870369076729, -0.0010690429480746388, 0.004219409078359604], "std": [0.14168862998485565, 0.24369171261787415, 0.2404642254114151, 0.033926982432603836, 0.03598545491695404, 0.027618978172540665, 0.9999902844429016], "count": [237]}, "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": [1359], "max": [1359], "mean": [1359.0], "std": [0.0], "count": [237]}, "index": {"min": [433544], "max": [433780], "mean": [433662.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [237]}}} +{"episode_index": 1360, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4231232575061275]], [[0.39261098943972117]], [[0.35194567332548254]]], "std": [[[0.25852225856212235]], [[0.23789074788871906]], [[0.2207735578224138]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682333505667892]], [[0.4371734164368873]], [[0.40179437016505826]]], "std": [[[0.25510277340839116]], [[0.23909241113252933]], [[0.22403711167864857]]], "count": [100]}, "state": {"min": [-0.22458875179290771, -0.37282001972198486, 0.9419499039649963, 2.7592520713806152, -0.04241422191262245, -0.04756155237555504, 0.006221057381480932, -0.04002027213573456], "max": [-0.0338824987411499, 0.2425653338432312, 1.230602502822876, 3.173170566558838, 0.2395172417163849, 0.1435994803905487, 0.03996671736240387, -0.006887952331453562], "mean": [-0.1286684274673462, -0.0013467071112245321, 1.1540604829788208, 3.025840997695923, 0.04053035378456116, 0.018471572548151016, 0.021090777590870857, -0.02136097475886345], "std": [0.06350412964820862, 0.24465712904930115, 0.08001440018415451, 0.12002305686473846, 0.0702245756983757, 0.04864922910928726, 0.015919074416160583, 0.015641681849956512], "count": [286]}, "actions": {"min": [-0.7265536785125732, -1.4311859607696533, -1.3628534078598022, -0.15947481989860535, -0.1017531231045723, -0.11201315373182297, -1.0], "max": [0.4187510907649994, 0.689121663570404, 0.41983166337013245, 0.2829824686050415, 0.1573125571012497, 0.14158585667610168, 1.0], "mean": [0.003436426632106304, -0.12128587067127228, -0.06532478332519531, -0.00728905713185668, 0.003959153778851032, 0.0023258733563125134, 0.13286712765693665], "std": [0.15577472746372223, 0.32024797797203064, 0.2039455771446228, 0.04986296594142914, 0.03958827629685402, 0.03778793290257454, 0.9911344647407532], "count": [286]}, "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": [1360], "max": [1360], "mean": [1360.0], "std": [0.0], "count": [286]}, "index": {"min": [433781], "max": [434066], "mean": [433923.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [286]}}} +{"episode_index": 1361, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4236841765759038]], [[0.3932931650199142]], [[0.35288729200176167]]], "std": [[[0.25874083820288757]], [[0.23844421538738333]], [[0.22190489165051688]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4895040390912224]], [[0.4549013707778033]], [[0.4159321845559513]]], "std": [[[0.2542436759084218]], [[0.2360324862962677]], [[0.21899361617502083]]], "count": [100]}, "state": {"min": [-0.23421598970890045, -0.3552321493625641, 0.9513205289840698, 2.7491493225097656, -0.16545496881008148, -0.07453009486198425, 0.0018040278227999806, -0.040000103414058685], "max": [-0.0235369261354208, 0.2136073261499405, 1.2754172086715698, 3.2600905895233154, 0.15802106261253357, 0.03387009724974632, 0.040005456656217575, -0.0021165290381759405], "mean": [-0.1260332316160202, -0.003728048410266638, 1.1762479543685913, 3.0783684253692627, -0.06708849966526031, -0.03622527793049812, 0.016900738701224327, -0.017043989151716232], "std": [0.07506672292947769, 0.22759614884853363, 0.08501839637756348, 0.14404699206352234, 0.07687103003263474, 0.02530447207391262, 0.01800152286887169, 0.017820073291659355], "count": [264]}, "actions": {"min": [-0.566972553730011, -1.47615385055542, -0.7552422285079956, -0.13161613047122955, -0.1402277648448944, -0.1395517736673355, -1.0], "max": [0.562544584274292, 0.43011027574539185, 0.46978890895843506, 0.1351148635149002, 0.2541358768939972, 0.14671143889427185, 1.0], "mean": [-0.005015706177800894, -0.14735546708106995, -0.0829615443944931, -0.013875829055905342, 0.007479966152459383, -5.5936088756425306e-05, 0.21969696879386902], "std": [0.16616350412368774, 0.28708386421203613, 0.17724280059337616, 0.03978051617741585, 0.047214969992637634, 0.036895595490932465, 0.9755677580833435], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [1361], "max": [1361], "mean": [1361.0], "std": [0.0], "count": [264]}, "index": {"min": [434067], "max": [434330], "mean": [434198.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [264]}}} +{"episode_index": 1362, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4234844922832414]], [[0.3932886944939108]], [[0.35287228812423405]]], "std": [[[0.25781074514256447]], [[0.237856137434499]], [[0.22180868477757495]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9921568627450981]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4968705426384421]], [[0.46172374111998316]], [[0.42209234978170956]]], "std": [[[0.2563289246911856]], [[0.23743594351418268]], [[0.21891406914379333]]], "count": [100]}, "state": {"min": [-0.24879483878612518, -0.36059969663619995, 0.9625407457351685, 2.819368362426758, -0.16195349395275116, -0.04609782248735428, 0.001564063597470522, -0.03994263336062431], "max": [0.025131570175290108, 0.23625101149082184, 1.252555251121521, 3.354447603225708, 0.09012166410684586, 0.11568263173103333, 0.04018039628863335, -0.001778006087988615], "mean": [-0.104622483253479, 0.004427322652190924, 1.172296166419983, 3.134052276611328, -0.06565575301647186, 0.001251022215001285, 0.019278433173894882, -0.019214512780308723], "std": [0.09431223571300507, 0.23649202287197113, 0.0801960900425911, 0.16785702109336853, 0.059519391506910324, 0.03522535413503647, 0.01841474138200283, 0.018313728272914886], "count": [299]}, "actions": {"min": [-0.6842246651649475, -1.6346017122268677, -0.7071462273597717, -0.1630796194076538, -0.16339905560016632, -0.1433422863483429, -1.0], "max": [0.5142945647239685, 0.4767466187477112, 0.5115163922309875, 0.15639513731002808, 0.1479930877685547, 0.13896794617176056, 1.0], "mean": [0.0023206183686852455, -0.1206878200173378, -0.05931658297777176, -0.008524336852133274, 0.0020728916861116886, 0.00027576155844144523, 0.09698996692895889], "std": [0.2010018229484558, 0.31069400906562805, 0.17341428995132446, 0.04725800082087517, 0.04540371894836426, 0.04185958951711655, 0.9952861070632935], "count": [299]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.631338250816034], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [1362], "max": [1362], "mean": [1362.0], "std": [0.0], "count": [299]}, "index": {"min": [434331], "max": [434629], "mean": [434480.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [299]}}} +{"episode_index": 1363, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42319416300455726]], [[0.3928174731684666]], [[0.3525110928404565]]], "std": [[[0.2570535734788205]], [[0.23660592300354538]], [[0.21967743389456587]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.47355439608704814]], [[0.44257902556774664]], [[0.40635721962124693]]], "std": [[[0.2573741951018144]], [[0.2408626356594984]], [[0.22585978690499442]]], "count": [100]}, "state": {"min": [-0.22719576954841614, -0.38285455107688904, 0.9435977339744568, 2.8831379413604736, -0.0676291286945343, -0.019487354904413223, 0.00517376558855176, -0.04000572860240936], "max": [0.003435783786699176, 0.21867288649082184, 1.2332717180252075, 3.1660983562469482, 0.186549112200737, 0.0809113085269928, 0.03993565961718559, -0.0056191543117165565], "mean": [-0.09650098532438278, -0.026685994118452072, 1.1571391820907593, 3.0446059703826904, 0.0665762647986412, 0.03333152085542679, 0.02049856446683407, -0.020493926480412483], "std": [0.08000330626964569, 0.2432091385126114, 0.0776531994342804, 0.07800430059432983, 0.0705670416355133, 0.021733250468969345, 0.016383858397603035, 0.01601766236126423], "count": [280]}, "actions": {"min": [-0.5798637866973877, -1.4102654457092285, -0.9658790230751038, -0.1200956404209137, -0.16210681200027466, -0.14192943274974823, -1.0], "max": [0.6444681882858276, 0.4052581191062927, 0.33073198795318604, 0.18384264409542084, 0.15620391070842743, 0.16659687459468842, 1.0], "mean": [-0.011568760499358177, -0.13346180319786072, -0.07900477200746536, -0.006581083871424198, 0.0018513816175982356, 0.0009421419817954302, 0.13571429252624512], "std": [0.17325519025325775, 0.30980828404426575, 0.1725080907344818, 0.04657745733857155, 0.04595301300287247, 0.045198310166597366, 0.9907495379447937], "count": [280]}, "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": [1363], "max": [1363], "mean": [1363.0], "std": [0.0], "count": [280]}, "index": {"min": [434630], "max": [434909], "mean": [434769.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [280]}}} +{"episode_index": 1364, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39019337253944547]], [[0.36121220188514863]], [[0.3272395061418122]]], "std": [[[0.2652190998766147]], [[0.2434887285645938]], [[0.2246609715149203]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.788235294117647]], [[0.7725490196078432]]], "mean": [[[0.42360722740023743]], [[0.3902451955757889]], [[0.35924454513250614]]], "std": [[[0.292011804546226]], [[0.26013585693489705]], [[0.23049427861108712]]], "count": [100]}, "state": {"min": [-0.24817430973052979, -0.01866721361875534, 0.9405512809753418, 3.0198371410369873, -0.1953594982624054, -1.1670576333999634, 0.013806200586259365, -0.03996461257338524], "max": [-0.15181291103363037, 0.1507750153541565, 1.2127372026443481, 3.777158498764038, 0.3503754734992981, 0.34198838472366333, 0.03998752683401108, -0.007506024558097124], "mean": [-0.20742157101631165, 0.044414401054382324, 1.106747031211853, 3.3122410774230957, 0.054723091423511505, -0.2930988669395447, 0.022090371698141098, -0.022274572402238846], "std": [0.029139425605535507, 0.045012466609478, 0.08463050425052643, 0.17189574241638184, 0.16758553683757782, 0.5075898170471191, 0.01071967463940382, 0.010785561054944992], "count": [290]}, "actions": {"min": [-0.32828080654144287, -0.5020195245742798, -0.48575010895729065, -0.1386529505252838, -0.32518333196640015, -0.47230055928230286, -1.0], "max": [0.4057557284832001, 0.6524059176445007, 0.7609249949455261, 0.2573222219944, 0.17825767397880554, 0.2764494717121124, 1.0], "mean": [0.030196335166692734, 0.038319557905197144, -0.00679786317050457, 0.017118018120527267, -0.007082860916852951, 0.011550149880349636, 0.48275861144065857], "std": [0.10531976819038391, 0.20079012215137482, 0.22942854464054108, 0.05827200040221214, 0.059625983238220215, 0.10972132533788681, 0.8757508397102356], "count": [290]}, "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": [1364], "max": [1364], "mean": [1364.0], "std": [0.0], "count": [290]}, "index": {"min": [434910], "max": [435199], "mean": [435054.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [290]}}} +{"episode_index": 1365, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3980616633763847]], [[0.3691676245548498]], [[0.3355765892033252]]], "std": [[[0.26568730990414907]], [[0.24443318213767629]], [[0.22608097554698817]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.40504347205601765]], [[0.37349002684835925]], [[0.34594886526508806]]], "std": [[[0.27878343418908347]], [[0.2489408792591513]], [[0.22073723856704067]]], "count": [101]}, "state": {"min": [-0.20233817398548126, -0.156330406665802, 0.9414968490600586, 2.668623924255371, -0.2472536414861679, -1.432462453842163, 0.011527471244335175, -0.040014781057834625], "max": [-0.07430627942085266, 0.11399341374635696, 1.185537338256836, 3.0903663635253906, 0.04707520082592964, 0.9852121472358704, 0.039882585406303406, -0.012447316199541092], "mean": [-0.14033243060112, -0.015187393873929977, 1.0842063426971436, 2.847799301147461, -0.07112867385149002, -0.16192364692687988, 0.022636551409959793, -0.023324167355895042], "std": [0.03422088176012039, 0.09396622329950333, 0.05924220010638237, 0.13627783954143524, 0.08017781376838684, 0.9170210361480713, 0.013160116039216518, 0.012740063481032848], "count": [473]}, "actions": {"min": [-0.30624425411224365, -0.63841712474823, -0.4040715992450714, -0.16135060787200928, -0.25708699226379395, -0.2581081986427307, -1.0], "max": [0.4419533610343933, 0.9102239608764648, 0.6334391832351685, 0.13347624242305756, 0.1832212209701538, 0.46770206093788147, 1.0], "mean": [0.035875365138053894, 0.035028960555791855, 0.022580433636903763, 0.005132660735398531, -0.005353838670998812, 0.00971147045493126, 0.27272728085517883], "std": [0.09162335097789764, 0.21030637621879578, 0.16711969673633575, 0.04539049044251442, 0.04891272634267807, 0.11517403274774551, 0.9620925188064575], "count": [473]}, "timestamp": {"min": [0.0], "max": [47.2], "mean": [23.6], "std": [13.654303350958628], "count": [473]}, "frame_index": {"min": [0], "max": [472], "mean": [236.0], "std": [136.54303350958628], "count": [473]}, "episode_index": {"min": [1365], "max": [1365], "mean": [1365.0], "std": [0.0], "count": [473]}, "index": {"min": [435200], "max": [435672], "mean": [435436.0], "std": [136.54303350958628], "count": [473]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [473]}}} +{"episode_index": 1366, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39703081736845125]], [[0.3674586289349724]], [[0.3333411416446462]]], "std": [[[0.26486278447270983]], [[0.24312160359179177]], [[0.2242355581702241]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8549019607843137]], [[0.8549019607843137]]], "mean": [[[0.41847712737438725]], [[0.3885771011651731]], [[0.35837429630055145]]], "std": [[[0.29354517400519736]], [[0.2621293342234984]], [[0.23192260467907105]]], "count": [100]}, "state": {"min": [-0.21611936390399933, -0.0444721058011055, 0.9487366676330566, 3.0318899154663086, -0.09253411740064621, -1.3297886848449707, 0.012301650829613209, -0.03998696804046631], "max": [-0.14688101410865784, 0.13968916237354279, 1.1475967168807983, 3.3722031116485596, 0.2014865130186081, 0.5696873068809509, 0.04001019522547722, -0.012145505286753178], "mean": [-0.17193453013896942, 0.035083383321762085, 1.0694125890731812, 3.176539421081543, 0.09512843191623688, -0.5139176249504089, 0.024116551503539085, -0.02396673895418644], "std": [0.01813519559800625, 0.05742623284459114, 0.05514620244503021, 0.09581784904003143, 0.07139450311660767, 0.675565779209137, 0.013016554526984692, 0.013123834505677223], "count": [346]}, "actions": {"min": [-0.23324181139469147, -0.506378710269928, -0.5192441940307617, -0.18411216139793396, -0.22355622053146362, -0.4900505542755127, -1.0], "max": [0.29333987832069397, 0.8733425140380859, 0.849209725856781, 0.22233204543590546, 0.17568370699882507, 0.336314857006073, 1.0], "mean": [0.02119053527712822, 0.060575392097234726, 0.0004702062578871846, 0.008321264758706093, -0.0007537741330452263, 0.014013305306434631, 0.20809248089790344], "std": [0.07725188881158829, 0.19553658366203308, 0.14769934117794037, 0.050138168036937714, 0.046736352145671844, 0.11654071509838104, 0.9781076312065125], "count": [346]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [1366], "max": [1366], "mean": [1366.0], "std": [0.0], "count": [346]}, "index": {"min": [435673], "max": [436018], "mean": [435845.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [346]}}} +{"episode_index": 1367, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39476318359375]], [[0.3656320483637791]], [[0.33176223216337314]]], "std": [[[0.26440980196738395]], [[0.24283198144372392]], [[0.22442355564961236]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.7647058823529411]], [[0.6980392156862745]]], "mean": [[[0.42293133126053156]], [[0.3902656758626302]], [[0.3596659462124694]]], "std": [[[0.29788208884404127]], [[0.26646903388491494]], [[0.23599379187296465]]], "count": [100]}, "state": {"min": [-0.23584295809268951, -0.03417069837450981, 0.951411783695221, 3.1582820415496826, 0.022124920040369034, -1.1363617181777954, 0.013757693581283092, -0.03984502702951431], "max": [-0.15278451144695282, 0.12326697260141373, 1.156943917274475, 3.4289162158966064, 0.21639645099639893, 0.6784825325012207, 0.040010444819927216, -0.013173017650842667], "mean": [-0.18977756798267365, 0.02991681918501854, 1.0489230155944824, 3.2664852142333984, 0.14717452228069305, -0.17899176478385925, 0.023797566071152687, -0.023504197597503662], "std": [0.02243955060839653, 0.03955042362213135, 0.04543430730700493, 0.06861619651317596, 0.04608999937772751, 0.5880298614501953, 0.011727238073945045, 0.011879551224410534], "count": [322]}, "actions": {"min": [-0.30904263257980347, -0.36971649527549744, -0.7230940461158752, -0.1456068605184555, -0.22201037406921387, -0.27321046590805054, -1.0], "max": [0.2929156422615051, 0.6187241673469543, 0.5488216280937195, 0.24343913793563843, 0.2262827455997467, 0.31092098355293274, 1.0], "mean": [0.023518031463027, 0.02418563887476921, -0.0011488443706184626, 0.005511963739991188, -0.0029033797327429056, 0.01999518647789955, 0.3229813575744629], "std": [0.08845272660255432, 0.16269075870513916, 0.16105927526950836, 0.04964533448219299, 0.04508146271109581, 0.10406624525785446, 0.9464049935340881], "count": [322]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.295294508513434], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [1367], "max": [1367], "mean": [1367.0], "std": [0.0], "count": [322]}, "index": {"min": [436019], "max": [436340], "mean": [436179.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [322]}}} +{"episode_index": 1368, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3937041057511872]], [[0.36490152516084556]], [[0.3311160649318321]]], "std": [[[0.2658500060904466]], [[0.24416626477109962]], [[0.22569900565038278]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.788235294117647]], [[0.7411764705882353]]], "mean": [[[0.44408961157705273]], [[0.4122464300417433]], [[0.37816978005801927]]], "std": [[[0.3033361978846239]], [[0.27088794702952734]], [[0.23931849465996985]]], "count": [100]}, "state": {"min": [-0.2221922129392624, -0.03511955961585045, 0.9502860903739929, 3.078587293624878, -0.0113788777962327, -1.1188358068466187, 0.012693722732365131, -0.039931926876306534], "max": [-0.10607199370861053, 0.1092647984623909, 1.1640405654907227, 3.3743982315063477, 0.21844279766082764, 0.875687837600708, 0.04001196473836899, -0.012769981287419796], "mean": [-0.14859353005886078, 0.03173859044909477, 1.0812649726867676, 3.212714195251465, 0.1216786578297615, -0.25817134976387024, 0.02379530668258667, -0.023795850574970245], "std": [0.027884623035788536, 0.03917808085680008, 0.05285635218024254, 0.09109655767679214, 0.06109732389450073, 0.6787508130073547, 0.012178133241832256, 0.012190290726721287], "count": [321]}, "actions": {"min": [-0.3388373851776123, -0.6186083555221558, -0.49284854531288147, -0.13364733755588531, -0.19623404741287231, -0.32807254791259766, -1.0], "max": [0.32162603735923767, 0.7214428186416626, 0.6401109099388123, 0.14711683988571167, 0.13302981853485107, 0.28442803025245667, 1.0], "mean": [0.032181620597839355, 0.03786143288016319, -0.0035563819110393524, 0.006163434591144323, -0.0038874740712344646, 0.024684781208634377, 0.2897196114063263], "std": [0.08549673110246658, 0.1731836050748825, 0.17151643335819244, 0.04674388840794563, 0.048086002469062805, 0.10848750174045563, 0.957110583782196], "count": [321]}, "timestamp": {"min": [0.0], "max": [32.0], "mean": [16.0], "std": [9.266426855410163], "count": [321]}, "frame_index": {"min": [0], "max": [320], "mean": [160.0], "std": [92.66426855410162], "count": [321]}, "episode_index": {"min": [1368], "max": [1368], "mean": [1368.0], "std": [0.0], "count": [321]}, "index": {"min": [436341], "max": [436661], "mean": [436501.0], "std": [92.66426855410162], "count": [321]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [321]}}} +{"episode_index": 1369, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.403159766466364]], [[0.3731359986584596]], [[0.339757475011489]]], "std": [[[0.2642584026084474]], [[0.24350786287503504]], [[0.22524008642222215]]], "count": [165]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.4386868788412619]], [[0.40366015501696656]], [[0.3726122462997391]]], "std": [[[0.2659399971876921]], [[0.23607333623089696]], [[0.2079929433558]]], "count": [165]}, "state": {"min": [-0.38173678517341614, -0.39657896757125854, 0.9305807948112488, 2.70442533493042, -0.4396522343158722, -1.2768908739089966, 8.370936120627448e-05, -0.040027398616075516], "max": [-0.07187437266111374, 0.11380614340305328, 1.1955313682556152, 3.2882282733917236, 0.36659517884254456, 1.323681116104126, 0.0407087504863739, -0.000725183286704123], "mean": [-0.21603335440158844, -0.09850431233644485, 1.0409570932388306, 2.95967173576355, -0.09280387312173843, 0.3249524235725403, 0.02437824010848999, -0.024713726714253426], "std": [0.09550484269857407, 0.13556502759456635, 0.07139841467142105, 0.13692088425159454, 0.18364392220973969, 0.8139264583587646, 0.015799906104803085, 0.0156332328915596], "count": [910]}, "actions": {"min": [-0.816246747970581, -0.9522366523742676, -0.908502459526062, -0.45191478729248047, -0.4118420481681824, -0.6459230780601501, -1.0], "max": [0.4690021872520447, 0.7862169146537781, 0.9733885526657104, 0.20249584317207336, 0.20338968932628632, 0.46413469314575195, 1.0], "mean": [-0.0010426003718748689, -0.013730917125940323, -0.006393847521394491, -0.0003388352051842958, -0.000357282639015466, -0.0011336503084748983, -0.010989011265337467], "std": [0.13098493218421936, 0.22551493346691132, 0.19317428767681122, 0.0560927651822567, 0.055249497294425964, 0.1223101019859314, 0.9999397397041321], "count": [910]}, "timestamp": {"min": [0.0], "max": [90.9], "mean": [45.45], "std": [26.269421386852052], "count": [910]}, "frame_index": {"min": [0], "max": [909], "mean": [454.5], "std": [262.69421386852054], "count": [910]}, "episode_index": {"min": [1369], "max": [1369], "mean": [1369.0], "std": [0.0], "count": [910]}, "index": {"min": [436662], "max": [437571], "mean": [437116.5], "std": [262.69421386852054], "count": [910]}, "task_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [910]}}} +{"episode_index": 1370, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3974489975734406]], [[0.3678797768205023]], [[0.334080757732993]]], "std": [[[0.26562774734374056]], [[0.24468440309838058]], [[0.22675453107235957]]], "count": [138]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.39953345135891766]], [[0.3706381409437218]], [[0.34326242510315097]]], "std": [[[0.2680200193385]], [[0.24077557678957143]], [[0.21458252772530526]]], "count": [138]}, "state": {"min": [-0.3430691957473755, -0.12729530036449432, 0.9246366620063782, 2.6084837913513184, -0.7741440534591675, -1.3305599689483643, 0.012515838257968426, -0.04088970273733139], "max": [-0.11864283680915833, 0.1373251974582672, 1.220590591430664, 3.12246036529541, 0.15948370099067688, 0.934620201587677, 0.041546449065208435, -0.001043006544932723], "mean": [-0.22044451534748077, -0.018586132675409317, 1.0690786838531494, 2.9707422256469727, -0.22185556590557098, 0.1165456622838974, 0.027595724910497665, -0.02725217118859291], "std": [0.07873878628015518, 0.07792994379997253, 0.09743262082338333, 0.11036848276853561, 0.258332222700119, 0.7049338221549988, 0.01252355333417654, 0.012750464491546154], "count": [716]}, "actions": {"min": [-0.6037208437919617, -0.8031999468803406, -0.6125941872596741, -0.19194276630878448, -0.2589704394340515, -0.6929503679275513, -1.0], "max": [0.4047139585018158, 0.7679105997085571, 0.5423128604888916, 0.2245452105998993, 0.30284786224365234, 0.42198681831359863, 1.0], "mean": [0.009072384797036648, -0.00010531998850638047, -0.011059248819947243, 0.0006851222715340555, -0.0001567660365253687, -0.004739859141409397, 0.2793295979499817], "std": [0.12063045799732208, 0.1666993945837021, 0.15315674245357513, 0.04466725140810013, 0.053591080009937286, 0.11478155851364136, 0.9601942896842957], "count": [716]}, "timestamp": {"min": [0.0], "max": [71.5], "mean": [35.75], "std": [20.669119478100658], "count": [716]}, "frame_index": {"min": [0], "max": [715], "mean": [357.5], "std": [206.69119478100657], "count": [716]}, "episode_index": {"min": [1370], "max": [1370], "mean": [1370.0], "std": [0.0], "count": [716]}, "index": {"min": [437572], "max": [438287], "mean": [437929.5], "std": [206.69119478100657], "count": [716]}, "task_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [716]}}} +{"episode_index": 1371, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3996452433496911]], [[0.3696551272793776]], [[0.3359865099269828]]], "std": [[[0.2641427077116051]], [[0.24314879994095728]], [[0.22501464914999125]]], "count": [157]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9647058823529412]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.4052468185643958]], [[0.3725649766384833]], [[0.34668021461140935]]], "std": [[[0.2667756003058719]], [[0.23798855815146733]], [[0.20960346402957755]]], "count": [157]}, "state": {"min": [-0.3662981688976288, -0.15567176043987274, 0.9310087561607361, 2.7523512840270996, -0.15276846289634705, -1.1610665321350098, 0.0024160081520676613, -0.04008910059928894], "max": [-0.044293515384197235, 0.11731068044900894, 1.174213171005249, 3.1628987789154053, 0.2330721765756607, 1.166334629058838, 0.04023999348282814, -0.009332903660833836], "mean": [-0.1926010251045227, -0.046935100108385086, 1.0326128005981445, 2.9392569065093994, 0.04830063506960869, 0.3721051514148712, 0.025183675810694695, -0.02609850838780403], "std": [0.1057877168059349, 0.07963403314352036, 0.06678742170333862, 0.10323967784643173, 0.0935879498720169, 0.7039446234703064, 0.013475279323756695, 0.012804413214325905], "count": [847]}, "actions": {"min": [-0.6997685432434082, -0.8623362183570862, -0.7139146327972412, -0.17915098369121552, -0.1922052651643753, -0.5216971039772034, -1.0], "max": [0.5142909288406372, 0.8385097980499268, 0.5980169177055359, 0.21267211437225342, 0.2255273163318634, 0.46852749586105347, 1.0], "mean": [0.008264861069619656, -0.0006257910863496363, -0.008742786012589931, 0.0012530956882983446, 0.0006911071832291782, -0.0033721881918609142, 0.08854781836271286], "std": [0.1271842122077942, 0.17556004226207733, 0.14317739009857178, 0.04460791125893593, 0.04039059951901436, 0.10814571380615234, 0.9960731267929077], "count": [847]}, "timestamp": {"min": [0.0], "max": [84.6], "mean": [42.3], "std": [24.450766859139613], "count": [847]}, "frame_index": {"min": [0], "max": [846], "mean": [423.0], "std": [244.50766859139614], "count": [847]}, "episode_index": {"min": [1371], "max": [1371], "mean": [1371.0], "std": [0.0], "count": [847]}, "index": {"min": [438288], "max": [439134], "mean": [438711.0], "std": [244.50766859139614], "count": [847]}, "task_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [847]}}} +{"episode_index": 1372, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40815860464058673]], [[0.37709766941444545]], [[0.34265013331992955]]], "std": [[[0.262503535744016]], [[0.24142819409340155]], [[0.22255592318730022]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5364685609106924]], [[0.48733692363664216]], [[0.4453132144703585]]], "std": [[[0.27481399614072494]], [[0.2541058728400641]], [[0.2260138877245066]]], "count": [100]}, "state": {"min": [-0.22688372433185577, -0.33423471450805664, 1.0114824771881104, 2.90826678276062, -0.20063379406929016, -0.38250595331192017, 0.005222597625106573, -0.04001155495643616], "max": [0.05995826795697212, 0.23742006719112396, 1.3793282508850098, 3.2364680767059326, 0.14847886562347412, 0.12360434979200363, 0.040676020085811615, -0.005097849294543266], "mean": [-0.013257695361971855, -0.095645472407341, 1.2312589883804321, 3.09794020652771, 0.018240371719002724, -0.06668709218502045, 0.02209564857184887, -0.02206175960600376], "std": [0.06753027439117432, 0.20956136286258698, 0.10387449711561203, 0.07629210501909256, 0.10543909668922424, 0.12459340691566467, 0.01664465293288231, 0.016692794859409332], "count": [289]}, "actions": {"min": [-0.700204610824585, -0.9106864333152771, -0.7448127269744873, -0.2340390384197235, -0.18683114647865295, -0.3111438453197479, -1.0], "max": [0.6468117237091064, 1.6714457273483276, 0.9015674591064453, 0.32983481884002686, 0.1975461095571518, 0.31477418541908264, 1.0], "mean": [0.06835819035768509, 0.07384902983903885, 0.03423575311899185, 0.00179960485547781, -0.005239467602223158, 0.0017346269451081753, 0.031141867861151695], "std": [0.22331170737743378, 0.38429030776023865, 0.28553494811058044, 0.07716646790504456, 0.05120961368083954, 0.08091368526220322, 0.999516487121582], "count": [289]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.400000000000002], "std": [8.342661445845685], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [1372], "max": [1372], "mean": [1372.0], "std": [0.0], "count": [289]}, "index": {"min": [439135], "max": [439423], "mean": [439279.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [289]}}} +{"episode_index": 1373, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4088677601533778]], [[0.37813105684168197]], [[0.34364039342543656]]], "std": [[[0.2640122187488868]], [[0.24309948658108815]], [[0.22470413058181876]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5254311236213236]], [[0.48118497302485447]], [[0.44062709554036456]]], "std": [[[0.27064474867980287]], [[0.24685297885016572]], [[0.21971068068813304]]], "count": [100]}, "state": {"min": [-0.2062065452337265, -0.3166152834892273, 1.010200023651123, 2.9757673740386963, -0.35634902119636536, -0.2917187511920929, 0.004041542764753103, -0.04000820592045784], "max": [0.029717417433857918, 0.26428350806236267, 1.3264176845550537, 3.3030312061309814, 0.12524522840976715, 0.07101110368967056, 0.03987208381295204, -0.0033329741563647985], "mean": [-0.06942377984523773, -0.07451726496219635, 1.2076376676559448, 3.1412768363952637, -0.10787159949541092, -0.07075585424900055, 0.020169930532574654, -0.020016765221953392], "std": [0.07002479583024979, 0.21129460632801056, 0.09312090277671814, 0.1030905619263649, 0.16949298977851868, 0.09490262717008591, 0.017427777871489525, 0.017681095749139786], "count": [362]}, "actions": {"min": [-0.8457279801368713, -0.9804877042770386, -0.6184300780296326, -0.2382478266954422, -0.17302921414375305, -0.1663447469472885, -1.0], "max": [0.5148554444313049, 1.7273850440979004, 0.799488365650177, 0.2652689814567566, 0.09564437717199326, 0.2556706964969635, 1.0], "mean": [0.03632362559437752, 0.05248933285474777, 0.01723264530301094, 0.0005309964180923998, -0.008586096577346325, 0.0002538905246183276, 0.11049723625183105], "std": [0.18665209412574768, 0.30332231521606445, 0.21089805662631989, 0.059491802006959915, 0.04503553733229637, 0.058911703526973724, 0.9938787221908569], "count": [362]}, "timestamp": {"min": [0.0], "max": [36.1], "mean": [18.049999999999997], "std": [10.450000000000001], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [1373], "max": [1373], "mean": [1373.0], "std": [0.0], "count": [362]}, "index": {"min": [439424], "max": [439785], "mean": [439604.5], "std": [104.5], "count": [362]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [362]}}} +{"episode_index": 1374, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4021405292585784]], [[0.37203625189089307]], [[0.3379199751311658]]], "std": [[[0.26289362162346824]], [[0.24161881741492078]], [[0.22276833255984324]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5045420245002298]], [[0.4592364561791514]], [[0.4196301455030254]]], "std": [[[0.2822002790866942]], [[0.2591368545835771]], [[0.23155672323261178]]], "count": [100]}, "state": {"min": [-0.22987796366214752, -0.3345288932323456, 1.0065840482711792, 3.0114715099334717, -0.12874239683151245, -0.32207396626472473, 0.003895288798958063, -0.040008511394262314], "max": [0.046712517738342285, 0.2739163637161255, 1.342442274093628, 3.3576817512512207, 0.215980663895607, -0.0171004980802536, 0.03994033858180046, -0.00280117429792881], "mean": [-0.04393525421619415, -0.10904511064291, 1.2080901861190796, 3.1698122024536133, 0.04917749762535095, -0.11918937414884567, 0.02305576764047146, -0.022846639156341553], "std": [0.06833472847938538, 0.21965955197811127, 0.09292979538440704, 0.10644349455833435, 0.08892543613910675, 0.0707106813788414, 0.017419587820768356, 0.017654627561569214], "count": [316]}, "actions": {"min": [-0.7950313091278076, -0.7120584845542908, -0.830454409122467, -0.16790203750133514, -0.20785929262638092, -0.21962478756904602, -1.0], "max": [0.6913766264915466, 1.2458287477493286, 0.9351309537887573, 0.25851917266845703, 0.13638447225093842, 0.2094317376613617, 1.0], "mean": [0.03654097765684128, 0.07782969623804092, 0.03206271305680275, 0.0008437673095613718, -0.009090323932468891, 0.0014014237094670534, -0.06329113990068436], "std": [0.20478776097297668, 0.3365435004234314, 0.27346205711364746, 0.06719446182250977, 0.05139917507767677, 0.06553947925567627, 0.9979943037033081], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [1374], "max": [1374], "mean": [1374.0], "std": [0.0], "count": [316]}, "index": {"min": [439786], "max": [440101], "mean": [439943.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [316]}}} +{"episode_index": 1375, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4038985799153646]], [[0.3736037531834023]], [[0.33979324161305147]]], "std": [[[0.26134752667035216]], [[0.24045451218459807]], [[0.22204271018025498]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5353548422420726]], [[0.4883757078881357]], [[0.4460841914158241]]], "std": [[[0.2737726256653605]], [[0.2515438276055997]], [[0.223231129384045]]], "count": [100]}, "state": {"min": [-0.19625847041606903, -0.3162672221660614, 1.0054179430007935, 3.020003318786621, -0.13164332509040833, -0.3229580521583557, 0.006558324676007032, -0.04000808671116829], "max": [0.07428555935621262, 0.25647151470184326, 1.4080421924591064, 3.2980055809020996, 0.15755900740623474, 0.07228239625692368, 0.03994644060730934, -0.004743768367916346], "mean": [-0.01598910056054592, -0.11630844324827194, 1.24075448513031, 3.1359305381774902, -0.0012055177940055728, -0.08844229578971863, 0.024222707375884056, -0.024099959060549736], "std": [0.06126508489251137, 0.20865163207054138, 0.11365237832069397, 0.08537638932466507, 0.08495064824819565, 0.09502054750919342, 0.016249580308794975, 0.016459353268146515], "count": [332]}, "actions": {"min": [-0.8108106851577759, -0.7451595664024353, -1.1799840927124023, -0.2096026986837387, -0.1942445933818817, -0.25624290108680725, -1.0], "max": [0.5618334412574768, 1.2578178644180298, 0.8975815773010254, 0.18171140551567078, 0.1336013525724411, 0.22144728899002075, 1.0], "mean": [0.039592765271663666, 0.07090999186038971, -0.0012960941530764103, -0.001930112368427217, -0.00531625235453248, 0.0007774928817525506, -0.0602409653365612], "std": [0.19556953012943268, 0.3235744833946228, 0.2855345606803894, 0.0651848241686821, 0.04990797117352486, 0.06609001755714417, 0.9981850385665894], "count": [332]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.583970993278308], "count": [332]}, "frame_index": {"min": [0], "max": [331], "mean": [165.5], "std": [95.83970993278308], "count": [332]}, "episode_index": {"min": [1375], "max": [1375], "mean": [1375.0], "std": [0.0], "count": [332]}, "index": {"min": [440102], "max": [440433], "mean": [440267.5], "std": [95.83970993278308], "count": [332]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [332]}}} +{"episode_index": 1376, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4135996524586397]], [[0.38404524739583334]], [[0.3496265288708257]]], "std": [[[0.2636363812263558]], [[0.24322158192266768]], [[0.226408520493377]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.5410236846325444]], [[0.4986787755629596]], [[0.4412656764610141]]], "std": [[[0.2786277829219576]], [[0.2520990595690342]], [[0.22700511273389182]]], "count": [100]}, "state": {"min": [-0.22975684702396393, -0.06318344920873642, 0.9765936732292175, 3.0710010528564453, -0.21489714086055756, -0.2542237937450409, 0.005018866155296564, -0.04000212624669075], "max": [0.12131928652524948, 0.2454422414302826, 1.2938120365142822, 3.268496036529541, 0.1014610156416893, 0.01891135796904564, 0.03998102247714996, -0.004319694358855486], "mean": [0.01853029988706112, 0.07603222876787186, 1.1683940887451172, 3.1709017753601074, 0.01021118275821209, -0.08443577587604523, 0.022430364042520523, -0.022411556914448738], "std": [0.0866343230009079, 0.10063589364290237, 0.09312016516923904, 0.0523558109998703, 0.08795330673456192, 0.07121825963258743, 0.016778666526079178, 0.016849888488650322], "count": [263]}, "actions": {"min": [-0.81010901927948, -0.5312702655792236, -0.8780879378318787, -0.1740715503692627, -0.18326331675052643, -0.1669340878725052, -1.0], "max": [1.0646915435791016, 0.8526513576507568, 1.0910749435424805, 0.1165679395198822, 0.13312827050685883, 0.19504573941230774, 1.0], "mean": [0.055716659873723984, 0.07797130942344666, 0.01668431982398033, 0.0033857848029583693, -0.00792803056538105, 0.0010522613301873207, 0.0038022813387215137], "std": [0.28651121258735657, 0.1761767864227295, 0.2888416647911072, 0.04163839668035507, 0.05401642248034477, 0.05392942950129509, 0.9999945759773254], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1376], "max": [1376], "mean": [1376.0], "std": [0.0], "count": [263]}, "index": {"min": [440434], "max": [440696], "mean": [440565.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1377, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4100108313466988]], [[0.3808941464891621]], [[0.34708659811580883]]], "std": [[[0.2637473743529807]], [[0.2430110239980103]], [[0.2259747502025981]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.543629696116728]], [[0.5023313628552006]], [[0.44823237460267307]]], "std": [[[0.28683785519908034]], [[0.25932877395251075]], [[0.22875332204198387]]], "count": [100]}, "state": {"min": [-0.21279481053352356, 0.004743700381368399, 0.9742955565452576, 3.066072940826416, -0.023387949913740158, -0.18673144280910492, 0.005277262069284916, -0.04000397026538849], "max": [0.13130763173103333, 0.24821841716766357, 1.3632572889328003, 3.3263185024261475, 0.22303037345409393, 0.10858439654111862, 0.03994661569595337, -0.002380209043622017], "mean": [0.044752366840839386, 0.07853410392999649, 1.1764647960662842, 3.1733438968658447, 0.06852522492408752, -0.044292159378528595, 0.021788906306028366, -0.021513469517230988], "std": [0.0795489251613617, 0.08488494902849197, 0.11641791462898254, 0.07994184643030167, 0.06269867718219757, 0.08461929857730865, 0.016801048070192337, 0.017012866213917732], "count": [263]}, "actions": {"min": [-0.8560670018196106, -0.2780936062335968, -0.971610963344574, -0.10579268634319305, -0.14847934246063232, -0.18728409707546234, -1.0], "max": [0.7997010946273804, 0.7515720725059509, 1.238997220993042, 0.1412520706653595, 0.16049285233020782, 0.15078593790531158, 1.0], "mean": [0.06419110298156738, 0.06387382000684738, -0.011468769051134586, 0.0032821735367178917, -0.004745664540678263, 0.0012678394559770823, 0.06463878601789474], "std": [0.2572464346885681, 0.16909939050674438, 0.2987963855266571, 0.041476957499980927, 0.05152610316872597, 0.05364520102739334, 0.9979065656661987], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1377], "max": [1377], "mean": [1377.0], "std": [0.0], "count": [263]}, "index": {"min": [440697], "max": [440959], "mean": [440828.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1378, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4093953731761259]], [[0.38096479228898594]], [[0.3478449748918122]]], "std": [[[0.2628465744284801]], [[0.24331406689163618]], [[0.22746672476213392]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.5646142063514858]], [[0.521674638935164]], [[0.46873109884823067]]], "std": [[[0.27016677201367445]], [[0.2433541292393182]], [[0.21559228454321197]]], "count": [100]}, "state": {"min": [-0.1853981763124466, -0.00795124750584364, 0.9919558763504028, 2.984999895095825, -0.2926693558692932, -0.29004430770874023, 0.00557612394914031, -0.04000754654407501], "max": [0.12165286391973495, 0.24610468745231628, 1.2840229272842407, 3.2886953353881836, 0.054354045540094376, 0.05743220075964928, 0.039896152913570404, -0.0032390772830694914], "mean": [0.02827792800962925, 0.07363967597484589, 1.1650935411453247, 3.0991694927215576, -0.10392545163631439, -0.10233614593744278, 0.02467038482427597, -0.024565357714891434], "std": [0.08429990708827972, 0.07774227857589722, 0.08761914074420929, 0.07865501940250397, 0.1124032586812973, 0.10666181147098541, 0.016453972086310387, 0.016659891232848167], "count": [291]}, "actions": {"min": [-0.6866306066513062, -0.33622315526008606, -0.7277622818946838, -0.152509406208992, -0.1579330563545227, -0.14091911911964417, -1.0], "max": [1.1171244382858276, 0.8373105525970459, 0.9427517652511597, 0.15209822356700897, 0.0898992046713829, 0.13322070240974426, 1.0], "mean": [0.03767429664731026, 0.05916332080960274, 0.021121704950928688, 0.0022415907587856054, -0.012463243678212166, -2.836458406818565e-05, -0.11340206116437912], "std": [0.22794830799102783, 0.16671861708164215, 0.22350506484508514, 0.04189877212047577, 0.03975134342908859, 0.04105144739151001, 0.993549644947052], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1378], "max": [1378], "mean": [1378.0], "std": [0.0], "count": [291]}, "index": {"min": [440960], "max": [441250], "mean": [441105.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1379, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4069168150658701]], [[0.37770204132678464]], [[0.34332051834405636]]], "std": [[[0.2653082401220971]], [[0.2440271120036647]], [[0.2264293177546029]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5413096277573529]], [[0.4991315876081878]], [[0.4454706492704504]]], "std": [[[0.2917248733648614]], [[0.26369033251390556]], [[0.2324946625834831]]], "count": [100]}, "state": {"min": [-0.2207280844449997, -0.023797117173671722, 0.9720782041549683, 3.0723304748535156, 0.04828394949436188, -0.2505066990852356, 0.005371924489736557, -0.040074869990348816], "max": [0.13286375999450684, 0.24524983763694763, 1.3801207542419434, 3.315436601638794, 0.20872685313224792, 0.10402356088161469, 0.03998541459441185, -0.003160647349432111], "mean": [0.04171295836567879, 0.07182594388723373, 1.1929734945297241, 3.161665201187134, 0.09564388543367386, -0.07245447486639023, 0.02298833429813385, -0.023071790114045143], "std": [0.08600950241088867, 0.09103649109601974, 0.11569517850875854, 0.05392907187342644, 0.041111696511507034, 0.10018008202314377, 0.01669018343091011, 0.0167507566511631], "count": [257]}, "actions": {"min": [-0.6277486681938171, -0.2498849630355835, -0.7496431469917297, -0.11538326740264893, -0.18527156114578247, -0.20579040050506592, -1.0], "max": [1.1046805381774902, 0.7203661203384399, 0.8408318161964417, 0.13786253333091736, 0.13685813546180725, 0.18878187239170074, 1.0], "mean": [0.07216277718544006, 0.07562420517206192, 0.014124120585620403, 0.004561143461614847, -0.008240532130002975, 0.004658419173210859, -0.02723735384643078], "std": [0.27430352568626404, 0.1562127321958542, 0.31297552585601807, 0.043307702988386154, 0.05348728224635124, 0.05470326915383339, 0.9996299743652344], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [1379], "max": [1379], "mean": [1379.0], "std": [0.0], "count": [257]}, "index": {"min": [441251], "max": [441507], "mean": [441379.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [257]}}} +{"episode_index": 1380, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4082560137580423]], [[0.37872662293677234]], [[0.34469858266793046]]], "std": [[[0.27725280838732286]], [[0.2544407284044691]], [[0.23544292413122273]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679843947466682]], [[0.4373593031939338]], [[0.408577018588197]]], "std": [[[0.2802252794368449]], [[0.25856319395836713]], [[0.23768868990584477]]], "count": [100]}, "state": {"min": [-0.39553239941596985, -0.0530138835310936, 0.9902758002281189, 3.025789260864258, -0.297356516122818, -0.1308305412530899, 0.0010243919678032398, -0.04000312089920044], "max": [-0.04242149740457535, 0.2193632423877716, 1.2457667589187622, 3.3601675033569336, 0.05817725881934166, 0.3533523380756378, 0.03988364711403847, -0.004663870204240084], "mean": [-0.19506943225860596, 0.07597824931144714, 1.1689786911010742, 3.1759791374206543, -0.09846654534339905, 0.09552383422851562, 0.015021356754004955, -0.01583157293498516], "std": [0.12687961757183075, 0.1046217679977417, 0.07235370576381683, 0.09251374006271362, 0.10190177708864212, 0.17253617942333221, 0.015676571056246758, 0.015377962030470371], "count": [198]}, "actions": {"min": [-1.0631027221679688, -0.6540825366973877, -0.9746077060699463, -0.28633004426956177, -0.24259716272354126, -0.19872866570949554, -1.0], "max": [0.7331883311271667, 1.03804349899292, 0.9309461116790771, 0.27069517970085144, 0.2309054732322693, 0.1967087835073471, 1.0], "mean": [-0.06010269746184349, 0.09462978690862656, -0.0957639217376709, 0.01027544867247343, 0.004570526536554098, -0.004190439358353615, 0.4545454680919647], "std": [0.30486369132995605, 0.2241286039352417, 0.24021388590335846, 0.055965837091207504, 0.06939404457807541, 0.06329578161239624, 0.8907226324081421], "count": [198]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.715694766751167], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [1380], "max": [1380], "mean": [1380.0], "std": [0.0], "count": [198]}, "index": {"min": [441508], "max": [441705], "mean": [441606.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [198]}}} +{"episode_index": 1381, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40684230609968597]], [[0.37757261747472426]], [[0.34388372204350487]]], "std": [[[0.2759497590793168]], [[0.25308752720388666]], [[0.2340313987459291]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4690071040134804]], [[0.43714109473134954]], [[0.40747076954561123]]], "std": [[[0.2806932788478134]], [[0.2587081457355575]], [[0.2373753377809398]]], "count": [100]}, "state": {"min": [-0.3353411555290222, -0.07930941134691238, 0.9917224645614624, 3.0805368423461914, -0.11273343861103058, -0.04391489923000336, 0.0010200603865087032, -0.039983853697776794], "max": [-0.033755842596292496, 0.20841044187545776, 1.2893993854522705, 3.4297828674316406, 0.12667374312877655, 0.33167728781700134, 0.04000282287597656, -0.003619222901761532], "mean": [-0.16820289194583893, 0.04817024618387222, 1.1742234230041504, 3.230957508087158, -0.005190830212086439, 0.12695136666297913, 0.02104918472468853, -0.021891998127102852], "std": [0.10792415589094162, 0.10728366672992706, 0.08307157456874847, 0.1044284924864769, 0.062367308884859085, 0.13129785656929016, 0.017555629834532738, 0.016855496913194656], "count": [255]}, "actions": {"min": [-1.1629979610443115, -0.5151162147521973, -0.669146716594696, -0.1520310938358307, -0.24748730659484863, -0.33896809816360474, -1.0], "max": [0.8181394338607788, 1.554875135421753, 1.2481746673583984, 0.2453058958053589, 0.19248861074447632, 0.19183315336704254, 1.0], "mean": [-0.03922463580965996, 0.050318457186222076, -0.047657717019319534, 0.006927771028131247, -0.0005302421632222831, -0.0021408635657280684, 0.027450980618596077], "std": [0.25089067220687866, 0.2461143285036087, 0.27948373556137085, 0.05092569813132286, 0.0567166693508625, 0.06087001413106918, 0.9996219873428345], "count": [255]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.7], "std": [7.36115932898254], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [1381], "max": [1381], "mean": [1381.0], "std": [0.0], "count": [255]}, "index": {"min": [441706], "max": [441960], "mean": [441833.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [255]}}} +{"episode_index": 1382, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4047356860590916]], [[0.3755320853439032]], [[0.34187713862400426]]], "std": [[[0.27618343509266413]], [[0.25326928008914085]], [[0.23413915509895022]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44747084613874843]], [[0.41773698335535386]], [[0.39013295012829347]]], "std": [[[0.28206533560562125]], [[0.26081351864965396]], [[0.24038886055379793]]], "count": [100]}, "state": {"min": [-0.33663028478622437, -0.0869051069021225, 0.9996269345283508, 3.0302231311798096, -0.11091677844524384, -0.074173204600811, 0.0016275870148092508, -0.04000285640358925], "max": [-0.024066006764769554, 0.2348775863647461, 1.2714247703552246, 3.3096299171447754, 0.14014849066734314, 0.3041501045227051, 0.03987607732415199, -0.0029096966609358788], "mean": [-0.1683780699968338, 0.053517669439315796, 1.1758198738098145, 3.1230316162109375, 0.004682994447648525, 0.10804788023233414, 0.017631081864237785, -0.018171723932027817], "std": [0.11607770621776581, 0.11953585594892502, 0.08526388555765152, 0.08071061968803406, 0.07167984545230865, 0.13246379792690277, 0.01714605838060379, 0.01691303588449955], "count": [183]}, "actions": {"min": [-1.1597896814346313, -1.0159960985183716, -0.8394902348518372, -0.1636294722557068, -0.209705650806427, -0.144109845161438, -1.0], "max": [0.8311365246772766, 0.9932376742362976, 1.0831058025360107, 0.16956785321235657, 0.21374604105949402, 0.20256288349628448, 1.0], "mean": [-0.04125678911805153, 0.09749248623847961, -0.07048609107732773, 0.00532302912324667, 0.004190539941191673, -0.005681993439793587, 0.20218579471111298], "std": [0.29244938492774963, 0.25677791237831116, 0.28477442264556885, 0.055237457156181335, 0.058537863194942474, 0.059806689620018005, 0.9793465733528137], "count": [183]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [1382], "max": [1382], "mean": [1382.0], "std": [0.0], "count": [183]}, "index": {"min": [441961], "max": [442143], "mean": [442052.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [183]}}} +{"episode_index": 1383, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4015766332289752]], [[0.3726364997414982]], [[0.3393546226351869]]], "std": [[[0.2762328396179686]], [[0.25330589581109225]], [[0.23401464653352907]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.441837968414905]], [[0.4114130829455806]], [[0.3837052055807675]]], "std": [[[0.28679435866090114]], [[0.2655152042032115]], [[0.24517970793908112]]], "count": [100]}, "state": {"min": [-0.2661256194114685, -0.07238060235977173, 0.9956417083740234, 3.0603253841400146, -0.01309972070157528, -0.00589763792231679, 0.0020156733226031065, -0.04000113531947136], "max": [-0.009794797748327255, 0.2279384434223175, 1.290863037109375, 3.3924477100372314, 0.38927161693573, 0.3440454304218292, 0.039932504296302795, -0.0027760439552366734], "mean": [-0.13778778910636902, 0.05033590644598007, 1.1720256805419922, 3.182340145111084, 0.11940818279981613, 0.15568304061889648, 0.020310549065470695, -0.020551644265651703], "std": [0.09347403794527054, 0.11349941790103912, 0.08814889192581177, 0.10171569883823395, 0.11274698376655579, 0.12208045274019241, 0.017560461536049843, 0.017385046929121017], "count": [202]}, "actions": {"min": [-0.7576087713241577, -0.5347775816917419, -0.763132631778717, -0.24500739574432373, -0.2641114592552185, -0.2337125986814499, -1.0], "max": [0.5184290409088135, 1.2905628681182861, 0.9381816387176514, 0.3464646637439728, 0.2431299090385437, 0.147046759724617, 1.0], "mean": [-0.032503269612789154, 0.09027376025915146, -0.0665959045290947, 0.011198357678949833, 0.009286243468523026, -0.0038583555724471807, 0.059405941516160965], "std": [0.24589259922504425, 0.23938994109630585, 0.31823062896728516, 0.0565464124083519, 0.0677284225821495, 0.05313596874475479, 0.9982346892356873], "count": [202]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [1383], "max": [1383], "mean": [1383.0], "std": [0.0], "count": [202]}, "index": {"min": [442144], "max": [442345], "mean": [442244.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [202]}}} +{"episode_index": 1384, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.406537805295458]], [[0.3770497616038603]], [[0.34314414529239434]]], "std": [[[0.27621303576290507]], [[0.25302241741592996]], [[0.23351583935943007]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4363739725748698]], [[0.4073215493594899]], [[0.3806054131002987]]], "std": [[[0.2850172336498726]], [[0.2639820106233879]], [[0.2440285460035159]]], "count": [100]}, "state": {"min": [-0.3153412938117981, -0.07888178527355194, 0.9920480847358704, 2.98504900932312, -0.026470663025975227, -0.15409281849861145, 0.00019051425624638796, -0.04000444337725639], "max": [-0.04093474894762039, 0.23150910437107086, 1.2610384225845337, 3.317770481109619, 0.2851385772228241, 0.330603688955307, 0.03990129008889198, -0.002684718696400523], "mean": [-0.16922573745250702, 0.048769962042570114, 1.1693501472473145, 3.138030529022217, 0.07392969727516174, 0.06670882552862167, 0.01718507520854473, -0.018086928874254227], "std": [0.10110489279031754, 0.10845134407281876, 0.0703917071223259, 0.08612631261348724, 0.07123962044715881, 0.15209724009037018, 0.017596090212464333, 0.01694716513156891], "count": [199]}, "actions": {"min": [-0.9593601822853088, -0.48832887411117554, -1.2504842281341553, -0.23196379840373993, -0.22822514176368713, -0.19778762757778168, -1.0], "max": [0.6155960559844971, 0.8957064747810364, 1.142680048942566, 0.3470824062824249, 0.1997496336698532, 0.23299652338027954, 1.0], "mean": [-0.023996464908123016, 0.08128349483013153, -0.051550351083278656, 0.004760726820677519, 0.005932834930717945, -0.006309088785201311, 0.2261306494474411], "std": [0.26647698879241943, 0.24128468334674835, 0.2954331934452057, 0.06256444752216339, 0.06201948598027229, 0.0654808059334755, 0.9740979075431824], "count": [199]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [1384], "max": [1384], "mean": [1384.0], "std": [0.0], "count": [199]}, "index": {"min": [442346], "max": [442544], "mean": [442445.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [199]}}} +{"episode_index": 1385, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40622185262044275]], [[0.3769254180309819]], [[0.343218620150697]]], "std": [[[0.27656762152866227]], [[0.25356849942481563]], [[0.23427654267469605]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4403811358283548]], [[0.41128847309187344]], [[0.38465253403607536]]], "std": [[[0.2817735605964606]], [[0.26081594273800357]], [[0.24085148942573517]]], "count": [100]}, "state": {"min": [-0.3004172742366791, -0.062336426228284836, 1.000555157661438, 2.9425928592681885, -0.028714042156934738, -0.05656315013766289, 0.002565124537795782, -0.0400078222155571], "max": [-0.0353873036801815, 0.21095867455005646, 1.244917631149292, 3.3723762035369873, 0.29721176624298096, 0.3545808494091034, 0.03987090662121773, -0.0022903550416231155], "mean": [-0.15481454133987427, 0.04549723118543625, 1.1535437107086182, 3.1215176582336426, 0.0740545392036438, 0.11556656658649445, 0.018232980743050575, -0.018360862508416176], "std": [0.09604188054800034, 0.10162114351987839, 0.07877787947654724, 0.1268363744020462, 0.10284510999917984, 0.13799981772899628, 0.017182238399982452, 0.01717439852654934], "count": [183]}, "actions": {"min": [-1.0406737327575684, -0.4070204496383667, -0.675657331943512, -0.1734539270401001, -0.28093525767326355, -0.22420503199100494, -1.0], "max": [0.7385499477386475, 1.2204532623291016, 1.0290940999984741, 0.2650086581707001, 0.26177293062210083, 0.23192481696605682, 1.0], "mean": [-0.04246574640274048, 0.08790792524814606, -0.06610053032636642, 0.012334956787526608, 0.009121214039623737, -0.0013508950360119343, 0.1803278625011444], "std": [0.23967023193836212, 0.23979240655899048, 0.28677961230278015, 0.05676601082086563, 0.060649573802948, 0.06838317215442657, 0.983605682849884], "count": [183]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [1385], "max": [1385], "mean": [1385.0], "std": [0.0], "count": [183]}, "index": {"min": [442545], "max": [442727], "mean": [442636.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [183]}}} +{"episode_index": 1386, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4057240612553615]], [[0.3763277450262331]], [[0.34245915491440715]]], "std": [[[0.27596751109079615]], [[0.25279160324706096]], [[0.23336798472428408]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44777343091777727]], [[0.4172854093663833]], [[0.3894430093204274]]], "std": [[[0.27952182410083753]], [[0.25806047156158873]], [[0.23742288057891714]]], "count": [100]}, "state": {"min": [-0.27943694591522217, -0.06589343398809433, 1.004962682723999, 2.9414141178131104, -0.019061150029301643, -0.00842233095318079, 0.0029766815714538097, -0.040006425231695175], "max": [-0.03544427827000618, 0.2282116711139679, 1.272568941116333, 3.301847457885742, 0.3121994733810425, 0.2944144606590271, 0.039822354912757874, -0.00291072647087276], "mean": [-0.1679309755563736, 0.05406505987048149, 1.1731981039047241, 3.103517532348633, 0.10940191894769669, 0.10495544224977493, 0.019256284460425377, -0.01958940364420414], "std": [0.09452664107084274, 0.11085039377212524, 0.08663255721330643, 0.10528572648763657, 0.09636466950178146, 0.09945252537727356, 0.01726870983839035, 0.01715037412941456], "count": [192]}, "actions": {"min": [-0.9919693470001221, -0.6004345417022705, -0.8133072257041931, -0.1488635241985321, -0.23397621512413025, -0.1780199557542801, -1.0], "max": [0.7680206298828125, 0.9448767900466919, 1.1613820791244507, 0.1995895504951477, 0.13879653811454773, 0.178874671459198, 1.0], "mean": [-0.027364714071154594, 0.08648858219385147, -0.060004521161317825, 0.006475551053881645, 0.007774789351969957, -0.0021073089446872473, 0.1145833358168602], "std": [0.2591803967952728, 0.2434196025133133, 0.31172695755958557, 0.05705765262246132, 0.05823933333158493, 0.06452703475952148, 0.9934143424034119], "count": [192]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [1386], "max": [1386], "mean": [1386.0], "std": [0.0], "count": [192]}, "index": {"min": [442728], "max": [442919], "mean": [442823.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [192]}}} +{"episode_index": 1387, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4150589994542739]], [[0.38649970798866423]], [[0.35396605428059896]]], "std": [[[0.274994173184927]], [[0.25289486812799944]], [[0.23473857346298116]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6017002862668506]], [[0.5565510445389094]], [[0.5125559973623238]]], "std": [[[0.25578526206441454]], [[0.23211987483615146]], [[0.20774567129442933]]], "count": [100]}, "state": {"min": [-0.3444303274154663, 0.0206063874065876, 0.9810054898262024, 3.012244939804077, -0.13890811800956726, -0.06561650335788727, 0.0030018649995326996, -0.040006838738918304], "max": [0.08762608468532562, 0.18364930152893066, 1.1869819164276123, 3.2751412391662598, 0.11164654046297073, 0.06434141099452972, 0.03999199718236923, -0.002528704470023513], "mean": [-0.09210717678070068, 0.15438413619995117, 1.1034497022628784, 3.132964849472046, -0.017109055072069168, -0.007760002743452787, 0.022415606305003166, -0.022366991266608238], "std": [0.1575787365436554, 0.025650810450315475, 0.06464263051748276, 0.07068618386983871, 0.0634855329990387, 0.0333813801407814, 0.018030742183327675, 0.018113646656274796], "count": [296]}, "actions": {"min": [-1.1192210912704468, -0.30400514602661133, -0.7944392561912537, -0.1669245958328247, -0.17194943130016327, -0.19506356120109558, -1.0], "max": [0.9506741166114807, 1.219710111618042, 0.9082716703414917, 0.24056895077228546, 0.1307765245437622, 0.17027223110198975, 1.0], "mean": [-0.025700921192765236, 0.03633614629507065, -0.04773247241973877, 0.004771674983203411, -0.0059374114498496056, -0.0017695727292448282, -0.04729729890823364], "std": [0.3053344786167145, 0.1913553923368454, 0.21476328372955322, 0.05919881910085678, 0.05105649679899216, 0.051080796867609024, 0.9988815188407898], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [1387], "max": [1387], "mean": [1387.0], "std": [0.0], "count": [296]}, "index": {"min": [442920], "max": [443215], "mean": [443067.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [296]}}} +{"episode_index": 1388, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4158598190008425]], [[0.3872970509248621]], [[0.3546318269617417]]], "std": [[[0.275769676920058]], [[0.2540918961316975]], [[0.23669564299834667]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6219022982728247]], [[0.577870013068704]], [[0.5351452768363204]]], "std": [[[0.23725701831305276]], [[0.2152333494131833]], [[0.19309083904276755]]], "count": [100]}, "state": {"min": [-0.3310517370700836, 0.05687352269887924, 0.982654333114624, 3.0448336601257324, -0.23790912330150604, -0.10744386166334152, 0.0026813126169145107, -0.04000266268849373], "max": [0.07628742605447769, 0.24616490304470062, 1.1765094995498657, 3.288498640060425, 0.035029903054237366, 0.17841820418834686, 0.039979979395866394, -0.00281654205173254], "mean": [-0.08952636271715164, 0.2062053680419922, 1.0878278017044067, 3.123565673828125, -0.11113756895065308, 0.03792385756969452, 0.018626675009727478, -0.018674245104193687], "std": [0.13887560367584229, 0.033021651208400726, 0.05952142924070358, 0.0580991692841053, 0.07216555625200272, 0.07544714212417603, 0.017912648618221283, 0.017826654016971588], "count": [295]}, "actions": {"min": [-0.8075168132781982, -0.3174288272857666, -0.8194395899772644, -0.12748916447162628, -0.19898095726966858, -0.19093239307403564, -1.0], "max": [0.9945572018623352, 0.9066179990768433, 0.6510841250419617, 0.12358704954385757, 0.16724970936775208, 0.1973342001438141, 1.0], "mean": [-0.03353668749332428, 0.04611508920788765, -0.06174985691905022, 0.006183655466884375, -0.005285967607051134, -0.002309984527528286, 0.20000000298023224], "std": [0.2617187798023224, 0.17963506281375885, 0.1954621523618698, 0.038234710693359375, 0.058178387582302094, 0.06048053130507469, 0.9797970652580261], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [1388], "max": [1388], "mean": [1388.0], "std": [0.0], "count": [295]}, "index": {"min": [443216], "max": [443510], "mean": [443363.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [295]}}} +{"episode_index": 1389, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41051693067363665]], [[0.38197385900160846]], [[0.34924743532666974]]], "std": [[[0.27408102434094533]], [[0.25188073801551764]], [[0.23382626561654718]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6070929409849878]], [[0.5620627220004213]], [[0.5184587282666973]]], "std": [[[0.2514656496201486]], [[0.22898570636314441]], [[0.20565158250424473]]], "count": [100]}, "state": {"min": [-0.29955074191093445, -0.01314944215118885, 0.9824826121330261, 3.0124571323394775, -0.02754545584321022, -0.037828851491212845, 0.002722420496866107, -0.04000304639339447], "max": [0.07602463662624359, 0.24675384163856506, 1.2126307487487793, 3.2831203937530518, 0.21535499393939972, 0.1480582058429718, 0.04000484570860863, -0.002875486621633172], "mean": [-0.08983924239873886, 0.1940593421459198, 1.1130805015563965, 3.1490859985351562, 0.07334467023611069, 0.0338137112557888, 0.023475514724850655, -0.023520871996879578], "std": [0.1357325166463852, 0.05745142698287964, 0.06744395196437836, 0.05258950591087341, 0.05685281753540039, 0.050424087792634964, 0.018006563186645508, 0.01790526881814003], "count": [278]}, "actions": {"min": [-1.1218355894088745, -0.40537118911743164, -0.7108407616615295, -0.15645702183246613, -0.36131957173347473, -0.232435941696167, -1.0], "max": [0.7757483720779419, 0.9548173546791077, 0.876618504524231, 0.3238801956176758, 0.1814960539340973, 0.35524702072143555, 1.0], "mean": [-0.02752016857266426, 0.06238723173737526, -0.0598345622420311, 0.004640798084437847, -0.0029987653251737356, -0.0018081152811646461, -0.09352517873048782], "std": [0.29818111658096313, 0.21762056648731232, 0.22037354111671448, 0.06121595948934555, 0.06281225383281708, 0.07032984495162964, 0.9956172704696655], "count": [278]}, "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": [1389], "max": [1389], "mean": [1389.0], "std": [0.0], "count": [278]}, "index": {"min": [443511], "max": [443788], "mean": [443649.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1390, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41614582675111056]], [[0.3873464211856618]], [[0.35449682258157167]]], "std": [[[0.27477675124699]], [[0.2527433312207548]], [[0.2348450454408873]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6151759170831419]], [[0.5707049632352942]], [[0.527125997505936]]], "std": [[[0.24572595805605163]], [[0.22274987670251944]], [[0.1993973599079996]]], "count": [100]}, "state": {"min": [-0.32100537419319153, 0.049100007861852646, 0.9879547357559204, 3.0291264057159424, -0.126823291182518, -0.10329747200012207, 0.0016066149109974504, -0.04000277444720268], "max": [0.0838259905576706, 0.24286006391048431, 1.2030348777770996, 3.2989401817321777, 0.08653035759925842, 0.22471962869167328, 0.040004048496484756, -0.0032629428897053003], "mean": [-0.07601075619459152, 0.19556428492069244, 1.1170490980148315, 3.1463751792907715, -0.013944596983492374, 0.039299722760915756, 0.02138604037463665, -0.02166171371936798], "std": [0.1448388546705246, 0.03385191410779953, 0.06673162430524826, 0.0631919577717781, 0.06379728764295578, 0.08816488087177277, 0.01796066202223301, 0.017750533297657967], "count": [298]}, "actions": {"min": [-1.0396628379821777, -0.42650106549263, -0.9396026134490967, -0.15176500380039215, -0.17984917759895325, -0.20581422746181488, -1.0], "max": [0.7069178223609924, 0.895265519618988, 0.9555418491363525, 0.18168629705905914, 0.18088917434215546, 0.16285105049610138, 1.0], "mean": [-0.0260646753013134, 0.04642191901803017, -0.04795585945248604, 0.005423810798674822, -0.004000659100711346, -0.0029314940329641104, 0.01342281885445118], "std": [0.2702077031135559, 0.1696144938468933, 0.233011856675148, 0.0467119924724102, 0.053126636892557144, 0.06038894131779671, 0.9999080896377563], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [1390], "max": [1390], "mean": [1390.0], "std": [0.0], "count": [298]}, "index": {"min": [443789], "max": [444086], "mean": [443937.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [298]}}} +{"episode_index": 1391, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4119711566999847]], [[0.383532974542356]], [[0.351184227438534]]], "std": [[[0.27524775922332795]], [[0.2530512856716532]], [[0.23477914892821639]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5857903328689874]], [[0.5419674910003063]], [[0.49941947847254137]]], "std": [[[0.2689913298106576]], [[0.24468265357812435]], [[0.22004236032726404]]], "count": [100]}, "state": {"min": [-0.3238876163959503, 0.027876155450940132, 0.9838902950286865, 3.0482211112976074, -0.09241819381713867, -0.1914149820804596, 0.003029964165762067, -0.04000653326511383], "max": [0.09344693273305893, 0.20411311089992523, 1.1969083547592163, 3.2809555530548096, 0.1318962574005127, 0.0020366800017654896, 0.04000459983944893, -0.002367103472352028], "mean": [-0.08467163145542145, 0.1592501848936081, 1.1091827154159546, 3.1600334644317627, 0.015478690154850483, -0.12486716359853745, 0.02129424922168255, -0.021098218858242035], "std": [0.14893269538879395, 0.026862742379307747, 0.06840318441390991, 0.06474184989929199, 0.05463022366166115, 0.05184684693813324, 0.017956119030714035, 0.018120720982551575], "count": [294]}, "actions": {"min": [-0.8627921342849731, -0.34285908937454224, -0.8848733901977539, -0.21078993380069733, -0.18963856995105743, -0.16817015409469604, -1.0], "max": [0.9420603513717651, 0.9314373731613159, 0.9535588026046753, 0.2117099165916443, 0.14152401685714722, 0.21548669040203094, 1.0], "mean": [-0.027260949835181236, 0.03338494151830673, -0.052818261086940765, 0.005031493026763201, -0.0009089686209335923, -0.004801544826477766, 0.013605441898107529], "std": [0.28662070631980896, 0.17619669437408447, 0.21331988275051117, 0.054123405367136, 0.05453804135322571, 0.0499899759888649, 0.9999075531959534], "count": [294]}, "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": [1391], "max": [1391], "mean": [1391.0], "std": [0.0], "count": [294]}, "index": {"min": [444087], "max": [444380], "mean": [444233.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [294]}}} +{"episode_index": 1392, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4147855655445772]], [[0.3856088047401578]], [[0.3523908763212316]]], "std": [[[0.27278033918901656]], [[0.2501711984883561]], [[0.23120594988762433]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.3482814175474877]], [[0.3223285941329657]], [[0.29727741136737895]]], "std": [[[0.2658519018307537]], [[0.2461153326925715]], [[0.22610234621868294]]], "count": [100]}, "state": {"min": [-0.2233283370733261, -0.22790560126304626, 1.138975977897644, 2.889145612716675, -0.17089742422103882, -0.18640436232089996, 0.004723812453448772, -0.03996182233095169], "max": [0.01854882761836052, 0.003910850267857313, 1.275323748588562, 3.266951322555542, 0.0689515769481659, -0.06765430420637131, 0.04000179469585419, -0.003670733654871583], "mean": [-0.07086015492677689, -0.1243027001619339, 1.2196191549301147, 3.12667179107666, -0.038778722286224365, -0.12327869236469269, 0.025623803958296776, -0.025118108838796616], "std": [0.0673309788107872, 0.06027296930551529, 0.037474241107702255, 0.09587568789720535, 0.07164246588945389, 0.038110218942165375, 0.015607823617756367, 0.01608332432806492], "count": [195]}, "actions": {"min": [-0.3003535866737366, -0.6509612202644348, -0.6532766222953796, -0.2652707099914551, -0.09854357689619064, -0.12102045118808746, -1.0], "max": [0.47960805892944336, 0.3594261705875397, 0.8418318033218384, 0.160847008228302, 0.168410986661911, 0.17979642748832703, 1.0], "mean": [0.091558538377285, -0.07946442812681198, 0.01852584071457386, -0.012817571870982647, -0.002992215333506465, -0.002053564880043268, -0.1487179547548294], "std": [0.1491304188966751, 0.18136464059352875, 0.22894929349422455, 0.05137605220079422, 0.039070434868335724, 0.04706234857439995, 0.9888791441917419], "count": [195]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [1392], "max": [1392], "mean": [1392.0], "std": [0.0], "count": [195]}, "index": {"min": [444381], "max": [444575], "mean": [444478.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [195]}}} +{"episode_index": 1393, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4125381116680071]], [[0.3833306543686811]], [[0.35014632520488664]]], "std": [[[0.2730799314422638]], [[0.2501361580201091]], [[0.23076785903973734]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.27355164591471354]], [[0.25389853743010876]], [[0.23598940980200675]]], "std": [[[0.22815935380109517]], [[0.21469868964972874]], [[0.20194237677318763]]], "count": [100]}, "state": {"min": [-0.20959661900997162, -0.23350867629051208, 1.1398364305496216, 3.0095324516296387, 0.03056255169212818, -0.1107313334941864, 0.006122865714132786, -0.03995218500494957], "max": [-0.02875938080251217, 0.015594139695167542, 1.2455885410308838, 3.2966694831848145, 0.15940336883068085, 0.012491506524384022, 0.04000343009829521, -0.0052556064911186695], "mean": [-0.08042042702436447, -0.11601003259420395, 1.1994304656982422, 3.183594226837158, 0.08982674032449722, -0.03345600515604019, 0.02646607533097267, -0.026101766154170036], "std": [0.048879723995923996, 0.05575912073254585, 0.030270371586084366, 0.06648031622171402, 0.03630165010690689, 0.03251273185014725, 0.016072040423750877, 0.016336703673005104], "count": [169]}, "actions": {"min": [-0.3205212652683258, -0.9414564371109009, -0.61564701795578, -0.11305217444896698, -0.07503676414489746, -0.10697198659181595, -1.0], "max": [0.5665378570556641, 0.29629841446876526, 0.7012084722518921, 0.15068155527114868, 0.12027126550674438, 0.09968006610870361, 1.0], "mean": [0.07227802276611328, -0.11089412868022919, 0.005841230042278767, -0.011203587055206299, 0.0013461126945912838, -0.004162197466939688, -0.17159762978553772], "std": [0.1433386355638504, 0.20399844646453857, 0.2040262520313263, 0.04210970923304558, 0.02993904985487461, 0.033749666064977646, 0.9851666688919067], "count": [169]}, "timestamp": {"min": [0.0], "max": [16.8], "mean": [8.399999999999999], "std": [4.878524367060187], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [1393], "max": [1393], "mean": [1393.0], "std": [0.0], "count": [169]}, "index": {"min": [444576], "max": [444744], "mean": [444660.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [169]}}} +{"episode_index": 1394, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.4081032242120481]], [[0.37922638657513785]], [[0.3462151148178998]]], "std": [[[0.27388748411192015]], [[0.2515569203944273]], [[0.23301475696584348]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3971278836119409]], [[0.37031954896216296]], [[0.34490814208984377]]], "std": [[[0.27482653831518616]], [[0.2548935435078261]], [[0.23564299319645263]]], "count": [100]}, "state": {"min": [-0.20888766646385193, -0.18831859529018402, 1.143371343612671, 2.8560714721679688, -0.16658563911914825, -0.022989915683865547, 0.002968457993119955, -0.03999634459614754], "max": [-0.02550514042377472, 0.006368531845510006, 1.3069287538528442, 3.234269618988037, -0.03760898485779762, 0.870102047920227, 0.03999868407845497, -0.003533659502863884], "mean": [-0.07553307712078094, -0.09009356051683426, 1.2274171113967896, 3.08508563041687, -0.1007089838385582, 0.5389809012413025, 0.024453239515423775, -0.024614844471216202], "std": [0.04942035675048828, 0.04814080148935318, 0.040542591363191605, 0.13135991990566254, 0.040644630789756775, 0.26999834179878235, 0.0173331331461668, 0.017102694138884544], "count": [211]}, "actions": {"min": [-0.37161388993263245, -1.0917116403579712, -0.6873831748962402, -0.33247244358062744, -0.1303451806306839, -0.579123318195343, -1.0], "max": [0.4026920795440674, 0.5843622088432312, 0.9779836535453796, 0.16380490362644196, 0.18513429164886475, 0.36217162013053894, 1.0], "mean": [0.061262745410203934, -0.04524744302034378, 0.01893361657857895, -0.00911015272140503, -0.007217031437903643, 0.010956988669931889, -0.15639810264110565], "std": [0.13851527869701385, 0.21622902154922485, 0.23616865277290344, 0.054231755435466766, 0.04925467073917389, 0.10223144292831421, 0.9876933693885803], "count": [211]}, "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": [1394], "max": [1394], "mean": [1394.0], "std": [0.0], "count": [211]}, "index": {"min": [444745], "max": [444955], "mean": [444850.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [211]}}} +{"episode_index": 1395, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4088740659227558]], [[0.37981508681353404]], [[0.34646009318033855]]], "std": [[[0.2744527789006357]], [[0.25167556420303533]], [[0.2327477598561219]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36842249612247246]], [[0.3441808399873621]], [[0.3220581306008732]]], "std": [[[0.2744955643282127]], [[0.2556417650782712]], [[0.23818891082902494]]], "count": [100]}, "state": {"min": [-0.2111527919769287, -0.17271727323532104, 1.1452083587646484, 2.9446966648101807, -0.029115956276655197, -0.019462160766124725, 0.0032921689562499523, -0.039933063089847565], "max": [-0.028476400300860405, 0.014225057326257229, 1.2655956745147705, 3.235910415649414, 0.1294177770614624, 0.20202448964118958, 0.04000290855765343, -0.00365866138599813], "mean": [-0.07432486861944199, -0.05447601154446602, 1.216226577758789, 3.1426119804382324, 0.03532738983631134, 0.092217355966568, 0.027240414172410965, -0.027290089055895805], "std": [0.05919608846306801, 0.05640976130962372, 0.03355468064546585, 0.08632951229810715, 0.045946307480335236, 0.07358726114034653, 0.01638287678360939, 0.01617591641843319], "count": [177]}, "actions": {"min": [-0.19175539910793304, -0.9215946793556213, -0.5672130584716797, -0.1334410309791565, -0.08794889599084854, -0.11921731382608414, -1.0], "max": [0.6215820908546448, 0.19462984800338745, 0.589492678642273, 0.09303569793701172, 0.10633082687854767, 0.15873435139656067, 1.0], "mean": [0.07822805643081665, -0.08163268119096756, 0.014098677784204483, -0.009753855876624584, 0.0021451653447002172, -9.785024303710088e-05, -0.31073445081710815], "std": [0.13941951096057892, 0.15258581936359406, 0.20245026051998138, 0.03763829171657562, 0.029995324090123177, 0.04044252261519432, 0.9504961967468262], "count": [177]}, "timestamp": {"min": [0.0], "max": [17.6], "mean": [8.799999999999999], "std": [5.109468335029259], "count": [177]}, "frame_index": {"min": [0], "max": [176], "mean": [88.0], "std": [51.094683350292584], "count": [177]}, "episode_index": {"min": [1395], "max": [1395], "mean": [1395.0], "std": [0.0], "count": [177]}, "index": {"min": [444956], "max": [445132], "mean": [445044.0], "std": [51.094683350292584], "count": [177]}, "task_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [177]}}} +{"episode_index": 1396, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4108995247635187]], [[0.38345684455422796]], [[0.3520694825415518]]], "std": [[[0.2747029695149045]], [[0.2533057453017483]], [[0.2358714142024385]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5988032076966529]], [[0.5539564173081343]], [[0.5096973972694547]]], "std": [[[0.2649432433644858]], [[0.24030878623957258]], [[0.21536471783473418]]], "count": [100]}, "state": {"min": [-0.17976099252700806, 0.02019239030778408, 0.9842695593833923, 3.035874128341675, -0.19649310410022736, -0.15852494537830353, 0.0028737604152411222, -0.04000692442059517], "max": [0.10487839579582214, 0.17567434906959534, 1.2323691844940186, 3.1649928092956543, 0.0338425412774086, 0.1272687166929245, 0.039963722229003906, -0.0015634986339136958], "mean": [0.00014653372636530548, 0.1425958275794983, 1.115407943725586, 3.1026508808135986, -0.05865687504410744, -0.046924613416194916, 0.025291357189416885, -0.025305399671196938], "std": [0.09142287075519562, 0.026371527463197708, 0.07861363142728806, 0.039126571267843246, 0.06355319917201996, 0.09024196118116379, 0.0173640213906765, 0.017423296347260475], "count": [210]}, "actions": {"min": [-0.9365938901901245, -0.34408271312713623, -0.8512313961982727, -0.1372477412223816, -0.2596610188484192, -0.19071361422538757, -1.0], "max": [1.1692317724227905, 0.9924649596214294, 0.5887578725814819, 0.22826269268989563, 0.20695596933364868, 0.24039188027381897, 1.0], "mean": [0.020590098574757576, 0.04936416447162628, -0.08065567910671234, 0.003350432962179184, -0.009106175974011421, -0.010702171362936497, -0.20000000298023224], "std": [0.2928413450717926, 0.18980754911899567, 0.24285770952701569, 0.051665037870407104, 0.06321045011281967, 0.06542587280273438, 0.9797962307929993], "count": [210]}, "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": [1396], "max": [1396], "mean": [1396.0], "std": [0.0], "count": [210]}, "index": {"min": [445133], "max": [445342], "mean": [445237.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [210]}}} +{"episode_index": 1397, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41405231789981617]], [[0.3861667283002068]], [[0.3543570903703278]]], "std": [[[0.2733166421562842]], [[0.251575916498293]], [[0.2338933475505077]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5974810467888327]], [[0.5522981058756511]], [[0.5075731159285003]]], "std": [[[0.26831840526057804]], [[0.2431335008050864]], [[0.2174972269277156]]], "count": [100]}, "state": {"min": [-0.2172829955816269, 0.05415887385606766, 0.9951041340827942, 2.941849708557129, -0.09400417655706406, -0.24971811473369598, 0.003206840483471751, -0.040010031312704086], "max": [0.11071767657995224, 0.18863053619861603, 1.1983426809310913, 3.2072296142578125, 0.10292389243841171, -0.012292732484638691, 0.03996293991804123, -0.001201970619149506], "mean": [-0.010440719313919544, 0.16167090833187103, 1.11994206905365, 3.050942897796631, 0.02660875953733921, -0.1307828575372696, 0.023073909804224968, -0.022957289591431618], "std": [0.10315649956464767, 0.021469315513968468, 0.06321565806865692, 0.07062669098377228, 0.05355967581272125, 0.06309271603822708, 0.017659587785601616, 0.01776660792529583], "count": [227]}, "actions": {"min": [-0.9115577340126038, -0.5203887224197388, -0.9112221002578735, -0.20582816004753113, -0.4180011451244354, -0.4195355176925659, -1.0], "max": [0.9856114387512207, 1.0139946937561035, 0.8742407560348511, 0.23656848073005676, 0.3341512680053711, 0.3882506191730499, 1.0], "mean": [0.021891944110393524, 0.03582954779267311, -0.07062502950429916, 0.0010899730259552598, -0.008446810767054558, -0.0016039528418332338, -0.05726872384548187], "std": [0.3203313648700714, 0.18087835609912872, 0.2476380169391632, 0.053040094673633575, 0.08253822475671768, 0.08158721774816513, 0.9983580112457275], "count": [227]}, "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": [1397], "max": [1397], "mean": [1397.0], "std": [0.0], "count": [227]}, "index": {"min": [445343], "max": [445569], "mean": [445456.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [227]}}} +{"episode_index": 1398, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40958881034103095]], [[0.38173034069584866]], [[0.34968770165536917]]], "std": [[[0.2744549482611176]], [[0.25265064166045303]], [[0.23500730664139846]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5943636905445773]], [[0.5501425200817631]], [[0.5068508234959023]]], "std": [[[0.2657414230879821]], [[0.24122072042062404]], [[0.2162174365013476]]], "count": [100]}, "state": {"min": [-0.20441699028015137, 0.003323792479932308, 0.9926185607910156, 3.037073850631714, 0.025879181921482086, -0.07429847866296768, 0.001922896015457809, -0.03994071111083031], "max": [0.10150109231472015, 0.24240222573280334, 1.1910518407821655, 3.239694356918335, 0.2972961962223053, 0.12852917611598969, 0.040006373077631, -0.003350775921717286], "mean": [0.002934208605438471, 0.18790386617183685, 1.1233031749725342, 3.1498730182647705, 0.0949791893362999, 0.03900834918022156, 0.024317055940628052, -0.02443098835647106], "std": [0.08630519360303879, 0.06040612980723381, 0.06505382061004639, 0.05885974317789078, 0.0597994402050972, 0.06517033278942108, 0.01774458773434162, 0.01757112517952919], "count": [215]}, "actions": {"min": [-0.8326991200447083, -0.5116930603981018, -1.0227982997894287, -0.121666319668293, -0.25683900713920593, -0.2280472368001938, -1.0], "max": [0.7873751521110535, 0.7478262186050415, 1.0497545003890991, 0.16303333640098572, 0.3323153853416443, 0.2727460563182831, 1.0], "mean": [0.03329825401306152, 0.08129539340734482, -0.07709816098213196, 0.000874746241606772, -0.0023775293957442045, -0.0037718419916927814, -0.14418604969978333], "std": [0.2709607779979706, 0.18056608736515045, 0.27930280566215515, 0.0461697094142437, 0.07565702497959137, 0.05897345021367073, 0.9895498156547546], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [1398], "max": [1398], "mean": [1398.0], "std": [0.0], "count": [215]}, "index": {"min": [445570], "max": [445784], "mean": [445677.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [215]}}} +{"episode_index": 1399, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41112645467122394]], [[0.3833113971785003]], [[0.35143770225375304]]], "std": [[[0.2750166227830517]], [[0.25331636753742576]], [[0.23561560750627394]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5939355139638863]], [[0.5486403832529105]], [[0.5045336441339231]]], "std": [[[0.26664858897190247]], [[0.24246214313357115]], [[0.2175879694800269]]], "count": [100]}, "state": {"min": [-0.21635274589061737, 0.00812255684286356, 0.9913730621337891, 2.9657399654388428, -0.08557644486427307, -0.2344139963388443, 0.005211931187659502, -0.04001019895076752], "max": [0.09853238612413406, 0.18168418109416962, 1.2573124170303345, 3.205165147781372, 0.0756244882941246, 0.10954874008893967, 0.03988291323184967, -0.003256605239585042], "mean": [-0.018656814470887184, 0.14683526754379272, 1.129236102104187, 3.0723843574523926, -0.036524198949337006, -0.07852236926555634, 0.02717469073832035, -0.027250897139310837], "std": [0.09110956639051437, 0.03287506476044655, 0.0914434939622879, 0.0689045712351799, 0.041748832911252975, 0.1116485744714737, 0.016003765165805817, 0.01607341691851616], "count": [206]}, "actions": {"min": [-2.1083929538726807, -0.37013930082321167, -1.1162397861480713, -0.12624500691890717, -0.30860719084739685, -0.16765046119689941, -1.0], "max": [0.7495518326759338, 1.0547447204589844, 0.8578774333000183, 0.19300809502601624, 0.18966048955917358, 0.14334636926651, 1.0], "mean": [0.023587139323353767, 0.05485882982611656, -0.0658075362443924, 0.007469033356755972, -0.010631195269525051, -0.010381127707660198, -0.27184465527534485], "std": [0.3302433490753174, 0.17154990136623383, 0.27536338567733765, 0.04682648554444313, 0.05610360950231552, 0.05218607559800148, 0.9623408913612366], "count": [206]}, "timestamp": {"min": [0.0], "max": [20.5], "mean": [10.25], "std": [5.9466377054601205], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [1399], "max": [1399], "mean": [1399.0], "std": [0.0], "count": [206]}, "index": {"min": [445785], "max": [445990], "mean": [445887.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [206]}}} +{"episode_index": 1400, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41065315695369947]], [[0.38267378264782476]], [[0.3505769868738511]]], "std": [[[0.2753386847905238]], [[0.25315297107417395]], [[0.23487109980285528]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6021464813830806]], [[0.5566611082787608]], [[0.5123573381012562]]], "std": [[[0.2597931455712536]], [[0.23565797808946146]], [[0.21097557734369612]]], "count": [100]}, "state": {"min": [-0.22644571959972382, -0.020291220396757126, 0.9876936078071594, 3.010172128677368, -0.09997302293777466, -0.16433700919151306, 0.004039802588522434, -0.040006544440984726], "max": [0.08402887731790543, 0.19009284675121307, 1.170152187347412, 3.2218425273895264, 0.10568953305482864, 0.0008549875346943736, 0.04000290855765343, -0.003518424229696393], "mean": [-0.06071655824780464, 0.14873750507831573, 1.0908507108688354, 3.123169422149658, 0.0033948516938835382, -0.09488008916378021, 0.024923870339989662, -0.02483368292450905], "std": [0.10871139168739319, 0.04044625908136368, 0.05767006799578667, 0.060973696410655975, 0.05458676815032959, 0.05082288384437561, 0.017143476754426956, 0.017261121422052383], "count": [244]}, "actions": {"min": [-1.1571729183197021, -0.34867364168167114, -0.834539532661438, -0.1871105134487152, -0.2554986774921417, -0.16840268671512604, -1.0], "max": [0.907264232635498, 1.3639534711837769, 0.9532272815704346, 0.14421524107456207, 0.16706280410289764, 0.16966767609119415, 1.0], "mean": [0.028607560321688652, 0.05418426916003227, -0.051705338060855865, 0.0043264590203762054, -0.0047281705774366856, -0.004633473232388496, -0.17213115096092224], "std": [0.29366204142570496, 0.2136528044939041, 0.19717715680599213, 0.0494924820959568, 0.061916153877973557, 0.053886495530605316, 0.9850731492042542], "count": [244]}, "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": [1400], "max": [1400], "mean": [1400.0], "std": [0.0], "count": [244]}, "index": {"min": [445991], "max": [446234], "mean": [446112.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [244]}}} +{"episode_index": 1401, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4078714593625536]], [[0.38021103024950215]], [[0.34839414648916206]]], "std": [[[0.275608619949337]], [[0.25392490298738873]], [[0.23623107120115436]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6096649379356235]], [[0.5651417266247319]], [[0.5215778844496782]]], "std": [[[0.25792755610381796]], [[0.2346321971518328]], [[0.21114581893826445]]], "count": [100]}, "state": {"min": [-0.20137596130371094, 0.05415337532758713, 0.9885209798812866, 3.136840343475342, -0.052613064646720886, -0.04526536166667938, 0.012333675287663937, -0.03996041789650917], "max": [0.08411996066570282, 0.23048418760299683, 1.2178634405136108, 3.308929443359375, 0.15677213668823242, 0.10755879431962967, 0.040021710097789764, -0.012015684507787228], "mean": [-0.011789266020059586, 0.19129148125648499, 1.1087366342544556, 3.2136499881744385, 0.020414868369698524, 0.03640623018145561, 0.03013359196484089, -0.030217884108424187], "std": [0.08434567600488663, 0.037706922739744186, 0.07830236107110977, 0.04629458114504814, 0.04948955029249191, 0.039858750998973846, 0.012276831082999706, 0.012021520175039768], "count": [185]}, "actions": {"min": [-0.9703531265258789, -0.24639961123466492, -0.9482190012931824, -0.13828472793102264, -0.15071414411067963, -0.17925353348255157, -1.0], "max": [0.8711997270584106, 1.2059966325759888, 0.5626529455184937, 0.17595528066158295, 0.20398813486099243, 0.13875816762447357, 1.0], "mean": [0.03533325344324112, 0.08105333149433136, -0.09723962098360062, 0.00520337512716651, -0.00123887718655169, -0.004771118052303791, -0.2432432472705841], "std": [0.29793569445610046, 0.18345072865486145, 0.2625327706336975, 0.05007839947938919, 0.05671154707670212, 0.057051658630371094, 0.9699655175209045], "count": [185]}, "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": [1401], "max": [1401], "mean": [1401.0], "std": [0.0], "count": [185]}, "index": {"min": [446235], "max": [446419], "mean": [446327.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [185]}}} +{"episode_index": 1402, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4090469497979856]], [[0.3812091106339997]], [[0.3490973145728018]]], "std": [[[0.27426861844707684]], [[0.252461593998876]], [[0.23486274192685516]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6230338487812117]], [[0.5764472823797487]], [[0.53100040510589]]], "std": [[[0.24967208646630654]], [[0.2267914401632587]], [[0.2031816217717636]]], "count": [100]}, "state": {"min": [-0.18698285520076752, 0.04974076524376869, 0.9838268160820007, 3.022233247756958, 0.00872794259339571, -0.03633498400449753, 0.0015015602111816406, -0.03997142240405083], "max": [0.09232977777719498, 0.26062044501304626, 1.1829564571380615, 3.22175931930542, 0.18146604299545288, 0.13053856790065765, 0.040005605667829514, -0.002982476493343711], "mean": [-0.009355313144624233, 0.20819254219532013, 1.1069273948669434, 3.1501805782318115, 0.07151893526315689, 0.06760025769472122, 0.024446317926049232, -0.024708492681384087], "std": [0.0904373750090599, 0.034795522689819336, 0.0646267980337143, 0.05372007563710213, 0.039660561829805374, 0.034261688590049744, 0.01775149442255497, 0.01740850694477558], "count": [213]}, "actions": {"min": [-0.9526684880256653, -0.5692439675331116, -1.0990066528320312, -0.17934651672840118, -0.4157068431377411, -0.679901659488678, -1.0], "max": [0.8931908011436462, 1.2255971431732178, 0.8637804388999939, 0.1298305094242096, 0.4483987092971802, 0.40028536319732666, 1.0], "mean": [0.018177859485149384, 0.07483246922492981, -0.09472358226776123, 0.00423132348805666, -0.005318830721080303, -0.0006080802413634956, -0.15492957830429077], "std": [0.3080441653728485, 0.22978579998016357, 0.27696165442466736, 0.05496205762028694, 0.08687470108270645, 0.10175589472055435, 0.9879254698753357], "count": [213]}, "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": [1402], "max": [1402], "mean": [1402.0], "std": [0.0], "count": [213]}, "index": {"min": [446420], "max": [446632], "mean": [446526.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [213]}}} +{"episode_index": 1403, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4069734939874387]], [[0.3788461190018]], [[0.3462873942057292]]], "std": [[[0.27499977477359755]], [[0.25305165455200723]], [[0.23544948889415265]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6253379313151042]], [[0.5789455374923407]], [[0.5335365863874847]]], "std": [[[0.24405103846018567]], [[0.22127041588266985]], [[0.19775923261967437]]], "count": [100]}, "state": {"min": [-0.20322272181510925, 0.04439729079604149, 0.9790103435516357, 2.9742448329925537, -0.11472654342651367, -0.000976269890088588, 0.0014969228068366647, -0.040009718388319016], "max": [0.09041609615087509, 0.25540655851364136, 1.2150503396987915, 3.2927749156951904, 0.1465781331062317, 0.07449671626091003, 0.04000645503401756, -0.0034126287791877985], "mean": [-0.030728353187441826, 0.22221426665782928, 1.1173733472824097, 3.073803424835205, -0.002213158644735813, 0.02931045927107334, 0.024552298709750175, -0.024737847968935966], "std": [0.09588850289583206, 0.039826489984989166, 0.07936197519302368, 0.083662249147892, 0.06807537376880646, 0.016793765127658844, 0.01763821952044964, 0.01733987405896187], "count": [226]}, "actions": {"min": [-1.1514266729354858, -0.3386889100074768, -1.0452739000320435, -0.2573242485523224, -0.21118122339248657, -0.1524287760257721, -1.0], "max": [1.3929202556610107, 1.1868008375167847, 0.8112043142318726, 0.14704111218452454, 0.288158118724823, 0.16483286023139954, 1.0], "mean": [0.031463123857975006, 0.05820585414767265, -0.06946101784706116, 0.0015311002498492599, -0.0013142856769263744, 0.001042644609697163, -0.16814158856868744], "std": [0.3052797019481659, 0.22197115421295166, 0.2909020781517029, 0.054579414427280426, 0.06490400433540344, 0.050419773906469345, 0.985761821269989], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [1403], "max": [1403], "mean": [1403.0], "std": [0.0], "count": [226]}, "index": {"min": [446633], "max": [446858], "mean": [446745.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [226]}}} +{"episode_index": 1404, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4108564447141161]], [[0.3820090595320159]], [[0.3491441919663373]]], "std": [[[0.2747361421565979]], [[0.2522309401089739]], [[0.23334612524681916]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3942991584329044]], [[0.3667876203948376]], [[0.3409567912980622]]], "std": [[[0.2880284211355655]], [[0.2663824338892857]], [[0.2455001659434037]]], "count": [100]}, "state": {"min": [-0.18368355929851532, -0.15350811183452606, 1.053219199180603, 2.896317481994629, -0.06089288368821144, -0.08087614178657532, 0.0036827302537858486, -0.04000958055257797], "max": [0.004878062289208174, 0.15656225383281708, 1.257512092590332, 3.2742509841918945, 0.14686822891235352, 0.25099602341651917, 0.04000574350357056, -0.004301405977457762], "mean": [-0.05443141236901283, -0.02804259955883026, 1.1772433519363403, 3.0956807136535645, 0.03058437630534172, 0.07929243892431259, 0.031010113656520844, -0.03151979669928551], "std": [0.039822664111852646, 0.08650875091552734, 0.06282494962215424, 0.09596768021583557, 0.06078843027353287, 0.0768854096531868, 0.014730052091181278, 0.013993061147630215], "count": [284]}, "actions": {"min": [-0.471102237701416, -1.4715157747268677, -0.6028707027435303, -0.19866828620433807, -0.0937250629067421, -0.10075140744447708, -1.0], "max": [0.421111524105072, 1.4308744668960571, 0.7397394180297852, 0.12607921659946442, 0.08053629845380783, 0.1286253184080124, 1.0], "mean": [0.057467199862003326, -0.03713085502386093, -0.04655823856592178, -0.008118411526083946, 0.006025916431099176, 0.000803231552708894, -0.5070422291755676], "std": [0.12810944020748138, 0.32486358284950256, 0.19748064875602722, 0.04321201145648956, 0.029115846380591393, 0.037459004670381546, 0.8619226813316345], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1404], "max": [1404], "mean": [1404.0], "std": [0.0], "count": [284]}, "index": {"min": [446859], "max": [447142], "mean": [447000.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1405, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4127990716672411]], [[0.38379886283126535]], [[0.35070107314165905]]], "std": [[[0.27444193551703344]], [[0.2517108239021005]], [[0.23267627603779648]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42306085145239736]], [[0.392193878772212]], [[0.3627162337957644]]], "std": [[[0.292486161807221]], [[0.269302197778088]], [[0.2463407096010065]]], "count": [100]}, "state": {"min": [-0.21927356719970703, -0.17647895216941833, 1.049341082572937, 2.7908918857574463, -0.015760593116283417, -0.14818178117275238, 0.0031051430851221085, -0.04001414403319359], "max": [0.019528256729245186, 0.13966092467308044, 1.2677273750305176, 3.238234281539917, 0.22818148136138916, 0.19448450207710266, 0.0399419404566288, -0.0038193895015865564], "mean": [-0.04775652289390564, -0.027146652340888977, 1.1793760061264038, 3.034716844558716, 0.07481925934553146, 0.008589276112616062, 0.031159942969679832, -0.03160320594906807], "std": [0.05790615826845169, 0.08527780324220657, 0.06426678597927094, 0.11662765592336655, 0.07148059457540512, 0.08595070242881775, 0.01477095391601324, 0.01439714152365923], "count": [292]}, "actions": {"min": [-0.32773101329803467, -1.3151596784591675, -0.8966267108917236, -0.14637982845306396, -0.09579519927501678, -0.14204318821430206, -1.0], "max": [0.7600005865097046, 1.5933326482772827, 0.746128499507904, 0.18018847703933716, 0.18555685877799988, 0.1622200906276703, 1.0], "mean": [0.06640537828207016, -0.044256407767534256, -0.03990490734577179, -0.010142158716917038, 0.005072820466011763, 0.00037749961484223604, -0.5410959124565125], "std": [0.15125203132629395, 0.3597913086414337, 0.24088925123214722, 0.05041046813130379, 0.03757515177130699, 0.043107032775878906, 0.8409590125083923], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [1405], "max": [1405], "mean": [1405.0], "std": [0.0], "count": [292]}, "index": {"min": [447143], "max": [447434], "mean": [447288.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [292]}}} +{"episode_index": 1406, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40988750981349575]], [[0.3812284515979243]], [[0.34855810546875]]], "std": [[[0.2743161873925889]], [[0.25176340156958665]], [[0.23280928156991007]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39801292329676013]], [[0.36974071487725946]], [[0.3429387943043428]]], "std": [[[0.29020812692948916]], [[0.2678266190106877]], [[0.24591056783043208]]], "count": [100]}, "state": {"min": [-0.20322102308273315, -0.18130610883235931, 1.050244688987732, 2.8167779445648193, -0.003940821625292301, -0.1185917779803276, 0.0026428657583892345, -0.04001352936029434], "max": [0.02034210041165352, 0.13710901141166687, 1.2639240026474, 3.2475688457489014, 0.2101476788520813, 0.24254584312438965, 0.039999332278966904, -0.0035823911894112825], "mean": [-0.04431596025824547, -0.029572486877441406, 1.1783815622329712, 3.078528642654419, 0.08035833388566971, 0.0656055361032486, 0.031052639707922935, -0.031272098422050476], "std": [0.04869912564754486, 0.08863478899002075, 0.06313780695199966, 0.10608166456222534, 0.06822319328784943, 0.098823182284832, 0.014940892346203327, 0.014823393896222115], "count": [282]}, "actions": {"min": [-0.2891559898853302, -1.397050380706787, -0.6633303761482239, -0.1617148369550705, -0.11561816185712814, -0.09811645746231079, -1.0], "max": [0.5775271654129028, 1.5171757936477661, 0.8651499152183533, 0.131919726729393, 0.12110801041126251, 0.08930249512195587, 1.0], "mean": [0.0639025866985321, -0.039775047451257706, -0.04404367879033089, -0.010421610437333584, 0.005852811969816685, -0.0003597911854740232, -0.5319148898124695], "std": [0.1195540800690651, 0.34539639949798584, 0.21344824135303497, 0.04430985450744629, 0.032356634736061096, 0.03321182355284691, 0.8467968106269836], "count": [282]}, "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": [1406], "max": [1406], "mean": [1406.0], "std": [0.0], "count": [282]}, "index": {"min": [447435], "max": [447716], "mean": [447575.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [282]}}} +{"episode_index": 1407, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4149062332452512]], [[0.38589258351045497]], [[0.35286861584233303]]], "std": [[[0.27274552511643374]], [[0.25006205680958843]], [[0.2310688711445995]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.403370496562883]], [[0.37257266235351566]], [[0.34217995437921267]]], "std": [[[0.28282928611564956]], [[0.2602089088669785]], [[0.23692904112245222]]], "count": [100]}, "state": {"min": [-0.18058346211910248, -0.23341208696365356, 1.0537676811218262, 2.7890894412994385, -0.03563867136836052, -0.23976394534111023, 0.0033123549073934555, -0.040011730045080185], "max": [0.0319390706717968, 0.16562168300151825, 1.2930938005447388, 3.220665216445923, 0.17923051118850708, -0.03399685025215149, 0.04000149294734001, -0.0016682500718161464], "mean": [-0.03986366465687752, -0.07509428262710571, 1.2037402391433716, 2.9776721000671387, 0.05092963948845863, -0.14024418592453003, 0.03129123896360397, -0.031430792063474655], "std": [0.04582774639129639, 0.11846770346164703, 0.07617135345935822, 0.11355341970920563, 0.06846995651721954, 0.05709191784262657, 0.014734945259988308, 0.01491456851363182], "count": [302]}, "actions": {"min": [-0.42532649636268616, -1.4650958776474, -0.7852730751037598, -0.16465315222740173, -0.10259769856929779, -0.11723951250314713, -1.0], "max": [0.7499427795410156, 1.888947606086731, 0.8371297121047974, 0.22682757675647736, 0.08892950415611267, 0.13097910583019257, 1.0], "mean": [0.057781320065259933, -0.014114019460976124, -0.04086975008249283, -0.004365415778011084, 0.004550032317638397, -0.0028292573988437653, -0.5364238619804382], "std": [0.1335817277431488, 0.3769374489784241, 0.22833850979804993, 0.0485297292470932, 0.02885853499174118, 0.033629465848207474, 0.8439491391181946], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [1407], "max": [1407], "mean": [1407.0], "std": [0.0], "count": [302]}, "index": {"min": [447717], "max": [448018], "mean": [447867.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [302]}}} +{"episode_index": 1408, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41092089065850945]], [[0.38214928181966146]], [[0.34928168143478094]]], "std": [[[0.2743431129372629]], [[0.2518564378181726]], [[0.23310896852121418]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4387964447619868]], [[0.40638079893822765]], [[0.37505057121725643]]], "std": [[[0.29392352907576513]], [[0.26976339034137725]], [[0.24555550270339874]]], "count": [100]}, "state": {"min": [-0.20430836081504822, -0.1653030514717102, 1.0446441173553467, 2.7333319187164307, -0.0652441754937172, -0.18257692456245422, 0.0028700341936200857, -0.04001634195446968], "max": [0.024813611060380936, 0.1462831199169159, 1.289144515991211, 3.177375555038452, 0.12359990179538727, 0.22704970836639404, 0.03995422646403313, -0.0037059723399579525], "mean": [-0.05582842230796814, -0.017030609771609306, 1.1916964054107666, 3.039001226425171, 0.018740378320217133, 0.03915280103683472, 0.031840261071920395, -0.03230384737253189], "std": [0.06440309435129166, 0.09105852991342545, 0.07273007929325104, 0.09543897956609726, 0.05547622963786125, 0.12568838894367218, 0.014354049228131771, 0.01413875911384821], "count": [350]}, "actions": {"min": [-0.36398544907569885, -1.1640461683273315, -0.8052436709403992, -0.16888763010501862, -0.09506028890609741, -0.22487403452396393, -1.0], "max": [0.7396267056465149, 1.1655642986297607, 0.8561381101608276, 0.2330322563648224, 0.10968487709760666, 0.21304990351200104, 1.0], "mean": [0.05475257337093353, -0.034537047147750854, -0.03448933735489845, -0.007928578183054924, 0.0036689999978989363, -0.0003483436012174934, -0.5828571319580078], "std": [0.14179690182209015, 0.28374311327934265, 0.22051897644996643, 0.04799690097570419, 0.03353213146328926, 0.05319245532155037, 0.8125754594802856], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [1408], "max": [1408], "mean": [1408.0], "std": [0.0], "count": [350]}, "index": {"min": [448019], "max": [448368], "mean": [448193.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [350]}}} +{"episode_index": 1409, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41012008248123466]], [[0.38119524607938876]], [[0.3482782868030025]]], "std": [[[0.2743229541819483]], [[0.2515105054885603]], [[0.23230915560732182]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39905039708754597]], [[0.36997615559895836]], [[0.34240009921204806]]], "std": [[[0.2944609596630487]], [[0.2722369526680487]], [[0.25041766882395056]]], "count": [100]}, "state": {"min": [-0.20607630908489227, -0.14035992324352264, 1.047881007194519, 2.73956298828125, 0.04592816159129143, -0.15620695054531097, 0.0031144029926508665, -0.040015809237957], "max": [0.016035450622439384, 0.16338375210762024, 1.2810832262039185, 3.2192928791046143, 0.2695983052253723, 0.08050502836704254, 0.0400032214820385, -0.0037089998368173838], "mean": [-0.037071339786052704, -0.013942019082605839, 1.1836310625076294, 3.0544066429138184, 0.1307060867547989, -0.005975233390927315, 0.03021996282041073, -0.030620457604527473], "std": [0.0433339886367321, 0.09047621488571167, 0.06940880417823792, 0.10421911627054214, 0.0706321969628334, 0.050842203199863434, 0.015412230975925922, 0.015116493217647076], "count": [302]}, "actions": {"min": [-0.4018290340900421, -2.393333911895752, -0.9644069075584412, -0.3022235929965973, -0.10642138868570328, -0.1241825744509697, -1.0], "max": [0.6366144418716431, 1.4352377653121948, 0.805416464805603, 0.14751029014587402, 0.13366691768169403, 0.12205726653337479, 1.0], "mean": [0.05631774663925171, -0.049496907740831375, -0.05264778435230255, -0.010761766694486141, 0.005671296268701553, -0.0019277977989986539, -0.4834437072277069], "std": [0.14896529912948608, 0.3591872751712799, 0.2356782704591751, 0.04993567243218422, 0.03634674474596977, 0.03731515258550644, 0.8753757476806641], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [1409], "max": [1409], "mean": [1409.0], "std": [0.0], "count": [302]}, "index": {"min": [448369], "max": [448670], "mean": [448519.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [302]}}} +{"episode_index": 1410, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40391483501359526]], [[0.37524593338311885]], [[0.34221412568933823]]], "std": [[[0.27554180982065923]], [[0.25309295067839993]], [[0.2344666607608749]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4304908136106005]], [[0.40286835195503984]], [[0.3771637746773514]]], "std": [[[0.28557468863082935]], [[0.2645890750466685]], [[0.2448015299758753]]], "count": [100]}, "state": {"min": [-0.18280845880508423, -0.04562061280012131, 0.9939917325973511, 3.015408515930176, -0.09132123738527298, -0.042051248252391815, 0.002461519092321396, -0.04000529646873474], "max": [-0.029147671535611153, 0.2122437208890915, 1.2676416635513306, 3.220639944076538, 0.10989321023225784, 0.15538758039474487, 0.04001965373754501, -0.0027721133083105087], "mean": [-0.08924618363380432, 0.04851120710372925, 1.1760765314102173, 3.0993216037750244, 0.009619347751140594, 0.060412537306547165, 0.018932882696390152, -0.019141940400004387], "std": [0.042196061462163925, 0.104982390999794, 0.07900587469339371, 0.06703098863363266, 0.05409475043416023, 0.06286982446908951, 0.017517516389489174, 0.017507044598460197], "count": [199]}, "actions": {"min": [-0.4401152431964874, -0.3400007486343384, -0.9487272500991821, -0.1850738674402237, -0.13200342655181885, -0.14928434789180756, -1.0], "max": [0.7090089917182922, 1.4793912172317505, 0.9004670977592468, 0.18803353607654572, 0.12482288479804993, 0.13797527551651, 1.0], "mean": [0.025371838361024857, 0.08764715492725372, -0.0769151970744133, 0.007538990117609501, 0.004887525457888842, -0.003781502367928624, 0.13567839562892914], "std": [0.18059857189655304, 0.24312660098075867, 0.2813727855682373, 0.042464569211006165, 0.04293623939156532, 0.04755977913737297, 0.990753710269928], "count": [199]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [1410], "max": [1410], "mean": [1410.0], "std": [0.0], "count": [199]}, "index": {"min": [448671], "max": [448869], "mean": [448770.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [199]}}} +{"episode_index": 1411, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4046129162358303]], [[0.3757835364248238]], [[0.34237267168830426]]], "std": [[[0.27594346815430454]], [[0.2532824739904737]], [[0.2344979102764731]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4523802454331342]], [[0.42125005924000464]], [[0.3917868772020527]]], "std": [[[0.28606765644258936]], [[0.2633565855761868]], [[0.24132568726420428]]], "count": [100]}, "state": {"min": [-0.18729433417320251, -0.08246798813343048, 1.0151405334472656, 2.988534688949585, -0.08636652678251266, -0.009555951692163944, 0.002297657076269388, -0.04000743106007576], "max": [-0.017648188397288322, 0.22708861529827118, 1.293991208076477, 3.27551531791687, 0.15393146872520447, 0.3380165696144104, 0.03989451378583908, -0.003190770745277405], "mean": [-0.087816022336483, 0.03223699703812599, 1.2043355703353882, 3.0957531929016113, 0.006307701114565134, 0.1476559042930603, 0.020764224231243134, -0.021029070019721985], "std": [0.04411609470844269, 0.11532136797904968, 0.0826805979013443, 0.0867697075009346, 0.06618673354387283, 0.12412505596876144, 0.017687983810901642, 0.017616545781493187], "count": [210]}, "actions": {"min": [-0.4275183081626892, -0.4002656936645508, -0.8968473076820374, -0.12667274475097656, -0.14190469682216644, -0.19513288140296936, -1.0], "max": [0.4126690626144409, 1.2485321760177612, 0.8593923449516296, 0.14826416969299316, 0.1204693615436554, 0.22078895568847656, 1.0], "mean": [0.03888219967484474, 0.10088535398244858, -0.05866098776459694, 0.007052194327116013, 0.005406443495303392, 0.001227667205967009, 0.03809523954987526], "std": [0.14993926882743835, 0.23779448866844177, 0.27250009775161743, 0.044205717742443085, 0.04442530497908592, 0.057169359177351, 0.9992745518684387], "count": [210]}, "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": [1411], "max": [1411], "mean": [1411.0], "std": [0.0], "count": [210]}, "index": {"min": [448870], "max": [449079], "mean": [448974.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [210]}}} +{"episode_index": 1412, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40347088144339766]], [[0.3747240456973805]], [[0.3414812412635953]]], "std": [[[0.27644805850909193]], [[0.25401750946782525]], [[0.23551632623825358]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46984662822648593]], [[0.43706641881606156]], [[0.4058785693598728]]], "std": [[[0.28700551320525547]], [[0.2639980645342571]], [[0.24145981130219865]]], "count": [100]}, "state": {"min": [-0.1800069659948349, -0.06894085556268692, 1.0027107000350952, 2.8917593955993652, -0.17223748564720154, -0.0049417526461184025, 0.0022352044470608234, -0.04001149535179138], "max": [-0.034121073782444, 0.2248600274324417, 1.298241138458252, 3.1844635009765625, 0.11219783872365952, 0.4423508942127228, 0.039878491312265396, -0.004556115251034498], "mean": [-0.08698424696922302, 0.04911334812641144, 1.2027732133865356, 3.0517830848693848, -0.053364917635917664, 0.18049177527427673, 0.020663028582930565, -0.02118765003979206], "std": [0.033952198922634125, 0.10673099756240845, 0.0882541611790657, 0.07760809361934662, 0.07341764122247696, 0.1590830683708191, 0.01696052774786949, 0.01670081540942192], "count": [241]}, "actions": {"min": [-0.3895919919013977, -0.3715345859527588, -0.9733920097351074, -0.12130406498908997, -0.14216050505638123, -0.2782708704471588, -1.0], "max": [0.5957327485084534, 1.3040661811828613, 1.0150960683822632, 0.1766413003206253, 0.14038583636283875, 0.71607506275177, 1.0], "mean": [0.030839834362268448, 0.0705544650554657, -0.05142951011657715, 0.005504729226231575, 0.0031754947267472744, 0.001032923930324614, 0.08713693171739578], "std": [0.13679185509681702, 0.21734678745269775, 0.270579069852829, 0.042696114629507065, 0.04088246822357178, 0.07422502338886261, 0.9961952567100525], "count": [241]}, "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": [1412], "max": [1412], "mean": [1412.0], "std": [0.0], "count": [241]}, "index": {"min": [449080], "max": [449320], "mean": [449200.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [241]}}} +{"episode_index": 1413, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40537238925111063]], [[0.3765916999368107]], [[0.343370252422258]]], "std": [[[0.2757051067384522]], [[0.2532913392049298]], [[0.2347818642742682]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46447074381510417]], [[0.4347743709788603]], [[0.40675436999751075]]], "std": [[[0.2879315145509864]], [[0.2655189141403946]], [[0.2443300408729012]]], "count": [100]}, "state": {"min": [-0.1968141794204712, -0.04621938243508339, 0.992628812789917, 3.0612943172454834, -0.14585453271865845, -0.008966932073235512, 0.017227211967110634, -0.040006693452596664], "max": [-0.018519895151257515, 0.25570589303970337, 1.2897638082504272, 3.2628188133239746, 0.12478984892368317, 0.06436362117528915, 0.039916761219501495, -0.018314935266971588], "mean": [-0.08039170503616333, 0.08524640649557114, 1.177432894706726, 3.1559627056121826, 0.0018249086569994688, 0.02998797781765461, 0.02637646347284317, -0.02818765491247177], "std": [0.04629996791481972, 0.11969886720180511, 0.07858729362487793, 0.05903276801109314, 0.07196197658777237, 0.01583104208111763, 0.010030177421867847, 0.009028063155710697], "count": [222]}, "actions": {"min": [-0.4040104150772095, -0.44308018684387207, -0.8955448865890503, -0.1224895641207695, -0.13048486411571503, -0.12075161188840866, -1.0], "max": [0.6766670942306519, 1.4348925352096558, 0.902734637260437, 0.14991676807403564, 0.13758991658687592, 0.15617558360099792, 1.0], "mean": [0.028465164825320244, 0.07575729489326477, -0.09018450230360031, 0.0036301258951425552, 0.0038459040224552155, -0.001410315278917551, 0.29729729890823364], "std": [0.1827506721019745, 0.24189697206020355, 0.25988179445266724, 0.03919675946235657, 0.044930025935173035, 0.0403762087225914, 0.9547847509384155], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [1413], "max": [1413], "mean": [1413.0], "std": [0.0], "count": [222]}, "index": {"min": [449321], "max": [449542], "mean": [449431.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [222]}}} +{"episode_index": 1414, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41346468398150277]], [[0.3847998812806373]], [[0.3519915915096507]]], "std": [[[0.273811266023105]], [[0.25162491194769876]], [[0.23355455082247126]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5555170611213235]], [[0.5142354808134192]], [[0.47301993934780945]]], "std": [[[0.27729467982724376]], [[0.25234411139132273]], [[0.22707496569488975]]], "count": [100]}, "state": {"min": [-0.22301064431667328, -0.21614181995391846, 0.9893079400062561, 2.7529377937316895, -0.0541362427175045, -0.1829187273979187, 0.0030053129885345697, -0.04000764712691307], "max": [0.1021026000380516, 0.258258193731308, 1.3197580575942993, 3.2222084999084473, 0.08649761229753494, 0.07385637611150742, 0.040002163499593735, -0.001995241967961192], "mean": [-0.023273246362805367, 0.1087944433093071, 1.186765193939209, 3.065920352935791, 0.009911103174090385, -0.0742790549993515, 0.02296113595366478, -0.02288166992366314], "std": [0.09915385395288467, 0.14824770390987396, 0.0922057032585144, 0.1075078472495079, 0.04002666845917702, 0.06959376484155655, 0.01780540496110916, 0.01781381107866764], "count": [297]}, "actions": {"min": [-0.723121702671051, -1.1544344425201416, -0.7906882166862488, -0.20299088954925537, -0.1689194142818451, -0.1583336740732193, -1.0], "max": [0.872085452079773, 1.08056640625, 1.2167290449142456, 0.22279682755470276, 0.14332576096057892, 0.17054058611392975, 1.0], "mean": [0.03531866520643234, -0.05718551203608513, -0.005441216751933098, -0.009152431041002274, -0.004105997271835804, -0.005611762870103121, -0.07070706784725189], "std": [0.21051214635372162, 0.333692342042923, 0.26598477363586426, 0.05498088151216507, 0.04103047028183937, 0.05393729731440544, 0.9974967241287231], "count": [297]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.573602898820697], "count": [297]}, "frame_index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "episode_index": {"min": [1414], "max": [1414], "mean": [1414.0], "std": [0.0], "count": [297]}, "index": {"min": [449543], "max": [449839], "mean": [449691.0], "std": [85.73602898820698], "count": [297]}, "task_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [297]}}} +{"episode_index": 1415, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41719800702263327]], [[0.38827820063572305]], [[0.35537638107000613]]], "std": [[[0.27419197274992435]], [[0.25196558161864696]], [[0.23374419265369242]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5726882689232919]], [[0.5314529436896829]], [[0.49071068857230393]]], "std": [[[0.2716317943378582]], [[0.24782864758894377]], [[0.22401491909361482]]], "count": [100]}, "state": {"min": [-0.23899070918560028, -0.17721514403820038, 0.9919540286064148, 2.93591046333313, -0.0698026642203331, -0.06799566000699997, 0.002876715501770377, -0.039968281984329224], "max": [0.07744915038347244, 0.2318010777235031, 1.2965857982635498, 3.2590088844299316, 0.16880004107952118, 0.23015537858009338, 0.04000617191195488, -0.0030838907696306705], "mean": [-0.028742803260684013, 0.11652069538831711, 1.1707370281219482, 3.1462130546569824, 0.038790881633758545, 0.0587177537381649, 0.022723425179719925, -0.02284308709204197], "std": [0.09121309220790863, 0.13286146521568298, 0.08660820871591568, 0.08037453144788742, 0.05465586483478546, 0.08809497952461243, 0.018047329038381577, 0.017827244475483894], "count": [302]}, "actions": {"min": [-0.5491779446601868, -1.6008626222610474, -0.6385257840156555, -0.3570828139781952, -0.19488906860351562, -0.17850419878959656, -1.0], "max": [0.9244096875190735, 0.7719828486442566, 1.2924970388412476, 0.12320294976234436, 0.1651495397090912, 0.19093066453933716, 1.0], "mean": [0.048505399376153946, -0.05820391699671745, 0.0156514011323452, -0.0061791688203811646, -0.003372815204784274, -0.002097811084240675, -0.07284767925739288], "std": [0.20418265461921692, 0.28281307220458984, 0.2500888705253601, 0.052884358912706375, 0.04912900924682617, 0.05358491465449333, 0.9973430037498474], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [1415], "max": [1415], "mean": [1415.0], "std": [0.0], "count": [302]}, "index": {"min": [449840], "max": [450141], "mean": [449990.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [302]}}} +{"episode_index": 1416, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41791714298023896]], [[0.38879793653301165]], [[0.35563358621036306]]], "std": [[[0.2736395026100337]], [[0.2513245072061285]], [[0.23316564263593076]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5391508645450368]], [[0.4991254069010417]], [[0.45923352170458026]]], "std": [[[0.2793220675443172]], [[0.2544826789237268]], [[0.22931532691870507]]], "count": [100]}, "state": {"min": [-0.22273704409599304, -0.22640150785446167, 0.9860559701919556, 2.7384495735168457, -0.0733116939663887, -0.12519435584545135, 0.00253848172724247, -0.04000687599182129], "max": [0.09601598978042603, 0.22808924317359924, 1.3265509605407715, 3.1996171474456787, 0.1173335462808609, 0.0846402496099472, 0.03997556492686272, -0.0030741849914193153], "mean": [-0.03454180434346199, 0.07750754058361053, 1.196380376815796, 3.0409791469573975, 0.007067891303449869, -0.05849585309624672, 0.023012055084109306, -0.023173104971647263], "std": [0.09430530667304993, 0.15397441387176514, 0.09174379706382751, 0.1196979358792305, 0.05202258378267288, 0.05671318992972374, 0.01799747720360756, 0.017904261127114296], "count": [312]}, "actions": {"min": [-0.9816685318946838, -1.1375762224197388, -0.9916972517967224, -0.358223557472229, -0.2840670943260193, -0.1732204109430313, -1.0], "max": [0.9798934459686279, 1.0817055702209473, 1.1826263666152954, 0.17621803283691406, 0.22195138037204742, 0.18060314655303955, 1.0], "mean": [0.024281494319438934, -0.04355372115969658, 0.012497478164732456, -0.00579271512106061, -0.0037492953706532717, -0.002343900501728058, -0.09615384787321091], "std": [0.24318957328796387, 0.3004421889781952, 0.26500287652015686, 0.058530621230602264, 0.04846892133355141, 0.053163088858127594, 0.9953654408454895], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [1416], "max": [1416], "mean": [1416.0], "std": [0.0], "count": [312]}, "index": {"min": [450142], "max": [450453], "mean": [450297.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [312]}}} +{"episode_index": 1417, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41420115452186734]], [[0.3856111408308441]], [[0.3529297299852558]]], "std": [[[0.27480644696014445]], [[0.2529526916103094]], [[0.2353303739908473]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5832346053777956]], [[0.5414477150112974]], [[0.500014497644761]]], "std": [[[0.2649495028160266]], [[0.24141174259618042]], [[0.21796126515949574]]], "count": [100]}, "state": {"min": [-0.20882560312747955, -0.16560706496238708, 0.989118218421936, 2.931572914123535, -0.12512235343456268, -0.1193038821220398, 0.002958818571642041, -0.03995874896645546], "max": [0.08934905380010605, 0.2764923870563507, 1.3058511018753052, 3.2580952644348145, 0.07019604742527008, 0.15108469128608704, 0.04000859335064888, -0.0019298159750178456], "mean": [-0.021760685369372368, 0.1253737062215805, 1.1778231859207153, 3.1347756385803223, -0.04653240367770195, 8.154338138410822e-05, 0.022493429481983185, -0.022194480523467064], "std": [0.09596996754407883, 0.1419895440340042, 0.09207920730113983, 0.0763615220785141, 0.0558452270925045, 0.0754389837384224, 0.017740778625011444, 0.017955439165234566], "count": [296]}, "actions": {"min": [-0.6106730699539185, -0.9364767074584961, -0.7261968851089478, -0.272577702999115, -0.15322518348693848, -0.16574890911579132, -1.0], "max": [1.0031242370605469, 1.1138572692871094, 1.228122591972351, 0.15239059925079346, 0.1268472671508789, 0.2052302211523056, 1.0], "mean": [0.044417619705200195, -0.041222698986530304, 0.0004892383585684001, -0.0028258569072932005, -0.0038545832503587008, -0.0014862760435789824, -0.04054053872823715], "std": [0.20305359363555908, 0.3010796010494232, 0.24749648571014404, 0.04616071283817291, 0.04352586716413498, 0.05139801278710365, 0.9991769790649414], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [1417], "max": [1417], "mean": [1417.0], "std": [0.0], "count": [296]}, "index": {"min": [450454], "max": [450749], "mean": [450601.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [296]}}} +{"episode_index": 1418, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4784301745844823]], [[0.4382195979099648]], [[0.39543952612783395]]], "std": [[[0.2540958900593131]], [[0.2354610971019296]], [[0.22141263721871382]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[0.9254901960784314]], [[0.9294117647058824]]], "mean": [[[0.48881757848403035]], [[0.45364270318723193]], [[0.4126502051259957]]], "std": [[[0.23293619975943708]], [[0.21366263628313484]], [[0.2039048425807469]]], "count": [100]}, "state": {"min": [-0.24568791687488556, -0.20213213562965393, 1.1405614614486694, 2.5055124759674072, -0.9255152940750122, -1.459656000137329, 0.011999214068055153, -0.04001544415950775], "max": [-0.016508186236023903, 0.185933917760849, 1.3442326784133911, 3.2462286949157715, 0.17902587354183197, 0.4199964106082916, 0.040005315095186234, -0.009133740328252316], "mean": [-0.14644216001033783, 0.08804807811975479, 1.2394075393676758, 2.9521937370300293, -0.5239420533180237, -0.3726228177547455, 0.02591949701309204, -0.026005158200860023], "std": [0.06867027282714844, 0.09226994961500168, 0.07114197313785553, 0.18439772725105286, 0.312747597694397, 0.6040263772010803, 0.012458543293178082, 0.012560421600937843], "count": [448]}, "actions": {"min": [-0.5619181990623474, -0.795956552028656, -0.5435748100280762, -0.18107736110687256, -0.5321357250213623, -0.551490068435669, -1.0], "max": [0.5533673763275146, 0.636916995048523, 0.7790307998657227, 0.24816472828388214, 0.21606679260730743, 0.20910827815532684, 1.0], "mean": [0.04105151817202568, -0.025636017322540283, 0.01773420348763466, -0.0033562539611011744, -0.008490406908094883, -0.03235110267996788, 0.1294642835855484], "std": [0.15296733379364014, 0.19690725207328796, 0.14787976443767548, 0.06587926298379898, 0.07957082241773605, 0.07042322307825089, 0.9915874600410461], "count": [448]}, "timestamp": {"min": [0.0], "max": [44.7], "mean": [22.35], "std": [12.932613811600499], "count": [448]}, "frame_index": {"min": [0], "max": [447], "mean": [223.5], "std": [129.32613811600498], "count": [448]}, "episode_index": {"min": [1418], "max": [1418], "mean": [1418.0], "std": [0.0], "count": [448]}, "index": {"min": [450750], "max": [451197], "mean": [450973.5], "std": [129.32613811600498], "count": [448]}, "task_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [448]}}} +{"episode_index": 1419, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47813407389322915]], [[0.4379388780780867]], [[0.39515422327378213]]], "std": [[[0.25505005522636254]], [[0.23648905267901105]], [[0.22249766402730772]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.9176470588235294]], [[0.9215686274509803]]], "mean": [[[0.4599587127087163]], [[0.4280705997242647]], [[0.3869189046223958]]], "std": [[[0.21376930068248154]], [[0.19829699657216407]], [[0.19136713440496775]]], "count": [100]}, "state": {"min": [-0.21206441521644592, -0.2331569939851761, 1.151631236076355, 2.7676916122436523, -1.183630347251892, -1.6451482772827148, 0.011341247707605362, -0.04000840708613396], "max": [0.005200501065701246, 0.20732234418392181, 1.3677033185958862, 3.7023823261260986, -0.03167552873492241, 0.12326464056968689, 0.039926331490278244, -0.009064722806215286], "mean": [-0.1130763441324234, 0.08568631112575531, 1.2501996755599976, 3.2477052211761475, -0.6824332475662231, -0.6658008098602295, 0.022573575377464294, -0.02213369868695736], "std": [0.068809874355793, 0.11496807634830475, 0.067658431828022, 0.24136102199554443, 0.3045275807380676, 0.6760014891624451, 0.01307703834027052, 0.013484027236700058], "count": [413]}, "actions": {"min": [-0.5613501667976379, -0.8239197134971619, -1.0728638172149658, -0.2245410531759262, -0.6024366617202759, -0.4142371416091919, -1.0], "max": [1.2788759469985962, 0.9416857957839966, 0.6033222675323486, 0.5449818968772888, 0.3115752041339874, 0.22274084389209747, 1.0], "mean": [0.03834352269768715, -0.04770525544881821, -0.0036136943381279707, -0.002388116205111146, -0.0062428428791463375, -0.030373699963092804, 0.2881355881690979], "std": [0.14977052807807922, 0.20013491809368134, 0.17196565866470337, 0.0783177986741066, 0.0772920474410057, 0.06795145571231842, 0.9575868844985962], "count": [413]}, "timestamp": {"min": [0.0], "max": [41.2], "mean": [20.599999999999998], "std": [11.922248110151038], "count": [413]}, "frame_index": {"min": [0], "max": [412], "mean": [206.0], "std": [119.22248110151038], "count": [413]}, "episode_index": {"min": [1419], "max": [1419], "mean": [1419.0], "std": [0.0], "count": [413]}, "index": {"min": [451198], "max": [451610], "mean": [451404.0], "std": [119.22248110151038], "count": [413]}, "task_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [413]}}} +{"episode_index": 1420, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47689172962850057]], [[0.436687351434908]], [[0.393807099449174]]], "std": [[[0.25538953825008015]], [[0.2366641224901765]], [[0.22258197913528152]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[0.9137254901960784]], [[0.9176470588235294]]], "mean": [[[0.47567499361091903]], [[0.4417097319401345]], [[0.4014013481103108]]], "std": [[[0.22749848745585496]], [[0.2112117056649358]], [[0.20385754997893923]]], "count": [101]}, "state": {"min": [-0.25693705677986145, -0.15694259107112885, 1.138723373413086, 2.9889538288116455, -0.9018968343734741, -1.553547739982605, 0.012669292278587818, -0.040009673684835434], "max": [-0.08266809582710266, 0.18004000186920166, 1.2851930856704712, 3.7921695709228516, 0.12696677446365356, 0.34963804483413696, 0.040009431540966034, -0.014828145503997803], "mean": [-0.17297053337097168, 0.06553679704666138, 1.2079989910125732, 3.368227958679199, -0.5088931322097778, -0.4147668480873108, 0.02797616645693779, -0.02772892639040947], "std": [0.05515656992793083, 0.09288109838962555, 0.04380035772919655, 0.23442818224430084, 0.3245764970779419, 0.6861817836761475, 0.011861773207783699, 0.012049362063407898], "count": [473]}, "actions": {"min": [-0.6723365783691406, -0.5508229732513428, -0.3585929572582245, -0.2908763885498047, -0.519173800945282, -0.357754111289978, -1.0], "max": [0.7337865233421326, 0.6505140662193298, 0.7128201723098755, 0.5107040405273438, 0.3322639763355255, 0.2516513168811798, 1.0], "mean": [0.034277673810720444, 0.011765585280954838, 0.025879157707095146, 0.0023516924120485783, -0.008717581629753113, -0.030991606414318085, 0.014799154363572598], "std": [0.14968174695968628, 0.16041339933872223, 0.13304536044597626, 0.07671459764242172, 0.08236640691757202, 0.081502765417099, 0.9998880624771118], "count": [473]}, "timestamp": {"min": [0.0], "max": [47.2], "mean": [23.6], "std": [13.654303350958628], "count": [473]}, "frame_index": {"min": [0], "max": [472], "mean": [236.0], "std": [136.54303350958628], "count": [473]}, "episode_index": {"min": [1420], "max": [1420], "mean": [1420.0], "std": [0.0], "count": [473]}, "index": {"min": [451611], "max": [452083], "mean": [451847.0], "std": [136.54303350958628], "count": [473]}, "task_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [473]}}} +{"episode_index": 1421, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4754777670467601]], [[0.4359143251905254]], [[0.39370275101007196]]], "std": [[[0.25249305402635136]], [[0.23350569596946932]], [[0.21921387234735323]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9254901960784314]], [[0.9294117647058824]]], "mean": [[[0.5868681353400735]], [[0.5306296877393535]], [[0.47288271616019456]]], "std": [[[0.25507680121020243]], [[0.23294915815707967]], [[0.2117122167168054]]], "count": [100]}, "state": {"min": [-0.18630100786685944, -0.25500765442848206, 1.0254077911376953, 3.0406317710876465, -0.26891037821769714, -0.786274790763855, 0.007453355472534895, -0.040005721151828766], "max": [0.106501005589962, 0.06565836071968079, 1.3657346963882446, 3.436762809753418, 0.29276275634765625, 0.07796795666217804, 0.039940379559993744, -0.0072372895665466785], "mean": [-0.0016985834809020162, -0.023762565106153488, 1.2407050132751465, 3.1742398738861084, 0.022985035553574562, -0.13445624709129333, 0.021808143705129623, -0.021817699074745178], "std": [0.07970457524061203, 0.07288002967834473, 0.09905736148357391, 0.1297626793384552, 0.14293068647384644, 0.2407398223876953, 0.015809066593647003, 0.015918485820293427], "count": [413]}, "actions": {"min": [-0.5000969767570496, -0.8136653304100037, -0.8476077318191528, -0.17491556704044342, -0.16315743327140808, -0.19827410578727722, -1.0], "max": [1.8320311307907104, 1.1542540788650513, 1.268925428390503, 0.21648350358009338, 0.17861850559711456, 0.1317194104194641, 1.0], "mean": [0.025134829804301262, -0.05212903395295143, 0.022139931097626686, 0.0033996300771832466, 0.0021443073637783527, -0.014513833448290825, 0.1476997584104538], "std": [0.20749999582767487, 0.19129230082035065, 0.21333077549934387, 0.05333564803004265, 0.04722224920988083, 0.054162994027137756, 0.9890305995941162], "count": [413]}, "timestamp": {"min": [0.0], "max": [41.2], "mean": [20.599999999999998], "std": [11.922248110151038], "count": [413]}, "frame_index": {"min": [0], "max": [412], "mean": [206.0], "std": [119.22248110151038], "count": [413]}, "episode_index": {"min": [1421], "max": [1421], "mean": [1421.0], "std": [0.0], "count": [413]}, "index": {"min": [452084], "max": [452496], "mean": [452290.0], "std": [119.22248110151038], "count": [413]}, "task_index": {"min": [209], "max": [209], "mean": [209.0], "std": [0.0], "count": [413]}}} +{"episode_index": 1422, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47491609401328894]], [[0.43508711811140477]], [[0.3925547024595971]]], "std": [[[0.25475616248585803]], [[0.23565461754306574]], [[0.22112254867151435]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9254901960784314]], [[0.9294117647058824]]], "mean": [[[0.60016642073089]], [[0.5425920254576441]], [[0.4839519324209176]]], "std": [[[0.24973675064657969]], [[0.22928013364626423]], [[0.2083276615214089]]], "count": [100]}, "state": {"min": [-0.10950221866369247, -0.19735923409461975, 1.0244886875152588, 3.0197384357452393, -0.2483540177345276, -0.8020889163017273, 0.005399444606155157, -0.040005821734666824], "max": [0.09630618989467621, 0.06811824440956116, 1.4563910961151123, 3.513730049133301, 0.24536235630512238, -0.00031256701913662255, 0.039912160485982895, -0.006972622126340866], "mean": [0.009190714918076992, -0.016526920720934868, 1.2676470279693604, 3.180353879928589, -0.01820308342576027, -0.25944310426712036, 0.020442768931388855, -0.020418794825673103], "std": [0.06377827376127243, 0.0791751965880394, 0.13556648790836334, 0.16973412036895752, 0.15123847126960754, 0.25687694549560547, 0.015780318528413773, 0.015878064557909966], "count": [412]}, "actions": {"min": [-0.4956531226634979, -0.6910245418548584, -0.5135834217071533, -0.21578386425971985, -0.1276319921016693, -0.19009645283222198, -1.0], "max": [0.5944267511367798, 0.33975592255592346, 1.025413990020752, 0.43457135558128357, 0.23484665155410767, 0.15159158408641815, 1.0], "mean": [0.021588392555713654, -0.03813658282160759, 0.00917011871933937, 0.0071310242637991905, 0.006523452699184418, -0.011751201935112476, 0.223300963640213], "std": [0.14354075491428375, 0.13460873067378998, 0.23028631508350372, 0.05786878988146782, 0.04275091364979744, 0.04887726157903671, 0.9747518301010132], "count": [412]}, "timestamp": {"min": [0.0], "max": [41.1], "mean": [20.55], "std": [11.893380511864573], "count": [412]}, "frame_index": {"min": [0], "max": [411], "mean": [205.5], "std": [118.93380511864572], "count": [412]}, "episode_index": {"min": [1422], "max": [1422], "mean": [1422.0], "std": [0.0], "count": [412]}, "index": {"min": [452497], "max": [452908], "mean": [452702.5], "std": [118.93380511864572], "count": [412]}, "task_index": {"min": [209], "max": [209], "mean": [209.0], "std": [0.0], "count": [412]}}} +{"episode_index": 1423, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.477945537146106]], [[0.43887871561016306]], [[0.39731410952469387]]], "std": [[[0.25323018652560186]], [[0.23485721478387026]], [[0.22111790139314236]]], "count": [159]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[0.9098039215686274]], [[0.9137254901960784]]], "mean": [[[0.5096498309441333]], [[0.46765332228453244]], [[0.4198804212977816]]], "std": [[[0.22079451844980577]], [[0.19911508614439763]], [[0.18434799637635588]]], "count": [159]}, "state": {"min": [-0.23636379837989807, -0.2501792907714844, 1.1144391298294067, 2.5205790996551514, -0.9873411655426025, -1.2049779891967773, 0.007423012051731348, -0.04002506285905838], "max": [0.09231984615325928, 0.16594459116458893, 1.326221227645874, 3.5719854831695557, 0.13042202591896057, 1.205441951751709, 0.039960477501153946, -0.005211969837546349], "mean": [-0.07119513303041458, -0.0025122545193880796, 1.2290515899658203, 2.991248846054077, -0.4889184236526489, -0.31104931235313416, 0.0269611869007349, -0.026865828782320023], "std": [0.0956943929195404, 0.12526585161685944, 0.05199301615357399, 0.3057610094547272, 0.28689461946487427, 0.7398027777671814, 0.01542147807776928, 0.0158232394605875], "count": [865]}, "actions": {"min": [-0.7518908977508545, -0.7492457628250122, -0.3843056261539459, -0.14824780821800232, -0.4547722637653351, -0.3707871437072754, -1.0], "max": [0.455401211977005, 0.7469948530197144, 0.4607548117637634, 0.3364085257053375, 0.23839923739433289, 0.45286673307418823, 1.0], "mean": [0.0169798843562603, 0.0196636114269495, 0.002360090846195817, 0.004097229801118374, -0.001753413351252675, 0.007350184489041567, -0.20693641901016235], "std": [0.13993752002716064, 0.19897130131721497, 0.11250557750463486, 0.05797803774476051, 0.06742648780345917, 0.08263712376356125, 0.9783565998077393], "count": [865]}, "timestamp": {"min": [0.0], "max": [86.4], "mean": [43.2], "std": [24.97038245602177], "count": [865]}, "frame_index": {"min": [0], "max": [864], "mean": [432.0], "std": [249.70382456021773], "count": [865]}, "episode_index": {"min": [1423], "max": [1423], "mean": [1423.0], "std": [0.0], "count": [865]}, "index": {"min": [452909], "max": [453773], "mean": [453341.0], "std": [249.70382456021773], "count": [865]}, "task_index": {"min": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [865]}}} +{"episode_index": 1424, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4806545735581976]], [[0.441505690702075]], [[0.3997128827310881]]], "std": [[[0.2549825427908825]], [[0.23712649802792382]], [[0.22412787923525365]]], "count": [151]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[0.9215686274509803]], [[0.9254901960784314]]], "mean": [[[0.5015548236462036]], [[0.46280943619525367]], [[0.41784049017895913]]], "std": [[[0.23694066441014303]], [[0.2170513441808637]], [[0.2042644144898903]]], "count": [151]}, "state": {"min": [-0.2219150811433792, -0.21716105937957764, 1.0989643335342407, 1.7754935026168823, -0.9907070398330688, -1.382773995399475, 0.01174807921051979, -0.040031176060438156], "max": [0.09842852503061295, 0.22150813043117523, 1.3733232021331787, 3.4260525703430176, 0.20358946919441223, 1.126979112625122, 0.03998752683401108, -0.009566336870193481], "mean": [-0.06141609326004982, 0.05006881430745125, 1.2359176874160767, 2.8133509159088135, -0.4559875428676605, -0.1599636673927307, 0.02940385974943638, -0.02946648746728897], "std": [0.08938856422901154, 0.11563780158758163, 0.06413400173187256, 0.39832520484924316, 0.355025976896286, 0.7894546389579773, 0.01299099437892437, 0.013370177708566189], "count": [808]}, "actions": {"min": [-0.7115453481674194, -1.0993759632110596, -0.8884016275405884, -0.20700135827064514, -0.35236844420433044, -0.4062998592853546, -1.0], "max": [0.8315691351890564, 1.0905811786651611, 0.678641676902771, 0.3302554786205292, 0.4105774462223053, 0.45702052116394043, 1.0], "mean": [0.008078031241893768, 0.007903724908828735, -0.023343950510025024, 0.008405456319451332, 0.003372747916728258, 0.010095743462443352, -0.26237624883651733], "std": [0.17997415363788605, 0.26179641485214233, 0.16057945787906647, 0.08110234886407852, 0.07016237080097198, 0.10279103368520737, 0.9649608135223389], "count": [808]}, "timestamp": {"min": [0.0], "max": [80.7], "mean": [40.35], "std": [23.32493301169373], "count": [808]}, "frame_index": {"min": [0], "max": [807], "mean": [403.5], "std": [233.2493301169373], "count": [808]}, "episode_index": {"min": [1424], "max": [1424], "mean": [1424.0], "std": [0.0], "count": [808]}, "index": {"min": [453774], "max": [454581], "mean": [454177.5], "std": [233.2493301169373], "count": [808]}, "task_index": {"min": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [808]}}} +{"episode_index": 1425, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47938939652631246]], [[0.4393714717263446]], [[0.39680755497243186]]], "std": [[[0.2543123943631595]], [[0.23598975406096112]], [[0.22231790426141682]]], "count": [142]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9215686274509803]], [[0.9254901960784314]]], "mean": [[[0.5082079263985798]], [[0.46618454160692946]], [[0.4184147271949328]]], "std": [[[0.221880804532625]], [[0.20110828179671877]], [[0.1883177563733059]]], "count": [142]}, "state": {"min": [-0.19842290878295898, -0.23275625705718994, 1.0697424411773682, 2.758582830429077, -0.9753344058990479, -1.207640528678894, 0.006938871927559376, -0.04001620411872864], "max": [-0.007351516280323267, 0.17209063470363617, 1.2969366312026978, 3.533742904663086, -0.021308043971657753, 0.8554867506027222, 0.04021013528108597, -0.0072480374947190285], "mean": [-0.09316575527191162, 0.0014299938920885324, 1.2269614934921265, 3.0644190311431885, -0.559760570526123, -0.23742663860321045, 0.026772571727633476, -0.026818832382559776], "std": [0.04834196716547012, 0.12334011495113373, 0.05271314084529877, 0.19151443243026733, 0.27440425753593445, 0.6550920605659485, 0.015556329861283302, 0.015410898253321648], "count": [745]}, "actions": {"min": [-0.35183316469192505, -0.693571150302887, -0.52918940782547, -0.2874266505241394, -0.5397213101387024, -0.3515446186065674, -1.0], "max": [0.8319483995437622, 0.7875566482543945, 0.7776783108711243, 0.40320461988449097, 0.2822110652923584, 0.26689180731773376, 1.0], "mean": [0.009907764382660389, 0.01636575348675251, -0.018715590238571167, 0.005142086185514927, 0.001700089080259204, 0.004581492859870195, -0.19194631278514862], "std": [0.12147492170333862, 0.19076091051101685, 0.13115538656711578, 0.06166098639369011, 0.06567567586898804, 0.07438386976718903, 0.9814069867134094], "count": [745]}, "timestamp": {"min": [0.0], "max": [74.4], "mean": [37.199999999999996], "std": [21.506278153134726], "count": [745]}, "frame_index": {"min": [0], "max": [744], "mean": [372.0], "std": [215.06278153134727], "count": [745]}, "episode_index": {"min": [1425], "max": [1425], "mean": [1425.0], "std": [0.0], "count": [745]}, "index": {"min": [454582], "max": [455326], "mean": [454954.0], "std": [215.06278153134727], "count": [745]}, "task_index": {"min": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [745]}}} +{"episode_index": 1426, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4734397170122932]], [[0.4341044850068934]], [[0.39214239142922797]]], "std": [[[0.25292434534370123]], [[0.23372932582827033]], [[0.2192207323842884]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9372549019607843]], [[0.9411764705882353]]], "mean": [[[0.6017667499617034]], [[0.5479406193751915]], [[0.49488459329044115]]], "std": [[[0.2626692014077659]], [[0.24479026615291685]], [[0.22662657918185974]]], "count": [100]}, "state": {"min": [-0.19549725949764252, -0.03087433986365795, 1.027066946029663, 3.0453386306762695, -0.12224362790584564, -0.13764995336532593, 0.007515197619795799, -0.04000776261091232], "max": [0.11099883168935776, 0.1496420055627823, 1.388648509979248, 3.1589126586914062, 0.21862342953681946, 0.024105241522192955, 0.039938800036907196, -0.007572331465780735], "mean": [-0.003638695226982236, 0.055108144879341125, 1.219891905784607, 3.096226930618286, 0.043694790452718735, -0.08023956418037415, 0.022528229281306267, -0.022600723430514336], "std": [0.093614861369133, 0.04517718404531479, 0.11172262579202652, 0.023746028542518616, 0.08438414335250854, 0.04003455862402916, 0.015988683328032494, 0.015998370945453644], "count": [384]}, "actions": {"min": [-0.5298137068748474, -0.44298139214515686, -0.45208409428596497, -0.15397217869758606, -0.1557060331106186, -0.11694544553756714, -1.0], "max": [0.7573615908622742, 0.40695446729660034, 0.9466453790664673, 0.13810281455516815, 0.09949202835559845, 0.1921142339706421, 1.0], "mean": [0.012441570870578289, 0.026097752153873444, 0.009102335199713707, -4.54431283287704e-05, 0.0005872144247405231, -0.0019417195580899715, 0.0989583358168602], "std": [0.17707155644893646, 0.11092273145914078, 0.20643463730812073, 0.03448302671313286, 0.03706847503781319, 0.04002411663532257, 0.9950937032699585], "count": [384]}, "timestamp": {"min": [0.0], "max": [38.3], "mean": [19.150000000000002], "std": [11.085087580468937], "count": [384]}, "frame_index": {"min": [0], "max": [383], "mean": [191.5], "std": [110.85087580468937], "count": [384]}, "episode_index": {"min": [1426], "max": [1426], "mean": [1426.0], "std": [0.0], "count": [384]}, "index": {"min": [455327], "max": [455710], "mean": [455518.5], "std": [110.85087580468937], "count": [384]}, "task_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [384]}}} +{"episode_index": 1427, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47301318838082107]], [[0.4330809601428462]], [[0.3904900967467065]]], "std": [[[0.25394512214879683]], [[0.23452899570746086]], [[0.21976202812557402]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9294117647058824]], [[0.9333333333333333]]], "mean": [[[0.5979311379825367]], [[0.5428374208936504]], [[0.48839589975394454]]], "std": [[[0.2582977786370928]], [[0.23929010344838048]], [[0.22118693193652603]]], "count": [100]}, "state": {"min": [-0.2198459655046463, -0.038651201874017715, 1.0252923965454102, 2.949880838394165, -0.18844667077064514, -0.16603568196296692, 0.007343234959989786, -0.0400068573653698], "max": [0.09521259367465973, 0.14669613540172577, 1.3892815113067627, 3.124433755874634, 0.12482873350381851, 0.13608983159065247, 0.03991154953837395, -0.00765992933884263], "mean": [-0.03325081244111061, 0.04477586969733238, 1.2385921478271484, 3.03955340385437, -0.030119046568870544, -0.04861439764499664, 0.020669948309659958, -0.020919132977724075], "std": [0.1054815873503685, 0.04019181802868843, 0.10913816094398499, 0.03540895879268646, 0.09081751853227615, 0.07661598920822144, 0.01573987491428852, 0.015656400471925735], "count": [313]}, "actions": {"min": [-0.608656644821167, -0.4956806004047394, -0.5898538827896118, -0.1663256287574768, -0.20192809402942657, -0.4219110608100891, -1.0], "max": [0.6523318290710449, 0.5197362303733826, 1.197506308555603, 0.1539965569972992, 0.16632840037345886, 0.29263970255851746, 1.0], "mean": [0.008168661035597324, 0.03753242269158363, 0.005377897527068853, 0.0030753365717828274, -0.0024251877330243587, -0.0036492510698735714, 0.21405750513076782], "std": [0.2372807264328003, 0.14343476295471191, 0.27389368414878845, 0.045816581696271896, 0.0558069571852684, 0.06546838581562042, 0.9768214821815491], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [1427], "max": [1427], "mean": [1427.0], "std": [0.0], "count": [313]}, "index": {"min": [455711], "max": [456023], "mean": [455867.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [313]}}} +{"episode_index": 1428, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4750442863913143]], [[0.43508124557195926]], [[0.3924381085564108]]], "std": [[[0.25387932679741204]], [[0.23484582057414502]], [[0.22058063315087098]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9215686274509803]], [[0.9254901960784314]]], "mean": [[[0.6093869126263787]], [[0.5548997491574754]], [[0.5008048011929381]]], "std": [[[0.2483417520025742]], [[0.2300994857954641]], [[0.21268778178624823]]], "count": [100]}, "state": {"min": [-0.22786195576190948, -0.034192707389593124, 1.0253914594650269, 2.976430892944336, -0.2639051377773285, -0.17963187396526337, 0.007558148819953203, -0.04000862315297127], "max": [0.11755724251270294, 0.16240409016609192, 1.3868790864944458, 3.152219533920288, 0.09986718744039536, 0.0986580178141594, 0.03995928540825844, -0.00766732869669795], "mean": [-0.0301933865994215, 0.04640825837850571, 1.2322783470153809, 3.066335678100586, -0.08894119411706924, -0.047128114849328995, 0.021906143054366112, -0.022132446989417076], "std": [0.11956698447465897, 0.050401393324136734, 0.09945029765367508, 0.041754938662052155, 0.09512417763471603, 0.07369573414325714, 0.01584482379257679, 0.01574135571718216], "count": [365]}, "actions": {"min": [-0.5519227385520935, -0.2822515666484833, -0.6220859289169312, -0.11643974483013153, -0.16639897227287292, -0.13672330975532532, -1.0], "max": [0.6991721391677856, 0.4543127715587616, 1.084372639656067, 0.20421358942985535, 0.10888289660215378, 0.14297960698604584, 1.0], "mean": [0.011393708176910877, 0.02672388032078743, 0.008843655698001385, 0.0001093657556339167, -0.004984966013580561, -0.0013722924049943686, 0.13972602784633636], "std": [0.21751205623149872, 0.12286759912967682, 0.2369568943977356, 0.04285625368356705, 0.04817942529916763, 0.04859794303774834, 0.9901920557022095], "count": [365]}, "timestamp": {"min": [0.0], "max": [36.4], "mean": [18.2], "std": [10.536602868097479], "count": [365]}, "frame_index": {"min": [0], "max": [364], "mean": [182.0], "std": [105.36602868097478], "count": [365]}, "episode_index": {"min": [1428], "max": [1428], "mean": [1428.0], "std": [0.0], "count": [365]}, "index": {"min": [456024], "max": [456388], "mean": [456206.0], "std": [105.36602868097478], "count": [365]}, "task_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [365]}}} +{"episode_index": 1429, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47633863082586547]], [[0.43617874983245253]], [[0.3932909521963082]]], "std": [[[0.2542174147354041]], [[0.23516872172600814]], [[0.220826768775508]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9294117647058824]], [[0.9333333333333333]]], "mean": [[[0.6017928484748392]], [[0.5461401857862286]], [[0.4908237885119868]]], "std": [[[0.2462119988518057]], [[0.22727704723891434]], [[0.20843890093938372]]], "count": [100]}, "state": {"min": [-0.247094064950943, -0.03514144942164421, 1.0312682390213013, 2.9569027423858643, -0.34129056334495544, -0.11312728375196457, 0.007343688048422337, -0.04000704735517502], "max": [0.08566572517156601, 0.12429530173540115, 1.3668289184570312, 3.1892740726470947, 0.08095423877239227, 0.07275912165641785, 0.039915937930345535, -0.007537306752055883], "mean": [-0.04849599301815033, 0.03134217485785484, 1.2239934206008911, 3.0510706901550293, -0.12934087216854095, -0.043750982731580734, 0.020703719928860664, -0.020924394950270653], "std": [0.11483973264694214, 0.036606885492801666, 0.0985497385263443, 0.05127837881445885, 0.12907914817333221, 0.05282096564769745, 0.01571294479072094, 0.015643201768398285], "count": [293]}, "actions": {"min": [-0.795561671257019, -0.3199213147163391, -0.6863227486610413, -0.18309415876865387, -0.19523675739765167, -0.20310255885124207, -1.0], "max": [0.7012805938720703, 0.6765926480293274, 0.9512227773666382, 0.2311994880437851, 0.2028498649597168, 0.1509668380022049, 1.0], "mean": [0.00766595546156168, 0.0334915965795517, 0.01842968724668026, 0.0031408576760441065, -0.0037665623240172863, -0.000527115713339299, 0.21501706540584564], "std": [0.2527245581150055, 0.15075066685676575, 0.24904106557369232, 0.04853447899222374, 0.05633710324764252, 0.050918709486722946, 0.9766106605529785], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [1429], "max": [1429], "mean": [1429.0], "std": [0.0], "count": [293]}, "index": {"min": [456389], "max": [456681], "mean": [456535.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [293]}}} +{"episode_index": 1430, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47257704551547186]], [[0.4326855462766161]], [[0.3900950999540441]]], "std": [[[0.253587298641031]], [[0.23393305058707944]], [[0.218852278510836]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9411764705882353]], [[0.9450980392156862]]], "mean": [[[0.5777289733886719]], [[0.524455851835363]], [[0.47216463694852945]]], "std": [[[0.2739740059452563]], [[0.25413049306218155]], [[0.2339493377427818]]], "count": [100]}, "state": {"min": [-0.201588436961174, -0.030188512057065964, 1.026151180267334, 2.9999146461486816, 0.01724667102098465, -0.14891409873962402, 0.007394584361463785, -0.04000444710254669], "max": [0.10684745758771896, 0.11996296048164368, 1.3807276487350464, 3.1832776069641113, 0.27943065762519836, 0.037809792906045914, 0.039973072707653046, -0.007575523108243942], "mean": [-0.014825642108917236, 0.0372486338019371, 1.2232613563537598, 3.0994296073913574, 0.12804436683654785, -0.060979630798101425, 0.022242767736315727, -0.022346818819642067], "std": [0.10164323449134827, 0.038076214492321014, 0.09981877356767654, 0.046625323593616486, 0.05555584654211998, 0.039291057735681534, 0.015985511243343353, 0.015968628227710724], "count": [406]}, "actions": {"min": [-0.5652914643287659, -0.4081094563007355, -0.5756847262382507, -0.13335435092449188, -0.10388423502445221, -0.15409813821315765, -1.0], "max": [0.6474193930625916, 0.5087431073188782, 0.6080567240715027, 0.14996258914470673, 0.19234852492809296, 0.13785213232040405, 1.0], "mean": [0.01297619380056858, 0.01790946163237095, 0.013827887363731861, 0.001940865651704371, 0.00020246948406565934, -0.003021347802132368, 0.11330049484968185], "std": [0.1689177304506302, 0.12360329180955887, 0.1917550265789032, 0.03426608070731163, 0.03648597374558449, 0.037405505776405334, 0.9935587048530579], "count": [406]}, "timestamp": {"min": [0.0], "max": [40.5], "mean": [20.25], "std": [11.720174913370533], "count": [406]}, "frame_index": {"min": [0], "max": [405], "mean": [202.5], "std": [117.20174913370533], "count": [406]}, "episode_index": {"min": [1430], "max": [1430], "mean": [1430.0], "std": [0.0], "count": [406]}, "index": {"min": [456682], "max": [457087], "mean": [456884.5], "std": [117.20174913370533], "count": [406]}, "task_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [406]}}} +{"episode_index": 1431, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4792864020852482]], [[0.4394010799632353]], [[0.39687818818933823]]], "std": [[[0.2526769945220219]], [[0.23399446547983954]], [[0.2199390676195738]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9254901960784314]], [[0.9294117647058824]]], "mean": [[[0.6125646212708716]], [[0.558386515897863]], [[0.5043427028282016]]], "std": [[[0.24777975016519044]], [[0.22883601175878412]], [[0.20981962033171617]]], "count": [100]}, "state": {"min": [-0.19991138577461243, 0.0035338858142495155, 1.024181604385376, 3.0348494052886963, -0.26599594950675964, -0.10739286243915558, 0.007443654350936413, -0.040004242211580276], "max": [0.11208312958478928, 0.13556213676929474, 1.3632434606552124, 3.175006628036499, 0.05907167121767998, 0.07475118339061737, 0.03998146951198578, -0.007571857422590256], "mean": [-0.01183274295181036, 0.05090589448809624, 1.216928482055664, 3.1064462661743164, -0.09983072429895401, -0.03797173127532005, 0.02189948782324791, -0.021975809708237648], "std": [0.10550056397914886, 0.026850901544094086, 0.09895576536655426, 0.03340199962258339, 0.10378272086381912, 0.048712149262428284, 0.015965281054377556, 0.015947740525007248], "count": [344]}, "actions": {"min": [-0.6769164204597473, -0.32358333468437195, -0.4722876250743866, -0.13803891837596893, -0.1442592442035675, -0.15068946778774261, -1.0], "max": [0.5220670104026794, 0.4811132848262787, 0.8046504855155945, 0.14040398597717285, 0.15461599826812744, 0.20578454434871674, 1.0], "mean": [0.00481755705550313, 0.029429003596305847, 0.006873155944049358, 0.001367179211229086, -0.003095218213275075, -5.1324957894394174e-05, 0.13953489065170288], "std": [0.20120921730995178, 0.11039429157972336, 0.2136543244123459, 0.04052943363785744, 0.04595359414815903, 0.04678492993116379, 0.990215003490448], "count": [344]}, "timestamp": {"min": [0.0], "max": [34.3], "mean": [17.150000000000002], "std": [9.930382671377775], "count": [344]}, "frame_index": {"min": [0], "max": [343], "mean": [171.5], "std": [99.30382671377775], "count": [344]}, "episode_index": {"min": [1431], "max": [1431], "mean": [1431.0], "std": [0.0], "count": [344]}, "index": {"min": [457088], "max": [457431], "mean": [457259.5], "std": [99.30382671377775], "count": [344]}, "task_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [344]}}} +{"episode_index": 1432, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5280433307722503]], [[0.5005033270143995]], [[0.4653985164866728]]], "std": [[[0.2857285435436849]], [[0.26404381518345776]], [[0.24816488362958383]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6069390474207261]], [[0.567010394526463]], [[0.5220471275179993]]], "std": [[[0.2466902370230956]], [[0.22008652634515033]], [[0.19245560327558103]]], "count": [100]}, "state": {"min": [-0.19060321152210236, -0.02581382729113102, 0.9117757081985474, 3.0621180534362793, -0.10326196253299713, -0.0829961821436882, 0.0018496131524443626, -0.039944183081388474], "max": [0.14940506219863892, 0.20631854236125946, 1.1831568479537964, 3.232473134994507, 0.23929981887340546, 0.053028590977191925, 0.040871717035770416, -0.001719371066428721], "mean": [-0.07036542892456055, 0.15426991879940033, 1.06430184841156, 3.1841015815734863, 0.05735468864440918, -0.01935235597193241, 0.018758026883006096, -0.018541596829891205], "std": [0.13284361362457275, 0.04282965138554573, 0.08220166712999344, 0.03539184853434563, 0.08806858956813812, 0.02859249897301197, 0.01833091676235199, 0.018297480419278145], "count": [239]}, "actions": {"min": [-0.26433295011520386, -0.3731273412704468, -0.9606769680976868, -0.19615337252616882, -0.19573578238487244, -0.1446322798728943, -1.0], "max": [1.3787215948104858, 1.2643215656280518, 0.7399469614028931, 0.17564626038074493, 0.23707620799541473, 0.11452428996562958, 1.0], "mean": [0.1302383989095688, 0.05718756467103958, -0.05917472764849663, 0.0038404606748372316, 0.003606110345572233, 0.004849953576922417, 0.12133891135454178], "std": [0.23500631749629974, 0.23247283697128296, 0.28069862723350525, 0.04877791553735733, 0.06070060282945633, 0.04092780500650406, 0.9926121234893799], "count": [239]}, "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": [1432], "max": [1432], "mean": [1432.0], "std": [0.0], "count": [239]}, "index": {"min": [457432], "max": [457670], "mean": [457551.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [239]}}} +{"episode_index": 1433, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5333117544136796]], [[0.5055624623018152]], [[0.4701584335027956]]], "std": [[[0.2841677983338147]], [[0.26285489337292106]], [[0.24760216781866812]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6186244470932905]], [[0.5794923059800092]], [[0.5346883921903722]]], "std": [[[0.22919324717358686]], [[0.20303580292562917]], [[0.17576391327090407]]], "count": [100]}, "state": {"min": [-0.21289344131946564, 0.0677490085363388, 0.9130451679229736, 3.0133862495422363, -0.15586838126182556, 0.006685170810669661, 0.0021373918280005455, -0.04000641033053398], "max": [0.14870119094848633, 0.19246360659599304, 1.1924991607666016, 3.2657291889190674, 0.1528078317642212, 0.09061034768819809, 0.03988043591380119, -0.0020308061502873898], "mean": [-0.07046977430582047, 0.16902059316635132, 1.0831416845321655, 3.135068893432617, -0.01903511956334114, 0.04406093806028366, 0.018664415925741196, -0.018642349168658257], "std": [0.14336718618869781, 0.018976302817463875, 0.09021957963705063, 0.08063910156488419, 0.08715544641017914, 0.02062692493200302, 0.01666172966361046, 0.016718538478016853], "count": [292]}, "actions": {"min": [-0.15882030129432678, -0.19624461233615875, -0.7088795304298401, -0.11657622456550598, -0.19185514748096466, -0.13035425543785095, -1.0], "max": [0.7525188326835632, 0.6595763564109802, 1.0164692401885986, 0.11785534769296646, 0.1495036482810974, 0.15650221705436707, 1.0], "mean": [0.09942146390676498, 0.024430250748991966, -0.042712319642305374, 0.0029318504966795444, -0.0008200739393942058, -0.0005734855658374727, 0.2054794579744339], "std": [0.1583029329776764, 0.12330005317926407, 0.27116531133651733, 0.03487666696310043, 0.047371119260787964, 0.0377044640481472, 0.978659451007843], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [1433], "max": [1433], "mean": [1433.0], "std": [0.0], "count": [292]}, "index": {"min": [457671], "max": [457962], "mean": [457816.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [292]}}} +{"episode_index": 1434, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5308724796070772]], [[0.5034198668236827]], [[0.4684243804333256]]], "std": [[[0.2853627883868336]], [[0.2640828509542688]], [[0.2488131614931445]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6194147021723728]], [[0.5786816292557062]], [[0.5327634546616498]]], "std": [[[0.23330126491504274]], [[0.20663401630270373]], [[0.17904403304925584]]], "count": [100]}, "state": {"min": [-0.21624957025051117, 0.043068744242191315, 0.9109565019607544, 3.1201608180999756, -0.14838239550590515, -0.1310485601425171, 0.0020827532280236483, -0.039991140365600586], "max": [0.15558815002441406, 0.1966581791639328, 1.184550404548645, 3.3518857955932617, 0.2220839411020279, 0.16696016490459442, 0.0406743623316288, -0.001851871027611196], "mean": [-0.06785134971141815, 0.1618562936782837, 1.0744004249572754, 3.2030224800109863, 0.006234666332602501, 0.008417177014052868, 0.018828557804226875, -0.018590068444609642], "std": [0.14823153614997864, 0.026557160541415215, 0.08549222350120544, 0.05999692156910896, 0.10413432866334915, 0.07893306016921997, 0.018289871513843536, 0.018304435536265373], "count": [249]}, "actions": {"min": [-0.24557402729988098, -0.24311618506908417, -0.5827406048774719, -0.2079060822725296, -0.18356050550937653, -0.11966591328382492, -1.0], "max": [1.5786402225494385, 0.9198095798492432, 0.901155412197113, 0.22711415588855743, 0.14497652649879456, 0.14073191583156586, 1.0], "mean": [0.1291918307542801, 0.03586449846625328, -0.04506579786539078, -0.0031091561540961266, -0.001022509066388011, 0.0037231575697660446, 0.11646586656570435], "std": [0.22610317170619965, 0.17737549543380737, 0.2765132784843445, 0.055479709059000015, 0.051134079694747925, 0.04053639993071556, 0.9931964874267578], "count": [249]}, "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": [1434], "max": [1434], "mean": [1434.0], "std": [0.0], "count": [249]}, "index": {"min": [457963], "max": [458211], "mean": [458087.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [249]}}} +{"episode_index": 1435, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5305485277362899]], [[0.5026798197428385]], [[0.4671132106407016]]], "std": [[[0.28408767671544627]], [[0.26252430040567953]], [[0.247139826315772]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6097023728314568]], [[0.5704832937203201]], [[0.5255667515175014]]], "std": [[[0.2423102285253315]], [[0.21619258702971159]], [[0.18874868370602127]]], "count": [100]}, "state": {"min": [-0.20623822510242462, 0.020528169348835945, 0.9167181253433228, 2.898530960083008, -0.10534177720546722, -0.09563975781202316, 0.005350922234356403, -0.040020428597927094], "max": [0.1417597383260727, 0.24649563431739807, 1.1741894483566284, 3.106875419616699, 0.20626471936702728, 0.11725280433893204, 0.03984450176358223, -0.005566610489040613], "mean": [-0.10168661177158356, 0.1894916296005249, 1.0609498023986816, 3.004641532897949, 0.03950795903801918, -0.011679498478770256, 0.0230141319334507, -0.023030342534184456], "std": [0.13319121301174164, 0.038814134895801544, 0.07763484865427017, 0.05348377674818039, 0.06916419416666031, 0.05718405544757843, 0.016300169751048088, 0.016324497759342194], "count": [263]}, "actions": {"min": [-0.2251536101102829, -0.3891181945800781, -0.837984025478363, -0.25464358925819397, -0.1504778116941452, -0.13911756873130798, -1.0], "max": [1.195953369140625, 0.9478274583816528, 1.353456974029541, 0.22420483827590942, 0.19937489926815033, 0.17230774462223053, 1.0], "mean": [0.1174619197845459, 0.03778529912233353, -0.0424150787293911, -0.0018329767044633627, 0.004295675083994865, 0.0024878045078366995, -0.0038022813387215137], "std": [0.22030135989189148, 0.22467871010303497, 0.25740161538124084, 0.055387724190950394, 0.05765746906399727, 0.046466246247291565, 0.9999914765357971], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1435], "max": [1435], "mean": [1435.0], "std": [0.0], "count": [263]}, "index": {"min": [458212], "max": [458474], "mean": [458343.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1436, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4470354907465916]], [[0.4223185173483456]], [[0.3901001485188802]]], "std": [[[0.24611152022014915]], [[0.2254553903979484]], [[0.2108293273390436]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5299191697064568]], [[0.4995549747242647]], [[0.4633474821202895]]], "std": [[[0.26624279095607617]], [[0.24009143875517905]], [[0.2130912187196961]]], "count": [100]}, "state": {"min": [-0.21311120688915253, -0.06392187625169754, 0.91693115234375, 3.0614490509033203, -0.14017975330352783, -0.05431697890162468, 0.004202389623969793, -0.03997457027435303], "max": [0.05400405824184418, 0.06635946035385132, 1.1905337572097778, 3.225313901901245, 0.1262464076280594, 0.05656687915325165, 0.04019017145037651, -0.004226356279104948], "mean": [-0.10904892534017563, 0.014617486856877804, 1.0806012153625488, 3.1423208713531494, -0.03413795679807663, -0.004116217140108347, 0.01863153837621212, -0.018215391784906387], "std": [0.10563287138938904, 0.04267190769314766, 0.08188960701227188, 0.045916687697172165, 0.07499054819345474, 0.034974355250597, 0.016408689320087433, 0.016420280560851097], "count": [180]}, "actions": {"min": [-0.18807828426361084, -0.4655691683292389, -0.9572229981422424, -0.16634738445281982, -0.1815369725227356, -0.09980865567922592, -1.0], "max": [0.6641228199005127, 0.3963119089603424, 1.5536096096038818, 0.2158278375864029, 0.1719367802143097, 0.09960797429084778, 1.0], "mean": [0.11088640242815018, -0.020982690155506134, -0.04380403086543083, 0.002426784485578537, 0.006509694736450911, -0.001945182797499001, 0.2222222238779068], "std": [0.16910748183727264, 0.142876535654068, 0.3624294400215149, 0.049673717468976974, 0.05875958874821663, 0.03553256019949913, 0.9749947190284729], "count": [180]}, "timestamp": {"min": [0.0], "max": [17.9], "mean": [8.95], "std": [5.196072234550504], "count": [180]}, "frame_index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "episode_index": {"min": [1436], "max": [1436], "mean": [1436.0], "std": [0.0], "count": [180]}, "index": {"min": [458475], "max": [458654], "mean": [458564.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [180]}}} +{"episode_index": 1437, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4462235424565334]], [[0.42151301843979777]], [[0.38928512992110903]]], "std": [[[0.24687117844056958]], [[0.22609449658489844]], [[0.21124313557032295]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.541409745758655]], [[0.509255480598001]], [[0.4713340717390472]]], "std": [[[0.2586871124636992]], [[0.23158976261653802]], [[0.20383858537941557]]], "count": [100]}, "state": {"min": [-0.22677676379680634, -0.08694683015346527, 0.9179869294166565, 2.9873533248901367, -0.2813502252101898, -0.08381594717502594, 0.002366607543081045, -0.03999359533190727], "max": [0.0754723995923996, 0.06462915986776352, 1.226805567741394, 3.1566877365112305, 0.10022138804197311, 0.02744753658771515, 0.039967603981494904, -0.0024501578882336617], "mean": [-0.12942111492156982, 0.0030266365502029657, 1.0920642614364624, 3.0888113975524902, -0.0747811496257782, -0.015057834796607494, 0.017104322090744972, -0.01722533628344536], "std": [0.11425222456455231, 0.049395039677619934, 0.09824089705944061, 0.04872620105743408, 0.0999951884150505, 0.030814150348305702, 0.017700087279081345, 0.017640141770243645], "count": [228]}, "actions": {"min": [-0.26490044593811035, -0.45186349749565125, -0.7906776070594788, -0.12880100309848785, -0.18925365805625916, -0.1762309968471527, -1.0], "max": [0.8525869846343994, 0.6326184272766113, 1.056626319885254, 0.2136778086423874, 0.1723666787147522, 0.09939160197973251, 1.0], "mean": [0.0985385850071907, -0.02685578539967537, -0.024572240188717842, -0.0006897354614920914, 0.005223503336310387, -0.0019371681846678257, 0.21052631735801697], "std": [0.19549836218357086, 0.13515020906925201, 0.3245272636413574, 0.046437449753284454, 0.05770356208086014, 0.03502712771296501, 0.9775903820991516], "count": [228]}, "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": [1437], "max": [1437], "mean": [1437.0], "std": [0.0], "count": [228]}, "index": {"min": [458655], "max": [458882], "mean": [458768.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [228]}}} +{"episode_index": 1438, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4438065388997396]], [[0.41961640840418196]], [[0.38793024519378067]]], "std": [[[0.24593146286539896]], [[0.22535648256584948]], [[0.2106863937904741]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5363707933612899]], [[0.5043933661965763]], [[0.46618392585305607]]], "std": [[[0.27214577395876505]], [[0.2462621921280582]], [[0.21981544417620713]]], "count": [100]}, "state": {"min": [-0.20609061419963837, -0.08434319496154785, 0.9236372113227844, 3.0558714866638184, -0.06893850862979889, -0.04568254575133324, 0.0023750087711960077, -0.039915431290864944], "max": [0.07323498278856277, 0.039630722254514694, 1.1756564378738403, 3.239722967147827, 0.17883236706256866, 0.054358113557100296, 0.039987221360206604, -0.0011937065282836556], "mean": [-0.10870832204818726, -0.015778550878167152, 1.0643266439437866, 3.15283465385437, 0.04682810232043266, -0.002518183086067438, 0.015316274017095566, -0.015027725137770176], "std": [0.10620158910751343, 0.04679777845740318, 0.07548357546329498, 0.04947797954082489, 0.07410505414009094, 0.027214016765356064, 0.01710372418165207, 0.017210032790899277], "count": [184]}, "actions": {"min": [-0.23092474043369293, -0.5930585265159607, -0.7897202372550964, -0.12011440843343735, -0.15814058482646942, -0.1408555805683136, -1.0], "max": [0.7850674986839294, 0.5101536512374878, 1.476859211921692, 0.24089321494102478, 0.13557180762290955, 0.14285770058631897, 1.0], "mean": [0.11759336292743683, -0.021757125854492188, -0.04299311712384224, -0.0006519650924019516, 0.00681466655805707, 0.0030860553961247206, 0.33695653080940247], "std": [0.18479101359844208, 0.13291746377944946, 0.3264883756637573, 0.04040790721774101, 0.050687603652477264, 0.03789791464805603, 0.9415194988250732], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [1438], "max": [1438], "mean": [1438.0], "std": [0.0], "count": [184]}, "index": {"min": [458883], "max": [459066], "mean": [458974.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [184]}}} +{"episode_index": 1439, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4435496730430454]], [[0.4191473711799173]], [[0.3872629741593903]]], "std": [[[0.24606611366841352]], [[0.22530445387957695]], [[0.2103443102415242]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5475370998008579]], [[0.5141540509392234]], [[0.4750851326736749]]], "std": [[[0.26161969254581335]], [[0.2349428123206386]], [[0.20794569902267981]]], "count": [100]}, "state": {"min": [-0.23006470501422882, -0.09762155264616013, 0.9233992099761963, 3.0285022258758545, -0.17731183767318726, -0.0059569780714809895, 0.0022065110970288515, -0.039988815784454346], "max": [0.09814102202653885, 0.044161442667245865, 1.203935980796814, 3.1511034965515137, 0.16243590414524078, 0.08475761115550995, 0.03994709625840187, -0.0020124928560107946], "mean": [-0.12208646535873413, -0.011267910711467266, 1.0859538316726685, 3.0946764945983887, 0.020683368667960167, 0.03478160500526428, 0.015243316069245338, -0.015307798981666565], "std": [0.1214858666062355, 0.047170236706733704, 0.0964764803647995, 0.03676825761795044, 0.10404761135578156, 0.02478499710559845, 0.01740442030131817, 0.017383702099323273], "count": [215]}, "actions": {"min": [-0.16356495022773743, -0.3933018743991852, -1.7979143857955933, -0.17450016736984253, -0.2099250704050064, -0.14876984059810638, -1.0], "max": [0.6523020267486572, 0.532904863357544, 0.8793110847473145, 0.16099363565444946, 0.20318888127803802, 0.1399473398923874, 1.0], "mean": [0.11371505260467529, -0.027060838416218758, -0.04374152421951294, -0.002014039782807231, 0.008214535191655159, -0.001873744186013937, 0.32093024253845215], "std": [0.1869678944349289, 0.12454479932785034, 0.35206836462020874, 0.04698966071009636, 0.05686940997838974, 0.039246201515197754, 0.947102963924408], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [1439], "max": [1439], "mean": [1439.0], "std": [0.0], "count": [215]}, "index": {"min": [459067], "max": [459281], "mean": [459174.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [215]}}} +{"episode_index": 1440, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4455530533136106]], [[0.42106518075980387]], [[0.38896988872453275]]], "std": [[[0.24627112997551404]], [[0.22566405681675633]], [[0.21098639449118495]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5536116069718903]], [[0.5195360203163297]], [[0.47966166657092524]]], "std": [[[0.253571530577914]], [[0.2257101395719863]], [[0.1970561062683066]]], "count": [100]}, "state": {"min": [-0.21553544700145721, -0.06617990881204605, 0.9184067845344543, 2.9927632808685303, -0.23271934688091278, -0.042003996670246124, 0.0022721949499100447, -0.04000546783208847], "max": [0.05696656554937363, 0.09993939101696014, 1.2076491117477417, 3.167151689529419, 0.05746380612254143, 0.09406796842813492, 0.03989263251423836, -0.0024260831996798515], "mean": [-0.12437641620635986, 0.02081885188817978, 1.0834345817565918, 3.0704691410064697, -0.07076378166675568, 0.019736507907509804, 0.018292276188731194, -0.01844467781484127], "std": [0.1053798645734787, 0.04186012223362923, 0.09015243500471115, 0.04163094609975815, 0.08699452131986618, 0.0345415398478508, 0.018021313473582268, 0.018008828163146973], "count": [236]}, "actions": {"min": [-0.4804689288139343, -0.6733917593955994, -0.6087989211082458, -0.1847061961889267, -0.1806638091802597, -0.11761298030614853, -1.0], "max": [1.2783203125, 0.42579254508018494, 0.8760690689086914, 0.18832340836524963, 0.11847054213285446, 0.2730488181114197, 1.0], "mean": [0.08232364803552628, -0.015172072686254978, -0.02578732930123806, -0.0015151608968153596, 0.0010583114344626665, 0.00062321568839252, 0.14406779408454895], "std": [0.1845531165599823, 0.1710217148065567, 0.2848909795284271, 0.0452529676258564, 0.048341844230890274, 0.04087691754102707, 0.9895676970481873], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [1440], "max": [1440], "mean": [1440.0], "std": [0.0], "count": [236]}, "index": {"min": [459282], "max": [459517], "mean": [459399.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [236]}}} +{"episode_index": 1441, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.529331163593367]], [[0.5006949744131051]], [[0.4644313851150812]]], "std": [[[0.28319754229653077]], [[0.2603482028980053]], [[0.24306726058059613]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6119750318340227]], [[0.5743593265309053]], [[0.5306090255438113]]], "std": [[[0.26248639411420244]], [[0.24034853308431386]], [[0.21733792209873404]]], "count": [100]}, "state": {"min": [-0.23113983869552612, -0.26473721861839294, 0.9213218092918396, 2.8786137104034424, -0.02444189228117466, -0.055541470646858215, 0.001793467439711094, -0.04000468552112579], "max": [0.0999423936009407, 0.18515607714653015, 1.2332162857055664, 3.2400190830230713, 0.20983535051345825, 0.1436769664287567, 0.03995214402675629, -0.0020694283302873373], "mean": [-0.11021222174167633, -0.0044328863732516766, 1.1092735528945923, 3.0402917861938477, 0.06940080970525742, 0.04382142052054405, 0.017164621502161026, -0.017361989244818687], "std": [0.11355100572109222, 0.17887434363365173, 0.08930698782205582, 0.08071320503950119, 0.053483255207538605, 0.0622829906642437, 0.0180970411747694, 0.017974479123950005], "count": [317]}, "actions": {"min": [-0.38272544741630554, -1.3617759943008423, -0.7604914307594299, -0.3592990040779114, -0.1318686604499817, -0.12400860339403152, -1.0], "max": [0.9089164137840271, 1.102216124534607, 0.5686652660369873, 0.20425313711166382, 0.13733331859111786, 0.125570610165596, 1.0], "mean": [0.08246307820081711, -0.06168307736515999, -0.008316578343510628, -0.0047308579087257385, 0.002112822374328971, 0.0016213521594181657, 0.19873817265033722], "std": [0.14832812547683716, 0.2588822841644287, 0.2165241539478302, 0.0565442256629467, 0.041760966181755066, 0.038009267300367355, 0.9800515174865723], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [1441], "max": [1441], "mean": [1441.0], "std": [0.0], "count": [317]}, "index": {"min": [459518], "max": [459834], "mean": [459676.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [317]}}} +{"episode_index": 1442, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5284190871294807]], [[0.4997325140261183]], [[0.4633039478975184]]], "std": [[[0.28442235995514226]], [[0.26147539670999664]], [[0.24413005133494456]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.6042114419376149]], [[0.567501833448223]], [[0.5243920677035463]]], "std": [[[0.26280619934950844]], [[0.23976602955497778]], [[0.21556441916706665]]], "count": [100]}, "state": {"min": [-0.23760434985160828, -0.264154851436615, 0.9113608598709106, 3.005929470062256, -0.09159810841083527, -0.1285887360572815, 0.002044767839834094, -0.03996335342526436], "max": [0.08914100378751755, 0.17060527205467224, 1.2505112886428833, 3.2768161296844482, 0.13240116834640503, 0.062395062297582626, 0.04095785319805145, -0.0022360023576766253], "mean": [-0.11805904656648636, -0.0320972315967083, 1.114054799079895, 3.136423110961914, -0.0005629962543025613, -0.0409417487680912, 0.019821353256702423, -0.019721953198313713], "std": [0.12800896167755127, 0.1717701107263565, 0.10105983912944794, 0.062153421342372894, 0.05908210948109627, 0.04605746641755104, 0.01713555119931698, 0.01697521097958088], "count": [304]}, "actions": {"min": [-0.598318874835968, -0.8511727452278137, -0.9523680210113525, -0.21191377937793732, -0.17181037366390228, -0.12394816428422928, -1.0], "max": [0.7357221245765686, 0.8568105697631836, 1.015283465385437, 0.1869470626115799, 0.1980564445257187, 0.15466263890266418, 1.0], "mean": [0.07476844638586044, -0.059924352914094925, -0.003441258566454053, -0.003502648090943694, 0.004842116963118315, 0.0027135785203427076, 0.1381578892469406], "std": [0.17129303514957428, 0.24793916940689087, 0.26993900537490845, 0.05404625087976456, 0.05156286060810089, 0.04281458258628845, 0.9904091954231262], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [1442], "max": [1442], "mean": [1442.0], "std": [0.0], "count": [304]}, "index": {"min": [459835], "max": [460138], "mean": [459986.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [304]}}} +{"episode_index": 1443, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.532141222187117]], [[0.5032620179419425]], [[0.46660457237094055]]], "std": [[[0.284283233806597]], [[0.2616556010374535]], [[0.2448223525502079]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.607693676518459]], [[0.5716068073347503]], [[0.5294247077493107]]], "std": [[[0.25037847543949016]], [[0.22743139538481477]], [[0.20364057643551506]]], "count": [100]}, "state": {"min": [-0.22091901302337646, -0.24955998361110687, 0.9088638424873352, 2.8772618770599365, -0.15566951036453247, -0.04308342933654785, 0.001827622763812542, -0.040003638714551926], "max": [0.05477938428521156, 0.1884934902191162, 1.250825047492981, 3.1814310550689697, 0.09246297180652618, 0.10646694153547287, 0.040317706763744354, -0.00219401391223073], "mean": [-0.1325823813676834, -0.0002860297681763768, 1.123024821281433, 3.0473275184631348, -0.049167659133672714, 0.028932392597198486, 0.020640481263399124, -0.02078172378242016], "std": [0.10769710689783096, 0.16352806985378265, 0.09872367978096008, 0.08026205748319626, 0.06236719712615013, 0.03837456554174423, 0.017999572679400444, 0.01791093312203884], "count": [310]}, "actions": {"min": [-0.2633295953273773, -1.1117279529571533, -0.924527645111084, -0.12632770836353302, -0.1479516178369522, -0.15264052152633667, -1.0], "max": [0.6422048807144165, 0.7542547583580017, 1.3267301321029663, 0.21324269473552704, 0.13904283940792084, 0.1269853711128235, 1.0], "mean": [0.06387953460216522, -0.05468708276748657, -0.016571151092648506, -0.0014687968650832772, 0.0025743076112121344, 0.0001570012973388657, 0.03870967775583267], "std": [0.14618803560733795, 0.2718336880207062, 0.3066527545452118, 0.04928340017795563, 0.03955123573541641, 0.036840666085481644, 0.9992488622665405], "count": [310]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.45], "std": [8.948882611812493], "count": [310]}, "frame_index": {"min": [0], "max": [309], "mean": [154.5], "std": [89.48882611812493], "count": [310]}, "episode_index": {"min": [1443], "max": [1443], "mean": [1443.0], "std": [0.0], "count": [310]}, "index": {"min": [460139], "max": [460448], "mean": [460293.5], "std": [89.48882611812493], "count": [310]}, "task_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [310]}}} +{"episode_index": 1444, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5278951009114583]], [[0.4989710525811887]], [[0.46222739963905485]]], "std": [[[0.2846075589276741]], [[0.26149169495338337]], [[0.24409482330570156]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6114415001962699]], [[0.5724297281901042]], [[0.5275513078278187]]], "std": [[[0.26245418014958194]], [[0.2391634029280866]], [[0.2149475500739326]]], "count": [100]}, "state": {"min": [-0.24335616827011108, -0.2609151601791382, 0.9098083972930908, 2.982877016067505, -0.06820417940616608, -0.15106555819511414, 0.0019050240516662598, -0.039959151297807693], "max": [0.07763753086328506, 0.20849622786045074, 1.317751407623291, 3.2430315017700195, 0.21957916021347046, 0.024932874366641045, 0.04086463153362274, -0.0020144451409578323], "mean": [-0.1246361956000328, -0.007967607118189335, 1.1385459899902344, 3.1286511421203613, 0.046194929629564285, -0.05577676743268967, 0.015870314091444016, -0.01577593944966793], "std": [0.12637823820114136, 0.18318374454975128, 0.12244980037212372, 0.0836334154009819, 0.07570892572402954, 0.04406706616282463, 0.01783587597310543, 0.017641235142946243], "count": [282]}, "actions": {"min": [-0.28903114795684814, -2.0193874835968018, -0.9578752517700195, -0.23253817856311798, -0.2058311104774475, -0.1441146731376648, -1.0], "max": [1.4270387887954712, 1.2176815271377563, 0.9418709874153137, 0.24444697797298431, 0.17111153900623322, 0.14605121314525604, 1.0], "mean": [0.08456344157457352, -0.06824291497468948, -0.024255603551864624, -0.00403286749497056, 0.006251406855881214, 0.0010146833956241608, 0.26950353384017944], "std": [0.17720173299312592, 0.31024277210235596, 0.3110295534133911, 0.05515865981578827, 0.05233486741781235, 0.04132884368300438, 0.9630010724067688], "count": [282]}, "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": [1444], "max": [1444], "mean": [1444.0], "std": [0.0], "count": [282]}, "index": {"min": [460449], "max": [460730], "mean": [460589.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [282]}}} +{"episode_index": 1445, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4506831742828968]], [[0.4256656135110294]], [[0.3935679249482996]]], "std": [[[0.24268866030009145]], [[0.2218012472860944]], [[0.2065440496981877]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5274565315994562]], [[0.49506946877872243]], [[0.45661137061025586]]], "std": [[[0.24945704309352407]], [[0.2237014825182065]], [[0.1969965803349297]]], "count": [100]}, "state": {"min": [-0.22178345918655396, -0.2959512174129486, 0.918267548084259, 2.690175771713257, -0.16844509541988373, -0.18102720379829407, 0.0015138974413275719, -0.04000619053840637], "max": [0.06849116086959839, 0.015078075230121613, 1.2836490869522095, 3.205993413925171, 0.12396331131458282, 0.21901194751262665, 0.03996008262038231, -0.0023020177613943815], "mean": [-0.1017586812376976, -0.126714825630188, 1.121639370918274, 3.019735813140869, -0.04595516249537468, -0.010183028876781464, 0.017365438863635063, -0.017872285097837448], "std": [0.10194277763366699, 0.08667504787445068, 0.09555033594369888, 0.16056153178215027, 0.08710634708404541, 0.10173409432172775, 0.017734158784151077, 0.017569681629538536], "count": [467]}, "actions": {"min": [-0.9469677805900574, -0.8031474947929382, -0.8246671557426453, -0.24065686762332916, -0.2141907662153244, -0.2722713351249695, -1.0], "max": [0.8931846618652344, 0.6370435953140259, 1.3708621263504028, 0.2794686257839203, 0.2144443839788437, 0.24015921354293823, 1.0], "mean": [0.04477047547698021, -0.032103005796670914, 0.01350199244916439, -0.003226732136681676, -0.0002203379845013842, -0.0015604651998728514, 0.1905781626701355], "std": [0.23446600139141083, 0.2333340048789978, 0.3299565613269806, 0.06856067478656769, 0.04985180124640465, 0.058645099401474, 0.9816709756851196], "count": [467]}, "timestamp": {"min": [0.0], "max": [46.6], "mean": [23.3], "std": [13.481097878140341], "count": [467]}, "frame_index": {"min": [0], "max": [466], "mean": [233.0], "std": [134.8109787814034], "count": [467]}, "episode_index": {"min": [1445], "max": [1445], "mean": [1445.0], "std": [0.0], "count": [467]}, "index": {"min": [460731], "max": [461197], "mean": [460964.0], "std": [134.8109787814034], "count": [467]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [467]}}} +{"episode_index": 1446, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45200479425168505]], [[0.4268952397365196]], [[0.39502860155292585]]], "std": [[[0.24145093152607078]], [[0.22027472293048433]], [[0.2044397409964717]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5292958942488127]], [[0.4967620454676011]], [[0.45909832763671876]]], "std": [[[0.2542056209470213]], [[0.23008253748163898]], [[0.20533390841009513]]], "count": [100]}, "state": {"min": [-0.2394370585680008, -0.2593512237071991, 0.9420013427734375, 2.672398805618286, -0.11168155819177628, -0.0358293317258358, 0.0011571726063266397, -0.04001465067267418], "max": [0.08257286250591278, 0.016161233186721802, 1.2546672821044922, 3.1209216117858887, 0.22515317797660828, 0.20492081344127655, 0.03987356275320053, -0.002114802598953247], "mean": [-0.09739907830953598, -0.15589793026447296, 1.136178970336914, 2.943072557449341, 0.0576888807117939, 0.04957226663827896, 0.01753637008368969, -0.018069323152303696], "std": [0.11265017092227936, 0.06845851242542267, 0.08913446217775345, 0.11751589924097061, 0.07662834972143173, 0.04954322800040245, 0.017906906083226204, 0.017712164670228958], "count": [431]}, "actions": {"min": [-1.1314655542373657, -2.012907028198242, -1.06962251663208, -0.28375938534736633, -0.3077256381511688, -0.27831175923347473, -1.0], "max": [0.9927873611450195, 0.6615811586380005, 1.3744386434555054, 0.49728700518608093, 0.2741173803806305, 0.22404111921787262, 1.0], "mean": [0.061857838183641434, -0.04395485669374466, 0.009403648786246777, -0.0024577078875154257, 0.0003964331990573555, -0.0010145031847059727, 0.16937355697155], "std": [0.27356722950935364, 0.2799290716648102, 0.33787205815315247, 0.08572490513324738, 0.05883428826928139, 0.06478636711835861, 0.9855518341064453], "count": [431]}, "timestamp": {"min": [0.0], "max": [43.0], "mean": [21.5], "std": [12.441864811996632], "count": [431]}, "frame_index": {"min": [0], "max": [430], "mean": [215.0], "std": [124.41864811996632], "count": [431]}, "episode_index": {"min": [1446], "max": [1446], "mean": [1446.0], "std": [0.0], "count": [431]}, "index": {"min": [461198], "max": [461628], "mean": [461413.0], "std": [124.41864811996632], "count": [431]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [431]}}} +{"episode_index": 1447, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4521138645888043]], [[0.4272945047159489]], [[0.39577672507805206]]], "std": [[[0.24043755331540265]], [[0.21943548986505532]], [[0.20375081767995282]]], "count": [105]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5266514107270512]], [[0.49479437763060957]], [[0.4577518073472879]]], "std": [[[0.2547989576797968]], [[0.2298921773392204]], [[0.20434070954939565]]], "count": [105]}, "state": {"min": [-0.21814453601837158, -0.29370245337486267, 0.9212895035743713, 2.7870450019836426, -0.2124495804309845, -0.052158135920763016, 0.0019982377998530865, -0.039999667555093765], "max": [0.06770465523004532, 0.017729714512825012, 1.2301557064056396, 3.330657958984375, 0.17405438423156738, 0.14782045781612396, 0.04000678285956383, -0.002500425558537245], "mean": [-0.09876839071512222, -0.1874384731054306, 1.1201882362365723, 3.0603621006011963, -0.03999241068959236, 0.041458435356616974, 0.01970740221440792, -0.019868768751621246], "std": [0.10130777209997177, 0.07845665514469147, 0.0872468575835228, 0.14728684723377228, 0.0983935073018074, 0.04517776519060135, 0.01795547641813755, 0.017880382016301155], "count": [498]}, "actions": {"min": [-1.8176711797714233, -1.725960612297058, -0.9309733510017395, -0.2167375534772873, -0.24504657089710236, -0.15008333325386047, -1.0], "max": [0.8567587733268738, 0.7151469588279724, 1.3655227422714233, 0.24356888234615326, 0.22128979861736298, 0.3249269723892212, 1.0], "mean": [0.0395653173327446, -0.04146638512611389, 0.009374179877340794, -0.0030301064252853394, -0.002100051147863269, 0.0015407687751576304, 0.07630521804094315], "std": [0.2537429928779602, 0.2580152750015259, 0.32567113637924194, 0.06861826777458191, 0.05095788091421127, 0.050380706787109375, 0.997085690498352], "count": [498]}, "timestamp": {"min": [0.0], "max": [49.7], "mean": [24.849999999999998], "std": [14.375992719345216], "count": [498]}, "frame_index": {"min": [0], "max": [497], "mean": [248.5], "std": [143.75992719345217], "count": [498]}, "episode_index": {"min": [1447], "max": [1447], "mean": [1447.0], "std": [0.0], "count": [498]}, "index": {"min": [461629], "max": [462126], "mean": [461877.5], "std": [143.75992719345217], "count": [498]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [498]}}} +{"episode_index": 1448, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4477632948931526]], [[0.4229270240933287]], [[0.39079817528818167]]], "std": [[[0.2444377768640205]], [[0.22351235427754537]], [[0.20837143214555856]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9882352941176471]], [[0.9764705882352941]]], "mean": [[[0.5266227524701287]], [[0.495330426384421]], [[0.45763245287128523]]], "std": [[[0.25026343438616405]], [[0.22426121657426515]], [[0.19730628019908938]]], "count": [100]}, "state": {"min": [-0.24181877076625824, -0.2620748281478882, 0.9228003025054932, 2.4980111122131348, -0.22024580836296082, -0.10295142978429794, 0.0017437004717066884, -0.040008269250392914], "max": [0.0734395906329155, 0.033870093524456024, 1.1870558261871338, 3.2739145755767822, 0.13692784309387207, 0.15148960053920746, 0.03993295878171921, -0.002517517888918519], "mean": [-0.10223866999149323, -0.07606115192174911, 1.0964754819869995, 2.986827850341797, -0.029615383595228195, -0.010567089542746544, 0.019675619900226593, -0.01997315138578415], "std": [0.1128285825252533, 0.0860910639166832, 0.07566235214471817, 0.18307988345623016, 0.07596757262945175, 0.05984682962298393, 0.017811188474297523, 0.017751924693584442], "count": [420]}, "actions": {"min": [-1.1328543424606323, -1.1437088251113892, -1.0730875730514526, -0.2729511260986328, -0.24017609655857086, -0.23564618825912476, -1.0], "max": [0.9810867309570312, 0.9240907430648804, 1.4280896186828613, 0.23778274655342102, 0.2278899997472763, 0.22302350401878357, 1.0], "mean": [0.058899588882923126, -0.04223261773586273, 0.005784019362181425, -0.009180759079754353, -0.0008588922792114317, -0.0022184986155480146, 0.0714285746216774], "std": [0.2638947665691376, 0.23800140619277954, 0.3155038058757782, 0.06423549354076385, 0.04898310452699661, 0.05066449195146561, 0.9974451661109924], "count": [420]}, "timestamp": {"min": [0.0], "max": [41.9], "mean": [20.95], "std": [12.124321286845984], "count": [420]}, "frame_index": {"min": [0], "max": [419], "mean": [209.5], "std": [121.24321286845984], "count": [420]}, "episode_index": {"min": [1448], "max": [1448], "mean": [1448.0], "std": [0.0], "count": [420]}, "index": {"min": [462127], "max": [462546], "mean": [462336.5], "std": [121.24321286845984], "count": [420]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [420]}}} +{"episode_index": 1449, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4507606237074908]], [[0.42588497087067245]], [[0.39433598955939797]]], "std": [[[0.24120352824189292]], [[0.22005610509520382]], [[0.20419516140585686]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5255096022661995]], [[0.49397896620806525]], [[0.45709577971813725]]], "std": [[[0.25440698263755807]], [[0.23012137755911685]], [[0.20509348351860376]]], "count": [100]}, "state": {"min": [-0.23093734681606293, -0.27830982208251953, 0.9320831298828125, 2.744818687438965, -0.13908354938030243, -0.04649777337908745, 0.0019430102547630668, -0.04002995416522026], "max": [0.0712413489818573, 0.005218557082116604, 1.2127976417541504, 3.112570285797119, 0.16071850061416626, 0.16045956313610077, 0.03984827548265457, -0.0025942570064216852], "mean": [-0.11075973510742188, -0.1818162500858307, 1.1004674434661865, 2.9566261768341064, 0.018792027607560158, 0.042747899889945984, 0.019224651157855988, -0.019647274166345596], "std": [0.10557208210229874, 0.06878150999546051, 0.08072089403867722, 0.08873459696769714, 0.06903789192438126, 0.043296050280332565, 0.017953749746084213, 0.017799250781536102], "count": [406]}, "actions": {"min": [-1.226664423942566, -2.060201406478882, -0.8146112561225891, -0.2803835868835449, -0.24707157909870148, -0.25924262404441833, -1.0], "max": [1.3764351606369019, 0.8332657814025879, 1.4047776460647583, 0.3701503872871399, 0.20685911178588867, 0.3183293044567108, 1.0], "mean": [0.058562733232975006, -0.045582447201013565, 0.006014530081301928, -0.0015736600616946816, -0.0005789768183603883, 0.001668869168497622, 0.08866994827985764], "std": [0.29889264702796936, 0.2815881371498108, 0.319530189037323, 0.08612518757581711, 0.062174659222364426, 0.07329295575618744, 0.996062695980072], "count": [406]}, "timestamp": {"min": [0.0], "max": [40.5], "mean": [20.25], "std": [11.720174913370533], "count": [406]}, "frame_index": {"min": [0], "max": [405], "mean": [202.5], "std": [117.20174913370533], "count": [406]}, "episode_index": {"min": [1449], "max": [1449], "mean": [1449.0], "std": [0.0], "count": [406]}, "index": {"min": [462547], "max": [462952], "mean": [462749.5], "std": [117.20174913370533], "count": [406]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [406]}}} +{"episode_index": 1450, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4521559729482613]], [[0.42748149138805913]], [[0.39616120222503065]]], "std": [[[0.24093930343556802]], [[0.22008075813978617]], [[0.2044766215170345]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5327755270565256]], [[0.5004078698251762]], [[0.46258677942612597]]], "std": [[[0.2594070180129045]], [[0.2349835229956601]], [[0.2098586764458944]]], "count": [100]}, "state": {"min": [-0.2267003357410431, -0.2934172451496124, 0.915810227394104, 2.7550806999206543, -0.17741474509239197, -0.031219342723488808, 0.0019228123128414154, -0.0400061160326004], "max": [0.08804304897785187, 0.00984757300466299, 1.2294437885284424, 3.2049434185028076, 0.18650276958942413, 0.16456517577171326, 0.03997090831398964, -0.0023096082732081413], "mean": [-0.08681144565343857, -0.17981645464897156, 1.111812710762024, 3.0159125328063965, 0.029378511011600494, 0.06674731522798538, 0.019135484471917152, -0.019671468064188957], "std": [0.1092207133769989, 0.07590188086032867, 0.08572565019130707, 0.11434081941843033, 0.08569496124982834, 0.046452395617961884, 0.018029717728495598, 0.017851006239652634], "count": [439]}, "actions": {"min": [-0.8594821095466614, -1.1410067081451416, -0.9810701608657837, -0.24121318757534027, -0.2818671464920044, -0.16425098478794098, -1.0], "max": [0.8133383989334106, 0.6993549466133118, 1.234200119972229, 0.31311219930648804, 0.2460976541042328, 0.29305168986320496, 1.0], "mean": [0.054060451686382294, -0.04272059351205826, 0.0020721748005598783, -0.004899514839053154, -0.0008920511463657022, 0.0034650361631065607, 0.08883827179670334], "std": [0.24520587921142578, 0.26653915643692017, 0.31891128420829773, 0.06699521094560623, 0.06239306554198265, 0.05954466387629509, 0.9960483908653259], "count": [439]}, "timestamp": {"min": [0.0], "max": [43.8], "mean": [21.900000000000002], "std": [12.67280552995271], "count": [439]}, "frame_index": {"min": [0], "max": [438], "mean": [219.0], "std": [126.7280552995271], "count": [439]}, "episode_index": {"min": [1450], "max": [1450], "mean": [1450.0], "std": [0.0], "count": [439]}, "index": {"min": [462953], "max": [463391], "mean": [463172.0], "std": [126.7280552995271], "count": [439]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [439]}}} +{"episode_index": 1451, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45144696242848853]], [[0.42672668733208424]], [[0.39523534472711486]]], "std": [[[0.24012724840187694]], [[0.21934813443948933]], [[0.2039766359617439]]], "count": [104]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5298809764971381]], [[0.4974314578877675]], [[0.45995334953204536]]], "std": [[[0.24887761033856123]], [[0.22381556388294382]], [[0.19814033965706493]]], "count": [104]}, "state": {"min": [-0.23139363527297974, -0.2878153920173645, 0.9175965189933777, 2.6758179664611816, -0.1700076162815094, -0.17360247671604156, 0.0016305189346894622, -0.04001433029770851], "max": [0.0811648890376091, -0.022713178768754005, 1.269850730895996, 3.32301926612854, 0.1177259013056755, 0.1404273360967636, 0.040012113749980927, -0.002285177120938897], "mean": [-0.10735168308019638, -0.1692892163991928, 1.1263561248779297, 3.027822732925415, -0.03371778503060341, 0.01254597119987011, 0.01917422004044056, -0.019543122500181198], "std": [0.11048965901136398, 0.06903669238090515, 0.09742223471403122, 0.1760895550251007, 0.07285940647125244, 0.08286893367767334, 0.0177103690803051, 0.01750008948147297], "count": [491]}, "actions": {"min": [-2.626188039779663, -2.3103175163269043, -2.7945942878723145, -0.3641614615917206, -0.19877073168754578, -0.2676885724067688, -1.0], "max": [1.1186960935592651, 0.7784982323646545, 2.6329753398895264, 0.35430410504341125, 0.2504176199436188, 0.1852378249168396, 1.0], "mean": [0.04658405855298042, -0.0350019596517086, 0.008678270503878593, -0.0047706421464681625, -0.00022110228019300848, 0.001018345938064158, 0.11608961224555969], "std": [0.28719738125801086, 0.2834605574607849, 0.35999685525894165, 0.07034749537706375, 0.045901160687208176, 0.04793598875403404, 0.9932412505149841], "count": [491]}, "timestamp": {"min": [0.0], "max": [49.0], "mean": [24.5], "std": [14.17391971192161], "count": [491]}, "frame_index": {"min": [0], "max": [490], "mean": [245.0], "std": [141.7391971192161], "count": [491]}, "episode_index": {"min": [1451], "max": [1451], "mean": [1451.0], "std": [0.0], "count": [491]}, "index": {"min": [463392], "max": [463882], "mean": [463637.0], "std": [141.7391971192161], "count": [491]}, "task_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [491]}}} +{"episode_index": 1452, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4486021776386336]], [[0.4237280644435509]], [[0.3918780326095282]]], "std": [[[0.24347381063355267]], [[0.22228671511884512]], [[0.2065747132611596]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5328733005897671]], [[0.5009583345301011]], [[0.4634967836866192]]], "std": [[[0.2744850667980574]], [[0.24909536786865993]], [[0.22261217881171202]]], "count": [100]}, "state": {"min": [-0.2268410176038742, -0.2574212849140167, 0.9195322394371033, 3.0320138931274414, -0.11734434217214584, -0.10022006183862686, 0.0021512468811124563, -0.03999413549900055], "max": [0.07908669114112854, 0.16876555979251862, 1.2117260694503784, 3.216017484664917, 0.23255783319473267, 0.08390788733959198, 0.04058782011270523, -0.002266674768179655], "mean": [-0.09977062791585922, -0.04163172468543053, 1.1064715385437012, 3.117985963821411, 0.035486526787281036, -0.021045275032520294, 0.01988816261291504, -0.019854968413710594], "std": [0.10392428189516068, 0.13110919296741486, 0.08965547382831573, 0.03920334205031395, 0.08067583292722702, 0.039316195994615555, 0.017978893592953682, 0.01790745183825493], "count": [467]}, "actions": {"min": [-1.4776273965835571, -1.0432417392730713, -0.8087176084518433, -0.37971073389053345, -0.26910656690597534, -0.30021992325782776, -1.0], "max": [1.0496010780334473, 1.5119273662567139, 1.2882224321365356, 0.3430243134498596, 0.285629004240036, 0.2014470249414444, 1.0], "mean": [0.04275893047451973, -0.03876804560422897, -0.011133172549307346, -0.00129925855435431, 0.002313594799488783, 0.0018385169096291065, 0.06638115644454956], "std": [0.2555881440639496, 0.24939191341400146, 0.3383452594280243, 0.06563660502433777, 0.06799115240573883, 0.056476812809705734, 0.9977951049804688], "count": [467]}, "timestamp": {"min": [0.0], "max": [46.6], "mean": [23.3], "std": [13.481097878140341], "count": [467]}, "frame_index": {"min": [0], "max": [466], "mean": [233.0], "std": [134.8109787814034], "count": [467]}, "episode_index": {"min": [1452], "max": [1452], "mean": [1452.0], "std": [0.0], "count": [467]}, "index": {"min": [463883], "max": [464349], "mean": [464116.0], "std": [134.8109787814034], "count": [467]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [467]}}} +{"episode_index": 1453, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44984608609068627]], [[0.4250270361806832]], [[0.3932354808134191]]], "std": [[[0.24241038013665195]], [[0.22131383109162012]], [[0.20566362663126128]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5417389442593444]], [[0.5084637696509268]], [[0.46961035275926777]]], "std": [[[0.26623704917832863]], [[0.24027432287108216]], [[0.2133591592632749]]], "count": [100]}, "state": {"min": [-0.21333424746990204, -0.29687032103538513, 0.9154559969902039, 3.034456968307495, -0.20092935860157013, -0.13359437882900238, 0.0023059160448610783, -0.04000379517674446], "max": [0.0854615718126297, 0.17621497809886932, 1.243324875831604, 3.2779409885406494, 0.19139285385608673, 0.1277158409357071, 0.04000628739595413, -0.0017764910589903593], "mean": [-0.10530850291252136, -0.06340070813894272, 1.1184098720550537, 3.144773483276367, -0.00476418063044548, -0.024309223517775536, 0.018169093877077103, -0.017899591475725174], "std": [0.10974019020795822, 0.1462785303592682, 0.09641513973474503, 0.06509309262037277, 0.09968414157629013, 0.05715785548090935, 0.017844127491116524, 0.01788404956459999], "count": [465]}, "actions": {"min": [-1.0907557010650635, -0.7508190274238586, -1.393350601196289, -0.23189108073711395, -0.23777595162391663, -0.23967213928699493, -1.0], "max": [0.8364723920822144, 1.543049693107605, 1.3025531768798828, 0.33265769481658936, 0.28751006722450256, 0.15355263650417328, 1.0], "mean": [0.04932079836726189, -0.04190382733941078, -0.016239983960986137, -0.001994044054299593, 0.002095842035487294, 0.0017666071653366089, 0.16559140384197235], "std": [0.2555026412010193, 0.25125259160995483, 0.3478555977344513, 0.06810278445482254, 0.06718692928552628, 0.05349067971110344, 0.9861941337585449], "count": [465]}, "timestamp": {"min": [0.0], "max": [46.4], "mean": [23.2], "std": [13.423362718285857], "count": [465]}, "frame_index": {"min": [0], "max": [464], "mean": [232.0], "std": [134.23362718285858], "count": [465]}, "episode_index": {"min": [1453], "max": [1453], "mean": [1453.0], "std": [0.0], "count": [465]}, "index": {"min": [464350], "max": [464814], "mean": [464582.0], "std": [134.23362718285858], "count": [465]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [465]}}} +{"episode_index": 1454, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4528139605957635]], [[0.4275312015686413]], [[0.39508195616629954]]], "std": [[[0.24420663177653942]], [[0.2232794931134846]], [[0.20806176796211487]]], "count": [111]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5394173017514298]], [[0.5071840465163578]], [[0.46962738117972064]]], "std": [[[0.2541527605371527]], [[0.22778748821525543]], [[0.20054106520612827]]], "count": [111]}, "state": {"min": [-0.2584209442138672, -0.2664932310581207, 0.9157425761222839, 2.893366813659668, -0.31169581413269043, -0.06380998343229294, 0.001734164310619235, -0.04000477120280266], "max": [0.05105128511786461, 0.16221970319747925, 1.2757810354232788, 3.181145429611206, 0.06397604197263718, 0.1432814747095108, 0.039955984801054, -0.0019321538275107741], "mean": [-0.12683342397212982, -0.04404904320836067, 1.1312084197998047, 3.0659804344177246, -0.11827223747968674, 0.015134049579501152, 0.018994750455021858, -0.019152872264385223], "std": [0.10964904725551605, 0.12369968742132187, 0.09937670081853867, 0.06310740113258362, 0.10112325847148895, 0.046828217804431915, 0.01826234720647335, 0.018228981643915176], "count": [537]}, "actions": {"min": [-0.949616014957428, -0.9279410243034363, -0.8450738191604614, -0.15477004647254944, -0.27002260088920593, -0.2320583164691925, -1.0], "max": [0.9187901020050049, 1.0108222961425781, 1.1831735372543335, 0.34295153617858887, 0.21555906534194946, 0.27433350682258606, 1.0], "mean": [0.03372729942202568, -0.034629009664058685, -0.002495391061529517, -0.0015668898122385144, -0.000626303197350353, 0.0004491542058531195, 0.09869646281003952], "std": [0.24153921008110046, 0.2079467475414276, 0.3271212875843048, 0.051647454500198364, 0.053871747106313705, 0.05198809131979942, 0.9951164722442627], "count": [537]}, "timestamp": {"min": [0.0], "max": [53.6], "mean": [26.8], "std": [15.501827849213997], "count": [537]}, "frame_index": {"min": [0], "max": [536], "mean": [268.0], "std": [155.01827849213998], "count": [537]}, "episode_index": {"min": [1454], "max": [1454], "mean": [1454.0], "std": [0.0], "count": [537]}, "index": {"min": [464815], "max": [465351], "mean": [465083.0], "std": [155.01827849213998], "count": [537]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [537]}}} +{"episode_index": 1455, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44842275066070364]], [[0.42361602755754324]], [[0.3918454604775898]]], "std": [[[0.2429718996005977]], [[0.22181590668042075]], [[0.20613181968510053]]], "count": [109]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5419914430884882]], [[0.5085945108807929]], [[0.46957005546941755]]], "std": [[[0.26737318780975616]], [[0.2418527934917564]], [[0.21537197650501616]]], "count": [109]}, "state": {"min": [-0.233758345246315, -0.2596602439880371, 0.9208167195320129, 2.914872169494629, -0.14331412315368652, -0.082484669983387, 0.0021455828100442886, -0.04000166058540344], "max": [0.08988464623689651, 0.16933515667915344, 1.2620410919189453, 3.252678155899048, 0.2425059825181961, 0.05961479991674423, 0.04000887647271156, -0.0011118445545434952], "mean": [-0.10758674144744873, -0.04634758457541466, 1.1216251850128174, 3.1031625270843506, 0.05769113823771477, -0.007667697034776211, 0.0183347687125206, -0.018184568732976913], "std": [0.11620932817459106, 0.13416671752929688, 0.09494828432798386, 0.07202138751745224, 0.09045320749282837, 0.03456353396177292, 0.01789821870625019, 0.018038712441921234], "count": [527]}, "actions": {"min": [-1.0313383340835571, -0.8240020871162415, -0.7760546207427979, -0.17969290912151337, -0.21571093797683716, -0.19627447426319122, -1.0], "max": [1.3385869264602661, 0.9592124223709106, 1.4172148704528809, 0.31593650579452515, 0.1812390834093094, 0.28772076964378357, 1.0], "mean": [0.044880468398332596, -0.03420412167906761, 0.0004486355755943805, -0.0028430609963834286, 3.970479156123474e-05, 0.0006876676343381405, 0.14990513026714325], "std": [0.25494009256362915, 0.2132158726453781, 0.3142590820789337, 0.05556318908929825, 0.05497013404965401, 0.05368422716856003, 0.9887003302574158], "count": [527]}, "timestamp": {"min": [0.0], "max": [52.6], "mean": [26.3], "std": [15.21315220458929], "count": [527]}, "frame_index": {"min": [0], "max": [526], "mean": [263.0], "std": [152.13152204589292], "count": [527]}, "episode_index": {"min": [1455], "max": [1455], "mean": [1455.0], "std": [0.0], "count": [527]}, "index": {"min": [465352], "max": [465878], "mean": [465615.0], "std": [152.13152204589292], "count": [527]}, "task_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [527]}}} +{"episode_index": 1456, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5300015964882047]], [[0.5018121056650199]], [[0.4657319653080959]]], "std": [[[0.28586521955008803]], [[0.2639451789052532]], [[0.248131436253119]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6076566957959941]], [[0.5736090638403799]], [[0.530690512264476]]], "std": [[[0.23945059652340794]], [[0.2162663489758407]], [[0.19099977134735552]]], "count": [100]}, "state": {"min": [-0.22590774297714233, -0.19065578281879425, 0.9247532486915588, 3.0590498447418213, -0.12171120941638947, -0.03340474143624306, 0.0023283001501113176, -0.04000246897339821], "max": [0.13376390933990479, 0.22659189999103546, 1.2334785461425781, 3.2260050773620605, 0.20446407794952393, 0.15277358889579773, 0.039962559938430786, -0.002355881966650486], "mean": [-0.08834898471832275, -0.0013595742639154196, 1.1089096069335938, 3.131680488586426, -0.009559860453009605, 0.03664582967758179, 0.01686316914856434, -0.016899261623620987], "std": [0.14393530786037445, 0.1577797830104828, 0.09226194024085999, 0.03744366392493248, 0.09575687348842621, 0.04190008342266083, 0.01778063178062439, 0.01777791604399681], "count": [305]}, "actions": {"min": [-0.5811822414398193, -0.8006623387336731, -0.886223554611206, -0.21767808496952057, -0.1262168437242508, -0.1432846337556839, -1.0], "max": [1.2424143552780151, 0.6406762003898621, 0.8969161510467529, 0.15762127935886383, 0.16089238226413727, 0.1213015466928482, 1.0], "mean": [0.09698096662759781, 0.05180904641747475, -0.02315901219844818, -0.0017445767298340797, 0.0016619955422356725, 0.0019397876458242536, 0.2262295037508011], "std": [0.17999258637428284, 0.23998357355594635, 0.2705994248390198, 0.03899408131837845, 0.04731917008757591, 0.03386365622282028, 0.9740747809410095], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [1456], "max": [1456], "mean": [1456.0], "std": [0.0], "count": [305]}, "index": {"min": [465879], "max": [466183], "mean": [466031.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [305]}}} +{"episode_index": 1457, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5290731117398131]], [[0.5007411415249694]], [[0.4645692731071921]]], "std": [[[0.2871490083961897]], [[0.26504315237033826]], [[0.24892038423081234]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6097634702196308]], [[0.5721391667384728]], [[0.5265352268592984]]], "std": [[[0.2516382266998026]], [[0.22772056632199927]], [[0.20199199839492402]]], "count": [100]}, "state": {"min": [-0.20818762481212616, -0.183070570230484, 0.9274327754974365, 2.9407196044921875, -0.16512155532836914, -0.10177700221538544, 0.0019664049614220858, -0.040010739117860794], "max": [0.1415402591228485, 0.24502241611480713, 1.1974270343780518, 3.272245168685913, 0.25220125913619995, 0.12268074601888657, 0.03996633365750313, -0.0021904916502535343], "mean": [-0.0728200152516365, -0.003931546583771706, 1.1063473224639893, 3.142362117767334, 0.05954975634813309, 0.009662201628088951, 0.018338019028306007, -0.018212569877505302], "std": [0.11352865397930145, 0.16193787753582, 0.08244840055704117, 0.0887134000658989, 0.1283314824104309, 0.054864805191755295, 0.017931560054421425, 0.018161265179514885], "count": [282]}, "actions": {"min": [-0.2604760229587555, -0.4888297915458679, -0.9949580430984497, -0.21411380171775818, -0.17999354004859924, -0.19799932837486267, -1.0], "max": [1.1795238256454468, 1.4075357913970947, 1.2771636247634888, 0.16990554332733154, 0.15091198682785034, 0.15905089676380157, 1.0], "mean": [0.11754898726940155, 0.07694819569587708, -0.021355491131544113, 0.0018619964830577374, 0.0022567184641957283, 0.0016655274666845798, 0.1702127605676651], "std": [0.17470267415046692, 0.27001214027404785, 0.28220462799072266, 0.052444033324718475, 0.05341687053442001, 0.04845573753118515, 0.9854087233543396], "count": [282]}, "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": [1457], "max": [1457], "mean": [1457.0], "std": [0.0], "count": [282]}, "index": {"min": [466184], "max": [466465], "mean": [466324.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [282]}}} +{"episode_index": 1458, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5296458883846508]], [[0.5014903444776349]], [[0.4654764314539292]]], "std": [[[0.2861689836487925]], [[0.2642326063134315]], [[0.24834521731890688]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6113536789838006]], [[0.5750501032810585]], [[0.5306226381788067]]], "std": [[[0.24599700409799455]], [[0.22255692834916432]], [[0.1973842249461847]]], "count": [100]}, "state": {"min": [-0.22084461152553558, -0.18489596247673035, 0.9263200163841248, 3.094879150390625, -0.12938354909420013, -0.055208344012498856, 0.002255875850096345, -0.040001995861530304], "max": [0.14264099299907684, 0.2154720425605774, 1.223747968673706, 3.2415359020233154, 0.29585880041122437, 0.06013801693916321, 0.039993491023778915, -0.0021494419779628515], "mean": [-0.06488949060440063, -0.009948590770363808, 1.1148130893707275, 3.157226085662842, 0.050500743091106415, 0.0074990070424973965, 0.018010996282100677, -0.01795547641813755], "std": [0.12272265553474426, 0.1577865034341812, 0.09113050252199173, 0.0388520248234272, 0.14805738627910614, 0.027940290048718452, 0.01807013526558876, 0.018142729997634888], "count": [311]}, "actions": {"min": [-0.2218710482120514, -0.7545874118804932, -0.7827613353729248, -0.13568146526813507, -0.12789571285247803, -0.0741884633898735, -1.0], "max": [0.5627446174621582, 0.9062612056732178, 1.0729880332946777, 0.08229480683803558, 0.12080618739128113, 0.09105444699525833, 1.0], "mean": [0.09654701501131058, 0.06062224879860878, -0.02599075250327587, -0.0023974175564944744, 6.715848030580673e-06, 0.00011189011274836957, 0.1639871448278427], "std": [0.12483321130275726, 0.22590386867523193, 0.2646777033805847, 0.031092006713151932, 0.03756369277834892, 0.027470862492918968, 0.9864614009857178], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [1458], "max": [1458], "mean": [1458.0], "std": [0.0], "count": [311]}, "index": {"min": [466466], "max": [466776], "mean": [466621.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [311]}}} +{"episode_index": 1459, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5357372071509268]], [[0.507465576171875]], [[0.4714489841835171]]], "std": [[[0.2866085304503679]], [[0.2651908153865538]], [[0.24996308032928657]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.6149619625315946]], [[0.5812057806276807]], [[0.5394321761785769]]], "std": [[[0.22818319869038697]], [[0.20522417925103337]], [[0.1807709878700612]]], "count": [100]}, "state": {"min": [-0.2193269431591034, -0.18394102156162262, 0.9388568997383118, 2.940363645553589, -0.22500482201576233, -0.07307612895965576, 0.0020238698925822973, -0.0400080680847168], "max": [0.1478472203016281, 0.21633782982826233, 1.2058519124984741, 3.1745429039001465, 0.06859169155359268, 0.06108573079109192, 0.0398639515042305, -0.0021654576994478703], "mean": [-0.08844396471977234, -0.028851399198174477, 1.1023415327072144, 3.0618338584899902, -0.09370776265859604, -0.013893460854887962, 0.01793375052511692, -0.018083300441503525], "std": [0.14197613298892975, 0.15535885095596313, 0.08374257385730743, 0.06039056554436684, 0.07757049798965454, 0.03679526597261429, 0.018166877329349518, 0.018221786245703697], "count": [296]}, "actions": {"min": [-0.2745813727378845, -0.9356381893157959, -0.6881176829338074, -0.1351476013660431, -0.27895215153694153, -0.15001516044139862, -1.0], "max": [1.0872828960418701, 0.976780354976654, 1.4348382949829102, 0.12690439820289612, 0.14459429681301117, 0.1797833889722824, 1.0], "mean": [0.10020596534013748, 0.06511572748422623, -0.029039718210697174, 0.0012759068049490452, 0.002545745112001896, 0.0005677985027432442, 0.15540540218353271], "std": [0.1713135540485382, 0.23891261219978333, 0.2524105906486511, 0.03937361761927605, 0.06007852405309677, 0.03697842359542847, 0.9878491759300232], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [1459], "max": [1459], "mean": [1459.0], "std": [0.0], "count": [296]}, "index": {"min": [466777], "max": [467072], "mean": [466924.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [296]}}} +{"episode_index": 1460, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.530995698816636]], [[0.5021570835487515]], [[0.46594549381031714]]], "std": [[[0.2836322437700061]], [[0.26071404375941465]], [[0.24322663494903968]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.592419173895144]], [[0.5590269296683518]], [[0.5176225879145604]]], "std": [[[0.27766270773533586]], [[0.2567273802165656]], [[0.23390765501998018]]], "count": [100]}, "state": {"min": [-0.22622662782669067, -0.2010500282049179, 0.9424471259117126, 2.9985084533691406, -0.1491001695394516, -0.22774618864059448, 0.0020124069415032864, -0.03995078429579735], "max": [0.10301864892244339, 0.023016352206468582, 1.2357064485549927, 3.301448106765747, 0.2524734139442444, 0.009643899276852608, 0.040004272013902664, -0.0021184496581554413], "mean": [-0.09694357216358185, -0.14666429162025452, 1.128552794456482, 3.1632471084594727, 0.07394864410161972, -0.07814602553844452, 0.018349451944231987, -0.0182882659137249], "std": [0.10258779674768448, 0.04118579998612404, 0.08683130890130997, 0.07339034229516983, 0.11917435377836227, 0.05639590322971344, 0.01815011538565159, 0.01811147667467594], "count": [253]}, "actions": {"min": [-0.2042221873998642, -0.7488860487937927, -0.6441624164581299, -0.22426827251911163, -0.1541498303413391, -0.1309424340724945, -1.0], "max": [1.2464485168457031, 0.37161847949028015, 1.0026451349258423, 0.16538545489311218, 0.1151178702712059, 0.19949227571487427, 1.0], "mean": [0.0998152494430542, -0.052949462085962296, -0.008903143927454948, -0.007913650944828987, 0.0006193020381033421, -0.00017930490139406174, 0.1462450623512268], "std": [0.2099374383687973, 0.19165121018886566, 0.2856611907482147, 0.049372218549251556, 0.0449407696723938, 0.045919694006443024, 0.9892484545707703], "count": [253]}, "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": [1460], "max": [1460], "mean": [1460.0], "std": [0.0], "count": [253]}, "index": {"min": [467073], "max": [467325], "mean": [467199.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [253]}}} +{"episode_index": 1461, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5280993730133655]], [[0.4994409885780484]], [[0.46301242424460015]]], "std": [[[0.28667832463361287]], [[0.26397291404577794]], [[0.2469110163319999]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6002580650179994]], [[0.5674538729798559]], [[0.5258408280914906]]], "std": [[[0.2645319243643382]], [[0.24401110755143504]], [[0.2218449233900111]]], "count": [100]}, "state": {"min": [-0.22806096076965332, -0.16008839011192322, 0.9388338923454285, 2.8762094974517822, -0.13463740050792694, -0.008260185830295086, 0.0023129067849367857, -0.04000775143504143], "max": [0.08445492386817932, 0.0025280267000198364, 1.2350863218307495, 3.0809571743011475, 0.23622927069664001, 0.19551265239715576, 0.03990330919623375, -0.0027172518894076347], "mean": [-0.11693710088729858, -0.13417348265647888, 1.1229957342147827, 2.9969472885131836, 0.03186303377151489, 0.07763182371854782, 0.01900823600590229, -0.01931055448949337], "std": [0.10369899868965149, 0.02945929393172264, 0.09234413504600525, 0.0626848116517067, 0.10874264687299728, 0.05161353200674057, 0.01804925501346588, 0.017984621226787567], "count": [255]}, "actions": {"min": [-0.28288108110427856, -1.0761052370071411, -0.7953710556030273, -0.2176329344511032, -0.10741090774536133, -0.13955530524253845, -1.0], "max": [1.223888635635376, 0.3216981887817383, 0.6240660548210144, 0.15129902958869934, 0.15211144089698792, 0.18519721925258636, 1.0], "mean": [0.09332442283630371, -0.04124700278043747, -0.01523604430258274, -0.004164418205618858, 0.0008594235987402499, -0.0013603762490674853, 0.10588235408067703], "std": [0.18215927481651306, 0.1871495395898819, 0.28019094467163086, 0.04644069820642471, 0.04323524609208107, 0.04620512202382088, 0.9943807721138], "count": [255]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.7], "std": [7.36115932898254], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [1461], "max": [1461], "mean": [1461.0], "std": [0.0], "count": [255]}, "index": {"min": [467326], "max": [467580], "mean": [467453.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [255]}}} +{"episode_index": 1462, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.531093708711512]], [[0.501974962421492]], [[0.4651978101543352]]], "std": [[[0.2848214600750751]], [[0.2618136193085114]], [[0.24443799546478423]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5926807837392769]], [[0.5617241641773897]], [[0.5220313092400045]]], "std": [[[0.2691490680443946]], [[0.24922722655647928]], [[0.22733255336539143]]], "count": [100]}, "state": {"min": [-0.2078842967748642, -0.17437787353992462, 0.9350988268852234, 3.0035436153411865, -0.17953461408615112, -0.05633355304598808, 0.0026897809002548456, -0.040000300854444504], "max": [0.06094095855951309, 0.021851053461432457, 1.2354527711868286, 3.254751682281494, 0.18933448195457458, 0.1212339922785759, 0.03999289497733116, -0.002746769692748785], "mean": [-0.12145023047924042, -0.136949822306633, 1.136264443397522, 3.1315624713897705, -0.004872745368629694, 0.024379348382353783, 0.01907559111714363, -0.01908797398209572], "std": [0.09791430085897446, 0.04058145359158516, 0.09288660436868668, 0.059615980833768845, 0.0972515419125557, 0.0461636558175087, 0.017888551577925682, 0.01782839372754097], "count": [247]}, "actions": {"min": [-0.272758424282074, -0.8662755489349365, -0.8088662028312683, -0.21520709991455078, -0.13844819366931915, -0.11909031867980957, -1.0], "max": [0.7105366587638855, 0.32317379117012024, 0.8879911303520203, 0.16953173279762268, 0.1768503189086914, 0.18372952938079834, 1.0], "mean": [0.08357112854719162, -0.05530741810798645, -0.015810081735253334, -0.0053479853086173534, 0.0018958918517455459, -0.0022278716787695885, 0.11740890890359879], "std": [0.16603530943393707, 0.21314124763011932, 0.3104551136493683, 0.047792717814445496, 0.05038320645689964, 0.04242939129471779, 0.9930821657180786], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [1462], "max": [1462], "mean": [1462.0], "std": [0.0], "count": [247]}, "index": {"min": [467581], "max": [467827], "mean": [467704.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [247]}}} +{"episode_index": 1463, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5268866349762561]], [[0.4980140901453355]], [[0.4613035368077895]]], "std": [[[0.2859643794398768]], [[0.26286964537321295]], [[0.24550420208533022]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5919638258990119]], [[0.5612769745471431]], [[0.5214883716059665]]], "std": [[[0.2702247253418027]], [[0.2504554358333008]], [[0.2286748119989902]]], "count": [100]}, "state": {"min": [-0.21947725117206573, -0.14554820954799652, 0.9372180104255676, 2.8911616802215576, -0.13656698167324066, -0.025204503908753395, 0.0017843360546976328, -0.040014516562223434], "max": [0.061183713376522064, 0.02203969657421112, 1.2484359741210938, 3.1680195331573486, 0.28174543380737305, 0.07305081188678741, 0.03993998467922211, -0.0020317903254181147], "mean": [-0.11892253160476685, -0.11412873864173889, 1.1387343406677246, 3.0481362342834473, 0.05437178164720535, 0.022136693820357323, 0.017975514754652977, -0.01814368925988674], "std": [0.10768628865480423, 0.031045526266098022, 0.09374099224805832, 0.08028511703014374, 0.11480226367712021, 0.02416544035077095, 0.018098248168826103, 0.018020862713456154], "count": [286]}, "actions": {"min": [-0.25059276819229126, -1.019301176071167, -0.6823058724403381, -0.177557572722435, -0.15081998705863953, -0.1195899248123169, -1.0], "max": [0.7129878401756287, 0.347748339176178, 1.1826339960098267, 0.2413829118013382, 0.12461785227060318, 0.2108020782470703, 1.0], "mean": [0.07059050351381302, -0.043155036866664886, -0.013946186751127243, -0.006944683380424976, 0.003105949144810438, -0.0012835368979722261, 0.16083915531635284], "std": [0.16599152982234955, 0.16569030284881592, 0.28026703000068665, 0.040743838995695114, 0.04714110866189003, 0.04033263027667999, 0.9869812726974487], "count": [286]}, "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": [1463], "max": [1463], "mean": [1463.0], "std": [0.0], "count": [286]}, "index": {"min": [467828], "max": [468113], "mean": [467970.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [286]}}} +{"episode_index": 1464, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5327046873803232]], [[0.5036749542834712]], [[0.4671786092122396]]], "std": [[[0.2843169141370235]], [[0.26147157757163214]], [[0.24409784814581095]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6157050685508578]], [[0.5790349767348346]], [[0.5359326596727558]]], "std": [[[0.25529078777747966]], [[0.23391995473160535]], [[0.21203992780051925]]], "count": [100]}, "state": {"min": [-0.2379930019378662, -0.24475429952144623, 0.9267398118972778, 2.7643754482269287, -0.12664641439914703, -0.15913663804531097, 0.00249660387635231, -0.04001243785023689], "max": [0.08579462021589279, -0.08613201975822449, 1.256828784942627, 3.0265581607818604, 0.2234794795513153, 0.06158828362822533, 0.039735715836286545, -0.00232921470887959], "mean": [-0.13494235277175903, -0.21132376790046692, 1.1288024187088013, 2.8862366676330566, 0.041471928358078, -0.044647131115198135, 0.018638217821717262, -0.01878022775053978], "std": [0.11992903053760529, 0.02819308452308178, 0.10052726417779922, 0.0500410720705986, 0.09949592500925064, 0.061081960797309875, 0.017621604725718498, 0.017735861241817474], "count": [249]}, "actions": {"min": [-0.48759976029396057, -1.193805456161499, -0.8415083885192871, -0.18923649191856384, -0.17527571320533752, -0.19248183071613312, -1.0], "max": [0.8331372141838074, 0.539538562297821, 0.9989562034606934, 0.30395516753196716, 0.18349316716194153, 0.31252121925354004, 1.0], "mean": [0.07743337005376816, -0.0344216525554657, -0.015148015692830086, -0.006796614732593298, 0.000789681333117187, 0.0025250560138374567, 0.14859437942504883], "std": [0.2047915905714035, 0.19559475779533386, 0.30975377559661865, 0.04155467450618744, 0.04658994451165199, 0.05360977724194527, 0.9888960719108582], "count": [249]}, "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": [1464], "max": [1464], "mean": [1464.0], "std": [0.0], "count": [249]}, "index": {"min": [468114], "max": [468362], "mean": [468238.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [249]}}} +{"episode_index": 1465, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5232323752010569]], [[0.4946147263470818]], [[0.45790717629825367]]], "std": [[[0.2889845796919361]], [[0.2660951970010426]], [[0.24912380741359777]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6024030695896523]], [[0.5689865519205729]], [[0.5265241250430837]]], "std": [[[0.25439095742036477]], [[0.23273058341876485]], [[0.20913712531775233]]], "count": [100]}, "state": {"min": [-0.218146413564682, -0.15507014095783234, 0.936211109161377, 2.9381794929504395, -0.1413116753101349, -0.01831127516925335, 0.002172439359128475, -0.0400063619017601], "max": [0.06748893857002258, -0.015303177759051323, 1.2090880870819092, 3.116079330444336, 0.14097827672958374, 0.16366241872310638, 0.03985368460416794, -0.0028157117776572704], "mean": [-0.12924538552761078, -0.0898490846157074, 1.0990662574768066, 3.020717144012451, 0.02488604374229908, 0.07989516854286194, 0.01725032925605774, -0.01754993014037609], "std": [0.10694437474012375, 0.04406469315290451, 0.08398154377937317, 0.046355243772268295, 0.0874781683087349, 0.04175585135817528, 0.017570124939084053, 0.017545217648148537], "count": [235]}, "actions": {"min": [-0.27428534626960754, -0.6167543530464172, -0.9539343118667603, -0.13429734110832214, -0.18060515820980072, -0.17157867550849915, -1.0], "max": [0.8978566527366638, 0.5815461874008179, 1.4637213945388794, 0.10726563632488251, 0.13971944153308868, 0.10806526243686676, 1.0], "mean": [0.09183800965547562, -0.006549052428454161, -0.021065741777420044, -0.0017276168800890446, -0.00015310787421185523, -0.0033134189434349537, 0.2085106372833252], "std": [0.18262405693531036, 0.18237555027008057, 0.2926810383796692, 0.0358557254076004, 0.03830753639340401, 0.03915572538971901, 0.9780182242393494], "count": [235]}, "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": [1465], "max": [1465], "mean": [1465.0], "std": [0.0], "count": [235]}, "index": {"min": [468363], "max": [468597], "mean": [468480.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [235]}}} +{"episode_index": 1466, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5271335742426854]], [[0.49818558397480084]], [[0.46133137482287834]]], "std": [[[0.2862161213003987]], [[0.2631678240789809]], [[0.24596483897036742]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5964835785510493]], [[0.5640631761737899]], [[0.5236712269502528]]], "std": [[[0.25744127424615587]], [[0.23574118243312864]], [[0.21223888383593037]]], "count": [100]}, "state": {"min": [-0.21436218917369843, -0.18054316937923431, 0.9525122046470642, 2.99234938621521, -0.14597485959529877, -0.022464757785201073, 0.00108278205152601, -0.04000677540898323], "max": [0.07218416780233383, -0.019893761724233627, 1.2356219291687012, 3.1265101432800293, 0.1977492719888687, 0.10522912442684174, 0.03993922844529152, -0.0021193919237703085], "mean": [-0.12850575149059296, -0.11170127242803574, 1.1312508583068848, 3.077847480773926, 0.01535731926560402, 0.02994312159717083, 0.01846628077328205, -0.018743712455034256], "std": [0.10361447930335999, 0.04836919158697128, 0.08807632327079773, 0.03236493095755577, 0.09508024156093597, 0.03009597584605217, 0.01826418563723564, 0.0181496012955904], "count": [258]}, "actions": {"min": [-0.3034329116344452, -0.7940860390663147, -0.880481481552124, -0.14945514500141144, -0.2507018446922302, -0.12775714695453644, -1.0], "max": [0.8330503702163696, 0.3752182722091675, 1.5992323160171509, 0.13037942349910736, 0.13420210778713226, 0.12349320948123932, 1.0], "mean": [0.08539757877588272, -0.005743307527154684, -0.010972125455737114, -0.001024025259539485, 0.0017620137659832835, -0.0004415601724758744, 0.1472868174314499], "std": [0.17729100584983826, 0.18609608709812164, 0.2929461598396301, 0.04410446807742119, 0.046839192509651184, 0.03626573458313942, 0.9890961050987244], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [1466], "max": [1466], "mean": [1466.0], "std": [0.0], "count": [258]}, "index": {"min": [468598], "max": [468855], "mean": [468726.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [258]}}} +{"episode_index": 1467, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5247681352203968]], [[0.4958325153425628]], [[0.4588308099484911]]], "std": [[[0.28848818832142786]], [[0.2654245503364039]], [[0.2482990223308377]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6049513579723882]], [[0.5708406713149128]], [[0.5276952065860524]]], "std": [[[0.254684684067936]], [[0.23284845745511595]], [[0.20913156212559897]]], "count": [100]}, "state": {"min": [-0.22411701083183289, -0.16285128891468048, 0.9274230599403381, 2.9459755420684814, -0.16490089893341064, 0.03178149834275246, 0.0025104184169322252, -0.04000939428806305], "max": [0.0765635222196579, 0.005118141882121563, 1.2261465787887573, 3.085691213607788, 0.20288634300231934, 0.1647438406944275, 0.0398465134203434, -0.002756736474111676], "mean": [-0.12441397458314896, -0.09152250736951828, 1.1104360818862915, 2.9971184730529785, 0.0354536734521389, 0.08264268189668655, 0.018451785668730736, -0.018727440387010574], "std": [0.11241434514522552, 0.04513660818338394, 0.08754175901412964, 0.036508332937955856, 0.10221931338310242, 0.03744043409824371, 0.01791553944349289, 0.017934579402208328], "count": [240]}, "actions": {"min": [-0.33398330211639404, -1.3627701997756958, -0.6715120077133179, -0.18370020389556885, -0.19430503249168396, -0.11413321644067764, -1.0], "max": [0.8452654480934143, 0.4609968960285187, 1.1535676717758179, 0.17263419926166534, 0.17656013369560242, 0.13084650039672852, 1.0], "mean": [0.09581667929887772, -0.015387884341180325, -0.016312776133418083, -0.0008496235823258758, 0.0012834582012146711, -0.0024571355897933245, 0.14166666567325592], "std": [0.17839545011520386, 0.2080410122871399, 0.2975025475025177, 0.04751349613070488, 0.049534350633621216, 0.03714800626039505, 0.9899157285690308], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [1467], "max": [1467], "mean": [1467.0], "std": [0.0], "count": [240]}, "index": {"min": [468856], "max": [469095], "mean": [468975.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [240]}}} +{"episode_index": 1468, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.531502149993298]], [[0.5027598715389476]], [[0.46641979382084864]]], "std": [[[0.2834827854184235]], [[0.2607032381765122]], [[0.24357446324417606]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6023381353640089]], [[0.5685228014179305]], [[0.5288314693675321]]], "std": [[[0.25918006464680643]], [[0.23771473274472416]], [[0.21570141697913783]]], "count": [100]}, "state": {"min": [-0.20383647084236145, -0.24865660071372986, 0.9514538645744324, 2.883411407470703, -0.13013724982738495, -0.012144285254180431, 0.0017291518161073327, -0.0400022491812706], "max": [0.08866303414106369, 0.014814658090472221, 1.254970669746399, 3.2219717502593994, 0.22101396322250366, 0.1361757218837738, 0.03997129574418068, -0.0019379518926143646], "mean": [-0.11960671842098236, -0.16771194338798523, 1.1490546464920044, 3.072266101837158, 0.027997799217700958, 0.03716954588890076, 0.019142547622323036, -0.019192123785614967], "std": [0.10913839191198349, 0.05588274821639061, 0.08738446235656738, 0.10456833988428116, 0.09740647673606873, 0.03315528482198715, 0.018358511850237846, 0.018333155661821365], "count": [259]}, "actions": {"min": [-0.4603613018989563, -1.4566141366958618, -1.4276154041290283, -0.16838105022907257, -0.2879110276699066, -0.1344127357006073, -1.0], "max": [0.8495776653289795, 0.7353745698928833, 2.8343396186828613, 0.21871471405029297, 0.13843517005443573, 0.12537752091884613, 1.0], "mean": [0.07439307868480682, -0.030768906697630882, -0.0058143422938883305, -0.003980875015258789, 0.003597839269787073, 0.0008928135503083467, 0.08880309015512466], "std": [0.18729320168495178, 0.2444320172071457, 0.35069164633750916, 0.054805684834718704, 0.04989795386791229, 0.035420212894678116, 0.9960483312606812], "count": [259]}, "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": [1468], "max": [1468], "mean": [1468.0], "std": [0.0], "count": [259]}, "index": {"min": [469096], "max": [469354], "mean": [469225.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [259]}}} +{"episode_index": 1469, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5296223718979779]], [[0.5004459342208563]], [[0.46378342751895685]]], "std": [[[0.28413874563829233]], [[0.26086623929621655]], [[0.24316972556517208]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5932044564041438]], [[0.562522730808632]], [[0.5255391277238435]]], "std": [[[0.269121408597883]], [[0.24948822599540324]], [[0.22900369714758081]]], "count": [100]}, "state": {"min": [-0.2283196747303009, -0.2641817629337311, 0.9204236268997192, 2.9598426818847656, -0.08227083832025528, -0.15711303055286407, 0.0074899205937981606, -0.040007758885622025], "max": [0.0738469734787941, 0.002016581129282713, 1.2229952812194824, 3.162684917449951, 0.2521638572216034, 0.08108296990394592, 0.039926495403051376, -0.00783079955726862], "mean": [-0.11477266252040863, -0.17834354937076569, 1.1230618953704834, 3.038649797439575, 0.04737323150038719, -0.07691383361816406, 0.024466486647725105, -0.024908097460865974], "std": [0.12049965560436249, 0.07302086055278778, 0.08421216905117035, 0.05095164105296135, 0.08963176608085632, 0.06755455583333969, 0.014898736961185932, 0.014634354040026665], "count": [270]}, "actions": {"min": [-1.3075892925262451, -1.3821640014648438, -1.1104328632354736, -0.19608727097511292, -0.24672169983386993, -0.12385082244873047, -1.0], "max": [0.637492835521698, 0.4360984265804291, 0.9485577940940857, 0.14490622282028198, 0.16282501816749573, 0.1503501683473587, 1.0], "mean": [0.05082814022898674, -0.026683833450078964, -0.0037095369771122932, -0.0023665253538638353, -0.001168690505437553, -0.003623139811679721, -0.014814814552664757], "std": [0.21996894478797913, 0.23513340950012207, 0.31271427869796753, 0.04160964861512184, 0.049348361790180206, 0.04066592454910278, 0.9998894929885864], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1469], "max": [1469], "mean": [1469.0], "std": [0.0], "count": [270]}, "index": {"min": [469355], "max": [469624], "mean": [469489.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1470, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5304121398925781]], [[0.5017153984518612]], [[0.4655191046022901]]], "std": [[[0.2837365049159184]], [[0.2609507791550628]], [[0.24379554822011454]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6123833887436811]], [[0.577441463096469]], [[0.5365255055147059]]], "std": [[[0.2541614924550809]], [[0.2328643603311793]], [[0.2111313834286167]]], "count": [100]}, "state": {"min": [-0.21339336037635803, -0.2329500913619995, 0.9532694220542908, 2.868072986602783, -0.15318039059638977, -0.08244984596967697, 0.0017036639619618654, -0.040009237825870514], "max": [0.11358065903186798, 0.004486370831727982, 1.2371455430984497, 3.1783628463745117, 0.20549772679805756, 0.05977962911128998, 0.039847228676080704, -0.0014244624180719256], "mean": [-0.11838792264461517, -0.1713571697473526, 1.136997103691101, 2.9924609661102295, 0.013056405819952488, -0.01244577020406723, 0.017102524638175964, -0.017252758145332336], "std": [0.12209690362215042, 0.04811416193842888, 0.08959520608186722, 0.07947132736444473, 0.10552029311656952, 0.03416000306606293, 0.018058152869343758, 0.018037408590316772], "count": [250]}, "actions": {"min": [-0.21483948826789856, -0.9789075255393982, -1.457428216934204, -0.139454185962677, -0.2399527132511139, -0.10391049087047577, -1.0], "max": [0.927594780921936, 0.5274243950843811, 1.3466215133666992, 0.11782152205705643, 0.21248911321163177, 0.13243865966796875, 1.0], "mean": [0.09159461408853531, -0.039446718990802765, -0.013700015842914581, -0.007692717481404543, 0.002826621988788247, 0.0011309479596093297, 0.20000000298023224], "std": [0.20096828043460846, 0.2197050303220749, 0.30633431673049927, 0.04277811944484711, 0.051128141582012177, 0.03786954656243324, 0.9797959327697754], "count": [250]}, "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": [1470], "max": [1470], "mean": [1470.0], "std": [0.0], "count": [250]}, "index": {"min": [469625], "max": [469874], "mean": [469749.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [250]}}} +{"episode_index": 1471, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4467918635349648]], [[0.4227293425915288]], [[0.3912083788105086]]], "std": [[[0.2448533358265563]], [[0.22506521743812655]], [[0.2113812719229368]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9450980392156862]]], "mean": [[[0.574718521417356]], [[0.5370148351332721]], [[0.4935127772910922]]], "std": [[[0.24378253610527553]], [[0.2144593433305322]], [[0.18444995153554486]]], "count": [100]}, "state": {"min": [-0.21743129193782806, -0.018417775630950928, 0.9228156805038452, 3.027012825012207, -0.15215164422988892, -0.09005705267190933, 0.002162821590900421, -0.03989909589290619], "max": [0.13924239575862885, 0.22901274263858795, 1.2156721353530884, 3.2751290798187256, 0.20692972838878632, 0.11434008926153183, 0.040006645023822784, -0.0021610306575894356], "mean": [-0.08490543812513351, 0.11005894839763641, 1.0825814008712769, 3.171231508255005, -0.014360214583575726, 0.00326736643910408, 0.016130231320858, -0.016050070524215698], "std": [0.14199356734752655, 0.09164557605981827, 0.0895896777510643, 0.0738152340054512, 0.11676499247550964, 0.055773746222257614, 0.017626825720071793, 0.017604563385248184], "count": [266]}, "actions": {"min": [-0.25154373049736023, -0.27454686164855957, -0.7354486584663391, -0.1578233540058136, -0.19742551445960999, -0.09394792467355728, -1.0], "max": [0.9414404630661011, 0.8689436316490173, 1.1376559734344482, 0.1369335949420929, 0.2606978416442871, 0.12092993408441544, 1.0], "mean": [0.12093311548233032, 0.0644192025065422, -0.02168087288737297, -0.004592105280607939, 0.0020473531913012266, 0.003394217463210225, 0.2631579041481018], "std": [0.17124269902706146, 0.15687492489814758, 0.2780825197696686, 0.042538728564977646, 0.06227346882224083, 0.03248034045100212, 0.9647530913352966], "count": [266]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.678704317786953], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [1471], "max": [1471], "mean": [1471.0], "std": [0.0], "count": [266]}, "index": {"min": [469875], "max": [470140], "mean": [470007.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [266]}}} +{"episode_index": 1472, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44703127692727485]], [[0.4232250084970512]], [[0.3921068025476792]]], "std": [[[0.24540030916690697]], [[0.22552796341408562]], [[0.21157704009010989]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[0.9803921568627451]], [[0.9372549019607843]]], "mean": [[[0.5622106353161382]], [[0.5269809019799325]], [[0.4860798411649816]]], "std": [[[0.24406149478726802]], [[0.21480398255149738]], [[0.18466026375020553]]], "count": [100]}, "state": {"min": [-0.2141866832971573, -0.0009087045327760279, 0.9178018569946289, 3.0165975093841553, -0.14012977480888367, 0.020257618278265, 0.001886674901470542, -0.0400053933262825], "max": [0.1323166787624359, 0.2224077731370926, 1.159865140914917, 3.1298303604125977, 0.1046060249209404, 0.17451521754264832, 0.03992314264178276, -0.0020050916355103254], "mean": [-0.08402499556541443, 0.0889008492231369, 1.0567481517791748, 3.0769174098968506, -0.02567552588880062, 0.08809520304203033, 0.017149008810520172, -0.01731094717979431], "std": [0.13513058423995972, 0.0743652731180191, 0.07835063338279724, 0.026088248938322067, 0.07842613011598587, 0.03590553253889084, 0.018052365630865097, 0.01804007962346077], "count": [238]}, "actions": {"min": [-0.1841474324464798, -0.21064752340316772, -0.9843447208404541, -0.12509509921073914, -0.17926888167858124, -0.12028875201940536, -1.0], "max": [0.9513207077980042, 0.5391607284545898, 0.780852198600769, 0.19777929782867432, 0.16368265450000763, 0.195072740316391, 1.0], "mean": [0.1262664645910263, 0.06847581267356873, -0.036117736250162125, -0.0005137347034178674, 0.0023203627206385136, 0.00011601366713875905, 0.19327731430530548], "std": [0.18765287101268768, 0.12270496785640717, 0.2685697674751282, 0.039198942482471466, 0.05522913858294487, 0.03655366227030754, 0.9811444878578186], "count": [238]}, "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": [1472], "max": [1472], "mean": [1472.0], "std": [0.0], "count": [238]}, "index": {"min": [470141], "max": [470378], "mean": [470259.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [238]}}} +{"episode_index": 1473, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44699221801757816]], [[0.42308269485772826]], [[0.39201281139897365]]], "std": [[[0.2451552179325247]], [[0.22507440400395715]], [[0.21084728782980094]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9137254901960784]]], "mean": [[[0.5704832350786995]], [[0.5337673381730621]], [[0.49122206325157014]]], "std": [[[0.2468793004024847]], [[0.2179124785756768]], [[0.18819076766087237]]], "count": [100]}, "state": {"min": [-0.2041948288679123, -0.013580613769590855, 0.9281058311462402, 3.027862310409546, -0.13912522792816162, -0.050630733370780945, 0.003742559812963009, -0.04000299051403999], "max": [0.1401471048593521, 0.2226976454257965, 1.1701582670211792, 3.214365243911743, 0.19671276211738586, 0.16648365557193756, 0.039938125759363174, -0.003691661637276411], "mean": [-0.06147528067231178, 0.10292591899633408, 1.0621521472930908, 3.149794340133667, 0.04292094334959984, 0.0383344329893589, 0.015996534377336502, -0.016189755871891975], "std": [0.1364728808403015, 0.0780363529920578, 0.0706438273191452, 0.04413566365838051, 0.0946841910481453, 0.06340157240629196, 0.01638290472328663, 0.01633337512612343], "count": [242]}, "actions": {"min": [-0.2613452970981598, -0.13785651326179504, -1.0181267261505127, -0.1494036167860031, -0.1556975394487381, -0.10252109169960022, -1.0], "max": [0.6773176193237305, 0.7424818277359009, 0.6403620839118958, 0.16871458292007446, 0.14815084636211395, 0.1231047511100769, 1.0], "mean": [0.12527984380722046, 0.0756201297044754, -0.02690633200109005, 0.0032584297005087137, 0.0003635796019807458, 0.0025894935242831707, 0.32231405377388], "std": [0.16642528772354126, 0.1338118016719818, 0.26175451278686523, 0.04044767841696739, 0.05044278874993324, 0.035280343145132065, 0.9466331601142883], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [1473], "max": [1473], "mean": [1473.0], "std": [0.0], "count": [242]}, "index": {"min": [470379], "max": [470620], "mean": [470499.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [242]}}} +{"episode_index": 1474, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44616083302217374]], [[0.42250073481541056]], [[0.3915017269358915]]], "std": [[[0.24504431417029432]], [[0.22528273919415592]], [[0.2115155425328891]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9529411764705882]]], "mean": [[[0.5700820013308058]], [[0.533484857895795]], [[0.4907441478056066]]], "std": [[[0.24202097196707428]], [[0.21329232259905867]], [[0.18309809498325652]]], "count": [100]}, "state": {"min": [-0.21311940252780914, -0.02871840074658394, 0.9215495586395264, 3.0445289611816406, -0.10925173759460449, -0.14446304738521576, 0.0022374740801751614, -0.04000309482216835], "max": [0.14768552780151367, 0.20442236959934235, 1.1708167791366577, 3.216073751449585, 0.18522551655769348, 0.09112045913934708, 0.039933525025844574, -0.0022730743512511253], "mean": [-0.06417275220155716, 0.08082570880651474, 1.0680488348007202, 3.123159408569336, -0.000919276149943471, -0.04770852252840996, 0.013577133417129517, -0.01340361125767231], "std": [0.1467277854681015, 0.09083592146635056, 0.07365812361240387, 0.03793312981724739, 0.0883612334728241, 0.06311985850334167, 0.01650141552090645, 0.016627144068479538], "count": [284]}, "actions": {"min": [-0.2790944576263428, -0.24425141513347626, -0.6167039275169373, -0.17463938891887665, -0.12822364270687103, -0.09373672306537628, -1.0], "max": [0.749862551689148, 0.5907490849494934, 0.9573135375976562, 0.1270049512386322, 0.12141573429107666, 0.10192028433084488, 1.0], "mean": [0.10551679879426956, 0.04451543465256691, -0.024485532194375992, -0.002809422556310892, 0.00019215988868381828, 0.00210146838799119, 0.4084506928920746], "std": [0.15348908305168152, 0.13075262308120728, 0.23267370462417603, 0.03115607053041458, 0.04429793357849121, 0.03612751513719559, 0.9127801656723022], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1474], "max": [1474], "mean": [1474.0], "std": [0.0], "count": [284]}, "index": {"min": [470621], "max": [470904], "mean": [470762.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1475, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4475757123161765]], [[0.42266547289081646]], [[0.3905187048818551]]], "std": [[[0.24601727402431758]], [[0.2249103171166411]], [[0.20947077856327848]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5332168339748008]], [[0.5028694242589614]], [[0.46637223067938116]]], "std": [[[0.275445841726527]], [[0.2511264421474233]], [[0.22593435852411062]]], "count": [100]}, "state": {"min": [-0.21060074865818024, -0.14883354306221008, 0.9214524626731873, 3.0351767539978027, -0.09385740011930466, -0.05591666325926781, 0.004867491777986288, -0.03992429003119469], "max": [0.0742579996585846, 0.05406704172492027, 1.1879181861877441, 3.253260612487793, 0.1599409282207489, 0.024635205045342445, 0.03999711945652962, -0.004904248286038637], "mean": [-0.10555879026651382, -0.042512863874435425, 1.0813994407653809, 3.145745038986206, 0.0227213054895401, -0.016833828762173653, 0.017741609364748, -0.017634280025959015], "std": [0.11167299747467041, 0.07141420245170593, 0.08452102541923523, 0.05561722815036774, 0.07509871572256088, 0.0243728905916214, 0.016109013929963112, 0.016152050346136093], "count": [201]}, "actions": {"min": [-0.29174432158470154, -0.6250581741333008, -0.9789417386054993, -0.17633751034736633, -0.24368172883987427, -0.1186557412147522, -1.0], "max": [0.8281852006912231, 0.3331640660762787, 1.142074704170227, 0.1469985693693161, 0.13881105184555054, 0.1383332908153534, 1.0], "mean": [0.10503718256950378, -0.05852597579360008, -0.023427322506904602, -0.0030098846182227135, 0.004947191569954157, -0.001589486375451088, 0.2636815905570984], "std": [0.1722872257232666, 0.1477717012166977, 0.30591025948524475, 0.04820047318935394, 0.053301386535167694, 0.03755177929997444, 0.9646095037460327], "count": [201]}, "timestamp": {"min": [0.0], "max": [20.0], "mean": [10.0], "std": [5.802298395176403], "count": [201]}, "frame_index": {"min": [0], "max": [200], "mean": [100.0], "std": [58.02298395176403], "count": [201]}, "episode_index": {"min": [1475], "max": [1475], "mean": [1475.0], "std": [0.0], "count": [201]}, "index": {"min": [470905], "max": [471105], "mean": [471005.0], "std": [58.02298395176403], "count": [201]}, "task_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [201]}}} +{"episode_index": 1476, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44524399701286765]], [[0.42081076289158237]], [[0.3892001115387561]]], "std": [[[0.24385557055651386]], [[0.22297593286697795]], [[0.20756025194248362]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5481749842026654]], [[0.5150511414770986]], [[0.47585906144684437]]], "std": [[[0.27074442598766163]], [[0.24590782647719575]], [[0.22060649274475605]]], "count": [100]}, "state": {"min": [-0.21837562322616577, -0.17213408648967743, 0.919310450553894, 2.9295339584350586, -0.10431024432182312, -0.06878941506147385, 0.0024430593475699425, -0.03998199850320816], "max": [0.09420714527368546, 0.05922012776136398, 1.2578761577606201, 3.183659791946411, 0.20173439383506775, 0.062049750238657, 0.03996015712618828, -0.0026740741450339556], "mean": [-0.10469541698694229, -0.0547078475356102, 1.1172157526016235, 3.0592331886291504, 0.08420007675886154, 0.0013959676725789905, 0.015831278637051582, -0.01600600779056549], "std": [0.11935100704431534, 0.08236145228147507, 0.10407941788434982, 0.06858834624290466, 0.07578567415475845, 0.03406090289354324, 0.01734592206776142, 0.01723252423107624], "count": [250]}, "actions": {"min": [-0.21004873514175415, -0.4434760808944702, -0.7718504667282104, -0.15236355364322662, -0.1521681845188141, -0.11626140028238297, -1.0], "max": [0.7866544723510742, 0.31204357743263245, 1.2380210161209106, 0.1987001895904541, 0.1936856210231781, 0.13039276003837585, 1.0], "mean": [0.09737689793109894, -0.05764754116535187, -0.010758498683571815, -0.007120234426110983, 0.004042710177600384, 0.00016370826051570475, 0.2800000011920929], "std": [0.16659727692604065, 0.1399192065000534, 0.30735763907432556, 0.05122831091284752, 0.051376983523368835, 0.04039745405316353, 0.9600004553794861], "count": [250]}, "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": [1476], "max": [1476], "mean": [1476.0], "std": [0.0], "count": [250]}, "index": {"min": [471106], "max": [471355], "mean": [471230.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [250]}}} +{"episode_index": 1477, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4466324044021906]], [[0.4219209654564951]], [[0.38986456298828126]]], "std": [[[0.24585270971776113]], [[0.2249755928900462]], [[0.2098300847888015]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.984313725490196]]], "mean": [[[0.5349482068828508]], [[0.504375399720435]], [[0.4679213980880438]]], "std": [[[0.2637680993013925]], [[0.23838756527642999]], [[0.2123473921943305]]], "count": [100]}, "state": {"min": [-0.21218553185462952, -0.1602208912372589, 0.9158763289451599, 2.9756217002868652, -0.21696002781391144, -0.052882373332977295, 0.0021811032202094793, -0.040007539093494415], "max": [0.0675019770860672, 0.03950733318924904, 1.2036385536193848, 3.0620815753936768, 0.06548687070608139, 0.12873226404190063, 0.03984494134783745, -0.0024914597161114216], "mean": [-0.12575209140777588, -0.037849314510822296, 1.0869078636169434, 3.0213096141815186, -0.04618882015347481, 0.011933532543480396, 0.01624152809381485, -0.01651286520063877], "std": [0.10416824370622635, 0.07428330183029175, 0.08949577063322067, 0.017346300184726715, 0.08270153403282166, 0.049473922699689865, 0.017644502222537994, 0.017601408064365387], "count": [247]}, "actions": {"min": [-0.28635692596435547, -0.5675194263458252, -0.641207754611969, -0.26370981335639954, -0.192714124917984, -0.12859483063220978, -1.0], "max": [0.8084601759910583, 0.3730362057685852, 1.317670464515686, 0.11644040793180466, 0.1280335932970047, 0.16193906962871552, 1.0], "mean": [0.08349759131669998, -0.03816407173871994, -0.017130425199866295, -3.222873783670366e-05, 0.0025285331066697836, 0.0004068934649694711, 0.24696356058120728], "std": [0.16104279458522797, 0.1589285433292389, 0.272273451089859, 0.03810066357254982, 0.042336031794548035, 0.03970341756939888, 0.9690240621566772], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [1477], "max": [1477], "mean": [1477.0], "std": [0.0], "count": [247]}, "index": {"min": [471356], "max": [471602], "mean": [471479.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [247]}}} +{"episode_index": 1478, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4471029399797028]], [[0.42248529710956645]], [[0.39074450683593753]]], "std": [[[0.24490718029671973]], [[0.2240283647496345]], [[0.20870333710162198]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5368118956322763]], [[0.5065646906834023]], [[0.47069730272480087]]], "std": [[[0.2737190479799023]], [[0.24972328980257366]], [[0.22520916949543443]]], "count": [100]}, "state": {"min": [-0.1953554004430771, -0.1595766246318817, 0.9345808029174805, 2.9586117267608643, -0.08250969648361206, -0.06277331709861755, 0.0019015474244952202, -0.039880454540252686], "max": [0.07843466848134995, 0.03403230383992195, 1.2180615663528442, 3.1764490604400635, 0.18399105966091156, 0.02543848380446434, 0.039916712790727615, -0.00170545291621238], "mean": [-0.09253869950771332, -0.06408769637346268, 1.1100918054580688, 3.078094959259033, 0.026671212166547775, -0.023091429844498634, 0.012874702922999859, -0.013001253828406334], "std": [0.10927531868219376, 0.07557147741317749, 0.09012994170188904, 0.07024969160556793, 0.08257241547107697, 0.022675998508930206, 0.016426343470811844, 0.016354436054825783], "count": [203]}, "actions": {"min": [-0.25521549582481384, -0.42913103103637695, -0.8926590085029602, -0.1777486354112625, -0.18942077457904816, -0.0992819294333458, -1.0], "max": [0.5608169436454773, 0.2178971916437149, 0.8278500437736511, 0.1251552402973175, 0.22363169491291046, 0.07326440513134003, 1.0], "mean": [0.10549350082874298, -0.06575152277946472, -0.024539470672607422, -0.006171261891722679, 0.00877330545336008, -0.0005665270145982504, 0.41871920228004456], "std": [0.16416797041893005, 0.12564340233802795, 0.327141135931015, 0.04217293858528137, 0.054573286324739456, 0.03166750445961952, 0.9081167578697205], "count": [203]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [1478], "max": [1478], "mean": [1478.0], "std": [0.0], "count": [203]}, "index": {"min": [471603], "max": [471805], "mean": [471704.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [203]}}} +{"episode_index": 1479, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4484084945379519]], [[0.42398112098843443]], [[0.3924406289493336]]], "std": [[[0.2441955326666673]], [[0.2237221875765759]], [[0.20881789280776938]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.537983518114277]], [[0.5066035317813649]], [[0.4692473294127221]]], "std": [[[0.2700989657164998]], [[0.2448462768884965]], [[0.21887340933448093]]], "count": [100]}, "state": {"min": [-0.22493669390678406, -0.16509708762168884, 0.9293805360794067, 3.019105911254883, -0.16242928802967072, -0.06523019820451736, 0.0018578727031126618, -0.03989032655954361], "max": [0.10529259592294693, 0.054352521896362305, 1.2392975091934204, 3.299466133117676, 0.11080150306224823, 0.03060564585030079, 0.040008608251810074, -0.0017837097402662039], "mean": [-0.10670413821935654, -0.053557127714157104, 1.1071027517318726, 3.1613757610321045, -0.0425742045044899, -0.023612581193447113, 0.016472764313220978, -0.016398843377828598], "std": [0.13038572669029236, 0.08451104164123535, 0.0974874198436737, 0.07870654761791229, 0.08580122888088226, 0.026992594823241234, 0.017796838656067848, 0.01778602972626686], "count": [235]}, "actions": {"min": [-0.24828509986400604, -1.0940552949905396, -0.9630730152130127, -0.20313048362731934, -0.2134760171175003, -0.1133471205830574, -1.0], "max": [0.9795911312103271, 0.4491350054740906, 1.2704037427902222, 0.17010308802127838, 0.15765894949436188, 0.1396750956773758, 1.0], "mean": [0.10197756439447403, -0.0442274734377861, -0.015033317729830742, -0.0040969401597976685, 0.004563781898468733, -0.0009725044365040958, 0.23404255509376526], "std": [0.19097916781902313, 0.18873295187950134, 0.3221895098686218, 0.05300482362508774, 0.056307584047317505, 0.03870372101664543, 0.9722247123718262], "count": [235]}, "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": [1479], "max": [1479], "mean": [1479.0], "std": [0.0], "count": [235]}, "index": {"min": [471806], "max": [472040], "mean": [471923.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [235]}}} +{"episode_index": 1480, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4480101791082644]], [[0.4230588624243643]], [[0.3909812041637944]]], "std": [[[0.24505629875029847]], [[0.22386379434025608]], [[0.20821879699477538]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5398619947246477]], [[0.5083586527506511]], [[0.47064390593884037]]], "std": [[[0.27176484105758447]], [[0.24705464101176197]], [[0.22185600613162737]]], "count": [100]}, "state": {"min": [-0.22091951966285706, -0.16056466102600098, 0.9201595783233643, 2.9258344173431396, -0.15174990892410278, -0.05516377463936806, 0.002329044509679079, -0.04000584036111832], "max": [0.09152083843946457, 0.06709808111190796, 1.2425403594970703, 3.120997428894043, 0.2186553180217743, 0.14704672992229462, 0.03987611457705498, -0.0025428892113268375], "mean": [-0.10246273875236511, -0.03938867151737213, 1.110477089881897, 3.0237278938293457, 0.04005534574389458, 0.0459120012819767, 0.014387342147529125, -0.014617343433201313], "std": [0.12371204793453217, 0.08983886986970901, 0.09969380497932434, 0.05418144911527634, 0.08512701839208603, 0.04754980280995369, 0.016841311007738113, 0.01679634116590023], "count": [245]}, "actions": {"min": [-0.26632562279701233, -0.8939253091812134, -0.7525174021720886, -0.174649178981781, -0.20130448043346405, -0.14661642909049988, -1.0], "max": [0.8678192496299744, 0.27481478452682495, 1.546825885772705, 0.13632726669311523, 0.2118196040391922, 0.07399499416351318, 1.0], "mean": [0.09442468732595444, -0.05219097062945366, -0.010002383962273598, -0.0013192460173740983, 0.004167390987277031, -0.004399161785840988, 0.3551020324230194], "std": [0.18485939502716064, 0.1723289042711258, 0.3068351447582245, 0.04639492928981781, 0.05038910359144211, 0.03367019444704056, 0.9348277449607849], "count": [245]}, "timestamp": {"min": [0.0], "max": [24.4], "mean": [12.2], "std": [7.072481884034769], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [1480], "max": [1480], "mean": [1480.0], "std": [0.0], "count": [245]}, "index": {"min": [472041], "max": [472285], "mean": [472163.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [245]}}} +{"episode_index": 1481, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5307512530158548]], [[0.5018754805022595]], [[0.46526976521809893]]], "std": [[[0.28438147016184934]], [[0.26157817935851774]], [[0.24459252413744886]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6116825226428462]], [[0.5765527038574219]], [[0.5351811038746553]]], "std": [[[0.2498980092867605]], [[0.22790431152627066]], [[0.20517160708637788]]], "count": [100]}, "state": {"min": [-0.2483360916376114, -0.15835298597812653, 0.9100486040115356, 3.0428614616394043, -0.18346437811851501, -0.045742467045784, 0.0017603901214897633, -0.03997230902314186], "max": [0.08861672878265381, 0.17864224314689636, 1.27046537399292, 3.240818738937378, 0.10103641450405121, 0.12419532239437103, 0.04080640897154808, -0.0017775476444512606], "mean": [-0.12665539979934692, 0.030210625380277634, 1.1209287643432617, 3.131925344467163, -0.03269289433956146, 0.0345274917781353, 0.01920834183692932, -0.019187241792678833], "std": [0.1308794915676117, 0.1318821758031845, 0.11037687957286835, 0.05093040317296982, 0.0743246078491211, 0.038175757974386215, 0.01854925975203514, 0.01850460283458233], "count": [291]}, "actions": {"min": [-0.28685587644577026, -0.9942057132720947, -0.8525387048721313, -0.14272762835025787, -0.18266603350639343, -0.1274404674768448, -1.0], "max": [0.9314437508583069, 0.6535481810569763, 0.8822330832481384, 0.205654576420784, 0.23442260921001434, 0.25241735577583313, 1.0], "mean": [0.07554233074188232, -0.04200326278805733, -0.024563873186707497, -0.001179136335849762, 0.003274021903052926, 0.0009019985445775092, 0.08591065555810928], "std": [0.18728545308113098, 0.2263191044330597, 0.3001164495944977, 0.04676011577248573, 0.049414556473493576, 0.04194488748908043, 0.9963021278381348], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1481], "max": [1481], "mean": [1481.0], "std": [0.0], "count": [291]}, "index": {"min": [472286], "max": [472576], "mean": [472431.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1482, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5287238494274663]], [[0.5000352089077819]], [[0.4637731975480622]]], "std": [[[0.28373124260903443]], [[0.26077702526166485]], [[0.24339346210370777]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6012309498506434]], [[0.566433833103554]], [[0.5252363831763174]]], "std": [[[0.272200735598554]], [[0.25087193844112804]], [[0.22843476182739036]]], "count": [100]}, "state": {"min": [-0.2232159525156021, -0.1724970042705536, 0.9093434810638428, 3.010079860687256, -0.006488865707069635, -0.13771413266658783, 0.0022119448985904455, -0.03999779000878334], "max": [0.0975189208984375, 0.19481593370437622, 1.2684859037399292, 3.2016026973724365, 0.22595123946666718, 0.047124363481998444, 0.04101680591702461, -0.0023491510655730963], "mean": [-0.09202549606561661, 0.010611781850457191, 1.1289362907409668, 3.102020025253296, 0.07126934826374054, -0.03684775531291962, 0.01638204976916313, -0.01647167280316353], "std": [0.12539951503276825, 0.14201924204826355, 0.10500394552946091, 0.046986669301986694, 0.05356837436556816, 0.047593988478183746, 0.017670931294560432, 0.017598019912838936], "count": [288]}, "actions": {"min": [-0.2472706288099289, -0.6482798457145691, -0.7150530219078064, -0.1692015677690506, -0.16290006041526794, -0.12125987559556961, -1.0], "max": [1.4898372888565063, 0.908862829208374, 0.7189948558807373, 0.3063100576400757, 0.2162807732820511, 0.24505385756492615, 1.0], "mean": [0.08705908060073853, -0.04637628048658371, -0.025802873075008392, -0.0009734848863445222, 0.005984846036881208, 5.714136204915121e-05, 0.25], "std": [0.19864895939826965, 0.23794344067573547, 0.2797611653804779, 0.05370127037167549, 0.05225061997771263, 0.04164538159966469, 0.9682458639144897], "count": [288]}, "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": [1482], "max": [1482], "mean": [1482.0], "std": [0.0], "count": [288]}, "index": {"min": [472577], "max": [472864], "mean": [472720.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1483, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.423452340518727]], [[0.39434750067019]], [[0.35877139581418505]]], "std": [[[0.276084896535921]], [[0.2513545181398119]], [[0.2301427366122627]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9490196078431372]], [[0.9372549019607843]]], "mean": [[[0.34339368274165133]], [[0.3234243666704963]], [[0.29776581169577204]]], "std": [[[0.28849642361874855]], [[0.26008258544735796]], [[0.23280382478392686]]], "count": [100]}, "state": {"min": [-0.17471036314964294, -0.2257755845785141, 1.0745341777801514, 2.5846128463745117, -0.05923311412334442, 0.06087547913193703, 0.004727617371827364, -0.040011242032051086], "max": [0.0033904958982020617, 0.05075808987021446, 1.252576231956482, 3.1142356395721436, 0.17442800104618073, 0.3696936070919037, 0.039798084646463394, -0.004544823430478573], "mean": [-0.0628216415643692, -0.11476441472768784, 1.177370309829712, 2.9452614784240723, 0.02308172546327114, 0.16856563091278076, 0.02087412215769291, -0.0211848933249712], "std": [0.04950398951768875, 0.08572468161582947, 0.046150002628564835, 0.09547410905361176, 0.046766459941864014, 0.07433304190635681, 0.01664281077682972, 0.01685522496700287], "count": [229]}, "actions": {"min": [-0.3996448218822479, -1.0391074419021606, -0.603564977645874, -0.23765873908996582, -0.09803032130002975, -0.13635268807411194, -1.0], "max": [0.6917715072631836, 1.8425898551940918, 0.5086093544960022, 0.20036263763904572, 0.1238693967461586, 0.19680896401405334, 1.0], "mean": [0.06634247303009033, -0.0031391815282404423, -0.04615955799818039, -0.015311865136027336, -0.00036347965942695737, 0.011570613831281662, 0.14410480856895447], "std": [0.13878919184207916, 0.3241305947303772, 0.17503666877746582, 0.05659559741616249, 0.03240624815225601, 0.05381901189684868, 0.9895631074905396], "count": [229]}, "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": [1483], "max": [1483], "mean": [1483.0], "std": [0.0], "count": [229]}, "index": {"min": [472865], "max": [473093], "mean": [472979.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [229]}}} +{"episode_index": 1484, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4215310291963465]], [[0.39259519749061733]], [[0.3572499784581802]]], "std": [[[0.2768298000521715]], [[0.25219106369531025]], [[0.23097001606544573]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9372549019607843]], [[0.9254901960784314]]], "mean": [[[0.3266244728237975]], [[0.3077125872443704]], [[0.2834157571231618]]], "std": [[[0.27954622198427886]], [[0.2523879968353942]], [[0.22580004187029143]]], "count": [100]}, "state": {"min": [-0.18549497425556183, -0.20578765869140625, 1.0662862062454224, 2.6303234100341797, -0.020865166559815407, 0.02911452203989029, 0.004532007034868002, -0.04061887413263321], "max": [-0.00898731593042612, 0.08095572143793106, 1.2289979457855225, 3.1066439151763916, 0.15538053214550018, 0.30241525173187256, 0.03975798562169075, -0.004875694401562214], "mean": [-0.0562724806368351, -0.10865122079849243, 1.1642135381698608, 2.868333578109741, 0.03921881690621376, 0.16079652309417725, 0.021144310012459755, -0.023286761716008186], "std": [0.052642107009887695, 0.08816208690404892, 0.039762016385793686, 0.09559589624404907, 0.038299839943647385, 0.0771409198641777, 0.01595090888440609, 0.016638614237308502], "count": [297]}, "actions": {"min": [-0.18887746334075928, -0.7746621370315552, -0.6869819760322571, -0.14520154893398285, -0.07257850468158722, -0.09118778258562088, -1.0], "max": [0.7191827297210693, 0.8432714939117432, 0.26850268244743347, 0.1031094342470169, 0.09434255212545395, 0.12164183706045151, 1.0], "mean": [0.048108600080013275, -0.03820762410759926, -0.029056288301944733, -0.01213311217725277, 0.0028949277475476265, 0.006976814940571785, 0.18518517911434174], "std": [0.11237078905105591, 0.27633893489837646, 0.14374879002571106, 0.04503660276532173, 0.02490340545773506, 0.03604429215192795, 0.9827028512954712], "count": [297]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.573602898820697], "count": [297]}, "frame_index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "episode_index": {"min": [1484], "max": [1484], "mean": [1484.0], "std": [0.0], "count": [297]}, "index": {"min": [473094], "max": [473390], "mean": [473242.0], "std": [85.73602898820698], "count": [297]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [297]}}} +{"episode_index": 1485, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4213565554151348]], [[0.39214171046836704]], [[0.35656607654047945]]], "std": [[[0.2767100691225386]], [[0.2518315907059609]], [[0.23024604847407162]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9450980392156862]], [[0.9372549019607843]]], "mean": [[[0.33235388422947304]], [[0.3125731356751685]], [[0.2873183402267157]]], "std": [[[0.29054141225312147]], [[0.26258423023626165]], [[0.23519934807898624]]], "count": [100]}, "state": {"min": [-0.17424438893795013, -0.1751241236925125, 1.0884991884231567, 2.628147840499878, 0.015932461246848106, -0.006944635417312384, -0.0009058549767360091, -0.04001079127192497], "max": [0.0002633364056237042, 0.06057704985141754, 1.1932504177093506, 3.138014793395996, 0.21569447219371796, 0.3553096354007721, 0.04045458883047104, -0.005060259718447924], "mean": [-0.06676724553108215, -0.09564584493637085, 1.1616859436035156, 2.965794324874878, 0.07152429968118668, 0.11983772367238998, 0.02191517874598503, -0.021605953574180603], "std": [0.05374028533697128, 0.08058342337608337, 0.022759458050131798, 0.0997939482331276, 0.035533320158720016, 0.10275556892156601, 0.016551531851291656, 0.016557395458221436], "count": [212]}, "actions": {"min": [-0.34386005997657776, -0.7128968238830566, -0.7512871026992798, -0.16429394483566284, -0.09370286017656326, -0.08349008113145828, -1.0], "max": [0.4675312042236328, 0.8719034194946289, 0.23917421698570251, 0.12481926381587982, 0.08715943247079849, 0.1674329936504364, 1.0], "mean": [0.0713663399219513, -0.03151177242398262, -0.04301580414175987, -0.01587669737637043, 0.0020703210029751062, 0.012231692671775818, 0.14150942862033844], "std": [0.13842207193374634, 0.3098243474960327, 0.15448080003261566, 0.05721812695264816, 0.03305409476161003, 0.047130972146987915, 0.989935576915741], "count": [212]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [1485], "max": [1485], "mean": [1485.0], "std": [0.0], "count": [212]}, "index": {"min": [473391], "max": [473602], "mean": [473496.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [212]}}} +{"episode_index": 1486, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42697477206751494]], [[0.3973553354759041]], [[0.3608766587880304]]], "std": [[[0.27816749749109354]], [[0.25305353220970167]], [[0.2317628233271214]]], "count": [141]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9568627450980393]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.5875763974954316]], [[0.5499501257641659]], [[0.5097543159689629]]], "std": [[[0.2647362436289358]], [[0.2412660467808032]], [[0.21878425305160373]]], "count": [141]}, "state": {"min": [-0.3655115067958832, 0.010187305510044098, 0.9303678870201111, 2.905730962753296, -0.0759195014834404, -0.01893272064626217, 0.00041029840940609574, -0.04001091793179512], "max": [0.08528391271829605, 0.15057282149791718, 1.2213289737701416, 3.183072805404663, 0.2436269223690033, 0.3118526041507721, 0.04012526944279671, -0.0007842578343115747], "mean": [-0.11421387642621994, 0.06609725207090378, 1.0844377279281616, 3.092895030975342, 0.04740060120820999, 0.12705166637897491, 0.03349171206355095, -0.034789033234119415], "std": [0.1514730304479599, 0.029618294909596443, 0.07584786415100098, 0.060330867767333984, 0.07791303098201752, 0.10164065659046173, 0.010845063254237175, 0.008710425347089767], "count": [737]}, "actions": {"min": [-0.6627376675605774, -1.3002386093139648, -0.8981267213821411, -0.20291727781295776, -0.1498236209154129, -0.2249293029308319, -1.0], "max": [0.506727933883667, 0.6843021512031555, 0.8369103670120239, 0.18975478410720825, 0.27151548862457275, 0.21363778412342072, 1.0], "mean": [-0.008357206359505653, -0.003702495014294982, -0.014086101204156876, -0.0005708083626814187, 0.0007712680962868035, -0.00022026491933502257, -0.12075983732938766], "std": [0.152299702167511, 0.1631557047367096, 0.17270216345787048, 0.04198518022894859, 0.04524723067879677, 0.043459080159664154, 0.9926828145980835], "count": [737]}, "timestamp": {"min": [0.0], "max": [73.6], "mean": [36.8], "std": [21.275337835155522], "count": [737]}, "frame_index": {"min": [0], "max": [736], "mean": [368.0], "std": [212.7533783515552], "count": [737]}, "episode_index": {"min": [1486], "max": [1486], "mean": [1486.0], "std": [0.0], "count": [737]}, "index": {"min": [473603], "max": [474339], "mean": [473971.0], "std": [212.7533783515552], "count": [737]}, "task_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [737]}}} +{"episode_index": 1487, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42852626665900734]], [[0.39869659016927084]], [[0.36187051834405637]]], "std": [[[0.277369129276269]], [[0.25199557609866147]], [[0.23058084679116642]]], "count": [125]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9568627450980393]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.584802428002451]], [[0.5484833486519608]], [[0.5098458127489277]]], "std": [[[0.26649512326786445]], [[0.24430123066061993]], [[0.22333701417066254]]], "count": [125]}, "state": {"min": [-0.35332927107810974, -0.01672757789492607, 0.9269927740097046, 2.9565770626068115, -0.05344150960445404, 0.03363936394453049, 0.0004381368635222316, -0.0400100015103817], "max": [0.10785889625549316, 0.09378305077552795, 1.23969566822052, 3.2497527599334717, 0.1948779672384262, 0.22161853313446045, 0.040000442415475845, -0.001014246721751988], "mean": [-0.1269603669643402, 0.05589156597852707, 1.094950556755066, 3.117934465408325, 0.05414436757564545, 0.10213582217693329, 0.031532835215330124, -0.032922692596912384], "std": [0.15277691185474396, 0.023183567449450493, 0.08647103607654572, 0.07696563750505447, 0.057988498359918594, 0.03286494314670563, 0.009920832701027393, 0.007751855067908764], "count": [626]}, "actions": {"min": [-0.582401692867279, -0.5290835499763489, -0.5507770776748657, -0.09185595065355301, -0.11968843638896942, -0.10554537177085876, -1.0], "max": [0.8800127506256104, 0.7026640176773071, 0.8134344816207886, 0.1075725331902504, 0.11980517208576202, 0.14333544671535492, 1.0], "mean": [-0.01051552314311266, -0.002294317353516817, -0.022868596017360687, -0.0012619274202734232, -0.002085914136841893, 0.0020060029346495867, 0.03514377027750015], "std": [0.17866942286491394, 0.1326141357421875, 0.16803835332393646, 0.029190849512815475, 0.03449881449341774, 0.03526898846030235, 0.9993833303451538], "count": [626]}, "timestamp": {"min": [0.0], "max": [62.5], "mean": [31.25], "std": [18.0710403685012], "count": [626]}, "frame_index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "episode_index": {"min": [1487], "max": [1487], "mean": [1487.0], "std": [0.0], "count": [626]}, "index": {"min": [474340], "max": [474965], "mean": [474652.5], "std": [180.710403685012], "count": [626]}, "task_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [626]}}} +{"episode_index": 1488, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42517453163381297]], [[0.39590027819237483]], [[0.35973968161656256]]], "std": [[[0.2769988186941144]], [[0.2518625839020994]], [[0.23063545543722974]]], "count": [113]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9607843137254902]], [[0.9450980392156862]], [[0.9333333333333333]]], "mean": [[[0.5531567895410378]], [[0.5167336665982073]], [[0.47764215980700564]]], "std": [[[0.2758559422792454]], [[0.2505443368583927]], [[0.22541216667351965]]], "count": [113]}, "state": {"min": [-0.34922054409980774, -0.013541688211262226, 0.9310967326164246, 2.883920192718506, 0.003247555112466216, -0.08435862511396408, 0.00033972959499806166, -0.040016137063503265], "max": [0.10258777439594269, 0.10881620645523071, 1.202043056488037, 3.244083881378174, 0.3224126398563385, 0.15442220866680145, 0.0398745983839035, -0.00040786637691780925], "mean": [-0.10661321133375168, 0.04356168583035469, 1.0817286968231201, 3.0668251514434814, 0.12033547461032867, 0.04306232929229736, 0.026773545891046524, -0.028429696336388588], "std": [0.1590421497821808, 0.029127927497029305, 0.07014233618974686, 0.08395060896873474, 0.0799274891614914, 0.06376048177480698, 0.015725627541542053, 0.014527957886457443], "count": [548]}, "actions": {"min": [-0.5771240592002869, -0.5403239130973816, -0.6737179756164551, -0.3147796392440796, -0.20006632804870605, -0.11023062467575073, -1.0], "max": [0.5747595429420471, 0.7213088274002075, 0.5875751972198486, 0.1848621666431427, 0.22761480510234833, 0.19517652690410614, 1.0], "mean": [-0.01365963090211153, -4.6483983169309795e-05, -0.019324729219079018, -0.0014267301885411143, 0.00018109299708157778, 0.0018215388990938663, -0.12773722410202026], "std": [0.17467811703681946, 0.11866685748100281, 0.15398170053958893, 0.041066352277994156, 0.04256230220198631, 0.04056965187191963, 0.9918065667152405], "count": [548]}, "timestamp": {"min": [0.0], "max": [54.7], "mean": [27.35], "std": [15.819371036801684], "count": [548]}, "frame_index": {"min": [0], "max": [547], "mean": [273.5], "std": [158.19371036801684], "count": [548]}, "episode_index": {"min": [1488], "max": [1488], "mean": [1488.0], "std": [0.0], "count": [548]}, "index": {"min": [474966], "max": [475513], "mean": [475239.5], "std": [158.19371036801684], "count": [548]}, "task_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [548]}}} +{"episode_index": 1489, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42626796886967677]], [[0.39767515234853706]], [[0.3626520625095741]]], "std": [[[0.2773757950987901]], [[0.25314600006168697]], [[0.23262875545153894]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.6445929816750919]], [[0.6027783616009881]], [[0.5584391210219439]]], "std": [[[0.24895054992601537]], [[0.22877169277363507]], [[0.2107338115914541]]], "count": [100]}, "state": {"min": [-0.2027192860841751, 0.01901884563267231, 1.0030162334442139, 3.0471982955932617, -0.08151593804359436, -0.06094490736722946, 0.018550949171185493, -0.04055335000157356], "max": [0.10205928981304169, 0.12796151638031006, 1.2390990257263184, 3.327770233154297, 0.1823086142539978, 0.08190544694662094, 0.04000395908951759, -0.01786055602133274], "mean": [0.009122843854129314, 0.07634497433900833, 1.1225889921188354, 3.1828136444091797, 0.03710000216960907, 0.024737203493714333, 0.031410232186317444, -0.03132418543100357], "std": [0.08876430243253708, 0.024869713932275772, 0.06933209300041199, 0.06405015289783478, 0.065741166472435, 0.03608381003141403, 0.00992165319621563, 0.010069522075355053], "count": [381]}, "actions": {"min": [-0.5371542572975159, -0.30237293243408203, -0.4289601445198059, -0.2059759944677353, -0.21068178117275238, -0.1626259833574295, -1.0], "max": [0.9603188037872314, 0.44825467467308044, 0.4514806866645813, 0.17168939113616943, 0.13618023693561554, 0.2113567441701889, 1.0], "mean": [0.014227055013179779, 0.01241930853575468, -0.02516070380806923, 0.002603815635666251, 0.0005855748313479125, 0.0011824769899249077, -0.1863517016172409], "std": [0.19463354349136353, 0.11605098843574524, 0.1426064670085907, 0.04098014160990715, 0.03664013370871544, 0.046398092061281204, 0.9824835658073425], "count": [381]}, "timestamp": {"min": [0.0], "max": [38.0], "mean": [19.0], "std": [10.998484744121194], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [1489], "max": [1489], "mean": [1489.0], "std": [0.0], "count": [381]}, "index": {"min": [475514], "max": [475894], "mean": [475704.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [381]}}} +{"episode_index": 1490, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43054308483647363]], [[0.4008081108542049]], [[0.3646351264504825]]], "std": [[[0.2774819775071713]], [[0.2531866491433509]], [[0.232438124315542]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9568627450980393]], [[0.9450980392156862]], [[0.9372549019607843]]], "mean": [[[0.6431687328862209]], [[0.6004533918792125]], [[0.5547892952713311]]], "std": [[[0.23752034988495163]], [[0.21603175401288824]], [[0.19620318176682702]]], "count": [100]}, "state": {"min": [-0.2085108906030655, -0.004331428557634354, 1.0028281211853027, 3.086212396621704, -0.14001108705997467, -0.0367005430161953, 0.033408213406801224, -0.040003567934036255], "max": [0.07434193044900894, 0.1086207926273346, 1.2896615266799927, 3.2544023990631104, 0.06211426854133606, 0.18305540084838867, 0.03999440371990204, -0.033434949815273285], "mean": [-0.032779790461063385, 0.06198734790086746, 1.145409345626831, 3.157289743423462, -0.047904547303915024, 0.04763999208807945, 0.037164244800806046, -0.037244584411382675], "std": [0.1021416187286377, 0.020384693518280983, 0.08501607179641724, 0.04560805484652519, 0.048382967710494995, 0.0663781389594078, 0.0031127575784921646, 0.003036705544218421], "count": [450]}, "actions": {"min": [-0.3782128095626831, -0.33135950565338135, -0.5357910394668579, -0.20137172937393188, -0.08203054964542389, -0.11811989545822144, -1.0], "max": [0.5241036415100098, 0.5121853947639465, 0.5162764191627502, 0.13064806163311005, 0.06217658147215843, 0.10594087094068527, 1.0], "mean": [0.00647230027243495, 0.007281430996954441, -0.02955581061542034, 0.0025020744651556015, -0.0019309036433696747, 0.003769350005313754, -0.13777777552604675], "std": [0.1584077924489975, 0.12401468306779861, 0.14384588599205017, 0.032546304166316986, 0.02369637042284012, 0.03527522459626198, 0.9904606342315674], "count": [450]}, "timestamp": {"min": [0.0], "max": [44.9], "mean": [22.45], "std": [12.990348981712026], "count": [450]}, "frame_index": {"min": [0], "max": [449], "mean": [224.5], "std": [129.90348981712026], "count": [450]}, "episode_index": {"min": [1490], "max": [1490], "mean": [1490.0], "std": [0.0], "count": [450]}, "index": {"min": [475895], "max": [476344], "mean": [476119.5], "std": [129.90348981712026], "count": [450]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [450]}}} +{"episode_index": 1491, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4231656464221431]], [[0.39457309797698376]], [[0.3596576825310202]]], "std": [[[0.2767899822307767]], [[0.25230371888669606]], [[0.23131016302132587]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9607843137254902]], [[0.9450980392156862]], [[0.9333333333333333]]], "mean": [[[0.6151095293830422]], [[0.573947940602022]], [[0.5301159590178844]]], "std": [[[0.269044120614015]], [[0.24735770184354147]], [[0.2269288157939415]]], "count": [100]}, "state": {"min": [-0.17447201907634735, -0.02140551246702671, 1.0117254257202148, 2.9300050735473633, 0.015619311481714249, -0.007464544847607613, 0.028666052967309952, -0.04026579111814499], "max": [0.10175096243619919, 0.11056908965110779, 1.222312331199646, 3.2124736309051514, 0.20795336365699768, 0.20744188129901886, 0.04024874418973923, -0.03492996096611023], "mean": [0.004140066914260387, 0.05904427170753479, 1.1232101917266846, 3.037572145462036, 0.09650460630655289, 0.09257590025663376, 0.037565067410469055, -0.03824247047305107], "std": [0.08690911531448364, 0.03853809833526611, 0.0644364058971405, 0.07290482521057129, 0.04397694393992424, 0.06141713634133339, 0.0028659633826464415, 0.0022155586630105972], "count": [397]}, "actions": {"min": [-0.510295033454895, -0.29169192910194397, -0.6533220410346985, -0.12350218743085861, -0.22172386944293976, -0.16969193518161774, -1.0], "max": [0.5656474232673645, 0.5861361026763916, 0.503749668598175, 0.21372096240520477, 0.21711446344852448, 0.23154574632644653, 1.0], "mean": [0.005917495582252741, 0.014026787132024765, -0.025909926742315292, 0.0017483459087088704, 0.000694186775945127, 0.0031607639975845814, -0.249370276927948], "std": [0.15983836352825165, 0.12474348396062851, 0.13835082948207855, 0.036862295120954514, 0.03721600025892258, 0.040948644280433655, 0.9684074521064758], "count": [397]}, "timestamp": {"min": [0.0], "max": [39.6], "mean": [19.8], "std": [11.460366486286553], "count": [397]}, "frame_index": {"min": [0], "max": [396], "mean": [198.0], "std": [114.60366486286553], "count": [397]}, "episode_index": {"min": [1491], "max": [1491], "mean": [1491.0], "std": [0.0], "count": [397]}, "index": {"min": [476345], "max": [476741], "mean": [476543.0], "std": [114.60366486286553], "count": [397]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [397]}}} +{"episode_index": 1492, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47338469262216604]], [[0.438426949893727]], [[0.40538572902305453]]], "std": [[[0.2459453576311447]], [[0.22939660161878409]], [[0.21453774218217364]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9450980392156862]]], "mean": [[[0.5812914817660463]], [[0.5266282384535845]], [[0.46640684658873316]]], "std": [[[0.2593578355166074]], [[0.24238041759424858]], [[0.22042213720623777]]], "count": [100]}, "state": {"min": [-0.21878813207149506, -0.27403685450553894, 0.9175219535827637, 2.917469024658203, -0.06282991915941238, -0.04917878657579422, 0.003398878499865532, -0.040011219680309296], "max": [0.036041583865880966, 0.0690234899520874, 1.2275959253311157, 3.4229493141174316, 0.2994743287563324, 0.24813896417617798, 0.03982101008296013, -0.001128162257373333], "mean": [-0.03788214176893234, -0.15639306604862213, 1.111686110496521, 3.041782855987549, 0.11713432520627975, 0.09023821353912354, 0.024262549355626106, -0.023053284734487534], "std": [0.06615737825632095, 0.11563611775636673, 0.09612871706485748, 0.13820642232894897, 0.10708755999803543, 0.0608123280107975, 0.017191870138049126, 0.018240146338939667], "count": [317]}, "actions": {"min": [-0.41311323642730713, -0.810346782207489, -0.6860536932945251, -0.14960309863090515, -0.10658122599124908, -0.1278129667043686, -1.0], "max": [0.718668520450592, 0.999584436416626, 0.793799102306366, 0.1764732450246811, 0.14251719415187836, 0.2043798565864563, 1.0], "mean": [0.054756008088588715, 0.024298718199133873, -0.03291542828083038, 0.007389642298221588, 0.004115138668566942, 0.003948366269469261, -0.12933753430843353], "std": [0.16909320652484894, 0.24033702909946442, 0.2714363634586334, 0.04677988961338997, 0.035138946026563644, 0.04133240133523941, 0.9916008710861206], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [1492], "max": [1492], "mean": [1492.0], "std": [0.0], "count": [317]}, "index": {"min": [476742], "max": [477058], "mean": [476900.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [317]}}} +{"episode_index": 1493, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4752557420917586]], [[0.4401075553146063]], [[0.40736039644129135]]], "std": [[[0.2437467820042549]], [[0.2275155826981265]], [[0.21273432558844624]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.5781502960803462]], [[0.5257370701210171]], [[0.4609410041360294]]], "std": [[[0.2521413268278332]], [[0.23523046899566982]], [[0.21636846011986818]]], "count": [100]}, "state": {"min": [-0.18514306843280792, -0.2916926145553589, 0.9239994883537292, 3.0190162658691406, -0.07678358256816864, -0.04701986908912659, 0.0029828257393091917, -0.0400061309337616], "max": [-0.012996790930628777, 0.041287846863269806, 1.2200267314910889, 3.492077112197876, 0.1359289288520813, 0.22799430787563324, 0.039987869560718536, -0.002401980571448803], "mean": [-0.04830102622509003, -0.17568525671958923, 1.092010498046875, 3.1793859004974365, 0.0011831962037831545, 0.12179286777973175, 0.026960216462612152, -0.02673252671957016], "std": [0.03661608323454857, 0.11184843629598618, 0.09299003332853317, 0.14411041140556335, 0.06006179749965668, 0.0717395767569542, 0.016969552263617516, 0.01732238195836544], "count": [278]}, "actions": {"min": [-0.22660568356513977, -0.6640648245811462, -0.7021581530570984, -0.1265924870967865, -0.1230616644024849, -0.2165699601173401, -1.0], "max": [0.4083555340766907, 0.8451239466667175, 0.8001537322998047, 0.1692940592765808, 0.20897404849529266, 0.2623808979988098, 1.0], "mean": [0.04720304161310196, 0.022227492183446884, -0.04020700603723526, 0.009952411986887455, 0.003352673025801778, 0.005227568559348583, -0.2949640154838562], "std": [0.11861737817525864, 0.2352970540523529, 0.21642547845840454, 0.04901151359081268, 0.037279162555933, 0.05091867223381996, 0.9555074572563171], "count": [278]}, "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": [1493], "max": [1493], "mean": [1493.0], "std": [0.0], "count": [278]}, "index": {"min": [477059], "max": [477336], "mean": [477197.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1494, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46879455267214304]], [[0.43444702926336554]], [[0.4014340730554917]]], "std": [[[0.24588155881998536]], [[0.2291970936609591]], [[0.21382302583610902]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9411764705882353]]], "mean": [[[0.5790685987285539]], [[0.5210131435020297]], [[0.45375396668677237]]], "std": [[[0.26832811868783335]], [[0.2525110028296352]], [[0.22830463139821544]]], "count": [100]}, "state": {"min": [-0.1841917783021927, -0.24960476160049438, 0.9214900732040405, 2.9780805110931396, 0.008378413505852222, -0.09819594770669937, 0.00223739817738533, -0.040007103234529495], "max": [0.058629561215639114, 0.04342168569564819, 1.2284384965896606, 3.5454659461975098, 0.431649386882782, 0.1956801563501358, 0.039910659193992615, -0.0019915399607270956], "mean": [0.0018076016567647457, -0.14311134815216064, 1.1081373691558838, 3.1577203273773193, 0.21655014157295227, 0.017364714294672012, 0.022570304572582245, -0.022528521716594696], "std": [0.059673018753528595, 0.10238281637430191, 0.09136157482862473, 0.15371491014957428, 0.13057538866996765, 0.06471569836139679, 0.018204374238848686, 0.018349848687648773], "count": [294]}, "actions": {"min": [-0.5034660696983337, -0.6203591227531433, -0.7520017027854919, -0.13225220143795013, -0.13368640840053558, -0.22706028819084167, -1.0], "max": [0.6118183135986328, 1.0456680059432983, 0.8360905051231384, 0.2360091358423233, 0.22290915250778198, 0.20250777900218964, 1.0], "mean": [0.05711037665605545, 0.040286555886268616, -0.05063041299581528, 0.009287044405937195, 0.008459198288619518, 0.002000285079702735, -0.08163265138864517], "std": [0.17546570301055908, 0.24670453369617462, 0.25803759694099426, 0.05450330302119255, 0.042478036135435104, 0.05448998883366585, 0.9966605305671692], "count": [294]}, "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": [1494], "max": [1494], "mean": [1494.0], "std": [0.0], "count": [294]}, "index": {"min": [477337], "max": [477630], "mean": [477483.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [294]}}} +{"episode_index": 1495, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47243880036489755]], [[0.4368103866104067]], [[0.40301490554822356]]], "std": [[[0.2471664655077892]], [[0.23071053122562854]], [[0.21585954796901483]]], "count": [117]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9490196078431372]]], "mean": [[[0.5555015751918756]], [[0.515648946607055]], [[0.4639365304749037]]], "std": [[[0.255972645298367]], [[0.2379380212215877]], [[0.22184887017287672]]], "count": [117]}, "state": {"min": [-0.1528853178024292, -0.26233845949172974, 0.9188938736915588, 2.9936554431915283, -0.7210253477096558, 0.031137872487306595, 0.0025051110424101353, -0.040767163038253784], "max": [-0.007945772260427475, 0.10720493644475937, 1.270468831062317, 3.436807870864868, 0.06767778098583221, 1.6290053129196167, 0.04009693115949631, -0.002255488885566592], "mean": [-0.06227710470557213, -0.10815288126468658, 1.068615198135376, 3.191561222076416, -0.11665815860033035, 0.7571789622306824, 0.030123023316264153, -0.0300595760345459], "std": [0.030852461233735085, 0.1082649752497673, 0.10206106305122375, 0.100352443754673, 0.14272327721118927, 0.5299608707427979, 0.01605299487709999, 0.016192607581615448], "count": [574]}, "actions": {"min": [-0.26770681142807007, -0.8425864577293396, -0.755524218082428, -0.17132966220378876, -0.1863551288843155, -0.1861317902803421, -1.0], "max": [0.48435479402542114, 1.0107269287109375, 0.732670247554779, 0.1611667424440384, 0.12574131786823273, 0.5785971879959106, 1.0], "mean": [0.028955908492207527, 0.03732187673449516, -0.03808600455522537, 0.008274956606328487, -0.002282247645780444, 0.020175496116280556, -0.4773519039154053], "std": [0.10173887014389038, 0.24740126729011536, 0.19796061515808105, 0.041629768908023834, 0.034569427371025085, 0.08224745839834213, 0.8787123560905457], "count": [574]}, "timestamp": {"min": [0.0], "max": [57.3], "mean": [28.65], "std": [16.569927579805533], "count": [574]}, "frame_index": {"min": [0], "max": [573], "mean": [286.5], "std": [165.6992757980553], "count": [574]}, "episode_index": {"min": [1495], "max": [1495], "mean": [1495.0], "std": [0.0], "count": [574]}, "index": {"min": [477631], "max": [478204], "mean": [477917.5], "std": [165.6992757980553], "count": [574]}, "task_index": {"min": [223], "max": [223], "mean": [223.0], "std": [0.0], "count": [574]}}} +{"episode_index": 1496, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645304939181321]], [[0.4308560738273116]], [[0.39885354148789287]]], "std": [[[0.250428297383482]], [[0.23441738287359493]], [[0.22023143952700563]]], "count": [113]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9411764705882353]]], "mean": [[[0.5665340001935163]], [[0.5152584030254628]], [[0.4658534836194053]]], "std": [[[0.27118866026115007]], [[0.25858300814885116]], [[0.23803283168909686]]], "count": [113]}, "state": {"min": [-0.21080201864242554, -0.2780719995498657, 0.9191226363182068, 3.005638837814331, -0.5903640389442444, -0.07045529037714005, 0.0025861889589577913, -0.04063859581947327], "max": [0.05883980542421341, 0.0612761415541172, 1.2545011043548584, 3.5375373363494873, 0.4258681833744049, 1.5319870710372925, 0.04001307487487793, -0.002460526768118143], "mean": [0.01851395145058632, -0.12902332842350006, 1.0658981800079346, 3.197298765182495, 0.18770289421081543, 0.5973252058029175, 0.03148261830210686, -0.030661512166261673], "std": [0.05744427442550659, 0.08963931351900101, 0.10479891300201416, 0.14800696074962616, 0.2286669909954071, 0.6204773783683777, 0.01516165491193533, 0.015033491887152195], "count": [549]}, "actions": {"min": [-0.2734825909137726, -1.1694731712341309, -0.8634179830551147, -0.20018863677978516, -0.25959494709968567, -0.24233633279800415, -1.0], "max": [0.7685241103172302, 1.4581612348556519, 0.7293064594268799, 0.23146601021289825, 0.20863446593284607, 0.4964609742164612, 1.0], "mean": [0.037062179297208786, 0.08624578267335892, -0.03837471455335617, 0.014243539422750473, -0.005739474203437567, 0.017523834481835365, -0.5555555820465088], "std": [0.1267603486776352, 0.3218192756175995, 0.2019946277141571, 0.05442250147461891, 0.05290612950921059, 0.08580895513296127, 0.8314816355705261], "count": [549]}, "timestamp": {"min": [0.0], "max": [54.8], "mean": [27.400000000000002], "std": [15.848238598237554], "count": [549]}, "frame_index": {"min": [0], "max": [548], "mean": [274.0], "std": [158.48238598237555], "count": [549]}, "episode_index": {"min": [1496], "max": [1496], "mean": [1496.0], "std": [0.0], "count": [549]}, "index": {"min": [478205], "max": [478753], "mean": [478479.0], "std": [158.48238598237555], "count": [549]}, "task_index": {"min": [223], "max": [223], "mean": [223.0], "std": [0.0], "count": [549]}}} +{"episode_index": 1497, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46786784751742494]], [[0.43599034268248316]], [[0.40347135835535386]]], "std": [[[0.24998820250964657]], [[0.2342079744177779]], [[0.22137291211694066]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9411764705882353]]], "mean": [[[0.6310307647106694]], [[0.5299988289627374]], [[0.48882441142961086]]], "std": [[[0.2341935267673826]], [[0.2571696290226096]], [[0.22076216099256726]]], "count": [100]}, "state": {"min": [-0.17460006475448608, -0.1400739997625351, 0.9346790909767151, 2.811089277267456, -0.13941699266433716, -0.11016819626092911, 0.0020718893501907587, -0.04001420736312866], "max": [0.1623258888721466, 0.004330464638769627, 1.2201015949249268, 3.2063140869140625, 0.1473005712032318, 0.15291501581668854, 0.03975065052509308, -0.0009579778416082263], "mean": [0.08116074651479721, -0.07266730815172195, 1.1106542348861694, 2.934846878051758, -0.018802370876073837, 0.03249461576342583, 0.027265356853604317, -0.027386320754885674], "std": [0.08300221711397171, 0.042519912123680115, 0.08922798931598663, 0.11264341324567795, 0.07060208916664124, 0.0739329382777214, 0.016989072784781456, 0.017152445390820503], "count": [288]}, "actions": {"min": [-0.4814048707485199, -0.4810500741004944, -0.6714088916778564, -0.13463805615901947, -0.0874558761715889, -0.13008984923362732, -1.0], "max": [0.9144800901412964, 0.6346460580825806, 0.7682890892028809, 0.13050396740436554, 0.11096442490816116, 0.17482690513134003, 1.0], "mean": [0.05717580020427704, 0.00499701127409935, -0.03926358371973038, 0.00462467921897769, 0.0005800488288514316, 0.0009623908554203808, -0.3263888955116272], "std": [0.19509592652320862, 0.14377540349960327, 0.20478729903697968, 0.03449519723653793, 0.03141748160123825, 0.04431109130382538, 0.9452354311943054], "count": [288]}, "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": [1497], "max": [1497], "mean": [1497.0], "std": [0.0], "count": [288]}, "index": {"min": [478754], "max": [479041], "mean": [478897.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1498, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46962317433076745]], [[0.4374114008884804]], [[0.4049483570772059]]], "std": [[[0.24806313647937892]], [[0.23222615064090196]], [[0.218561159512419]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.6195919937432981]], [[0.5176330500584023]], [[0.4761406489353554]]], "std": [[[0.24662818046431306]], [[0.2674222392304323]], [[0.22999070423004092]]], "count": [100]}, "state": {"min": [-0.17338192462921143, -0.13388603925704956, 0.9301969408988953, 2.9921462535858154, -0.11921974271535873, -0.18379300832748413, 0.0016129477880895138, -0.04000728949904442], "max": [0.15239889919757843, 0.014908571727573872, 1.2597383260726929, 3.2555530071258545, 0.43428248167037964, 0.07188842445611954, 0.03987971693277359, -0.0013586725108325481], "mean": [0.08243441581726074, -0.09321899712085724, 1.1159107685089111, 3.0793862342834473, 0.05033540725708008, -0.05197024345397949, 0.02543807215988636, -0.025372691452503204], "std": [0.07310553640127182, 0.045494455844163895, 0.09708895534276962, 0.08603109419345856, 0.16838455200195312, 0.07667243480682373, 0.017779333516955376, 0.017953384667634964], "count": [284]}, "actions": {"min": [-0.6147269606590271, -0.5620099902153015, -0.8312748670578003, -0.10941141098737717, -0.13354623317718506, -0.1343870609998703, -1.0], "max": [1.1295245885849, 0.6418153047561646, 0.6497666239738464, 0.18807333707809448, 0.26891961693763733, 0.33846315741539, 1.0], "mean": [0.0509428009390831, 0.022112099453806877, -0.04536496102809906, 0.006517636124044657, 0.0027228211984038353, 0.0006772191845811903, -0.23239436745643616], "std": [0.23541997373104095, 0.15600566565990448, 0.23779995739459991, 0.04176285117864609, 0.0437401719391346, 0.053497057408094406, 0.9726224541664124], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1498], "max": [1498], "mean": [1498.0], "std": [0.0], "count": [284]}, "index": {"min": [479042], "max": [479325], "mean": [479183.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1499, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4689925070369945]], [[0.4376960610782399]], [[0.4047214959836474]]], "std": [[[0.2487441796808675]], [[0.2323003963853907]], [[0.21856505898476317]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9294117647058824]]], "mean": [[[0.6102024793437884]], [[0.5147640859566482]], [[0.4738754493862975]]], "std": [[[0.2554644765620203]], [[0.26856684074160136]], [[0.23274343374312625]]], "count": [100]}, "state": {"min": [-0.17706289887428284, -0.16483642160892487, 0.9238325357437134, 2.9986705780029297, -0.18368308246135712, -0.10205820202827454, 0.0024124777410179377, -0.0400090366601944], "max": [0.12421092391014099, 0.001379772904329002, 1.267892599105835, 3.381727695465088, 0.37464502453804016, 0.12989391386508942, 0.03991328924894333, -0.002302521374076605], "mean": [0.06512376666069031, -0.10076845437288284, 1.1082977056503296, 3.1267642974853516, 0.06856022030115128, -0.02428608573973179, 0.027521345764398575, -0.027540532872080803], "std": [0.06709464639425278, 0.0602104477584362, 0.1062823235988617, 0.11226009577512741, 0.1832963526248932, 0.04477573558688164, 0.017015207558870316, 0.017104720696806908], "count": [290]}, "actions": {"min": [-0.4399193823337555, -0.6820700168609619, -1.120973825454712, -0.13695813715457916, -0.08781252056360245, -0.11949106305837631, -1.0], "max": [0.6004904508590698, 0.5863988399505615, 0.6743804216384888, 0.1077239140868187, 0.16775019466876984, 0.19949056208133698, 1.0], "mean": [0.05459166690707207, 0.003933228552341461, -0.050612471997737885, 0.0030729847494512796, 0.004634329583495855, 0.0042198458686470985, -0.3379310369491577], "std": [0.17263203859329224, 0.1720939576625824, 0.21349309384822845, 0.0399664081633091, 0.03626096248626709, 0.04450054466724396, 0.9411701560020447], "count": [290]}, "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": [1499], "max": [1499], "mean": [1499.0], "std": [0.0], "count": [290]}, "index": {"min": [479326], "max": [479615], "mean": [479470.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [290]}}} +{"episode_index": 1500, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4776499517794648]], [[0.4412883168216205]], [[0.4052257265116834]]], "std": [[[0.25205281729839984]], [[0.23512577357919445]], [[0.21971131973852676]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9411764705882353]]], "mean": [[[0.567412306841682]], [[0.5228340768022954]], [[0.4681219855261065]]], "std": [[[0.23904854991458294]], [[0.2232882321689833]], [[0.21108809085509572]]], "count": [130]}, "state": {"min": [-0.25552576780319214, -0.3448100686073303, 0.9209176301956177, 2.9860997200012207, -1.227583885192871, -0.3283795118331909, 0.0018086512573063374, -0.0419992059469223], "max": [0.051876503974199295, 0.08601868152618408, 1.2228977680206299, 3.5115997791290283, 0.29519033432006836, 1.6516391038894653, 0.04012596607208252, -0.0021945161279290915], "mean": [-0.07873637974262238, -0.10810896009206772, 1.0410572290420532, 3.2167859077453613, -0.2530452609062195, 0.39258822798728943, 0.026547184213995934, -0.02652008831501007], "std": [0.09682732820510864, 0.13126568496227264, 0.07656533271074295, 0.1241646409034729, 0.3282102048397064, 0.643034040927887, 0.017507517710328102, 0.0176339503377676], "count": [665]}, "actions": {"min": [-0.9301748275756836, -1.4807833433151245, -0.90337073802948, -0.6861454248428345, -0.44825229048728943, -1.1279081106185913, -1.0], "max": [0.6338634490966797, 3.4002294540405273, 0.8482615351676941, 0.5131289958953857, 1.1010240316390991, 0.965369462966919, 1.0], "mean": [0.001488760462962091, 0.06609164923429489, -0.04429204389452934, 0.009997252374887466, 0.004820602014660835, 0.00046537694288417697, -0.2812030017375946], "std": [0.1951325386762619, 0.3674009144306183, 0.24163547158241272, 0.09672350436449051, 0.10834125429391861, 0.17146305739879608, 0.9596472382545471], "count": [665]}, "timestamp": {"min": [0.0], "max": [66.4], "mean": [33.2], "std": [19.19687474564545], "count": [665]}, "frame_index": {"min": [0], "max": [664], "mean": [332.0], "std": [191.96874745645448], "count": [665]}, "episode_index": {"min": [1500], "max": [1500], "mean": [1500.0], "std": [0.0], "count": [665]}, "index": {"min": [479616], "max": [480280], "mean": [479948.0], "std": [191.96874745645448], "count": [665]}, "task_index": {"min": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [665]}}} +{"episode_index": 1501, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4722112017793378]], [[0.43605022149282663]], [[0.4005667954058644]]], "std": [[[0.2502183104232717]], [[0.2332322803113523]], [[0.2176764654759352]]], "count": [145]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9411764705882353]]], "mean": [[[0.5694051139785117]], [[0.5254931314608953]], [[0.47320085196659484]]], "std": [[[0.2333065902530434]], [[0.21444633711508637]], [[0.19705939023762484]]], "count": [145]}, "state": {"min": [-0.2550489604473114, -0.28936436772346497, 0.9160391688346863, 2.7523655891418457, -0.7032188773155212, 0.007337445393204689, 0.001613236265257001, -0.04086676985025406], "max": [0.03309176489710808, 0.0875716581940651, 1.292310357093811, 3.2061550617218018, 0.06841034442186356, 1.6813199520111084, 0.04020237177610397, -0.002245477866381407], "mean": [-0.08369018137454987, -0.12214171141386032, 1.0417170524597168, 2.993882417678833, -0.2729063332080841, 0.726597249507904, 0.031424712389707565, -0.03167915344238281], "std": [0.0812932625412941, 0.10529476404190063, 0.11717435717582703, 0.11351087689399719, 0.17129459977149963, 0.5487889647483826, 0.015440570190548897, 0.015400812029838562], "count": [767]}, "actions": {"min": [-1.0063989162445068, -0.9904863834381104, -0.6953617930412292, -0.36178672313690186, -0.4008670151233673, -0.9469208717346191, -1.0], "max": [0.6730772256851196, 0.8477055430412292, 0.604347825050354, 0.1817033737897873, 0.3875621557235718, 0.8547449707984924, 1.0], "mean": [0.017358221113681793, 0.006847830954939127, -0.011393804103136063, 0.0027349558658897877, 0.003045440185815096, 0.0026918749790638685, -0.5541068911552429], "std": [0.15261465311050415, 0.21567703783512115, 0.17172423005104065, 0.04395388066768646, 0.059228185564279556, 0.12908469140529633, 0.8324459791183472], "count": [767]}, "timestamp": {"min": [0.0], "max": [76.6], "mean": [38.3], "std": [22.141364004956873], "count": [767]}, "frame_index": {"min": [0], "max": [766], "mean": [383.0], "std": [221.41364004956876], "count": [767]}, "episode_index": {"min": [1501], "max": [1501], "mean": [1501.0], "std": [0.0], "count": [767]}, "index": {"min": [480281], "max": [481047], "mean": [480664.0], "std": [221.41364004956876], "count": [767]}, "task_index": {"min": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [767]}}} +{"episode_index": 1502, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4705365648456648]], [[0.43639410161037073]], [[0.40200560984892003]]], "std": [[[0.24930176517897562]], [[0.23301729430104687]], [[0.21878141954030997]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9411764705882353]]], "mean": [[[0.555463191612094]], [[0.5156372662712546]], [[0.4874912492340686]]], "std": [[[0.2663596983746758]], [[0.2536069613889618]], [[0.23557730052418846]]], "count": [100]}, "state": {"min": [-0.16242797672748566, -0.16780222952365875, 0.9248553514480591, 2.8751072883605957, -0.5220053791999817, 0.05555008351802826, 0.03926399350166321, -0.04029290750622749], "max": [0.13385069370269775, 0.09068575501441956, 1.2446883916854858, 3.1943910121917725, 0.02457808144390583, 1.6562296152114868, 0.04000236466526985, -0.039737630635499954], "mean": [0.0009889078792184591, -0.08015722036361694, 1.0745290517807007, 3.0343666076660156, -0.14030367136001587, 1.1784042119979858, 0.03976835310459137, -0.040014393627643585], "std": [0.052075326442718506, 0.05805250629782677, 0.11687061190605164, 0.0850181058049202, 0.13579976558685303, 0.5748186707496643, 0.00018796304357238114, 7.129990262910724e-05], "count": [257]}, "actions": {"min": [-0.18218758702278137, -0.8146790862083435, -0.8308091759681702, -0.19925829768180847, -0.30093762278556824, -0.1647723764181137, -1.0], "max": [0.7611930966377258, 0.7965413331985474, 0.44134843349456787, 0.16940657794475555, 0.22480492293834686, 0.8125168681144714, -1.0], "mean": [0.09729288518428802, 0.04317643493413925, -0.058046627789735794, 0.01301470585167408, -0.006611877586692572, 0.05881880596280098, -1.0], "std": [0.16877202689647675, 0.2089625895023346, 0.17437875270843506, 0.048282526433467865, 0.06190617009997368, 0.14241474866867065, 0.0], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [1502], "max": [1502], "mean": [1502.0], "std": [0.0], "count": [257]}, "index": {"min": [481048], "max": [481304], "mean": [481176.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [226], "max": [226], "mean": [226.0], "std": [0.0], "count": [257]}}} +{"episode_index": 1503, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47023347682578887]], [[0.4349548244102328]], [[0.4001057164809283]]], "std": [[[0.2512116049746851]], [[0.23458644548359395]], [[0.220036948261561]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9450980392156862]]], "mean": [[[0.5547001875335095]], [[0.5233628510119869]], [[0.49915086574180456]]], "std": [[[0.2636210414899814]], [[0.2516296440962207]], [[0.23963276736522404]]], "count": [100]}, "state": {"min": [-0.21823982894420624, -0.13898199796676636, 0.9508456587791443, 2.718491792678833, -0.7133276462554932, -0.04657004401087761, 0.039470475167036057, -0.04240383207798004], "max": [0.14470316469669342, 0.12146565318107605, 1.2418673038482666, 3.3578548431396484, 0.11113788932561874, 2.0783984661102295, 0.04001571238040924, -0.03835943341255188], "mean": [-0.01454367209225893, -0.0425834059715271, 1.078537940979004, 3.133317470550537, -0.09436369687318802, 1.0695008039474487, 0.0399215966463089, -0.0401228591799736], "std": [0.0850030705332756, 0.07929305732250214, 0.11037630587816238, 0.13996769487857819, 0.2544933557510376, 0.6865500807762146, 0.00011406226985855028, 0.0004762965254485607], "count": [289]}, "actions": {"min": [-12.84887981414795, -1.58289635181427, -1.8158953189849854, -3.786930561065674, -1.4253531694412231, -15.765403747558594, -1.0], "max": [4.5203399658203125, 0.8985762596130371, 0.47884640097618103, 1.2133469581604004, 4.350564002990723, 1.025577425956726, -1.0], "mean": [0.1014517992734909, 0.036527734249830246, -0.07640354335308075, 0.01322900503873825, -0.007347486447542906, 0.003616431262344122, -1.0], "std": [0.8242618441581726, 0.22071626782417297, 0.21025845408439636, 0.24105198681354523, 0.2778327167034149, 0.9739232063293457, 0.0], "count": [289]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.400000000000002], "std": [8.342661445845685], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [1503], "max": [1503], "mean": [1503.0], "std": [0.0], "count": [289]}, "index": {"min": [481305], "max": [481593], "mean": [481449.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [226], "max": [226], "mean": [226.0], "std": [0.0], "count": [289]}}} +{"episode_index": 1504, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682270166733686]], [[0.4323230584836474]], [[0.3972333302217371]]], "std": [[[0.2501410114695335]], [[0.23330385857107167]], [[0.21824338237432722]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9411764705882353]]], "mean": [[[0.5488507074094287]], [[0.5176202201095282]], [[0.4926514455757889]]], "std": [[[0.2611761462932975]], [[0.2473360267880742]], [[0.23346534088632429]]], "count": [100]}, "state": {"min": [-0.1912294626235962, -0.10491088777780533, 0.9227858781814575, 2.965919017791748, -0.6178644895553589, -0.031783636659383774, 0.03796877712011337, -0.04143175482749939], "max": [-0.003933258354663849, 0.08965026587247849, 1.2303751707077026, 3.1724867820739746, 0.05996161326766014, 1.556844711303711, 0.04004068300127983, -0.039541780948638916], "mean": [-0.05577614903450012, -0.0511615127325058, 1.056764006614685, 3.060668468475342, -0.17994272708892822, 1.0759105682373047, 0.03968494385480881, -0.040053341537714005], "std": [0.04112577065825462, 0.04935856908559799, 0.11737623810768127, 0.0529448464512825, 0.16553522646427155, 0.5993803143501282, 0.00040466850623488426, 0.00026006068219430745], "count": [246]}, "actions": {"min": [-0.39275452494621277, -0.44940224289894104, -0.5098595023155212, -0.10275763273239136, -0.1574045568704605, -0.08015413582324982, -1.0], "max": [0.5854613780975342, 0.8399834036827087, 0.5088590383529663, 0.11788780987262726, 0.148562952876091, 0.6941781044006348, -1.0], "mean": [0.07754255086183548, 0.05516448989510536, -0.07384056597948074, 0.013817014172673225, -0.007916572503745556, 0.056654542684555054, -1.0], "std": [0.15747769176959991, 0.17532911896705627, 0.1579362004995346, 0.03506236895918846, 0.04458810016512871, 0.1319921314716339, 0.0], "count": [246]}, "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": [1504], "max": [1504], "mean": [1504.0], "std": [0.0], "count": [246]}, "index": {"min": [481594], "max": [481839], "mean": [481716.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [226], "max": [226], "mean": [226.0], "std": [0.0], "count": [246]}}} +{"episode_index": 1505, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47571929467160823]], [[0.43844606751818954]], [[0.40113292313825116]]], "std": [[[0.25256432271069534]], [[0.23512465954402567]], [[0.2196953280755973]]], "count": [143]}, "wrist_image": {"min": [[[0.027450980392156862]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9411764705882353]]], "mean": [[[0.5667039254786268]], [[0.5338761064327255]], [[0.491436565466645]]], "std": [[[0.23525728203188703]], [[0.21957745163155537]], [[0.20732420432812768]]], "count": [143]}, "state": {"min": [-0.3140621483325958, -0.12291422486305237, 0.9234748482704163, 2.4976913928985596, -0.5198398232460022, -0.0621323324739933, 0.002251408062875271, -0.040297288447618484], "max": [0.03803955391049385, 0.24264734983444214, 1.2762951850891113, 3.156007766723633, 0.11694885790348053, 1.9315606355667114, 0.04002584144473076, -0.0015255712205544114], "mean": [-0.11732562631368637, 0.024622978642582893, 1.0875452756881714, 2.8760576248168945, -0.21469824016094208, 0.6573982238769531, 0.028233682736754417, -0.028427613899111748], "std": [0.09047993272542953, 0.10233823955059052, 0.10877260565757751, 0.18210424482822418, 0.16562770307064056, 0.6653642058372498, 0.016589485108852386, 0.016888834536075592], "count": [754]}, "actions": {"min": [-0.9843642711639404, -1.2775781154632568, -1.6206400394439697, -0.26016148924827576, -0.5680930018424988, -0.9489152431488037, -1.0], "max": [0.5617589354515076, 0.8591244220733643, 0.9881937503814697, 0.3084791600704193, 0.428743451833725, 1.1016349792480469, 1.0], "mean": [0.021415818482637405, 0.010363897308707237, -0.009646093472838402, 0.006781347095966339, 0.0022598684299737215, -8.826136763673276e-05, -0.37135279178619385], "std": [0.170925572514534, 0.21432922780513763, 0.21808011829853058, 0.061567872762680054, 0.06941384077072144, 0.14123786985874176, 0.9284934997558594], "count": [754]}, "timestamp": {"min": [0.0], "max": [75.3], "mean": [37.65], "std": [21.76608600552704], "count": [754]}, "frame_index": {"min": [0], "max": [753], "mean": [376.5], "std": [217.66086005527038], "count": [754]}, "episode_index": {"min": [1505], "max": [1505], "mean": [1505.0], "std": [0.0], "count": [754]}, "index": {"min": [481840], "max": [482593], "mean": [482216.5], "std": [217.66086005527038], "count": [754]}, "task_index": {"min": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [754]}}} +{"episode_index": 1506, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47797798377783074]], [[0.4410068707330764]], [[0.4042805382268346]]], "std": [[[0.2528351173208092]], [[0.23621876662700428]], [[0.22162111998778378]]], "count": [134]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.9254901960784314]]], "mean": [[[0.5366645931325393]], [[0.5020017986169223]], [[0.4600289188214203]]], "std": [[[0.23019514541043193]], [[0.21141786249327513]], [[0.19321262807446443]]], "count": [134]}, "state": {"min": [-0.3029196858406067, -0.14117291569709778, 0.9335399866104126, 2.6602485179901123, -0.6828717589378357, -0.12381316721439362, 0.0021719487849622965, -0.04126543179154396], "max": [-0.0032294492702931166, 0.2239406257867813, 1.307949185371399, 3.124507188796997, -0.051450666040182114, 1.6113109588623047, 0.04009030759334564, -0.0027880005072802305], "mean": [-0.1299794763326645, 0.009136280976235867, 1.1161704063415527, 2.9135613441467285, -0.4154496490955353, 0.6141080856323242, 0.02834620699286461, -0.028841445222496986], "std": [0.08526694029569626, 0.1045035794377327, 0.11705806851387024, 0.10305698215961456, 0.16141794621944427, 0.6726338267326355, 0.016734614968299866, 0.01679381914436817], "count": [689]}, "actions": {"min": [-0.6806774735450745, -0.9172598123550415, -0.8567900657653809, -0.2342148870229721, -0.2266552448272705, -0.8180713057518005, -1.0], "max": [0.6684191823005676, 1.2779326438903809, 2.0790345668792725, 0.22099770605564117, 0.344162255525589, 0.6037804484367371, 1.0], "mean": [0.0013287196634337306, 0.020203370600938797, -0.026950271800160408, 0.005621987860649824, 0.0031141587533056736, 0.0003139055334031582, -0.3962264060974121], "std": [0.16601988673210144, 0.23175056278705597, 0.24705231189727783, 0.04761630669236183, 0.05291930213570595, 0.11686186492443085, 0.9181551337242126], "count": [689]}, "timestamp": {"min": [0.0], "max": [68.8], "mean": [34.4], "std": [19.88969582472291], "count": [689]}, "frame_index": {"min": [0], "max": [688], "mean": [344.0], "std": [198.89695824722912], "count": [689]}, "episode_index": {"min": [1506], "max": [1506], "mean": [1506.0], "std": [0.0], "count": [689]}, "index": {"min": [482594], "max": [483282], "mean": [482938.0], "std": [198.89695824722912], "count": [689]}, "task_index": {"min": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [689]}}} +{"episode_index": 1507, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4711004321528416]], [[0.4350144384047564]], [[0.40064914000268076]]], "std": [[[0.2495404638063787]], [[0.23272643094737713]], [[0.21807719032285416]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9686274509803922]], [[0.9450980392156862]]], "mean": [[[0.5229161933450138]], [[0.5028804710238588]], [[0.46200300987094056]]], "std": [[[0.26730271766414226]], [[0.25527982224683077]], [[0.24311448480089173]]], "count": [100]}, "state": {"min": [-0.1551283895969391, -0.09242724627256393, 0.9364543557167053, 2.913430690765381, -0.7255380153656006, -0.023051418364048004, 0.002026885049417615, -0.0412825308740139], "max": [0.02102966606616974, 0.17781148850917816, 1.23247492313385, 3.3508782386779785, 0.3044830858707428, 1.6073355674743652, 0.04000715911388397, -0.0015715615591034293], "mean": [-0.042144931852817535, 0.014827176928520203, 1.0689629316329956, 3.126798152923584, 0.058901797980070114, 0.6847793459892273, 0.03015107661485672, -0.029763491824269295], "std": [0.029113879427313805, 0.08006156980991364, 0.09374113380908966, 0.11447244137525558, 0.24513642489910126, 0.646822452545166, 0.015989936888217926, 0.01604538969695568], "count": [470]}, "actions": {"min": [-0.9598985314369202, -1.1482402086257935, -1.333391547203064, -0.3102886378765106, -0.49476107954978943, -0.47109323740005493, -1.0], "max": [0.7254417538642883, 2.384328842163086, 1.201235055923462, 0.4789751470088959, 0.31953781843185425, 0.4620738625526428, 1.0], "mean": [0.044191937893629074, 0.12480925768613815, -0.06549935787916183, 0.018377643078565598, -0.012586083263158798, 0.025100478902459145, -0.48085105419158936], "std": [0.19312401115894318, 0.3850199580192566, 0.2932225465774536, 0.07688470184803009, 0.06690558046102524, 0.11218971759080887, 0.8767972588539124], "count": [470]}, "timestamp": {"min": [0.0], "max": [46.9], "mean": [23.45], "std": [13.567700615800748], "count": [470]}, "frame_index": {"min": [0], "max": [469], "mean": [234.5], "std": [135.6770061580075], "count": [470]}, "episode_index": {"min": [1507], "max": [1507], "mean": [1507.0], "std": [0.0], "count": [470]}, "index": {"min": [483283], "max": [483752], "mean": [483517.5], "std": [135.6770061580075], "count": [470]}, "task_index": {"min": [228], "max": [228], "mean": [228.0], "std": [0.0], "count": [470]}}} +{"episode_index": 1508, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4690473790993979]], [[0.4335903792775602]], [[0.3997293109031996]]], "std": [[[0.24960704095059913]], [[0.23293827529101452]], [[0.21858823915525785]]], "count": [115]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9411764705882353]]], "mean": [[[0.5424425025933437]], [[0.5109956587509324]], [[0.4677130111343111]]], "std": [[[0.26437987518732226]], [[0.25525029069112837]], [[0.24163746411209103]]], "count": [115]}, "state": {"min": [-0.17847248911857605, -0.09975503385066986, 0.9230256676673889, 3.010437250137329, -0.6852076649665833, -0.009096866473555565, 0.002516075037419796, -0.0419805534183979], "max": [0.03493049368262291, 0.17747698724269867, 1.290163278579712, 3.362165689468384, 0.30230775475502014, 1.5223538875579834, 0.0406021773815155, -0.0013475763844326138], "mean": [-0.024748187512159348, 0.009610777720808983, 1.0781347751617432, 3.194654703140259, 0.06568888574838638, 0.6191174387931824, 0.027336448431015015, -0.027606027200818062], "std": [0.03514235094189644, 0.08360076695680618, 0.11596573889255524, 0.09418279677629471, 0.18844671547412872, 0.6134263873100281, 0.016960639506578445, 0.017299916595220566], "count": [562]}, "actions": {"min": [-0.6009244918823242, -1.1456531286239624, -1.3139514923095703, -0.20001566410064697, -0.2081734985113144, -0.38357415795326233, -1.0], "max": [0.7377228736877441, 1.0527445077896118, 0.6687814593315125, 0.2801911532878876, 0.2864590287208557, 0.576908528804779, 1.0], "mean": [0.030453193932771683, 0.03873337805271149, -0.04611467197537422, 0.009262212552130222, -0.0008379934588447213, 0.022804806008934975, -0.3416370153427124], "std": [0.16552484035491943, 0.23881040513515472, 0.19831740856170654, 0.053439777344465256, 0.05079663544893265, 0.08505213260650635, 0.9398314952850342], "count": [562]}, "timestamp": {"min": [0.0], "max": [56.1], "mean": [28.05], "std": [16.223516881366997], "count": [562]}, "frame_index": {"min": [0], "max": [561], "mean": [280.5], "std": [162.23516881367], "count": [562]}, "episode_index": {"min": [1508], "max": [1508], "mean": [1508.0], "std": [0.0], "count": [562]}, "index": {"min": [483753], "max": [484314], "mean": [484033.5], "std": [162.23516881367], "count": [562]}, "task_index": {"min": [228], "max": [228], "mean": [228.0], "std": [0.0], "count": [562]}}} +{"episode_index": 1509, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4744439541685815]], [[0.43822676535213695]], [[0.40439700377221205]]], "std": [[[0.24419110976073713]], [[0.22778666264051012]], [[0.21365934397195252]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9529411764705882]], [[0.9529411764705882]]], "mean": [[[0.570701571595435]], [[0.5478722755581725]], [[0.5080517775591682]]], "std": [[[0.2624440799096196]], [[0.25192483887486355]], [[0.24813188880135972]]], "count": [100]}, "state": {"min": [-0.17980548739433289, -0.03734254837036133, 1.021108627319336, 3.099844455718994, -0.07750647515058517, -0.028282422572374344, 0.002509214449673891, -0.03981920704245567], "max": [-0.04925226420164108, 0.16900035738945007, 1.2403669357299805, 3.3634049892425537, 0.1564297080039978, 0.11925862729549408, 0.04000867158174515, -0.0027201068587601185], "mean": [-0.08315695077180862, 0.06226158142089844, 1.1533688306808472, 3.212529420852661, 0.039986059069633484, 0.03983525186777115, 0.01996299810707569, -0.02000477910041809], "std": [0.029431402683258057, 0.07424302399158478, 0.06735892593860626, 0.07910674065351486, 0.07158709317445755, 0.04600156098604202, 0.017794523388147354, 0.017563743516802788], "count": [210]}, "actions": {"min": [-0.13396820425987244, -1.2136110067367554, -0.6368995308876038, -0.13584178686141968, -0.08845159411430359, -0.09696225076913834, -1.0], "max": [0.4638010263442993, 0.4197380840778351, 0.34244292974472046, 0.1507258415222168, 0.15990445017814636, 0.21529601514339447, 1.0], "mean": [0.036724455654621124, -0.012411667965352535, -0.06660871207714081, 0.00015561055624857545, 0.007592631038278341, 0.0023799766786396503, 0.06666667014360428], "std": [0.10265590250492096, 0.2453840970993042, 0.15597113966941833, 0.03925669938325882, 0.030677899718284607, 0.031301937997341156, 0.9977747201919556], "count": [210]}, "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": [1509], "max": [1509], "mean": [1509.0], "std": [0.0], "count": [210]}, "index": {"min": [484315], "max": [484524], "mean": [484419.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [210]}}} +{"episode_index": 1510, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755754951028263]], [[0.44018677416034774]], [[0.40583304251876534]]], "std": [[[0.24302715688194268]], [[0.2262198569445034]], [[0.21171594806037794]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9490196078431372]], [[0.9450980392156862]]], "mean": [[[0.5647167107077207]], [[0.5393069697361367]], [[0.5015228026146982]]], "std": [[[0.2702851896382357]], [[0.26342158975980695]], [[0.25810670591710005]]], "count": [100]}, "state": {"min": [-0.17504684627056122, -0.02145579643547535, 1.036763310432434, 3.1056950092315674, -0.002111294772475958, -0.017632050439715385, 0.0023737389128655195, -0.0399269200861454], "max": [0.004856674000620842, 0.18041923642158508, 1.2519688606262207, 3.29534912109375, 0.1767560839653015, 0.10629084706306458, 0.040004417300224304, -0.0021614173892885447], "mean": [-0.05284089595079422, 0.09106440097093582, 1.1709524393081665, 3.2017674446105957, 0.07402785867452621, 0.03570178896188736, 0.021505171433091164, -0.021265188232064247], "std": [0.04032393544912338, 0.0790037140250206, 0.058834370225667953, 0.04550196975469589, 0.04903082177042961, 0.03226584196090698, 0.017963800579309464, 0.018081557005643845], "count": [222]}, "actions": {"min": [-0.43003690242767334, -0.9447630047798157, -0.6197608709335327, -0.22416368126869202, -0.0861322358250618, -0.1064286157488823, -1.0], "max": [0.777455747127533, 0.7147620916366577, 0.2669695019721985, 0.15052740275859833, 0.09046512097120285, 0.17176325619220734, 1.0], "mean": [0.0425175279378891, -0.027309542521834373, -0.05028495192527771, -0.00040594968595542014, 0.0037508856039494276, 0.0021329070441424847, -0.009009009227156639], "std": [0.14686258137226105, 0.20116949081420898, 0.15844206511974335, 0.03844334930181503, 0.02724316716194153, 0.03177706524729729, 0.9999586343765259], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [1510], "max": [1510], "mean": [1510.0], "std": [0.0], "count": [222]}, "index": {"min": [484525], "max": [484746], "mean": [484635.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [222]}}} +{"episode_index": 1511, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4758536879595588]], [[0.4405566747328814]], [[0.40637803081437657]]], "std": [[[0.24316451658616595]], [[0.22641299746592017]], [[0.2120610258304101]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9450980392156862]], [[0.9450980392156862]]], "mean": [[[0.5552292294969746]], [[0.5263736937279795]], [[0.48893070894129137]]], "std": [[[0.26967917795108487]], [[0.26393693484540065]], [[0.25747259798755195]]], "count": [100]}, "state": {"min": [-0.16047438979148865, -0.052882906049489975, 1.0553905963897705, 3.1328721046447754, 0.006201357115060091, -0.09022419154644012, 0.002731116022914648, -0.039852574467659], "max": [-0.03015090897679329, 0.16002589464187622, 1.2375890016555786, 3.3418660163879395, 0.16495990753173828, 0.031722165644168854, 0.04000765085220337, -0.002356217009946704], "mean": [-0.06470296531915665, 0.06498754769563675, 1.1684999465942383, 3.2464559078216553, 0.07290466874837875, -0.027799827978014946, 0.019499309360980988, -0.019244402647018433], "std": [0.028186289593577385, 0.07994744181632996, 0.049890484660863876, 0.051718518137931824, 0.04360431805253029, 0.03293604403734207, 0.01795421913266182, 0.018017781898379326], "count": [239]}, "actions": {"min": [-0.2033010721206665, -1.011018991470337, -0.5500235557556152, -0.21119961142539978, -0.10434676706790924, -0.08884574472904205, -1.0], "max": [0.3330042362213135, 0.48043325543403625, 0.3105611801147461, 0.14500954747200012, 0.13668358325958252, 0.20940648019313812, 1.0], "mean": [0.03760160133242607, -0.00998204480856657, -0.04046288877725601, 0.0010327789932489395, 0.003256102791056037, 0.0014730733819305897, 0.09623430669307709], "std": [0.09967683255672455, 0.20172734558582306, 0.14354823529720306, 0.044545978307724, 0.028480475768446922, 0.03248171508312225, 0.9953578114509583], "count": [239]}, "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": [1511], "max": [1511], "mean": [1511.0], "std": [0.0], "count": [239]}, "index": {"min": [484747], "max": [484985], "mean": [484866.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [239]}}} +{"episode_index": 1512, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4774293883080576]], [[0.44202153822954965]], [[0.4076778169519761]]], "std": [[[0.24288217552906777]], [[0.22644386000022207]], [[0.21240880664432948]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9529411764705882]], [[0.9411764705882353]]], "mean": [[[0.5806860848221124]], [[0.5524333603802849]], [[0.5103155774883196]]], "std": [[[0.25844885727280864]], [[0.24898129493751187]], [[0.24260248597124037]]], "count": [100]}, "state": {"min": [-0.17909733951091766, -0.05521038919687271, 0.9972308874130249, 3.122497081756592, -0.08374303579330444, -0.04169565066695213, 0.00259592873044312, -0.0399249866604805], "max": [-0.014149266295135021, 0.18437737226486206, 1.2687827348709106, 3.2913076877593994, 0.15538723766803741, 0.08052430301904678, 0.0400058850646019, -0.0024862971622496843], "mean": [-0.0632999837398529, 0.08631522953510284, 1.173499584197998, 3.220407009124756, 0.008587746880948544, 0.022564111277461052, 0.020847348496317863, -0.020737871527671814], "std": [0.03863511607050896, 0.09372535347938538, 0.0741637796163559, 0.03832361847162247, 0.059108320623636246, 0.030723776668310165, 0.018279317766427994, 0.01822311244904995], "count": [232]}, "actions": {"min": [-0.3299523591995239, -0.8232623934745789, -0.7096018195152283, -0.09908895194530487, -0.10372402518987656, -0.10584059357643127, -1.0], "max": [0.5084767937660217, 1.0015907287597656, 0.4705485999584198, 0.18448686599731445, 0.10335035622119904, 0.10771960020065308, 1.0], "mean": [0.0408172607421875, -0.022323166951537132, -0.0730675756931305, -0.0010874095605686307, 0.003490748815238476, 0.0005342868389561772, 0.07758620381355286], "std": [0.1371081918478012, 0.2363465577363968, 0.18913787603378296, 0.0356656014919281, 0.035212185233831406, 0.033422794193029404, 0.9969854354858398], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [1512], "max": [1512], "mean": [1512.0], "std": [0.0], "count": [232]}, "index": {"min": [484986], "max": [485217], "mean": [485101.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [232]}}} +{"episode_index": 1513, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46977311414557843]], [[0.4361834117539437]], [[0.4007806223520858]]], "std": [[[0.2531832636618729]], [[0.23612401396951477]], [[0.22182281392562783]]], "count": [137]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9490196078431372]]], "mean": [[[0.5847554467958631]], [[0.5171239166893092]], [[0.4860050933562721]]], "std": [[[0.24670762602483523]], [[0.2513132521662123]], [[0.22460913241937328]]], "count": [137]}, "state": {"min": [-0.22616256773471832, -0.1328052580356598, 0.9142816066741943, 2.8809492588043213, -0.5960679054260254, -0.019031960517168045, 0.0024704858660697937, -0.04131554439663887], "max": [0.10778302699327469, 0.06436558067798615, 1.2628947496414185, 3.4555087089538574, 0.03333641588687897, 1.577621579170227, 0.04033692553639412, -0.0021323973778635263], "mean": [-0.018443072214722633, -0.057636916637420654, 1.0386067628860474, 3.134801149368286, -0.1606132984161377, 0.7427613139152527, 0.0326291099190712, -0.03280026838183403], "std": [0.0898115336894989, 0.049285054206848145, 0.11067020893096924, 0.11626733839511871, 0.14269238710403442, 0.5861780643463135, 0.014399860985577106, 0.01455004420131445], "count": [710]}, "actions": {"min": [-0.8375041484832764, -1.0023159980773926, -0.5519527792930603, -0.2226538211107254, -0.3384562134742737, -1.0127506256103516, -1.0], "max": [0.9659189581871033, 1.234872817993164, 0.8285475969314575, 0.15754984319210052, 0.34454846382141113, 0.7383958101272583, 1.0], "mean": [0.022560076788067818, 0.03574672341346741, -0.012690367177128792, 0.007641699630767107, 0.001987957861274481, 0.002727458719164133, -0.611267626285553], "std": [0.19180762767791748, 0.20106612145900726, 0.1745748221874237, 0.04198675602674484, 0.056287165731191635, 0.12555688619613647, 0.7914243936538696], "count": [710]}, "timestamp": {"min": [0.0], "max": [70.9], "mean": [35.45], "std": [20.4959142269868], "count": [710]}, "frame_index": {"min": [0], "max": [709], "mean": [354.5], "std": [204.959142269868], "count": [710]}, "episode_index": {"min": [1513], "max": [1513], "mean": [1513.0], "std": [0.0], "count": [710]}, "index": {"min": [485218], "max": [485927], "mean": [485572.5], "std": [204.959142269868], "count": [710]}, "task_index": {"min": [230], "max": [230], "mean": [230.0], "std": [0.0], "count": [710]}}} +{"episode_index": 1514, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47221230032363376]], [[0.43835581860511136]], [[0.40222776325699555]]], "std": [[[0.25402930890203357]], [[0.23707939745038104]], [[0.22263192994190978]]], "count": [138]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9529411764705882]]], "mean": [[[0.5605241711012983]], [[0.4967054578993056]], [[0.4657351108734226]]], "std": [[[0.2377540564304903]], [[0.23744868606857625]], [[0.20721658236319165]]], "count": [138]}, "state": {"min": [-0.23311379551887512, -0.15462523698806763, 0.911039412021637, 2.7670202255249023, -0.8085435032844543, -0.00823107548058033, 0.0012366120936349034, -0.04093543067574501], "max": [0.071980319917202, 0.11238930374383926, 1.2694549560546875, 3.36753511428833, 0.04903009533882141, 1.881827712059021, 0.04012828692793846, -0.0022738082334399223], "mean": [-0.03340247645974159, -0.049916014075279236, 1.0432687997817993, 3.065488576889038, -0.3642662465572357, 0.6926225423812866, 0.03089139424264431, -0.031227614730596542], "std": [0.08462844043970108, 0.05910666659474373, 0.10808991640806198, 0.13642194867134094, 0.18355123698711395, 0.6342440247535706, 0.015562770888209343, 0.015593782998621464], "count": [720]}, "actions": {"min": [-1.0429925918579102, -0.5972546935081482, -0.8863523602485657, -0.25475800037384033, -0.3039211630821228, -0.8058212995529175, -1.0], "max": [0.49506524205207825, 0.5776163339614868, 0.6150000095367432, 0.1955120861530304, 0.33477067947387695, 0.7316571474075317, 1.0], "mean": [-0.001267360639758408, 0.020523523911833763, -0.028288206085562706, 0.004739220254123211, 0.004442331846803427, 0.0008743371581658721, -0.5055555701255798], "std": [0.15229368209838867, 0.15644648671150208, 0.17865385115146637, 0.047870926558971405, 0.062260109931230545, 0.13292641937732697, 0.8627939820289612], "count": [720]}, "timestamp": {"min": [0.0], "max": [71.9], "mean": [35.95], "std": [20.784589643932513], "count": [720]}, "frame_index": {"min": [0], "max": [719], "mean": [359.5], "std": [207.84589643932512], "count": [720]}, "episode_index": {"min": [1514], "max": [1514], "mean": [1514.0], "std": [0.0], "count": [720]}, "index": {"min": [485928], "max": [486647], "mean": [486287.5], "std": [207.84589643932512], "count": [720]}, "task_index": {"min": [230], "max": [230], "mean": [230.0], "std": [0.0], "count": [720]}}} +{"episode_index": 1515, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46832996918557873]], [[0.4372495388753121]], [[0.4033845123799921]]], "std": [[[0.2516635425345275]], [[0.23445685784525538]], [[0.2207977207321161]]], "count": [107]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9411764705882353]]], "mean": [[[0.6034369872912658]], [[0.5239014941343615]], [[0.4853770670751873]]], "std": [[[0.25140455299748593]], [[0.257325557894488]], [[0.2260711808040478]]], "count": [107]}, "state": {"min": [-0.20317284762859344, -0.1431412249803543, 0.926133930683136, 2.9359865188598633, -1.141632080078125, -0.07910101115703583, 0.0023657854180783033, -0.041814424097537994], "max": [0.140195831656456, 0.11874859035015106, 1.2869266271591187, 3.6623222827911377, 0.4167967438697815, 1.2504945993423462, 0.0409066304564476, -0.002205947646871209], "mean": [0.04980631172657013, -0.06719710677862167, 1.0923174619674683, 3.1398704051971436, 0.030131526291370392, 0.2407972812652588, 0.030346380546689034, -0.029704511165618896], "std": [0.07235312461853027, 0.06315281987190247, 0.10775505751371384, 0.1967141181230545, 0.28344887495040894, 0.3707936704158783, 0.01585722714662552, 0.01619146205484867], "count": [512]}, "actions": {"min": [-1.0939661264419556, -0.7090950608253479, -0.8513951897621155, -0.18846574425697327, -0.4304816424846649, -0.267462819814682, -1.0], "max": [0.5594626069068909, 2.6770079135894775, 1.3255372047424316, 0.5808206796646118, 0.1147160455584526, 0.9642471075057983, 1.0], "mean": [-0.0038319453597068787, 0.11065073311328888, -0.05959480255842209, 0.025772741064429283, -0.011936248280107975, 0.02790265902876854, -0.48046875], "std": [0.18992051482200623, 0.38725587725639343, 0.24625737965106964, 0.08868514746427536, 0.06422999501228333, 0.11345098167657852, 0.8770082592964172], "count": [512]}, "timestamp": {"min": [0.0], "max": [51.1], "mean": [25.55], "std": [14.780138700296423], "count": [512]}, "frame_index": {"min": [0], "max": [511], "mean": [255.5], "std": [147.80138700296422], "count": [512]}, "episode_index": {"min": [1515], "max": [1515], "mean": [1515.0], "std": [0.0], "count": [512]}, "index": {"min": [486648], "max": [487159], "mean": [486903.5], "std": [147.80138700296422], "count": [512]}, "task_index": {"min": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [512]}}} +{"episode_index": 1516, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679253411275715]], [[0.4358820586249546]], [[0.4013840192629967]]], "std": [[[0.251784138967458]], [[0.23456437007111056]], [[0.22056992444837284]]], "count": [108]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.5744668294315158]], [[0.4768670109102669]], [[0.44533713125368785]]], "std": [[[0.2637796412454154]], [[0.272749789731079]], [[0.23723366630601372]]], "count": [108]}, "state": {"min": [-0.19303590059280396, -0.1147514283657074, 0.9344210624694824, 2.582282066345215, -1.0599039793014526, -0.24489468336105347, 0.0020087568555027246, -0.041281286627054214], "max": [0.14401862025260925, 0.08775405585765839, 1.2315938472747803, 3.350574016571045, 0.5201830267906189, 1.4248701333999634, 0.03989453986287117, -0.0007400611066259444], "mean": [0.0602516308426857, -0.03996932879090309, 1.0830037593841553, 3.03743839263916, 0.05830280855298042, 0.32527241110801697, 0.030555227771401405, -0.03036501631140709], "std": [0.06534326821565628, 0.050194062292575836, 0.08872783929109573, 0.141330748796463, 0.3502707779407501, 0.5811358690261841, 0.015614085830748081, 0.015828881412744522], "count": [520]}, "actions": {"min": [-2.8219523429870605, -0.4454827308654785, -0.8554258942604065, -0.23685811460018158, -0.6254530549049377, -1.0885571241378784, -1.0], "max": [0.7105020880699158, 2.5647130012512207, 0.6732867956161499, 0.3269623816013336, 0.36696481704711914, 1.6597142219543457, 1.0], "mean": [-0.006331120617687702, 0.11499181389808655, -0.061015356332063675, 0.02067382074892521, -0.011819077655673027, 0.015357899479568005, -0.4961538314819336], "std": [0.268196702003479, 0.3711562156677246, 0.2034197300672531, 0.06949690729379654, 0.0746065080165863, 0.14041222631931305, 0.8682378530502319], "count": [520]}, "timestamp": {"min": [0.0], "max": [51.9], "mean": [25.95], "std": [15.011079241680127], "count": [520]}, "frame_index": {"min": [0], "max": [519], "mean": [259.5], "std": [150.11079241680127], "count": [520]}, "episode_index": {"min": [1516], "max": [1516], "mean": [1516.0], "std": [0.0], "count": [520]}, "index": {"min": [487160], "max": [487679], "mean": [487419.5], "std": [150.11079241680127], "count": [520]}, "task_index": {"min": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [520]}}} +{"episode_index": 1517, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3838602420582491]], [[0.3582337891821768]], [[0.3266227764054841]]], "std": [[[0.2683322233098234]], [[0.24595063634703815]], [[0.22670590851439495]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8588235294117647]], [[0.8235294117647058]], [[0.8]]], "mean": [[[0.36537810022690714]], [[0.34452757412779567]], [[0.3175753257601869]]], "std": [[[0.2967392682410199]], [[0.26542871955424363]], [[0.2355172988434906]]], "count": [100]}, "state": {"min": [-0.23944854736328125, 0.027374576777219772, 0.9205049872398376, 2.816547155380249, -0.15909947454929352, 0.020060531795024872, 0.004985117353498936, -0.0399625264108181], "max": [0.1533145010471344, 0.213740274310112, 1.219768762588501, 3.18233585357666, 0.2948187291622162, 0.3342081904411316, 0.040626704692840576, -0.005818572361022234], "mean": [-0.11282113939523697, 0.1270846426486969, 1.0966383218765259, 3.0637433528900146, 0.012974127195775509, 0.11978822946548462, 0.017355408519506454, -0.01750290021300316], "std": [0.14495030045509338, 0.046755339950323105, 0.09600124508142471, 0.11389752477407455, 0.12623631954193115, 0.07301176339387894, 0.015531162731349468, 0.015336460433900356], "count": [325]}, "actions": {"min": [-0.40987417101860046, -0.27434155344963074, -0.8149627447128296, -0.25195103883743286, -0.15763141214847565, -0.10784517973661423, -1.0], "max": [1.4037368297576904, 0.44344380497932434, 0.8325782418251038, 0.08726219087839127, 0.19961649179458618, 0.16008998453617096, 1.0], "mean": [0.09482796490192413, 0.039667632430791855, -0.027716610580682755, -0.005876248236745596, 0.0011083900462836027, 0.005667388439178467, 0.3353846073150635], "std": [0.20711947977542877, 0.11683455109596252, 0.24543116986751556, 0.03501163795590401, 0.046551041305065155, 0.035998597741127014, 0.9420804977416992], "count": [325]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.381897462667133], "count": [325]}, "frame_index": {"min": [0], "max": [324], "mean": [162.0], "std": [93.81897462667133], "count": [325]}, "episode_index": {"min": [1517], "max": [1517], "mean": [1517.0], "std": [0.0], "count": [325]}, "index": {"min": [487680], "max": [488004], "mean": [487842.0], "std": [93.81897462667133], "count": [325]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [325]}}} +{"episode_index": 1518, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3810434875488281]], [[0.3555858052571615]], [[0.32415361471737136]]], "std": [[[0.26798385245377815]], [[0.245576734974408]], [[0.22629749230409327]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[0.7764705882352941]], [[0.7215686274509804]]], "mean": [[[0.3697277167825138]], [[0.3479686883664599]], [[0.3206217064950981]]], "std": [[[0.2986096115705309]], [[0.26749165773316796]], [[0.23783671785877072]]], "count": [100]}, "state": {"min": [-0.26204946637153625, 0.023753739893436432, 0.922846794128418, 2.9151675701141357, -0.11002814024686813, -0.03922916203737259, 0.005084383767098188, -0.039963215589523315], "max": [0.14094138145446777, 0.16286857426166534, 1.2434377670288086, 3.290510654449463, 0.23866038024425507, 0.21043257415294647, 0.040495555847883224, -0.004683989100158215], "mean": [-0.10718507319688797, 0.08206170797348022, 1.1066299676895142, 3.102527618408203, 0.0030494844540953636, 0.1168299987912178, 0.016941627487540245, -0.017397714778780937], "std": [0.15955772995948792, 0.042731259018182755, 0.1000296026468277, 0.10430823266506195, 0.10233181715011597, 0.05734925717115402, 0.01556975208222866, 0.015476731583476067], "count": [263]}, "actions": {"min": [-0.6562797427177429, -0.22626887261867523, -0.7919148206710815, -0.19136524200439453, -0.22624951601028442, -0.1782720535993576, -1.0], "max": [1.4630831480026245, 0.6019131541252136, 1.1576511859893799, 0.20024922490119934, 0.20629750192165375, 0.2075439691543579, 1.0], "mean": [0.1092829778790474, 0.0427359975874424, -0.015187624841928482, -0.0022440531756728888, 0.001041880459524691, 0.004091416019946337, 0.33840304613113403], "std": [0.24837248027324677, 0.11243851482868195, 0.3034105896949768, 0.046882785856723785, 0.0643036961555481, 0.0446811243891716, 0.9410020709037781], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1518], "max": [1518], "mean": [1518.0], "std": [0.0], "count": [263]}, "index": {"min": [488005], "max": [488267], "mean": [488136.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1519, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3829429375143612]], [[0.3575303374645757]], [[0.3263877976361443]]], "std": [[[0.2686504629120105]], [[0.2465705915489889]], [[0.22758234107415623]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[0.8313725490196079]], [[0.788235294117647]]], "mean": [[[0.4089040551279105]], [[0.38375067557540593]], [[0.35301804007735904]]], "std": [[[0.3022508998182242]], [[0.2699544851251948]], [[0.23891951923519175]]], "count": [100]}, "state": {"min": [-0.27688148617744446, -0.008681782521307468, 0.9200529456138611, 2.9983134269714355, -0.18187174201011658, 0.0007087681442499161, 0.005860998760908842, -0.03994561731815338], "max": [0.13149963319301605, 0.16336427628993988, 1.2352901697158813, 3.1991426944732666, 0.2245156615972519, 0.23539960384368896, 0.04080786928534508, -0.005410142708569765], "mean": [-0.09579230099916458, 0.09734201431274414, 1.1107820272445679, 3.109800338745117, -0.03117183782160282, 0.1449681669473648, 0.014815743081271648, -0.014886532910168171], "std": [0.1552022099494934, 0.043030962347984314, 0.1022900640964508, 0.05453386530280113, 0.13191968202590942, 0.06364814192056656, 0.014009989798069, 0.014048411510884762], "count": [313]}, "actions": {"min": [-0.4080139100551605, -0.2947579324245453, -1.433107852935791, -0.10606559365987778, -0.1464770883321762, -0.14330145716667175, -1.0], "max": [0.7131100296974182, 1.021631121635437, 0.6510044932365417, 0.12324104458093643, 0.1406671702861786, 0.2822870910167694, 1.0], "mean": [0.08990305662155151, 0.04261096194386482, -0.013935834169387817, -0.00036716306931339204, -0.002850523917004466, 0.004319573752582073, 0.49520766735076904], "std": [0.17204511165618896, 0.13021664321422577, 0.2687949240207672, 0.029881615191698074, 0.03857164829969406, 0.04608144983649254, 0.8687773942947388], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [1519], "max": [1519], "mean": [1519.0], "std": [0.0], "count": [313]}, "index": {"min": [488268], "max": [488580], "mean": [488424.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [313]}}} +{"episode_index": 1520, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3785006319339507]], [[0.3525566849054075]], [[0.32055859602183034]]], "std": [[[0.2674409398236892]], [[0.244220065914145]], [[0.2238751611925153]]], "count": [118]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.8196078431372549]], [[0.8196078431372549]], [[0.8196078431372549]]], "mean": [[[0.3757265014242754]], [[0.3517943869400912]], [[0.32119073839273193]]], "std": [[[0.2977511577758796]], [[0.2657391345193594]], [[0.23481071946057586]]], "count": [118]}, "state": {"min": [-0.29717087745666504, 0.011591839604079723, 0.9125751852989197, 3.013934373855591, 0.026925930753350258, -1.4710344076156616, 0.012479336932301521, -0.04001171141862869], "max": [0.09203122556209564, 0.35000067949295044, 1.190431833267212, 3.610868453979492, 0.8038893938064575, 0.32064974308013916, 0.04001247510313988, -0.01258699782192707], "mean": [-0.18630404770374298, 0.16740436851978302, 1.0677878856658936, 3.2557859420776367, 0.2833538055419922, -0.8886736631393433, 0.030431248247623444, -0.03003205917775631], "std": [0.09237370640039444, 0.07066471874713898, 0.08228825777769089, 0.13185368478298187, 0.12163516134023666, 0.5406184196472168, 0.012372657656669617, 0.012555691413581371], "count": [585]}, "actions": {"min": [-3.694258213043213, -1.0057562589645386, -3.4887335300445557, -0.3034529685974121, -0.32481247186660767, -0.8197246193885803, -1.0], "max": [1.2063801288604736, 0.7368060350418091, 1.4779841899871826, 0.7227202653884888, 0.628703773021698, 0.4515942633152008, 1.0], "mean": [0.003261127043515444, 0.00687671871855855, -0.014568774029612541, 0.004443069454282522, -0.000958589487709105, -0.0016229900065809488, -0.27521368861198425], "std": [0.3668707013130188, 0.24873396754264832, 0.28696393966674805, 0.07907867431640625, 0.0700574740767479, 0.10798892378807068, 0.9613817930221558], "count": [585]}, "timestamp": {"min": [0.0], "max": [58.4], "mean": [29.2], "std": [16.887470700690102], "count": [585]}, "frame_index": {"min": [0], "max": [584], "mean": [292.0], "std": [168.87470700690102], "count": [585]}, "episode_index": {"min": [1520], "max": [1520], "mean": [1520.0], "std": [0.0], "count": [585]}, "index": {"min": [488581], "max": [489165], "mean": [488873.0], "std": [168.87470700690102], "count": [585]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [585]}}} +{"episode_index": 1521, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3772630304074755]], [[0.35276366230085787]], [[0.32239340209960937]]], "std": [[[0.2672396645576957]], [[0.2454907214108196]], [[0.2268551853539697]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.8549019607843137]], [[0.8274509803921568]], [[0.796078431372549]]], "mean": [[[0.38355767822265624]], [[0.3617391913918888]], [[0.33372891235351565]]], "std": [[[0.2933049781532972]], [[0.2618797070945324]], [[0.23238896255961744]]], "count": [100]}, "state": {"min": [-0.2796769142150879, 0.035742130130529404, 0.9215881824493408, 2.942460298538208, -0.11713866889476776, 0.009113281965255737, 0.002603718312457204, -0.039953358471393585], "max": [0.1483205109834671, 0.20768535137176514, 1.1974674463272095, 3.221078395843506, 0.2861742675304413, 0.32708507776260376, 0.04036334902048111, -0.005461009684950113], "mean": [-0.09623990207910538, 0.10177543014287949, 1.078957200050354, 3.0737054347991943, 0.02841384895145893, 0.18230198323726654, 0.01573750749230385, -0.0161766167730093], "std": [0.17909933626651764, 0.03830253705382347, 0.08429873734712601, 0.0890081599354744, 0.116177037358284, 0.06404095888137817, 0.015124454163014889, 0.014920439571142197], "count": [287]}, "actions": {"min": [-0.44012659788131714, -0.16837188601493835, -0.7430514693260193, -0.15673865377902985, -0.3134986162185669, -0.1425734907388687, -1.0], "max": [1.1035727262496948, 0.6866044402122498, 0.8182408809661865, 0.22876764833927155, 0.18418803811073303, 0.15022173523902893, 1.0], "mean": [0.10808117687702179, 0.04965396225452423, -0.012070192024111748, -0.0027543073520064354, 0.0027113298419862986, 0.00553286774083972, 0.4146341383457184], "std": [0.23109589517116547, 0.12172530591487885, 0.24436767399311066, 0.04363292455673218, 0.05679571256041527, 0.03990840166807175, 0.9099875092506409], "count": [287]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.3], "std": [8.284926070883191], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [1521], "max": [1521], "mean": [1521.0], "std": [0.0], "count": [287]}, "index": {"min": [489166], "max": [489452], "mean": [489309.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [287]}}} +{"episode_index": 1522, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37513221172257966]], [[0.35103587012197457]], [[0.3215770473106235]]], "std": [[[0.26608255459785335]], [[0.24471567537285333]], [[0.2264595912929966]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8313725490196079]], [[0.7725490196078432]], [[0.6980392156862745]]], "mean": [[[0.4713030688715916]], [[0.44011836930817244]], [[0.4062375925101486]]], "std": [[[0.28874838206611364]], [[0.2569255812871041]], [[0.22375368376590798]]], "count": [100]}, "state": {"min": [-0.17182353138923645, 0.034739311784505844, 0.9286434650421143, 2.92388653755188, 0.054023273289203644, -0.12000316381454468, 0.0005543503211811185, -0.04000279679894447], "max": [0.016472933813929558, 0.1768023818731308, 1.1671302318572998, 3.180459976196289, 0.2652469277381897, 0.19675308465957642, 0.039988428354263306, -0.0013827156508341432], "mean": [-0.03184260427951813, 0.1294192373752594, 1.0269954204559326, 3.1134979724884033, 0.15918245911598206, 0.015966983512043953, 0.02930896170437336, -0.03376557305455208], "std": [0.04094833880662918, 0.03724157437682152, 0.08216319978237152, 0.06008307263255119, 0.05054781585931778, 0.08137533813714981, 0.01591230370104313, 0.009668695740401745], "count": [233]}, "actions": {"min": [-0.21659263968467712, -0.5188281536102295, -0.4192143678665161, -0.21111705899238586, -0.11939316242933273, -0.1321241706609726, -1.0], "max": [0.5781328082084656, 0.35856956243515015, 0.545030951499939, 0.06685163825750351, 0.07624662667512894, 0.12226281315088272, 1.0], "mean": [0.04410593584179878, -0.020691603422164917, -0.016857726499438286, -0.006561776623129845, -0.003313163761049509, 0.005666794255375862, -0.3390558063983917], "std": [0.15586866438388824, 0.1715286374092102, 0.17925643920898438, 0.030749469995498657, 0.032541971653699875, 0.040797002613544464, 0.9407666325569153], "count": [233]}, "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": [1522], "max": [1522], "mean": [1522.0], "std": [0.0], "count": [233]}, "index": {"min": [489453], "max": [489685], "mean": [489569.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [233]}}} +{"episode_index": 1523, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3809751724542356]], [[0.3561941618077895]], [[0.3260251016055836]]], "std": [[[0.2672863776296426]], [[0.24538685613014574]], [[0.22651533291988013]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8313725490196079]], [[0.7725490196078432]], [[0.6980392156862745]]], "mean": [[[0.480468775730507]], [[0.4483974896599265]], [[0.41357760919309133]]], "std": [[[0.2856930473396618]], [[0.2539480493125925]], [[0.22071982575840246]]], "count": [100]}, "state": {"min": [-0.17253488302230835, 0.01859431155025959, 0.9274826645851135, 2.906040668487549, 0.05732739716768265, -0.0045099337585270405, 0.0003205957473255694, -0.04000097140669823], "max": [-0.0025336076505482197, 0.1719847172498703, 1.1781156063079834, 3.1809165477752686, 0.2778823673725128, 0.18492692708969116, 0.040103692561388016, -0.00133924325928092], "mean": [-0.04193633422255516, 0.1253330409526825, 1.0373728275299072, 3.111670732498169, 0.12879790365695953, 0.06039343774318695, 0.031008774414658546, -0.03442433848977089], "std": [0.03341472148895264, 0.04026737064123154, 0.08977159112691879, 0.06732843071222305, 0.059848275035619736, 0.04663940519094467, 0.015011044219136238, 0.010183929465711117], "count": [248]}, "actions": {"min": [-0.3246588706970215, -0.5983788371086121, -0.4673040509223938, -0.12463435530662537, -0.11002564430236816, -0.15208089351654053, -1.0], "max": [0.7602607011795044, 0.6235852837562561, 0.6324940323829651, 0.10231086611747742, 0.10611283779144287, 0.102033831179142, 1.0], "mean": [0.037559475749731064, -0.012281366623938084, -0.03638158366084099, -0.004848084412515163, -0.0018705683760344982, 0.0036779935471713543, -0.4838709533214569], "std": [0.1450677067041397, 0.20168256759643555, 0.17685121297836304, 0.0298843365162611, 0.036502655595541, 0.03368435800075531, 0.8751393556594849], "count": [248]}, "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": [1523], "max": [1523], "mean": [1523.0], "std": [0.0], "count": [248]}, "index": {"min": [489686], "max": [489933], "mean": [489809.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [248]}}} +{"episode_index": 1524, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3812171953986673]], [[0.35622886448280483]], [[0.32591640457452514]]], "std": [[[0.2681765391053884]], [[0.246286775695508]], [[0.22736154296491415]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8313725490196079]], [[0.7725490196078432]], [[0.6980392156862745]]], "mean": [[[0.46154516840916054]], [[0.43058398676853554]], [[0.3968766365799249]]], "std": [[[0.2935697423825586]], [[0.2618413330673589]], [[0.22871273474166273]]], "count": [100]}, "state": {"min": [-0.190916508436203, -0.004087912384420633, 0.9281712174415588, 2.911715269088745, 0.0883040577173233, -0.047396209090948105, 0.00046674255281686783, -0.0399986170232296], "max": [-0.008058407343924046, 0.1677432805299759, 1.1505653858184814, 3.169567108154297, 0.29187509417533875, 0.12189610302448273, 0.040002353489398956, -0.0012266123667359352], "mean": [-0.04817800968885422, 0.12483047693967819, 1.0186532735824585, 3.123654842376709, 0.20479105412960052, 0.015239168889820576, 0.03142762556672096, -0.034616198390722275], "std": [0.037397563457489014, 0.040474262088537216, 0.0729183480143547, 0.060119062662124634, 0.04880910366773605, 0.03355952352285385, 0.015176523476839066, 0.01027509942650795], "count": [198]}, "actions": {"min": [-0.301226407289505, -0.6123809218406677, -0.38853520154953003, -0.08778078109025955, -0.14876461029052734, -0.0889832153916359, -1.0], "max": [1.0737022161483765, 0.4603134095668793, 0.484084814786911, 0.09709722548723221, 0.11249108612537384, 0.09984006732702255, 1.0], "mean": [0.04498300328850746, -0.0035727722570300102, -0.05160395801067352, -0.00425566965714097, -0.0040341936983168125, 0.006360750179737806, -0.4848484992980957], "std": [0.19378234446048737, 0.21341784298419952, 0.1624528169631958, 0.03276839479804039, 0.0449642613530159, 0.03139735758304596, 0.8745979070663452], "count": [198]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.715694766751167], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [1524], "max": [1524], "mean": [1524.0], "std": [0.0], "count": [198]}, "index": {"min": [489934], "max": [490131], "mean": [490032.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [198]}}} +{"episode_index": 1525, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37988502831552545]], [[0.35526690135282624]], [[0.32528811166800703]]], "std": [[[0.2686440769970164]], [[0.2471643174512158]], [[0.22886881389423844]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8313725490196079]], [[0.7725490196078432]], [[0.6980392156862745]]], "mean": [[[0.45914508116479014]], [[0.42796993061140476]], [[0.39384832404641545]]], "std": [[[0.2975278158152315]], [[0.26571829844486905]], [[0.23226246745794007]]], "count": [100]}, "state": {"min": [-0.1842949092388153, 0.010262557305395603, 0.9374173879623413, 3.0548083782196045, 0.05984631925821304, 0.007099074311554432, 0.004984268918633461, -0.03986406326293945], "max": [0.0002195794222643599, 0.18172840774059296, 1.1578923463821411, 3.3699960708618164, 0.38283711671829224, 0.24899105727672577, 0.04000866040587425, -0.012299737893044949], "mean": [-0.04243692755699158, 0.12886761128902435, 1.0253676176071167, 3.225187063217163, 0.21946373581886292, 0.06959213316440582, 0.03004235029220581, -0.03305419161915779], "std": [0.041091788560152054, 0.045620597898960114, 0.08412408828735352, 0.08806650340557098, 0.10413777828216553, 0.06240305304527283, 0.014108475297689438, 0.009664391167461872], "count": [168]}, "actions": {"min": [-0.2697153091430664, -0.7537704706192017, -0.4523780047893524, -0.16267278790473938, -0.16812433302402496, -0.14953802525997162, -1.0], "max": [0.6085266470909119, 0.444025456905365, 0.8202913999557495, 0.09055493026971817, 0.08104744553565979, 0.12539637088775635, 1.0], "mean": [0.056593384593725204, 0.007770780939608812, -0.047149404883384705, 8.25033857836388e-05, -0.0011343640508130193, 0.00853271409869194, -0.3095238208770752], "std": [0.18779176473617554, 0.2081661820411682, 0.2134476751089096, 0.03714524582028389, 0.043578509241342545, 0.03708907589316368, 0.9508917331695557], "count": [168]}, "timestamp": {"min": [0.0], "max": [16.7], "mean": [8.35], "std": [4.8496563452132015], "count": [168]}, "frame_index": {"min": [0], "max": [167], "mean": [83.5], "std": [48.496563452132015], "count": [168]}, "episode_index": {"min": [1525], "max": [1525], "mean": [1525.0], "std": [0.0], "count": [168]}, "index": {"min": [490132], "max": [490299], "mean": [490215.5], "std": [48.496563452132015], "count": [168]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [168]}}} +{"episode_index": 1526, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.379413589776731]], [[0.3548489559397978]], [[0.3249666167614507]]], "std": [[[0.26760273004639384]], [[0.24600268832145705]], [[0.22744131404221585]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8313725490196079]], [[0.7725490196078432]], [[0.6980392156862745]]], "mean": [[[0.4712681322284773]], [[0.4384622467639399]], [[0.40296592084099264]]], "std": [[[0.30001476072293926]], [[0.2680645561124399]], [[0.23454713612730785]]], "count": [100]}, "state": {"min": [-0.18621182441711426, 0.024245314300060272, 0.93077152967453, 3.0046093463897705, 0.040428195148706436, -0.006555960047990084, 0.0005222826148383319, -0.03995353356003761], "max": [0.0030659236945211887, 0.16000019013881683, 1.1718266010284424, 3.2440221309661865, 0.33033204078674316, 0.1751699596643448, 0.04000448063015938, -0.0009532382828183472], "mean": [-0.042501360177993774, 0.12149564921855927, 1.0252705812454224, 3.1522505283355713, 0.19438882172107697, 0.0612008273601532, 0.028020091354846954, -0.03027551807463169], "std": [0.03937084972858429, 0.03414767608046532, 0.09110184758901596, 0.058130644261837006, 0.08365489542484283, 0.04939694702625275, 0.015564982779324055, 0.012904920615255833], "count": [235]}, "actions": {"min": [-0.2506883442401886, -0.708030641078949, -0.4441557228565216, -0.13336455821990967, -0.08077814429998398, -0.11833608150482178, -1.0], "max": [0.6461809873580933, 0.3526999354362488, 0.39983633160591125, 0.1184433177113533, 0.08252689242362976, 0.08018428832292557, 1.0], "mean": [0.033145464956760406, -0.002880008891224861, -0.03851567208766937, -0.0015432096552103758, -0.0004168502928223461, 0.003229021793231368, -0.2680850923061371], "std": [0.15458944439888, 0.15609019994735718, 0.15283337235450745, 0.0266103595495224, 0.030628852546215057, 0.027163444086909294, 0.9633941650390625], "count": [235]}, "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": [1526], "max": [1526], "mean": [1526.0], "std": [0.0], "count": [235]}, "index": {"min": [490300], "max": [490534], "mean": [490417.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [235]}}} +{"episode_index": 1527, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38025541357900583]], [[0.35411588302313113]], [[0.32204228419883574]]], "std": [[[0.26658301185309324]], [[0.24338228258362993]], [[0.22317144558573432]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8196078431372549]], [[0.7607843137254902]], [[0.6901960784313725]]], "mean": [[[0.3093284104291131]], [[0.2912925349216835]], [[0.2678433131797641]]], "std": [[[0.28786488593615445]], [[0.2584176631601584]], [[0.22969101328402486]]], "count": [100]}, "state": {"min": [-0.2853756844997406, -0.09844866394996643, 0.9168819189071655, 2.440333604812622, -0.01628345623612404, -0.026078755035996437, 0.003956739790737629, -0.0400053933262825], "max": [-0.041318830102682114, 0.10325385630130768, 1.1792640686035156, 3.147559404373169, 0.42338982224464417, 0.2990504205226898, 0.04035920649766922, -0.00517120910808444], "mean": [-0.21721214056015015, 0.05627308040857315, 1.0537716150283813, 2.961921453475952, 0.16397397220134735, 0.14771951735019684, 0.01834999956190586, -0.01958196610212326], "std": [0.07293730229139328, 0.044151172041893005, 0.07792586088180542, 0.20114842057228088, 0.11612813919782639, 0.08146007359027863, 0.015544163063168526, 0.014778736978769302], "count": [257]}, "actions": {"min": [-0.8777738213539124, -0.6251968145370483, -0.6032167077064514, -0.1443222165107727, -0.14035651087760925, -0.11125390231609344, -1.0], "max": [0.512232780456543, 1.3719974756240845, 0.4753350019454956, 0.2216290533542633, 0.2007637619972229, 0.20060954988002777, 1.0], "mean": [0.06910664588212967, -0.027150079607963562, -0.029914751648902893, -0.01419263519346714, -0.0036569174844771624, 0.008637459948658943, 0.3463034927845001], "std": [0.16840015351772308, 0.21300078928470612, 0.2325810343027115, 0.04655929282307625, 0.05671269819140434, 0.04067295789718628, 0.9381234645843506], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [1527], "max": [1527], "mean": [1527.0], "std": [0.0], "count": [257]}, "index": {"min": [490535], "max": [490791], "mean": [490663.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [257]}}} +{"episode_index": 1528, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38375465901692707]], [[0.3575337267108992]], [[0.32528339400945927]]], "std": [[[0.2686755057537889]], [[0.24559624268314714]], [[0.2254676723663109]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.7647058823529411]], [[0.7176470588235294]]], "mean": [[[0.3150496479109222]], [[0.29667212572284773]], [[0.2729532045850567]]], "std": [[[0.29084501728410345]], [[0.2612743989755695]], [[0.23238610615346328]]], "count": [100]}, "state": {"min": [-0.23299190402030945, -0.08843449503183365, 0.9216011762619019, 2.508185625076294, -0.1114635244011879, 0.004435581620782614, 0.00033764634281396866, -0.039960090070962906], "max": [-0.0057265879586339, 0.11378030478954315, 1.1731818914413452, 3.212627649307251, 0.4083285927772522, 0.4639260172843933, 0.04068225622177124, -0.0064029088243842125], "mean": [-0.16531598567962646, 0.05822477489709854, 1.0787492990493774, 2.958073139190674, 0.11313675343990326, 0.13942134380340576, 0.016124336048960686, -0.018088852986693382], "std": [0.06973710656166077, 0.049466587603092194, 0.08237166702747345, 0.20861849188804626, 0.16629184782505035, 0.09374400228261948, 0.014852887950837612, 0.013893465511500835], "count": [283]}, "actions": {"min": [-0.6108582019805908, -0.5513207912445068, -1.029791235923767, -0.13167546689510345, -0.1464621126651764, -0.16371364891529083, -1.0], "max": [0.47821372747421265, 0.6039168238639832, 0.781402587890625, 0.15209314227104187, 0.12735001742839813, 0.14663082361221313, 1.0], "mean": [0.07524275034666061, -0.036064326763153076, -0.03053244575858116, -0.013705375604331493, -0.0025946961250156164, 0.01398259587585926, 0.4558303952217102], "std": [0.13824103772640228, 0.1725674718618393, 0.23571796715259552, 0.03802794963121414, 0.04606445133686066, 0.040621545165777206, 0.8900697827339172], "count": [283]}, "timestamp": {"min": [0.0], "max": [28.2], "mean": [14.100000000000001], "std": [8.16945530620004], "count": [283]}, "frame_index": {"min": [0], "max": [282], "mean": [141.0], "std": [81.69455306200041], "count": [283]}, "episode_index": {"min": [1528], "max": [1528], "mean": [1528.0], "std": [0.0], "count": [283]}, "index": {"min": [490792], "max": [491074], "mean": [490933.0], "std": [81.69455306200041], "count": [283]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [283]}}} +{"episode_index": 1529, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3819139835133272]], [[0.3560581006816789]], [[0.32423974669213385]]], "std": [[[0.2676314732015105]], [[0.24476308523933296]], [[0.22486243390476504]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.7647058823529411]], [[0.6901960784313725]]], "mean": [[[0.3546659623688343]], [[0.33398027726715684]], [[0.307426238415288]]], "std": [[[0.2973769415436969]], [[0.2660491957970958]], [[0.23614531412716044]]], "count": [100]}, "state": {"min": [-0.23455391824245453, -0.08581934124231339, 0.9161179661750793, 2.465268850326538, -0.1587408035993576, -0.017118416726589203, 0.003096639411523938, -0.04000541567802429], "max": [-0.043344646692276, 0.11048804223537445, 1.1620123386383057, 3.126701831817627, 0.2907645106315613, 0.3674272894859314, 0.04022563621401787, -0.005245023872703314], "mean": [-0.18412308394908905, 0.07415226101875305, 1.0516842603683472, 2.9434762001037598, 0.03741994500160217, 0.1528119146823883, 0.01875571720302105, -0.019517311826348305], "std": [0.05478573590517044, 0.04125049337744713, 0.07786199450492859, 0.17773877084255219, 0.13255806267261505, 0.08791083097457886, 0.016294468194246292, 0.015754930675029755], "count": [335]}, "actions": {"min": [-0.28166550397872925, -0.5828169584274292, -0.5406845808029175, -0.1361456662416458, -0.14305418729782104, -0.09662814438343048, -1.0], "max": [0.36354923248291016, 0.5113030672073364, 0.3506299555301666, 0.0812084898352623, 0.10681167244911194, 0.1406843662261963, 1.0], "mean": [0.047989483922719955, -0.02474709413945675, -0.0185584407299757, -0.01313147321343422, -0.0030243024230003357, 0.007041603792458773, 0.27761194109916687], "std": [0.09320051968097687, 0.15012392401695251, 0.16646361351013184, 0.032594721764326096, 0.034604962915182114, 0.031073229387402534, 0.9606955051422119], "count": [335]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.670573922989266], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [1529], "max": [1529], "mean": [1529.0], "std": [0.0], "count": [335]}, "index": {"min": [491075], "max": [491409], "mean": [491242.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [335]}}} +{"episode_index": 1530, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38338004676968446]], [[0.3574400281719133]], [[0.32567359176336547]]], "std": [[[0.2677216901011923]], [[0.24456189533775968]], [[0.2243270548063198]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8274509803921568]], [[0.7647058823529411]], [[0.6941176470588235]]], "mean": [[[0.3284156691607307]], [[0.31105225207758885]], [[0.2864037272135417]]], "std": [[[0.2887255759586528]], [[0.257813560584934]], [[0.2290039555764378]]], "count": [100]}, "state": {"min": [-0.2684006690979004, -0.061607275158166885, 0.9179463982582092, 2.5795679092407227, -0.05952545255422592, -0.0466374009847641, 0.0020853483583778143, -0.040003467351198196], "max": [-0.09660270810127258, 0.13983674347400665, 1.1674550771713257, 3.1755475997924805, 0.26496201753616333, 0.08026662468910217, 0.04055775701999664, -0.01368693821132183], "mean": [-0.18689113855361938, 0.08668321371078491, 1.0197511911392212, 3.016676902770996, 0.07833582162857056, 0.014301322400569916, 0.02169504202902317, -0.024261105805635452], "std": [0.05811275541782379, 0.05126843601465225, 0.060816843062639236, 0.12364738434553146, 0.09531568735837936, 0.03224475681781769, 0.013326928950846195, 0.011135888285934925], "count": [280]}, "actions": {"min": [-0.47503843903541565, -1.1832034587860107, -1.0369924306869507, -0.24231338500976562, -0.13090400397777557, -0.11966150999069214, -1.0], "max": [0.4826945662498474, 0.8117240071296692, 0.5561027526855469, 0.159612774848938, 0.166575625538826, 0.12392216920852661, 1.0], "mean": [0.042580120265483856, -0.05508309230208397, -0.030413862317800522, -0.01586074009537697, -0.003352947300300002, -0.0015147895319387317, 0.3571428656578064], "std": [0.11809105426073074, 0.21444836258888245, 0.19978874921798706, 0.04907948523759842, 0.042194612324237823, 0.03501603752374649, 0.9340512156486511], "count": [280]}, "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": [1530], "max": [1530], "mean": [1530.0], "std": [0.0], "count": [280]}, "index": {"min": [491410], "max": [491689], "mean": [491549.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [280]}}} +{"episode_index": 1531, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3849537838206572]], [[0.35784671738568474]], [[0.32447676834405637]]], "std": [[[0.26882106410697837]], [[0.245097760847526]], [[0.22414616532457263]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.7647058823529411]], [[0.6901960784313725]]], "mean": [[[0.3176200118719363]], [[0.2993677080939798]], [[0.2755807471181832]]], "std": [[[0.28564913788818896]], [[0.25661196614190324]], [[0.22826107097195406]]], "count": [100]}, "state": {"min": [-0.24654701352119446, -0.1670253425836563, 0.9261795878410339, 2.5568654537200928, -0.24895161390304565, -0.04309298098087311, 0.0036744317039847374, -0.03979336842894554], "max": [-0.0834605023264885, 0.09860644489526749, 1.3112093210220337, 3.3478853702545166, 0.31109341979026794, 0.20361177623271942, 0.0402640625834465, -0.004605546593666077], "mean": [-0.20285701751708984, 0.018489858135581017, 1.14328932762146, 3.0594403743743896, 0.012030191719532013, 0.12253785878419876, 0.014232894405722618, -0.013895079493522644], "std": [0.04793115332722664, 0.09013786911964417, 0.12550674378871918, 0.2693464159965515, 0.17479003965854645, 0.03443010523915291, 0.01414729654788971, 0.013660253025591373], "count": [236]}, "actions": {"min": [-0.5346407294273376, -0.7576286196708679, -0.6477077007293701, -0.20707201957702637, -0.13007143139839172, -0.14944852888584137, -1.0], "max": [0.41423583030700684, 0.3817591667175293, 0.6951302886009216, 0.15949268639087677, 0.2514438331127167, 0.19865620136260986, 1.0], "mean": [0.04910355433821678, -0.046794746071100235, 0.010414274409413338, -0.014289130456745625, -0.001258320757187903, 0.0008940956904552877, 0.508474588394165], "std": [0.13027183711528778, 0.19275841116905212, 0.3123956620693207, 0.05111755430698395, 0.05772625654935837, 0.041655365377664566, 0.861077070236206], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [1531], "max": [1531], "mean": [1531.0], "std": [0.0], "count": [236]}, "index": {"min": [491690], "max": [491925], "mean": [491807.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [236]}}} +{"episode_index": 1532, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3814661386527267]], [[0.3545684449438955]], [[0.32159608190199906]]], "std": [[[0.2686102684681507]], [[0.24480512706775223]], [[0.2238427036607407]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8196078431372549]], [[0.7764705882352941]], [[0.7137254901960784]]], "mean": [[[0.3253792431401272]], [[0.30611023068895526]], [[0.2809464410520067]]], "std": [[[0.2878188420105153]], [[0.2581859262398358]], [[0.2293984437117847]]], "count": [100]}, "state": {"min": [-0.2700280547142029, -0.155117467045784, 0.9251675605773926, 2.5386667251586914, -0.19179335236549377, 0.005666907411068678, 0.005378251429647207, -0.039860669523477554], "max": [-0.05980142578482628, 0.1123967096209526, 1.3587121963500977, 3.3326542377471924, 0.41301602125167847, 0.2956255078315735, 0.04032750427722931, -0.004505460150539875], "mean": [-0.213750422000885, 0.04030577465891838, 1.1428418159484863, 3.0753238201141357, 0.11155317723751068, 0.1630161851644516, 0.016703050583600998, -0.016893040388822556], "std": [0.05204853042960167, 0.08654613792896271, 0.1481679230928421, 0.2526068091392517, 0.18102866411209106, 0.07242224365472794, 0.015029536560177803, 0.015091988258063793], "count": [296]}, "actions": {"min": [-0.444826602935791, -0.8497816324234009, -0.9349215030670166, -0.23349401354789734, -0.10239294171333313, -0.127337247133255, -1.0], "max": [0.5792354941368103, 0.656328022480011, 0.6149049997329712, 0.27236828207969666, 0.2721930146217346, 0.16087089478969574, 1.0], "mean": [0.04368175193667412, -0.028152739629149437, 0.00302965403534472, -0.010481597855687141, -0.0016597360372543335, 0.003749438328668475, 0.36486485600471497], "std": [0.1503346711397171, 0.19211897253990173, 0.29255229234695435, 0.04845947027206421, 0.05071043223142624, 0.036444906145334244, 0.9310603737831116], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [1532], "max": [1532], "mean": [1532.0], "std": [0.0], "count": [296]}, "index": {"min": [491926], "max": [492221], "mean": [492073.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [296]}}} +{"episode_index": 1533, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38297790168313417]], [[0.35591451487821696]], [[0.3226536637848499]]], "std": [[[0.2688998311872241]], [[0.24499458801747545]], [[0.2238669139072896]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.7647058823529411]], [[0.6901960784313725]]], "mean": [[[0.31248695882161454]], [[0.29448964676202516]], [[0.27054297952090994]]], "std": [[[0.28180615012640553]], [[0.25273449992336616]], [[0.2244828076556359]]], "count": [100]}, "state": {"min": [-0.28867608308792114, -0.16560308635234833, 0.9214860200881958, 2.4875099658966064, -0.20867928862571716, -0.05217422917485237, 0.005305280443280935, -0.03994811326265335], "max": [-0.04565366357564926, 0.09165015071630478, 1.3102816343307495, 3.2396183013916016, 0.32735639810562134, 0.24674996733665466, 0.041020236909389496, -0.005132126156240702], "mean": [-0.2364555299282074, 0.02749960869550705, 1.1209030151367188, 3.022984743118286, 0.07096946239471436, 0.1267724186182022, 0.017689930275082588, -0.01777670904994011], "std": [0.0692761018872261, 0.0772361010313034, 0.12808671593666077, 0.2374439835548401, 0.15465261042118073, 0.0722728967666626, 0.015290740877389908, 0.015107645653188229], "count": [285]}, "actions": {"min": [-0.5406549572944641, -0.872001051902771, -0.5410831570625305, -0.2578675150871277, -0.11306805908679962, -0.13676828145980835, -1.0], "max": [0.8233862519264221, 0.727507472038269, 0.6763886213302612, 0.24608926475048065, 0.19477030634880066, 0.10422517359256744, 1.0], "mean": [0.05510346218943596, -0.019927019253373146, 0.011086509563028812, -0.01145015936344862, -0.0036204957868903875, 0.004015860613435507, 0.34736841917037964], "std": [0.17706680297851562, 0.20365431904792786, 0.25141721963882446, 0.04850047454237938, 0.044590502977371216, 0.03641195222735405, 0.937730610370636], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [1533], "max": [1533], "mean": [1533.0], "std": [0.0], "count": [285]}, "index": {"min": [492222], "max": [492506], "mean": [492364.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [285]}}} +{"episode_index": 1534, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.38559955851236977]], [[0.3585811935125613]], [[0.32554241524490657]]], "std": [[[0.2681180365925833]], [[0.24439674618548876]], [[0.223400563243429]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8352941176470589]], [[0.8]], [[0.7568627450980392]]], "mean": [[[0.320127976361443]], [[0.30125374229281554]], [[0.2768425849465763]]], "std": [[[0.28579209565049785]], [[0.25634827595158327]], [[0.22746980961361138]]], "count": [100]}, "state": {"min": [-0.27739331126213074, -0.15580971539020538, 0.9144116044044495, 2.5087075233459473, -0.23659908771514893, 0.018108626827597618, 0.005035074893385172, -0.040007613599300385], "max": [-0.038172945380210876, 0.1592697650194168, 1.3267799615859985, 3.087125778198242, 0.3071581721305847, 0.20436426997184753, 0.04073860123753548, -0.005518836434930563], "mean": [-0.21124207973480225, 0.03979834169149399, 1.1396726369857788, 2.897923707962036, 0.027881940826773643, 0.12266640365123749, 0.017722932621836662, -0.01803458109498024], "std": [0.06642422825098038, 0.09899947047233582, 0.13210654258728027, 0.16279448568820953, 0.1673629879951477, 0.04468263313174248, 0.015827227383852005, 0.01528221182525158], "count": [305]}, "actions": {"min": [-0.36006924510002136, -0.8093528747558594, -0.8866897225379944, -0.1715700775384903, -0.1908373385667801, -0.11592555791139603, -1.0], "max": [0.4872278571128845, 0.9007532000541687, 1.1748288869857788, 0.11712425202131271, 0.14482465386390686, 0.23072181642055511, 1.0], "mean": [0.04797247052192688, -0.031829264014959335, 0.004056257661432028, -0.010665268637239933, -0.0021456959657371044, 0.001856588525697589, 0.31803280115127563], "std": [0.14557939767837524, 0.2093777358531952, 0.2868193984031677, 0.036958519369363785, 0.0431252121925354, 0.03996209800243378, 0.9480776190757751], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [1534], "max": [1534], "mean": [1534.0], "std": [0.0], "count": [305]}, "index": {"min": [492507], "max": [492811], "mean": [492659.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [305]}}} +{"episode_index": 1535, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37731322404450063]], [[0.3519894738290824]], [[0.32059022731407016]]], "std": [[[0.2678789467877215]], [[0.24489562513807867]], [[0.2248046568609634]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[0.7686274509803922]], [[0.6941176470588235]]], "mean": [[[0.36512946514054845]], [[0.3428891751158471]], [[0.3146679878982843]]], "std": [[[0.30421701626720565]], [[0.27192024602315235]], [[0.2412770675863209]]], "count": [100]}, "state": {"min": [-0.2440742552280426, -0.10541321337223053, 0.9236768484115601, 2.6716227531433105, 0.034522805362939835, 0.0581836998462677, 0.004051552154123783, -0.03990465775132179], "max": [-0.0324096605181694, 0.12514080107212067, 1.1477129459381104, 3.2804741859436035, 0.2664860785007477, 0.26197975873947144, 0.04000328481197357, -0.0063680256716907024], "mean": [-0.17365789413452148, 0.0772913247346878, 0.9932284951210022, 3.0971076488494873, 0.1507604420185089, 0.18150563538074493, 0.016992216929793358, -0.018097754567861557], "std": [0.07424912601709366, 0.0521000511944294, 0.04817940294742584, 0.16581755876541138, 0.054782528430223465, 0.060945287346839905, 0.015162683092057705, 0.014603869989514351], "count": [245]}, "actions": {"min": [-0.10229247063398361, -0.601313591003418, -0.8580339550971985, -0.0822363868355751, -0.09127584099769592, -0.07619171589612961, -1.0], "max": [0.35465508699417114, 0.8771429657936096, 0.42312535643577576, 0.16659563779830933, 0.11843357235193253, 0.15048843622207642, 1.0], "mean": [0.07794797420501709, -0.05887787044048309, -0.057503800839185715, -0.014316067099571228, 0.00011696026922436431, 0.009924577549099922, 0.41224488615989685], "std": [0.094462551176548, 0.17386186122894287, 0.18760377168655396, 0.03157937154173851, 0.030385203659534454, 0.0270372424274683, 0.9110742807388306], "count": [245]}, "timestamp": {"min": [0.0], "max": [24.4], "mean": [12.2], "std": [7.072481884034769], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [1535], "max": [1535], "mean": [1535.0], "std": [0.0], "count": [245]}, "index": {"min": [492812], "max": [493056], "mean": [492934.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [245]}}} +{"episode_index": 1536, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3733495327818627]], [[0.3481984947054994]], [[0.31694928696576286]]], "std": [[[0.2668182894628867]], [[0.24400841756130454]], [[0.22433465372658037]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.7647058823529411]], [[0.6941176470588235]]], "mean": [[[0.3880396620806526]], [[0.36420271331188725]], [[0.3344888048358992]]], "std": [[[0.30289395873183805]], [[0.2702396496421702]], [[0.2391451854835853]]], "count": [100]}, "state": {"min": [-0.2669014632701874, -0.09543659538030624, 0.9149643778800964, 2.650541067123413, -0.07099052518606186, 0.07938222587108612, 0.0021497542038559914, -0.04000714048743248], "max": [-0.014753945171833038, 0.1167270615696907, 1.1822668313980103, 3.1527669429779053, 0.186353862285614, 0.6480767726898193, 0.040777165442705154, -0.0054352181032299995], "mean": [-0.18798667192459106, 0.0645122081041336, 1.0132298469543457, 2.98811936378479, 0.003789701033383608, 0.3594886362552643, 0.019772786647081375, -0.021271534264087677], "std": [0.07039287686347961, 0.04655703529715538, 0.06505412608385086, 0.1342722475528717, 0.05258869379758835, 0.1734090894460678, 0.0165183674544096, 0.015350432135164738], "count": [256]}, "actions": {"min": [-0.28411298990249634, -0.573374330997467, -0.6317650079727173, -0.09580174833536148, -0.16792002320289612, -0.09433910250663757, -1.0], "max": [0.44951456785202026, 0.5731104612350464, 0.38152575492858887, 0.12188734859228134, 0.15160474181175232, 0.12883120775222778, 1.0], "mean": [0.07015389949083328, -0.054705578833818436, -0.06612418591976166, -0.014311200007796288, -0.0021304769907146692, 0.014997039921581745, 0.2265625], "std": [0.12698587775230408, 0.15706086158752441, 0.18347126245498657, 0.03153141960501671, 0.040916573256254196, 0.03631081432104111, 0.973996639251709], "count": [256]}, "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": [1536], "max": [1536], "mean": [1536.0], "std": [0.0], "count": [256]}, "index": {"min": [493057], "max": [493312], "mean": [493184.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [256]}}} +{"episode_index": 1537, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37939293117149203]], [[0.35396280685125614]], [[0.3225573191923254]]], "std": [[[0.2679797994382279]], [[0.2450993006884702]], [[0.22521061452588717]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[0.7686274509803922]], [[0.7098039215686275]]], "mean": [[[0.4209988888011259]], [[0.393655180089614]], [[0.36100302722407324]]], "std": [[[0.30664597477784206]], [[0.2735207981153981]], [[0.2418100829508032]]], "count": [100]}, "state": {"min": [-0.23624716699123383, 0.028329094871878624, 0.9172086715698242, 2.6122589111328125, 0.044399961829185486, 0.13389725983142853, -1.847263047238812e-05, -0.04075277969241142], "max": [0.012586144730448723, 0.09056364744901657, 1.1523646116256714, 3.1546237468719482, 0.2830720841884613, 0.27411437034606934, 0.03994552791118622, -0.00916564092040062], "mean": [-0.15460553765296936, 0.06550711393356323, 1.012459397315979, 3.0088798999786377, 0.12609149515628815, 0.20546914637088776, 0.017354875802993774, -0.02354690618813038], "std": [0.08419308066368103, 0.015255386009812355, 0.05210690200328827, 0.13736167550086975, 0.06822088360786438, 0.03812761977314949, 0.017305072396993637, 0.013678710907697678], "count": [188]}, "actions": {"min": [-0.32239407300949097, -1.035284399986267, -0.6437527537345886, -0.19205443561077118, -0.1538025289773941, -0.1063893586397171, -1.0], "max": [0.730359673500061, 0.4415549337863922, 0.4597433805465698, 0.07535233348608017, 0.14453564584255219, 0.14120012521743774, 1.0], "mean": [0.11411088705062866, -0.07394526153802872, -0.06722939014434814, -0.021645337343215942, 0.0015575491124764085, 0.0035785131622105837, 0.3297872245311737], "std": [0.15053917467594147, 0.20076942443847656, 0.22319474816322327, 0.03906384855508804, 0.05106569454073906, 0.03854844719171524, 0.9440562725067139], "count": [188]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [1537], "max": [1537], "mean": [1537.0], "std": [0.0], "count": [188]}, "index": {"min": [493313], "max": [493500], "mean": [493406.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [188]}}} +{"episode_index": 1538, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3766747723747702]], [[0.3512898386038986]], [[0.31980626065123313]]], "std": [[[0.2672072632468171]], [[0.24408902214315362]], [[0.22396994120323174]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.7647058823529411]], [[0.6941176470588235]]], "mean": [[[0.34410919009937957]], [[0.323608476227405]], [[0.2966459069345512]]], "std": [[[0.3029527074378872]], [[0.2709380468844824]], [[0.240400479790665]]], "count": [100]}, "state": {"min": [-0.264360249042511, -0.0916217714548111, 0.9152920842170715, 2.6192448139190674, 0.03691418096423149, -0.024153713136911392, 0.0035318885929882526, -0.040003836154937744], "max": [-0.013739349320530891, 0.10301828384399414, 1.176518201828003, 3.135899066925049, 0.30127546191215515, 0.11605121940374374, 0.04091350734233856, -0.006195504684001207], "mean": [-0.18622146546840668, 0.059431008994579315, 0.9823655486106873, 2.9974844455718994, 0.1712438315153122, 0.03874313458800316, 0.019101325422525406, -0.019518477842211723], "std": [0.07755333185195923, 0.0447610579431057, 0.05746767297387123, 0.13814878463745117, 0.07933270931243896, 0.0310929324477911, 0.01565549150109291, 0.014768626540899277], "count": [232]}, "actions": {"min": [-0.5634323358535767, -0.532824695110321, -0.9250533580780029, -0.10984870791435242, -0.11265622824430466, -0.09689691662788391, -1.0], "max": [0.37106752395629883, 0.3484673798084259, 0.33517706394195557, 0.14132055640220642, 0.1856851428747177, 0.12014250457286835, 1.0], "mean": [0.07895121723413467, -0.04242464527487755, -0.08842570334672928, -0.013056091964244843, 0.0013686086749657989, 0.007853908464312553, 0.3448275923728943], "std": [0.15322816371917725, 0.15573635697364807, 0.2013697624206543, 0.03753276914358139, 0.038945961743593216, 0.02904808148741722, 0.9386641979217529], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [1538], "max": [1538], "mean": [1538.0], "std": [0.0], "count": [232]}, "index": {"min": [493501], "max": [493732], "mean": [493616.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [232]}}} +{"episode_index": 1539, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37524641089345895]], [[0.3503956891228171]], [[0.3197207168878293]]], "std": [[[0.2665267714508836]], [[0.24395649187830512]], [[0.2244268937804282]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[0.7725490196078432]], [[0.6980392156862745]]], "mean": [[[0.3833155302159927]], [[0.3593361989937577]], [[0.3299742742800245]]], "std": [[[0.30710573342206043]], [[0.2747167574146419]], [[0.2437490274961226]]], "count": [100]}, "state": {"min": [-0.2264154553413391, -0.09889273345470428, 0.9157743453979492, 2.5550858974456787, 0.07835030555725098, 0.04589563235640526, 0.0009074515546672046, -0.04000437259674072], "max": [0.00834887195378542, 0.10399089008569717, 1.1326442956924438, 3.124685525894165, 0.2798978388309479, 0.2765501141548157, 0.0406629703938961, -0.006603841204196215], "mean": [-0.14129672944545746, 0.06001117825508118, 1.005250096321106, 2.950968027114868, 0.13881036639213562, 0.17625492811203003, 0.018158873543143272, -0.020476141944527626], "std": [0.08131404966115952, 0.043956104665994644, 0.05095085874199867, 0.1438053399324417, 0.05567747727036476, 0.06120423227548599, 0.017123421654105186, 0.015302004292607307], "count": [204]}, "actions": {"min": [-0.20033898949623108, -0.8115978837013245, -0.5785592198371887, -0.1574062556028366, -0.13047508895397186, -0.1466328650712967, -1.0], "max": [0.46423083543777466, 0.39547649025917053, 0.5308473110198975, 0.1769266277551651, 0.16564230620861053, 0.10016132891178131, 1.0], "mean": [0.09510914236307144, -0.06270809471607208, -0.06742372363805771, -0.017964031547307968, 0.0027401454281061888, 0.011105233803391457, 0.27450981736183167], "std": [0.12169840186834335, 0.19298812747001648, 0.22121503949165344, 0.03809073939919472, 0.04874104633927345, 0.033639438450336456, 0.9615843296051025], "count": [204]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [1539], "max": [1539], "mean": [1539.0], "std": [0.0], "count": [204]}, "index": {"min": [493733], "max": [493936], "mean": [493834.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [204]}}} +{"episode_index": 1540, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41352665158304086]], [[0.3879166557869597]], [[0.3560384963200479]]], "std": [[[0.2808864338483414]], [[0.2561353912166718]], [[0.23539468572451006]]], "count": [110]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.36914660829486273]], [[0.3469417970490753]], [[0.3216626727262283]]], "std": [[[0.2684282116841585]], [[0.24030256865866165]], [[0.2108025955162916]]], "count": [110]}, "state": {"min": [-0.21051746606826782, -0.07324311882257462, 1.0299664735794067, 2.612785816192627, -0.7925845980644226, -1.3915601968765259, 0.0037997369654476643, -0.04002218320965767], "max": [0.15430088341236115, 0.17808175086975098, 1.2384026050567627, 3.2970216274261475, 0.0033512727823108435, 0.04153306782245636, 0.0401388518512249, -0.0030208758544176817], "mean": [-0.05022197216749191, 0.046665534377098083, 1.107399344444275, 2.9006664752960205, -0.5168625712394714, -0.830960214138031, 0.0343136191368103, -0.0359630286693573], "std": [0.06530853360891342, 0.0670291855931282, 0.05995095148682594, 0.22546513378620148, 0.18572138249874115, 0.4941257834434509, 0.010869025252759457, 0.008210181258618832], "count": [528]}, "actions": {"min": [-0.5266147255897522, -0.8787522315979004, -0.50950688123703, -0.1788342446088791, -0.35482412576675415, -0.2671137750148773, -1.0], "max": [0.5482586026191711, 1.0883986949920654, 0.5575716495513916, 0.27174654603004456, 0.25085410475730896, 0.38520780205726624, 1.0], "mean": [0.03358626365661621, 0.03708457574248314, -0.025943532586097717, 0.004307899624109268, -0.0008572572260163724, 0.0017006584675982594, -0.5984848737716675], "std": [0.17192162573337555, 0.24427080154418945, 0.13407132029533386, 0.07033319771289825, 0.07321403920650482, 0.09462960809469223, 0.8011365532875061], "count": [528]}, "timestamp": {"min": [0.0], "max": [52.7], "mean": [26.349999999999998], "std": [15.242019769921132], "count": [528]}, "frame_index": {"min": [0], "max": [527], "mean": [263.5], "std": [152.42019769921134], "count": [528]}, "episode_index": {"min": [1540], "max": [1540], "mean": [1540.0], "std": [0.0], "count": [528]}, "index": {"min": [493937], "max": [494464], "mean": [494200.5], "std": [152.42019769921134], "count": [528]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [528]}}} +{"episode_index": 1541, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4079594691208443]], [[0.3815597849840911]], [[0.34856645392307944]]], "std": [[[0.27824979115922543]], [[0.2521716370251959]], [[0.22996044836601692]]], "count": [109]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.4201586395829117]], [[0.3913391497564479]], [[0.3603486672003592]]], "std": [[[0.2977617328789989]], [[0.26647610877588146]], [[0.23326088427874422]]], "count": [109]}, "state": {"min": [-0.2532716691493988, -0.06448869407176971, 1.054182529449463, 2.7181177139282227, -0.3926145136356354, -1.5351680517196655, 0.0036474112421274185, -0.04002230241894722], "max": [0.1581130176782608, 0.1684465855360031, 1.2527797222137451, 3.4554717540740967, 0.10614822059869766, 0.045086830854415894, 0.04022819176316261, -0.015133610926568508], "mean": [-0.08610264956951141, 0.030958266928792, 1.1307920217514038, 3.041309356689453, -0.16108287870883942, -0.6225334405899048, 0.0360717736184597, -0.037973713129758835], "std": [0.09052220731973648, 0.057685211300849915, 0.056882668286561966, 0.16494567692279816, 0.13242985308170319, 0.5668185949325562, 0.009867922402918339, 0.00547803333029151], "count": [522]}, "actions": {"min": [-0.5432100892066956, -1.0914306640625, -0.6187821626663208, -0.19717937707901, -0.32376164197921753, -0.5330600142478943, -1.0], "max": [0.5028559565544128, 1.2519398927688599, 0.5390146970748901, 0.25155147910118103, 0.2739843428134918, 0.41727742552757263, 1.0], "mean": [0.04907424747943878, 0.01807148940861225, -0.015418286435306072, 0.0036931149661540985, -0.0016337663400918245, -0.00016968668205663562, -0.7931034564971924], "std": [0.16481834650039673, 0.24601976573467255, 0.14855404198169708, 0.056225042790174484, 0.05577459931373596, 0.10388027876615524, 0.6090851426124573], "count": [522]}, "timestamp": {"min": [0.0], "max": [52.1], "mean": [26.05], "std": [15.068814374948902], "count": [522]}, "frame_index": {"min": [0], "max": [521], "mean": [260.5], "std": [150.68814374948903], "count": [522]}, "episode_index": {"min": [1541], "max": [1541], "mean": [1541.0], "std": [0.0], "count": [522]}, "index": {"min": [494465], "max": [494986], "mean": [494725.5], "std": [150.68814374948903], "count": [522]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [522]}}} +{"episode_index": 1542, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41031746873139363]], [[0.3844452017199495]], [[0.3519431709405276]]], "std": [[[0.28247979611906315]], [[0.2576409539578422]], [[0.23700794780159956]]], "count": [106]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4343526537489812]], [[0.4054298409346603]], [[0.3712083128527981]]], "std": [[[0.28627315585844615]], [[0.2568081462731793]], [[0.22614825387330864]]], "count": [106]}, "state": {"min": [-0.19515271484851837, -0.06469772756099701, 0.9509429335594177, 2.7642359733581543, -0.8793306946754456, -1.5236870050430298, 0.0008283079951070249, -0.04002206400036812], "max": [0.13085360825061798, 0.22563278675079346, 1.2121962308883667, 3.568382978439331, 0.08427681028842926, 0.44268929958343506, 0.040937844663858414, -0.015319302678108215], "mean": [-0.06700701266527176, 0.07196047157049179, 1.1085821390151978, 3.162489652633667, -0.42267653346061707, -0.685745894908905, 0.03659852221608162, -0.03809032961726189], "std": [0.07243528962135315, 0.08344888687133789, 0.057253289967775345, 0.19955408573150635, 0.28482601046562195, 0.6542505621910095, 0.008962726220488548, 0.00508582079783082], "count": [502]}, "actions": {"min": [-1.0809767246246338, -1.3378682136535645, -2.5601391792297363, -0.2347012609243393, -0.6718766689300537, -0.389549195766449, -1.0], "max": [0.6890362501144409, 0.868061900138855, 1.5345951318740845, 0.44001707434654236, 0.6355463266372681, 0.9833276867866516, 1.0], "mean": [0.04645426571369171, 0.014596723951399326, -0.020970797166228294, 0.002053055679425597, -0.002060853410512209, -0.0013419019524008036, -0.7689242959022522], "std": [0.17621305584907532, 0.27140411734580994, 0.26325756311416626, 0.07187970727682114, 0.08101809769868851, 0.11380765587091446, 0.6393375992774963], "count": [502]}, "timestamp": {"min": [0.0], "max": [50.1], "mean": [25.049999999999997], "std": [14.491463004127636], "count": [502]}, "frame_index": {"min": [0], "max": [501], "mean": [250.5], "std": [144.91463004127638], "count": [502]}, "episode_index": {"min": [1542], "max": [1542], "mean": [1542.0], "std": [0.0], "count": [502]}, "index": {"min": [494987], "max": [495488], "mean": [495237.5], "std": [144.91463004127638], "count": [502]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [502]}}} +{"episode_index": 1543, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4169947318282782]], [[0.3909369423062194]], [[0.35889382755055144]]], "std": [[[0.2795036379141425]], [[0.25460426407269243]], [[0.23359147595305374]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.377292038861443]], [[0.3544384789560356]], [[0.32913661762312346]]], "std": [[[0.2733629922632782]], [[0.24449199926958112]], [[0.2143269340438282]]], "count": [100]}, "state": {"min": [-0.20947590470314026, -0.056039825081825256, 1.0479806661605835, 2.506871223449707, -0.7812160849571228, -1.2904006242752075, 0.014128495939075947, -0.040021445602178574], "max": [0.13707493245601654, 0.1482643187046051, 1.2516876459121704, 3.2758283615112305, -0.014323010109364986, 0.04901544004678726, 0.040231604129076004, -0.003594217589125037], "mean": [-0.06515971571207047, 0.05678657069802284, 1.114180088043213, 2.846346139907837, -0.4970361292362213, -0.749725878238678, 0.03563665226101875, -0.035427238792181015], "std": [0.06622043997049332, 0.05885298177599907, 0.0623326301574707, 0.2315593957901001, 0.1898924857378006, 0.46810805797576904, 0.008582856506109238, 0.009610602632164955], "count": [444]}, "actions": {"min": [-0.5071150064468384, -1.0996533632278442, -0.577711820602417, -0.2368742823600769, -0.24421516060829163, -0.3076918125152588, -1.0], "max": [0.8677963614463806, 1.0561686754226685, 0.4468591809272766, 0.3031653165817261, 0.5709890127182007, 0.4458341598510742, 1.0], "mean": [0.04154527187347412, 0.03488557040691376, -0.019625483080744743, 0.006587333045899868, 0.0001542111422168091, -0.00032977687078528106, -0.6441441178321838], "std": [0.181480273604393, 0.2705481946468353, 0.12562519311904907, 0.07221715152263641, 0.06518169492483139, 0.10088405758142471, 0.7649049162864685], "count": [444]}, "timestamp": {"min": [0.0], "max": [44.3], "mean": [22.150000000000002], "std": [12.817143467507364], "count": [444]}, "frame_index": {"min": [0], "max": [443], "mean": [221.5], "std": [128.17143467507364], "count": [444]}, "episode_index": {"min": [1543], "max": [1543], "mean": [1543.0], "std": [0.0], "count": [444]}, "index": {"min": [495489], "max": [495932], "mean": [495710.5], "std": [128.17143467507364], "count": [444]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [444]}}} +{"episode_index": 1544, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41493266685336244]], [[0.3884634623808019]], [[0.3555422006245532]]], "std": [[[0.2818328519249075]], [[0.2565520969714247]], [[0.2352417843066288]]], "count": [120]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.4159446900810292]], [[0.3879131017946729]], [[0.35727375504238157]]], "std": [[[0.29348408976260937]], [[0.2632008829898707]], [[0.2311177150988771]]], "count": [120]}, "state": {"min": [-0.21065352857112885, -0.05521004647016525, 1.0089340209960938, 2.7150180339813232, -0.6643287539482117, -1.6641850471496582, 0.0005577689153142273, -0.04001466557383537], "max": [0.13430629670619965, 0.1685769259929657, 1.2014421224594116, 3.3268351554870605, 0.19010429084300995, 0.09269873797893524, 0.04010240361094475, -0.0007940272917039692], "mean": [-0.05644507706165314, 0.04871261864900589, 1.098138451576233, 3.0868494510650635, -0.3640935719013214, -0.8889634609222412, 0.034586209803819656, -0.035674408078193665], "std": [0.053403984755277634, 0.06941871345043182, 0.061748847365379333, 0.13781923055648804, 0.24744266271591187, 0.6910383701324463, 0.012085835449397564, 0.010050879791378975], "count": [597]}, "actions": {"min": [-0.6979488134384155, -0.8296701312065125, -0.45346227288246155, -0.3967007100582123, -0.4075523316860199, -0.7623599767684937, -1.0], "max": [0.8935535550117493, 1.0531706809997559, 0.6425201296806335, 0.3250454366207123, 0.34542128443717957, 0.8750180006027222, 1.0], "mean": [0.04059460759162903, -0.016337713226675987, -0.009256036020815372, -0.002141704550012946, -0.0045022559352219105, 0.0020266214851289988, -0.7018425464630127], "std": [0.16554291546344757, 0.20605292916297913, 0.13285928964614868, 0.08408646285533905, 0.07579200714826584, 0.11856032907962799, 0.7123322486877441], "count": [597]}, "timestamp": {"min": [0.0], "max": [59.6], "mean": [29.799999999999997], "std": [17.23388135814642], "count": [597]}, "frame_index": {"min": [0], "max": [596], "mean": [298.0], "std": [172.3388135814642], "count": [597]}, "episode_index": {"min": [1544], "max": [1544], "mean": [1544.0], "std": [0.0], "count": [597]}, "index": {"min": [495933], "max": [496529], "mean": [496231.0], "std": [172.3388135814642], "count": [597]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [597]}}} +{"episode_index": 1545, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4147256798837699]], [[0.3897423562442555]], [[0.3585235170850567]]], "std": [[[0.28469801158582647]], [[0.26103830209688345]], [[0.24170888997261336]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.3687789037367877]], [[0.34867676080441945]], [[0.32336972704120714]]], "std": [[[0.2577654110449226]], [[0.2316546416384084]], [[0.20452310231898616]]], "count": [100]}, "state": {"min": [-0.18766966462135315, -0.08345599472522736, 1.0257153511047363, 2.2714381217956543, -0.9429166316986084, -1.1328768730163574, 0.015230560675263405, -0.04063044860959053], "max": [0.14682717621326447, 0.17564044892787933, 1.2226074934005737, 3.140921115875244, 0.03286195546388626, 0.11456433683633804, 0.040223341435194016, -0.0029075979255139828], "mean": [-0.03164546936750412, 0.049792151898145676, 1.0970709323883057, 2.739377021789551, -0.6356455683708191, -0.6074971556663513, 0.03554774075746536, -0.03499894589185715], "std": [0.06006409227848053, 0.0645676851272583, 0.0543399341404438, 0.27588093280792236, 0.2561211585998535, 0.47640281915664673, 0.008317842148244381, 0.010385068133473396], "count": [470]}, "actions": {"min": [-0.618878185749054, -0.9369014501571655, -1.208694577217102, -0.24004121124744415, -0.27666836977005005, -0.36651739478111267, -1.0], "max": [0.8932400941848755, 0.8368008732795715, 0.6505697965621948, 0.259573370218277, 0.24912680685520172, 0.37537118792533875, 1.0], "mean": [0.04236757755279541, 0.011370556429028511, -0.011161263100802898, 0.003648139303550124, -0.005419133231043816, 0.0022178376093506813, -0.6255319118499756], "std": [0.17955060303211212, 0.26099923253059387, 0.16163107752799988, 0.07019472122192383, 0.07367835193872452, 0.09116342663764954, 0.780198872089386], "count": [470]}, "timestamp": {"min": [0.0], "max": [46.9], "mean": [23.45], "std": [13.567700615800748], "count": [470]}, "frame_index": {"min": [0], "max": [469], "mean": [234.5], "std": [135.6770061580075], "count": [470]}, "episode_index": {"min": [1545], "max": [1545], "mean": [1545.0], "std": [0.0], "count": [470]}, "index": {"min": [496530], "max": [496999], "mean": [496764.5], "std": [135.6770061580075], "count": [470]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [470]}}} +{"episode_index": 1546, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41370087507659314]], [[0.3877407059015012]], [[0.3555918405570236]]], "std": [[[0.2798315939318871]], [[0.25477839233886085]], [[0.23368741182578914]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3687410643334482]], [[0.34624028404086243]], [[0.3218078278186275]]], "std": [[[0.2779191891165429]], [[0.24889309888727798]], [[0.2181844953446038]]], "count": [100]}, "state": {"min": [-0.20149125158786774, -0.053333789110183716, 1.0205007791519165, 2.6089892387390137, -0.7405796051025391, -1.5257246494293213, 0.0006071942043490708, -0.04002097621560097], "max": [0.14880740642547607, 0.13498371839523315, 1.2319660186767578, 3.273014783859253, 0.05411479249596596, 0.17669528722763062, 0.04000495746731758, -0.014559431001543999], "mean": [-0.058617182075977325, 0.04806526005268097, 1.0983966588974, 2.9637813568115234, -0.45066845417022705, -0.7984863519668579, 0.03194615989923477, -0.03595892712473869], "std": [0.05586543679237366, 0.04911099001765251, 0.06671935319900513, 0.17362263798713684, 0.1915614902973175, 0.5954194664955139, 0.014264635741710663, 0.0074745784513652325], "count": [410]}, "actions": {"min": [-0.7042717933654785, -0.6250622868537903, -0.6599670052528381, -0.241013765335083, -0.3376438319683075, -0.6016734838485718, -1.0], "max": [0.7031822800636292, 0.7620646357536316, 0.4097311198711395, 0.33688387274742126, 0.31724774837493896, 0.4986219108104706, 1.0], "mean": [0.04485750570893288, 0.023135371506214142, -0.03361600264906883, 0.003017839277163148, 0.00019090044952463359, -0.0006090353708714247, -0.5609756112098694], "std": [0.20651522278785706, 0.23746462166309357, 0.1589953452348709, 0.07583918422460556, 0.07621990889310837, 0.11065030843019485, 0.8278341293334961], "count": [410]}, "timestamp": {"min": [0.0], "max": [40.9], "mean": [20.45], "std": [11.835645314050264], "count": [410]}, "frame_index": {"min": [0], "max": [409], "mean": [204.5], "std": [118.35645314050265], "count": [410]}, "episode_index": {"min": [1546], "max": [1546], "mean": [1546.0], "std": [0.0], "count": [410]}, "index": {"min": [497000], "max": [497409], "mean": [497204.5], "std": [118.35645314050265], "count": [410]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [410]}}} +{"episode_index": 1547, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4683821991565181]], [[0.43420663033279716]], [[0.3960818595138251]]], "std": [[[0.31095629567708793]], [[0.2863773083929431]], [[0.26731655962031037]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4259927266438802]], [[0.39821758255304074]], [[0.3718215565400965]]], "std": [[[0.3002794450717065]], [[0.28015347113118644]], [[0.26009547670579963]]], "count": [100]}, "state": {"min": [-0.22283990681171417, -0.05766598507761955, 0.9366654753684998, 3.0329184532165527, -0.12463840842247009, -1.1663975715637207, 0.001653513521887362, -0.04000824689865112], "max": [-0.03962958976626396, 0.19835804402828217, 1.1533137559890747, 3.2318644523620605, 0.20762357115745544, 0.024942932650446892, 0.039937298744916916, -0.0011195000261068344], "mean": [-0.07727385312318802, 0.03846240043640137, 1.0673197507858276, 3.1176586151123047, 0.005771283991634846, -0.46696704626083374, 0.02124698832631111, -0.021204300224781036], "std": [0.03495357930660248, 0.09638776630163193, 0.07281564921140671, 0.06261982768774033, 0.08549746125936508, 0.4615176320075989, 0.018467478454113007, 0.018615778535604477], "count": [315]}, "actions": {"min": [-0.45701295137405396, -0.5213598012924194, -0.9211462140083313, -0.1949491947889328, -0.19127212464809418, -0.42213743925094604, -1.0], "max": [0.6258673667907715, 0.5217400193214417, 1.1269742250442505, 0.09928492456674576, 0.10652505606412888, 0.5794982314109802, 1.0], "mean": [0.03430638834834099, 0.03933383896946907, -0.05331161618232727, 0.0045397477224469185, -0.001787381712347269, 0.0018932728562504053, -0.01587301678955555], "std": [0.1455184817314148, 0.1510971039533615, 0.23627422749996185, 0.036940187215805054, 0.04268898069858551, 0.11555898934602737, 0.999875009059906], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [1547], "max": [1547], "mean": [1547.0], "std": [0.0], "count": [315]}, "index": {"min": [497410], "max": [497724], "mean": [497567.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [315]}}} +{"episode_index": 1548, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46394160431506587]], [[0.43051847330729165]], [[0.3930117827770757]]], "std": [[[0.31119628275386585]], [[0.2870377485028398]], [[0.2685894142326597]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41571705836875766]], [[0.38810076904296875]], [[0.36181179151348036]]], "std": [[[0.30320299849273735]], [[0.28435350538087867]], [[0.2652234423565908]]], "count": [100]}, "state": {"min": [-0.2033911943435669, -0.04926060140132904, 0.9429217576980591, 2.817443370819092, -0.05859920382499695, -1.190342664718628, 0.001740237115882337, -0.04012444615364075], "max": [-0.02157709188759327, 0.22000308334827423, 1.1578876972198486, 3.1305532455444336, 0.31885406374931335, 0.08496441692113876, 0.039909541606903076, -0.0020249085500836372], "mean": [-0.06444167345762253, 0.04709683358669281, 1.0553176403045654, 2.981684446334839, 0.07440625131130219, -0.4614032506942749, 0.02200406976044178, -0.022198211401700974], "std": [0.034567877650260925, 0.09855306148529053, 0.0667240172624588, 0.07545077800750732, 0.09947824478149414, 0.4835556149482727, 0.018301501870155334, 0.018278975039720535], "count": [266]}, "actions": {"min": [-0.5730054974555969, -0.3792901635169983, -0.6735422015190125, -0.20818005502223969, -0.14703233540058136, -0.46270230412483215, -1.0], "max": [0.8637323975563049, 0.7815856337547302, 0.982837975025177, 0.16785064339637756, 0.21380813419818878, 0.6322454214096069, 1.0], "mean": [0.039235733449459076, 0.05475359782576561, -0.046008434146642685, 0.00034211657475680113, -0.0010535836918279529, -0.0008282387279905379, -0.060150377452373505], "std": [0.16536493599414825, 0.18228715658187866, 0.24667750298976898, 0.051943596452474594, 0.05612139031291008, 0.14189010858535767, 0.998188853263855], "count": [266]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.678704317786953], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [1548], "max": [1548], "mean": [1548.0], "std": [0.0], "count": [266]}, "index": {"min": [497725], "max": [497990], "mean": [497857.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [266]}}} +{"episode_index": 1549, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4677431532915901]], [[0.4334939144358915]], [[0.3952430485744102]]], "std": [[[0.3109122925378284]], [[0.28613951484733025]], [[0.26689676266548995]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43629717479032626]], [[0.4068511789359298]], [[0.37820737113204655]]], "std": [[[0.30499212469549447]], [[0.28502340631579776]], [[0.26473648239415704]]], "count": [100]}, "state": {"min": [-0.16921000182628632, -0.03131263330578804, 0.9516719579696655, 3.044837713241577, 0.005364468786865473, -1.128872275352478, 0.0016188430599868298, -0.040005069226026535], "max": [-0.03689907118678093, 0.22404074668884277, 1.1879239082336426, 3.3639485836029053, 0.24640686810016632, 0.017793960869312286, 0.039984509348869324, -0.0015602026833221316], "mean": [-0.0702117308974266, 0.06297857314348221, 1.0838088989257812, 3.1329944133758545, 0.111634261906147, -0.5256307721138, 0.021214915439486504, -0.02091505564749241], "std": [0.024770338088274002, 0.09040951728820801, 0.07953464239835739, 0.07375143468379974, 0.07306867092847824, 0.45291510224342346, 0.01834879070520401, 0.018636906519532204], "count": [298]}, "actions": {"min": [-0.4704993963241577, -0.3328471779823303, -0.9227704405784607, -0.24939575791358948, -0.19418255984783173, -0.3136598765850067, -1.0], "max": [0.5029518008232117, 0.8182929158210754, 1.0214142799377441, 0.1909729540348053, 0.14270351827144623, 0.7627222537994385, 1.0], "mean": [0.021936487406492233, 0.045711368322372437, -0.06378830969333649, 0.001709279022179544, -0.0016662630951032043, 0.0028300839476287365, -0.00671140942722559], "std": [0.13104121387004852, 0.16342246532440186, 0.269221693277359, 0.0520363450050354, 0.049003440886735916, 0.12284989655017853, 0.9999787211418152], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [1549], "max": [1549], "mean": [1549.0], "std": [0.0], "count": [298]}, "index": {"min": [497991], "max": [498288], "mean": [498139.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [298]}}} +{"episode_index": 1550, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668417567832797]], [[0.43295039457433365]], [[0.3950666809082031]]], "std": [[[0.31038398771815917]], [[0.2859281679541863]], [[0.2670225070113386]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4263214841356464]], [[0.3982507749071308]], [[0.3705101958630132]]], "std": [[[0.3028716173028256]], [[0.28225122140729664]], [[0.26106161920878157]]], "count": [100]}, "state": {"min": [-0.1893623024225235, -0.06775545328855515, 0.9450547099113464, 2.863455295562744, -0.04990530014038086, -1.0991238355636597, 0.0016949564451351762, -0.04001127555966377], "max": [-0.007716140244156122, 0.2032041847705841, 1.1860651969909668, 3.099838972091675, 0.204351544380188, 0.11031310260295868, 0.0398876778781414, -0.00163263117428869], "mean": [-0.060422588139772415, 0.0328621007502079, 1.0802868604660034, 3.010864496231079, 0.01582852378487587, -0.48031866550445557, 0.021993927657604218, -0.022120557725429535], "std": [0.03727487474679947, 0.0929231122136116, 0.07609321177005768, 0.05195409804582596, 0.053260937333106995, 0.4778013825416565, 0.018465610221028328, 0.01842009276151657], "count": [265]}, "actions": {"min": [-0.35160407423973083, -0.5767053961753845, -0.7776333689689636, -0.2430032193660736, -0.12427399307489395, -0.45514172315597534, -1.0], "max": [0.6697330474853516, 0.8897480368614197, 0.9832696914672852, 0.15755699574947357, 0.1933324933052063, 0.5314801335334778, 1.0], "mean": [0.03254985436797142, 0.042076848447322845, -0.06811054050922394, -0.0020627696067094803, 0.004388539586216211, -0.0018316074274480343, -0.06415094435214996], "std": [0.14526459574699402, 0.1976587325334549, 0.2553384602069855, 0.05273149535059929, 0.05144559219479561, 0.14395540952682495, 0.9979402422904968], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [1550], "max": [1550], "mean": [1550.0], "std": [0.0], "count": [265]}, "index": {"min": [498289], "max": [498553], "mean": [498421.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [265]}}} +{"episode_index": 1551, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46879586373123466]], [[0.4346342390471814]], [[0.39649654134114587]]], "std": [[[0.31038302378464183]], [[0.2857575134197314]], [[0.2667432065567189]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42182217467064953]], [[0.3941873713474648]], [[0.36765329338522523]]], "std": [[[0.3020489836640908]], [[0.28258792592687365]], [[0.2629599756544911]]], "count": [100]}, "state": {"min": [-0.20143182575702667, -0.052896078675985336, 0.9410879015922546, 2.929410219192505, -0.1217656210064888, -1.135011911392212, 0.0017211505910381675, -0.04002615809440613], "max": [-0.018016166985034943, 0.23484833538532257, 1.1760352849960327, 3.2309467792510986, 0.23717841506004333, -0.05733013153076172, 0.03995443508028984, -0.0017107941675931215], "mean": [-0.06993880867958069, 0.05415681377053261, 1.0783586502075195, 3.065892219543457, 0.017625631764531136, -0.5860148072242737, 0.021236151456832886, -0.021297913044691086], "std": [0.03890030086040497, 0.09495864063501358, 0.071706123650074, 0.05564047396183014, 0.0993550568819046, 0.4129376709461212, 0.018479302525520325, 0.018562695011496544], "count": [295]}, "actions": {"min": [-0.66277015209198, -0.3879914879798889, -0.7401841878890991, -0.21579287946224213, -0.1616932600736618, -0.31078559160232544, -1.0], "max": [0.5078773498535156, 0.8045769929885864, 1.009523868560791, 0.15749622881412506, 0.19853432476520538, 0.5527640581130981, 1.0], "mean": [0.03804703801870346, 0.049918945878744125, -0.052524980157613754, 0.0010716981487348676, 0.0007525557884946465, 0.001266708131879568, -0.016949152573943138], "std": [0.1380029022693634, 0.18388783931732178, 0.245738685131073, 0.04978840798139572, 0.04778635501861572, 0.11312335729598999, 0.9998555183410645], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [1551], "max": [1551], "mean": [1551.0], "std": [0.0], "count": [295]}, "index": {"min": [498554], "max": [498848], "mean": [498701.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [295]}}} +{"episode_index": 1552, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41075644758635876]], [[0.3813469711004519]], [[0.34778493006089156]]], "std": [[[0.276580517550213]], [[0.2536277369216894]], [[0.23484912192887467]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9254901960784314]]], "mean": [[[0.39622980035520067]], [[0.36751636340571386]], [[0.34005384437710634]]], "std": [[[0.29093255679160346]], [[0.2684675493356059]], [[0.24566055533727751]]], "count": [100]}, "state": {"min": [-0.20717129111289978, -0.09101664274930954, 0.9382275938987732, 2.611982822418213, -0.6319330930709839, -1.3588051795959473, 0.03919190540909767, -0.04096445068717003], "max": [0.006787861697375774, 0.17650118470191956, 1.1733030080795288, 3.1340813636779785, 0.11869215220212936, -0.02575385570526123, 0.04162374138832092, -0.03928267955780029], "mean": [-0.0544966422021389, 0.059742044657468796, 1.0398297309875488, 2.990907907485962, -0.10512468963861465, -0.9374465942382812, 0.040056388825178146, -0.03996467590332031], "std": [0.06976516544818878, 0.08905230462551117, 0.09001360088586807, 0.17675340175628662, 0.20068229734897614, 0.39894938468933105, 0.00040829175850376487, 0.00018889298371504992], "count": [240]}, "actions": {"min": [-0.3082384765148163, -0.8604894876480103, -0.6354928016662598, -0.1779513657093048, -0.16165569424629211, -0.405304491519928, -1.0], "max": [0.6422474384307861, 0.5551592707633972, 0.6296218633651733, 0.12622924149036407, 0.1465955376625061, 0.17204944789409637, -1.0], "mean": [0.10570183396339417, -0.08867386728525162, -0.04692547395825386, -0.021951498463749886, -0.008481735363602638, -0.029534272849559784, -1.0], "std": [0.13474944233894348, 0.2673439681529999, 0.18104933202266693, 0.054006218910217285, 0.04759654030203819, 0.0876951515674591, 0.0], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [1552], "max": [1552], "mean": [1552.0], "std": [0.0], "count": [240]}, "index": {"min": [498849], "max": [499088], "mean": [498968.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [240]}}} +{"episode_index": 1553, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4099506596583946]], [[0.38065549244600183]], [[0.34724786257276347]]], "std": [[[0.2769177580733184]], [[0.25422024716268876]], [[0.23565271580419628]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9215686274509803]]], "mean": [[[0.42743860581341914]], [[0.39346263032801015]], [[0.3607976840150123]]], "std": [[[0.3089906396735424]], [[0.28430991016309837]], [[0.25892491143437235]]], "count": [100]}, "state": {"min": [-0.20143558084964752, -0.05812790244817734, 0.9195951223373413, 3.0667409896850586, -0.4462209641933441, -1.341335415840149, 0.03494502231478691, -0.04000331833958626], "max": [0.039242684841156006, 0.1531764566898346, 1.1686663627624512, 3.2635223865509033, 0.05096321552991867, -0.030585210770368576, 0.040251459926366806, -0.03954896330833435], "mean": [-0.03419917821884155, 0.07971487194299698, 1.0349161624908447, 3.1947455406188965, -0.07908718287944794, -0.9378650784492493, 0.039893198758363724, -0.03987743705511093], "std": [0.06450753659009933, 0.0685531497001648, 0.09517398476600647, 0.051311660557985306, 0.1196788027882576, 0.43210336565971375, 0.0005882913828827441, 0.00010091449075844139], "count": [174]}, "actions": {"min": [-0.11367316544055939, -1.1972217559814453, -0.5503223538398743, -0.1923898160457611, -0.12424353510141373, -0.4853634238243103, -1.0], "max": [0.5238321423530579, 0.5227070450782776, 0.3150004744529724, 0.08808232843875885, 0.10981208831071854, 0.20128002762794495, -1.0], "mean": [0.12206410616636276, -0.1306956708431244, -0.09810515493154526, -0.02075887657701969, -0.0037343159783631563, -0.045647334307432175, -1.0], "std": [0.12587571144104004, 0.25625085830688477, 0.15358524024486542, 0.040182795375585556, 0.04128274694085121, 0.11079561710357666, 0.0], "count": [174]}, "timestamp": {"min": [0.0], "max": [17.3], "mean": [8.65], "std": [5.02286438863988], "count": [174]}, "frame_index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "episode_index": {"min": [1553], "max": [1553], "mean": [1553.0], "std": [0.0], "count": [174]}, "index": {"min": [499089], "max": [499262], "mean": [499175.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [174]}}} +{"episode_index": 1554, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40876160386029414]], [[0.3792146785960478]], [[0.34554328948376223]]], "std": [[[0.2762764163775871]], [[0.25318556754770594]], [[0.23423253507225897]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9215686274509803]]], "mean": [[[0.43066036508597577]], [[0.3985274777879902]], [[0.3680053040747549]]], "std": [[[0.2982708455310334]], [[0.27488895935522645]], [[0.25121209565303276]]], "count": [100]}, "state": {"min": [-0.19083596765995026, -0.07830264419317245, 0.9245190620422363, 2.945061206817627, -0.4978918135166168, -1.2874497175216675, 0.03941597416996956, -0.040007583796978], "max": [-0.006029448006302118, 0.20337051153182983, 1.1624648571014404, 3.2581896781921387, 0.112819604575634, -0.07768619805574417, 0.04133569449186325, -0.03959902003407478], "mean": [-0.062106069177389145, 0.08568286150693893, 1.043644666671753, 3.1274733543395996, -0.07294026017189026, -0.9401623010635376, 0.04008131101727486, -0.039931949228048325], "std": [0.06166836991906166, 0.08676014840602875, 0.09977398067712784, 0.07111737877130508, 0.14973196387290955, 0.3481524586677551, 0.0003332884225528687, 8.672574040247127e-05], "count": [206]}, "actions": {"min": [-0.12815400958061218, -0.7224231958389282, -0.594061017036438, -0.16818034648895264, -0.11071726679801941, -0.3623737394809723, -1.0], "max": [0.6727948784828186, 0.6117316484451294, 0.2551823854446411, 0.13330256938934326, 0.10975009202957153, 0.2604004442691803, -1.0], "mean": [0.11466995626688004, -0.07396982610225677, -0.07327727228403091, -0.01808679848909378, -0.007349016144871712, -0.03164771944284439, -1.0], "std": [0.11293785274028778, 0.2579425871372223, 0.1537480652332306, 0.04535313695669174, 0.038558367639780045, 0.08836322277784348, 0.0], "count": [206]}, "timestamp": {"min": [0.0], "max": [20.5], "mean": [10.25], "std": [5.9466377054601205], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [1554], "max": [1554], "mean": [1554.0], "std": [0.0], "count": [206]}, "index": {"min": [499263], "max": [499468], "mean": [499365.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [206]}}} +{"episode_index": 1555, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41643691478056066]], [[0.3863856350767846]], [[0.35213500677370557]]], "std": [[[0.2769452578835808]], [[0.25399234122736924]], [[0.23544050273863745]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9490196078431372]]], "mean": [[[0.4058611474130668]], [[0.37731617347866886]], [[0.34888245765835635]]], "std": [[[0.28985656682124594]], [[0.2663307531175258]], [[0.24183891094158552]]], "count": [100]}, "state": {"min": [-0.20633557438850403, -0.09110989421606064, 0.9392314553260803, 2.7293078899383545, -0.61399906873703, -1.3372923135757446, 0.03638767823576927, -0.0400158055126667], "max": [-0.01217515766620636, 0.17073719203472137, 1.1842520236968994, 3.25986385345459, 0.07085512578487396, -0.000618308549746871, 0.041366368532180786, -0.03872961550951004], "mean": [-0.05237598344683647, 0.04331940412521362, 1.053900957107544, 3.077913522720337, -0.09249301999807358, -0.7854856848716736, 0.03986295312643051, -0.039795324206352234], "std": [0.054719507694244385, 0.08502964675426483, 0.10103926807641983, 0.17123907804489136, 0.1881360113620758, 0.4815003573894501, 0.0007291118963621557, 0.00025656045181676745], "count": [202]}, "actions": {"min": [-0.43201082944869995, -1.2260761260986328, -1.180556058883667, -0.22549016773700714, -0.15562526881694794, -0.46917957067489624, -1.0], "max": [0.7096046805381775, 0.4596821665763855, 0.6540422439575195, 0.12744839489459991, 0.18055415153503418, 0.3037633001804352, -1.0], "mean": [0.11853783577680588, -0.1469753235578537, -0.061384398490190506, -0.021865706890821457, -0.008873737417161465, -0.027228932827711105, -1.0], "std": [0.16919274628162384, 0.29334551095962524, 0.24089887738227844, 0.05209580063819885, 0.04754212498664856, 0.12816280126571655, 0.0], "count": [202]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [1555], "max": [1555], "mean": [1555.0], "std": [0.0], "count": [202]}, "index": {"min": [499469], "max": [499670], "mean": [499569.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [202]}}} +{"episode_index": 1556, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4098886664895451]], [[0.380456428677428]], [[0.3466951635024127]]], "std": [[[0.2775117440982114]], [[0.2544755479496565]], [[0.23580683490641136]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9215686274509803]]], "mean": [[[0.38848544909907323]], [[0.363218126483992]], [[0.338601043102788]]], "std": [[[0.2788351159185815]], [[0.25729080665190357]], [[0.23541389687354783]]], "count": [100]}, "state": {"min": [-0.19525066018104553, -0.09814998507499695, 0.9221965670585632, 2.983546733856201, -0.5490555763244629, -1.334593653678894, 0.039513491094112396, -0.04000605642795563], "max": [-0.0034495675936341286, 0.15347996354103088, 1.1696972846984863, 3.2243480682373047, 0.04915758594870567, -0.07974334806203842, 0.04116027057170868, -0.039584189653396606], "mean": [-0.047465335577726364, 0.029308948665857315, 1.0106761455535889, 3.097932815551758, -0.1525658220052719, -0.9544615745544434, 0.04014580696821213, -0.039949432015419006], "std": [0.0594809353351593, 0.08616174012422562, 0.08948639780282974, 0.07089266926050186, 0.18297100067138672, 0.3684254586696625, 0.0003285492130089551, 8.265612996183336e-05], "count": [234]}, "actions": {"min": [-0.2881912887096405, -0.8791313767433167, -0.5161253213882446, -0.11205099523067474, -0.2419438362121582, -0.23057709634304047, -1.0], "max": [0.7122475504875183, 0.444902241230011, 0.7389564514160156, 0.09048272669315338, 0.10600624233484268, 0.26327329874038696, -1.0], "mean": [0.10250819474458694, -0.08070320636034012, -0.07699863612651825, -0.014328896068036556, -0.007841422222554684, -0.03012974187731743, -1.0], "std": [0.1071171686053276, 0.2188340276479721, 0.1489216834306717, 0.035350047051906586, 0.0400945320725441, 0.07364187389612198, 0.0], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [1556], "max": [1556], "mean": [1556.0], "std": [0.0], "count": [234]}, "index": {"min": [499671], "max": [499904], "mean": [499787.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [234]}}} +{"episode_index": 1557, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41243956502278645]], [[0.38245941880170037]], [[0.3483298106474035]]], "std": [[[0.2769805478339668]], [[0.25380824187051054]], [[0.23484756151639516]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9254901960784314]]], "mean": [[[0.392004924699372]], [[0.3640496550915288]], [[0.33697891654220286]]], "std": [[[0.28918051444273674]], [[0.2667186718300564]], [[0.24385688438854636]]], "count": [100]}, "state": {"min": [-0.19007237255573273, -0.10240312665700912, 0.9369686245918274, 2.9209518432617188, -0.5908424854278564, -1.297546148300171, 0.03283708170056343, -0.04016690328717232], "max": [-0.02054356038570404, 0.12332917004823685, 1.1717406511306763, 3.246882915496826, 0.12480641156435013, -0.035624127835035324, 0.040004830807447433, -0.03622962161898613], "mean": [-0.05444896221160889, 0.047302521765232086, 1.0498065948486328, 3.1455845832824707, -0.061126697808504105, -0.9411306977272034, 0.03961420804262161, -0.039699748158454895], "std": [0.04370350018143654, 0.07015804201364517, 0.08943236619234085, 0.0746048167347908, 0.17756769061088562, 0.394009530544281, 0.0011484600836411119, 0.0004318966530263424], "count": [222]}, "actions": {"min": [-0.1691558063030243, -1.2960089445114136, -0.49763017892837524, -0.1883900761604309, -0.1443200409412384, -0.3086722791194916, -1.0], "max": [0.40662112832069397, 0.6789999008178711, 0.23977826535701752, 0.07783912867307663, 0.06425081193447113, 0.15929710865020752, -1.0], "mean": [0.06227289140224457, -0.10655038803815842, -0.0835019126534462, -0.021197112277150154, -0.0039428528398275375, -0.03964608162641525, -1.0], "std": [0.10331796854734421, 0.2666080892086029, 0.1213700920343399, 0.04149317741394043, 0.030875157564878464, 0.06965501606464386, 0.0], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [1557], "max": [1557], "mean": [1557.0], "std": [0.0], "count": [222]}, "index": {"min": [499905], "max": [500126], "mean": [500015.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [222]}}} +{"episode_index": 1558, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40731809010225184]], [[0.37822042188457417]], [[0.3450246348661535]]], "std": [[[0.27679927499903967]], [[0.2541013909989751]], [[0.23549703268612657]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.43562288291781553]], [[0.40087815288468903]], [[0.36814267087450214]]], "std": [[[0.3094706033450936]], [[0.2848402852008882]], [[0.25984366249693386]]], "count": [100]}, "state": {"min": [-0.18312111496925354, -0.06614163517951965, 0.9225340485572815, 3.114703893661499, -0.420131117105484, -1.3152973651885986, 0.03951966017484665, -0.03998268395662308], "max": [0.05097677931189537, 0.16354049742221832, 1.1687226295471191, 3.239439010620117, 0.05492706596851349, 0.028139375150203705, 0.04042723774909973, -0.0395781584084034], "mean": [-0.03512647747993469, 0.08349758386611938, 1.034172773361206, 3.1715705394744873, -0.07216616719961166, -0.8880266547203064, 0.03997715190052986, -0.039913590997457504], "std": [0.06674619019031525, 0.07101187855005264, 0.09549388289451599, 0.024720415472984314, 0.11879279464483261, 0.43454042077064514, 0.00012878875713795424, 8.554287342121825e-05], "count": [186]}, "actions": {"min": [-0.15532049536705017, -1.0689011812210083, -0.7140755653381348, -0.14247946441173553, -0.1718032956123352, -0.29789015650749207, -1.0], "max": [0.3826785087585449, 0.8518971800804138, 0.17752452194690704, 0.16034284234046936, 0.12372000515460968, 0.2216094583272934, -1.0], "mean": [0.10939452797174454, -0.07816940546035767, -0.08976247161626816, -0.014207742176949978, -0.007246113382279873, -0.045916732400655746, -1.0], "std": [0.09180855005979538, 0.25119316577911377, 0.1307225525379181, 0.04545889422297478, 0.042385585606098175, 0.08253803849220276, 0.0], "count": [186]}, "timestamp": {"min": [0.0], "max": [18.5], "mean": [9.25], "std": [5.369279902060113], "count": [186]}, "frame_index": {"min": [0], "max": [185], "mean": [92.5], "std": [53.692799020601136], "count": [186]}, "episode_index": {"min": [1558], "max": [1558], "mean": [1558.0], "std": [0.0], "count": [186]}, "index": {"min": [500127], "max": [500312], "mean": [500219.5], "std": [53.692799020601136], "count": [186]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [186]}}} +{"episode_index": 1559, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102444918763404]], [[0.3810151750153186]], [[0.34768953450520834]]], "std": [[[0.27782250722682494]], [[0.25496135883830345]], [[0.23615712285469442]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.4434926141477099]], [[0.40773399083754597]], [[0.3741378915824142]]], "std": [[[0.31825828049372523]], [[0.2939470871885221]], [[0.2690879930238908]]], "count": [100]}, "state": {"min": [-0.18776974081993103, -0.07911285012960434, 0.9231598377227783, 2.9561550617218018, -0.39534005522727966, -1.35593843460083, 0.03813587874174118, -0.04000712186098099], "max": [0.05572155863046646, 0.17248889803886414, 1.1327481269836426, 3.116183280944824, 0.14837078750133514, -0.03529614210128784, 0.04067080467939377, -0.039688438177108765], "mean": [-0.025532720610499382, 0.08427482098340988, 1.0180991888046265, 3.060375928878784, -0.0056435889564454556, -0.9338099956512451, 0.03983427584171295, -0.039974842220544815], "std": [0.06226060166954994, 0.08134780079126358, 0.07394390553236008, 0.044231291860342026, 0.12232814729213715, 0.368765264749527, 0.0003668578283395618, 6.977123121032491e-05], "count": [185]}, "actions": {"min": [-0.16344523429870605, -1.1131048202514648, -0.5715636610984802, -0.15690171718597412, -0.11877013742923737, -0.3783569037914276, -1.0], "max": [0.602601945400238, 0.7102727293968201, 0.34553664922714233, 0.19041867554187775, 0.09129055589437485, 0.125869020819664, -1.0], "mean": [0.10491225868463516, -0.11973515152931213, -0.08547208458185196, -0.020858030766248703, -0.006122351158410311, -0.05318630486726761, -1.0], "std": [0.11482946574687958, 0.2657841444015503, 0.1318783164024353, 0.045623745769262314, 0.040220122784376144, 0.0728258267045021, 0.0], "count": [185]}, "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": [1559], "max": [1559], "mean": [1559.0], "std": [0.0], "count": [185]}, "index": {"min": [500313], "max": [500497], "mean": [500405.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [185]}}} +{"episode_index": 1560, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46940429208792894]], [[0.434884911032284]], [[0.3965409252690334]]], "std": [[[0.31108946148871053]], [[0.28622171994703716]], [[0.26681192132082]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43987836590935203]], [[0.41037264057234224]], [[0.38256656661688115]]], "std": [[[0.3028837574493185]], [[0.28348253616633207]], [[0.26405374638698065]]], "count": [100]}, "state": {"min": [-0.28020036220550537, -0.04875139519572258, 0.9261149764060974, 2.890101432800293, -0.09072114527225494, -1.1684205532073975, 0.0020998299587517977, -0.04001259058713913], "max": [-0.01728825457394123, 0.18792730569839478, 1.1806741952896118, 3.3681271076202393, 0.1853151172399521, 0.08012709021568298, 0.03979899734258652, -0.0014923581620678306], "mean": [-0.11376579105854034, 0.051082730293273926, 1.0649343729019165, 3.114250421524048, 0.038154296576976776, -0.4805883467197418, 0.021176354959607124, -0.02081948332488537], "std": [0.09430760145187378, 0.0918436199426651, 0.07879237085580826, 0.1671827882528305, 0.0826600193977356, 0.4903501272201538, 0.017186040058732033, 0.017677774652838707], "count": [319]}, "actions": {"min": [-0.5841971635818481, -0.29554256796836853, -0.7532952427864075, -0.1554364114999771, -0.22860775887966156, -0.43318861722946167, -1.0], "max": [0.911334216594696, 0.7639285922050476, 1.4256967306137085, 0.18065211176872253, 0.20688441395759583, 0.4980373680591583, 1.0], "mean": [-0.021843647584319115, 0.043973587453365326, -0.0601939931511879, 0.007730606012046337, -0.007111904211342335, 0.0005340446950867772, 0.05329153686761856], "std": [0.1926453709602356, 0.15606006979942322, 0.2344677448272705, 0.05120590329170227, 0.05653737485408783, 0.12756697833538055, 0.9985799193382263], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [1560], "max": [1560], "mean": [1560.0], "std": [0.0], "count": [319]}, "index": {"min": [500498], "max": [500816], "mean": [500657.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [319]}}} +{"episode_index": 1561, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47006980148016236]], [[0.435543503705193]], [[0.39699727376302085]]], "std": [[[0.3114415308678909]], [[0.2864926192701237]], [[0.26719886313585495]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4323055102778416]], [[0.40384368357938877]], [[0.375730951645795]]], "std": [[[0.30286935900543566]], [[0.28254886189337725]], [[0.26165814565614665]]], "count": [100]}, "state": {"min": [-0.3267670273780823, -0.04462859407067299, 0.9352746605873108, 2.9112894535064697, -0.09925120323896408, -0.9341239333152771, 0.002032379386946559, -0.040031954646110535], "max": [-0.02751288376748562, 0.1639152318239212, 1.1465778350830078, 3.3516125679016113, 0.16028490662574768, 0.13358169794082642, 0.039904676377773285, -0.0011511232005432248], "mean": [-0.12737160921096802, 0.032346803694963455, 1.0624330043792725, 3.1352860927581787, 0.03847290575504303, -0.34977367520332336, 0.02245335467159748, -0.022130735218524933], "std": [0.09978929907083511, 0.07715298980474472, 0.06277474015951157, 0.1270015686750412, 0.05625680461525917, 0.42437446117401123, 0.017873777076601982, 0.018329618498682976], "count": [270]}, "actions": {"min": [-0.8589591979980469, -0.3538866937160492, -0.8260447978973389, -0.1752655804157257, -0.2419981211423874, -0.44408825039863586, -1.0], "max": [0.7731057405471802, 0.7938408255577087, 0.9633615016937256, 0.19191479682922363, 0.2149810940027237, 0.6639686226844788, 1.0], "mean": [-0.01743256114423275, 0.043887559324502945, -0.06470026820898056, 0.005746681243181229, -0.010046570561826229, 0.006382375955581665, -0.051851850003004074], "std": [0.2427065223455429, 0.17667070031166077, 0.22121939063072205, 0.0498836450278759, 0.05973072350025177, 0.132259339094162, 0.9986563920974731], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1561], "max": [1561], "mean": [1561.0], "std": [0.0], "count": [270]}, "index": {"min": [500817], "max": [501086], "mean": [500951.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1562, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4715293369667203]], [[0.43668986062442555]], [[0.3978309601428462]]], "std": [[[0.31212218034386097]], [[0.28724975282763443]], [[0.2679696062664273]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4564496729233686]], [[0.42452846811331957]], [[0.3935143408681832]]], "std": [[[0.30009675807708713]], [[0.27800272000606185]], [[0.2557796077721054]]], "count": [100]}, "state": {"min": [-0.31436240673065186, -0.04865925759077072, 0.9429620504379272, 3.0682191848754883, -0.0901435911655426, -1.0551035404205322, 0.0034769061021506786, -0.04000525921583176], "max": [-0.027274537831544876, 0.14532101154327393, 1.1835473775863647, 3.554111957550049, 0.10157406330108643, 0.14075317978858948, 0.04000800475478172, -0.0010733604431152344], "mean": [-0.13459759950637817, 0.03073078580200672, 1.079487919807434, 3.254863739013672, -0.017476266250014305, -0.38777807354927063, 0.022919608280062675, -0.022357262670993805], "std": [0.10258202999830246, 0.06856929510831833, 0.0770469456911087, 0.14159436523914337, 0.0563223697245121, 0.45637863874435425, 0.017229517921805382, 0.01781804859638214], "count": [322]}, "actions": {"min": [-0.857745349407196, -0.4826144874095917, -0.9362330436706543, -0.1212950050830841, -0.2046319842338562, -0.42619600892066956, -1.0], "max": [0.5661100149154663, 0.6907665729522705, 1.0417625904083252, 0.15612535178661346, 0.30761146545410156, 0.5813156366348267, 1.0], "mean": [-0.02008769102394581, 0.03971564397215843, -0.06497708708047867, 0.008890895172953606, -0.0020738353487104177, 0.005439084954559803, -0.03726708143949509], "std": [0.18742047250270844, 0.14620859920978546, 0.2172119915485382, 0.040587276220321655, 0.05669601261615753, 0.11997455358505249, 0.9993064403533936], "count": [322]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.295294508513434], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [1562], "max": [1562], "mean": [1562.0], "std": [0.0], "count": [322]}, "index": {"min": [501087], "max": [501408], "mean": [501247.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [322]}}} +{"episode_index": 1563, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4703533744064032]], [[0.43600355080997244]], [[0.39773334458295034]]], "std": [[[0.3121760841224347]], [[0.2877404728666795]], [[0.2689203576459619]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.4556485763250613]], [[0.4267425644818474]], [[0.3986050181669347]]], "std": [[[0.2915943274751038]], [[0.27221306040967613]], [[0.2526804809306816]]], "count": [100]}, "state": {"min": [-0.306400865316391, -0.05682390555739403, 0.9301632642745972, 2.883798360824585, -0.2536732852458954, -1.141713261604309, 0.0027733235619962215, -0.0400097481906414], "max": [-0.013803211972117424, 0.17891503870487213, 1.1706994771957397, 3.3683135509490967, 0.03311564400792122, -0.0007989322184585035, 0.039898451417684555, -0.0020587805192917585], "mean": [-0.11597145348787308, 0.046444736421108246, 1.079844355583191, 3.1087453365325928, -0.12902608513832092, -0.4929497241973877, 0.01984131522476673, -0.019570190459489822], "std": [0.10310116410255432, 0.08749482780694962, 0.08064586669206619, 0.12978488206863403, 0.06984815746545792, 0.4597819149494171, 0.0178469717502594, 0.017780248075723648], "count": [303]}, "actions": {"min": [-0.6990739107131958, -0.3579634428024292, -0.9769657850265503, -0.2627696096897125, -0.3009447753429413, -0.541111409664154, -1.0], "max": [0.5498127341270447, 0.7724666595458984, 1.2458255290985107, 0.24340015649795532, 0.2580070495605469, 0.8207588195800781, 1.0], "mean": [-0.040671028196811676, 0.04903360828757286, -0.06348422169685364, 0.0051167807541787624, -0.006160402670502663, 0.0010205389698967338, 0.0891089141368866], "std": [0.18117527663707733, 0.15520182251930237, 0.2534952163696289, 0.05151338130235672, 0.06238371506333351, 0.1448347121477127, 0.9960220456123352], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [1563], "max": [1563], "mean": [1563.0], "std": [0.0], "count": [303]}, "index": {"min": [501409], "max": [501711], "mean": [501560.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [303]}}} +{"episode_index": 1564, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4694155716241575]], [[0.43508435297947307]], [[0.3967808012120864]]], "std": [[[0.31233043298403323]], [[0.28788796796566163]], [[0.2690671383585981]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.48006005021637566]], [[0.4486258556889553]], [[0.4176483704810049]]], "std": [[[0.28988779339550885]], [[0.2692072465486151]], [[0.24813598212254068]]], "count": [100]}, "state": {"min": [-0.3282710015773773, -0.06793703883886337, 0.9406614899635315, 2.9841480255126953, -0.1997920572757721, -1.0059481859207153, 0.001550668734125793, -0.0400080643594265], "max": [-0.009007145650684834, 0.15829426050186157, 1.1802624464035034, 3.465517997741699, 0.03162192180752754, 0.10478216409683228, 0.039909619837999344, -0.0012271126033738256], "mean": [-0.13444608449935913, 0.037832994014024734, 1.0816240310668945, 3.200026512145996, -0.11149395257234573, -0.3665052354335785, 0.019706232473254204, -0.0193281602114439], "std": [0.11543665081262589, 0.08464893698692322, 0.07513385266065598, 0.16077682375907898, 0.06146557256579399, 0.4294409155845642, 0.018520355224609375, 0.018558606505393982], "count": [279]}, "actions": {"min": [-1.1006981134414673, -0.5069788098335266, -0.8190021514892578, -0.13851840794086456, -0.21006464958190918, -0.4951750636100769, -1.0], "max": [0.743518054485321, 0.8247511982917786, 1.1306993961334229, 0.15562079846858978, 0.2470034956932068, 0.7225803732872009, 1.0], "mean": [-0.029445255175232887, 0.052905041724443436, -0.06199884042143822, 0.009206722490489483, -0.00901989545673132, 0.004213630221784115, 0.05376344174146652], "std": [0.23899851739406586, 0.1640917956829071, 0.25314566493034363, 0.049155328422784805, 0.05430522933602333, 0.13121828436851501, 0.9985553622245789], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [1564], "max": [1564], "mean": [1564.0], "std": [0.0], "count": [279]}, "index": {"min": [501712], "max": [501990], "mean": [501851.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [279]}}} +{"episode_index": 1565, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46979065180759805]], [[0.4352083213656556]], [[0.39671060300340844]]], "std": [[[0.31236271915912206]], [[0.287792770386818]], [[0.26876812225283503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4452170817057292]], [[0.4154393735399433]], [[0.3864390641754749]]], "std": [[[0.29681930533243145]], [[0.2764639609694182]], [[0.2558413061117946]]], "count": [100]}, "state": {"min": [-0.3226916790008545, -0.0666622668504715, 0.9481723308563232, 3.096106767654419, -0.21505527198314667, -1.1806164979934692, 0.0029951869510114193, -0.040002960711717606], "max": [-0.012492138892412186, 0.16473954916000366, 1.1967109441757202, 3.3951778411865234, 0.0950729101896286, 0.16183055937290192, 0.040003564208745956, -0.002562041161581874], "mean": [-0.11872920393943787, 0.03346652165055275, 1.0873969793319702, 3.2248165607452393, -0.027583159506320953, -0.5004513263702393, 0.021445831283926964, -0.021315619349479675], "std": [0.1071353331208229, 0.08226073533296585, 0.07581662386655807, 0.10246346145868301, 0.09136271476745605, 0.5251636505126953, 0.017990076914429665, 0.018135016784071922], "count": [308]}, "actions": {"min": [-0.7571455240249634, -0.4164876639842987, -0.7482298016548157, -0.20631296932697296, -0.24444912374019623, -0.4660246670246124, -1.0], "max": [0.9840533137321472, 0.6148493885993958, 0.5692330002784729, 0.19455073773860931, 0.12994281947612762, 0.6009343266487122, 1.0], "mean": [-0.03803645074367523, 0.03597552329301834, -0.06055760756134987, 0.004703161772340536, -0.0076961880549788475, 0.005377725698053837, 0.0], "std": [0.20057223737239838, 0.1503864824771881, 0.2044716328382492, 0.048254456371068954, 0.0538535974919796, 0.13196779787540436, 1.0], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [1565], "max": [1565], "mean": [1565.0], "std": [0.0], "count": [308]}, "index": {"min": [501991], "max": [502298], "mean": [502144.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [308]}}} +{"episode_index": 1566, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47316120641371784]], [[0.43846845559512865]], [[0.39980460432464004]]], "std": [[[0.312572491266992]], [[0.2879154315890097]], [[0.26889559616404585]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4673592463474648]], [[0.43716586423387715]], [[0.40739877439012717]]], "std": [[[0.2965001784014382]], [[0.2762120888398075]], [[0.25562435639205994]]], "count": [100]}, "state": {"min": [-0.30536556243896484, -0.05036796256899834, 0.9127482771873474, 3.028907060623169, -0.27784937620162964, -1.0889523029327393, 0.002011321485042572, -0.0400063581764698], "max": [-0.020237790420651436, 0.17976714670658112, 1.1611725091934204, 3.345785617828369, 0.12497460097074509, 0.12651777267456055, 0.039902906864881516, -0.0010415611322969198], "mean": [-0.1295156627893448, 0.04558824747800827, 1.070910930633545, 3.1451544761657715, -0.04581698402762413, -0.37718698382377625, 0.019067533314228058, -0.018597301095724106], "std": [0.09464629739522934, 0.07970839738845825, 0.07712700963020325, 0.09871567785739899, 0.10953588783740997, 0.437652051448822, 0.017984824255108833, 0.01845206879079342], "count": [303]}, "actions": {"min": [-0.8682703971862793, -0.3948817849159241, -0.8551458716392517, -0.19877903163433075, -0.2487926334142685, -0.3622478246688843, -1.0], "max": [0.5547630786895752, 1.1030540466308594, 0.9169180989265442, 0.1418168842792511, 0.1962098628282547, 0.8262277841567993, 1.0], "mean": [-0.023316672071814537, 0.04777153208851814, -0.06634722650051117, 0.004585424903780222, -0.006851602345705032, 0.002063396852463484, 0.14191418886184692], "std": [0.20593330264091492, 0.15214921534061432, 0.2394649237394333, 0.04508334398269653, 0.058172114193439484, 0.12491815537214279, 0.9898783564567566], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [1566], "max": [1566], "mean": [1566.0], "std": [0.0], "count": [303]}, "index": {"min": [502299], "max": [502601], "mean": [502450.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [303]}}} +{"episode_index": 1567, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4138162387025122]], [[0.3848450335334329]], [[0.35188286575616573]]], "std": [[[0.27810458163847696]], [[0.2564227069269051]], [[0.23914556967725908]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3320717809340533]], [[0.3069746165556066]], [[0.2799342537674249]]], "std": [[[0.2634073665721644]], [[0.24283639262193737]], [[0.2200615048891645]]], "count": [100]}, "state": {"min": [-0.1668970286846161, -0.09609617292881012, 1.0704822540283203, 1.898037075996399, -0.07038905471563339, -0.10212180018424988, 0.008807429112493992, -0.04003512114286423], "max": [0.013596614822745323, 0.07460439950227737, 1.2225044965744019, 3.064978837966919, 0.30475351214408875, 0.18337024748325348, 0.03978800028562546, -0.006404757034033537], "mean": [-0.021392062306404114, -0.02183428220450878, 1.136218547821045, 2.401324987411499, 0.15316851437091827, 0.0606723427772522, 0.031316038221120834, -0.032752759754657745], "std": [0.04935215041041374, 0.0477316789329052, 0.05449192225933075, 0.31787046790122986, 0.13200914859771729, 0.10651122778654099, 0.01182678434997797, 0.011655286885797977], "count": [187]}, "actions": {"min": [-0.32099294662475586, -1.6303399801254272, -0.9535843133926392, -0.2842802405357361, -0.19657625257968903, -0.15714256465435028, -1.0], "max": [0.6342307925224304, 1.278149962425232, 0.2696254849433899, 0.17064374685287476, 0.2422305941581726, 0.11008120328187943, 1.0], "mean": [0.06415693461894989, -0.03725321590900421, -0.06276566535234451, -0.031333353370428085, 0.013340176083147526, -0.0007172332843765616, -0.4010695219039917], "std": [0.1600046455860138, 0.4108755588531494, 0.16734088957309723, 0.07529683411121368, 0.04496587812900543, 0.03870426490902901, 0.9160479307174683], "count": [187]}, "timestamp": {"min": [0.0], "max": [18.6], "mean": [9.299999999999999], "std": [5.3981478305063115], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [1567], "max": [1567], "mean": [1567.0], "std": [0.0], "count": [187]}, "index": {"min": [502602], "max": [502788], "mean": [502695.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [187]}}} +{"episode_index": 1568, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41689851947859224]], [[0.3872229602290135]], [[0.35365323893229167]]], "std": [[[0.27864211430373786]], [[0.2567283827740278]], [[0.23914563213728882]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.9725490196078431]], [[0.9529411764705882]], [[0.9215686274509803]]], "mean": [[[0.35284068986481315]], [[0.32606408093022365]], [[0.29807815491919426]]], "std": [[[0.27453992867870064]], [[0.2521955756520069]], [[0.2287381287704869]]], "count": [100]}, "state": {"min": [-0.16885071992874146, -0.10941185057163239, 1.0742592811584473, 2.0657906532287598, -0.04647184535861015, -0.07450895756483078, 0.0113733084872365, -0.04003475606441498], "max": [-0.007717135827988386, 0.06104964390397072, 1.184299111366272, 3.2192256450653076, 0.2641252279281616, 0.25460103154182434, 0.040255606174468994, -0.009003355167806149], "mean": [-0.04161284491419792, -0.01409650593996048, 1.1272321939468384, 2.5040693283081055, 0.10212723165750504, 0.12227657437324524, 0.031639743596315384, -0.03275275230407715], "std": [0.04323066771030426, 0.056058719754219055, 0.03878171369433403, 0.3661048114299774, 0.12736113369464874, 0.10301324725151062, 0.011452828533947468, 0.011497684754431248], "count": [183]}, "actions": {"min": [-0.24800293147563934, -1.6585259437561035, -0.6062043905258179, -0.2874607741832733, -0.08799988776445389, -0.08649720996618271, -1.0], "max": [0.5686885714530945, 1.1485546827316284, 0.27915629744529724, 0.19593504071235657, 0.16791553795337677, 0.1476665735244751, 1.0], "mean": [0.059732817113399506, -0.008908741176128387, -0.04233893007040024, -0.034900590777397156, 0.007674755994230509, 0.0061350069008767605, -0.3989070951938629], "std": [0.13245750963687897, 0.3682083785533905, 0.12706099450588226, 0.08472350239753723, 0.044826313853263855, 0.03829207643866539, 0.9169911742210388], "count": [183]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [1568], "max": [1568], "mean": [1568.0], "std": [0.0], "count": [183]}, "index": {"min": [502789], "max": [502971], "mean": [502880.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [183]}}} +{"episode_index": 1569, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4129925866220512]], [[0.3838717226514629]], [[0.3509122344372319]]], "std": [[[0.2783305367174589]], [[0.25669421283510896]], [[0.23923240207569135]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9450980392156862]]], "mean": [[[0.3651533274931066]], [[0.3377702612783394]], [[0.3091110289330576]]], "std": [[[0.2788031188767277]], [[0.25638508121581416]], [[0.23268482446978442]]], "count": [100]}, "state": {"min": [-0.16043075919151306, -0.09300300478935242, 1.0693848133087158, 2.0879595279693604, -0.10842954367399216, -0.0446692630648613, 0.011951363645493984, -0.04003308340907097], "max": [0.01017775759100914, 0.09019261598587036, 1.2004600763320923, 3.2038755416870117, 0.27386346459388733, 0.2883276343345642, 0.03994603082537651, -0.002216312335804105], "mean": [-0.02937358431518078, 0.00240588397718966, 1.1264859437942505, 2.5192322731018066, 0.1085164025425911, 0.14559350907802582, 0.032093025743961334, -0.032208360731601715], "std": [0.043058138340711594, 0.05870935320854187, 0.04126545786857605, 0.3450216054916382, 0.13968513906002045, 0.10591757297515869, 0.011179324239492416, 0.01206266786903143], "count": [184]}, "actions": {"min": [-0.4328518807888031, -0.9056662917137146, -0.6928930282592773, -0.32429033517837524, -0.13415668904781342, -0.08363399654626846, -1.0], "max": [0.464275598526001, 1.2997510433197021, 0.2814837396144867, 0.2216832935810089, 0.16214245557785034, 0.18601420521736145, 1.0], "mean": [0.054013725370168686, -0.005949315614998341, -0.0497577078640461, -0.02909943088889122, 0.010395238175988197, 0.004988118540495634, -0.3695652186870575], "std": [0.15130239725112915, 0.35207054018974304, 0.15021029114723206, 0.08392218500375748, 0.04597662761807442, 0.04251279681921005, 0.9292046427726746], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [1569], "max": [1569], "mean": [1569.0], "std": [0.0], "count": [184]}, "index": {"min": [502972], "max": [503155], "mean": [503063.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [184]}}} +{"episode_index": 1570, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41054008693321076]], [[0.38162828931621473]], [[0.3488271322811351]]], "std": [[[0.2775811509485143]], [[0.2558286064037397]], [[0.23836305824375592]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9607843137254902]]], "mean": [[[0.3552510322122013]], [[0.327988286635455]], [[0.3000707702636719]]], "std": [[[0.2809776832625408]], [[0.25849538094681557]], [[0.23490741161699574]]], "count": [100]}, "state": {"min": [-0.17130498588085175, -0.10121665149927139, 1.0784060955047607, 2.073793411254883, -0.06282276660203934, -0.039366647601127625, 0.009672967717051506, -0.040033817291259766], "max": [0.010971699841320515, 0.07125522941350937, 1.2112599611282349, 3.124337911605835, 0.2599348723888397, 0.23419909179210663, 0.03986944630742073, -0.004480252508074045], "mean": [-0.02047315053641796, -0.01716059260070324, 1.132599115371704, 2.549187183380127, 0.11409979313611984, 0.06133921444416046, 0.030417997390031815, -0.03194231539964676], "std": [0.0480804480612278, 0.05074983835220337, 0.04657707363367081, 0.35155677795410156, 0.11542994529008865, 0.09025304764509201, 0.012357385829091072, 0.011956251226365566], "count": [190]}, "actions": {"min": [-0.43480923771858215, -1.1574763059616089, -0.4789973497390747, -0.31689172983169556, -0.10279485583305359, -0.10057351738214493, -1.0], "max": [0.5377594828605652, 0.9264344573020935, 0.5179259181022644, 0.13367487490177155, 0.19480565190315247, 0.1247422993183136, 1.0], "mean": [0.06525612622499466, -0.004392674192786217, -0.03934410586953163, -0.02742898277938366, 0.007714690640568733, 0.0015358440577983856, -0.3368421196937561], "std": [0.16929888725280762, 0.33772262930870056, 0.14680063724517822, 0.07747496664524078, 0.044063519686460495, 0.04233353212475777, 0.9415607452392578], "count": [190]}, "timestamp": {"min": [0.0], "max": [18.9], "mean": [9.45], "std": [5.484751589634666], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [1570], "max": [1570], "mean": [1570.0], "std": [0.0], "count": [190]}, "index": {"min": [503156], "max": [503345], "mean": [503250.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [190]}}} +{"episode_index": 1571, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41683954874674484]], [[0.387569185144761]], [[0.35442746091356464]]], "std": [[[0.2786112298021116]], [[0.25695642926451007]], [[0.23957663010966015]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.37344934919768685]], [[0.34609468647077973]], [[0.3154046948002834]]], "std": [[[0.27254315569000215]], [[0.25070441920160474]], [[0.22720777353228838]]], "count": [100]}, "state": {"min": [-0.1669878214597702, -0.10203257203102112, 1.0878244638442993, 1.9727587699890137, -0.06260979920625687, -0.028318054974079132, 0.003258130047470331, -0.040034789592027664], "max": [0.014211893081665039, 0.08598729223012924, 1.2109242677688599, 3.2540335655212402, 0.34823912382125854, 0.24700067937374115, 0.040479764342308044, -0.0020043859258294106], "mean": [-0.028887571766972542, 0.002927492605522275, 1.1443907022476196, 2.444027900695801, 0.1404288411140442, 0.10001698136329651, 0.031036604195833206, -0.03265312686562538], "std": [0.048783399164676666, 0.06459808349609375, 0.04696233943104744, 0.39582353830337524, 0.14773334562778473, 0.0975356251001358, 0.013290353119373322, 0.01142252329736948], "count": [176]}, "actions": {"min": [-0.34000736474990845, -1.0499658584594727, -0.7843575477600098, -0.2539522647857666, -0.0995764508843422, -0.1139620915055275, -1.0], "max": [0.6168398261070251, 1.2551703453063965, 0.22223703563213348, 0.20364879071712494, 0.2788757383823395, 0.13550837337970734, 1.0], "mean": [0.060906484723091125, -0.015335872769355774, -0.05392773449420929, -0.04034977778792381, 0.012714963406324387, 0.004058829974383116, -0.3636363744735718], "std": [0.16579332947731018, 0.3599005341529846, 0.16564741730690002, 0.08144614845514297, 0.05438622087240219, 0.04259888082742691, 0.9315405488014221], "count": [176]}, "timestamp": {"min": [0.0], "max": [17.5], "mean": [8.75], "std": [5.080600358225394], "count": [176]}, "frame_index": {"min": [0], "max": [175], "mean": [87.5], "std": [50.806003582253936], "count": [176]}, "episode_index": {"min": [1571], "max": [1571], "mean": [1571.0], "std": [0.0], "count": [176]}, "index": {"min": [503346], "max": [503521], "mean": [503433.5], "std": [50.806003582253936], "count": [176]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [176]}}} +{"episode_index": 1572, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41180190920362286]], [[0.3831907378552007]], [[0.35049601655847884]]], "std": [[[0.27973631113869674]], [[0.25825741918608086]], [[0.24105404079666518]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9529411764705882]]], "mean": [[[0.3509599627326516]], [[0.32451417571423097]], [[0.29595251345166973]]], "std": [[[0.2741538522780856]], [[0.2533468114831301]], [[0.2305470570933716]]], "count": [100]}, "state": {"min": [-0.18008700013160706, -0.10723766684532166, 1.066183090209961, 1.8838739395141602, 0.015332387760281563, -0.12808415293693542, 0.01162076834589243, -0.040035855025053024], "max": [0.022914642468094826, 0.07442035526037216, 1.182433843612671, 3.137449026107788, 0.40497466921806335, 0.16960115730762482, 0.041054584085941315, -0.002848797244951129], "mean": [-0.015445456840097904, -0.017839666455984116, 1.1186174154281616, 2.4520583152770996, 0.2463887631893158, 0.004246059339493513, 0.031798671931028366, -0.03138742968440056], "std": [0.05858184024691582, 0.052591923624277115, 0.03816685080528259, 0.470051646232605, 0.15240733325481415, 0.08921468257904053, 0.011336501687765121, 0.012304465286433697], "count": [154]}, "actions": {"min": [-0.5576950907707214, -1.9427292346954346, -0.8188220262527466, -0.5500508546829224, -0.11227381229400635, -0.2579706013202667, -1.0], "max": [0.7317746877670288, 1.224928617477417, 0.2734707295894623, 0.21207328140735626, 0.328823059797287, 0.17448928952217102, 1.0], "mean": [0.0748160257935524, -0.02117779664695263, -0.06023384630680084, -0.04101065918803215, 0.014345669187605381, -0.005542829167097807, -0.29870128631591797], "std": [0.23178976774215698, 0.4556027054786682, 0.18280117213726044, 0.11788094788789749, 0.06833939999341965, 0.062359295785427094, 0.9543466567993164], "count": [154]}, "timestamp": {"min": [0.0], "max": [15.3], "mean": [7.6499999999999995], "std": [4.445503346079047], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [1572], "max": [1572], "mean": [1572.0], "std": [0.0], "count": [154]}, "index": {"min": [503522], "max": [503675], "mean": [503598.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [154]}}} +{"episode_index": 1573, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707343049890855]], [[0.43760014851888024]], [[0.4005023959290748]]], "std": [[[0.3105653599983063]], [[0.28708578950850594]], [[0.26930601531815584]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4521030183679917]], [[0.4223599799661075]], [[0.3922040698481541]]], "std": [[[0.3014271547867608]], [[0.28002975761519644]], [[0.25779726503070577]]], "count": [100]}, "state": {"min": [-0.21027478575706482, -0.048625096678733826, 0.9387175440788269, 3.004791259765625, -0.08219534903764725, -1.3224327564239502, 0.00168151396792382, -0.04000725597143173], "max": [0.13496831059455872, 0.18941481411457062, 1.1967390775680542, 3.3098208904266357, 0.2207702100276947, 0.021225513890385628, 0.039987511932849884, -0.0014592022635042667], "mean": [-0.002983710030093789, 0.05542801320552826, 1.089743733406067, 3.1340231895446777, 0.018939713016152382, -0.47899872064590454, 0.019857415929436684, -0.01974712871015072], "std": [0.08979836851358414, 0.09569594264030457, 0.08017708361148834, 0.06797327101230621, 0.07990603893995285, 0.5068386197090149, 0.018500404432415962, 0.018673991784453392], "count": [317]}, "actions": {"min": [-0.37776800990104675, -0.4770938456058502, -1.0731984376907349, -0.11922699213027954, -0.15911923348903656, -0.4064188301563263, -1.0], "max": [0.7463187575340271, 1.038425326347351, 1.0023850202560425, 0.10486407577991486, 0.2743036448955536, 0.7153286933898926, 1.0], "mean": [0.09667548537254333, 0.041101764887571335, -0.0508417934179306, 0.0022772420197725296, -0.0019025771180167794, 0.0037268337327986956, 0.05362775921821594], "std": [0.15171431005001068, 0.16634488105773926, 0.25993138551712036, 0.03806895762681961, 0.05281459167599678, 0.13256092369556427, 0.9985609650611877], "count": [317]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.150956234186676], "count": [317]}, "frame_index": {"min": [0], "max": [316], "mean": [158.0], "std": [91.50956234186677], "count": [317]}, "episode_index": {"min": [1573], "max": [1573], "mean": [1573.0], "std": [0.0], "count": [317]}, "index": {"min": [503676], "max": [503992], "mean": [503834.0], "std": [91.50956234186677], "count": [317]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [317]}}} +{"episode_index": 1574, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4686588792987898]], [[0.435320509966682]], [[0.3979002841126685]]], "std": [[[0.31081869612848617]], [[0.2871372434643645]], [[0.26907622935245035]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42786557964250155]], [[0.39909844491996016]], [[0.369807419720818]]], "std": [[[0.29695137745693184]], [[0.2769591592735826]], [[0.2557007131107093]]], "count": [100]}, "state": {"min": [-0.18273679912090302, -0.06413379311561584, 0.9401529431343079, 2.970949172973633, -0.26653388142585754, -1.3860783576965332, 0.0016806419007480145, -0.040423303842544556], "max": [0.1323097199201584, 0.2072727382183075, 1.1838515996932983, 3.2066471576690674, 0.17747117578983307, 0.054136354476213455, 0.03993504121899605, -0.0016377759166061878], "mean": [-0.009641596116125584, 0.04805672913789749, 1.0859639644622803, 3.084357738494873, -0.047346606850624084, -0.6400362253189087, 0.022794416174292564, -0.022557714954018593], "std": [0.08001897484064102, 0.08663313090801239, 0.08501119911670685, 0.05367870256304741, 0.1285928189754486, 0.5741596817970276, 0.01842346228659153, 0.018543926998972893], "count": [388]}, "actions": {"min": [-0.6773995161056519, -0.5267605781555176, -0.8071043491363525, -0.19622966647148132, -0.17962639033794403, -0.4543393850326538, -1.0], "max": [0.9036353230476379, 1.0206385850906372, 1.0129356384277344, 0.19316676259040833, 0.24073635041713715, 0.5732905268669128, 1.0], "mean": [0.06465483456850052, 0.05841939523816109, -0.04509979486465454, 0.003845818806439638, -0.002393841976299882, 0.0017354964511469007, -0.09278350323438644], "std": [0.15371796488761902, 0.1991027295589447, 0.23044711351394653, 0.0483146570622921, 0.05275396257638931, 0.11684910207986832, 0.9956880807876587], "count": [388]}, "timestamp": {"min": [0.0], "max": [38.7], "mean": [19.349999999999998], "std": [11.200558021813022], "count": [388]}, "frame_index": {"min": [0], "max": [387], "mean": [193.5], "std": [112.0055802181302], "count": [388]}, "episode_index": {"min": [1574], "max": [1574], "mean": [1574.0], "std": [0.0], "count": [388]}, "index": {"min": [503993], "max": [504380], "mean": [504186.5], "std": [112.0055802181302], "count": [388]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [388]}}} +{"episode_index": 1575, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46955351287243413]], [[0.43616884538239126]], [[0.39894240136240045]]], "std": [[[0.3106260257411059]], [[0.28696633100099345]], [[0.2688136783586113]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4421766973757276]], [[0.4121638387044271]], [[0.38206156891467524]]], "std": [[[0.3014884421150822]], [[0.2798858562436091]], [[0.25739808601261055]]], "count": [100]}, "state": {"min": [-0.20490090548992157, -0.06746656447649002, 0.9399645924568176, 2.969597578048706, -0.14418689906597137, -1.360400676727295, 0.002063279738649726, -0.04000940918922424], "max": [0.1250675469636917, 0.19109831750392914, 1.208131194114685, 3.236776828765869, 0.13964669406414032, 0.09179584681987762, 0.03998592495918274, -0.0020979030523449183], "mean": [-0.005205872934311628, 0.05048642307519913, 1.0960447788238525, 3.0924041271209717, -0.013432406820356846, -0.5666044354438782, 0.020992422476410866, -0.02083229273557663], "std": [0.08178140223026276, 0.09267368912696838, 0.08491115272045135, 0.07147079706192017, 0.08005288243293762, 0.5290542840957642, 0.018336065113544464, 0.01829468086361885], "count": [381]}, "actions": {"min": [-0.5763837695121765, -0.7139562368392944, -0.7763155102729797, -0.10461899638175964, -0.23001573979854584, -0.3557998239994049, -1.0], "max": [0.9830017685890198, 0.8336915373802185, 1.1468952894210815, 0.20177675783634186, 0.16447679698467255, 0.784923791885376, 1.0], "mean": [0.07728446274995804, 0.027392402291297913, -0.04281461611390114, 0.0002840694796759635, -0.001048283651471138, 0.0034606577828526497, 0.007874015718698502], "std": [0.1800268441438675, 0.1658567190170288, 0.24111701548099518, 0.03890393674373627, 0.045251499861478806, 0.1105184257030487, 0.9999685883522034], "count": [381]}, "timestamp": {"min": [0.0], "max": [38.0], "mean": [19.0], "std": [10.998484744121194], "count": [381]}, "frame_index": {"min": [0], "max": [380], "mean": [190.0], "std": [109.98484744121194], "count": [381]}, "episode_index": {"min": [1575], "max": [1575], "mean": [1575.0], "std": [0.0], "count": [381]}, "index": {"min": [504381], "max": [504761], "mean": [504571.0], "std": [109.98484744121194], "count": [381]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [381]}}} +{"episode_index": 1576, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47330876668294275]], [[0.43933326212565105]], [[0.4014475402832031]]], "std": [[[0.31123499654074643]], [[0.28765224583870186]], [[0.2695674453878437]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4562181342629825]], [[0.42615802839690564]], [[0.39482804780847885]]], "std": [[[0.29755684717728204]], [[0.27540399797153453]], [[0.25198582622324595]]], "count": [100]}, "state": {"min": [-0.18525053560733795, -0.07263250648975372, 0.9493134617805481, 2.9955999851226807, -0.23410184681415558, -1.2570526599884033, 0.002807623241096735, -0.040006835013628006], "max": [0.14318488538265228, 0.176887646317482, 1.2841650247573853, 3.434379816055298, 0.053247515112161636, 0.032115913927555084, 0.03990694135427475, -0.002305512549355626], "mean": [-0.011893236078321934, 0.040698882192373276, 1.1548237800598145, 3.2068521976470947, -0.0500866062939167, -0.5254446268081665, 0.018728675320744514, -0.018606794998049736], "std": [0.08327937126159668, 0.09020684659481049, 0.09832087904214859, 0.16933061182498932, 0.07722108066082001, 0.482735812664032, 0.017832066863775253, 0.01805134303867817], "count": [307]}, "actions": {"min": [-0.5505378246307373, -0.4721398949623108, -0.8702586889266968, -0.15665197372436523, -0.22850917279720306, -0.3158728778362274, -1.0], "max": [0.7637569308280945, 0.8955347537994385, 1.3824999332427979, 0.16732797026634216, 0.1741204559803009, 0.4792326092720032, 1.0], "mean": [0.07247846573591232, 0.034625522792339325, -0.008727030828595161, 0.0029866143595427275, -0.007539455778896809, -6.484254845418036e-05, 0.14006514847278595], "std": [0.17828962206840515, 0.17632520198822021, 0.3277294635772705, 0.04489320516586304, 0.05909403786063194, 0.12563945353031158, 0.9901427626609802], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [1576], "max": [1576], "mean": [1576.0], "std": [0.0], "count": [307]}, "index": {"min": [504762], "max": [505068], "mean": [504915.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [307]}}} +{"episode_index": 1577, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47520174333160997]], [[0.4365420137293199]], [[0.3993767951516544]]], "std": [[[0.24826148991516228]], [[0.2299165458513618]], [[0.2126327409428638]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9490196078431372]], [[0.9137254901960784]]], "mean": [[[0.5653722600001915]], [[0.5314505537444469]], [[0.47567006548713237]]], "std": [[[0.2618444511989473]], [[0.24313068205354754]], [[0.22687159674956808]]], "count": [100]}, "state": {"min": [-0.2126089632511139, -0.050902120769023895, 0.9676191210746765, 3.074921131134033, 0.019421475008130074, -0.11906634271144867, 0.002467395970597863, -0.0400017611682415], "max": [0.033776625990867615, 0.1522626429796219, 1.2500795125961304, 3.3327746391296387, 0.44157013297080994, 0.1721116304397583, 0.03994821012020111, -0.0022355306427925825], "mean": [-0.09437593072652817, 0.05196958780288696, 1.147015929222107, 3.1877002716064453, 0.20146611332893372, 0.008869767189025879, 0.015657877549529076, -0.015530463308095932], "std": [0.0845259428024292, 0.07560872286558151, 0.08582247048616409, 0.06501767784357071, 0.12259108573198318, 0.06910748034715652, 0.017239991575479507, 0.017344899475574493], "count": [267]}, "actions": {"min": [-0.8680722117424011, -1.03017258644104, -1.0463193655014038, -0.19998575747013092, -0.15847879648208618, -0.19307081401348114, -1.0], "max": [0.5147072672843933, 0.6732954978942871, 0.45465075969696045, 0.29420843720436096, 0.25021520256996155, 0.24627339839935303, 1.0], "mean": [-0.012101743370294571, -0.006719005759805441, -0.06266132742166519, 0.003182964399456978, 0.008869354613125324, 0.0030284018721431494, 0.29588013887405396], "std": [0.2163570374250412, 0.20264959335327148, 0.20033349096775055, 0.05680401995778084, 0.05512776970863342, 0.04389740526676178, 0.955226480960846], "count": [267]}, "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": [1577], "max": [1577], "mean": [1577.0], "std": [0.0], "count": [267]}, "index": {"min": [505069], "max": [505335], "mean": [505202.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [267]}}} +{"episode_index": 1578, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47754950370040594]], [[0.4385903188668045]], [[0.4011569584865196]]], "std": [[[0.24637439174434328]], [[0.22852042050019938]], [[0.21187180275041795]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9215686274509803]]], "mean": [[[0.5787614045984605]], [[0.5413163170908012]], [[0.48607567102768845]]], "std": [[[0.25544126226068276]], [[0.23908394230362937]], [[0.22276956819641505]]], "count": [100]}, "state": {"min": [-0.19878645241260529, -0.03845111280679703, 0.9478186368942261, 2.9760146141052246, -0.06577643752098083, -0.04162990301847458, 0.0023973211646080017, -0.04000425338745117], "max": [0.030852440744638443, 0.20597797632217407, 1.2667510509490967, 3.1897356510162354, 0.37337613105773926, 0.0948445200920105, 0.03997568413615227, -0.0016135764308273792], "mean": [-0.07236684113740921, 0.06875425577163696, 1.1635017395019531, 3.1151435375213623, 0.10843516886234283, 0.04263066500425339, 0.016700251027941704, -0.01661870814859867], "std": [0.08547560125589371, 0.08904395997524261, 0.08424118906259537, 0.05106383189558983, 0.10606847703456879, 0.0352041982114315, 0.017639528959989548, 0.01768626645207405], "count": [324]}, "actions": {"min": [-0.6655383110046387, -0.9298901557922363, -0.6388136148452759, -0.11365029960870743, -0.13124631345272064, -0.2998182773590088, -1.0], "max": [0.5289932489395142, 0.43364614248275757, 0.4154614210128784, 0.3215566873550415, 0.21648180484771729, 0.23735226690769196, 1.0], "mean": [-0.012528343126177788, -0.017330311238765717, -0.052412550896406174, -0.000935374409891665, 0.006029672920703888, 0.0016243293648585677, 0.2469135820865631], "std": [0.17287786304950714, 0.1849135011434555, 0.1601821482181549, 0.036666855216026306, 0.03658372536301613, 0.038263026624917984, 0.9690371751785278], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [1578], "max": [1578], "mean": [1578.0], "std": [0.0], "count": [324]}, "index": {"min": [505336], "max": [505659], "mean": [505497.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [324]}}} +{"episode_index": 1579, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679479250440411]], [[0.4346834142348346]], [[0.3975118288526348]]], "std": [[[0.25413211813576164]], [[0.2352698871701082]], [[0.21915436165650362]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.8980392156862745]]], "mean": [[[0.586975793576708]], [[0.4846087849934896]], [[0.44612939812155333]]], "std": [[[0.2632833693443372]], [[0.2742506696747286]], [[0.23349389594026573]]], "count": [100]}, "state": {"min": [-0.19911400973796844, -0.08461011201143265, 0.9186350703239441, 2.8735709190368652, -0.10948902368545532, -0.15519064664840698, 0.002195652574300766, -0.04017823562026024], "max": [0.15596312284469604, 0.07278624922037125, 1.2069430351257324, 3.356515407562256, 0.3504333794116974, 0.054910723119974136, 0.040155865252017975, -0.002170048886910081], "mean": [0.009805018082261086, -0.01915421523153782, 1.0638232231140137, 3.0640182495117188, 0.12265702337026596, -0.03554099425673485, 0.020273061469197273, -0.020392218604683876], "std": [0.1225389763712883, 0.03949655964970589, 0.08530496060848236, 0.1441461741924286, 0.13980066776275635, 0.048587433993816376, 0.018336104229092598, 0.01846671849489212], "count": [466]}, "actions": {"min": [-0.8290348052978516, -0.2937902808189392, -0.8105090260505676, -0.16438019275665283, -0.2904224693775177, -0.2786359488964081, -1.0], "max": [0.8764991164207458, 0.6763578057289124, 0.45462241768836975, 0.22377489507198334, 0.21847276389598846, 0.3443620204925537, 1.0], "mean": [-0.019135048612952232, 0.026756685227155685, -0.04896380752325058, 0.006124475039541721, 0.00020021833188366145, -0.0022469572722911835, 0.042918454855680466], "std": [0.22163645923137665, 0.1204337477684021, 0.15725350379943848, 0.04503031075000763, 0.05119433254003525, 0.05142604187130928, 0.9990803599357605], "count": [466]}, "timestamp": {"min": [0.0], "max": [46.5], "mean": [23.25], "std": [13.452230298355733], "count": [466]}, "frame_index": {"min": [0], "max": [465], "mean": [232.5], "std": [134.52230298355735], "count": [466]}, "episode_index": {"min": [1579], "max": [1579], "mean": [1579.0], "std": [0.0], "count": [466]}, "index": {"min": [505660], "max": [506125], "mean": [505892.5], "std": [134.52230298355735], "count": [466]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [466]}}} +{"episode_index": 1580, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47313374059340535]], [[0.43819431319891233]], [[0.4010532531738281]]], "std": [[[0.25194109355091837]], [[0.23398496232269153]], [[0.21810462359762528]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9254901960784314]]], "mean": [[[0.61020727000517]], [[0.5122486566281786]], [[0.47053228640088846]]], "std": [[[0.24549101631236578]], [[0.2598402437613213]], [[0.21987531175613972]]], "count": [100]}, "state": {"min": [-0.216322660446167, -0.07621914148330688, 0.9465264678001404, 2.96858286857605, -0.12164807319641113, -0.005723418667912483, 0.0023742031771689653, -0.04000871628522873], "max": [0.1525144875049591, 0.05465598776936531, 1.2182737588882446, 3.1791417598724365, 0.12329518795013428, 0.17048755288124084, 0.03985145688056946, -0.0026712517719715834], "mean": [0.016151055693626404, -0.02838449366390705, 1.0953426361083984, 3.0404107570648193, 0.008025980554521084, 0.11563935875892639, 0.02196499891579151, -0.022218048572540283], "std": [0.1381443738937378, 0.030322613194584846, 0.08046294748783112, 0.05200472101569176, 0.060136377811431885, 0.04413454234600067, 0.018327847123146057, 0.018250657245516777], "count": [402]}, "actions": {"min": [-0.8929527401924133, -0.3125114142894745, -0.5350778698921204, -0.11926602572202682, -0.2139860838651657, -0.21754661202430725, -1.0], "max": [0.6469219326972961, 0.6553334593772888, 0.6039872169494629, 0.17218011617660522, 0.1783694326877594, 0.23638087511062622, 1.0], "mean": [-0.0003637488407548517, 0.01350600365549326, -0.0369519405066967, 0.00229442585259676, 0.0020324005745351315, -0.001670269062742591, -0.04477611929178238], "std": [0.22386319935321808, 0.1109016016125679, 0.16119207441806793, 0.03458733484148979, 0.04607335478067398, 0.04268145188689232, 0.9989953637123108], "count": [402]}, "timestamp": {"min": [0.0], "max": [40.1], "mean": [20.05], "std": [11.604704505788446], "count": [402]}, "frame_index": {"min": [0], "max": [401], "mean": [200.5], "std": [116.04704505788446], "count": [402]}, "episode_index": {"min": [1580], "max": [1580], "mean": [1580.0], "std": [0.0], "count": [402]}, "index": {"min": [506126], "max": [506527], "mean": [506326.5], "std": [116.04704505788446], "count": [402]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [402]}}} +{"episode_index": 1581, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4800243440515855]], [[0.4428788452148438]], [[0.40658347395354627]]], "std": [[[0.2506654425652055]], [[0.23356995595173916]], [[0.21761989610784363]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9137254901960784]]], "mean": [[[0.4435654614018459]], [[0.40707970952052697]], [[0.3768360649557675]]], "std": [[[0.2540636012176396]], [[0.22992520411436446]], [[0.20275683781206502]]], "count": [100]}, "state": {"min": [-0.1911507248878479, -0.09010690450668335, 1.05850088596344, 3.138165235519409, 0.007124326191842556, -0.36101049184799194, 0.0118098771199584, -0.03989735245704651], "max": [0.0013623229460790753, 0.10188346356153488, 1.1772853136062622, 4.565958023071289, 0.17439647018909454, -0.012853498570621014, 0.04004131630063057, -0.005506031680852175], "mean": [-0.04592878371477127, -0.015249649994075298, 1.1154050827026367, 3.9580190181732178, 0.09174142777919769, -0.23169781267642975, 0.03465179353952408, -0.032916538417339325], "std": [0.039313849061727524, 0.06398985534906387, 0.04125732183456421, 0.526089608669281, 0.056676071137189865, 0.1272009313106537, 0.010089519433677197, 0.012433962896466255], "count": [248]}, "actions": {"min": [-0.6096836924552917, -1.1551523208618164, -0.7014381289482117, -0.20181243121623993, -0.11964238435029984, -0.431487113237381, -1.0], "max": [0.8065372109413147, 0.512707531452179, 0.26709693670272827, 0.6997774243354797, 0.159465953707695, 0.2679618299007416, 1.0], "mean": [0.02263142168521881, -0.04076339676976204, -0.016413763165473938, 0.031306009739637375, -0.008847535587847233, -0.011657919734716415, -0.5403226017951965], "std": [0.17557603120803833, 0.260860413312912, 0.11631684005260468, 0.09929288178682327, 0.034170664846897125, 0.06543222814798355, 0.8414580821990967], "count": [248]}, "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": [1581], "max": [1581], "mean": [1581.0], "std": [0.0], "count": [248]}, "index": {"min": [506528], "max": [506775], "mean": [506651.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [248]}}} +{"episode_index": 1582, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4819443526922488]], [[0.4441256498448989]], [[0.40775007898667276]]], "std": [[[0.2497949686127394]], [[0.23326059624767514]], [[0.21776631874017074]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9058823529411765]]], "mean": [[[0.4568565135282629]], [[0.41973605945063575]], [[0.38735592771043964]]], "std": [[[0.24510628843277255]], [[0.22150806851577756]], [[0.19500380170815299]]], "count": [100]}, "state": {"min": [-0.1653967797756195, -0.10411211103200912, 1.0731455087661743, 3.0411858558654785, -0.18585044145584106, -0.4413522183895111, 0.0025993913877755404, -0.040008217096328735], "max": [0.007045240141451359, 0.09452004730701447, 1.2105011940002441, 4.405113220214844, 0.052877288311719894, 0.06029176339507103, 0.04012513533234596, -0.0004523969255387783], "mean": [-0.033972013741731644, 0.0008577308617532253, 1.136633038520813, 3.8887064456939697, -0.04246298968791962, -0.2468310296535492, 0.034296222031116486, -0.032662421464920044], "std": [0.03530527651309967, 0.04801061004400253, 0.04842522740364075, 0.4967833459377289, 0.06815939396619797, 0.18530939519405365, 0.010662224143743515, 0.01288545411080122], "count": [272]}, "actions": {"min": [-0.38979747891426086, -1.052732229232788, -0.41204583644866943, -0.18982446193695068, -0.11663452535867691, -0.19453616440296173, -1.0], "max": [0.40916797518730164, 0.5911790728569031, 0.23503707349300385, 0.39845746755599976, 0.06743981689214706, 0.10190578550100327, 1.0], "mean": [0.022577008232474327, -0.038247495889663696, -0.016884367913007736, 0.02968180924654007, -0.008525349199771881, -0.010332426056265831, -0.529411792755127], "std": [0.14842522144317627, 0.21741150319576263, 0.0944112241268158, 0.08239154517650604, 0.029145285487174988, 0.040782514959573746, 0.8483650088310242], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [1582], "max": [1582], "mean": [1582.0], "std": [0.0], "count": [272]}, "index": {"min": [506776], "max": [507047], "mean": [506911.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [272]}}} +{"episode_index": 1583, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4719186377431832]], [[0.4351265276740579]], [[0.39841414567536]]], "std": [[[0.25119603500254944]], [[0.23269400249538583]], [[0.21544960995568418]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9215686274509803]]], "mean": [[[0.6030565119724647]], [[0.542333907183479]], [[0.4720438417920879]]], "std": [[[0.24501148313075521]], [[0.22844446294376383]], [[0.2043892360767483]]], "count": [100]}, "state": {"min": [-0.1985597014427185, -0.22237221896648407, 0.920447826385498, 2.879441499710083, -0.04698342829942703, 0.03001641295850277, 0.002260841429233551, -0.04001417011022568], "max": [0.021622344851493835, 0.04302974417805672, 1.2829259634017944, 3.1431772708892822, 0.35427841544151306, 0.1693364977836609, 0.039827633649110794, -0.0023422304075211287], "mean": [-0.07444924116134644, -0.12348407506942749, 1.0872031450271606, 3.000349521636963, 0.16103293001651764, 0.10717082768678665, 0.02306116372346878, -0.02325849048793316], "std": [0.07307388633489609, 0.08969920128583908, 0.10786323994398117, 0.061330199241638184, 0.11126480251550674, 0.03364836424589157, 0.018196163699030876, 0.018208621069788933], "count": [386]}, "actions": {"min": [-0.5680419206619263, -0.8841646313667297, -0.5659300088882446, -0.19036313891410828, -0.10919786244630814, -0.19634641706943512, -1.0], "max": [0.4945010840892792, 0.7566286325454712, 0.8920540809631348, 0.2497822344303131, 0.18739032745361328, 0.1841333657503128, 1.0], "mean": [-0.0034697270020842552, 0.00754979532212019, -0.044460952281951904, 4.2814528569579124e-05, 0.006021119654178619, 0.0009348224266432226, -0.10362694412469864], "std": [0.16368216276168823, 0.19444189965724945, 0.2069072425365448, 0.04052717983722687, 0.037688277661800385, 0.04109026864171028, 0.994614839553833], "count": [386]}, "timestamp": {"min": [0.0], "max": [38.5], "mean": [19.25], "std": [11.142822802144885], "count": [386]}, "frame_index": {"min": [0], "max": [385], "mean": [192.5], "std": [111.42822802144886], "count": [386]}, "episode_index": {"min": [1583], "max": [1583], "mean": [1583.0], "std": [0.0], "count": [386]}, "index": {"min": [507048], "max": [507433], "mean": [507240.5], "std": [111.42822802144886], "count": [386]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [386]}}} +{"episode_index": 1584, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4761294615502451]], [[0.43881569596832876]], [[0.40289770328297336]]], "std": [[[0.2483044275231627]], [[0.22989317513991037]], [[0.21257462593752174]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9058823529411765]]], "mean": [[[0.5979986117493872]], [[0.5417471307492724]], [[0.45911934467390475]]], "std": [[[0.24643580505044158]], [[0.2263020057844884]], [[0.2081440340453468]]], "count": [100]}, "state": {"min": [-0.1869303584098816, -0.2561473548412323, 0.9302032589912415, 2.9341793060302734, -0.01682553067803383, -0.07001268863677979, 0.00826698262244463, -0.04001158848404884], "max": [0.016613081097602844, 0.02188831940293312, 1.2046918869018555, 3.3783822059631348, 0.29580655694007874, 0.04081197828054428, 0.039946768432855606, -0.007818159647285938], "mean": [-0.07741515338420868, -0.1528932750225067, 1.071362853050232, 3.1376898288726807, 0.12852078676223755, -0.000351704191416502, 0.024908022955060005, -0.024895910173654556], "std": [0.07361674308776855, 0.09518523514270782, 0.085157111287117, 0.11693889647722244, 0.08668258786201477, 0.027594754472374916, 0.015367609448730946, 0.01552057545632124], "count": [350]}, "actions": {"min": [-0.4789176285266876, -0.5783777236938477, -0.700782299041748, -0.1721796840429306, -0.10634583234786987, -0.17812691628932953, -1.0], "max": [0.47153419256210327, 0.5726068019866943, 0.5920499563217163, 0.29549121856689453, 0.12656238675117493, 0.15378338098526, 1.0], "mean": [0.003007118124514818, 0.012334597297012806, -0.03737247735261917, 0.007017509080469608, 0.002899890299886465, -0.00034008448710665107, -0.05714285746216774], "std": [0.1514085978269577, 0.18160969018936157, 0.17507994174957275, 0.04563142731785774, 0.03675622120499611, 0.041159551590681076, 0.9983662962913513], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [1584], "max": [1584], "mean": [1584.0], "std": [0.0], "count": [350]}, "index": {"min": [507434], "max": [507783], "mean": [507608.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [350]}}} +{"episode_index": 1585, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47837207091088385]], [[0.441465254241345]], [[0.4053618505141314]]], "std": [[[0.2527701518612802]], [[0.23583397850234572]], [[0.2201554936008011]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9568627450980393]], [[0.9098039215686274]]], "mean": [[[0.5054400951909085]], [[0.46052620263193167]], [[0.42486857455384497]]], "std": [[[0.251271757119905]], [[0.22809634724181885]], [[0.19628547434612928]]], "count": [100]}, "state": {"min": [-0.1704631894826889, -0.08226070553064346, 1.0009673833847046, 3.0886929035186768, -0.008564981631934643, -0.2712348401546478, 0.005470653995871544, -0.0400024838745594], "max": [0.024587443098425865, 0.09312540292739868, 1.181588053703308, 4.375909328460693, 0.43599119782447815, 0.048881128430366516, 0.04003579169511795, -0.0007715189130976796], "mean": [-0.021996591240167618, -0.00998307578265667, 1.0853053331375122, 3.7774221897125244, 0.15577910840511322, -0.1334839016199112, 0.03635595738887787, -0.034730106592178345], "std": [0.035658709704875946, 0.05213247984647751, 0.06536600738763809, 0.44423148036003113, 0.1321031153202057, 0.10812069475650787, 0.008083178661763668, 0.01080236118286848], "count": [350]}, "actions": {"min": [-0.5486558675765991, -0.7670394778251648, -0.43625256419181824, -0.1362403780221939, -0.14717961847782135, -0.30450934171676636, -1.0], "max": [0.5002636909484863, 0.8724652528762817, 0.5084595084190369, 0.29497355222702026, 0.16061007976531982, 0.19502019882202148, 1.0], "mean": [0.00998692773282528, -0.003308361629024148, -0.01143927313387394, 0.01979738473892212, 0.0007213474018499255, -0.0053398096933960915, -0.6399999856948853], "std": [0.1422279179096222, 0.1815725415945053, 0.12192392349243164, 0.06157269701361656, 0.03256835415959358, 0.055608585476875305, 0.7683752179145813], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [1585], "max": [1585], "mean": [1585.0], "std": [0.0], "count": [350]}, "index": {"min": [507784], "max": [508133], "mean": [507958.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [239], "max": [239], "mean": [239.0], "std": [0.0], "count": [350]}}} +{"episode_index": 1586, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47370032994887407]], [[0.43645084216547947]], [[0.39963053564931833]]], "std": [[[0.25447384615543944]], [[0.23722296293671521]], [[0.2209195019728507]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.8901960784313725]]], "mean": [[[0.510064032461129]], [[0.46530586691463693]], [[0.42757963532092524]]], "std": [[[0.25744560667937927]], [[0.23256395549971468]], [[0.2000879909596129]]], "count": [100]}, "state": {"min": [-0.16753584146499634, -0.08193542808294296, 0.9859715700149536, 3.0812439918518066, -0.016957880929112434, -0.4296693801879883, 0.012325741350650787, -0.04000271484255791], "max": [0.008328004740178585, 0.09904604405164719, 1.1995365619659424, 4.3611249923706055, 0.3220295310020447, 0.04195955768227577, 0.040036436170339584, -0.009241071529686451], "mean": [-0.03334534913301468, -0.0069977641105651855, 1.0785263776779175, 3.7426018714904785, 0.11640924215316772, -0.2169729769229889, 0.036358024924993515, -0.03514204919338226], "std": [0.03353910520672798, 0.06506083160638809, 0.07536014914512634, 0.4466556906700134, 0.10139570385217667, 0.17443160712718964, 0.008348296396434307, 0.0097907530143857], "count": [363]}, "actions": {"min": [-0.38128262758255005, -1.0686341524124146, -0.5064034461975098, -0.1589830070734024, -0.08616683632135391, -0.27243635058403015, -1.0], "max": [0.3867402672767639, 0.6486667394638062, 0.3153919279575348, 0.30347558856010437, 0.08867666125297546, 0.13674530386924744, 1.0], "mean": [0.01583176478743553, 0.007471327669918537, -0.0360797755420208, 0.018573185428977013, -9.62377162068151e-05, -0.01140680257230997, -0.6639118194580078], "std": [0.11604179441928864, 0.20202508568763733, 0.1236555278301239, 0.058406151831150055, 0.0246600192040205, 0.045618340373039246, 0.7478106617927551], "count": [363]}, "timestamp": {"min": [0.0], "max": [36.2], "mean": [18.099999999999998], "std": [10.478867623301035], "count": [363]}, "frame_index": {"min": [0], "max": [362], "mean": [181.0], "std": [104.78867623301034], "count": [363]}, "episode_index": {"min": [1586], "max": [1586], "mean": [1586.0], "std": [0.0], "count": [363]}, "index": {"min": [508134], "max": [508496], "mean": [508315.0], "std": [104.78867623301034], "count": [363]}, "task_index": {"min": [239], "max": [239], "mean": [239.0], "std": [0.0], "count": [363]}}} +{"episode_index": 1587, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42089710370232075]], [[0.388648234647863]], [[0.3523734328326057]]], "std": [[[0.25337086253910995]], [[0.23489421378459815]], [[0.21737420811662236]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5388447265625]], [[0.4975033934350107]], [[0.4432036671357997]]], "std": [[[0.27729067587985795]], [[0.25102077430225306]], [[0.22316087133010504]]], "count": [100]}, "state": {"min": [-0.22973930835723877, -0.3151739537715912, 0.9717134833335876, 3.097935914993286, -0.11009528487920761, -0.2660396993160248, 0.005141443572938442, -0.039928585290908813], "max": [-0.08489866554737091, 0.17121851444244385, 1.268234372138977, 3.3393425941467285, 0.1936778724193573, 0.03871769458055496, 0.040001388639211655, -0.004828738979995251], "mean": [-0.15985387563705444, -0.01580268144607544, 1.149088978767395, 3.224699020385742, 0.013494627550244331, -0.1593431532382965, 0.01654161885380745, -0.01628495752811432], "std": [0.04883598908782005, 0.18533438444137573, 0.08817405253648758, 0.06189645454287529, 0.07342085987329483, 0.0703272596001625, 0.015916043892502785, 0.016058214008808136], "count": [231]}, "actions": {"min": [-0.368872731924057, -1.3007838726043701, -1.0352813005447388, -0.2922493815422058, -0.3495825529098511, -0.21108172833919525, -1.0], "max": [0.5697118043899536, 0.796238899230957, 1.4659066200256348, 0.28579097986221313, 0.24495527148246765, 0.1988847255706787, 1.0], "mean": [0.034287579357624054, -0.10577405989170074, -0.03523048013448715, 0.0012788274325430393, 0.006848720367997885, -0.006538231857120991, 0.39393940567970276], "std": [0.1246403157711029, 0.31881338357925415, 0.3374685049057007, 0.0664854571223259, 0.07558739930391312, 0.050112053751945496, 0.9191365838050842], "count": [231]}, "timestamp": {"min": [0.0], "max": [23.0], "mean": [11.5], "std": [6.668333125052067], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [1587], "max": [1587], "mean": [1587.0], "std": [0.0], "count": [231]}, "index": {"min": [508497], "max": [508727], "mean": [508612.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [231]}}} +{"episode_index": 1588, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42579035680434285]], [[0.39312106442918965]], [[0.3559572688084022]]], "std": [[[0.2543021528405122]], [[0.23580089279900637]], [[0.21844285789696194]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5367288890165441]], [[0.4956514689127604]], [[0.4407337000229779]]], "std": [[[0.2659717844090577]], [[0.2407491588373995]], [[0.2145375432241539]]], "count": [100]}, "state": {"min": [-0.23475822806358337, -0.2839046120643616, 0.9782860279083252, 2.8093817234039307, -0.21422891318798065, -0.33950066566467285, 0.005089300684630871, -0.0400073304772377], "max": [-0.050584662705659866, 0.19844143092632294, 1.3287110328674316, 3.272169351577759, 0.12848727405071259, 0.07499682158231735, 0.03988558053970337, -0.004314683377742767], "mean": [-0.16878631711006165, 0.03490222990512848, 1.171359896659851, 3.055217742919922, -0.08304770290851593, -0.1198323667049408, 0.019925037398934364, -0.020016726106405258], "std": [0.05750272050499916, 0.17457768321037292, 0.1032332256436348, 0.1102386936545372, 0.09130517393350601, 0.10033587366342545, 0.016530241817235947, 0.016600683331489563], "count": [285]}, "actions": {"min": [-0.37639421224594116, -1.2914851903915405, -1.2559469938278198, -0.4450536072254181, -0.2084040343761444, -0.20403048396110535, -1.0], "max": [0.607896089553833, 0.7344257235527039, 1.5146276950836182, 0.3612210154533386, 0.2509040832519531, 0.16199778020381927, 1.0], "mean": [0.022713979706168175, -0.08577589690685272, -0.02249344438314438, -0.007694810628890991, 0.00147445488255471, -0.0054948762990534306, 0.1508771926164627], "std": [0.15494105219841003, 0.2682064473628998, 0.3346022367477417, 0.06942249089479446, 0.06620030850172043, 0.05485218018293381, 0.9885523319244385], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [1588], "max": [1588], "mean": [1588.0], "std": [0.0], "count": [285]}, "index": {"min": [508728], "max": [509012], "mean": [508870.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [285]}}} +{"episode_index": 1589, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4212470170563342]], [[0.38889235672296263]], [[0.3525638930376838]]], "std": [[[0.25286532297383474]], [[0.23424737641798013]], [[0.21641958362071465]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5459170155244716]], [[0.5048058184455423]], [[0.4502206241383272]]], "std": [[[0.27128988883374033]], [[0.24496433439477325]], [[0.21824062598759872]]], "count": [100]}, "state": {"min": [-0.23945477604866028, -0.27297136187553406, 0.9787592887878418, 2.952542781829834, -0.057541389018297195, -0.20705382525920868, 0.005191654898226261, -0.03991085663437843], "max": [-0.09692467004060745, 0.1783197969198227, 1.233921766281128, 3.4022164344787598, 0.2110067903995514, 0.02425294555723667, 0.039973098784685135, -0.005256833974272013], "mean": [-0.1883733868598938, -0.0003584604128263891, 1.1333338022232056, 3.189967632293701, 0.05927257239818573, -0.08698879182338715, 0.01597147434949875, -0.015895793214440346], "std": [0.05081407353281975, 0.18046599626541138, 0.07589913159608841, 0.09927038848400116, 0.06261780858039856, 0.060908470302820206, 0.015483911149203777, 0.015500647015869617], "count": [217]}, "actions": {"min": [-0.2831733524799347, -1.6948916912078857, -0.6757907867431641, -0.205642431974411, -0.20051605999469757, -0.18592548370361328, -1.0], "max": [0.6731919050216675, 1.2233216762542725, 1.3258000612258911, 0.28179511427879333, 0.1724601835012436, 0.15397144854068756, 1.0], "mean": [0.04619378224015236, -0.1037961095571518, -0.02445947378873825, -0.005628447514027357, 0.005978446453809738, -0.002981591271236539, 0.4193548262119293], "std": [0.1246977299451828, 0.36544087529182434, 0.29146596789360046, 0.06558923423290253, 0.06416542083024979, 0.04766177758574486, 0.9078201651573181], "count": [217]}, "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": [1589], "max": [1589], "mean": [1589.0], "std": [0.0], "count": [217]}, "index": {"min": [509013], "max": [509229], "mean": [509121.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [217]}}} +{"episode_index": 1590, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4181628806918275]], [[0.3860463765462239]], [[0.34989267865349266]]], "std": [[[0.25373813252985217]], [[0.2352385180996817]], [[0.21782295274886618]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.5304536946614583]], [[0.4898306376139323]], [[0.4349378853592218]]], "std": [[[0.2734708313714269]], [[0.24719944369284527]], [[0.22215644041783708]]], "count": [100]}, "state": {"min": [-0.22887547314167023, -0.3368911147117615, 0.9723439812660217, 3.1532676219940186, -0.07800278812646866, -0.2039431929588318, 0.005402525886893272, -0.0398053377866745], "max": [-0.11240381747484207, 0.16523297131061554, 1.2692506313323975, 3.4206252098083496, 0.2197289615869522, 0.029862990602850914, 0.040012963116168976, -0.00492690596729517], "mean": [-0.18236643075942993, -0.034291401505470276, 1.140368938446045, 3.278855800628662, 0.04350157454609871, -0.11383914202451706, 0.016811516135931015, -0.016456017270684242], "std": [0.04063388332724571, 0.1944715827703476, 0.08940254151821136, 0.07573611289262772, 0.08313774317502975, 0.05706462264060974, 0.01566300168633461, 0.015799012035131454], "count": [199]}, "actions": {"min": [-0.24773553013801575, -2.025998592376709, -0.8089989423751831, -0.2703525722026825, -0.18406932055950165, -0.1919025182723999, -1.0], "max": [0.4960261285305023, 0.6682969331741333, 1.335842251777649, 0.40898263454437256, 0.2756243944168091, 0.13576285541057587, 1.0], "mean": [0.035261448472738266, -0.1304967850446701, -0.039068300276994705, -0.0013764025643467903, 0.00871726032346487, -0.006655540782958269, 0.3366834223270416], "std": [0.11112713068723679, 0.3946632146835327, 0.3560236990451813, 0.08817220479249954, 0.07194201648235321, 0.05596383661031723, 0.9416173696517944], "count": [199]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [1590], "max": [1590], "mean": [1590.0], "std": [0.0], "count": [199]}, "index": {"min": [509230], "max": [509428], "mean": [509329.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [199]}}} +{"episode_index": 1591, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42222365495270375]], [[0.3897018498439415]], [[0.35293551994772515]]], "std": [[[0.255115094033132]], [[0.2361837047688085]], [[0.2182476209579918]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.5377029155656403]], [[0.49634696930530026]], [[0.44121066344018073]]], "std": [[[0.2750351148037254]], [[0.24837340865395355]], [[0.22047349179110856]]], "count": [100]}, "state": {"min": [-0.24119260907173157, -0.3286063075065613, 0.9739685654640198, 3.1248040199279785, -0.042817164212465286, -0.29178181290626526, 0.005641406401991844, -0.039847541600465775], "max": [-0.08324866741895676, 0.1780189871788025, 1.2798030376434326, 3.4061384201049805, 0.26960456371307373, 0.032545968890190125, 0.04001040384173393, -0.00553970318287611], "mean": [-0.1756017953157425, -0.0010003369534388185, 1.139323115348816, 3.2780706882476807, 0.07720505446195602, -0.12362776696681976, 0.017418475821614265, -0.016909949481487274], "std": [0.042724549770355225, 0.1947985589504242, 0.09357907623052597, 0.08146969974040985, 0.08958936482667923, 0.08521682769060135, 0.015282640233635902, 0.015481419861316681], "count": [230]}, "actions": {"min": [-0.4900280833244324, -1.2377780675888062, -1.8569000959396362, -0.18820811808109283, -0.17967182397842407, -0.36198192834854126, -1.0], "max": [0.6778562068939209, 0.7110058665275574, 0.9940024018287659, 0.23792056739330292, 0.5024927258491516, 0.235890731215477, 1.0], "mean": [0.04153551906347275, -0.11789073795080185, -0.03857308253645897, -0.0017784676747396588, 0.010069901123642921, -0.007158065680414438, 0.3391304314136505], "std": [0.13617022335529327, 0.3147280514240265, 0.3344962000846863, 0.06393125653266907, 0.0710793137550354, 0.06108919531106949, 0.9407410025596619], "count": [230]}, "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": [1591], "max": [1591], "mean": [1591.0], "std": [0.0], "count": [230]}, "index": {"min": [509429], "max": [509658], "mean": [509543.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [230]}}} +{"episode_index": 1592, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41936249138327203]], [[0.38719438380821075]], [[0.3510976801853554]]], "std": [[[0.2529991650734563]], [[0.23442056706165323]], [[0.21673550695925622]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5489456326353783]], [[0.5077821158614814]], [[0.45214918428308826]]], "std": [[[0.271139074117957]], [[0.24575639205436842]], [[0.2194349428203053]]], "count": [100]}, "state": {"min": [-0.23514406383037567, -0.2973494529724121, 0.9710148572921753, 3.0428552627563477, -0.0606113076210022, -0.20651932060718536, 0.00536199938505888, -0.03989078477025032], "max": [-0.09915640950202942, 0.18719474971294403, 1.2452585697174072, 3.3875784873962402, 0.20993714034557343, 0.08551286160945892, 0.039988916367292404, -0.005273513961583376], "mean": [-0.17204423248767853, -0.026880435645580292, 1.136378526687622, 3.192120313644409, 0.06606671214103699, -0.09392432123422623, 0.018098507076501846, -0.017796935513615608], "std": [0.04552008956670761, 0.18676482141017914, 0.08015069365501404, 0.09000134468078613, 0.06432507187128067, 0.07001511752605438, 0.015749232843518257, 0.01596667990088463], "count": [217]}, "actions": {"min": [-0.37068215012550354, -1.5717836618423462, -0.9035549759864807, -0.28586819767951965, -0.34583455324172974, -0.3442339599132538, -1.0], "max": [0.5703151822090149, 0.8999586701393127, 1.195970892906189, 0.3235900104045868, 0.2960681915283203, 0.20180363953113556, 1.0], "mean": [0.042224764823913574, -0.11654466390609741, -0.02750398963689804, -0.002289004623889923, 0.005845583043992519, -0.009975594468414783, 0.2626728117465973], "std": [0.12014304846525192, 0.35951027274131775, 0.31175798177719116, 0.06786790490150452, 0.07078750431537628, 0.05711570382118225, 0.9648858308792114], "count": [217]}, "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": [1592], "max": [1592], "mean": [1592.0], "std": [0.0], "count": [217]}, "index": {"min": [509659], "max": [509875], "mean": [509767.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [217]}}} +{"episode_index": 1593, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4248989844228707]], [[0.3924274160347733]], [[0.3571909849877451]]], "std": [[[0.25198910571687183]], [[0.2339447604176938]], [[0.21631514026893384]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.5251859292423023]], [[0.4799776348039215]], [[0.43916276759727324]]], "std": [[[0.278828214739064]], [[0.2566100109936735]], [[0.22768558547920698]]], "count": [100]}, "state": {"min": [-0.21944943070411682, -0.2697520852088928, 1.0048792362213135, 2.9022278785705566, -0.1175733283162117, -0.2130451500415802, 0.004814272280782461, -0.040003884583711624], "max": [0.0877007246017456, 0.006342400796711445, 1.2807577848434448, 3.2705490589141846, 0.21558474004268646, 0.006644594483077526, 0.039956144988536835, -0.004963680636137724], "mean": [-0.044849637895822525, -0.17187266051769257, 1.1704912185668945, 3.1137073040008545, 0.05604998767375946, -0.09999418258666992, 0.023446613922715187, -0.023469623178243637], "std": [0.11578438431024551, 0.0559346042573452, 0.07149123400449753, 0.09094154089689255, 0.08962272852659225, 0.05841947719454765, 0.01699518784880638, 0.01702413521707058], "count": [286]}, "actions": {"min": [-0.7242810726165771, -0.8062203526496887, -0.8962379097938538, -0.23742766678333282, -0.1537182629108429, -0.16098177433013916, -1.0], "max": [1.0919640064239502, 0.5864880681037903, 0.879636824131012, 0.1525561362504959, 0.13356953859329224, 0.11652984470129013, 1.0], "mean": [0.006702677346765995, -0.06780021637678146, -0.017907919362187386, -0.008362219668924809, -0.004057374782860279, -0.004724651575088501, -0.06293706595897675], "std": [0.258868932723999, 0.1787191480398178, 0.24460181593894958, 0.059159040451049805, 0.04689773917198181, 0.04207494854927063, 0.9980176687240601], "count": [286]}, "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": [1593], "max": [1593], "mean": [1593.0], "std": [0.0], "count": [286]}, "index": {"min": [509876], "max": [510161], "mean": [510018.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [286]}}} +{"episode_index": 1594, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4250342072131587]], [[0.393030060412837]], [[0.35781056003944545]]], "std": [[[0.25483769667917533]], [[0.23688459708577567]], [[0.219478231947531]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5468412104587929]], [[0.5000438471775429]], [[0.4568000045477175]]], "std": [[[0.27834577890696105]], [[0.2564511137818079]], [[0.22757564363506716]]], "count": [100]}, "state": {"min": [-0.2170507311820984, -0.24071532487869263, 1.008605718612671, 2.9513967037200928, -0.02828707918524742, -0.14019782841205597, 0.007062009535729885, -0.040009066462516785], "max": [0.08946840465068817, 0.022940823808312416, 1.2638531923294067, 3.1388015747070312, 0.14480845630168915, 0.14997579157352448, 0.03987959027290344, -0.0073369937017560005], "mean": [-0.02610550820827484, -0.14184506237506866, 1.1616930961608887, 3.0476019382476807, 0.04239768534898758, 0.016907207667827606, 0.02663285657763481, -0.02675488032400608], "std": [0.0967865139245987, 0.06773173809051514, 0.06237927824258804, 0.05659950152039528, 0.04444548860192299, 0.07580526918172836, 0.015710126608610153, 0.015731876716017723], "count": [307]}, "actions": {"min": [-0.6708235144615173, -0.6453555226325989, -1.1944928169250488, -0.17754006385803223, -0.16957201063632965, -0.151566281914711, -1.0], "max": [0.48972102999687195, 0.2926234006881714, 1.0629403591156006, 0.22405260801315308, 0.16984589397907257, 0.2269977331161499, 1.0], "mean": [0.0188630148768425, -0.06153223663568497, -0.023260165005922318, -0.002329725306481123, -0.0019312029471620917, -0.004423644859343767, -0.19218240678310394], "std": [0.20816616714000702, 0.14183218777179718, 0.2430603951215744, 0.0534474179148674, 0.046224407851696014, 0.048801060765981674, 0.9813587069511414], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [1594], "max": [1594], "mean": [1594.0], "std": [0.0], "count": [307]}, "index": {"min": [510162], "max": [510468], "mean": [510315.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [307]}}} +{"episode_index": 1595, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4228026990703508]], [[0.39071978340896907]], [[0.35544324628044577]]], "std": [[[0.25324063767566135]], [[0.23484083249085272]], [[0.21673911336805607]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5196958295036765]], [[0.47437337957643994]], [[0.4334041179582184]]], "std": [[[0.2864123551941679]], [[0.26416556019583265]], [[0.23505363919486721]]], "count": [100]}, "state": {"min": [-0.2414267510175705, -0.28665250539779663, 1.0062189102172852, 2.926945924758911, 0.0364692322909832, -0.20529474318027496, 0.007419987581670284, -0.040005676448345184], "max": [0.08890318125486374, 0.051749687641859055, 1.2507280111312866, 3.2696373462677, 0.31672483682632446, 0.12226388603448868, 0.0399627722799778, -0.008158382028341293], "mean": [-0.037718065083026886, -0.15789498388767242, 1.15127432346344, 3.142789125442505, 0.13277724385261536, -0.07362332195043564, 0.026514586061239243, -0.02656410075724125], "std": [0.11125380545854568, 0.0846843346953392, 0.06981652230024338, 0.08188750594854355, 0.07362072169780731, 0.09603897482156754, 0.015342270024120808, 0.015298350714147091], "count": [259]}, "actions": {"min": [-1.2645354270935059, -0.705450177192688, -0.7137489914894104, -0.2500859200954437, -0.29230833053588867, -0.1702500283718109, -1.0], "max": [0.9070006012916565, 0.3712017238140106, 1.3820602893829346, 0.20851141214370728, 0.2800199091434479, 0.1608089953660965, 1.0], "mean": [0.020532382652163506, -0.08921997249126434, -0.03923611715435982, -0.009799262508749962, -0.0007422311464324594, -0.008279372937977314, -0.13513512909412384], "std": [0.29784199595451355, 0.18038645386695862, 0.27172088623046875, 0.05437808856368065, 0.0631810650229454, 0.048369716852903366, 0.9908266067504883], "count": [259]}, "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": [1595], "max": [1595], "mean": [1595.0], "std": [0.0], "count": [259]}, "index": {"min": [510469], "max": [510727], "mean": [510598.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [259]}}} +{"episode_index": 1596, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4230926884669884]], [[0.391129913928462]], [[0.35583179309321383]]], "std": [[[0.25278851608061054]], [[0.2348442901587825]], [[0.2174087270050545]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.5404666957481236]], [[0.4955134893679151]], [[0.45335904648724723]]], "std": [[[0.27630857144411947]], [[0.2532980672867649]], [[0.22504287304374607]]], "count": [100]}, "state": {"min": [-0.2177026867866516, -0.27591344714164734, 1.00696861743927, 2.913090229034424, -0.17104728519916534, -0.2674802839756012, 0.004151553381234407, -0.04000703990459442], "max": [0.07721903920173645, 0.010489391162991524, 1.2530380487442017, 3.232935667037964, 0.18298788368701935, 0.04797685891389847, 0.03989555686712265, -0.0025259985122829676], "mean": [-0.04224052280187607, -0.17056745290756226, 1.171110987663269, 3.075612783432007, 0.021177854388952255, -0.1045190617442131, 0.02534233033657074, -0.025213373824954033], "std": [0.10523483157157898, 0.05795422941446304, 0.06968095153570175, 0.08255399763584137, 0.08577167987823486, 0.0795878991484642, 0.016808271408081055, 0.017082028090953827], "count": [271]}, "actions": {"min": [-1.1071507930755615, -0.7908912897109985, -0.8154418468475342, -0.29758694767951965, -0.23250974714756012, -0.1591445803642273, -1.0], "max": [0.7810166478157043, 0.35619550943374634, 1.2415498495101929, 0.44143423438072205, 0.25887882709503174, 0.14338436722755432, 1.0], "mean": [0.01101272739470005, -0.06777315586805344, -0.012909273616969585, -0.006265864707529545, -0.005102670751512051, -0.006704906467348337, -0.180811807513237], "std": [0.28264665603637695, 0.18701645731925964, 0.2716747522354126, 0.06195119395852089, 0.057267509400844574, 0.044106531888246536, 0.9835179448127747], "count": [271]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.823042886243178], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [1596], "max": [1596], "mean": [1596.0], "std": [0.0], "count": [271]}, "index": {"min": [510728], "max": [510998], "mean": [510863.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [271]}}} +{"episode_index": 1597, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4228491899078967]], [[0.3907942845961627]], [[0.3557696706734451]]], "std": [[[0.2551451249757772]], [[0.23732613581543455]], [[0.21999192745369883]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5568542061600031]], [[0.5088359692143459]], [[0.46491619932885264]]], "std": [[[0.26484806920338133]], [[0.24397110387431808]], [[0.21538740074565385]]], "count": [100]}, "state": {"min": [-0.229178786277771, -0.24705243110656738, 1.019776701927185, 2.776465654373169, -0.0926658883690834, -0.13278350234031677, 0.003558719763532281, -0.04001140221953392], "max": [0.09045745432376862, 0.016828810796141624, 1.255115270614624, 3.079535961151123, 0.15768593549728394, 0.16803181171417236, 0.03979947790503502, -0.004302906338125467], "mean": [-0.014211921021342278, -0.16331490874290466, 1.1502127647399902, 2.949547290802002, 0.0546572282910347, 0.009277837350964546, 0.022316277027130127, -0.02278500236570835], "std": [0.09646084904670715, 0.05407673865556717, 0.06615770608186722, 0.05692581087350845, 0.07161026448011398, 0.09038446098566055, 0.01767715811729431, 0.017446739599108696], "count": [231]}, "actions": {"min": [-1.0413976907730103, -0.6853471398353577, -0.6815280914306641, -0.18943412601947784, -0.2577919065952301, -0.20833927392959595, -1.0], "max": [0.9539870023727417, 0.34411507844924927, 0.8289673328399658, 0.3569425940513611, 0.18429403007030487, 0.20604006946086884, 1.0], "mean": [0.03228243440389633, -0.08600568026304245, -0.022987468168139458, -0.0070013003423810005, -0.005277866963297129, -0.007087481673806906, -0.012987012974917889], "std": [0.28666257858276367, 0.1751130074262619, 0.24383622407913208, 0.05889314040541649, 0.05606585741043091, 0.05007321015000343, 0.9999151229858398], "count": [231]}, "timestamp": {"min": [0.0], "max": [23.0], "mean": [11.5], "std": [6.668333125052067], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [1597], "max": [1597], "mean": [1597.0], "std": [0.0], "count": [231]}, "index": {"min": [510999], "max": [511229], "mean": [511114.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [231]}}} +{"episode_index": 1598, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41840724331724877]], [[0.3862788474887025]], [[0.3500482387168735]]], "std": [[[0.2542478883071259]], [[0.2358571241352046]], [[0.21848743806982734]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5774675185259651]], [[0.5420415517769608]], [[0.5042104151108685]]], "std": [[[0.2640618071881909]], [[0.24468416143323646]], [[0.2260824550272845]]], "count": [100]}, "state": {"min": [-0.20485299825668335, -0.2194589525461197, 1.0167938470840454, 2.913577079772949, -0.1236991360783577, -0.13467469811439514, 0.03155221790075302, -0.03988286852836609], "max": [-0.12024133652448654, 0.008147471584379673, 1.2225154638290405, 3.236086845397949, 0.14263494312763214, 0.0852847769856453, 0.04000090807676315, -0.034415047615766525], "mean": [-0.16769276559352875, -0.08417662978172302, 1.1294455528259277, 3.1098694801330566, 0.011403831653296947, -0.017600901424884796, 0.03488950431346893, -0.03720365837216377], "std": [0.0277495589107275, 0.09270870685577393, 0.06689935177564621, 0.11361090838909149, 0.08686600625514984, 0.07378264516592026, 0.003540679346770048, 0.0017650349764153361], "count": [159]}, "actions": {"min": [-0.3327426314353943, -0.8523081541061401, -1.0649678707122803, -0.12955087423324585, -0.20338238775730133, -0.1570528894662857, -1.0], "max": [0.40482017397880554, 0.5150744318962097, 1.3545984029769897, 0.07301812618970871, 0.22115106880664825, 0.08292077481746674, 1.0], "mean": [0.032287467271089554, -0.09451044350862503, -0.020027145743370056, -0.011021845042705536, 0.004118745215237141, -0.005894368514418602, 0.1949685513973236], "std": [0.10794568061828613, 0.2009345293045044, 0.3532419800758362, 0.038306888192892075, 0.056542497128248215, 0.03674212843179703, 0.980810284614563], "count": [159]}, "timestamp": {"min": [0.0], "max": [15.8], "mean": [7.8999999999999995], "std": [4.589843860815601], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [1598], "max": [1598], "mean": [1598.0], "std": [0.0], "count": [159]}, "index": {"min": [511230], "max": [511388], "mean": [511309.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [159]}}} +{"episode_index": 1599, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4209829532398897]], [[0.3887698334338618]], [[0.3524841948864507]]], "std": [[[0.25488776895687126]], [[0.23637260315860523]], [[0.21890308292264612]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.574309954474954]], [[0.5392622267779181]], [[0.5017363478716682]]], "std": [[[0.2616908854070889]], [[0.24197292479608232]], [[0.22296156579382542]]], "count": [100]}, "state": {"min": [-0.1955854296684265, -0.2405155599117279, 1.0077626705169678, 2.922485589981079, -0.09205309301614761, -0.15406952798366547, 0.029843784868717194, -0.04062354192137718], "max": [-0.11901610344648361, -0.015050781890749931, 1.2129716873168945, 3.2712764739990234, 0.14075390994548798, 0.0919869914650917, 0.040004193782806396, -0.0367681086063385], "mean": [-0.1674415022134781, -0.09987806528806686, 1.124913215637207, 3.150395393371582, 0.004914398305118084, 0.00439805444329977, 0.03418257087469101, -0.038551002740859985], "std": [0.024042770266532898, 0.08669693768024445, 0.06330640614032745, 0.11299082636833191, 0.0668826475739479, 0.08408883959054947, 0.004673525225371122, 0.001016010413877666], "count": [178]}, "actions": {"min": [-0.2936779856681824, -0.9126076102256775, -1.059791088104248, -0.14702121913433075, -0.18558934330940247, -0.14714191854000092, -1.0], "max": [0.3253159523010254, 0.37733379006385803, 1.1546919345855713, 0.12720619142055511, 0.18851546943187714, 0.1157323569059372, 1.0], "mean": [0.01835179515182972, -0.08164234459400177, -0.040934301912784576, -0.007886774837970734, 0.004378350451588631, -0.0071641006506979465, 0.07865168899297714], "std": [0.107257179915905, 0.20290474593639374, 0.31557226181030273, 0.04322172328829765, 0.05477290600538254, 0.03935055434703827, 0.9969017505645752], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [1599], "max": [1599], "mean": [1599.0], "std": [0.0], "count": [178]}, "index": {"min": [511389], "max": [511566], "mean": [511477.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [178]}}} +{"episode_index": 1600, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42192445223939185]], [[0.38963693656173404]], [[0.35327736589020375]]], "std": [[[0.25555179252161087]], [[0.23684119238711912]], [[0.21915519405768938]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.557003698610792]], [[0.5219867380179611]], [[0.48454233865176927]]], "std": [[[0.27610227955418215]], [[0.2555734129361162]], [[0.23535498639743305]]], "count": [100]}, "state": {"min": [-0.19386745989322662, -0.23611418902873993, 1.022911787033081, 2.907604455947876, -0.07059856504201889, -0.11339718103408813, 0.0380295105278492, -0.04023921117186546], "max": [-0.11670950800180435, -0.013462439179420471, 1.2236984968185425, 3.2395315170288086, 0.1437217891216278, 0.01462241169065237, 0.040645599365234375, -0.03931581974029541], "mean": [-0.1551036536693573, -0.09663726389408112, 1.1347613334655762, 3.1428041458129883, 0.027482783421874046, -0.04299265891313553, 0.03873142600059509, -0.03993317484855652], "std": [0.023857707157731056, 0.07887762039899826, 0.06854929774999619, 0.10398034006357193, 0.07538434863090515, 0.04387804493308067, 0.0007953769527375698, 0.00019126285042148083], "count": [162]}, "actions": {"min": [-0.18635326623916626, -0.8740257620811462, -0.7208912968635559, -0.1911616027355194, -0.1487320363521576, -0.08922427147626877, -1.0], "max": [0.428076833486557, 0.5087538957595825, 0.9658783674240112, 0.1502678394317627, 0.14160487055778503, 0.16125129163265228, 1.0], "mean": [0.04139172285795212, -0.09247015416622162, -0.05818024277687073, -0.009335814043879509, 0.009387674741446972, -0.0027730560395866632, 0.17283950746059418], "std": [0.10409041494131088, 0.1926758885383606, 0.3240000009536743, 0.049954209476709366, 0.04856058582663536, 0.03274490311741829, 0.9849503636360168], "count": [162]}, "timestamp": {"min": [0.0], "max": [16.1], "mean": [8.049999999999999], "std": [4.676448082323449], "count": [162]}, "frame_index": {"min": [0], "max": [161], "mean": [80.5], "std": [46.76448082323449], "count": [162]}, "episode_index": {"min": [1600], "max": [1600], "mean": [1600.0], "std": [0.0], "count": [162]}, "index": {"min": [511567], "max": [511728], "mean": [511647.5], "std": [46.76448082323449], "count": [162]}, "task_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [162]}}} +{"episode_index": 1601, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41719834869983147]], [[0.38514036171109073]], [[0.3489128507726333]]], "std": [[[0.2540316036120419]], [[0.23570846330946105]], [[0.2185549879826735]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.581840108235677]], [[0.5453061224245558]], [[0.5058461620854396]]], "std": [[[0.26364268943986363]], [[0.2437685579492623]], [[0.2248429157639445]]], "count": [100]}, "state": {"min": [-0.21295462548732758, -0.24430732429027557, 1.0052706003189087, 2.9705309867858887, -0.1204519122838974, -0.0858267992734909, 0.03358442336320877, -0.03990636765956879], "max": [-0.12158326804637909, 0.02276643179357052, 1.2328883409500122, 3.2607333660125732, 0.14239096641540527, 0.12754659354686737, 0.04000559449195862, -0.03328894078731537], "mean": [-0.15590645372867584, -0.06744451075792313, 1.1272192001342773, 3.1781415939331055, 0.020022133365273476, 0.03845728561282158, 0.03680751845240593, -0.0363592654466629], "std": [0.017555812373757362, 0.09237531572580338, 0.06804114580154419, 0.08660072833299637, 0.0732731819152832, 0.0630183070898056, 0.0027767589781433344, 0.0030938617419451475], "count": [262]}, "actions": {"min": [-0.2128288894891739, -1.984908103942871, -0.683397650718689, -0.18449313938617706, -0.1423272043466568, -0.14714303612709045, -1.0], "max": [0.4428168833255768, 0.31760093569755554, 0.9960026144981384, 0.15514078736305237, 0.15222327411174774, 0.13648805022239685, 1.0], "mean": [0.025478579103946686, -0.06612434983253479, -0.004678515251725912, -0.004190844018012285, -0.0021872916258871555, -0.0021911400835961103, 0.022900763899087906], "std": [0.10698799788951874, 0.20870906114578247, 0.2225104123353958, 0.04169664531946182, 0.042496055364608765, 0.03666737675666809, 0.9997385144233704], "count": [262]}, "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": [1601], "max": [1601], "mean": [1601.0], "std": [0.0], "count": [262]}, "index": {"min": [511729], "max": [511990], "mean": [511859.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [262]}}} +{"episode_index": 1602, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4202220357259115]], [[0.3878495273964078]], [[0.3512135644052543]]], "std": [[[0.2549041880982713]], [[0.2363701611277337]], [[0.218942533069003]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5728362827675015]], [[0.5360699558632047]], [[0.4963605244954427]]], "std": [[[0.2602554743847728]], [[0.23932370502602346]], [[0.21868002351168944]]], "count": [100]}, "state": {"min": [-0.209520623087883, -0.24569791555404663, 1.0215075016021729, 2.940889596939087, -0.15935677289962769, -0.046195242553949356, 0.037286706268787384, -0.04006928950548172], "max": [-0.12084591388702393, 0.019954035058617592, 1.2408883571624756, 3.2105185985565186, 0.12125477939844131, 0.1146940067410469, 0.04035025089979172, -0.03703596815466881], "mean": [-0.17747823894023895, -0.08929386734962463, 1.1432214975357056, 3.1041972637176514, -0.009815682657063007, 0.0508401095867157, 0.03975500911474228, -0.03835205361247063], "std": [0.02583884261548519, 0.09520777314901352, 0.07275164127349854, 0.0794588103890419, 0.08291967213153839, 0.056033480912446976, 0.00047049985732883215, 0.0010570426238700747], "count": [210]}, "actions": {"min": [-0.2082091122865677, -0.8117174506187439, -0.8449541330337524, -0.1288755238056183, -0.12609298527240753, -0.10831082612276077, -1.0], "max": [0.3134720027446747, 0.30687305331230164, 0.7632151246070862, 0.19814422726631165, 0.1198607012629509, 0.13884028792381287, 1.0], "mean": [0.0266933124512434, -0.08366274833679199, -0.020488720387220383, -0.006469511892646551, 0.003367434022948146, -0.004536283668130636, 0.21904762089252472], "std": [0.09114330261945724, 0.17493562400341034, 0.2696187496185303, 0.04470725357532501, 0.04716930910944939, 0.03194645419716835, 0.9757155179977417], "count": [210]}, "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": [1602], "max": [1602], "mean": [1602.0], "std": [0.0], "count": [210]}, "index": {"min": [511991], "max": [512200], "mean": [512095.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [210]}}} +{"episode_index": 1603, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4214838879155178]], [[0.3890707194010417]], [[0.35240701174268535]]], "std": [[[0.255546699146798]], [[0.23669363557744125]], [[0.21883546342077356]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5683111488491881]], [[0.5347671018114277]], [[0.4985827923943015]]], "std": [[[0.26835501315478666]], [[0.24935566094750386]], [[0.23155597299200745]]], "count": [100]}, "state": {"min": [-0.19387727975845337, -0.2460334450006485, 1.0174882411956787, 2.934600353240967, -0.07795129716396332, -0.14963367581367493, 0.03340474143624306, -0.04005563259124756], "max": [-0.12499117851257324, 0.01753491722047329, 1.2190239429473877, 3.282155990600586, 0.17338109016418457, 0.10810090601444244, 0.04059070348739624, -0.03402676433324814], "mean": [-0.16808684170246124, -0.08966509997844696, 1.1254292726516724, 3.155921220779419, 0.0465281680226326, -0.007954809814691544, 0.03567333519458771, -0.03597312048077583], "std": [0.024414094164967537, 0.10273385792970657, 0.06603498756885529, 0.12673206627368927, 0.08535879850387573, 0.09605603665113449, 0.0028475055005401373, 0.0024605905637145042], "count": [153]}, "actions": {"min": [-0.707756757736206, -1.08411705493927, -0.8658319711685181, -0.1587451994419098, -0.24712194502353668, -0.15917806327342987, -1.0], "max": [0.3405826687812805, 0.7167123556137085, 1.098344326019287, 0.23617960512638092, 0.1716611236333847, 0.14710603654384613, 1.0], "mean": [0.03021061420440674, -0.09024588763713837, -0.04845434054732323, -0.00767946382984519, 0.00671985512599349, -0.007723251357674599, 0.2549019753932953], "std": [0.11151521652936935, 0.24984145164489746, 0.3328402638435364, 0.0572584830224514, 0.05944272503256798, 0.04476257413625717, 0.9669662117958069], "count": [153]}, "timestamp": {"min": [0.0], "max": [15.2], "mean": [7.6], "std": [4.416635220013836], "count": [153]}, "frame_index": {"min": [0], "max": [152], "mean": [76.0], "std": [44.16635220013836], "count": [153]}, "episode_index": {"min": [1603], "max": [1603], "mean": [1603.0], "std": [0.0], "count": [153]}, "index": {"min": [512201], "max": [512353], "mean": [512277.0], "std": [44.16635220013836], "count": [153]}, "task_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [153]}}} +{"episode_index": 1604, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5438098371917126]], [[0.500415589575674]], [[0.45548689838484224]]], "std": [[[0.2975148701484476]], [[0.2777034784602148]], [[0.26531470511779054]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5556375678567326]], [[0.5274735562193628]], [[0.5007260496850107]]], "std": [[[0.28820157785361106]], [[0.2744111138704137]], [[0.2641433096704384]]], "count": [100]}, "state": {"min": [-0.182673379778862, -0.04421818256378174, 0.9526218175888062, 2.9532861709594727, -0.24223336577415466, 1.589979001437314e-05, 0.0020224140025675297, -0.04000683128833771], "max": [0.06563514471054077, 0.1543966382741928, 1.2795436382293701, 3.1828203201293945, 0.06457949429750443, 1.4815629720687866, 0.03996032848954201, -0.002045375294983387], "mean": [-0.0235097985714674, 0.024619434028863907, 1.1215195655822754, 3.0678658485412598, -0.08491190522909164, 0.7912631630897522, 0.023477962240576744, -0.02358042076230049], "std": [0.06931448727846146, 0.05662357062101364, 0.09554724395275116, 0.056607432663440704, 0.077774278819561, 0.5578404068946838, 0.018455972895026207, 0.018480753526091576], "count": [353]}, "actions": {"min": [-0.5104501843452454, -0.36433467268943787, -0.5115919709205627, -0.16899597644805908, -0.1689506322145462, -0.5119048357009888, -1.0], "max": [0.6878897547721863, 0.7842069864273071, 0.9779852628707886, 0.17119786143302917, 0.23640967905521393, 1.0979547500610352, 1.0], "mean": [0.024256544187664986, 0.02230197750031948, -0.005719465669244528, 0.004081236198544502, -0.005491478834301233, 0.007556356489658356, -0.11614730954170227], "std": [0.18676412105560303, 0.16896502673625946, 0.22056014835834503, 0.046325717121362686, 0.05772460252046585, 0.16657137870788574, 0.9932327270507812], "count": [353]}, "timestamp": {"min": [0.0], "max": [35.2], "mean": [17.599999999999998], "std": [10.190191362285598], "count": [353]}, "frame_index": {"min": [0], "max": [352], "mean": [176.0], "std": [101.90191362285597], "count": [353]}, "episode_index": {"min": [1604], "max": [1604], "mean": [1604.0], "std": [0.0], "count": [353]}, "index": {"min": [512354], "max": [512706], "mean": [512530.0], "std": [101.90191362285597], "count": [353]}, "task_index": {"min": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [353]}}} +{"episode_index": 1605, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5463060230928308]], [[0.502915833716299]], [[0.4581193500593597]]], "std": [[[0.29559179845873174]], [[0.27590287694192245]], [[0.26358833664288833]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.537347541958678]], [[0.515731804342831]], [[0.494534340652765]]], "std": [[[0.2911323534017687]], [[0.2775143076911145]], [[0.26868066639767063]]], "count": [100]}, "state": {"min": [-0.18046021461486816, -0.02186214178800583, 0.9535654187202454, 2.9296605587005615, -0.21315689384937286, 0.12218823283910751, 0.0018715132027864456, -0.040007516741752625], "max": [-0.02200276218354702, 0.24568355083465576, 1.2426615953445435, 3.2354047298431396, 0.014108465984463692, 1.563649296760559, 0.04000115022063255, -0.0020054024644196033], "mean": [-0.06356478482484818, 0.06057772785425186, 1.1204854249954224, 3.1079885959625244, -0.0824771374464035, 0.8013060092926025, 0.023163415491580963, -0.022778622806072235], "std": [0.036060381680727005, 0.08595137298107147, 0.0912446454167366, 0.06914467364549637, 0.04991716146469116, 0.5825141072273254, 0.018358923494815826, 0.01799767091870308], "count": [284]}, "actions": {"min": [-0.4318157434463501, -0.4039144217967987, -0.9887886047363281, -0.18038995563983917, -0.35810643434524536, -0.5677961707115173, -1.0], "max": [0.44007453322410583, 1.007488489151001, 0.7923105359077454, 0.18385420739650726, 0.22435806691646576, 0.7806345224380493, 1.0], "mean": [0.01835140772163868, 0.06442462652921677, -0.018808361142873764, 0.006815530359745026, -0.003962498623877764, -0.0010875953594222665, -0.11971831321716309], "std": [0.16350188851356506, 0.19122005999088287, 0.2620329260826111, 0.05165845900774002, 0.07362303137779236, 0.17537114024162292, 0.9928081035614014], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1605], "max": [1605], "mean": [1605.0], "std": [0.0], "count": [284]}, "index": {"min": [512707], "max": [512990], "mean": [512848.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1606, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5453974603391161]], [[0.501971742517808]], [[0.4570437957165288]]], "std": [[[0.2981040576971472]], [[0.2784783951288666]], [[0.2661872805677277]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.5827532157149969]], [[0.5491135475308287]], [[0.5159376053155638]]], "std": [[[0.27267451772576906]], [[0.25666150244927965]], [[0.24455275804345014]]], "count": [100]}, "state": {"min": [-0.19604578614234924, -0.05697256699204445, 0.9512460827827454, 2.726026773452759, -0.169920414686203, 0.018908701837062836, 0.0017542593413963914, -0.040011610835790634], "max": [0.05420465022325516, 0.15219925343990326, 1.3517199754714966, 3.130406379699707, 0.03803711012005806, 1.5168172121047974, 0.03990473970770836, -0.002220897236838937], "mean": [-0.022523988038301468, 0.019661134108901024, 1.1568434238433838, 2.940980911254883, -0.09558062255382538, 0.8166589736938477, 0.021145286038517952, -0.021733375266194344], "std": [0.06583469361066818, 0.06026068329811096, 0.11423647403717041, 0.10869880020618439, 0.05942206084728241, 0.5424734354019165, 0.018406057730317116, 0.018426785245537758], "count": [408]}, "actions": {"min": [-0.4970431327819824, -0.579913318157196, -0.6324396133422852, -0.19440695643424988, -0.18728119134902954, -0.4081129729747772, -1.0], "max": [0.6715944409370422, 0.45741209387779236, 0.9351654052734375, 0.18574479222297668, 0.19191554188728333, 0.6747792959213257, 1.0], "mean": [0.021819405257701874, 0.032068222761154175, -0.0010967216221615672, 0.005101357586681843, -0.00554157979786396, 0.0018212365685030818, -0.029411764815449715], "std": [0.16309115290641785, 0.14054031670093536, 0.22048401832580566, 0.038012463599443436, 0.05010860413312912, 0.12220001220703125, 0.9995687007904053], "count": [408]}, "timestamp": {"min": [0.0], "max": [40.7], "mean": [20.349999999999998], "std": [11.777910114560505], "count": [408]}, "frame_index": {"min": [0], "max": [407], "mean": [203.5], "std": [117.77910114560505], "count": [408]}, "episode_index": {"min": [1606], "max": [1606], "mean": [1606.0], "std": [0.0], "count": [408]}, "index": {"min": [512991], "max": [513398], "mean": [513194.5], "std": [117.77910114560505], "count": [408]}, "task_index": {"min": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [408]}}} +{"episode_index": 1607, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4701129844515931]], [[0.4346599186915977]], [[0.3972779798320695]]], "std": [[[0.24998872939815275]], [[0.23483875121762166]], [[0.2254012540810817]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[0.9254901960784314]], [[0.9137254901960784]]], "mean": [[[0.4641195140165441]], [[0.43202297076056984]], [[0.38901346962124694]]], "std": [[[0.2232984500323278]], [[0.20570364156266474]], [[0.19455129310705058]]], "count": [100]}, "state": {"min": [-0.24494923651218414, -0.22151176631450653, 1.173824667930603, 1.8182188272476196, -1.0208631753921509, -1.0670959949493408, 0.011195283383131027, -0.04003056511282921], "max": [0.004843877162784338, 0.2120954841375351, 1.3380799293518066, 3.3089025020599365, 0.12052737176418304, 0.1333114504814148, 0.039886463433504105, -0.00968429446220398], "mean": [-0.08426939696073532, 0.03464842960238457, 1.257933497428894, 2.830915689468384, -0.646902859210968, -0.3198853135108948, 0.026199765503406525, -0.026282932609319687], "std": [0.07298840582370758, 0.15500310063362122, 0.03390707075595856, 0.46687760949134827, 0.2900543808937073, 0.3994133472442627, 0.013345968909561634, 0.013653825037181377], "count": [301]}, "actions": {"min": [-0.4759484827518463, -0.9824678897857666, -1.1079362630844116, -0.5935473442077637, -0.4221881926059723, -0.45161405205726624, -1.0], "max": [0.4852601885795593, 0.8906575441360474, 0.47501060366630554, 0.38122662901878357, 0.5699402093887329, 0.33597293496131897, 1.0], "mean": [0.03701324388384819, -0.04533329978585243, 0.006823636591434479, -0.013055592775344849, -0.0023233157116919756, -0.027826452627778053, -0.029900332912802696], "std": [0.15642087161540985, 0.25075429677963257, 0.1891344040632248, 0.09408312290906906, 0.1188712939620018, 0.09601043909788132, 0.9995542764663696], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [1607], "max": [1607], "mean": [1607.0], "std": [0.0], "count": [301]}, "index": {"min": [513399], "max": [513699], "mean": [513549.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [301]}}} +{"episode_index": 1608, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47261796360389857]], [[0.43653176700367646]], [[0.398496857287837]]], "std": [[[0.2503321361251373]], [[0.23536470800413242]], [[0.2261816693217673]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.9333333333333333]], [[0.9372549019607843]]], "mean": [[[0.5240066965140548]], [[0.4884930623372396]], [[0.44616130813897825]]], "std": [[[0.21713671851379943]], [[0.2019492766619754]], [[0.19654233932764534]]], "count": [100]}, "state": {"min": [-0.21832172572612762, -0.2224351465702057, 1.1517374515533447, 3.119901418685913, -0.8633964657783508, -0.7288192510604858, 0.005836843978613615, -0.039930377155542374], "max": [0.03810528293251991, 0.23482587933540344, 1.29923415184021, 3.4190924167633057, 0.08765086531639099, 0.25638052821159363, 0.040017079561948776, -0.01209894847124815], "mean": [-0.08516193926334381, 0.08042354881763458, 1.2378859519958496, 3.252129077911377, -0.5705748796463013, -0.08043999969959259, 0.027561772614717484, -0.031933609396219254], "std": [0.07575903832912445, 0.15746167302131653, 0.03441433236002922, 0.06609940528869629, 0.3089064955711365, 0.3038424849510193, 0.014296524226665497, 0.010916688479483128], "count": [227]}, "actions": {"min": [-0.6283754110336304, -0.9095604419708252, -0.42764541506767273, -0.25150030851364136, -0.38159140944480896, -0.5706493854522705, -1.0], "max": [0.5625595450401306, 0.7090646028518677, 0.4875278174877167, 0.24915651977062225, 0.258974552154541, 0.2623029947280884, 1.0], "mean": [0.08035161346197128, -0.014909977093338966, 0.062934011220932, -0.0014700675383210182, -0.017034852877259254, -0.037703413516283035, -0.11013215780258179], "std": [0.19040125608444214, 0.2215663641691208, 0.1776125580072403, 0.06350942701101303, 0.07951832562685013, 0.12537963688373566, 0.993916392326355], "count": [227]}, "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": [1608], "max": [1608], "mean": [1608.0], "std": [0.0], "count": [227]}, "index": {"min": [513700], "max": [513926], "mean": [513813.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [227]}}} +{"episode_index": 1609, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46736867927102477]], [[0.431687042834712]], [[0.3936334785012638]]], "std": [[[0.25018518173655097]], [[0.23411535780964418]], [[0.22398185697679518]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9215686274509803]]], "mean": [[[0.532254093544156]], [[0.49158661247702207]], [[0.4451774166331572]]], "std": [[[0.22749201096771704]], [[0.208250027525954]], [[0.19940721137580725]]], "count": [100]}, "state": {"min": [-0.2254638969898224, -0.14729586243629456, 1.1893329620361328, 2.470385789871216, -0.8314128518104553, -1.2913072109222412, 0.015307217836380005, -0.0400083027780056], "max": [0.022205902263522148, 0.20384034514427185, 1.2983819246292114, 3.2497944831848145, 0.07058451324701309, 0.2531033754348755, 0.0400034561753273, -0.007075816858559847], "mean": [-0.083001509308815, 0.0991116464138031, 1.2617721557617188, 3.0473365783691406, -0.5101365447044373, -0.2610990107059479, 0.028389502316713333, -0.027947375550866127], "std": [0.0778803676366806, 0.10671450942754745, 0.02848208136856556, 0.11771263927221298, 0.26903289556503296, 0.5445104837417603, 0.011878177523612976, 0.012374735437333584], "count": [264]}, "actions": {"min": [-0.616487443447113, -0.7877062559127808, -0.807406485080719, -0.2668735086917877, -0.4545070230960846, -0.4140826165676117, -1.0], "max": [0.4832858145236969, 0.7265150547027588, 0.3750506639480591, 0.3037603795528412, 0.32525959610939026, 0.2328462451696396, 1.0], "mean": [0.058709561824798584, -0.04333977773785591, -0.0011658461298793554, -0.004724099766463041, -0.006790390703827143, -0.05348056182265282, -0.007575757801532745], "std": [0.18029581010341644, 0.25153014063835144, 0.17482267320156097, 0.07379129528999329, 0.1084374338388443, 0.10816755145788193, 0.9999724626541138], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [1609], "max": [1609], "mean": [1609.0], "std": [0.0], "count": [264]}, "index": {"min": [513927], "max": [514190], "mean": [514058.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [264]}}} +{"episode_index": 1610, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4650779610428155]], [[0.4293010397518382]], [[0.3913426794912301]]], "std": [[[0.2502408600107361]], [[0.23454404005491822]], [[0.22462930441540896]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9294117647058824]], [[0.9333333333333333]]], "mean": [[[0.5245745735916437]], [[0.4826765735102635]], [[0.4361004518995098]]], "std": [[[0.22902173454370472]], [[0.20923271861592238]], [[0.19682038841615518]]], "count": [100]}, "state": {"min": [-0.24308323860168457, -0.2358628213405609, 1.1497799158096313, 2.5384199619293213, -0.9829622507095337, -1.5003968477249146, 0.012168060056865215, -0.04000969976186752], "max": [0.047225307673215866, 0.24781833589076996, 1.2981483936309814, 3.2876250743865967, 0.15971457958221436, 0.2388198971748352, 0.03997085243463516, -0.004561331123113632], "mean": [-0.07761562615633011, 0.09389550983905792, 1.2483088970184326, 3.105179786682129, -0.4948306083679199, -0.3768254518508911, 0.026282425969839096, -0.025851568207144737], "std": [0.09251458942890167, 0.1285809725522995, 0.03414864465594292, 0.10496120154857635, 0.2876181900501251, 0.6195642948150635, 0.013341962359845638, 0.013829221948981285], "count": [303]}, "actions": {"min": [-0.6781569719314575, -1.3156942129135132, -1.094976544380188, -0.36390000581741333, -0.6011882424354553, -0.5797068476676941, -1.0], "max": [0.8313758969306946, 0.5898072719573975, 0.50786954164505, 0.2523382306098938, 0.6368688941001892, 0.34648653864860535, 1.0], "mean": [0.06628458946943283, -0.05898861587047577, 0.01348058134317398, -0.006394044030457735, -0.003929745871573687, -0.04511788859963417, 0.042904291301965714], "std": [0.20678913593292236, 0.25820034742355347, 0.17873117327690125, 0.07612845301628113, 0.10798382014036179, 0.11279413849115372, 0.9990797638893127], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [1610], "max": [1610], "mean": [1610.0], "std": [0.0], "count": [303]}, "index": {"min": [514191], "max": [514493], "mean": [514342.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [303]}}} +{"episode_index": 1611, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3924606132847315]], [[0.3655001909304888]], [[0.3341401485525236]]], "std": [[[0.2653028857604199]], [[0.24187816184159905]], [[0.2213257478605768]]], "count": [143]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.4328195651143434]], [[0.40348353823336586]], [[0.367020803221652]]], "std": [[[0.2799538602228005]], [[0.25016918634398067]], [[0.21737427746397173]]], "count": [143]}, "state": {"min": [-0.20534615218639374, -0.16568788886070251, 0.9871590733528137, 3.02026104927063, -0.273700088262558, -0.6653448343276978, 0.005495163146406412, -0.0399601012468338], "max": [0.08515994995832443, 0.19038577377796173, 1.2920172214508057, 3.7805838584899902, 0.9800464510917664, 1.5696455240249634, 0.04000770300626755, -0.0007799608283676207], "mean": [-0.031812671571969986, -0.010422569699585438, 1.1571640968322754, 3.254034996032715, 0.08821824193000793, 0.41074779629707336, 0.02322816476225853, -0.023277368396520615], "std": [0.06994359940290451, 0.09962846338748932, 0.08544865250587463, 0.16152532398700714, 0.29457762837409973, 0.6573994755744934, 0.015727918595075607, 0.015794837847352028], "count": [751]}, "actions": {"min": [-0.644503653049469, -1.2954784631729126, -1.2479798793792725, -0.26903650164604187, -0.2011549174785614, -0.3033761978149414, -1.0], "max": [0.9632760882377625, 0.6224809288978577, 0.9184843301773071, 0.2296498417854309, 0.23050525784492493, 0.36585718393325806, 1.0], "mean": [0.013668235391378403, 0.01359978411346674, -0.03335591033101082, 0.007748482748866081, 0.006649718154221773, -0.006767779588699341, 0.0652463361620903], "std": [0.16599027812480927, 0.2235880345106125, 0.18941020965576172, 0.056251149624586105, 0.047303881496191025, 0.0866570845246315, 0.9978716969490051], "count": [751]}, "timestamp": {"min": [0.0], "max": [75.0], "mean": [37.49999999999999], "std": [21.6794833886788], "count": [751]}, "frame_index": {"min": [0], "max": [750], "mean": [375.0], "std": [216.79483388678798], "count": [751]}, "episode_index": {"min": [1611], "max": [1611], "mean": [1611.0], "std": [0.0], "count": [751]}, "index": {"min": [514494], "max": [515244], "mean": [514869.0], "std": [216.79483388678798], "count": [751]}, "task_index": {"min": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [751]}}} +{"episode_index": 1612, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39110434022310026]], [[0.36405736017534474]], [[0.33254072491922904]]], "std": [[[0.2658578632044871]], [[0.24228869232725303]], [[0.22168743402036273]]], "count": [143]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4528824959340024]], [[0.4209391983222621]], [[0.3820089645940189]]], "std": [[[0.2860332670623099]], [[0.2562746014909511]], [[0.22236480677428627]]], "count": [143]}, "state": {"min": [-0.19498059153556824, -0.15609636902809143, 0.9911662936210632, 2.6761491298675537, -0.2519272565841675, -0.3819866478443146, 0.003698651446029544, -0.0400070995092392], "max": [0.0824611634016037, 0.1741613745689392, 1.3084449768066406, 4.099575042724609, 0.4293007552623749, 1.5865250825881958, 0.03997509181499481, -0.0023587127216160297], "mean": [-0.03984446823596954, -0.004725482314825058, 1.147663950920105, 3.1249818801879883, 0.043971069157123566, 0.3514895439147949, 0.021644312888383865, -0.022797400131821632], "std": [0.07384276390075684, 0.09222905337810516, 0.08175686001777649, 0.29012736678123474, 0.17732548713684082, 0.5723800659179688, 0.016000477597117424, 0.015771662816405296], "count": [753]}, "actions": {"min": [-0.6482713222503662, -1.0298997163772583, -0.6390812993049622, -0.2571024000644684, -0.19711296260356903, -0.27898651361465454, -1.0], "max": [0.718776285648346, 0.7650789618492126, 0.982957124710083, 0.21139472723007202, 0.23780092597007751, 0.5288709998130798, 1.0], "mean": [0.01516830362379551, 0.013993119820952415, -0.017445122823119164, 0.010823134332895279, 0.003892171662300825, -0.0047425152733922005, 0.12616202235221863], "std": [0.15634793043136597, 0.21707569062709808, 0.1754620373249054, 0.058765754103660583, 0.04839187487959862, 0.08912398666143417, 0.9920126795768738], "count": [753]}, "timestamp": {"min": [0.0], "max": [75.2], "mean": [37.6], "std": [21.73721846664533], "count": [753]}, "frame_index": {"min": [0], "max": [752], "mean": [376.0], "std": [217.37218466645328], "count": [753]}, "episode_index": {"min": [1612], "max": [1612], "mean": [1612.0], "std": [0.0], "count": [753]}, "index": {"min": [515245], "max": [515997], "mean": [515621.0], "std": [217.37218466645328], "count": [753]}, "task_index": {"min": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [753]}}} +{"episode_index": 1613, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39834569110814005]], [[0.3705625162629264]], [[0.33823807783226734]]], "std": [[[0.26641916234818386]], [[0.24287992854538043]], [[0.22229148176639116]]], "count": [146]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.45392913818359376]], [[0.4219657932786636]], [[0.3825971842644646]]], "std": [[[0.2837720271025361]], [[0.2543911256107352]], [[0.22209746411069842]]], "count": [146]}, "state": {"min": [-0.22389563918113708, -0.16164037585258484, 0.9832797646522522, 2.6333167552948, -0.490518182516098, -0.2277664691209793, 0.0010897053871303797, -0.04000981152057648], "max": [0.07076973468065262, 0.18044902384281158, 1.349161982536316, 3.915015935897827, 0.37802815437316895, 1.5392162799835205, 0.04000395908951759, -2.8586248390638502e-06], "mean": [-0.046194545924663544, -0.0169840008020401, 1.1618722677230835, 3.0800600051879883, -0.06514047086238861, 0.42084258794784546, 0.02374286949634552, -0.023482730612158775], "std": [0.08249104022979736, 0.09474075585603714, 0.09385795891284943, 0.2883893549442291, 0.2290698140859604, 0.5918664336204529, 0.015160107985138893, 0.015943249687552452], "count": [770]}, "actions": {"min": [-0.6665670871734619, -0.9619561433792114, -1.1078747510910034, -0.2351571023464203, -0.20477819442749023, -0.2860430181026459, -1.0], "max": [0.964974045753479, 1.1187372207641602, 0.8289551138877869, 0.28533443808555603, 0.25492992997169495, 0.3598383665084839, 1.0], "mean": [0.009471886791288853, 0.03915771469473839, -0.026020042598247528, 0.009433076716959476, -0.0007850494584999979, -0.0074381642043590546, 0.08051948249340057], "std": [0.1807955652475357, 0.2007715404033661, 0.19976627826690674, 0.05233033373951912, 0.04748297110199928, 0.08262816816568375, 0.9967560768127441], "count": [770]}, "timestamp": {"min": [0.0], "max": [76.9], "mean": [38.45], "std": [22.22796661865408], "count": [770]}, "frame_index": {"min": [0], "max": [769], "mean": [384.5], "std": [222.27966618654077], "count": [770]}, "episode_index": {"min": [1613], "max": [1613], "mean": [1613.0], "std": [0.0], "count": [770]}, "index": {"min": [515998], "max": [516767], "mean": [516382.5], "std": [222.27966618654077], "count": [770]}, "task_index": {"min": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [770]}}} +{"episode_index": 1614, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40141729377297797]], [[0.3729171705058977]], [[0.3400098679486443]]], "std": [[[0.2636872972790672]], [[0.23994694991836757]], [[0.2191554203591695]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.507786917293773]], [[0.4706729706408931]], [[0.4258959177054611]]], "std": [[[0.2662371810805685]], [[0.23871149063625846]], [[0.2143037488452101]]], "count": [100]}, "state": {"min": [-0.2090892791748047, -0.15961748361587524, 0.9768284559249878, 2.8775882720947266, -0.27142325043678284, -0.1981297731399536, 0.005188224371522665, -0.03995310887694359], "max": [-0.020291520282626152, 0.27005669474601746, 1.2854282855987549, 3.2263174057006836, 0.005966829136013985, 0.05760728940367699, 0.04000556468963623, -0.0009174207807518542], "mean": [-0.10215698182582855, 0.04312712699174881, 1.1942282915115356, 3.0764243602752686, -0.13629785180091858, -0.042118437588214874, 0.019244901835918427, -0.018389932811260223], "std": [0.05611755698919296, 0.16573631763458252, 0.0883467048406601, 0.10710138082504272, 0.07427848130464554, 0.06437410414218903, 0.01606632210314274, 0.016619445756077766], "count": [362]}, "actions": {"min": [-0.3242371678352356, -1.0502926111221313, -0.5437295436859131, -0.11213761568069458, -0.18931753933429718, -0.15864022076129913, -1.0], "max": [0.5508031249046326, 0.7636725902557373, 0.5466192960739136, 0.1323055773973465, 0.14542919397354126, 0.20233014225959778, 1.0], "mean": [0.013975013978779316, -0.034337278455495834, -0.046747274696826935, -0.004141881130635738, -0.0030154576525092125, -0.0003215759352315217, 0.23204420506954193], "std": [0.12446540594100952, 0.2565543055534363, 0.1579645723104477, 0.03638326749205589, 0.04780564457178116, 0.04478935897350311, 0.9727041125297546], "count": [362]}, "timestamp": {"min": [0.0], "max": [36.1], "mean": [18.049999999999997], "std": [10.450000000000001], "count": [362]}, "frame_index": {"min": [0], "max": [361], "mean": [180.5], "std": [104.5], "count": [362]}, "episode_index": {"min": [1614], "max": [1614], "mean": [1614.0], "std": [0.0], "count": [362]}, "index": {"min": [516768], "max": [517129], "mean": [516948.5], "std": [104.5], "count": [362]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [362]}}} +{"episode_index": 1615, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4018791665469899]], [[0.37349757534849876]], [[0.3409355079800475]]], "std": [[[0.2629771229594046]], [[0.23921569246471572]], [[0.21835378959970642]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.48027647130629597]], [[0.44587097766352635]], [[0.40091637465533086]]], "std": [[[0.277016364252451]], [[0.24802939843368876]], [[0.21351607022008806]]], "count": [100]}, "state": {"min": [-0.19250528514385223, -0.21414801478385925, 1.003934383392334, 2.936892032623291, -0.2134086936712265, -0.3654238283634186, 0.005253409966826439, -0.03992128744721413], "max": [-0.03994178771972656, 0.20079681277275085, 1.2754465341567993, 3.304156541824341, 0.002998829586431384, -0.014349611476063728, 0.04000549018383026, -0.004759640898555517], "mean": [-0.1222519651055336, -0.002414633519947529, 1.1686121225357056, 3.1534719467163086, -0.11351515352725983, -0.18606089055538177, 0.017130887135863304, -0.017032774165272713], "std": [0.04699786379933357, 0.16194912791252136, 0.08706183731555939, 0.10293691605329514, 0.05680524930357933, 0.10419868677854538, 0.015895923599600792, 0.015796955674886703], "count": [254]}, "actions": {"min": [-0.6343759298324585, -1.2969768047332764, -0.4909783601760864, -0.16532295942306519, -0.1399221271276474, -0.13348054885864258, -1.0], "max": [0.5357216596603394, 1.3828579187393188, 0.541810929775238, 0.1676383912563324, 0.13591821491718292, 0.18328110873699188, 1.0], "mean": [0.02325252816081047, -0.06567378342151642, -0.05477576330304146, -0.008079803548753262, 0.0030016915407031775, -0.00021095163538120687, 0.32283464074134827], "std": [0.15847161412239075, 0.33021700382232666, 0.16666248440742493, 0.04597801715135574, 0.03842524066567421, 0.040823642164468765, 0.9464570879936218], "count": [254]}, "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": [1615], "max": [1615], "mean": [1615.0], "std": [0.0], "count": [254]}, "index": {"min": [517130], "max": [517383], "mean": [517256.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [254]}}} +{"episode_index": 1616, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39818576947380513]], [[0.369739232081993]], [[0.3367391165939032]]], "std": [[[0.26352970163875866]], [[0.23944929774235635]], [[0.21830727582764]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.5023640992407705]], [[0.46523602175245093]], [[0.42033397001378675]]], "std": [[[0.27086171198894976]], [[0.24295247023830585]], [[0.21787080848024384]]], "count": [100]}, "state": {"min": [-0.22641918063163757, -0.14653633534908295, 0.980251133441925, 2.938699245452881, -0.14979800581932068, -0.12804587185382843, 0.005280153825879097, -0.03988470137119293], "max": [0.03365118056535721, 0.28666752576828003, 1.2908766269683838, 3.28593111038208, 0.13124723732471466, 0.02186494879424572, 0.04000755399465561, -0.005451418925076723], "mean": [-0.10398245602846146, 0.04751259461045265, 1.175758957862854, 3.12752103805542, -0.023987913504242897, -0.030167488381266594, 0.018653519451618195, -0.018776902928948402], "std": [0.08298422396183014, 0.1644340306520462, 0.09483632445335388, 0.11184834688901901, 0.08499881625175476, 0.04158958047628403, 0.016417639330029488, 0.016164524480700493], "count": [284]}, "actions": {"min": [-0.8171007633209229, -1.534193754196167, -0.48433518409729004, -0.19970762729644775, -0.19578519463539124, -0.11207645386457443, -1.0], "max": [0.8829438090324402, 1.1148743629455566, 0.7513959407806396, 0.16812868416309357, 0.11681533604860306, 0.17520473897457123, 1.0], "mean": [0.022235292941331863, -0.04703293740749359, -0.05177930369973183, -0.005840112455189228, 0.0005714845610782504, 0.00215527368709445, 0.22535210847854614], "std": [0.22641560435295105, 0.31029877066612244, 0.193791925907135, 0.0432344451546669, 0.04740244522690773, 0.036363162100315094, 0.9742782711982727], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1616], "max": [1616], "mean": [1616.0], "std": [0.0], "count": [284]}, "index": {"min": [517384], "max": [517667], "mean": [517525.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1617, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4012760530359605]], [[0.3722971628226486]], [[0.33863351141237746]]], "std": [[[0.26523535135173054]], [[0.24088340022836993]], [[0.21942829723590554]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.49579019643746175]], [[0.45946695843864893]], [[0.4149200194115732]]], "std": [[[0.2698311869351406]], [[0.24161658354976523]], [[0.2161275795311122]]], "count": [100]}, "state": {"min": [-0.2186478078365326, -0.1616935282945633, 0.9919261932373047, 2.962948799133301, -0.24958737194538116, -0.1493934988975525, 0.0031020818278193474, -0.04000290110707283], "max": [0.0221590306609869, 0.2917068898677826, 1.3296384811401367, 3.65165638923645, 0.18544846773147583, 0.03931703418493271, 0.0400211475789547, -0.005495489574968815], "mean": [-0.10888012498617172, 0.062343794852495193, 1.1882985830307007, 3.1321651935577393, -0.02795552648603916, -0.037137072533369064, 0.01860785111784935, -0.018886636942625046], "std": [0.07077649980783463, 0.1697477102279663, 0.0946551188826561, 0.14079247415065765, 0.10423984378576279, 0.047640275210142136, 0.016697382554411888, 0.01628442108631134], "count": [338]}, "actions": {"min": [-0.7867732644081116, -1.4902503490447998, -0.5611972808837891, -0.9570806622505188, -0.2013622224330902, -0.22701233625411987, -1.0], "max": [0.6885305047035217, 0.9808501601219177, 0.5681998133659363, 0.7965503334999084, 0.1587626039981842, 0.1711321622133255, 1.0], "mean": [0.023781495168805122, -0.04494081437587738, -0.029476238414645195, -0.0047121811658144, 0.0022796615958213806, -0.000833278289064765, 0.21893490850925446], "std": [0.19736099243164062, 0.2839556634426117, 0.18234603106975555, 0.10318763554096222, 0.05169021710753441, 0.042766399681568146, 0.9757415056228638], "count": [338]}, "timestamp": {"min": [0.0], "max": [33.7], "mean": [16.85], "std": [9.75717684578895], "count": [338]}, "frame_index": {"min": [0], "max": [337], "mean": [168.5], "std": [97.5717684578895], "count": [338]}, "episode_index": {"min": [1617], "max": [1617], "mean": [1617.0], "std": [0.0], "count": [338]}, "index": {"min": [517668], "max": [518005], "mean": [517836.5], "std": [97.5717684578895], "count": [338]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [338]}}} +{"episode_index": 1618, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4013560826918658]], [[0.37303515625]], [[0.340547654095818]]], "std": [[[0.26235137313344287]], [[0.23849206523491]], [[0.21730883783828156]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.48242903885186883]], [[0.44767463714001227]], [[0.39980257520488666]]], "std": [[[0.27933373437877584]], [[0.2502511711293711]], [[0.21580541752308616]]], "count": [100]}, "state": {"min": [-0.1922820657491684, -0.23228831589221954, 0.9896044135093689, 3.007277011871338, -0.17334944009780884, -0.19940268993377686, 0.005264668259769678, -0.039952538907527924], "max": [-0.04477726295590401, 0.1714603155851364, 1.280563473701477, 3.3124923706054688, 0.10254421085119247, 0.22843319177627563, 0.04000153765082359, -0.005070364102721214], "mean": [-0.12406213581562042, -0.014085895381867886, 1.1525589227676392, 3.158517837524414, -0.04261448606848717, -0.01747056655585766, 0.017324397340416908, -0.017288198694586754], "std": [0.05027981102466583, 0.15675953030586243, 0.08942621201276779, 0.07845719158649445, 0.08343187719583511, 0.14490824937820435, 0.016105977818369865, 0.01600680872797966], "count": [236]}, "actions": {"min": [-0.7041029930114746, -1.1943327188491821, -0.685742974281311, -0.1644417941570282, -0.30155301094055176, -0.16131535172462463, -1.0], "max": [0.43671882152557373, 1.0762611627578735, 1.1373170614242554, 0.24367810785770416, 0.16779732704162598, 0.2604491710662842, 1.0], "mean": [0.021260740235447884, -0.08636000007390976, -0.05946259945631027, -0.006672287359833717, -0.00645168824121356, 0.004900412634015083, 0.35593220591545105], "std": [0.16130730509757996, 0.30230942368507385, 0.19180358946323395, 0.04980454593896866, 0.04761376604437828, 0.048683978617191315, 0.9345126152038574], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [1618], "max": [1618], "mean": [1618.0], "std": [0.0], "count": [236]}, "index": {"min": [518006], "max": [518241], "mean": [518123.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [236]}}} +{"episode_index": 1619, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4051125506232766]], [[0.3777139545515472]], [[0.34554871203852633]]], "std": [[[0.2671549441269428]], [[0.24410628160776612]], [[0.22411445826684073]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9529411764705882]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.5843035978429457]], [[0.5391510877422258]], [[0.491038054821538]]], "std": [[[0.26099424591494563]], [[0.2334209732433354]], [[0.2036710198182928]]], "count": [100]}, "state": {"min": [-0.23161211609840393, -0.15776129066944122, 1.001065969467163, 2.983351707458496, -0.1598464846611023, -0.037429336458444595, 0.005559513345360756, -0.04000360146164894], "max": [0.12682731449604034, 0.013833480887115002, 1.2138104438781738, 3.248800277709961, 0.13457855582237244, 0.14437372982501984, 0.03997063264250755, -0.006286360323429108], "mean": [-0.021407365798950195, -0.102654829621315, 1.1056443452835083, 3.0986313819885254, -0.03486460819840431, 0.07244294881820679, 0.024557193741202354, -0.024622585624456406], "std": [0.12633195519447327, 0.03983450308442116, 0.07201389223337173, 0.06472241133451462, 0.08037490397691727, 0.052867718040943146, 0.016296792775392532, 0.016249045729637146], "count": [287]}, "actions": {"min": [-0.8063055276870728, -0.7119538187980652, -0.4756748676300049, -0.22072599828243256, -0.28791871666908264, -0.28904134035110474, -1.0], "max": [1.1830506324768066, 0.22364124655723572, 0.30299344658851624, 0.15044660866260529, 0.17970548570156097, 0.2781015932559967, 1.0], "mean": [0.022815808653831482, -0.045149847865104675, -0.045830138027668, -0.00745807308703661, -0.001853011199273169, 0.00010638315143296495, -0.09407665580511093], "std": [0.27536097168922424, 0.11785738170146942, 0.13886621594429016, 0.046493351459503174, 0.05209477245807648, 0.04844389483332634, 0.9955648183822632], "count": [287]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.3], "std": [8.284926070883191], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [1619], "max": [1619], "mean": [1619.0], "std": [0.0], "count": [287]}, "index": {"min": [518242], "max": [518528], "mean": [518385.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [287]}}} +{"episode_index": 1620, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40659845868278954]], [[0.3793038030886183]], [[0.3474089905981924]]], "std": [[[0.26607888879946323]], [[0.2428893973104512]], [[0.2225322498293362]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9529411764705882]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.5821154569738052]], [[0.5361888906441483]], [[0.4874859714882046]]], "std": [[[0.2663685214528727]], [[0.23919721967078736]], [[0.2093579961073413]]], "count": [100]}, "state": {"min": [-0.19232472777366638, -0.1738843023777008, 1.001049518585205, 3.061497211456299, -0.07567653059959412, 0.0076416367664933205, 0.006264676805585623, -0.04000524803996086], "max": [0.1399470716714859, 0.005476362071931362, 1.2032588720321655, 3.174381732940674, 0.3649006187915802, 0.17111492156982422, 0.03994773328304291, -0.0062986696138978004], "mean": [0.0065850461833179, -0.11914388835430145, 1.1133880615234375, 3.1094095706939697, 0.08695897459983826, 0.07639433443546295, 0.022971313446760178, -0.023063361644744873], "std": [0.10739068686962128, 0.043166384100914, 0.059238120913505554, 0.0289187990128994, 0.12972627580165863, 0.049876339733600616, 0.016404103487730026, 0.016383642330765724], "count": [299]}, "actions": {"min": [-1.17520010471344, -0.825084924697876, -0.5524960160255432, -0.2247704267501831, -0.21921636164188385, -0.14472688734531403, -1.0], "max": [0.9991741180419922, 0.36464422941207886, 0.5838253498077393, 0.20754624903202057, 0.15128520131111145, 0.2115621268749237, 1.0], "mean": [-0.0059139118529856205, -0.04028956964612007, -0.041848331689834595, -0.0038457263726741076, -0.006931077688932419, -0.0009379153489135206, -0.0033444815780967474], "std": [0.2804080843925476, 0.1528419703245163, 0.15542671084403992, 0.05470098555088043, 0.05737808346748352, 0.05424865707755089, 0.9999945163726807], "count": [299]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.631338250816034], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [1620], "max": [1620], "mean": [1620.0], "std": [0.0], "count": [299]}, "index": {"min": [518529], "max": [518827], "mean": [518678.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [299]}}} +{"episode_index": 1621, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40519307095396756]], [[0.37784577971813726]], [[0.3460835098565794]]], "std": [[[0.2659288535893134]], [[0.24322367109678808]], [[0.2235291262855935]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9607843137254902]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.5903376883712469]], [[0.5450607898188572]], [[0.4964824745327819]]], "std": [[[0.2613734237911798]], [[0.2335548981547671]], [[0.20413495600717513]]], "count": [100]}, "state": {"min": [-0.19189099967479706, -0.18149520456790924, 1.0081923007965088, 3.042088031768799, -0.1840173602104187, -0.11914831399917603, 0.006660697981715202, -0.04000625014305115], "max": [0.13758805394172668, 0.002360069425776601, 1.256664752960205, 3.25713849067688, 0.052962929010391235, 0.10987907648086548, 0.039947155863046646, -0.004676047712564468], "mean": [-0.00618755491450429, -0.1005585715174675, 1.1155669689178467, 3.1330790519714355, -0.08215853571891785, -0.009355338290333748, 0.02520139515399933, -0.024962617084383965], "std": [0.11959018558263779, 0.0420570932328701, 0.07946237176656723, 0.05976301431655884, 0.059451114386320114, 0.07419724762439728, 0.01604815572500229, 0.016375452280044556], "count": [327]}, "actions": {"min": [-0.7793199419975281, -0.46517741680145264, -0.6542500257492065, -0.1242220476269722, -0.15498900413513184, -0.1819440722465515, -1.0], "max": [0.6238430738449097, 0.2886161208152771, 0.356324702501297, 0.13992860913276672, 0.11496221274137497, 0.1376362293958664, 1.0], "mean": [0.010954725556075573, -0.04202688857913017, -0.0419047512114048, -0.0001350205420749262, -0.002182105090469122, -0.0029604220762848854, -0.11314984411001205], "std": [0.2305479645729065, 0.12152066826820374, 0.1289212703704834, 0.03788862004876137, 0.03435506299138069, 0.045942340046167374, 0.9935787916183472], "count": [327]}, "timestamp": {"min": [0.0], "max": [32.6], "mean": [16.3], "std": [9.439632761218343], "count": [327]}, "frame_index": {"min": [0], "max": [326], "mean": [163.0], "std": [94.39632761218344], "count": [327]}, "episode_index": {"min": [1621], "max": [1621], "mean": [1621.0], "std": [0.0], "count": [327]}, "index": {"min": [518828], "max": [519154], "mean": [518991.0], "std": [94.39632761218344], "count": [327]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [327]}}} +{"episode_index": 1622, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40495718383789064]], [[0.3778931316300934]], [[0.34609279497931983]]], "std": [[[0.26677843614514213]], [[0.24407690878755262]], [[0.2244001882178989]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9529411764705882]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.5921290079752605]], [[0.54652099609375]], [[0.4977700763777191]]], "std": [[[0.2578566765627904]], [[0.2303597599309851]], [[0.20092680372630128]]], "count": [100]}, "state": {"min": [-0.21268706023693085, -0.16098713874816895, 1.0025367736816406, 3.001298427581787, -0.1701429933309555, -0.05124722421169281, 0.006281551439315081, -0.03999624401330948], "max": [0.134695902466774, -0.023540504276752472, 1.2236082553863525, 3.2104804515838623, 0.10249584913253784, 0.15594197809696198, 0.040002550929784775, -0.006258147768676281], "mean": [-0.0007915819296613336, -0.11127946525812149, 1.1077555418014526, 3.1152029037475586, -0.06028175354003906, 0.07312557101249695, 0.02536151371896267, -0.02526715025305748], "std": [0.11645127087831497, 0.034475281834602356, 0.06721463799476624, 0.05831385403871536, 0.07953159511089325, 0.04216291382908821, 0.016043925657868385, 0.016114478930830956], "count": [303]}, "actions": {"min": [-0.9833611845970154, -0.5445456504821777, -0.44046634435653687, -0.20272916555404663, -0.15330840647220612, -0.18449504673480988, -1.0], "max": [1.0523111820220947, 0.41818612813949585, 0.48875871300697327, 0.24851097166538239, 0.2595735192298889, 0.1982738971710205, 1.0], "mean": [0.011425042524933815, -0.03204672411084175, -0.03592295944690704, -0.0047202338464558125, -0.001359795918688178, -0.00045187873183749616, -0.12871287763118744], "std": [0.26975899934768677, 0.1253296583890915, 0.1546453982591629, 0.05390619859099388, 0.0530407652258873, 0.046827178448438644, 0.9916808605194092], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [1622], "max": [1622], "mean": [1622.0], "std": [0.0], "count": [303]}, "index": {"min": [519155], "max": [519457], "mean": [519306.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [303]}}} +{"episode_index": 1623, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4022604382084865]], [[0.3750948743633195]], [[0.3433318194221048]]], "std": [[[0.26608277635873095]], [[0.2430261182256664]], [[0.2228677762513896]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9450980392156862]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.5828830751905254]], [[0.5374702938304228]], [[0.489255402209712]]], "std": [[[0.2654254733102453]], [[0.23826482622784287]], [[0.208809886396812]]], "count": [100]}, "state": {"min": [-0.23898176848888397, -0.16380725800991058, 1.0015861988067627, 3.004286766052246, -0.06376270949840546, -0.010483023710548878, 0.006960672792047262, -0.04000760614871979], "max": [0.14329589903354645, 0.005098692141473293, 1.1772629022598267, 3.1811444759368896, 0.24051040410995483, 0.23174045979976654, 0.039976779371500015, -0.006591541692614555], "mean": [-0.02458626963198185, -0.10144110023975372, 1.1040846109390259, 3.103419542312622, 0.03206920251250267, 0.15501520037651062, 0.02377331629395485, -0.023754822090268135], "std": [0.13326197862625122, 0.04193442687392235, 0.055076051503419876, 0.03609602153301239, 0.07705041021108627, 0.056258250027894974, 0.016006963327527046, 0.016075024381279945], "count": [308]}, "actions": {"min": [-1.161301851272583, -0.573262095451355, -0.5061675906181335, -0.165412038564682, -0.1918039470911026, -0.13673147559165955, -1.0], "max": [0.8938647508621216, 0.41289785504341125, 0.533600926399231, 0.2613849937915802, 0.17285965383052826, 0.144559845328331, 1.0], "mean": [0.009960289113223553, -0.03530061990022659, -0.04506954178214073, -0.00537283206358552, -0.004381067585200071, 0.004422759637236595, -0.025974025949835777], "std": [0.2874414622783661, 0.12063387781381607, 0.13144347071647644, 0.05095825344324112, 0.049383312463760376, 0.04503762722015381, 0.9996625185012817], "count": [308]}, "timestamp": {"min": [0.0], "max": [30.7], "mean": [15.349999999999998], "std": [8.891147282550211], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [1623], "max": [1623], "mean": [1623.0], "std": [0.0], "count": [308]}, "index": {"min": [519458], "max": [519765], "mean": [519611.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [308]}}} +{"episode_index": 1624, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3994889285911348]], [[0.3719885248394819]], [[0.3397766487271178]]], "std": [[[0.2662117642555187]], [[0.24260742278972175]], [[0.2218586565466414]]], "count": [152]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.5202792121406925]], [[0.47826092722984287]], [[0.43791426391916505]]], "std": [[[0.2742117995403294]], [[0.24727358492850515]], [[0.21649810601448702]]], "count": [152]}, "state": {"min": [-0.24038687348365784, -0.23344852030277252, 1.0185586214065552, 2.823185920715332, -0.09024051576852798, -0.6842541694641113, 1.4629492852691328e-06, -0.040242601186037064], "max": [0.1304885745048523, 0.07893098890781403, 1.3956457376480103, 3.7285351753234863, 0.6721468567848206, 1.3428510427474976, 0.03985891118645668, -0.0010096183978021145], "mean": [-0.026997754350304604, -0.09542039036750793, 1.1518162488937378, 3.0898654460906982, 0.1398361772298813, 0.11433758586645126, 0.021991215646266937, -0.022959735244512558], "std": [0.10542719811201096, 0.09018195420503616, 0.09199409931898117, 0.22767843306064606, 0.17965197563171387, 0.5776225924491882, 0.01738223060965538, 0.017020786181092262], "count": [813]}, "actions": {"min": [-0.8145385384559631, -1.093260407447815, -0.6438730955123901, -0.26242902874946594, -0.16811057925224304, -0.29130440950393677, -1.0], "max": [0.8254274725914001, 0.8803611397743225, 1.3747467994689941, 0.2240346223115921, 0.24287493526935577, 0.22995927929878235, 1.0], "mean": [0.012459874153137207, 0.01121524441987276, -0.02468929998576641, 0.00784332025796175, 0.0021181688643991947, -0.0090626310557127, 0.02091020904481411], "std": [0.21507281064987183, 0.1753794252872467, 0.20835372805595398, 0.0535292774438858, 0.04284386709332466, 0.07099657505750656, 0.999781608581543], "count": [813]}, "timestamp": {"min": [0.0], "max": [81.2], "mean": [40.6], "std": [23.469270688853257], "count": [813]}, "frame_index": {"min": [0], "max": [812], "mean": [406.0], "std": [234.69270688853257], "count": [813]}, "episode_index": {"min": [1624], "max": [1624], "mean": [1624.0], "std": [0.0], "count": [813]}, "index": {"min": [519766], "max": [520578], "mean": [520172.0], "std": [234.69270688853257], "count": [813]}, "task_index": {"min": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [813]}}} +{"episode_index": 1625, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3968347889865206]], [[0.3697515722613289]], [[0.33790295746171817]]], "std": [[[0.2668419992849986]], [[0.24354975437556253]], [[0.22333159194705013]]], "count": [156]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9411764705882353]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.479634628564404]], [[0.44451653435938676]], [[0.4078462649614383]]], "std": [[[0.28702643353143753]], [[0.2575719008845332]], [[0.22541269401268285]]], "count": [156]}, "state": {"min": [-0.22579419612884521, -0.15335457026958466, 0.997042715549469, 2.549076557159424, -0.3329198956489563, -0.4023374915122986, 0.0015903720632195473, -0.040695421397686005], "max": [0.14408725500106812, 0.10952375829219818, 1.3341737985610962, 3.843379020690918, 0.8283530473709106, 1.5502495765686035, 0.0399802140891552, 0.0002496992819942534], "mean": [0.011973501183092594, -0.04898567125201225, 1.1448134183883667, 3.0134716033935547, 0.10572691261768341, 0.386738121509552, 0.024826277047395706, -0.02524731494486332], "std": [0.10124506056308746, 0.06772264838218689, 0.07976547628641129, 0.25306543707847595, 0.2631263732910156, 0.5962766408920288, 0.014749249443411827, 0.015105769038200378], "count": [840]}, "actions": {"min": [-0.8959227800369263, -0.6098478436470032, -1.2632297277450562, -0.18257777392864227, -0.4307817220687866, -0.4228386878967285, -1.0], "max": [1.2534559965133667, 0.8485471606254578, 1.2021697759628296, 0.2294388860464096, 0.22435124218463898, 0.5364097356796265, 1.0], "mean": [0.009892752394080162, 0.011342767626047134, -0.02039952017366886, 0.006754828151315451, -0.0003146346425637603, -0.004674855619668961, 0.02619047649204731], "std": [0.24386413395404816, 0.16639479994773865, 0.20114484429359436, 0.05838773772120476, 0.06365914642810822, 0.09450307488441467, 0.9996553063392639], "count": [840]}, "timestamp": {"min": [0.0], "max": [83.9], "mean": [41.95], "std": [24.24869412291447], "count": [840]}, "frame_index": {"min": [0], "max": [839], "mean": [419.5], "std": [242.48694122914466], "count": [840]}, "episode_index": {"min": [1625], "max": [1625], "mean": [1625.0], "std": [0.0], "count": [840]}, "index": {"min": [520579], "max": [521418], "mean": [520998.5], "std": [242.48694122914466], "count": [840]}, "task_index": {"min": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [840]}}} +{"episode_index": 1626, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39866040338254444]], [[0.37123148959290747]], [[0.33925467996036307]]], "std": [[[0.26757557828333367]], [[0.24456281533365667]], [[0.2245688645759688]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9215686274509803]], [[0.9294117647058824]], [[0.9215686274509803]]], "mean": [[[0.4191789425120634]], [[0.3922742602778416]], [[0.36423498834348195]]], "std": [[[0.27984469035737386]], [[0.24923852356722298]], [[0.21693895688899092]]], "count": [100]}, "state": {"min": [-0.2092903107404709, -0.13432320952415466, 1.0556703805923462, 3.051661491394043, -0.16275286674499512, -0.004377846606075764, 0.0012381551787257195, -0.04000503197312355], "max": [0.08053255081176758, 0.0787355974316597, 1.1855298280715942, 3.4726345539093018, 0.04517190158367157, 1.5589131116867065, 0.040012650191783905, -0.003939570859074593], "mean": [-0.018838178366422653, -0.024133257567882538, 1.1027435064315796, 3.2503902912139893, -0.0536406971514225, 0.861474871635437, 0.02475557290017605, -0.027403371408581734], "std": [0.08760981261730194, 0.06982166320085526, 0.04861487075686455, 0.1465030461549759, 0.0450713224709034, 0.47535544633865356, 0.014940724708139896, 0.0129063930362463], "count": [350]}, "actions": {"min": [-0.5626628398895264, -0.6910785436630249, -0.7774091958999634, -0.1482102870941162, -0.2607850432395935, -0.3083125352859497, -1.0], "max": [0.6584499478340149, 0.41720786690711975, 0.4356982111930847, 0.19321253895759583, 0.16856016218662262, 0.38508036732673645, 1.0], "mean": [0.006966608576476574, -0.02357364073395729, -0.004630325362086296, -0.0035512614995241165, -0.004709064494818449, 0.005121344234794378, 0.06857142597436905], "std": [0.19535747170448303, 0.14655686914920807, 0.15703457593917847, 0.044362135231494904, 0.05313477665185928, 0.09847600758075714, 0.9976449012756348], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [1626], "max": [1626], "mean": [1626.0], "std": [0.0], "count": [350]}, "index": {"min": [521419], "max": [521768], "mean": [521593.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [350]}}} +{"episode_index": 1627, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3995629057042739]], [[0.3714155662387025]], [[0.33830045154047944]]], "std": [[[0.26881735367803783]], [[0.24559690977150345]], [[0.22554812027056842]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9254901960784314]], [[0.9098039215686274]], [[0.9019607843137255]]], "mean": [[[0.4419134330001532]], [[0.4120979727950751]], [[0.38094803873697913]]], "std": [[[0.27681313676253927]], [[0.2471062531147333]], [[0.2150609267783185]]], "count": [100]}, "state": {"min": [-0.23279406130313873, -0.12842684984207153, 1.057693362236023, 2.6379756927490234, -0.33038556575775146, 0.05189284682273865, 0.006554853171110153, -0.040026042610406876], "max": [0.11630896478891373, 0.07760202884674072, 1.2532204389572144, 3.1979622840881348, 0.20368272066116333, 1.6759393215179443, 0.03987370431423187, 0.00044142655679024756], "mean": [-0.01382874883711338, -0.02075212076306343, 1.1423240900039673, 2.8590688705444336, -0.10115627944469452, 1.174043893814087, 0.03261454775929451, -0.031123781576752663], "std": [0.09171251952648163, 0.06079188361763954, 0.0663435235619545, 0.16531793773174286, 0.17160432040691376, 0.4382115304470062, 0.010942952707409859, 0.013235273770987988], "count": [354]}, "actions": {"min": [-0.7020931839942932, -0.5814284086227417, -0.9837462306022644, -0.2463754564523697, -0.2906741499900818, -0.30283215641975403, -1.0], "max": [0.7801737785339355, 0.5176708102226257, 0.5664476156234741, 0.1784648895263672, 0.3301771283149719, 0.5966531038284302, 1.0], "mean": [0.015450539998710155, 0.005334876477718353, -0.00038691918598487973, 0.002299339510500431, -0.008339006453752518, 0.014488515444099903, -0.33898305892944336], "std": [0.19921186566352844, 0.1683914214372635, 0.185726597905159, 0.05923342704772949, 0.06422247737646103, 0.1211547702550888, 0.9407926797866821], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [1627], "max": [1627], "mean": [1627.0], "std": [0.0], "count": [354]}, "index": {"min": [521769], "max": [522122], "mean": [521945.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [354]}}} +{"episode_index": 1628, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40585335286458335]], [[0.37788721002316944]], [[0.3452180415134804]]], "std": [[[0.2683076463875286]], [[0.24548817327517858]], [[0.2257872009533728]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9372549019607843]], [[0.9411764705882353]], [[0.9372549019607843]]], "mean": [[[0.4359856106627221]], [[0.40760405357211243]], [[0.37891147808000153]]], "std": [[[0.27807460643562865]], [[0.24842081583156536]], [[0.21665946245092163]]], "count": [100]}, "state": {"min": [-0.22853422164916992, -0.14448761940002441, 1.0796926021575928, 2.9724738597869873, -0.47064104676246643, -0.07288316637277603, 0.0011829356662929058, -0.04070421680808067], "max": [0.0802576094865799, 0.07340897619724274, 1.2225598096847534, 3.16530704498291, 0.013108380138874054, 1.5508028268814087, 0.03998207673430443, -0.0023012689780443907], "mean": [-0.029343673959374428, -0.017283717170357704, 1.128251314163208, 3.0798327922821045, -0.2238621860742569, 0.6808363199234009, 0.029332468286156654, -0.028740493580698967], "std": [0.09610532224178314, 0.06606706231832504, 0.05305766314268112, 0.04154597595334053, 0.1557314097881317, 0.49957844614982605, 0.013385976664721966, 0.014543266966938972], "count": [292]}, "actions": {"min": [-0.524848461151123, -0.49486419558525085, -0.4476194977760315, -0.23234307765960693, -0.25863873958587646, -0.31246915459632874, -1.0], "max": [0.7864634394645691, 0.7755184769630432, 0.5341038703918457, 0.16552016139030457, 0.17938746511936188, 0.3636944591999054, 1.0], "mean": [0.009756140410900116, 0.014632519334554672, -0.021730178967118263, 0.002679883735254407, -0.0015825009904801846, -0.0002613011165522039, -0.18493150174617767], "std": [0.2266809046268463, 0.18044738471508026, 0.1582854986190796, 0.04728556051850319, 0.04793717712163925, 0.10958739370107651, 0.9827519655227661], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [1628], "max": [1628], "mean": [1628.0], "std": [0.0], "count": [292]}, "index": {"min": [522123], "max": [522414], "mean": [522268.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [292]}}} +{"episode_index": 1629, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40090331313189337]], [[0.3730745658126532]], [[0.3405189424402573]]], "std": [[[0.26699894635723365]], [[0.2438557359215304]], [[0.22372285153231447]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9294117647058824]], [[0.9254901960784314]], [[0.9176470588235294]]], "mean": [[[0.4458733819699755]], [[0.416209981880936]], [[0.3860677801393995]]], "std": [[[0.27987818931147224]], [[0.24945968270964586]], [[0.2168025709036696]]], "count": [100]}, "state": {"min": [-0.22330963611602783, -0.12909092009067535, 1.0860626697540283, 2.996730089187622, -0.13772034645080566, 0.02195342816412449, 0.0025873729027807713, -0.04016263037919998], "max": [0.078955739736557, 0.07412957400083542, 1.2012436389923096, 3.1703011989593506, 0.08591992408037186, 1.3834819793701172, 0.03999827429652214, -0.0020401959773153067], "mean": [-0.02420514076948166, -0.01854618638753891, 1.1208375692367554, 3.0823729038238525, -0.03445153310894966, 0.723177433013916, 0.027950169518589973, -0.026943691074848175], "std": [0.08982770889997482, 0.062361862510442734, 0.042448028922080994, 0.04732188954949379, 0.053666017949581146, 0.4369949400424957, 0.013696316629648209, 0.014997296035289764], "count": [270]}, "actions": {"min": [-0.5947162508964539, -0.3144378364086151, -0.40441080927848816, -0.11805002391338348, -0.1679992824792862, -0.3534335196018219, -1.0], "max": [0.6048147678375244, 0.3961164057254791, 0.32841357588768005, 0.27636903524398804, 0.12172133475542068, 0.3515187203884125, 1.0], "mean": [0.011472486890852451, -0.0015544750494882464, -0.013758624903857708, -0.0005377297638915479, -0.008403056301176548, -0.0010999805526807904, -0.08888889104127884], "std": [0.21897201240062714, 0.12198524177074432, 0.12382656335830688, 0.041533175855875015, 0.04414719343185425, 0.10570398718118668, 0.9960424900054932], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1629], "max": [1629], "mean": [1629.0], "std": [0.0], "count": [270]}, "index": {"min": [522415], "max": [522684], "mean": [522549.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1630, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40640400368947693]], [[0.3770503194782851]], [[0.3406505261533048]]], "std": [[[0.28141500837753325]], [[0.25631284010799243]], [[0.23449828648871193]]], "count": [106]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9098039215686274]], [[0.9098039215686274]], [[0.9098039215686274]]], "mean": [[[0.43723818446987434]], [[0.4078096260638136]], [[0.3715885880696434]]], "std": [[[0.29254005513565573]], [[0.25976577332568496]], [[0.22758211630090885]]], "count": [106]}, "state": {"min": [-0.39962413907051086, -0.08226113021373749, 0.9267017245292664, 2.9427449703216553, 0.0016141245141625404, -0.17835137248039246, 0.00031025375938043, -0.04000885412096977], "max": [0.07092513889074326, 0.06209079548716545, 1.1513597965240479, 3.1299240589141846, 0.2882937490940094, 0.06639143079519272, 0.03995358943939209, -0.0008993284427560866], "mean": [-0.14388591051101685, -0.01019859965890646, 1.0328500270843506, 3.036302089691162, 0.10564974695444107, -0.05712590366601944, 0.025626130402088165, -0.026461225003004074], "std": [0.16000328958034515, 0.03307579457759857, 0.06609300523996353, 0.05172038450837135, 0.07145185768604279, 0.057103611528873444, 0.01631992869079113, 0.015827050432562828], "count": [507]}, "actions": {"min": [-0.5237528085708618, -0.4587358236312866, -0.6600490212440491, -0.15491840243339539, -0.13702134788036346, -0.18415218591690063, -1.0], "max": [0.6862459778785706, 0.38983917236328125, 0.4182705581188202, 0.1410096138715744, 0.12082365900278091, 0.16374309360980988, 1.0], "mean": [-0.02639390528202057, -0.013872334733605385, -0.025814728811383247, -0.00046276935609057546, -0.0012280711671337485, 0.000293230201350525, -0.16370809078216553], "std": [0.18775339424610138, 0.10836896300315857, 0.16251172125339508, 0.033102937042713165, 0.0342140831053257, 0.038032617419958115, 0.9865069389343262], "count": [507]}, "timestamp": {"min": [0.0], "max": [50.6], "mean": [25.3], "std": [14.63580085498114], "count": [507]}, "frame_index": {"min": [0], "max": [506], "mean": [253.0], "std": [146.35800854981142], "count": [507]}, "episode_index": {"min": [1630], "max": [1630], "mean": [1630.0], "std": [0.0], "count": [507]}, "index": {"min": [522685], "max": [523191], "mean": [522938.0], "std": [146.35800854981142], "count": [507]}, "task_index": {"min": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [507]}}} +{"episode_index": 1631, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40424986790271433]], [[0.3755026424632353]], [[0.3400560727748659]]], "std": [[[0.2801705627676942]], [[0.2552042574401927]], [[0.23338887641222117]]], "count": [111]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[0.9333333333333333]], [[0.9333333333333333]]], "mean": [[[0.38461834763158154]], [[0.36077332448630844]], [[0.33112250434027773]]], "std": [[[0.2970001528679794]], [[0.2651199235710499]], [[0.2339613174723224]]], "count": [111]}, "state": {"min": [-0.35676246881484985, -0.05615479499101639, 0.9189217686653137, 2.951517343521118, 0.041081976145505905, -0.03341647610068321, 0.0005302265053614974, -0.04000525549054146], "max": [0.0828818529844284, 0.14739839732646942, 1.2183198928833008, 3.201543092727661, 0.3304204046726227, 0.18181216716766357, 0.039965782314538956, -0.0014232643879950047], "mean": [-0.11133956164121628, 0.03791783004999161, 1.0697718858718872, 3.0684216022491455, 0.18468086421489716, 0.0943700522184372, 0.0253155454993248, -0.027088338509202003], "std": [0.14719919860363007, 0.06057634949684143, 0.08438397943973541, 0.04566770792007446, 0.07209014147520065, 0.05380278080701828, 0.016666686162352562, 0.015550165437161922], "count": [535]}, "actions": {"min": [-0.9363099932670593, -0.48903265595436096, -0.9158919453620911, -0.17025433480739594, -0.2184530645608902, -0.17096494138240814, -1.0], "max": [0.7355225682258606, 0.4363712966442108, 1.218835711479187, 0.1684873104095459, 0.16586242616176605, 0.16565293073654175, 1.0], "mean": [-0.02264464646577835, -0.02364290878176689, -0.02267463319003582, -0.003273387672379613, -0.0008512224885635078, 0.002112146932631731, -0.13644859194755554], "std": [0.20281361043453217, 0.1400252878665924, 0.23980459570884705, 0.04148996248841286, 0.049710243940353394, 0.04133639857172966, 0.9906472563743591], "count": [535]}, "timestamp": {"min": [0.0], "max": [53.4], "mean": [26.7], "std": [15.444092721814382], "count": [535]}, "frame_index": {"min": [0], "max": [534], "mean": [267.0], "std": [154.44092721814383], "count": [535]}, "episode_index": {"min": [1631], "max": [1631], "mean": [1631.0], "std": [0.0], "count": [535]}, "index": {"min": [523192], "max": [523726], "mean": [523459.0], "std": [154.44092721814383], "count": [535]}, "task_index": {"min": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [535]}}} +{"episode_index": 1632, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41003135920980804]], [[0.3805337240419171]], [[0.3439343606501845]]], "std": [[[0.2807615748497245]], [[0.2558573388679039]], [[0.23439678975601727]]], "count": [126]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8235294117647058]], [[0.8]], [[0.8]]], "mean": [[[0.4556192810647479]], [[0.4244822146252164]], [[0.3872641987567596]]], "std": [[[0.2892773649791056]], [[0.25685639703987656]], [[0.22503879230028945]]], "count": [126]}, "state": {"min": [-0.36901283264160156, -0.07870315760374069, 0.9244345426559448, 2.9483158588409424, -0.112092986702919, -0.15432675182819366, 0.0003607746330089867, -0.04004491865634918], "max": [0.10203173756599426, 0.028272589668631554, 1.1702967882156372, 3.2094788551330566, 0.1704794466495514, 0.09768477827310562, 0.039921943098306656, -0.0012060325825586915], "mean": [-0.1427357941865921, -0.01717018336057663, 1.056080937385559, 3.075471878051758, 0.001224720967002213, -0.019000092521309853, 0.025294551625847816, -0.026473065838217735], "std": [0.16848064959049225, 0.030535215511918068, 0.07724574208259583, 0.06092764809727669, 0.0700564831495285, 0.06041664630174637, 0.01649407297372818, 0.015883447602391243], "count": [638]}, "actions": {"min": [-0.6520259380340576, -0.5143678784370422, -0.7299350500106812, -0.13962702453136444, -0.2126503586769104, -0.18063245713710785, -1.0], "max": [0.9308719635009766, 0.3568701446056366, 0.4440993070602417, 0.14294812083244324, 0.14015977084636688, 0.15124467015266418, 1.0], "mean": [-0.018319500610232353, -0.014090340584516525, -0.02428678423166275, -0.0017749678809195757, -0.0034983435180038214, -0.00019651833281386644, -0.12852664291858673], "std": [0.18043053150177002, 0.11175668984651566, 0.1756574660539627, 0.035643745213747025, 0.041561465710401535, 0.04680702090263367, 0.9917038083076477], "count": [638]}, "timestamp": {"min": [0.0], "max": [63.7], "mean": [31.850000000000005], "std": [18.417450963692016], "count": [638]}, "frame_index": {"min": [0], "max": [637], "mean": [318.5], "std": [184.17450963692016], "count": [638]}, "episode_index": {"min": [1632], "max": [1632], "mean": [1632.0], "std": [0.0], "count": [638]}, "index": {"min": [523727], "max": [524364], "mean": [524045.5], "std": [184.17450963692016], "count": [638]}, "task_index": {"min": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [638]}}} +{"episode_index": 1633, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40626892966683503]], [[0.3768095620417683]], [[0.34026095805596757]]], "std": [[[0.280986034707301]], [[0.2557648984260626]], [[0.2338460043330951]]], "count": [101]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8274509803921568]], [[0.788235294117647]], [[0.796078431372549]]], "mean": [[[0.43300886352278384]], [[0.4040075321008663]], [[0.3689567019374272]]], "std": [[[0.29169160791828674]], [[0.2593976535450887]], [[0.22735476916486186]]], "count": [101]}, "state": {"min": [-0.3531091809272766, -0.06650159507989883, 0.9281057715415955, 2.795916795730591, -0.049744464457035065, -0.17174357175827026, 0.0006733839400112629, -0.04001345485448837], "max": [0.07262895256280899, 0.056061360985040665, 1.1989474296569824, 3.4072680473327637, 0.2707579433917999, 0.23019090294837952, 0.039921604096889496, -0.003361338749527931], "mean": [-0.16073092818260193, -0.004275694489479065, 1.0460811853408813, 3.081923007965088, 0.11271986365318298, -0.029512779787182808, 0.02425590343773365, -0.02635263465344906], "std": [0.15817411243915558, 0.03003392182290554, 0.08348086476325989, 0.15385572612285614, 0.07770751416683197, 0.07893037796020508, 0.016829047352075577, 0.015303321182727814], "count": [474]}, "actions": {"min": [-0.6682942509651184, -0.4636627733707428, -0.7671671509742737, -0.8038632869720459, -0.2100512832403183, -0.20863646268844604, -1.0], "max": [0.7625026702880859, 0.5441631078720093, 0.7610570788383484, 0.3664174973964691, 0.2589314579963684, 0.29609236121177673, 1.0], "mean": [-0.025254767388105392, -0.03127049282193184, -0.031543731689453125, -0.0053169941529631615, 0.0005654434789903462, 0.0022952186409384012, -0.08438818901777267], "std": [0.19273170828819275, 0.15943081676959991, 0.20500805974006653, 0.07312211394309998, 0.05206196755170822, 0.05130036175251007, 0.9964346289634705], "count": [474]}, "timestamp": {"min": [0.0], "max": [47.3], "mean": [23.650000000000002], "std": [13.683170928796683], "count": [474]}, "frame_index": {"min": [0], "max": [473], "mean": [236.5], "std": [136.83170928796682], "count": [474]}, "episode_index": {"min": [1633], "max": [1633], "mean": [1633.0], "std": [0.0], "count": [474]}, "index": {"min": [524365], "max": [524838], "mean": [524601.5], "std": [136.83170928796682], "count": [474]}, "task_index": {"min": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [474]}}} +{"episode_index": 1634, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4053573141659007]], [[0.3778283428117341]], [[0.34410399134018843]]], "std": [[[0.277024952565461]], [[0.2526932758644265]], [[0.23142026050427206]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.8705882352941177]], [[0.8705882352941177]], [[0.8705882352941177]]], "mean": [[[0.411110927806181]], [[0.3843729714786305]], [[0.35173752788468904]]], "std": [[[0.30354680720742405]], [[0.27065940333474325]], [[0.23881249487365042]]], "count": [100]}, "state": {"min": [-0.17227880656719208, -0.167966827750206, 0.9198126792907715, 2.5326108932495117, 0.05157351493835449, 0.042329732328653336, 0.005314153619110584, -0.03999045118689537], "max": [0.09110064804553986, 0.1410561054944992, 1.3197418451309204, 3.1815359592437744, 0.4372400939464569, 0.4215891361236572, 0.0400179922580719, -0.005984180606901646], "mean": [0.03624763339757919, 0.03892097994685173, 1.153096079826355, 2.9704761505126953, 0.19339433312416077, 0.25107601284980774, 0.020830629393458366, -0.021759958937764168], "std": [0.05477552488446236, 0.09856580197811127, 0.12043686956167221, 0.20901435613632202, 0.08601996302604675, 0.1277438849210739, 0.01627543568611145, 0.01612274907529354], "count": [298]}, "actions": {"min": [-0.42510777711868286, -0.5126351118087769, -1.0672016143798828, -0.24234718084335327, -0.17108139395713806, -0.12479861080646515, -1.0], "max": [0.9718807935714722, 0.5765779614448547, 0.9723572731018066, 0.21040977537631989, 0.25869446992874146, 0.24528983235359192, 1.0], "mean": [0.04646635428071022, -0.0436130128800869, -0.0051235416904091835, -0.011273725889623165, -0.0008044781279750168, 0.0055578118190169334, 0.0939597338438034], "std": [0.1875099539756775, 0.19317911565303802, 0.2942802608013153, 0.048073820769786835, 0.05992956459522247, 0.054069433361291885, 0.9955761432647705], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [1634], "max": [1634], "mean": [1634.0], "std": [0.0], "count": [298]}, "index": {"min": [524839], "max": [525136], "mean": [524987.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [298]}}} +{"episode_index": 1635, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4086873037300858]], [[0.380468505859375]], [[0.34610418701171874]]], "std": [[[0.2782825442481804]], [[0.25364885257775643]], [[0.23194501988981786]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[0.8901960784313725]], [[0.8901960784313725]]], "mean": [[[0.3635187868604473]], [[0.34093241553213083]], [[0.3122253465839461]]], "std": [[[0.30359405446281545]], [[0.27178859983922793]], [[0.24063961849695198]]], "count": [100]}, "state": {"min": [-0.19006946682929993, -0.16427579522132874, 0.9185547232627869, 2.4905521869659424, 0.127073734998703, 0.07918480783700943, 0.004382283426821232, -0.040003884583711624], "max": [0.06906493753194809, 0.14287081360816956, 1.3565852642059326, 3.1432371139526367, 0.5552146434783936, 0.37035733461380005, 0.03996701538562775, -0.005167743191123009], "mean": [0.02087419107556343, 0.05232824385166168, 1.1619418859481812, 2.9494903087615967, 0.29556551575660706, 0.2131088823080063, 0.021609175950288773, -0.022444922477006912], "std": [0.05081607773900032, 0.10108951479196548, 0.1300112009048462, 0.2183440774679184, 0.10806690156459808, 0.08291845768690109, 0.016496596857905388, 0.01638089492917061], "count": [383]}, "actions": {"min": [-0.23324787616729736, -0.7386459112167358, -0.7862321734428406, -0.16633301973342896, -0.16278135776519775, -0.17226681113243103, -1.0], "max": [0.5177581310272217, 0.32875725626945496, 0.9216485023498535, 0.17264346778392792, 0.16229502856731415, 0.1663796752691269, 1.0], "mean": [0.0390949510037899, -0.04747501388192177, -0.010811462998390198, -0.010546829551458359, 6.380712875397876e-05, 0.005119564477354288, 0.044386424124240875], "std": [0.14348913729190826, 0.1462319791316986, 0.25766685605049133, 0.03539523854851723, 0.04307156056165695, 0.03723832964897156, 0.9990156292915344], "count": [383]}, "timestamp": {"min": [0.0], "max": [38.2], "mean": [19.099999999999998], "std": [11.056219968868202], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [1635], "max": [1635], "mean": [1635.0], "std": [0.0], "count": [383]}, "index": {"min": [525137], "max": [525519], "mean": [525328.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [383]}}} +{"episode_index": 1636, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40726766907935047]], [[0.3789792127422258]], [[0.3443167461320466]]], "std": [[[0.27881782815775613]], [[0.2544870309140698]], [[0.233186926692289]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9019607843137255]], [[0.9019607843137255]], [[0.9019607843137255]]], "mean": [[[0.4120044364181219]], [[0.38574701885148593]], [[0.35349044979319855]]], "std": [[[0.29653501871316906]], [[0.26436807173175186]], [[0.23352502549775406]]], "count": [100]}, "state": {"min": [-0.15285919606685638, -0.19951578974723816, 0.9216302037239075, 2.5325000286102295, -0.1513347029685974, 0.018765650689601898, 0.0030031492933630943, -0.03996224328875542], "max": [0.04135124757885933, 0.14562340080738068, 1.3273882865905762, 3.2112832069396973, 0.22822020947933197, 0.4295288920402527, 0.040573231875896454, -0.002132643247023225], "mean": [-0.016559075564146042, 0.036484673619270325, 1.1361877918243408, 2.9882543087005615, 0.021265117451548576, 0.2931447923183441, 0.022585850208997726, -0.022997140884399414], "std": [0.04457365348935127, 0.10914729535579681, 0.13063539564609528, 0.236456960439682, 0.09651018679141998, 0.10868832468986511, 0.01681436039507389, 0.016430247575044632], "count": [421]}, "actions": {"min": [-0.3859376013278961, -0.6994176506996155, -0.8232181668281555, -0.1113591119647026, -0.11022332310676575, -0.15019382536411285, -1.0], "max": [0.4373602569103241, 0.4999431371688843, 0.7956246137619019, 0.10244892537593842, 0.14490795135498047, 0.14316442608833313, 1.0], "mean": [0.020951703190803528, -0.027928553521633148, -0.012223745696246624, -0.006939005572348833, -0.000607869413215667, 0.005242606624960899, 0.011876484379172325], "std": [0.12174183130264282, 0.16714315116405487, 0.24319083988666534, 0.030845502391457558, 0.03500532731413841, 0.03384954482316971, 0.9999285936355591], "count": [421]}, "timestamp": {"min": [0.0], "max": [42.0], "mean": [21.0], "std": [12.153188881935472], "count": [421]}, "frame_index": {"min": [0], "max": [420], "mean": [210.0], "std": [121.53188881935473], "count": [421]}, "episode_index": {"min": [1636], "max": [1636], "mean": [1636.0], "std": [0.0], "count": [421]}, "index": {"min": [525520], "max": [525940], "mean": [525730.0], "std": [121.53188881935473], "count": [421]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [421]}}} +{"episode_index": 1637, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4083889740588618]], [[0.38012227795170805]], [[0.34563090006510416]]], "std": [[[0.27670383455326436]], [[0.2522409245943039]], [[0.23075148240963347]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8509803921568627]], [[0.8509803921568627]], [[0.8549019607843137]]], "mean": [[[0.3685947235705806]], [[0.3459292034074372]], [[0.31733904012044273]]], "std": [[[0.2989793185613179]], [[0.2673304593309974]], [[0.23639025754099424]]], "count": [100]}, "state": {"min": [-0.20836679637432098, -0.21885323524475098, 0.9187435507774353, 2.4830713272094727, 0.03581102192401886, -0.003529324196279049, 0.0038858973421156406, -0.04000254347920418], "max": [0.061318133026361465, 0.1670600324869156, 1.3113511800765991, 3.158017635345459, 0.3606724143028259, 0.24860863387584686, 0.04022609815001488, -0.004526467528194189], "mean": [-0.006135561503469944, 0.04292413219809532, 1.1474177837371826, 2.950587749481201, 0.14097711443901062, 0.12743082642555237, 0.021534744650125504, -0.022215742617845535], "std": [0.055703625082969666, 0.12270545214414597, 0.1152481883764267, 0.2108585089445114, 0.08588182926177979, 0.08375457674264908, 0.01663989946246147, 0.016319921240210533], "count": [392]}, "actions": {"min": [-0.3786136507987976, -0.7777488827705383, -0.8458788394927979, -0.17170590162277222, -0.13915103673934937, -0.13978327810764313, -1.0], "max": [0.5750048756599426, 0.4174545109272003, 0.9116800427436829, 0.1299811601638794, 0.21160775423049927, 0.1711851954460144, 1.0], "mean": [0.03919465094804764, -0.04284884035587311, -0.010642826557159424, -0.008514163084328175, 0.0005637988797388971, 0.0026071863248944283, 0.05612244829535484], "std": [0.14640532433986664, 0.19374531507492065, 0.2523996829986572, 0.038949090987443924, 0.044374018907547, 0.03872334584593773, 0.998421847820282], "count": [392]}, "timestamp": {"min": [0.0], "max": [39.1], "mean": [19.55], "std": [11.316028455248777], "count": [392]}, "frame_index": {"min": [0], "max": [391], "mean": [195.5], "std": [113.16028455248777], "count": [392]}, "episode_index": {"min": [1637], "max": [1637], "mean": [1637.0], "std": [0.0], "count": [392]}, "index": {"min": [525941], "max": [526332], "mean": [526136.5], "std": [113.16028455248777], "count": [392]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [392]}}} +{"episode_index": 1638, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39841446521235446]], [[0.3717639112285539]], [[0.33879264681946997]]], "std": [[[0.27722862360199596]], [[0.25341056402147005]], [[0.2328379158702496]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[0.8941176470588236]], [[0.8941176470588236]]], "mean": [[[0.4194873735016468]], [[0.39262902592677695]], [[0.35971686209884346]]], "std": [[[0.3072454973237653]], [[0.2737085877273919]], [[0.24165801651510993]]], "count": [100]}, "state": {"min": [-0.21823833882808685, -0.15596328675746918, 0.9195058941841125, 2.6463167667388916, 0.04672329127788544, 0.0485089048743248, 0.004903288092464209, -0.0400051511824131], "max": [0.08916886895895004, 0.13453492522239685, 1.1835613250732422, 3.147521495819092, 0.33921220898628235, 0.4005429446697235, 0.03996817395091057, -0.005286052823066711], "mean": [0.012201962061226368, 0.07426239550113678, 1.082180380821228, 3.029374599456787, 0.18815293908119202, 0.2704717218875885, 0.02653014287352562, -0.027185451239347458], "std": [0.07487735152244568, 0.06480544060468674, 0.08289134502410889, 0.10166717320680618, 0.10032804310321808, 0.10078421235084534, 0.016276445239782333, 0.0160564836114645], "count": [347]}, "actions": {"min": [-0.35402143001556396, -0.8963890671730042, -0.6211341023445129, -0.15391327440738678, -0.12481436878442764, -0.1085469126701355, -1.0], "max": [0.7048295736312866, 0.4612583518028259, 0.7132787108421326, 0.1134304478764534, 0.21967369318008423, 0.18341735005378723, 1.0], "mean": [0.036311808973550797, -0.04918961599469185, -0.03088783659040928, -0.009181715548038483, 0.001705744070932269, 0.008428005501627922, -0.2103746384382248], "std": [0.1648065447807312, 0.17404679954051971, 0.1881391853094101, 0.03842819854617119, 0.03763245418667793, 0.03670039400458336, 0.9776201844215393], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [1638], "max": [1638], "mean": [1638.0], "std": [0.0], "count": [347]}, "index": {"min": [526333], "max": [526679], "mean": [526506.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [347]}}} +{"episode_index": 1639, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115031576717601]], [[0.3834405350030637]], [[0.348839750402114]]], "std": [[[0.27830652425576274]], [[0.25446882783372565]], [[0.2341504748469189]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8549019607843137]], [[0.8196078431372549]], [[0.7764705882352941]]], "mean": [[[0.4804091024959789]], [[0.44752772791245404]], [[0.4087631596583946]]], "std": [[[0.29540144066221113]], [[0.2620819368027422]], [[0.23034260438522852]]], "count": [100]}, "state": {"min": [-0.1822732537984848, -0.16153937578201294, 0.9185027480125427, 2.4719247817993164, -0.20232374966144562, 0.06311845779418945, 6.640505307586864e-05, -0.04000676050782204], "max": [0.055533744394779205, 0.14646409451961517, 1.294527292251587, 3.2129926681518555, 0.4703057110309601, 0.6259428262710571, 0.04025594890117645, -0.005347903817892075], "mean": [0.004040834493935108, 0.05135919526219368, 1.1244874000549316, 3.0166547298431396, -0.014213094487786293, 0.2857300937175751, 0.024587733671069145, -0.027434594929218292], "std": [0.04524682089686394, 0.09108282625675201, 0.10891596972942352, 0.19687721133232117, 0.12661820650100708, 0.14687035977840424, 0.017242735251784325, 0.014944535680115223], "count": [430]}, "actions": {"min": [-0.29820793867111206, -0.9951839447021484, -0.9694232940673828, -0.24596931040287018, -0.11520420759916306, -0.2052978277206421, -1.0], "max": [0.5984029769897461, 0.5265571475028992, 0.6666826605796814, 0.13027389347553253, 0.14676447212696075, 0.1907997727394104, 1.0], "mean": [0.030389700084924698, -0.07622934132814407, -0.03230535238981247, -0.013720558024942875, 0.0013015676522627473, 0.010505651123821735, -0.08372092992067337], "std": [0.13294020295143127, 0.1875573694705963, 0.2309378981590271, 0.04223935306072235, 0.035331279039382935, 0.04375496134161949, 0.9964876770973206], "count": [430]}, "timestamp": {"min": [0.0], "max": [42.9], "mean": [21.45], "std": [12.412997220655454], "count": [430]}, "frame_index": {"min": [0], "max": [429], "mean": [214.5], "std": [124.12997220655453], "count": [430]}, "episode_index": {"min": [1639], "max": [1639], "mean": [1639.0], "std": [0.0], "count": [430]}, "index": {"min": [526680], "max": [527109], "mean": [526894.5], "std": [124.12997220655453], "count": [430]}, "task_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [430]}}} +{"episode_index": 1640, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40196829403147977]], [[0.3743486214432062]], [[0.3398493772020527]]], "std": [[[0.2790041717778135]], [[0.2550147822198889]], [[0.23455703554047985]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8235294117647058]], [[0.8]], [[0.8]]], "mean": [[[0.4749195837881051]], [[0.4402568131989124]], [[0.3992996796252681]]], "std": [[[0.3043963572412148]], [[0.2717660701815073]], [[0.23960260635615555]]], "count": [100]}, "state": {"min": [-0.20785154402256012, -0.08360786736011505, 0.9293538928031921, 2.923478126525879, -0.05314629524946213, -0.20408643782138824, 0.005944836884737015, -0.04024195671081543], "max": [0.10951738804578781, 0.05826457589864731, 1.2088181972503662, 3.240609645843506, 0.5088362693786621, 0.03423411771655083, 0.0398438535630703, -0.00128763890825212], "mean": [0.021019108593463898, -0.021588778123259544, 1.100893497467041, 3.032334804534912, 0.1113530844449997, -0.06295802444219589, 0.02606075070798397, -0.025667060166597366], "std": [0.08309882879257202, 0.032655373215675354, 0.08554559201002121, 0.09362039715051651, 0.13578809797763824, 0.058071449398994446, 0.01593204215168953, 0.016445552930235863], "count": [390]}, "actions": {"min": [-0.5332428812980652, -0.3539174795150757, -0.9116679430007935, -0.2043040245771408, -0.14655843377113342, -0.12263911217451096, -1.0], "max": [0.5270882248878479, 0.6445249915122986, 0.8420552015304565, 0.18287530541419983, 0.23668135702610016, 0.16080419719219208, 1.0], "mean": [0.015191508457064629, -0.00979406014084816, -0.047004323452711105, 0.001468503032810986, 0.0032329889945685863, -0.0036170852836221457, -0.16923077404499054], "std": [0.18037626147270203, 0.13126201927661896, 0.21957381069660187, 0.0441012866795063, 0.043333910405635834, 0.04182874783873558, 0.9855754971504211], "count": [390]}, "timestamp": {"min": [0.0], "max": [38.9], "mean": [19.45], "std": [11.258293239504232], "count": [390]}, "frame_index": {"min": [0], "max": [389], "mean": [194.5], "std": [112.5829323950423], "count": [390]}, "episode_index": {"min": [1640], "max": [1640], "mean": [1640.0], "std": [0.0], "count": [390]}, "index": {"min": [527110], "max": [527499], "mean": [527304.5], "std": [112.5829323950423], "count": [390]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [390]}}} +{"episode_index": 1641, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40553282075769764]], [[0.3775212569891238]], [[0.3428099490894991]]], "std": [[[0.2793978707111317]], [[0.2552085916871925]], [[0.23443914297715224]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8588235294117647]], [[0.8588235294117647]], [[0.8588235294117647]]], "mean": [[[0.4427004424450444]], [[0.4114139523973652]], [[0.3737837530397901]]], "std": [[[0.30769318226570486]], [[0.2749485915141696]], [[0.24326646587159761]]], "count": [100]}, "state": {"min": [-0.17268148064613342, -0.07749362289905548, 0.9278247356414795, 2.831958532333374, -0.029044242575764656, -0.04262959212064743, 0.0046529099345207214, -0.040015678852796555], "max": [0.13134603202342987, 0.03058740869164467, 1.209942102432251, 3.2224535942077637, 0.4052654802799225, 0.15021410584449768, 0.039765357971191406, -0.004303404130041599], "mean": [0.005305029451847076, -0.019734933972358704, 1.0957947969436646, 3.0049774646759033, 0.20593519508838654, 0.04261792078614235, 0.02163856104016304, -0.021548524498939514], "std": [0.10410571843385696, 0.02755470760166645, 0.08027736097574234, 0.10138408094644547, 0.1275162398815155, 0.05660616606473923, 0.016185177490115166, 0.01654522866010666], "count": [323]}, "actions": {"min": [-0.4501044750213623, -0.3220600187778473, -0.6821799278259277, -0.2002769261598587, -0.17323246598243713, -0.2458524852991104, -1.0], "max": [1.0116338729858398, 0.5697529911994934, 0.6173945665359497, 0.2380090206861496, 0.17693831026554108, 0.32808899879455566, 1.0], "mean": [-0.0027822216507047415, -0.020955879241228104, -0.04251578450202942, -0.0008624453330412507, 0.0001247998297913, 0.002189534716308117, 0.10835913568735123], "std": [0.25070348381996155, 0.13516414165496826, 0.20041301846504211, 0.05611959472298622, 0.052565544843673706, 0.06528955698013306, 0.9941113591194153], "count": [323]}, "timestamp": {"min": [0.0], "max": [32.2], "mean": [16.099999999999998], "std": [9.324162160752033], "count": [323]}, "frame_index": {"min": [0], "max": [322], "mean": [161.0], "std": [93.24162160752032], "count": [323]}, "episode_index": {"min": [1641], "max": [1641], "mean": [1641.0], "std": [0.0], "count": [323]}, "index": {"min": [527500], "max": [527822], "mean": [527661.0], "std": [93.24162160752032], "count": [323]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [323]}}} +{"episode_index": 1642, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40406812959558824]], [[0.3758827975404029]], [[0.3409126916025199]]], "std": [[[0.2798001839561268]], [[0.2555722520816043]], [[0.23468534117941536]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8274509803921568]], [[0.8274509803921568]], [[0.8274509803921568]]], "mean": [[[0.4624666442871094]], [[0.43029933734968595]], [[0.39176476691750917]]], "std": [[[0.30346057462450277]], [[0.2703657329485101]], [[0.23847144913229779]]], "count": [100]}, "state": {"min": [-0.19167104363441467, -0.06145840138196945, 0.9270709156990051, 2.9822044372558594, 0.010361677967011929, -0.0007299019489437342, 0.004753811750560999, -0.04035554453730583], "max": [0.09438232332468033, 0.09367547184228897, 1.2395626306533813, 3.390528678894043, 0.617946982383728, 0.22899599373340607, 0.039870258420705795, -0.0033651029225438833], "mean": [-0.0070866672322154045, 0.005286997649818659, 1.1018227338790894, 3.131584644317627, 0.20542758703231812, 0.10353747010231018, 0.02283652499318123, -0.02239975892007351], "std": [0.09333153069019318, 0.03981636464595795, 0.0923469290137291, 0.134751096367836, 0.15951213240623474, 0.06439309567213058, 0.016465304419398308, 0.01705801486968994], "count": [391]}, "actions": {"min": [-0.5684977769851685, -0.47500327229499817, -0.6718723177909851, -0.1731841117143631, -0.1306566745042801, -0.17919473350048065, -1.0], "max": [0.6309989094734192, 0.4555298686027527, 0.5337446928024292, 0.18852345645427704, 0.166568323969841, 0.13522836565971375, 1.0], "mean": [-0.010075106285512447, -0.012053892947733402, -0.040926095098257065, -7.934607856441289e-05, 0.0032746694050729275, 0.00033333845203742385, 0.007672634441405535], "std": [0.20716078579425812, 0.13560850918293, 0.21712377667427063, 0.04582451283931732, 0.04712027311325073, 0.042208343744277954, 0.9999703764915466], "count": [391]}, "timestamp": {"min": [0.0], "max": [39.0], "mean": [19.5], "std": [11.28716084761797], "count": [391]}, "frame_index": {"min": [0], "max": [390], "mean": [195.0], "std": [112.8716084761797], "count": [391]}, "episode_index": {"min": [1642], "max": [1642], "mean": [1642.0], "std": [0.0], "count": [391]}, "index": {"min": [527823], "max": [528213], "mean": [528018.0], "std": [112.8716084761797], "count": [391]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [391]}}} +{"episode_index": 1643, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40652174347522213]], [[0.37810952399758735]], [[0.34281208651673556]]], "std": [[[0.2796422548831478]], [[0.2554375678278249]], [[0.23471674317148591]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8274509803921568]], [[0.7764705882352941]], [[0.788235294117647]]], "mean": [[[0.502311388202742]], [[0.46561781041762407]], [[0.4232409805597043]]], "std": [[[0.29202406582502827]], [[0.2598608872407955]], [[0.22805328290595017]]], "count": [100]}, "state": {"min": [-0.2099696397781372, -0.09840647876262665, 0.9304913878440857, 3.07200026512146, -0.18614526093006134, -0.12977083027362823, 0.004081767983734608, -0.04000482335686684], "max": [0.07590583711862564, 0.06459236890077591, 1.2045323848724365, 3.6760432720184326, 0.15369901061058044, -0.01627071015536785, 0.040007758885622025, -0.003126739989966154], "mean": [-0.03507128357887268, -0.018078522756695747, 1.1212258338928223, 3.2880699634552, -0.0246992576867342, -0.07292837649583817, 0.024237802252173424, -0.02369055524468422], "std": [0.10243339836597443, 0.039380673319101334, 0.08483928442001343, 0.1881830394268036, 0.09714855998754501, 0.026563767343759537, 0.01657770574092865, 0.017159484326839447], "count": [312]}, "actions": {"min": [-0.5135201215744019, -0.6992424726486206, -1.0630537271499634, -0.24184882640838623, -0.15686091780662537, -0.13065391778945923, -1.0], "max": [0.8699918985366821, 0.4907417893409729, 0.8800476789474487, 0.13010595738887787, 0.17736293375492096, 0.15593190491199493, 1.0], "mean": [0.0013891624985262752, -0.01409522257745266, -0.016735639423131943, 0.0027113358955830336, -0.0006971345865167677, -0.0010339986765757203, -0.0833333358168602], "std": [0.21772681176662445, 0.1631026566028595, 0.23830127716064453, 0.0544569157063961, 0.0472431555390358, 0.042827773839235306, 0.9965224862098694], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [1643], "max": [1643], "mean": [1643.0], "std": [0.0], "count": [312]}, "index": {"min": [528214], "max": [528525], "mean": [528369.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [312]}}} +{"episode_index": 1644, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4028524487065334]], [[0.37544792265050553]], [[0.34170725743910846]]], "std": [[[0.278262492420976]], [[0.25426537879145006]], [[0.2334632990409823]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[0.9058823529411765]], [[0.9058823529411765]]], "mean": [[[0.40459803203507966]], [[0.37894332107843137]], [[0.3470585548550475]]], "std": [[[0.309457114715657]], [[0.2760689560831549]], [[0.24432067477000582]]], "count": [100]}, "state": {"min": [-0.17874760925769806, 0.023315468803048134, 0.9262790083885193, 2.9457759857177734, 0.06476518511772156, 0.016509592533111572, 0.002809202764183283, -0.04000473394989967], "max": [0.0674760639667511, 0.18980686366558075, 1.1581041812896729, 3.3010756969451904, 0.6112508177757263, 0.25490182638168335, 0.04021288827061653, -0.00530649209395051], "mean": [-0.013591055758297443, 0.11278384178876877, 1.0598400831222534, 3.111257791519165, 0.19116955995559692, 0.1298684924840927, 0.02306508459150791, -0.023633578792214394], "std": [0.07143759727478027, 0.05360923334956169, 0.07462440431118011, 0.11148392409086227, 0.12696339190006256, 0.06890393793582916, 0.01696539670228958, 0.0167043786495924], "count": [384]}, "actions": {"min": [-0.6891920566558838, -0.542449414730072, -0.873195230960846, -0.16380631923675537, -0.23770813643932343, -0.17958125472068787, -1.0], "max": [0.569198489189148, 0.8329391479492188, 0.6722137331962585, 0.3214868903160095, 0.3821393549442291, 0.3006901741027832, 1.0], "mean": [0.004124888218939304, -0.0076110647059977055, -0.04261540248990059, -0.0005491412011906505, 0.00698837311938405, 0.0024395734071731567, -0.046875], "std": [0.17000806331634521, 0.14243969321250916, 0.186564639210701, 0.04423272982239723, 0.05414632335305214, 0.04170044884085655, 0.9989007711410522], "count": [384]}, "timestamp": {"min": [0.0], "max": [38.3], "mean": [19.150000000000002], "std": [11.085087580468937], "count": [384]}, "frame_index": {"min": [0], "max": [383], "mean": [191.5], "std": [110.85087580468937], "count": [384]}, "episode_index": {"min": [1644], "max": [1644], "mean": [1644.0], "std": [0.0], "count": [384]}, "index": {"min": [528526], "max": [528909], "mean": [528717.5], "std": [110.85087580468937], "count": [384]}, "task_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [384]}}} +{"episode_index": 1645, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38602732400333184]], [[0.35813853903377757]], [[0.3228034308938419]]], "std": [[[0.2766437846148816]], [[0.25122280281993353]], [[0.22892420784413478]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8196078431372549]], [[0.7607843137254902]], [[0.6941176470588235]]], "mean": [[[0.4517943216959635]], [[0.4211535321403952]], [[0.38686822090896905]]], "std": [[[0.26356978594254893]], [[0.23431286755622016]], [[0.2022915493659747]]], "count": [100]}, "state": {"min": [-0.354086309671402, -0.0488751158118248, 0.9289320707321167, 2.953132390975952, 0.019287317991256714, -0.19155016541481018, 0.00016756537661422044, -0.040884289890527725], "max": [-0.234390527009964, 0.017918920144438744, 1.1731765270233154, 3.1659610271453857, 0.22871072590351105, -0.00378895690664649, 0.039979346096515656, -0.0017754621803760529], "mean": [-0.3207755386829376, -0.020045608282089233, 1.0372636318206787, 3.0958611965179443, 0.1121610477566719, -0.10912970453500748, 0.030733168125152588, -0.03650224208831787], "std": [0.02800835855305195, 0.01973612792789936, 0.08702056854963303, 0.05451226979494095, 0.0596252977848053, 0.04893885552883148, 0.01595856435596943, 0.007661386858671904], "count": [159]}, "actions": {"min": [-0.6347801685333252, -0.6525868773460388, -0.4741102457046509, -0.14142417907714844, -0.1649375855922699, -0.19617250561714172, -1.0], "max": [0.19003050029277802, 0.465913325548172, 0.6312440633773804, 0.1597624272108078, 0.14735770225524902, 0.2170930802822113, 1.0], "mean": [-0.03731842339038849, -0.04873860999941826, -0.09091267734766006, -0.011112653650343418, 0.00095915119163692, 0.002420410979539156, -0.4716981053352356], "std": [0.14478914439678192, 0.19690248370170593, 0.1951335221529007, 0.04958214610815048, 0.0533612035214901, 0.06841237097978592, 0.881759762763977], "count": [159]}, "timestamp": {"min": [0.0], "max": [15.8], "mean": [7.8999999999999995], "std": [4.589843860815601], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [1645], "max": [1645], "mean": [1645.0], "std": [0.0], "count": [159]}, "index": {"min": [528910], "max": [529068], "mean": [528989.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [159]}}} +{"episode_index": 1646, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.397094004313151]], [[0.36851179953182445]], [[0.33267130354339003]]], "std": [[[0.27919327793713383]], [[0.2541077767796517]], [[0.23237584632124753]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8196078431372549]], [[0.7607843137254902]], [[0.6941176470588235]]], "mean": [[[0.47706954597024354]], [[0.4465062106263404]], [[0.4141347728056066]]], "std": [[[0.24164147374302436]], [[0.21292553281626875]], [[0.1816758072560266]]], "count": [100]}, "state": {"min": [-0.3421803414821625, -0.1692427098751068, 0.947921872138977, 3.0582194328308105, -0.4795592427253723, -0.24980662763118744, 0.039298150688409805, -0.04217343032360077], "max": [-0.18873625993728638, 0.002281313529238105, 1.150971531867981, 3.496861696243286, 0.07849951088428497, 0.4553329050540924, 0.04001310467720032, 0.0030131638050079346], "mean": [-0.2822064757347107, -0.027714625000953674, 1.0369089841842651, 3.143112897872925, -0.1506102979183197, 0.027701031416654587, 0.03982200101017952, -0.03663364052772522], "std": [0.04470819607377052, 0.039046600461006165, 0.05927932634949684, 0.10223009437322617, 0.17464573681354523, 0.1253957897424698, 0.0001724895992083475, 0.010069203563034534], "count": [127]}, "actions": {"min": [-11.031129837036133, -6.797972202301025, -20.35434913635254, -8.10564136505127, -1.578034520149231, -3.4665749073028564, -1.0], "max": [9.359599113464355, 2.975905656814575, 2.5927176475524902, 3.819051742553711, 3.6189839839935303, 5.688857078552246, -1.0], "mean": [-0.17996321618556976, -0.1642758846282959, -1.0157005786895752, -0.09097781777381897, 0.12585808336734772, 0.09975479543209076, -1.0], "std": [2.25919771194458, 0.9102680087089539, 2.913240909576416, 0.9133821129798889, 0.5865237712860107, 0.9751595258712769, 0.0], "count": [127]}, "timestamp": {"min": [0.0], "max": [12.6], "mean": [6.3], "std": [3.6660605559646724], "count": [127]}, "frame_index": {"min": [0], "max": [126], "mean": [63.0], "std": [36.66060555964672], "count": [127]}, "episode_index": {"min": [1646], "max": [1646], "mean": [1646.0], "std": [0.0], "count": [127]}, "index": {"min": [529069], "max": [529195], "mean": [529132.0], "std": [36.66060555964672], "count": [127]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [127]}}} +{"episode_index": 1647, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3898957896513097]], [[0.3619130596086091]], [[0.32659221394856774]]], "std": [[[0.27767843000060816]], [[0.25246008436801615]], [[0.2304774868819047]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8431372549019608]], [[0.7607843137254902]], [[0.6941176470588235]]], "mean": [[[0.4589044345032935]], [[0.4286911441578584]], [[0.3990888432521446]]], "std": [[[0.24044859332306737]], [[0.21157675534444154]], [[0.1795179487463478]]], "count": [100]}, "state": {"min": [-0.34076929092407227, -0.08861047029495239, 0.9138393998146057, 3.083012580871582, -0.19863834977149963, -0.0882829949259758, 0.029547302052378654, -0.04182238131761551], "max": [-0.2080800086259842, 0.04353058338165283, 1.1630375385284424, 3.3425021171569824, 0.10161084681749344, 0.46613460779190063, 0.04272950068116188, -0.01242971420288086], "mean": [-0.2973155975341797, -9.55830910243094e-05, 1.022165060043335, 3.159874677658081, -0.0157781932502985, 0.050010617822408676, 0.03922870382666588, -0.039521604776382446], "std": [0.03688707947731018, 0.040666352957487106, 0.08794237673282623, 0.06383272260427475, 0.061755504459142685, 0.19765014946460724, 0.002093653427436948, 0.0029427320696413517], "count": [165]}, "actions": {"min": [-0.6304742693901062, -0.7183037400245667, -2.5450587272644043, -0.5631052255630493, -0.5048940777778625, -0.8146930932998657, -1.0], "max": [2.623156785964966, 0.943192720413208, 7.164135456085205, 0.39218825101852417, 0.5938102602958679, 1.4427971839904785, -1.0], "mean": [0.1121075376868248, 0.03269925341010094, -0.09429924190044403, 0.005766168236732483, 0.01265929639339447, 0.004740601871162653, -1.0], "std": [0.5753263831138611, 0.19939786195755005, 1.0246340036392212, 0.11144119501113892, 0.11601690948009491, 0.20842476189136505, 0.0], "count": [165]}, "timestamp": {"min": [0.0], "max": [16.4], "mean": [8.2], "std": [4.763052242697603], "count": [165]}, "frame_index": {"min": [0], "max": [164], "mean": [82.0], "std": [47.63052242697603], "count": [165]}, "episode_index": {"min": [1647], "max": [1647], "mean": [1647.0], "std": [0.0], "count": [165]}, "index": {"min": [529196], "max": [529360], "mean": [529278.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [165]}}} +{"episode_index": 1648, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3884262767118566]], [[0.36037053246591605]], [[0.32493078433766087]]], "std": [[[0.2783950939064221]], [[0.2531278118532775]], [[0.23100223719325932]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8235294117647058]], [[0.7647058823529411]], [[0.6941176470588235]]], "mean": [[[0.4362714837766161]], [[0.40815382714365045]], [[0.37700927554859837]]], "std": [[[0.2601428004674946]], [[0.23055576912431552]], [[0.19832363409324888]]], "count": [100]}, "state": {"min": [-0.3461204171180725, -0.044629842042922974, 0.9250187277793884, 3.018324613571167, -0.0466495007276535, -0.12810732424259186, 0.0014148815535008907, -0.040305137634277344], "max": [-0.22377006709575653, 0.022472942247986794, 1.1539981365203857, 3.17810320854187, 0.1689906269311905, 0.15132412314414978, 0.040001366287469864, -0.018089093267917633], "mean": [-0.3274681270122528, -0.0010658472310751677, 1.0075479745864868, 3.1066854000091553, 0.03857741504907608, -0.006702364422380924, 0.030614512041211128, -0.03539937734603882], "std": [0.02427857369184494, 0.016229188069701195, 0.08491545170545578, 0.045875485986471176, 0.04399263858795166, 0.06335828453302383, 0.014540961012244225, 0.00733953807502985], "count": [227]}, "actions": {"min": [-0.6920209527015686, -0.4455549716949463, -0.4255920648574829, -0.10024839639663696, -0.12363424897193909, -0.24718958139419556, -1.0], "max": [0.4338909387588501, 0.2855510115623474, 0.20759882032871246, 0.10405762493610382, 0.13302548229694366, 0.15848881006240845, 1.0], "mean": [-0.026115169748663902, -0.052550118416547775, -0.062333833426237106, -0.0013734780950471759, -0.0007813464617356658, 0.0017612716183066368, -0.33039647340774536], "std": [0.14494769275188446, 0.11043233424425125, 0.13032950460910797, 0.03215714171528816, 0.036306701600551605, 0.051554590463638306, 0.9438421726226807], "count": [227]}, "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": [1648], "max": [1648], "mean": [1648.0], "std": [0.0], "count": [227]}, "index": {"min": [529361], "max": [529587], "mean": [529474.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [227]}}} +{"episode_index": 1649, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39204004983340995]], [[0.3634779926374847]], [[0.3275037835813036]]], "std": [[[0.2779623232200354]], [[0.2522530499421244]], [[0.22970378039325134]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8196078431372549]], [[0.7607843137254902]], [[0.6941176470588235]]], "mean": [[[0.4608605424469593]], [[0.4298422223259421]], [[0.3952282637053845]]], "std": [[[0.26045570941527846]], [[0.2309022712141565]], [[0.19865106057492746]]], "count": [100]}, "state": {"min": [-0.3651563227176666, -0.061423320323228836, 0.9263481497764587, 2.95133113861084, -0.027561238035559654, -0.11595147103071213, 0.00023168724146671593, -0.040004536509513855], "max": [-0.22805367410182953, 0.03274014964699745, 1.1523535251617432, 3.2080142498016357, 0.16190078854560852, 0.09717700630426407, 0.03995487093925476, -0.001280038501136005], "mean": [-0.3294442594051361, -0.0025295394007116556, 1.0312130451202393, 3.084022283554077, 0.08514084666967392, -0.06819116324186325, 0.03186924755573273, -0.03619593381881714], "std": [0.03482826426625252, 0.019864149391651154, 0.08063127845525742, 0.052367378026247025, 0.041683584451675415, 0.04167088493704796, 0.015141497366130352, 0.00868196226656437], "count": [188]}, "actions": {"min": [-0.47549790143966675, -0.6703869700431824, -0.642731785774231, -0.18252605199813843, -0.12737545371055603, -0.25382718443870544, -1.0], "max": [0.4048142433166504, 0.6116938591003418, 0.44809746742248535, 0.19174884259700775, 0.12091047316789627, 0.22085054218769073, 1.0], "mean": [-0.023915432393550873, -0.0615147165954113, -0.06546151638031006, -0.007119670044630766, -0.0003530020476318896, 0.0046989708207547665, -0.521276593208313], "std": [0.17242573201656342, 0.16474014520645142, 0.18480052053928375, 0.05187371000647545, 0.042901214212179184, 0.06469174474477768, 0.8533878922462463], "count": [188]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [1649], "max": [1649], "mean": [1649.0], "std": [0.0], "count": [188]}, "index": {"min": [529588], "max": [529775], "mean": [529681.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [188]}}} +{"episode_index": 1650, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.39182286400888483]], [[0.36358619181315105]], [[0.32789929737764245]]], "std": [[[0.27708439165728777]], [[0.2517244851233221]], [[0.22965626004003686]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8196078431372549]], [[0.7607843137254902]], [[0.6941176470588235]]], "mean": [[[0.4516975438735064]], [[0.42262052408854167]], [[0.39058045211492803]]], "std": [[[0.256240206469817]], [[0.22631169952703697]], [[0.1938799295840088]]], "count": [100]}, "state": {"min": [-0.35207313299179077, -0.03311987593770027, 0.9268898963928223, 2.971202850341797, -0.08869672566652298, -0.07239550352096558, 0.0006065825582481921, -0.04014114663004875], "max": [-0.1838807463645935, 0.05227898806333542, 1.202637791633606, 3.179234266281128, 0.05031413957476616, 0.2181379199028015, 0.03994547575712204, -0.015086074359714985], "mean": [-0.3142286539077759, 0.008045676164329052, 1.0307352542877197, 3.0784547328948975, -0.008112844079732895, 0.03269427642226219, 0.029841000214219093, -0.03483181074261665], "std": [0.053273431956768036, 0.022745098918676376, 0.10178545862436295, 0.04068347066640854, 0.03873724862933159, 0.05908610299229622, 0.015206445939838886, 0.007957330904901028], "count": [202]}, "actions": {"min": [-0.9674820899963379, -0.4184638559818268, -0.5179281234741211, -0.16632519662380219, -0.13000808656215668, -0.17702294886112213, -1.0], "max": [0.2899549901485443, 0.24826999008655548, 0.22052212059497833, 0.11559154838323593, 0.1285732239484787, 0.12226551026105881, 1.0], "mean": [-0.04677959904074669, -0.059887032955884933, -0.08731389045715332, -0.00807740818709135, -0.0014994374942034483, 0.003417361294850707, -0.3663366436958313], "std": [0.16748259961605072, 0.1246815174818039, 0.16651999950408936, 0.040016159415245056, 0.04459862783551216, 0.04956473410129547, 0.9304824471473694], "count": [202]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [1650], "max": [1650], "mean": [1650.0], "std": [0.0], "count": [202]}, "index": {"min": [529776], "max": [529977], "mean": [529876.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [202]}}} +{"episode_index": 1651, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3878899889179305]], [[0.35994305838790597]], [[0.3244245234470742]]], "std": [[[0.2767420116955134]], [[0.25138369055778337]], [[0.22931870345657726]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8196078431372549]], [[0.788235294117647]], [[0.7490196078431373]]], "mean": [[[0.4755208076028263]], [[0.44236953735351564]], [[0.4054975789388021]]], "std": [[[0.2617776782060672]], [[0.23222684220770146]], [[0.20004002295161746]]], "count": [100]}, "state": {"min": [-0.4017002582550049, -0.06683091074228287, 0.9273796081542969, 3.0174152851104736, -0.09046687185764313, -0.1327725052833557, 0.0005302230711095035, -0.04075467959046364], "max": [-0.22583885490894318, 0.012944329530000687, 1.2150087356567383, 3.1953842639923096, 0.15647225081920624, 0.037029337137937546, 0.04000310227274895, -0.0014506030129268765], "mean": [-0.3393459618091583, -0.016449207440018654, 1.0698976516723633, 3.1484172344207764, 0.02411690726876259, -0.05041451007127762, 0.03348494693636894, -0.036793727427721024], "std": [0.0413629375398159, 0.0191737562417984, 0.10569977015256882, 0.042457085102796555, 0.06442419439554214, 0.03310898318886757, 0.013917772099375725, 0.00774496141821146], "count": [223]}, "actions": {"min": [-0.9823533296585083, -0.9419568181037903, -0.4791605770587921, -0.35438600182533264, -0.3098112940788269, -0.32551732659339905, -1.0], "max": [0.36323630809783936, 0.46226242184638977, 0.602917492389679, 0.19663871824741364, 0.22202076017856598, 0.3782728314399719, 1.0], "mean": [-0.027410654351115227, -0.03447703644633293, -0.056092873215675354, -0.006388078443706036, -0.0012870114296674728, 0.004008282907307148, -0.6233183741569519], "std": [0.1799461394548416, 0.16507039964199066, 0.18936052918434143, 0.05125173181295395, 0.05623382702469826, 0.07560854405164719, 0.7819682359695435], "count": [223]}, "timestamp": {"min": [0.0], "max": [22.2], "mean": [11.100000000000001], "std": [6.437390775772434], "count": [223]}, "frame_index": {"min": [0], "max": [222], "mean": [111.0], "std": [64.37390775772433], "count": [223]}, "episode_index": {"min": [1651], "max": [1651], "mean": [1651.0], "std": [0.0], "count": [223]}, "index": {"min": [529978], "max": [530200], "mean": [530089.0], "std": [64.37390775772433], "count": [223]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [223]}}} +{"episode_index": 1652, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110619425593818]], [[0.38625083221389517]], [[0.35178808151866514]]], "std": [[[0.2685265970226836]], [[0.24940359422783834]], [[0.23170943137076352]]], "count": [104]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5167115247447387]], [[0.4832817894660869]], [[0.42996905112518263]]], "std": [[[0.28685924032101284]], [[0.2638202883275369]], [[0.24002504039730152]]], "count": [104]}, "state": {"min": [-0.21053799986839294, -0.15746696293354034, 0.9299038648605347, 3.0120785236358643, -0.1341700404882431, -0.2230687290430069, 0.0018014220986515284, -0.04001139849424362], "max": [0.1002168133854866, 0.2637386620044708, 1.3029388189315796, 3.265965461730957, 0.2277829945087433, 0.06873757392168045, 0.03994177281856537, -0.0013361366000026464], "mean": [-0.049040645360946655, 0.04985495284199715, 1.1687755584716797, 3.121419668197632, 0.05076083913445473, -0.019588226452469826, 0.017969120293855667, -0.01799275167286396], "std": [0.10460522770881653, 0.11275649815797806, 0.09978189319372177, 0.07708549499511719, 0.0869043692946434, 0.056399792432785034, 0.01785089820623398, 0.017944680526852608], "count": [492]}, "actions": {"min": [-0.503948986530304, -1.2859034538269043, -0.937454104423523, -0.15888358652591705, -0.14593912661075592, -0.2274017482995987, -1.0], "max": [1.0521363019943237, 2.636263608932495, 1.1631680727005005, 0.16972824931144714, 0.2089465856552124, 0.42694130539894104, 1.0], "mean": [0.045627135783433914, 0.04668073728680611, -0.013264156877994537, 0.0013276019599288702, 0.0028151231817901134, 0.0038980087265372276, 0.19512194395065308], "std": [0.18483948707580566, 0.29507336020469666, 0.3015182316303253, 0.04190007597208023, 0.05117739737033844, 0.05616167187690735, 0.9807782173156738], "count": [492]}, "timestamp": {"min": [0.0], "max": [49.1], "mean": [24.55], "std": [14.202787285130572], "count": [492]}, "frame_index": {"min": [0], "max": [491], "mean": [245.5], "std": [142.02787285130574], "count": [492]}, "episode_index": {"min": [1652], "max": [1652], "mean": [1652.0], "std": [0.0], "count": [492]}, "index": {"min": [530201], "max": [530692], "mean": [530446.5], "std": [142.02787285130574], "count": [492]}, "task_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [492]}}} +{"episode_index": 1653, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4124407072288255]], [[0.3873195268763578]], [[0.3522059258717692]]], "std": [[[0.268826592053573]], [[0.24952155554424196]], [[0.23156516724348028]]], "count": [110]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5211210754720922]], [[0.4876987929182682]], [[0.4354489919081091]]], "std": [[[0.28365072444208544]], [[0.26068036928164406]], [[0.237128432504433]]], "count": [110]}, "state": {"min": [-0.22250989079475403, -0.1776244193315506, 0.9234679937362671, 2.9219841957092285, -0.13213908672332764, -0.03558364883065224, 0.002361567923799157, -0.04001361504197121], "max": [0.07728198170661926, 0.287707656621933, 1.2920423746109009, 3.3148741722106934, 0.1937660127878189, 0.19327227771282196, 0.039866890758275986, -0.0023256682325154543], "mean": [-0.037824857980012894, 0.05173958092927933, 1.1838747262954712, 3.0821821689605713, 0.026647578924894333, 0.0868692621588707, 0.01851697452366352, -0.018618833273649216], "std": [0.09274115413427353, 0.13560721278190613, 0.0888415277004242, 0.10765937715768814, 0.07230078428983688, 0.05311388894915581, 0.017893997952342033, 0.017943235114216805], "count": [528]}, "actions": {"min": [-0.8494900465011597, -0.8728129863739014, -1.1232863664627075, -0.22730204463005066, -0.1741359978914261, -0.18109501898288727, -1.0], "max": [0.9823741316795349, 1.4845069646835327, 1.5150879621505737, 0.244669571518898, 0.12422165274620056, 0.2866740822792053, 1.0], "mean": [0.04119308292865753, 0.03645183518528938, -0.00019861137843690813, 0.0009702989482320845, -6.932652468094602e-06, 0.001766897737979889, 0.13636364042758942], "std": [0.18032804131507874, 0.27691587805747986, 0.29418322443962097, 0.04837676137685776, 0.04168545827269554, 0.04250297322869301, 0.9906598329544067], "count": [528]}, "timestamp": {"min": [0.0], "max": [52.7], "mean": [26.349999999999998], "std": [15.242019769921132], "count": [528]}, "frame_index": {"min": [0], "max": [527], "mean": [263.5], "std": [152.42019769921134], "count": [528]}, "episode_index": {"min": [1653], "max": [1653], "mean": [1653.0], "std": [0.0], "count": [528]}, "index": {"min": [530693], "max": [531220], "mean": [530956.5], "std": [152.42019769921134], "count": [528]}, "task_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [528]}}} +{"episode_index": 1654, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41593366675283394]], [[0.3909710537779565]], [[0.35642872051164215]]], "std": [[[0.2681351364899616]], [[0.249061030586079]], [[0.23134518865884143]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5160232328527115]], [[0.48150168145871625]], [[0.4283679007735907]]], "std": [[[0.28858180416349805]], [[0.2653879017683773]], [[0.2410853909180644]]], "count": [100]}, "state": {"min": [-0.19607973098754883, -0.17911797761917114, 0.9196898341178894, 2.9476099014282227, -0.21486972272396088, -0.06200224161148071, 0.002260833978652954, -0.040013402700424194], "max": [0.09946248680353165, 0.2533159554004669, 1.2814114093780518, 3.2975246906280518, 0.27280762791633606, 0.1499435007572174, 0.039865005761384964, -0.0022416170686483383], "mean": [-0.018793873488903046, 0.04076475650072098, 1.1816868782043457, 3.08545184135437, 0.07988734543323517, 0.05129169300198555, 0.018981972709298134, -0.019041497260332108], "std": [0.10747938603162766, 0.1209363117814064, 0.09065210074186325, 0.08376234024763107, 0.13006485998630524, 0.055618759244680405, 0.01796009950339794, 0.01806284487247467], "count": [436]}, "actions": {"min": [-0.7706046104431152, -1.1333476305007935, -1.6450352668762207, -0.2688906788825989, -0.25974389910697937, -0.2158035784959793, -1.0], "max": [1.0961921215057373, 1.398177981376648, 1.4427821636199951, 0.23159188032150269, 0.193296417593956, 0.20703934133052826, 1.0], "mean": [0.05152897909283638, 0.04639765992760658, -0.01074504666030407, 0.003586464561522007, -0.00019168874132446945, 0.0034086820669472218, 0.1055045872926712], "std": [0.21287168562412262, 0.29751765727996826, 0.3386354446411133, 0.04755863919854164, 0.059490129351615906, 0.048282548785209656, 0.9944174289703369], "count": [436]}, "timestamp": {"min": [0.0], "max": [43.5], "mean": [21.75], "std": [12.586202763343678], "count": [436]}, "frame_index": {"min": [0], "max": [435], "mean": [217.5], "std": [125.86202763343677], "count": [436]}, "episode_index": {"min": [1654], "max": [1654], "mean": [1654.0], "std": [0.0], "count": [436]}, "index": {"min": [531221], "max": [531656], "mean": [531438.5], "std": [125.86202763343677], "count": [436]}, "task_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [436]}}} +{"episode_index": 1655, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40880216172162226]], [[0.384273697198606]], [[0.34999499033011644]]], "std": [[[0.26993980959947134]], [[0.25085920608167]], [[0.2336878920945303]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5627727870567173]], [[0.5241644466624541]], [[0.45016243130553]]], "std": [[[0.2761859762923295]], [[0.2527261213420019]], [[0.23459473099488415]]], "count": [100]}, "state": {"min": [-0.22958454489707947, -0.012905589304864407, 0.926473081111908, 3.043091297149658, -0.03386866673827171, -0.1580491065979004, 0.0020611188374459743, -0.039808083325624466], "max": [0.09187035262584686, 0.1383839249610901, 1.2311969995498657, 3.415922164916992, 0.30629026889801025, 0.1099163144826889, 0.04000449180603027, -0.0018190962728112936], "mean": [-0.10956728458404541, 0.06661795824766159, 1.1121618747711182, 3.229717493057251, 0.0918072760105133, -0.03849972039461136, 0.01274487841874361, -0.012440916150808334], "std": [0.11847458779811859, 0.04440515115857124, 0.09453315287828445, 0.11168604344129562, 0.10560096055269241, 0.07717921584844589, 0.01611066609621048, 0.016197971999645233], "count": [219]}, "actions": {"min": [-0.266544371843338, -0.3960222899913788, -1.9369797706604004, -0.1961517184972763, -0.14561451971530914, -0.1345166265964508, -1.0], "max": [1.2284129858016968, 0.5312622785568237, 1.0488011837005615, 0.0970785990357399, 0.12637832760810852, 0.11939359456300735, 1.0], "mean": [0.11389726400375366, 0.05204117298126221, -0.02538454346358776, -0.0014785738894715905, 0.003370289457961917, 0.006612810771912336, 0.4429223835468292], "std": [0.20686371624469757, 0.1275787204504013, 0.3664295971393585, 0.038453925400972366, 0.05046779289841652, 0.03738494962453842, 0.8965591788291931], "count": [219]}, "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": [1655], "max": [1655], "mean": [1655.0], "std": [0.0], "count": [219]}, "index": {"min": [531657], "max": [531875], "mean": [531766.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [219]}}} +{"episode_index": 1656, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4100434091605392]], [[0.3856738275266161]], [[0.35149873920515473]]], "std": [[[0.2702461179212911]], [[0.2514522684346112]], [[0.23451602628612958]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5650015982833563]], [[0.5266343168370864]], [[0.4506217340207567]]], "std": [[[0.27327419517799084]], [[0.24933857923659142]], [[0.2307911100980098]]], "count": [100]}, "state": {"min": [-0.21038466691970825, -0.01354096457362175, 0.9197685718536377, 3.0831384658813477, -0.0783689096570015, -0.14611954987049103, 0.0024052332155406475, -0.03988608717918396], "max": [0.08683352172374725, 0.16383904218673706, 1.1938698291778564, 3.2947356700897217, 0.19581598043441772, 0.043266795575618744, 0.03997102752327919, -0.0022858292795717716], "mean": [-0.1010425016283989, 0.0743902251124382, 1.1029225587844849, 3.1800119876861572, 0.005735940765589476, -0.051920365542173386, 0.014010549522936344, -0.013972573913633823], "std": [0.10897938162088394, 0.04911160096526146, 0.08636598289012909, 0.06483931094408035, 0.0825110450387001, 0.06810229271650314, 0.016563458368182182, 0.016587328165769577], "count": [216]}, "actions": {"min": [-0.26563236117362976, -0.4790687561035156, -0.8562161326408386, -0.26361083984375, -0.18136824667453766, -0.12777885794639587, -1.0], "max": [0.8227057456970215, 0.42944610118865967, 0.8228286504745483, 0.0948442593216896, 0.1098291203379631, 0.16995249688625336, 1.0], "mean": [0.10232682526111603, 0.062075939029455185, -0.02640041895210743, -0.0026375751476734877, 0.002268658485263586, 0.002818816341459751, 0.37962964177131653], "std": [0.1919107437133789, 0.1351253092288971, 0.31792759895324707, 0.0413227416574955, 0.045790597796440125, 0.041717372834682465, 0.925137996673584], "count": [216]}, "timestamp": {"min": [0.0], "max": [21.5], "mean": [10.75], "std": [6.235316083942069], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [1656], "max": [1656], "mean": [1656.0], "std": [0.0], "count": [216]}, "index": {"min": [531876], "max": [532091], "mean": [531983.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [216]}}} +{"episode_index": 1657, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41372469733743106]], [[0.3891431818943398]], [[0.35471859801049327]]], "std": [[[0.270179273776991]], [[0.25147145913680824]], [[0.23480415415668981]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5676510105507045]], [[0.529511584113626]], [[0.45690355787090225]]], "std": [[[0.2687171784535741]], [[0.24507280674393314]], [[0.22765553459654975]]], "count": [100]}, "state": {"min": [-0.2053305059671402, 0.011760418303310871, 0.9322792887687683, 2.9905683994293213, -0.1846875548362732, -0.10862403362989426, 0.002319563180208206, -0.04000626876950264], "max": [0.058955881744623184, 0.16123592853546143, 1.2307418584823608, 3.182086229324341, 0.102745421230793, 0.11025234311819077, 0.03987959027290344, -0.0023982611019164324], "mean": [-0.10692118108272552, 0.09104928374290466, 1.116813063621521, 3.0846147537231445, -0.06269478052854538, -0.0032716402783989906, 0.01591397635638714, -0.01603158563375473], "std": [0.10330381244421005, 0.04438380151987076, 0.0952870100736618, 0.05461956188082695, 0.08770447224378586, 0.05985233187675476, 0.017332561314105988, 0.017396265640854836], "count": [233]}, "actions": {"min": [-0.2717726528644562, -0.25789669156074524, -1.0093599557876587, -0.09358300268650055, -0.13217271864414215, -0.1666468232870102, -1.0], "max": [0.8891921043395996, 0.3574756681919098, 1.0180950164794922, 0.15410035848617554, 0.113213449716568, 0.1376046985387802, 1.0], "mean": [0.08442115783691406, 0.04028476029634476, -0.002366272732615471, -0.0022578160278499126, 0.0017216630512848496, 0.0023219275753945112, 0.270386278629303], "std": [0.18011164665222168, 0.09740877896547318, 0.3322495222091675, 0.028163082897663116, 0.047570183873176575, 0.04307328909635544, 0.9627507925033569], "count": [233]}, "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": [1657], "max": [1657], "mean": [1657.0], "std": [0.0], "count": [233]}, "index": {"min": [532092], "max": [532324], "mean": [532208.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [233]}}} +{"episode_index": 1658, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4084097589231005]], [[0.38390662997376684]], [[0.34989018578622855]]], "std": [[[0.2703180311560373]], [[0.251118814896333]], [[0.2339648260773789]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5593539404775583]], [[0.5220383635876226]], [[0.4479954881855086]]], "std": [[[0.2751529449532075]], [[0.2514974918041421]], [[0.233206587959978]]], "count": [100]}, "state": {"min": [-0.23054368793964386, 0.009368469007313251, 0.9273124933242798, 3.0596115589141846, -0.07166191935539246, 0.0027744797989726067, 0.0024386129807680845, -0.03996852785348892], "max": [0.07039782404899597, 0.16142329573631287, 1.173750400543213, 3.198716163635254, 0.15967394411563873, 0.13948343694210052, 0.03996631130576134, -0.00243943789973855], "mean": [-0.12498629093170166, 0.08029326796531677, 1.0816289186477661, 3.145040988922119, 0.041865646839141846, 0.044861212372779846, 0.014430235140025616, -0.014439057558774948], "std": [0.11477130651473999, 0.03725721687078476, 0.07955265790224075, 0.03657728433609009, 0.07985249906778336, 0.040455710142850876, 0.01662144809961319, 0.016627440229058266], "count": [208]}, "actions": {"min": [-0.23841921985149384, -0.2576428949832916, -1.1446995735168457, -0.15135036408901215, -0.17745338380336761, -0.10024654865264893, -1.0], "max": [1.047092318534851, 0.39737167954444885, 1.382508397102356, 0.12154266983270645, 0.12371554970741272, 0.13235680758953094, 1.0], "mean": [0.10713957995176315, 0.05071580782532692, -0.012186489067971706, -0.0016539791831746697, 0.001806450542062521, 0.004002808127552271, 0.36538460850715637], "std": [0.21522226929664612, 0.11984884738922119, 0.3131142556667328, 0.037213947623968124, 0.04572362080216408, 0.037515830248594284, 0.9308578968048096], "count": [208]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [1658], "max": [1658], "mean": [1658.0], "std": [0.0], "count": [208]}, "index": {"min": [532325], "max": [532532], "mean": [532428.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [208]}}} +{"episode_index": 1659, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.409265448476754]], [[0.38482329005821075]], [[0.3509392395019531]]], "std": [[[0.2695547715816669]], [[0.25080776866937204]], [[0.2344159548186822]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5672277820063573]], [[0.5289392030005361]], [[0.45811513205135573]]], "std": [[[0.26870951172812546]], [[0.2451356390955946]], [[0.22849341419349162]]], "count": [100]}, "state": {"min": [-0.23011420667171478, 0.0020983770955353975, 0.9280188679695129, 2.997653007507324, -0.2215811312198639, -0.058087803423404694, 0.00241302908398211, -0.03985777124762535], "max": [0.07024414837360382, 0.15621860325336456, 1.2801721096038818, 3.3048484325408936, 0.2884560227394104, 0.15271998941898346, 0.03990481048822403, -0.002369321882724762], "mean": [-0.12432612478733063, 0.10357645153999329, 1.135043740272522, 3.143049955368042, -0.0005188273498788476, 0.012914136052131653, 0.01199413277208805, -0.011904068291187286], "std": [0.11294811218976974, 0.04465077444911003, 0.10527380555868149, 0.09993262588977814, 0.16062472760677338, 0.06340454518795013, 0.015386171638965607, 0.015433186665177345], "count": [209]}, "actions": {"min": [-0.23406408727169037, -0.32780903577804565, -0.9795058965682983, -0.20396870374679565, -0.19061504304409027, -0.145783469080925, -1.0], "max": [0.9973429441452026, 0.4724283814430237, 1.2499982118606567, 0.3087707757949829, 0.168204665184021, 0.33346039056777954, 1.0], "mean": [0.10651332139968872, 0.054837752133607864, -0.007064235862344503, -0.005218710284680128, 0.0020003376994282007, 0.0011231164680793881, 0.4928229749202728], "std": [0.19030369818210602, 0.10198898613452911, 0.39384689927101135, 0.05018356442451477, 0.060462597757577896, 0.05029095336794853, 0.8701279759407043], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [1659], "max": [1659], "mean": [1659.0], "std": [0.0], "count": [209]}, "index": {"min": [532533], "max": [532741], "mean": [532637.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [209]}}} +{"episode_index": 1660, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4059815673828125]], [[0.3817825562720205]], [[0.347513115976371]]], "std": [[[0.27015831760988845]], [[0.2515413653833747]], [[0.23492552436399752]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.592082639208027]], [[0.548855390960095]], [[0.46784947892731316]]], "std": [[[0.2513743328894321]], [[0.2265142174395491]], [[0.21099218579598955]]], "count": [100]}, "state": {"min": [-0.21877959370613098, -0.031405914574861526, 0.9139100909233093, 2.9852294921875, -0.2648707628250122, -0.09131862968206406, 0.001573988818563521, -0.04000779613852501], "max": [0.09379597008228302, 0.2868315279483795, 1.2349737882614136, 3.228883743286133, 0.13758599758148193, 0.07759968936443329, 0.039884839206933975, -0.002369744936004281], "mean": [-0.12023251503705978, 0.11911151558160782, 1.092052698135376, 3.112713098526001, -0.053567029535770416, -0.026946328580379486, 0.016491683200001717, -0.016271987929940224], "std": [0.11338876932859421, 0.10130232572555542, 0.09677163511514664, 0.07989057898521423, 0.12173972278833389, 0.044100139290094376, 0.01776551455259323, 0.017683863639831543], "count": [300]}, "actions": {"min": [-0.32127997279167175, -0.43717777729034424, -0.9469841122627258, -0.14104817807674408, -0.26067236065864563, -0.14618617296218872, -1.0], "max": [0.7950061559677124, 0.6261592507362366, 0.6483814120292664, 0.15344321727752686, 0.13907179236412048, 0.12052302807569504, 1.0], "mean": [0.08153116703033447, 0.07091054320335388, -0.021536700427532196, 0.00031243328703567386, 0.0041849249973893166, 0.001547155319713056, 0.25999999046325684], "std": [0.16373175382614136, 0.13558459281921387, 0.25449827313423157, 0.033371198922395706, 0.04492521658539772, 0.0386614166200161, 0.9656109809875488], "count": [300]}, "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": [1660], "max": [1660], "mean": [1660.0], "std": [0.0], "count": [300]}, "index": {"min": [532742], "max": [533041], "mean": [532891.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [300]}}} +{"episode_index": 1661, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4073755463244868]], [[0.38308461866191784]], [[0.34884093280867035]]], "std": [[[0.2709706201964335]], [[0.2524249765143694]], [[0.23612602627004722]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.023529411764705882]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5791198963838465]], [[0.5381855498669194]], [[0.46288550881778495]]], "std": [[[0.25332708307261087]], [[0.22879642533394282]], [[0.2135476709590261]]], "count": [100]}, "state": {"min": [-0.2265464961528778, -0.031199485063552856, 0.9230849742889404, 3.0713040828704834, -0.3366173505783081, -0.0547853484749794, 0.003485581837594509, -0.040021881461143494], "max": [0.0808151513338089, 0.2640177309513092, 1.216395378112793, 3.2594401836395264, 0.056858133524656296, 0.20786258578300476, 0.040107082575559616, 3.719092319443007e-06], "mean": [-0.12411945313215256, 0.09170930087566376, 1.1041264533996582, 3.1445329189300537, -0.11457175761461258, 0.03906963765621185, 0.026506474241614342, -0.017679890617728233], "std": [0.11725745350122452, 0.08848904818296432, 0.09555266052484512, 0.05557437241077423, 0.11200771480798721, 0.07606849074363708, 0.011638043448328972, 0.018967781215906143], "count": [257]}, "actions": {"min": [-0.5163937211036682, -0.3656042218208313, -0.7568157315254211, -0.1233823224902153, -0.21743309497833252, -0.14578445255756378, -1.0], "max": [0.805237352848053, 0.4892585873603821, 1.522878646850586, 0.2824626564979553, 0.23183481395244598, 0.1672406792640686, 1.0], "mean": [0.08606135845184326, 0.08206204324960709, -0.016184931620955467, -0.0006372770294547081, 0.0038373409770429134, 0.005576152354478836, 0.12062256783246994], "std": [0.17796911299228668, 0.11855589598417282, 0.3113221526145935, 0.03796951845288277, 0.056675609201192856, 0.03218497335910797, 0.9926976561546326], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [1661], "max": [1661], "mean": [1661.0], "std": [0.0], "count": [257]}, "index": {"min": [533042], "max": [533298], "mean": [533170.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [257]}}} +{"episode_index": 1662, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102554494820389]], [[0.3858293193742341]], [[0.3513600421980316]]], "std": [[[0.2719587572821093]], [[0.25359204451853035]], [[0.23744713127288578]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.027450980392156862]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5942184460209865]], [[0.5519132098029641]], [[0.47119525445676314]]], "std": [[[0.2435585807319012]], [[0.21863304557801963]], [[0.20711627185547607]]], "count": [100]}, "state": {"min": [-0.2374694049358368, -0.008467542938888073, 0.9157814383506775, 3.06786847114563, -0.4365188777446747, -0.04790579155087471, 0.002587455091997981, -0.04000367596745491], "max": [0.09292273968458176, 0.27578309178352356, 1.2555984258651733, 3.254603147506714, 0.03688172996044159, 0.1231813132762909, 0.03992027789354324, -0.0024243961088359356], "mean": [-0.10677088797092438, 0.13088920712471008, 1.110996961593628, 3.1406402587890625, -0.18087464570999146, 0.04792041704058647, 0.015707334503531456, -0.015310163609683514], "std": [0.12659728527069092, 0.08590028434991837, 0.10306008160114288, 0.04944396764039993, 0.13780798017978668, 0.042976755648851395, 0.017056502401828766, 0.01707655005156994], "count": [240]}, "actions": {"min": [-0.3239579498767853, -0.22364091873168945, -1.0829942226409912, -0.15550640225410461, -0.23407165706157684, -0.10642581433057785, -1.0], "max": [0.8002632856369019, 0.8295157551765442, 0.8304318189620972, 0.16608470678329468, 0.14321397244930267, 0.13755442202091217, 1.0], "mean": [0.10564631968736649, 0.07634968310594559, -0.01891486905515194, -0.00044096994679421186, 0.0039876350201666355, 0.003088332014158368, 0.3166666626930237], "std": [0.18866315484046936, 0.1527239978313446, 0.32159173488616943, 0.040081921964883804, 0.05213436856865883, 0.040356095880270004, 0.9485383629798889], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [1662], "max": [1662], "mean": [1662.0], "std": [0.0], "count": [240]}, "index": {"min": [533299], "max": [533538], "mean": [533418.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [240]}}} +{"episode_index": 1663, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40576282037473194]], [[0.3814939946193321]], [[0.34720361926508886]]], "std": [[[0.26941237615938457]], [[0.25065348313144586]], [[0.23373827143415463]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5882464515835631]], [[0.546299124325023]], [[0.47043051985198375]]], "std": [[[0.26346870766344804]], [[0.23917420464836964]], [[0.22224767588373998]]], "count": [100]}, "state": {"min": [-0.2174348086118698, -0.0014576694229617715, 0.9236013889312744, 3.0928142070770264, -0.18205547332763672, -0.011449078097939491, 0.0026863489765673876, -0.03993673622608185], "max": [0.08243108540773392, 0.26082199811935425, 1.240269422531128, 3.349796772003174, 0.24872560799121857, 0.0857493206858635, 0.03990061953663826, -0.0022338253911584616], "mean": [-0.08999460190534592, 0.13202103972434998, 1.1192374229431152, 3.2227087020874023, 0.05122038722038269, 0.03506365790963173, 0.014059233479201794, -0.013554533943533897], "std": [0.11705545336008072, 0.09365260601043701, 0.0980411022901535, 0.07301127165555954, 0.10549507290124893, 0.02229069359600544, 0.016248831525444984, 0.016483277082443237], "count": [219]}, "actions": {"min": [-0.30334651470184326, -0.11305584013462067, -2.513566017150879, -0.18396613001823425, -0.23435555398464203, -0.16610431671142578, -1.0], "max": [1.460111141204834, 0.8100695610046387, 1.4749425649642944, 0.20703019201755524, 0.28513771295547485, 0.18439874053001404, 1.0], "mean": [0.11521881073713303, 0.090604268014431, -0.014457447454333305, 2.9562024792539887e-05, 0.004900061991065741, 0.0028754607774317265, 0.39726027846336365], "std": [0.24790295958518982, 0.12933829426765442, 0.39946988224983215, 0.04794013872742653, 0.06922172755002975, 0.04096624627709389, 0.9177064299583435], "count": [219]}, "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": [1663], "max": [1663], "mean": [1663.0], "std": [0.0], "count": [219]}, "index": {"min": [533539], "max": [533757], "mean": [533648.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [219]}}} +{"episode_index": 1664, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41485238408107383]], [[0.39009412279316025]], [[0.35572881780886184]]], "std": [[[0.26876230288483155]], [[0.2500881407802399]], [[0.23317352151190562]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.46567134662702975]], [[0.43637682686600027]], [[0.4008441221947764]]], "std": [[[0.2824390589649955]], [[0.2608282846529558]], [[0.23647849344716415]]], "count": [100]}, "state": {"min": [-0.1924307942390442, -0.18584424257278442, 1.0808870792388916, 3.010141372680664, -0.12347013503313065, -0.10975348204374313, 0.0027332904282957315, -0.040007609874010086], "max": [0.07438739389181137, 0.2739432454109192, 1.265011191368103, 3.370832920074463, 0.0713537260890007, 0.040679868310689926, 0.03988698124885559, -0.0025230073370039463], "mean": [-0.02422572486102581, -0.003967976197600365, 1.2017793655395508, 3.1357316970825195, -0.038982465863227844, -0.0333525650203228, 0.02134454995393753, -0.02095266431570053], "std": [0.07048281282186508, 0.1723218560218811, 0.04747168347239494, 0.10202963650226593, 0.05888371542096138, 0.03358912095427513, 0.017220282927155495, 0.01764938235282898], "count": [265]}, "actions": {"min": [-0.29337698221206665, -0.6882505416870117, -1.2885894775390625, -0.17749278247356415, -0.13274432718753815, -0.19563479721546173, -1.0], "max": [0.4966464638710022, 1.1661522388458252, 0.5662150382995605, 0.17970451712608337, 0.2060500532388687, 0.12540975213050842, 1.0], "mean": [0.07898736000061035, 0.06119363754987717, -0.0250256285071373, 0.0018274860922247171, 0.0029118116945028305, -0.0038237571716308594, 0.04150943458080292], "std": [0.138006329536438, 0.3121141493320465, 0.20143023133277893, 0.049735452979803085, 0.037216488271951675, 0.040871839970350266, 0.999137282371521], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [1664], "max": [1664], "mean": [1664.0], "std": [0.0], "count": [265]}, "index": {"min": [533758], "max": [534022], "mean": [533890.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [265]}}} +{"episode_index": 1665, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41364978386374085]], [[0.3888032962574678]], [[0.3545360951143152]]], "std": [[[0.26778627847584163]], [[0.24880938654595627]], [[0.23174616601754486]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.4687408327588848]], [[0.4389665808584176]], [[0.4022088617063036]]], "std": [[[0.28585397099600013]], [[0.26364014280889814]], [[0.23867876112459901]]], "count": [100]}, "state": {"min": [-0.2056688368320465, -0.16315507888793945, 1.0665831565856934, 3.038525104522705, -0.08538367599248886, -0.07895131409168243, 0.0014234967529773712, -0.040006086230278015], "max": [0.0928424522280693, 0.2666195333003998, 1.2753428220748901, 3.2800276279449463, 0.17554891109466553, 0.07336516678333282, 0.03991296514868736, -0.0015664290403947234], "mean": [-0.019945651292800903, 0.0012932887766510248, 1.2151705026626587, 3.144517421722412, 0.045677777379751205, -0.010720519348978996, 0.01846069097518921, -0.018410032615065575], "std": [0.07787257432937622, 0.16017857193946838, 0.05166773870587349, 0.0814787968993187, 0.06696003675460815, 0.03601241856813431, 0.01788945309817791, 0.0180408526211977], "count": [276]}, "actions": {"min": [-0.2491508275270462, -0.5045642256736755, -0.599149763584137, -0.12436956912279129, -0.09212672710418701, -0.12397447973489761, -1.0], "max": [0.4150869846343994, 1.2296700477600098, 0.5108495354652405, 0.14764542877674103, 0.09652536362409592, 0.16841340065002441, 1.0], "mean": [0.08890972286462784, 0.0829882025718689, -0.02448766864836216, 0.003592141205444932, 0.0042854538187384605, -0.0011664758203551173, 0.18115942180156708], "std": [0.13588111102581024, 0.255869597196579, 0.19136486947536469, 0.044780101627111435, 0.03424137830734253, 0.035508494824171066, 0.9834541082382202], "count": [276]}, "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": [1665], "max": [1665], "mean": [1665.0], "std": [0.0], "count": [276]}, "index": {"min": [534023], "max": [534298], "mean": [534160.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [276]}}} +{"episode_index": 1666, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4129627332500383]], [[0.38813167497223494]], [[0.35392725088082105]]], "std": [[[0.2679727856173589]], [[0.24889355783767253]], [[0.23149079321470456]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.44781847965016086]], [[0.41887981878542435]], [[0.3841336987065334]]], "std": [[[0.2868534526172024]], [[0.2659702592904548]], [[0.24199745657848049]]], "count": [100]}, "state": {"min": [-0.19064366817474365, -0.1844995766878128, 1.0772788524627686, 2.9489145278930664, -0.029361993074417114, -0.15906865894794464, 0.0025204841513186693, -0.04000968113541603], "max": [0.0840771272778511, 0.2813725471496582, 1.2449194192886353, 3.3280200958251953, 0.16335314512252808, 0.09748777747154236, 0.03981652855873108, -0.0023890261072665453], "mean": [-0.012654244899749756, -0.002677677432075143, 1.1894348859786987, 3.09749436378479, 0.0520516075193882, -0.04431704804301262, 0.020038407295942307, -0.02005944214761257], "std": [0.07365848869085312, 0.18034614622592926, 0.045851800590753555, 0.1461627334356308, 0.05385313555598259, 0.06499721854925156, 0.017973020672798157, 0.01814335398375988], "count": [236]}, "actions": {"min": [-0.2054596096277237, -0.6734922528266907, -0.48571208119392395, -0.18541358411312103, -0.11091458052396774, -0.1432020515203476, -1.0], "max": [0.4930972158908844, 1.3907150030136108, 0.6430004835128784, 0.17850178480148315, 0.17070256173610687, 0.14666010439395905, 1.0], "mean": [0.09157048910856247, 0.09683637320995331, -0.029554635286331177, 0.008800670504570007, 0.006107257679104805, -0.0024901116266846657, 0.05932203307747841], "std": [0.1453728973865509, 0.33895233273506165, 0.17422451078891754, 0.05072854459285736, 0.032962508499622345, 0.036673158407211304, 0.9982379674911499], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [1666], "max": [1666], "mean": [1666.0], "std": [0.0], "count": [236]}, "index": {"min": [534299], "max": [534534], "mean": [534416.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [236]}}} +{"episode_index": 1667, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.413776123046875]], [[0.3889348330030254]], [[0.3543995720358456]]], "std": [[[0.26748403881955984]], [[0.2487660051582895]], [[0.23206543873783336]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.48624088721181835]], [[0.4560838467467065]], [[0.41997249648150276]]], "std": [[[0.28091538143571254]], [[0.2578695633065765]], [[0.2327048823976907]]], "count": [100]}, "state": {"min": [-0.18494392931461334, -0.16737329959869385, 1.0889471769332886, 3.071378469467163, -0.14662206172943115, -0.0814954936504364, 0.001325633144006133, -0.04000420495867729], "max": [0.06403112411499023, 0.2799314558506012, 1.307266116142273, 3.2521820068359375, 0.09122379869222641, 0.03715142980217934, 0.039959099143743515, -0.0019574034959077835], "mean": [-0.02557414583861828, 0.0039389487355947495, 1.2361747026443481, 3.1687402725219727, -0.03400033339858055, -0.006632556207478046, 0.019352037459611893, -0.018793167546391487], "std": [0.06055368855595589, 0.16870710253715515, 0.06253909319639206, 0.051785197108983994, 0.0697535052895546, 0.026224356144666672, 0.01785808801651001, 0.018231544643640518], "count": [322]}, "actions": {"min": [-0.4466945230960846, -0.5875108242034912, -0.5498816967010498, -0.2444596290588379, -0.08289095759391785, -0.18580080568790436, -1.0], "max": [0.44240108132362366, 0.915599524974823, 0.5852839350700378, 0.3530040979385376, 0.12551382184028625, 0.2184780091047287, 1.0], "mean": [0.06323760747909546, 0.07241100817918777, -0.021991658955812454, 0.00141649111174047, 0.0027557597495615482, -0.0006505257915705442, 0.12422360479831696], "std": [0.10385976731777191, 0.2380683422088623, 0.19235867261886597, 0.043638475239276886, 0.029625389724969864, 0.03956003114581108, 0.9922555685043335], "count": [322]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.295294508513434], "count": [322]}, "frame_index": {"min": [0], "max": [321], "mean": [160.5], "std": [92.95294508513435], "count": [322]}, "episode_index": {"min": [1667], "max": [1667], "mean": [1667.0], "std": [0.0], "count": [322]}, "index": {"min": [534535], "max": [534856], "mean": [534695.5], "std": [92.95294508513435], "count": [322]}, "task_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [322]}}} +{"episode_index": 1668, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40845307248420754]], [[0.3843677980949729]], [[0.35120694232406946]]], "std": [[[0.2667201161438712]], [[0.247840844584983]], [[0.2305991951329256]]], "count": [118]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.48379740386993314]], [[0.45746792469677555]], [[0.41384447122499685]]], "std": [[[0.2954774024617961]], [[0.2750039578758861]], [[0.25090671232782985]]], "count": [118]}, "state": {"min": [-0.2217935174703598, -0.1739031970500946, 0.9209316968917847, 2.938009023666382, 0.02035902999341488, -0.05789961665868759, 0.0017272019758820534, -0.040010012686252594], "max": [0.10013903677463531, 0.17872756719589233, 1.296435832977295, 3.268247127532959, 0.3594547510147095, 0.1686176061630249, 0.039999935775995255, -0.00213903421536088], "mean": [-0.02384217642247677, 0.0623013861477375, 1.1611621379852295, 3.083071708679199, 0.16397973895072937, 0.0422084704041481, 0.021318616345524788, -0.021461591124534607], "std": [0.10650238394737244, 0.11514442414045334, 0.09048338979482651, 0.0801173597574234, 0.07996115833520889, 0.045701295137405396, 0.018249908462166786, 0.01824362948536873], "count": [583]}, "actions": {"min": [-0.7919613718986511, -0.7263518571853638, -0.7981564998626709, -0.19180098176002502, -0.24847069382667542, -0.11666940152645111, -1.0], "max": [0.6563346982002258, 0.8443990349769592, 1.3972967863082886, 0.2939564883708954, 0.30750033259391785, 0.17595511674880981, 1.0], "mean": [0.03633204102516174, 0.01167457178235054, -0.0022090496495366096, 0.0021611677948385477, -0.0007908992702141404, -0.0012268568389117718, -0.01886792480945587], "std": [0.1697048395872116, 0.22662073373794556, 0.2197951227426529, 0.04799945652484894, 0.05217295140028, 0.037959810346364975, 0.9998210668563843], "count": [583]}, "timestamp": {"min": [0.0], "max": [58.2], "mean": [29.099999999999998], "std": [16.829735589129143], "count": [583]}, "frame_index": {"min": [0], "max": [582], "mean": [291.0], "std": [168.2973558912914], "count": [583]}, "episode_index": {"min": [1668], "max": [1668], "mean": [1668.0], "std": [0.0], "count": [583]}, "index": {"min": [534857], "max": [535439], "mean": [535148.0], "std": [168.2973558912914], "count": [583]}, "task_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [583]}}} +{"episode_index": 1669, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41674968167847276]], [[0.39166752403857663]], [[0.35700427737890505]]], "std": [[[0.26936856739948234]], [[0.25033280392335233]], [[0.23320272908204312]]], "count": [128]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5244242149240831]], [[0.49553550458421897]], [[0.44726970102272784]]], "std": [[[0.2732247982012492]], [[0.24973620951006142]], [[0.22661251722885373]]], "count": [128]}, "state": {"min": [-0.22169235348701477, -0.1752297282218933, 0.9236021041870117, 2.974508285522461, -0.35288891196250916, -0.10380978882312775, 0.0023758085444569588, -0.04000652953982353], "max": [0.053307946771383286, 0.20772717893123627, 1.3224334716796875, 3.3452870845794678, 0.11277912557125092, 0.1796559989452362, 0.040001243352890015, -0.0014248929219320416], "mean": [-0.07788444310426712, 0.09833293408155441, 1.1730722188949585, 3.1681225299835205, -0.10854300111532211, 0.023260170593857765, 0.020694078877568245, -0.02038414776325226], "std": [0.09896589815616608, 0.12504707276821136, 0.09790864586830139, 0.09308283030986786, 0.10708089917898178, 0.0538843534886837, 0.01815665327012539, 0.018339449539780617], "count": [651]}, "actions": {"min": [-0.8274298310279846, -1.118813395500183, -0.6234877705574036, -0.18454350531101227, -0.2837734520435333, -0.18313394486904144, -1.0], "max": [1.0271575450897217, 0.9674648642539978, 1.1422851085662842, 0.24254535138607025, 0.16983573138713837, 0.15700051188468933, 1.0], "mean": [0.0324040912091732, 0.014125846326351166, -0.00779113220050931, 0.0014323067152872682, 0.002149820327758789, 0.00028413301333785057, 0.038402456790208817], "std": [0.1456684172153473, 0.22346776723861694, 0.2390727400779724, 0.04481271281838417, 0.046088337898254395, 0.03753742203116417, 0.9992641806602478], "count": [651]}, "timestamp": {"min": [0.0], "max": [65.0], "mean": [32.5], "std": [18.792729090439916], "count": [651]}, "frame_index": {"min": [0], "max": [650], "mean": [325.0], "std": [187.92729090439914], "count": [651]}, "episode_index": {"min": [1669], "max": [1669], "mean": [1669.0], "std": [0.0], "count": [651]}, "index": {"min": [535440], "max": [536090], "mean": [535765.0], "std": [187.92729090439914], "count": [651]}, "task_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [651]}}} +{"episode_index": 1670, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.413565489892466]], [[0.38882428337545955]], [[0.35471355126237225]]], "std": [[[0.267665298796388]], [[0.24854241751718983]], [[0.23141737889075853]]], "count": [111]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.4999951078074283]], [[0.47246406958141507]], [[0.42413628461440533]]], "std": [[[0.28326947418601667]], [[0.2617377031296924]], [[0.2373873788115907]]], "count": [111]}, "state": {"min": [-0.21866466104984283, -0.19276860356330872, 0.919878363609314, 2.839470624923706, -0.15073928236961365, -0.14898084104061127, 0.0017617845442146063, -0.04002738744020462], "max": [0.08509817719459534, 0.20364491641521454, 1.309640884399414, 3.2314281463623047, 0.21184487640857697, 0.24241897463798523, 0.03985970839858055, -0.00197903485968709], "mean": [-0.05790015310049057, 0.07274544984102249, 1.1680454015731812, 3.0410983562469482, 0.049221742898225784, 0.023353278636932373, 0.020651953294873238, -0.022512003779411316], "std": [0.10401518642902374, 0.13233451545238495, 0.092982716858387, 0.0980113074183464, 0.08729449659585953, 0.07001293450593948, 0.017996687442064285, 0.016916103661060333], "count": [539]}, "actions": {"min": [-0.6754469871520996, -1.2902929782867432, -0.6341810822486877, -0.21633046865463257, -0.21417273581027985, -0.22508041560649872, -1.0], "max": [1.0018410682678223, 1.6322895288467407, 1.1494719982147217, 0.21738211810588837, 0.19144868850708008, 0.19439220428466797, 1.0], "mean": [0.04324640706181526, 0.02128971740603447, -0.007002689875662327, 0.003257448785007, 0.001595596899278462, -0.0016650856705382466, 0.027829313650727272], "std": [0.2018010914325714, 0.288715660572052, 0.24218958616256714, 0.05277113988995552, 0.0528743602335453, 0.055205751210451126, 0.999613344669342], "count": [539]}, "timestamp": {"min": [0.0], "max": [53.8], "mean": [26.900000000000002], "std": [15.559562975867927], "count": [539]}, "frame_index": {"min": [0], "max": [538], "mean": [269.0], "std": [155.59562975867928], "count": [539]}, "episode_index": {"min": [1670], "max": [1670], "mean": [1670.0], "std": [0.0], "count": [539]}, "index": {"min": [536091], "max": [536629], "mean": [536360.0], "std": [155.59562975867928], "count": [539]}, "task_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [539]}}} +{"episode_index": 1671, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41119083612592555]], [[0.3867475584127263]], [[0.35295971329708353]]], "std": [[[0.26718636556595976]], [[0.24825184562964497]], [[0.23112252746626938]]], "count": [119]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5117318717037597]], [[0.48389355189168953]], [[0.4363166365322554]]], "std": [[[0.28191281101288496]], [[0.25973334355928107]], [[0.2362140830043798]]], "count": [119]}, "state": {"min": [-0.2543960511684418, -0.15681998431682587, 0.9311240911483765, 3.0188841819763184, -0.22088123857975006, -0.1098722293972969, 0.002066338201984763, -0.040006350725889206], "max": [0.07305380702018738, 0.18998782336711884, 1.301689624786377, 3.3396685123443604, 0.16993995010852814, 0.12546731531620026, 0.039949990808963776, -0.0021945873741060495], "mean": [-0.06977569311857224, 0.08230467140674591, 1.1590362787246704, 3.1416211128234863, 0.023980583995580673, 0.013358088210225105, 0.020513484254479408, -0.02049569971859455], "std": [0.12082081288099289, 0.1166854053735733, 0.08917194604873657, 0.08769386261701584, 0.09151219576597214, 0.061409417539834976, 0.017972825095057487, 0.01800752617418766], "count": [589]}, "actions": {"min": [-0.544425368309021, -1.0342024564743042, -0.7535342574119568, -0.1839422732591629, -0.1753612756729126, -0.12853513658046722, -1.0], "max": [0.7662470936775208, 1.0027345418930054, 0.8583147525787354, 0.16937962174415588, 0.14104314148426056, 0.19288067519664764, 1.0], "mean": [0.042216747999191284, 0.015279007144272327, 0.0011197857093065977, 0.003204997396096587, 0.0012139203026890755, -0.0011628472711890936, 0.04584040865302086], "std": [0.15274029970169067, 0.22754070162773132, 0.21089383959770203, 0.04426663741469383, 0.04308434575796127, 0.034932561218738556, 0.9989479780197144], "count": [589]}, "timestamp": {"min": [0.0], "max": [58.8], "mean": [29.4], "std": [17.002940922087568], "count": [589]}, "frame_index": {"min": [0], "max": [588], "mean": [294.0], "std": [170.02940922087566], "count": [589]}, "episode_index": {"min": [1671], "max": [1671], "mean": [1671.0], "std": [0.0], "count": [589]}, "index": {"min": [536630], "max": [537218], "mean": [536924.0], "std": [170.02940922087566], "count": [589]}, "task_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [589]}}} +{"episode_index": 1672, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.412671285465609]], [[0.3880956801778015]], [[0.3536188813545953]]], "std": [[[0.2687518251907346]], [[0.24985098643705891]], [[0.23289473187979315]]], "count": [109]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5178418937143736]], [[0.48746704661518064]], [[0.43852641556326877]]], "std": [[[0.27804072010033537]], [[0.25446224535147455]], [[0.22950872796071306]]], "count": [109]}, "state": {"min": [-0.19497661292552948, -0.19098179042339325, 0.9333335161209106, 2.9274935722351074, -0.19847372174263, -0.08295102417469025, 0.0012832232750952244, -0.040011800825595856], "max": [0.0723072811961174, 0.296808123588562, 1.2819151878356934, 3.332702398300171, 0.16978943347930908, 0.13660064339637756, 0.03985309600830078, -0.0016902859788388014], "mean": [-0.050579704344272614, 0.06370420008897781, 1.162291169166565, 3.070704698562622, -0.06218063458800316, 0.040118131786584854, 0.01871516928076744, -0.018816249445080757], "std": [0.09000392258167267, 0.1308119148015976, 0.08723672479391098, 0.1041889414191246, 0.08501432836055756, 0.05361740291118622, 0.01802191510796547, 0.018054069951176643], "count": [521]}, "actions": {"min": [-0.44170135259628296, -0.9976879954338074, -0.9220852255821228, -0.27020522952079773, -0.2115604281425476, -0.14142128825187683, -1.0], "max": [0.6334917545318604, 1.6193100214004517, 0.9715041518211365, 0.25262126326560974, 0.18145297467708588, 0.2709149718284607, 1.0], "mean": [0.0426022969186306, 0.03622157871723175, -0.010942786931991577, 0.004818954970687628, 0.0028291530907154083, -0.0022583375684916973, 0.12476007640361786], "std": [0.1343114972114563, 0.2710074782371521, 0.25531741976737976, 0.05294863134622574, 0.046271856874227524, 0.03768232464790344, 0.9921876788139343], "count": [521]}, "timestamp": {"min": [0.0], "max": [52.0], "mean": [26.0], "std": [15.039946808416579], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [1672], "max": [1672], "mean": [1672.0], "std": [0.0], "count": [521]}, "index": {"min": [537219], "max": [537739], "mean": [537479.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [521]}}} +{"episode_index": 1673, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41435163369787276]], [[0.38942132187747985]], [[0.35452274627832686]]], "std": [[[0.26947619213765484]], [[0.25045016572993867]], [[0.23334932127669572]]], "count": [122]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5264180310015432]], [[0.4956045417454571]], [[0.4447855852225784]]], "std": [[[0.2711730200003545]], [[0.24681870837221248]], [[0.22291296002813554]]], "count": [122]}, "state": {"min": [-0.2610328197479248, -0.19007596373558044, 0.9247478246688843, 3.0136983394622803, -0.36371707916259766, -0.0757916048169136, 0.002358615631237626, -0.040010519325733185], "max": [0.052807874977588654, 0.2626264989376068, 1.2997177839279175, 3.350799798965454, 0.09000915288925171, 0.17494022846221924, 0.03992660343647003, -0.0021010569762438536], "mean": [-0.07974239438772202, 0.0704856738448143, 1.168828010559082, 3.1331353187561035, -0.09501340240240097, 0.06108379736542702, 0.018285147845745087, -0.018253905698657036], "std": [0.11153264343738556, 0.12406016141176224, 0.09761326014995575, 0.06927358359098434, 0.1025199145078659, 0.05453964322805405, 0.01782146468758583, 0.01793932169675827], "count": [610]}, "actions": {"min": [-0.5511642694473267, -0.837343692779541, -0.8706097602844238, -0.24590815603733063, -0.1672338843345642, -0.08728045225143433, -1.0], "max": [0.8378919959068298, 1.4252698421478271, 0.8927159905433655, 0.1764383614063263, 0.1464800238609314, 0.15000948309898376, 1.0], "mean": [0.03790706768631935, 0.017677107825875282, -0.002957075834274292, 0.001457576989196241, 0.0013582678511738777, -0.0004986177082173526, 0.16393442451953888], "std": [0.14398936927318573, 0.24948523938655853, 0.2406792938709259, 0.047908715903759, 0.03865444287657738, 0.031362514942884445, 0.9864727258682251], "count": [610]}, "timestamp": {"min": [0.0], "max": [60.9], "mean": [30.45], "std": [17.60915954837141], "count": [610]}, "frame_index": {"min": [0], "max": [609], "mean": [304.5], "std": [176.0915954837141], "count": [610]}, "episode_index": {"min": [1673], "max": [1673], "mean": [1673.0], "std": [0.0], "count": [610]}, "index": {"min": [537740], "max": [538349], "mean": [538044.5], "std": [176.0915954837141], "count": [610]}, "task_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [610]}}} +{"episode_index": 1674, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113080959875607]], [[0.38650373498439883]], [[0.3522869500073619]]], "std": [[[0.2671224965015727]], [[0.24768882753574878]], [[0.230132295883478]]], "count": [103]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5067584119296042]], [[0.47632051065220915]], [[0.42857322845371837]]], "std": [[[0.2865166697612297]], [[0.2631884500537482]], [[0.23746327910164775]]], "count": [103]}, "state": {"min": [-0.20019188523292542, -0.184882253408432, 0.9445352554321289, 2.934598445892334, -0.1577882617712021, -0.0690988302230835, 0.0015462525188922882, -0.04001042991876602], "max": [0.07841553539037704, 0.2716798186302185, 1.2892476320266724, 3.263371467590332, 0.21300625801086426, 0.13497646152973175, 0.03987628221511841, -0.0021160070318728685], "mean": [-0.038177359849214554, 0.06714149564504623, 1.1719257831573486, 3.056365489959717, 0.06456368416547775, 0.022883329540491104, 0.02019408345222473, -0.02033553086221218], "std": [0.09649624675512314, 0.12971000373363495, 0.08472677320241928, 0.08683817833662033, 0.08382023125886917, 0.05003827437758446, 0.0181728582829237, 0.01821448840200901], "count": [485]}, "actions": {"min": [-0.33273887634277344, -0.7406262755393982, -0.6633101105690002, -0.29536116123199463, -0.3083497881889343, -0.13178680837154388, -1.0], "max": [0.6919841170310974, 1.4782570600509644, 1.7278085947036743, 0.40246903896331787, 0.1431633085012436, 0.18616239726543427, 1.0], "mean": [0.04732528328895569, 0.038157302886247635, -0.006152675487101078, 0.0043674493208527565, 0.0028131003491580486, -0.0020335367880761623, 0.039175257086753845], "std": [0.1474428027868271, 0.2832129895687103, 0.26466476917266846, 0.05832836404442787, 0.04692794010043144, 0.03897576406598091, 0.9992340803146362], "count": [485]}, "timestamp": {"min": [0.0], "max": [48.4], "mean": [24.2], "std": [14.00071426749364], "count": [485]}, "frame_index": {"min": [0], "max": [484], "mean": [242.0], "std": [140.0071426749364], "count": [485]}, "episode_index": {"min": [1674], "max": [1674], "mean": [1674.0], "std": [0.0], "count": [485]}, "index": {"min": [538350], "max": [538834], "mean": [538592.0], "std": [140.0071426749364], "count": [485]}, "task_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [485]}}} +{"episode_index": 1675, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4093149574261414]], [[0.38493054747212413]], [[0.3511766536727081]]], "std": [[[0.2681208066882538]], [[0.2493416687797616]], [[0.23288004452798755]]], "count": [114]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.50926897844827]], [[0.47836985973545804]], [[0.43062228270728525]]], "std": [[[0.2809318540776049]], [[0.2580235694788943]], [[0.23268612395741192]]], "count": [114]}, "state": {"min": [-0.226785808801651, -0.18950413167476654, 0.9220645427703857, 2.9378485679626465, -0.15221701562404633, -0.0943491980433464, 0.0022650188766419888, -0.04001012071967125], "max": [0.08314625173807144, 0.26526904106140137, 1.2992727756500244, 3.3298306465148926, 0.15515390038490295, 0.12397048622369766, 0.0399286225438118, -0.0015112013788893819], "mean": [-0.0583476722240448, 0.04324596747756004, 1.1684809923171997, 3.077684164047241, -0.037857525050640106, 0.017538348212838173, 0.020323684439063072, -0.020291360095143318], "std": [0.10654699057340622, 0.11575242131948471, 0.09288499504327774, 0.10022460669279099, 0.07276901602745056, 0.05298066511750221, 0.017758898437023163, 0.01790601760149002], "count": [557]}, "actions": {"min": [-0.6924223899841309, -0.6705242991447449, -0.7529556751251221, -0.279315710067749, -0.17280611395835876, -0.14232227206230164, -1.0], "max": [0.6749488115310669, 1.4622735977172852, 1.1648006439208984, 0.2170485407114029, 0.20582109689712524, 0.14225393533706665, 1.0], "mean": [0.04066678509116173, 0.03801547363400459, -0.014694900251924992, 0.00449299206957221, 0.0026857471093535423, -0.0015797874657437205, 0.06642729043960571], "std": [0.1505737602710724, 0.2684480845928192, 0.2573269307613373, 0.044497910887002945, 0.04102315008640289, 0.03598494082689285, 0.9977908134460449], "count": [557]}, "timestamp": {"min": [0.0], "max": [55.6], "mean": [27.8], "std": [16.07917908352289], "count": [557]}, "frame_index": {"min": [0], "max": [556], "mean": [278.0], "std": [160.7917908352289], "count": [557]}, "episode_index": {"min": [1675], "max": [1675], "mean": [1675.0], "std": [0.0], "count": [557]}, "index": {"min": [538835], "max": [539391], "mean": [539113.0], "std": [160.7917908352289], "count": [557]}, "task_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [557]}}} +{"episode_index": 1676, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4114458600212546]], [[0.3862996580834482]], [[0.3510375168744256]]], "std": [[[0.26951614075926045]], [[0.2499776000116064]], [[0.2325064709106446]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5490148961684282]], [[0.5070224274280025]], [[0.42846663231943166]]], "std": [[[0.2655649173314323]], [[0.23990820431873622]], [[0.21749397051943903]]], "count": [100]}, "state": {"min": [-0.22901038825511932, -0.17997698485851288, 0.9481748342514038, 3.0260393619537354, -0.1463765650987625, -0.13872720301151276, -0.00039343207026831806, -0.040006279945373535], "max": [0.03618355467915535, 0.05696258693933487, 1.3172698020935059, 3.23190975189209, 0.10760387778282166, 0.14499340951442719, 0.039938200265169144, -0.0013287344481796026], "mean": [-0.13587218523025513, -0.021443147212266922, 1.1484384536743164, 3.112525463104248, -0.03095857985317707, -0.07305575162172318, 0.015488107688724995, -0.015711652114987373], "std": [0.0968545451760292, 0.09027879685163498, 0.1266692578792572, 0.04588036984205246, 0.07323246449232101, 0.07263518869876862, 0.01752180978655815, 0.01743248663842678], "count": [307]}, "actions": {"min": [-0.3872264325618744, -0.6714891195297241, -0.6608134508132935, -0.1344681978225708, -0.3346406817436218, -0.11340715736150742, -1.0], "max": [0.9029043316841125, 0.3065377175807953, 0.8310398459434509, 0.2200859636068344, 0.21466483175754547, 0.2595401704311371, 1.0], "mean": [0.061285074800252914, -0.045326389372348785, 0.014905204065144062, -0.001386541174724698, 0.0024417093954980373, -0.0025018544401973486, 0.3094462454319], "std": [0.14334332942962646, 0.14329028129577637, 0.23921994864940643, 0.041238896548748016, 0.051762763410806656, 0.040859777480363846, 0.9509181380271912], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [1676], "max": [1676], "mean": [1676.0], "std": [0.0], "count": [307]}, "index": {"min": [539392], "max": [539698], "mean": [539545.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [307]}}} +{"episode_index": 1677, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.4160135145000383]], [[0.3906946752211627]], [[0.355777011646944]]], "std": [[[0.2691841109021026]], [[0.24970402988947138]], [[0.23255712275816526]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5400131973565794]], [[0.4991068264830346]], [[0.42260827935910694]]], "std": [[[0.26008532844547405]], [[0.23495284153347332]], [[0.21373026330823422]]], "count": [100]}, "state": {"min": [-0.239211305975914, -0.21493840217590332, 0.924667477607727, 2.936673641204834, -0.14559416472911835, 0.08981017023324966, 0.0017151397187262774, -0.04000960662961006], "max": [0.0019224565476179123, 0.08155979216098785, 1.291941523551941, 3.258028745651245, 0.14999836683273315, 0.27440741658210754, 0.03987808898091316, -0.0021894534584134817], "mean": [-0.1438305824995041, -0.03953954949975014, 1.1356916427612305, 3.0566751956939697, -0.02609102614223957, 0.15541087090969086, 0.015521940775215626, -0.015696603804826736], "std": [0.09489721059799194, 0.12346456944942474, 0.12269273400306702, 0.07283373922109604, 0.0763714537024498, 0.05259466916322708, 0.017362432554364204, 0.01743798889219761], "count": [291]}, "actions": {"min": [-0.600892961025238, -0.8233447074890137, -0.9676162600517273, -0.16843043267726898, -0.14987877011299133, -0.18114720284938812, -1.0], "max": [0.5192477107048035, 0.3831895887851715, 1.092942476272583, 0.25757527351379395, 0.2504247725009918, 0.13659176230430603, 1.0], "mean": [0.05951626971364021, -0.059588365256786346, 0.027287496253848076, 0.0031783096492290497, 0.0034756886307150126, -0.0033859857358038425, 0.29209622740745544], "std": [0.13986817002296448, 0.18235397338867188, 0.2819536626338959, 0.05723283067345619, 0.05573848634958267, 0.04312096908688545, 0.956389307975769], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1677], "max": [1677], "mean": [1677.0], "std": [0.0], "count": [291]}, "index": {"min": [539699], "max": [539989], "mean": [539844.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1678, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4092665752336091]], [[0.3843056353400735]], [[0.3496378987630208]]], "std": [[[0.27022008435102707]], [[0.2509427655013545]], [[0.23405692065231778]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5324700766170726]], [[0.4918325177360984]], [[0.41696140005074295]]], "std": [[[0.26574401627431105]], [[0.24016813918306498]], [[0.21783261817698646]]], "count": [100]}, "state": {"min": [-0.23752419650554657, -0.201725035905838, 0.9225836992263794, 3.061981678009033, -0.2636379301548004, -0.10048206150531769, 0.001103401416912675, -0.04000438377261162], "max": [-0.009005850180983543, 0.05748731270432472, 1.3353010416030884, 3.2394678592681885, 0.10892794281244278, 0.016760703176259995, 0.04000306874513626, -0.0024352215696126223], "mean": [-0.15972378849983215, -0.027638833969831467, 1.1365479230880737, 3.160076856613159, -0.0683630183339119, -0.03159954398870468, 0.018654318526387215, -0.018673699349164963], "std": [0.08153977245092392, 0.096249058842659, 0.1302383989095688, 0.05150584876537323, 0.09901642054319382, 0.029622802510857582, 0.017282141372561455, 0.017301909625530243], "count": [313]}, "actions": {"min": [-0.43728968501091003, -0.7076427936553955, -0.7491093277931213, -0.12548406422138214, -0.24835655093193054, -0.12096777558326721, -1.0], "max": [0.5350425839424133, 0.4472852349281311, 0.8427554965019226, 0.15878883004188538, 0.17742791771888733, 0.13894353806972504, 1.0], "mean": [0.04218728840351105, -0.040008045732975006, 0.016321225091814995, 0.0012958990409970284, 0.001556596951559186, -0.0002671023248694837, 0.17571884393692017], "std": [0.13257648050785065, 0.15673449635505676, 0.25592848658561707, 0.044360123574733734, 0.054476164281368256, 0.03811369091272354, 0.9844417572021484], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [1678], "max": [1678], "mean": [1678.0], "std": [0.0], "count": [313]}, "index": {"min": [539990], "max": [540302], "mean": [540146.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [313]}}} +{"episode_index": 1679, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115443946987975]], [[0.38635620775409774]], [[0.35123463110830266]]], "std": [[[0.27044174871914445]], [[0.25100049909594474]], [[0.23379661117974407]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5315723164876301]], [[0.49091939649394917]], [[0.4150814418418735]]], "std": [[[0.26886328560999845]], [[0.24307668390175619]], [[0.21968555634685538]]], "count": [100]}, "state": {"min": [-0.23364004492759705, -0.20024044811725616, 0.944817841053009, 3.104658365249634, -0.21593289077281952, -0.11694342643022537, 0.0019969844724982977, -0.03996066004037857], "max": [0.01573774963617325, 0.04019011929631233, 1.3172560930252075, 3.2683582305908203, 0.10721848905086517, 0.19317138195037842, 0.04000065103173256, -0.002967544598504901], "mean": [-0.1372796893119812, -0.03960508480668068, 1.154096245765686, 3.1811206340789795, -0.053982432931661606, 0.014469447545707226, 0.014696699567139149, -0.014624007046222687], "std": [0.09211846441030502, 0.08981037884950638, 0.12082407623529434, 0.04143013060092926, 0.08815141767263412, 0.09139643609523773, 0.01654071919620037, 0.016552215442061424], "count": [287]}, "actions": {"min": [-0.25196775794029236, -0.7415357232093811, -0.5361059904098511, -0.12104519456624985, -0.15128281712532043, -0.12593217194080353, -1.0], "max": [0.5522420406341553, 0.28762051463127136, 1.1212348937988281, 0.1100807934999466, 0.18576759099960327, 0.1269346922636032, 1.0], "mean": [0.06665811687707901, -0.05055461823940277, 0.021967383101582527, -0.00030521844746544957, 0.004384548403322697, -0.0010119866346940398, 0.3728223145008087], "std": [0.12261766195297241, 0.15375608205795288, 0.25426554679870605, 0.03558719530701637, 0.05063849687576294, 0.03757372498512268, 0.9279046058654785], "count": [287]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.3], "std": [8.284926070883191], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [1679], "max": [1679], "mean": [1679.0], "std": [0.0], "count": [287]}, "index": {"min": [540303], "max": [540589], "mean": [540446.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [287]}}} +{"episode_index": 1680, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110738884420956]], [[0.3859787585688572]], [[0.35088205015893076]]], "std": [[[0.27122760978834115]], [[0.2520131920824926]], [[0.23521830444992253]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5552032003963695]], [[0.5129395506615733]], [[0.43801617252125463]]], "std": [[[0.25105481261321494]], [[0.22540328000630216]], [[0.2055616504999966]]], "count": [100]}, "state": {"min": [-0.2585758566856384, -0.19563116133213043, 0.948613166809082, 2.9791722297668457, -0.35463404655456543, -0.05111817643046379, 0.001953311264514923, -0.04000358656048775], "max": [0.006820527371019125, 0.03817584365606308, 1.3345547914505005, 3.193099021911621, 0.04533684626221657, 0.14701175689697266, 0.03996684402227402, -0.002017467049881816], "mean": [-0.16135264933109283, -0.03985085338354111, 1.1537672281265259, 3.1024997234344482, -0.15038757026195526, 0.03465849906206131, 0.016067812219262123, -0.016143273562192917], "std": [0.09884019941091537, 0.084320068359375, 0.12897822260856628, 0.05867848917841911, 0.10287090390920639, 0.06759397685527802, 0.017737746238708496, 0.0177275650203228], "count": [319]}, "actions": {"min": [-0.3112809360027313, -0.6060292720794678, -0.76915043592453, -0.13827113807201385, -0.2881806194782257, -0.15901534259319305, -1.0], "max": [0.5986501574516296, 0.44766271114349365, 1.5221983194351196, 0.16233839094638824, 0.2748009264469147, 0.1365513950586319, 1.0], "mean": [0.06293003261089325, -0.04238785803318024, 0.03022417239844799, -0.001141869812272489, 0.0016998009523376822, -0.000395137642044574, 0.25391849875450134], "std": [0.12772467732429504, 0.13853223621845245, 0.26156723499298096, 0.04318584129214287, 0.05690891295671463, 0.03944273293018341, 0.9672268629074097], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [1680], "max": [1680], "mean": [1680.0], "std": [0.0], "count": [319]}, "index": {"min": [540590], "max": [540908], "mean": [540749.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [319]}}} +{"episode_index": 1681, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41345051664464616]], [[0.3887117357441023]], [[0.3550207369935279]]], "std": [[[0.2678700982731509]], [[0.24885397884659588]], [[0.23170809403969433]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.44066842352175245]], [[0.415425932042739]], [[0.3835010980344286]]], "std": [[[0.29125012083979995]], [[0.27189262974818856]], [[0.24940713285440091]]], "count": [100]}, "state": {"min": [-0.20187869668006897, -0.1658608317375183, 1.0743424892425537, 3.0679666996002197, -0.022251775488257408, -0.11179007589817047, 0.002673257375136018, -0.040003977715969086], "max": [0.09001191705465317, 0.14895309507846832, 1.263872742652893, 3.269824981689453, 0.16620782017707825, 0.012242278084158897, 0.039949674159288406, -0.0023682243190705776], "mean": [-0.025177057832479477, -0.029109617695212364, 1.2041971683502197, 3.154259443283081, 0.04906255006790161, -0.069557324051857, 0.0194393303245306, -0.01933985948562622], "std": [0.07981804758310318, 0.12211530655622482, 0.05171777307987213, 0.053594354540109634, 0.059068962931632996, 0.025486474856734276, 0.017989464104175568, 0.018117016181349754], "count": [250]}, "actions": {"min": [-0.3319177031517029, -0.713604748249054, -0.5378967523574829, -0.20022113621234894, -0.18439479172229767, -0.2615448832511902, -1.0], "max": [0.8200963735580444, 1.214251160621643, 0.9609689712524414, 0.18282991647720337, 0.11754534393548965, 0.11868544667959213, 1.0], "mean": [0.09235475957393646, 0.050640955567359924, -0.026770366355776787, 0.0009344393038190901, 0.006871734745800495, -0.004079932812601328, 0.09600000083446503], "std": [0.1430937647819519, 0.24853865802288055, 0.20018823444843292, 0.049223173409700394, 0.04002717137336731, 0.043399661779403687, 0.9953813552856445], "count": [250]}, "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": [1681], "max": [1681], "mean": [1681.0], "std": [0.0], "count": [250]}, "index": {"min": [540909], "max": [541158], "mean": [541033.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [250]}}} +{"episode_index": 1682, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41317093673406863]], [[0.38875106991038605]], [[0.355130033605239]]], "std": [[[0.26790844249575]], [[0.24927201712556438]], [[0.2325838296397789]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.4394488507439109]], [[0.4127857157389323]], [[0.3796706656661688]]], "std": [[[0.2844327380413791]], [[0.2647300038034635]], [[0.24185142287599062]]], "count": [100]}, "state": {"min": [-0.20397524535655975, -0.20821252465248108, 1.084774136543274, 2.9992339611053467, -0.11185289174318314, -0.08921749144792557, 0.002545582363381982, -0.04000835493206978], "max": [0.0927990972995758, 0.1401682198047638, 1.2847740650177002, 3.222165107727051, 0.1403614729642868, 0.02641354501247406, 0.03987814486026764, -0.0014045662246644497], "mean": [-0.0323074534535408, -0.06057996675372124, 1.2115986347198486, 3.1015138626098633, -0.01028994657099247, -0.021471114829182625, 0.023268431425094604, -0.022893765941262245], "std": [0.08737119287252426, 0.11820705980062485, 0.05168377235531807, 0.07276114821434021, 0.06633704900741577, 0.02896980196237564, 0.01766457036137581, 0.01814744807779789], "count": [235]}, "actions": {"min": [-0.2146768718957901, -0.7809521555900574, -0.6058574914932251, -0.25475257635116577, -0.10830173641443253, -0.16062234342098236, -1.0], "max": [0.44488728046417236, 0.8616501688957214, 0.4444294273853302, 0.16516569256782532, 0.12837821245193481, 0.137355774641037, 1.0], "mean": [0.10123491287231445, 0.03985198959708214, -0.030514344573020935, 0.001242949510924518, 0.005669489968568087, -0.003285950981080532, -0.10638298094272614], "std": [0.14267708361148834, 0.2696973383426666, 0.2043890506029129, 0.05491053685545921, 0.042316634207963943, 0.044279955327510834, 0.9943264722824097], "count": [235]}, "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": [1682], "max": [1682], "mean": [1682.0], "std": [0.0], "count": [235]}, "index": {"min": [541159], "max": [541393], "mean": [541276.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [235]}}} +{"episode_index": 1683, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41327256385952815]], [[0.38869879389744183]], [[0.3551911345837163]]], "std": [[[0.2688722591466593]], [[0.2500988407522546]], [[0.2333311674998841]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.4427725309484145]], [[0.41784962373621326]], [[0.3866991307875689]]], "std": [[[0.2853494305979952]], [[0.26575813449457897]], [[0.2430281588950167]]], "count": [100]}, "state": {"min": [-0.19845007359981537, -0.1508885771036148, 1.110579490661621, 3.015796661376953, -0.08573833107948303, -0.1377575397491455, 0.0017357763135805726, -0.040007371455430984], "max": [0.06606969237327576, 0.18049131333827972, 1.264880657196045, 3.317005157470703, 0.06588956713676453, 0.08703160285949707, 0.04011669009923935, -0.001128741423599422], "mean": [-0.028650516644120216, -0.026189016178250313, 1.189869999885559, 3.141448497772217, -0.008099505677819252, -0.06824378669261932, 0.026476595550775528, -0.02230391651391983], "std": [0.07115655392408371, 0.11791734397411346, 0.04357936605811119, 0.10748197138309479, 0.043595973402261734, 0.0515119843184948, 0.013583224266767502, 0.017912304028868675], "count": [230]}, "actions": {"min": [-0.2576351463794708, -0.7172881364822388, -0.6211549043655396, -0.1948385238647461, -0.11484064906835556, -0.136042982339859, -1.0], "max": [0.6097822189331055, 0.9216697216033936, 0.7642878890037537, 0.2313852608203888, 0.09832250326871872, 0.10452721267938614, 1.0], "mean": [0.08948012441396713, 0.05192195624113083, -0.02482457645237446, 0.005234824027866125, 0.0033001743722707033, -0.0036220017354935408, -0.052173912525177], "std": [0.14358830451965332, 0.23955237865447998, 0.1668832004070282, 0.044138915836811066, 0.03007124364376068, 0.038020916283130646, 0.9986383318901062], "count": [230]}, "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": [1683], "max": [1683], "mean": [1683.0], "std": [0.0], "count": [230]}, "index": {"min": [541394], "max": [541623], "mean": [541508.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [230]}}} +{"episode_index": 1684, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4132998639275046]], [[0.38863345935297944]], [[0.3545875668993183]]], "std": [[[0.26782611970178394]], [[0.2490526590158548]], [[0.232044532701585]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.45561781101600796]], [[0.42795891735600494]], [[0.3932374997606464]]], "std": [[[0.28731348810316404]], [[0.26699704970600524]], [[0.24364389944971823]]], "count": [100]}, "state": {"min": [-0.2223156839609146, -0.1612709015607834, 1.1043428182601929, 2.947006940841675, -0.11349284648895264, -0.08464743942022324, 0.002633126452565193, -0.040009018033742905], "max": [0.07403205335140228, 0.16009239852428436, 1.2880460023880005, 3.1513266563415527, 0.14612558484077454, 0.030978385359048843, 0.03982549533247948, -0.001426534727215767], "mean": [-0.04043421521782875, -0.028643904253840446, 1.2217066287994385, 3.052725076675415, 0.031547751277685165, -0.02286858856678009, 0.021671973168849945, -0.021399877965450287], "std": [0.07683512568473816, 0.12295592576265335, 0.053033497184515, 0.06765562295913696, 0.07475646585226059, 0.028714647516608238, 0.01789683662354946, 0.018260009586811066], "count": [262]}, "actions": {"min": [-0.5411170721054077, -0.6288710236549377, -0.6181479692459106, -0.19463267922401428, -0.10853992402553558, -0.1438920646905899, -1.0], "max": [0.6007975935935974, 1.3034594058990479, 0.770028293132782, 0.19822359085083008, 0.09981311857700348, 0.10538336634635925, 1.0], "mean": [0.08746153116226196, 0.04344465211033821, -0.01983959972858429, 0.00043006843770854175, 0.0019660363905131817, -0.003096460597589612, -0.015267175622284412], "std": [0.15835610032081604, 0.24916569888591766, 0.2177116870880127, 0.0474240817129612, 0.03544771298766136, 0.03736080974340439, 0.9998819231987], "count": [262]}, "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": [1684], "max": [1684], "mean": [1684.0], "std": [0.0], "count": [262]}, "index": {"min": [541624], "max": [541885], "mean": [541754.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [262]}}} +{"episode_index": 1685, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41173158952301625]], [[0.38723295264150587]], [[0.35307201909083946]]], "std": [[[0.27009074600855326]], [[0.2512769924436402]], [[0.23455736340535102]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5580705015893076]], [[0.5279905706667433]], [[0.46528488697725184]]], "std": [[[0.2593792525782584]], [[0.23437398726528025]], [[0.21501093607001084]]], "count": [100]}, "state": {"min": [-0.2526971399784088, 0.014320523478090763, 0.9171704649925232, 3.0643270015716553, -0.27175629138946533, -0.023652333766222, 0.0022209074813872576, -0.0400041826069355], "max": [0.0497903898358345, 0.17162324488162994, 1.2650120258331299, 3.2540335655212402, 0.060965411365032196, 0.08072393387556076, 0.03999616578221321, -0.002094993134960532], "mean": [-0.14814268052577972, 0.14194375276565552, 1.1335675716400146, 3.176780939102173, -0.08326262980699539, 0.023595646023750305, 0.01630975492298603, -0.016519883647561073], "std": [0.11714958399534225, 0.02707643061876297, 0.10394085198640823, 0.04847799614071846, 0.10806898027658463, 0.025733565911650658, 0.01763797551393509, 0.0176265649497509], "count": [307]}, "actions": {"min": [-0.20850984752178192, -0.33215460181236267, -0.8417516946792603, -0.10701880604028702, -0.10970617085695267, -0.14300131797790527, -1.0], "max": [0.7317672371864319, 0.8495733141899109, 0.7269542813301086, 0.2533113956451416, 0.1422664076089859, 0.14267461001873016, 1.0], "mean": [0.07683638483285904, 0.038499653339385986, -0.009614907205104828, 0.0032574504148215055, 0.001730722258798778, 0.000700475531630218, 0.25732898712158203], "std": [0.16272307932376862, 0.17768052220344543, 0.26844480633735657, 0.0338725671172142, 0.041731104254722595, 0.03273960202932358, 0.9663239121437073], "count": [307]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.86227961644181], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [1685], "max": [1685], "mean": [1685.0], "std": [0.0], "count": [307]}, "index": {"min": [541886], "max": [542192], "mean": [542039.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [307]}}} +{"episode_index": 1686, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40984674072265626]], [[0.3854307143267463]], [[0.35171858963311886]]], "std": [[[0.2685061700210913]], [[0.249499339054958]], [[0.23263344869413144]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5498871938668045]], [[0.519483528286803]], [[0.46015953572591145]]], "std": [[[0.280186630616198]], [[0.2569243074769222]], [[0.23462088300371622]]], "count": [100]}, "state": {"min": [-0.20990470051765442, 0.043937377631664276, 0.9237579107284546, 3.03432297706604, -0.08240540325641632, -0.144343763589859, 0.0023024140391498804, -0.04000416770577431], "max": [0.08203335106372833, 0.20029106736183167, 1.2559013366699219, 3.1905925273895264, 0.34975263476371765, 0.01339645404368639, 0.03990477696061134, -0.0023929812014102936], "mean": [-0.09876395016908646, 0.14431136846542358, 1.1223703622817993, 3.1094346046447754, 0.10823048651218414, -0.08337700366973877, 0.015468851663172245, -0.015552543103694916], "std": [0.12090551108121872, 0.03406566381454468, 0.0990460067987442, 0.04051455482840538, 0.12371881306171417, 0.043163660913705826, 0.017248287796974182, 0.017263757064938545], "count": [239]}, "actions": {"min": [-0.34656640887260437, -0.30063924193382263, -1.2288289070129395, -0.13096287846565247, -0.2177717387676239, -0.1538878232240677, -1.0], "max": [1.3442219495773315, 0.8830395936965942, 1.219388484954834, 0.3155403733253479, 0.24981820583343506, 0.19022682309150696, 1.0], "mean": [0.08282669633626938, 0.05139249190688133, -0.01164926029741764, 0.0009844504529610276, 0.0030595241114497185, 0.0021982830949127674, 0.2970711290836334], "std": [0.21447467803955078, 0.15679900348186493, 0.3442566692829132, 0.049445342272520065, 0.06290413439273834, 0.04609066620469093, 0.9548556804656982], "count": [239]}, "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": [1686], "max": [1686], "mean": [1686.0], "std": [0.0], "count": [239]}, "index": {"min": [542193], "max": [542431], "mean": [542312.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [239]}}} +{"episode_index": 1687, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41501306152343753]], [[0.3902868897681143]], [[0.35590830006318935]]], "std": [[[0.26897993864857395]], [[0.2499963982178516]], [[0.23301439012827377]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.565350928811466]], [[0.5347430731081495]], [[0.47065694053500307]]], "std": [[[0.26151666597761614]], [[0.236802504770576]], [[0.21679958013966036]]], "count": [100]}, "state": {"min": [-0.23732490837574005, 0.09063775837421417, 0.9350706934928894, 2.924147605895996, -0.18210168182849884, -0.09189677238464355, 0.0024553851690143347, -0.040010642260313034], "max": [0.06235189363360405, 0.19838246703147888, 1.270355224609375, 3.2045600414276123, 0.10413739085197449, 0.09177345037460327, 0.03984474018216133, -0.0024322103708982468], "mean": [-0.12394645065069199, 0.1566835194826126, 1.127099633216858, 3.0756492614746094, -0.03777416795492172, -0.031566377729177475, 0.016921991482377052, -0.016844261437654495], "std": [0.10778340697288513, 0.020599693059921265, 0.1040944755077362, 0.09123380482196808, 0.0857144445180893, 0.03644484654068947, 0.017297279089689255, 0.01744745671749115], "count": [309]}, "actions": {"min": [-0.22096411883831024, -0.30900856852531433, -0.945094108581543, -0.18640579283237457, -0.23109790682792664, -0.09534167498350143, -1.0], "max": [0.6536973714828491, 0.40976521372795105, 0.9640610218048096, 0.18156369030475616, 0.16826528310775757, 0.23804795742034912, 1.0], "mean": [0.06700032949447632, 0.020506327971816063, -0.00924738496541977, 0.0012538344599306583, 0.001306834863498807, 0.0021704956889152527, 0.24919094145298004], "std": [0.15301285684108734, 0.11391017585992813, 0.2641427218914032, 0.0397440567612648, 0.04234929010272026, 0.03599156066775322, 0.9684564471244812], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [1687], "max": [1687], "mean": [1687.0], "std": [0.0], "count": [309]}, "index": {"min": [542432], "max": [542740], "mean": [542586.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [309]}}} +{"episode_index": 1688, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4116916462019378]], [[0.3870691342821308]], [[0.3529265029009651]]], "std": [[[0.269158556440283]], [[0.24992993163166205]], [[0.23251636994641686]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.555406972249349]], [[0.525196756400314]], [[0.4610496838139553]]], "std": [[[0.2674154440427433]], [[0.24360910901119287]], [[0.22208330707667218]]], "count": [100]}, "state": {"min": [-0.22267702221870422, 0.0054409014992415905, 0.9302207231521606, 3.0431149005889893, -0.170759379863739, -0.06274113804101944, 0.003571835346519947, -0.04000956937670708], "max": [0.029157089069485664, 0.1652972251176834, 1.2626619338989258, 3.187767744064331, 0.17383450269699097, 0.047924675047397614, 0.03992333263158798, -0.0035534242633730173], "mean": [-0.13687774538993835, 0.1381494104862213, 1.1149085760116577, 3.0963613986968994, 0.028796372935175896, -0.00639375951141119, 0.01872178539633751, -0.018981067463755608], "std": [0.0980464369058609, 0.027121923863887787, 0.09978413581848145, 0.03350062295794487, 0.10318277031183243, 0.025759682059288025, 0.017198143526911736, 0.017053667455911636], "count": [285]}, "actions": {"min": [-0.36546802520751953, -0.3182990550994873, -0.7971227765083313, -0.19056378304958344, -0.1759878695011139, -0.16027440130710602, -1.0], "max": [0.8283709287643433, 1.02666175365448, 0.815919041633606, 0.16485902667045593, 0.16539283096790314, 0.14573968946933746, 1.0], "mean": [0.06914938241243362, 0.04254373162984848, -0.013395962305366993, 0.002831397345289588, 0.004779427777975798, 0.00024331928580068052, 0.17192982137203217], "std": [0.1716822385787964, 0.16205435991287231, 0.2694319188594818, 0.03956133872270584, 0.04406159743666649, 0.03264708071947098, 0.9851087927818298], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [1688], "max": [1688], "mean": [1688.0], "std": [0.0], "count": [285]}, "index": {"min": [542741], "max": [543025], "mean": [542883.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [285]}}} +{"episode_index": 1689, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41240695073602357]], [[0.38750844804067464]], [[0.35264252592312967]]], "std": [[[0.2683076220857596]], [[0.24904096897166522]], [[0.23118056049856686]]], "count": [105]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5330543604974542]], [[0.4980267943766048]], [[0.4415587672243376]]], "std": [[[0.28275724585487927]], [[0.25898541473114733]], [[0.23422809198429773]]], "count": [105]}, "state": {"min": [-0.22266165912151337, -0.2128104716539383, 0.9489666819572449, 2.914895534515381, -0.09017103165388107, -0.1079614907503128, 0.0019459901377558708, -0.04001321271061897], "max": [0.08400218933820724, 0.2763386070728302, 1.2861015796661377, 3.3332951068878174, 0.2906936705112457, 0.15501944720745087, 0.03993414342403412, -0.0016619323287159204], "mean": [-0.03467298671603203, 0.06997426599264145, 1.1639354228973389, 3.155125141143799, 0.07182811945676804, 0.04099529609084129, 0.02017643302679062, -0.02014441415667534], "std": [0.0972936674952507, 0.13730359077453613, 0.08889662474393845, 0.11187539249658585, 0.09405623376369476, 0.06572670489549637, 0.017776712775230408, 0.017906127497553825], "count": [500]}, "actions": {"min": [-0.4898746609687805, -1.257214903831482, -0.9569386839866638, -0.20177866518497467, -0.18163923919200897, -0.12257777154445648, -1.0], "max": [0.5962648987770081, 1.6149365901947021, 0.6570634245872498, 0.2739112675189972, 0.10716738551855087, 0.18620404601097107, 1.0], "mean": [0.04333440959453583, 0.023272408172488213, -0.003180529922246933, 0.0038781173061579466, 0.0003024892648681998, -0.002607547678053379, 0.06400000303983688], "std": [0.1724439263343811, 0.3078427016735077, 0.23107479512691498, 0.048062779009342194, 0.04351220279932022, 0.03688783571124077, 0.9979524612426758], "count": [500]}, "timestamp": {"min": [0.0], "max": [49.9], "mean": [24.95], "std": [14.433727862198316], "count": [500]}, "frame_index": {"min": [0], "max": [499], "mean": [249.5], "std": [144.33727862198316], "count": [500]}, "episode_index": {"min": [1689], "max": [1689], "mean": [1689.0], "std": [0.0], "count": [500]}, "index": {"min": [543026], "max": [543525], "mean": [543275.5], "std": [144.33727862198316], "count": [500]}, "task_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [500]}}} +{"episode_index": 1690, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4108470926676983]], [[0.38569578786039443]], [[0.35048720786581017]]], "std": [[[0.268763958614713]], [[0.2492014817611549]], [[0.2311302971088606]]], "count": [113]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5323742521154617]], [[0.49636165334928906]], [[0.4380541299544915]]], "std": [[[0.2788345302363654]], [[0.25503930629784827]], [[0.2304701725987821]]], "count": [113]}, "state": {"min": [-0.23019708693027496, -0.18537533283233643, 0.943002462387085, 2.6824164390563965, -0.17813387513160706, -0.10962563008069992, 0.0016627432778477669, -0.04002181440591812], "max": [0.09467749297618866, 0.2939552962779999, 1.296160340309143, 3.1527693271636963, 0.24212266504764557, 0.18217478692531586, 0.03983134403824806, -0.0018856440437957644], "mean": [-0.05107805132865906, 0.08720654249191284, 1.1692888736724854, 2.973722457885742, 0.057489894330501556, 0.01644483394920826, 0.01915138214826584, -0.019480355083942413], "std": [0.11321039497852325, 0.13768425583839417, 0.09721873700618744, 0.1230124980211258, 0.10689595341682434, 0.07291331142187119, 0.018310243263840675, 0.018329862505197525], "count": [551]}, "actions": {"min": [-0.7342196702957153, -1.1543457508087158, -0.6356768608093262, -0.3240877091884613, -0.2125231921672821, -0.23200443387031555, -1.0], "max": [0.7474395036697388, 1.2162483930587769, 1.2757811546325684, 0.3109975755214691, 0.1944286823272705, 0.21172748506069183, 1.0], "mean": [0.04474301263689995, 0.022073721513152122, -0.0026699621230363846, 0.0008865685667842627, -0.0013863405911251903, -0.0018932403763756156, 0.08166968822479248], "std": [0.1729716807603836, 0.28119322657585144, 0.24047088623046875, 0.04669644311070442, 0.049263861030340195, 0.04370267689228058, 0.9966595768928528], "count": [551]}, "timestamp": {"min": [0.0], "max": [55.0], "mean": [27.500000000000004], "std": [15.905973720586866], "count": [551]}, "frame_index": {"min": [0], "max": [550], "mean": [275.0], "std": [159.05973720586866], "count": [551]}, "episode_index": {"min": [1690], "max": [1690], "mean": [1690.0], "std": [0.0], "count": [551]}, "index": {"min": [543526], "max": [544076], "mean": [543801.0], "std": [159.05973720586866], "count": [551]}, "task_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [551]}}} +{"episode_index": 1691, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40690597330729167]], [[0.38219735418581496]], [[0.3473939687691483]]], "std": [[[0.2678742220724523]], [[0.24870316145325713]], [[0.23111473144894748]]], "count": [125]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5262117493872549]], [[0.4918120691636029]], [[0.43408266840916054]]], "std": [[[0.2828260487613917]], [[0.2593253540478214]], [[0.235845445905569]]], "count": [125]}, "state": {"min": [-0.23111674189567566, -0.17397856712341309, 0.9255102872848511, 2.9019739627838135, -0.2117983102798462, 0.014500068500638008, 0.0022945869714021683, -0.04000990092754364], "max": [0.08630426228046417, 0.2933681309223175, 1.3297126293182373, 3.216733694076538, 0.24344992637634277, 0.16113875806331635, 0.03991953656077385, -0.002304735127836466], "mean": [-0.04019864276051521, 0.09250635653734207, 1.1812984943389893, 3.0880982875823975, 0.04666996747255325, 0.06977590918540955, 0.01902674324810505, -0.018939564004540443], "std": [0.10847542434930801, 0.1359553039073944, 0.10576753318309784, 0.07775134593248367, 0.10954057425260544, 0.034214187413454056, 0.01810320094227791, 0.018020451068878174], "count": [630]}, "actions": {"min": [-1.1907680034637451, -0.7154476046562195, -0.9788870811462402, -0.19190074503421783, -0.20146037638187408, -0.11962708830833435, -1.0], "max": [0.9706366062164307, 1.002253770828247, 1.4010286331176758, 0.26401013135910034, 0.14248308539390564, 0.1268446296453476, 1.0], "mean": [0.03199472278356552, 0.013200903311371803, -0.003962955437600613, -0.00040784114389680326, 0.00030944874742999673, -0.0007775039994157851, 0.1111111119389534], "std": [0.16118618845939636, 0.22012075781822205, 0.23898518085479736, 0.0344289168715477, 0.036867544054985046, 0.03047391213476658, 0.9938051104545593], "count": [630]}, "timestamp": {"min": [0.0], "max": [62.9], "mean": [31.45], "std": [18.186510568733812], "count": [630]}, "frame_index": {"min": [0], "max": [629], "mean": [314.5], "std": [181.86510568733812], "count": [630]}, "episode_index": {"min": [1691], "max": [1691], "mean": [1691.0], "std": [0.0], "count": [630]}, "index": {"min": [544077], "max": [544706], "mean": [544391.5], "std": [181.86510568733812], "count": [630]}, "task_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [630]}}} +{"episode_index": 1692, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4140043613604603]], [[0.3886497410059063]], [[0.3536117531130414]]], "std": [[[0.26877371691965707]], [[0.24909171175381753]], [[0.2309010871707709]]], "count": [106]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5154123309802621]], [[0.4825782067414967]], [[0.4268504231319223]]], "std": [[[0.2894293121318817]], [[0.26691862084382334]], [[0.24228540080757338]]], "count": [106]}, "state": {"min": [-0.21929581463336945, -0.17738735675811768, 0.9310711622238159, 2.8193883895874023, -0.05772244185209274, -0.07265003770589828, 0.002520569832995534, -0.0400153324007988], "max": [0.07404139637947083, 0.28463777899742126, 1.2972462177276611, 3.2287561893463135, 0.25718262791633606, 0.09281910955905914, 0.03987523913383484, -0.0025079315528273582], "mean": [-0.043295372277498245, 0.0723298117518425, 1.1571550369262695, 3.0484459400177, 0.0945814922451973, 0.010633096098899841, 0.019870152696967125, -0.01993417553603649], "std": [0.09461652487516403, 0.13942508399486542, 0.09293213486671448, 0.12066273391246796, 0.08440636098384857, 0.05176151916384697, 0.017330825328826904, 0.017480570822954178], "count": [503]}, "actions": {"min": [-0.7583733797073364, -1.0200424194335938, -0.7131283283233643, -0.15089194476604462, -0.19628366827964783, -0.11006103456020355, -1.0], "max": [0.6856712102890015, 1.3907192945480347, 0.7168388366699219, 0.17806169390678406, 0.11131519824266434, 0.2040587067604065, 1.0], "mean": [0.043561436235904694, 0.017339691519737244, -0.005470254458487034, 0.0017486239084973931, 0.0003731953620444983, -0.0009831186616793275, 0.10139165073633194], "std": [0.18229398131370544, 0.2624565064907074, 0.23877106606960297, 0.03627739101648331, 0.042824119329452515, 0.03399093076586723, 0.9948469996452332], "count": [503]}, "timestamp": {"min": [0.0], "max": [50.2], "mean": [25.099999999999998], "std": [14.520330574749321], "count": [503]}, "frame_index": {"min": [0], "max": [502], "mean": [251.0], "std": [145.20330574749323], "count": [503]}, "episode_index": {"min": [1692], "max": [1692], "mean": [1692.0], "std": [0.0], "count": [503]}, "index": {"min": [544707], "max": [545209], "mean": [544958.0], "std": [145.20330574749323], "count": [503]}, "task_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [503]}}} +{"episode_index": 1693, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41127549713733147]], [[0.38638312904507505]], [[0.35165358180625766]]], "std": [[[0.2700966542893811]], [[0.2507901836681881]], [[0.23359328079932104]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5321555810068167]], [[0.4988225348977482]], [[0.4377627300187653]]], "std": [[[0.2579010353759928]], [[0.23146400505915163]], [[0.20758625099266947]]], "count": [100]}, "state": {"min": [-0.2316364049911499, -0.2871129810810089, 0.9321817755699158, 3.1244919300079346, -0.28594788908958435, -0.14009466767311096, 0.002484392374753952, -0.0398782417178154], "max": [0.003444341942667961, 0.17722415924072266, 1.2966140508651733, 3.320875644683838, 0.049720752984285355, 0.027813749387860298, 0.04000666365027428, -0.0017752447165548801], "mean": [-0.13116979598999023, -0.020414697006344795, 1.149216890335083, 3.2253499031066895, -0.10486258566379547, -0.045442551374435425, 0.01424866821616888, -0.013979172334074974], "std": [0.09095250815153122, 0.1797536164522171, 0.12157499045133591, 0.045995697379112244, 0.09330488741397858, 0.05030900612473488, 0.016843678429722786, 0.01688273437321186], "count": [264]}, "actions": {"min": [-0.15637964010238647, -0.9968428611755371, -0.5404452681541443, -0.21181368827819824, -0.20754161477088928, -0.11180854588747025, -1.0], "max": [0.7028813362121582, 0.682274580001831, 1.2820757627487183, 0.16037476062774658, 0.14979468286037445, 0.13249632716178894, 1.0], "mean": [0.0759248211979866, -0.08695189654827118, 0.01713520474731922, -0.0030468301847577095, 4.5633056288352236e-05, -0.0004797501605935395, 0.3787878751754761], "std": [0.1300038844347, 0.25573453307151794, 0.2952483296394348, 0.05060766264796257, 0.05395331233739853, 0.04116092249751091, 0.9254856109619141], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [1693], "max": [1693], "mean": [1693.0], "std": [0.0], "count": [264]}, "index": {"min": [545210], "max": [545473], "mean": [545341.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [264]}}} +{"episode_index": 1694, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41149767767214307]], [[0.38664101394952516]], [[0.35179195508769917]]], "std": [[[0.2692562376136041]], [[0.24993566287056088]], [[0.23260222841688927]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5197010976753983]], [[0.4871082913267846]], [[0.425605100145527]]], "std": [[[0.2633121087864737]], [[0.23736068733875437]], [[0.21163781225091627]]], "count": [100]}, "state": {"min": [-0.23139166831970215, -0.2719292640686035, 0.9341753125190735, 3.034363269805908, -0.153803288936615, -0.09975932538509369, 0.002045390661805868, -0.040012065321207047], "max": [0.010381937958300114, 0.18146902322769165, 1.2956575155258179, 3.3365519046783447, 0.09210983663797379, 0.08202703297138214, 0.039989035576581955, -0.0018766303546726704], "mean": [-0.12933944165706635, -0.029164155945181847, 1.150331974029541, 3.186601400375366, -0.060895439237356186, -0.02592303603887558, 0.015639828518033028, -0.015459959395229816], "std": [0.08501744270324707, 0.1737980842590332, 0.11965551227331161, 0.06842700392007828, 0.06635411828756332, 0.0345977284014225, 0.017524568364024162, 0.017650820314884186], "count": [294]}, "actions": {"min": [-0.633497416973114, -1.0040191411972046, -0.716209888458252, -0.1860465109348297, -0.20751221477985382, -0.09599139541387558, -1.0], "max": [0.5907977819442749, 1.4368499517440796, 0.7344660758972168, 0.2512017786502838, 0.19415827095508575, 0.10786721855401993, 1.0], "mean": [0.07084035128355026, -0.06142980232834816, 0.018223576247692108, 0.00124378374312073, 0.00024395303626079112, -0.0014850933803245425, 0.2857142984867096], "std": [0.10565633326768875, 0.26434940099716187, 0.25471675395965576, 0.05631377920508385, 0.05538800731301308, 0.036819856613874435, 0.958316445350647], "count": [294]}, "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": [1694], "max": [1694], "mean": [1694.0], "std": [0.0], "count": [294]}, "index": {"min": [545474], "max": [545767], "mean": [545620.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [294]}}} +{"episode_index": 1695, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4114718765557981]], [[0.38628418327780334]], [[0.3511594669117647]]], "std": [[[0.2710368326156903]], [[0.2514871612016955]], [[0.23438186194574814]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9764705882352941]]], "mean": [[[0.5211643425436582]], [[0.4885497484394148]], [[0.429192652683632]]], "std": [[[0.2533768761898306]], [[0.22679070599988702]], [[0.20301529088672954]]], "count": [100]}, "state": {"min": [-0.24772004783153534, -0.27005383372306824, 0.9140609502792358, 3.0525360107421875, -0.41253170371055603, -0.18085694313049316, 0.0025709548499435186, -0.03996048867702484], "max": [-0.0050672926008701324, 0.16364642977714539, 1.3414555788040161, 3.472485065460205, 0.017062384635210037, 0.039191730320453644, 0.040004175156354904, -0.0024346678983420134], "mean": [-0.15843725204467773, -0.019663142040371895, 1.1563035249710083, 3.197505235671997, -0.20067782700061798, -0.08984160423278809, 0.016287097707390785, -0.01632508635520935], "std": [0.08970484137535095, 0.16980858147144318, 0.1386764794588089, 0.08789988607168198, 0.11043255776166916, 0.05897660553455353, 0.01743217557668686, 0.017496362328529358], "count": [324]}, "actions": {"min": [-0.24203160405158997, -1.030232310295105, -0.971812903881073, -0.2881429195404053, -0.39328834414482117, -0.18348577618598938, -1.0], "max": [0.64654141664505, 1.0493820905685425, 1.1466468572616577, 0.244480699300766, 0.21718865633010864, 0.17971064150333405, 1.0], "mean": [0.06477934867143631, -0.0624711774289608, 0.012810792773962021, -0.0011604089522734284, 0.002196886809542775, -0.0029351613484323025, 0.2716049253940582], "std": [0.11538569629192352, 0.21811823546886444, 0.284533828496933, 0.06088259443640709, 0.060514990240335464, 0.04303811118006706, 0.9624086618423462], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [1695], "max": [1695], "mean": [1695.0], "std": [0.0], "count": [324]}, "index": {"min": [545768], "max": [546091], "mean": [545929.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [324]}}} +{"episode_index": 1696, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41235655661190257]], [[0.38758016429227937]], [[0.3527259198357077]]], "std": [[[0.2692399103610799]], [[0.25005918366156554]], [[0.23284220956030777]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5223652654909621]], [[0.4894481033624387]], [[0.4287971113616345]]], "std": [[[0.2647789773114957]], [[0.23854790411769367]], [[0.21281295427375033]]], "count": [100]}, "state": {"min": [-0.22525225579738617, -0.27186262607574463, 0.9276288747787476, 3.100597620010376, -0.1828930675983429, -0.1459410935640335, 0.0024436472449451685, -0.03989368677139282], "max": [0.006498420611023903, 0.17015299201011658, 1.3056159019470215, 3.357254981994629, 0.0898168534040451, 0.005056469235569239, 0.04000603407621384, -0.0016913868021219969], "mean": [-0.11311816424131393, -0.029883068054914474, 1.151695728302002, 3.2347412109375, -0.06188075989484787, -0.0835627019405365, 0.015287458896636963, -0.01506265439093113], "std": [0.07701217383146286, 0.1710534393787384, 0.12384022772312164, 0.06542745977640152, 0.07487718760967255, 0.039223164319992065, 0.017261002212762833, 0.017333609983325005], "count": [274]}, "actions": {"min": [-0.14589665830135345, -0.7920847535133362, -0.5804745554924011, -0.1755763441324234, -0.25303915143013, -0.11846942454576492, -1.0], "max": [0.6072856187820435, 1.0776790380477905, 1.3263154029846191, 0.15041066706180573, 0.17597611248493195, 0.13514211773872375, 1.0], "mean": [0.07275938987731934, -0.07430725544691086, 0.021557025611400604, -0.002420588629320264, -0.0013610707828775048, -0.0023706709034740925, 0.32116788625717163], "std": [0.09941675513982773, 0.24240928888320923, 0.2858257293701172, 0.048559390008449554, 0.05679039657115936, 0.038661450147628784, 0.9470229744911194], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [1696], "max": [1696], "mean": [1696.0], "std": [0.0], "count": [274]}, "index": {"min": [546092], "max": [546365], "mean": [546228.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [274]}}} +{"episode_index": 1697, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.413644027410769]], [[0.3885377903358609]], [[0.3535832585353477]]], "std": [[[0.2694371040265737]], [[0.2500154920485213]], [[0.23283679049624958]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5401021513097427]], [[0.5063629431631052]], [[0.4466158142089844]]], "std": [[[0.26174726977754936]], [[0.23461779247708095]], [[0.2096320060777307]]], "count": [100]}, "state": {"min": [-0.23516304790973663, -0.21024121344089508, 0.9223151206970215, 3.111929416656494, -0.2826446294784546, -0.0867040678858757, 0.0009802348213270307, -0.039895884692668915], "max": [0.01779204048216343, 0.25473475456237793, 1.3371425867080688, 3.354064464569092, 0.07383140176534653, 0.10448333621025085, 0.040612511336803436, -0.0017577199032530189], "mean": [-0.1342649608850479, 0.03735624998807907, 1.1713322401046753, 3.2220730781555176, -0.09317692369222641, 0.0067427800968289375, 0.016152210533618927, -0.015761813148856163], "std": [0.09831700474023819, 0.1752479523420334, 0.12994855642318726, 0.058795422315597534, 0.10023145377635956, 0.0513073094189167, 0.016702575609087944, 0.016612112522125244], "count": [349]}, "actions": {"min": [-0.2648492753505707, -0.9782056212425232, -0.6531537771224976, -0.24148103594779968, -0.1972936987876892, -0.13314591348171234, -1.0], "max": [0.6099085807800293, 0.794326901435852, 1.1897832155227661, 0.1974160522222519, 0.2148389369249344, 0.18727505207061768, 1.0], "mean": [0.05779954046010971, -0.042505718767642975, 0.011041814461350441, -0.002372601069509983, 0.001337474212050438, 0.0009395648376084864, 0.34097421169281006], "std": [0.10506711155176163, 0.24519874155521393, 0.25154486298561096, 0.056175269186496735, 0.05564781650900841, 0.043852537870407104, 0.9400736689567566], "count": [349]}, "timestamp": {"min": [0.0], "max": [34.8], "mean": [17.400000000000002], "std": [10.074720839804943], "count": [349]}, "frame_index": {"min": [0], "max": [348], "mean": [174.0], "std": [100.74720839804942], "count": [349]}, "episode_index": {"min": [1697], "max": [1697], "mean": [1697.0], "std": [0.0], "count": [349]}, "index": {"min": [546366], "max": [546714], "mean": [546540.0], "std": [100.74720839804942], "count": [349]}, "task_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [349]}}} +{"episode_index": 1698, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4125983282351027]], [[0.3877763941147748]], [[0.35332967122395836]]], "std": [[[0.27076141908280693]], [[0.2513870968458696]], [[0.23421811204000795]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.54175196389591]], [[0.5100082774442786]], [[0.44891519643746175]]], "std": [[[0.2725222992307168]], [[0.2474744892211518]], [[0.22346415863048127]]], "count": [100]}, "state": {"min": [-0.23640118539333344, -0.00960666872560978, 0.9263713359832764, 3.038928270339966, -0.29871517419815063, -0.058702077716588974, 0.0024802046827971935, -0.040005289018154144], "max": [0.06523098051548004, 0.17398148775100708, 1.262673020362854, 3.195408344268799, 0.14972937107086182, 0.11016163229942322, 0.03997160494327545, -0.0025379008147865534], "mean": [-0.11695750057697296, 0.08381345123052597, 1.130248785018921, 3.122213363647461, -0.034352678805589676, 0.031257741153240204, 0.015493975020945072, -0.015569492243230343], "std": [0.12424004077911377, 0.06576679646968842, 0.098533496260643, 0.038617320358753204, 0.11009356379508972, 0.04299156367778778, 0.017299655824899673, 0.01727871596813202], "count": [313]}, "actions": {"min": [-0.23964723944664001, -0.4507070481777191, -0.6240554451942444, -0.11504644900560379, -0.1548275351524353, -0.15133708715438843, -1.0], "max": [0.72914719581604, 0.6586267352104187, 1.0173861980438232, 0.23325365781784058, 0.14026281237602234, 0.11186208575963974, 1.0], "mean": [0.0699109137058258, 0.009193233214318752, -0.006749620195478201, 0.001641901326365769, 0.0038687512278556824, -0.0001391777623211965, 0.30351439118385315], "std": [0.1663329154253006, 0.18912464380264282, 0.26226606965065, 0.042545199394226074, 0.04826778918504715, 0.03239644691348076, 0.9528270363807678], "count": [313]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.599999999999998], "std": [9.035485598461214], "count": [313]}, "frame_index": {"min": [0], "max": [312], "mean": [156.0], "std": [90.35485598461214], "count": [313]}, "episode_index": {"min": [1698], "max": [1698], "mean": [1698.0], "std": [0.0], "count": [313]}, "index": {"min": [546715], "max": [547027], "mean": [546871.0], "std": [90.35485598461214], "count": [313]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [313]}}} +{"episode_index": 1699, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4116981117398131]], [[0.3873824474858303]], [[0.35336105286841296]]], "std": [[[0.2694479295505206]], [[0.25061950744338485]], [[0.23370464308663724]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5608447708429075]], [[0.5286865036908318]], [[0.4633328007716759]]], "std": [[[0.26248530991561025]], [[0.2363439470994064]], [[0.21451132420987332]]], "count": [100]}, "state": {"min": [-0.22771979868412018, 0.0498356968164444, 0.9224450588226318, 3.0308213233947754, -0.18838056921958923, -0.02934492565691471, 0.0018334198975935578, -0.04000536724925041], "max": [0.06713282316923141, 0.18018649518489838, 1.2545506954193115, 3.205420732498169, 0.11562065035104752, 0.1021142303943634, 0.03993931785225868, -0.0018560405587777495], "mean": [-0.12906686961650848, 0.11516090482473373, 1.1167807579040527, 3.1179966926574707, -0.02689332701265812, 0.018040435388684273, 0.017495442181825638, -0.017588520422577858], "std": [0.11388173699378967, 0.04528067260980606, 0.10100191086530685, 0.03758588805794716, 0.08212774246931076, 0.03607606142759323, 0.017947077751159668, 0.017970213666558266], "count": [300]}, "actions": {"min": [-0.7116116285324097, -0.26630330085754395, -0.8254838585853577, -0.23730747401714325, -0.18130046129226685, -0.16123583912849426, -1.0], "max": [0.8556946516036987, 0.5402078628540039, 0.8818353414535522, 0.24768060445785522, 0.14265935122966766, 0.1576341837644577, 1.0], "mean": [0.07465877383947372, -0.0017740771872922778, -0.0009185964008793235, 0.0015037022531032562, 0.00155802839435637, -0.00035436241887509823, 0.19333332777023315], "std": [0.16202613711357117, 0.13091817498207092, 0.2669796347618103, 0.04534803703427315, 0.04143236204981804, 0.038776595145463943, 0.9811330437660217], "count": [300]}, "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": [1699], "max": [1699], "mean": [1699.0], "std": [0.0], "count": [300]}, "index": {"min": [547028], "max": [547327], "mean": [547177.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [300]}}} +{"episode_index": 1700, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40759484803442864]], [[0.38325292430204505]], [[0.3492357752182904]]], "std": [[[0.2700465641830347]], [[0.25102867727489947]], [[0.2341461912310899]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5462851682176777]], [[0.5127115999109605]], [[0.4514044153550092]]], "std": [[[0.27010591140194806]], [[0.2444394449689093]], [[0.22068075868901485]]], "count": [100]}, "state": {"min": [-0.2564087212085724, -0.008044215850532055, 0.9184823036193848, 3.0292158126831055, -0.22210809588432312, -0.11584062874317169, 0.0023402392398566008, -0.03999609872698784], "max": [0.06035855412483215, 0.1926543116569519, 1.253970980644226, 3.286689043045044, 0.1240006759762764, 0.0984823927283287, 0.04001188650727272, -0.002623646752908826], "mean": [-0.13970880210399628, 0.09221266210079193, 1.1192678213119507, 3.1468963623046875, -0.030045880004763603, -0.0056433347053825855, 0.01798814907670021, -0.018270300701260567], "std": [0.12217909097671509, 0.06122395023703575, 0.0982445701956749, 0.058129072189331055, 0.08692070841789246, 0.0504915788769722, 0.017899049445986748, 0.01775980181992054], "count": [299]}, "actions": {"min": [-0.4179481267929077, -0.396079421043396, -1.0108544826507568, -0.1824580878019333, -0.12211711704730988, -0.14723524451255798, -1.0], "max": [0.805912435054779, 0.9279546737670898, 0.9537408947944641, 0.3440921902656555, 0.13036471605300903, 0.11120164394378662, 1.0], "mean": [0.07669403403997421, 0.017421357333660126, -0.006399957463145256, 0.0015202026115730405, 0.003232253948226571, 0.00038815976586192846, 0.1705685555934906], "std": [0.16780029237270355, 0.1861305832862854, 0.2562963366508484, 0.051579851657152176, 0.04364815354347229, 0.03625679388642311, 0.9853463172912598], "count": [299]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.631338250816034], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [1700], "max": [1700], "mean": [1700.0], "std": [0.0], "count": [299]}, "index": {"min": [547328], "max": [547626], "mean": [547477.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [299]}}} +{"episode_index": 1701, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4114376107010187]], [[0.3869409101897595]], [[0.35247996191884956]]], "std": [[[0.2708891656083142]], [[0.2520473983333839]], [[0.23524838414412935]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5372949882956112]], [[0.5068043368470435]], [[0.44433624147901346]]], "std": [[[0.26644032491933956]], [[0.24104644924706]], [[0.21843598452078894]]], "count": [100]}, "state": {"min": [-0.22746281325817108, 0.0003215956676285714, 0.940791130065918, 3.010075569152832, -0.3557015359401703, -0.04444832727313042, 0.002325166016817093, -0.03994099795818329], "max": [0.05603314936161041, 0.15208278596401215, 1.2561326026916504, 3.2714526653289795, 0.0626370906829834, 0.15153487026691437, 0.04000723361968994, -0.002354282885789871], "mean": [-0.12698066234588623, 0.08076455444097519, 1.1319423913955688, 3.1437718868255615, -0.11452705413103104, 0.03043767809867859, 0.015903225168585777, -0.01589793711900711], "std": [0.11129721254110336, 0.04213568940758705, 0.09567184001207352, 0.07238823920488358, 0.11517738550901413, 0.04529419168829918, 0.0175017062574625, 0.01746220886707306], "count": [302]}, "actions": {"min": [-0.24772800505161285, -0.5623220205307007, -0.5677789449691772, -0.10025343298912048, -0.21121108531951904, -0.14131736755371094, -1.0], "max": [1.1156651973724365, 0.8357794880867004, 1.3883053064346313, 0.18948276340961456, 0.14480483531951904, 0.17489078640937805, 1.0], "mean": [0.07098618149757385, 0.01367646362632513, -0.006088398862630129, 0.0005903444834984839, 0.003993489313870668, -0.0002896451042033732, 0.2781457006931305], "std": [0.16101598739624023, 0.163135826587677, 0.2627961337566376, 0.03841795772314072, 0.04776947945356369, 0.03671388700604439, 0.9605387449264526], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [1701], "max": [1701], "mean": [1701.0], "std": [0.0], "count": [302]}, "index": {"min": [547627], "max": [547928], "mean": [547777.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [302]}}} +{"episode_index": 1702, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41250134309132896]], [[0.3833174051022997]], [[0.3446427630443199]]], "std": [[[0.25992272105786757]], [[0.23984847567502038]], [[0.22380429280626327]]], "count": [128]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.5383448787764007]], [[0.501623698309356]], [[0.4477426870196473]]], "std": [[[0.2508624137588765]], [[0.2272546614077747]], [[0.20601165391368165]]], "count": [128]}, "state": {"min": [-0.29406920075416565, -0.36729487776756287, 0.9225041270256042, 2.8298134803771973, -0.13551580905914307, -0.04421775043010712, 0.002224012278020382, -0.04021111875772476], "max": [0.15614883601665497, 0.21252769231796265, 1.2546017169952393, 3.234632968902588, 0.16267500817775726, 0.45188912749290466, 0.04000234603881836, -0.0013664629077538848], "mean": [-0.06787306815385818, -0.039731211960315704, 1.1167691946029663, 3.068565845489502, -0.004588577430695295, 0.12322402000427246, 0.018643690273165703, -0.018732665106654167], "std": [0.12706072628498077, 0.17781725525856018, 0.08711487054824829, 0.10523123294115067, 0.0667358934879303, 0.136833056807518, 0.018106376752257347, 0.0181310772895813], "count": [646]}, "actions": {"min": [-0.9099878072738647, -1.421906590461731, -0.7740380167961121, -0.143613800406456, -0.16246289014816284, -0.16210591793060303, -1.0], "max": [0.9104023575782776, 0.7620269060134888, 0.7300001382827759, 0.17456917464733124, 0.17648476362228394, 0.13645529747009277, 1.0], "mean": [0.0042002154514193535, -0.04820217937231064, -0.029935816302895546, -0.0022503251675516367, 0.0004518833302427083, 0.0013281991705298424, 0.1424148678779602], "std": [0.22835761308670044, 0.20594200491905212, 0.21513177454471588, 0.037766337394714355, 0.039183441549539566, 0.040791284292936325, 0.9898102879524231], "count": [646]}, "timestamp": {"min": [0.0], "max": [64.5], "mean": [32.25], "std": [18.64839135153486], "count": [646]}, "frame_index": {"min": [0], "max": [645], "mean": [322.5], "std": [186.48391351534855], "count": [646]}, "episode_index": {"min": [1702], "max": [1702], "mean": [1702.0], "std": [0.0], "count": [646]}, "index": {"min": [547929], "max": [548574], "mean": [548251.5], "std": [186.48391351534855], "count": [646]}, "task_index": {"min": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [646]}}} +{"episode_index": 1703, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40995459811655244]], [[0.3815090456123287]], [[0.34332682291666666]]], "std": [[[0.2615917053959068]], [[0.2425828994768237]], [[0.22765109792568408]]], "count": [103]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.5348377151532829]], [[0.4985804748244679]], [[0.44498611993388454]]], "std": [[[0.24898242567543835]], [[0.22531214821469475]], [[0.20483847076499268]]], "count": [103]}, "state": {"min": [-0.2628459632396698, -0.3664030432701111, 0.9416673183441162, 2.8504953384399414, -0.45328086614608765, -0.13952617347240448, 0.002140228170901537, -0.03989459574222565], "max": [0.16393209993839264, 0.22206680476665497, 1.274550437927246, 3.2982985973358154, 0.18232232332229614, 0.21199209988117218, 0.04000851884484291, -0.0016805382911115885], "mean": [-0.04673260450363159, -0.022514695301651955, 1.1008574962615967, 3.1740050315856934, -0.12578491866588593, 0.0489007942378521, 0.01923193410038948, -0.01895691268146038], "std": [0.12749923765659332, 0.1515171229839325, 0.09257122129201889, 0.10850462317466736, 0.16038727760314941, 0.07397031038999557, 0.01801692135632038, 0.018023019656538963], "count": [485]}, "actions": {"min": [-1.1319249868392944, -1.2117892503738403, -0.8549491167068481, -0.29299136996269226, -0.2855989336967468, -0.17922177910804749, -1.0], "max": [1.1643176078796387, 1.0110937356948853, 1.3077144622802734, 0.19900622963905334, 0.18987557291984558, 0.1971893459558487, 1.0], "mean": [0.008244418539106846, -0.0595574751496315, -0.0399317629635334, -0.0032208552584052086, 0.002428712323307991, -0.00029207728221081197, 0.1092783510684967], "std": [0.29405301809310913, 0.27311715483665466, 0.28551745414733887, 0.0517403706908226, 0.059267036616802216, 0.050804708153009415, 0.9940129518508911], "count": [485]}, "timestamp": {"min": [0.0], "max": [48.4], "mean": [24.2], "std": [14.00071426749364], "count": [485]}, "frame_index": {"min": [0], "max": [484], "mean": [242.0], "std": [140.0071426749364], "count": [485]}, "episode_index": {"min": [1703], "max": [1703], "mean": [1703.0], "std": [0.0], "count": [485]}, "index": {"min": [548575], "max": [549059], "mean": [548817.0], "std": [140.0071426749364], "count": [485]}, "task_index": {"min": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [485]}}} +{"episode_index": 1704, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40882548518225137]], [[0.3801299539676925]], [[0.3419429242344382]]], "std": [[[0.26030915659480663]], [[0.2405697348726046]], [[0.22470794440554612]]], "count": [114]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.5335916341355792]], [[0.4975177241306679]], [[0.4426613916922649]]], "std": [[[0.25177807583440015]], [[0.228027049663649]], [[0.20655636583580325]]], "count": [114]}, "state": {"min": [-0.26748090982437134, -0.381031334400177, 0.9183747172355652, 2.808079481124878, -0.1838897466659546, -0.055897701531648636, 0.0022570693399757147, -0.04000316932797432], "max": [0.1600494235754013, 0.20524780452251434, 1.2567790746688843, 3.3129172325134277, 0.13897563517093658, 0.3119649589061737, 0.04000478610396385, -0.002082620747387409], "mean": [-0.056370269507169724, -0.03660295158624649, 1.1022520065307617, 3.154656410217285, -0.02853587456047535, 0.05694584175944328, 0.019908081740140915, -0.019795648753643036], "std": [0.12404230982065201, 0.16097451746463776, 0.09286941587924957, 0.12051215767860413, 0.07730241119861603, 0.09535692632198334, 0.018197350203990936, 0.018183652311563492], "count": [556]}, "actions": {"min": [-2.3691916465759277, -1.2101306915283203, -0.8471256494522095, -0.21861277520656586, -0.23719219863414764, -0.2457132488489151, -1.0], "max": [1.3092231750488281, 0.6872453093528748, 1.473930835723877, 0.20444253087043762, 0.19456973671913147, 0.18059316277503967, 1.0], "mean": [0.000987621839158237, -0.06214763969182968, -0.034401293843984604, -0.004340869840234518, 0.0007890247507020831, 0.001292395987547934, 0.0683453232049942], "std": [0.2802966833114624, 0.21838055551052094, 0.24014344811439514, 0.053165048360824585, 0.05217399075627327, 0.04571354016661644, 0.9976611733436584], "count": [556]}, "timestamp": {"min": [0.0], "max": [55.5], "mean": [27.750000000000004], "std": [16.050311523456482], "count": [556]}, "frame_index": {"min": [0], "max": [555], "mean": [277.5], "std": [160.50311523456483], "count": [556]}, "episode_index": {"min": [1704], "max": [1704], "mean": [1704.0], "std": [0.0], "count": [556]}, "index": {"min": [549060], "max": [549615], "mean": [549337.5], "std": [160.50311523456483], "count": [556]}, "task_index": {"min": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [556]}}} +{"episode_index": 1705, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41087245028626684]], [[0.38150762939453126]], [[0.342007973465265]]], "std": [[[0.2584999253749162]], [[0.23832363614283178]], [[0.22116514363205933]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5084462477740119]], [[0.4743009075089997]], [[0.43100021781173403]]], "std": [[[0.24550407299235794]], [[0.21748696572620888]], [[0.2043862159395661]]], "count": [100]}, "state": {"min": [-0.2920458912849426, -0.3297080397605896, 0.9378783106803894, 2.904252290725708, -0.06592067331075668, -0.011260719038546085, 0.0024080718867480755, -0.039939697831869125], "max": [-0.030719168484210968, 0.027369722723960876, 1.1695435047149658, 3.273972749710083, 0.185441792011261, 0.8855549097061157, 0.040006764233112335, -0.002343297703191638], "mean": [-0.12777318060398102, -0.17287133634090424, 1.0545841455459595, 3.1269805431365967, 0.06758596748113632, 0.3601248860359192, 0.022231342270970345, -0.022217370569705963], "std": [0.084410659968853, 0.09372702240943909, 0.07046244293451309, 0.12135463953018188, 0.0636100247502327, 0.33373159170150757, 0.01811269298195839, 0.018118713051080704], "count": [298]}, "actions": {"min": [-0.7173958420753479, -0.7183274030685425, -0.7083675861358643, -0.24746932089328766, -0.13336730003356934, -0.36008593440055847, -1.0], "max": [0.5618592500686646, 0.45974501967430115, 0.6036431789398193, 0.14216861128807068, 0.11574948579072952, 0.37727493047714233, 1.0], "mean": [-0.0025055131409317255, -0.08140643686056137, -0.05249276012182236, -0.0074591971933841705, 0.00041370533290319145, 0.0029997960664331913, -0.05369127541780472], "std": [0.21172524988651276, 0.1989927440881729, 0.18887867033481598, 0.04461755231022835, 0.04261018708348274, 0.0921008288860321, 0.9985565543174744], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [1705], "max": [1705], "mean": [1705.0], "std": [0.0], "count": [298]}, "index": {"min": [549616], "max": [549913], "mean": [549764.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [259], "max": [259], "mean": [259.0], "std": [0.0], "count": [298]}}} +{"episode_index": 1706, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.414839490703508]], [[0.38546245500153187]], [[0.34610427676930144]]], "std": [[[0.2587257743715955]], [[0.23851889681912536]], [[0.22130701492368757]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5201419210994945]], [[0.48525811767578125]], [[0.4413167521158854]]], "std": [[[0.23871686673582085]], [[0.21100046518344884]], [[0.19863334393977625]]], "count": [100]}, "state": {"min": [-0.25410211086273193, -0.3210674822330475, 0.9237450361251831, 2.781881093978882, -0.10412698984146118, 0.033507637679576874, 0.0017729841638356447, -0.04000893235206604], "max": [-0.025748422369360924, -0.00454952334985137, 1.1754816770553589, 3.2827160358428955, 0.18117758631706238, 0.8865048885345459, 0.04000721126794815, -0.001333271968178451], "mean": [-0.13236957788467407, -0.19231687486171722, 1.059268593788147, 3.031266927719116, 0.019588088616728783, 0.5292604565620422, 0.024326877668499947, -0.02456081286072731], "std": [0.07775219529867172, 0.08287028968334198, 0.07934724539518356, 0.1567205786705017, 0.06181801110506058, 0.2725721299648285, 0.017929721623659134, 0.017825644463300705], "count": [331]}, "actions": {"min": [-0.7994718551635742, -0.8792608976364136, -1.0339398384094238, -0.16948147118091583, -0.15821129083633423, -0.2697879374027252, -1.0], "max": [0.43813732266426086, 0.4785703122615814, 0.7582260966300964, 0.18409714102745056, 0.16236180067062378, 0.2757946848869324, 1.0], "mean": [0.001005283324047923, -0.05292173847556114, -0.048077117651700974, -0.00353435380384326, -0.0006410143105313182, 0.00694283889606595, -0.17824773490428925], "std": [0.1816665232181549, 0.18245559930801392, 0.22484001517295837, 0.0474836640059948, 0.03787475824356079, 0.0704059824347496, 0.9839868545532227], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [1706], "max": [1706], "mean": [1706.0], "std": [0.0], "count": [331]}, "index": {"min": [549914], "max": [550244], "mean": [550079.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [259], "max": [259], "mean": [259.0], "std": [0.0], "count": [331]}}} +{"episode_index": 1707, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4173059608609068]], [[0.3888968541762408]], [[0.351460054285386]]], "std": [[[0.2607174330176106]], [[0.24184741231128837]], [[0.2279057416471803]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[1.0]]], "mean": [[[0.5748304604923025]], [[0.5356875293208103]], [[0.47322098017673864]]], "std": [[[0.23047837049394232]], [[0.20487848471900505]], [[0.1872328741044594]]], "count": [100]}, "state": {"min": [-0.21631993353366852, -0.3807387053966522, 0.9218141436576843, 2.8466134071350098, -0.4514940083026886, -0.0008009724551811814, 0.0023554691579192877, -0.040011271834373474], "max": [0.15906940400600433, 0.0480455607175827, 1.2412705421447754, 3.111553430557251, 0.04386959597468376, 0.16985739767551422, 0.039916716516017914, -0.0014479898381978273], "mean": [-0.02118781954050064, -0.10550102591514587, 1.108476161956787, 3.013004779815674, -0.16907671093940735, 0.07650066167116165, 0.020248347893357277, -0.020358365029096603], "std": [0.14570361375808716, 0.15755489468574524, 0.09923513978719711, 0.06348636746406555, 0.16062629222869873, 0.044219616800546646, 0.01812269352376461, 0.01816522143781185], "count": [319]}, "actions": {"min": [-0.730557382106781, -0.795855700969696, -1.0248430967330933, -0.18211455643177032, -0.20547959208488464, -0.19203154742717743, -1.0], "max": [0.7979764342308044, 0.5568548440933228, 0.9238600730895996, 0.19152674078941345, 0.1999220848083496, 0.217471644282341, 1.0], "mean": [0.01643257588148117, -0.08995530754327774, -0.047477006912231445, -0.0030312135349959135, 0.0017065961146727204, -0.002130298875272274, 0.05329153686761856], "std": [0.2861596941947937, 0.18621967732906342, 0.2669067978858948, 0.05256606638431549, 0.06076035648584366, 0.06048853322863579, 0.9985799193382263], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [1707], "max": [1707], "mean": [1707.0], "std": [0.0], "count": [319]}, "index": {"min": [550245], "max": [550563], "mean": [550404.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [319]}}} +{"episode_index": 1708, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4111154551786535]], [[0.38302847828584563]], [[0.34608715820312497]]], "std": [[[0.26020888053018754]], [[0.24081290981300824]], [[0.22621374639964906]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.996078431372549]]], "mean": [[[0.5706286291982614]], [[0.532295664469401]], [[0.4675883082969516]]], "std": [[[0.23641865264828857]], [[0.21103451792025588]], [[0.19234856367770037]]], "count": [100]}, "state": {"min": [-0.3145035207271576, -0.3899520933628082, 0.9471274614334106, 2.941615104675293, -0.4420490860939026, -0.15396930277347565, 0.0029619282577186823, -0.03999895974993706], "max": [0.1452377885580063, 0.047509659081697464, 1.1918689012527466, 3.2090654373168945, 0.10116475820541382, 0.1196884885430336, 0.040003806352615356, -0.0018535649869590998], "mean": [-0.029883505776524544, -0.11827467381954193, 1.086928367614746, 3.0894486904144287, -0.11837839335203171, 0.00874559860676527, 0.01934911124408245, -0.019151385873556137], "std": [0.15582899749279022, 0.16160424053668976, 0.08241212368011475, 0.06180356815457344, 0.1882018893957138, 0.07282161712646484, 0.01776062324643135, 0.017883649095892906], "count": [330]}, "actions": {"min": [-0.8561797142028809, -0.8581304550170898, -0.7991078495979309, -0.16604937613010406, -0.22521525621414185, -0.1524629294872284, -1.0], "max": [0.8482911586761475, 0.40144240856170654, 1.1040494441986084, 0.141995370388031, 0.14065495133399963, 0.19704312086105347, 1.0], "mean": [0.0005939815891906619, -0.10153720527887344, -0.07379632443189621, -0.0029303599148988724, -0.0031550086569041014, 0.0031687484588474035, 0.13333334028720856], "std": [0.30403777956962585, 0.19435028731822968, 0.24780285358428955, 0.04119257256388664, 0.05188174173235893, 0.05629501864314079, 0.9910700917243958], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [1708], "max": [1708], "mean": [1708.0], "std": [0.0], "count": [330]}, "index": {"min": [550564], "max": [550893], "mean": [550728.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [330]}}} +{"episode_index": 1709, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4106213941387102]], [[0.381913309134689]], [[0.3428320180855546]]], "std": [[[0.26076370690919215]], [[0.2410124340811205]], [[0.2245739622647071]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5394028990502452]], [[0.5052161314721201]], [[0.45972873463350183]]], "std": [[[0.2494086143364538]], [[0.22105602636160387]], [[0.20706338529471144]]], "count": [100]}, "state": {"min": [-0.19411243498325348, -0.17451132833957672, 0.9325543642044067, 2.975419759750366, -0.12110915035009384, -0.06720861792564392, 0.0023524779826402664, -0.04000737518072128], "max": [-0.01539358776062727, 0.09475817531347275, 1.1880804300308228, 3.2537431716918945, 0.08401423692703247, 0.814415454864502, 0.039973851293325424, -0.00251008034683764], "mean": [-0.0663142055273056, -0.0896550789475441, 1.066619873046875, 3.095221996307373, -0.006694687996059656, 0.37388256192207336, 0.024952910840511322, -0.02507651597261429], "std": [0.04054566100239754, 0.08131882548332214, 0.07793838530778885, 0.06749917566776276, 0.05919334664940834, 0.3121854364871979, 0.01785784773528576, 0.01784132979810238], "count": [287]}, "actions": {"min": [-0.7128540873527527, -0.6641366481781006, -0.7763230204582214, -0.19187726080417633, -0.21772055327892303, -0.3366282284259796, -1.0], "max": [0.5977849364280701, 0.7990275025367737, 0.733958899974823, 0.21666096150875092, 0.20845332741737366, 0.4798649847507477, 1.0], "mean": [0.022688081488013268, 0.04200095683336258, -0.05428441986441612, 0.0075513278134167194, 0.0018464663298800588, 0.009394665248692036, -0.2055749148130417], "std": [0.14495359361171722, 0.212790846824646, 0.22513502836227417, 0.05133349075913429, 0.041895974427461624, 0.08947727829217911, 0.9786415696144104], "count": [287]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.3], "std": [8.284926070883191], "count": [287]}, "frame_index": {"min": [0], "max": [286], "mean": [143.0], "std": [82.84926070883192], "count": [287]}, "episode_index": {"min": [1709], "max": [1709], "mean": [1709.0], "std": [0.0], "count": [287]}, "index": {"min": [550894], "max": [551180], "mean": [551037.0], "std": [82.84926070883192], "count": [287]}, "task_index": {"min": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [287]}}} +{"episode_index": 1710, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4146324139763327]], [[0.3853385524375766]], [[0.3455006468529795]]], "std": [[[0.2600471760998908]], [[0.24005418826727418]], [[0.22353056913827016]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5330356529086244]], [[0.5013286007151885]], [[0.4601052126416973]]], "std": [[[0.24816168656900642]], [[0.21972036592924915]], [[0.20633123723626026]]], "count": [100]}, "state": {"min": [-0.21050283312797546, -0.16068623960018158, 0.9399108290672302, 2.9538676738739014, -0.18839748203754425, -0.056293874979019165, 0.0022784739267081022, -0.04000820219516754], "max": [-0.05320379510521889, 0.08005350083112717, 1.204203724861145, 3.3540172576904297, 0.08403833955526352, 0.7492339611053467, 0.03994716331362724, -0.002292126417160034], "mean": [-0.09453137964010239, -0.08211289346218109, 1.0700938701629639, 3.108687400817871, -0.04078756645321846, 0.4759362041950226, 0.024026336148381233, -0.02419941872358322], "std": [0.03867368400096893, 0.07886295020580292, 0.08457613736391068, 0.11199834197759628, 0.06154712662100792, 0.25369882583618164, 0.01781361550092697, 0.017935650423169136], "count": [271]}, "actions": {"min": [-0.29770147800445557, -0.5207529664039612, -0.730682909488678, -0.11104593425989151, -0.18839924037456512, -0.20447584986686707, -1.0], "max": [0.5150735974311829, 1.0293437242507935, 0.9842533469200134, 0.1495068222284317, 0.14117006957530975, 0.6085965633392334, 1.0], "mean": [0.024553701281547546, 0.03763521462678909, -0.060751404613256454, 0.007142523769289255, 0.004720315802842379, 0.017115574330091476, -0.16605165600776672], "std": [0.1101142168045044, 0.1911918669939041, 0.25197336077690125, 0.03775549307465553, 0.043602652847766876, 0.08358723670244217, 0.9861178994178772], "count": [271]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.823042886243178], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [1710], "max": [1710], "mean": [1710.0], "std": [0.0], "count": [271]}, "index": {"min": [551181], "max": [551451], "mean": [551316.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [271]}}} +{"episode_index": 1711, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40820737412396596]], [[0.3794322677313113]], [[0.34019853958429075]]], "std": [[[0.26068774044316095]], [[0.24077274086315792]], [[0.224331930470878]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5176951682894838]], [[0.486461488013174]], [[0.444493423761106]]], "std": [[[0.25321106369146923]], [[0.22576263993028942]], [[0.2137037425865735]]], "count": [100]}, "state": {"min": [-0.2144034504890442, -0.12672486901283264, 0.9317333698272705, 2.998762845993042, -0.1586979180574417, -0.056561969220638275, 0.0009216155158355832, -0.04000719264149666], "max": [-0.03472883254289627, 0.08192946761846542, 1.1857610940933228, 3.3371694087982178, 0.08247870951890945, 0.4646606743335724, 0.040106866508722305, -0.0018310598097741604], "mean": [-0.08512930572032928, -0.0646769180893898, 1.0573378801345825, 3.117475748062134, -0.002138677053153515, 0.2654328942298889, 0.025390390306711197, -0.025609677657485008], "std": [0.04460786655545235, 0.06480816751718521, 0.08104363083839417, 0.1056060940027237, 0.062356263399124146, 0.1817682832479477, 0.017888158559799194, 0.017495160922408104], "count": [284]}, "actions": {"min": [-0.4047652781009674, -0.7439979910850525, -0.752316951751709, -0.2386029064655304, -0.21200501918792725, -0.1311606615781784, -1.0], "max": [0.5375751852989197, 0.9132688045501709, 1.0846889019012451, 0.22093449532985687, 0.17408309876918793, 0.28794214129447937, 1.0], "mean": [0.02572251297533512, 0.02124701254069805, -0.06678494811058044, 0.0035424416419118643, 0.0011307218810543418, 0.010293811559677124, -0.23943662643432617], "std": [0.14802660048007965, 0.19261842966079712, 0.24669493734836578, 0.043516650795936584, 0.04298027232289314, 0.058266110718250275, 0.9709125757217407], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1711], "max": [1711], "mean": [1711.0], "std": [0.0], "count": [284]}, "index": {"min": [551452], "max": [551735], "mean": [551593.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1712, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4176311465992647]], [[0.3875854773427926]], [[0.3468857152602252]]], "std": [[[0.2583643524551043]], [[0.23798908332105206]], [[0.2210611570869276]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4456000707289752]], [[0.415638443292356]], [[0.378275260775697]]], "std": [[[0.26255090628246647]], [[0.24298118824605905]], [[0.22167721839475746]]], "count": [100]}, "state": {"min": [-0.187381774187088, 0.0004710896755568683, 0.9743641018867493, 3.0403547286987305, -0.07042647153139114, 0.004645990207791328, 0.002764147939160466, -0.04000385105609894], "max": [-0.027972741052508354, 0.23100510239601135, 1.2733619213104248, 3.2247776985168457, 0.18532009422779083, 0.1427900493144989, 0.03995798900723457, -0.0029060833621770144], "mean": [-0.09781042486429214, 0.12865957617759705, 1.1731866598129272, 3.1080665588378906, 0.02213241718709469, 0.07329938560724258, 0.023381374776363373, -0.023474257439374924], "std": [0.03967106342315674, 0.08726582676172256, 0.09578368812799454, 0.054359979927539825, 0.07283291220664978, 0.03153004124760628, 0.017651928588747978, 0.017643924802541733], "count": [172]}, "actions": {"min": [-0.5398503541946411, -1.1889582872390747, -0.8655313849449158, -0.17677155137062073, -0.15425728261470795, -0.07601890712976456, -1.0], "max": [0.535273551940918, 0.7503672242164612, 0.5564250946044922, 0.4802738130092621, 0.20954842865467072, 0.2678959369659424, 1.0], "mean": [0.02610715664923191, -0.018205920234322548, -0.11303525418043137, 0.0032771392725408077, 0.009309113025665283, 0.001090780831873417, -0.11627907305955887], "std": [0.18674246966838837, 0.31489941477775574, 0.2351294606924057, 0.05680091679096222, 0.04275784268975258, 0.04017496854066849, 0.9932165145874023], "count": [172]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.965128397131337], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [1712], "max": [1712], "mean": [1712.0], "std": [0.0], "count": [172]}, "index": {"min": [551736], "max": [551907], "mean": [551821.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [172]}}} +{"episode_index": 1713, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4132036276424632]], [[0.38342407047047333]], [[0.3428951852835861]]], "std": [[[0.25768655163175735]], [[0.23760232531389502]], [[0.22113840508297664]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.47517521039177385]], [[0.44264571305817246]], [[0.40141680130304075]]], "std": [[[0.2657307205856559]], [[0.24457456328480504]], [[0.2225945730234405]]], "count": [100]}, "state": {"min": [-0.2098250389099121, -0.028814414516091347, 0.9692943692207336, 3.0924887657165527, -0.13864408433437347, -0.1294548511505127, 0.002568779746070504, -0.04000343382358551], "max": [-0.024022269994020462, 0.20910605788230896, 1.2850329875946045, 3.241048574447632, 0.11618537455797195, -0.02068014070391655, 0.03999001160264015, -0.002600292209535837], "mean": [-0.10530515015125275, 0.10003937780857086, 1.1742035150527954, 3.170844793319702, -0.015151160769164562, -0.0804562047123909, 0.02052675560116768, -0.020595354959368706], "std": [0.05132244899868965, 0.08797526359558105, 0.09666936099529266, 0.03881368786096573, 0.06919384002685547, 0.026478879153728485, 0.01805315539240837, 0.017973773181438446], "count": [233]}, "actions": {"min": [-0.516794741153717, -1.2032212018966675, -0.6423875689506531, -0.0912628173828125, -0.11726473271846771, -0.10201548784971237, -1.0], "max": [0.6057949662208557, 0.6848875284194946, 0.6970892548561096, 0.12340004742145538, 0.09715548902750015, 0.17325524985790253, 1.0], "mean": [0.023853352293372154, -0.015256036072969437, -0.07922181487083435, 0.0032656604889780283, 0.0008724150247871876, 0.001233922317624092, 0.03862661123275757], "std": [0.1816810816526413, 0.2556667625904083, 0.21008650958538055, 0.036796387284994125, 0.038628529757261276, 0.036944132298231125, 0.9992541074752808], "count": [233]}, "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": [1713], "max": [1713], "mean": [1713.0], "std": [0.0], "count": [233]}, "index": {"min": [551908], "max": [552140], "mean": [552024.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [233]}}} +{"episode_index": 1714, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41313070918064493]], [[0.3833140617819394]], [[0.34290236170151656]]], "std": [[[0.25762882196945874]], [[0.2377104958384052]], [[0.2210947818921541]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.4529300997864966]], [[0.42220252003389247]], [[0.38283893480487896]]], "std": [[[0.263156796349378]], [[0.24346825703577762]], [[0.22164019443666563]]], "count": [100]}, "state": {"min": [-0.1614607721567154, -0.05520081892609596, 0.9429137706756592, 3.106104612350464, -0.07617435604333878, -0.05684564635157585, 0.002695058938115835, -0.040016524493694305], "max": [-0.029323717579245567, 0.2247997671365738, 1.2476320266723633, 3.3294012546539307, 0.18676698207855225, 0.0628066435456276, 0.040004827082157135, -0.002553071826696396], "mean": [-0.0860815942287445, 0.103874571621418, 1.1467396020889282, 3.1970345973968506, 0.004075696691870689, 0.005347682628780603, 0.02081890031695366, -0.020765114575624466], "std": [0.03321591764688492, 0.10253715515136719, 0.09585890173912048, 0.0675058513879776, 0.06452888995409012, 0.03206784650683403, 0.018003445118665695, 0.018077772110700607], "count": [232]}, "actions": {"min": [-0.39384251832962036, -1.2101867198944092, -0.7591843605041504, -0.12772752344608307, -0.16105569899082184, -0.13467629253864288, -1.0], "max": [0.5409454703330994, 0.5527433753013611, 0.6298931241035461, 0.28845441341400146, 0.15929879248142242, 0.1326030194759369, 1.0], "mean": [0.003767559304833412, -0.027974624186754227, -0.08901796489953995, 0.007114812266081572, 0.0044716340489685535, -0.0011369845597073436, 0.0258620698004961], "std": [0.15308307111263275, 0.2534257471561432, 0.19926278293132782, 0.0434652604162693, 0.04093107208609581, 0.039749372750520706, 0.9996655583381653], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [1714], "max": [1714], "mean": [1714.0], "std": [0.0], "count": [232]}, "index": {"min": [552141], "max": [552372], "mean": [552256.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [232]}}} +{"episode_index": 1715, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41179289634554994]], [[0.38246133003982846]], [[0.34257871500651044]]], "std": [[[0.2568480000223983]], [[0.23715692466410876]], [[0.2210051305955539]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4275779819862515]], [[0.39940710329541973]], [[0.36367038861443013]]], "std": [[[0.25771695299250724]], [[0.23942668743374518]], [[0.21904128145720458]]], "count": [100]}, "state": {"min": [-0.16444611549377441, -0.012046451680362225, 0.9609978199005127, 3.0538928508758545, -0.11124259233474731, -0.05199040099978447, 0.002580205211415887, -0.04000449925661087], "max": [-0.01764563098549843, 0.23875686526298523, 1.260826826095581, 3.335761070251465, 0.21473895013332367, 0.05768359452486038, 0.04000434651970863, -0.002151808235794306], "mean": [-0.08711232244968414, 0.12820282578468323, 1.1638346910476685, 3.160506248474121, 0.008121375925838947, 0.008450142107903957, 0.023045530542731285, -0.02295251563191414], "std": [0.04302164912223816, 0.090240977704525, 0.0918998047709465, 0.0886918231844902, 0.08432435989379883, 0.028116853907704353, 0.01775423251092434, 0.01787196658551693], "count": [189]}, "actions": {"min": [-0.6003422737121582, -1.3274048566818237, -0.9999321699142456, -0.14076107740402222, -0.10351255536079407, -0.10780709981918335, -1.0], "max": [0.5516887903213501, 1.0461792945861816, 0.29186156392097473, 0.2342185080051422, 0.13158662617206573, 0.15463177859783173, 1.0], "mean": [0.008264333009719849, -0.02734380215406418, -0.11162048578262329, 0.004654827993363142, 0.012234079651534557, -0.00020854045578744262, -0.08994708955287933], "std": [0.1735410839319229, 0.2997744381427765, 0.20580850541591644, 0.050022754818201065, 0.040482304990291595, 0.036784399300813675, 0.995947539806366], "count": [189]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.455883674224246], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [1715], "max": [1715], "mean": [1715.0], "std": [0.0], "count": [189]}, "index": {"min": [552373], "max": [552561], "mean": [552467.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [189]}}} +{"episode_index": 1716, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4171588254442402]], [[0.38643600284352025]], [[0.3453633967380898]]], "std": [[[0.2572143210734188]], [[0.23680499494461882]], [[0.21990929444192125]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.4381585106943168]], [[0.4072056274414062]], [[0.36656383379767926]]], "std": [[[0.25858067565318466]], [[0.23981572758053832]], [[0.21920317363360828]]], "count": [100]}, "state": {"min": [-0.15847373008728027, -0.012533025816082954, 0.9701911807060242, 3.055180549621582, -0.04906570911407471, -0.009650052525103092, 0.001057973480783403, -0.040001895278692245], "max": [-0.015041454695165157, 0.23379282653331757, 1.2481271028518677, 3.233607053756714, 0.17367692291736603, 0.07138712704181671, 0.04000154882669449, -0.0025685427244752645], "mean": [-0.07515615224838257, 0.11671846359968185, 1.1598923206329346, 3.153372049331665, 0.03606269508600235, 0.031311798840761185, 0.021390464156866074, -0.02227206900715828], "std": [0.039224740117788315, 0.09425332397222519, 0.08612899482250214, 0.04812195897102356, 0.05769151821732521, 0.02211005426943302, 0.01820463128387928, 0.017548760399222374], "count": [202]}, "actions": {"min": [-0.4145790636539459, -1.5754247903823853, -0.7486570477485657, -0.1362360566854477, -0.12928979098796844, -0.07751467078924179, -1.0], "max": [0.4109552204608917, 0.6363428235054016, 0.3793013095855713, 0.2003297358751297, 0.15235725045204163, 0.10877053439617157, 1.0], "mean": [0.02022077701985836, -0.028956076130270958, -0.09682174026966095, 0.006202262826263905, 0.006575721316039562, -0.0003458922146819532, -0.019801979884505272], "std": [0.15438564121723175, 0.2999996542930603, 0.1753823608160019, 0.039639730006456375, 0.0382266566157341, 0.03226178139448166, 0.9998030066490173], "count": [202]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [1716], "max": [1716], "mean": [1716.0], "std": [0.0], "count": [202]}, "index": {"min": [552562], "max": [552763], "mean": [552662.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [202]}}} +{"episode_index": 1717, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.416412816066368]], [[0.3879140840418199]], [[0.34976124123965996]]], "std": [[[0.26297208859060417]], [[0.2436120934461846]], [[0.2291008620147857]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9568627450980393]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.5850340815525429]], [[0.5447146510703891]], [[0.48020525823854937]]], "std": [[[0.24185359289880434]], [[0.21610712164950077]], [[0.1979338057980303]]], "count": [100]}, "state": {"min": [-0.23691290616989136, -0.02480216696858406, 0.9222396612167358, 3.0312559604644775, -0.27322080731391907, 0.029160765931010246, 0.002586834831163287, -0.03991840407252312], "max": [0.16286829113960266, 0.032047875225543976, 1.2070938348770142, 3.2981107234954834, 0.0089256064966321, 0.15368206799030304, 0.04000604525208473, -0.002390659414231777], "mean": [0.00314418226480484, -0.004169312305748463, 1.1006548404693604, 3.2100603580474854, -0.09932908415794373, 0.08287598937749863, 0.021423187106847763, -0.021297266706824303], "std": [0.1340268850326538, 0.013272714801132679, 0.08682925254106522, 0.0533510223031044, 0.0719233825802803, 0.03224765881896019, 0.01819634810090065, 0.01828962378203869], "count": [323]}, "actions": {"min": [-0.8160405158996582, -0.265280544757843, -0.9593381881713867, -0.18357060849666595, -0.19932356476783752, -0.1084364503622055, -1.0], "max": [1.15440034866333, 0.3279779255390167, 0.8453121781349182, 0.3166801333427429, 0.3871138393878937, 0.15139010548591614, 1.0], "mean": [0.027072640135884285, 0.004499494098126888, -0.05847218632698059, 0.00737849110737443, -0.002021696185693145, 0.0026509948074817657, -0.015479875728487968], "std": [0.30029064416885376, 0.10263878107070923, 0.2249988317489624, 0.06226638704538345, 0.06324654817581177, 0.04201166704297066, 0.9998797178268433], "count": [323]}, "timestamp": {"min": [0.0], "max": [32.2], "mean": [16.099999999999998], "std": [9.324162160752033], "count": [323]}, "frame_index": {"min": [0], "max": [322], "mean": [161.0], "std": [93.24162160752032], "count": [323]}, "episode_index": {"min": [1717], "max": [1717], "mean": [1717.0], "std": [0.0], "count": [323]}, "index": {"min": [552764], "max": [553086], "mean": [552925.0], "std": [93.24162160752032], "count": [323]}, "task_index": {"min": [263], "max": [263], "mean": [263.0], "std": [0.0], "count": [323]}}} +{"episode_index": 1718, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4111905332079121]], [[0.38303262688131895]], [[0.3456742822983686]]], "std": [[[0.2636695309393315]], [[0.24415702333600742]], [[0.22950570191105416]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9607843137254902]], [[0.9725490196078431]], [[0.9921568627450981]]], "mean": [[[0.5803894868738512]], [[0.5419164285098805]], [[0.4760341611375996]]], "std": [[[0.24467041660491545]], [[0.21927836539032045]], [[0.20131285080254688]]], "count": [100]}, "state": {"min": [-0.18114233016967773, -0.02626092918217182, 0.9198173880577087, 3.059668779373169, -0.19066154956817627, 0.012438254430890083, 0.002423466183245182, -0.039949312806129456], "max": [0.1526208519935608, 0.029640039429068565, 1.1978732347488403, 3.288536548614502, 0.06608951836824417, 0.1616860330104828, 0.04000331088900566, -0.00242574792355299], "mean": [0.013841024599969387, 0.001393285347148776, 1.0707433223724365, 3.1759068965911865, -0.06203296780586243, 0.08752772957086563, 0.019939951598644257, -0.019907282665371895], "std": [0.11375080049037933, 0.0142594575881958, 0.0866912454366684, 0.03561759740114212, 0.07699478417634964, 0.03332933411002159, 0.018077045679092407, 0.018084866926074028], "count": [248]}, "actions": {"min": [-1.0912400484085083, -0.4374508857727051, -0.8104162812232971, -0.13321200013160706, -0.3159080147743225, -0.22521540522575378, -1.0], "max": [0.9423547983169556, 0.43406522274017334, 0.5758389830589294, 0.32788509130477905, 0.16700150072574615, 0.21404102444648743, 1.0], "mean": [0.027816995978355408, 0.003524764673784375, -0.05699387565255165, 0.008822689764201641, -0.0016915617743507028, 0.003496343968436122, 0.06451612710952759], "std": [0.3348073363304138, 0.12690426409244537, 0.2437209188938141, 0.05910865217447281, 0.056347139179706573, 0.05538645014166832, 0.9979182481765747], "count": [248]}, "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": [1718], "max": [1718], "mean": [1718.0], "std": [0.0], "count": [248]}, "index": {"min": [553087], "max": [553334], "mean": [553210.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [263], "max": [263], "mean": [263.0], "std": [0.0], "count": [248]}}} +{"episode_index": 1719, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4137075635354803]], [[0.38431417105604265]], [[0.3460158993359964]]], "std": [[[0.2634602110447087]], [[0.2435263945922181]], [[0.22837876968184131]]], "count": [130]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.5280371438971472]], [[0.4914517000178226]], [[0.44045728450447186]]], "std": [[[0.24520419802492902]], [[0.22191541300510279]], [[0.20095978185817373]]], "count": [130]}, "state": {"min": [-0.3013076186180115, -0.43313923478126526, 0.9200370907783508, 2.909289836883545, -0.4770301878452301, -0.057411495596170425, 0.0020631863735616207, -0.04000593349337578], "max": [0.15655407309532166, 0.23248068988323212, 1.2516347169876099, 3.3218016624450684, 0.10726943612098694, 0.19080309569835663, 0.03997794911265373, -0.0021493511740118265], "mean": [-0.09575672447681427, -0.042409803718328476, 1.1059741973876953, 3.131079912185669, -0.21800297498703003, 0.04902452602982521, 0.020201969891786575, -0.020247288048267365], "std": [0.13729064166545868, 0.18406988680362701, 0.09452984482049942, 0.0806303322315216, 0.15373656153678894, 0.06581073999404907, 0.018347658216953278, 0.01830548793077469], "count": [659]}, "actions": {"min": [-0.9164474010467529, -1.5617530345916748, -0.8358015418052673, -0.2912466824054718, -0.17418012022972107, -0.23609261214733124, -1.0], "max": [0.8129043579101562, 0.9129139184951782, 0.781402051448822, 0.28171929717063904, 0.16501645743846893, 0.26319369673728943, 1.0], "mean": [0.005000768695026636, -0.042852699756622314, -0.01617876999080181, -0.00040681540849618614, -7.10046078893356e-05, 0.000692382047418505, 0.044006068259477615], "std": [0.25874173641204834, 0.2568206191062927, 0.2235594093799591, 0.06001950055360794, 0.0450984463095665, 0.05086599290370941, 0.9990308284759521], "count": [659]}, "timestamp": {"min": [0.0], "max": [65.8], "mean": [32.9], "std": [19.023669467271553], "count": [659]}, "frame_index": {"min": [0], "max": [658], "mean": [329.0], "std": [190.23669467271554], "count": [659]}, "episode_index": {"min": [1719], "max": [1719], "mean": [1719.0], "std": [0.0], "count": [659]}, "index": {"min": [553335], "max": [553993], "mean": [553664.0], "std": [190.23669467271554], "count": [659]}, "task_index": {"min": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [659]}}} +{"episode_index": 1720, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4168235048428264]], [[0.3871455429059549]], [[0.3483899302411107]]], "std": [[[0.26151245632008047]], [[0.2412327950638244]], [[0.22586930135687058]]], "count": [136]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5353534346495807]], [[0.4984181484411607]], [[0.44500256970679475]]], "std": [[[0.24864209420513825]], [[0.2252705390165977]], [[0.20298996320776572]]], "count": [136]}, "state": {"min": [-0.307583749294281, -0.38602879643440247, 0.926696240901947, 2.870253801345825, -0.3165600001811981, -0.19609196484088898, 0.002056218683719635, -0.04000629112124443], "max": [0.1617211401462555, 0.2519043982028961, 1.2876133918762207, 3.22963547706604, 0.055310845375061035, 0.16726675629615784, 0.04000525176525116, -0.002120093908160925], "mean": [-0.06672762334346771, -0.02730218879878521, 1.1316298246383667, 3.0781075954437256, -0.10129234194755554, 0.01579291746020317, 0.020062273368239403, -0.020192811265587807], "std": [0.13451139628887177, 0.17442715167999268, 0.10216397792100906, 0.0798020139336586, 0.09126541018486023, 0.07705287635326385, 0.01795949786901474, 0.01787582039833069], "count": [704]}, "actions": {"min": [-0.8984138369560242, -1.3000755310058594, -0.7280463576316833, -0.2163398116827011, -0.2699011564254761, -0.15252012014389038, -1.0], "max": [0.8165063858032227, 0.8338351845741272, 1.4835585355758667, 0.189396932721138, 0.13387282192707062, 0.24523785710334778, 1.0], "mean": [0.0014064823044463992, -0.04419960081577301, -0.015212154015898705, -0.0009632703149691224, 0.0014832064043730497, -0.0013407242950052023, 0.07386363297700882], "std": [0.23668621480464935, 0.2449718862771988, 0.25113803148269653, 0.04831759259104729, 0.04607748985290527, 0.0470866933465004, 0.9972698092460632], "count": [704]}, "timestamp": {"min": [0.0], "max": [70.3], "mean": [35.15], "std": [20.32270897296913], "count": [704]}, "frame_index": {"min": [0], "max": [703], "mean": [351.5], "std": [203.2270897296913], "count": [704]}, "episode_index": {"min": [1720], "max": [1720], "mean": [1720.0], "std": [0.0], "count": [704]}, "index": {"min": [553994], "max": [554697], "mean": [554345.5], "std": [203.2270897296913], "count": [704]}, "task_index": {"min": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [704]}}} +{"episode_index": 1721, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4131746562882965]], [[0.38336099542356006]], [[0.34363937258252913]]], "std": [[[0.25697705245743757]], [[0.23672842098793434]], [[0.2196524337499519]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.47160324934417125]], [[0.43918488566080727]], [[0.40060951262829353]]], "std": [[[0.24366559052346518]], [[0.22343315059921315]], [[0.20285286785794557]]], "count": [100]}, "state": {"min": [-0.24881061911582947, -0.377426415681839, 0.9573137760162354, 2.748224973678589, -0.0581854023039341, 0.05856321007013321, 0.002189795719459653, -0.040003206580877304], "max": [-0.013887220993638039, 0.21584150195121765, 1.2449933290481567, 3.194277286529541, 0.2261798083782196, 0.2409403920173645, 0.03991415724158287, -0.0026589303743094206], "mean": [-0.14481495320796967, -0.07475156337022781, 1.148175597190857, 2.997677803039551, 0.0425850935280323, 0.12608511745929718, 0.016237426549196243, -0.016556398943066597], "std": [0.07435311377048492, 0.2385188639163971, 0.07605979591608047, 0.1442655622959137, 0.06834164261817932, 0.043774913996458054, 0.017470674589276314, 0.017313729971647263], "count": [295]}, "actions": {"min": [-0.7304251194000244, -1.41888427734375, -0.6521468758583069, -0.14202824234962463, -0.20282068848609924, -0.09973101317882538, -1.0], "max": [0.7074089050292969, 0.8186418414115906, 1.2247856855392456, 0.18032950162887573, 0.16601090133190155, 0.1429605484008789, 1.0], "mean": [0.0013114765752106905, -0.095235675573349, -0.020174358040094376, -0.00791848823428154, -0.001971994061022997, 0.0011315429583191872, 0.2542372941970825], "std": [0.2025291472673416, 0.32523438334465027, 0.23838013410568237, 0.048142459243535995, 0.049473296850919724, 0.04055037349462509, 0.9671438336372375], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [1721], "max": [1721], "mean": [1721.0], "std": [0.0], "count": [295]}, "index": {"min": [554698], "max": [554992], "mean": [554845.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [295]}}} +{"episode_index": 1722, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41585484044692095]], [[0.3859472937490426]], [[0.34593880567363666]]], "std": [[[0.2569049335588644]], [[0.23675061401163164]], [[0.22011526134203507]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4867798090916054]], [[0.4530218619552313]], [[0.41306635658413754]]], "std": [[[0.24725724982005165]], [[0.2259936930822594]], [[0.20446028274970307]]], "count": [100]}, "state": {"min": [-0.2711653411388397, -0.3627019226551056, 0.9604908227920532, 2.7519659996032715, -0.1695292890071869, -0.1557851880788803, 0.0020532712806016207, -0.03996405750513077], "max": [-0.014831626787781715, 0.22465485334396362, 1.276390790939331, 3.285404920578003, 0.07227400690317154, 0.04508397728204727, 0.040003351867198944, -0.0016523246886208653], "mean": [-0.14471599459648132, -0.06476926803588867, 1.171569585800171, 3.0864970684051514, -0.07449702173471451, -0.06200246512889862, 0.015486164018511772, -0.015542021952569485], "std": [0.07900597155094147, 0.24192965030670166, 0.09233049303293228, 0.14281322062015533, 0.06557582318782806, 0.04598657041788101, 0.0174175463616848, 0.017324060201644897], "count": [270]}, "actions": {"min": [-0.7391980886459351, -1.338820219039917, -0.5941776633262634, -0.17874594032764435, -0.13456007838249207, -0.20749065279960632, -1.0], "max": [0.9677789807319641, 1.0318427085876465, 0.5319792032241821, 0.25877389311790466, 0.11545658856630325, 0.18347875773906708, 1.0], "mean": [-0.0018261454533785582, -0.11550193279981613, -0.0715617910027504, -0.010919713415205479, 0.0009088626829907298, -0.0017633973620831966, 0.29629629850387573], "std": [0.22010108828544617, 0.3459872901439667, 0.2004837840795517, 0.04435480758547783, 0.040637850761413574, 0.047111500054597855, 0.9550942778587341], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1722], "max": [1722], "mean": [1722.0], "std": [0.0], "count": [270]}, "index": {"min": [554993], "max": [555262], "mean": [555127.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1723, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41851522946825215]], [[0.3884726634306066]], [[0.34848419428806676]]], "std": [[[0.2557111087484439]], [[0.23545016465559773]], [[0.2185942804649325]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4654033747654335]], [[0.4332082345999923]], [[0.39497204589843754]]], "std": [[[0.2546593659283056]], [[0.23442156031277558]], [[0.21306592698741553]]], "count": [100]}, "state": {"min": [-0.2391628921031952, -0.3835967481136322, 0.9808554649353027, 2.951610803604126, -0.13232065737247467, -0.0032641792204231024, 0.0022771747317165136, -0.040088001638650894], "max": [0.0072063663974404335, 0.23278526961803436, 1.2370290756225586, 3.3048782348632812, 0.17041423916816711, 0.1413799375295639, 0.040005046874284744, -0.002365499036386609], "mean": [-0.12250718474388123, -0.04161922261118889, 1.1514029502868652, 3.1363365650177, 0.02292487397789955, 0.06270969659090042, 0.017306935042142868, -0.017345620319247246], "std": [0.07818853110074997, 0.24956317245960236, 0.0708175003528595, 0.10980495065450668, 0.07224741578102112, 0.04430625960230827, 0.017883436754345894, 0.01780584454536438], "count": [281]}, "actions": {"min": [-0.8081189393997192, -1.5635466575622559, -0.7656365633010864, -0.20795838534832, -0.2662200629711151, -0.1127687618136406, -1.0], "max": [0.5010104179382324, 0.6363690495491028, 0.46519333124160767, 0.15388700366020203, 0.12009818851947784, 0.1774992197751999, 1.0], "mean": [-0.0022633783519268036, -0.12389025092124939, -0.056229304522275925, -0.0039042667485773563, -0.003281670855358243, 0.004059344995766878, 0.2028469741344452], "std": [0.21286103129386902, 0.34961968660354614, 0.17706084251403809, 0.05206380784511566, 0.048620034009218216, 0.04143839329481125, 0.9792100191116333], "count": [281]}, "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": [1723], "max": [1723], "mean": [1723.0], "std": [0.0], "count": [281]}, "index": {"min": [555263], "max": [555543], "mean": [555403.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [281]}}} +{"episode_index": 1724, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46776148117625455]], [[0.43713880106454645]], [[0.40152190993334436]]], "std": [[[0.250643327059572]], [[0.23270801556144008]], [[0.21849387784422775]]], "count": [195]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9490196078431372]]], "mean": [[[0.5139317169112738]], [[0.45020276744261406]], [[0.4285653838420885]]], "std": [[[0.27336514561963343]], [[0.27247825064641074]], [[0.2494864621958026]]], "count": [195]}, "state": {"min": [-0.17019769549369812, -0.19414059817790985, 0.9578683376312256, 2.9219956398010254, -0.855241060256958, 0.009084346704185009, 0.0020312820561230183, -0.04179371893405914], "max": [0.11075741052627563, 0.1054217740893364, 1.2221910953521729, 3.3977551460266113, 0.41874024271965027, 1.7126307487487793, 0.04001007229089737, -0.0018952193204313517], "mean": [-0.05128250643610954, -0.05616595223546028, 1.0756772756576538, 3.1274380683898926, -0.018397968262434006, 1.0994651317596436, 0.030330155044794083, -0.03035757690668106], "std": [0.0637020692229271, 0.08394420146942139, 0.08605768531560898, 0.10270891338586807, 0.2249494194984436, 0.5888893604278564, 0.01621660776436329, 0.016274884343147278], "count": [1131]}, "actions": {"min": [-0.5782824158668518, -0.8232946991920471, -0.974637508392334, -0.18891309201717377, -0.3351527154445648, -0.5423181653022766, -1.0], "max": [0.6677382588386536, 1.1428985595703125, 0.6264861226081848, 0.22158488631248474, 0.36847367882728577, 1.0140570402145386, 1.0], "mean": [0.02158512733876705, 0.01370847038924694, -0.02413753606379032, 0.0033313496969640255, -0.0037101134657859802, 0.014104298315942287, -0.4889478385448456], "std": [0.11726655066013336, 0.1556941270828247, 0.15611620247364044, 0.03691091760993004, 0.05970456451177597, 0.1102687269449234, 0.8723137378692627], "count": [1131]}, "timestamp": {"min": [0.0], "max": [113.0], "mean": [56.5], "std": [32.649144960728556], "count": [1131]}, "frame_index": {"min": [0], "max": [1130], "mean": [565.0], "std": [326.4914496072855], "count": [1131]}, "episode_index": {"min": [1724], "max": [1724], "mean": [1724.0], "std": [0.0], "count": [1131]}, "index": {"min": [555544], "max": [556674], "mean": [556109.0], "std": [326.4914496072855], "count": [1131]}, "task_index": {"min": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [1131]}}} +{"episode_index": 1725, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470012209074512]], [[0.43883822644971193]], [[0.4025613322319567]]], "std": [[[0.2498198658145814]], [[0.23178294401298227]], [[0.21716250683422575]]], "count": [164]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9529411764705882]]], "mean": [[[0.552502967911095]], [[0.49091438173050517]], [[0.4622676781864613]]], "std": [[[0.2662648974329889]], [[0.26704217544625825]], [[0.24523087969385773]]], "count": [164]}, "state": {"min": [-0.19028498232364655, -0.1793559193611145, 0.9567556977272034, 2.795947551727295, -0.8722844123840332, 0.02877078391611576, 0.0021896606776863337, -0.041357025504112244], "max": [0.12100788205862045, 0.11304362118244171, 1.228115200996399, 3.415201187133789, 0.3190857172012329, 1.76072359085083, 0.04001136124134064, -0.002242947230115533], "mean": [-0.055010486394166946, -0.04883766174316406, 1.1082181930541992, 3.1004879474639893, 0.0038355549331754446, 0.8132479786872864, 0.02899702824652195, -0.02914036437869072], "std": [0.07577011734247208, 0.08034507185220718, 0.08963792771100998, 0.13618217408657074, 0.18953557312488556, 0.6286531686782837, 0.016754092648625374, 0.016694845631718636], "count": [902]}, "actions": {"min": [-0.2418370097875595, -0.6309449672698975, -0.568446934223175, -0.1418839395046234, -0.4060644507408142, -0.6876450777053833, -1.0], "max": [0.6630144715309143, 0.7921196222305298, 0.7144367694854736, 0.3710046410560608, 0.3636753559112549, 0.7353383302688599, 1.0], "mean": [0.030597949400544167, 0.014433329924941063, -0.02391655370593071, 0.006177251692861319, -0.005435064435005188, 0.018549775704741478, -0.4146341383457184], "std": [0.11009778082370758, 0.1419026404619217, 0.17409709095954895, 0.045324571430683136, 0.06564097106456757, 0.12639474868774414, 0.909986674785614], "count": [902]}, "timestamp": {"min": [0.0], "max": [90.1], "mean": [45.05], "std": [26.038481138499613], "count": [902]}, "frame_index": {"min": [0], "max": [901], "mean": [450.5], "std": [260.3848113849961], "count": [902]}, "episode_index": {"min": [1725], "max": [1725], "mean": [1725.0], "std": [0.0], "count": [902]}, "index": {"min": [556675], "max": [557576], "mean": [557125.5], "std": [260.3848113849961], "count": [902]}, "task_index": {"min": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [902]}}} +{"episode_index": 1726, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4689426127974915]], [[0.4384108338848744]], [[0.4027836697175875]]], "std": [[[0.2504212551052084]], [[0.23262368813788872]], [[0.21844965165281285]]], "count": [163]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9490196078431372]]], "mean": [[[0.5291842070237316]], [[0.4630790336918174]], [[0.4347613269150164]]], "std": [[[0.2708801201412488]], [[0.272133107357273]], [[0.24877317301046664]]], "count": [163]}, "state": {"min": [-0.18924009799957275, -0.19070753455162048, 0.9419792294502258, 2.688924789428711, -0.8307583332061768, 0.009029809385538101, 0.001860975637100637, -0.04215956851840019], "max": [0.1313740462064743, 0.10277362167835236, 1.2330124378204346, 3.3442492485046387, 0.4979512691497803, 1.85788893699646, 0.0400083065032959, -0.002611785661429167], "mean": [-0.05611870437860489, -0.07072772085666656, 1.0820465087890625, 3.0661087036132812, 0.10250057280063629, 0.7810074687004089, 0.026885375380516052, -0.027192331850528717], "std": [0.07588616013526917, 0.07983215898275375, 0.08528941869735718, 0.12804101407527924, 0.23646733164787292, 0.6682179570198059, 0.017594145610928535, 0.017400633543729782], "count": [897]}, "actions": {"min": [-0.4807632267475128, -0.6543317437171936, -0.7181755304336548, -0.29827550053596497, -0.2891046404838562, -0.5138717889785767, -1.0], "max": [0.7378143668174744, 0.8333261013031006, 0.7104672789573669, 0.28346672654151917, 0.2747737467288971, 0.7284544706344604, 1.0], "mean": [0.03161570802330971, 0.014573254622519016, -0.023138826712965965, 0.007372210267931223, -0.005891678389161825, 0.019511330872774124, -0.30434781312942505], "std": [0.1353030800819397, 0.15272578597068787, 0.1755818873643875, 0.04925078526139259, 0.05843210965394974, 0.12423272430896759, 0.9525635838508606], "count": [897]}, "timestamp": {"min": [0.0], "max": [89.6], "mean": [44.8], "std": [25.894143482005088], "count": [897]}, "frame_index": {"min": [0], "max": [896], "mean": [448.0], "std": [258.9414348200509], "count": [897]}, "episode_index": {"min": [1726], "max": [1726], "mean": [1726.0], "std": [0.0], "count": [897]}, "index": {"min": [557577], "max": [558473], "mean": [558025.0], "std": [258.9414348200509], "count": [897]}, "task_index": {"min": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [897]}}} +{"episode_index": 1727, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4689042681525735]], [[0.43726592239679074]], [[0.4008999932981005]]], "std": [[[0.2503455153186553]], [[0.23183252054811432]], [[0.21682980830197288]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.5270800888959098]], [[0.43195104082892927]], [[0.41121506694718907]]], "std": [[[0.26916381530991473]], [[0.28171794180910803]], [[0.2537969403345476]]], "count": [100]}, "state": {"min": [-0.21470510959625244, -0.15004587173461914, 0.9524409174919128, 2.945138931274414, -0.016690339893102646, 0.036972206085920334, 0.0022803812753409147, -0.04000769928097725], "max": [0.02568906731903553, 0.07688120752573013, 1.1824555397033691, 3.3456966876983643, 0.23252850770950317, 1.5148648023605347, 0.04001035913825035, -0.0023514144122600555], "mean": [-0.10338492691516876, -0.04636668041348457, 1.0693782567977905, 3.1129467487335205, 0.08802396804094315, 0.6111415028572083, 0.020498735830187798, -0.020461995154619217], "std": [0.07636561989784241, 0.07171011716127396, 0.0721513107419014, 0.12531130015850067, 0.06857844442129135, 0.6020268201828003, 0.018198736011981964, 0.018065553158521652], "count": [400]}, "actions": {"min": [-0.7185338735580444, -0.7218047976493835, -0.7810050249099731, -0.2686501145362854, -0.46128761768341064, -1.0555375814437866, -1.0], "max": [0.7720966935157776, 0.3927769958972931, 0.717867374420166, 0.2292826920747757, 0.35529157519340515, 1.224531888961792, 1.0], "mean": [-0.004424944519996643, -0.02283727377653122, -0.043021220713853836, -0.003102382179349661, 0.0008936034282669425, 0.0023686569184064865, 0.03999999910593033], "std": [0.17269861698150635, 0.14838458597660065, 0.21600136160850525, 0.05020619183778763, 0.07471199333667755, 0.1817576140165329, 0.9991998672485352], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [1727], "max": [1727], "mean": [1727.0], "std": [0.0], "count": [400]}, "index": {"min": [558474], "max": [558873], "mean": [558673.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [400]}}} +{"episode_index": 1728, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47246825693167893]], [[0.44100538066789213]], [[0.4047565056295956]]], "std": [[[0.24722694920228902]], [[0.22912330521634444]], [[0.2143276100315465]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9450980392156862]]], "mean": [[[0.5143259193570006]], [[0.44143602139342064]], [[0.4141895512599571]]], "std": [[[0.258954455354157]], [[0.2601429186725444]], [[0.23194214727032503]]], "count": [100]}, "state": {"min": [-0.2042422890663147, -0.21730530261993408, 0.957854151725769, 2.9290683269500732, -0.3122763931751251, 0.08057466894388199, 0.0008020814857445657, -0.04036368802189827], "max": [0.011922691948711872, 0.0764070376753807, 1.2222959995269775, 3.518880844116211, 0.08144538104534149, 1.4953900575637817, 0.04001067951321602, -0.0016223011771216989], "mean": [-0.09356746822595596, -0.07296470552682877, 1.1004695892333984, 3.13647198677063, -0.12354779988527298, 0.7390257716178894, 0.018483953550457954, -0.019063429906964302], "std": [0.08268595486879349, 0.09985662251710892, 0.07992548495531082, 0.17892606556415558, 0.10241702198982239, 0.501219630241394, 0.01844608597457409, 0.018311193212866783], "count": [470]}, "actions": {"min": [-0.422421395778656, -0.6475297808647156, -0.7793054580688477, -0.15708202123641968, -0.15057964622974396, -0.5262452960014343, -1.0], "max": [0.7313171625137329, 0.7960584163665771, 0.6559457778930664, 0.19293862581253052, 0.3464256525039673, 0.5799500942230225, 1.0], "mean": [0.005785586778074503, -0.023737013339996338, -0.03978841379284859, -0.0022029252722859383, 0.0032197271939367056, 0.002762081567198038, 0.1531914919614792], "std": [0.12764482200145721, 0.1495230346918106, 0.18859992921352386, 0.0416695661842823, 0.049645036458969116, 0.11102162301540375, 0.9881925582885742], "count": [470]}, "timestamp": {"min": [0.0], "max": [46.9], "mean": [23.45], "std": [13.567700615800748], "count": [470]}, "frame_index": {"min": [0], "max": [469], "mean": [234.5], "std": [135.6770061580075], "count": [470]}, "episode_index": {"min": [1728], "max": [1728], "mean": [1728.0], "std": [0.0], "count": [470]}, "index": {"min": [558874], "max": [559343], "mean": [559108.5], "std": [135.6770061580075], "count": [470]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [470]}}} +{"episode_index": 1729, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47198946450810264]], [[0.4413551600989893]], [[0.4057196023057848]]], "std": [[[0.2477926434283372]], [[0.2300196901004539]], [[0.21590091874218512]]], "count": [104]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9529411764705882]]], "mean": [[[0.5445170124911255]], [[0.4523334336316783]], [[0.4229018227187397]]], "std": [[[0.26018927202860687]], [[0.2737425319259153]], [[0.2427703122735656]]], "count": [104]}, "state": {"min": [-0.2484959214925766, -0.2037963569164276, 0.9539835453033447, 2.944049835205078, -0.27103254199028015, -0.04377671331167221, 0.002241697860881686, -0.0400095134973526], "max": [0.05349550396203995, 0.023748623207211494, 1.174032211303711, 3.2073631286621094, 0.0554623045027256, 1.4719302654266357, 0.03997552767395973, -0.002336494391784072], "mean": [-0.07444977760314941, -0.08143910020589828, 1.0764198303222656, 3.0437395572662354, -0.07979486882686615, 0.4777184724807739, 0.01835249550640583, -0.018506759777665138], "std": [0.1132473573088646, 0.08024832606315613, 0.06888117641210556, 0.06651239842176437, 0.09236432611942291, 0.546506941318512, 0.01832140050828457, 0.018303172662854195], "count": [493]}, "actions": {"min": [-0.8557379245758057, -0.849698543548584, -0.618666410446167, -0.12819451093673706, -0.1705678105354309, -0.8780805468559265, -1.0], "max": [0.5602689981460571, 0.3809816241264343, 1.085352897644043, 0.173598051071167, 0.15482674539089203, 0.4355425238609314, 1.0], "mean": [-0.005106716882437468, -0.019961759448051453, -0.033780068159103394, -0.0007744680624455214, 0.00042487404425628483, 0.002142190234735608, 0.15212981402873993], "std": [0.15083129703998566, 0.1375139355659485, 0.1510888785123825, 0.0375860258936882, 0.043473199009895325, 0.1183268204331398, 0.9883572459220886], "count": [493]}, "timestamp": {"min": [0.0], "max": [49.2], "mean": [24.599999999999998], "std": [14.231654858097142], "count": [493]}, "frame_index": {"min": [0], "max": [492], "mean": [246.0], "std": [142.3165485809714], "count": [493]}, "episode_index": {"min": [1729], "max": [1729], "mean": [1729.0], "std": [0.0], "count": [493]}, "index": {"min": [559344], "max": [559836], "mean": [559590.0], "std": [142.3165485809714], "count": [493]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [493]}}} +{"episode_index": 1730, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47201279181226946]], [[0.4412603065403335]], [[0.4047372926487272]]], "std": [[[0.24944944736308647]], [[0.23104941251734046]], [[0.21658827548920448]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9529411764705882]]], "mean": [[[0.5218126626182265]], [[0.4323382339670088]], [[0.4118259957960984]]], "std": [[[0.27682396428830275]], [[0.2892853739660281]], [[0.2638704461464862]]], "count": [101]}, "state": {"min": [-0.27847856283187866, -0.2277504950761795, 0.9620023965835571, 2.93228816986084, -0.04768269136548042, 0.05921768769621849, 0.002193025778979063, -0.04000651463866234], "max": [0.040506694465875626, 0.06304764002561569, 1.1744740009307861, 3.3234124183654785, 0.22339320182800293, 1.6630455255508423, 0.04000593721866608, -0.001595907611772418], "mean": [-0.06909012794494629, -0.05467674881219864, 1.087894082069397, 3.104299306869507, 0.05434337630867958, 0.769860565662384, 0.020677341148257256, -0.020611325278878212], "std": [0.10026346892118454, 0.09006855636835098, 0.072765052318573, 0.10816263407468796, 0.0515400767326355, 0.6223906874656677, 0.01852247677743435, 0.01858646795153618], "count": [474]}, "actions": {"min": [-0.7386245131492615, -0.592928409576416, -0.5232162475585938, -0.1617077887058258, -0.38388803601264954, -0.8130146861076355, -1.0], "max": [0.7210603356361389, 0.662272036075592, 0.48649099469184875, 0.22390197217464447, 0.4303891658782959, 0.7709057927131653, 1.0], "mean": [-0.0027819317765533924, -0.037872832268476486, -0.035627637058496475, -0.003453583689406514, 0.0027492160443216562, 0.00429880153387785, 0.04219409450888634], "std": [0.16854624450206757, 0.12618209421634674, 0.1557515412569046, 0.039995867758989334, 0.06483814120292664, 0.14277046918869019, 0.9991083145141602], "count": [474]}, "timestamp": {"min": [0.0], "max": [47.3], "mean": [23.650000000000002], "std": [13.683170928796683], "count": [474]}, "frame_index": {"min": [0], "max": [473], "mean": [236.5], "std": [136.83170928796682], "count": [474]}, "episode_index": {"min": [1730], "max": [1730], "mean": [1730.0], "std": [0.0], "count": [474]}, "index": {"min": [559837], "max": [560310], "mean": [560073.5], "std": [136.83170928796682], "count": [474]}, "task_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [474]}}} +{"episode_index": 1731, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727452745624617]], [[0.4425869182511872]], [[0.40769621306774667]]], "std": [[[0.2462603720571002]], [[0.22820456545513745]], [[0.2140148964946648]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9215686274509803]]], "mean": [[[0.6111114208745021]], [[0.5601258652630975]], [[0.4862201448328355]]], "std": [[[0.23123070654815975]], [[0.20846883575771777]], [[0.19270145869960884]]], "count": [100]}, "state": {"min": [-0.20694942772388458, -0.26111412048339844, 0.9158061742782593, 2.9967305660247803, -0.21352368593215942, -0.08750630170106888, 0.002250143326818943, -0.040007010102272034], "max": [-0.02616778388619423, -0.009672489017248154, 1.2562612295150757, 3.126880645751953, 0.29290586709976196, 0.07419673353433609, 0.039871543645858765, -0.0023541818372905254], "mean": [-0.09922724962234497, -0.20308740437030792, 1.081372618675232, 3.04276704788208, 0.011546198278665543, 0.034941401332616806, 0.028273044154047966, -0.028246846050024033], "std": [0.05793482065200806, 0.059982363134622574, 0.11702723801136017, 0.034068282693624496, 0.14612498879432678, 0.04020620882511139, 0.01644732430577278, 0.01667623408138752], "count": [241]}, "actions": {"min": [-0.49790239334106445, -0.738978922367096, -0.7984744310379028, -0.14183928072452545, -0.12266018986701965, -0.19637881219387054, -1.0], "max": [0.38639435172080994, 0.45033255219459534, 0.6698693633079529, 0.13585545122623444, 0.21023519337177277, 0.18546101450920105, 1.0], "mean": [0.011428769677877426, -0.04450768232345581, -0.07520310580730438, -0.0032697159331291914, 0.009767808951437473, 0.0017847890267148614, -0.3692946135997772], "std": [0.15227118134498596, 0.19570928812026978, 0.22892522811889648, 0.04297159984707832, 0.03822702914476395, 0.047808703035116196, 0.9293127655982971], "count": [241]}, "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": [1731], "max": [1731], "mean": [1731.0], "std": [0.0], "count": [241]}, "index": {"min": [560311], "max": [560551], "mean": [560431.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [241]}}} +{"episode_index": 1732, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4733438385608149]], [[0.4433198559330959]], [[0.40849100090475643]]], "std": [[[0.24716649761816725]], [[0.22882024917749427]], [[0.21401462471996427]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9411764705882353]]], "mean": [[[0.6039306179869409]], [[0.5532780306946998]], [[0.4767368678672641]]], "std": [[[0.23933455213840257]], [[0.21539262905807566]], [[0.19797709355374296]]], "count": [100]}, "state": {"min": [-0.22007928788661957, -0.2472897469997406, 0.9179508090019226, 2.911034345626831, -0.03218412399291992, -0.04282194748520851, 0.0020513017661869526, -0.040013816207647324], "max": [0.02514388971030712, -0.03491346538066864, 1.2072457075119019, 3.0749411582946777, 0.28537651896476746, 0.09013881534337997, 0.039821501821279526, -0.002387970918789506], "mean": [-0.07324288040399551, -0.20043909549713135, 1.0672489404678345, 2.982604503631592, 0.13853654265403748, 0.015821509063243866, 0.025705348700284958, -0.02598787099123001], "std": [0.08021525293588638, 0.04706054925918579, 0.09147883951663971, 0.04000817984342575, 0.09361498057842255, 0.034006815403699875, 0.017589204013347626, 0.017540164291858673], "count": [230]}, "actions": {"min": [-0.7387534976005554, -0.6371119618415833, -0.8174480199813843, -0.13139933347702026, -0.14939704537391663, -0.1606404334306717, -1.0], "max": [0.5545700788497925, 0.7919564843177795, 1.034518837928772, 0.15988604724407196, 0.1488933116197586, 0.15062455832958221, 1.0], "mean": [0.013654756359755993, -0.045769356191158295, -0.05919590964913368, -0.004441245924681425, 0.0046592336148023605, 0.00214949157088995, -0.260869562625885], "std": [0.2256508320569992, 0.20544327795505524, 0.26984068751335144, 0.04539024457335472, 0.041479263454675674, 0.04932362586259842, 0.9653744697570801], "count": [230]}, "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": [1732], "max": [1732], "mean": [1732.0], "std": [0.0], "count": [230]}, "index": {"min": [560552], "max": [560781], "mean": [560666.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [230]}}} +{"episode_index": 1733, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4691388220693551]], [[0.4376605158787148]], [[0.4026190035950904]]], "std": [[[0.24944672087855732]], [[0.23102189110095678]], [[0.21558734619196118]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9294117647058824]]], "mean": [[[0.5939069997750077]], [[0.5428834443933824]], [[0.4694897622501149]]], "std": [[[0.24630879952445758]], [[0.22338486262368817]], [[0.20422100602858811]]], "count": [100]}, "state": {"min": [-0.19947616755962372, -0.2640863060951233, 0.9217585325241089, 2.901049852371216, -0.03697856888175011, 0.010804373770952225, 0.002726949518546462, -0.040010880678892136], "max": [0.01434589084237814, -0.014939934015274048, 1.212767243385315, 3.1072070598602295, 0.44456759095191956, 0.12931758165359497, 0.040072280913591385, -0.0023081651888787746], "mean": [-0.08582179993391037, -0.18823593854904175, 1.0603288412094116, 3.0065674781799316, 0.2032402604818344, 0.07269144058227539, 0.026285087689757347, -0.026082059368491173], "std": [0.06881166249513626, 0.056505899876356125, 0.0997563824057579, 0.04747931286692619, 0.1527896523475647, 0.02806713990867138, 0.017108431085944176, 0.017493005841970444], "count": [251]}, "actions": {"min": [-0.5444241762161255, -1.2362459897994995, -0.8264319896697998, -0.16473105549812317, -0.12662149965763092, -0.21717515587806702, -1.0], "max": [0.5503507852554321, 0.6089218258857727, 0.8701615333557129, 0.1351940780878067, 0.162068709731102, 0.1668923795223236, 1.0], "mean": [0.002034392673522234, -0.028111515566706657, -0.06850745528936386, -0.0025381152518093586, 0.01069645956158638, -0.0002644968335516751, -0.2589641511440277], "std": [0.18368645012378693, 0.23796124756336212, 0.23072677850723267, 0.04656212776899338, 0.03675379231572151, 0.049138911068439484, 0.9658868908882141], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [1733], "max": [1733], "mean": [1733.0], "std": [0.0], "count": [251]}, "index": {"min": [560782], "max": [561032], "mean": [560907.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [251]}}} +{"episode_index": 1734, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.477276325300628]], [[0.4442010863061045]], [[0.40850911637848497]]], "std": [[[0.2434528644582914]], [[0.22505420067735987]], [[0.2102083618242245]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9568627450980393]], [[0.9411764705882353]]], "mean": [[[0.5678624213723575]], [[0.5332433657178692]], [[0.4810067808861826]]], "std": [[[0.2458869919058236]], [[0.23369887930124936]], [[0.22322340570422053]]], "count": [100]}, "state": {"min": [-0.24878475069999695, -0.2453169822692871, 0.9745146036148071, 2.947913885116577, -0.0678618922829628, -0.04722477123141289, 0.0023431607987731695, -0.039985571056604385], "max": [-0.032752394676208496, 0.1670699268579483, 1.2537695169448853, 3.2539026737213135, 0.17299701273441315, 0.10781824588775635, 0.04000440239906311, -0.0024385973811149597], "mean": [-0.14570267498493195, -0.05250971019268036, 1.1540127992630005, 3.1009507179260254, 0.03317597880959511, 0.019703475758433342, 0.01394130103290081, -0.014033183455467224], "std": [0.06932295113801956, 0.1617690771818161, 0.09592080116271973, 0.071842260658741, 0.06411818414926529, 0.03373738005757332, 0.01692604087293148, 0.01688470132648945], "count": [417]}, "actions": {"min": [-0.41351866722106934, -0.9551451802253723, -0.5529038310050964, -0.19099712371826172, -0.15395286679267883, -0.1562827080488205, -1.0], "max": [0.41283851861953735, 0.6128923296928406, 0.4687601327896118, 0.19358660280704498, 0.11356259882450104, 0.13629351556301117, 1.0], "mean": [0.0024315083865076303, -0.048080503940582275, -0.04071660712361336, -0.002043405082076788, 0.0017039035446941853, -2.0408044292707928e-05, 0.38609111309051514], "std": [0.12691397964954376, 0.20077109336853027, 0.13157962262630463, 0.03606949746608734, 0.025768641382455826, 0.02833176590502262, 0.9224615097045898], "count": [417]}, "timestamp": {"min": [0.0], "max": [41.6], "mean": [20.799999999999997], "std": [12.037718499228443], "count": [417]}, "frame_index": {"min": [0], "max": [416], "mean": [208.0], "std": [120.37718499228443], "count": [417]}, "episode_index": {"min": [1734], "max": [1734], "mean": [1734.0], "std": [0.0], "count": [417]}, "index": {"min": [561033], "max": [561449], "mean": [561241.0], "std": [120.37718499228443], "count": [417]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [417]}}} +{"episode_index": 1735, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4752244089163986]], [[0.4414954564711627]], [[0.4065538736979167]]], "std": [[[0.24518314372569658]], [[0.2269607649824759]], [[0.21171375584709265]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9647058823529412]], [[0.9450980392156862]]], "mean": [[[0.5597878657322304]], [[0.5232191473268996]], [[0.47025108786190256]]], "std": [[[0.2480135425070728]], [[0.2368659947425665]], [[0.22491069976576455]]], "count": [100]}, "state": {"min": [-0.20836271345615387, -0.22902634739875793, 0.970583975315094, 2.9004292488098145, 0.0025387771893292665, -0.10780081897974014, 0.0023561411071568727, -0.039817605167627335], "max": [-0.044421643018722534, 0.17161104083061218, 1.234755277633667, 3.3668415546417236, 0.1878272444009781, 0.05292513221502304, 0.040010206401348114, -0.0025753348600119352], "mean": [-0.14238129556179047, -0.059589091688394547, 1.1161741018295288, 3.0968880653381348, 0.09392064064741135, -0.01526709645986557, 0.012976521626114845, -0.01313031930476427], "std": [0.059598200023174286, 0.15531088411808014, 0.08827231824398041, 0.15398992598056793, 0.057542238384485245, 0.031140783801674843, 0.01628507487475872, 0.016082726418972015], "count": [284]}, "actions": {"min": [-0.6640777587890625, -1.6920901536941528, -0.7675498723983765, -0.19918140769004822, -0.13803665339946747, -0.1491045504808426, -1.0], "max": [0.4200095236301422, 0.5267652273178101, 0.24012413620948792, 0.2871866524219513, 0.22523871064186096, 0.13504192233085632, 1.0], "mean": [-0.005572040099650621, -0.07276149094104767, -0.056201305240392685, -0.006529355887323618, 0.003583514830097556, 0.002975745825096965, 0.43661972880363464], "std": [0.1657167226076126, 0.2837240993976593, 0.15450674295425415, 0.05290970951318741, 0.036042407155036926, 0.03519966080784798, 0.8996462225914001], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1735], "max": [1735], "mean": [1735.0], "std": [0.0], "count": [284]}, "index": {"min": [561450], "max": [561733], "mean": [561591.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1736, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.474950621361826]], [[0.44110357247146903]], [[0.40579285505706186]]], "std": [[[0.2450168540910032]], [[0.2267934708956835]], [[0.21157866290714558]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.9372549019607843]]], "mean": [[[0.566560245289522]], [[0.52980606916839]], [[0.48004763674268536]]], "std": [[[0.2503024423417554]], [[0.24082349305209477]], [[0.22955276524777143]]], "count": [100]}, "state": {"min": [-0.2039584368467331, -0.20967204868793488, 0.9699047803878784, 2.9011788368225098, -0.018348369747400284, -0.07655912637710571, 0.00210086558945477, -0.039869412779808044], "max": [-0.02789127267897129, 0.18846537172794342, 1.256909728050232, 3.3257083892822266, 0.1997406929731369, 0.06943296641111374, 0.040008869022130966, -0.0023265439085662365], "mean": [-0.13083970546722412, -0.01761796697974205, 1.1365197896957397, 3.113429546356201, 0.07735199481248856, -0.011936607770621777, 0.014955342747271061, -0.01503706257790327], "std": [0.06515989452600479, 0.15153241157531738, 0.08818230777978897, 0.1357468068599701, 0.05814557895064354, 0.032465457916259766, 0.017364399507641792, 0.017196254804730415], "count": [329]}, "actions": {"min": [-0.5130889415740967, -1.2234305143356323, -0.5906552672386169, -0.14736047387123108, -0.12584218382835388, -0.08720479905605316, -1.0], "max": [0.7140126824378967, 0.8319854736328125, 0.3197650909423828, 0.18641553819179535, 0.13150134682655334, 0.15461459755897522, 1.0], "mean": [-0.004141703248023987, -0.04758131504058838, -0.048459138721227646, -0.004753690212965012, 0.004558430518954992, 0.0025262045674026012, 0.3252279758453369], "std": [0.14575296640396118, 0.23876820504665375, 0.1376437097787857, 0.04236288741230965, 0.031048886477947235, 0.028974227607250214, 0.9456369280815125], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [1736], "max": [1736], "mean": [1736.0], "std": [0.0], "count": [329]}, "index": {"min": [561734], "max": [562062], "mean": [561898.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [329]}}} +{"episode_index": 1737, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748816504384957]], [[0.44110410682827816]], [[0.4058509252211627]]], "std": [[[0.24446019820451356]], [[0.22599536863276076]], [[0.21032891572074672]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9411764705882353]]], "mean": [[[0.5540523555980009]], [[0.5150152079264323]], [[0.46741579003427547]]], "std": [[[0.25902438924474347]], [[0.25099839425828424]], [[0.23775343677770983]]], "count": [100]}, "state": {"min": [-0.18422555923461914, -0.2167195975780487, 0.9704893231391907, 3.009974956512451, 0.06601542979478836, -0.12245175987482071, 0.002547002164646983, -0.0398271270096302], "max": [-0.031810808926820755, 0.15777179598808289, 1.2303844690322876, 3.328007459640503, 0.24665376543998718, 0.027423251420259476, 0.04000815749168396, -0.0026991600170731544], "mean": [-0.1182590201497078, -0.036586154252290726, 1.1367071866989136, 3.1599984169006348, 0.14090460538864136, -0.05091024190187454, 0.016120247542858124, -0.016144517809152603], "std": [0.05488435551524162, 0.14761419594287872, 0.08074287325143814, 0.11455084383487701, 0.05676046386361122, 0.046113185584545135, 0.01742994226515293, 0.017298167571425438], "count": [278]}, "actions": {"min": [-0.6486250162124634, -1.3291453123092651, -0.7813903093338013, -0.20557814836502075, -0.1000019758939743, -0.08414670825004578, -1.0], "max": [0.5769469738006592, 0.6787633895874023, 0.3330404758453369, 0.17095522582530975, 0.15220080316066742, 0.08527830243110657, 1.0], "mean": [0.007629272062331438, -0.06114301085472107, -0.04968591406941414, -0.0029083185363560915, 0.0029833277221769094, 0.0009084934717975557, 0.2733812928199768], "std": [0.15821300446987152, 0.2522566616535187, 0.16876985132694244, 0.044296927750110626, 0.03470863401889801, 0.028083136305212975, 0.961903989315033], "count": [278]}, "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": [1737], "max": [1737], "mean": [1737.0], "std": [0.0], "count": [278]}, "index": {"min": [562063], "max": [562340], "mean": [562201.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1738, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47404287300857845]], [[0.4403022107891008]], [[0.40517952414119945]]], "std": [[[0.2443109171871201]], [[0.22604199803886563]], [[0.210586093595244]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9411764705882353]]], "mean": [[[0.5583976105334711]], [[0.5215000011967678]], [[0.47560320626053154]]], "std": [[[0.26200851776740613]], [[0.2544827461595925]], [[0.24315524788589632]]], "count": [100]}, "state": {"min": [-0.19803902506828308, -0.24104249477386475, 0.9635378122329712, 2.9022574424743652, 0.09694614261388779, -0.06556890159845352, 0.0021342281252145767, -0.039874278008937836], "max": [0.021286871284246445, 0.17840178310871124, 1.231444001197815, 3.4366111755371094, 0.39380133152008057, 0.11427801847457886, 0.04046297445893288, -0.0020486610010266304], "mean": [-0.09912736713886261, -0.01584758050739765, 1.1294997930526733, 3.1467220783233643, 0.19769397377967834, 0.03252464905381203, 0.0170663483440876, -0.017013227567076683], "std": [0.07802940905094147, 0.16033081710338593, 0.08150577545166016, 0.16692698001861572, 0.05670526996254921, 0.04224589094519615, 0.017946599051356316, 0.017931325361132622], "count": [375]}, "actions": {"min": [-0.4810072183609009, -0.8629197478294373, -0.5857199430465698, -0.1517782211303711, -0.2378348559141159, -0.10045930743217468, -1.0], "max": [0.7644960284233093, 0.5578465461730957, 0.3123966455459595, 0.26860010623931885, 0.20241136848926544, 0.3086257874965668, 1.0], "mean": [0.002284337766468525, -0.050710953772068024, -0.037538204342126846, -0.004786008037626743, 0.0031392364762723446, 0.0018376498483121395, 0.2160000056028366], "std": [0.15208707749843597, 0.1886763572692871, 0.13612918555736542, 0.038484182208776474, 0.03803262114524841, 0.034107353538274765, 0.9763928055763245], "count": [375]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.7], "std": [10.82527905721911], "count": [375]}, "frame_index": {"min": [0], "max": [374], "mean": [187.0], "std": [108.2527905721911], "count": [375]}, "episode_index": {"min": [1738], "max": [1738], "mean": [1738.0], "std": [0.0], "count": [375]}, "index": {"min": [562341], "max": [562715], "mean": [562528.0], "std": [108.2527905721911], "count": [375]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [375]}}} +{"episode_index": 1739, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4374137465533088]], [[0.40713231823491114]], [[0.3717221727558211]]], "std": [[[0.2693903119619781]], [[0.247981224330705]], [[0.2301926876649833]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6260442169787837]], [[0.5836016133626302]], [[0.5388750143612133]]], "std": [[[0.25263891211954875]], [[0.2313576060083963]], [[0.21157558440834728]]], "count": [100]}, "state": {"min": [-0.19611161947250366, -0.09259950369596481, 1.0028162002563477, 3.088636636734009, -0.22553664445877075, -0.059478163719177246, 0.03302426263689995, -0.04000654071569443], "max": [0.1467653512954712, 0.19973956048488617, 1.246312141418457, 3.347430467605591, 0.018942754715681076, 0.12729854881763458, 0.0400049164891243, -0.03290339186787605], "mean": [0.0306389220058918, 0.010685516521334648, 1.1377142667770386, 3.1813480854034424, -0.09714233130216599, 0.0076513770036399364, 0.03747968748211861, -0.03712044656276703], "std": [0.11769502609968185, 0.08898814022541046, 0.07226245850324631, 0.05055268853902817, 0.07695745676755905, 0.034038156270980835, 0.002810912672430277, 0.0031842482276260853], "count": [358]}, "actions": {"min": [-0.630354106426239, -0.34480080008506775, -0.5296892523765564, -0.1625366359949112, -0.21936197578907013, -0.30315738916397095, -1.0], "max": [0.776330292224884, 0.4415943920612335, 0.9271377325057983, 0.2742871940135956, 0.15283842384815216, 0.3200075924396515, 1.0], "mean": [-0.002499914960935712, 0.040653809905052185, -0.043743353337049484, 0.004277449566870928, -0.009544205851852894, -0.0009150971309281886, -0.09497206658124924], "std": [0.2399633526802063, 0.14464381337165833, 0.17152513563632965, 0.053147561848163605, 0.05434159189462662, 0.06674694269895554, 0.9954808354377747], "count": [358]}, "timestamp": {"min": [0.0], "max": [35.7], "mean": [17.849999999999998], "std": [10.334529500659427], "count": [358]}, "frame_index": {"min": [0], "max": [357], "mean": [178.5], "std": [103.34529500659427], "count": [358]}, "episode_index": {"min": [1739], "max": [1739], "mean": [1739.0], "std": [0.0], "count": [358]}, "index": {"min": [562716], "max": [563073], "mean": [562894.5], "std": [103.34529500659427], "count": [358]}, "task_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [358]}}} +{"episode_index": 1740, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4285786114860984]], [[0.39844056911094516]], [[0.3631812026079963]]], "std": [[[0.2695809483869608]], [[0.24750430746444368]], [[0.22887468708503356]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6016169936236213]], [[0.5616614158480775]], [[0.5199208140653722]]], "std": [[[0.2783384648302834]], [[0.2577369821143439]], [[0.23800613413723462]]], "count": [100]}, "state": {"min": [-0.20976375043392181, -0.05758734792470932, 1.0047653913497925, 3.0859367847442627, -0.10410255193710327, -0.05566197261214256, 0.030861923471093178, -0.040327638387680054], "max": [0.1311037391424179, 0.18614715337753296, 1.1894179582595825, 3.2656359672546387, 0.15551233291625977, 0.10064826905727386, 0.04000513255596161, -0.03343464434146881], "mean": [0.008884749375283718, 0.021048231050372124, 1.1065020561218262, 3.1517176628112793, 0.04278099536895752, 0.024481400847434998, 0.03663376346230507, -0.03792440891265869], "std": [0.11890976130962372, 0.07759764790534973, 0.057860128581523895, 0.04983983561396599, 0.06915519386529922, 0.03772372379899025, 0.003906512167304754, 0.0023380417842417955], "count": [316]}, "actions": {"min": [-1.720896601676941, -0.3364870548248291, -0.6471484899520874, -0.27618154883384705, -0.36276906728744507, -0.2702121138572693, -1.0], "max": [0.7972840666770935, 0.6875569820404053, 0.38639703392982483, 0.1769750863313675, 0.1472586691379547, 0.4529891908168793, 1.0], "mean": [-0.008491392247378826, 0.043285902589559555, -0.038648512214422226, 0.002442643279209733, -0.009329658932983875, -0.00014915359497535974, -0.2278480976819992], "std": [0.26693394780158997, 0.15098440647125244, 0.14337390661239624, 0.05694699287414551, 0.05314712971448898, 0.06996357440948486, 0.9736971259117126], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [1740], "max": [1740], "mean": [1740.0], "std": [0.0], "count": [316]}, "index": {"min": [563074], "max": [563389], "mean": [563231.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [316]}}} +{"episode_index": 1741, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4267826765471813]], [[0.3968164517271752]], [[0.36154569019990807]]], "std": [[[0.27185613526704105]], [[0.25019976767685914]], [[0.23206665688485786]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9921568627450981]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.5991011597876454]], [[0.5592211973900888]], [[0.5171598480822993]]], "std": [[[0.2705088747458252]], [[0.24931345406451474]], [[0.22919450571306046]]], "count": [100]}, "state": {"min": [-0.21223586797714233, -0.038376614451408386, 1.003358244895935, 3.0454752445220947, -0.2634667754173279, -0.0790925920009613, 0.033958371728658676, -0.04000376537442207], "max": [0.13800133764743805, 0.15446685254573822, 1.1996961832046509, 3.292635917663574, 0.036144182085990906, 0.052501827478408813, 0.039973437786102295, -0.030013002455234528], "mean": [0.0028916962910443544, 0.008214008994400501, 1.1118295192718506, 3.1226301193237305, -0.08390077203512192, -0.00462127011269331, 0.0373060368001461, -0.036696016788482666], "std": [0.120268315076828, 0.057621292769908905, 0.05830904096364975, 0.055821239948272705, 0.08836839348077774, 0.03286999464035034, 0.0027871227357536554, 0.00354566378518939], "count": [261]}, "actions": {"min": [-1.0199331045150757, -0.29026833176612854, -0.4528871178627014, -0.1966296136379242, -0.18275074660778046, -0.15044136345386505, -1.0], "max": [0.7902933359146118, 0.6144322156906128, 0.5569936037063599, 0.34712570905685425, 0.19548964500427246, 0.19896180927753448, 1.0], "mean": [-0.0033981152810156345, 0.04611282795667648, -0.047138381749391556, 0.007110910955816507, -0.012616143561899662, 0.0008618630818091333, -0.08045977354049683], "std": [0.29189902544021606, 0.15120811760425568, 0.1542755365371704, 0.059944264590740204, 0.05078788101673126, 0.057039882987737656, 0.9967564940452576], "count": [261]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.534365710971739], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [1741], "max": [1741], "mean": [1741.0], "std": [0.0], "count": [261]}, "index": {"min": [563390], "max": [563650], "mean": [563520.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [261]}}} +{"episode_index": 1742, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43186045089422487]], [[0.401358253030216]], [[0.3654289748247932]]], "std": [[[0.2706380015585419]], [[0.24844494061388653]], [[0.22962257556152077]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.6055623462153417]], [[0.565432918772978]], [[0.5233691238702513]]], "std": [[[0.26742240692423536]], [[0.24654454159654848]], [[0.2268554913246288]]], "count": [100]}, "state": {"min": [-0.20692940056324005, -0.06968700140714645, 1.003187894821167, 3.0829837322235107, -0.24064427614212036, -0.041866451501846313, 0.03603110834956169, -0.04000420123338699], "max": [0.11484918743371964, 0.20416061580181122, 1.2083017826080322, 3.2478487491607666, 0.062193311750888824, 0.07474243640899658, 0.04036488011479378, -0.029640410095453262], "mean": [-0.014501573517918587, 0.020288821309804916, 1.1069746017456055, 3.132789134979248, -0.04570639505982399, 0.006791412364691496, 0.03837588056921959, -0.035715483129024506], "std": [0.1191130205988884, 0.09849322587251663, 0.06570126861333847, 0.044410835951566696, 0.09427400678396225, 0.02895570918917656, 0.0016579211223870516, 0.004573983605951071], "count": [295]}, "actions": {"min": [-0.8237823247909546, -0.3551021218299866, -0.4945654273033142, -0.18273863196372986, -0.19954347610473633, -0.24992968142032623, -1.0], "max": [0.6367589235305786, 1.0631457567214966, 0.36441490054130554, 0.19356755912303925, 0.17760375142097473, 0.23553448915481567, 1.0], "mean": [-0.014943848364055157, 0.051117848604917526, -0.044438328593969345, 0.0021076486445963383, -0.008841988630592823, -0.0007338502909988165, -0.1525423675775528], "std": [0.2428886890411377, 0.1859935075044632, 0.15740159153938293, 0.05517895147204399, 0.05552659556269646, 0.06276849657297134, 0.9882969856262207], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [1742], "max": [1742], "mean": [1742.0], "std": [0.0], "count": [295]}, "index": {"min": [563651], "max": [563945], "mean": [563798.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [295]}}} +{"episode_index": 1743, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4321481873755361]], [[0.40129780369178925]], [[0.36513703948376225]]], "std": [[[0.2690804975430837]], [[0.24665889138541758]], [[0.22776701858919485]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.564111442416322]], [[0.5204892296884573]], [[0.4700967772240732]]], "std": [[[0.26936032681870964]], [[0.24283088462557134]], [[0.21466402150561859]]], "count": [100]}, "state": {"min": [-0.21963508427143097, -0.22066377103328705, 1.0030053853988647, 2.898926258087158, -0.2047366201877594, -0.1295270025730133, 0.004941171035170555, -0.040002960711717606], "max": [0.1304858773946762, 0.1601579487323761, 1.3170279264450073, 3.246164560317993, 0.09618721157312393, 0.13060389459133148, 0.040002837777137756, -0.0012426089961081743], "mean": [-0.015300125814974308, 0.06194661557674408, 1.1829352378845215, 3.1319637298583984, -0.028702281415462494, -0.026720549911260605, 0.02107713371515274, -0.020668771117925644], "std": [0.11235468089580536, 0.1094471737742424, 0.08941290527582169, 0.08323724567890167, 0.0787244439125061, 0.07262705266475677, 0.016892358660697937, 0.01720266044139862], "count": [309]}, "actions": {"min": [-0.6457157135009766, -0.8453264236450195, -0.6007867455482483, -0.22813448309898376, -0.22922120988368988, -0.16078032553195953, -1.0], "max": [0.6043309569358826, 0.49532389640808105, 0.4445090889930725, 0.15577617287635803, 0.11652767658233643, 0.174347922205925, 1.0], "mean": [0.03144162520766258, -0.05695274472236633, 0.01454092189669609, -0.004458134528249502, -0.006829822901636362, -0.004261686932295561, 0.1326860785484314], "std": [0.2555495798587799, 0.19168588519096375, 0.2011093646287918, 0.05406981706619263, 0.04875273257493973, 0.05658300593495369, 0.9911560416221619], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [1743], "max": [1743], "mean": [1743.0], "std": [0.0], "count": [309]}, "index": {"min": [563946], "max": [564254], "mean": [564100.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [309]}}} +{"episode_index": 1744, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43570744952033547]], [[0.40522600241268386]], [[0.36967081765567555]]], "std": [[[0.2673706158933854]], [[0.2451971038750171]], [[0.2265546344809921]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5711282665776272]], [[0.526001921410654]], [[0.4702220309388404]]], "std": [[[0.2760273356034552]], [[0.2492750755015884]], [[0.22059698513215373]]], "count": [100]}, "state": {"min": [-0.20101550221443176, -0.2214059680700302, 0.9729253649711609, 2.8229172229766846, -0.06702039390802383, -0.16900634765625, 0.005135837942361832, -0.04000499099493027], "max": [0.13106821477413177, 0.14904017746448517, 1.3130735158920288, 3.1611838340759277, 0.19781328737735748, 0.13135695457458496, 0.03997077792882919, -0.004749680869281292], "mean": [0.04237769916653633, 0.056937962770462036, 1.1712133884429932, 3.0901126861572266, 0.04030826687812805, -0.03967279940843582, 0.02376135252416134, -0.023825164884328842], "std": [0.08488508313894272, 0.1197182685136795, 0.09713245928287506, 0.07018916308879852, 0.07223960757255554, 0.08214633911848068, 0.016822855919599533, 0.016780439764261246], "count": [276]}, "actions": {"min": [-0.6540041565895081, -1.3589794635772705, -0.4897598326206207, -0.32619550824165344, -0.21199887990951538, -0.15790686011314392, -1.0], "max": [0.8201454281806946, 0.44456684589385986, 0.7612514495849609, 0.16364121437072754, 0.14453063905239105, 0.14629893004894257, 1.0], "mean": [0.03783390298485756, -0.0805044174194336, 0.009648391976952553, -0.005998215172439814, -0.0034117023460566998, -0.006267583929002285, -0.07246376574039459], "std": [0.2550646662712097, 0.24979723989963531, 0.24224098026752472, 0.05609371140599251, 0.04420088604092598, 0.05530950799584389, 0.9973704814910889], "count": [276]}, "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": [1744], "max": [1744], "mean": [1744.0], "std": [0.0], "count": [276]}, "index": {"min": [564255], "max": [564530], "mean": [564392.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [276]}}} +{"episode_index": 1745, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4355651059618183]], [[0.4045253672880285]], [[0.3681293071672028]]], "std": [[[0.26884976393035254]], [[0.2462398104561218]], [[0.22720026202743943]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5534635985131358]], [[0.5099619948443245]], [[0.4568799629959406]]], "std": [[[0.278267321122612]], [[0.251702781560551]], [[0.22273349305944992]]], "count": [100]}, "state": {"min": [-0.2101222574710846, -0.239674910902977, 0.9802402257919312, 2.887120246887207, -0.06568503379821777, -0.21645782887935638, 0.005092178005725145, -0.040005169808864594], "max": [0.13084056973457336, 0.14228501915931702, 1.3026968240737915, 3.1900665760040283, 0.1742294877767563, 0.12385942041873932, 0.03993721306324005, -0.0038604908622801304], "mean": [0.002176218433305621, 0.02042427659034729, 1.1811809539794922, 3.0512166023254395, 0.007263394072651863, -0.04814194142818451, 0.02150093764066696, -0.021639976650476456], "std": [0.09547466039657593, 0.12852579355239868, 0.09500077366828918, 0.06352118402719498, 0.06100102514028549, 0.0902935341000557, 0.016726458445191383, 0.016621636226773262], "count": [270]}, "actions": {"min": [-1.1519885063171387, -0.8168870806694031, -0.5440425872802734, -0.3457987308502197, -0.1937137246131897, -0.2823730409145355, -1.0], "max": [0.9554014801979065, 0.8922163248062134, 0.9643521308898926, 0.3925396502017975, 0.17354293167591095, 0.30139651894569397, 1.0], "mean": [0.04463863745331764, -0.06788203865289688, 0.01768568530678749, -0.0008215790730901062, -0.004136612638831139, -0.0010000463807955384, 0.05925925821065903], "std": [0.2960200607776642, 0.2277878373861313, 0.252013236284256, 0.0653667077422142, 0.053590692579746246, 0.0732596218585968, 0.9982433915138245], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1745], "max": [1745], "mean": [1745.0], "std": [0.0], "count": [270]}, "index": {"min": [564531], "max": [564800], "mean": [564665.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1746, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43271786139993107]], [[0.40152804146560966]], [[0.3654364552217371]]], "std": [[[0.26811597797187875]], [[0.24548064170367773]], [[0.22623185306929158]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5712957626043582]], [[0.5255635639265471]], [[0.47417845363242955]]], "std": [[[0.2667713567167666]], [[0.2421805088501427]], [[0.22059682788713877]]], "count": [100]}, "state": {"min": [-0.18242692947387695, -0.20184068381786346, 0.9817008376121521, 2.9803967475891113, -0.03908434510231018, -0.11121752113103867, 0.005153336096554995, -0.03999531269073486], "max": [0.1260986030101776, 0.22896845638751984, 1.3593599796295166, 3.298739433288574, 0.15331816673278809, 0.2648618817329407, 0.04000779241323471, -0.005175423342734575], "mean": [0.0096280537545681, 0.06691481173038483, 1.2120956182479858, 3.16300368309021, 0.02681652456521988, 0.048944141715765, 0.022149503231048584, -0.022144319489598274], "std": [0.08404809236526489, 0.15283650159835815, 0.10433708876371384, 0.09607863426208496, 0.04813089221715927, 0.10748829692602158, 0.01694241724908352, 0.01693340763449669], "count": [352]}, "actions": {"min": [-1.163940668106079, -0.9340026378631592, -0.7575724124908447, -0.13002263009548187, -0.18275785446166992, -0.17461684346199036, -1.0], "max": [0.7372374534606934, 0.8006103038787842, 0.6251037120819092, 0.17009912431240082, 0.12426630407571793, 0.20951958000659943, 1.0], "mean": [0.02206926979124546, -0.04487340897321701, -0.002750812331214547, -0.0011538491817191243, -0.004687500186264515, -0.0002841504174284637, 0.022727273404598236], "std": [0.22436541318893433, 0.226565420627594, 0.20690879225730896, 0.045217469334602356, 0.0467335470020771, 0.05063379928469658, 0.9997403621673584], "count": [352]}, "timestamp": {"min": [0.0], "max": [35.1], "mean": [17.55], "std": [10.161323732663968], "count": [352]}, "frame_index": {"min": [0], "max": [351], "mean": [175.5], "std": [101.61323732663968], "count": [352]}, "episode_index": {"min": [1746], "max": [1746], "mean": [1746.0], "std": [0.0], "count": [352]}, "index": {"min": [564801], "max": [565152], "mean": [564976.5], "std": [101.61323732663968], "count": [352]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [352]}}} +{"episode_index": 1747, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4332476686963848]], [[0.4025396865922295]], [[0.36643306025752315]]], "std": [[[0.2701362081807864]], [[0.24768018803407818]], [[0.2284973186453857]]], "count": [135]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.5594150660119372]], [[0.5220716386959877]], [[0.4840821292076582]]], "std": [[[0.27453784290321515]], [[0.2500781644598631]], [[0.22580845282885592]]], "count": [135]}, "state": {"min": [-0.3240208625793457, -0.07975631207227707, 0.9341291785240173, 3.019643783569336, -0.206083744764328, -0.35605308413505554, 0.017673354595899582, -0.040289148688316345], "max": [0.1532469093799591, 0.23169852793216705, 1.219133734703064, 3.421180009841919, 0.17544476687908173, 0.48277610540390015, 0.04055344685912132, -0.01479415688663721], "mean": [-0.10676179826259613, 0.10060983151197433, 1.0685983896255493, 3.176070213317871, -0.036470334976911545, 0.003324232529848814, 0.03659389913082123, -0.03598976135253906], "std": [0.1839972734451294, 0.11603578180074692, 0.08887599408626556, 0.11694028973579407, 0.11469340324401855, 0.18924012780189514, 0.0065132142044603825, 0.007724446710199118], "count": [696]}, "actions": {"min": [-0.5453766584396362, -0.7280071973800659, -0.5801132321357727, -0.22701090574264526, -0.24517391622066498, -0.22582033276557922, -1.0], "max": [0.8391052484512329, 0.61179518699646, 0.5737543106079102, 0.17325864732265472, 0.18203379213809967, 0.2611360549926758, 1.0], "mean": [-0.0029538178350776434, 0.02156294696033001, -0.029679112136363983, 0.0031727878376841545, 0.0022726869210600853, -0.0046466863714158535, -0.07471264153718948], "std": [0.1796141415834427, 0.14646093547344208, 0.16541221737861633, 0.046735335141420364, 0.04788393899798393, 0.06386411190032959, 0.99720698595047], "count": [696]}, "timestamp": {"min": [0.0], "max": [69.5], "mean": [34.75], "std": [20.091768629632053], "count": [696]}, "frame_index": {"min": [0], "max": [695], "mean": [347.5], "std": [200.9176862963205], "count": [696]}, "episode_index": {"min": [1747], "max": [1747], "mean": [1747.0], "std": [0.0], "count": [696]}, "index": {"min": [565153], "max": [565848], "mean": [565500.5], "std": [200.9176862963205], "count": [696]}, "task_index": {"min": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [696]}}} +{"episode_index": 1748, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4313247920474398]], [[0.40084224313234357]], [[0.3647210694272938]]], "std": [[[0.26958483847465126]], [[0.24683412277915914]], [[0.22741342413196983]]], "count": [131]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.5491255880240783]], [[0.5076442399329723]], [[0.4669510447252762]]], "std": [[[0.2822488115689908]], [[0.25632925896430275]], [[0.22915608487320704]]], "count": [131]}, "state": {"min": [-0.34800511598587036, -0.07593974471092224, 0.9256237149238586, 3.065952777862549, -0.13536550104618073, -0.2754227817058563, 0.013951408676803112, -0.040373072028160095], "max": [0.1315571367740631, 0.2046201080083847, 1.2288779020309448, 3.5358543395996094, 0.11300407350063324, 0.5883876085281372, 0.040461596101522446, -0.009527069516479969], "mean": [-0.09023933857679367, 0.07054504752159119, 1.0876166820526123, 3.2181496620178223, 0.02423413097858429, 0.043504439294338226, 0.036735862493515015, -0.03583740070462227], "std": [0.18973925709724426, 0.10295285284519196, 0.08474411815404892, 0.1350979208946228, 0.06172424927353859, 0.19661054015159607, 0.006809857673943043, 0.009096072055399418], "count": [669]}, "actions": {"min": [-0.7764989137649536, -0.463096022605896, -0.853031575679779, -0.18885096907615662, -0.3300655782222748, -0.23108349740505219, -1.0], "max": [1.6286509037017822, 0.5971981883049011, 0.6959652900695801, 0.15006370842456818, 0.24156081676483154, 0.21620310842990875, 1.0], "mean": [-0.001997795421630144, 0.034918162971735, -0.0331580713391304, 0.002754584886133671, -0.0010792763205245137, -0.003403455950319767, -0.2526158392429352], "std": [0.20318660140037537, 0.13671594858169556, 0.1630425751209259, 0.046955715864896774, 0.052574001252651215, 0.0659039318561554, 0.9675683975219727], "count": [669]}, "timestamp": {"min": [0.0], "max": [66.8], "mean": [33.400000000000006], "std": [19.312344929258764], "count": [669]}, "frame_index": {"min": [0], "max": [668], "mean": [334.0], "std": [193.12344929258762], "count": [669]}, "episode_index": {"min": [1748], "max": [1748], "mean": [1748.0], "std": [0.0], "count": [669]}, "index": {"min": [565849], "max": [566517], "mean": [566183.0], "std": [193.12344929258762], "count": [669]}, "task_index": {"min": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [669]}}} +{"episode_index": 1749, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43099726868360955]], [[0.3999223489565793]], [[0.36315264177258155]]], "std": [[[0.26997594199987685]], [[0.24662005403843965]], [[0.2263885426552382]]], "count": [131]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.5342422400846968]], [[0.4947403947601524]], [[0.4579613363434144]]], "std": [[[0.28563982524822196]], [[0.2602884585210555]], [[0.2344733047953264]]], "count": [131]}, "state": {"min": [-0.31889447569847107, -0.06374450027942657, 0.9307546615600586, 3.0303869247436523, -0.007251355797052383, -0.169648215174675, 0.005602595396339893, -0.040592145174741745], "max": [0.1254652887582779, 0.19637660682201385, 1.179105520248413, 3.289555549621582, 0.2608221769332886, 0.750074028968811, 0.040346771478652954, -0.010157252661883831], "mean": [-0.13006475567817688, 0.09256236255168915, 1.0781772136688232, 3.1571614742279053, 0.1294134557247162, 0.12059149146080017, 0.0349031537771225, -0.03575579449534416], "std": [0.15955771505832672, 0.10089311003684998, 0.07838096469640732, 0.07809453457593918, 0.0755966380238533, 0.2714604139328003, 0.01031391229480505, 0.008577537722885609], "count": [667]}, "actions": {"min": [-0.5974727272987366, -0.45428797602653503, -0.7035955786705017, -0.19418379664421082, -0.20562860369682312, -0.2597064673900604, -1.0], "max": [0.4982117712497711, 0.653436541557312, 0.5297958850860596, 0.15762437880039215, 0.15288028120994568, 0.2871697247028351, 1.0], "mean": [-0.0006082321051508188, 0.01576531119644642, -0.02214042656123638, -0.0004571208846755326, -0.0009048415813595057, -0.002191233215853572, -0.11244377493858337], "std": [0.17998379468917847, 0.13512703776359558, 0.1511666625738144, 0.04227442666888237, 0.04335891082882881, 0.06632570177316666, 0.9936581254005432], "count": [667]}, "timestamp": {"min": [0.0], "max": [66.6], "mean": [33.300000000000004], "std": [19.254609837646672], "count": [667]}, "frame_index": {"min": [0], "max": [666], "mean": [333.0], "std": [192.54609837646672], "count": [667]}, "episode_index": {"min": [1749], "max": [1749], "mean": [1749.0], "std": [0.0], "count": [667]}, "index": {"min": [566518], "max": [567184], "mean": [566851.0], "std": [192.54609837646672], "count": [667]}, "task_index": {"min": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [667]}}} +{"episode_index": 1750, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4260711891323912]], [[0.3957076320274204]], [[0.3603581046310126]]], "std": [[[0.2728400819518121]], [[0.2511336159197506]], [[0.2326348082966252]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.39631630093443626]], [[0.3659157780665977]], [[0.3325477175245098]]], "std": [[[0.2593273737029179]], [[0.2350948178595553]], [[0.20910268568583823]]], "count": [100]}, "state": {"min": [-0.23562876880168915, -0.11299984157085419, 1.0694698095321655, 1.9456140995025635, -0.084638811647892, -0.04056291654706001, 0.006551963742822409, -0.04003765434026718], "max": [-0.04391152039170265, 0.07854938507080078, 1.2089167833328247, 3.237233877182007, 0.1379932463169098, 0.1179925873875618, 0.04040802642703056, -0.007229073438793421], "mean": [-0.08623006939888, -0.00932540837675333, 1.1311914920806885, 2.437917470932007, 0.038105666637420654, 0.027607789263129234, 0.030386125668883324, -0.03140903264284134], "std": [0.06172950193285942, 0.061840590089559555, 0.046340085566043854, 0.4539501368999481, 0.06351479142904282, 0.043606217950582504, 0.013384065590798855, 0.012126675806939602], "count": [197]}, "actions": {"min": [-0.4875733554363251, -0.6656070947647095, -0.424606055021286, -0.5060288310050964, -0.13825391232967377, -0.1790822446346283, -1.0], "max": [0.6452289819717407, 1.060163140296936, 0.28956541419029236, 0.1741582453250885, 0.14426575601100922, 0.14247505366802216, 1.0], "mean": [0.06292299926280975, -0.0054727341048419476, -0.02825017087161541, -0.03214413672685623, -0.001495622331276536, -0.0022873617708683014, -0.31979694962501526], "std": [0.17179089784622192, 0.29561322927474976, 0.14612115919589996, 0.0897454023361206, 0.04883277416229248, 0.04015147686004639, 0.9474868178367615], "count": [197]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.799999999999999], "std": [5.686826883245172], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [1750], "max": [1750], "mean": [1750.0], "std": [0.0], "count": [197]}, "index": {"min": [567185], "max": [567381], "mean": [567283.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [197]}}} +{"episode_index": 1751, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42836637668983607]], [[0.3980652872721354]], [[0.36280720131070004]]], "std": [[[0.27289709070988216]], [[0.2514076647757545]], [[0.23317590843611932]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.3708517988616345]], [[0.3429591303806679]], [[0.3116284107881434]]], "std": [[[0.2529338161272293]], [[0.2295398471093139]], [[0.20509923347275857]]], "count": [100]}, "state": {"min": [-0.20116032660007477, -0.10688968002796173, 1.072810411453247, 1.827755331993103, -0.12170177698135376, -0.10208318382501602, 0.008921963162720203, -0.0400390625], "max": [-0.04195959493517876, 0.11571277678012848, 1.2089039087295532, 3.076809883117676, 0.21419602632522583, 0.26692065596580505, 0.03956637531518936, -0.009386084973812103], "mean": [-0.0814763605594635, 0.005430611781775951, 1.1386152505874634, 2.294919013977051, 0.05806167423725128, 0.0859733372926712, 0.031660567969083786, -0.032622627913951874], "std": [0.04762350395321846, 0.06656261533498764, 0.0518202930688858, 0.3860120177268982, 0.10632767528295517, 0.11638791114091873, 0.012189787812530994, 0.011895040981471539], "count": [218]}, "actions": {"min": [-0.21567179262638092, -0.8127614855766296, -0.3913789987564087, -0.34486156702041626, -0.14589476585388184, -0.11699137836694717, -1.0], "max": [0.4491109549999237, 0.9405307173728943, 0.1984560787677765, 0.17913918197155, 0.1692846119403839, 0.1530708521604538, 1.0], "mean": [0.04210279509425163, 0.0004535593616310507, -0.032148681581020355, -0.028355637565255165, -0.00047745025949552655, -0.005318342708051205, -0.4128440320491791], "std": [0.1243857890367508, 0.3290027678012848, 0.1022181585431099, 0.08163882791996002, 0.04735727608203888, 0.04182245582342148, 0.910801887512207], "count": [218]}, "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": [1751], "max": [1751], "mean": [1751.0], "std": [0.0], "count": [218]}, "index": {"min": [567382], "max": [567599], "mean": [567490.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [218]}}} +{"episode_index": 1752, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4241806838091682]], [[0.39461399332682295]], [[0.3600861301796109]]], "std": [[[0.27216416899248763]], [[0.2507847977487227]], [[0.23278241210142622]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9411764705882353]]], "mean": [[[0.3371692253561581]], [[0.31075089578067555]], [[0.2811820720597809]]], "std": [[[0.2523700457831132]], [[0.23023611295136232]], [[0.20489731404443456]]], "count": [100]}, "state": {"min": [-0.19793574512004852, -0.09568265080451965, 1.0707944631576538, 1.7891684770584106, 0.09039008617401123, -0.2099640816450119, 0.009016388095915318, -0.04050486534833908], "max": [-0.027151254937052727, 0.07127749174833298, 1.173375129699707, 3.093940019607544, 0.2723926603794098, 0.06239601969718933, 0.04060991480946541, -0.005100882612168789], "mean": [-0.055647749453783035, -0.011089094914495945, 1.1179488897323608, 2.2655398845672607, 0.16039028763771057, -0.08150439709424973, 0.030106477439403534, -0.030906103551387787], "std": [0.04381929710507393, 0.05460935831069946, 0.033815767616033554, 0.3998762369155884, 0.05010393261909485, 0.0806976705789566, 0.013046183623373508, 0.012864617630839348], "count": [163]}, "actions": {"min": [-0.6884433031082153, -3.802377223968506, -1.020729422569275, -0.8444040417671204, -0.19138507544994354, -0.3481748104095459, -1.0], "max": [0.8782513737678528, 1.016380786895752, 0.41632503271102905, 0.2621968984603882, 0.40482082962989807, 0.21717961132526398, 1.0], "mean": [0.05627395212650299, -0.027343325316905975, -0.03636586666107178, -0.03826701641082764, 0.00703680282458663, -0.007521526422351599, -0.2760736048221588], "std": [0.20198698341846466, 0.4875410199165344, 0.1551673263311386, 0.13526585698127747, 0.06748224794864655, 0.06467355042695999, 0.9611364006996155], "count": [163]}, "timestamp": {"min": [0.0], "max": [16.2], "mean": [8.100000000000001], "std": [4.705316142407436], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [1752], "max": [1752], "mean": [1752.0], "std": [0.0], "count": [163]}, "index": {"min": [567600], "max": [567762], "mean": [567681.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [163]}}} +{"episode_index": 1753, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42875022559072457]], [[0.3983054630055147]], [[0.3628954294242111]]], "std": [[[0.27242921788035657]], [[0.25085245384940824]], [[0.23237392534098725]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.4142163887771906]], [[0.3832593982172947]], [[0.34839786843692555]]], "std": [[[0.26677459728274355]], [[0.24226406249759996]], [[0.21645367539957402]]], "count": [100]}, "state": {"min": [-0.20778430998325348, -0.1011122465133667, 1.064747929573059, 2.0609281063079834, -0.09742486476898193, -0.026662850752472878, 0.008677353151142597, -0.04003763198852539], "max": [-0.029609201475977898, 0.08349427580833435, 1.225379228591919, 3.1844420433044434, 0.186617910861969, 0.16030065715312958, 0.04107994958758354, -0.007776021026074886], "mean": [-0.0644042044878006, 0.0011352666188031435, 1.1358386278152466, 2.474497079849243, 0.03433161973953247, 0.07224492728710175, 0.030163835734128952, -0.031192844733595848], "std": [0.05275508761405945, 0.06038910523056984, 0.05210178345441818, 0.3936997354030609, 0.08995790034532547, 0.04924791306257248, 0.013227520510554314, 0.01180058903992176], "count": [183]}, "actions": {"min": [-0.643013060092926, -0.8261649012565613, -0.6373838782310486, -0.4598594009876251, -0.17864559590816498, -0.17233256995677948, -1.0], "max": [0.9450961351394653, 1.0448777675628662, 0.32379797101020813, 0.17603836953639984, 0.22057826817035675, 0.16247282922267914, 1.0], "mean": [0.06203106418251991, 0.009843318723142147, -0.045409396290779114, -0.029431059956550598, 0.005848585162311792, -0.003155263140797615, -0.2568306028842926], "std": [0.18879587948322296, 0.3224329650402069, 0.17005813121795654, 0.10077184438705444, 0.052472833544015884, 0.047131359577178955, 0.9664557576179504], "count": [183]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [1753], "max": [1753], "mean": [1753.0], "std": [0.0], "count": [183]}, "index": {"min": [567763], "max": [567945], "mean": [567854.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [183]}}} +{"episode_index": 1754, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42170522532743565]], [[0.39109438847560507]], [[0.3549604665718827]]], "std": [[[0.2700502382380035]], [[0.24693798320242247]], [[0.2267708318190567]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.7607843137254902]], [[0.6941176470588235]]], "mean": [[[0.45425942693972116]], [[0.41744249770220593]], [[0.38730682732077204]]], "std": [[[0.2674995843612632]], [[0.237143951004601]], [[0.20518028209555536]]], "count": [100]}, "state": {"min": [-0.3410223126411438, 0.06962548941373825, 0.925200343132019, 3.0265259742736816, -0.13348878920078278, -0.2534584701061249, 0.01684953272342682, -0.04000279679894447], "max": [-0.22626341879367828, 0.20752675831317902, 1.1819226741790771, 3.4441447257995605, 0.0782066136598587, 0.4244517683982849, 0.040005363523960114, -0.005592009983956814], "mean": [-0.3182806074619293, 0.17347978055477142, 1.0057486295700073, 3.247063398361206, -0.010132215917110443, 0.20673076808452606, 0.033232610672712326, -0.029134005308151245], "std": [0.02723444253206253, 0.02451823651790619, 0.08347509801387787, 0.14655879139900208, 0.07076922059059143, 0.15767765045166016, 0.008479242213070393, 0.01270931214094162], "count": [222]}, "actions": {"min": [-0.37696561217308044, -0.17265762388706207, -0.43077152967453003, -0.12549903988838196, -0.15657207369804382, -0.2015739530324936, -1.0], "max": [0.28463348746299744, 0.5240682363510132, 0.27102068066596985, 0.21730095148086548, 0.174978569149971, 0.11447463184595108, 1.0], "mean": [-0.012836657464504242, 0.06858568638563156, -0.05628626048564911, 0.011238977313041687, 0.000815814477391541, -0.014348674565553665, -0.10810811072587967], "std": [0.11448178440332413, 0.11734694987535477, 0.15550534427165985, 0.03878181800246239, 0.043900564312934875, 0.05491616576910019, 0.9941394925117493], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [1754], "max": [1754], "mean": [1754.0], "std": [0.0], "count": [222]}, "index": {"min": [567946], "max": [568167], "mean": [568056.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [222]}}} +{"episode_index": 1755, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4202633822571998]], [[0.3896198921951593]], [[0.3535229994829963]]], "std": [[[0.2699455952391571]], [[0.24665453500045267]], [[0.2262828367653979]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.7607843137254902]], [[0.6941176470588235]]], "mean": [[[0.4505768863453585]], [[0.4118461836272595]], [[0.38337747072706035]]], "std": [[[0.26252836758866194]], [[0.23237280413734024]], [[0.20084074570980848]]], "count": [100]}, "state": {"min": [-0.3380604386329651, -0.0005415381747297943, 0.9286513924598694, 3.0208592414855957, -0.07982734590768814, -0.1952398419380188, 0.0012616690946742892, -0.04000693932175636], "max": [-0.21559569239616394, 0.21912157535552979, 1.18269681930542, 3.2795498371124268, 0.10666558146476746, 0.5281744003295898, 0.04114610701799393, -0.009144071489572525], "mean": [-0.30635613203048706, 0.17321711778640747, 1.0106266736984253, 3.166396141052246, 0.026910239830613136, 0.2531609535217285, 0.02904486283659935, -0.030686702579259872], "std": [0.03550327569246292, 0.05873358994722366, 0.0911245346069336, 0.084141306579113, 0.05105464532971382, 0.1990196257829666, 0.013477586209774017, 0.011572596617043018], "count": [234]}, "actions": {"min": [-0.5176570415496826, -0.32388508319854736, -0.4714354872703552, -0.24298438429832458, -0.15039600431919098, -0.19626671075820923, -1.0], "max": [0.8165377378463745, 0.9361699819564819, 0.208119735121727, 0.2052590698003769, 0.14009900391101837, 0.19052062928676605, 1.0], "mean": [0.007425561547279358, 0.07645814120769501, -0.06996498256921768, 0.005924514029175043, 0.003254987532272935, -0.012953665107488632, -0.1538461595773697], "std": [0.14941637217998505, 0.18877047300338745, 0.14712712168693542, 0.05586737021803856, 0.04683101549744606, 0.06839004158973694, 0.9880942702293396], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [1755], "max": [1755], "mean": [1755.0], "std": [0.0], "count": [234]}, "index": {"min": [568168], "max": [568401], "mean": [568284.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [234]}}} +{"episode_index": 1756, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4222600570379519]], [[0.39132780306946996]], [[0.35507707722981774]]], "std": [[[0.26978212771877597]], [[0.24636249345810066]], [[0.2258057863758169]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.7607843137254902]], [[0.7137254901960784]]], "mean": [[[0.44455597163181676]], [[0.40741997931985297]], [[0.3783931537702972]]], "std": [[[0.2722115908468277]], [[0.2410020990997331]], [[0.20940762038323502]]], "count": [100]}, "state": {"min": [-0.32680952548980713, 0.012553323060274124, 0.9248754382133484, 3.0317418575286865, -0.014874824322760105, -0.059078071266412735, 0.008650808595120907, -0.040007639676332474], "max": [-0.21331126987934113, 0.21940864622592926, 1.1612337827682495, 3.2369325160980225, 0.17139123380184174, 0.6149292588233948, 0.04086202383041382, -0.00780110526829958], "mean": [-0.30864986777305603, 0.17122231423854828, 1.000898838043213, 3.147010087966919, 0.08684747666120529, 0.31805866956710815, 0.029237963259220123, -0.028579266741871834], "std": [0.02282770909368992, 0.047585245221853256, 0.08752027153968811, 0.05213248357176781, 0.0455685555934906, 0.22457095980644226, 0.012263504788279533, 0.013122065924108028], "count": [212]}, "actions": {"min": [-0.5248669385910034, -0.39830324053764343, -0.5832210183143616, -0.2063591629266739, -0.1856609433889389, -0.24579977989196777, -1.0], "max": [0.519575297832489, 0.6745063066482544, 0.16676634550094604, 0.2145760953426361, 0.2798803448677063, 0.29105353355407715, 1.0], "mean": [-0.010842274874448776, 0.08129195123910904, -0.09009101986885071, 0.005154523532837629, 0.0055403076112270355, -0.008593091741204262, -0.1037735864520073], "std": [0.14053641259670258, 0.19236472249031067, 0.14443786442279816, 0.05915350839495659, 0.05648826062679291, 0.07719895243644714, 0.9946021437644958], "count": [212]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [1756], "max": [1756], "mean": [1756.0], "std": [0.0], "count": [212]}, "index": {"min": [568402], "max": [568613], "mean": [568507.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [212]}}} +{"episode_index": 1757, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4210058940812653]], [[0.3900541854559207]], [[0.35370945949180455]]], "std": [[[0.270506589375286]], [[0.2471046552564128]], [[0.22656832910547078]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.7607843137254902]], [[0.6941176470588235]]], "mean": [[[0.446204553342333]], [[0.40970550178079046]], [[0.3804261354932598]]], "std": [[[0.2703365875937631]], [[0.2395876008951858]], [[0.20796758937051965]]], "count": [100]}, "state": {"min": [-0.3315899074077606, 0.01555816363543272, 0.9304869771003723, 3.07711124420166, -0.04269404709339142, -0.15903064608573914, 0.001040945528075099, -0.04085812717676163], "max": [-0.19247707724571228, 0.210604727268219, 1.1809934377670288, 3.3591699600219727, 0.10028693079948425, 0.864081859588623, 0.04000615328550339, -0.0034852519165724516], "mean": [-0.3072529137134552, 0.1604386568069458, 1.0007598400115967, 3.2381861209869385, 0.046870023012161255, 0.39638254046440125, 0.029013393446803093, -0.028956884518265724], "std": [0.0347578339278698, 0.04236249998211861, 0.08289626240730286, 0.07711601257324219, 0.04397681728005409, 0.3043428957462311, 0.012002604082226753, 0.012620897963643074], "count": [274]}, "actions": {"min": [-0.6078463196754456, -0.44714221358299255, -0.525626540184021, -0.1455697864294052, -0.20421983301639557, -0.28394317626953125, -1.0], "max": [0.5761502385139465, 0.910197377204895, 0.2952481508255005, 0.15666167438030243, 0.17326191067695618, 0.3220520317554474, 1.0], "mean": [0.012798340059816837, 0.07482731342315674, -0.0615931898355484, 0.0012015091488137841, 0.004793599247932434, -0.01064832229167223, -0.007299270015209913], "std": [0.15604105591773987, 0.19838325679302216, 0.1335034817457199, 0.04809434339404106, 0.052574217319488525, 0.08261183649301529, 0.9999729990959167], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [1757], "max": [1757], "mean": [1757.0], "std": [0.0], "count": [274]}, "index": {"min": [568614], "max": [568887], "mean": [568750.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [274]}}} +{"episode_index": 1758, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4292557151644838]], [[0.39965764662798714]], [[0.36450691731770835]]], "std": [[[0.2751135933904881]], [[0.2540514927838442]], [[0.23663192855265525]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.3646323816636029]], [[0.33649354822495403]], [[0.3045015192966835]]], "std": [[[0.25221072657020127]], [[0.23022947523523657]], [[0.20551168239655238]]], "count": [100]}, "state": {"min": [-0.19239424169063568, -0.1017628088593483, 1.0046128034591675, 1.6297613382339478, -0.09058016538619995, -0.13888487219810486, 0.007231733296066523, -0.04003829509019852], "max": [-0.03374672308564186, 0.09349334985017776, 1.2251873016357422, 3.2451717853546143, 0.4028970003128052, 0.16327983140945435, 0.04039399325847626, -0.010599710047245026], "mean": [-0.06244272366166115, 0.01517886109650135, 1.0898852348327637, 2.168215036392212, 0.21100881695747375, 0.04083796590566635, 0.03168067708611488, -0.03348572179675102], "std": [0.040855277329683304, 0.06272076070308685, 0.07996676862239838, 0.4622085690498352, 0.16993747651576996, 0.101229727268219, 0.012803956866264343, 0.010345308110117912], "count": [232]}, "actions": {"min": [-0.29670464992523193, -1.1164590120315552, -0.6953437328338623, -0.4367910325527191, -0.12613730132579803, -0.27993279695510864, -1.0], "max": [0.5726849436759949, 0.865421712398529, 0.229654923081398, 0.2053481489419937, 0.251223087310791, 0.1373525708913803, 1.0], "mean": [0.04310166835784912, -0.0034629066940397024, -0.05311064422130585, -0.03625361621379852, 0.006702727638185024, -0.00034996928297914565, -0.43103447556495667], "std": [0.14479054510593414, 0.3170153796672821, 0.1305067092180252, 0.09637531638145447, 0.048290833830833435, 0.04352012649178505, 0.9023360013961792], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [1758], "max": [1758], "mean": [1758.0], "std": [0.0], "count": [232]}, "index": {"min": [568888], "max": [569119], "mean": [569003.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [232]}}} +{"episode_index": 1759, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4292363514619715]], [[0.39941253183402264]], [[0.36426933318493415]]], "std": [[[0.27316507519787875]], [[0.251887775728184]], [[0.23418355760304801]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.38988638245825674]], [[0.3589901553883272]], [[0.3243528675752528]]], "std": [[[0.26132173271158554]], [[0.2380148346237173]], [[0.21189611099162214]]], "count": [100]}, "state": {"min": [-0.17917142808437347, -0.0992303192615509, 0.9984064102172852, 1.735526442527771, -0.004679874517023563, -0.22142234444618225, 0.0011745849624276161, -0.040037866681814194], "max": [-0.03507038950920105, 0.1201692447066307, 1.2050158977508545, 3.1448566913604736, 0.40268900990486145, 0.1262170523405075, 0.03986920416355133, -0.0020165678579360247], "mean": [-0.06319909542798996, 0.025659941136837006, 1.0912985801696777, 2.2846391201019287, 0.17623640596866608, 0.0009956789435818791, 0.03290478140115738, -0.03362928330898285], "std": [0.03089529648423195, 0.07022761553525925, 0.07395920157432556, 0.4457220137119293, 0.1463565081357956, 0.10785049200057983, 0.011933771893382072, 0.011310308240354061], "count": [193]}, "actions": {"min": [-0.28766098618507385, -0.8923578262329102, -0.3927477300167084, -0.514296293258667, -0.1253253072500229, -0.1821168214082718, -1.0], "max": [0.41126924753189087, 1.2831007242202759, 0.20064906775951385, 0.2529611587524414, 0.21770253777503967, 0.22671017050743103, 1.0], "mean": [0.03571700677275658, 0.00928227324038744, -0.06472861766815186, -0.034231144934892654, 0.007773372810333967, -0.0025732903741300106, -0.4922279715538025], "std": [0.14853620529174805, 0.3736332952976227, 0.12732528150081635, 0.11224740743637085, 0.056130293756723404, 0.04971057176589966, 0.8704662919044495], "count": [193]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [1759], "max": [1759], "mean": [1759.0], "std": [0.0], "count": [193]}, "index": {"min": [569120], "max": [569312], "mean": [569216.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [193]}}} +{"episode_index": 1760, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42599761962890625]], [[0.3968688605813419]], [[0.3619716671214384]]], "std": [[[0.27445066983884725]], [[0.25339377592842477]], [[0.23597959257506756]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3622417608522901]], [[0.33229966466567096]], [[0.30174954582663144]]], "std": [[[0.25650624939968975]], [[0.23321348006780745]], [[0.20821868961882134]]], "count": [100]}, "state": {"min": [-0.20822466909885406, -0.10013573616743088, 0.9763380885124207, 1.5380854606628418, -0.008293375372886658, -0.3819226920604706, 0.007110128179192543, -0.04004114121198654], "max": [0.0006533876876346767, 0.13629098236560822, 1.190327763557434, 3.191370964050293, 0.42720165848731995, 0.15880994498729706, 0.039781030267477036, -0.009259041398763657], "mean": [-0.07096844166517258, 0.01054905541241169, 1.0770483016967773, 2.2301063537597656, 0.2351464033126831, -0.08113256841897964, 0.032416898757219315, -0.03450654074549675], "std": [0.05985569953918457, 0.0669594556093216, 0.0729355663061142, 0.5309275388717651, 0.1540004014968872, 0.16180965304374695, 0.01144391018897295, 0.010102995671331882], "count": [218]}, "actions": {"min": [-0.7585892677307129, -1.9465069770812988, -0.563730001449585, -0.6102579236030579, -0.15746895968914032, -0.22640350461006165, -1.0], "max": [0.719987154006958, 1.217179775238037, 0.26791489124298096, 0.27050915360450745, 0.5106461048126221, 0.25128358602523804, 1.0], "mean": [0.048802562057971954, -0.04139174893498421, -0.056772440671920776, -0.041141048073768616, 0.010373408906161785, -0.004401956219226122, -0.5321100950241089], "std": [0.21954438090324402, 0.4567319452762604, 0.15266452729701996, 0.11797885596752167, 0.07780738919973373, 0.05402117222547531, 0.8466753363609314], "count": [218]}, "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": [1760], "max": [1760], "mean": [1760.0], "std": [0.0], "count": [218]}, "index": {"min": [569313], "max": [569530], "mean": [569421.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [218]}}} +{"episode_index": 1761, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4260853887819776]], [[0.3968154434503294]], [[0.3621501865760953]]], "std": [[[0.2729864178217186]], [[0.25189971491134067]], [[0.2343914354294505]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3854217457490809]], [[0.3554799738865273]], [[0.3223258559283088]]], "std": [[[0.26258112839176734]], [[0.23921956522426782]], [[0.21359731308305588]]], "count": [100]}, "state": {"min": [-0.16517646610736847, -0.09274142235517502, 1.0157861709594727, 1.8321552276611328, -0.057517051696777344, -0.14150992035865784, 0.0007705519674345851, -0.04003668949007988], "max": [-0.015624758787453175, 0.10527840256690979, 1.2026925086975098, 3.118727684020996, 0.3784630000591278, 0.1573011428117752, 0.03960563614964485, -0.002129522617906332], "mean": [-0.048750173300504684, 0.004487752914428711, 1.0851932764053345, 2.2894763946533203, 0.14780358970165253, 0.029783977195620537, 0.030078697949647903, -0.032496947795152664], "std": [0.03848182037472725, 0.05704890564084053, 0.06666792184114456, 0.3356693685054779, 0.144586443901062, 0.10168054699897766, 0.013391350395977497, 0.011592774651944637], "count": [173]}, "actions": {"min": [-0.4310089945793152, -1.3155794143676758, -0.6570273041725159, -0.4496760368347168, -0.15376166999340057, -0.18185095489025116, -1.0], "max": [0.5395779013633728, 1.053370475769043, 0.1705995351076126, 0.16766932606697083, 0.2438705712556839, 0.1445707529783249, 1.0], "mean": [0.0397481843829155, -0.008269629441201687, -0.06234080716967583, -0.03874591365456581, 0.006723162718117237, -0.0029166655149310827, -0.3641618490219116], "std": [0.15784452855587006, 0.3679261803627014, 0.15515652298927307, 0.1104264184832573, 0.05657348036766052, 0.045765601098537445, 0.93133544921875], "count": [173]}, "timestamp": {"min": [0.0], "max": [17.2], "mean": [8.6], "std": [4.993996395673509], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [1761], "max": [1761], "mean": [1761.0], "std": [0.0], "count": [173]}, "index": {"min": [569531], "max": [569703], "mean": [569617.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [173]}}} +{"episode_index": 1762, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42409682221921696]], [[0.39271006075125636]], [[0.35562492320740147]]], "std": [[[0.2778421037386466]], [[0.25345326051338035]], [[0.23201417901845364]]], "count": [144]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.5632402316157854]], [[0.5234728370616638]], [[0.4836886678126383]]], "std": [[[0.2649266099309223]], [[0.24000642210783207]], [[0.21435847365607102]]], "count": [144]}, "state": {"min": [-0.3619881570339203, 0.0015313393669202924, 0.9272415041923523, 2.955990791320801, -0.2245323807001114, -0.08055302500724792, 0.000714763009455055, -0.04044647142291069], "max": [0.09735413640737534, 0.1186053454875946, 1.2052899599075317, 3.1908700466156006, 0.14864815771579742, 1.0368355512619019, 0.0402042493224144, -0.0006154387956485152], "mean": [-0.1686726063489914, 0.05758947506546974, 1.083084225654602, 3.092514753341675, 0.024340808391571045, 0.34664303064346313, 0.034952063113451004, -0.03502362594008446], "std": [0.15471500158309937, 0.02344340831041336, 0.07700925320386887, 0.057817138731479645, 0.06518255174160004, 0.4186564087867737, 0.009049353189766407, 0.010698334313929081], "count": [756]}, "actions": {"min": [-0.949649453163147, -0.9843285083770752, -0.5229656100273132, -0.1376619189977646, -0.22069542109966278, -0.46533459424972534, -1.0], "max": [0.8804337978363037, 0.4989359974861145, 0.6515237092971802, 0.16182701289653778, 0.29751649498939514, 0.22545194625854492, 1.0], "mean": [-0.003966453019529581, 0.005446244962513447, -0.0062407818622887135, 0.0005261938786134124, -0.00015983555931597948, -3.786401794059202e-05, -0.3968254029750824], "std": [0.18832933902740479, 0.14595964550971985, 0.16416920721530914, 0.037355128675699234, 0.05341695249080658, 0.07306070625782013, 0.917896032333374], "count": [756]}, "timestamp": {"min": [0.0], "max": [75.5], "mean": [37.75], "std": [21.8238210830887], "count": [756]}, "frame_index": {"min": [0], "max": [755], "mean": [377.5], "std": [218.23821083088694], "count": [756]}, "episode_index": {"min": [1762], "max": [1762], "mean": [1762.0], "std": [0.0], "count": [756]}, "index": {"min": [569704], "max": [570459], "mean": [570081.5], "std": [218.23821083088694], "count": [756]}, "task_index": {"min": [270], "max": [270], "mean": [270.0], "std": [0.0], "count": [756]}}} +{"episode_index": 1763, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42412592167228597]], [[0.3923213616395608]], [[0.35472680116311095]]], "std": [[[0.27931816562083517]], [[0.2547696652238105]], [[0.23315308598627552]]], "count": [208]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.5240815072038055]], [[0.48439345582757776]], [[0.44765905895204383]]], "std": [[[0.2612593542038725]], [[0.2351886326188715]], [[0.2068616295498499]]], "count": [208]}, "state": {"min": [-0.4074215292930603, -0.07051461935043335, 0.9243438839912415, 2.751436471939087, -0.4565325081348419, -0.024472447112202644, 0.0007667237659916282, -0.04003091901540756], "max": [0.08016472309827805, 0.12602633237838745, 1.2710275650024414, 3.3569743633270264, 0.10739080607891083, 1.1823381185531616, 0.04080516844987869, -0.000271456316113472], "mean": [-0.2313840538263321, 0.05310007929801941, 1.068988561630249, 3.1223208904266357, -0.11984513700008392, 0.48361727595329285, 0.03558798506855965, -0.035341691225767136], "std": [0.1404406875371933, 0.03518911823630333, 0.09933546930551529, 0.13129517436027527, 0.1397523432970047, 0.36217162013053894, 0.009229717776179314, 0.010057058185338974], "count": [1235]}, "actions": {"min": [-0.8967800140380859, -1.307662010192871, -0.77585768699646, -0.17000733315944672, -0.2594887912273407, -0.3834483027458191, -1.0], "max": [0.8547788262367249, 0.6927214860916138, 0.8063018321990967, 0.24337740242481232, 0.2662689983844757, 0.30966001749038696, 1.0], "mean": [0.003878034418448806, 0.006123026367276907, -0.0033893296495079994, 0.0012835243251174688, 0.0002788224082905799, 0.0005198931321501732, -0.5546558499336243], "std": [0.1669522374868393, 0.17560040950775146, 0.18076787889003754, 0.0450901985168457, 0.04827962815761566, 0.07079270482063293, 0.8320779204368591], "count": [1235]}, "timestamp": {"min": [0.0], "max": [123.4], "mean": [61.7], "std": [35.65136743520507], "count": [1235]}, "frame_index": {"min": [0], "max": [1234], "mean": [617.0], "std": [356.5136743520506], "count": [1235]}, "episode_index": {"min": [1763], "max": [1763], "mean": [1763.0], "std": [0.0], "count": [1235]}, "index": {"min": [570460], "max": [571694], "mean": [571077.0], "std": [356.5136743520506], "count": [1235]}, "task_index": {"min": [270], "max": [270], "mean": [270.0], "std": [0.0], "count": [1235]}}} +{"episode_index": 1764, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4228505255007276]], [[0.3924155046051624]], [[0.35665933885761336]]], "std": [[[0.2775991493658842]], [[0.25401045170066205]], [[0.23324241984539032]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.6202258085363052]], [[0.5779900488759957]], [[0.5347105653052237]]], "std": [[[0.2648494389015323]], [[0.2442593805446424]], [[0.22384870493078057]]], "count": [100]}, "state": {"min": [-0.18393822014331818, -0.002219061367213726, 1.018523097038269, 3.087808132171631, 0.05579978600144386, -0.09666099399328232, 0.033873505890369415, -0.0401863232254982], "max": [0.08941701799631119, 0.07824733853340149, 1.1628150939941406, 3.246373176574707, 0.17766904830932617, 0.11661478132009506, 0.0400015264749527, -0.032211046665906906], "mean": [-0.0292908176779747, 0.058015406131744385, 1.0955898761749268, 3.164504289627075, 0.11335811018943787, 0.003351805033162236, 0.03700708970427513, -0.03664592280983925], "std": [0.09255161136388779, 0.022148486226797104, 0.04524821788072586, 0.04671818017959595, 0.024518046528100967, 0.07224613428115845, 0.0028721895068883896, 0.0032141199335455894], "count": [278]}, "actions": {"min": [-0.5508803725242615, -0.276734858751297, -0.542822539806366, -0.13976113498210907, -0.16409122943878174, -0.13804250955581665, -1.0], "max": [0.672185480594635, 0.2943597137928009, 0.43947646021842957, 0.19961398839950562, 0.09004980325698853, 0.16865822672843933, 1.0], "mean": [0.004541426431387663, 0.02037007175385952, -0.022438831627368927, 0.004541496746242046, -0.003712399397045374, 0.00677292188629508, -0.06474819779396057], "std": [0.21815545856952667, 0.08994144946336746, 0.13763496279716492, 0.03703025355935097, 0.03778454288840294, 0.05157309025526047, 0.9979002475738525], "count": [278]}, "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": [1764], "max": [1764], "mean": [1764.0], "std": [0.0], "count": [278]}, "index": {"min": [571695], "max": [571972], "mean": [571833.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1765, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42752087641697306]], [[0.39689510270661]], [[0.3607315506280637]]], "std": [[[0.2765018982617442]], [[0.2526179467051853]], [[0.2317687222064051]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.6269599567488128]], [[0.5845835726868872]], [[0.5409059400371476]]], "std": [[[0.26183076277233874]], [[0.2415458051625348]], [[0.22182919792594433]]], "count": [100]}, "state": {"min": [-0.1927122324705124, -0.010192261077463627, 1.0078452825546265, 3.01090931892395, 0.030843261629343033, -0.07426167279481888, 0.03333882614970207, -0.040008194744586945], "max": [0.07773447781801224, 0.08212973177433014, 1.1675529479980469, 3.182302713394165, 0.1294727474451065, 0.0865098088979721, 0.039911720901727676, -0.03505609929561615], "mean": [-0.029454044997692108, 0.04761137068271637, 1.099783182144165, 3.0884592533111572, 0.08624020218849182, 0.004526943899691105, 0.03706241026520729, -0.03785776346921921], "std": [0.09290716052055359, 0.021102415397763252, 0.04643489792943001, 0.05035188049077988, 0.023814169690012932, 0.05246277153491974, 0.0029905650299042463, 0.0022079336922615767], "count": [241]}, "actions": {"min": [-0.8159409761428833, -0.3192797899246216, -0.9234432578086853, -0.1424633264541626, -0.14865663647651672, -0.1782846450805664, -1.0], "max": [0.9707289338111877, 0.43421611189842224, 0.941043496131897, 0.1325887143611908, 0.1278141885995865, 0.1540040224790573, 1.0], "mean": [0.010512229986488819, 0.01861691102385521, -0.030771449208259583, 0.0017714897403493524, -0.003924982622265816, 0.002431602915748954, -0.18672199547290802], "std": [0.25957801938056946, 0.11453092843294144, 0.18197719752788544, 0.041065577417612076, 0.04393520578742027, 0.05052468925714493, 0.9824132323265076], "count": [241]}, "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": [1765], "max": [1765], "mean": [1765.0], "std": [0.0], "count": [241]}, "index": {"min": [571973], "max": [572213], "mean": [572093.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [241]}}} +{"episode_index": 1766, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4272042631261489]], [[0.39685666372261796]], [[0.36108952720492493]]], "std": [[[0.277055194244419]], [[0.2536095624991997]], [[0.23322487940515346]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.6409518558277804]], [[0.5983085123697917]], [[0.5540804724599802]]], "std": [[[0.24735334829574715]], [[0.22736479819596658]], [[0.208401603324696]]], "count": [100]}, "state": {"min": [-0.18553902208805084, 0.021787557750940323, 1.0041276216506958, 3.029271125793457, -0.02240735851228237, -0.055671267211437225, 0.03397415950894356, -0.04000577703118324], "max": [0.1029931977391243, 0.09132392704486847, 1.1693116426467896, 3.230555772781372, 0.102501779794693, 0.1274520605802536, 0.03996503725647926, -0.03265687823295593], "mean": [-0.014162212610244751, 0.055175479501485825, 1.0967044830322266, 3.126729965209961, 0.036451444029808044, 0.049750931560993195, 0.037277787923812866, -0.0367826484143734], "std": [0.1048215925693512, 0.016137849539518356, 0.048478297889232635, 0.06620483845472336, 0.036635737866163254, 0.047890424728393555, 0.0026749451644718647, 0.0032409499399363995], "count": [333]}, "actions": {"min": [-0.613419234752655, -0.23626908659934998, -0.4949275255203247, -0.1888849139213562, -0.14468446373939514, -0.18189729750156403, -1.0], "max": [0.7669345140457153, 0.45003756880760193, 0.32794713973999023, 0.10733448714017868, 0.22466035187244415, 0.15518681704998016, 1.0], "mean": [-0.008537005633115768, 0.003969165496528149, -0.03791680932044983, 0.0019703323487192392, -0.0014990884810686111, 0.002189078601077199, -0.09909909963607788], "std": [0.20823787152767181, 0.1063433289527893, 0.13834407925605774, 0.03650256246328354, 0.039182256907224655, 0.046387914568185806, 0.9950771331787109], "count": [333]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.599999999999998], "std": [9.612838637294745], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [1766], "max": [1766], "mean": [1766.0], "std": [0.0], "count": [333]}, "index": {"min": [572214], "max": [572546], "mean": [572380.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [333]}}} +{"episode_index": 1767, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4254918147068398]], [[0.39465212833180147]], [[0.3585585602405024]]], "std": [[[0.27698306198430334]], [[0.25306548592191913]], [[0.23196822919615934]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.6201541682224647]], [[0.5769660925771677]], [[0.531897964776731]]], "std": [[[0.2556903791341859]], [[0.23315052611132492]], [[0.21090022542304743]]], "count": [100]}, "state": {"min": [-0.18093045055866241, 0.03452650457620621, 1.028690218925476, 3.014612913131714, -0.04210076481103897, -0.06071465089917183, 0.03341538831591606, -0.040016379207372665], "max": [0.05201387405395508, 0.08794320374727249, 1.1887747049331665, 3.2011682987213135, 0.10296021401882172, 0.026099899783730507, 0.03988761454820633, -0.03437599912285805], "mean": [-0.05528247728943825, 0.06611306965351105, 1.1228567361831665, 3.1070163249969482, 0.03361613675951958, -0.014832972548902035, 0.03663012757897377, -0.03715312108397484], "std": [0.09359552711248398, 0.011587833054363728, 0.052143555134534836, 0.06355590373277664, 0.04017917439341545, 0.022957388311624527, 0.003066132077947259, 0.0026066473219543695], "count": [212]}, "actions": {"min": [-0.796349287033081, -0.31439292430877686, -0.5099177360534668, -0.2579038441181183, -0.14143802225589752, -0.16702166199684143, -1.0], "max": [0.742727518081665, 0.3379574716091156, 0.8152275681495667, 0.23870138823986053, 0.17698070406913757, 0.1885576844215393, 1.0], "mean": [0.001669829012826085, 0.016278106719255447, -0.026825442910194397, 0.004249913152307272, -0.0037113341968506575, 0.002524938201531768, -0.07547169923782349], "std": [0.27845922112464905, 0.10352662950754166, 0.21335847675800323, 0.04527340456843376, 0.050988998264074326, 0.05372356250882149, 0.9971487522125244], "count": [212]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [1767], "max": [1767], "mean": [1767.0], "std": [0.0], "count": [212]}, "index": {"min": [572547], "max": [572758], "mean": [572652.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [212]}}} +{"episode_index": 1768, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4269838526108686]], [[0.39655934891046263]], [[0.36071708350088083]]], "std": [[[0.27677234207098045]], [[0.2534453210783038]], [[0.23329413188743348]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9450980392156862]], [[0.9333333333333333]]], "mean": [[[0.6305161599551931]], [[0.588397170122932]], [[0.5445243703804764]]], "std": [[[0.25512434983417054]], [[0.23422313768241476]], [[0.21461936553916733]]], "count": [100]}, "state": {"min": [-0.1694207638502121, -0.017217960208654404, 1.0057401657104492, 3.047091484069824, -0.058759938925504684, -0.014076706022024155, 0.03254267945885658, -0.04000633955001831], "max": [0.10297401994466782, 0.08610988408327103, 1.189089059829712, 3.132668972015381, 0.0836719423532486, 0.11234778165817261, 0.03994370996952057, -0.03494618833065033], "mean": [-0.012318197637796402, 0.040813710540533066, 1.1150645017623901, 3.0909197330474854, 0.005258107557892799, 0.049833767116069794, 0.03671668469905853, -0.037796176970005035], "std": [0.10050144791603088, 0.02932111546397209, 0.054152894765138626, 0.022631166502833366, 0.037655457854270935, 0.03758493438363075, 0.003389193909242749, 0.0023115009535104036], "count": [326]}, "actions": {"min": [-0.7511918544769287, -0.366024911403656, -0.42569485306739807, -0.15691952407360077, -0.22942373156547546, -0.12554635107517242, -1.0], "max": [0.7222639918327332, 0.4144279360771179, 0.35143202543258667, 0.1267537921667099, 0.10731731355190277, 0.12980039417743683, 1.0], "mean": [0.005194352939724922, 0.019224394112825394, -0.021844401955604553, 0.000737424532417208, -0.001755777164362371, 0.0016676582163199782, -0.1349693238735199], "std": [0.2031068056821823, 0.09649191796779633, 0.1324334293603897, 0.031141165643930435, 0.031711120158433914, 0.04285222664475441, 0.9908505082130432], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [1768], "max": [1768], "mean": [1768.0], "std": [0.0], "count": [326]}, "index": {"min": [572759], "max": [573084], "mean": [572921.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [326]}}} +{"episode_index": 1769, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4160200159409467]], [[0.3851356817507276]], [[0.3490981941971124]]], "std": [[[0.2790502090149051]], [[0.25451489509576114]], [[0.2326940189187461]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9450980392156862]], [[0.9333333333333333]]], "mean": [[[0.42691814946193324]], [[0.39269189991670495]], [[0.3585868584127987]]], "std": [[[0.30486543751928014]], [[0.2732750363611585]], [[0.2411116405837592]]], "count": [100]}, "state": {"min": [-0.2017824351787567, -0.17984817922115326, 1.010765552520752, 2.5771923065185547, -0.11841528117656708, -0.9992626309394836, 0.01079536136239767, -0.04000590741634369], "max": [-0.020375149324536324, 0.08366365730762482, 1.210586428642273, 3.148322582244873, 0.18783533573150635, -0.08286324143409729, 0.039936892688274384, -0.012367678806185722], "mean": [-0.10819283127784729, -0.02700355276465416, 1.1118041276931763, 2.9821159839630127, 0.05662446841597557, -0.4985083341598511, 0.022620318457484245, -0.022682903334498405], "std": [0.06158551201224327, 0.07006295770406723, 0.06236548721790314, 0.16702237725257874, 0.09518736600875854, 0.28079429268836975, 0.012071835808455944, 0.012012405321002007], "count": [437]}, "actions": {"min": [-0.5372644662857056, -0.6502165198326111, -0.40904098749160767, -0.12280349433422089, -0.1302265226840973, -0.20366865396499634, -1.0], "max": [0.5194307565689087, 0.5419873595237732, 0.5168329477310181, 0.1556347757577896, 0.0828782171010971, 0.1715444177389145, 1.0], "mean": [0.014184213243424892, -0.028537092730402946, 0.010431316681206226, -0.007846699096262455, -0.0038275306578725576, -0.0014604181051254272, 0.32723110914230347], "std": [0.13164281845092773, 0.15545889735221863, 0.13346518576145172, 0.037094201892614365, 0.028618471696972847, 0.05526736378669739, 0.9449405670166016], "count": [437]}, "timestamp": {"min": [0.0], "max": [43.6], "mean": [21.8], "std": [12.615070352558481], "count": [437]}, "frame_index": {"min": [0], "max": [436], "mean": [218.0], "std": [126.15070352558483], "count": [437]}, "episode_index": {"min": [1769], "max": [1769], "mean": [1769.0], "std": [0.0], "count": [437]}, "index": {"min": [573085], "max": [573521], "mean": [573303.0], "std": [126.15070352558483], "count": [437]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [437]}}} +{"episode_index": 1770, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4137769135119868]], [[0.382748841528799]], [[0.3467905835918352]]], "std": [[[0.2784561195073695]], [[0.2540317431517902]], [[0.232168839865515]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9372549019607843]], [[0.9254901960784314]]], "mean": [[[0.4358243043188955]], [[0.40187573720894604]], [[0.3666966564702053]]], "std": [[[0.3107396218207837]], [[0.279032704757309]], [[0.24609125292579778]]], "count": [100]}, "state": {"min": [-0.21461772918701172, -0.13166318833827972, 1.006584644317627, 2.7904341220855713, -0.12758323550224304, -1.1563125848770142, 0.011194376274943352, -0.04000014066696167], "max": [-0.016230160370469093, 0.1283992975950241, 1.2503207921981812, 3.3736958503723145, 0.23642489314079285, -0.031624745577573776, 0.04000210762023926, -0.011632990092039108], "mean": [-0.0964358001947403, 0.004006071947515011, 1.1307228803634644, 3.1551084518432617, 0.0865570679306984, -0.6545758247375488, 0.0228921789675951, -0.02291489765048027], "std": [0.054235074669122696, 0.06885238736867905, 0.06888620555400848, 0.13679052889347076, 0.10650951415300369, 0.26229676604270935, 0.012753920629620552, 0.012837240472435951], "count": [427]}, "actions": {"min": [-0.25751206278800964, -0.5859989523887634, -0.48245128989219666, -0.1936056762933731, -0.10158733278512955, -0.24591408669948578, -1.0], "max": [0.5726023316383362, 0.5196243524551392, 0.37297165393829346, 0.10410609841346741, 0.08553171157836914, 0.1262439638376236, 1.0], "mean": [0.03584147244691849, -0.023349829018115997, 0.012572205625474453, -0.006610163953155279, -0.0032741604372859, -0.0071216728538274765, 0.24590164422988892], "std": [0.1302422285079956, 0.1413654088973999, 0.12745656073093414, 0.035443708300590515, 0.027316424995660782, 0.05317911505699158, 0.9692952036857605], "count": [427]}, "timestamp": {"min": [0.0], "max": [42.6], "mean": [21.3], "std": [12.326394444443192], "count": [427]}, "frame_index": {"min": [0], "max": [426], "mean": [213.0], "std": [123.26394444443193], "count": [427]}, "episode_index": {"min": [1770], "max": [1770], "mean": [1770.0], "std": [0.0], "count": [427]}, "index": {"min": [573522], "max": [573948], "mean": [573735.0], "std": [123.26394444443193], "count": [427]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [427]}}} +{"episode_index": 1771, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4268587963627834]], [[0.39782733273973653]], [[0.3640601118499157]]], "std": [[[0.2707591913328851]], [[0.24843030689614057]], [[0.22934546286980456]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.6272753565171185]], [[0.5861848754882812]], [[0.5434420130112592]]], "std": [[[0.25917309779098013]], [[0.23895587041170877]], [[0.21934355458861304]]], "count": [100]}, "state": {"min": [-0.21825316548347473, -0.003193550743162632, 1.0046336650848389, 3.0491018295288086, 0.021084703505039215, -0.010026363655924797, 0.03334918990731239, -0.040006157010793686], "max": [0.13000208139419556, 0.09089222550392151, 1.1747089624404907, 3.188549041748047, 0.21067307889461517, 0.178223118185997, 0.040000736713409424, -0.034369345754384995], "mean": [0.00947943702340126, 0.06125054508447647, 1.111898422241211, 3.1069157123565674, 0.09912781417369843, 0.06539429724216461, 0.03734321892261505, -0.037784792482852936], "std": [0.1106594130396843, 0.020266398787498474, 0.05160864070057869, 0.03781162574887276, 0.0554816760122776, 0.03757157176733017, 0.002955325413495302, 0.0024567667860537767], "count": [320]}, "actions": {"min": [-1.062799096107483, -0.22822979092597961, -0.5315476655960083, -0.1858532428741455, -0.20456036925315857, -0.1759091466665268, -1.0], "max": [0.7639404535293579, 0.44640034437179565, 0.6959445476531982, 0.1695970892906189, 0.22204118967056274, 0.29697227478027344, 1.0], "mean": [0.014122126623988152, 0.018703142181038857, -0.02604057267308235, 0.0015633993316441774, -0.0036148126237094402, 0.004358264151960611, -0.21250000596046448], "std": [0.2538168132305145, 0.10211052745580673, 0.15889690816402435, 0.044756222516298294, 0.051670610904693604, 0.06666683405637741, 0.9771601557731628], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [1771], "max": [1771], "mean": [1771.0], "std": [0.0], "count": [320]}, "index": {"min": [573949], "max": [574268], "mean": [574108.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [320]}}} +{"episode_index": 1772, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42560070800781247]], [[0.39660783236634495]], [[0.3627631297392004]]], "std": [[[0.2720933679700557]], [[0.2495248043715484]], [[0.2300658195607574]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.6144978811226639]], [[0.574129389145795]], [[0.5322506055644914]]], "std": [[[0.2749242448469018]], [[0.2548912714440148]], [[0.23555098788646922]]], "count": [100]}, "state": {"min": [-0.20978206396102905, 0.0017788094701245427, 1.00792396068573, 3.0066306591033936, 0.020642083138227463, -0.11398976296186447, 0.03394901379942894, -0.04000593349337578], "max": [0.12342111766338348, 0.09649794548749924, 1.1770732402801514, 3.1549980640411377, 0.3464234173297882, 0.10500281304121017, 0.04028600826859474, -0.03387690335512161], "mean": [0.003584907855838537, 0.05841813236474991, 1.1117719411849976, 3.0781641006469727, 0.16592594981193542, 0.0015940864104777575, 0.037355199456214905, -0.03719134256243706], "std": [0.09910933673381805, 0.03023877553641796, 0.05196566879749298, 0.03920244798064232, 0.11691860854625702, 0.06807194650173187, 0.002618091879412532, 0.002858242020010948], "count": [311]}, "actions": {"min": [-1.3615446090698242, -0.3823549449443817, -0.5161911249160767, -0.15100392699241638, -0.1994868963956833, -0.22718264162540436, -1.0], "max": [0.6184226274490356, 0.7780188918113708, 0.6837224960327148, 0.19110389053821564, 0.1323237419128418, 0.2562106251716614, 1.0], "mean": [0.010987834073603153, 0.013440147042274475, -0.02243240922689438, -9.25760978134349e-05, -0.001775087439455092, 0.004320555832237005, -0.15755626559257507], "std": [0.24756154417991638, 0.12184583395719528, 0.15294574201107025, 0.042338889092206955, 0.04370957985520363, 0.06089562922716141, 0.9875097870826721], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [1772], "max": [1772], "mean": [1772.0], "std": [0.0], "count": [311]}, "index": {"min": [574269], "max": [574579], "mean": [574424.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [311]}}} +{"episode_index": 1773, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4295274341059666]], [[0.40014786544500613]], [[0.36605051855947457]]], "std": [[[0.27053479443305034]], [[0.24825080143049233]], [[0.22913923445154166]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.6182493375890395]], [[0.5751451792997472]], [[0.529839891022327]]], "std": [[[0.2548269108191626]], [[0.23144363730789658]], [[0.2083353123973885]]], "count": [100]}, "state": {"min": [-0.17559568583965302, 0.016270898282527924, 1.0304076671600342, 2.9461417198181152, -0.05381496995687485, -0.09174289554357529, 0.0390278585255146, -0.04032595083117485], "max": [0.1321827918291092, 0.10068728774785995, 1.2100776433944702, 3.142693281173706, 0.054224323481321335, 0.001681597321294248, 0.04019638150930405, -0.03920610621571541], "mean": [0.0013310606591403484, 0.05970308184623718, 1.1313425302505493, 3.0630946159362793, -0.004185658413916826, -0.04857179895043373, 0.039616234600543976, -0.03993628919124603], "std": [0.09940428286790848, 0.02154817245900631, 0.052886418998241425, 0.05319702997803688, 0.026873471215367317, 0.0177892055362463, 0.0002984919701702893, 0.000166424666531384], "count": [244]}, "actions": {"min": [-0.8743104338645935, -0.46300795674324036, -0.5284460783004761, -0.1188681572675705, -0.13873286545276642, -0.16209127008914948, -1.0], "max": [0.9093348383903503, 0.4955103397369385, 0.7504850625991821, 0.14367403090000153, 0.09365763515233994, 0.19112402200698853, 1.0], "mean": [0.011431273072957993, 0.013457159511744976, -0.028579793870449066, -5.0473368901293725e-05, -0.004685055464506149, -0.00038959531229920685, -0.12295082211494446], "std": [0.2582316994667053, 0.11296281218528748, 0.17113471031188965, 0.03807157278060913, 0.03519488126039505, 0.04745301976799965, 0.9924123287200928], "count": [244]}, "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": [1773], "max": [1773], "mean": [1773.0], "std": [0.0], "count": [244]}, "index": {"min": [574580], "max": [574823], "mean": [574701.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [244]}}} +{"episode_index": 1774, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42316461780024506]], [[0.39427697514552695]], [[0.3605284423828125]]], "std": [[[0.27200087766266623]], [[0.24968545033736414]], [[0.2305520904818824]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9333333333333333]]], "mean": [[[0.6140080356971891]], [[0.5694114505543428]], [[0.5263492910347732]]], "std": [[[0.2661696252520921]], [[0.24606374433825898]], [[0.22431053655260913]]], "count": [100]}, "state": {"min": [-0.21278561651706696, 0.014235589653253555, 1.005964756011963, 2.9958889484405518, 0.04667263850569725, -0.03920212388038635, 0.0004946483531966805, -0.04000804200768471], "max": [0.11161703616380692, 0.06824696063995361, 1.1436654329299927, 3.183861255645752, 0.1670001745223999, 0.17310737073421478, 0.03988688439130783, -0.0004711053043138236], "mean": [0.009300638921558857, 0.03921455889940262, 1.0948948860168457, 3.0560436248779297, 0.09256041049957275, 0.0478317067027092, 0.02768540009856224, -0.028261614963412285], "std": [0.09604297578334808, 0.015480348840355873, 0.041718970984220505, 0.05939190089702606, 0.031485337764024734, 0.06513329595327377, 0.016096824780106544, 0.01608729362487793], "count": [261]}, "actions": {"min": [-0.8411228656768799, -0.3770526349544525, -0.5664021968841553, -0.18659605085849762, -0.12444309890270233, -0.11256174743175507, -1.0], "max": [1.0091514587402344, 0.3699832260608673, 0.5597374439239502, 0.1234140396118164, 0.10064825415611267, 0.1784447729587555, 1.0], "mean": [0.02041899785399437, 0.008687151595950127, -0.02321099117398262, 0.0030026212334632874, -0.004452386870980263, 0.0038167370948940516, -0.13409961760044098], "std": [0.24852122366428375, 0.0993477925658226, 0.1463397890329361, 0.03891884163022041, 0.033134087920188904, 0.042563777416944504, 0.9909673929214478], "count": [261]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.534365710971739], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [1774], "max": [1774], "mean": [1774.0], "std": [0.0], "count": [261]}, "index": {"min": [574824], "max": [575084], "mean": [574954.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [261]}}} +{"episode_index": 1775, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4221853966806449]], [[0.3934481979070925]], [[0.36015295769186584]]], "std": [[[0.271020708945938]], [[0.24877592562526468]], [[0.22963440748945457]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.6129107809627757]], [[0.5740040492637485]], [[0.5335291293275123]]], "std": [[[0.26825933793243395]], [[0.2478296550937838]], [[0.22867551761105978]]], "count": [100]}, "state": {"min": [-0.20764371752738953, -0.02073543705046177, 1.0071030855178833, 2.95621919631958, -0.029271842911839485, -0.037664979696273804, 0.03316061571240425, -0.04015306755900383], "max": [0.14867186546325684, 0.11532454937696457, 1.189548373222351, 3.1921072006225586, 0.3059081435203552, 0.13799698650836945, 0.03992018476128578, -0.03516748175024986], "mean": [-0.0023624692112207413, 0.07333666831254959, 1.1197830438613892, 3.0765225887298584, 0.11396792531013489, 0.040300481021404266, 0.03695766255259514, -0.03777247667312622], "std": [0.11858712136745453, 0.026362856850028038, 0.057831279933452606, 0.05884842574596405, 0.11105293780565262, 0.06108278036117554, 0.0027907141484320164, 0.0021164987701922655], "count": [292]}, "actions": {"min": [-0.817471981048584, -0.3870847523212433, -0.6161434650421143, -0.18199896812438965, -0.17338827252388, -0.18571418523788452, -1.0], "max": [0.7745816111564636, 0.3604729473590851, 0.549683153629303, 0.1479802131652832, 0.17546427249908447, 0.2609568238258362, 1.0], "mean": [0.012388809584081173, 0.021890170872211456, -0.02807360514998436, 0.0039353338070213795, 0.0005245152860879898, 0.0030835543293505907, -0.04109589010477066], "std": [0.2759806513786316, 0.1127786636352539, 0.17062680423259735, 0.04545123130083084, 0.04629811272025108, 0.05864904448390007, 0.9991546273231506], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [1775], "max": [1775], "mean": [1775.0], "std": [0.0], "count": [292]}, "index": {"min": [575085], "max": [575376], "mean": [575230.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [292]}}} +{"episode_index": 1776, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41438621610753673]], [[0.38469742299996174]], [[0.3503761764227175]]], "std": [[[0.27404750825376994]], [[0.25109228616797974]], [[0.23099627760235866]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9215686274509803]]], "mean": [[[0.31634777113970586]], [[0.29545868338790593]], [[0.27046826710420496]]], "std": [[[0.2881765681838259]], [[0.2585404813160524]], [[0.23031808367800463]]], "count": [100]}, "state": {"min": [-0.24882091581821442, -0.107493557035923, 0.9897390604019165, 3.1345038414001465, -0.02714228443801403, -1.2762737274169922, 0.013857969082891941, -0.03987986221909523], "max": [-0.007269812747836113, 0.1796342432498932, 1.2202692031860352, 3.375908374786377, 0.19949541985988617, -0.04393753409385681, 0.04000792279839516, -0.012116304598748684], "mean": [-0.09710707515478134, -0.0005000421078875661, 1.1005418300628662, 3.285041570663452, 0.060026347637176514, -0.8461253643035889, 0.028604499995708466, -0.028255265206098557], "std": [0.07446804642677307, 0.09155216813087463, 0.07312643527984619, 0.06770956516265869, 0.05899465084075928, 0.3135406970977783, 0.012439356185495853, 0.012686721049249172], "count": [352]}, "actions": {"min": [-0.43091922998428345, -0.4481026530265808, -0.613745927810669, -0.09519259631633759, -0.10645080357789993, -0.32781723141670227, -1.0], "max": [0.4059944748878479, 0.6810392141342163, 0.5642282366752625, 0.15081003308296204, 0.12629707157611847, 0.22102656960487366, 1.0], "mean": [-0.007224696688354015, 0.041951581835746765, -0.03130439668893814, 0.004025660455226898, -0.0029767637606710196, -0.012329000979661942, -0.13636364042758942], "std": [0.1424068957567215, 0.1530250608921051, 0.13809871673583984, 0.03632693737745285, 0.03163289278745651, 0.07232756167650223, 0.9906585812568665], "count": [352]}, "timestamp": {"min": [0.0], "max": [35.1], "mean": [17.55], "std": [10.161323732663968], "count": [352]}, "frame_index": {"min": [0], "max": [351], "mean": [175.5], "std": [101.61323732663968], "count": [352]}, "episode_index": {"min": [1776], "max": [1776], "mean": [1776.0], "std": [0.0], "count": [352]}, "index": {"min": [575377], "max": [575728], "mean": [575552.5], "std": [101.61323732663968], "count": [352]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [352]}}} +{"episode_index": 1777, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4143569162406174]], [[0.3849654714546951]], [[0.3506654280120251]]], "std": [[[0.2723422663301447]], [[0.24889402850653786]], [[0.22845504292226282]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9254901960784314]]], "mean": [[[0.4884507033404182]], [[0.44925770179898133]], [[0.41010193409639245]]], "std": [[[0.30624679066582217]], [[0.27358448275281977]], [[0.24151703222186324]]], "count": [100]}, "state": {"min": [-0.24886900186538696, 0.004074504133313894, 1.0059282779693604, 3.0008864402770996, -0.07668416947126389, -0.9424899220466614, 0.019564364105463028, -0.04000800848007202], "max": [-0.013001003302633762, 0.2951071560382843, 1.2295116186141968, 3.209017753601074, 0.16682152450084686, -0.05119394510984421, 0.04000135511159897, -0.016475914046168327], "mean": [-0.10234079509973526, 0.08493658155202866, 1.1169885396957397, 3.108067274093628, 0.003696160390973091, -0.6507808566093445, 0.03129516541957855, -0.03031296841800213], "std": [0.0741610899567604, 0.08423814177513123, 0.06629657745361328, 0.058200497180223465, 0.0618700236082077, 0.22880882024765015, 0.00911019928753376, 0.01020315382629633], "count": [297]}, "actions": {"min": [-0.6149419546127319, -0.4201885461807251, -0.5206153988838196, -0.09929488599300385, -0.2516407072544098, -0.2865827679634094, -1.0], "max": [0.35723307728767395, 0.764561116695404, 0.3677457571029663, 0.1224311888217926, 0.08700255304574966, 0.20078934729099274, 1.0], "mean": [-0.0084619065746665, 0.07656751573085785, -0.030328907072544098, 0.004997421987354755, -0.0019511267310008407, -0.012585789896547794, -0.09090909361839294], "std": [0.14744246006011963, 0.15146303176879883, 0.1435329020023346, 0.029952488839626312, 0.03236392140388489, 0.0610673651099205, 0.9958590865135193], "count": [297]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.573602898820697], "count": [297]}, "frame_index": {"min": [0], "max": [296], "mean": [148.0], "std": [85.73602898820698], "count": [297]}, "episode_index": {"min": [1777], "max": [1777], "mean": [1777.0], "std": [0.0], "count": [297]}, "index": {"min": [575729], "max": [576025], "mean": [575877.0], "std": [85.73602898820698], "count": [297]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [297]}}} +{"episode_index": 1778, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41028522207222734]], [[0.38123893588196994]], [[0.3473989491182215]]], "std": [[[0.2730153243063354]], [[0.24996685907482735]], [[0.2299948906983588]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9215686274509803]]], "mean": [[[0.4304396368288526]], [[0.39795728975183825]], [[0.363202189725988]]], "std": [[[0.30930575892680584]], [[0.2754365771369583]], [[0.2427211644607526]]], "count": [100]}, "state": {"min": [-0.307796448469162, -0.06894715875387192, 0.9415584206581116, 3.046635866165161, -0.05677013099193573, -1.2961971759796143, 0.01362675242125988, -0.040002528578042984], "max": [0.01052087638527155, 0.20151932537555695, 1.1883279085159302, 3.2136058807373047, 0.21134957671165466, -0.14351962506771088, 0.04000271484255791, -0.012310881167650223], "mean": [-0.0995711162686348, 0.030867986381053925, 1.0850087404251099, 3.114948272705078, 0.07786727696657181, -0.7948828935623169, 0.025482017546892166, -0.025456711649894714], "std": [0.09112191945314407, 0.07548177987337112, 0.05840440094470978, 0.03443693369626999, 0.07139740139245987, 0.3181048333644867, 0.011932534165680408, 0.01199563778936863], "count": [347]}, "actions": {"min": [-0.42821839451789856, -0.5474542379379272, -0.7832818627357483, -0.12390559166669846, -0.10015726089477539, -0.21150420606136322, -1.0], "max": [0.4414096176624298, 0.6990724205970764, 0.24079643189907074, 0.22008293867111206, 0.10864494740962982, 0.20808735489845276, 1.0], "mean": [-0.022232091054320335, 0.04486315697431564, -0.04237748682498932, 0.002349050948396325, 0.00014119120896793902, -0.004028721712529659, 0.15850144624710083], "std": [0.14818279445171356, 0.1630730926990509, 0.13426929712295532, 0.03892087563872337, 0.027892310172319412, 0.07041534036397934, 0.9873598217964172], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [1778], "max": [1778], "mean": [1778.0], "std": [0.0], "count": [347]}, "index": {"min": [576026], "max": [576372], "mean": [576199.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [347]}}} +{"episode_index": 1779, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42326486146216297]], [[0.39392757520488664]], [[0.3607351606780408]]], "std": [[[0.27051847589792655]], [[0.24875831971599568]], [[0.22980272525427917]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.5731893172918581]], [[0.5320204784916897]], [[0.48833218742819395]]], "std": [[[0.25736988796449445]], [[0.2318253363813644]], [[0.20391262929658294]]], "count": [100]}, "state": {"min": [-0.178012415766716, -0.24159680306911469, 0.9392982125282288, 2.8545444011688232, -0.08397597819566727, -0.030750207602977753, 0.0022942640352994204, -0.039819758385419846], "max": [0.14334304630756378, 0.2527751326560974, 1.3638113737106323, 3.3988280296325684, 0.3247500956058502, 0.26939791440963745, 0.04001240432262421, -0.0021927787456661463], "mean": [0.05469019338488579, 0.06377698481082916, 1.1881656646728516, 3.235062599182129, 0.05186796188354492, 0.10853657126426697, 0.020605964586138725, -0.02033933438360691], "std": [0.0712105855345726, 0.17079471051692963, 0.12848158180713654, 0.15755949914455414, 0.11806750297546387, 0.08804617822170258, 0.01823274977505207, 0.01824839599430561], "count": [359]}, "actions": {"min": [-0.6286810636520386, -1.0004886388778687, -0.7389959096908569, -0.21082328259944916, -0.14815948903560638, -0.16948509216308594, -1.0], "max": [0.777534544467926, 0.6144694089889526, 0.7222777009010315, 0.16165590286254883, 0.1890745908021927, 0.20402836799621582, 1.0], "mean": [0.035841669887304306, -0.05337997153401375, -0.0016004627104848623, -0.004511784762144089, 0.0008541104616597295, 0.0005130599020048976, 0.04178272932767868], "std": [0.2144424170255661, 0.24204149842262268, 0.2413550317287445, 0.04734469950199127, 0.04353288561105728, 0.052878741174936295, 0.9991270899772644], "count": [359]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.900000000000002], "std": [10.363397126425292], "count": [359]}, "frame_index": {"min": [0], "max": [358], "mean": [179.0], "std": [103.63397126425292], "count": [359]}, "episode_index": {"min": [1779], "max": [1779], "mean": [1779.0], "std": [0.0], "count": [359]}, "index": {"min": [576373], "max": [576731], "mean": [576552.0], "std": [103.63397126425292], "count": [359]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [359]}}} +{"episode_index": 1780, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42664322976505054]], [[0.396647066004136]], [[0.3626812127805224]]], "std": [[[0.2713474915065832]], [[0.24905037226522753]], [[0.22971490736125372]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9254901960784314]]], "mean": [[[0.5444960063859527]], [[0.5050519510904948]], [[0.46413434256759345]]], "std": [[[0.26226952681335236]], [[0.23625701940074856]], [[0.20831135013186877]]], "count": [100]}, "state": {"min": [-0.20044566690921783, -0.27990397810935974, 0.9297419786453247, 2.8504133224487305, -0.16549740731716156, 0.013722293078899384, 0.002136331284418702, -0.03988737240433693], "max": [0.10871998965740204, 0.31456276774406433, 1.281894564628601, 3.474364995956421, 0.06799940764904022, 0.3904918432235718, 0.04000932723283768, -0.002063855528831482], "mean": [-0.01919245533645153, 0.05453382432460785, 1.1566214561462402, 3.1606900691986084, -0.03017497807741165, 0.2149578332901001, 0.018272751942276955, -0.018137367442250252], "std": [0.08871045708656311, 0.20618046820163727, 0.10080474615097046, 0.17993320524692535, 0.062211401760578156, 0.11392679810523987, 0.01804809644818306, 0.018017049878835678], "count": [391]}, "actions": {"min": [-0.8619767427444458, -1.1655938625335693, -0.7344169616699219, -0.22157776355743408, -0.21503625810146332, -0.22619444131851196, -1.0], "max": [0.9717100262641907, 0.8175441026687622, 1.0117120742797852, 0.2773001492023468, 0.1466180980205536, 0.2043008804321289, 1.0], "mean": [0.03535792976617813, -0.04277445003390312, 0.013931699097156525, -0.003453680081292987, -0.001273109344765544, 0.00131137459538877, 0.1611253172159195], "std": [0.2365029901266098, 0.30467942357063293, 0.21591351926326752, 0.05406414344906807, 0.041663963347673416, 0.05424660071730614, 0.9869317412376404], "count": [391]}, "timestamp": {"min": [0.0], "max": [39.0], "mean": [19.5], "std": [11.28716084761797], "count": [391]}, "frame_index": {"min": [0], "max": [390], "mean": [195.0], "std": [112.8716084761797], "count": [391]}, "episode_index": {"min": [1780], "max": [1780], "mean": [1780.0], "std": [0.0], "count": [391]}, "index": {"min": [576732], "max": [577122], "mean": [576927.0], "std": [112.8716084761797], "count": [391]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [391]}}} +{"episode_index": 1781, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4042162146474801]], [[0.3797074794395297]], [[0.34618275720932906]]], "std": [[[0.27197553206373326]], [[0.2530126662009593]], [[0.23611366445350343]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5476514934464997]], [[0.5156112587124694]], [[0.4563956825405943]]], "std": [[[0.27960310844686515]], [[0.25461938127428896]], [[0.2317261564517932]]], "count": [100]}, "state": {"min": [-0.22051270306110382, 0.03163749724626541, 0.9299296736717224, 3.074676036834717, -0.0962764322757721, -0.049902793020009995, 0.0027150462847203016, -0.03990112617611885], "max": [0.050079960376024246, 0.1646936684846878, 1.190036416053772, 3.404567241668701, 0.38914602994918823, 0.11839688569307327, 0.04000783711671829, -0.002098403638228774], "mean": [-0.09991474449634552, 0.09647686034440994, 1.0925265550613403, 3.2132301330566406, 0.10943683981895447, 0.034071240574121475, 0.01426798477768898, -0.014037104323506355], "std": [0.11139500141143799, 0.041334234178066254, 0.08768798410892487, 0.09139194339513779, 0.15081605315208435, 0.038678161799907684, 0.016609255224466324, 0.01669970341026783], "count": [288]}, "actions": {"min": [-0.3041134774684906, -0.39166462421417236, -0.5910396575927734, -0.17679943144321442, -0.1559509038925171, -0.0952831357717514, -1.0], "max": [0.9458863139152527, 0.6774305701255798, 1.104753851890564, 0.2391543984413147, 0.16390517354011536, 0.1525721251964569, 1.0], "mean": [0.060039810836315155, -0.01078706607222557, -0.011344078928232193, 0.003952620550990105, 0.001044431352056563, -0.00047602891572751105, 0.3819444477558136], "std": [0.1788509041070938, 0.12002941220998764, 0.24302291870117188, 0.049292076379060745, 0.04804965481162071, 0.03172958642244339, 0.92418372631073], "count": [288]}, "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": [1781], "max": [1781], "mean": [1781.0], "std": [0.0], "count": [288]}, "index": {"min": [577123], "max": [577410], "mean": [577266.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1782, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40233168358896293]], [[0.37778639909332873]], [[0.34424315508674175]]], "std": [[[0.2722582465223046]], [[0.2530924939177413]], [[0.2356073587907489]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5638252012963388]], [[0.5281308587766161]], [[0.46597264428232227]]], "std": [[[0.2752357415395706]], [[0.24928095370626707]], [[0.22547229179784914]]], "count": [100]}, "state": {"min": [-0.21127399802207947, 0.00438727717846632, 0.9280077219009399, 3.045698881149292, -0.023535974323749542, -0.0003126550873275846, 0.0027105887420475483, -0.04000307619571686], "max": [0.0700814425945282, 0.18423284590244293, 1.194989800453186, 3.3529813289642334, 0.4154951572418213, 0.17707736790180206, 0.04000353440642357, -0.00247845146805048], "mean": [-0.11235759407281876, 0.11397327482700348, 1.0898939371109009, 3.1887102127075195, 0.18144109845161438, 0.0621933750808239, 0.019169693812727928, -0.019074536859989166], "std": [0.10382311791181564, 0.055226508527994156, 0.08397676050662994, 0.07956476509571075, 0.12569569051265717, 0.038323383778333664, 0.018030311912298203, 0.018159961327910423], "count": [336]}, "actions": {"min": [-0.5604032874107361, -0.41097572445869446, -0.6632201671600342, -0.28024959564208984, -0.18974097073078156, -0.1940511018037796, -1.0], "max": [0.6965669989585876, 0.883433997631073, 0.7084956765174866, 0.22599045932292938, 0.1563544124364853, 0.2076331526041031, 1.0], "mean": [0.05652444809675217, 0.008770992048084736, -0.012230467051267624, 0.004953682888299227, 0.002803915413096547, 0.0016439330065622926, 0.1130952388048172], "std": [0.1535067856311798, 0.16424022614955902, 0.2053142935037613, 0.047955337911844254, 0.046692539006471634, 0.03483467549085617, 0.9935843348503113], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [1782], "max": [1782], "mean": [1782.0], "std": [0.0], "count": [336]}, "index": {"min": [577411], "max": [577746], "mean": [577578.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [336]}}} +{"episode_index": 1783, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4029658406575521]], [[0.3785119353649663]], [[0.34535388183593746]]], "std": [[[0.27169451888266155]], [[0.2526711689637882]], [[0.23546438892485932]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5633862627814797]], [[0.5284613467945772]], [[0.4670099983963312]]], "std": [[[0.2757829435780024]], [[0.2505397686533721]], [[0.22649028407347613]]], "count": [100]}, "state": {"min": [-0.19943666458129883, 0.02029043808579445, 0.9234402775764465, 2.972738027572632, -0.02549050934612751, 0.023970352485775948, 0.002485692035406828, -0.04000761732459068], "max": [0.06506877392530441, 0.18415972590446472, 1.1730289459228516, 3.1659352779388428, 0.340961754322052, 0.12412672489881516, 0.039865005761384964, -0.002010415308177471], "mean": [-0.114263154566288, 0.11037750542163849, 1.0848064422607422, 3.0835461616516113, 0.12098916620016098, 0.06518642604351044, 0.01667594723403454, -0.016736576333642006], "std": [0.1061219647526741, 0.048858195543289185, 0.08056405186653137, 0.055870421230793, 0.10904022306203842, 0.016691597178578377, 0.017839254811406136, 0.017874697223305702], "count": [343]}, "actions": {"min": [-0.22706389427185059, -0.4033758044242859, -0.5819668769836426, -0.1808132380247116, -0.1478470414876938, -0.07752891629934311, -1.0], "max": [0.8712882399559021, 1.276334524154663, 0.9749736785888672, 0.21615426242351532, 0.09991809725761414, 0.09134667366743088, 1.0], "mean": [0.05448571592569351, -0.002527166623622179, -0.018096232786774635, 0.0002873950288631022, 0.002336849458515644, 0.0008597634732723236, 0.27696794271469116], "std": [0.15791350603103638, 0.14966243505477905, 0.1961490958929062, 0.04023412615060806, 0.03558073565363884, 0.022965064272284508, 0.960878312587738], "count": [343]}, "timestamp": {"min": [0.0], "max": [34.2], "mean": [17.1], "std": [9.901515035589249], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [1783], "max": [1783], "mean": [1783.0], "std": [0.0], "count": [343]}, "index": {"min": [577747], "max": [578089], "mean": [577918.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [343]}}} +{"episode_index": 1784, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40536959180644916]], [[0.3805295093012791]], [[0.34610912547392003]]], "std": [[[0.27139531674217593]], [[0.25229807848137215]], [[0.23497727920673206]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5561292269837622]], [[0.5229503395230163]], [[0.45988775275735294]]], "std": [[[0.2624308042831863]], [[0.2360865462535077]], [[0.21425290318288817]]], "count": [100]}, "state": {"min": [-0.2735670506954193, 0.002391380723565817, 0.9411953091621399, 3.0624353885650635, -0.1124747022986412, -0.044184360653162, 0.0025926774833351374, -0.03996981307864189], "max": [0.05538419261574745, 0.16489480435848236, 1.2166136503219604, 3.2831978797912598, 0.21796759963035583, 0.12585875391960144, 0.040003083646297455, -0.002123175421729684], "mean": [-0.16277353465557098, 0.10201103240251541, 1.126512885093689, 3.1726694107055664, 0.013226856477558613, 0.03620857000350952, 0.01932193897664547, -0.0191937405616045], "std": [0.11354538798332214, 0.04721752926707268, 0.08148009330034256, 0.05651457607746124, 0.09336619079113007, 0.04713067784905434, 0.01804395206272602, 0.018149642273783684], "count": [384]}, "actions": {"min": [-0.2921935021877289, -0.403186559677124, -0.7475128173828125, -0.09897927939891815, -0.1282590925693512, -0.14677610993385315, -1.0], "max": [1.1017141342163086, 1.166586995124817, 0.8459237217903137, 0.09272757172584534, 0.11548350751399994, 0.13468576967716217, 1.0], "mean": [0.059218522161245346, 0.007743192370980978, -0.0024624906945973635, -0.0022672638297080994, -0.00048652838449925184, 0.0004298107232898474, 0.1041666641831398], "std": [0.15616370737552643, 0.14363431930541992, 0.2144940346479416, 0.029925905168056488, 0.03519214317202568, 0.029960623010993004, 0.9945602416992188], "count": [384]}, "timestamp": {"min": [0.0], "max": [38.3], "mean": [19.150000000000002], "std": [11.085087580468937], "count": [384]}, "frame_index": {"min": [0], "max": [383], "mean": [191.5], "std": [110.85087580468937], "count": [384]}, "episode_index": {"min": [1784], "max": [1784], "mean": [1784.0], "std": [0.0], "count": [384]}, "index": {"min": [578090], "max": [578473], "mean": [578281.5], "std": [110.85087580468937], "count": [384]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [384]}}} +{"episode_index": 1785, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4042750124463848]], [[0.3795676939721201]], [[0.3459939599130668]]], "std": [[[0.27093033234225433]], [[0.25179204969594116]], [[0.23456065675664364]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5582730676987592]], [[0.5244936290067784]], [[0.46272316547468595]]], "std": [[[0.26917029662018677]], [[0.2436416289477533]], [[0.2212240028365695]]], "count": [100]}, "state": {"min": [-0.2718617022037506, 0.0298627819865942, 0.9249387383460999, 2.9697980880737305, -0.09930803626775742, -0.013824447058141232, 0.0025260502006858587, -0.040002625435590744], "max": [0.07967931777238846, 0.176837757229805, 1.2551051378250122, 3.2019553184509277, 0.29982271790504456, 0.15077759325504303, 0.0399879552423954, -0.002611466683447361], "mean": [-0.1318213939666748, 0.1079375222325325, 1.1278667449951172, 3.12410044670105, 0.06297757476568222, 0.07899372279644012, 0.017848726361989975, -0.017880422994494438], "std": [0.13258367776870728, 0.04367102310061455, 0.09144819527864456, 0.06284844875335693, 0.11360017955303192, 0.03944244980812073, 0.01788988709449768, 0.017956243827939034], "count": [396]}, "actions": {"min": [-0.23793691396713257, -0.42342033982276917, -0.6559852957725525, -0.1338174194097519, -0.11599064618349075, -0.08267263323068619, -1.0], "max": [1.0117719173431396, 0.6868780255317688, 0.7240884900093079, 0.16077527403831482, 0.13561570644378662, 0.13623815774917603, 1.0], "mean": [0.05673900619149208, 0.0007307443884201348, -0.0014951584162190557, -0.001167914131656289, 0.0006748323212377727, 0.0016574597684666514, 0.1818181872367859], "std": [0.15555089712142944, 0.13790075480937958, 0.2035885602235794, 0.03706879913806915, 0.033206090331077576, 0.028147445991635323, 0.9833335876464844], "count": [396]}, "timestamp": {"min": [0.0], "max": [39.5], "mean": [19.75], "std": [11.431498881015852], "count": [396]}, "frame_index": {"min": [0], "max": [395], "mean": [197.5], "std": [114.31498881015851], "count": [396]}, "episode_index": {"min": [1785], "max": [1785], "mean": [1785.0], "std": [0.0], "count": [396]}, "index": {"min": [578474], "max": [578869], "mean": [578671.5], "std": [114.31498881015851], "count": [396]}, "task_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [396]}}} +{"episode_index": 1786, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40502732998717067]], [[0.3800747764437806]], [[0.345675635842716]]], "std": [[[0.27208574768025123]], [[0.2532070555419746]], [[0.2365125516172764]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5058019762226179]], [[0.46625535015031405]], [[0.3908768424239813]]], "std": [[[0.2706681284831104]], [[0.24551273995320358]], [[0.22032512141319321]]], "count": [100]}, "state": {"min": [-0.2317800521850586, -0.19243758916854858, 0.9287987947463989, 2.9474503993988037, -0.3224494457244873, 0.0027994895353913307, 0.0025505132507532835, -0.039923474192619324], "max": [-0.04354662075638771, 0.04394804313778877, 1.2606537342071533, 3.2595341205596924, 0.15452513098716736, 0.07776933908462524, 0.040040552616119385, -0.004499823786318302], "mean": [-0.1586393564939499, -0.048211440443992615, 1.1321054697036743, 3.1265640258789062, -0.06307101249694824, 0.040766097605228424, 0.017281942069530487, -0.017368275672197342], "std": [0.06043095886707306, 0.08369236439466476, 0.10261572897434235, 0.09642571955919266, 0.15071885287761688, 0.015683429315686226, 0.016571782529354095, 0.016393398866057396], "count": [268]}, "actions": {"min": [-2.9615132808685303, -0.5565704107284546, -0.9869675636291504, -0.14520768821239471, -0.33308327198028564, -0.1252828985452652, -1.0], "max": [0.42240527272224426, 2.2294275760650635, 2.717580795288086, 0.5931952595710754, 0.13925310969352722, 0.12272797524929047, 1.0], "mean": [0.012788462452590466, -0.02431333251297474, 0.01254435908049345, 0.0016404675552621484, -0.0021030905190855265, -0.00012956888531334698, 0.26865673065185547], "std": [0.2521139681339264, 0.2101338654756546, 0.32203251123428345, 0.056048013269901276, 0.05396146699786186, 0.028800759464502335, 0.9632374048233032], "count": [268]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.350000000000001], "std": [7.73643974965229], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [1786], "max": [1786], "mean": [1786.0], "std": [0.0], "count": [268]}, "index": {"min": [578870], "max": [579137], "mean": [579003.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [268]}}} +{"episode_index": 1787, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4025598186418122]], [[0.3773377966787301]], [[0.34265688368853403]]], "std": [[[0.2727645559812038]], [[0.25337694572652936]], [[0.23612459838564112]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5269431846469057]], [[0.4855670040355009]], [[0.407652920592065]]], "std": [[[0.26525729140038573]], [[0.23981154300168606]], [[0.21716667321481106]]], "count": [100]}, "state": {"min": [-0.24327027797698975, -0.1612941026687622, 0.9236133694648743, 2.9080684185028076, -0.19726808369159698, -0.06051768735051155, 0.002398010343313217, -0.03996586799621582], "max": [-0.06270283460617065, 0.047128401696681976, 1.2658060789108276, 3.2417519092559814, 0.1725582629442215, 0.09905453026294708, 0.04000041261315346, -0.002460922347381711], "mean": [-0.1870705783367157, -0.02197909541428089, 1.1194350719451904, 3.1063554286956787, -0.03842594102025032, 0.019049299880862236, 0.018667396157979965, -0.018638916313648224], "std": [0.057255782186985016, 0.07528198510408401, 0.10809668898582458, 0.09563284367322922, 0.11725754290819168, 0.03974661976099014, 0.017691152170300484, 0.017690997570753098], "count": [271]}, "actions": {"min": [-0.579343855381012, -0.5679584741592407, -1.0119913816452026, -0.1973058581352234, -0.18442295491695404, -0.10378202795982361, -1.0], "max": [0.5010740160942078, 0.529404878616333, 1.1642048358917236, 0.1416063755750656, 0.13064734637737274, 0.17001527547836304, 1.0], "mean": [0.04332375526428223, -0.03703666478395462, -0.002983738901093602, -0.005916568450629711, 0.0003432863450143486, -0.00024016288807615638, 0.1439114362001419], "std": [0.1287788599729538, 0.14600010216236115, 0.28246942162513733, 0.04327793046832085, 0.04357520118355751, 0.03245449811220169, 0.9895925521850586], "count": [271]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.823042886243178], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [1787], "max": [1787], "mean": [1787.0], "std": [0.0], "count": [271]}, "index": {"min": [579138], "max": [579408], "mean": [579273.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [271]}}} +{"episode_index": 1788, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40628001074697456]], [[0.38071237960516235]], [[0.34564171645220587]]], "std": [[[0.27181208210187674]], [[0.2521538065096894]], [[0.23459320107995993]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5068423336253447]], [[0.4655125469132966]], [[0.3928795471191406]]], "std": [[[0.27197947595420524]], [[0.24701553171686988]], [[0.22109770664313536]]], "count": [100]}, "state": {"min": [-0.23653605580329895, -0.1827254444360733, 0.9225977063179016, 2.791687250137329, -0.1002870574593544, -0.12249485403299332, 0.001981738954782486, -0.03996864706277847], "max": [-0.05960322171449661, 0.034805431962013245, 1.2806836366653442, 3.1677982807159424, 0.3558872640132904, 0.04162510856986046, 0.03987520933151245, -0.0023111035116016865], "mean": [-0.1703583300113678, -0.05593639984726906, 1.139303207397461, 3.0257537364959717, 0.07860830426216125, -0.025707310065627098, 0.013172143138945103, -0.01339236181229353], "std": [0.06040526553988457, 0.08404912799596786, 0.11915293335914612, 0.11912224441766739, 0.14875410497188568, 0.04420442879199982, 0.01641218364238739, 0.016377700492739677], "count": [210]}, "actions": {"min": [-0.3949877619743347, -0.6037228107452393, -1.4411356449127197, -0.16521573066711426, -0.14755097031593323, -0.15885068476200104, -1.0], "max": [0.5595086812973022, 0.353492796421051, 0.898510217666626, 0.1370466947555542, 0.24148115515708923, 0.13800936937332153, 1.0], "mean": [0.054724838584661484, -0.06045399606227875, 0.016057156026363373, -0.009164751507341862, -0.0007241793209686875, -0.000334198703058064, 0.4095238149166107], "std": [0.13229721784591675, 0.1582113653421402, 0.3529077470302582, 0.042710840702056885, 0.05391019582748413, 0.03622156009078026, 0.9122998118400574], "count": [210]}, "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": [1788], "max": [1788], "mean": [1788.0], "std": [0.0], "count": [210]}, "index": {"min": [579409], "max": [579618], "mean": [579513.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [210]}}} +{"episode_index": 1789, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40416534124636183]], [[0.3791893669577206]], [[0.34477356196384806]]], "std": [[[0.2708798018998801]], [[0.2517822143514166]], [[0.23478648494331766]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9725490196078431]]], "mean": [[[0.5070741625019148]], [[0.46650395292394303]], [[0.39609895354626223]]], "std": [[[0.27307006306449905]], [[0.24745496218956714]], [[0.22201859709981886]]], "count": [100]}, "state": {"min": [-0.2288026362657547, -0.21202270686626434, 0.9318008422851562, 3.049825429916382, -0.1740778237581253, -0.11630680412054062, 0.0022752974182367325, -0.03985340893268585], "max": [-0.0488118939101696, 0.030084090307354927, 1.2350003719329834, 3.3296830654144287, 0.26640158891677856, -0.014021164737641811, 0.040004413574934006, -0.0020925658755004406], "mean": [-0.1659981906414032, -0.0600883811712265, 1.1219754219055176, 3.216512441635132, 0.006926637142896652, -0.05773073807358742, 0.016793785616755486, -0.016489146277308464], "std": [0.05479709431529045, 0.0869344174861908, 0.10110796988010406, 0.08688110113143921, 0.14146733283996582, 0.02858724258840084, 0.01755150407552719, 0.0175766721367836], "count": [216]}, "actions": {"min": [-0.9551584124565125, -0.9163221716880798, -0.8276625871658325, -0.19210095703601837, -0.18881674110889435, -0.1006285697221756, -1.0], "max": [0.5376139879226685, 0.7855964303016663, 1.2647321224212646, 0.17491650581359863, 0.1428704857826233, 0.09912251681089401, 1.0], "mean": [0.00432199751958251, -0.027111578732728958, 0.013262081891298294, 2.1594611098407768e-05, -0.0026407057885080576, -0.002018993254750967, 0.23148147761821747], "std": [0.23219722509384155, 0.23566089570522308, 0.3261718451976776, 0.05104712396860123, 0.05421014875173569, 0.02982812374830246, 0.9728394150733948], "count": [216]}, "timestamp": {"min": [0.0], "max": [21.5], "mean": [10.75], "std": [6.235316083942069], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [1789], "max": [1789], "mean": [1789.0], "std": [0.0], "count": [216]}, "index": {"min": [579619], "max": [579834], "mean": [579726.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [216]}}} +{"episode_index": 1790, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40573912975834864]], [[0.3802731167662377]], [[0.3457271716547948]]], "std": [[[0.27176652797019885]], [[0.2520723602863241]], [[0.23433452299616217]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5110960382199755]], [[0.46929620301489733]], [[0.3957684876685049]]], "std": [[[0.277282824482744]], [[0.2520441362064052]], [[0.22450515015074848]]], "count": [100]}, "state": {"min": [-0.23779229819774628, -0.15346819162368774, 0.9240739345550537, 2.7012431621551514, -0.020335465669631958, -0.010664845816791058, 0.0022452205885201693, -0.03997300937771797], "max": [-0.010585985146462917, 0.06005215644836426, 1.2394375801086426, 3.16178035736084, 0.3993653655052185, 0.10146141797304153, 0.039879605174064636, -0.00197417289018631], "mean": [-0.15185564756393433, -0.027487458661198616, 1.1218379735946655, 2.970698118209839, 0.16331854462623596, 0.05062669515609741, 0.013009399175643921, -0.011964180506765842], "std": [0.07791977375745773, 0.08308947086334229, 0.1108570396900177, 0.14560480415821075, 0.1301838457584381, 0.03345831483602524, 0.014606479555368423, 0.015090608969330788], "count": [269]}, "actions": {"min": [-0.21689891815185547, -0.83506840467453, -0.6758376359939575, -0.18589994311332703, -0.13379859924316406, -0.09404285997152328, -1.0], "max": [1.1450060606002808, 0.23372144997119904, 0.7986346483230591, 0.12988805770874023, 0.11227496713399887, 0.08295448124408722, 1.0], "mean": [0.05562037602066994, -0.0505332387983799, 0.012221213430166245, -0.009348049759864807, 0.0014638302382081747, -0.0017205416224896908, 0.5167286396026611], "std": [0.14953772723674774, 0.13284532725811005, 0.25385814905166626, 0.03656506910920143, 0.043349843472242355, 0.025872578844428062, 0.8561491966247559], "count": [269]}, "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": [1790], "max": [1790], "mean": [1790.0], "std": [0.0], "count": [269]}, "index": {"min": [579835], "max": [580103], "mean": [579969.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [269]}}} +{"episode_index": 1791, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4053788212794883]], [[0.380190954470167]], [[0.34526285448261335]]], "std": [[[0.27215457717081]], [[0.25305950996498316]], [[0.23610689607054644]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5225329733455882]], [[0.4816959402046952]], [[0.40433134191176473]]], "std": [[[0.264759898868988]], [[0.23974112475494788]], [[0.21703151114758212]]], "count": [100]}, "state": {"min": [-0.2469293177127838, -0.17168334126472473, 0.922163724899292, 2.961379289627075, -0.28103020787239075, -0.18096910417079926, 0.0019463258795440197, -0.039924103766679764], "max": [-0.05674878880381584, 0.046859294176101685, 1.309619426727295, 3.241926670074463, 0.07414976507425308, 0.06208537891507149, 0.040005091577768326, -0.002031950745731592], "mean": [-0.16809046268463135, -0.04859939217567444, 1.1384299993515015, 3.1270735263824463, -0.0938616544008255, -0.028210017830133438, 0.01573304645717144, -0.015795351937413216], "std": [0.06092110648751259, 0.07899592816829681, 0.12463643401861191, 0.09997483342885971, 0.10829687863588333, 0.06267838180065155, 0.017598791047930717, 0.01755707338452339], "count": [274]}, "actions": {"min": [-0.4308015704154968, -0.585013210773468, -1.0022882223129272, -0.13493680953979492, -0.18664737045764923, -0.18681558966636658, -1.0], "max": [0.6158167123794556, 0.5055376291275024, 1.2023416757583618, 0.10281606763601303, 0.15053099393844604, 0.14869336783885956, 1.0], "mean": [0.03658754378557205, -0.018699677661061287, 0.008840839378535748, -0.0026177503168582916, -0.001225143438205123, 0.0038366434164345264, 0.277372270822525], "std": [0.12992383539676666, 0.1685963124036789, 0.3013659417629242, 0.034734949469566345, 0.038794390857219696, 0.0441167950630188, 0.9607613682746887], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [1791], "max": [1791], "mean": [1791.0], "std": [0.0], "count": [274]}, "index": {"min": [580104], "max": [580377], "mean": [580240.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [274]}}} +{"episode_index": 1792, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40968867462756586]], [[0.3843053564931832]], [[0.3491838977290135]]], "std": [[[0.2721452617051942]], [[0.2531003849567623]], [[0.23592963144203902]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5765345099954045]], [[0.53589949723786]], [[0.457698195513557]]], "std": [[[0.26557205442481957]], [[0.24146426161643653]], [[0.22533441511153426]]], "count": [100]}, "state": {"min": [-0.21524590253829956, -0.020979585126042366, 0.9261946678161621, 3.078376293182373, -0.21855507791042328, -0.04712281376123428, 0.002622073981910944, -0.03999612480401993], "max": [0.07794903218746185, 0.23911520838737488, 1.2635235786437988, 3.228264808654785, 0.21193917095661163, 0.20291221141815186, 0.040005117654800415, -0.0025485577061772346], "mean": [-0.0866919532418251, 0.10320507735013962, 1.134920358657837, 3.152204751968384, 0.007001062855124474, 0.049163687974214554, 0.01370622031390667, -0.013619103468954563], "std": [0.12332141399383545, 0.09034916758537292, 0.1026485338807106, 0.0393311008810997, 0.11382553726434708, 0.07040255516767502, 0.016512874513864517, 0.01655520498752594], "count": [367]}, "actions": {"min": [-0.18283426761627197, -0.24928201735019684, -0.7587138414382935, -0.09325207769870758, -0.14693021774291992, -0.06681620329618454, -1.0], "max": [0.6117350459098816, 0.5158147811889648, 1.0451993942260742, 0.2102273404598236, 0.12865851819515228, 0.08571897447109222, 1.0], "mean": [0.0575399324297905, 0.054101843386888504, -0.007298311218619347, 0.0007228709291666746, 0.0022538912016898394, 0.004075078759342432, 0.41144412755966187], "std": [0.1372653692960739, 0.10649728029966354, 0.23259946703910828, 0.027415314689278603, 0.03593248501420021, 0.024166859686374664, 0.9114378094673157], "count": [367]}, "timestamp": {"min": [0.0], "max": [36.6], "mean": [18.299999999999997], "std": [10.594338110519223], "count": [367]}, "frame_index": {"min": [0], "max": [366], "mean": [183.0], "std": [105.94338110519222], "count": [367]}, "episode_index": {"min": [1792], "max": [1792], "mean": [1792.0], "std": [0.0], "count": [367]}, "index": {"min": [580378], "max": [580744], "mean": [580561.0], "std": [105.94338110519222], "count": [367]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [367]}}} +{"episode_index": 1793, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40418722294826137]], [[0.37937894095626534]], [[0.34512691123812805]]], "std": [[[0.2718052624677255]], [[0.25295485120382255]], [[0.23609642764239716]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5566221875957414]], [[0.5179837054084329]], [[0.4430333922143076]]], "std": [[[0.27522394730591476]], [[0.25162723865036696]], [[0.23203305435349145]]], "count": [100]}, "state": {"min": [-0.22211048007011414, -0.015748869627714157, 0.9252793788909912, 3.0700628757476807, -0.07169310748577118, -0.07959980517625809, 0.0025299456901848316, -0.040003567934036255], "max": [0.05328454449772835, 0.20136919617652893, 1.2073860168457031, 3.2022931575775146, 0.24709831178188324, 0.2178047001361847, 0.03992732614278793, -0.002503691241145134], "mean": [-0.11522368341684341, 0.06681197136640549, 1.100518822669983, 3.126447916030884, 0.0543229803442955, 0.04211633279919624, 0.015306985937058926, -0.015229100361466408], "std": [0.09624122083187103, 0.08793208003044128, 0.0860593169927597, 0.04191061854362488, 0.10149212926626205, 0.083402618765831, 0.01708192005753517, 0.017179207876324654], "count": [344]}, "actions": {"min": [-0.567421555519104, -0.22709162533283234, -1.114197850227356, -0.10479063540697098, -0.26124295592308044, -0.1267610341310501, -1.0], "max": [0.5506827235221863, 0.7061401605606079, 2.101567506790161, 0.09997899830341339, 0.1191476583480835, 0.13790181279182434, 1.0], "mean": [0.05586342513561249, 0.041990917176008224, -0.006615447346121073, 0.0005042332923039794, 0.00022657739464193583, 0.0023708674125373363, 0.3255814015865326], "std": [0.1346757709980011, 0.13816724717617035, 0.23355861008167267, 0.02331099845468998, 0.030676543712615967, 0.029542963951826096, 0.9455121159553528], "count": [344]}, "timestamp": {"min": [0.0], "max": [34.3], "mean": [17.150000000000002], "std": [9.930382671377775], "count": [344]}, "frame_index": {"min": [0], "max": [343], "mean": [171.5], "std": [99.30382671377775], "count": [344]}, "episode_index": {"min": [1793], "max": [1793], "mean": [1793.0], "std": [0.0], "count": [344]}, "index": {"min": [580745], "max": [581088], "mean": [580916.5], "std": [99.30382671377775], "count": [344]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [344]}}} +{"episode_index": 1794, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4023287413354013]], [[0.3777879979750689]], [[0.34383818383310355]]], "std": [[[0.2711623794664402]], [[0.25236347186343266]], [[0.23509124401673268]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5752064520143996]], [[0.5343071683995864]], [[0.456725684670841]]], "std": [[[0.27789347652794405]], [[0.2534151705023747]], [[0.23300424584728985]]], "count": [100]}, "state": {"min": [-0.20353767275810242, 0.0013030415866523981, 0.9352020621299744, 3.02321457862854, 0.035790152847766876, -0.19442380964756012, 0.001511797890998423, -0.04000403732061386], "max": [0.06920597702264786, 0.25402387976646423, 1.1808383464813232, 3.3489162921905518, 0.4020964205265045, 0.059492986649274826, 0.03992629051208496, -0.0020846796687692404], "mean": [-0.09348388016223907, 0.12943468987941742, 1.0899906158447266, 3.164383888244629, 0.18173593282699585, -0.040997542440891266, 0.015935424715280533, -0.01586001180112362], "std": [0.1003737524151802, 0.06954564154148102, 0.08297044783830643, 0.09135451912879944, 0.11727111041545868, 0.08099215477705002, 0.01751948520541191, 0.017682800069451332], "count": [304]}, "actions": {"min": [-1.804400086402893, -0.18750520050525665, -0.5805717706680298, -0.19118072092533112, -0.6942530870437622, -0.07676894217729568, -1.0], "max": [0.6406879425048828, 0.9984095096588135, 3.8260815143585205, 0.5274906158447266, 0.13608410954475403, 0.11816829442977905, 1.0], "mean": [0.06309937685728073, 0.06104672700166702, 9.85722872428596e-05, 0.002578591927886009, 0.002491610823199153, -0.0006683309911750257, 0.28289473056793213], "std": [0.1891012340784073, 0.1271457076072693, 0.3121434152126312, 0.04608239233493805, 0.05574513599276543, 0.027818992733955383, 0.9591501951217651], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [1794], "max": [1794], "mean": [1794.0], "std": [0.0], "count": [304]}, "index": {"min": [581089], "max": [581392], "mean": [581240.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [304]}}} +{"episode_index": 1795, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40467793662875307]], [[0.379364096847235]], [[0.3442921878590303]]], "std": [[[0.2717995547342705]], [[0.25247879904010495]], [[0.2348752550323881]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5808001415776272]], [[0.5389395351035923]], [[0.4589069130093444]]], "std": [[[0.2641075897002942]], [[0.24002386716427088]], [[0.22302459508730108]]], "count": [100]}, "state": {"min": [-0.238242968916893, 0.02857780084013939, 0.9325485229492188, 2.948204755783081, -0.11044418811798096, -0.29388663172721863, 0.0020829392597079277, -0.040008023381233215], "max": [0.07365066558122635, 0.24903187155723572, 1.2609713077545166, 3.1379964351654053, 0.23381173610687256, 0.1721498668193817, 0.03983110189437866, -0.0021704183891415596], "mean": [-0.10848749428987503, 0.11688147485256195, 1.125497579574585, 3.054192543029785, 0.07602769881486893, -0.011991189792752266, 0.013134472072124481, -0.01334224734455347], "std": [0.123744435608387, 0.0857364684343338, 0.10425804555416107, 0.045958518981933594, 0.11069783568382263, 0.14316560328006744, 0.016675138846039772, 0.016725972294807434], "count": [333]}, "actions": {"min": [-0.268322229385376, -0.25499600172042847, -0.6016120910644531, -0.07069221138954163, -0.09637123346328735, -0.12157248705625534, -1.0], "max": [0.5266360640525818, 0.6326928734779358, 0.7580766081809998, 0.10518693178892136, 0.1017349362373352, 0.09380201995372772, 1.0], "mean": [0.06405585259199142, 0.04589425399899483, -0.005181229207664728, 0.00044203168363310397, 0.001489167334511876, 0.0010756357805803418, 0.4114114046096802], "std": [0.14070819318294525, 0.1144031435251236, 0.21824529767036438, 0.022951139137148857, 0.03293197974562645, 0.036060042679309845, 0.9114494323730469], "count": [333]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.599999999999998], "std": [9.612838637294745], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [1795], "max": [1795], "mean": [1795.0], "std": [0.0], "count": [333]}, "index": {"min": [581393], "max": [581725], "mean": [581559.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [333]}}} +{"episode_index": 1796, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4052269454656863]], [[0.3800257951325062]], [[0.34517670934340533]]], "std": [[[0.2725700562530356]], [[0.2533537191002882]], [[0.23596943969053633]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.023529411764705882]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5855881886201746]], [[0.5438673466701134]], [[0.46739480351466756]]], "std": [[[0.2592305676215158]], [[0.23449723027183944]], [[0.21771251790487378]]], "count": [100]}, "state": {"min": [-0.23475410044193268, -0.013828565366566181, 0.9274993538856506, 3.001070261001587, -0.16430099308490753, -0.0054058716632425785, 0.0021914378739893436, -0.04000893980264664], "max": [0.04427926242351532, 0.2739761471748352, 1.204606533050537, 3.2179672718048096, 0.25478827953338623, 0.13608630001544952, 0.03987639397382736, -0.0021625016815960407], "mean": [-0.11629489064216614, 0.1260657161474228, 1.100241780281067, 3.128005027770996, 0.028892023488879204, 0.07480309903621674, 0.015333994291722775, -0.015333696268498898], "std": [0.11140205711126328, 0.09541916847229004, 0.08875380456447601, 0.05897781625390053, 0.13054123520851135, 0.044939544051885605, 0.017304129898548126, 0.017410360276699066], "count": [256]}, "actions": {"min": [-0.5111396908760071, -0.2612273097038269, -0.6829397082328796, -0.13726966083049774, -0.4172559976577759, -0.09355637431144714, -1.0], "max": [0.8111773133277893, 0.5483221411705017, 2.267535924911499, 0.22946606576442719, 0.14571620523929596, 0.0917867124080658, 1.0], "mean": [0.061623092740774155, 0.07611381262540817, 0.011212484911084175, 0.005237068515270948, 0.00015194274601526558, 7.382688636425883e-05, 0.296875], "std": [0.19282114505767822, 0.1158304214477539, 0.3224130868911743, 0.0382910892367363, 0.05595875903964043, 0.029427316039800644, 0.9549163579940796], "count": [256]}, "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": [1796], "max": [1796], "mean": [1796.0], "std": [0.0], "count": [256]}, "index": {"min": [581726], "max": [581981], "mean": [581853.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [256]}}} +{"episode_index": 1797, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40483446607402723]], [[0.3797407154756434]], [[0.3451489886115579]]], "std": [[[0.27163849517214494]], [[0.2524895137227356]], [[0.23529012525967713]]], "count": [100]}, "wrist_image": {"min": [[[0.027450980392156862]], [[0.023529411764705882]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5889971816119026]], [[0.546317424100988]], [[0.4723293684417126]]], "std": [[[0.26459684315786836]], [[0.24018522337536816]], [[0.22229655464452233]]], "count": [100]}, "state": {"min": [-0.2216920703649521, -0.003925160970538855, 0.9545525908470154, 3.080410957336426, -0.11440257728099823, -0.10176454484462738, 0.002242246177047491, -0.0400007925927639], "max": [0.07937950640916824, 0.24355660378932953, 1.2487400770187378, 3.335676670074463, 0.2932906746864319, 0.19859281182289124, 0.03996938839554787, -0.0026948212180286646], "mean": [-0.10346415638923645, 0.10793904215097427, 1.123472809791565, 3.202695369720459, 0.09972430765628815, 0.03030976839363575, 0.014837723225355148, -0.014703160151839256], "std": [0.1202545166015625, 0.0857577696442604, 0.1008886769413948, 0.07600487023591995, 0.12319953739643097, 0.08406437933444977, 0.016782671213150024, 0.016909955069422722], "count": [306]}, "actions": {"min": [-0.4071071743965149, -0.13729743659496307, -0.6326910853385925, -0.17079463601112366, -0.262376993894577, -0.07749354839324951, -1.0], "max": [1.145668387413025, 0.8829194903373718, 1.5218257904052734, 0.10398174077272415, 0.12021076679229736, 0.1444736123085022, 1.0], "mean": [0.0691823735833168, 0.06130314990878105, -0.008046872913837433, 0.002887960523366928, 0.0027174819260835648, 0.003015500493347645, 0.3529411852359772], "std": [0.17825926840305328, 0.10419724136590958, 0.2650270462036133, 0.029517950490117073, 0.042893264442682266, 0.026867931708693504, 0.9356456398963928], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [1797], "max": [1797], "mean": [1797.0], "std": [0.0], "count": [306]}, "index": {"min": [581982], "max": [582287], "mean": [582134.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [306]}}} +{"episode_index": 1798, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4061858029833027]], [[0.38091464472751996]], [[0.3463422061695772]]], "std": [[[0.27096909941955993]], [[0.2515448274991535]], [[0.23407910828464587]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5011896110983456]], [[0.46749437459309895]], [[0.40708587287454046]]], "std": [[[0.27048598876899443]], [[0.24561868793502917]], [[0.21926649669661386]]], "count": [100]}, "state": {"min": [-0.22771839797496796, -0.2738451063632965, 0.9188843965530396, 3.025134563446045, -0.12411260604858398, -0.12140695750713348, 0.0024972395040094852, -0.039838582277297974], "max": [-0.0653066337108612, 0.16271698474884033, 1.2377699613571167, 3.409349203109741, 0.3950464725494385, 0.08279679715633392, 0.04042006656527519, -0.0023149028420448303], "mean": [-0.18057993054389954, -0.013326947577297688, 1.1312631368637085, 3.2205731868743896, 0.07371513545513153, -0.03192660212516785, 0.015232541598379612, -0.014876744709908962], "std": [0.04570189118385315, 0.16634154319763184, 0.10389905422925949, 0.12291032075881958, 0.1625373214483261, 0.042020585387945175, 0.01701361872255802, 0.01701575517654419], "count": [251]}, "actions": {"min": [-0.42518162727355957, -0.9698019623756409, -1.3382748365402222, -0.1800956130027771, -0.2407226264476776, -0.08496930450201035, -1.0], "max": [0.9445062875747681, 1.016532301902771, 1.233138084411621, 0.20524287223815918, 0.2408882975578308, 0.22215397655963898, 1.0], "mean": [0.04339068755507469, -0.07782945036888123, 0.012631185352802277, -0.0031908289529383183, -0.004096336662769318, 0.0028165022376924753, 0.3306773006916046], "std": [0.14433765411376953, 0.2778970003128052, 0.33102914690971375, 0.05545983090996742, 0.06073828041553497, 0.039560191333293915, 0.9437455534934998], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [1798], "max": [1798], "mean": [1798.0], "std": [0.0], "count": [251]}, "index": {"min": [582288], "max": [582538], "mean": [582413.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [251]}}} +{"episode_index": 1799, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4076560220157399]], [[0.3823508139217601]], [[0.347900063309015]]], "std": [[[0.27091598859761906]], [[0.2514351595289749]], [[0.2337322112247246]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5070971452301625]], [[0.4719604683670343]], [[0.4133206936705346]]], "std": [[[0.27466650238964896]], [[0.24996849879459618]], [[0.2226123193007578]]], "count": [100]}, "state": {"min": [-0.23656298220157623, -0.2555174231529236, 0.9246276617050171, 2.862321615219116, -0.03692798316478729, -0.02760225720703602, 0.002304377034306526, -0.04000885412096977], "max": [-0.04623502120375633, 0.1586613804101944, 1.240916132926941, 3.1423702239990234, 0.4211570620536804, 0.09643012285232544, 0.0398884154856205, -0.0021015857346355915], "mean": [-0.16319559514522552, 0.028930500149726868, 1.1291354894638062, 3.0217206478118896, 0.1424330621957779, 0.029117073863744736, 0.01701856032013893, -0.017183495685458183], "std": [0.06176416948437691, 0.1473093181848526, 0.10279463976621628, 0.08182252943515778, 0.1484459489583969, 0.021110037341713905, 0.017664391547441483, 0.017666365951299667], "count": [265]}, "actions": {"min": [-0.34984299540519714, -1.85816490650177, -0.7555869817733765, -0.2501043975353241, -0.1525733470916748, -0.14426006376743317, -1.0], "max": [0.7682031393051147, 0.9212453961372375, 0.8231275677680969, 0.31474819779396057, 0.16854174435138702, 0.25421032309532166, 1.0], "mean": [0.04568256065249443, -0.07622718811035156, 0.004181213211268187, -0.003832001006230712, -0.002777166897431016, 0.0020957845263183117, 0.22264151275157928], "std": [0.15279489755630493, 0.2829103469848633, 0.2804241478443146, 0.05839763581752777, 0.04910959303379059, 0.03835589438676834, 0.974898099899292], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [1799], "max": [1799], "mean": [1799.0], "std": [0.0], "count": [265]}, "index": {"min": [582539], "max": [582803], "mean": [582671.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [265]}}} +{"episode_index": 1800, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40566794361787684]], [[0.38040686394186585]], [[0.34588679474475337]]], "std": [[[0.27118890834333514]], [[0.2517216822908096]], [[0.23418732001541828]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5079529305252375]], [[0.4733491432339538]], [[0.4137068044625077]]], "std": [[[0.27392855220082307]], [[0.24795429986767845]], [[0.221647506963946]]], "count": [100]}, "state": {"min": [-0.23783797025680542, -0.2431197464466095, 0.9302460551261902, 3.0211384296417236, -0.05101840943098068, -0.05201325565576553, 0.0023331819102168083, -0.03990323469042778], "max": [-0.08366239070892334, 0.18019691109657288, 1.274808406829834, 3.3700575828552246, 0.4618457853794098, 0.13265858590602875, 0.040007948875427246, -0.0021699764765799046], "mean": [-0.1789827197790146, 0.02393784560263157, 1.1522955894470215, 3.1997411251068115, 0.13434208929538727, 0.010557850822806358, 0.016776343807578087, -0.01660156436264515], "std": [0.04572310671210289, 0.15667763352394104, 0.10365615785121918, 0.09789346158504486, 0.1526852399110794, 0.04333813115954399, 0.017633643001317978, 0.01763923279941082], "count": [229]}, "actions": {"min": [-0.4157407283782959, -0.7796354293823242, -0.9699059724807739, -0.21527262032032013, -0.2207736074924469, -0.09766910970211029, -1.0], "max": [0.6236346364021301, 0.6679381728172302, 1.1354057788848877, 0.279999703168869, 0.23657774925231934, 0.2182413935661316, 1.0], "mean": [0.0469619482755661, -0.07908650487661362, 0.024638986214995384, -0.0049422490410506725, -0.004100339021533728, 0.004641277249902487, 0.23144105076789856], "std": [0.15373077988624573, 0.28554123640060425, 0.3342249095439911, 0.06150354444980621, 0.06437362730503082, 0.043951794505119324, 0.9728490710258484], "count": [229]}, "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": [1800], "max": [1800], "mean": [1800.0], "std": [0.0], "count": [229]}, "index": {"min": [582804], "max": [583032], "mean": [582918.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [229]}}} +{"episode_index": 1801, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.4054428980210248]], [[0.3802177076152727]], [[0.34549148559570314]]], "std": [[[0.27112036153949515]], [[0.25176997072580437]], [[0.23445902667885102]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.49589365461760876]], [[0.4635530245911841]], [[0.40649520036285997]]], "std": [[[0.26132465434082575]], [[0.2371447531200732]], [[0.21114583079140548]]], "count": [100]}, "state": {"min": [-0.23443804681301117, -0.2803344428539276, 0.9237677454948425, 2.7928574085235596, -0.23567944765090942, 0.011095566675066948, 0.002166883321478963, -0.04000447317957878], "max": [-0.0712456926703453, 0.1817661076784134, 1.294035792350769, 3.1756412982940674, 0.2707468569278717, 0.1108403429389, 0.03992313891649246, -0.002582211745902896], "mean": [-0.1698867380619049, -0.013511442579329014, 1.1644123792648315, 3.00368595123291, -0.03462308272719383, 0.06525731831789017, 0.015761898830533028, -0.016054386273026466], "std": [0.048755813390016556, 0.17904594540596008, 0.11508037149906158, 0.12558752298355103, 0.15875528752803802, 0.02221459522843361, 0.017487360164523125, 0.017409853637218475], "count": [319]}, "actions": {"min": [-0.48365241289138794, -2.9903831481933594, -0.8102667927742004, -0.34619879722595215, -0.20375622808933258, -0.21720513701438904, -1.0], "max": [0.6970176696777344, 0.8630446791648865, 1.3146188259124756, 0.12654604017734528, 0.15270669758319855, 0.2309645265340805, 1.0], "mean": [0.03326079249382019, -0.060975901782512665, 0.01010999083518982, -0.0021052525844424963, -0.0025947694666683674, -0.0013401210308074951, 0.27899685502052307], "std": [0.1300264149904251, 0.3268844485282898, 0.28728553652763367, 0.048739559948444366, 0.04730464518070221, 0.04408309608697891, 0.9602937698364258], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [1801], "max": [1801], "mean": [1801.0], "std": [0.0], "count": [319]}, "index": {"min": [583033], "max": [583351], "mean": [583192.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [319]}}} +{"episode_index": 1802, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4531069413727405]], [[0.42205132218903185]], [[0.38384974460975796]]], "std": [[[0.2632332765614061]], [[0.24235984238102104]], [[0.22470851987178725]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5360588217342601]], [[0.4984957795984605]], [[0.4601365230784697]]], "std": [[[0.27173074041672957]], [[0.25389505893098546]], [[0.23393736119770156]]], "count": [100]}, "state": {"min": [-0.19936567544937134, -0.12543253600597382, 0.9314454793930054, 3.1112332344055176, -0.05184495449066162, -0.18308933079242706, 0.006251317914575338, -0.039974894374608994], "max": [0.12038178741931915, 0.1070031225681305, 1.2667796611785889, 3.405914545059204, 0.27060210704803467, -0.05915885791182518, 0.040046967566013336, -0.005566131789237261], "mean": [-0.005894393660128117, -0.02710367739200592, 1.1415941715240479, 3.220343589782715, 0.01980963721871376, -0.12756912410259247, 0.02401699312031269, -0.02363584376871586], "std": [0.08314480632543564, 0.09161064028739929, 0.09636274725198746, 0.0759952962398529, 0.07381266355514526, 0.02949526160955429, 0.0157195795327425, 0.015985392034053802], "count": [282]}, "actions": {"min": [-0.5229476690292358, -1.0773682594299316, -1.1511296033859253, -0.27823588252067566, -0.11939360946416855, -0.14187078177928925, -1.0], "max": [0.9169983863830566, 1.0862789154052734, 0.965632438659668, 0.22913075983524323, 0.21787595748901367, 0.16118216514587402, 1.0], "mean": [0.07004488259553909, 0.034418970346450806, -0.05709366127848625, 0.003208606503903866, 0.005330576561391354, -0.0025577121414244175, -0.021276595070958138], "std": [0.1757563203573227, 0.19579853117465973, 0.24640807509422302, 0.05059610307216644, 0.042606525123119354, 0.04229346662759781, 0.9997718334197998], "count": [282]}, "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": [1802], "max": [1802], "mean": [1802.0], "std": [0.0], "count": [282]}, "index": {"min": [583352], "max": [583633], "mean": [583492.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [282]}}} +{"episode_index": 1803, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4556659827138863]], [[0.4245453036439185]], [[0.3866412239822687]]], "std": [[[0.26142013958422605]], [[0.2406695221709496]], [[0.2230139967799027]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5382042457730163]], [[0.4999956706925935]], [[0.46009191056793813]]], "std": [[[0.2693877398355859]], [[0.25198330139196345]], [[0.23156642799870694]]], "count": [100]}, "state": {"min": [-0.18570467829704285, -0.14440259337425232, 0.929777204990387, 3.0611331462860107, -0.10103792697191238, -0.0737726092338562, 0.0019469772232696414, -0.03995930030941963], "max": [0.11387349665164948, 0.11764246970415115, 1.2707315683364868, 3.2823712825775146, 0.1684793382883072, 0.17409659922122955, 0.04000607132911682, -0.002202299889177084], "mean": [0.006357537116855383, -0.031012030318379402, 1.162196159362793, 3.177767038345337, 0.034324340522289276, 0.025468723848462105, 0.02066861465573311, -0.02056710422039032], "std": [0.07252674549818039, 0.10057325661182404, 0.09215787798166275, 0.06743893772363663, 0.06880165636539459, 0.06771057099103928, 0.0182386115193367, 0.01823573000729084], "count": [304]}, "actions": {"min": [-0.5867727994918823, -0.9009343981742859, -0.7804667353630066, -0.1555001437664032, -0.1580347716808319, -0.10423407703638077, -1.0], "max": [0.9747350215911865, 0.7175498008728027, 0.862075686454773, 0.2052163928747177, 0.16172043979167938, 0.11857936531305313, 1.0], "mean": [0.07334580272436142, 0.03838542103767395, -0.061942603439092636, -0.003058547154068947, 0.0043726637959480286, 0.00373061397112906, 0.032894738018512726], "std": [0.17234140634536743, 0.18310561776161194, 0.23123542964458466, 0.045140717178583145, 0.0466548390686512, 0.03379256650805473, 0.9994581341743469], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [1803], "max": [1803], "mean": [1803.0], "std": [0.0], "count": [304]}, "index": {"min": [583634], "max": [583937], "mean": [583785.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [304]}}} +{"episode_index": 1804, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4520435563629749]], [[0.4209605976179534]], [[0.3828676404766008]]], "std": [[[0.2632559586884288]], [[0.24224548931819742]], [[0.22396173009736547]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5052494237563189]], [[0.4694830011106005]], [[0.43450944130093444]]], "std": [[[0.2760844852785493]], [[0.25971058486343457]], [[0.24130102411827878]]], "count": [100]}, "state": {"min": [-0.2122325301170349, -0.14193470776081085, 0.9573203325271606, 2.9713375568389893, -0.018298335373401642, -0.011672640219330788, 0.0029516262002289295, -0.04000848904252052], "max": [0.11573290824890137, 0.12495582550764084, 1.2371528148651123, 3.088632106781006, 0.22100499272346497, 0.16006329655647278, 0.03985973075032234, -0.003202243009582162], "mean": [-0.0050562117248773575, -0.030414367094635963, 1.1500749588012695, 3.0384209156036377, 0.11332064121961594, 0.06689263135194778, 0.020144686102867126, -0.02025567553937435], "std": [0.08640222996473312, 0.10177391767501831, 0.07438081502914429, 0.03384505212306976, 0.05932788550853729, 0.05860065296292305, 0.017844369634985924, 0.017824159935116768], "count": [306]}, "actions": {"min": [-0.374225914478302, -0.4953794479370117, -0.8896080851554871, -0.1221349909901619, -0.09807057678699493, -0.09594690054655075, -1.0], "max": [0.6752665042877197, 1.0718680620193481, 0.6040356755256653, 0.15694564580917358, 0.1812729686498642, 0.1248488575220108, 1.0], "mean": [0.0811220332980156, 0.03641859069466591, -0.04916955158114433, -0.0008384233806282282, 0.0038861967623233795, 0.0024689140263944864, 0.07189542800188065], "std": [0.14544254541397095, 0.19695232808589935, 0.20653420686721802, 0.034408826380968094, 0.03369155153632164, 0.03654622286558151, 0.9974115490913391], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [1804], "max": [1804], "mean": [1804.0], "std": [0.0], "count": [306]}, "index": {"min": [583938], "max": [584243], "mean": [584090.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [306]}}} +{"episode_index": 1805, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4500409599752987]], [[0.4192610341988358]], [[0.38157781623391546]]], "std": [[[0.2631616911121486]], [[0.2422631884815262]], [[0.22417597674779252]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5246295626771216]], [[0.48779337086397057]], [[0.45154558249080884]]], "std": [[[0.27641460104478077]], [[0.26026265833759965]], [[0.24242829712791686]]], "count": [100]}, "state": {"min": [-0.20619837939739227, -0.17349712550640106, 0.925375759601593, 2.997070789337158, 0.02242172136902809, -0.013015437871217728, 0.002920854836702347, -0.04000937193632126], "max": [0.12663477659225464, 0.09459341317415237, 1.2352659702301025, 3.205413341522217, 0.2692827880382538, 0.1274527758359909, 0.04050901159644127, -0.004674654919654131], "mean": [0.009180542081594467, -0.037852171808481216, 1.1433334350585938, 3.096327066421509, 0.11862694472074509, 0.05123145878314972, 0.021289868280291557, -0.02139284275472164], "std": [0.08478475362062454, 0.09564325213432312, 0.08636486530303955, 0.054736919701099396, 0.06780334562063217, 0.028752457350492477, 0.01694617234170437, 0.01702479086816311], "count": [278]}, "actions": {"min": [-0.31232187151908875, -0.5441329479217529, -0.7408261299133301, -0.20862872898578644, -0.11489120125770569, -0.1268032193183899, -1.0], "max": [0.6395049691200256, 0.7240932583808899, 0.4449180066585541, 0.1627301573753357, 0.1717708557844162, 0.15413306653499603, 1.0], "mean": [0.09465964138507843, 0.03201492130756378, -0.06217802315950394, 0.001189904403872788, 0.007513131946325302, 0.0011060303077101707, 0.057553958147764206], "std": [0.15340402722358704, 0.19584126770496368, 0.21469052135944366, 0.0494583360850811, 0.0375419557094574, 0.040042344480752945, 0.9983411431312561], "count": [278]}, "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": [1805], "max": [1805], "mean": [1805.0], "std": [0.0], "count": [278]}, "index": {"min": [584244], "max": [584521], "mean": [584382.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [278]}}} +{"episode_index": 1806, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45212092739928]], [[0.41993432437672334]], [[0.3806727773628983]]], "std": [[[0.26470970987269243]], [[0.24285750743496481]], [[0.2243797350625687]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5753934332155713]], [[0.5442592276778876]], [[0.5105886529660693]]], "std": [[[0.2649812664619152]], [[0.23601532786757673]], [[0.21275796152908524]]], "count": [100]}, "state": {"min": [-0.2190351039171219, 0.026424400508403778, 0.926958441734314, 3.0657246112823486, -0.0222373865544796, 0.016517464071512222, 0.0015602471539750695, -0.04000188410282135], "max": [-0.05493781715631485, 0.32881030440330505, 1.1496552228927612, 3.430912971496582, 0.22606495022773743, 0.2237205058336258, 0.04000536724925041, -0.002324543660506606], "mean": [-0.1423434317111969, 0.14743608236312866, 1.0520018339157104, 3.218404769897461, 0.0917525440454483, 0.10430686175823212, 0.02063210867345333, -0.02064799889922142], "std": [0.06042119488120079, 0.10092200338840485, 0.06742874532938004, 0.08929502964019775, 0.07309922575950623, 0.05944184958934784, 0.01808835007250309, 0.01812252774834633], "count": [299]}, "actions": {"min": [-0.6226189136505127, -0.20864035189151764, -0.6494061946868896, -0.193036749958992, -0.13710814714431763, -0.16914936900138855, -1.0], "max": [0.4330788850784302, 0.7778123617172241, 0.5410611629486084, 0.1667473018169403, 0.13608253002166748, 0.11417147517204285, 1.0], "mean": [0.0026918465737253428, 0.07544413208961487, -0.04152063652873039, 0.007782047614455223, 0.0031053172424435616, 0.001425088499672711, 0.03678929805755615], "std": [0.16130098700523376, 0.16119810938835144, 0.19399720430374146, 0.04552412033081055, 0.042508382350206375, 0.029756704345345497, 0.999323844909668], "count": [299]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.631338250816034], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [1806], "max": [1806], "mean": [1806.0], "std": [0.0], "count": [299]}, "index": {"min": [584522], "max": [584820], "mean": [584671.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [275], "max": [275], "mean": [275.0], "std": [0.0], "count": [299]}}} +{"episode_index": 1807, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4518814739152497]], [[0.41992796056410847]], [[0.3803674501905254]]], "std": [[[0.26449572237614927]], [[0.2429388313470829]], [[0.2245349082854677]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5667414371266084]], [[0.5363030838311887]], [[0.504287711349188]]], "std": [[[0.2692174335043214]], [[0.2391813277437498]], [[0.21584315713208868]]], "count": [100]}, "state": {"min": [-0.2612869441509247, 0.009114233776926994, 0.9186726212501526, 3.12709379196167, -0.05031326785683632, -0.06287455558776855, 0.0025235030334442854, -0.04000067710876465], "max": [-0.0499500147998333, 0.3392433524131775, 1.1521954536437988, 3.2957308292388916, 0.21736665070056915, 0.05713384971022606, 0.04018532857298851, -0.0022754562087357044], "mean": [-0.14303246140480042, 0.13941717147827148, 1.0527983903884888, 3.1887433528900146, 0.0636511966586113, -0.017913518473505974, 0.021015649661421776, -0.020780429244041443], "std": [0.07350768893957138, 0.11447800695896149, 0.06752040982246399, 0.0434156097471714, 0.06828843802213669, 0.027648501098155975, 0.018292147666215897, 0.018354812636971474], "count": [300]}, "actions": {"min": [-0.5277687907218933, -0.2383100390434265, -0.41465461254119873, -0.191756471991539, -0.12996715307235718, -0.10431309044361115, -1.0], "max": [0.6836878061294556, 0.6980451941490173, 0.7349337339401245, 0.18205253779888153, 0.11116405576467514, 0.1350708156824112, 1.0], "mean": [0.002968800952658057, 0.08409782499074936, -0.03951997309923172, 0.002428606618195772, 0.00012638991756830364, 0.0015532574616372585, 0.013333333656191826], "std": [0.18696241080760956, 0.1334989368915558, 0.19070427119731903, 0.03917958587408066, 0.04068747162818909, 0.03867734968662262, 0.9999116063117981], "count": [300]}, "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": [1807], "max": [1807], "mean": [1807.0], "std": [0.0], "count": [300]}, "index": {"min": [584821], "max": [585120], "mean": [584970.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [275], "max": [275], "mean": [275.0], "std": [0.0], "count": [300]}}} +{"episode_index": 1808, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4509968447217754]], [[0.4191443427590763]], [[0.3798334817325367]]], "std": [[[0.2645693413663275]], [[0.2429485591721838]], [[0.22431048849054466]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.575885342467065]], [[0.543128355138442]], [[0.5080365666408164]]], "std": [[[0.26629391570399324]], [[0.23722766787909533]], [[0.21439423546047448]]], "count": [100]}, "state": {"min": [-0.23016153275966644, 0.002278153318911791, 0.9345381855964661, 2.999103307723999, 0.038467179983854294, 0.04603089764714241, 0.004201782401651144, -0.040003687143325806], "max": [-0.035214848816394806, 0.3627946078777313, 1.1614234447479248, 3.392374038696289, 0.29774731397628784, 0.2789241671562195, 0.03995263949036598, -0.0037907494697719812], "mean": [-0.12442272156476974, 0.1455426663160324, 1.0511337518692017, 3.1776986122131348, 0.14284098148345947, 0.13841073215007782, 0.02130317874252796, -0.021126974374055862], "std": [0.07077106833457947, 0.11641047149896622, 0.06943105161190033, 0.10393823683261871, 0.07595366984605789, 0.06396988779306412, 0.01720372587442398, 0.017449000850319862], "count": [248]}, "actions": {"min": [-0.6486966013908386, -0.4440528154373169, -0.7900861501693726, -0.1298448145389557, -0.2006005495786667, -0.21845129132270813, -1.0], "max": [0.6301823258399963, 0.7410975098609924, 0.5904750227928162, 0.43436843156814575, 0.23369529843330383, 0.12729643285274506, 1.0], "mean": [-0.009089892730116844, 0.10343805700540543, -0.052509721368551254, 0.011084722355008125, 0.005303673911839724, 0.003058156231418252, 0.04032257944345474], "std": [0.19694332778453827, 0.16134648025035858, 0.22630076110363007, 0.05300648510456085, 0.04462060332298279, 0.03587935119867325, 0.9991852045059204], "count": [248]}, "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": [1808], "max": [1808], "mean": [1808.0], "std": [0.0], "count": [248]}, "index": {"min": [585121], "max": [585368], "mean": [585244.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [275], "max": [275], "mean": [275.0], "std": [0.0], "count": [248]}}} +{"episode_index": 1809, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45007556690889244]], [[0.41812487194584863]], [[0.37877397604549634]]], "std": [[[0.26524454233693007]], [[0.24339405350616178]], [[0.22442794915928738]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.566473201976103]], [[0.532372111600988]], [[0.49755257939357384]]], "std": [[[0.27387676071819955]], [[0.2475496582444295]], [[0.22553147624463687]]], "count": [100]}, "state": {"min": [-0.23167183995246887, 0.013815588317811489, 0.9138932228088379, 2.9771628379821777, 0.07116503268480301, -0.09724139422178268, 0.02276616543531418, -0.040005818009376526], "max": [-0.019921772181987762, 0.36384037137031555, 1.1738237142562866, 3.447169303894043, 0.3587653934955597, 0.11846639215946198, 0.03990333154797554, 1.0323693459213246e-05], "mean": [-0.11582029610872269, 0.14421065151691437, 1.0512819290161133, 3.1404929161071777, 0.1599133163690567, -0.001894127344712615, 0.03306831419467926, -0.02187684178352356], "std": [0.07447812706232071, 0.12074990570545197, 0.08057166635990143, 0.132772758603096, 0.07002831995487213, 0.05427039414644241, 0.007054733578115702, 0.019224561750888824], "count": [268]}, "actions": {"min": [-0.8579208850860596, -0.3336566388607025, -0.759498119354248, -0.12573407590389252, -0.18103541433811188, -0.1670461744070053, -1.0], "max": [0.5358148813247681, 0.8361448645591736, 1.03849196434021, 0.20921215415000916, 0.18124495446681976, 0.12276376038789749, 1.0], "mean": [-0.0171892661601305, 0.08862470090389252, -0.05485290661454201, 0.010212729685008526, 0.004321943037211895, -0.0015531579265370965, -0.08955223858356476], "std": [0.2023209035396576, 0.17912179231643677, 0.24949714541435242, 0.050462253391742706, 0.053183555603027344, 0.03874916955828667, 0.9959815144538879], "count": [268]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.350000000000001], "std": [7.73643974965229], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [1809], "max": [1809], "mean": [1809.0], "std": [0.0], "count": [268]}, "index": {"min": [585369], "max": [585636], "mean": [585502.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [275], "max": [275], "mean": [275.0], "std": [0.0], "count": [268]}}} +{"episode_index": 1810, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4514129285625383]], [[0.42074608238070615]], [[0.3830908633961397]]], "std": [[[0.26456350384546956]], [[0.2438927714959915]], [[0.22714726191339804]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5867209388882506]], [[0.5501534896551394]], [[0.49326936489928]]], "std": [[[0.2597602136907381]], [[0.2359005507885778]], [[0.21483254863705642]]], "count": [100]}, "state": {"min": [-0.18296954035758972, -0.03279922530055046, 0.919974684715271, 2.9873790740966797, -0.1291603446006775, -0.12989340722560883, 0.002327802125364542, -0.04000658914446831], "max": [0.08001776784658432, 0.23522651195526123, 1.2272653579711914, 3.189387798309326, 0.02801693044602871, 0.026482028886675835, 0.03993789851665497, -0.0025584513787180185], "mean": [-0.0007829765672795475, 0.15670764446258545, 1.0966297388076782, 3.0791077613830566, -0.04975104331970215, -0.04548702389001846, 0.02818947844207287, -0.028410686179995537], "std": [0.07616124302148819, 0.07796190679073334, 0.0959826409816742, 0.04533139616250992, 0.03640550374984741, 0.03518376499414444, 0.016823535785079002, 0.016825435683131218], "count": [300]}, "actions": {"min": [-0.7494018077850342, -1.0133386850357056, -0.6813427209854126, -0.18484105169773102, -0.12930434942245483, -0.16180913150310516, -1.0], "max": [0.5674269795417786, 0.5678252577781677, 0.536916971206665, 0.09878187626600266, 0.19545641541481018, 0.17820391058921814, 1.0], "mean": [0.02689938247203827, -0.01798311620950699, -0.0395214706659317, -0.002837283071130514, -0.00294360239058733, -0.0018021607538685203, -0.3866666555404663], "std": [0.187116339802742, 0.19309815764427185, 0.1839948296546936, 0.036652084439992905, 0.039664726704359055, 0.04756362363696098, 0.9222203493118286], "count": [300]}, "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": [1810], "max": [1810], "mean": [1810.0], "std": [0.0], "count": [300]}, "index": {"min": [585637], "max": [585936], "mean": [585786.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [300]}}} +{"episode_index": 1811, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4548341321758195]], [[0.4226699260636872]], [[0.3831503259995404]]], "std": [[[0.26232137231977865]], [[0.24092019734193212]], [[0.22276283242860684]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5255721686868107]], [[0.4912326408835018]], [[0.45829842361749384]]], "std": [[[0.26652340295225396]], [[0.2502429841349978]], [[0.23358354136513174]]], "count": [100]}, "state": {"min": [-0.2486632615327835, -0.1290770322084427, 0.9313402771949768, 2.9829838275909424, -0.11802889406681061, -0.10058250278234482, 0.0037154406309127808, -0.04018738865852356], "max": [-0.019272850826382637, 0.3250003755092621, 1.2215241193771362, 3.1968955993652344, 0.13940607011318207, 0.20849817991256714, 0.04022883623838425, -0.0026709935627877712], "mean": [-0.12612463533878326, 0.07975070923566818, 1.1345641613006592, 3.107743263244629, 0.011904388666152954, 0.019133027642965317, 0.018081264570355415, -0.018148677423596382], "std": [0.08750627189874649, 0.17213815450668335, 0.07580213248729706, 0.0485532283782959, 0.08264666050672531, 0.0811820849776268, 0.01710984855890274, 0.017237534746527672], "count": [335]}, "actions": {"min": [-0.9121504426002502, -0.44232746958732605, -0.6432904601097107, -0.13230262696743011, -0.17656251788139343, -0.11158086359500885, -1.0], "max": [0.5201869606971741, 0.8906996250152588, 0.3774451017379761, 0.15021513402462006, 0.16765570640563965, 0.24193520843982697, 1.0], "mean": [-0.0062734936363995075, 0.07740283012390137, -0.0658944621682167, 0.0014655704144388437, -0.0016615339554846287, 0.003165259724482894, 0.2417910397052765], "std": [0.1835716813802719, 0.2045048177242279, 0.18068444728851318, 0.0391666404902935, 0.041553523391485214, 0.038254059851169586, 0.9703280925750732], "count": [335]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.670573922989266], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [1811], "max": [1811], "mean": [1811.0], "std": [0.0], "count": [335]}, "index": {"min": [585937], "max": [586271], "mean": [586104.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [276], "max": [276], "mean": [276.0], "std": [0.0], "count": [335]}}} +{"episode_index": 1812, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4536039524452359]], [[0.42160674091413913]], [[0.38228805661668963]]], "std": [[[0.2625552613666207]], [[0.2411418576728183]], [[0.2227820633070117]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5361021489162071]], [[0.4977102296118643]], [[0.46128224750593594]]], "std": [[[0.2675764270447196]], [[0.24931072726647233]], [[0.2298690095216703]]], "count": [100]}, "state": {"min": [-0.23626795411109924, -0.13362622261047363, 0.9375163316726685, 3.0415022373199463, -0.08861944079399109, -0.11373646557331085, 0.002157591748982668, -0.040004950016736984], "max": [0.015764566138386726, 0.3357308506965637, 1.2278311252593994, 3.235690116882324, 0.1447795331478119, 0.05999108776450157, 0.03993341699242592, -0.002070091897621751], "mean": [-0.11411748826503754, 0.0448029488325119, 1.1416428089141846, 3.120373487472534, 0.036469295620918274, -0.011046736501157284, 0.018655167892575264, -0.01862943172454834], "std": [0.09444501996040344, 0.1795048862695694, 0.08169946074485779, 0.052080683410167694, 0.06713651120662689, 0.03877228498458862, 0.01820843294262886, 0.018316874280571938], "count": [288]}, "actions": {"min": [-0.8211897611618042, -0.6191805005073547, -0.8899630308151245, -0.23164580762386322, -0.13392633199691772, -0.1472458690404892, -1.0], "max": [0.5752774477005005, 1.0950877666473389, 0.6452985405921936, 0.23605328798294067, 0.18577668070793152, 0.12840592861175537, 1.0], "mean": [-0.0031909288372844458, 0.10496113449335098, -0.062336795032024384, 0.0024334623012691736, -0.0007127360440790653, 0.0006409981870092452, 0.125], "std": [0.198599174618721, 0.2422914355993271, 0.20034904778003693, 0.04807981103658676, 0.04721102863550186, 0.04833213612437248, 0.9921567440032959], "count": [288]}, "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": [1812], "max": [1812], "mean": [1812.0], "std": [0.0], "count": [288]}, "index": {"min": [586272], "max": [586559], "mean": [586415.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [276], "max": [276], "mean": [276.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1813, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4551969508750766]], [[0.42306760002585014]], [[0.38374808457318477]]], "std": [[[0.2624291165548902]], [[0.24095322123321522]], [[0.22261962815002362]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.535943608302696]], [[0.49734831746419267]], [[0.4601281002269072]]], "std": [[[0.26527013041138425]], [[0.24686848064522113]], [[0.22678574380370492]]], "count": [100]}, "state": {"min": [-0.2530665695667267, -0.17994631826877594, 0.9270272850990295, 3.0490262508392334, -0.11313041299581528, -0.09738636016845703, 0.0018710102885961533, -0.040003836154937744], "max": [0.0006258541252464056, 0.34069472551345825, 1.234807014465332, 3.2893171310424805, 0.12843909859657288, 0.08207722753286362, 0.04000134393572807, -0.0021169560495764017], "mean": [-0.12361612170934677, 0.04056156054139137, 1.1469452381134033, 3.166727066040039, -0.016846057027578354, -0.03274815157055855, 0.018186889588832855, -0.01828056015074253], "std": [0.09265123307704926, 0.18732422590255737, 0.08153779059648514, 0.058789800852537155, 0.0699186623096466, 0.04558124393224716, 0.01807190664112568, 0.018200650811195374], "count": [320]}, "actions": {"min": [-0.8462217450141907, -0.4455840289592743, -0.6875097751617432, -0.2511797547340393, -0.143982395529747, -0.1261870265007019, -1.0], "max": [0.5599669814109802, 1.1045253276824951, 0.6431476473808289, 0.13234864175319672, 0.1433078795671463, 0.1423875093460083, 1.0], "mean": [-0.005963669158518314, 0.08999662101268768, -0.06058920547366142, 0.00128044537268579, -0.000282798835542053, 0.0009980049217119813, 0.15000000596046448], "std": [0.18539439141750336, 0.22992998361587524, 0.19239217042922974, 0.051323287189006805, 0.04454411566257477, 0.03899228200316429, 0.9886870980262756], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [1813], "max": [1813], "mean": [1813.0], "std": [0.0], "count": [320]}, "index": {"min": [586560], "max": [586879], "mean": [586719.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [276], "max": [276], "mean": [276.0], "std": [0.0], "count": [320]}}} +{"episode_index": 1814, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45278918636546417]], [[0.42060778928270526]], [[0.38124439374138325]]], "std": [[[0.26291177540803135]], [[0.24107531313749997]], [[0.22217380962186856]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5074206764370788]], [[0.4701984731636795]], [[0.4356136289110371]]], "std": [[[0.2716959446972628]], [[0.2543764876428791]], [[0.23527551630158855]]], "count": [100]}, "state": {"min": [-0.2287549525499344, -0.14529284834861755, 0.9337396621704102, 3.070500135421753, -0.010139352641999722, -0.13162147998809814, 0.003322454635053873, -0.04000270739197731], "max": [-0.013584796339273453, 0.32908961176872253, 1.2187508344650269, 3.3365423679351807, 0.22300375998020172, 0.11796924471855164, 0.03997903689742088, -0.0031680904794484377], "mean": [-0.1311497837305069, 0.035905372351408005, 1.1355953216552734, 3.175413131713867, 0.10187926888465881, -0.029367145150899887, 0.019138887524604797, -0.01893891952931881], "std": [0.08129507303237915, 0.1814236044883728, 0.07885748147964478, 0.06940527260303497, 0.06120810657739639, 0.06358106434345245, 0.01751217618584633, 0.01759333163499832], "count": [281]}, "actions": {"min": [-0.7942156195640564, -0.7836158275604248, -1.13151216506958, -0.22683246433734894, -0.273076593875885, -0.2120714634656906, -1.0], "max": [0.7031788229942322, 1.790657639503479, 1.0451351404190063, 0.21558895707130432, 0.21103020012378693, 0.2680900990962982, 1.0], "mean": [-0.0014607521006837487, 0.10361143946647644, -0.05694432929158211, 0.003947090357542038, -0.0011015112977474928, 0.0006220899522304535, 0.1459074765443802], "std": [0.22240938246250153, 0.2879968285560608, 0.23608094453811646, 0.052437376230955124, 0.059415072202682495, 0.051848702132701874, 0.9892991781234741], "count": [281]}, "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": [1814], "max": [1814], "mean": [1814.0], "std": [0.0], "count": [281]}, "index": {"min": [586880], "max": [587160], "mean": [587020.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [276], "max": [276], "mean": [276.0], "std": [0.0], "count": [281]}}} +{"episode_index": 1815, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44716742422066486]], [[0.41655290431602326]], [[0.3787781743068321]]], "std": [[[0.2656495718057951]], [[0.24446396287585576]], [[0.22645121250600933]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5730755459654565]], [[0.5419381779689415]], [[0.504530871223001]]], "std": [[[0.27407810294389945]], [[0.24657086166504372]], [[0.22485083202064335]]], "count": [100]}, "state": {"min": [-0.2363937497138977, 0.008426873944699764, 0.9241489171981812, 3.0715231895446777, -0.055966950953006744, -0.012562313117086887, 0.003976983949542046, -0.04000360518693924], "max": [0.12014782428741455, 0.11720044910907745, 1.1789482831954956, 3.1784169673919678, 0.2503998279571533, 0.05756334960460663, 0.03999793156981468, -0.004097903613001108], "mean": [-0.030311627313494682, 0.06679084897041321, 1.0750467777252197, 3.1268393993377686, 0.10548179596662521, 0.025378817692399025, 0.024065731093287468, -0.024075282737612724], "std": [0.08834212273359299, 0.02098104916512966, 0.08073589205741882, 0.028828302398324013, 0.08599143475294113, 0.02217717096209526, 0.01737595908343792, 0.017401406541466713], "count": [314]}, "actions": {"min": [-0.34646934270858765, -0.1992567628622055, -0.7284570336341858, -0.11862307786941528, -0.1402580291032791, -0.10209167748689651, -1.0], "max": [0.7061482071876526, 0.3454629182815552, 1.0011475086212158, 0.2247253805398941, 0.10337606817483902, 0.1032881811261177, 1.0], "mean": [0.08333547413349152, 0.02778915874660015, -0.03305674344301224, 0.0011634097900241613, 0.00261690653860569, -0.0004565063281916082, -0.12101911008358002], "std": [0.1798049956560135, 0.07579463720321655, 0.22758468985557556, 0.03847574070096016, 0.04145054519176483, 0.028559518977999687, 0.9926499724388123], "count": [314]}, "timestamp": {"min": [0.0], "max": [31.3], "mean": [15.65], "std": [9.064353258782448], "count": [314]}, "frame_index": {"min": [0], "max": [313], "mean": [156.5], "std": [90.6435325878245], "count": [314]}, "episode_index": {"min": [1815], "max": [1815], "mean": [1815.0], "std": [0.0], "count": [314]}, "index": {"min": [587161], "max": [587474], "mean": [587317.5], "std": [90.6435325878245], "count": [314]}, "task_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [314]}}} +{"episode_index": 1816, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44760675108666514]], [[0.4172058057598039]], [[0.3798368578144148]]], "std": [[[0.26497165625590424]], [[0.2440332972669035]], [[0.226209567372172]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.574644250607958]], [[0.5443709704829198]], [[0.5037330202588848]]], "std": [[[0.27089734413685795]], [[0.24479979471200908]], [[0.22409196556991673]]], "count": [100]}, "state": {"min": [-0.1677834689617157, 0.0394076369702816, 0.9131048917770386, 2.9640254974365234, -0.031058285385370255, -0.012093396857380867, 0.017779972404241562, -0.04000821337103844], "max": [0.12037097662687302, 0.1359323412179947, 1.163072109222412, 3.125556707382202, 0.29588088393211365, 0.08425614982843399, 0.040416400879621506, -0.00012408777547534555], "mean": [-0.018185043707489967, 0.09114139527082443, 1.0455530881881714, 3.049588441848755, 0.07438088953495026, 0.043128851801157, 0.031170736998319626, -0.022606128826737404], "std": [0.07899177074432373, 0.026460936293005943, 0.07519184798002243, 0.04787882789969444, 0.08836322277784348, 0.026157082989811897, 0.009521597996354103, 0.019136613234877586], "count": [263]}, "actions": {"min": [-0.24412426352500916, -0.27117910981178284, -0.5539039373397827, -0.26588138937950134, -0.17846648395061493, -0.1224314421415329, -1.0], "max": [0.8026447296142578, 0.27498742938041687, 0.8936328291893005, 0.2147454172372818, 0.16762474179267883, 0.16743451356887817, 1.0], "mean": [0.08199971169233322, 0.023731818422675133, -0.04729987680912018, 0.0008542797877453268, 0.006026151590049267, -0.0015498270513489842, -0.12547528743743896], "std": [0.15206053853034973, 0.0860070288181305, 0.22104284167289734, 0.04161480814218521, 0.04309774190187454, 0.02737407572567463, 0.9920967221260071], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1816], "max": [1816], "mean": [1816.0], "std": [0.0], "count": [263]}, "index": {"min": [587475], "max": [587737], "mean": [587606.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1817, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44886084463082104]], [[0.418548303342333]], [[0.3811567364860984]]], "std": [[[0.2646127954330965]], [[0.24369167060545055]], [[0.22618808014449157]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5665225979674096]], [[0.5386708158605239]], [[0.5033274398504519]]], "std": [[[0.27238386529134845]], [[0.24306267346966853]], [[0.22075368111853197]]], "count": [100]}, "state": {"min": [-0.1937655210494995, 0.009580210782587528, 0.9247125387191772, 3.0694692134857178, -0.048957228660583496, 0.003482749219983816, 0.0025836515706032515, -0.04000106081366539], "max": [0.12942631542682648, 0.10343518108129501, 1.168968677520752, 3.2062032222747803, 0.24432511627674103, 0.09255040436983109, 0.04000477120280266, -0.0023318545427173376], "mean": [-0.028064213693141937, 0.0753771960735321, 1.064839243888855, 3.132068634033203, 0.0877576619386673, 0.04155469313263893, 0.022324755787849426, -0.022320738062262535], "std": [0.08738354593515396, 0.022210299968719482, 0.07462740689516068, 0.041794728487730026, 0.0811828076839447, 0.02272082306444645, 0.018105139955878258, 0.018172485753893852], "count": [262]}, "actions": {"min": [-0.28124451637268066, -0.1822328269481659, -0.709959864616394, -0.10973136872053146, -0.12714815139770508, -0.0684533566236496, -1.0], "max": [0.8424408435821533, 0.27651453018188477, 0.6184577941894531, 0.1828896701335907, 0.14069117605686188, 0.11841873079538345, 1.0], "mean": [0.09221211820840836, 0.028159139677882195, -0.04484744369983673, -0.001258308649994433, 0.0032952039036899805, -0.0003438596904743463, -0.06106870248913765], "std": [0.18729524314403534, 0.07027408480644226, 0.23699404299259186, 0.035263463854789734, 0.04868245869874954, 0.029866378754377365, 0.9981342554092407], "count": [262]}, "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": [1817], "max": [1817], "mean": [1817.0], "std": [0.0], "count": [262]}, "index": {"min": [587738], "max": [587999], "mean": [587868.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [262]}}} +{"episode_index": 1818, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4449934034160539]], [[0.4147188158222273]], [[0.37710499303481154]]], "std": [[[0.26664573187862317]], [[0.24546176807080766]], [[0.22743930867440662]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5662250108905866]], [[0.5332785201727176]], [[0.49816809620576746]]], "std": [[[0.2822679587305212]], [[0.2561741333384215]], [[0.23438411499983197]]], "count": [100]}, "state": {"min": [-0.22789819538593292, -0.012528474442660809, 0.91995769739151, 3.0063514709472656, 0.06453052908182144, -0.04677048325538635, 0.0025919554755091667, -0.040003132075071335], "max": [0.12044693529605865, 0.09002769738435745, 1.1679749488830566, 3.1739490032196045, 0.32729730010032654, 0.05894454941153526, 0.03999284654855728, -0.002728089690208435], "mean": [-0.020458398386836052, 0.04952684044837952, 1.0644317865371704, 3.099984645843506, 0.16659946739673615, 0.025166768580675125, 0.0228321123868227, -0.02285088039934635], "std": [0.08930224180221558, 0.025790320709347725, 0.0747232511639595, 0.040225401520729065, 0.07416794449090958, 0.02822226658463478, 0.018028980121016502, 0.018085647374391556], "count": [284]}, "actions": {"min": [-0.46439096331596375, -0.25390899181365967, -0.9020920395851135, -0.14014828205108643, -0.17224042117595673, -0.08834652602672577, -1.0], "max": [0.6138529181480408, 0.3383326530456543, 0.9582592248916626, 0.11632340401411057, 0.12213878333568573, 0.11891552805900574, 1.0], "mean": [0.08946593850851059, 0.024605197831988335, -0.04317454621195793, -0.0019129823194816709, 0.0038041379302740097, -0.0009240371873602271, -0.0845070406794548], "std": [0.14873376488685608, 0.07678358256816864, 0.2251039445400238, 0.03323318436741829, 0.038881294429302216, 0.02951238676905632, 0.9964242577552795], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1818], "max": [1818], "mean": [1818.0], "std": [0.0], "count": [284]}, "index": {"min": [588000], "max": [588283], "mean": [588141.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1819, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45317858408011646]], [[0.4218643445781633]], [[0.38434869205250455]]], "std": [[[0.2625482057566659]], [[0.24121508325241986]], [[0.22381665872684361]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.606954657461129]], [[0.5667730772729014]], [[0.5078717932607614]]], "std": [[[0.254005109613052]], [[0.22937775352576203]], [[0.20782923414228915]]], "count": [100]}, "state": {"min": [-0.2445007562637329, 0.05659647658467293, 0.9202859997749329, 2.9834203720092773, -0.013748712837696075, -0.1502985954284668, 0.002471768297255039, -0.040007323026657104], "max": [0.10399150103330612, 0.2483128160238266, 1.190065622329712, 3.358651876449585, 0.21619756519794464, 0.019416438415646553, 0.03996388241648674, -0.002282512141391635], "mean": [-0.03290913626551628, 0.19035813212394714, 1.1006156206130981, 3.1423227787017822, 0.10494198650121689, -0.06671369075775146, 0.02212747000157833, -0.022096920758485794], "std": [0.12210923433303833, 0.035966336727142334, 0.08511047065258026, 0.11205746233463287, 0.05382784083485603, 0.04241323471069336, 0.018270045518875122, 0.018446611240506172], "count": [383]}, "actions": {"min": [-0.6345078349113464, -0.24128688871860504, -0.9770652055740356, -0.14361798763275146, -0.17053264379501343, -0.12584924697875977, -1.0], "max": [0.6336839199066162, 0.5029830932617188, 0.8682084083557129, 0.18798606097698212, 0.14628934860229492, 0.1682930439710617, 1.0], "mean": [-0.011502216570079327, 0.03792950138449669, -0.048871420323848724, 0.00630126241594553, -0.0012944935588166118, 6.619987107114866e-05, -0.04960835352540016], "std": [0.21558576822280884, 0.12025289982557297, 0.21330876648426056, 0.04226240888237953, 0.045429352670907974, 0.04070590063929558, 0.998770534992218], "count": [383]}, "timestamp": {"min": [0.0], "max": [38.2], "mean": [19.099999999999998], "std": [11.056219968868202], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [1819], "max": [1819], "mean": [1819.0], "std": [0.0], "count": [383]}, "index": {"min": [588284], "max": [588666], "mean": [588475.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [278], "max": [278], "mean": [278.0], "std": [0.0], "count": [383]}}} +{"episode_index": 1820, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4536750494265089]], [[0.4224868678672641]], [[0.385335059670841]]], "std": [[[0.2632378842658853]], [[0.241912865762995]], [[0.22459875658777526]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9764705882352941]], [[0.996078431372549]]], "mean": [[[0.605807814654182]], [[0.5670443175072764]], [[0.5069349861892999]]], "std": [[[0.2511987067745852]], [[0.2270646980677152]], [[0.206164019112818]]], "count": [100]}, "state": {"min": [-0.24319882690906525, 0.055984001606702805, 0.9225246906280518, 3.0129899978637695, -0.06903010606765747, -0.05660385265946388, 0.004666500724852085, -0.040008317679166794], "max": [0.11147992312908173, 0.26226186752319336, 1.168247103691101, 3.350083112716675, 0.26847201585769653, 0.25429752469062805, 0.03996181860566139, -0.0037373360246419907], "mean": [-0.037910766899585724, 0.18084003031253815, 1.0837419033050537, 3.130476713180542, 0.10663135349750519, 0.03765256702899933, 0.02085285633802414, -0.020722711458802223], "std": [0.12229928374290466, 0.04257800802588463, 0.0796947330236435, 0.10264461487531662, 0.07395867258310318, 0.06890127062797546, 0.017186518758535385, 0.01735507883131504], "count": [357]}, "actions": {"min": [-0.7586875557899475, -0.33930155634880066, -0.7756099104881287, -0.13246293365955353, -0.15167732536792755, -0.19135135412216187, -1.0], "max": [0.5879460573196411, 0.6202791929244995, 0.8142855763435364, 0.15761534869670868, 0.1405639946460724, 0.1984437257051468, 1.0], "mean": [-0.011703050695359707, 0.041248619556427, -0.06064833328127861, 0.004937516059726477, -0.0025659429375082254, 0.003916600719094276, 0.09243697673082352], "std": [0.2300194352865219, 0.13686375319957733, 0.20467661321163177, 0.04538494721055031, 0.05349961668252945, 0.057137805968523026, 0.9957185387611389], "count": [357]}, "timestamp": {"min": [0.0], "max": [35.6], "mean": [17.8], "std": [10.305661874264393], "count": [357]}, "frame_index": {"min": [0], "max": [356], "mean": [178.0], "std": [103.05661874264392], "count": [357]}, "episode_index": {"min": [1820], "max": [1820], "mean": [1820.0], "std": [0.0], "count": [357]}, "index": {"min": [588667], "max": [589023], "mean": [588845.0], "std": [103.05661874264392], "count": [357]}, "task_index": {"min": [278], "max": [278], "mean": [278.0], "std": [0.0], "count": [357]}}} +{"episode_index": 1821, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4547179164512484]], [[0.4231355638691023]], [[0.3850671135397518]]], "std": [[[0.26281282714426896]], [[0.2415911927529919]], [[0.22443782271567297]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.606669537114162]], [[0.5669271928375843]], [[0.5055167385924096]]], "std": [[[0.2481386629876345]], [[0.22302730354502184]], [[0.20183737602713667]]], "count": [100]}, "state": {"min": [-0.21699516475200653, 0.015850506722927094, 0.9236863851547241, 2.972928524017334, -0.09120079129934311, -0.1129939928650856, 0.0024425704032182693, -0.04000633955001831], "max": [0.10275520384311676, 0.24975360929965973, 1.2496367692947388, 3.34826397895813, 0.2892032861709595, 0.143305242061615, 0.039914827793836594, -0.0024164067581295967], "mean": [-0.04708795249462128, 0.1981254369020462, 1.1211237907409668, 3.132344961166382, 0.060704223811626434, 0.014717564918100834, 0.021556107327342033, -0.02155967801809311], "std": [0.12177390605211258, 0.04939219728112221, 0.09656775742769241, 0.10089217126369476, 0.0892081931233406, 0.05675944685935974, 0.018268505111336708, 0.018349425867199898], "count": [383]}, "actions": {"min": [-1.1021926403045654, -0.3567453622817993, -0.7164329290390015, -0.16481702029705048, -0.17166057229042053, -0.17091581225395203, -1.0], "max": [0.5147982835769653, 0.5202950835227966, 0.7677100300788879, 0.26497286558151245, 0.18030531704425812, 0.16666117310523987, 1.0], "mean": [-0.011929514817893505, 0.03967764601111412, -0.04533907771110535, 0.006362421903759241, -0.005559134297072887, 0.0007059397757984698, -0.01827676221728325], "std": [0.22167213261127472, 0.14071759581565857, 0.21590691804885864, 0.05040641129016876, 0.052536360919475555, 0.04835469648241997, 0.9998331069946289], "count": [383]}, "timestamp": {"min": [0.0], "max": [38.2], "mean": [19.099999999999998], "std": [11.056219968868202], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [1821], "max": [1821], "mean": [1821.0], "std": [0.0], "count": [383]}, "index": {"min": [589024], "max": [589406], "mean": [589215.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [278], "max": [278], "mean": [278.0], "std": [0.0], "count": [383]}}} +{"episode_index": 1822, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44862760596181833]], [[0.41867294191846666]], [[0.38217900833429075]]], "std": [[[0.2654507610737634]], [[0.2446573515448449]], [[0.22753000245642294]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.5957057943905101]], [[0.5556776637657016]], [[0.4959635003781786]]], "std": [[[0.26685751822660725]], [[0.24188399491031232]], [[0.21723345877171046]]], "count": [100]}, "state": {"min": [-0.2234674096107483, -0.005322953220456839, 0.9282074570655823, 2.996035575866699, 0.05717748776078224, -0.02423245459794998, 0.0022401921451091766, -0.040008317679166794], "max": [0.12114746123552322, 0.20638827979564667, 1.156219720840454, 3.214785099029541, 0.23851461708545685, 0.1490112841129303, 0.03999972715973854, -0.002386972540989518], "mean": [0.040650296956300735, 0.11634068191051483, 1.0685421228408813, 3.094559907913208, 0.1327998787164688, 0.07698565721511841, 0.02631428837776184, -0.026399141177535057], "std": [0.09587962925434113, 0.07639093697071075, 0.07292206585407257, 0.057680316269397736, 0.04777960479259491, 0.03995048254728317, 0.01753397285938263, 0.01753382757306099], "count": [277]}, "actions": {"min": [-0.2687847912311554, -0.739465594291687, -0.5860810279846191, -0.12646453082561493, -0.1618453413248062, -0.13875463604927063, -1.0], "max": [0.5362119078636169, 0.6542235612869263, 0.8582323789596558, 0.1463628113269806, 0.13201813399791718, 0.09706635773181915, 1.0], "mean": [0.09154986590147018, 0.0020331377163529396, -0.038741324096918106, 0.00035025615943595767, 0.002450143452733755, 8.358677587239072e-05, -0.2779783308506012], "std": [0.16582457721233368, 0.19414867460727692, 0.20194856822490692, 0.045004453510046005, 0.04613552242517471, 0.04022000730037689, 0.9605871438980103], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [1822], "max": [1822], "mean": [1822.0], "std": [0.0], "count": [277]}, "index": {"min": [589407], "max": [589683], "mean": [589545.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [277]}}} +{"episode_index": 1823, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45124442246380975]], [[0.42115177468692555]], [[0.38433987426757815]]], "std": [[[0.26457482742663496]], [[0.24413800099944075]], [[0.22730286857375623]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.6016312064376531]], [[0.560129919313917]], [[0.5008827598422182]]], "std": [[[0.2622538743542367]], [[0.23920133511152905]], [[0.21616285652143893]]], "count": [100]}, "state": {"min": [-0.19914931058883667, -0.018917366862297058, 0.9292428493499756, 3.0472230911254883, -0.03531184419989586, -0.06136821582913399, 0.0023295485880225897, -0.04000529274344444], "max": [0.12766031920909882, 0.18596448004245758, 1.218858242034912, 3.2655067443847656, 0.20796041190624237, 0.03615564480423927, 0.040004223585128784, -0.00226098345592618], "mean": [0.06586899608373642, 0.10165674984455109, 1.095589280128479, 3.15909481048584, 0.07137207686901093, -0.006504484452307224, 0.026719802990555763, -0.02668384462594986], "std": [0.08450181782245636, 0.07095988839864731, 0.09561807662248611, 0.05314204841852188, 0.07655438035726547, 0.025529513135552406, 0.01748390682041645, 0.017511235550045967], "count": [300]}, "actions": {"min": [-0.26787087321281433, -0.8965314030647278, -0.487104594707489, -0.10676922649145126, -0.12335245311260223, -0.10968285799026489, -1.0], "max": [0.6054335236549377, 0.4580491781234741, 0.7911545038223267, 0.19808323681354523, 0.13479968905448914, 0.23823614418506622, 1.0], "mean": [0.07640650123357773, 0.010608160868287086, -0.05120240896940231, 0.0007697592955082655, 0.003902080003172159, -0.0008159701246768236, -0.30000001192092896], "std": [0.15744416415691376, 0.20299217104911804, 0.1952754408121109, 0.039690837264060974, 0.040401242673397064, 0.03480563312768936, 0.9539393782615662], "count": [300]}, "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": [1823], "max": [1823], "mean": [1823.0], "std": [0.0], "count": [300]}, "index": {"min": [589684], "max": [589983], "mean": [589833.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [300]}}} +{"episode_index": 1824, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45060425881778493]], [[0.42029924100988053]], [[0.38344021486768537]]], "std": [[[0.26507548484091326]], [[0.24433858506897344]], [[0.22744015825552027]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9764705882352941]], [[0.9921568627450981]]], "mean": [[[0.610321767171224]], [[0.5690925747740503]], [[0.5087381184895834]]], "std": [[[0.2570274043396006]], [[0.23338181282457612]], [[0.21024616462608525]]], "count": [100]}, "state": {"min": [-0.19590505957603455, 0.010899347253143787, 0.9193589687347412, 3.020719528198242, -0.042015425860881805, -0.0711146667599678, 0.001987042836844921, -0.040004242211580276], "max": [0.11226753890514374, 0.21996347606182098, 1.2248992919921875, 3.188174247741699, 0.1719493567943573, -0.0011188823264092207, 0.039997439831495285, -0.002041434170678258], "mean": [0.048672474920749664, 0.1303461641073227, 1.0940221548080444, 3.1085591316223145, 0.05858903378248215, -0.03812727332115173, 0.02437707781791687, -0.024424497038125992], "std": [0.07981058210134506, 0.07270325720310211, 0.09408882260322571, 0.03895105794072151, 0.059715092182159424, 0.019062427803874016, 0.01815040595829487, 0.018167762085795403], "count": [298]}, "actions": {"min": [-0.33974698185920715, -0.9549306631088257, -1.1164151430130005, -0.11866273730993271, -0.13088804483413696, -0.11820407956838608, -1.0], "max": [0.6438083648681641, 0.5728875398635864, 0.8745789527893066, 0.15476277470588684, 0.11968179792165756, 0.14737968146800995, 1.0], "mean": [0.07176351547241211, 0.004055964760482311, -0.047627564519643784, 0.0005720907938666642, 0.0002618328435346484, -0.0009097717702388763, -0.1812080591917038], "std": [0.15500976145267487, 0.19920295476913452, 0.2550869286060333, 0.043327219784259796, 0.04395982250571251, 0.04092370718717575, 0.9834441542625427], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [1824], "max": [1824], "mean": [1824.0], "std": [0.0], "count": [298]}, "index": {"min": [589984], "max": [590281], "mean": [590132.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [298]}}} +{"episode_index": 1825, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45047977462469363]], [[0.42049382168638944]], [[0.38391275144090836]]], "std": [[[0.26393828645342876]], [[0.24356057709550769]], [[0.2268807961108484]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9568627450980393]], [[0.9764705882352941]], [[0.9921568627450981]]], "mean": [[[0.6028735830269608]], [[0.5628254352644378]], [[0.5024242463953354]]], "std": [[[0.259305105845319]], [[0.23608099781720115]], [[0.2132914657916638]]], "count": [100]}, "state": {"min": [-0.17550699412822723, 0.019793812185525894, 0.929887056350708, 2.9707705974578857, -0.027241310104727745, 0.033255670219659805, 0.002463422017171979, -0.040005143731832504], "max": [0.11217933148145676, 0.19213534891605377, 1.2066730260849, 3.1623148918151855, 0.17758122086524963, 0.09488697350025177, 0.03995904326438904, -0.0026446362026035786], "mean": [0.05090413987636566, 0.13258853554725647, 1.0880355834960938, 3.0858850479125977, 0.06891734153032303, 0.06376226246356964, 0.02741335891187191, -0.027513278648257256], "std": [0.07427110522985458, 0.06027583032846451, 0.09266188740730286, 0.04590258002281189, 0.062074385583400726, 0.01501492504030466, 0.01708298735320568, 0.017055535688996315], "count": [270]}, "actions": {"min": [-0.2692309617996216, -0.7524359822273254, -0.5725883841514587, -0.21647821366786957, -0.1079433262348175, -0.13408668339252472, -1.0], "max": [0.5130863189697266, 0.45047372579574585, 0.8112053275108337, 0.13624829053878784, 0.12507757544517517, 0.20518863201141357, 1.0], "mean": [0.07636341452598572, 0.003561856225132942, -0.04489876702427864, -0.002994160633534193, 0.0022434976417571306, -0.0006481777527369559, -0.3333333432674408], "std": [0.14343376457691193, 0.1873265653848648, 0.21386370062828064, 0.045780330896377563, 0.04266495257616043, 0.04683656617999077, 0.9428079724311829], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1825], "max": [1825], "mean": [1825.0], "std": [0.0], "count": [270]}, "index": {"min": [590282], "max": [590551], "mean": [590416.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1826, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44881754258099726]], [[0.4187541390213312]], [[0.3820873550714231]]], "std": [[[0.26478055326899325]], [[0.24428329980862382]], [[0.2273278437994332]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9921568627450981]]], "mean": [[[0.596039878097235]], [[0.5559325531604243]], [[0.49762076045017617]]], "std": [[[0.26458340110881895]], [[0.24220663740095982]], [[0.21918379810368196]]], "count": [100]}, "state": {"min": [-0.22040212154388428, -0.0038823834620416164, 0.9224870800971985, 3.0199408531188965, 0.015074322931468487, 0.006744291167706251, 0.00260545895434916, -0.04000529274344444], "max": [0.12810353934764862, 0.1949470192193985, 1.220154881477356, 3.1485390663146973, 0.2240506410598755, 0.09457655996084213, 0.03994007408618927, -0.002756824716925621], "mean": [0.033426351845264435, 0.12001705914735794, 1.0943409204483032, 3.072791814804077, 0.11422688513994217, 0.060202740132808685, 0.028284771367907524, -0.02841113694012165], "std": [0.09976345300674438, 0.06254331022500992, 0.09774017333984375, 0.03226521611213684, 0.06338092684745789, 0.019827723503112793, 0.016611477360129356, 0.01661761663854122], "count": [291]}, "actions": {"min": [-0.39846163988113403, -0.7232572436332703, -0.7843567132949829, -0.12407097220420837, -0.1585291624069214, -0.13638050854206085, -1.0], "max": [0.5854799747467041, 0.4803321659564972, 0.7244085669517517, 0.19435328245162964, 0.16519571840763092, 0.16425922513008118, 1.0], "mean": [0.08792267739772797, 0.013718938454985619, -0.05314268544316292, -0.001291618449613452, 0.004661675542593002, 0.0005482345586642623, -0.3814432919025421], "std": [0.14611364901065826, 0.16061975061893463, 0.21351642906665802, 0.03621124103665352, 0.04441436007618904, 0.037539590150117874, 0.9243927001953125], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1826], "max": [1826], "mean": [1826.0], "std": [0.0], "count": [291]}, "index": {"min": [590552], "max": [590842], "mean": [590697.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1827, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4488477974685968]], [[0.4182843574075138]], [[0.38060521563361677]]], "std": [[[0.2648787960993222]], [[0.24394598962680722]], [[0.22674769094423367]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5808661265653723]], [[0.5523943678911994]], [[0.517179193833295]]], "std": [[[0.261019830632651]], [[0.2305924602270409]], [[0.20907859727504471]]], "count": [100]}, "state": {"min": [-0.22422894835472107, 0.006719754543155432, 0.9393501877784729, 2.987483263015747, -0.06802555918693542, 0.02216196246445179, 0.0014748790999874473, -0.040006037801504135], "max": [0.08565661311149597, 0.25438418984413147, 1.2013291120529175, 3.1467790603637695, 0.21345604956150055, 0.12843693792819977, 0.039881881326436996, -0.0022294679656624794], "mean": [-0.030517099425196648, 0.12482259422540665, 1.0693901777267456, 3.0642905235290527, 0.027660347521305084, 0.07497082650661469, 0.017886631190776825, -0.018112359568476677], "std": [0.08133034408092499, 0.0851852148771286, 0.07571005821228027, 0.038632530719041824, 0.08343492448329926, 0.03246075287461281, 0.017998576164245605, 0.017998572438955307], "count": [251]}, "actions": {"min": [-0.2812221646308899, -0.31699731945991516, -0.8891459107398987, -0.08534682542085648, -0.163320854306221, -0.1552496701478958, -1.0], "max": [1.1686267852783203, 1.1522725820541382, 0.7896233201026917, 0.19218190014362335, 0.16660647094249725, 0.16721607744693756, 1.0], "mean": [0.0989147499203682, 0.07449586689472198, -0.055064909160137177, 0.003073341678828001, 0.00257438188418746, 0.0013940135249868035, 0.16334661841392517], "std": [0.1602846086025238, 0.1477559506893158, 0.2557169795036316, 0.035201627761125565, 0.047090403735637665, 0.03841421380639076, 0.9865669012069702], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [1827], "max": [1827], "mean": [1827.0], "std": [0.0], "count": [251]}, "index": {"min": [590843], "max": [591093], "mean": [590968.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [251]}}} +{"episode_index": 1828, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.450045057109758]], [[0.41996110145718446]], [[0.3826911686915977]]], "std": [[[0.2654413278792777]], [[0.24500187421255762]], [[0.2283732370908983]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5859446387197458]], [[0.5580539155847887]], [[0.5233134430530025]]], "std": [[[0.25749045122802494]], [[0.22720291909177018]], [[0.20653674375248804]]], "count": [100]}, "state": {"min": [-0.2061159908771515, -0.01899527572095394, 0.9351121783256531, 3.0323383808135986, -0.14065125584602356, -0.08739928156137466, 0.0025304527953267097, -0.0400078110396862], "max": [0.10828835517168045, 0.2448199987411499, 1.1860265731811523, 3.2158069610595703, 0.10964614152908325, 0.051375746726989746, 0.03996337205171585, -0.002400037832558155], "mean": [-0.0033765642438083887, 0.12300997227430344, 1.06162691116333, 3.1340067386627197, -0.047738682478666306, -0.03506844490766525, 0.01970241591334343, -0.019677409902215004], "std": [0.083575040102005, 0.08371759206056595, 0.07003914564847946, 0.04728872328996658, 0.06858047097921371, 0.03763450309634209, 0.01811087504029274, 0.0182182639837265], "count": [306]}, "actions": {"min": [-0.3993392884731293, -0.2459704726934433, -0.6625039577484131, -0.11545197665691376, -0.13282690942287445, -0.1208738163113594, -1.0], "max": [0.6259456276893616, 0.658092737197876, 1.0505993366241455, 0.2104845941066742, 0.10657058656215668, 0.1290360391139984, 1.0], "mean": [0.08202251046895981, 0.06129593402147293, -0.03551902994513512, 0.00019164010882377625, -0.0004612237971741706, -0.000445446785306558, 0.0784313753247261], "std": [0.14455093443393707, 0.1279391199350357, 0.21505601704120636, 0.0370088666677475, 0.03646551072597504, 0.03133275732398033, 0.9969190955162048], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [1828], "max": [1828], "mean": [1828.0], "std": [0.0], "count": [306]}, "index": {"min": [591094], "max": [591399], "mean": [591246.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [306]}}} +{"episode_index": 1829, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44991539091222427]], [[0.41911607151405483]], [[0.38114061183555453]]], "std": [[[0.26535142860722327]], [[0.24433685979695507]], [[0.22684109426928203]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.583553280101103]], [[0.551474142037186]], [[0.5124531830432368]]], "std": [[[0.26289184669117216]], [[0.23458615067038815]], [[0.21318616277246052]]], "count": [100]}, "state": {"min": [-0.24341097474098206, 0.0016731612849980593, 0.9210943579673767, 3.027101993560791, -0.10220427066087723, -0.04196866974234581, 0.00147255789488554, -0.03998494893312454], "max": [0.10706377774477005, 0.24751640856266022, 1.1721858978271484, 3.217297315597534, 0.21996203064918518, 0.06847838312387466, 0.04000299051403999, -0.002472168765962124], "mean": [-0.042449112981557846, 0.11277397722005844, 1.0698692798614502, 3.1579971313476562, 0.03299549221992493, 0.022528335452079773, 0.021443236619234085, -0.021510794758796692], "std": [0.09990764409303665, 0.07785619050264359, 0.07742732018232346, 0.03412275388836861, 0.08987415581941605, 0.029853474348783493, 0.018143726512789726, 0.018129756674170494], "count": [272]}, "actions": {"min": [-0.20763278007507324, -0.255729079246521, -0.7717054486274719, -0.13524191081523895, -0.14130832254886627, -0.15084712207317352, -1.0], "max": [0.7080076932907104, 0.5911667346954346, 1.0285228490829468, 0.34074676036834717, 0.15899339318275452, 0.13850799202919006, 1.0], "mean": [0.10460927337408066, 0.06704995781183243, -0.04861733317375183, 0.0031381461303681135, 0.00194984779227525, -0.0010097937192767859, 0.0], "std": [0.1466725766658783, 0.129740372300148, 0.22903867065906525, 0.04873855784535408, 0.044444359838962555, 0.034098319709300995, 1.0], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [1829], "max": [1829], "mean": [1829.0], "std": [0.0], "count": [272]}, "index": {"min": [591400], "max": [591671], "mean": [591535.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [272]}}} +{"episode_index": 1830, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45164336679496014]], [[0.42100162162032784]], [[0.3831862870758655]]], "std": [[[0.26561801523664863]], [[0.24491379780270758]], [[0.22801029026476233]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5880909513585707]], [[0.5595847395354626]], [[0.5239654038373162]]], "std": [[[0.2547431780751031]], [[0.22310671678063715]], [[0.20141377046671186]]], "count": [100]}, "state": {"min": [-0.19467705488204956, -0.0022262835409492254, 0.9358927011489868, 3.1183481216430664, -0.17478060722351074, -0.043744318187236786, 0.002422818448394537, -0.039997175335884094], "max": [0.08483520895242691, 0.24148520827293396, 1.1756865978240967, 3.2186648845672607, 0.12037742882966995, 0.08347677439451218, 0.0399877093732357, -0.002218519104644656], "mean": [-0.030423305928707123, 0.12447909265756607, 1.065104365348816, 3.161426544189453, -0.04426446929574013, 0.019986260682344437, 0.019621463492512703, -0.019534608349204063], "std": [0.0774150937795639, 0.08188335597515106, 0.07405032962560654, 0.024776922538876534, 0.08575921505689621, 0.027575958520174026, 0.018080774694681168, 0.018166806548833847], "count": [246]}, "actions": {"min": [-0.17265793681144714, -0.17691050469875336, -0.6880988478660583, -0.11737218499183655, -0.20876437425613403, -0.08751574903726578, -1.0], "max": [0.49725762009620667, 0.6505749821662903, 0.885376513004303, 0.1271592676639557, 0.14863809943199158, 0.10817026346921921, 1.0], "mean": [0.09157012403011322, 0.07468496263027191, -0.05087239295244217, 0.0004661508137360215, -0.00045441437396220863, 0.0028234347701072693, 0.08130080997943878], "std": [0.12429101020097733, 0.13374608755111694, 0.24014686048030853, 0.02751641534268856, 0.04686969518661499, 0.029379654675722122, 0.9966899156570435], "count": [246]}, "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": [1830], "max": [1830], "mean": [1830.0], "std": [0.0], "count": [246]}, "index": {"min": [591672], "max": [591917], "mean": [591794.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [246]}}} +{"episode_index": 1831, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44878298890356927]], [[0.41834042537913607]], [[0.3807356962316176]]], "std": [[[0.2650383570739627]], [[0.2442726090924435]], [[0.22709203097436714]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5937576317880667]], [[0.5638684500899969]], [[0.5271517256194469]]], "std": [[[0.2543797998510686]], [[0.2228711455553134]], [[0.20072711033301635]]], "count": [100]}, "state": {"min": [-0.2166338562965393, 0.013096924871206284, 0.9297634363174438, 3.078845977783203, -0.10069075226783752, 0.030606647953391075, 0.0017772717401385307, -0.040002837777137756], "max": [0.10910463333129883, 0.29448798298835754, 1.188341498374939, 3.3057327270507812, 0.1673172563314438, 0.1491791158914566, 0.039958614856004715, -0.0024805921129882336], "mean": [-0.02697213552892208, 0.14760178327560425, 1.0614310503005981, 3.1573195457458496, -0.0027126027271151543, 0.08090060204267502, 0.019732456654310226, -0.019741326570510864], "std": [0.0918707624077797, 0.08497528731822968, 0.07448356598615646, 0.05147832632064819, 0.07645533233880997, 0.03200551122426987, 0.0181160606443882, 0.018175611272454262], "count": [254]}, "actions": {"min": [-0.3321492075920105, -0.2948629558086395, -0.6745904684066772, -0.2295125424861908, -0.30030789971351624, -0.1173122227191925, -1.0], "max": [0.6245722770690918, 0.8829410672187805, 1.064536213874817, 0.15309733152389526, 0.1358291208744049, 0.15843047201633453, 1.0], "mean": [0.09845025837421417, 0.08463232219219208, -0.04981454834342003, 0.0066167679615318775, -0.0008679470629431307, 0.003020139178261161, 0.08661417663097382], "std": [0.14341329038143158, 0.15363509953022003, 0.24201953411102295, 0.03851836174726486, 0.045879464596509933, 0.037596143782138824, 0.9962422251701355], "count": [254]}, "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": [1831], "max": [1831], "mean": [1831.0], "std": [0.0], "count": [254]}, "index": {"min": [591918], "max": [592171], "mean": [592044.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [254]}}} +{"episode_index": 1832, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4488045791925168]], [[0.4181935544481465]], [[0.3804285182578891]]], "std": [[[0.26522522642938207]], [[0.2442979438674359]], [[0.22689781266165002]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5918690245385264]], [[0.5609121973374311]], [[0.5235496042288985]]], "std": [[[0.2551386559328426]], [[0.22503009227861226]], [[0.20316426831444848]]], "count": [100]}, "state": {"min": [-0.23143263161182404, 0.015508757904171944, 0.9280626773834229, 2.981698989868164, -0.12050600349903107, 0.11969611048698425, 0.0017423979006707668, -0.04000700265169144], "max": [0.09663093090057373, 0.26549482345581055, 1.1814186573028564, 3.151926040649414, 0.16524375975131989, 0.2142527550458908, 0.039881911128759384, -0.0025585407856851816], "mean": [-0.03601044788956642, 0.13020561635494232, 1.057956337928772, 3.078244924545288, 0.006096143741160631, 0.15214815735816956, 0.021117854863405228, -0.021279359236359596], "std": [0.09234598278999329, 0.08494608849287033, 0.07731208205223083, 0.04389657825231552, 0.0842028260231018, 0.022266343235969543, 0.018165141344070435, 0.018183670938014984], "count": [268]}, "actions": {"min": [-0.23757733404636383, -0.2585962116718292, -0.7433264851570129, -0.14272774755954742, -0.189601868391037, -0.1246350109577179, -1.0], "max": [0.7367014288902283, 0.6689372062683105, 1.121113896369934, 0.24587313830852509, 0.08209303021430969, 0.09048568457365036, 1.0], "mean": [0.09568758308887482, 0.07048390060663223, -0.048034973442554474, 0.00434580072760582, -0.0024135587736964226, 0.0010209516622126102, 0.0], "std": [0.14822569489479065, 0.1387491673231125, 0.2255861759185791, 0.04385194182395935, 0.042492035776376724, 0.0346292220056057, 1.0], "count": [268]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.350000000000001], "std": [7.73643974965229], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [1832], "max": [1832], "mean": [1832.0], "std": [0.0], "count": [268]}, "index": {"min": [592172], "max": [592439], "mean": [592305.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [268]}}} +{"episode_index": 1833, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5529170376646753]], [[0.5211468395388504]], [[0.48079839646007144]]], "std": [[[0.28978041262551457]], [[0.2672907538349641]], [[0.2508384755752834]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5995374570820666]], [[0.5654205101323883]], [[0.5226670075613629]]], "std": [[[0.27251806785496496]], [[0.2517428974836233]], [[0.22929442843227918]]], "count": [130]}, "state": {"min": [-0.20748084783554077, -0.16826295852661133, 0.9145614504814148, 2.994415283203125, -0.1458960920572281, -0.13679198920726776, 0.0020041922107338905, -0.040008630603551865], "max": [0.12515445053577423, 0.12107067555189133, 1.230453610420227, 3.2319576740264893, 0.3218406140804291, 0.11057570576667786, 0.040023837238550186, -0.002126055769622326], "mean": [-0.04060634225606918, -0.007495337165892124, 1.1092716455459595, 3.104837417602539, 0.08682721853256226, -0.006683694198727608, 0.01932547427713871, -0.019395269453525543], "std": [0.10862989723682404, 0.08978427946567535, 0.0942259207367897, 0.060524746775627136, 0.11518864333629608, 0.06453705579042435, 0.01819968782365322, 0.01818714663386345], "count": [664]}, "actions": {"min": [-0.8031385540962219, -1.072737216949463, -0.6785988807678223, -0.14297018945217133, -0.19594423472881317, -0.13563531637191772, -1.0], "max": [0.8598380088806152, 0.5698755383491516, 0.7905852794647217, 0.11952988058328629, 0.19917501509189606, 0.12409069389104843, 1.0], "mean": [0.0383618138730526, 0.013093866407871246, 0.002339964499697089, -0.0005416682688519359, -0.0002110728673869744, -0.0014124521985650063, 0.09638553857803345], "std": [0.17138168215751648, 0.17048880457878113, 0.2084369957447052, 0.03355476260185242, 0.04086789861321449, 0.03480890765786171, 0.9953444600105286], "count": [664]}, "timestamp": {"min": [0.0], "max": [66.3], "mean": [33.150000000000006], "std": [19.16800719949781], "count": [664]}, "frame_index": {"min": [0], "max": [663], "mean": [331.5], "std": [191.68007199497814], "count": [664]}, "episode_index": {"min": [1833], "max": [1833], "mean": [1833.0], "std": [0.0], "count": [664]}, "index": {"min": [592440], "max": [593103], "mean": [592771.5], "std": [191.68007199497814], "count": [664]}, "task_index": {"min": [280], "max": [280], "mean": [280.0], "std": [0.0], "count": [664]}}} +{"episode_index": 1834, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5546194554027553]], [[0.5222586939519327]], [[0.4813002020886177]]], "std": [[[0.29036186797178626]], [[0.2677431038384243]], [[0.25126614751374815]]], "count": [129]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6114927612805661]], [[0.5757897934375119]], [[0.5326309637813913]]], "std": [[[0.2619655468037187]], [[0.2406709059404516]], [[0.21835856862607503]]], "count": [129]}, "state": {"min": [-0.21819496154785156, -0.16064058244228363, 0.9136404991149902, 2.978332757949829, -0.21891579031944275, -0.0886535793542862, 0.0020749124232679605, -0.04000764712691307], "max": [0.10945483297109604, 0.2490658164024353, 1.2529884576797485, 3.3460373878479004, 0.45118358731269836, 0.19025076925754547, 0.04000392556190491, -0.0020367708057165146], "mean": [-0.05455542728304863, 0.054533522576093674, 1.1275447607040405, 3.1329195499420166, 0.0889156311750412, 0.008281559683382511, 0.020211387425661087, -0.020137744024395943], "std": [0.1098497062921524, 0.11764464527368546, 0.0951354056596756, 0.08480740338563919, 0.15814907848834991, 0.06129103899002075, 0.018236210569739342, 0.018263017758727074], "count": [657]}, "actions": {"min": [-0.6807934641838074, -0.9862550497055054, -0.6823410987854004, -0.23131997883319855, -0.23602168262004852, -0.237046018242836, -1.0], "max": [0.6623876690864563, 0.8331619501113892, 0.9662405848503113, 0.1726987212896347, 0.175118550658226, 0.1961674839258194, 1.0], "mean": [0.03519180417060852, 0.008163037709891796, -0.003712892532348633, -6.332344491966069e-05, -0.0008579674176871777, -0.001212334493175149, 0.05327245220541954], "std": [0.18421047925949097, 0.21050725877285004, 0.23213571310043335, 0.05046413466334343, 0.05554283782839775, 0.050359394401311874, 0.9985790252685547], "count": [657]}, "timestamp": {"min": [0.0], "max": [65.6], "mean": [32.8], "std": [18.96593437367816], "count": [657]}, "frame_index": {"min": [0], "max": [656], "mean": [328.0], "std": [189.65934373678155], "count": [657]}, "episode_index": {"min": [1834], "max": [1834], "mean": [1834.0], "std": [0.0], "count": [657]}, "index": {"min": [593104], "max": [593760], "mean": [593432.0], "std": [189.65934373678155], "count": [657]}, "task_index": {"min": [280], "max": [280], "mean": [280.0], "std": [0.0], "count": [657]}}} +{"episode_index": 1835, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5531149621103324]], [[0.5215210673014322]], [[0.48131016331092985]]], "std": [[[0.29358920371830177]], [[0.2715649742822817]], [[0.2556219316475383]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6341746820188036]], [[0.5913046880983839]], [[0.5419398037779565]]], "std": [[[0.23661921591648374]], [[0.21166618667158626]], [[0.18551984916580957]]], "count": [100]}, "state": {"min": [-0.20151227712631226, -0.20097094774246216, 0.9324830174446106, 3.0589401721954346, -0.10654193162918091, -0.054715365171432495, 0.0020275418646633625, -0.039984870702028275], "max": [0.10266759991645813, 0.026886828243732452, 1.1771093606948853, 3.221742868423462, 0.23425832390785217, 0.12746743857860565, 0.03996974229812622, -0.002026510424911976], "mean": [-0.10297482460737228, -0.06912461668252945, 1.0730655193328857, 3.1551504135131836, 0.030458707362413406, 0.03312426060438156, 0.013273042626678944, -0.013201650232076645], "std": [0.11509698629379272, 0.09136404097080231, 0.07651758939027786, 0.0415077842772007, 0.08870916068553925, 0.05795639008283615, 0.0167345330119133, 0.016721148043870926], "count": [263]}, "actions": {"min": [-0.39752885699272156, -0.8794506788253784, -1.186825156211853, -0.13906408846378326, -0.2741602957248688, -0.09714481234550476, -1.0], "max": [0.9229685664176941, 0.5209999084472656, 0.9416753053665161, 0.17497862875461578, 0.22798354923725128, 0.1278737485408783, 1.0], "mean": [0.08568404614925385, -0.043432410806417465, -0.05470946058630943, -0.0031631221063435078, 0.007750016171485186, -0.000620836450252682, 0.4068441092967987], "std": [0.15296296775341034, 0.1858319193124771, 0.2810238301753998, 0.045928873121738434, 0.057509422302246094, 0.03672061115503311, 0.9134989976882935], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1835], "max": [1835], "mean": [1835.0], "std": [0.0], "count": [263]}, "index": {"min": [593761], "max": [594023], "mean": [593892.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1836, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5540189795400582]], [[0.5226487809723499]], [[0.4826669311523437]]], "std": [[[0.2929301307660332]], [[0.2711025693844133]], [[0.2551880410010121]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6359835869284237]], [[0.593207753499349]], [[0.5431842214546952]]], "std": [[[0.2371868981903644]], [[0.21284613160921678]], [[0.1871404872112417]]], "count": [100]}, "state": {"min": [-0.2024921327829361, -0.2511949837207794, 0.9112778902053833, 3.005679130554199, -0.045073289424180984, -0.10751593112945557, 0.0018844747683033347, -0.04000535607337952], "max": [0.1097976416349411, 0.04159557446837425, 1.1485437154769897, 3.2056448459625244, 0.2546273469924927, 0.15549734234809875, 0.0400921069085598, -0.0019201022805646062], "mean": [-0.09864967316389084, -0.08846184611320496, 1.0379854440689087, 3.111140012741089, 0.08441666513681412, 0.020688703283667564, 0.014788417145609856, -0.0146726593375206], "std": [0.11856257915496826, 0.10649844259023666, 0.07291141897439957, 0.038115836679935455, 0.07921300828456879, 0.0879654809832573, 0.016645830124616623, 0.01656249538064003], "count": [252]}, "actions": {"min": [-0.2770697772502899, -0.838113009929657, -0.7751600742340088, -0.2249462902545929, -0.15756210684776306, -0.18862588703632355, -1.0], "max": [0.7176040410995483, 0.42462942004203796, 0.8378536701202393, 0.21940173208713531, 0.2629847526550293, 0.1810714453458786, 1.0], "mean": [0.0914335548877716, -0.056888267397880554, -0.04546729475259781, -0.002523354720324278, 0.007311699446290731, -0.0021959571167826653, 0.3571428656578064], "std": [0.15681321918964386, 0.20394636690616608, 0.24895811080932617, 0.04929310455918312, 0.054497309029102325, 0.042770612984895706, 0.9340510964393616], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [1836], "max": [1836], "mean": [1836.0], "std": [0.0], "count": [252]}, "index": {"min": [594024], "max": [594275], "mean": [594149.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [252]}}} +{"episode_index": 1837, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5537953473259422]], [[0.5220495946547564]], [[0.48172964357862286]]], "std": [[[0.2920705274675165]], [[0.26980922438256183]], [[0.2534141734014813]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6241097178739661]], [[0.5820201816932827]], [[0.5322816910089231]]], "std": [[[0.25041252696860855]], [[0.225698884134205]], [[0.19935721360671446]]], "count": [100]}, "state": {"min": [-0.22728241980075836, -0.24483150243759155, 0.9121838212013245, 2.9571452140808105, -0.010596489533782005, -0.13628369569778442, 0.002476828871294856, -0.040007688105106354], "max": [0.09569276124238968, -0.017388371750712395, 1.2110681533813477, 3.1800765991210938, 0.3009403347969055, 0.01069596130400896, 0.03995039686560631, -0.0026925234124064445], "mean": [-0.07869858294725418, -0.13111892342567444, 1.0726052522659302, 3.1094722747802734, 0.09814007580280304, -0.04675709083676338, 0.014384998008608818, -0.014561413787305355], "std": [0.1300925612449646, 0.09051230549812317, 0.09693589806556702, 0.05313313007354736, 0.09236452728509903, 0.040110714733600616, 0.01629786193370819, 0.016385985538363457], "count": [305]}, "actions": {"min": [-0.38451555371284485, -0.7592494487762451, -0.7836642861366272, -0.30619102716445923, -0.14055649936199188, -0.14370617270469666, -1.0], "max": [0.6005784869194031, 0.26929986476898193, 1.010839581489563, 0.09678284078836441, 0.20479436218738556, 0.22291745245456696, 1.0], "mean": [0.06835757941007614, -0.052158549427986145, -0.03782648965716362, -0.0031876645516604185, -0.00013982066593598574, -0.002738531678915024, 0.3639344274997711], "std": [0.15123338997364044, 0.14635074138641357, 0.2934729754924774, 0.04035937413573265, 0.04365359619259834, 0.0441390797495842, 0.9314272403717041], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [1837], "max": [1837], "mean": [1837.0], "std": [0.0], "count": [305]}, "index": {"min": [594276], "max": [594580], "mean": [594428.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [305]}}} +{"episode_index": 1838, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5541022111481311]], [[0.5232111469343597]], [[0.4837159058813955]]], "std": [[[0.2937792181260274]], [[0.2724275138206817]], [[0.25711018917359013]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6503624883913526]], [[0.6059753926595052]], [[0.5547871237362133]]], "std": [[[0.2198126893542683]], [[0.19512779247325454]], [[0.16928691833507312]]], "count": [100]}, "state": {"min": [-0.20904944837093353, -0.21882957220077515, 0.9098214507102966, 2.931392192840576, -0.12960198521614075, -7.562810060335323e-05, 0.0018587643280625343, -0.04000185430049896], "max": [0.13364119827747345, 0.06838960945606232, 1.1452789306640625, 3.2201621532440186, 0.170997753739357, 0.08534736186265945, 0.04080437496304512, -0.0021165478974580765], "mean": [-0.08339535444974899, -0.07326501607894897, 1.0450650453567505, 3.081212282180786, 0.002921324223279953, 0.05294419452548027, 0.014225008897483349, -0.01427044440060854], "std": [0.13625973463058472, 0.11009921878576279, 0.07419580966234207, 0.06774087995290756, 0.08048885315656662, 0.021706663072109222, 0.016903595998883247, 0.01674456149339676], "count": [262]}, "actions": {"min": [-0.15891246497631073, -1.116015911102295, -0.7420481443405151, -0.18034933507442474, -0.1328696608543396, -0.20266123116016388, -1.0], "max": [0.8933945894241333, 0.6049078702926636, 0.8013248443603516, 0.2039674073457718, 0.2048741579055786, 0.14026960730552673, 1.0], "mean": [0.10083085298538208, -0.05109096318483353, -0.044803425669670105, -0.007318467367440462, 0.005530151072889566, 0.00021844354341737926, 0.37404578924179077], "std": [0.1671905368566513, 0.2310018390417099, 0.24704603850841522, 0.050655387341976166, 0.04795311763882637, 0.03584039583802223, 0.927408754825592], "count": [262]}, "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": [1838], "max": [1838], "mean": [1838.0], "std": [0.0], "count": [262]}, "index": {"min": [594581], "max": [594842], "mean": [594711.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [262]}}} +{"episode_index": 1839, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.554820764878217]], [[0.5234589071834789]], [[0.4833413624482996]]], "std": [[[0.29258854731791634]], [[0.2708708051623673]], [[0.25519909217885267]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.632801176183364]], [[0.5897222475538066]], [[0.540329547956878]]], "std": [[[0.237437116290938]], [[0.21212989538192387]], [[0.1854298701443995]]], "count": [100]}, "state": {"min": [-0.22759754955768585, -0.17417000234127045, 0.9336485266685486, 2.979369878768921, -0.07450883090496063, -0.08761710673570633, 0.00224697170779109, -0.03997524082660675], "max": [0.13294316828250885, 0.033731069415807724, 1.1717921495437622, 3.1747992038726807, 0.14435602724552155, 0.08438126742839813, 0.039991460740566254, -0.0023977714590728283], "mean": [-0.08619052171707153, -0.06840335577726364, 1.0693203210830688, 3.1118810176849365, 0.00853369664400816, -0.013841490261256695, 0.013151448220014572, -0.0132094481959939], "std": [0.14206966757774353, 0.08370920270681381, 0.07565807551145554, 0.05424975976347923, 0.061764247715473175, 0.04563154652714729, 0.016451520845294, 0.01641235314309597], "count": [285]}, "actions": {"min": [-0.20401552319526672, -0.7309621572494507, -0.7166017293930054, -0.17493551969528198, -0.1088080108165741, -0.08015088737010956, -1.0], "max": [0.8700833320617676, 0.20012632012367249, 0.8076196908950806, 0.1571235954761505, 0.14814825356006622, 0.11658243089914322, 1.0], "mean": [0.09802354872226715, -0.04437090829014778, -0.03309693560004234, -0.0036052477080374956, 0.004110248759388924, 0.0008684232016094029, 0.42456141114234924], "std": [0.160175159573555, 0.14104332029819489, 0.22231872379779816, 0.03813551738858223, 0.039352864027023315, 0.030437607318162918, 0.9053994417190552], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [1839], "max": [1839], "mean": [1839.0], "std": [0.0], "count": [285]}, "index": {"min": [594843], "max": [595127], "mean": [594985.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [285]}}} +{"episode_index": 1840, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5537349428663066]], [[0.5223484915939032]], [[0.48245528636259194]]], "std": [[[0.293034041448263]], [[0.2711754707529584]], [[0.25531356479761924]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6337222008798638]], [[0.5903678409352022]], [[0.5398717501771216]]], "std": [[[0.24334591320138102]], [[0.2188698845058715]], [[0.1930690918062409]]], "count": [100]}, "state": {"min": [-0.21453261375427246, -0.2446167916059494, 0.9163957834243774, 3.070819139480591, -0.018935974687337875, -0.1143219843506813, 0.0022082594223320484, -0.03992031514644623], "max": [0.09526484459638596, 0.04100128635764122, 1.1648041009902954, 3.2641496658325195, 0.30495142936706543, 0.011376355774700642, 0.04000413045287132, -0.0022259121760725975], "mean": [-0.093604177236557, -0.09230475127696991, 1.0540894269943237, 3.1742985248565674, 0.08860446512699127, -0.060859326273202896, 0.014271444641053677, -0.014175308868288994], "std": [0.12067016959190369, 0.09736545383930206, 0.07509289681911469, 0.043230582028627396, 0.08756205439567566, 0.036604758352041245, 0.01669781282544136, 0.01659511774778366], "count": [256]}, "actions": {"min": [-0.5885990858078003, -1.0218652486801147, -0.8593041896820068, -0.16139791905879974, -0.16636578738689423, -0.10296975821256638, -1.0], "max": [0.6654529571533203, 0.5181441307067871, 1.0290640592575073, 0.18527038395404816, 0.1628492921590805, 0.1762501746416092, 1.0], "mean": [0.07184901088476181, -0.034637756645679474, -0.048956360667943954, -0.0028779932763427496, 0.0074210199527442455, 0.0021906541660428047, 0.359375], "std": [0.17325665056705475, 0.19856388866901398, 0.2841271162033081, 0.04979468137025833, 0.049368951469659805, 0.038257382810115814, 0.9331932067871094], "count": [256]}, "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": [1840], "max": [1840], "mean": [1840.0], "std": [0.0], "count": [256]}, "index": {"min": [595128], "max": [595383], "mean": [595255.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [256]}}} +{"episode_index": 1841, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4702370378082874]], [[0.4428397144990809]], [[0.40774465104645374]]], "std": [[[0.24887263970269194]], [[0.2290097125065451]], [[0.21435197372901235]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9725490196078431]], [[0.9058823529411765]]], "mean": [[[0.6035253200157016]], [[0.5607182335947074]], [[0.5172347274481082]]], "std": [[[0.23521629764598853]], [[0.20353980975185393]], [[0.16641929139407402]]], "count": [100]}, "state": {"min": [-0.2357993721961975, -0.2309778481721878, 0.9136257171630859, 2.971994638442993, -0.1691327691078186, -0.03982095047831535, 0.021403569728136063, -0.04000914469361305], "max": [-0.0907868966460228, 0.24315960705280304, 1.1872390508651733, 3.248661518096924, 0.09594769775867462, 0.11633007973432541, 0.03986595943570137, -0.02105666510760784], "mean": [-0.1903294324874878, 0.040591005235910416, 1.0622732639312744, 3.082700729370117, -0.057593055069446564, 0.04181746765971184, 0.02976091019809246, -0.029368624091148376], "std": [0.04718773812055588, 0.18344034254550934, 0.08808145672082901, 0.07395927608013153, 0.07382635772228241, 0.045039013028144836, 0.008889814838767052, 0.009005161002278328], "count": [299]}, "actions": {"min": [-0.2219098061323166, -1.1471920013427734, -0.5528931617736816, -0.19160307943820953, -0.1779036670923233, -0.1763894259929657, -1.0], "max": [0.5459949970245361, 1.1892346143722534, 0.9852545857429504, 0.1953897476196289, 0.17947064340114594, 0.14567990601062775, 1.0], "mean": [0.04063379392027855, -0.06270495057106018, -0.03848642483353615, -0.0009909390937536955, -0.0001531286397948861, -0.003116140840575099, 0.07023411244153976], "std": [0.09819935262203217, 0.31038668751716614, 0.2375401258468628, 0.05505630373954773, 0.05042792856693268, 0.040772829204797745, 0.9975318312644958], "count": [299]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.631338250816034], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [1841], "max": [1841], "mean": [1841.0], "std": [0.0], "count": [299]}, "index": {"min": [595384], "max": [595682], "mean": [595533.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [299]}}} +{"episode_index": 1842, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4728693339029948]], [[0.44518995995615046]], [[0.40974629600375306]]], "std": [[[0.2494489130107281]], [[0.2293689855639062]], [[0.21448552835024942]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[0.9882352941176471]], [[0.9803921568627451]], [[0.9647058823529412]]], "mean": [[[0.6088456761977251]], [[0.5643239494772518]], [[0.5167187691482844]]], "std": [[[0.23352508020136384]], [[0.20314650658786038]], [[0.16979365771135393]]], "count": [100]}, "state": {"min": [-0.23003213107585907, -0.21393491327762604, 0.913915753364563, 2.9841699600219727, -0.2555895149707794, -0.06567136198282242, 0.020350100472569466, -0.04030657559633255], "max": [-0.0700458288192749, 0.2058732509613037, 1.1712504625320435, 3.145519256591797, 0.05870283395051956, 0.11590613424777985, 0.03989103436470032, -0.022018343210220337], "mean": [-0.1680019199848175, 0.034794483333826065, 1.0726417303085327, 3.055260419845581, -0.09101883322000504, 0.03954838216304779, 0.03039751946926117, -0.031088437885046005], "std": [0.048633165657520294, 0.16703414916992188, 0.07999957352876663, 0.04019246995449066, 0.0904487892985344, 0.047226566821336746, 0.009262729436159134, 0.008626427501440048], "count": [232]}, "actions": {"min": [-0.6199610233306885, -1.285293698310852, -0.9741838574409485, -0.2512255907058716, -0.22794164717197418, -0.13640731573104858, -1.0], "max": [0.9194856882095337, 1.3070011138916016, 1.3060685396194458, 0.16211600601673126, 0.14235684275627136, 0.16468830406665802, 1.0], "mean": [0.05542421340942383, -0.0716424435377121, -0.030765509232878685, -0.00034071679692715406, -0.002396883675828576, -0.00635191285982728, -0.0517241396009922], "std": [0.1643034666776657, 0.36640995740890503, 0.3089868724346161, 0.061831697821617126, 0.06088533252477646, 0.043584540486335754, 0.9986621141433716], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [1842], "max": [1842], "mean": [1842.0], "std": [0.0], "count": [232]}, "index": {"min": [595683], "max": [595914], "mean": [595798.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [232]}}} +{"episode_index": 1843, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4748936959060968]], [[0.4471308043236826]], [[0.4115707822313496]]], "std": [[[0.2502223723602924]], [[0.2304750902872327]], [[0.21609591969428787]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[0.9490196078431372]]], "mean": [[[0.6029016544117647]], [[0.560491507137523]], [[0.5169260487275965]]], "std": [[[0.2280942498170538]], [[0.19690639248846709]], [[0.1620070833915792]]], "count": [100]}, "state": {"min": [-0.24908263981342316, -0.21733251214027405, 0.914726197719574, 2.9777214527130127, -0.47784626483917236, -0.2106042057275772, 0.019520146772265434, -0.04000800475478172], "max": [-0.09860415011644363, 0.23036547005176544, 1.1672444343566895, 3.26342511177063, 0.04363011568784714, 0.11784245818853378, 0.03993877023458481, -0.022675998508930206], "mean": [-0.18376977741718292, 0.04181413725018501, 1.0617774724960327, 3.1021640300750732, -0.23017838597297668, -0.027119969949126244, 0.029283598065376282, -0.03108501061797142], "std": [0.04520286247134209, 0.17335398495197296, 0.07369992136955261, 0.08301347494125366, 0.14023716747760773, 0.11969681829214096, 0.009848397225141525, 0.00819203071296215], "count": [252]}, "actions": {"min": [-0.4752085506916046, -1.358629584312439, -0.6685990691184998, -0.5051681399345398, -0.2146727442741394, -0.7849492430686951, -1.0], "max": [0.5807943940162659, 0.7455399632453918, 1.6105884313583374, 0.6857637763023376, 0.2513136565685272, 0.4562898278236389, 1.0], "mean": [0.07708314806222916, -0.108540378510952, -0.0174001082777977, -0.005139164160937071, -0.00021292023302521557, -0.0018059731228277087, 0.01587301678955555], "std": [0.13275350630283356, 0.32538777589797974, 0.31993749737739563, 0.0864277333021164, 0.06440876424312592, 0.07342492043972015, 0.9998739361763], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [1843], "max": [1843], "mean": [1843.0], "std": [0.0], "count": [252]}, "index": {"min": [595915], "max": [596166], "mean": [596040.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [252]}}} +{"episode_index": 1844, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.47251319975011485]], [[0.44468661319508274]], [[0.40922788433000157]]], "std": [[[0.24890373568332438]], [[0.22855146471951104]], [[0.21338565246512503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.6006188115138634]], [[0.5582829308603324]], [[0.514797238817402]]], "std": [[[0.23685963309597308]], [[0.20537989310394605]], [[0.16916936600230037]]], "count": [100]}, "state": {"min": [-0.23910467326641083, -0.21653367578983307, 0.9107612371444702, 3.037132978439331, -0.22130611538887024, -0.06829281896352768, 0.02229045145213604, -0.04000537469983101], "max": [-0.09049199521541595, 0.20791679620742798, 1.1649320125579834, 3.302138566970825, 0.10976971685886383, 0.16686713695526123, 0.03991137817502022, -0.020034411922097206], "mean": [-0.1832142174243927, 0.01997515931725502, 1.0613734722137451, 3.1598658561706543, -0.06777914613485336, 0.024471882730722427, 0.030708378180861473, -0.029487790539860725], "std": [0.051340434700250626, 0.17024776339530945, 0.0812583863735199, 0.07032129168510437, 0.09085904806852341, 0.06679610162973404, 0.00835962500423193, 0.009259210899472237], "count": [234]}, "actions": {"min": [-0.10266773402690887, -1.2770460844039917, -0.5722693204879761, -0.2044626921415329, -0.16579118371009827, -0.14438605308532715, -1.0], "max": [0.6262891292572021, 0.683293879032135, 1.1359694004058838, 0.26249194145202637, 0.15252666175365448, 0.09668022394180298, 1.0], "mean": [0.062102060765028, -0.07696826756000519, -0.045326583087444305, -0.00047524101682938635, -0.0006083501502871513, -0.0020966066513210535, 0.008547008968889713], "std": [0.10377442091703415, 0.3264310657978058, 0.3077737092971802, 0.06891696900129318, 0.05722333863377571, 0.044817812740802765, 0.999964714050293], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [1844], "max": [1844], "mean": [1844.0], "std": [0.0], "count": [234]}, "index": {"min": [596167], "max": [596400], "mean": [596283.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [234]}}} +{"episode_index": 1845, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47220331169577207]], [[0.4449060250076593]], [[0.4099401891371783]]], "std": [[[0.2492099464281927]], [[0.22952809116519804]], [[0.21505122523339107]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9568627450980393]]], "mean": [[[0.5996565168792126]], [[0.557597433052811]], [[0.5151978131462546]]], "std": [[[0.2348341356213281]], [[0.20287170057338288]], [[0.16550536287972623]]], "count": [100]}, "state": {"min": [-0.25047141313552856, -0.22917214035987854, 0.9179480075836182, 2.9580302238464355, -0.2426610141992569, -0.04279838502407074, 0.020445726811885834, -0.04000997170805931], "max": [-0.08379824459552765, 0.2093420773744583, 1.150667667388916, 3.2142815589904785, 0.0787598118185997, 0.10128170251846313, 0.03983307257294655, -0.019941996783018112], "mean": [-0.17805173993110657, 0.012789771892130375, 1.0457510948181152, 3.0798845291137695, -0.09613427519798279, 0.04709339514374733, 0.029870910570025444, -0.030621308833360672], "std": [0.050172943621873856, 0.17414166033267975, 0.0725594013929367, 0.08030533790588379, 0.07970988750457764, 0.03500538691878319, 0.009305724874138832, 0.008648693561553955], "count": [237]}, "actions": {"min": [-0.9830411076545715, -1.3824961185455322, -0.8953007459640503, -0.27922746539115906, -0.31354981660842896, -0.11252956837415695, -1.0], "max": [0.5687097907066345, 0.9962994456291199, 1.164480447769165, 0.2770377993583679, 0.18543753027915955, 0.1309882253408432, 1.0], "mean": [0.04221608117222786, -0.061090148985385895, -0.029808713123202324, 0.0024418572429567575, -0.0018738971557468176, -0.0022367495112121105, -0.004219409078359604], "std": [0.15641704201698303, 0.34128305315971375, 0.32057181000709534, 0.07290338724851608, 0.0690467357635498, 0.04069624841213226, 0.999989926815033], "count": [237]}, "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": [1845], "max": [1845], "mean": [1845.0], "std": [0.0], "count": [237]}, "index": {"min": [596401], "max": [596637], "mean": [596519.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [237]}}} +{"episode_index": 1846, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.556615590459441]], [[0.5243716467487686]], [[0.4832466067951369]]], "std": [[[0.2910223127767726]], [[0.2687247371090197]], [[0.2525703219292511]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6217631956534868]], [[0.5850701641928556]], [[0.5402945935923948]]], "std": [[[0.24923906053956685]], [[0.22757592751903608]], [[0.20480883146834594]]], "count": [130]}, "state": {"min": [-0.21680934727191925, -0.1591130495071411, 0.9239463210105896, 2.8520278930664062, -0.20213398337364197, -0.1546531468629837, 0.0014921160181984305, -0.04000939056277275], "max": [0.11618177592754364, 0.2096288502216339, 1.235970139503479, 3.2081544399261475, 0.26910823583602905, 0.11277507990598679, 0.03994087502360344, -0.001833236776292324], "mean": [-0.0577232763171196, 0.0044187866151332855, 1.130903959274292, 3.064741373062134, 0.013908064924180508, -0.028057601302862167, 0.019640548154711723, -0.01977616362273693], "std": [0.11217007786035538, 0.11308553814888, 0.08795446902513504, 0.08908005058765411, 0.10457403212785721, 0.06316815316677094, 0.01832597889006138, 0.018307261168956757], "count": [661]}, "actions": {"min": [-1.0675690174102783, -1.6321858167648315, -0.678716778755188, -0.15366338193416595, -0.30744999647140503, -0.19315853714942932, -1.0], "max": [1.8555262088775635, 1.3703526258468628, 1.2489192485809326, 0.22868545353412628, 0.17156188189983368, 0.2652274966239929, 1.0], "mean": [0.038210563361644745, 0.0007251155911944807, -0.00026803978835232556, 0.00012776738731190562, -0.0005068965838290751, -0.0007529929280281067, 0.07110438495874405], "std": [0.21440379321575165, 0.21226473152637482, 0.22337819635868073, 0.04311184212565422, 0.04951711744070053, 0.05270889028906822, 0.9974727034568787], "count": [661]}, "timestamp": {"min": [0.0], "max": [66.0], "mean": [33.0], "std": [19.081404560461475], "count": [661]}, "frame_index": {"min": [0], "max": [660], "mean": [330.0], "std": [190.81404560461476], "count": [661]}, "episode_index": {"min": [1846], "max": [1846], "mean": [1846.0], "std": [0.0], "count": [661]}, "index": {"min": [596638], "max": [597298], "mean": [596968.0], "std": [190.81404560461476], "count": [661]}, "task_index": {"min": [281], "max": [281], "mean": [281.0], "std": [0.0], "count": [661]}}} +{"episode_index": 1847, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5539113792115415]], [[0.5212313560953931]], [[0.4799382214000299]]], "std": [[[0.28975566075983067]], [[0.26670996369426764]], [[0.24975704958865752]]], "count": [124]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.612599500140987]], [[0.5760735383296148]], [[0.5318643226116839]]], "std": [[[0.2602403375463597]], [[0.23829738026207392]], [[0.21509039182094786]]], "count": [124]}, "state": {"min": [-0.21651475131511688, -0.1456870436668396, 0.9409181475639343, 2.9319255352020264, -0.12493929266929626, -0.1910320222377777, 0.0005939803668297827, -0.040006041526794434], "max": [0.11568174511194229, 0.19902242720127106, 1.2449204921722412, 3.2776248455047607, 0.30837786197662354, 0.17085622251033783, 0.03994680941104889, -0.0006113196723163128], "mean": [-0.04213302209973335, 0.005115950480103493, 1.138175129890442, 3.121391773223877, 0.07447106391191483, -0.009931426495313644, 0.01774367317557335, -0.017779212445020676], "std": [0.10820765793323517, 0.1036229357123375, 0.08643528819084167, 0.0817786380648613, 0.11200803518295288, 0.08247661590576172, 0.018329564481973648, 0.01837119832634926], "count": [623]}, "actions": {"min": [-0.7992722988128662, -0.5402107834815979, -0.6808090806007385, -0.2022298276424408, -0.13075999915599823, -0.16414272785186768, -1.0], "max": [0.7910179495811462, 0.9000146389007568, 1.065775752067566, 0.2653682231903076, 0.2191939502954483, 0.23676426708698273, 1.0], "mean": [0.03941512852907181, 0.006512758322060108, 0.00458572618663311, 0.0013786297058686614, 0.0007870084955357015, -0.000893514312338084, 0.15890850126743317], "std": [0.1877114474773407, 0.17728309333324432, 0.22482158243656158, 0.049966081976890564, 0.04367578774690628, 0.042155638337135315, 0.987295389175415], "count": [623]}, "timestamp": {"min": [0.0], "max": [62.2], "mean": [31.099999999999998], "std": [17.984437717093076], "count": [623]}, "frame_index": {"min": [0], "max": [622], "mean": [311.0], "std": [179.84437717093076], "count": [623]}, "episode_index": {"min": [1847], "max": [1847], "mean": [1847.0], "std": [0.0], "count": [623]}, "index": {"min": [597299], "max": [597921], "mean": [597610.0], "std": [179.84437717093076], "count": [623]}, "task_index": {"min": [281], "max": [281], "mean": [281.0], "std": [0.0], "count": [623]}}} +{"episode_index": 1848, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4730414967256434]], [[0.44603539021809896]], [[0.41158919629863666]]], "std": [[[0.24832702821379798]], [[0.22845019835327765]], [[0.21371144121294483]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5908908410165824]], [[0.5497062970329734]], [[0.5096516556085325]]], "std": [[[0.2524459919756738]], [[0.21954556484663668]], [[0.18069475860705278]]], "count": [100]}, "state": {"min": [-0.21297001838684082, -0.21810922026634216, 0.9092903733253479, 2.986940383911133, -0.09208738803863525, -0.09226416051387787, 0.02146599069237709, -0.039999909698963165], "max": [0.12105651199817657, 0.20332472026348114, 1.2022584676742554, 3.2783734798431396, 0.19069968163967133, 0.04877735674381256, 0.04000653326511383, -0.011618789285421371], "mean": [-0.08700145035982132, -0.003953746519982815, 1.087777853012085, 3.1337337493896484, -0.008102575317025185, -0.015377704985439777, 0.029290469363331795, -0.02707238681614399], "std": [0.13340681791305542, 0.16987042129039764, 0.09156983345746994, 0.07382338494062424, 0.06808442622423172, 0.037119995802640915, 0.00807255506515503, 0.00958626065403223], "count": [301]}, "actions": {"min": [-0.33667030930519104, -1.3171721696853638, -0.6499025821685791, -0.17643828690052032, -0.1627017855644226, -0.13579997420310974, -1.0], "max": [0.7388066649436951, 0.9924282431602478, 0.6608676910400391, 0.14185011386871338, 0.21083636581897736, 0.1850559562444687, 1.0], "mean": [0.08898553997278214, -0.06536456197500229, -0.04537590965628624, -0.004211124498397112, 0.0032420894131064415, 0.0002896151563618332, 0.2425249218940735], "std": [0.15328319370746613, 0.25735825300216675, 0.26239725947380066, 0.04916660115122795, 0.050221629440784454, 0.04052393138408661, 0.9701424837112427], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [1848], "max": [1848], "mean": [1848.0], "std": [0.0], "count": [301]}, "index": {"min": [597922], "max": [598222], "mean": [598072.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [301]}}} +{"episode_index": 1849, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47286875825769764]], [[0.44578827562519147]], [[0.41119588694852943]]], "std": [[[0.24837795577723454]], [[0.22876284773154612]], [[0.21438850901428957]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5881446395574831]], [[0.5477486620136336]], [[0.5089406421137791]]], "std": [[[0.24934457163748944]], [[0.2163792902797142]], [[0.17715117307085992]]], "count": [100]}, "state": {"min": [-0.22967715561389923, -0.21970678865909576, 0.9093660712242126, 2.9280002117156982, -0.18644528090953827, -0.06624249368906021, 0.021533923223614693, -0.04000404477119446], "max": [0.08719678968191147, 0.1993609219789505, 1.2184032201766968, 3.290531873703003, 0.1323278546333313, 0.05838907137513161, 0.04031025245785713, -0.01984216272830963], "mean": [-0.10545775294303894, -0.014215230941772461, 1.1057262420654297, 3.1198854446411133, -0.06156699359416962, -0.012642559595406055, 0.02804139442741871, -0.02624785713851452], "std": [0.1229603961110115, 0.16974085569381714, 0.09799117594957352, 0.08248721063137054, 0.09072630107402802, 0.032327406108379364, 0.008020704612135887, 0.008819684386253357], "count": [306]}, "actions": {"min": [-0.1678626984357834, -0.7954747676849365, -0.760323166847229, -0.1658056229352951, -0.2056121826171875, -0.15946510434150696, -1.0], "max": [0.6075625419616699, 0.7662605047225952, 0.8320785164833069, 0.1852104216814041, 0.1720341145992279, 0.13728463649749756, 1.0], "mean": [0.07332567125558853, -0.0667397603392601, -0.043406497687101364, -0.003862727666273713, 0.0040989532135427, -0.0026789249386638403, 0.32679739594459534], "std": [0.12917794287204742, 0.22332382202148438, 0.28642821311950684, 0.04945496469736099, 0.05494755879044533, 0.04243810102343559, 0.9450939893722534], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [1849], "max": [1849], "mean": [1849.0], "std": [0.0], "count": [306]}, "index": {"min": [598223], "max": [598528], "mean": [598375.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [306]}}} +{"episode_index": 1850, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708679402669271]], [[0.4440156076468673]], [[0.4096444965437347]]], "std": [[[0.24968230445603806]], [[0.2300378884263454]], [[0.21571463959236947]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5795405692306219]], [[0.5401731543447458]], [[0.5026388214709713]]], "std": [[[0.25229649251901887]], [[0.21943102038403875]], [[0.17991886292427578]]], "count": [100]}, "state": {"min": [-0.21848557889461517, -0.19444666802883148, 0.9107018709182739, 2.7550084590911865, -0.1701471209526062, -0.07036077231168747, 0.019160790368914604, -0.04000291973352432], "max": [0.13266479969024658, 0.2096029371023178, 1.229209065437317, 3.194751501083374, 0.2344416379928589, 0.05528805032372475, 0.03995101526379585, -0.021991658955812454], "mean": [-0.07942866533994675, 0.014472131617367268, 1.0954971313476562, 3.0082247257232666, 0.003193291136994958, -0.012979057617485523, 0.026967966929078102, -0.028788462281227112], "std": [0.13770292699337006, 0.1646793633699417, 0.09783028811216354, 0.14174406230449677, 0.103416807949543, 0.035466816276311874, 0.009344078600406647, 0.00808626413345337], "count": [330]}, "actions": {"min": [-0.2076859325170517, -0.7033969759941101, -0.6895562410354614, -0.27110517024993896, -0.21001426875591278, -0.13479498028755188, -1.0], "max": [0.6762001514434814, 0.6936758160591125, 0.8157811760902405, 0.16370311379432678, 0.16084791719913483, 0.13132056593894958, 1.0], "mean": [0.07501613348722458, -0.055191248655319214, -0.044877536594867706, -0.006511656567454338, 0.002996001858264208, -0.0012215696042403579, 0.2666666805744171], "std": [0.13732287287712097, 0.21580947935581207, 0.26385489106178284, 0.045192405581474304, 0.04702148959040642, 0.03944437950849533, 0.9637895822525024], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [1850], "max": [1850], "mean": [1850.0], "std": [0.0], "count": [330]}, "index": {"min": [598529], "max": [598858], "mean": [598693.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [330]}}} +{"episode_index": 1851, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47194255395029105]], [[0.4448611109116498]], [[0.41028364892099417]]], "std": [[[0.24801377228380458]], [[0.22812833088316523]], [[0.21338646763294025]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9686274509803922]]], "mean": [[[0.5834125438017004]], [[0.5437607511632583]], [[0.5064651369581036]]], "std": [[[0.2515626784617663]], [[0.2180141042769543]], [[0.17742557242546517]]], "count": [100]}, "state": {"min": [-0.2331419736146927, -0.24550336599349976, 0.9093174338340759, 3.0103704929351807, -0.12344058603048325, -0.16859595477581024, 0.022223656997084618, -0.03999553993344307], "max": [0.07863552868366241, 0.19324927031993866, 1.2116286754608154, 3.269767999649048, 0.18550537526607513, 0.10897056758403778, 0.04096989333629608, -0.017184877768158913], "mean": [-0.10780077427625656, -0.02565123699605465, 1.0973477363586426, 3.150824546813965, -0.019565453752875328, -0.02443579211831093, 0.02880597487092018, -0.026353519409894943], "std": [0.12523135542869568, 0.17359255254268646, 0.095183365046978, 0.05658401921391487, 0.08186891674995422, 0.08624342083930969, 0.007887235842645168, 0.009367983788251877], "count": [335]}, "actions": {"min": [-0.254603773355484, -1.3296650648117065, -0.8462912440299988, -0.3947085440158844, -0.18684205412864685, -0.164306640625, -1.0], "max": [0.656707227230072, 0.4721852242946625, 0.8482720851898193, 0.20741446316242218, 0.2703322768211365, 0.14167754352092743, 1.0], "mean": [0.06563837081193924, -0.051652297377586365, -0.041535455733537674, -0.0014012536266818643, 0.002899270271882415, -0.0011301825288683176, 0.3074626922607422], "std": [0.1452551931142807, 0.2511148750782013, 0.2500045895576477, 0.055615540593862534, 0.04809233546257019, 0.041096705943346024, 0.9515625834465027], "count": [335]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.670573922989266], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [1851], "max": [1851], "mean": [1851.0], "std": [0.0], "count": [335]}, "index": {"min": [598859], "max": [599193], "mean": [599026.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [335]}}} +{"episode_index": 1852, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5512292719822304]], [[0.518916244207644]], [[0.4777134997797947]]], "std": [[[0.29469962417007267]], [[0.2720425640611804]], [[0.2553970012151811]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6388734346277574]], [[0.5943603964412913]], [[0.5424039067287071]]], "std": [[[0.23599221107706334]], [[0.21096109293939871]], [[0.18409053544258414]]], "count": [100]}, "state": {"min": [-0.20081080496311188, -0.21811959147453308, 0.91443932056427, 3.062467336654663, -0.0767894834280014, -0.0062932949513196945, 0.0024967803619802, -0.03993147611618042], "max": [-0.11304601281881332, 0.049852125346660614, 1.1749458312988281, 3.235964298248291, 0.24728502333164215, 0.12781591713428497, 0.04000512510538101, -0.002616757294163108], "mean": [-0.15925706923007965, -0.05162211135029793, 1.0307872295379639, 3.1532890796661377, 0.07746695727109909, 0.04786724969744682, 0.0177149660885334, -0.017537355422973633], "std": [0.029006648808717728, 0.09889590740203857, 0.06496050208806992, 0.054810233414173126, 0.09286349266767502, 0.03961290791630745, 0.017621291801333427, 0.01756056770682335], "count": [209]}, "actions": {"min": [-0.425527423620224, -0.9483126997947693, -0.9768513441085815, -0.1258866786956787, -0.16278181970119476, -0.1349409967660904, -1.0], "max": [0.3041655123233795, 0.47558486461639404, 1.0344276428222656, 0.11759327352046967, 0.16135142743587494, 0.13782574236392975, 1.0], "mean": [0.02558371238410473, -0.05456806346774101, -0.0661284476518631, -0.0032438128255307674, 0.0071488902904093266, -0.00045103151933290064, 0.19617225229740143], "std": [0.09772274643182755, 0.21989548206329346, 0.2905893623828888, 0.03875483572483063, 0.0505874939262867, 0.03528381511569023, 0.9805682897567749], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [1852], "max": [1852], "mean": [1852.0], "std": [0.0], "count": [209]}, "index": {"min": [599194], "max": [599402], "mean": [599298.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [209]}}} +{"episode_index": 1853, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5512885472914751]], [[0.5192795446059283]], [[0.47832626282935053]]], "std": [[[0.2952044986642876]], [[0.2728034492301271]], [[0.256436884527487]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6307666075463388]], [[0.5897275055530025]], [[0.5414810641419654]]], "std": [[[0.23582951753317558]], [[0.21113299254401388]], [[0.18468556654860294]]], "count": [100]}, "state": {"min": [-0.21135348081588745, -0.17232553660869598, 0.9239596724510193, 3.0344035625457764, -0.07789129763841629, -0.05811385065317154, 0.002768035512417555, -0.039894361048936844], "max": [-0.06580951064825058, 0.059540458023548126, 1.173944115638733, 3.345998764038086, 0.20510296523571014, 0.08829619735479355, 0.040009740740060806, -0.0028822431340813637], "mean": [-0.15293370187282562, -0.04141713306307793, 1.039401650428772, 3.179504632949829, 0.051113639026880264, 0.034605156630277634, 0.01724192686378956, -0.017253708094358444], "std": [0.053456444293260574, 0.08433226495981216, 0.06754401326179504, 0.09658833593130112, 0.081882543861866, 0.033807434141635895, 0.01721622608602047, 0.017133938148617744], "count": [202]}, "actions": {"min": [-0.21658572554588318, -0.718124508857727, -0.7281575202941895, -0.29147401452064514, -0.13160693645477295, -0.10356955230236053, -1.0], "max": [0.38484156131744385, 0.39114803075790405, 0.7296493649482727, 0.211452454328537, 0.11797938495874405, 0.16390909254550934, 1.0], "mean": [0.04660360887646675, -0.051919158548116684, -0.05274033173918724, -0.007078529801219702, 0.0032991119660437107, 0.0018521342426538467, 0.22772277891635895], "std": [0.10623984038829803, 0.17851974070072174, 0.27316686511039734, 0.05069972947239876, 0.04476172477006912, 0.035229649394750595, 0.9737247824668884], "count": [202]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [1853], "max": [1853], "mean": [1853.0], "std": [0.0], "count": [202]}, "index": {"min": [599403], "max": [599604], "mean": [599503.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [202]}}} +{"episode_index": 1854, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5492446743834253]], [[0.5170404106588925]], [[0.4758154093424479]]], "std": [[[0.29568330572318496]], [[0.2730103700104934]], [[0.2564050486736782]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6335871935077741]], [[0.5913588382496553]], [[0.5410906443876379]]], "std": [[[0.2386664517279217]], [[0.21453353382301985]], [[0.18851603246522042]]], "count": [100]}, "state": {"min": [-0.21141386032104492, -0.18328599631786346, 0.9178391695022583, 3.035804033279419, -0.002081393962725997, -0.0323028601706028, 0.0033250434789806604, -0.03989230468869209], "max": [-0.07959895581007004, 0.031377263367176056, 1.1581181287765503, 3.275928497314453, 0.24836419522762299, 0.032413505017757416, 0.040004879236221313, -0.003407730720937252], "mean": [-0.16396033763885498, -0.05565028637647629, 1.0204477310180664, 3.1719319820404053, 0.10297317057847977, 0.0010405866196379066, 0.01857236586511135, -0.018471691757440567], "std": [0.049373943358659744, 0.07527806609869003, 0.061728380620479584, 0.06552805751562119, 0.0712091401219368, 0.018063444644212723, 0.017156625166535378, 0.017100464552640915], "count": [214]}, "actions": {"min": [-0.45242905616760254, -0.6800773739814758, -0.7067145705223083, -0.13695873320102692, -0.08716221898794174, -0.1488407403230667, -1.0], "max": [0.40560102462768555, 0.5437703728675842, 0.5301684141159058, 0.15255293250083923, 0.18739184737205505, 0.11670579761266708, 1.0], "mean": [0.03608324006199837, -0.04798821359872818, -0.05977153033018112, -0.002896876074373722, 0.004483379423618317, 0.0003148988471366465, 0.17757008969783783], "std": [0.10251353681087494, 0.1538955718278885, 0.24728280305862427, 0.03870582953095436, 0.044069111347198486, 0.03133339434862137, 0.984108567237854], "count": [214]}, "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": [1854], "max": [1854], "mean": [1854.0], "std": [0.0], "count": [214]}, "index": {"min": [599605], "max": [599818], "mean": [599711.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [214]}}} +{"episode_index": 1855, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.552574504179113]], [[0.5204492570465686]], [[0.47927963316674327]]], "std": [[[0.29478440102326453]], [[0.27245643077280457]], [[0.25621381432594076]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6404834953756894]], [[0.5987887303969439]], [[0.5494161347033931]]], "std": [[[0.22078545418890713]], [[0.19608775389973293]], [[0.16965228586624032]]], "count": [100]}, "state": {"min": [-0.21568287909030914, -0.18906399607658386, 0.9208824038505554, 3.0210704803466797, -0.10820173472166061, 0.05708645284175873, 0.004181931726634502, -0.03995612636208534], "max": [-0.07336262613534927, 0.037954386323690414, 1.1607553958892822, 3.2066686153411865, 0.1148662343621254, 0.21172811090946198, 0.03997361287474632, -0.004258996341377497], "mean": [-0.16162477433681488, -0.05316578969359398, 1.0301886796951294, 3.1138837337493896, -0.008777824230492115, 0.1550302356481552, 0.017624452710151672, -0.017657233402132988], "std": [0.05407549440860748, 0.08690725266933441, 0.05857856199145317, 0.05477762594819069, 0.06732557713985443, 0.03641524165868759, 0.016452839598059654, 0.01639704592525959], "count": [203]}, "actions": {"min": [-0.1342395693063736, -0.4660091996192932, -0.6280405521392822, -0.19467104971408844, -0.16424527764320374, -0.16491243243217468, -1.0], "max": [0.33850595355033875, 0.29732200503349304, 0.7839657068252563, 0.12040424346923828, 0.12165152281522751, 0.17837372422218323, 1.0], "mean": [0.05258709937334061, -0.0720830038189888, -0.057891812175512314, -0.007706237956881523, 0.0015803155256435275, 0.002575450576841831, 0.25123152136802673], "std": [0.08869512379169464, 0.14452524483203888, 0.24737010896205902, 0.04015093296766281, 0.04821019247174263, 0.04011961445212364, 0.9679271578788757], "count": [203]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [1855], "max": [1855], "mean": [1855.0], "std": [0.0], "count": [203]}, "index": {"min": [599819], "max": [600021], "mean": [599920.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [203]}}} +{"episode_index": 1856, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5504528856464461]], [[0.5183310080135569]], [[0.4773642380658318]]], "std": [[[0.2949692440851896]], [[0.2724485350379412]], [[0.2560279098502725]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6367892677456726]], [[0.5935084683287377]], [[0.5433039790134804]]], "std": [[[0.23519812370638676]], [[0.21021309835371066]], [[0.18339738724959545]]], "count": [100]}, "state": {"min": [-0.1954272985458374, -0.1584174633026123, 0.9246343374252319, 3.032625913619995, -0.07816709578037262, 0.001710879267193377, 0.003691294929012656, -0.03994577378034592], "max": [-0.09854703396558762, 0.06889647990465164, 1.129818320274353, 3.2481229305267334, 0.23680482804775238, 0.09780596196651459, 0.040006015449762344, -0.0038163778372108936], "mean": [-0.1545727550983429, -0.0248903576284647, 1.028678297996521, 3.1507456302642822, 0.0737638846039772, 0.05708027258515358, 0.01886693388223648, -0.01885106973350048], "std": [0.03487998619675636, 0.0899658128619194, 0.06130208075046539, 0.06781680136919022, 0.09352745860815048, 0.028472935780882835, 0.017121898010373116, 0.01704586111009121], "count": [191]}, "actions": {"min": [-0.15548790991306305, -1.008631944656372, -1.3089655637741089, -0.19370003044605255, -0.19089478254318237, -0.1477166712284088, -1.0], "max": [0.4220240116119385, 0.45891013741493225, 1.1222407817840576, 0.22320424020290375, 0.1094786524772644, 0.12262853980064392, 1.0], "mean": [0.03879706934094429, -0.07011597603559494, -0.048630375415086746, -0.005479590501636267, 0.004834956023842096, -0.00011742075730580837, 0.16230367124080658], "std": [0.0771283209323883, 0.1866745799779892, 0.2879440486431122, 0.050905272364616394, 0.04854971170425415, 0.0370640903711319, 0.9867413640022278], "count": [191]}, "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": [1856], "max": [1856], "mean": [1856.0], "std": [0.0], "count": [191]}, "index": {"min": [600022], "max": [600212], "mean": [600117.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [191]}}} +{"episode_index": 1857, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4698295282102099]], [[0.4419618895287607]], [[0.4060276794433594]]], "std": [[[0.25088892867427653]], [[0.23061420043977554]], [[0.21584938800424996]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.8980392156862745]]], "mean": [[[0.6037591923732384]], [[0.5622526185278799]], [[0.5216742266486672]]], "std": [[[0.23161141612413497]], [[0.1992174807218017]], [[0.1602516821983784]]], "count": [100]}, "state": {"min": [-0.259684294462204, -0.06692838668823242, 0.9115784764289856, 2.976262092590332, -0.1791730523109436, 0.03337489068508148, 0.0213971845805645, -0.040009837597608566], "max": [-0.1992911994457245, 0.22134360671043396, 1.1743100881576538, 3.2813916206359863, 0.03553636744618416, 0.14265693724155426, 0.039924949407577515, -0.020673267543315887], "mean": [-0.2253822684288025, 0.09679138660430908, 1.0323816537857056, 3.114154100418091, -0.07786324620246887, 0.07399120181798935, 0.030529629439115524, -0.03002219833433628], "std": [0.012244762852787971, 0.11000630259513855, 0.07304355502128601, 0.07437404245138168, 0.06328103691339493, 0.029479265213012695, 0.008956198580563068, 0.009124130010604858], "count": [305]}, "actions": {"min": [-0.2218298614025116, -0.8706382513046265, -0.4713982045650482, -0.23674659430980682, -0.17696255445480347, -0.15047548711299896, -1.0], "max": [0.2906821072101593, 0.8241580724716187, 0.7921308279037476, 0.2847020924091339, 0.14120252430438995, 0.130178764462471, 1.0], "mean": [0.015878770500421524, -0.013458194211125374, -0.04263469949364662, -0.001016052789054811, 0.0015105236088857055, 0.0009541370091028512, -0.009836065582931042], "std": [0.08161497116088867, 0.23511120676994324, 0.1885187029838562, 0.06951957941055298, 0.04870714992284775, 0.036086224019527435, 0.9999533295631409], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [1857], "max": [1857], "mean": [1857.0], "std": [0.0], "count": [305]}, "index": {"min": [600213], "max": [600517], "mean": [600365.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [305]}}} +{"episode_index": 1858, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.467246031518076]], [[0.4397676188151042]], [[0.40427777099609374]]], "std": [[[0.25146574222473767]], [[0.23126138152700346]], [[0.21645534800116553]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0196078431372549]], [[0.023529411764705882]]], "max": [[[0.9882352941176471]], [[0.9725490196078431]], [[0.8901960784313725]]], "mean": [[[0.614036880792356]], [[0.5695993951535693]], [[0.524489621629902]]], "std": [[[0.23347007282551668]], [[0.20208646772052064]], [[0.16529172499156097]]], "count": [100]}, "state": {"min": [-0.23340339958667755, -0.047883208841085434, 0.909674882888794, 2.999208450317383, -0.06165529042482376, -0.028048468753695488, 0.020965175703167915, -0.04000701382756233], "max": [-0.1622656136751175, 0.22265568375587463, 1.176948070526123, 3.2444746494293213, 0.11718861758708954, 0.0921683982014656, 0.03993712738156319, -0.02050093561410904], "mean": [-0.20201966166496277, 0.09951583296060562, 1.0178675651550293, 3.1293184757232666, -0.001462926622480154, 0.023371685296297073, 0.03110259771347046, -0.03104792721569538], "std": [0.020699517801404, 0.09768874198198318, 0.07027673721313477, 0.049693912267684937, 0.047248996794223785, 0.02920033596456051, 0.008976079523563385, 0.008899503387510777], "count": [207]}, "actions": {"min": [-0.7734196782112122, -0.906994104385376, -0.7435785531997681, -0.30398425459861755, -0.1765069216489792, -0.16080528497695923, -1.0], "max": [0.4454888105392456, 0.8940960764884949, 1.065433382987976, 0.20605866611003876, 0.17128324508666992, 0.16068673133850098, 1.0], "mean": [-0.0010260121198371053, 0.016575099900364876, -0.061379529535770416, 0.007502463646233082, -0.002489237580448389, -0.0024600045289844275, -0.1111111119389534], "std": [0.14434567093849182, 0.3191860020160675, 0.25758838653564453, 0.0689660906791687, 0.053526971489191055, 0.052306678146123886, 0.9938086867332458], "count": [207]}, "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": [1858], "max": [1858], "mean": [1858.0], "std": [0.0], "count": [207]}, "index": {"min": [600518], "max": [600724], "mean": [600621.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [207]}}} +{"episode_index": 1859, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46953277647729014]], [[0.4422735787185968]], [[0.4070869954427083]]], "std": [[[0.25163145406071397]], [[0.2321477924163512]], [[0.21821510002174918]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.8666666666666667]]], "mean": [[[0.6240269829245174]], [[0.5781773316626456]], [[0.5295760713465073]]], "std": [[[0.22146700182632734]], [[0.19147701645420498]], [[0.15896072334060643]]], "count": [100]}, "state": {"min": [-0.2267334908246994, -0.01591089367866516, 0.9173443913459778, 3.000947952270508, -0.3421136140823364, -0.06514333188533783, 0.021482687443494797, -0.0400066003203392], "max": [-0.16106431186199188, 0.2126351296901703, 1.1745012998580933, 3.1374521255493164, 0.00900665856897831, 0.12644171714782715, 0.03989902138710022, -0.020698340609669685], "mean": [-0.18488001823425293, 0.11081459373235703, 1.0300195217132568, 3.0647618770599365, -0.20618702471256256, 0.023576244711875916, 0.03086574748158455, -0.03061455674469471], "std": [0.014404543675482273, 0.08833524584770203, 0.061584677547216415, 0.028172926977276802, 0.10163833200931549, 0.06206395477056503, 0.008858931250870228, 0.009258204139769077], "count": [244]}, "actions": {"min": [-0.24261103570461273, -0.909197211265564, -0.804669976234436, -0.17193186283111572, -0.17812974750995636, -0.141170471906662, -1.0], "max": [0.33494412899017334, 0.681363046169281, 1.0798965692520142, 0.24427218735218048, 0.24538086354732513, 0.06930084526538849, 1.0], "mean": [0.016548162326216698, -0.00013481236237566918, -0.05530290678143501, 0.003852010006085038, -0.00814840942621231, -0.00483392970636487, -0.05737704783678055], "std": [0.09577605128288269, 0.2423616349697113, 0.21597029268741608, 0.05301336571574211, 0.04626857861876488, 0.03160465136170387, 0.9983516335487366], "count": [244]}, "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": [1859], "max": [1859], "mean": [1859.0], "std": [0.0], "count": [244]}, "index": {"min": [600725], "max": [600968], "mean": [600846.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [244]}}} +{"episode_index": 1860, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4673462344898897]], [[0.43976082296932445]], [[0.4041084516936657]]], "std": [[[0.25107419425379157]], [[0.2307670210794343]], [[0.21580286891620115]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9647058823529412]], [[0.9294117647058824]]], "mean": [[[0.6294201073740043]], [[0.5817019515692019]], [[0.5307179427801394]]], "std": [[[0.2256488787839288]], [[0.1962440142337502]], [[0.1639028196847469]]], "count": [100]}, "state": {"min": [-0.23777656257152557, -0.03507566079497337, 0.9101572632789612, 2.971125364303589, -0.1077110767364502, -0.0597495473921299, 0.020466068759560585, -0.04000374674797058], "max": [-0.15581320226192474, 0.23199191689491272, 1.160144329071045, 3.293853282928467, 0.09568659961223602, 0.07171058654785156, 0.04000420868396759, -0.02143992856144905], "mean": [-0.20526249706745148, 0.11515256017446518, 1.0343507528305054, 3.1241652965545654, -0.01030824612826109, 0.003639638191089034, 0.030931802466511726, -0.03130742907524109], "std": [0.021453382447361946, 0.09382603317499161, 0.06955870240926743, 0.06275670230388641, 0.05746159330010414, 0.025674493983387947, 0.009230152703821659, 0.008842552080750465], "count": [220]}, "actions": {"min": [-0.40462246537208557, -1.1635977029800415, -0.9194445013999939, -0.2381744086742401, -0.21870987117290497, -0.14087459444999695, -1.0], "max": [0.605726957321167, 2.419296979904175, 1.017762303352356, 0.4320991039276123, 0.28310179710388184, 0.1603994518518448, 1.0], "mean": [0.022243060171604156, 0.02031199261546135, -0.050050288438797, 0.0036397422663867474, -0.0013486328534781933, -0.002442470286041498, -0.10000000149011612], "std": [0.12552551925182343, 0.37736693024635315, 0.25595682859420776, 0.07695882022380829, 0.058826565742492676, 0.04515806958079338, 0.994988203048706], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [1860], "max": [1860], "mean": [1860.0], "std": [0.0], "count": [220]}, "index": {"min": [600969], "max": [601188], "mean": [601078.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [220]}}} +{"episode_index": 1861, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4683375992120481]], [[0.4408734316358379]], [[0.40553399179496014]]], "std": [[[0.2509096370780203]], [[0.23079011387724516]], [[0.21603899800466958]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9882352941176471]], [[0.9803921568627451]], [[0.8705882352941177]]], "mean": [[[0.6210927602730546]], [[0.5764907687318092]], [[0.5318688139073989]]], "std": [[[0.22496590146074882]], [[0.1934824945237881]], [[0.1561036494329269]]], "count": [100]}, "state": {"min": [-0.23070693016052246, -0.0228133387863636, 0.910949170589447, 2.9888505935668945, -0.15937404334545135, -0.06480428576469421, 0.021649781614542007, -0.04000673443078995], "max": [-0.17921583354473114, 0.20744594931602478, 1.1582658290863037, 3.2266197204589844, 0.10866020619869232, 0.10682838410139084, 0.03989331051707268, -0.020746035501360893], "mean": [-0.20288756489753723, 0.11930719763040543, 1.019463062286377, 3.101633310317993, -0.06471116095781326, 0.06481137126684189, 0.032531917095184326, -0.032176241278648376], "std": [0.01275152713060379, 0.08757120370864868, 0.06869904696941376, 0.07229029387235641, 0.07366874068975449, 0.03822075203061104, 0.00859308522194624, 0.009037424810230732], "count": [214]}, "actions": {"min": [-0.19381535053253174, -0.9054762721061707, -0.4614066779613495, -0.1223931759595871, -0.17234255373477936, -0.103587307035923, -1.0], "max": [0.4665679335594177, 0.7277628183364868, 0.8725451827049255, 0.17333997786045074, 0.11085327714681625, 0.22630226612091064, 1.0], "mean": [0.017460936680436134, -0.005730067379772663, -0.05194058269262314, 0.004166503436863422, -0.004053179174661636, -0.000613920739851892, -0.2429906576871872], "std": [0.09526807814836502, 0.2578243613243103, 0.22022639214992523, 0.04104753956198692, 0.04483146592974663, 0.04270429164171219, 0.9700289964675903], "count": [214]}, "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": [1861], "max": [1861], "mean": [1861.0], "std": [0.0], "count": [214]}, "index": {"min": [601189], "max": [601402], "mean": [601295.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [214]}}} +{"episode_index": 1862, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4658584373324525]], [[0.43854917279411765]], [[0.40320570403454353]]], "std": [[[0.25121707262088216]], [[0.23114289986025074]], [[0.2164375052324114]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[0.8901960784313725]]], "mean": [[[0.6054750055051317]], [[0.5623557553758808]], [[0.5193225247252221]]], "std": [[[0.2383804446830966]], [[0.20635667710379402]], [[0.168020186942231]]], "count": [100]}, "state": {"min": [-0.23292796313762665, -0.00852913223206997, 0.910493791103363, 3.0559182167053223, -0.13765345513820648, -0.14572352170944214, 0.021986333653330803, -0.04000287875533104], "max": [-0.18543308973312378, 0.20458263158798218, 1.172601342201233, 3.3334829807281494, 0.13095350563526154, 0.06579718738794327, 0.041178081184625626, -0.016312915831804276], "mean": [-0.21207989752292633, 0.10677144676446915, 1.0100493431091309, 3.188535451889038, -0.013398317620158195, -0.04335774853825569, 0.03189360350370407, -0.030678391456604004], "std": [0.014258946292102337, 0.08575838059186935, 0.07011892646551132, 0.07883694022893906, 0.07317107915878296, 0.06760900467634201, 0.008498371578752995, 0.009564489126205444], "count": [233]}, "actions": {"min": [-0.34871241450309753, -0.7943463325500488, -0.841032087802887, -0.25637826323509216, -0.21960145235061646, -0.1598062664270401, -1.0], "max": [0.31894105672836304, 0.9987986087799072, 0.8973521590232849, 0.1771751195192337, 0.2655172049999237, 0.13688331842422485, 1.0], "mean": [-0.01296691969037056, 0.014070959761738777, -0.06466876715421677, 0.003763466840609908, 0.0011961853597313166, -0.004927493166178465, -0.11587982624769211], "std": [0.10553144663572311, 0.2619782090187073, 0.25274890661239624, 0.05123265087604523, 0.060261040925979614, 0.036788489669561386, 0.9932635426521301], "count": [233]}, "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": [1862], "max": [1862], "mean": [1862.0], "std": [0.0], "count": [233]}, "index": {"min": [601403], "max": [601635], "mean": [601519.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [233]}}} +{"episode_index": 1863, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5618801173789829]], [[0.5308794112859988]], [[0.4920228510837929]]], "std": [[[0.28949003368772463]], [[0.268397706555144]], [[0.25290375241019636]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6406375487084482]], [[0.5976634605258119]], [[0.5486010107900582]]], "std": [[[0.2298598807576115]], [[0.20561648098452512]], [[0.18081049582910064]]], "count": [100]}, "state": {"min": [-0.18582531809806824, -0.25279921293258667, 0.9192926287651062, 3.0352320671081543, -0.11437917500734329, -0.11130734533071518, 0.002410813933238387, -0.04000750184059143], "max": [0.07454507797956467, -0.011121409013867378, 1.1827834844589233, 3.2087550163269043, 0.12551835179328918, 0.04976988956332207, 0.03999393805861473, -0.0023742790799587965], "mean": [-0.01362580992281437, -0.20160040259361267, 1.0839723348617554, 3.1065833568573, -0.009893693029880524, -0.042283717542886734, 0.02618279866874218, -0.02623935416340828], "std": [0.07762154936790466, 0.05169232189655304, 0.08375527709722519, 0.049631424248218536, 0.07712790369987488, 0.03905655816197395, 0.01728631556034088, 0.017340149730443954], "count": [293]}, "actions": {"min": [-1.0298393964767456, -0.5869415998458862, -0.6681801080703735, -0.14345131814479828, -0.123411625623703, -0.17359058558940887, -1.0], "max": [0.5967623591423035, 0.3494868874549866, 0.7661678791046143, 0.13767877221107483, 0.15090402960777283, 0.1998516023159027, 1.0], "mean": [0.013059649616479874, -0.05301149562001228, -0.06224801391363144, 1.8495462654755102e-06, -0.0011463405098766088, -0.001565388636663556, -0.255972683429718], "std": [0.19412703812122345, 0.15141025185585022, 0.20685391128063202, 0.04131012782454491, 0.03977511078119278, 0.050922323018312454, 0.9666842222213745], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [1863], "max": [1863], "mean": [1863.0], "std": [0.0], "count": [293]}, "index": {"min": [601636], "max": [601928], "mean": [601782.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [293]}}} +{"episode_index": 1864, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5562606386670879]], [[0.5248788871017157]], [[0.48526547420726107]]], "std": [[[0.2917028049105537]], [[0.26993537747585794]], [[0.2538088972692143]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6436654459635417]], [[0.5978277450262331]], [[0.5465186516256894]]], "std": [[[0.2309698493919103]], [[0.20566895294989113]], [[0.17963725897971267]]], "count": [100]}, "state": {"min": [-0.22574935853481293, -0.2990208566188812, 0.9291576743125916, 3.1052727699279785, -0.1264643669128418, -0.06471554934978485, 0.002358310390263796, -0.04000212997198105], "max": [0.08337174355983734, 0.01352169644087553, 1.2517145872116089, 3.241337776184082, 0.12741605937480927, 0.05080448463559151, 0.04000547528266907, -0.00233071343973279], "mean": [-0.020289069041609764, -0.23521746695041656, 1.1164883375167847, 3.173335075378418, 0.0028087091632187366, -0.006835604552179575, 0.026689281687140465, -0.026656651869416237], "std": [0.09137656539678574, 0.06724203377962112, 0.0944046601653099, 0.037840116769075394, 0.07170447707176208, 0.025034716352820396, 0.017541777342557907, 0.01755293644964695], "count": [358]}, "actions": {"min": [-0.896735668182373, -1.561083197593689, -0.6291618347167969, -0.1812368780374527, -0.18014636635780334, -0.11225535720586777, -1.0], "max": [0.583301305770874, 0.3457888960838318, 1.3486775159835815, 0.15705834329128265, 0.10973595827817917, 0.15218757092952728, 1.0], "mean": [0.018446151167154312, -0.05185414478182793, -0.04029638320207596, -0.0017775363521650434, -0.0035004206001758575, 0.0014130882918834686, -0.29608938097953796], "std": [0.1833762526512146, 0.19425688683986664, 0.2248290330171585, 0.04865776747465134, 0.038082122802734375, 0.044501543045043945, 0.955159068107605], "count": [358]}, "timestamp": {"min": [0.0], "max": [35.7], "mean": [17.849999999999998], "std": [10.334529500659427], "count": [358]}, "frame_index": {"min": [0], "max": [357], "mean": [178.5], "std": [103.34529500659427], "count": [358]}, "episode_index": {"min": [1864], "max": [1864], "mean": [1864.0], "std": [0.0], "count": [358]}, "index": {"min": [601929], "max": [602286], "mean": [602107.5], "std": [103.34529500659427], "count": [358]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [358]}}} +{"episode_index": 1865, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5635489023246018]], [[0.5323171057607614]], [[0.4929060986088772]]], "std": [[[0.29005794477043845]], [[0.269019690100195]], [[0.25364544965519403]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.6475133900361902]], [[0.6036935113645067]], [[0.5540452168782551]]], "std": [[[0.21727726094581104]], [[0.19235552215172377]], [[0.16695005912519734]]], "count": [100]}, "state": {"min": [-0.20721878111362457, -0.26280665397644043, 0.9271683692932129, 3.034626007080078, -0.20536355674266815, -0.10608338564634323, 0.001907623140141368, -0.0400049053132534], "max": [0.06181149557232857, 0.027791816741228104, 1.2361407279968262, 3.1820788383483887, 0.07809439301490784, 0.038456030189991, 0.03999718651175499, -0.001949429977685213], "mean": [-0.0263205673545599, -0.21626636385917664, 1.1043522357940674, 3.12343168258667, -0.0767013356089592, -0.0406908318400383, 0.028025178238749504, -0.028063908219337463], "std": [0.0771321952342987, 0.062289610505104065, 0.09257488697767258, 0.036100711673498154, 0.0777045339345932, 0.03537047654390335, 0.017124971374869347, 0.01713167317211628], "count": [327]}, "actions": {"min": [-0.7359640002250671, -1.0804756879806519, -0.6516892313957214, -0.21479295194149017, -0.18869340419769287, -0.16639287769794464, -1.0], "max": [0.5884445309638977, 0.4041486084461212, 1.0346919298171997, 0.16163061559200287, 0.13877078890800476, 0.2063550055027008, 1.0], "mean": [0.020936008542776108, -0.052310582250356674, -0.032242003828287125, -0.0015912291128188372, -0.0028010632377117872, -0.0014037353685125709, -0.3761467933654785], "std": [0.1836426705121994, 0.19586268067359924, 0.21897758543491364, 0.043851058930158615, 0.03820869326591492, 0.04561566933989525, 0.9265604615211487], "count": [327]}, "timestamp": {"min": [0.0], "max": [32.6], "mean": [16.3], "std": [9.439632761218343], "count": [327]}, "frame_index": {"min": [0], "max": [326], "mean": [163.0], "std": [94.39632761218344], "count": [327]}, "episode_index": {"min": [1865], "max": [1865], "mean": [1865.0], "std": [0.0], "count": [327]}, "index": {"min": [602287], "max": [602613], "mean": [602450.0], "std": [94.39632761218344], "count": [327]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [327]}}} +{"episode_index": 1866, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.560395471311083]], [[0.5295837324553845]], [[0.49083969834271596]]], "std": [[[0.29018247805230546]], [[0.269167389584784]], [[0.25396156684706006]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.6402601126876531]], [[0.596616724949257]], [[0.5474449325262332]]], "std": [[[0.23058097564674027]], [[0.20594557678616593]], [[0.18081217239635736]]], "count": [100]}, "state": {"min": [-0.1755230724811554, -0.23613683879375458, 0.9377060532569885, 3.015773296356201, -0.11496671289205551, -0.14070570468902588, 0.0018778889207169414, -0.04000731557607651], "max": [0.07147485017776489, -0.03117034025490284, 1.2383043766021729, 3.186828136444092, 0.07851763814687729, 0.022569049149751663, 0.03995558246970177, -0.0019285943126305938], "mean": [-0.003744311397895217, -0.19155487418174744, 1.1020705699920654, 3.091299295425415, -0.020967328920960426, -0.06210114434361458, 0.025944646447896957, -0.02605161815881729], "std": [0.07266725599765778, 0.04433119297027588, 0.09996458142995834, 0.04229195415973663, 0.06023941561579704, 0.043495118618011475, 0.017743919044733047, 0.01774371601641178], "count": [293]}, "actions": {"min": [-0.9624094367027283, -0.8578796982765198, -0.7288888692855835, -0.13676419854164124, -0.15974228084087372, -0.20855364203453064, -1.0], "max": [0.6993461847305298, 0.3991057276725769, 1.209360957145691, 0.1334594339132309, 0.1740896999835968, 0.13989323377609253, 1.0], "mean": [0.019268224015831947, -0.04244087636470795, -0.055941831320524216, 8.556089028388669e-07, -0.00048324072849936783, -0.002054775133728981, -0.26279863715171814], "std": [0.207662433385849, 0.15983043611049652, 0.23153406381607056, 0.039527278393507004, 0.03860847279429436, 0.04741212725639343, 0.9648510217666626], "count": [293]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.599999999999998], "std": [8.4581321815162], "count": [293]}, "frame_index": {"min": [0], "max": [292], "mean": [146.0], "std": [84.581321815162], "count": [293]}, "episode_index": {"min": [1866], "max": [1866], "mean": [1866.0], "std": [0.0], "count": [293]}, "index": {"min": [602614], "max": [602906], "mean": [602760.0], "std": [84.581321815162], "count": [293]}, "task_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [293]}}} +{"episode_index": 1867, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3835416409361596]], [[0.3592653904335172]], [[0.32938023466222427]]], "std": [[[0.2678421079716145]], [[0.2467030265026678]], [[0.22876938070977923]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5041517501531864]], [[0.4758200539981618]], [[0.4448096409217984]]], "std": [[[0.2743750221475786]], [[0.2487654331744898]], [[0.22398561155828697]]], "count": [100]}, "state": {"min": [-0.19278086721897125, 0.02942623384296894, 0.9306861162185669, 3.035545825958252, 0.02849525772035122, -0.12274304777383804, 0.002975866897031665, -0.04000632464885712], "max": [0.11813963949680328, 0.1622152477502823, 1.2054253816604614, 3.1449944972991943, 0.2490004003047943, 0.029117638245224953, 0.03991173207759857, -0.0040430291555821896], "mean": [0.00420667277649045, 0.06663628667593002, 1.0719934701919556, 3.073615312576294, 0.11745572090148926, -0.034059248864650726, 0.02456887997686863, -0.02475886605679989], "std": [0.07357614487409592, 0.04057683050632477, 0.08443276584148407, 0.025279192253947258, 0.0648975670337677, 0.036720480769872665, 0.017464324831962585, 0.01737021468579769], "count": [298]}, "actions": {"min": [-0.23854151368141174, -0.21316343545913696, -0.4529803991317749, -0.09347163885831833, -0.11745592206716537, -0.16690635681152344, -1.0], "max": [0.7748664021492004, 0.4760030210018158, 0.49342215061187744, 0.09013528376817703, 0.12633004784584045, 0.1353922039270401, 1.0], "mean": [0.09402215480804443, 0.031222257763147354, -0.03769823536276817, -0.001094022300094366, 0.003971254453063011, 0.0002657216973602772, -0.15436241030693054], "std": [0.15166960656642914, 0.11466962099075317, 0.18568825721740723, 0.029979631304740906, 0.036636482924222946, 0.03877902403473854, 0.9880136251449585], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [1867], "max": [1867], "mean": [1867.0], "std": [0.0], "count": [298]}, "index": {"min": [602907], "max": [603204], "mean": [603055.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [282], "max": [282], "mean": [282.0], "std": [0.0], "count": [298]}}} +{"episode_index": 1868, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37947964058670347]], [[0.3558311444450827]], [[0.3266593801461014]]], "std": [[[0.2677561861661593]], [[0.24713205087319026]], [[0.22982378966155928]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5062287448060279]], [[0.4779325316186045]], [[0.4473306765088848]]], "std": [[[0.27656205735402045]], [[0.25143255676134335]], [[0.22751727091303053]]], "count": [100]}, "state": {"min": [-0.2218381017446518, -0.007331766188144684, 0.9428023099899292, 2.951242446899414, 0.02172897197306156, -0.1842086911201477, 0.0014183077728375793, -0.040011096745729446], "max": [0.12683121860027313, 0.16481271386146545, 1.1331455707550049, 3.2627370357513428, 0.2611820101737976, 0.134623184800148, 0.039897751063108444, -0.003184000262990594], "mean": [0.017622115090489388, 0.0665813684463501, 1.0443964004516602, 3.0927367210388184, 0.15156961977481842, -0.03379940241575241, 0.02459494210779667, -0.025073541328310966], "std": [0.07992719113826752, 0.046885740011930466, 0.06044301390647888, 0.10511956363916397, 0.0657547190785408, 0.0824066773056984, 0.017591645941138268, 0.017272600904107094], "count": [251]}, "actions": {"min": [-0.5221604108810425, -0.30823686718940735, -0.6039437651634216, -0.1384691745042801, -0.16685879230499268, -0.23794835805892944, -1.0], "max": [0.9910250902175903, 0.4794730246067047, 0.43874719738960266, 0.14289924502372742, 0.22738249599933624, 0.11605661362409592, 1.0], "mean": [0.10987312346696854, 0.0476267971098423, -0.03237605467438698, 0.005377193447202444, -0.0008612181409262121, -6.802877032896504e-05, -0.17928287386894226], "std": [0.23269881308078766, 0.14801521599292755, 0.18322442471981049, 0.049249619245529175, 0.05426592007279396, 0.045903779566287994, 0.9837967157363892], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [1868], "max": [1868], "mean": [1868.0], "std": [0.0], "count": [251]}, "index": {"min": [603205], "max": [603455], "mean": [603330.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [282], "max": [282], "mean": [282.0], "std": [0.0], "count": [251]}}} +{"episode_index": 1869, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3813319337134268]], [[0.35732554895737595]], [[0.32756898468615964]]], "std": [[[0.2676176830485994]], [[0.2468246492757131]], [[0.2294840097897954]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5030011076085709]], [[0.4743042387120864]], [[0.4433087589039522]]], "std": [[[0.2749722913305628]], [[0.25037141690045206]], [[0.22665511186635465]]], "count": [100]}, "state": {"min": [-0.18762728571891785, -0.02667372301220894, 0.9224310517311096, 3.0762248039245605, -0.06967367231845856, -0.09501474350690842, 0.0036593694239854813, -0.039978478103876114], "max": [0.14796355366706848, 0.170060396194458, 1.210706353187561, 3.204986810684204, 0.17547670006752014, 0.08285986632108688, 0.040002357214689255, -0.004258211702108383], "mean": [0.004213306587189436, 0.043155573308467865, 1.0702050924301147, 3.1558430194854736, 0.009366272017359734, 0.009822622872889042, 0.024539655074477196, -0.024753887206315994], "std": [0.08986867964267731, 0.05043967068195343, 0.0926516205072403, 0.028352010995149612, 0.06949964165687561, 0.045473311096429825, 0.017054559662938118, 0.01683157868683338], "count": [248]}, "actions": {"min": [-0.3128167986869812, -0.3284827768802643, -0.613287091255188, -0.12737885117530823, -0.1621607095003128, -0.19128535687923431, -1.0], "max": [0.991115152835846, 0.5132235884666443, 0.9100513458251953, 0.1537114679813385, 0.2132589966058731, 0.1785535365343094, 1.0], "mean": [0.11365150660276413, 0.05787941813468933, -0.06031939387321472, 0.0028488885145634413, 0.007419121451675892, 0.0016804528422653675, -0.13709677755832672], "std": [0.1844402253627777, 0.13256482779979706, 0.23337465524673462, 0.039902541786432266, 0.059245336800813675, 0.05358806252479553, 0.990556538105011], "count": [248]}, "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": [1869], "max": [1869], "mean": [1869.0], "std": [0.0], "count": [248]}, "index": {"min": [603456], "max": [603703], "mean": [603579.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [282], "max": [282], "mean": [282.0], "std": [0.0], "count": [248]}}} +{"episode_index": 1870, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3853021958295037]], [[0.36114722696940105]], [[0.3311988579245175]]], "std": [[[0.2687233245930236]], [[0.24793764791963085]], [[0.23051038364201742]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5279492349063649]], [[0.49840484678979013]], [[0.46642375691731774]]], "std": [[[0.26394271117981494]], [[0.23866730404590256]], [[0.21442455314842218]]], "count": [100]}, "state": {"min": [-0.20163531601428986, -0.0018946499330922961, 0.9277511835098267, 3.089399576187134, -0.10579220205545425, -0.09980172663927078, 0.0031671018805354834, -0.04062753543257713], "max": [0.1259181946516037, 0.1635148674249649, 1.206099510192871, 3.152174711227417, 0.169834703207016, 0.14212025701999664, 0.03997838497161865, -0.003815122414380312], "mean": [0.003772648749873042, 0.06840357184410095, 1.0708305835723877, 3.12032151222229, -0.005269648507237434, 0.005728181917220354, 0.022507112473249435, -0.022564411163330078], "std": [0.07770399004220963, 0.05246588960289955, 0.0861329659819603, 0.013420975767076015, 0.07566505670547485, 0.06032371520996094, 0.017732972279191017, 0.017647145316004753], "count": [320]}, "actions": {"min": [-0.3020893335342407, -0.2582430839538574, -0.6156237125396729, -0.2026740163564682, -0.13246507942676544, -0.13511298596858978, -1.0], "max": [0.6413308382034302, 0.33327072858810425, 0.7446539998054504, 0.18230019509792328, 0.12578251957893372, 0.11874376237392426, 1.0], "mean": [0.08027757704257965, 0.03642246872186661, -0.04233739897608757, -0.0009515052661299706, 0.002759236376732588, 0.0013297501718625426, -0.04374999925494194], "std": [0.14658577740192413, 0.09786491096019745, 0.22037695348262787, 0.033171169459819794, 0.038517460227012634, 0.04216337203979492, 0.9990432262420654], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [1870], "max": [1870], "mean": [1870.0], "std": [0.0], "count": [320]}, "index": {"min": [603704], "max": [604023], "mean": [603863.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [282], "max": [282], "mean": [282.0], "std": [0.0], "count": [320]}}} +{"episode_index": 1871, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3812019372079887]], [[0.35671139765720744]], [[0.326375779095818]]], "std": [[[0.2684399068231774]], [[0.2470969954190583]], [[0.22900071001047456]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.37464181877585023]], [[0.35398719039617804]], [[0.3274291603237975]]], "std": [[[0.2948106612766521]], [[0.26405380790623595]], [[0.23519501139053148]]], "count": [100]}, "state": {"min": [-0.2368832528591156, 0.041131533682346344, 0.9161168932914734, 2.9392166137695312, -0.2611772119998932, 0.05980885401368141, 0.004831908270716667, -0.04000553861260414], "max": [0.13763085007667542, 0.17835073173046112, 1.1923611164093018, 3.1000897884368896, 0.13592387735843658, 0.35542547702789307, 0.04066876694560051, -0.005281468853354454], "mean": [-0.10448845475912094, 0.1126745417714119, 1.0828808546066284, 3.041367530822754, -0.11312071979045868, 0.19828283786773682, 0.018213901668787003, -0.0180785171687603], "std": [0.14096808433532715, 0.03893060237169266, 0.0888221263885498, 0.040561310946941376, 0.12492714077234268, 0.08743403106927872, 0.015780624002218246, 0.015498960390686989], "count": [339]}, "actions": {"min": [-0.25149843096733093, -0.5079554319381714, -0.8181512951850891, -0.17202407121658325, -0.12933921813964844, -0.15473735332489014, -1.0], "max": [0.8686829209327698, 0.69852614402771, 1.0382517576217651, 0.20435994863510132, 0.21509461104869843, 0.12215938419103622, 1.0], "mean": [0.08692292124032974, 0.03654896467924118, -0.02534978836774826, -0.0012759864330291748, 0.0006512111867778003, 0.00507892994210124, 0.31563422083854675], "std": [0.15683764219284058, 0.12262037396430969, 0.24174199998378754, 0.04051141440868378, 0.04250077158212662, 0.041556134819984436, 0.948880136013031], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [1871], "max": [1871], "mean": [1871.0], "std": [0.0], "count": [339]}, "index": {"min": [604024], "max": [604362], "mean": [604193.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [339]}}} +{"episode_index": 1872, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38070477534275426]], [[0.356009189381319]], [[0.3252666739669501]]], "std": [[[0.26777502629022737]], [[0.24585077401369282]], [[0.22717185648362737]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.37247803631950827]], [[0.35125080482632504]], [[0.32430542231541054]]], "std": [[[0.29730590189322526]], [[0.26642067537164227]], [[0.23742181888051916]]], "count": [100]}, "state": {"min": [-0.24196545779705048, 0.01476768497377634, 0.9202473759651184, 2.8442435264587402, -0.06990107893943787, 0.07746896892786026, 0.004413457587361336, -0.0399925671517849], "max": [0.13178758323192596, 0.18970447778701782, 1.1575076580047607, 3.177325963973999, 0.20875440537929535, 0.2601179778575897, 0.039928268641233444, -0.0049719614908099174], "mean": [-0.11249706894159317, 0.08862271159887314, 1.0631784200668335, 3.008627414703369, 0.0406307578086853, 0.18666237592697144, 0.01630878634750843, -0.01655317284166813], "std": [0.14313338696956635, 0.04326005280017853, 0.07199427485466003, 0.10689540952444077, 0.09335993230342865, 0.04928971827030182, 0.015232653357088566, 0.015000714920461178], "count": [218]}, "actions": {"min": [-0.27279728651046753, -0.2384852021932602, -1.1725459098815918, -0.13315609097480774, -0.22507458925247192, -0.14314772188663483, -1.0], "max": [1.065319538116455, 0.6285194754600525, 0.7057188153266907, 0.22873134911060333, 0.20407654345035553, 0.13839855790138245, 1.0], "mean": [0.14237350225448608, 0.0698382556438446, -0.025858312845230103, -0.0060799033381044865, 0.0018064252799376845, 0.003336740657687187, 0.3761467933654785], "std": [0.23880960047245026, 0.12882669270038605, 0.2866225242614746, 0.04597742110490799, 0.053649239242076874, 0.04669477418065071, 0.926559567451477], "count": [218]}, "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": [1872], "max": [1872], "mean": [1872.0], "std": [0.0], "count": [218]}, "index": {"min": [604363], "max": [604580], "mean": [604471.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [218]}}} +{"episode_index": 1873, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37864150103400734]], [[0.3543719512341069]], [[0.32432764150582105]]], "std": [[[0.2678220772211152]], [[0.24651808670714281]], [[0.2285354090639652]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9647058823529412]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3928433311312806]], [[0.3701112796559053]], [[0.341491517310049]]], "std": [[[0.29672457897628457]], [[0.265311137195528]], [[0.23558776853398572]]], "count": [100]}, "state": {"min": [-0.2772993743419647, 0.009661640971899033, 0.9255838394165039, 3.000418186187744, -0.17619538307189941, -0.01607516221702099, 0.0047125485725700855, -0.039972350001335144], "max": [0.15327152609825134, 0.209804967045784, 1.1546913385391235, 3.2272725105285645, 0.15966269373893738, 0.1474880874156952, 0.039991091936826706, -0.005330813582986593], "mean": [-0.1088220402598381, 0.10263489186763763, 1.056158423423767, 3.1008801460266113, -0.03394848853349686, 0.08623859286308289, 0.016167182475328445, -0.015811806544661522], "std": [0.1777849793434143, 0.047601986676454544, 0.07264228910207748, 0.06089972332119942, 0.11057715862989426, 0.04636233672499657, 0.014234283939003944, 0.014329028315842152], "count": [288]}, "actions": {"min": [-0.6396523118019104, -0.38444310426712036, -0.8611679673194885, -0.13675101101398468, -0.14626939594745636, -0.21211227774620056, -1.0], "max": [1.2600393295288086, 1.028489351272583, 0.7592979669570923, 0.1862017661333084, 0.16651618480682373, 0.1729212999343872, 1.0], "mean": [0.10934579372406006, 0.060172662138938904, -0.03354281932115555, 0.0016632821643725038, 0.002624605782330036, 0.0016718014376237988, 0.4583333432674408], "std": [0.24026724696159363, 0.14760637283325195, 0.2533814609050751, 0.05159895867109299, 0.05195966735482216, 0.05279822275042534, 0.8887778520584106], "count": [288]}, "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": [1873], "max": [1873], "mean": [1873.0], "std": [0.0], "count": [288]}, "index": {"min": [604581], "max": [604868], "mean": [604724.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [288]}}} +{"episode_index": 1874, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3735642448874081]], [[0.3493139050053615]], [[0.3189978141036688]]], "std": [[[0.2662263920031813]], [[0.24396145632467275]], [[0.22489881678607637]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.39464588000727635]], [[0.37021500651041667]], [[0.339021224676394]]], "std": [[[0.3011502358985405]], [[0.2693712319479466]], [[0.23951074198915404]]], "count": [100]}, "state": {"min": [-0.24279814958572388, -0.01796502247452736, 0.9224845170974731, 2.884387493133545, -0.1342095583677292, -1.3393597602844238, 0.01295605581253767, -0.04014900326728821], "max": [0.09747418016195297, 0.2108687162399292, 1.209580659866333, 3.296189308166504, 0.34607449173927307, 0.30552998185157776, 0.04006114602088928, -0.01335881371051073], "mean": [-0.13555704057216644, 0.14987343549728394, 1.0864590406417847, 3.107370138168335, 0.11014647781848907, -0.7101045846939087, 0.025024596601724625, -0.025624442845582962], "std": [0.11446526646614075, 0.04782712087035179, 0.08577311784029007, 0.1093364953994751, 0.14974673092365265, 0.5210089087486267, 0.01255639549344778, 0.01211739331483841], "count": [439]}, "actions": {"min": [-0.6233251094818115, -0.3870503008365631, -0.5414586067199707, -0.21625928580760956, -0.172056645154953, -0.38527023792266846, -1.0], "max": [0.5071464776992798, 0.4958794414997101, 0.8318407535552979, 0.17286133766174316, 0.15395474433898926, 0.29637253284454346, 1.0], "mean": [0.04264889284968376, 0.04110396280884743, -0.009011895395815372, 0.0009068739600479603, -0.0034039875026792288, 0.004445706028491259, 0.13895216584205627], "std": [0.17203661799430847, 0.13673967123031616, 0.20052242279052734, 0.04630028083920479, 0.05153591185808182, 0.09476487338542938, 0.9902968406677246], "count": [439]}, "timestamp": {"min": [0.0], "max": [43.8], "mean": [21.900000000000002], "std": [12.67280552995271], "count": [439]}, "frame_index": {"min": [0], "max": [438], "mean": [219.0], "std": [126.7280552995271], "count": [439]}, "episode_index": {"min": [1874], "max": [1874], "mean": [1874.0], "std": [0.0], "count": [439]}, "index": {"min": [604869], "max": [605307], "mean": [605088.0], "std": [126.7280552995271], "count": [439]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [439]}}} +{"episode_index": 1875, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3749097403732001]], [[0.3511445462095971]], [[0.3216054256663603]]], "std": [[[0.26746994134722274]], [[0.24634849301676912]], [[0.2285852218954934]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.37092665668562347]], [[0.35088418758616724]], [[0.32464464374617036]]], "std": [[[0.29458472323237483]], [[0.2635862554150203]], [[0.23483095198290094]]], "count": [100]}, "state": {"min": [-0.26422569155693054, 0.044047798961400986, 0.924862802028656, 2.9994869232177734, -0.14518937468528748, 0.006000518333166838, 0.004538129549473524, -0.03993798792362213], "max": [0.1374369114637375, 0.21058401465415955, 1.1240488290786743, 3.20542311668396, 0.1554655283689499, 0.19608743488788605, 0.04000503569841385, -0.004981901962310076], "mean": [-0.09662776440382004, 0.1220875084400177, 1.0310503244400024, 3.092188596725464, -0.010068862698972225, 0.12056201696395874, 0.016429129987955093, -0.01654360629618168], "std": [0.1530548483133316, 0.04668251797556877, 0.05804252251982689, 0.07137216627597809, 0.0906929075717926, 0.04220079630613327, 0.014691636897623539, 0.01455731876194477], "count": [274]}, "actions": {"min": [-0.33156275749206543, -0.18560539186000824, -0.5221983194351196, -0.1556110680103302, -0.16929568350315094, -0.20131583511829376, -1.0], "max": [1.775850772857666, 0.44295936822891235, 0.4383147656917572, 0.13224029541015625, 0.11236386746168137, 0.1368023306131363, 1.0], "mean": [0.11374460905790329, 0.051610395312309265, -0.023372411727905273, -0.0032612166833132505, -0.0012818168615922332, 0.004830669611692429, 0.41605839133262634], "std": [0.21928149461746216, 0.10764797776937485, 0.20182116329669952, 0.03872201591730118, 0.048911236226558685, 0.044947367161512375, 0.9093378186225891], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [1875], "max": [1875], "mean": [1875.0], "std": [0.0], "count": [274]}, "index": {"min": [605308], "max": [605581], "mean": [605444.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [274]}}} +{"episode_index": 1876, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38095450427485444]], [[0.3566193207385493]], [[0.32626005883310355]]], "std": [[[0.26964955808696245]], [[0.24831976037534298]], [[0.23047558570761678]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5223140438304228]], [[0.48679423133999694]], [[0.4479054320092295]]], "std": [[[0.29632410971522394]], [[0.26915523437770306]], [[0.24164130852794974]]], "count": [100]}, "state": {"min": [-0.190847709774971, -0.1218147799372673, 0.9147037863731384, 2.7368550300598145, 0.11450211703777313, -0.3516564667224884, -0.0006557973683811724, -0.04000444710254669], "max": [0.03130137547850609, 0.054614536464214325, 1.1636788845062256, 3.180391311645508, 0.29785284399986267, -0.07944165915250778, 0.03996353596448898, -0.00409012520685792], "mean": [-0.00846041925251484, 0.006305747199803591, 1.0317074060440063, 3.054401159286499, 0.1899474561214447, -0.19312308728694916, 0.02819952555000782, -0.028425978496670723], "std": [0.054799698293209076, 0.04594162851572037, 0.09519819915294647, 0.10131563991308212, 0.05499101057648659, 0.0843358263373375, 0.01675848476588726, 0.016261357814073563], "count": [224]}, "actions": {"min": [-0.15610772371292114, -0.5504321455955505, -0.6219356656074524, -0.18238238990306854, -0.06537848711013794, -0.1232018917798996, -1.0], "max": [0.5383211970329285, 0.30999964475631714, 0.19370019435882568, 0.11262374371290207, 0.12688212096691132, 0.11306045204401016, 1.0], "mean": [0.07257244735956192, -0.07798151671886444, -0.060567401349544525, -0.013202565722167492, 0.005231975112110376, -0.006107562221586704, -0.3035714328289032], "std": [0.1430065780878067, 0.18293410539627075, 0.1610364466905594, 0.040527332574129105, 0.034182917326688766, 0.04607909917831421, 0.9528080224990845], "count": [224]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.466258578188781], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [1876], "max": [1876], "mean": [1876.0], "std": [0.0], "count": [224]}, "index": {"min": [605582], "max": [605805], "mean": [605693.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [224]}}} +{"episode_index": 1877, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37838430127910544]], [[0.35433648442287075]], [[0.32429754638671876]]], "std": [[[0.2697881829949501]], [[0.248783501305365]], [[0.23125644036851947]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5351411390117571]], [[0.4986664889466529]], [[0.45873786537320005]]], "std": [[[0.2910860877925469]], [[0.26416293356814424]], [[0.23704541791496955]]], "count": [100]}, "state": {"min": [-0.19152893126010895, -0.10267089307308197, 0.9153361320495605, 2.4142839908599854, 0.09273084998130798, -0.2395673543214798, 0.0015087696956470609, -0.04000436142086983], "max": [0.03952355310320854, 0.04726194217801094, 1.1494503021240234, 3.1600492000579834, 0.2801171839237213, 0.052311696112155914, 0.039990462362766266, -0.004179727286100388], "mean": [-0.016420599073171616, -0.004242085851728916, 1.007080316543579, 2.9753549098968506, 0.20576325058937073, -0.09807323664426804, 0.02344393916428089, -0.02438570186495781], "std": [0.049905676394701004, 0.039909880608320236, 0.09431204944849014, 0.2026224136352539, 0.05592167004942894, 0.08284754306077957, 0.01795363239943981, 0.016965044662356377], "count": [246]}, "actions": {"min": [-0.3327479660511017, -0.8382648229598999, -0.5989223718643188, -0.16123495995998383, -0.14453403651714325, -0.18807557225227356, -1.0], "max": [0.5189616084098816, 0.4271153509616852, 0.26545265316963196, 0.14426973462104797, 0.1783442497253418, 0.1645238697528839, 1.0], "mean": [0.03572465851902962, -0.13657815754413605, -0.05150282010436058, -0.01921539008617401, 0.004600044339895248, -0.008051353506743908, -0.056910570710897446], "std": [0.1748698353767395, 0.22514569759368896, 0.15312831103801727, 0.05135147646069527, 0.03956728056073189, 0.058560390025377274, 0.9983807802200317], "count": [246]}, "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": [1877], "max": [1877], "mean": [1877.0], "std": [0.0], "count": [246]}, "index": {"min": [605806], "max": [606051], "mean": [605928.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [246]}}} +{"episode_index": 1878, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3773919629863664]], [[0.35303486304189646]], [[0.3226512014351639]]], "std": [[[0.2675501462060054]], [[0.24601009201075602]], [[0.22785011949500306]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.4858609038708257]], [[0.4526165771484375]], [[0.4162430946499694]]], "std": [[[0.29358592458960664]], [[0.2671672839387179]], [[0.2398439737545367]]], "count": [100]}, "state": {"min": [-0.22321593761444092, -0.10267994552850723, 0.9372890591621399, 2.8240835666656494, -0.04670754820108414, -0.3043287396430969, -0.0007302550948224962, -0.04000367596745491], "max": [0.04868461936712265, 0.042735546827316284, 1.2256666421890259, 3.226120948791504, 0.17153725028038025, -0.014046384021639824, 0.03996381536126137, -0.00463078822940588], "mean": [-0.026792731136083603, -0.0014416469493880868, 1.0962584018707275, 3.093700408935547, 0.06752179563045502, -0.1706727296113968, 0.0334528423845768, -0.03399551659822464], "std": [0.09339538216590881, 0.035003285855054855, 0.10629966109991074, 0.07332780957221985, 0.07329299300909042, 0.08155640214681625, 0.013591976836323738, 0.01238744705915451], "count": [198]}, "actions": {"min": [-0.2808849811553955, -1.3004318475723267, -0.49132996797561646, -0.19761915504932404, -0.1980966180562973, -0.1677374541759491, -1.0], "max": [0.7449605464935303, 0.34267592430114746, 0.4412519931793213, 0.09122731536626816, 0.10540743917226791, 0.18451493978500366, 1.0], "mean": [0.10368241369724274, -0.06868443638086319, -0.08766256272792816, -0.012718725949525833, 0.007677680347114801, -0.008796855807304382, -0.6060606241226196], "std": [0.18315665423870087, 0.22319523990154266, 0.1530466377735138, 0.04482542350888252, 0.0472470223903656, 0.059737179428339005, 0.7954182624816895], "count": [198]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.715694766751167], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [1878], "max": [1878], "mean": [1878.0], "std": [0.0], "count": [198]}, "index": {"min": [606052], "max": [606249], "mean": [606150.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [198]}}} +{"episode_index": 1879, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3774756110696232]], [[0.35342334941789216]], [[0.32341707596124386]]], "std": [[[0.26985240626952617]], [[0.24875432350771232]], [[0.2311283213845184]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.4898021048751532]], [[0.456906535429113]], [[0.42083715700635727]]], "std": [[[0.29801079961381316]], [[0.27081067580123425]], [[0.2428655981703269]]], "count": [100]}, "state": {"min": [-0.19077728688716888, -0.10417339950799942, 0.9383444786071777, 2.791196346282959, 0.05802132189273834, -0.2744382321834564, -0.0008678979938849807, -0.03998950123786926], "max": [0.06701894849538803, 0.041851069778203964, 1.147131085395813, 3.2029738426208496, 0.38396957516670227, -0.030650559812784195, 0.04013770446181297, -0.004499714355915785], "mean": [0.0014743399806320667, 0.004178990609943867, 1.050491452217102, 3.096940040588379, 0.21465083956718445, -0.13530847430229187, 0.02988257072865963, -0.030996954068541527], "std": [0.07605751603841782, 0.04036794975399971, 0.07893884927034378, 0.10008031874895096, 0.11204627901315689, 0.0606195367872715, 0.016270006075501442, 0.014558992348611355], "count": [151]}, "actions": {"min": [-0.13210247457027435, -0.8501707315444946, -0.5064847469329834, -0.21764245629310608, -0.08337090164422989, -0.14252710342407227, -1.0], "max": [1.2894471883773804, 0.29087018966674805, 0.2719070315361023, 0.09979838132858276, 0.11029849201440811, 0.08813013136386871, 1.0], "mean": [0.13479256629943848, -0.08814103156328201, -0.10258789360523224, -0.012776486575603485, 0.014231187291443348, -0.006037378683686256, -0.4039735198020935], "std": [0.20270931720733643, 0.2211400866508484, 0.16565817594528198, 0.05828065797686577, 0.03408429026603699, 0.043451711535453796, 0.9147711396217346], "count": [151]}, "timestamp": {"min": [0.0], "max": [15.0], "mean": [7.5], "std": [4.358898943540674], "count": [151]}, "frame_index": {"min": [0], "max": [150], "mean": [75.0], "std": [43.58898943540674], "count": [151]}, "episode_index": {"min": [1879], "max": [1879], "mean": [1879.0], "std": [0.0], "count": [151]}, "index": {"min": [606250], "max": [606400], "mean": [606325.0], "std": [43.58898943540674], "count": [151]}, "task_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [151]}}} +{"episode_index": 1880, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38147225783923533]], [[0.35658528521640454]], [[0.3257983643436185]]], "std": [[[0.2666792642721334]], [[0.2445326750787716]], [[0.22553788727947333]]], "count": [106]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.5025978390393414]], [[0.46898554930014824]], [[0.4317773026534464]]], "std": [[[0.2983774101266962]], [[0.27446763697533005]], [[0.250848282576476]]], "count": [106]}, "state": {"min": [-0.18817615509033203, -0.1212640255689621, 0.9191150665283203, 2.747418165206909, -0.5190597176551819, -1.2339448928833008, 0.03378823399543762, -0.04046759381890297], "max": [0.004275417886674404, 0.11011684685945511, 1.2452863454818726, 3.0979654788970947, 0.04325982928276062, 0.19558928906917572, 0.04037710651755333, -0.028955411165952682], "mean": [-0.03388679027557373, 0.03167755529284477, 1.0584453344345093, 2.966874837875366, -0.15250667929649353, -0.8761274218559265, 0.039786726236343384, -0.03965311497449875], "std": [0.03277544304728508, 0.04902629181742668, 0.12108880281448364, 0.06718384474515915, 0.11858279258012772, 0.4677430987358093, 0.00039624806959182024, 0.0011738042812794447], "count": [502]}, "actions": {"min": [-0.6166356801986694, -1.0827772617340088, -0.897139310836792, -0.3008001148700714, -0.22784097492694855, -0.6877686381340027, -1.0], "max": [0.6747744679450989, 0.6626526713371277, 0.4998997747898102, 0.21149969100952148, 0.1671232283115387, 0.2197534143924713, -1.0], "mean": [0.025501444935798645, -0.042548444122076035, -0.04495209828019142, -0.008070118725299835, 0.0005042164120823145, -0.02080153115093708, -1.0], "std": [0.16302156448364258, 0.1908329278230667, 0.1540832817554474, 0.053246449679136276, 0.047845546156167984, 0.09204711019992828, 0.0], "count": [502]}, "timestamp": {"min": [0.0], "max": [50.1], "mean": [25.049999999999997], "std": [14.491463004127636], "count": [502]}, "frame_index": {"min": [0], "max": [501], "mean": [250.5], "std": [144.91463004127638], "count": [502]}, "episode_index": {"min": [1880], "max": [1880], "mean": [1880.0], "std": [0.0], "count": [502]}, "index": {"min": [606401], "max": [606902], "mean": [606651.5], "std": [144.91463004127638], "count": [502]}, "task_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [502]}}} +{"episode_index": 1881, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37631267353132664]], [[0.3522807341930913]], [[0.3222247464049096]]], "std": [[[0.26845865679060044]], [[0.2472177879720745]], [[0.2294101904687266]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5236603273877911]], [[0.48911056518554685]], [[0.4511417894550398]]], "std": [[[0.292200214362024]], [[0.2647856474434936]], [[0.23758614768953867]]], "count": [100]}, "state": {"min": [-0.19136948883533478, -0.1055067926645279, 0.9195373058319092, 2.4746484756469727, 0.13259808719158173, -0.10980224609375, 0.002434571273624897, -0.04000396281480789], "max": [0.031398750841617584, 0.05708163604140282, 1.1506268978118896, 3.169218063354492, 0.29779931902885437, 0.046020783483982086, 0.03998491168022156, -0.003850485198199749], "mean": [-0.02381245791912079, 0.013189294375479221, 1.0274829864501953, 3.0696873664855957, 0.21168258786201477, -0.03746794909238815, 0.027068186551332474, -0.027262307703495026], "std": [0.049002207815647125, 0.039997708052396774, 0.0902000367641449, 0.12802478671073914, 0.03534342721104622, 0.03753833472728729, 0.017093708738684654, 0.01687624305486679], "count": [215]}, "actions": {"min": [-0.4914037883281708, -0.9230702519416809, -0.6420767903327942, -0.2952926456928253, -0.160324364900589, -0.15848568081855774, -1.0], "max": [0.5742602944374084, 0.2552260756492615, 0.32495057582855225, 0.13924020528793335, 0.20461557805538177, 0.21972818672657013, 1.0], "mean": [0.06285104155540466, -0.11475759744644165, -0.06647216528654099, -0.022056683897972107, 0.004854009952396154, 0.002121054334565997, -0.24651162326335907], "std": [0.1806722730398178, 0.23333735764026642, 0.16190575063228607, 0.06546115130186081, 0.053289156407117844, 0.06015459820628166, 0.969139575958252], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [1881], "max": [1881], "mean": [1881.0], "std": [0.0], "count": [215]}, "index": {"min": [606903], "max": [607117], "mean": [607010.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [215]}}} +{"episode_index": 1882, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38351979693244487]], [[0.35806965128580726]], [[0.3266635215609682]]], "std": [[[0.2675147779627266]], [[0.24532787383021254]], [[0.22627817652642776]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.36521980973786]], [[0.34451484291226253]], [[0.3182513673071768]]], "std": [[[0.29442587042319907]], [[0.2642857101333583]], [[0.23574439726383273]]], "count": [100]}, "state": {"min": [-0.26245400309562683, -0.10204944014549255, 0.9149119853973389, 2.5398716926574707, -0.2619841694831848, -0.024339882656931877, 0.0016384549671784043, -0.040007222443819046], "max": [0.009854105301201344, 0.11291427165269852, 1.1796373128890991, 3.1004228591918945, 0.14060597121715546, 0.3595695197582245, 0.04110529646277428, -0.004047082271426916], "mean": [-0.1708441823720932, 0.06860032677650452, 1.062166452407837, 2.9810686111450195, -0.056674882769584656, 0.10668640583753586, 0.017017168924212456, -0.017559072002768517], "std": [0.08734941482543945, 0.04211358726024628, 0.08585293591022491, 0.12096373736858368, 0.14552269876003265, 0.08166983723640442, 0.01600184664130211, 0.015646563842892647], "count": [303]}, "actions": {"min": [-0.2572404444217682, -0.9130966067314148, -0.6014922857284546, -0.17455974221229553, -0.13199672102928162, -0.22846588492393494, -1.0], "max": [0.48839327692985535, 0.36643534898757935, 0.7906125783920288, 0.20027640461921692, 0.19123446941375732, 0.19446620345115662, 1.0], "mean": [0.06396089494228363, -0.025155408307909966, -0.016925666481256485, -0.011117168702185154, -0.0014337343163788319, 0.006256850436329842, 0.37293729186058044], "std": [0.13700172305107117, 0.18940189480781555, 0.21850593388080597, 0.04864318668842316, 0.04974928870797157, 0.052957337349653244, 0.9278557896614075], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [1882], "max": [1882], "mean": [1882.0], "std": [0.0], "count": [303]}, "index": {"min": [607118], "max": [607420], "mean": [607269.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [303]}}} +{"episode_index": 1883, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38064519425934434]], [[0.355518829944087]], [[0.3243903138403799]]], "std": [[[0.2664130599357607]], [[0.243950577491209]], [[0.2245788011413158]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.32891808064778644]], [[0.3109074192421109]], [[0.286814728381587]]], "std": [[[0.29635654123668487]], [[0.26656815622047253]], [[0.23830815664054522]]], "count": [100]}, "state": {"min": [-0.23934181034564972, -0.11727765202522278, 0.9227467775344849, 2.670041799545288, -0.0050020720809698105, -0.023035110905766487, -0.00027424487052485347, -0.03993741795420647], "max": [0.0170512143522501, 0.11079145967960358, 1.156309962272644, 3.2393798828125, 0.284792423248291, 0.1917542964220047, 0.04055169224739075, -0.005190849304199219], "mean": [-0.15477319061756134, 0.06246623769402504, 1.0520521402359009, 3.081015110015869, 0.1299591362476349, 0.0792243480682373, 0.016300983726978302, -0.016504187136888504], "std": [0.08577478677034378, 0.045990683138370514, 0.07801473140716553, 0.12471120059490204, 0.09910876303911209, 0.06470389664173126, 0.01482470240443945, 0.014690471813082695], "count": [240]}, "actions": {"min": [-0.4042741060256958, -0.7469202280044556, -0.7862091064453125, -0.15941905975341797, -0.12378983944654465, -0.1813911497592926, -1.0], "max": [0.7997156977653503, 0.34741130471229553, 0.5736668109893799, 0.13900130987167358, 0.17851153016090393, 0.14777080714702606, 1.0], "mean": [0.09240707755088806, -0.052509114146232605, -0.01214622426778078, -0.0152464359998703, -0.0010614643106237054, 0.0075306361541152, 0.4749999940395355], "std": [0.18857362866401672, 0.191103994846344, 0.23476532101631165, 0.05114895477890968, 0.052783895283937454, 0.055569909512996674, 0.8799837827682495], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [1883], "max": [1883], "mean": [1883.0], "std": [0.0], "count": [240]}, "index": {"min": [607421], "max": [607660], "mean": [607540.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [240]}}} +{"episode_index": 1884, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38481568759095436]], [[0.3591965379901961]], [[0.3277974069632736]]], "std": [[[0.26781367531336564]], [[0.24567202257775947]], [[0.22671063876894723]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.3573585252948836]], [[0.3374854305491728]], [[0.3121991337794883]]], "std": [[[0.29432392616686825]], [[0.26415233133625116]], [[0.2357343255034471]]], "count": [100]}, "state": {"min": [-0.24901142716407776, -0.10037317126989365, 0.9178847074508667, 2.60811448097229, -0.3225712180137634, 0.019416827708482742, -0.00025589007418602705, -0.039976321160793304], "max": [-0.03763968124985695, 0.13142894208431244, 1.1744869947433472, 3.1495773792266846, 0.17750024795532227, 0.40912142395973206, 0.04111332818865776, -0.004788522608578205], "mean": [-0.1780421882867813, 0.08210635185241699, 1.0735610723495483, 2.9774227142333984, -0.09509694576263428, 0.21054953336715698, 0.012826718389987946, -0.013649201951920986], "std": [0.0683239996433258, 0.0477430485188961, 0.0864325538277626, 0.12072472274303436, 0.16420353949069977, 0.10034114122390747, 0.013580352067947388, 0.013523498550057411], "count": [304]}, "actions": {"min": [-0.4036633372306824, -1.1406570672988892, -1.3258110284805298, -0.21437425911426544, -0.1708013266324997, -0.12140433490276337, -1.0], "max": [0.47530606389045715, 0.47010892629623413, 0.4165172576904297, 0.13874541223049164, 0.1579308807849884, 0.1637537032365799, 1.0], "mean": [0.06290344893932343, -0.03360409662127495, -0.011064557358622551, -0.010489188134670258, -0.0044762506149709225, 0.008387369103729725, 0.6052631735801697], "std": [0.1273510605096817, 0.191763773560524, 0.22596949338912964, 0.04347118362784386, 0.04759454354643822, 0.04895026981830597, 0.7960285544395447], "count": [304]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.15], "std": [8.775676612090944], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [1884], "max": [1884], "mean": [1884.0], "std": [0.0], "count": [304]}, "index": {"min": [607661], "max": [607964], "mean": [607812.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [304]}}} +{"episode_index": 1885, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3814891363405714]], [[0.355978707706227]], [[0.3245394789751838]]], "std": [[[0.267774522457338]], [[0.24530705138590264]], [[0.2260731991986488]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.3561888792748545]], [[0.3356138078278186]], [[0.3092069576487822]]], "std": [[[0.2971610826159498]], [[0.26726683287610115]], [[0.23862708559930243]]], "count": [100]}, "state": {"min": [-0.23883195221424103, -0.09716532379388809, 0.9266355037689209, 2.6249237060546875, -0.21267537772655487, 0.008600116707384586, -0.0003965332289226353, -0.03996136039495468], "max": [-0.004683069884777069, 0.11132661998271942, 1.1757233142852783, 3.306553840637207, 0.21628372371196747, 0.2486884742975235, 0.040015146136283875, -0.005570679437369108], "mean": [-0.17333202064037323, 0.06232277676463127, 1.073599100112915, 3.110426187515259, 0.00791709590703249, 0.08601810783147812, 0.018069952726364136, -0.018671682104468346], "std": [0.07057066261768341, 0.0418100580573082, 0.08628304302692413, 0.1422039419412613, 0.1425364464521408, 0.05333573371171951, 0.015651609748601913, 0.015278606675565243], "count": [259]}, "actions": {"min": [-0.28698965907096863, -1.3673769235610962, -0.8080620765686035, -0.22812442481517792, -0.1429845690727234, -0.16635186970233917, -1.0], "max": [0.6157755851745605, 0.7222705483436584, 0.5648100972175598, 0.14575062692165375, 0.1984303593635559, 0.17745353281497955, 1.0], "mean": [0.07502079010009766, -0.04560847580432892, -0.01099504716694355, -0.014333662576973438, -0.0013008899986743927, 0.00375686795450747, 0.35907337069511414], "std": [0.14332224428653717, 0.21766577661037445, 0.23549242317676544, 0.051935452967882156, 0.05647391080856323, 0.048192139714956284, 0.9333076477050781], "count": [259]}, "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": [1885], "max": [1885], "mean": [1885.0], "std": [0.0], "count": [259]}, "index": {"min": [607965], "max": [608223], "mean": [608094.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [259]}}} +{"episode_index": 1886, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38203866098441325]], [[0.357012721043007]], [[0.32590816961550245]]], "std": [[[0.26804704219032083]], [[0.24630289920446866]], [[0.22781834177762098]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.488329355875651]], [[0.45849255251416976]], [[0.426154764212814]]], "std": [[[0.28125438261018354]], [[0.25711084247002225]], [[0.23339463489637532]]], "count": [100]}, "state": {"min": [-0.20696447789669037, -0.17201870679855347, 0.9357802271842957, 3.093338966369629, -0.22985723614692688, -0.05040833353996277, 0.0041837855242192745, -0.0399479903280735], "max": [-0.010092227719724178, 0.04451855272054672, 1.2264416217803955, 3.2561233043670654, 0.08963456004858017, 0.11325255036354065, 0.04000658914446831, -0.004455422982573509], "mean": [-0.06611282378435135, -0.007356116082519293, 1.1248486042022705, 3.1965878009796143, -0.05126028135418892, 0.02479478344321251, 0.023579249158501625, -0.023576967418193817], "std": [0.05442215874791145, 0.0677526667714119, 0.09577290713787079, 0.044665053486824036, 0.07547660917043686, 0.04118780046701431, 0.017206521704792976, 0.017106223851442337], "count": [281]}, "actions": {"min": [-0.4127340316772461, -0.8454800248146057, -0.730253279209137, -0.15662884712219238, -0.19108007848262787, -0.24258828163146973, -1.0], "max": [0.9479197859764099, 0.38821226358413696, 1.2810218334197998, 0.1385381817817688, 0.1852414906024933, 0.12411133199930191, 1.0], "mean": [0.033422719687223434, -0.04658685624599457, -0.003665356431156397, -0.00264229835011065, -0.0019135604379698634, -0.0026894905604422092, -0.08896797150373459], "std": [0.16797104477882385, 0.17945004999637604, 0.27381324768066406, 0.04160098358988762, 0.0547296442091465, 0.04886654019355774, 0.9960347414016724], "count": [281]}, "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": [1886], "max": [1886], "mean": [1886.0], "std": [0.0], "count": [281]}, "index": {"min": [608224], "max": [608504], "mean": [608364.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [281]}}} +{"episode_index": 1887, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38108442538392306]], [[0.3559293942918964]], [[0.32460203582165287]]], "std": [[[0.267163564208067]], [[0.2449009715180867]], [[0.22575460237904918]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4591287560556449]], [[0.4303328983082491]], [[0.39881474034926473]]], "std": [[[0.28976952022537833]], [[0.26458042492909656]], [[0.23924953566395862]]], "count": [100]}, "state": {"min": [-0.21673263609409332, -0.21268810331821442, 0.9218484163284302, 2.993630886077881, 0.030649200081825256, -0.06470383703708649, 0.003987714182585478, -0.03993009030818939], "max": [0.018883371725678444, 0.04197215661406517, 1.2028748989105225, 3.307084083557129, 0.30894583463668823, 0.11929351091384888, 0.04000598192214966, -0.0038177925162017345], "mean": [-0.06602782756090164, -0.01942596212029457, 1.1055151224136353, 3.190190315246582, 0.15049758553504944, 0.0025538410991430283, 0.023245979100465775, -0.023004628717899323], "std": [0.06397216022014618, 0.07984820008277893, 0.08259149640798569, 0.08562646061182022, 0.07915613055229187, 0.04625992104411125, 0.01735691726207733, 0.017421798780560493], "count": [263]}, "actions": {"min": [-0.5665342211723328, -0.9413636922836304, -0.8176442384719849, -0.1775335818529129, -0.166166752576828, -0.1487274318933487, -1.0], "max": [0.7066318392753601, 0.35132747888565063, 1.0447041988372803, 0.11202865093946457, 0.15870237350463867, 0.12572212517261505, 1.0], "mean": [0.024255121126770973, -0.05578057840466499, 0.0006337110535241663, -0.004066994413733482, -0.004356822930276394, -0.0010732572991400957, -0.06463878601789474], "std": [0.19649462401866913, 0.20072142779827118, 0.26159220933914185, 0.0422290563583374, 0.05490183085203171, 0.04853241145610809, 0.9979082345962524], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1887], "max": [1887], "mean": [1887.0], "std": [0.0], "count": [263]}, "index": {"min": [608505], "max": [608767], "mean": [608636.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1888, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39022891235351564]], [[0.3639832679898131]], [[0.3319732115502451]]], "std": [[[0.2661067118757944]], [[0.24402273805467928]], [[0.22516259721484244]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.48035016766716454]], [[0.4476466896206725]], [[0.41282613597196693]]], "std": [[[0.2895155836267148]], [[0.2639029767011784]], [[0.23725757780678533]]], "count": [100]}, "state": {"min": [-0.21050886809825897, -0.1922549456357956, 0.9219605326652527, 2.998897075653076, 0.054857075214385986, -0.11730799823999405, 0.0040635839104652405, -0.039922598749399185], "max": [0.019829442724585533, 0.04241856932640076, 1.2295126914978027, 3.2832107543945312, 0.3360989987850189, 0.0771968886256218, 0.04000629112124443, -0.004106580745428801], "mean": [-0.05109857767820358, -0.021893547847867012, 1.1098846197128296, 3.1876585483551025, 0.16957004368305206, -0.011549870483577251, 0.024425843730568886, -0.024294324219226837], "std": [0.05898839235305786, 0.0681096687912941, 0.08984452486038208, 0.07465417683124542, 0.08436612784862518, 0.045393187552690506, 0.017251018434762955, 0.017232954502105713], "count": [265]}, "actions": {"min": [-0.5717058181762695, -0.7551975846290588, -0.7319825291633606, -0.1598530411720276, -0.16583283245563507, -0.12379296869039536, -1.0], "max": [1.0313127040863037, 0.36614054441452026, 0.9170984625816345, 0.2770577371120453, 0.15402594208717346, 0.18942776322364807, 1.0], "mean": [0.031104091554880142, -0.04756632447242737, -0.0026480562519282103, -0.0030782155226916075, 0.00042587396455928683, -0.00011048293526982889, -0.1320754736661911], "std": [0.19427470862865448, 0.18901662528514862, 0.26522383093833923, 0.04409649223089218, 0.04819878935813904, 0.04676399379968643, 0.9912409782409668], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [1888], "max": [1888], "mean": [1888.0], "std": [0.0], "count": [265]}, "index": {"min": [608768], "max": [609032], "mean": [608900.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [265]}}} +{"episode_index": 1889, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38049736531575523]], [[0.35536756687538296]], [[0.3240263600068934]]], "std": [[[0.2668496273305492]], [[0.2445838624474171]], [[0.22551401960215403]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4566968024758732]], [[0.4282157377355239]], [[0.3971599043303845]]], "std": [[[0.285310852934314]], [[0.2605026003590315]], [[0.23560652793584125]]], "count": [100]}, "state": {"min": [-0.20569510757923126, -0.2268071323633194, 0.9224129319190979, 2.96575665473938, -0.018565671518445015, -0.09847309440374374, 0.003976866602897644, -0.039885230362415314], "max": [0.01102807093411684, 0.03675113990902901, 1.2608469724655151, 3.2819066047668457, 0.3362310528755188, 0.05401698127388954, 0.04013475403189659, -0.004010605160146952], "mean": [-0.05806918814778328, -0.034222740679979324, 1.1313477754592896, 3.1822190284729004, 0.11376792192459106, -0.021085942164063454, 0.02285776101052761, -0.022685177624225616], "std": [0.05484602972865105, 0.08525440841913223, 0.10383152216672897, 0.09893408417701721, 0.1058090329170227, 0.04416283220052719, 0.01744185760617256, 0.017380690202116966], "count": [250]}, "actions": {"min": [-0.4790928363800049, -1.0809941291809082, -0.7478711009025574, -0.15677645802497864, -0.1458541601896286, -0.16569069027900696, -1.0], "max": [0.716657280921936, 0.3627418875694275, 0.9795725345611572, 0.17754419147968292, 0.16104204952716827, 0.1801249384880066, 1.0], "mean": [0.040859345346689224, -0.05605160444974899, 0.011234733276069164, -0.0057019079104065895, -0.0004011467390228063, 0.0005463944398798048, -0.04800000041723251], "std": [0.2068723738193512, 0.24282775819301605, 0.30847489833831787, 0.046219777315855026, 0.05501677840948105, 0.04741540178656578, 0.9988460540771484], "count": [250]}, "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": [1889], "max": [1889], "mean": [1889.0], "std": [0.0], "count": [250]}, "index": {"min": [609033], "max": [609282], "mean": [609157.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [250]}}} +{"episode_index": 1890, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38614028631472125]], [[0.3608247608857997]], [[0.3296221002316942]]], "std": [[[0.2680223543550789]], [[0.24621790441012267]], [[0.22777842844592736]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4923368069517846]], [[0.4608145398906633]], [[0.4273525827445236]]], "std": [[[0.27616580293456977]], [[0.2522247200472455]], [[0.22834590534350405]]], "count": [100]}, "state": {"min": [-0.19131730496883392, -0.18902099132537842, 0.9156579971313477, 2.9719655513763428, -0.25209999084472656, -0.0314827635884285, 0.0029398854821920395, -0.04000411927700043], "max": [-0.016967684030532837, 0.0417642779648304, 1.2642872333526611, 3.1558444499969482, 0.09743695706129074, 0.16548055410385132, 0.03996801748871803, -0.0036215451546013355], "mean": [-0.06048981472849846, -0.034185703843832016, 1.1380685567855835, 3.0766539573669434, -0.10251816362142563, 0.04983989894390106, 0.020219365134835243, -0.020344888791441917], "std": [0.039677128195762634, 0.08272174745798111, 0.10275788605213165, 0.05004682391881943, 0.1011633425951004, 0.06342478096485138, 0.01773442141711712, 0.01765146292746067], "count": [284]}, "actions": {"min": [-0.5314249992370605, -1.3318966627120972, -0.8006511926651001, -0.18924856185913086, -0.1875433772802353, -0.15611599385738373, -1.0], "max": [1.08163321018219, 0.31229081749916077, 1.5338834524154663, 0.24725377559661865, 0.10553216189146042, 0.10201425105333328, 1.0], "mean": [0.03435713052749634, -0.04633800685405731, -0.0014796751784160733, -0.0026316505391150713, -0.0035669051576405764, -0.00017839019710663706, 0.07746478915214539], "std": [0.16248545050621033, 0.1962963491678238, 0.3100920617580414, 0.03966457024216652, 0.0446067713201046, 0.037790387868881226, 0.9969953894615173], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [1890], "max": [1890], "mean": [1890.0], "std": [0.0], "count": [284]}, "index": {"min": [609283], "max": [609566], "mean": [609424.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [284]}}} +{"episode_index": 1891, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38654939120423565]], [[0.3603213465073529]], [[0.3279285038966758]]], "std": [[[0.26852768763741475]], [[0.24573463975982315]], [[0.22599278362341563]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.34926458979587927]], [[0.3297428379432828]], [[0.30349584123200063]]], "std": [[[0.27653601165137576]], [[0.2480947688703431]], [[0.2210187507530685]]], "count": [100]}, "state": {"min": [-0.26376500725746155, -0.13475199043750763, 0.9191575646400452, 2.446518659591675, -0.515701413154602, 0.04011626914143562, 0.004543137736618519, -0.040005285292863846], "max": [-0.0237217228859663, 0.13029344379901886, 1.3357036113739014, 3.1710617542266846, 0.07311058789491653, 0.2811030149459839, 0.040859322994947433, -0.005952476989477873], "mean": [-0.20007629692554474, 0.043362200260162354, 1.1263902187347412, 2.85644268989563, -0.18401731550693512, 0.16757968068122864, 0.01645611599087715, -0.01741013675928116], "std": [0.07008117437362671, 0.0912422388792038, 0.13191169500350952, 0.26078227162361145, 0.19314467906951904, 0.06683045625686646, 0.015318663790822029, 0.014869638718664646], "count": [316]}, "actions": {"min": [-0.32675373554229736, -0.6515868306159973, -0.8949217200279236, -0.23998664319515228, -0.19218574464321136, -0.20383486151695251, -1.0], "max": [0.6224930286407471, 0.6496734023094177, 0.6850302815437317, 0.1719415932893753, 0.1770242303609848, 0.16703233122825623, 1.0], "mean": [0.054167766124010086, -0.03996722027659416, 0.012984978966414928, -0.012741660699248314, -0.00409911060705781, 0.0009596105664968491, 0.3670886158943176], "std": [0.14398600161075592, 0.1981494426727295, 0.2551090717315674, 0.04960960894823074, 0.056547362357378006, 0.05110408365726471, 0.9301847815513611], "count": [316]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.122088576636383], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [1891], "max": [1891], "mean": [1891.0], "std": [0.0], "count": [316]}, "index": {"min": [609567], "max": [609882], "mean": [609724.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [286], "max": [286], "mean": [286.0], "std": [0.0], "count": [316]}}} +{"episode_index": 1892, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3821221648571538]], [[0.3559103956035539]], [[0.32364774696499693]]], "std": [[[0.26862765825848994]], [[0.24550825579105853]], [[0.22548371757213262]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.35236886895871633]], [[0.33105592017080265]], [[0.3042810926250383]]], "std": [[[0.2852782482842261]], [[0.25638501512395434]], [[0.22843198537133422]]], "count": [100]}, "state": {"min": [-0.2697945535182953, -0.15167328715324402, 0.9274485111236572, 2.590071439743042, -0.3369877338409424, 0.01699887029826641, 0.003945149481296539, -0.03984365239739418], "max": [-0.007916460745036602, 0.11414355039596558, 1.3381909132003784, 3.3424203395843506, 0.2485910803079605, 0.21214032173156738, 0.040414150804281235, -0.005880563519895077], "mean": [-0.19883333146572113, 0.026224205270409584, 1.1409480571746826, 3.034311056137085, -0.027994351461529732, 0.12084167450666428, 0.016923511400818825, -0.017376957461237907], "std": [0.07733154296875, 0.08721745014190674, 0.13118399679660797, 0.2572949230670929, 0.19626078009605408, 0.05888177454471588, 0.01493628416210413, 0.014595135115087032], "count": [277]}, "actions": {"min": [-1.4955393075942993, -0.7232902646064758, -1.182275652885437, -0.2485724538564682, -0.36515793204307556, -0.425559401512146, -1.0], "max": [0.7220062613487244, 1.7749203443527222, 1.1846613883972168, 0.49284762144088745, 0.2718198895454407, 0.4728964567184448, 1.0], "mean": [0.044691167771816254, -0.02315620891749859, 0.023733701556921005, -0.008373226970434189, -0.001950957695953548, -0.0006990317488089204, 0.37906137108802795], "std": [0.25147348642349243, 0.2677381932735443, 0.300907701253891, 0.0697164237499237, 0.06847874820232391, 0.07093938440084457, 0.9253693222999573], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [1892], "max": [1892], "mean": [1892.0], "std": [0.0], "count": [277]}, "index": {"min": [609883], "max": [610159], "mean": [610021.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [286], "max": [286], "mean": [286.0], "std": [0.0], "count": [277]}}} +{"episode_index": 1893, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3818454230813419]], [[0.35589203180051315]], [[0.32387642834233304]]], "std": [[[0.26696611813147625]], [[0.24408629254894185]], [[0.22422567437454835]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.36802563356885726]], [[0.34588075705135574]], [[0.3183677314309513]]], "std": [[[0.2876959887501897]], [[0.25815731903478933]], [[0.22988557192780668]]], "count": [100]}, "state": {"min": [-0.255429208278656, -0.18532463908195496, 0.9195559620857239, 2.606095552444458, -0.30933877825737, -0.011902610771358013, 0.0052818120457232, -0.04000249132514], "max": [0.026410924270749092, 0.11729066073894501, 1.3591221570968628, 3.3051226139068604, 0.13913869857788086, 0.26563867926597595, 0.04161451756954193, -0.005532735958695412], "mean": [-0.18541209399700165, 0.022164417430758476, 1.1348772048950195, 2.999800205230713, -0.06701232492923737, 0.15023553371429443, 0.018972184509038925, -0.019254425540566444], "std": [0.08864356577396393, 0.09501370787620544, 0.14326472580432892, 0.21188762784004211, 0.14299476146697998, 0.07064710557460785, 0.015621052123606205, 0.015359033830463886], "count": [286]}, "actions": {"min": [-0.41503357887268066, -0.9256858229637146, -0.6140545606613159, -0.2537025511264801, -0.16050037741661072, -0.20295479893684387, -1.0], "max": [0.7098750472068787, 0.6901554465293884, 0.8247572779655457, 0.31286853551864624, 0.23198570311069489, 0.16433869302272797, 1.0], "mean": [0.07128238677978516, -0.03479290008544922, 0.017018165439367294, -0.007798482663929462, 0.0021825905423611403, -0.0009752818150445819, 0.2657342553138733], "std": [0.17291653156280518, 0.23936642706394196, 0.29648274183273315, 0.06068545952439308, 0.05807315185666084, 0.056034985929727554, 0.9640436172485352], "count": [286]}, "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": [1893], "max": [1893], "mean": [1893.0], "std": [0.0], "count": [286]}, "index": {"min": [610160], "max": [610445], "mean": [610302.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [286], "max": [286], "mean": [286.0], "std": [0.0], "count": [286]}}} +{"episode_index": 1894, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3804796968347886]], [[0.3546510931276808]], [[0.32267331949869793]]], "std": [[[0.26827980094949744]], [[0.24536075214775022]], [[0.22556502436151366]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3702302276012944]], [[0.34785444371840535]], [[0.3197291666666666]]], "std": [[[0.2818119034364605]], [[0.25274150169177095]], [[0.22508205854281843]]], "count": [100]}, "state": {"min": [-0.24991412460803986, -0.1698286384344101, 0.9204397201538086, 2.477046012878418, -0.25722864270210266, 0.02193642035126686, 0.0042924280278384686, -0.03993859142065048], "max": [0.041382063180208206, 0.09465835988521576, 1.3177881240844727, 3.276585578918457, 0.1216069683432579, 0.37662526965141296, 0.03999471664428711, -0.005342929624021053], "mean": [-0.17618539929389954, 0.012327038682997227, 1.123944640159607, 2.928868293762207, -0.04137846454977989, 0.2556626796722412, 0.01697627641260624, -0.01872766576707363], "std": [0.08620607852935791, 0.07764989882707596, 0.13562257587909698, 0.2655763328075409, 0.13380427658557892, 0.07822658866643906, 0.014985223300755024, 0.014585931785404682], "count": [255]}, "actions": {"min": [-0.37297746539115906, -1.1239906549453735, -0.7310317754745483, -0.23636284470558167, -0.20327377319335938, -0.2226935774087906, -1.0], "max": [0.5486922860145569, 0.47199058532714844, 0.6831081509590149, 0.23583514988422394, 0.26040923595428467, 0.2307259738445282, 1.0], "mean": [0.08996731042861938, -0.03405613452196121, 0.010390473529696465, -0.009702486917376518, -0.0007627083105035126, 0.001976457191631198, 0.3333333432674408], "std": [0.16472311317920685, 0.2442866712808609, 0.30166932940483093, 0.0650024265050888, 0.06860283017158508, 0.06273012608289719, 0.9428083300590515], "count": [255]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.7], "std": [7.36115932898254], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [1894], "max": [1894], "mean": [1894.0], "std": [0.0], "count": [255]}, "index": {"min": [610446], "max": [610700], "mean": [610573.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [286], "max": [286], "mean": [286.0], "std": [0.0], "count": [255]}}} +{"episode_index": 1895, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37933298387714465]], [[0.3553879544127221]], [[0.3261219129375383]]], "std": [[[0.267222636326836]], [[0.2463621776405058]], [[0.2287107536669323]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.45856529684627756]], [[0.42878440288468905]], [[0.3962522840312883]]], "std": [[[0.29372722132886736]], [[0.26293786349808235]], [[0.23091364807495496]]], "count": [100]}, "state": {"min": [-0.18968941271305084, 0.01687556318938732, 0.9273751378059387, 3.0507938861846924, 0.05391290411353111, -0.08572093397378922, 0.004193069413304329, -0.04000435024499893], "max": [0.002448147162795067, 0.1753672957420349, 1.1544485092163086, 3.286400318145752, 0.24782104790210724, 0.6187189817428589, 0.040002141147851944, -0.012914380989968777], "mean": [-0.03851795196533203, 0.1322753131389618, 1.0265929698944092, 3.154017925262451, 0.1853574514389038, 0.06856568157672882, 0.031191794201731682, -0.03242679685354233], "std": [0.043128084391355515, 0.03376089781522751, 0.0931948646903038, 0.07489915192127228, 0.05850818753242493, 0.1942707896232605, 0.012531808577477932, 0.011058642528951168], "count": [229]}, "actions": {"min": [-0.36022090911865234, -0.3604464828968048, -0.8326539397239685, -0.08832766860723495, -0.141169473528862, -0.10190462321043015, -1.0], "max": [0.5361586213111877, 0.43810543417930603, 0.39875558018684387, 0.20310142636299133, 0.18358558416366577, 0.2681090831756592, 1.0], "mean": [0.05302304029464722, 0.024007288739085197, -0.049079932272434235, 0.0049619064666330814, 0.00015074387192726135, 0.01965697854757309, -0.31004366278648376], "std": [0.1689126342535019, 0.15090900659561157, 0.17556273937225342, 0.03890686482191086, 0.04975011199712753, 0.06718133389949799, 0.9507226943969727], "count": [229]}, "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": [1895], "max": [1895], "mean": [1895.0], "std": [0.0], "count": [229]}, "index": {"min": [610701], "max": [610929], "mean": [610815.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [229]}}} +{"episode_index": 1896, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38118463553634346]], [[0.35712181659773284]], [[0.32776949175666364]]], "std": [[[0.2665937180165664]], [[0.24556229218270892]], [[0.22783346407374652]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.996078431372549]]], "mean": [[[0.457235492182713]], [[0.42928854310278797]], [[0.39943428488338695]]], "std": [[[0.2769812037271114]], [[0.24669813870733992]], [[0.21519832498106553]]], "count": [100]}, "state": {"min": [-0.154859721660614, 0.007044805213809013, 0.9292037487030029, 2.9825336933135986, 0.028777722269296646, -0.06053033098578453, 0.004123885650187731, -0.03999096155166626], "max": [0.01565745659172535, 0.1676579713821411, 1.156129002571106, 3.228581666946411, 0.16870346665382385, 0.6050540804862976, 0.040637798607349396, -0.014697167091071606], "mean": [-0.029145056381821632, 0.13550682365894318, 1.0158097743988037, 3.128197193145752, 0.10373806208372116, 0.09143190830945969, 0.027641111984848976, -0.030634071677923203], "std": [0.034297168254852295, 0.034314095973968506, 0.09064295142889023, 0.06995178759098053, 0.031051935628056526, 0.17993633449077606, 0.014695356599986553, 0.011052455753087997], "count": [253]}, "actions": {"min": [-0.4185580909252167, -0.6220195293426514, -0.5594250559806824, -0.12687642872333527, -0.182047039270401, -0.12689387798309326, -1.0], "max": [0.6646410822868347, 0.6244657635688782, 0.2541027069091797, 0.15115725994110107, 0.23806673288345337, 0.22237154841423035, 1.0], "mean": [0.05072813108563423, -0.007726200856268406, -0.05182327702641487, -0.0010010575642809272, -0.0018075245898216963, 0.015118623152375221, -0.1462450623512268], "std": [0.1665705144405365, 0.178075909614563, 0.15414214134216309, 0.038872890174388885, 0.05632735788822174, 0.05435459315776825, 0.9892476201057434], "count": [253]}, "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": [1896], "max": [1896], "mean": [1896.0], "std": [0.0], "count": [253]}, "index": {"min": [610930], "max": [611182], "mean": [611056.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [253]}}} +{"episode_index": 1897, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37984862682866116]], [[0.3551386868345971]], [[0.32473070092294726]]], "std": [[[0.2674029111119658]], [[0.24576877588056198]], [[0.22729772880807356]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.4814781428318398]], [[0.4495431027879902]], [[0.41425844678691787]]], "std": [[[0.2862975408368638]], [[0.25556851625109045]], [[0.22395410810695582]]], "count": [100]}, "state": {"min": [-0.28567588329315186, -0.011114266701042652, 0.926125705242157, 3.153336763381958, -0.009783532470464706, -0.1314716935157776, 0.0009131584083661437, -0.03993602097034454], "max": [-0.017858341336250305, 0.1532038450241089, 1.2174872159957886, 3.294109582901001, 0.14609865844249725, 0.5081154704093933, 0.04000601917505264, -0.0009208587580360472], "mean": [-0.09675327688455582, 0.10318673402070999, 1.07209050655365, 3.2151150703430176, 0.07770470529794693, 0.05518832057714462, 0.03360002860426903, -0.03446565195918083], "std": [0.08575868606567383, 0.04944603145122528, 0.11434823274612427, 0.03761471062898636, 0.052489642053842545, 0.1386423259973526, 0.011789565905928612, 0.01032966747879982], "count": [213]}, "actions": {"min": [-0.6522355675697327, -0.37873050570487976, -0.623148500919342, -0.1646030992269516, -0.14171800017356873, -0.2218678593635559, -1.0], "max": [0.6232429146766663, 0.7796288132667542, 0.8038076758384705, 0.12893962860107422, 0.1789684295654297, 0.2534336447715759, 1.0], "mean": [0.07390554994344711, 0.020060528069734573, -0.05759022757411003, -0.0007242460851557553, 0.0017292055999860168, 0.020661842077970505, -0.48356807231903076], "std": [0.19255658984184265, 0.16849440336227417, 0.21682368218898773, 0.0423843078315258, 0.055992819368839264, 0.07633189111948013, 0.8753066062927246], "count": [213]}, "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": [1897], "max": [1897], "mean": [1897.0], "std": [0.0], "count": [213]}, "index": {"min": [611183], "max": [611395], "mean": [611289.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [213]}}} +{"episode_index": 1898, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38179755835439644]], [[0.35736032762714465]], [[0.32757198737649357]]], "std": [[[0.26613251119295156]], [[0.24499375865805328]], [[0.22703778795617757]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4981897588991651]], [[0.4658529573328355]], [[0.43077210489908857]]], "std": [[[0.2800514860702112]], [[0.24959938472616008]], [[0.21816869941423198]]], "count": [100]}, "state": {"min": [-0.2026056945323944, 0.011002004146575928, 0.9249498844146729, 3.126342296600342, -0.05874362960457802, -0.10956238210201263, 0.0005683274357579648, -0.039975520223379135], "max": [-0.01980850286781788, 0.16106273233890533, 1.2021825313568115, 3.214862108230591, 0.06772568821907043, 0.08167906850576401, 0.040004100650548935, -0.0009723652619868517], "mean": [-0.055486008524894714, 0.13186834752559662, 1.047881007194519, 3.175781488418579, -0.004572728648781776, -0.041495535522699356, 0.03151872754096985, -0.03227189928293228], "std": [0.03742795065045357, 0.036140717566013336, 0.1075374186038971, 0.020897716283798218, 0.035447392612695694, 0.04455770552158356, 0.014799742959439754, 0.013467253185808659], "count": [236]}, "actions": {"min": [-0.46740227937698364, -0.4163971245288849, -0.8052156567573547, -0.09299200773239136, -0.2746637165546417, -0.19746331870555878, -1.0], "max": [0.5335776805877686, 0.4620419442653656, 0.3091394901275635, 0.11145985871553421, 0.196175679564476, 0.2043432891368866, 1.0], "mean": [0.06270761042833328, 0.02142360247671604, -0.0591314360499382, 0.0002850057207979262, -0.0013009697431698442, 0.004590015392750502, -0.49152541160583496], "std": [0.15664172172546387, 0.1465185135602951, 0.17642468214035034, 0.029004793614149094, 0.045577697455883026, 0.04437251016497612, 0.8708634972572327], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [1898], "max": [1898], "mean": [1898.0], "std": [0.0], "count": [236]}, "index": {"min": [611396], "max": [611631], "mean": [611513.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [236]}}} +{"episode_index": 1899, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3810328901702283]], [[0.3562843526204427]], [[0.32614348886527267]]], "std": [[[0.2668277630095022]], [[0.24521473275408076]], [[0.22684239054619815]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.4828630849800858]], [[0.45070343974992344]], [[0.415109598197189]]], "std": [[[0.28339656595620033]], [[0.2530945842046674]], [[0.22180098021198325]]], "count": [100]}, "state": {"min": [-0.24503043293952942, -0.02434614673256874, 0.9312384128570557, 3.038767099380493, -0.023715320974588394, -0.05768550932407379, 0.008865268900990486, -0.03999939188361168], "max": [-0.012174136936664581, 0.16906315088272095, 1.186849594116211, 3.2641141414642334, 0.12711578607559204, 0.5580617189407349, 0.040005818009376526, -0.01066737249493599], "mean": [-0.09431981295347214, 0.10659332573413849, 1.0753425359725952, 3.150284767150879, 0.04907111078500748, 0.09400036185979843, 0.03334217518568039, -0.033999066799879074], "std": [0.08320815861225128, 0.06528111547231674, 0.10468898713588715, 0.0627698302268982, 0.048529479652643204, 0.1464843899011612, 0.011610476300120354, 0.0104741919785738], "count": [241]}, "actions": {"min": [-0.288400799036026, -0.5174463987350464, -0.5489643812179565, -0.15409839153289795, -0.2468959391117096, -0.13647863268852234, -1.0], "max": [0.5038106441497803, 0.4461020231246948, 0.2777773141860962, 0.1538500040769577, 0.16772599518299103, 0.5066413879394531, 1.0], "mean": [0.0699257105588913, 0.031515851616859436, -0.050765834748744965, 0.00038390641566365957, -0.0012150835245847702, 0.017843347042798996, -0.5020747184753418], "std": [0.14791013300418854, 0.1506296992301941, 0.1727534830570221, 0.039566829800605774, 0.05415180325508118, 0.07133295387029648, 0.8648239970207214], "count": [241]}, "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": [1899], "max": [1899], "mean": [1899.0], "std": [0.0], "count": [241]}, "index": {"min": [611632], "max": [611872], "mean": [611752.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [241]}}} +{"episode_index": 1900, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37973009655522366]], [[0.3558995421166513]], [[0.32663296867819397]]], "std": [[[0.26726178116750177]], [[0.24655499631797842]], [[0.22912575355546]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.4635434384813496]], [[0.4342986174938725]], [[0.4025217638202742]]], "std": [[[0.28529542598165913]], [[0.2545545303336097]], [[0.22262438879111668]]], "count": [100]}, "state": {"min": [-0.1901216059923172, 0.016400475054979324, 0.925911009311676, 3.1050891876220703, -0.005908791441470385, -0.08409848064184189, 0.008724899962544441, -0.0399097315967083], "max": [0.010706757195293903, 0.15693549811840057, 1.1878769397735596, 3.3675572872161865, 0.18096743524074554, 0.350263386964798, 0.04000556468963623, -0.015239753760397434], "mean": [-0.03604492172598839, 0.13026057183742523, 1.0254889726638794, 3.239666700363159, 0.10700107365846634, 0.026967564597725868, 0.029232073575258255, -0.03188012167811394], "std": [0.0418434776365757, 0.028265846893191338, 0.09759855270385742, 0.055242571979761124, 0.05248347669839859, 0.13686181604862213, 0.013790084049105644, 0.010202019475400448], "count": [266]}, "actions": {"min": [-0.35860568284988403, -0.4106736481189728, -0.5358514189720154, -0.09946075826883316, -0.12003683298826218, -0.16678209602832794, -1.0], "max": [0.8370274901390076, 0.7789941430091858, 0.5988349914550781, 0.17870022356510162, 0.1433711051940918, 0.1760171353816986, 1.0], "mean": [0.06833229213953018, -0.016882073134183884, -0.025762440636754036, -0.0009581299964338541, -0.001761853345669806, 0.011069697327911854, -0.21804511547088623], "std": [0.1712465137243271, 0.1705629974603653, 0.18524029850959778, 0.036624062806367874, 0.04044082388281822, 0.04408187046647072, 0.9759373664855957], "count": [266]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.678704317786953], "count": [266]}, "frame_index": {"min": [0], "max": [265], "mean": [132.5], "std": [76.78704317786953], "count": [266]}, "episode_index": {"min": [1900], "max": [1900], "mean": [1900.0], "std": [0.0], "count": [266]}, "index": {"min": [611873], "max": [612138], "mean": [612005.5], "std": [76.78704317786953], "count": [266]}, "task_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [266]}}} +{"episode_index": 1901, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4505822783825444]], [[0.41693998568665747]], [[0.3786826165891161]]], "std": [[[0.25790440460799713]], [[0.23811133642050455]], [[0.2202103695809033]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.49199893786860444]], [[0.4532418147068398]], [[0.40217251048368563]]], "std": [[[0.2789920983120446]], [[0.2564241954601374]], [[0.2274986837871154]]], "count": [100]}, "state": {"min": [-0.19013385474681854, -0.2269613891839981, 1.0873225927352905, 2.9046764373779297, -0.024933427572250366, -0.10372065752744675, 0.00512593612074852, -0.03999001905322075], "max": [-0.03847600519657135, 0.13752645254135132, 1.2446036338806152, 3.1892342567443848, 0.10321682691574097, 0.025283843278884888, 0.03997643291950226, -0.005598343443125486], "mean": [-0.07236266881227493, 0.002715030452236533, 1.1839485168457031, 3.1025290489196777, 0.03178894892334938, -0.049507733434438705, 0.0209470484405756, -0.021310647949576378], "std": [0.034165870398283005, 0.13397216796875, 0.03734893351793289, 0.07084520161151886, 0.039582014083862305, 0.03483881428837776, 0.016919197514653206, 0.01656225509941578], "count": [175]}, "actions": {"min": [-0.2012690156698227, -1.4028090238571167, -0.7914833426475525, -0.22667719423770905, -0.1158178448677063, -0.17146138846874237, -1.0], "max": [0.6834294199943542, 0.5832436084747314, 0.26442110538482666, 0.16500669717788696, 0.09446774423122406, 0.13495714962482452, 1.0], "mean": [0.057127825915813446, -0.13078051805496216, -0.053574830293655396, -0.010799530893564224, 0.003750953357666731, -0.0020750227849930525, 0.10857142508029938], "std": [0.14458781480789185, 0.31213733553886414, 0.16429635882377625, 0.04985884577035904, 0.03292982652783394, 0.03892499953508377, 0.9940891265869141], "count": [175]}, "timestamp": {"min": [0.0], "max": [17.4], "mean": [8.7], "std": [5.0517323761260355], "count": [175]}, "frame_index": {"min": [0], "max": [174], "mean": [87.0], "std": [50.51732376126036], "count": [175]}, "episode_index": {"min": [1901], "max": [1901], "mean": [1901.0], "std": [0.0], "count": [175]}, "index": {"min": [612139], "max": [612313], "mean": [612226.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [175]}}} +{"episode_index": 1902, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45103441245883114]], [[0.4171980949850643]], [[0.37856215054381126]]], "std": [[[0.25796752705672704]], [[0.2383212808928948]], [[0.22060943176497658]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48235808488434434]], [[0.4437502614937577]], [[0.3942719553031173]]], "std": [[[0.2764954344228384]], [[0.25462007235583445]], [[0.2259862658633633]]], "count": [100]}, "state": {"min": [-0.1814902424812317, -0.24538515508174896, 1.1094436645507812, 2.9100005626678467, -0.07429543137550354, -0.14563818275928497, 0.005163910798728466, -0.03990918770432472], "max": [-0.03523527830839157, 0.13712435960769653, 1.2481517791748047, 3.3809351921081543, 0.1121268942952156, 0.033390630036592484, 0.04000571370124817, -0.0028122281655669212], "mean": [-0.08599275350570679, -0.0009108914528042078, 1.1866859197616577, 3.18022084236145, -0.0106728570535779, -0.0732642114162445, 0.02003973163664341, -0.019719449803233147], "std": [0.033144913613796234, 0.13997235894203186, 0.036312609910964966, 0.13049159944057465, 0.054604072123765945, 0.05179159343242645, 0.01655806228518486, 0.01668468490242958], "count": [195]}, "actions": {"min": [-0.29668283462524414, -0.732505738735199, -0.7069851756095886, -0.27589207887649536, -0.15721720457077026, -0.15359050035476685, -1.0], "max": [0.7696862816810608, 0.6559875011444092, 0.32296866178512573, 0.18226513266563416, 0.19568705558776855, 0.12160801142454147, 1.0], "mean": [0.041190337389707565, -0.10446301102638245, -0.05085718631744385, -0.010220960713922977, 0.0034799715504050255, -0.001966417534276843, 0.15897436439990997], "std": [0.1632029265165329, 0.2608042061328888, 0.17296889424324036, 0.07041825354099274, 0.053300704807043076, 0.042799998074769974, 0.9872820377349854], "count": [195]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.7], "std": [5.629091104846915], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [1902], "max": [1902], "mean": [1902.0], "std": [0.0], "count": [195]}, "index": {"min": [612314], "max": [612508], "mean": [612411.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [195]}}} +{"episode_index": 1903, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45112847062653183]], [[0.4175296457328048]], [[0.37918692255955116]]], "std": [[[0.2571504591034856]], [[0.23769154181240046]], [[0.22020209012530922]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5017624739104627]], [[0.46272428744447]], [[0.4137305273916207]]], "std": [[[0.27594157584154766]], [[0.2530043184225353]], [[0.22532949211253742]]], "count": [100]}, "state": {"min": [-0.18992242217063904, -0.26711511611938477, 1.1181820631027222, 2.9292733669281006, -0.16794954240322113, -0.16998939216136932, 0.005204788874834776, -0.04000268131494522], "max": [0.0058675226755440235, 0.12174619734287262, 1.2658708095550537, 3.2297236919403076, 0.1053338497877121, 0.008877675980329514, 0.03996629640460014, -0.0031060175970196724], "mean": [-0.07040621340274811, -0.017494691535830498, 1.204990029335022, 3.1286394596099854, -0.02869255654513836, -0.07129541039466858, 0.02144051156938076, -0.021145349368453026], "std": [0.051463376730680466, 0.14199478924274445, 0.04171556234359741, 0.07309271395206451, 0.07670962810516357, 0.04613812640309334, 0.016522236168384552, 0.016744818538427353], "count": [228]}, "actions": {"min": [-0.6251336336135864, -0.8446404337882996, -1.043977975845337, -0.14944873750209808, -0.173597052693367, -0.27834194898605347, -1.0], "max": [0.5296522974967957, 0.5882102847099304, 0.4729137420654297, 0.1537056416273117, 0.4345857501029968, 0.14891338348388672, 1.0], "mean": [0.029439887031912804, -0.07648931443691254, -0.022068196907639503, -0.002831547986716032, -0.002828243188560009, -0.0058589293621480465, 0.07017543911933899], "std": [0.1807500720024109, 0.2509225308895111, 0.1802617311477661, 0.04390644282102585, 0.048293888568878174, 0.039462119340896606, 0.997535765171051], "count": [228]}, "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": [1903], "max": [1903], "mean": [1903.0], "std": [0.0], "count": [228]}, "index": {"min": [612509], "max": [612736], "mean": [612622.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [228]}}} +{"episode_index": 1904, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4528708196901807]], [[0.41899716605392157]], [[0.3803653510598575]]], "std": [[[0.25843292963424674]], [[0.23884019730047895]], [[0.22138831897803313]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48982496433632045]], [[0.450972832773246]], [[0.4008158359901578]]], "std": [[[0.27445445038944455]], [[0.25215788067801037]], [[0.22464435151209694]]], "count": [100]}, "state": {"min": [-0.1964656561613083, -0.22929704189300537, 1.0885106325149536, 2.955291271209717, -0.10147938132286072, -0.1112581416964531, 0.005149275995790958, -0.04001050814986229], "max": [-0.04928136616945267, 0.15749965608119965, 1.2501307725906372, 3.2233693599700928, 0.06060779467225075, 0.03102770633995533, 0.040002550929784775, -0.005443761590868235], "mean": [-0.08534707129001617, 0.018808843567967415, 1.1975997686386108, 3.1286001205444336, -0.036721907556056976, -0.028315911069512367, 0.023148469626903534, -0.023370230570435524], "std": [0.030523421242833138, 0.1396809220314026, 0.039916761219501495, 0.07178867608308792, 0.03467370197176933, 0.04328659176826477, 0.016911419108510017, 0.016696836799383163], "count": [214]}, "actions": {"min": [-0.4287659823894501, -1.0436322689056396, -0.6002163290977478, -0.15525513887405396, -0.10455869138240814, -0.2359037846326828, -1.0], "max": [0.45951592922210693, 0.6872016787528992, 0.6673786044120789, 0.18358376622200012, 0.13283878564834595, 0.1303841769695282, 1.0], "mean": [0.04620474576950073, -0.08719947189092636, -0.036763422191143036, -0.006935947574675083, 0.0028982150834053755, -0.0010887559037655592, -0.037383176386356354], "std": [0.13272318243980408, 0.2967883050441742, 0.18174833059310913, 0.05277816578745842, 0.03803667426109314, 0.04318498820066452, 0.9992997050285339], "count": [214]}, "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": [1904], "max": [1904], "mean": [1904.0], "std": [0.0], "count": [214]}, "index": {"min": [612737], "max": [612950], "mean": [612843.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [214]}}} +{"episode_index": 1905, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4517196128695619]], [[0.41823345528396905]], [[0.3801641343060662]]], "std": [[[0.25741828050849286]], [[0.23812168709247827]], [[0.22103112000009162]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5209754315544577]], [[0.4808370373295803]], [[0.4299399055032169]]], "std": [[[0.27287151462414244]], [[0.24953080743297112]], [[0.22092832471036522]]], "count": [100]}, "state": {"min": [-0.163474902510643, -0.2509942054748535, 1.0701115131378174, 2.9559574127197266, -0.12946219742298126, -0.15225166082382202, 0.004537305794656277, -0.04000483453273773], "max": [0.004417418502271175, 0.1382673680782318, 1.2714108228683472, 3.189337730407715, 0.029722340404987335, 0.01591126248240471, 0.03991607949137688, -0.005650968756526709], "mean": [-0.04954056069254875, 0.0007405359647236764, 1.2018530368804932, 3.0832836627960205, -0.061961013823747635, -0.07012569159269333, 0.02114688791334629, -0.021747415885329247], "std": [0.043523602187633514, 0.14284351468086243, 0.0483810156583786, 0.05949292704463005, 0.04305155947804451, 0.054198335856199265, 0.01692156121134758, 0.016617653891444206], "count": [192]}, "actions": {"min": [-0.23405848443508148, -1.2395243644714355, -0.8434221148490906, -0.1668315827846527, -0.07430928945541382, -0.0953945443034172, -1.0], "max": [0.5862725973129272, 0.4961889088153839, 0.33370885252952576, 0.12900394201278687, 0.12474162131547928, 0.16610422730445862, 1.0], "mean": [0.04928484931588173, -0.11399096250534058, -0.061034027487039566, -0.005159370601177216, 0.0011431984603404999, -0.0002669639652594924, 0.1041666641831398], "std": [0.15198542177677155, 0.30172526836395264, 0.20121559500694275, 0.04577021300792694, 0.03734295442700386, 0.04071636125445366, 0.9945608377456665], "count": [192]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [1905], "max": [1905], "mean": [1905.0], "std": [0.0], "count": [192]}, "index": {"min": [612951], "max": [613142], "mean": [613046.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [192]}}} +{"episode_index": 1906, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4514398313036152]], [[0.4176923822141161]], [[0.37891781137503827]]], "std": [[[0.25802410508164475]], [[0.23835146957072706]], [[0.22088365946846827]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49696910962871477]], [[0.4572279549392999]], [[0.4067428702560126]]], "std": [[[0.2745572261490306]], [[0.2518598831677464]], [[0.22541206440942188]]], "count": [100]}, "state": {"min": [-0.20808404684066772, -0.24810780584812164, 1.0708205699920654, 2.871722459793091, -0.10628581792116165, -0.19179101288318634, 0.005336583126336336, -0.03999124467372894], "max": [-0.0031702183187007904, 0.15051136910915375, 1.2780537605285645, 3.2976675033569336, 0.1319408267736435, 0.04511343687772751, 0.03997400030493736, -0.005644777789711952], "mean": [-0.07800901681184769, 0.009427628479897976, 1.202765703201294, 3.1297543048858643, -0.016769753769040108, -0.10023853927850723, 0.023754701018333435, -0.02382507734000683], "std": [0.05782182887196541, 0.1406451314687729, 0.04655154049396515, 0.10049372166395187, 0.06976980715990067, 0.05819906294345856, 0.016480939462780952, 0.016402551904320717], "count": [197]}, "actions": {"min": [-0.4132560193538666, -1.6567020416259766, -0.8214817643165588, -0.1642669141292572, -0.16130396723747253, -0.14145125448703766, -1.0], "max": [0.5738822221755981, 0.5172044038772583, 0.5762121081352234, 0.21683943271636963, 0.12395770847797394, 0.19100894033908844, 1.0], "mean": [0.05440104007720947, -0.10345368832349777, -0.048616815358400345, -0.007533930242061615, 0.0051602586172521114, -0.010839915834367275, -0.07614213228225708], "std": [0.18294192850589752, 0.3470997214317322, 0.21487459540367126, 0.057412028312683105, 0.045892711728811264, 0.04119289666414261, 0.997096836566925], "count": [197]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.799999999999999], "std": [5.686826883245172], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [1906], "max": [1906], "mean": [1906.0], "std": [0.0], "count": [197]}, "index": {"min": [613143], "max": [613339], "mean": [613241.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [197]}}} +{"episode_index": 1907, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4497042338053385]], [[0.4160435396082261]], [[0.3773143011354933]]], "std": [[[0.2572287548734159]], [[0.23759691317574105]], [[0.22002480402456204]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5002689915077358]], [[0.46050931444355087]], [[0.4107848175647212]]], "std": [[[0.2759230680397978]], [[0.2525686869061]], [[0.22494244525956356]]], "count": [100]}, "state": {"min": [-0.19200918078422546, -0.23406103253364563, 1.0990265607833862, 2.8766868114471436, -0.12073776870965958, -0.23322997987270355, 0.005236695054918528, -0.03998558223247528], "max": [0.00646889116615057, 0.11665430665016174, 1.2806349992752075, 3.233887195587158, 0.15389561653137207, -0.02328508533537388, 0.040003735572099686, -0.005584848579019308], "mean": [-0.06500072032213211, 0.006245908793061972, 1.2171369791030884, 3.124387502670288, -0.014144144020974636, -0.17670448124408722, 0.022614862769842148, -0.022740261629223824], "std": [0.04622860625386238, 0.13264243304729462, 0.04641839116811752, 0.09593930840492249, 0.0813143402338028, 0.051354385912418365, 0.016736578196287155, 0.016520177945494652], "count": [194]}, "actions": {"min": [-0.43541377782821655, -1.1671452522277832, -0.5557716488838196, -0.37740686535835266, -0.15509825944900513, -0.19511936604976654, -1.0], "max": [0.6384482979774475, 0.30917036533355713, 0.42810365557670593, 0.286857008934021, 0.16679365932941437, 0.12968496978282928, 1.0], "mean": [0.050568826496601105, -0.11070585995912552, -0.03545825928449631, -0.009548760950565338, 0.003971165511757135, -0.009291306138038635, 0.0], "std": [0.1776815950870514, 0.26665207743644714, 0.2107314020395279, 0.056792810559272766, 0.047943633049726486, 0.04238458350300789, 1.0], "count": [194]}, "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": [1907], "max": [1907], "mean": [1907.0], "std": [0.0], "count": [194]}, "index": {"min": [613340], "max": [613533], "mean": [613436.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [194]}}} +{"episode_index": 1908, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4509097900390625]], [[0.4171470821605009]], [[0.3784465990253523]]], "std": [[[0.25796603036029947]], [[0.23854737446428773]], [[0.22131129775833452]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.484594518923292]], [[0.44576434266333487]], [[0.39588129380170034]]], "std": [[[0.27250301025966867]], [[0.25060476017973815]], [[0.22326190299439644]]], "count": [100]}, "state": {"min": [-0.18451695144176483, -0.23145700991153717, 1.0903265476226807, 2.8336451053619385, -0.1121441125869751, -0.040459949523210526, 0.004221997689455748, -0.040004149079322815], "max": [-0.003340240800753236, 0.15514831244945526, 1.2672479152679443, 3.2640442848205566, 0.15972422063350677, 0.22084949910640717, 0.039969004690647125, -0.005578071344643831], "mean": [-0.0741235688328743, 0.008283981122076511, 1.2022576332092285, 3.0826122760772705, -0.006387935485690832, 0.06482303887605667, 0.01942681521177292, -0.019892755895853043], "std": [0.050530895590782166, 0.1461908221244812, 0.041469547897577286, 0.124326691031456, 0.07520777732133865, 0.08182477951049805, 0.01655593514442444, 0.01630505360662937], "count": [238]}, "actions": {"min": [-0.6085056066513062, -0.7878982424736023, -1.453608512878418, -0.1321403533220291, -0.2126026153564453, -0.16263927519321442, -1.0], "max": [0.5182593464851379, 0.531680166721344, 0.4381678104400635, 0.3550882637500763, 0.2427043467760086, 0.2510122060775757, 1.0], "mean": [0.04458349570631981, -0.09598103165626526, -0.043372247368097305, -0.0069857388734817505, 0.0030230518896132708, -0.005806398577988148, 0.1764705926179886], "std": [0.19835734367370605, 0.219782292842865, 0.1881025731563568, 0.048947930335998535, 0.04969162493944168, 0.04634606093168259, 0.9843080043792725], "count": [238]}, "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": [1908], "max": [1908], "mean": [1908.0], "std": [0.0], "count": [238]}, "index": {"min": [613534], "max": [613771], "mean": [613652.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [238]}}} +{"episode_index": 1909, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45361722400141696]], [[0.4202153912712546]], [[0.38283666932349114]]], "std": [[[0.2577461452625057]], [[0.2380081402212915]], [[0.21955837988013693]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5569977889715457]], [[0.5096288111069622]], [[0.4660331091787301]]], "std": [[[0.27527949162868853]], [[0.25248109306457617]], [[0.22435001339392677]]], "count": [100]}, "state": {"min": [-0.19808067381381989, -0.2545273005962372, 1.0036890506744385, 3.019763946533203, -0.06566529721021652, -0.2121705263853073, 0.004032860975712538, -0.04001456871628761], "max": [0.1188637837767601, 0.014897603541612625, 1.3012020587921143, 3.236968994140625, 0.4804328978061676, 0.09449845552444458, 0.039948273450136185, -0.0039030888583511114], "mean": [0.01837661862373352, -0.18536849319934845, 1.1823277473449707, 3.141523838043213, 0.10555766522884369, -0.05337822809815407, 0.02148350700736046, -0.021489180624485016], "std": [0.09306243062019348, 0.052217982709407806, 0.07954974472522736, 0.05468054860830307, 0.13459652662277222, 0.07345984876155853, 0.017649902030825615, 0.01776067726314068], "count": [265]}, "actions": {"min": [-0.6409855484962463, -1.5009815692901611, -0.665349006652832, -0.22792784869670868, -0.14697137475013733, -0.15546965599060059, -1.0], "max": [1.175119161605835, 0.3850046694278717, 0.6640413403511047, 0.32644563913345337, 0.15088029205799103, 0.19490057229995728, 1.0], "mean": [0.026241615414619446, -0.06822208315134048, -0.03161875158548355, -0.002865965710952878, -0.0037588609848171473, -0.004437858238816261, 0.06415094435214996], "std": [0.2673265337944031, 0.25026267766952515, 0.24937187135219574, 0.06754664331674576, 0.04279700294137001, 0.054262675344944, 0.9979389905929565], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [1909], "max": [1909], "mean": [1909.0], "std": [0.0], "count": [265]}, "index": {"min": [613772], "max": [614036], "mean": [613904.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [265]}}} +{"episode_index": 1910, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45229244516410083]], [[0.41882391596775426]], [[0.3813099730248545]]], "std": [[[0.257189105364637]], [[0.23741136305778734]], [[0.2187826137254433]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5413857745002298]], [[0.49770532346239277]], [[0.45583634140912227]]], "std": [[[0.27991222033446767]], [[0.25660444004178334]], [[0.2286342588214]]], "count": [100]}, "state": {"min": [-0.20874963700771332, -0.25451362133026123, 1.0098226070404053, 3.018376111984253, -0.039065148681402206, -0.14423485100269318, 0.010223678313195705, -0.040006380528211594], "max": [0.12863492965698242, 0.01967141218483448, 1.313143253326416, 3.2735378742218018, 0.4555114209651947, 0.12833303213119507, 0.039929695427417755, -0.008450194261968136], "mean": [0.02268773317337036, -0.1830090880393982, 1.1863526105880737, 3.118211507797241, 0.1479976773262024, -0.031708765774965286, 0.02639387547969818, -0.026474762707948685], "std": [0.0866813063621521, 0.05180608853697777, 0.07638895511627197, 0.06449013203382492, 0.15660420060157776, 0.0678803026676178, 0.014193973504006863, 0.014203529804944992], "count": [337]}, "actions": {"min": [-1.036100149154663, -0.8342026472091675, -0.6994028687477112, -0.2254655808210373, -0.4659498929977417, -0.6784656047821045, -1.0], "max": [0.6607130765914917, 0.45214220881462097, 0.7861948609352112, 0.5019387006759644, 0.12072224169969559, 0.2941095232963562, 1.0], "mean": [0.027643553912639618, -0.042193733155727386, -0.003433914389461279, 0.0018013091757893562, -0.0026305695064365864, -0.005370473954826593, -0.09198813140392303], "std": [0.2298617959022522, 0.187458798289299, 0.22820055484771729, 0.05755599960684776, 0.0518302358686924, 0.05901271477341652, 0.9957618117332458], "count": [337]}, "timestamp": {"min": [0.0], "max": [33.6], "mean": [16.8], "std": [9.728309205612248], "count": [337]}, "frame_index": {"min": [0], "max": [336], "mean": [168.0], "std": [97.28309205612247], "count": [337]}, "episode_index": {"min": [1910], "max": [1910], "mean": [1910.0], "std": [0.0], "count": [337]}, "index": {"min": [614037], "max": [614373], "mean": [614205.0], "std": [97.28309205612247], "count": [337]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [337]}}} +{"episode_index": 1911, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45175340121400126]], [[0.4186764675963159]], [[0.3814428321987975]]], "std": [[[0.2575135642699415]], [[0.23788370586329258]], [[0.21962997380816984]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5661777978036918]], [[0.5183042919682522]], [[0.4741927699668735]]], "std": [[[0.27226164142420795]], [[0.24994258770608876]], [[0.22210040694420433]]], "count": [100]}, "state": {"min": [-0.2025960087776184, -0.27178001403808594, 1.0079641342163086, 3.035220146179199, -0.07363391667604446, -0.17059612274169922, 0.003870807122439146, -0.040005430579185486], "max": [0.12568211555480957, -0.02186264470219612, 1.3342562913894653, 3.329413890838623, 0.40742215514183044, 0.10229913890361786, 0.03992431238293648, -0.003773835953325033], "mean": [0.02760292962193489, -0.1902814358472824, 1.184178352355957, 3.1564128398895264, 0.09890583902597427, -0.030259624123573303, 0.02254028432071209, -0.0226124357432127], "std": [0.08708801865577698, 0.0452461764216423, 0.08733253926038742, 0.1004188135266304, 0.11319833993911743, 0.0701560452580452, 0.01738579012453556, 0.017485130578279495], "count": [263]}, "actions": {"min": [-1.0110548734664917, -1.4278342723846436, -0.8900333642959595, -0.17435120046138763, -0.15197543799877167, -0.191077321767807, -1.0], "max": [0.9424924850463867, 0.8832728862762451, 1.0732208490371704, 0.2748732268810272, 0.14396065473556519, 0.3453052043914795, 1.0], "mean": [0.04914141446352005, -0.0657510831952095, -0.024851860478520393, 0.002245544223114848, 0.0008976567187346518, -0.003868616186082363, -0.034220531582832336], "std": [0.275712251663208, 0.23081208765506744, 0.2983333170413971, 0.05290205404162407, 0.048536621034145355, 0.05407824367284775, 0.9994143843650818], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1911], "max": [1911], "mean": [1911.0], "std": [0.0], "count": [263]}, "index": {"min": [614374], "max": [614636], "mean": [614505.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1912, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4521467674105775]], [[0.41865915635052847]], [[0.3812167861040901]]], "std": [[[0.2580819352869777]], [[0.2384985303491213]], [[0.22020324324389745]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5489461430568321]], [[0.5049601314769072]], [[0.4623609469544654]]], "std": [[[0.27553939026420415]], [[0.25191720887376373]], [[0.22397570429483657]]], "count": [100]}, "state": {"min": [-0.2240612953901291, -0.26589974761009216, 1.0086458921432495, 2.986651659011841, -0.02021259255707264, -0.1150890439748764, 0.008179903030395508, -0.04000713303685188], "max": [0.13302254676818848, 0.019962981343269348, 1.3383694887161255, 3.2914235591888428, 0.4710071384906769, 0.16657491028308868, 0.03991464152932167, -0.008063907735049725], "mean": [0.023091433569788933, -0.1878136694431305, 1.1917269229888916, 3.1136319637298584, 0.12681370973587036, 0.03392315283417702, 0.026563290506601334, -0.02688293717801571], "std": [0.09711094945669174, 0.05105312541127205, 0.08829165250062943, 0.08820042759180069, 0.12457193434238434, 0.0757092833518982, 0.013900397345423698, 0.013778243213891983], "count": [315]}, "actions": {"min": [-0.785572350025177, -1.3876310586929321, -0.5750174522399902, -0.22749333083629608, -0.15583539009094238, -0.17134132981300354, -1.0], "max": [1.0712916851043701, 0.3627616763114929, 1.376763105392456, 0.24025656282901764, 0.14273029565811157, 0.21544073522090912, 1.0], "mean": [0.03695301339030266, -0.0633762776851654, -0.022113077342510223, 0.00027391486219130456, 0.00041735891136340797, -0.006063488777726889, -0.0793650820851326], "std": [0.26324769854545593, 0.22254857420921326, 0.27194297313690186, 0.05645299330353737, 0.04561459645628929, 0.05269200727343559, 0.9968457818031311], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [1912], "max": [1912], "mean": [1912.0], "std": [0.0], "count": [315]}, "index": {"min": [614637], "max": [614951], "mean": [614794.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [315]}}} +{"episode_index": 1913, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45485195563821235]], [[0.4216206665039063]], [[0.38456360461665134]]], "std": [[[0.25750219297321597]], [[0.23831304358821978]], [[0.22042489694038334]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.5712510435814951]], [[0.5222049416934743]], [[0.4771821845559513]]], "std": [[[0.26943303133099994]], [[0.2472434150985077]], [[0.21845757249887376]]], "count": [100]}, "state": {"min": [-0.22230523824691772, -0.26459363102912903, 1.003300666809082, 2.9453976154327393, -0.10067536681890488, -0.1750495731830597, 0.003921543713659048, -0.04000993072986603], "max": [0.13321751356124878, 0.02881740778684616, 1.304465889930725, 3.2681686878204346, 0.18044903874397278, 0.14289578795433044, 0.0399816632270813, -0.003829337190836668], "mean": [0.022601231932640076, -0.17650683224201202, 1.1682884693145752, 3.1439573764801025, 0.015669364482164383, -0.032686881721019745, 0.02521357499063015, -0.025269238278269768], "std": [0.10716520249843597, 0.06236938759684563, 0.07345994561910629, 0.06331827491521835, 0.08048104494810104, 0.0834939256310463, 0.017380960285663605, 0.017440875992178917], "count": [364]}, "actions": {"min": [-0.791622519493103, -0.822216808795929, -0.7956563830375671, -0.19840702414512634, -0.1377350389957428, -0.38996422290802, -1.0], "max": [0.7359793782234192, 0.35548511147499084, 1.0682309865951538, 0.3985716700553894, 0.18148662149906158, 0.3085353970527649, 1.0], "mean": [0.03850683942437172, -0.05803489312529564, -0.011401772499084473, 0.0017039559315890074, -0.00016544497339054942, -0.00408298010006547, -0.1538461595773697], "std": [0.2212599217891693, 0.15617778897285461, 0.22971871495246887, 0.06471037119626999, 0.0427081473171711, 0.05760379135608673, 0.9880940318107605], "count": [364]}, "timestamp": {"min": [0.0], "max": [36.3], "mean": [18.15], "std": [10.507735245998541], "count": [364]}, "frame_index": {"min": [0], "max": [363], "mean": [181.5], "std": [105.0773524599854], "count": [364]}, "episode_index": {"min": [1913], "max": [1913], "mean": [1913.0], "std": [0.0], "count": [364]}, "index": {"min": [614952], "max": [615315], "mean": [615133.5], "std": [105.0773524599854], "count": [364]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [364]}}} +{"episode_index": 1914, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.452128771015242]], [[0.41892203955556834]], [[0.3816374272365196]]], "std": [[[0.2584186905915087]], [[0.2389716576319571]], [[0.22098881123792488]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5503000871246937]], [[0.5069591273887485]], [[0.46457100602692253]]], "std": [[[0.275467422028108]], [[0.2514727198855888]], [[0.2237030923982896]]], "count": [100]}, "state": {"min": [-0.20088987052440643, -0.2355210930109024, 1.013472080230713, 2.903134822845459, -0.07767690718173981, -0.24896106123924255, 0.008711772039532661, -0.040011484175920486], "max": [0.12974199652671814, 0.008002880029380322, 1.277625322341919, 3.1415586471557617, 0.0999128445982933, 0.13355396687984467, 0.03986872360110283, -0.008959053084254265], "mean": [0.01773952692747116, -0.1615530550479889, 1.1686097383499146, 3.024188756942749, 0.023520514369010925, -0.07029267400503159, 0.02621319331228733, -0.02635323442518711], "std": [0.09874942898750305, 0.04620952159166336, 0.07261157780885696, 0.06720945239067078, 0.045170802623033524, 0.11479774862527847, 0.014826064929366112, 0.014895063824951649], "count": [292]}, "actions": {"min": [-0.5532540082931519, -0.9723861813545227, -0.8359784483909607, -0.18363606929779053, -0.13159367442131042, -0.14887475967407227, -1.0], "max": [1.1653279066085815, 0.36141741275787354, 1.1578712463378906, 0.15588751435279846, 0.11145904660224915, 0.12338365614414215, 1.0], "mean": [0.034314487129449844, -0.06176549941301346, -0.02665693499147892, -0.00029551476472988725, -0.002183991251513362, -0.006013263016939163, -0.07534246891736984], "std": [0.22557562589645386, 0.16829638183116913, 0.24774610996246338, 0.04369596391916275, 0.03800438344478607, 0.04589029401540756, 0.9971570372581482], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [1914], "max": [1914], "mean": [1914.0], "std": [0.0], "count": [292]}, "index": {"min": [615316], "max": [615607], "mean": [615461.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [292]}}} +{"episode_index": 1915, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4552780492446002]], [[0.42172344970703124]], [[0.3841214455997242]]], "std": [[[0.2585964113656147]], [[0.23918486574966089]], [[0.22120492418564622]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5709201959348192]], [[0.5243251953125001]], [[0.4796053664263557]]], "std": [[[0.2607651787828186]], [[0.23749605101756927]], [[0.2097738493357727]]], "count": [100]}, "state": {"min": [-0.20384743809700012, -0.22735907137393951, 1.015305757522583, 2.9206104278564453, -0.22436964511871338, -0.0973673015832901, 0.0036948667839169502, -0.04000970348715782], "max": [0.12993095815181732, 0.012991385534405708, 1.3032582998275757, 3.2267251014709473, 0.14799223840236664, 0.10016424208879471, 0.0398590974509716, -0.004147256258875132], "mean": [0.007365457247942686, -0.16469329595565796, 1.1802057027816772, 3.011967420578003, 0.009122972376644611, -0.012232501059770584, 0.02161538042128086, -0.02189420536160469], "std": [0.10623715072870255, 0.0491965189576149, 0.08029498904943466, 0.0652623102068901, 0.10056102275848389, 0.047493498772382736, 0.017511999234557152, 0.01739046350121498], "count": [331]}, "actions": {"min": [-0.872600793838501, -0.9244616627693176, -0.45327192544937134, -0.289587140083313, -0.1578475385904312, -0.1147482767701149, -1.0], "max": [0.6758045554161072, 0.28051331639289856, 0.893162190914154, 0.27168750762939453, 0.2597261667251587, 0.10938568413257599, 1.0], "mean": [0.030741512775421143, -0.05466759577393532, -0.009653630666434765, -0.00437304237857461, -0.005474019795656204, -0.004144508857280016, 0.03323262929916382], "std": [0.2220393717288971, 0.1625230759382248, 0.21991197764873505, 0.04406413063406944, 0.047109831124544144, 0.0382826067507267, 0.999447226524353], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [1915], "max": [1915], "mean": [1915.0], "std": [0.0], "count": [331]}, "index": {"min": [615608], "max": [615938], "mean": [615773.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [331]}}} +{"episode_index": 1916, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40882775998583026]], [[0.381662254782284]], [[0.34921740602979473]]], "std": [[[0.2656284542457516]], [[0.24411801507259043]], [[0.22680242263754452]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.53813939891142]], [[0.5002549264945236]], [[0.45818469298119635]]], "std": [[[0.2778572328398371]], [[0.251395714415615]], [[0.22337018786583587]]], "count": [100]}, "state": {"min": [-0.18469704687595367, -0.013308878056704998, 0.9237191081047058, 2.9738683700561523, 0.0006946526700630784, 0.03344373032450676, 0.002009555697441101, -0.04000888019800186], "max": [0.13345544040203094, 0.22607333958148956, 1.2762820720672607, 3.3595736026763916, 0.2294294238090515, 0.3024519383907318, 0.03999173641204834, -0.0017801958601921797], "mean": [0.05537654459476471, 0.047199882566928864, 1.1512056589126587, 3.141162157058716, 0.11777953803539276, 0.10711473971605301, 0.02347402647137642, -0.023448752239346504], "std": [0.07571738958358765, 0.07662053406238556, 0.10292980819940567, 0.10168875753879547, 0.06932396441698074, 0.06558061391115189, 0.018333960324525833, 0.018465882167220116], "count": [353]}, "actions": {"min": [-0.6845830082893372, -0.36551791429519653, -0.8581445813179016, -0.11439668387174606, -0.1769048571586609, -0.09139610081911087, -1.0], "max": [0.8143643736839294, 0.7296282649040222, 1.0563536882400513, 0.14059557020664215, 0.10190869122743607, 0.10395459085702896, 1.0], "mean": [0.03656432032585144, 0.04629760980606079, -0.005962658207863569, 0.0050206431187689304, -0.001422650064341724, 0.0037636759225279093, -0.13314448297023773], "std": [0.18821658194065094, 0.1419135183095932, 0.22378037869930267, 0.040305860340595245, 0.03979033604264259, 0.03388042375445366, 0.9910972118377686], "count": [353]}, "timestamp": {"min": [0.0], "max": [35.2], "mean": [17.599999999999998], "std": [10.190191362285598], "count": [353]}, "frame_index": {"min": [0], "max": [352], "mean": [176.0], "std": [101.90191362285597], "count": [353]}, "episode_index": {"min": [1916], "max": [1916], "mean": [1916.0], "std": [0.0], "count": [353]}, "index": {"min": [615939], "max": [616291], "mean": [616115.0], "std": [101.90191362285597], "count": [353]}, "task_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [353]}}} +{"episode_index": 1917, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41047459680893844]], [[0.38339548387714456]], [[0.35106689692478554]]], "std": [[[0.26575418039988663]], [[0.24444378733555427]], [[0.22734674527772467]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9372549019607843]]], "mean": [[[0.5348911976533777]], [[0.4967012430826823]], [[0.4544095219630821]]], "std": [[[0.27674360139114756]], [[0.2500702722005228]], [[0.22175434303263497]]], "count": [100]}, "state": {"min": [-0.1817243993282318, -0.0021259684581309557, 0.9242241382598877, 3.0586140155792236, -0.07132646441459656, -0.03546550124883652, 0.002890269970521331, -0.04000391811132431], "max": [0.14309829473495483, 0.23753142356872559, 1.2550557851791382, 3.43796443939209, 0.19717203080654144, 0.2537812292575836, 0.03994463384151459, -0.0024884550366550684], "mean": [0.0567261166870594, 0.05908604711294174, 1.1463313102722168, 3.1570448875427246, 0.057403337210416794, 0.07296837866306305, 0.02352968417108059, -0.023396514356136322], "std": [0.08106549829244614, 0.07730557024478912, 0.09767609089612961, 0.10607434064149857, 0.07678870111703873, 0.06687264889478683, 0.017854008823633194, 0.018054692074656487], "count": [311]}, "actions": {"min": [-0.9438012838363647, -0.26694855093955994, -0.6530702710151672, -0.17818567156791687, -0.21336281299591064, -0.09465760737657547, -1.0], "max": [0.8827354311943054, 1.006608486175537, 0.8901925086975098, 0.2744344174861908, 0.12379395216703415, 0.14898240566253662, 1.0], "mean": [0.03268606215715408, 0.05568692088127136, -0.008765153586864471, 0.00776258297264576, -0.0018999199382960796, 0.004424446262419224, -0.11254019290208817], "std": [0.21947455406188965, 0.16623558104038239, 0.23920677602291107, 0.05135667324066162, 0.045919615775346756, 0.03640235960483551, 0.9936467409133911], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [1917], "max": [1917], "mean": [1917.0], "std": [0.0], "count": [311]}, "index": {"min": [616292], "max": [616602], "mean": [616447.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [311]}}} +{"episode_index": 1918, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4070169432396982]], [[0.38018066226734837]], [[0.3478777549594056]]], "std": [[[0.2683146474515744]], [[0.24739348144058299]], [[0.2309364766551277]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.5541514862658931]], [[0.5161468619552313]], [[0.47374723486806836]]], "std": [[[0.2638813825537965]], [[0.23721076676059577]], [[0.2092558629082834]]], "count": [100]}, "state": {"min": [-0.16390526294708252, -0.009383893571794033, 0.9250137209892273, 3.0048158168792725, -0.21702629327774048, 0.013038109987974167, 0.0023586952593177557, -0.04000566154718399], "max": [0.12202834337949753, 0.22852204740047455, 1.273756504058838, 3.254582643508911, 0.05469511076807976, 0.1720522940158844, 0.039913360029459, -0.0023633409291505814], "mean": [0.031513798981904984, 0.0481092631816864, 1.140715479850769, 3.079636812210083, -0.06684675812721252, 0.06172933802008629, 0.022884272038936615, -0.022956008091568947], "std": [0.0824965387582779, 0.0736841931939125, 0.1037399023771286, 0.05518630892038345, 0.0824243426322937, 0.03115675412118435, 0.01823493465781212, 0.0182325579226017], "count": [376]}, "actions": {"min": [-0.578125536441803, -0.44466716051101685, -0.5212270021438599, -0.09289941936731339, -0.1495768129825592, -0.15921242535114288, -1.0], "max": [0.644801676273346, 1.0189008712768555, 0.8633162975311279, 0.22667329013347626, 0.10982265323400497, 0.14903108775615692, 1.0], "mean": [0.020413914695382118, 0.040084242820739746, -0.0015791489277034998, 0.002541316207498312, -0.004427392967045307, 0.0035083002876490355, -0.0904255285859108], "std": [0.17283295094966888, 0.15288321673870087, 0.21078956127166748, 0.03299795836210251, 0.03405294194817543, 0.03352735564112663, 0.9959028959274292], "count": [376]}, "timestamp": {"min": [0.0], "max": [37.5], "mean": [18.75], "std": [10.854146673046206], "count": [376]}, "frame_index": {"min": [0], "max": [375], "mean": [187.5], "std": [108.54146673046205], "count": [376]}, "episode_index": {"min": [1918], "max": [1918], "mean": [1918.0], "std": [0.0], "count": [376]}, "index": {"min": [616603], "max": [616978], "mean": [616790.5], "std": [108.54146673046205], "count": [376]}, "task_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [376]}}} +{"episode_index": 1919, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40728582284964765]], [[0.3801568962545956]], [[0.3475959275189568]]], "std": [[[0.26702999157720925]], [[0.24539381751828238]], [[0.22807169384918655]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.5208588843252144]], [[0.4841306313907399]], [[0.44297273882697613]]], "std": [[[0.2872354225867346]], [[0.2599702251049756]], [[0.2316328619888337]]], "count": [100]}, "state": {"min": [-0.18643862009048462, -0.031165538355708122, 0.9257168173789978, 3.0305216312408447, -0.019034352153539658, -0.04285283014178276, 0.003437252715229988, -0.04001317545771599], "max": [0.13789626955986023, 0.22149521112442017, 1.2522575855255127, 3.439040184020996, 0.28640905022621155, 0.2635640799999237, 0.04000450298190117, -0.0025845642667263746], "mean": [0.04609841853380203, 0.03780345618724823, 1.1409980058670044, 3.227712869644165, 0.12677524983882904, 0.03558539226651192, 0.024095365777611732, -0.02387637086212635], "std": [0.07944216579198837, 0.08212337642908096, 0.09855693578720093, 0.11384440213441849, 0.09918682277202606, 0.10136058926582336, 0.01769879460334778, 0.01798735372722149], "count": [331]}, "actions": {"min": [-0.8007855415344238, -0.2949250340461731, -0.6349872946739197, -0.11205780506134033, -0.15981514751911163, -0.10732253640890121, -1.0], "max": [0.9344344139099121, 1.6861408948898315, 0.8462192416191101, 0.24212536215782166, 0.14787666499614716, 0.19909894466400146, 1.0], "mean": [0.028803842142224312, 0.05918782949447632, -0.008784162811934948, 0.007593343034386635, 9.179076732834801e-05, 0.005307778716087341, -0.1359516680240631], "std": [0.22367674112319946, 0.17870621383190155, 0.22299496829509735, 0.04178965091705322, 0.04352978244423866, 0.034791070967912674, 0.9907155632972717], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [1919], "max": [1919], "mean": [1919.0], "std": [0.0], "count": [331]}, "index": {"min": [616979], "max": [617309], "mean": [617144.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [331]}}} +{"episode_index": 1920, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4105467325846354]], [[0.38335846964518233]], [[0.35091333247166057]]], "std": [[[0.2661157722862818]], [[0.24480259186949085]], [[0.22761016416131197]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.5570292771283317]], [[0.5178756354836856]], [[0.47447554105870865]]], "std": [[[0.2695648882975439]], [[0.24264577619905656]], [[0.21422016295379517]]], "count": [100]}, "state": {"min": [-0.20704028010368347, -0.0475471094250679, 0.9255284667015076, 3.0430734157562256, -0.05640893802046776, -0.04430113732814789, 0.002445563906803727, -0.04000459238886833], "max": [0.1303011029958725, 0.21068716049194336, 1.2540853023529053, 3.372850179672241, 0.1507543921470642, 0.16219961643218994, 0.03995282202959061, -0.0019007171504199505], "mean": [0.04295738786458969, 0.037062689661979675, 1.1381229162216187, 3.121208667755127, 0.04924890771508217, 0.03630148619413376, 0.024160120636224747, -0.02415200136601925], "std": [0.08711683005094528, 0.07352349907159805, 0.09655371308326721, 0.08813586086034775, 0.0558042898774147, 0.044992540031671524, 0.017999684438109398, 0.018086234107613564], "count": [339]}, "actions": {"min": [-0.511661171913147, -0.40895184874534607, -1.284894347190857, -0.10823969542980194, -0.17575174570083618, -0.07755834609270096, -1.0], "max": [1.1628416776657104, 0.8757606744766235, 0.8516107201576233, 0.20795530080795288, 0.10548558831214905, 0.13961300253868103, 1.0], "mean": [0.03709113970398903, 0.049109477549791336, -0.008165196515619755, 0.007339711766690016, -0.0031559618655592203, 0.004589815624058247, -0.15634217858314514], "std": [0.19207167625427246, 0.14980272948741913, 0.22687938809394836, 0.0409245640039444, 0.040159743279218674, 0.032180968672037125, 0.9877034425735474], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [1920], "max": [1920], "mean": [1920.0], "std": [0.0], "count": [339]}, "index": {"min": [617310], "max": [617648], "mean": [617479.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [339]}}} +{"episode_index": 1921, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3930670794318704]], [[0.36585285381242344]], [[0.3329212245567172]]], "std": [[[0.2663632857874409]], [[0.24392878930148934]], [[0.2250813619348692]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9372549019607843]], [[0.9333333333333333]], [[0.8]]], "mean": [[[0.3923666393803615]], [[0.3694936409744562]], [[0.3434440271714154]]], "std": [[[0.2601596695358773]], [[0.23050632969760262]], [[0.2011362900292393]]], "count": [100]}, "state": {"min": [-0.32249733805656433, -0.15070582926273346, 0.9299106001853943, 3.076298236846924, -0.1572113037109375, -0.09772143512964249, 0.012086711823940277, -0.039989445358514786], "max": [-0.21026937663555145, -0.014877937734127045, 1.1886500120162964, 3.217566728591919, -0.012082213535904884, 0.5571945905685425, 0.04000335931777954, -0.0019033722346648574], "mean": [-0.2954290807247162, -0.11344609409570694, 0.9994727969169617, 3.1357743740081787, -0.061188921332359314, 0.27075809240341187, 0.028106175363063812, -0.02688402496278286], "std": [0.028774406760931015, 0.02750057727098465, 0.08931329101324081, 0.03904186189174652, 0.04216281697154045, 0.20937412977218628, 0.011440237984061241, 0.012941623106598854], "count": [240]}, "actions": {"min": [-0.4227287173271179, -0.6681908369064331, -0.5659173130989075, -0.11620339751243591, -0.08607754111289978, -0.19090412557125092, -1.0], "max": [0.29166537523269653, 0.32330986857414246, 0.24651452898979187, 0.15212973952293396, 0.09230390936136246, 0.21907617151737213, 1.0], "mean": [-0.004423211794346571, -0.026771508157253265, -0.05435218662023544, -0.0014895101776346564, 0.0025553428567945957, -0.006651826202869415, 0.06666667014360428], "std": [0.08397737890481949, 0.12744265794754028, 0.13045476377010345, 0.035552043467760086, 0.03018430806696415, 0.062355149537324905, 0.9977749586105347], "count": [240]}, "timestamp": {"min": [0.0], "max": [23.9], "mean": [11.95], "std": [6.928143089361439], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [1921], "max": [1921], "mean": [1921.0], "std": [0.0], "count": [240]}, "index": {"min": [617649], "max": [617888], "mean": [617768.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [240]}}} +{"episode_index": 1922, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3954361721861596]], [[0.36771357098747703]], [[0.33391771922392005]]], "std": [[[0.26857392124949786]], [[0.2455221865228723]], [[0.2263818854535129]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.8431372549019608]], [[0.8313725490196079]], [[0.8117647058823529]]], "mean": [[[0.4054831997740503]], [[0.3805363955030254]], [[0.35215464094573373]]], "std": [[[0.2638873243047486]], [[0.23364293059130223]], [[0.20381527981173322]]], "count": [100]}, "state": {"min": [-0.3302013874053955, -0.1282634288072586, 0.9252215027809143, 2.985224723815918, -0.08420373499393463, -0.06932060420513153, 0.0063117449171841145, -0.04026317596435547], "max": [-0.23820266127586365, 0.01623377576470375, 1.1996387243270874, 3.144101142883301, 0.05866401642560959, 0.7402255535125732, 0.039950158447027206, -0.0045676324516534805], "mean": [-0.31064367294311523, -0.09335999190807343, 1.0065147876739502, 3.056663751602173, -0.01654139533638954, 0.4180322587490082, 0.028007734566926956, -0.027804989367723465], "std": [0.019672054797410965, 0.035709448158741, 0.0893891453742981, 0.03995797410607338, 0.04427912458777428, 0.24544014036655426, 0.012772591784596443, 0.01323357317596674], "count": [269]}, "actions": {"min": [-0.2946016788482666, -0.5387733578681946, -0.45372721552848816, -0.11911143362522125, -0.14389601349830627, -0.21135304868221283, -1.0], "max": [0.3994795083999634, 0.5281757712364197, 0.4020368754863739, 0.11878609657287598, 0.10921501368284225, 0.25973278284072876, 1.0], "mean": [0.009402223862707615, -0.02553519792854786, -0.06134063005447388, -0.0021368968300521374, 0.002388366963714361, -0.005775365512818098, -0.0037174720782786608], "std": [0.09094519913196564, 0.1213868260383606, 0.1208212673664093, 0.03461575135588646, 0.03439372777938843, 0.06696733087301254, 0.999992311000824], "count": [269]}, "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": [1922], "max": [1922], "mean": [1922.0], "std": [0.0], "count": [269]}, "index": {"min": [617889], "max": [618157], "mean": [618023.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [269]}}} +{"episode_index": 1923, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.39612453984279256]], [[0.36842956782322306]], [[0.33484720447016697]]], "std": [[[0.26817400075537723]], [[0.24534561561100168]], [[0.2263361040195568]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8392156862745098]], [[0.8274509803921568]], [[0.8196078431372549]]], "mean": [[[0.3717196990368413]], [[0.34975612505744486]], [[0.3224976280062806]]], "std": [[[0.2717681586182764]], [[0.24109239640043423]], [[0.2127094780820416]]], "count": [100]}, "state": {"min": [-0.33196181058883667, -0.12113188207149506, 0.9352843165397644, 3.0054469108581543, -0.07988786697387695, -0.1315307319164276, 0.010658453218638897, -0.0400080643594265], "max": [-0.20345470309257507, -0.01632237620651722, 1.1761977672576904, 3.125091791152954, 0.09810391813516617, 0.38025450706481934, 0.039884719997644424, -0.00422980822622776], "mean": [-0.2975342869758606, -0.10077367722988129, 1.009306788444519, 3.0575382709503174, -0.003487265668809414, 0.1948481798171997, 0.03123624622821808, -0.028453096747398376], "std": [0.04300409555435181, 0.019466858357191086, 0.08182820677757263, 0.027698524296283722, 0.038747638463974, 0.1534823328256607, 0.010693242773413658, 0.013919331133365631], "count": [181]}, "actions": {"min": [-0.43832042813301086, -0.5847224593162537, -0.7226458787918091, -0.08755195885896683, -0.11051825433969498, -0.14671297371387482, -1.0], "max": [0.2933240532875061, 0.23438389599323273, 0.24589252471923828, 0.11992297321557999, 0.0949905589222908, 0.1362590789794922, 1.0], "mean": [-0.030243512243032455, -0.0241505429148674, -0.07798932492733002, 0.0010729400673881173, -0.003509868634864688, -0.00971315335482359, -0.14917127788066864], "std": [0.10905183106660843, 0.12556295096874237, 0.14317572116851807, 0.03289322182536125, 0.03400588780641556, 0.05202154070138931, 0.9888107180595398], "count": [181]}, "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": [1923], "max": [1923], "mean": [1923.0], "std": [0.0], "count": [181]}, "index": {"min": [618158], "max": [618338], "mean": [618248.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [181]}}} +{"episode_index": 1924, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.39642014806410847]], [[0.36869440235811124]], [[0.3353161136402803]]], "std": [[[0.2679040108363741]], [[0.24505005362258006]], [[0.22602405705351905]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8196078431372549]], [[0.803921568627451]], [[0.792156862745098]]], "mean": [[[0.3839128244437423]], [[0.3611724787693397]], [[0.33374017393822764]]], "std": [[[0.2668751624742308]], [[0.23639901886123035]], [[0.20767409344501475]]], "count": [100]}, "state": {"min": [-0.33525845408439636, -0.1330815851688385, 0.9460768699645996, 3.0713248252868652, -0.08597276359796524, -0.14479224383831024, 0.009978856891393661, -0.04000192880630493], "max": [-0.20032240450382233, 0.0021290683653205633, 1.1783477067947388, 3.2251663208007812, 0.07448089122772217, 0.5230756998062134, 0.03998962789773941, -0.008742214180529118], "mean": [-0.30334845185279846, -0.10763469338417053, 1.0079822540283203, 3.121537446975708, -0.01668144389986992, 0.24435469508171082, 0.028345201164484024, -0.02799413539469242], "std": [0.03830096125602722, 0.02472718060016632, 0.07761119306087494, 0.032246220856904984, 0.04310336709022522, 0.19398067891597748, 0.012238123454153538, 0.012653239071369171], "count": [251]}, "actions": {"min": [-0.41180139780044556, -0.9898319840431213, -0.4628666043281555, -0.08537469059228897, -0.12118369340896606, -0.2501087784767151, -1.0], "max": [0.22273273766040802, 0.3132808208465576, 0.18816186487674713, 0.07065507769584656, 0.12057212740182877, 0.1615380346775055, 1.0], "mean": [-0.008658740669488907, -0.0222975742071867, -0.06349693983793259, -0.0029703264590352774, 0.0008414001786150038, -0.008804608136415482, -0.027888447046279907], "std": [0.10073152929544449, 0.13509231805801392, 0.10538377612829208, 0.02513621188700199, 0.03013106808066368, 0.05573279410600662, 0.9996095895767212], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [1924], "max": [1924], "mean": [1924.0], "std": [0.0], "count": [251]}, "index": {"min": [618339], "max": [618589], "mean": [618464.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [251]}}} +{"episode_index": 1925, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3956830683689492]], [[0.36798907051834406]], [[0.3344815608005897]]], "std": [[[0.2678477794559102]], [[0.24495004588711242]], [[0.22581522864916834]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.8509803921568627]], [[0.8392156862745098]], [[0.8274509803921568]]], "mean": [[[0.3696775297277114]], [[0.34821330291149666]], [[0.32126240389954813]]], "std": [[[0.26732701600534586]], [[0.2367833236580842]], [[0.2083035494604124]]], "count": [100]}, "state": {"min": [-0.32956013083457947, -0.13188667595386505, 0.9277896881103516, 3.0073888301849365, -0.19577334821224213, -0.13981689512729645, 0.009773029945790768, -0.04082164913415909], "max": [-0.21785710752010345, -0.004874829668551683, 1.1572448015213013, 3.227872610092163, 0.07711592316627502, 0.9652675986289978, 0.040005479007959366, -0.007207208313047886], "mean": [-0.3036161959171295, -0.10443492978811264, 0.994597852230072, 3.128420114517212, -0.0260742399841547, 0.5418582558631897, 0.028615428134799004, -0.027165742591023445], "std": [0.025242585688829422, 0.023523209616541862, 0.08036155998706818, 0.04547654092311859, 0.0717478096485138, 0.3221372961997986, 0.012095354497432709, 0.01378585584461689], "count": [339]}, "actions": {"min": [-0.7187862396240234, -0.4860546290874481, -0.48922139406204224, -0.21514950692653656, -0.17138798534870148, -0.2046840637922287, -1.0], "max": [0.25527945160865784, 0.37004509568214417, 0.1750987321138382, 0.2262132465839386, 0.1268080621957779, 0.27551206946372986, 1.0], "mean": [0.004892114549875259, -0.008902139030396938, -0.03464403748512268, -0.0014573467196896672, 0.00026639699353836477, -0.00554235652089119, -0.038348082453012466], "std": [0.10770704597234726, 0.12073608487844467, 0.10463227331638336, 0.04662173241376877, 0.03785800561308861, 0.0735459104180336, 0.9992636442184448], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [1925], "max": [1925], "mean": [1925.0], "std": [0.0], "count": [339]}, "index": {"min": [618590], "max": [618928], "mean": [618759.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [339]}}} +{"episode_index": 1926, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4061362349202787]], [[0.3792603405880277]], [[0.3473509556604476]]], "std": [[[0.26619250621016005]], [[0.24493748274362298]], [[0.22764362936687807]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9215686274509803]]], "mean": [[[0.5752478685006785]], [[0.5351138452743466]], [[0.4912272174563276]]], "std": [[[0.24470989923542114]], [[0.21821159691183725]], [[0.19084542263993828]]], "count": [107]}, "state": {"min": [-0.19799697399139404, -0.3525514304637909, 0.9268651008605957, 2.781301259994507, -0.16995839774608612, -0.010230064392089844, 0.0019075126620009542, -0.04000850021839142], "max": [0.14228588342666626, 0.03327324986457825, 1.2312119007110596, 3.0986106395721436, 0.3230871260166168, 0.14118772745132446, 0.03990704566240311, -0.0024462726432830095], "mean": [-0.001663383562117815, -0.09227629005908966, 1.119918704032898, 2.9723706245422363, 0.022221639752388, 0.07038183510303497, 0.019768767058849335, -0.020080264657735825], "std": [0.1299392729997635, 0.15019120275974274, 0.09447358548641205, 0.07735323160886765, 0.10296069830656052, 0.031071795150637627, 0.01855558529496193, 0.018388042226433754], "count": [511]}, "actions": {"min": [-0.6041194200515747, -0.6988917589187622, -0.6398055553436279, -0.10069695115089417, -0.10617582499980927, -0.19803154468536377, -1.0], "max": [0.5375405550003052, 0.3149758279323578, 0.8134104013442993, 0.0633714497089386, 0.09357265383005142, 0.13415740430355072, 1.0], "mean": [-0.008261125534772873, -0.055893424898386, -0.03407526761293411, -0.00455884775146842, 0.0018654356244951487, 0.0018956342246383429, 0.06457925587892532], "std": [0.16458947956562042, 0.13440938293933868, 0.17561474442481995, 0.024756290018558502, 0.0289672389626503, 0.03252888470888138, 0.9979097247123718], "count": [511]}, "timestamp": {"min": [0.0], "max": [51.0], "mean": [25.5], "std": [14.75127113166862], "count": [511]}, "frame_index": {"min": [0], "max": [510], "mean": [255.0], "std": [147.5127113166862], "count": [511]}, "episode_index": {"min": [1926], "max": [1926], "mean": [1926.0], "std": [0.0], "count": [511]}, "index": {"min": [618929], "max": [619439], "mean": [619184.0], "std": [147.5127113166862], "count": [511]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [511]}}} +{"episode_index": 1927, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4081776643523525]], [[0.38115864848687253]], [[0.3488933946022113]]], "std": [[[0.2673724703524645]], [[0.2456568069630204]], [[0.2279272742821584]]], "count": [102]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.5682217267603655]], [[0.5282703386458558]], [[0.48427875757859057]]], "std": [[[0.24908647534549355]], [[0.22267455897652655]], [[0.19548687203683587]]], "count": [102]}, "state": {"min": [-0.20485495030879974, -0.3774620294570923, 0.9202675819396973, 2.7521910667419434, -0.016798388212919235, -0.07730662077665329, 0.0016359733417630196, -0.04001467302441597], "max": [0.1472598910331726, 0.035063233226537704, 1.2082244157791138, 3.1488962173461914, 0.41930484771728516, 0.13101814687252045, 0.03995092958211899, -0.0017275926657021046], "mean": [-0.008237449452280998, -0.11618457734584808, 1.093180775642395, 2.987887382507324, 0.12573106586933136, 0.008450405672192574, 0.017676757648587227, -0.01795170269906521], "std": [0.129274383187294, 0.16195298731327057, 0.08335777372121811, 0.11747236549854279, 0.11056747287511826, 0.03907286003232002, 0.01847671903669834, 0.018343226984143257], "count": [478]}, "actions": {"min": [-0.6563374996185303, -0.7156168222427368, -0.5659507513046265, -0.18376348912715912, -0.12483054399490356, -0.12593436241149902, -1.0], "max": [0.7133651971817017, 0.45387423038482666, 0.8203782439231873, 0.373146116733551, 0.10106216371059418, 0.15194422006607056, 1.0], "mean": [9.557048906572163e-05, -0.06345690786838531, -0.034587614238262177, -0.0056440746411681175, 0.001283906982280314, 0.003972239326685667, 0.17154811322689056], "std": [0.19606338441371918, 0.1392706334590912, 0.1653876155614853, 0.047260407358407974, 0.0358661450445652, 0.036406319588422775, 0.985178530216217], "count": [478]}, "timestamp": {"min": [0.0], "max": [47.7], "mean": [23.85], "std": [13.79864123745523], "count": [478]}, "frame_index": {"min": [0], "max": [477], "mean": [238.5], "std": [137.9864123745523], "count": [478]}, "episode_index": {"min": [1927], "max": [1927], "mean": [1927.0], "std": [0.0], "count": [478]}, "index": {"min": [619440], "max": [619917], "mean": [619678.5], "std": [137.9864123745523], "count": [478]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [478]}}} +{"episode_index": 1928, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3993327642063538]], [[0.3723370743596665]], [[0.33998719888393386]]], "std": [[[0.26788214376192]], [[0.24577438989078126]], [[0.22757508425459205]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.5480162406498742]], [[0.5087197516365277]], [[0.46562565473654194]]], "std": [[[0.2634985187882781]], [[0.23683747627597457]], [[0.20956876604822847]]], "count": [103]}, "state": {"min": [-0.19637766480445862, -0.40094974637031555, 0.9198263883590698, 2.834792137145996, -0.004652957431972027, -0.09106907993555069, 0.00218297285027802, -0.0400032177567482], "max": [0.13457335531711578, 0.03803570196032524, 1.217382788658142, 3.2760894298553467, 0.4133850038051605, 0.09867090731859207, 0.03998296707868576, -0.0015467982739210129], "mean": [-0.03320838138461113, -0.1290130913257599, 1.106974482536316, 3.0926482677459717, 0.14753836393356323, -0.004904748871922493, 0.015466753393411636, -0.015586208552122116], "std": [0.12995021045207977, 0.1720670610666275, 0.09283421188592911, 0.10797182470560074, 0.09150118380784988, 0.05204106867313385, 0.017616644501686096, 0.017562253400683403], "count": [483]}, "actions": {"min": [-0.6920724511146545, -0.6937532424926758, -0.7021509408950806, -0.26510584354400635, -0.15356388688087463, -0.20652638375759125, -1.0], "max": [0.9898110032081604, 0.42533281445503235, 0.9705911874771118, 0.17696914076805115, 0.2113766074180603, 0.13777881860733032, 1.0], "mean": [-0.0057193743996322155, -0.06527741998434067, -0.04313831776380539, -0.005072056315839291, -0.00025287162861786783, 0.0005927305319346488, 0.3126294016838074], "std": [0.20604588091373444, 0.15577340126037598, 0.19221073389053345, 0.04471445828676224, 0.04167528823018074, 0.038897521793842316, 0.9498730897903442], "count": [483]}, "timestamp": {"min": [0.0], "max": [48.2], "mean": [24.099999999999998], "std": [13.942979117343132], "count": [483]}, "frame_index": {"min": [0], "max": [482], "mean": [241.0], "std": [139.4297911734313], "count": [483]}, "episode_index": {"min": [1928], "max": [1928], "mean": [1928.0], "std": [0.0], "count": [483]}, "index": {"min": [619918], "max": [620400], "mean": [620159.0], "std": [139.4297911734313], "count": [483]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [483]}}} +{"episode_index": 1929, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4041531646009357]], [[0.3772143201146929]], [[0.345013574310978]]], "std": [[[0.2678077581681127]], [[0.24615807109100377]], [[0.22856182563715205]]], "count": [109]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.5793614817943734]], [[0.5385868567274423]], [[0.494111776858016]]], "std": [[[0.2487138672487547]], [[0.22216441351355834]], [[0.19486632717492205]]], "count": [109]}, "state": {"min": [-0.18623018264770508, -0.3723229467868805, 0.9223417639732361, 2.894476890563965, -0.10833542048931122, -0.12381648272275925, 0.0023228025529533625, -0.04001028463244438], "max": [0.14018425345420837, 0.02062530815601349, 1.223868727684021, 3.1515398025512695, 0.37296971678733826, 0.05446942523121834, 0.03997956961393356, -0.0025345252361148596], "mean": [0.0005448553129099309, -0.12729191780090332, 1.1102001667022705, 3.06492018699646, 0.08423255383968353, -0.03551892191171646, 0.019254110753536224, -0.019365157932043076], "std": [0.12501460313796997, 0.15533359348773956, 0.09426482766866684, 0.0565490759909153, 0.11898057162761688, 0.03977232053875923, 0.018359094858169556, 0.018272899091243744], "count": [521]}, "actions": {"min": [-0.7635776400566101, -1.0140187740325928, -0.6647188067436218, -0.23163071274757385, -0.21783794462680817, -0.19012199342250824, -1.0], "max": [0.8702675700187683, 0.40512022376060486, 0.7628334760665894, 0.16207844018936157, 0.13249628245830536, 0.22219784557819366, 1.0], "mean": [-0.00452977092936635, -0.051632076501846313, -0.037276025861501694, -0.0023416203912347555, 0.0011582267470657825, 0.0023303229827433825, 0.1017274484038353], "std": [0.18137866258621216, 0.14796556532382965, 0.17685365676879883, 0.039623431861400604, 0.037962619215250015, 0.03835013136267662, 0.9948103427886963], "count": [521]}, "timestamp": {"min": [0.0], "max": [52.0], "mean": [26.0], "std": [15.039946808416579], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [1929], "max": [1929], "mean": [1929.0], "std": [0.0], "count": [521]}, "index": {"min": [620401], "max": [620921], "mean": [620661.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [521]}}} +{"episode_index": 1930, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46121295106177235]], [[0.4264587833180147]], [[0.38750334556429994]]], "std": [[[0.25588978781424526]], [[0.23432698153962078]], [[0.21537297342184406]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.5714413476083793]], [[0.5285057426901424]], [[0.4846025175206802]]], "std": [[[0.26388515668504264]], [[0.2368212607736666]], [[0.20756197006785285]]], "count": [100]}, "state": {"min": [-0.20215091109275818, -0.01774587295949459, 0.9770388603210449, 3.058865547180176, -0.08028218895196915, -0.1418571025133133, 0.006235732696950436, -0.0399923212826252], "max": [-0.15767540037631989, 0.22396159172058105, 1.176362156867981, 3.3170266151428223, 0.15732769668102264, -0.03176802024245262, 0.039911385625600815, -0.003672130638733506], "mean": [-0.1704828441143036, 0.07504291087388992, 1.0469815731048584, 3.1879689693450928, 0.036422248929739, -0.10534711182117462, 0.020430460572242737, -0.019963031634688377], "std": [0.008020056411623955, 0.09470482170581818, 0.052316367626190186, 0.08458119630813599, 0.07160289585590363, 0.031214190647006035, 0.015921592712402344, 0.016410941258072853], "count": [151]}, "actions": {"min": [-0.23190289735794067, -0.22354257106781006, -0.6285132169723511, -0.11446592956781387, -0.11091773957014084, -0.12975841760635376, -1.0], "max": [0.34631043672561646, 0.7770256996154785, 0.7447183728218079, 0.12790539860725403, 0.09294915944337845, 0.10476105660200119, 1.0], "mean": [0.02511483244597912, 0.11021912097930908, -0.09763628989458084, 0.007271416950970888, -0.00015348978922702372, -0.004803212359547615, 0.15231788158416748], "std": [0.09925337880849838, 0.21502327919006348, 0.2300305962562561, 0.037938766181468964, 0.039362259209156036, 0.032042860984802246, 0.9883319735527039], "count": [151]}, "timestamp": {"min": [0.0], "max": [15.0], "mean": [7.5], "std": [4.358898943540674], "count": [151]}, "frame_index": {"min": [0], "max": [150], "mean": [75.0], "std": [43.58898943540674], "count": [151]}, "episode_index": {"min": [1930], "max": [1930], "mean": [1930.0], "std": [0.0], "count": [151]}, "index": {"min": [620922], "max": [621072], "mean": [620997.0], "std": [43.58898943540674], "count": [151]}, "task_index": {"min": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [151]}}} +{"episode_index": 1931, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46113927983302694]], [[0.4265390756644455]], [[0.38775264485677086]]], "std": [[[0.2559423605115956]], [[0.23460777236211675]], [[0.21585319045151866]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5800427898332184]], [[0.5386440710927926]], [[0.4958996671788833]]], "std": [[[0.26237112206310725]], [[0.2369443902007999]], [[0.21063759535383733]]], "count": [100]}, "state": {"min": [-0.2129157930612564, -0.0370146818459034, 0.9745546579360962, 3.0355968475341797, -0.13231301307678223, -0.18755069375038147, 0.007223018445074558, -0.03994815796613693], "max": [-0.1487475037574768, 0.22119258344173431, 1.1613916158676147, 3.374457597732544, 0.09117366373538971, -0.03460153192281723, 0.03992532193660736, -0.004826066084206104], "mean": [-0.17027074098587036, 0.08455061167478561, 1.037129521369934, 3.2342121601104736, -0.01993449777364731, -0.12636184692382812, 0.02113664522767067, -0.01939805969595909], "std": [0.014893017709255219, 0.0944695845246315, 0.04804675653576851, 0.10112923383712769, 0.06489914655685425, 0.04116765409708023, 0.01455785147845745, 0.016050031408667564], "count": [172]}, "actions": {"min": [-0.3305897116661072, -0.18764901161193848, -0.5746380686759949, -0.16498291492462158, -0.1480942964553833, -0.1145307645201683, -1.0], "max": [0.48583897948265076, 1.0286226272583008, 0.7584079504013062, 0.15730875730514526, 0.13376085460186005, 0.0896586924791336, 1.0], "mean": [0.020643971860408783, 0.1159563735127449, -0.08763965219259262, 0.00937938503921032, -0.0031943100038915873, -0.0023360636550933123, 0.1860465109348297], "std": [0.12607069313526154, 0.19534070789813995, 0.2118924856185913, 0.03965931758284569, 0.03868914768099785, 0.030728952959179878, 0.9825414419174194], "count": [172]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.965128397131337], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [1931], "max": [1931], "mean": [1931.0], "std": [0.0], "count": [172]}, "index": {"min": [621073], "max": [621244], "mean": [621158.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [172]}}} +{"episode_index": 1932, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4612182383817785]], [[0.42653208055683206]], [[0.3876371471928615]]], "std": [[[0.2550879124200737]], [[0.23352786444539114]], [[0.21447667639020854]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5853933177274817]], [[0.542153647030101]], [[0.4972516335880055]]], "std": [[[0.26024530481655456]], [[0.23388100079453397]], [[0.20615588036651897]]], "count": [100]}, "state": {"min": [-0.21459367871284485, -9.445509203942493e-05, 0.9820072650909424, 3.0393900871276855, -0.05669255554676056, -0.09662414342164993, 0.0031192258466035128, -0.0400068573653698], "max": [-0.14366398751735687, 0.2289966493844986, 1.1943868398666382, 3.2157015800476074, 0.140657439827919, 0.055169638246297836, 0.0398719385266304, -0.0027482721488922834], "mean": [-0.16291728615760803, 0.0965723916888237, 1.056562900543213, 3.1217105388641357, 0.03409215435385704, -0.04106483608484268, 0.019917786121368408, -0.019853360950946808], "std": [0.016355203464627266, 0.09133554250001907, 0.05664849653840065, 0.060763534158468246, 0.060430094599723816, 0.03643477335572243, 0.01751655712723732, 0.01771119050681591], "count": [173]}, "actions": {"min": [-0.14707933366298676, -0.2742118537425995, -0.6145086884498596, -0.12910096347332, -0.1113213524222374, -0.11673638224601746, -1.0], "max": [0.4313370883464813, 0.7485800981521606, 0.6246234774589539, 0.11215654015541077, 0.14354342222213745, 0.08900468796491623, 1.0], "mean": [0.02701599709689617, 0.09252867102622986, -0.09041628986597061, 0.0028901274781674147, 0.0020023698452860117, -0.007194202858954668, 0.07514450699090958], "std": [0.07658421993255615, 0.19716867804527283, 0.21205508708953857, 0.03685106709599495, 0.03986094146966934, 0.034862007945775986, 0.9971723556518555], "count": [173]}, "timestamp": {"min": [0.0], "max": [17.2], "mean": [8.6], "std": [4.993996395673509], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [1932], "max": [1932], "mean": [1932.0], "std": [0.0], "count": [173]}, "index": {"min": [621245], "max": [621417], "mean": [621331.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [173]}}} +{"episode_index": 1933, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46239076921051625]], [[0.4276728222416896]], [[0.3888005053950291]]], "std": [[[0.2558848714994971]], [[0.23465534332083188]], [[0.21606196461173857]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5900560566023284]], [[0.5474143401501225]], [[0.5029658478381588]]], "std": [[[0.25430676147469405]], [[0.2280773907734663]], [[0.20098339773557644]]], "count": [100]}, "state": {"min": [-0.20039482414722443, -0.0015476068947464228, 0.9763979911804199, 3.089679718017578, -0.22484031319618225, -0.12797291576862335, 0.005004577804356813, -0.039997637271881104], "max": [-0.1502324789762497, 0.2210632711648941, 1.1792651414871216, 3.2672832012176514, 0.0689663216471672, 0.13167117536067963, 0.03992227092385292, -0.0061800251714885235], "mean": [-0.17099978029727936, 0.08529358357191086, 1.0421093702316284, 3.1628286838531494, -0.06719252467155457, -0.02246079593896866, 0.019409699365496635, -0.01969601772725582], "std": [0.0126107819378376, 0.08842657506465912, 0.04874265566468239, 0.05293687433004379, 0.09964774549007416, 0.06070994585752487, 0.015735505148768425, 0.015517701394855976], "count": [182]}, "actions": {"min": [-0.3417165279388428, -0.197980597615242, -0.5958681702613831, -0.11864371597766876, -0.1445142924785614, -0.10607367753982544, -1.0], "max": [0.33942002058029175, 1.0228937864303589, 0.7013470530509949, 0.15118758380413055, 0.15785405039787292, 0.10642498731613159, 1.0], "mean": [0.014796504750847816, 0.0830242782831192, -0.08410410583019257, 8.541522402083501e-05, -0.010475621558725834, 0.002853330923244357, 0.20879121124744415], "std": [0.10258360207080841, 0.196355402469635, 0.19567231833934784, 0.037101708352565765, 0.045029763132333755, 0.03769151493906975, 0.9779603481292725], "count": [182]}, "timestamp": {"min": [0.0], "max": [18.1], "mean": [9.049999999999999], "std": [5.253808142671371], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [1933], "max": [1933], "mean": [1933.0], "std": [0.0], "count": [182]}, "index": {"min": [621418], "max": [621599], "mean": [621508.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [182]}}} +{"episode_index": 1934, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4751373153387331]], [[0.4404295456830193]], [[0.40196613027535233]]], "std": [[[0.2521966007934376]], [[0.23193570487383883]], [[0.21439448056939114]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5937906117158778]], [[0.5479570270613128]], [[0.49995575370040596]]], "std": [[[0.24808568500737532]], [[0.22228556851521486]], [[0.1937777639054211]]], "count": [100]}, "state": {"min": [-0.1919405162334442, -0.21875974535942078, 0.9975621104240417, 2.852245569229126, -0.3797737658023834, -0.0941961407661438, 0.001452069729566574, -0.04001086577773094], "max": [0.14315547049045563, 0.2915458679199219, 1.255257248878479, 3.2263400554656982, 0.18017253279685974, 0.18686337769031525, 0.03981605917215347, -0.003939182031899691], "mean": [-0.031213441863656044, -0.03637997433543205, 1.1593663692474365, 3.0251216888427734, -0.0817297175526619, 0.01118055172264576, 0.019433367997407913, -0.01984385773539543], "std": [0.12594963610172272, 0.16913005709648132, 0.07741836458444595, 0.10260818153619766, 0.15650780498981476, 0.07002676278352737, 0.017513670027256012, 0.017353873699903488], "count": [320]}, "actions": {"min": [-1.0923296213150024, -0.6456493735313416, -1.0058977603912354, -0.2350851446390152, -0.2559901773929596, -0.28190067410469055, -1.0], "max": [0.7089503407478333, 0.7742481231689453, 0.9559502601623535, 0.3292183578014374, 0.22942687571048737, 0.3335963785648346, 1.0], "mean": [0.034592438489198685, 0.06673406809568405, -0.03168683126568794, 0.004097794648259878, 0.0026380617637187243, 0.0008873386541381478, 0.16875000298023224], "std": [0.270247220993042, 0.2525187134742737, 0.2618202567100525, 0.06912091374397278, 0.057302918285131454, 0.07424867153167725, 0.9856598377227783], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [1934], "max": [1934], "mean": [1934.0], "std": [0.0], "count": [320]}, "index": {"min": [621600], "max": [621919], "mean": [621759.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [320]}}} +{"episode_index": 1935, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4771673721612668]], [[0.4428626230277267]], [[0.4048815409342448]]], "std": [[[0.25082529163546324]], [[0.2307487451755958]], [[0.2133709624971547]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6054142982632505]], [[0.5588963970109528]], [[0.5098079241584329]]], "std": [[[0.2485492646814437]], [[0.2226106433260433]], [[0.19456146102109062]]], "count": [100]}, "state": {"min": [-0.18747007846832275, -0.21789127588272095, 1.0004031658172607, 2.959062337875366, -0.2634090781211853, -0.17307114601135254, 0.0032910192385315895, -0.040007177740335464], "max": [0.14900106191635132, 0.27700141072273254, 1.2363135814666748, 3.307142972946167, 0.029101038351655006, 0.040700823068618774, 0.03995009884238243, -0.001467620488256216], "mean": [-0.0015650780405849218, -0.04736188426613808, 1.1521852016448975, 3.106985092163086, -0.11619450151920319, -0.06637051701545715, 0.01997324638068676, -0.01955593377351761], "std": [0.12232892960309982, 0.15551061928272247, 0.07032311707735062, 0.07649000734090805, 0.07500862330198288, 0.06147168204188347, 0.017318185418844223, 0.01754520647227764], "count": [354]}, "actions": {"min": [-0.6802110075950623, -0.7254062294960022, -0.7751864194869995, -0.18275806307792664, -0.1499965935945511, -0.28964558243751526, -1.0], "max": [0.8012062311172485, 0.8006927371025085, 0.8429731130599976, 0.21894609928131104, 0.20276561379432678, 0.23393352329730988, 1.0], "mean": [0.013675650581717491, 0.055164653807878494, -0.03974228352308273, 0.004670176655054092, 0.00012673766468651593, -0.001578784896992147, 0.14124293625354767], "std": [0.23200437426567078, 0.23047463595867157, 0.20736823976039886, 0.061196550726890564, 0.05062432587146759, 0.06589187681674957, 0.9899728298187256], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [1935], "max": [1935], "mean": [1935.0], "std": [0.0], "count": [354]}, "index": {"min": [621920], "max": [622273], "mean": [622096.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [354]}}} +{"episode_index": 1936, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4714631377575444]], [[0.43739755727730545]], [[0.398948517444087]]], "std": [[[0.2511413852049815]], [[0.23004025153021737]], [[0.21193714674543723]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5848659931257659]], [[0.5395912008846507]], [[0.4918777417949602]]], "std": [[[0.2662374639380763]], [[0.24029033632124933]], [[0.2120609965423508]]], "count": [100]}, "state": {"min": [-0.21251286566257477, -0.20971906185150146, 0.9928907752037048, 2.536545753479004, -0.1254039704799652, -0.5568108558654785, 0.0033193996641784906, -0.04000965133309364], "max": [0.15445226430892944, 0.4036768972873688, 1.2914955615997314, 3.131380558013916, 0.518201470375061, 0.09943520277738571, 0.039967942982912064, -0.004172844812273979], "mean": [0.011812789365649223, 0.019498279318213463, 1.1693549156188965, 2.9447569847106934, 0.1324474960565567, -0.0941808745265007, 0.01850639469921589, -0.01895488239824772], "std": [0.09990227967500687, 0.2090291976928711, 0.08152186125516891, 0.15785107016563416, 0.16006328165531158, 0.18125377595424652, 0.017506590113043785, 0.017245393246412277], "count": [416]}, "actions": {"min": [-0.9250335097312927, -1.3069614171981812, -0.8212754130363464, -0.4660123884677887, -0.5113886594772339, -0.7858943939208984, -1.0], "max": [1.1509885787963867, 0.9499807953834534, 0.8320266008377075, 0.3118371069431305, 0.3419429659843445, 0.36251673102378845, 1.0], "mean": [-0.009079350158572197, 0.052651312202215195, -0.06423186510801315, -0.0032714353874325752, -0.012215320952236652, -0.010136032477021217, 0.17788460850715637], "std": [0.27971315383911133, 0.2730110287666321, 0.22168229520320892, 0.10270541906356812, 0.09700386226177216, 0.12434548139572144, 0.9840506911277771], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [1936], "max": [1936], "mean": [1936.0], "std": [0.0], "count": [416]}, "index": {"min": [622274], "max": [622689], "mean": [622481.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [416]}}} +{"episode_index": 1937, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47489812933229936]], [[0.4401063507678462]], [[0.401768923291973]]], "std": [[[0.24993191490493896]], [[0.22935716096669542]], [[0.211025806759263]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5904353117101333]], [[0.5449607962814031]], [[0.4967710900400199]]], "std": [[[0.26090249491413586]], [[0.23457558019693472]], [[0.20607376357512835]]], "count": [100]}, "state": {"min": [-0.21028733253479004, -0.2339216023683548, 0.999908983707428, 2.996089220046997, -0.07962537556886673, -0.09913044422864914, 0.004848772659897804, -0.04000725969672203], "max": [0.1322130262851715, 0.2735178470611572, 1.2797671556472778, 3.3215856552124023, 0.21859756112098694, 0.14142093062400818, 0.039996370673179626, -0.005643174983561039], "mean": [0.0009304970153607428, -0.05139671638607979, 1.1751806735992432, 3.1490275859832764, 0.014133758842945099, 0.001908215694129467, 0.02201664261519909, -0.02197941765189171], "std": [0.1093861386179924, 0.1735336035490036, 0.0868416503071785, 0.08264495432376862, 0.05727826803922653, 0.05670315772294998, 0.016844378784298897, 0.016896432265639305], "count": [367]}, "actions": {"min": [-0.7025081515312195, -0.8493536114692688, -0.7471252679824829, -0.27046769857406616, -0.3432157039642334, -0.2438698709011078, -1.0], "max": [0.7746416330337524, 0.8882486820220947, 1.057205080986023, 0.19892004132270813, 0.17642508447170258, 0.3883278965950012, 1.0], "mean": [0.0009584826184436679, 0.06492885202169418, -0.06368347257375717, 0.0006216043257154524, -0.0033811554312705994, 0.0004789981176145375, 0.07356948405504227], "std": [0.2228754162788391, 0.2373846471309662, 0.25159743428230286, 0.05866103246808052, 0.05197641998529434, 0.06384781748056412, 0.9972911477088928], "count": [367]}, "timestamp": {"min": [0.0], "max": [36.6], "mean": [18.299999999999997], "std": [10.594338110519223], "count": [367]}, "frame_index": {"min": [0], "max": [366], "mean": [183.0], "std": [105.94338110519222], "count": [367]}, "episode_index": {"min": [1937], "max": [1937], "mean": [1937.0], "std": [0.0], "count": [367]}, "index": {"min": [622690], "max": [623056], "mean": [622873.0], "std": [105.94338110519222], "count": [367]}, "task_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [367]}}} +{"episode_index": 1938, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46463469202378216]], [[0.43110828653971356]], [[0.39366658708161]]], "std": [[[0.25224483545112164]], [[0.23187663016951016]], [[0.21431599793564826]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.601381035898246]], [[0.5553175126618031]], [[0.5002539984011183]]], "std": [[[0.2627373234805399]], [[0.23644115498324333]], [[0.20968683808187386]]], "count": [100]}, "state": {"min": [-0.2065240889787674, -0.00460405508056283, 0.9759311676025391, 3.026289463043213, -0.1292131096124649, -0.36850783228874207, 0.005661552306264639, -0.04000678285956383], "max": [0.12376619130373001, 0.2696056365966797, 1.1781007051467896, 3.216468572616577, 0.15036913752555847, 0.06152911111712456, 0.03991374373435974, -0.0010987509740516543], "mean": [-0.006069237366318703, 0.17571337521076202, 1.1038215160369873, 3.1210262775421143, 0.01105412282049656, -0.17044781148433685, 0.026621518656611443, -0.02621062844991684], "std": [0.11340761184692383, 0.06729087233543396, 0.06013907119631767, 0.06443893909454346, 0.07371975481510162, 0.12605330348014832, 0.016087902709841728, 0.01668056659400463], "count": [222]}, "actions": {"min": [-1.185219407081604, -0.3032299280166626, -1.532164454460144, -0.2042064368724823, -0.3497314751148224, -0.20979043841362, -1.0], "max": [0.6760283708572388, 0.8095569610595703, 0.5374956130981445, 0.2174208015203476, 0.20772413909435272, 0.4756108522415161, 1.0], "mean": [0.0028492819983512163, 0.08523447066545486, -0.07406985759735107, 0.006326951552182436, -0.01368075143545866, -0.009391075931489468, -0.19819819927215576], "std": [0.32756221294403076, 0.17810706794261932, 0.23655393719673157, 0.0535435676574707, 0.0638551339507103, 0.07080703973770142, 0.9801623225212097], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [1938], "max": [1938], "mean": [1938.0], "std": [0.0], "count": [222]}, "index": {"min": [623057], "max": [623278], "mean": [623167.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [222]}}} +{"episode_index": 1939, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46353789026596964]], [[0.42960754215016084]], [[0.39158024028703275]]], "std": [[[0.253510748445914]], [[0.23290282723380884]], [[0.21527610888307497]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5946699302523744]], [[0.548885430429496]], [[0.49209098486806835]]], "std": [[[0.267137732931994]], [[0.2404405728441468]], [[0.21211319523293903]]], "count": [100]}, "state": {"min": [-0.23702923953533173, -0.010840311646461487, 0.9714822173118591, 2.9014220237731934, -0.0524224191904068, -0.28819799423217773, 0.005132380407303572, -0.04000693932175636], "max": [0.11824954301118851, 0.2740367352962494, 1.1898317337036133, 3.2141530513763428, 0.21176424622535706, 0.10327699780464172, 0.039989788085222244, -0.00546744279563427], "mean": [-0.01366566214710474, 0.19017069041728973, 1.1058216094970703, 3.0597240924835205, 0.06039094179868698, -0.056842558085918427, 0.02417633682489395, -0.024311406537890434], "std": [0.11242063343524933, 0.0733254998922348, 0.06321750581264496, 0.09031309932470322, 0.07718575745820999, 0.12585784494876862, 0.016714798286557198, 0.01665368489921093], "count": [289]}, "actions": {"min": [-1.300431728363037, -0.31012874841690063, -0.6424933671951294, -0.21011722087860107, -0.34501883387565613, -0.2065790891647339, -1.0], "max": [0.7284525632858276, 0.6240813732147217, 0.5158030390739441, 0.16695094108581543, 0.08822283893823624, 0.26482996344566345, 1.0], "mean": [-0.012854812666773796, 0.05605747178196907, -0.0682840347290039, 0.004882505629211664, -0.015364076010882854, -0.0017719380557537079, -0.10034602135419846], "std": [0.28893181681632996, 0.16074764728546143, 0.16645485162734985, 0.05194733291864395, 0.06196978688240051, 0.0673271119594574, 0.9949514865875244], "count": [289]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.400000000000002], "std": [8.342661445845685], "count": [289]}, "frame_index": {"min": [0], "max": [288], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"min": [1939], "max": [1939], "mean": [1939.0], "std": [0.0], "count": [289]}, "index": {"min": [623279], "max": [623567], "mean": [623423.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [289]}}} +{"episode_index": 1940, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46625558471679684]], [[0.4327502770517387]], [[0.3953695606904871]]], "std": [[[0.2523680833725556]], [[0.2321964103533407]], [[0.214833369791107]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6068023867139629]], [[0.5598873093548944]], [[0.502563388001685]]], "std": [[[0.2606490622959435]], [[0.2343708272652108]], [[0.2070142626421342]]], "count": [100]}, "state": {"min": [-0.18341019749641418, -0.006562305148690939, 0.9743267893791199, 2.9834461212158203, -0.0737171396613121, -0.3166978359222412, 0.00541788712143898, -0.04000689461827278], "max": [0.12865933775901794, 0.2522728443145752, 1.2455368041992188, 3.1694979667663574, 0.1322299838066101, 0.17598411440849304, 0.039973460137844086, -0.0019386264029890299], "mean": [0.02069469355046749, 0.17769606411457062, 1.114938735961914, 3.101886510848999, 0.01464075781404972, -0.036976538598537445, 0.025626471266150475, -0.02543080784380436], "std": [0.10419504344463348, 0.05671149492263794, 0.08043944835662842, 0.03510827571153641, 0.056816015392541885, 0.1534947007894516, 0.016450749710202217, 0.016732649877667427], "count": [306]}, "actions": {"min": [-0.7302528023719788, -0.49926385283470154, -0.571645975112915, -0.11947555840015411, -0.24861571192741394, -0.22758837044239044, -1.0], "max": [0.9930160045623779, 0.6005168557167053, 0.5743377804756165, 0.21842060983181, 0.11669652163982391, 0.33287015557289124, 1.0], "mean": [-0.0035652141086757183, 0.056796833872795105, -0.06009938195347786, 0.0038345472421497107, -0.011316235177218914, 0.002005965681746602, -0.16339869797229767], "std": [0.24507273733615875, 0.15454211831092834, 0.17590230703353882, 0.04307730868458748, 0.04951564967632294, 0.063286192715168, 0.9865605235099792], "count": [306]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.833411949335696], "count": [306]}, "frame_index": {"min": [0], "max": [305], "mean": [152.5], "std": [88.33411949335697], "count": [306]}, "episode_index": {"min": [1940], "max": [1940], "mean": [1940.0], "std": [0.0], "count": [306]}, "index": {"min": [623568], "max": [623873], "mean": [623720.5], "std": [88.33411949335697], "count": [306]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [306]}}} +{"episode_index": 1941, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660866621428845]], [[0.4324046080346201]], [[0.3947154379451976]]], "std": [[[0.25260272395546973]], [[0.23234900821290616]], [[0.2150488263592985]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5976739107019762]], [[0.5527368283739277]], [[0.49713086296530334]]], "std": [[[0.26630782301838685]], [[0.23991919671617767]], [[0.21328233180410136]]], "count": [100]}, "state": {"min": [-0.19484899938106537, 0.002379428595304489, 0.9729179739952087, 3.085705518722534, -0.16100482642650604, -0.3868260979652405, 0.00501782912760973, -0.040003180503845215], "max": [0.11311627179384232, 0.27800196409225464, 1.1760724782943726, 3.2552218437194824, 0.11170029640197754, -0.034816924482584, 0.03996480256319046, -0.0010433789575472474], "mean": [-0.006856151390820742, 0.19064387679100037, 1.0999436378479004, 3.1521832942962646, -0.046183157712221146, -0.2133045196533203, 0.024577101692557335, -0.024211160838603973], "std": [0.10762573033571243, 0.06151502951979637, 0.057057950645685196, 0.051262322813272476, 0.07297791540622711, 0.08020481467247009, 0.01684933342039585, 0.01732797920703888], "count": [275]}, "actions": {"min": [-0.9590187072753906, -0.3083636462688446, -0.6766290068626404, -0.11034468561410904, -0.26285886764526367, -0.20967333018779755, -1.0], "max": [0.8256531953811646, 1.1444824934005737, 0.6318554878234863, 0.296474426984787, 0.17688049376010895, 0.2169695645570755, 1.0], "mean": [-0.006272638216614723, 0.05870680883526802, -0.07271330803632736, 0.005263074766844511, -0.010155873373150826, -0.00608835881575942, -0.07636363804340363], "std": [0.27155691385269165, 0.176473006606102, 0.18860584497451782, 0.04297834634780884, 0.05573784559965134, 0.0550985187292099, 0.9970793128013611], "count": [275]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.7], "std": [7.938513714795737], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [1941], "max": [1941], "mean": [1941.0], "std": [0.0], "count": [275]}, "index": {"min": [623874], "max": [624148], "mean": [624011.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [275]}}} +{"episode_index": 1942, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46644451365751377]], [[0.4328265727922028]], [[0.3954354834463082]]], "std": [[[0.25249505233452363]], [[0.23212449514045408]], [[0.21436937641971615]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5988935738357843]], [[0.5525538748946844]], [[0.4959197615081189]]], "std": [[[0.26600627190216075]], [[0.23939471982642357]], [[0.2118288323498205]]], "count": [100]}, "state": {"min": [-0.201224222779274, -0.025580137968063354, 0.9719775319099426, 2.9907169342041016, -0.10627660900354385, -0.25352582335472107, 0.005695309955626726, -0.040008801966905594], "max": [0.11423094570636749, 0.2241266965866089, 1.2267436981201172, 3.3011908531188965, 0.16928185522556305, 0.010498085990548134, 0.04000243544578552, -0.003985827323049307], "mean": [0.0013017163146287203, 0.1673736274242401, 1.1093189716339111, 3.1751129627227783, 0.01704861968755722, -0.13498461246490479, 0.025702286511659622, -0.025546493008732796], "std": [0.1103038415312767, 0.054424673318862915, 0.07309307157993317, 0.08615610748529434, 0.06788773089647293, 0.0809522196650505, 0.01652543433010578, 0.016787540167570114], "count": [326]}, "actions": {"min": [-0.6225681304931641, -0.42857569456100464, -0.6866132616996765, -0.12970386445522308, -0.16618767380714417, -0.17030684649944305, -1.0], "max": [1.0230456590652466, 0.9318370223045349, 0.4972459077835083, 0.2038348764181137, 0.15831057727336884, 0.18275287747383118, 1.0], "mean": [-0.0015139173483476043, 0.05451911687850952, -0.060132548213005066, 0.006709317676723003, -0.005806269124150276, -0.003353388048708439, -0.16564416885375977], "std": [0.23720018565654755, 0.16808868944644928, 0.1844283938407898, 0.0415022075176239, 0.044791631400585175, 0.04822415113449097, 0.9861850738525391], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [1942], "max": [1942], "mean": [1942.0], "std": [0.0], "count": [326]}, "index": {"min": [624149], "max": [624474], "mean": [624311.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [326]}}} +{"episode_index": 1943, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46693561209884343]], [[0.4328589339910769]], [[0.3950224148619409]]], "std": [[[0.25493944185862816]], [[0.23438761229466626]], [[0.2163861016856367]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.6123713235294117]], [[0.5712781617407705]], [[0.5278230626723345]]], "std": [[[0.2518232900014403]], [[0.23205428717535212]], [[0.21215443756136]]], "count": [100]}, "state": {"min": [-0.24657617509365082, -0.2300949990749359, 1.0080705881118774, 2.752917766571045, -0.3002493381500244, -0.10281882435083389, 0.029029203578829765, -0.04000577703118324], "max": [0.1357874870300293, 0.08890677243471146, 1.189786672592163, 3.1938636302948, 0.12027276307344437, 0.1676543951034546, 0.04007316008210182, -0.034930162131786346], "mean": [-0.02924611233174801, -0.026629114523530006, 1.1109905242919922, 3.047356128692627, -0.06097904220223427, 0.01812829077243805, 0.035556860268116, -0.037583090364933014], "std": [0.14774064719676971, 0.10694091767072678, 0.05340025946497917, 0.12372161448001862, 0.14719098806381226, 0.06722392141819, 0.004098038654774427, 0.0022145770490169525], "count": [364]}, "actions": {"min": [-0.7847388982772827, -0.5881166458129883, -0.4811635911464691, -0.13979266583919525, -0.188462033867836, -0.2482960969209671, -1.0], "max": [0.9123108386993408, 0.4883022904396057, 0.5641103982925415, 0.1413402259349823, 0.1298428326845169, 0.2952788770198822, 1.0], "mean": [0.0028124742675572634, -0.03958415240049362, -0.026966707780957222, -0.006806215271353722, -0.011937851086258888, -0.0043314313516020775, 0.021978022530674934], "std": [0.25227826833724976, 0.15652316808700562, 0.1355494111776352, 0.03717726841568947, 0.03893010690808296, 0.05140487477183342, 0.9997562766075134], "count": [364]}, "timestamp": {"min": [0.0], "max": [36.3], "mean": [18.15], "std": [10.507735245998541], "count": [364]}, "frame_index": {"min": [0], "max": [363], "mean": [181.5], "std": [105.0773524599854], "count": [364]}, "episode_index": {"min": [1943], "max": [1943], "mean": [1943.0], "std": [0.0], "count": [364]}, "index": {"min": [624475], "max": [624838], "mean": [624656.5], "std": [105.0773524599854], "count": [364]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [364]}}} +{"episode_index": 1944, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4648171937231924]], [[0.43074343034332874]], [[0.39292287549785543]]], "std": [[[0.2530180577741552]], [[0.2317990734405189]], [[0.21285951746405116]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.613465035831227]], [[0.5736674720913757]], [[0.53142399447572]]], "std": [[[0.26702723999560046]], [[0.24823702272424072]], [[0.23031859374811378]]], "count": [100]}, "state": {"min": [-0.19179311394691467, -0.25409331917762756, 1.0029188394546509, 2.9317848682403564, 0.03354804962873459, -0.2299547642469406, 0.032015204429626465, -0.040002599358558655], "max": [0.1347111165523529, 0.06485369801521301, 1.2056667804718018, 3.250115394592285, 0.3399735391139984, 0.06891295313835144, 0.04036882519721985, -0.03398635983467102], "mean": [-0.008514217101037502, -0.053506698459386826, 1.1258671283721924, 3.1031956672668457, 0.14495772123336792, -0.03813442960381508, 0.03590371459722519, -0.036900218576192856], "std": [0.1112302765250206, 0.12320778518915176, 0.055208973586559296, 0.07180757820606232, 0.09063223004341125, 0.08025413751602173, 0.003620683215558529, 0.002765155863016844], "count": [346]}, "actions": {"min": [-1.0680125951766968, -0.6547665596008301, -0.48230618238449097, -0.15713784098625183, -0.32060912251472473, -0.20762841403484344, -1.0], "max": [0.688669741153717, 0.4293132722377777, 0.7925572395324707, 0.1639658659696579, 0.09136392176151276, 0.4039691388607025, 1.0], "mean": [0.005774353630840778, -0.055380623787641525, -0.020673658698797226, -0.0021464198362082243, -0.005762950982898474, -0.0015945998020470142, 0.023121386766433716], "std": [0.24985943734645844, 0.1550646722316742, 0.14718779921531677, 0.04390812665224075, 0.03945940360426903, 0.05621236190199852, 0.9997310042381287], "count": [346]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [1944], "max": [1944], "mean": [1944.0], "std": [0.0], "count": [346]}, "index": {"min": [624839], "max": [625184], "mean": [625011.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [346]}}} +{"episode_index": 1945, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47071086509554994]], [[0.4360971380495558]], [[0.39753721409217985]]], "std": [[[0.2543589763497459]], [[0.23391532759626366]], [[0.21614059217325343]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6171079544366574]], [[0.5763913963168276]], [[0.5329624992819394]]], "std": [[[0.24055672270142758]], [[0.22054180344783159]], [[0.2008434898990851]]], "count": [100]}, "state": {"min": [-0.23402176797389984, -0.2431374490261078, 1.0036453008651733, 2.8553390502929688, -0.34398072957992554, -0.08067822456359863, 0.03379199653863907, -0.040008191019296646], "max": [0.1046862080693245, 0.09507475048303604, 1.1896377801895142, 3.240791082382202, 0.037571221590042114, 0.06570324301719666, 0.039982959628105164, -0.03298010304570198], "mean": [-0.058536380529403687, -0.023893043398857117, 1.1125396490097046, 3.0597803592681885, -0.15618586540222168, -0.0006069127121008933, 0.036921437829732895, -0.03655349463224411], "std": [0.13111601769924164, 0.10989535599946976, 0.05533437430858612, 0.09229402989149094, 0.12013443559408188, 0.03775410354137421, 0.0028597230557352304, 0.0032192447688430548], "count": [296]}, "actions": {"min": [-0.8131265640258789, -0.8737378120422363, -0.5604153275489807, -0.14713427424430847, -0.14847084879875183, -0.15441282093524933, -1.0], "max": [0.7739143967628479, 0.673111617565155, 0.4373027980327606, 0.14657825231552124, 0.12556415796279907, 0.15045534074306488, 1.0], "mean": [-0.001745514222420752, -0.06947479397058487, -0.028658589348196983, -0.007687842473387718, -0.010638848878443241, -0.004552613012492657, -0.027027027681469917], "std": [0.2571832835674286, 0.2047712355852127, 0.15985818207263947, 0.04397003725171089, 0.044699352234601974, 0.04836570471525192, 0.9996339082717896], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [1945], "max": [1945], "mean": [1945.0], "std": [0.0], "count": [296]}, "index": {"min": [625185], "max": [625480], "mean": [625332.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [296]}}} +{"episode_index": 1946, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4699021349140242]], [[0.43562922279507504]], [[0.3976043036965763]]], "std": [[[0.2536861300793599]], [[0.23340488103369142]], [[0.21574277181947216]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6255200685987286]], [[0.5849696601418888]], [[0.5415421830719592]]], "std": [[[0.24019867925117788]], [[0.21974080608190863]], [[0.2005415474455192]]], "count": [100]}, "state": {"min": [-0.2509211301803589, -0.25960201025009155, 1.0015883445739746, 2.8984994888305664, -0.2611328363418579, -0.07078418135643005, 0.03623806685209274, -0.040003594011068344], "max": [0.13162659108638763, 0.1233600378036499, 1.201631784439087, 3.1889259815216064, 0.03880190849304199, 0.14847609400749207, 0.04000251740217209, -0.02979651652276516], "mean": [-0.035015154629945755, -0.021451907232403755, 1.116423487663269, 3.1057398319244385, -0.0987166091799736, 0.03348515182733536, 0.03842519596219063, -0.035220369696617126], "std": [0.1426268219947815, 0.11625877767801285, 0.06110304221510887, 0.07132671773433685, 0.09077489376068115, 0.05001255124807358, 0.0015512978425249457, 0.004878516308963299], "count": [324]}, "actions": {"min": [-1.1761518716812134, -0.7568621635437012, -0.4383476972579956, -0.1652330756187439, -0.14673779904842377, -0.17287258803844452, -1.0], "max": [0.9036792516708374, 0.8294176459312439, 0.7011708617210388, 0.198730930685997, 0.10089385509490967, 0.17147621512413025, 1.0], "mean": [0.0035521546378731728, -0.06841419637203217, -0.03692690655589104, -0.0052346158772706985, -0.007103696931153536, -0.0034628668799996376, -0.08641975373029709], "std": [0.27626681327819824, 0.19698958098888397, 0.15967382490634918, 0.048054736107587814, 0.04200044274330139, 0.05393567308783531, 0.9962583184242249], "count": [324]}, "timestamp": {"min": [0.0], "max": [32.3], "mean": [16.150000000000002], "std": [9.353029812133963], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [1946], "max": [1946], "mean": [1946.0], "std": [0.0], "count": [324]}, "index": {"min": [625481], "max": [625804], "mean": [625642.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [324]}}} +{"episode_index": 1947, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46645519780177697]], [[0.432378568761489]], [[0.3945436156029795]]], "std": [[[0.25379912451684383]], [[0.23288576901327884]], [[0.21443890141231928]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.6195666940726486]], [[0.5804750354243259]], [[0.5390962542365579]]], "std": [[[0.25861155172414846]], [[0.23991127990216773]], [[0.22245342573774016]]], "count": [100]}, "state": {"min": [-0.20553597807884216, -0.21537503600120544, 1.004742980003357, 2.87516188621521, -0.12030187249183655, -0.08944390714168549, 0.016541291028261185, -0.040007930248975754], "max": [0.13242854177951813, 0.05682346597313881, 1.2070218324661255, 3.208408832550049, 0.24555592238903046, 0.09088680893182755, 0.03995910659432411, -0.018203875049948692], "mean": [-0.014512168243527412, -0.043765872716903687, 1.1237822771072388, 3.0504205226898193, 0.047349702566862106, -0.009485771879553795, 0.02885090373456478, -0.032273150980472565], "std": [0.1257157325744629, 0.09611468762159348, 0.053698450326919556, 0.08373211324214935, 0.0821269229054451, 0.04157619550824165, 0.010656844824552536, 0.007591231260448694], "count": [291]}, "actions": {"min": [-1.1097631454467773, -0.8545985817909241, -0.7653236389160156, -0.12161881476640701, -0.23405779898166656, -0.1834201067686081, -1.0], "max": [0.7223708033561707, 0.3318055272102356, 0.6923176050186157, 0.10821995884180069, 0.12878942489624023, 0.2199108898639679, 1.0], "mean": [-0.00823457445949316, -0.0614626444876194, -0.03583701699972153, -0.006201946642249823, -0.011848922818899155, 0.0013314440147951245, -0.024054983630776405], "std": [0.2858114540576935, 0.1467718482017517, 0.17051169276237488, 0.03866839036345482, 0.05083880573511124, 0.05613631755113602, 0.9997103214263916], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [1947], "max": [1947], "mean": [1947.0], "std": [0.0], "count": [291]}, "index": {"min": [625805], "max": [626095], "mean": [625950.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [291]}}} +{"episode_index": 1948, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4098909979312488]], [[0.38086975293281755]], [[0.3453858319450827]]], "std": [[[0.2783475378593614]], [[0.25352945374817404]], [[0.23174815719855962]]], "count": [104]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9529411764705882]], [[0.9372549019607843]], [[0.9254901960784314]]], "mean": [[[0.44759965439187993]], [[0.4154641250679396]], [[0.3793275369957741]]], "std": [[[0.3015437586686824]], [[0.2706023395135582]], [[0.2382942647222352]]], "count": [104]}, "state": {"min": [-0.23357832431793213, -0.1763414740562439, 1.0011299848556519, 2.6030092239379883, -0.07829897850751877, -0.7726626396179199, 0.010751199908554554, -0.04000524803996086], "max": [-0.01628960110247135, 0.14671699702739716, 1.2535302639007568, 3.171192169189453, 0.24252820014953613, 0.006589682772755623, 0.03990792855620384, -0.011965650133788586], "mean": [-0.11960748583078384, 0.013176857493817806, 1.1291753053665161, 3.006772994995117, 0.07778816670179367, -0.41768762469291687, 0.022431042045354843, -0.023027712479233742], "std": [0.06883107125759125, 0.08655891567468643, 0.07862941175699234, 0.15265001356601715, 0.09182241559028625, 0.19277459383010864, 0.012308221310377121, 0.012080824933946133], "count": [495]}, "actions": {"min": [-0.9241464734077454, -0.4474991261959076, -0.5115251541137695, -0.14586444199085236, -0.1959720104932785, -0.3238604962825775, -1.0], "max": [0.35744041204452515, 1.2850836515426636, 0.5343104004859924, 0.30719271302223206, 0.14559023082256317, 0.12605807185173035, 1.0], "mean": [0.019108084961771965, -0.01103992573916912, 0.021365420892834663, -0.004991448484361172, -0.003342603798955679, -0.003286899533122778, 0.31313130259513855], "std": [0.13712537288665771, 0.1766555905342102, 0.13598056137561798, 0.04189665988087654, 0.03442627936601639, 0.04895064979791641, 0.9497145414352417], "count": [495]}, "timestamp": {"min": [0.0], "max": [49.4], "mean": [24.7], "std": [14.289390003308984], "count": [495]}, "frame_index": {"min": [0], "max": [494], "mean": [247.0], "std": [142.89390003308984], "count": [495]}, "episode_index": {"min": [1948], "max": [1948], "mean": [1948.0], "std": [0.0], "count": [495]}, "index": {"min": [626096], "max": [626590], "mean": [626343.0], "std": [142.89390003308984], "count": [495]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [495]}}} +{"episode_index": 1949, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4112492783490349]], [[0.38194912659888175]], [[0.34600096579159006]]], "std": [[[0.278503066577459]], [[0.25335011971310845]], [[0.23135618000297237]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9372549019607843]], [[0.9254901960784314]]], "mean": [[[0.45586858293121935]], [[0.42428388348747703]], [[0.38806298528933053]]], "std": [[[0.3020311464617548]], [[0.2718900081892174]], [[0.2419132739843138]]], "count": [100]}, "state": {"min": [-0.25265902280807495, -0.14367496967315674, 1.022914171218872, 2.609912157058716, -0.25416892766952515, -0.8248929381370544, 0.014327413402497768, -0.040012210607528687], "max": [-0.0176242645829916, 0.14773698151111603, 1.3629608154296875, 3.240844964981079, 0.203141450881958, -0.0018301497912034392, 0.03979511931538582, -0.013838078826665878], "mean": [-0.11078717559576035, 0.029309900477528572, 1.1875662803649902, 2.9839439392089844, 0.006742718163877726, -0.361261785030365, 0.027953490614891052, -0.0270870178937912], "std": [0.07794032245874405, 0.07581189274787903, 0.10009437799453735, 0.1556677520275116, 0.12488523870706558, 0.20550093054771423, 0.009771550074219704, 0.010395809076726437], "count": [428]}, "actions": {"min": [-0.5924659371376038, -1.0689141750335693, -0.5110345482826233, -0.27085766196250916, -0.10494939982891083, -0.2742409408092499, -1.0], "max": [0.720833420753479, 0.5510618686676025, 0.692628026008606, 0.2139153927564621, 0.10327615588903427, 0.18877902626991272, 1.0], "mean": [0.009346609935164452, -0.011788289062678814, 0.018483489751815796, -0.004678099416196346, -0.004229343496263027, -0.006429952569305897, 0.1962616890668869], "std": [0.17452262341976166, 0.19189105927944183, 0.18779923021793365, 0.04799714311957359, 0.03794524073600769, 0.05713667348027229, 0.980552077293396], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [1949], "max": [1949], "mean": [1949.0], "std": [0.0], "count": [428]}, "index": {"min": [626591], "max": [627018], "mean": [626804.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [428]}}} +{"episode_index": 1950, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42635529531073246]], [[0.3959339460600196]], [[0.3592428542837658]]], "std": [[[0.2771337256701054]], [[0.25278699226848345]], [[0.23163666537063515]]], "count": [130]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9568627450980393]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.5702839888490703]], [[0.5333196791336727]], [[0.4936630787568934]]], "std": [[[0.26513581980302786]], [[0.24006506535064634]], [[0.21549619156154745]]], "count": [130]}, "state": {"min": [-0.3610883057117462, 0.006523504853248596, 0.925022542476654, 3.016312599182129, -0.14527101814746857, -0.018787210807204247, 0.0007582277175970376, -0.0403716079890728], "max": [0.06652988493442535, 0.1279623955488205, 1.1930557489395142, 3.1414740085601807, 0.14393457770347595, 0.22364597022533417, 0.04042962193489075, -0.0015100494492799044], "mean": [-0.14137272536754608, 0.07243188470602036, 1.0830321311950684, 3.072023630142212, -0.00314274406991899, 0.07227661460638046, 0.035133518278598785, -0.036622870713472366], "std": [0.16069991886615753, 0.030658923089504242, 0.0776679590344429, 0.02989998087286949, 0.07036065310239792, 0.04536386951804161, 0.009676004759967327, 0.006336281541734934], "count": [665]}, "actions": {"min": [-0.8077406883239746, -0.5636839270591736, -0.6135945320129395, -0.1602751761674881, -0.1688418686389923, -0.17227812111377716, -1.0], "max": [0.5729184150695801, 0.6721913814544678, 0.4461475908756256, 0.14082230627536774, 0.1950564831495285, 0.1528957039117813, 1.0], "mean": [-0.013031817972660065, 0.0005710904952138662, -0.01886732131242752, -0.001103410730138421, -0.0026954812929034233, 0.0005121255526319146, -0.28721803426742554], "std": [0.1509849578142166, 0.11488527059555054, 0.14088042080402374, 0.03770750015974045, 0.04458814859390259, 0.0512453056871891, 0.9578641653060913], "count": [665]}, "timestamp": {"min": [0.0], "max": [66.4], "mean": [33.2], "std": [19.19687474564545], "count": [665]}, "frame_index": {"min": [0], "max": [664], "mean": [332.0], "std": [191.96874745645448], "count": [665]}, "episode_index": {"min": [1950], "max": [1950], "mean": [1950.0], "std": [0.0], "count": [665]}, "index": {"min": [627019], "max": [627683], "mean": [627351.0], "std": [191.96874745645448], "count": [665]}, "task_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [665]}}} +{"episode_index": 1951, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4246815414564707]], [[0.3943230813128992]], [[0.35743228914620123]]], "std": [[[0.27824652137152794]], [[0.25356457862691906]], [[0.23224098814920147]]], "count": [132]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9568627450980393]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.5856006982704747]], [[0.547467949017838]], [[0.5065051309423508]]], "std": [[[0.2663083124536812]], [[0.2428331868747979]], [[0.2202533321696506]]], "count": [132]}, "state": {"min": [-0.3715481758117676, -0.03465735539793968, 0.9385781288146973, 3.014166831970215, -0.050874680280685425, -0.22018471360206604, 0.0004424935323186219, -0.040219247341156006], "max": [0.09804882854223251, 0.10904639214277267, 1.2323434352874756, 3.3054614067077637, 0.24699850380420685, 0.08905991911888123, 0.04042220115661621, -0.0009848655899986625], "mean": [-0.13323184847831726, 0.0631839781999588, 1.0972707271575928, 3.202652931213379, 0.08513449877500534, -0.02685834839940071, 0.03558080270886421, -0.03591601550579071], "std": [0.14982245862483978, 0.021007562056183815, 0.07572876662015915, 0.07131905853748322, 0.08345547318458557, 0.056517839431762695, 0.008500774390995502, 0.006580709014087915], "count": [677]}, "actions": {"min": [-0.681311845779419, -5.074543476104736, -0.5720749497413635, -0.9533775448799133, -0.4756116271018982, -0.4756423234939575, -1.0], "max": [0.7315576076507568, 0.7101148962974548, 2.735743999481201, 0.5859712362289429, 0.29548755288124084, 0.6972675323486328, 1.0], "mean": [-0.02112209051847458, -0.020734336227178574, -0.005342137534171343, -0.0018771823961287737, -0.00039224070496857166, 0.000382839934900403, -0.15805022418498993], "std": [0.17831987142562866, 0.29037466645240784, 0.2559030055999756, 0.06033593788743019, 0.04445134848356247, 0.05819278955459595, 0.9874311089515686], "count": [677]}, "timestamp": {"min": [0.0], "max": [67.6], "mean": [33.8], "std": [19.543285291884782], "count": [677]}, "frame_index": {"min": [0], "max": [676], "mean": [338.0], "std": [195.4328529188478], "count": [677]}, "episode_index": {"min": [1951], "max": [1951], "mean": [1951.0], "std": [0.0], "count": [677]}, "index": {"min": [627684], "max": [628360], "mean": [628022.0], "std": [195.4328529188478], "count": [677]}, "task_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [677]}}} +{"episode_index": 1952, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42387311426223134]], [[0.39362709092718284]], [[0.3569483988924763]]], "std": [[[0.27819350675035764]], [[0.253854930608642]], [[0.23279321994169544]]], "count": [117]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9529411764705882]], [[0.9372549019607843]], [[0.9254901960784314]]], "mean": [[[0.5779688606754467]], [[0.5407028430947031]], [[0.5006593525539557]]], "std": [[[0.266192383058306]], [[0.24193277004055078]], [[0.21852287562374106]]], "count": [117]}, "state": {"min": [-0.3581894338130951, -0.003851789515465498, 0.9276331067085266, 2.969066858291626, -0.11403772979974747, -0.11074066907167435, 0.0004548133001662791, -0.040005993098020554], "max": [0.08977560698986053, 0.10853137820959091, 1.2189815044403076, 3.191455841064453, 0.11799351125955582, 0.13879236578941345, 0.04000473767518997, -0.0010741287842392921], "mean": [-0.13372763991355896, 0.06156465411186218, 1.0988781452178955, 3.135528326034546, -0.011613924987614155, -0.0015377007657662034, 0.034443628042936325, -0.03532438725233078], "std": [0.15415990352630615, 0.02464235946536064, 0.08641177415847778, 0.04582641273736954, 0.05193806812167168, 0.06027758866548538, 0.010169376619160175, 0.007997570559382439], "count": [574]}, "actions": {"min": [-0.9316612482070923, -0.918511688709259, -0.6277660131454468, -0.15131275355815887, -0.276608943939209, -0.24157650768756866, -1.0], "max": [1.0260207653045654, 0.5008857250213623, 1.0092405080795288, 0.15734761953353882, 0.19642440974712372, 0.19290578365325928, 1.0], "mean": [-0.00925492588430643, -0.00235285353846848, -0.02090364135801792, -0.0022583678364753723, -0.000432619359344244, 0.000822610454633832, -0.17073170840740204], "std": [0.1852477639913559, 0.13306522369384766, 0.19652171432971954, 0.03521502763032913, 0.044320136308670044, 0.051951274275779724, 0.9853155016899109], "count": [574]}, "timestamp": {"min": [0.0], "max": [57.3], "mean": [28.65], "std": [16.569927579805533], "count": [574]}, "frame_index": {"min": [0], "max": [573], "mean": [286.5], "std": [165.6992757980553], "count": [574]}, "episode_index": {"min": [1952], "max": [1952], "mean": [1952.0], "std": [0.0], "count": [574]}, "index": {"min": [628361], "max": [628934], "mean": [628647.5], "std": [165.6992757980553], "count": [574]}, "task_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [574]}}} +{"episode_index": 1953, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4243355413698683]], [[0.3947386109595205]], [[0.3589072271608839]]], "std": [[[0.2772888100057689]], [[0.2533041196917559]], [[0.23260688278407254]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9568627450980393]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.6258367824180453]], [[0.5847280548694087]], [[0.5404268948424096]]], "std": [[[0.26078426966207396]], [[0.2388284679029703]], [[0.2186280610947325]]], "count": [100]}, "state": {"min": [-0.18715257942676544, -0.01068202406167984, 1.0082025527954102, 3.08178448677063, 0.022355692461133003, -0.0918617993593216, 0.033091895282268524, -0.04001102223992348], "max": [0.07389268279075623, 0.08409823477268219, 1.19191312789917, 3.213676691055298, 0.15690386295318604, 0.10056700557470322, 0.03998652473092079, -0.03347451984882355], "mean": [-0.014339197427034378, 0.05074287950992584, 1.1131069660186768, 3.143859624862671, 0.07248315215110779, 0.0030297546181827784, 0.03729809820652008, -0.03747960180044174], "std": [0.08360619843006134, 0.019601495936512947, 0.05378269404172897, 0.034675195813179016, 0.02965771220624447, 0.05368320271372795, 0.003228269051760435, 0.0030537222046405077], "count": [333]}, "actions": {"min": [-0.6868317723274231, -0.2376246601343155, -0.30585378408432007, -0.12370438873767853, -0.11979839950799942, -0.11721307784318924, -1.0], "max": [0.7816063165664673, 0.33921411633491516, 0.3071463108062744, 0.11510789394378662, 0.1115642860531807, 0.16699086129665375, 1.0], "mean": [0.015705352649092674, 0.016591502353549004, -0.024782169610261917, 0.0025894728023558855, 0.0011542829452082515, 0.0035928329452872276, -0.26726725697517395], "std": [0.18264347314834595, 0.08354392647743225, 0.12171127647161484, 0.032406095415353775, 0.03440000116825104, 0.042048435658216476, 0.9636224508285522], "count": [333]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.599999999999998], "std": [9.612838637294745], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [1953], "max": [1953], "mean": [1953.0], "std": [0.0], "count": [333]}, "index": {"min": [628935], "max": [629267], "mean": [629101.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [333]}}} +{"episode_index": 1954, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4257249390845205]], [[0.39582473695044423]], [[0.3595881419462316]]], "std": [[[0.27730547296386227]], [[0.253156326234209]], [[0.23237014199196487]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9568627450980393]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.6271404556573605]], [[0.5848872267779182]], [[0.5392480564491422]]], "std": [[[0.2569706314984347]], [[0.23432941079198194]], [[0.21302050944243422]]], "count": [100]}, "state": {"min": [-0.17877480387687683, -0.003818071447312832, 1.0211611986160278, 3.1009762287139893, -0.0328378863632679, -0.06009003147482872, 0.03338722139596939, -0.04012913629412651], "max": [0.07199782878160477, 0.08369946479797363, 1.1860930919647217, 3.2030224800109863, 0.15875399112701416, 0.10765489190816879, 0.03998151421546936, -0.03350051864981651], "mean": [-0.02760901488363743, 0.048144303262233734, 1.117322564125061, 3.144773006439209, 0.07095080614089966, 0.012075794860720634, 0.0369766429066658, -0.03712483122944832], "std": [0.09660805016756058, 0.02169071137905121, 0.051659662276506424, 0.0335170142352581, 0.04985924810171127, 0.049321744590997696, 0.0031790132634341717, 0.0030415712390094995], "count": [301]}, "actions": {"min": [-0.6105796694755554, -0.2552781105041504, -0.4009670615196228, -0.11130217462778091, -0.136051744222641, -0.17252866923809052, -1.0], "max": [0.7786068320274353, 0.30169057846069336, 0.8548001050949097, 0.17253151535987854, 0.1707015186548233, 0.20320342481136322, 1.0], "mean": [-0.0036469970364123583, 0.01857036165893078, -0.022406525909900665, 0.002952239941805601, -0.0008581386646255851, 0.003649982390925288, -0.1428571492433548], "std": [0.20840398967266083, 0.07974135130643845, 0.153615340590477, 0.039018549025058746, 0.04317808896303177, 0.04680429399013519, 0.9897430539131165], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [1954], "max": [1954], "mean": [1954.0], "std": [0.0], "count": [301]}, "index": {"min": [629268], "max": [629568], "mean": [629418.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [301]}}} +{"episode_index": 1955, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4279361302992877]], [[0.3984127687940411]], [[0.3627214032341452]]], "std": [[[0.27674352693050414]], [[0.2530702381250752]], [[0.23282356555921813]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.9568627450980393]], [[0.9411764705882353]], [[0.9294117647058824]]], "mean": [[[0.6393635600968903]], [[0.5980518026912913]], [[0.5536636819278492]]], "std": [[[0.2507809661105502]], [[0.22990510398270694]], [[0.2110180305871944]]], "count": [100]}, "state": {"min": [-0.17557182908058167, 0.019016727805137634, 1.0024983882904053, 3.074201822280884, 0.027009908109903336, -0.051233697682619095, 0.0333990678191185, -0.04031132906675339], "max": [0.10135192424058914, 0.0937490165233612, 1.1538681983947754, 3.275250196456909, 0.12527646124362946, 0.11134546995162964, 0.04000106826424599, -0.03161568194627762], "mean": [-0.007228682283312082, 0.06297102570533752, 1.0949714183807373, 3.1639933586120605, 0.06237911060452461, 0.0272530447691679, 0.037137262523174286, -0.037191037088632584], "std": [0.10265553742647171, 0.01404014602303505, 0.04397248476743698, 0.04601320996880531, 0.025104807689785957, 0.03670578449964523, 0.0030418934766203165, 0.003018304705619812], "count": [312]}, "actions": {"min": [-0.8505887389183044, -0.27640610933303833, -0.44707992672920227, -0.1305907815694809, -0.1658898890018463, -0.1276824027299881, -1.0], "max": [0.7946080565452576, 0.4456348419189453, 0.6874855160713196, 0.21161967515945435, 0.1485331505537033, 0.13759967684745789, 1.0], "mean": [0.002574061043560505, 0.010582087561488152, -0.016968589276075363, 0.004388183355331421, -0.0031269167084246874, 0.0030223061330616474, -0.1666666716337204], "std": [0.2290886789560318, 0.10173676908016205, 0.14336179196834564, 0.04492737725377083, 0.04249351844191551, 0.04741258919239044, 0.9860141277313232], "count": [312]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [9.00661793719855], "count": [312]}, "frame_index": {"min": [0], "max": [311], "mean": [155.5], "std": [90.0661793719855], "count": [312]}, "episode_index": {"min": [1955], "max": [1955], "mean": [1955.0], "std": [0.0], "count": [312]}, "index": {"min": [629569], "max": [629880], "mean": [629724.5], "std": [90.0661793719855], "count": [312]}, "task_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [312]}}} +{"episode_index": 1956, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44999732342888327]], [[0.423837854123583]], [[0.3886171581791896]]], "std": [[[0.25305124792614453]], [[0.2321387428157727]], [[0.21633630703236567]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5619165733187806]], [[0.5278561521043964]], [[0.4851302454331342]]], "std": [[[0.26643393282744715]], [[0.24029163521179256]], [[0.2137257863529785]]], "count": [100]}, "state": {"min": [-0.20752395689487457, -0.008462286554276943, 0.9159998893737793, 3.082930564880371, -0.14570268988609314, -0.1648465096950531, 0.0024447659961879253, -0.039953116327524185], "max": [0.054765328764915466, 0.27290138602256775, 1.2589926719665527, 3.193143129348755, 0.2622704803943634, 0.1858227550983429, 0.03994644060730934, -0.002433568937703967], "mean": [-0.09449848532676697, 0.12109287828207016, 1.130544900894165, 3.1377885341644287, 0.023189591243863106, 0.03890806809067726, 0.013642072677612305, -0.013363419100642204], "std": [0.09216582030057907, 0.09535234421491623, 0.10535049438476562, 0.026201264932751656, 0.12468735873699188, 0.1048569604754448, 0.016473600640892982, 0.01638590171933174], "count": [242]}, "actions": {"min": [-0.2945423424243927, -0.3085922300815582, -0.7051844596862793, -0.07144053280353546, -0.1783217191696167, -0.1196693629026413, -1.0], "max": [0.8886151909828186, 0.8521597981452942, 0.9548096060752869, 0.14222803711891174, 0.11296602338552475, 0.10139177739620209, 1.0], "mean": [0.06562293320894241, 0.08462832868099213, -0.016447558999061584, 0.00017357208707835525, 0.0025766249746084213, 0.005500296130776405, 0.41322314739227295], "std": [0.1795472949743271, 0.16019873321056366, 0.3162662386894226, 0.02407738007605076, 0.042642299085855484, 0.034819286316633224, 0.9106317758560181], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [1956], "max": [1956], "mean": [1956.0], "std": [0.0], "count": [242]}, "index": {"min": [629881], "max": [630122], "mean": [630001.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [242]}}} +{"episode_index": 1957, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4515108014275046]], [[0.42527270926681215]], [[0.3905496526979933]]], "std": [[[0.2523141726360449]], [[0.2310472351161992]], [[0.21458573528258357]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9764705882352941]]], "mean": [[[0.5102749274758732]], [[0.4823712822409237]], [[0.4473218952253753]]], "std": [[[0.2852910200685728]], [[0.2623526727964481]], [[0.23742072388228563]]], "count": [100]}, "state": {"min": [-0.22349882125854492, -0.049543436616659164, 0.9247303605079651, 2.9988813400268555, -0.043276894837617874, -0.25971147418022156, 0.0024458945263177156, -0.040007006376981735], "max": [0.06876298040151596, 0.1553456038236618, 1.2196396589279175, 3.2178099155426025, 0.28328418731689453, 0.13021837174892426, 0.03984706848859787, -0.0023899925872683525], "mean": [-0.09244313836097717, 0.04901060089468956, 1.1175135374069214, 3.1226308345794678, 0.12828141450881958, -0.0664360299706459, 0.014603077434003353, -0.01461587194353342], "std": [0.11594963073730469, 0.08452121168375015, 0.09096468985080719, 0.05521830916404724, 0.0984528511762619, 0.1105862706899643, 0.01679053157567978, 0.016841372475028038], "count": [236]}, "actions": {"min": [-0.6357272863388062, -0.3747931122779846, -0.9706881642341614, -0.11177736520767212, -0.1365153193473816, -0.10266391932964325, -1.0], "max": [0.7668026685714722, 0.7637415528297424, 1.0266753435134888, 0.11799279600381851, 0.1192489042878151, 0.08158858120441437, 1.0], "mean": [0.062736377120018, 0.05405811220407486, 0.0021021664142608643, 0.0009623689111322165, 0.0028917845338582993, 0.009124755859375, 0.347457617521286], "std": [0.20741021633148193, 0.16164350509643555, 0.30290189385414124, 0.03322063758969307, 0.046519529074430466, 0.0321640707552433, 0.9376959204673767], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [1957], "max": [1957], "mean": [1957.0], "std": [0.0], "count": [236]}, "index": {"min": [630123], "max": [630358], "mean": [630240.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [236]}}} +{"episode_index": 1958, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45145029584099267]], [[0.42520851584041824]], [[0.39045371440812654]]], "std": [[[0.2524473842746912]], [[0.23129009985898433]], [[0.21528170080095735]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5067235699821921]], [[0.47875613822189034]], [[0.4441659366383272]]], "std": [[[0.28131448611103066]], [[0.25734269801289256]], [[0.23150603316577698]]], "count": [100]}, "state": {"min": [-0.20562870800495148, -0.08592648059129715, 0.926147997379303, 3.013165235519409, -0.09044567495584488, -0.09527318924665451, 0.0024783879052847624, -0.04000446945428848], "max": [0.08395921438932419, 0.1969907283782959, 1.2195566892623901, 3.201563835144043, 0.2966892719268799, 0.17247432470321655, 0.0398382730782032, -0.0025215910281986], "mean": [-0.08964525908231735, 0.03514181822538376, 1.1188534498214722, 3.094773530960083, 0.0842096135020256, 0.031754836440086365, 0.01525631919503212, -0.015342874452471733], "std": [0.11007442325353622, 0.10819404572248459, 0.08761315047740936, 0.0467628613114357, 0.11403153091669083, 0.06735458225011826, 0.016971049830317497, 0.016995126381516457], "count": [209]}, "actions": {"min": [-0.7906246185302734, -0.8974096179008484, -0.8257144689559937, -0.1222921833395958, -0.1285618245601654, -0.07561127096414566, -1.0], "max": [1.196508526802063, 1.007854700088501, 0.9083578586578369, 0.16963638365268707, 0.14198054373264313, 0.08758698403835297, 1.0], "mean": [0.07511360943317413, 0.07663635909557343, -0.01342679187655449, 0.002413292182609439, 0.007752950768917799, 0.005011645145714283, 0.31100478768348694], "std": [0.249908909201622, 0.19873233139514923, 0.33300185203552246, 0.03947712481021881, 0.051173027604818344, 0.03201482072472572, 0.9504091143608093], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [1958], "max": [1958], "mean": [1958.0], "std": [0.0], "count": [209]}, "index": {"min": [630359], "max": [630567], "mean": [630463.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [209]}}} +{"episode_index": 1959, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4512062563428692]], [[0.4249777897853477]], [[0.3902496475518919]]], "std": [[[0.25284763515553627]], [[0.23162811986235493]], [[0.21555370227391776]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5115397835525812]], [[0.4831851692947687]], [[0.44778390203737745]]], "std": [[[0.2812935501191119]], [[0.25782807594974877]], [[0.23263354941721348]]], "count": [100]}, "state": {"min": [-0.21322494745254517, -0.06641288846731186, 0.9175610542297363, 3.010529041290283, -0.04243363067507744, -0.10842210799455643, 0.0020221758168190718, -0.03995664790272713], "max": [0.0504302978515625, 0.17904940247535706, 1.184791922569275, 3.2504444122314453, 0.2735098898410797, 0.15573203563690186, 0.039988357573747635, -0.002146761165931821], "mean": [-0.11107352375984192, 0.03453293442726135, 1.0851826667785645, 3.1519775390625, 0.11053717136383057, 0.049927301704883575, 0.016061419621109962, -0.016174808144569397], "std": [0.1012665331363678, 0.0931948646903038, 0.08478537946939468, 0.06706263870000839, 0.09587132185697556, 0.059519656002521515, 0.017572633922100067, 0.01748580113053322], "count": [238]}, "actions": {"min": [-0.38189196586608887, -0.25872525572776794, -0.6012634038925171, -0.10176447033882141, -0.14411787688732147, -0.07917375862598419, -1.0], "max": [0.8246228098869324, 0.9561307430267334, 1.0424212217330933, 0.11968361586332321, 0.12420789897441864, 0.10404784977436066, 1.0], "mean": [0.07648264616727829, 0.058319125324487686, -0.022038955241441727, -0.004316532518714666, 0.004476566798985004, 0.008228160440921783, 0.26050421595573425], "std": [0.1930459886789322, 0.18460804224014282, 0.27427759766578674, 0.03190404549241066, 0.041123323142528534, 0.031454116106033325, 0.9654738903045654], "count": [238]}, "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": [1959], "max": [1959], "mean": [1959.0], "std": [0.0], "count": [238]}, "index": {"min": [630568], "max": [630805], "mean": [630686.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [238]}}} +{"episode_index": 1960, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4541649080164292]], [[0.42845619411094515]], [[0.39429523482977175]]], "std": [[[0.25030458995485627]], [[0.22960163703038738]], [[0.21351382880937372]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.553485087076823]], [[0.524957374123966]], [[0.4695379363415288]]], "std": [[[0.27214001566071344]], [[0.24817523305425274]], [[0.2253401367839175]]], "count": [100]}, "state": {"min": [-0.19682985544204712, 0.016715848818421364, 0.9159047603607178, 3.081325054168701, -0.08737318217754364, -0.15818941593170166, 0.0024833257775753736, -0.039998266845941544], "max": [0.0828077644109726, 0.1677345633506775, 1.242288589477539, 3.242245674133301, 0.3394147455692291, 0.2697504162788391, 0.039976876229047775, -0.0025215044151991606], "mean": [-0.08358578383922577, 0.12842917442321777, 1.1244287490844727, 3.1647331714630127, 0.06559337675571442, 0.03681577742099762, 0.017010636627674103, -0.017070991918444633], "std": [0.10876079648733139, 0.029402639716863632, 0.09602168947458267, 0.04154209792613983, 0.11549840867519379, 0.1151660829782486, 0.017658423632383347, 0.017626425251364708], "count": [270]}, "actions": {"min": [-0.283687561750412, -0.316283643245697, -0.8183245062828064, -0.11929166316986084, -0.182713121175766, -0.11622673273086548, -1.0], "max": [1.1646188497543335, 0.9810131192207336, 1.3130325078964233, 0.1798151582479477, 0.1382160633802414, 0.17429117858409882, 1.0], "mean": [0.06342513114213943, 0.045652516186237335, -0.022243252024054527, 0.00238863006234169, 0.004962552338838577, 0.007047304883599281, 0.2222222238779068], "std": [0.18175522983074188, 0.19197486340999603, 0.30915477871894836, 0.03844163194298744, 0.050147417932748795, 0.037216126918792725, 0.9749947190284729], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [1960], "max": [1960], "mean": [1960.0], "std": [0.0], "count": [270]}, "index": {"min": [630806], "max": [631075], "mean": [630940.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [270]}}} +{"episode_index": 1961, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4532606865377987]], [[0.42746820068359376]], [[0.39359572287166816]]], "std": [[[0.2500954344892894]], [[0.22930842459005446]], [[0.21347204739382641]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5516647560269224]], [[0.5227494010177314]], [[0.46896827248965994]]], "std": [[[0.27498601224919944]], [[0.2513120629828944]], [[0.22907681966500723]]], "count": [100]}, "state": {"min": [-0.22664426267147064, -0.005863578524440527, 0.9234617948532104, 3.0686843395233154, -0.03630386292934418, -0.009921383112668991, 0.0026451556477695704, -0.03996077552437782], "max": [0.10104361921548843, 0.18143776059150696, 1.2320616245269775, 3.2493951320648193, 0.35778945684432983, 0.23699592053890228, 0.03997836634516716, -0.0023438308853656054], "mean": [-0.10813157260417938, 0.14958515763282776, 1.1114921569824219, 3.1474859714508057, 0.10840928554534912, 0.10101606696844101, 0.015741830691695213, -0.015479647554457188], "std": [0.12843260169029236, 0.02926872856914997, 0.0921366959810257, 0.0351366251707077, 0.11527730524539948, 0.044350266456604004, 0.017153728753328323, 0.017162295058369637], "count": [235]}, "actions": {"min": [-0.5897926092147827, -0.327796995639801, -0.7764862775802612, -0.17272765934467316, -0.232671856880188, -0.1127781867980957, -1.0], "max": [1.1220524311065674, 0.97761070728302, 1.2272412776947021, 0.21465778350830078, 0.16066564619541168, 0.23158332705497742, 1.0], "mean": [0.08352042734622955, 0.05592497065663338, -0.01817876100540161, 0.00400537671521306, 0.008083234541118145, 0.007388642523437738, 0.3021276593208313], "std": [0.2364068478345871, 0.20801196992397308, 0.3137904703617096, 0.051912304013967514, 0.05690483748912811, 0.036591026932001114, 0.9532684683799744], "count": [235]}, "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": [1961], "max": [1961], "mean": [1961.0], "std": [0.0], "count": [235]}, "index": {"min": [631076], "max": [631310], "mean": [631193.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [235]}}} +{"episode_index": 1962, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45294896862553613]], [[0.42713753494561885]], [[0.3931342300714231]]], "std": [[[0.25037808582469495]], [[0.22942390806789195]], [[0.21331310079807259]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5292849420285692]], [[0.503410930558747]], [[0.4536524376962699]]], "std": [[[0.2865662652265539]], [[0.2641635648832218]], [[0.2411676428972907]]], "count": [100]}, "state": {"min": [-0.19856415688991547, 0.01158896367996931, 0.9181914925575256, 3.0615921020507812, -0.06682202965021133, -0.05055931955575943, 0.002648889319971204, -0.03994876518845558], "max": [0.07486865669488907, 0.19130586087703705, 1.2032305002212524, 3.2260096073150635, 0.3507380783557892, 0.1299966275691986, 0.03999780863523483, -0.002623290056362748], "mean": [-0.08336567878723145, 0.14986203610897064, 1.1083002090454102, 3.154952049255371, 0.11148998886346817, 0.01890457421541214, 0.016938498243689537, -0.016940496861934662], "std": [0.1084633395075798, 0.03285764530301094, 0.08368686586618423, 0.03094061277806759, 0.1125081479549408, 0.04165639355778694, 0.0174942035228014, 0.01748490333557129], "count": [259]}, "actions": {"min": [-0.6114650368690491, -0.44078269600868225, -1.0907124280929565, -0.12128757685422897, -0.20065449178218842, -0.09582795947790146, -1.0], "max": [1.464309573173523, 1.0885905027389526, 1.1485909223556519, 0.2519577443599701, 0.1935395896434784, 0.10873252153396606, 1.0], "mean": [0.05753982439637184, 0.04505784809589386, -0.005538371857255697, 0.003955848049372435, 0.0051824478432536125, 0.003380976617336273, 0.2277992218732834], "std": [0.21236911416053772, 0.18992041051387787, 0.2956571877002716, 0.04527450352907181, 0.05753665044903755, 0.033515844494104385, 0.9737092852592468], "count": [259]}, "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": [1962], "max": [1962], "mean": [1962.0], "std": [0.0], "count": [259]}, "index": {"min": [631311], "max": [631569], "mean": [631440.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [259]}}} +{"episode_index": 1963, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45391661221373314]], [[0.4274519312241498]], [[0.39207803703756894]]], "std": [[[0.2510445178007118]], [[0.2299570413841812]], [[0.213795934463613]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.58920020608341]], [[0.553469871969784]], [[0.4924822309905408]]], "std": [[[0.24977484546912637]], [[0.22315653506315092]], [[0.20143427038089606]]], "count": [100]}, "state": {"min": [-0.2767787277698517, 0.01877852901816368, 0.9195537567138672, 3.011775255203247, -0.10435525327920914, -0.0009108955273404717, 0.0024290834553539753, -0.04000791907310486], "max": [0.04193730279803276, 0.27755722403526306, 1.2380335330963135, 3.287855863571167, 0.23196429014205933, 0.2524932622909546, 0.039932481944561005, -0.0023398485500365496], "mean": [-0.14531365036964417, 0.20739978551864624, 1.118812918663025, 3.146416664123535, 0.0390288308262825, 0.13633249700069427, 0.016992837190628052, -0.016918951645493507], "std": [0.11259660124778748, 0.0558302104473114, 0.09256372600793839, 0.0671631321310997, 0.10340899974107742, 0.06228827312588692, 0.01779336668550968, 0.017862999811768532], "count": [315]}, "actions": {"min": [-0.4222301244735718, -0.5501947999000549, -0.7506802678108215, -0.15626922249794006, -0.1974181979894638, -0.14076225459575653, -1.0], "max": [0.9965996742248535, 1.4505256414413452, 0.878998339176178, 0.16153770685195923, 0.18726171553134918, 0.12868957221508026, 1.0], "mean": [0.06030865013599396, 0.06017810106277466, -0.022397415712475777, 0.0031481077894568443, 0.0008376307087019086, 0.0035946210846304893, 0.22539682686328888], "std": [0.18567025661468506, 0.22030314803123474, 0.24853722751140594, 0.041270382702350616, 0.039951857179403305, 0.038363851606845856, 0.9742656946182251], "count": [315]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.7], "std": [9.093220918171221], "count": [315]}, "frame_index": {"min": [0], "max": [314], "mean": [157.0], "std": [90.93220918171221], "count": [315]}, "episode_index": {"min": [1963], "max": [1963], "mean": [1963.0], "std": [0.0], "count": [315]}, "index": {"min": [631570], "max": [631884], "mean": [631727.0], "std": [90.93220918171221], "count": [315]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [315]}}} +{"episode_index": 1964, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4537546602136948]], [[0.4277266648236443]], [[0.39352144548004747]]], "std": [[[0.25010338181046615]], [[0.22902511285211463]], [[0.2129430168460281]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5474921904919193]], [[0.5184596509746476]], [[0.46572711121802235]]], "std": [[[0.2816017781438921]], [[0.25807700683609497]], [[0.23578578989455268]]], "count": [100]}, "state": {"min": [-0.2143779844045639, 0.026478910818696022, 0.9231754541397095, 3.0883657932281494, -0.0025388572830706835, -0.006584193557500839, 0.0024435268715023994, -0.039997734129428864], "max": [0.07283543050289154, 0.19689559936523438, 1.249663233757019, 3.280336856842041, 0.40090328454971313, 0.2528473734855652, 0.03997151553630829, -0.0016360614681616426], "mean": [-0.08778200298547745, 0.1584232598543167, 1.126107931137085, 3.166499614715576, 0.14755234122276306, 0.08909273147583008, 0.014875668101012707, -0.014505665749311447], "std": [0.11558793485164642, 0.02725803852081299, 0.09603668749332428, 0.05224571377038956, 0.1195773035287857, 0.04905758053064346, 0.01690560206770897, 0.01710761897265911], "count": [263]}, "actions": {"min": [-0.6429317593574524, -0.3686686158180237, -0.9082720279693604, -0.1917991042137146, -0.22160586714744568, -0.0921778753399849, -1.0], "max": [0.9735754728317261, 1.0313721895217896, 1.1450886726379395, 0.2081334888935089, 0.18508921563625336, 0.154760479927063, 1.0], "mean": [0.07186134904623032, 0.04235369712114334, -0.012095486745238304, 0.004238320980221033, 0.004055242519825697, 0.006930885370820761, 0.3460076153278351], "std": [0.2091115266084671, 0.19699078798294067, 0.3062475621700287, 0.05095454305410385, 0.05448329821228981, 0.03643934428691864, 0.9382309913635254], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1964], "max": [1964], "mean": [1964.0], "std": [0.0], "count": [263]}, "index": {"min": [631885], "max": [632147], "mean": [632016.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1965, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45071259801528035]], [[0.42513160795323984]], [[0.3908336971507353]]], "std": [[[0.25373116710481264]], [[0.23284825696403477]], [[0.21669103319056135]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.554573153626685]], [[0.5177990249932981]], [[0.4738884977452895]]], "std": [[[0.25949286933291005]], [[0.2305666363777511]], [[0.2010737258018419]]], "count": [100]}, "state": {"min": [-0.20099897682666779, -0.20676513016223907, 0.9243729114532471, 3.023813247680664, 0.05683903396129608, -0.08860046416521072, 0.0025857132859528065, -0.0399281308054924], "max": [0.08057903498411179, 0.056913912296295166, 1.1704245805740356, 3.243415117263794, 0.38326120376586914, 0.0710555762052536, 0.04000330716371536, -0.0024425408337265253], "mean": [-0.09595752507448196, -0.05451535806059837, 1.0674877166748047, 3.1482160091400146, 0.1845497041940689, 0.011938813142478466, 0.014626302756369114, -0.014550261199474335], "std": [0.10952842235565186, 0.10191379487514496, 0.08342169225215912, 0.06530823558568954, 0.1038811206817627, 0.04261769354343414, 0.016757166013121605, 0.016751958057284355], "count": [221]}, "actions": {"min": [-0.3548480272293091, -0.969347357749939, -1.1781048774719238, -0.2117803692817688, -0.19592012465000153, -0.19286459684371948, -1.0], "max": [0.9565747976303101, 0.35273879766464233, 1.0769985914230347, 0.1397407352924347, 0.20054493844509125, 0.11967962980270386, 1.0], "mean": [0.08915063738822937, -0.05768495425581932, -0.05706796422600746, -0.005359363742172718, 0.010300928726792336, 0.003822650294750929, 0.35746607184410095], "std": [0.19304698705673218, 0.19199080765247345, 0.31892454624176025, 0.04077032580971718, 0.05667899176478386, 0.04381987079977989, 0.9339275360107422], "count": [221]}, "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": [1965], "max": [1965], "mean": [1965.0], "std": [0.0], "count": [221]}, "index": {"min": [632148], "max": [632368], "mean": [632258.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [221]}}} +{"episode_index": 1966, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45372303502699907]], [[0.4279369243547028]], [[0.39362266690123315]]], "std": [[[0.2531918850739661]], [[0.23207356043897126]], [[0.21592129753164901]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9882352941176471]], [[0.9764705882352941]]], "mean": [[[0.5533585881251915]], [[0.5167011389638864]], [[0.4739188064874387]]], "std": [[[0.2570886142103346]], [[0.22764932137902233]], [[0.19748287436291287]]], "count": [100]}, "state": {"min": [-0.20639416575431824, -0.21397794783115387, 0.9246518611907959, 3.0277998447418213, -0.07181432098150253, -0.042492061853408813, 0.002343451138585806, -0.03992621973156929], "max": [0.09615742415189743, 0.02714829333126545, 1.196058750152588, 3.2393221855163574, 0.3571123480796814, 0.16805098950862885, 0.040004417300224304, -0.002421444281935692], "mean": [-0.08975957334041595, -0.08494873344898224, 1.080145001411438, 3.1467032432556152, 0.08996522426605225, 0.06924761831760406, 0.016293207183480263, -0.016373857855796814], "std": [0.11650563031435013, 0.09194128215312958, 0.08488407731056213, 0.052266284823417664, 0.10707316547632217, 0.051004260778427124, 0.01756676845252514, 0.01748737506568432], "count": [263]}, "actions": {"min": [-0.9355860948562622, -0.8856617212295532, -0.898956298828125, -0.16701558232307434, -0.23082737624645233, -0.1295304000377655, -1.0], "max": [0.8570700883865356, 0.7595109343528748, 1.23660147190094, 0.21116390824317932, 0.236343115568161, 0.1362604945898056, 1.0], "mean": [0.07526126503944397, -0.05050075426697731, -0.04618266597390175, -0.002895561046898365, 0.009434998966753483, 0.003017792943865061, 0.25475284457206726], "std": [0.19335825741291046, 0.20201820135116577, 0.3005320131778717, 0.045372627675533295, 0.054697319865226746, 0.04124376177787781, 0.967004656791687], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1966], "max": [1966], "mean": [1966.0], "std": [0.0], "count": [263]}, "index": {"min": [632369], "max": [632631], "mean": [632500.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1967, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45501495181812956]], [[0.4292557887657016]], [[0.394924752628102]]], "std": [[[0.2530501303085593]], [[0.23243176263917953]], [[0.2167931395283875]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9058823529411765]]], "mean": [[[0.5422496816597733]], [[0.5066702605602788]], [[0.46559967400045954]]], "std": [[[0.25009338390330377]], [[0.22076872418067855]], [[0.19000665101026462]]], "count": [100]}, "state": {"min": [-0.2163984775543213, -0.22037944197654724, 0.9215774536132812, 2.860822916030884, -0.10579897463321686, -0.1292354315519333, 0.0018701382214203477, -0.04000422731041908], "max": [0.034926868975162506, -0.022290123626589775, 1.1777833700180054, 3.14709734916687, 0.23420755565166473, 0.17420914769172668, 0.03993837535381317, -0.0026043581310659647], "mean": [-0.10910523682832718, -0.12307053059339523, 1.0751405954360962, 3.0261569023132324, 0.008761475794017315, -0.009222825057804585, 0.014147898182272911, -0.014523625373840332], "std": [0.10133136808872223, 0.06528366357088089, 0.07953281700611115, 0.06840499490499496, 0.09549227356910706, 0.0793757364153862, 0.016956906765699387, 0.016741331666707993], "count": [242]}, "actions": {"min": [-0.22151638567447662, -0.7613751888275146, -0.6669166684150696, -0.24591122567653656, -0.13791802525520325, -0.13810983300209045, -1.0], "max": [0.8043953776359558, 0.37221580743789673, 0.8642144203186035, 0.13020870089530945, 0.15998759865760803, 0.10642556101083755, 1.0], "mean": [0.06751227378845215, -0.06025198847055435, -0.0640842542052269, -0.006939742714166641, 0.00040438328869640827, 0.003572483779862523, 0.3636363744735718], "std": [0.16581016778945923, 0.13913464546203613, 0.27565720677375793, 0.0393013134598732, 0.038098569959402084, 0.04000105336308479, 0.931538999080658], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [1967], "max": [1967], "mean": [1967.0], "std": [0.0], "count": [242]}, "index": {"min": [632632], "max": [632873], "mean": [632752.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [242]}}} +{"episode_index": 1968, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4482572224934896]], [[0.4226212654861749]], [[0.38814829568301934]]], "std": [[[0.2547134455249818]], [[0.2337445415821764]], [[0.2176268022500096]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9490196078431372]]], "mean": [[[0.5675284639246324]], [[0.5305719616459865]], [[0.48687671796013327]]], "std": [[[0.23970116781658757]], [[0.2103004465325968]], [[0.18060367829489965]]], "count": [100]}, "state": {"min": [-0.27697792649269104, -0.21925581991672516, 0.9232104420661926, 3.1039955615997314, -0.08200932294130325, -0.09236733615398407, 0.0009880734141916037, -0.03992922976613045], "max": [0.05279470235109329, 0.057331718504428864, 1.1610960960388184, 3.2775707244873047, 0.11399168521165848, 0.06222999840974808, 0.04001786932349205, -0.0002606816415209323], "mean": [-0.1448509246110916, -0.04752100259065628, 1.0270369052886963, 3.183642864227295, 0.023999063298106194, -0.00029338232707232237, 0.02466023527085781, -0.013786244206130505], "std": [0.11945808678865433, 0.09282883256673813, 0.049455706030130386, 0.04575898125767708, 0.049188364297151566, 0.04163117706775665, 0.011043401435017586, 0.017670974135398865], "count": [222]}, "actions": {"min": [-0.3254697024822235, -0.7396755218505859, -0.7131949067115784, -0.24426385760307312, -0.19326534867286682, -0.1381818801164627, -1.0], "max": [0.9451040029525757, 0.5394604802131653, 0.6940333843231201, 0.2206757366657257, 0.13548356294631958, 0.14073710143566132, 1.0], "mean": [0.09845106303691864, -0.055452682077884674, -0.05215999111533165, 0.0006945629720576108, 0.0010288681369274855, 0.004525655414909124, 0.4054054021835327], "std": [0.2070312798023224, 0.19676798582077026, 0.214025616645813, 0.05070769414305687, 0.042952582240104675, 0.04027392342686653, 0.9141383767127991], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [1968], "max": [1968], "mean": [1968.0], "std": [0.0], "count": [222]}, "index": {"min": [632874], "max": [633095], "mean": [632984.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [222]}}} +{"episode_index": 1969, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45054784079159005]], [[0.4249132277544807]], [[0.3905842692057292]]], "std": [[[0.2538792695451626]], [[0.2329797942881186]], [[0.2169372747295019]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9725490196078431]]], "mean": [[[0.5528395666982613]], [[0.517654437495213]], [[0.47364973120595893]]], "std": [[[0.2531577720801568]], [[0.22385354930516166]], [[0.19360756707032348]]], "count": [100]}, "state": {"min": [-0.21964435279369354, -0.19302970170974731, 0.9208377003669739, 3.0111806392669678, -0.08906007558107376, -0.039348628371953964, 0.0018390277400612831, -0.03997079282999039], "max": [0.07939111441373825, 0.06148809939622879, 1.1757937669754028, 3.1940579414367676, 0.20555830001831055, 0.08328772336244583, 0.040002480149269104, -0.0019788218196481466], "mean": [-0.11544766277074814, -0.04811700060963631, 1.0628941059112549, 3.121061086654663, 0.06379295140504837, 0.013067968189716339, 0.01764049008488655, -0.018332691863179207], "std": [0.10977572202682495, 0.092269167304039, 0.08042966574430466, 0.04852116107940674, 0.07641759514808655, 0.02951515093445778, 0.018021347001194954, 0.01778279058635235], "count": [285]}, "actions": {"min": [-0.3603733479976654, -1.1210824251174927, -0.5989665389060974, -0.205631285905838, -0.17052561044692993, -0.1021437868475914, -1.0], "max": [0.9650112986564636, 0.3423195779323578, 1.0247565507888794, 0.21368293464183807, 0.15813016891479492, 0.1331740915775299, 1.0], "mean": [0.0742773786187172, -0.03947295621037483, -0.03651679679751396, -0.002183469943702221, 0.004277103580534458, 0.0025204087141901255, 0.17894737422466278], "std": [0.1843416839838028, 0.17104241251945496, 0.23643478751182556, 0.04846770688891411, 0.046755965799093246, 0.03269597515463829, 0.9838604927062988], "count": [285]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.2], "std": [8.227190691035831], "count": [285]}, "frame_index": {"min": [0], "max": [284], "mean": [142.0], "std": [82.27190691035833], "count": [285]}, "episode_index": {"min": [1969], "max": [1969], "mean": [1969.0], "std": [0.0], "count": [285]}, "index": {"min": [633096], "max": [633380], "mean": [633238.0], "std": [82.27190691035833], "count": [285]}, "task_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [285]}}} +{"episode_index": 1970, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45286530019722737]], [[0.42753366388059133]], [[0.3936082919251685]]], "std": [[[0.2533342963061399]], [[0.2327948642264142]], [[0.2169720147723465]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9803921568627451]], [[0.9176470588235294]]], "mean": [[[0.5029063194125306]], [[0.4702107154995787]], [[0.43288008805817246]]], "std": [[[0.26284133505405805]], [[0.23334738854469264]], [[0.20165478901583275]]], "count": [100]}, "state": {"min": [-0.24493259191513062, -0.2502780258655548, 0.9220371842384338, 2.742588758468628, -0.0643475130200386, -0.20174860954284668, 0.000620547216385603, -0.04000740870833397], "max": [0.06669044494628906, -0.011873874813318253, 1.155795931816101, 3.130547046661377, 0.2573968470096588, 0.288879930973053, 0.03992338478565216, -0.0023136290255934], "mean": [-0.1060090884566307, -0.1548108011484146, 1.0342788696289062, 3.0232863426208496, 0.07755458354949951, -0.03448612987995148, 0.020611951127648354, -0.024037810042500496], "std": [0.09972598403692245, 0.0815650224685669, 0.07608703523874283, 0.07203144580125809, 0.08169461786746979, 0.08281224220991135, 0.017824968323111534, 0.017292948439717293], "count": [456]}, "actions": {"min": [-1.0465651750564575, -0.9461334943771362, -0.5623918771743774, -0.1698308289051056, -0.19840750098228455, -0.1821729987859726, -1.0], "max": [0.8916966915130615, 0.2763980031013489, 1.3709043264389038, 0.15702612698078156, 0.15880893170833588, 0.1901593953371048, 1.0], "mean": [0.012853862717747688, -0.06781360507011414, -0.009643052704632282, -0.005046963691711426, -0.002815469168126583, 0.004022907465696335, 0.09649122506380081], "std": [0.2136913537979126, 0.16887548565864563, 0.24401389062404633, 0.04613935202360153, 0.04197361320257187, 0.04556417837738991, 0.9953340291976929], "count": [456]}, "timestamp": {"min": [0.0], "max": [45.5], "mean": [22.75], "std": [13.163554484510126], "count": [456]}, "frame_index": {"min": [0], "max": [455], "mean": [227.5], "std": [131.63554484510126], "count": [456]}, "episode_index": {"min": [1970], "max": [1970], "mean": [1970.0], "std": [0.0], "count": [456]}, "index": {"min": [633381], "max": [633836], "mean": [633608.5], "std": [131.63554484510126], "count": [456]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [456]}}} +{"episode_index": 1971, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4552370635387944]], [[0.42969681623870254]], [[0.3957289446662454]]], "std": [[[0.25246367754750837]], [[0.23186556432987493]], [[0.2161446931668098]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9725490196078431]]], "mean": [[[0.5061608258415671]], [[0.47306323242187504]], [[0.4352046646417356]]], "std": [[[0.26211776644142776]], [[0.23227790923576208]], [[0.20040295161069036]]], "count": [100]}, "state": {"min": [-0.23260489106178284, -0.24322836101055145, 0.9206427931785583, 2.8838982582092285, -0.11923358589410782, -0.1567930430173874, 0.0005188736831769347, -0.04000280424952507], "max": [0.05977657064795494, -0.031796008348464966, 1.1728129386901855, 3.2182483673095703, 0.3098098635673523, 0.10009121894836426, 0.04000142961740494, -0.002297988859936595], "mean": [-0.11698691546916962, -0.15911686420440674, 1.0383350849151611, 3.0993587970733643, 0.03039613924920559, -0.05391921103000641, 0.020302914083003998, -0.022293854504823685], "std": [0.08998941630125046, 0.07051827013492584, 0.07850758731365204, 0.06216610223054886, 0.10502234846353531, 0.05553377419710159, 0.018003318458795547, 0.01709313690662384], "count": [440]}, "actions": {"min": [-0.9926220178604126, -0.9673241972923279, -0.8885000944137573, -0.2216925323009491, -0.1581091731786728, -0.12240026146173477, -1.0], "max": [0.7961424589157104, 0.35908427834510803, 0.8168133497238159, 0.27721384167671204, 0.12943284213542938, 0.14906813204288483, 1.0], "mean": [0.02631334774196148, -0.05872764065861702, -0.008949710987508297, -0.0043208543211221695, -0.003075308632105589, 0.0016637207008898258, 0.08636363595724106], "std": [0.2105529010295868, 0.156879723072052, 0.2463608980178833, 0.04848050698637962, 0.040705062448978424, 0.03873790055513382, 0.9962615370750427], "count": [440]}, "timestamp": {"min": [0.0], "max": [43.9], "mean": [21.95], "std": [12.701673118136839], "count": [440]}, "frame_index": {"min": [0], "max": [439], "mean": [219.5], "std": [127.01673118136839], "count": [440]}, "episode_index": {"min": [1971], "max": [1971], "mean": [1971.0], "std": [0.0], "count": [440]}, "index": {"min": [633837], "max": [634276], "mean": [634056.5], "std": [127.01673118136839], "count": [440]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [440]}}} +{"episode_index": 1972, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4561201406251896]], [[0.430173270407521]], [[0.3957970943758266]]], "std": [[[0.2527187742638649]], [[0.2318370814753209]], [[0.21583328945514405]]], "count": [101]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5281180753357964]], [[0.49325394686900903]], [[0.45356284637540045]]], "std": [[[0.25725391719470114]], [[0.2275013803055549]], [[0.1960141654562722]]], "count": [101]}, "state": {"min": [-0.1992320865392685, -0.2629065215587616, 0.917144775390625, 2.9058163166046143, -0.11324863880872726, -0.18952526152133942, 0.0004775910056196153, -0.04000358283519745], "max": [0.07109837234020233, 0.030869826674461365, 1.1495604515075684, 3.2294349670410156, 0.2734606862068176, 0.18573518097400665, 0.04000388830900192, -0.0010391612304374576], "mean": [-0.11186333745718002, -0.12802422046661377, 1.0459363460540771, 3.1220266819000244, 0.03344845026731491, 0.05749741941690445, 0.022318260744214058, -0.022876445204019547], "std": [0.08912915736436844, 0.08885549008846283, 0.07028254866600037, 0.06991906464099884, 0.10433932393789291, 0.08706211298704147, 0.017867164686322212, 0.01752294972538948], "count": [472]}, "actions": {"min": [-0.9368217587471008, -0.7895337343215942, -0.915299654006958, -0.1459778994321823, -0.16297781467437744, -0.327704519033432, -1.0], "max": [0.6192637085914612, 0.8008475303649902, 0.9010432362556458, 0.23949368298053741, 0.1916816681623459, 0.21006068587303162, 1.0], "mean": [-0.0005579973803833127, -0.04543690383434296, -0.011892587877810001, -0.002523078816011548, -0.0040246485732495785, 0.001466750050894916, -0.050847455859184265], "std": [0.18775765597820282, 0.17502757906913757, 0.23881575465202332, 0.0457054004073143, 0.04623794183135033, 0.04906885325908661, 0.9987037777900696], "count": [472]}, "timestamp": {"min": [0.0], "max": [47.1], "mean": [23.55], "std": [13.625435772847778], "count": [472]}, "frame_index": {"min": [0], "max": [471], "mean": [235.5], "std": [136.2543577284778], "count": [472]}, "episode_index": {"min": [1972], "max": [1972], "mean": [1972.0], "std": [0.0], "count": [472]}, "index": {"min": [634277], "max": [634748], "mean": [634512.5], "std": [136.2543577284778], "count": [472]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [472]}}} +{"episode_index": 1973, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45628503185655006]], [[0.43043139969922173]], [[0.39618110172751314]]], "std": [[[0.252449374223528]], [[0.2316359224807978]], [[0.215634155861837]]], "count": [102]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9490196078431372]]], "mean": [[[0.519343032455591]], [[0.485647483277165]], [[0.44676009562784597]]], "std": [[[0.25943982503663193]], [[0.22950305116914713]], [[0.1979297199754126]]], "count": [102]}, "state": {"min": [-0.23815692961215973, -0.2399865686893463, 0.9264495968818665, 3.0089709758758545, -0.11853636056184769, -0.1632494330406189, 0.0005068127065896988, -0.04085296392440796], "max": [0.07163765281438828, 0.04261449724435806, 1.1531448364257812, 3.380990743637085, 0.2584576904773712, 0.118479885160923, 0.04000655189156532, -0.0009067418286576867], "mean": [-0.12322577089071274, -0.12489695101976395, 1.0360219478607178, 3.200761079788208, 0.02501530759036541, -0.018509266898036003, 0.024197842925786972, -0.02483450621366501], "std": [0.09423865377902985, 0.09352702647447586, 0.06651078164577484, 0.07432932406663895, 0.10239031165838242, 0.06425707787275314, 0.017916446551680565, 0.01742367446422577], "count": [480]}, "actions": {"min": [-0.8874788880348206, -0.7991423606872559, -0.854349672794342, -0.23034276068210602, -0.15612611174583435, -0.13384781777858734, -1.0], "max": [0.6327688694000244, 1.326912760734558, 1.0939406156539917, 0.28520363569259644, 0.1489454060792923, 0.15151318907737732, 1.0], "mean": [-0.0031493036076426506, -0.015382422134280205, -0.007597893476486206, 1.3990646039019339e-05, -0.0012341722613200545, 0.0004778661532327533, -0.1666666716337204], "std": [0.18961241841316223, 0.208898663520813, 0.23372292518615723, 0.05167447030544281, 0.0429144948720932, 0.03769223019480705, 0.9860168099403381], "count": [480]}, "timestamp": {"min": [0.0], "max": [47.9], "mean": [23.95], "std": [13.856376390191869], "count": [480]}, "frame_index": {"min": [0], "max": [479], "mean": [239.5], "std": [138.5637639019187], "count": [480]}, "episode_index": {"min": [1973], "max": [1973], "mean": [1973.0], "std": [0.0], "count": [480]}, "index": {"min": [634749], "max": [635228], "mean": [634988.5], "std": [138.5637639019187], "count": [480]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [480]}}} +{"episode_index": 1974, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45560839484719673]], [[0.4301779593673407]], [[0.3961826255648744]]], "std": [[[0.25280725601635423]], [[0.23263481623836152]], [[0.21737222852243626]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9882352941176471]], [[0.9725490196078431]], [[0.9137254901960784]]], "mean": [[[0.5226095784505208]], [[0.48856242639878217]], [[0.4498788308536305]]], "std": [[[0.2533315240268511]], [[0.22371001846182836]], [[0.1923212987076116]]], "count": [100]}, "state": {"min": [-0.23989468812942505, -0.23170192539691925, 0.9192968606948853, 2.7948176860809326, -0.21923796832561493, -0.1475321501493454, 4.859146793023683e-05, -0.04051826894283295], "max": [0.06363501399755478, -0.0018438441911712289, 1.190545916557312, 3.130596160888672, 0.28107893466949463, 0.07166337966918945, 0.039857689291238785, -0.0014528512256219983], "mean": [-0.09729012846946716, -0.15288391709327698, 1.0524888038635254, 3.0014214515686035, -0.052405983209609985, -0.030045093968510628, 0.018840469419956207, -0.020994065329432487], "std": [0.09780485183000565, 0.0690096765756607, 0.08503994345664978, 0.07560659199953079, 0.12008815258741379, 0.05260579660534859, 0.018032999709248543, 0.017846688628196716], "count": [464]}, "actions": {"min": [-1.1210830211639404, -0.8961172103881836, -0.918687641620636, -0.1576920449733734, -0.13902589678764343, -0.12650951743125916, -1.0], "max": [0.9735051393508911, 0.5156096816062927, 1.0135635137557983, 0.22512342035770416, 0.10864459723234177, 0.10808798670768738, 1.0], "mean": [0.010481099598109722, -0.056459806859493256, -0.024611154571175575, -0.005568867549300194, -0.0037666663993149996, -0.0001299131690757349, 0.15948276221752167], "std": [0.21092501282691956, 0.15243321657180786, 0.2623448371887207, 0.0422000028192997, 0.03607942536473274, 0.03642828390002251, 0.9871999025344849], "count": [464]}, "timestamp": {"min": [0.0], "max": [46.3], "mean": [23.150000000000002], "std": [13.394495137928866], "count": [464]}, "frame_index": {"min": [0], "max": [463], "mean": [231.5], "std": [133.94495137928865], "count": [464]}, "episode_index": {"min": [1974], "max": [1974], "mean": [1974.0], "std": [0.0], "count": [464]}, "index": {"min": [635229], "max": [635692], "mean": [635460.5], "std": [133.94495137928865], "count": [464]}, "task_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [464]}}} +{"episode_index": 1975, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45358431228936885]], [[0.4281016337076823]], [[0.3942777662090227]]], "std": [[[0.25226531313790246]], [[0.23160192677387673]], [[0.21547481355907253]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.8823529411764706]]], "mean": [[[0.4533845687567019]], [[0.4239617405311734]], [[0.39127743111404717]]], "std": [[[0.2661538336238762]], [[0.23549636161119428]], [[0.20188202888502646]]], "count": [100]}, "state": {"min": [-0.19154691696166992, -0.24920107424259186, 0.9276041984558105, 2.9131510257720947, -0.11256048828363419, -0.1281283050775528, 0.0013302830047905445, -0.040001608431339264], "max": [-0.0978088527917862, 0.006214834284037352, 1.1560728549957275, 3.181191921234131, 0.12807247042655945, 0.3705817759037018, 0.040003493428230286, -0.010692331939935684], "mean": [-0.1363637000322342, -0.18720978498458862, 1.0114550590515137, 3.1087119579315186, 0.031829867511987686, 0.012206725776195526, 0.02779935486614704, -0.03236892819404602], "std": [0.019524158909916878, 0.05432464927434921, 0.08592317253351212, 0.0661129429936409, 0.07556846737861633, 0.14031246304512024, 0.015519619919359684, 0.009924627840518951], "count": [279]}, "actions": {"min": [-0.32345619797706604, -0.9313488006591797, -0.6979359984397888, -0.380916565656662, -0.11920089274644852, -0.1877034604549408, -1.0], "max": [0.4350718855857849, 0.23783312737941742, 0.46124473214149475, 0.3298912048339844, 0.09863658249378204, 0.17156749963760376, 1.0], "mean": [0.04113641008734703, -0.13711486756801605, -0.005882598459720612, -0.004927234258502722, -0.009601646102964878, 0.006668859627097845, -0.21863798797130585], "std": [0.13370627164840698, 0.19051197171211243, 0.17906172573566437, 0.06122355908155441, 0.035346779972314835, 0.05271253362298012, 0.9758058786392212], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [1975], "max": [1975], "mean": [1975.0], "std": [0.0], "count": [279]}, "index": {"min": [635693], "max": [635971], "mean": [635832.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [279]}}} +{"episode_index": 1976, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4529645708869485]], [[0.4272372454474954]], [[0.39323080025467216]]], "std": [[[0.2526392810543644]], [[0.23195259483525024]], [[0.2159043979947719]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.4617600319058287]], [[0.4314730021158854]], [[0.3975563228831572]]], "std": [[[0.26973561732674695]], [[0.23922995637172315]], [[0.2063120108246847]]], "count": [100]}, "state": {"min": [-0.2158634066581726, -0.23924067616462708, 0.9270054697990417, 2.7901666164398193, -0.008441328071057796, -0.11407756805419922, 0.0005074015352874994, -0.04057561978697777], "max": [-0.11171220988035202, 0.016645099967718124, 1.1866164207458496, 3.2410330772399902, 0.17371639609336853, 0.22982819378376007, 0.04000222682952881, -0.01202271319925785], "mean": [-0.13842689990997314, -0.16955634951591492, 1.0472443103790283, 3.1178057193756104, 0.07510769367218018, -0.00460819061845541, 0.030650725588202477, -0.036239732056856155], "std": [0.02999049425125122, 0.06152259558439255, 0.10028733313083649, 0.11168835312128067, 0.057178568094968796, 0.07244107127189636, 0.014891654253005981, 0.0066703446209430695], "count": [235]}, "actions": {"min": [-0.23052503168582916, -0.8616154789924622, -0.6403235197067261, -0.1653016358613968, -0.156581312417984, -0.11129117757081985, -1.0], "max": [0.5156957507133484, 0.16191332042217255, 0.715795636177063, 0.20979437232017517, 0.09572508931159973, 0.10316143929958344, 1.0], "mean": [0.049524713307619095, -0.14291195571422577, -0.03243599086999893, -0.014011478051543236, -0.006027539726346731, 0.004959923680871725, -0.40425533056259155], "std": [0.10199297219514847, 0.19195090234279633, 0.19294700026512146, 0.04506919905543327, 0.03808611258864403, 0.03994639217853546, 0.914646565914154], "count": [235]}, "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": [1976], "max": [1976], "mean": [1976.0], "std": [0.0], "count": [235]}, "index": {"min": [635972], "max": [636206], "mean": [636089.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [235]}}} +{"episode_index": 1977, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.45436482687557445]], [[0.42869879569259345]], [[0.3947390765021829]]], "std": [[[0.25205035154609434]], [[0.23145842401306174]], [[0.2155728895867046]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9686274509803922]]], "mean": [[[0.47448101148418353]], [[0.44326323684991575]], [[0.40946841131472117]]], "std": [[[0.25897943173246274]], [[0.2283403827334976]], [[0.19544448014462068]]], "count": [100]}, "state": {"min": [-0.2045176476240158, -0.24835516512393951, 0.9262244701385498, 2.857261896133423, -0.13384297490119934, -0.1912553459405899, 0.0004984449478797615, -0.04056183621287346], "max": [-0.11767910420894623, -0.022103767842054367, 1.188386082649231, 3.133089780807495, 0.05843590199947357, 0.23578700423240662, 0.039962198585271835, -0.013663281686604023], "mean": [-0.14289827644824982, -0.1928165853023529, 1.0374587774276733, 3.0604186058044434, -0.03865860775113106, -0.04416828230023384, 0.030659252777695656, -0.03622489795088768], "std": [0.01918640360236168, 0.044858627021312714, 0.09846540540456772, 0.06736358255147934, 0.05588040128350258, 0.08587846904993057, 0.015072720125317574, 0.007624252699315548], "count": [219]}, "actions": {"min": [-0.2211850881576538, -1.123619794845581, -0.6321220397949219, -0.14324788749217987, -0.15966899693012238, -0.12669610977172852, -1.0], "max": [0.5078577399253845, 0.30610501766204834, 0.9934911131858826, 0.1848800778388977, 0.11562998592853546, 0.20701824128627777, 1.0], "mean": [0.03983837366104126, -0.14085686206817627, -0.03761368244886398, -0.008923876099288464, -0.014071152545511723, 0.006658586673438549, -0.4155251085758209], "std": [0.1241389587521553, 0.22194626927375793, 0.20369911193847656, 0.04721442610025406, 0.040838390588760376, 0.05482419952750206, 0.909581184387207], "count": [219]}, "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": [1977], "max": [1977], "mean": [1977.0], "std": [0.0], "count": [219]}, "index": {"min": [636207], "max": [636425], "mean": [636316.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [219]}}} +{"episode_index": 1978, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45294743197571996]], [[0.4273488703709023]], [[0.3933966902190564]]], "std": [[[0.2525227047855752]], [[0.2320028469163939]], [[0.21602647983161047]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.8549019607843137]]], "mean": [[[0.45692148724724263]], [[0.4261338728362439]], [[0.392490197873583]]], "std": [[[0.2723811528456638]], [[0.24184999681567873]], [[0.2091094138230963]]], "count": [100]}, "state": {"min": [-0.19033758342266083, -0.23647543787956238, 0.9326941967010498, 2.9014077186584473, 0.04355486482381821, -0.09406082332134247, 0.0004013323923572898, -0.04102443531155586], "max": [-0.09964776784181595, -0.05609150230884552, 1.147781491279602, 3.1500682830810547, 0.17356257140636444, 0.19024915993213654, 0.0399022214114666, -0.013725548051297665], "mean": [-0.13986144959926605, -0.18546676635742188, 1.027230978012085, 3.0375499725341797, 0.12282532453536987, -0.030710618942975998, 0.03055962733924389, -0.03564054146409035], "std": [0.01861458830535412, 0.036740779876708984, 0.08557390421628952, 0.05550190433859825, 0.038125280290842056, 0.05998217314481735, 0.014891260303556919, 0.008197220042347908], "count": [191]}, "actions": {"min": [-0.2980610430240631, -1.3105769157409668, -0.768268346786499, -0.19515109062194824, -0.17162548005580902, -0.13093049824237823, -1.0], "max": [0.8310924172401428, 0.2625528872013092, 0.5030224919319153, 0.15286344289779663, 0.11214696615934372, 0.14433801174163818, 1.0], "mean": [0.03267190232872963, -0.1343848705291748, -0.041609589010477066, -0.007773813791573048, -0.009917613118886948, 0.007116448134183884, -0.3926701545715332], "std": [0.1529231071472168, 0.24299851059913635, 0.183621346950531, 0.050741080194711685, 0.04020765423774719, 0.04659328982234001, 0.9196793437004089], "count": [191]}, "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": [1978], "max": [1978], "mean": [1978.0], "std": [0.0], "count": [191]}, "index": {"min": [636426], "max": [636616], "mean": [636521.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [191]}}} +{"episode_index": 1979, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45551275574927236]], [[0.4295565257352941]], [[0.39528409890567556]]], "std": [[[0.2522545947536912]], [[0.23160228306897032]], [[0.21572300010450096]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9490196078431372]], [[0.9490196078431372]], [[0.8666666666666667]]], "mean": [[[0.4788232966404335]], [[0.44667876778396903]], [[0.41164686434876685]]], "std": [[[0.26333838990386316]], [[0.23286419942107014]], [[0.20008025401789153]]], "count": [100]}, "state": {"min": [-0.19665175676345825, -0.25485047698020935, 0.9233676195144653, 2.738266944885254, -0.1078450158238411, -0.09198040515184402, 5.851300375070423e-05, -0.040613945573568344], "max": [-0.13267740607261658, -0.029145164415240288, 1.158701777458191, 3.1303579807281494, 0.09564288705587387, 0.2119869440793991, 0.03995008394122124, -0.003209293819963932], "mean": [-0.1552494466304779, -0.1834370642900467, 1.045259952545166, 3.0315651893615723, -0.014380687847733498, 0.02186141535639763, 0.03217565268278122, -0.037302739918231964], "std": [0.012629309669137001, 0.04577292501926422, 0.09058231860399246, 0.10547671467065811, 0.06122782453894615, 0.06571784615516663, 0.014037937857210636, 0.006305832881480455], "count": [219]}, "actions": {"min": [-0.35050663352012634, -0.7300727367401123, -0.7437779903411865, -0.14223816990852356, -0.09389638155698776, -0.22008487582206726, -1.0], "max": [0.41301229596138, 0.22156094014644623, 0.5359497666358948, 0.17347757518291473, 0.10009990632534027, 0.1255204826593399, 1.0], "mean": [0.022539572790265083, -0.12396948039531708, -0.03261515125632286, -0.012278764508664608, -0.008754625916481018, 0.0065640960820019245, -0.47031962871551514], "std": [0.1204511895775795, 0.19305428862571716, 0.19873803853988647, 0.038440071046352386, 0.032139793038368225, 0.045837294310331345, 0.8824958801269531], "count": [219]}, "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": [1979], "max": [1979], "mean": [1979.0], "std": [0.0], "count": [219]}, "index": {"min": [636617], "max": [636835], "mean": [636726.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [219]}}} +{"episode_index": 1980, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4575359161975337]], [[0.431135819977405]], [[0.39622152769799324]]], "std": [[[0.2529333318104976]], [[0.2318877463005479]], [[0.2160619769700248]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.9568627450980393]]], "mean": [[[0.5461432315602022]], [[0.5147124932981005]], [[0.4576361437030867]]], "std": [[[0.24507491907353104]], [[0.2149439792842611]], [[0.19149462506417664]]], "count": [100]}, "state": {"min": [-0.28092968463897705, -0.20762169361114502, 0.917274534702301, 2.9389379024505615, -0.30274155735969543, -0.1327059119939804, 0.0027126590721309185, -0.040006473660469055], "max": [0.00808785017579794, 0.1698787659406662, 1.1765844821929932, 3.225599527359009, 0.08856504410505295, 0.07690408080816269, 0.03991788625717163, -0.002704369369894266], "mean": [-0.1647728830575943, -0.006452535279095173, 1.0707372426986694, 3.097454786300659, -0.1073465347290039, -0.05109918490052223, 0.01673480123281479, -0.01688096672296524], "std": [0.09961223602294922, 0.14496123790740967, 0.08382289856672287, 0.07441210746765137, 0.13739590346813202, 0.05680464208126068, 0.017379742115736008, 0.017418675124645233], "count": [273]}, "actions": {"min": [-0.4429990351200104, -1.16485595703125, -0.8321418762207031, -0.21142578125, -0.1857960820198059, -0.11039409041404724, -1.0], "max": [0.9145951271057129, 1.0815653800964355, 1.2449963092803955, 0.20818239450454712, 0.105979323387146, 0.12811899185180664, 1.0], "mean": [0.06428111344575882, -0.061890557408332825, -0.04720434918999672, -0.0026076664216816425, -0.00171083293389529, -0.003339039161801338, 0.24542124569416046], "std": [0.18201543390750885, 0.26037585735321045, 0.27426159381866455, 0.052008915692567825, 0.03787345811724663, 0.038927312940359116, 0.9694138765335083], "count": [273]}, "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": [1980], "max": [1980], "mean": [1980.0], "std": [0.0], "count": [273]}, "index": {"min": [636836], "max": [637108], "mean": [636972.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [273]}}} +{"episode_index": 1981, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45319408581303616]], [[0.4277210735246247]], [[0.3939685291963465]]], "std": [[[0.2508620630218372]], [[0.22997096836370434]], [[0.21385311341855884]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5675415828929228]], [[0.531576031254787]], [[0.4728811011220894]]], "std": [[[0.2542990561407679]], [[0.22492424212617967]], [[0.20045195716587713]]], "count": [100]}, "state": {"min": [-0.20644870400428772, -0.25821346044540405, 0.9240491390228271, 3.005586862564087, -0.12687557935714722, -0.006628034170717001, 0.002457966795191169, -0.040001027286052704], "max": [0.0818973034620285, 0.18012872338294983, 1.2266099452972412, 3.233020067214966, 0.38132244348526, 0.2956070005893707, 0.040003929287195206, -0.002550274133682251], "mean": [-0.08494766056537628, -0.023723198100924492, 1.094447135925293, 3.1311020851135254, 0.10199327021837234, 0.1098242774605751, 0.014299415983259678, -0.014251158572733402], "std": [0.11199833452701569, 0.18110163509845734, 0.09196709096431732, 0.054336000233888626, 0.15275999903678894, 0.10135504603385925, 0.01684638112783432, 0.016886699944734573], "count": [342]}, "actions": {"min": [-0.2565000653266907, -1.1141338348388672, -0.6543689370155334, -0.23716340959072113, -0.16153188049793243, -0.1221289113163948, -1.0], "max": [0.6425074338912964, 0.7169889807701111, 0.8845005631446838, 0.17485247552394867, 0.12303702533245087, 0.11311735957860947, 1.0], "mean": [0.05421724542975426, -0.06898055970668793, -0.027034373953938484, 0.002402561018243432, -0.00025882458430714905, -0.0006872800877317786, 0.3742690086364746], "std": [0.14548736810684204, 0.23368844389915466, 0.22631388902664185, 0.04909174144268036, 0.04309900850057602, 0.033049631863832474, 0.9273205399513245], "count": [342]}, "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": [1981], "max": [1981], "mean": [1981.0], "std": [0.0], "count": [342]}, "index": {"min": [637109], "max": [637450], "mean": [637279.5], "std": [98.72647399085346], "count": [342]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [342]}}} +{"episode_index": 1982, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45459601368623626]], [[0.42886794206207873]], [[0.3948744817995558]]], "std": [[[0.2513045915605503]], [[0.23026634911496913]], [[0.21407037564568582]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5666182891247319]], [[0.5306695526721431]], [[0.47220663571825217]]], "std": [[[0.2558545176106424]], [[0.2271897530901387]], [[0.2009944671946713]]], "count": [100]}, "state": {"min": [-0.2161090224981308, -0.22351336479187012, 0.9189004302024841, 2.997272253036499, -0.056154944002628326, -0.04809918254613876, 0.0025349953211843967, -0.040006622672080994], "max": [0.09399273246526718, 0.1707717776298523, 1.2019611597061157, 3.2482731342315674, 0.3273472785949707, 0.11666703224182129, 0.03989327326416969, -0.0026737088337540627], "mean": [-0.10029157251119614, -0.0074631283059716225, 1.0940343141555786, 3.082221269607544, 0.11336913704872131, 0.040435533970594406, 0.016992243006825447, -0.01709829457104206], "std": [0.12333975732326508, 0.15808618068695068, 0.08500371128320694, 0.06706739962100983, 0.11076498031616211, 0.04639286920428276, 0.017611300572752953, 0.017653068527579308], "count": [283]}, "actions": {"min": [-0.5239663124084473, -2.0842573642730713, -0.8937203288078308, -0.20645584166049957, -0.22255997359752655, -0.21241460740566254, -1.0], "max": [0.9316644072532654, 1.0104386806488037, 1.0647053718566895, 0.362459272146225, 0.1645638346672058, 0.16806432604789734, 1.0], "mean": [0.06504852324724197, -0.05951135233044624, -0.03753967583179474, -0.0013686363818123937, 0.001655207248404622, -0.0028873481787741184, 0.2226148396730423], "std": [0.20586717128753662, 0.30520862340927124, 0.2957059442996979, 0.06105005368590355, 0.051615335047245026, 0.05018536373972893, 0.974905252456665], "count": [283]}, "timestamp": {"min": [0.0], "max": [28.2], "mean": [14.100000000000001], "std": [8.16945530620004], "count": [283]}, "frame_index": {"min": [0], "max": [282], "mean": [141.0], "std": [81.69455306200041], "count": [283]}, "episode_index": {"min": [1982], "max": [1982], "mean": [1982.0], "std": [0.0], "count": [283]}, "index": {"min": [637451], "max": [637733], "mean": [637592.0], "std": [81.69455306200041], "count": [283]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [283]}}} +{"episode_index": 1983, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45223690915575215]], [[0.426989554012523]], [[0.39351725619447]]], "std": [[[0.25192872605273625]], [[0.23117757982398926]], [[0.21518942713949507]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.560969050987094]], [[0.5263169753130744]], [[0.4670990074008119]]], "std": [[[0.25856212227122555]], [[0.2296238749616004]], [[0.20445345139633517]]], "count": [100]}, "state": {"min": [-0.20912329852581024, -0.22150424122810364, 0.9287386536598206, 2.9381260871887207, 0.04283875226974487, 0.046249568462371826, 0.0025104733649641275, -0.039928000420331955], "max": [0.08601493388414383, 0.19700506329536438, 1.1721091270446777, 3.276340961456299, 0.3852292001247406, 0.1857147514820099, 0.04000568762421608, -0.002355420496314764], "mean": [-0.08278882503509521, 0.003503039013594389, 1.083577036857605, 3.1101162433624268, 0.15345855057239532, 0.12074659764766693, 0.014271307736635208, -0.014050218276679516], "std": [0.11903978139162064, 0.16838696599006653, 0.07192203402519226, 0.10377441346645355, 0.09710565954446793, 0.039105124771595, 0.016599906608462334, 0.016645967960357666], "count": [296]}, "actions": {"min": [-0.6423953771591187, -1.048446536064148, -0.7847279906272888, -0.24888356029987335, -0.25710445642471313, -0.0805431604385376, -1.0], "max": [0.8078595399856567, 0.8485945463180542, 0.992585301399231, 0.2562451958656311, 0.19322775304317474, 0.13398152589797974, 1.0], "mean": [0.06886549293994904, -0.06913582980632782, -0.03228083997964859, -0.0015059314901009202, 0.0059711020439863205, 6.424104503821582e-05, 0.38513514399528503], "std": [0.17222893238067627, 0.2351309210062027, 0.23903775215148926, 0.0554891861975193, 0.04753977432847023, 0.03737253323197365, 0.9228574633598328], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [1983], "max": [1983], "mean": [1983.0], "std": [0.0], "count": [296]}, "index": {"min": [637734], "max": [638029], "mean": [637881.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [296]}}} +{"episode_index": 1984, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45443610995423556]], [[0.4285919464709712]], [[0.3944312397077972]]], "std": [[[0.2515749511263304]], [[0.23043511323185975]], [[0.21399096172240115]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9921568627450981]], [[0.9882352941176471]], [[0.9764705882352941]]], "mean": [[[0.5617956764370787]], [[0.5269325585458793]], [[0.4666048948998545]]], "std": [[[0.25659777488643437]], [[0.2282351158875519]], [[0.20347832589222545]]], "count": [100]}, "state": {"min": [-0.206721693277359, -0.22514721751213074, 0.9235411286354065, 2.9801013469696045, 0.005937754176557064, -0.00630898168310523, 0.0024785518180578947, -0.040004387497901917], "max": [0.0679292157292366, 0.2145496904850006, 1.2154251337051392, 3.173948049545288, 0.4530741274356842, 0.15127314627170563, 0.03993721306324005, -0.0025759898126125336], "mean": [-0.09734548628330231, 0.002817000262439251, 1.0962085723876953, 3.076371908187866, 0.20363441109657288, 0.07624680548906326, 0.014942815527319908, -0.015084367245435715], "std": [0.09925416857004166, 0.1793399453163147, 0.09185764938592911, 0.05524081364274025, 0.14111129939556122, 0.03347614035010338, 0.017120037227869034, 0.017075929790735245], "count": [303]}, "actions": {"min": [-0.4031180739402771, -1.1342177391052246, -0.8835643529891968, -0.1990123838186264, -0.16994360089302063, -0.15975795686244965, -1.0], "max": [0.7326486110687256, 0.6870523691177368, 1.0331333875656128, 0.20324239134788513, 0.1447862982749939, 0.10629744827747345, 1.0], "mean": [0.05477754771709442, -0.08675464987754822, -0.033971697092056274, -0.002301192143931985, 0.000688291504047811, 0.0004918716149404645, 0.3333333432674408], "std": [0.14871810376644135, 0.24223929643630981, 0.26337119936943054, 0.05056255683302879, 0.05120255798101425, 0.03508027642965317, 0.942808210849762], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [1984], "max": [1984], "mean": [1984.0], "std": [0.0], "count": [303]}, "index": {"min": [638030], "max": [638332], "mean": [638181.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [303]}}} +{"episode_index": 1985, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45128409890567556]], [[0.42540043969247854]], [[0.3909136645747166]]], "std": [[[0.25213577030165923]], [[0.23101661751283495]], [[0.21471038839176623]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5478681012321921]], [[0.5172584761077283]], [[0.46242082902496934]]], "std": [[[0.2767848976357393]], [[0.25162838966868795]], [[0.22710627716335746]]], "count": [100]}, "state": {"min": [-0.20102150738239288, 0.0248116347938776, 0.9233658909797668, 3.058483839035034, -0.030887823551893234, -0.01437948178499937, 0.002533270977437496, -0.03991600126028061], "max": [0.05879253149032593, 0.17830690741539001, 1.2232210636138916, 3.3626441955566406, 0.36167746782302856, 0.17595453560352325, 0.03999745845794678, -0.002531197387725115], "mean": [-0.09172241389751434, 0.10422740131616592, 1.1121938228607178, 3.1772549152374268, 0.14475040137767792, 0.08814423531293869, 0.015654033049941063, -0.015553394332528114], "std": [0.10466430336236954, 0.04708867147564888, 0.0898500457406044, 0.06521257758140564, 0.12013381719589233, 0.05051087215542793, 0.017206937074661255, 0.017128394916653633], "count": [238]}, "actions": {"min": [-0.8289761543273926, -0.42420145869255066, -0.6580334901809692, -0.12477941811084747, -0.16850288212299347, -0.17751123011112213, -1.0], "max": [1.1039190292358398, 0.813209593296051, 1.1885102987289429, 0.1902601569890976, 0.1967306286096573, 0.12130368500947952, 1.0], "mean": [0.03855539485812187, 0.02529808320105076, 0.0035714036785066128, 0.007512874901294708, -0.001022443873807788, 0.0036437835078686476, 0.29411765933036804], "std": [0.25895699858665466, 0.21109069883823395, 0.3021196722984314, 0.052501559257507324, 0.055159345269203186, 0.03957199305295944, 0.95577073097229], "count": [238]}, "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": [1985], "max": [1985], "mean": [1985.0], "std": [0.0], "count": [238]}, "index": {"min": [638333], "max": [638570], "mean": [638451.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [238]}}} +{"episode_index": 1986, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4527531265557981]], [[0.42675985119389553]], [[0.3920708444632736]]], "std": [[[0.25330227854011905]], [[0.2321818822096024]], [[0.21601538862312605]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5363697539684819]], [[0.5082118697820925]], [[0.45340557023590683]]], "std": [[[0.27576854335430856]], [[0.2505242011202752]], [[0.22583520885722563]]], "count": [100]}, "state": {"min": [-0.19975057244300842, 0.009428306482732296, 0.9177178740501404, 3.0990712642669678, -0.06818141788244247, 0.031430914998054504, 0.0026365122757852077, -0.03991440311074257], "max": [0.06999576836824417, 0.17220981419086456, 1.212361216545105, 3.269500970840454, 0.3030570447444916, 0.14127656817436218, 0.04000286012887955, -0.002589070936664939], "mean": [-0.09524194151163101, 0.09462213516235352, 1.1082189083099365, 3.188122272491455, 0.08084297180175781, 0.07622209191322327, 0.016027633100748062, -0.01592022366821766], "std": [0.10551553219556808, 0.05193008482456207, 0.08895394206047058, 0.04439854249358177, 0.10576152801513672, 0.02472454495728016, 0.01717280223965645, 0.017197567969560623], "count": [208]}, "actions": {"min": [-0.46278852224349976, -0.5510583519935608, -1.0387998819351196, -0.14018282294273376, -0.18698032200336456, -0.17490629851818085, -1.0], "max": [1.1568903923034668, 1.2767294645309448, 1.2802122831344604, 0.34022650122642517, 0.22991333901882172, 0.17792701721191406, 1.0], "mean": [0.08149638772010803, 0.015542992390692234, -0.028075121343135834, 0.0033972898963838816, 0.006427051965147257, 0.0028466759249567986, 0.2788461446762085], "std": [0.23680803179740906, 0.24740846455097198, 0.35786399245262146, 0.055573251098394394, 0.05993204563856125, 0.04314436763525009, 0.9603366851806641], "count": [208]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [1986], "max": [1986], "mean": [1986.0], "std": [0.0], "count": [208]}, "index": {"min": [638571], "max": [638778], "mean": [638674.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [208]}}} +{"episode_index": 1987, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.450015656115962]], [[0.42421177224551926]], [[0.3897242383769914]]], "std": [[[0.2529191919838734]], [[0.23180019689644826]], [[0.215868779947372]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5341128863166361]], [[0.5060573963838465]], [[0.4511613320743336]]], "std": [[[0.2726870118052777]], [[0.2473370688500731]], [[0.2245937680033043]]], "count": [100]}, "state": {"min": [-0.25470757484436035, 0.032367780804634094, 0.9243820309638977, 3.119191884994507, -0.031145676970481873, 0.04022941365838051, 0.0029735679272562265, -0.03980126604437828], "max": [0.06397408992052078, 0.15349341928958893, 1.1598715782165527, 3.422931671142578, 0.31042546033859253, 0.12264315783977509, 0.04001004621386528, -0.0027954885736107826], "mean": [-0.12710712850093842, 0.0846477523446083, 1.0799270868301392, 3.2363829612731934, 0.11054044961929321, 0.08311745524406433, 0.014933890663087368, -0.014685790054500103], "std": [0.12486395984888077, 0.04144188389182091, 0.0756242498755455, 0.0866832435131073, 0.0989319458603859, 0.02279595099389553, 0.0165566336363554, 0.0166125800460577], "count": [219]}, "actions": {"min": [-0.6003471612930298, -0.47176840901374817, -0.8705146908760071, -0.16621075570583344, -0.15798670053482056, -0.12070285528898239, -1.0], "max": [0.9892134070396423, 1.0717929601669312, 0.99387127161026, 0.1477961391210556, 0.14519591629505157, 0.09444030374288559, 1.0], "mean": [0.0818268209695816, 0.005014755763113499, -0.009272853843867779, -0.0009262784733437002, 0.0029079734813421965, 0.0003368556790519506, 0.35159817337989807], "std": [0.23722203075885773, 0.17940613627433777, 0.2699049711227417, 0.044100355356931686, 0.043089281767606735, 0.0317542627453804, 0.9361510872840881], "count": [219]}, "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": [1987], "max": [1987], "mean": [1987.0], "std": [0.0], "count": [219]}, "index": {"min": [638779], "max": [638997], "mean": [638888.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [219]}}} +{"episode_index": 1988, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4524962295831419]], [[0.42633159742168353]], [[0.39164303469190415]]], "std": [[[0.25293894573302134]], [[0.23161041562162143]], [[0.21532729029925313]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5491466255935968]], [[0.5170747195973115]], [[0.46352349374808516]]], "std": [[[0.2730125023197925]], [[0.247148006983556]], [[0.2219254950807322]]], "count": [100]}, "state": {"min": [-0.22380046546459198, 0.026013342663645744, 0.9192807674407959, 2.998025417327881, -0.05501720309257507, -0.21701879799365997, 0.002167463069781661, -0.04000895097851753], "max": [0.07525263726711273, 0.1875830590724945, 1.2277674674987793, 3.281419277191162, 0.3593229055404663, 0.12351612746715546, 0.039865992963314056, -0.002587975235655904], "mean": [-0.11009296774864197, 0.09588795155286789, 1.1126350164413452, 3.1380558013916016, 0.09897369146347046, -0.040186017751693726, 0.015768233686685562, -0.01612667553126812], "std": [0.1210165023803711, 0.04870990663766861, 0.09292241185903549, 0.06141577288508415, 0.11251813918352127, 0.08166985958814621, 0.017260869964957237, 0.017198320478200912], "count": [232]}, "actions": {"min": [-0.8177952170372009, -0.7266658544540405, -0.8440012335777283, -0.12909546494483948, -0.16615231335163116, -0.15035395324230194, -1.0], "max": [0.8963459134101868, 0.6632539629936218, 1.1002215147018433, 0.2120080590248108, 0.13458219170570374, 0.12764205038547516, 1.0], "mean": [0.059555649757385254, 0.023285111412405968, -0.025875752791762352, 0.006638518534600735, 0.003367101540789008, 0.00014856756024528295, 0.2844827473163605], "std": [0.25378209352493286, 0.217889666557312, 0.31923824548721313, 0.04784652218222618, 0.04666315019130707, 0.04130708798766136, 0.9586805701255798], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [1988], "max": [1988], "mean": [1988.0], "std": [0.0], "count": [232]}, "index": {"min": [638998], "max": [639229], "mean": [639113.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [232]}}} +{"episode_index": 1989, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4493975459080117]], [[0.42329934692382815]], [[0.3886549431295956]]], "std": [[[0.253946513357471]], [[0.23256127486834563]], [[0.2163277898582413]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5153190576889936]], [[0.48522481581744026]], [[0.4487819578881357]]], "std": [[[0.27746106789004676]], [[0.2524494667753329]], [[0.2256435771907962]]], "count": [100]}, "state": {"min": [-0.23871852457523346, -0.07374273985624313, 0.9247978925704956, 3.0186896324157715, -0.03685205802321434, -0.07759593427181244, 0.004022642038762569, -0.04000551626086235], "max": [0.06329202651977539, 0.061634644865989685, 1.21217679977417, 3.1373558044433594, 0.3241358697414398, 0.1320122331380844, 0.039849504828453064, -0.004100029356777668], "mean": [-0.09342335909605026, -0.0175948366522789, 1.108140230178833, 3.079939603805542, 0.12398768961429596, 0.022642992436885834, 0.015034113079309464, -0.015167396515607834], "std": [0.1212756484746933, 0.050593242049217224, 0.08855513483285904, 0.03465612977743149, 0.10138048231601715, 0.05096139758825302, 0.015867939218878746, 0.01586594060063362], "count": [253]}, "actions": {"min": [-0.30063483119010925, -0.38520514965057373, -0.834874153137207, -0.09497828036546707, -0.11988737434148788, -0.08452382683753967, -1.0], "max": [0.9454156756401062, 0.598792552947998, 0.9845350384712219, 0.11174120008945465, 0.12343038618564606, 0.11222125589847565, 1.0], "mean": [0.07281855493783951, 0.02657262235879898, -0.018895994871854782, -8.367352711502463e-05, 0.006251766346395016, 0.0038395917508751154, 0.38339921832084656], "std": [0.20826709270477295, 0.12643282115459442, 0.2685196101665497, 0.03182278573513031, 0.04032345116138458, 0.03008517250418663, 0.9235848784446716], "count": [253]}, "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": [1989], "max": [1989], "mean": [1989.0], "std": [0.0], "count": [253]}, "index": {"min": [639230], "max": [639482], "mean": [639356.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [253]}}} +{"episode_index": 1990, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45301563218060664]], [[0.4265500093347886]], [[0.3915106889313342]]], "std": [[[0.25277620994899314]], [[0.23142780494302362]], [[0.21524953754656934]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5251267939548866]], [[0.4931072375727635]], [[0.4550467828488817]]], "std": [[[0.2708133145457754]], [[0.24439732469303083]], [[0.21629391921622076]]], "count": [100]}, "state": {"min": [-0.2957209348678589, -0.08954332768917084, 0.9178733229637146, 3.0283989906311035, -0.14181281626224518, -0.1803349256515503, 0.0024200663901865482, -0.04041304811835289], "max": [0.06576138734817505, 0.10872071981430054, 1.2319345474243164, 3.2393088340759277, 0.17678581178188324, 0.04790820926427841, 0.03986801952123642, -0.0024953391402959824], "mean": [-0.12205259501934052, -0.0012541901087388396, 1.1252673864364624, 3.1205806732177734, 0.001168383052572608, -0.06398361176252365, 0.017517616972327232, -0.0177458543330431], "std": [0.1239110603928566, 0.06810805946588516, 0.09389590471982956, 0.04802532494068146, 0.08418296277523041, 0.06750916689634323, 0.017684364691376686, 0.017817748710513115], "count": [244]}, "actions": {"min": [-0.6254083514213562, -0.6857855319976807, -1.1882288455963135, -0.14451530575752258, -0.10706838965415955, -0.30870750546455383, -1.0], "max": [1.3313637971878052, 1.1217373609542847, 0.8617362976074219, 0.2143631875514984, 0.1528903990983963, 0.1334134340286255, 1.0], "mean": [0.0742112398147583, 0.030974436551332474, 0.00820469856262207, 0.0015242750523611903, -0.0019005289068445563, 0.0015289140865206718, 0.18852458894252777], "std": [0.2617722451686859, 0.22073806822299957, 0.31713929772377014, 0.0437682643532753, 0.04346434026956558, 0.04744748771190643, 0.9820691347122192], "count": [244]}, "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": [1990], "max": [1990], "mean": [1990.0], "std": [0.0], "count": [244]}, "index": {"min": [639483], "max": [639726], "mean": [639604.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [244]}}} +{"episode_index": 1991, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4483207283767999]], [[0.42247798665364583]], [[0.38815722955441945]]], "std": [[[0.2528798538536343]], [[0.2317047589665531]], [[0.21539894229306053]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5214728052475873]], [[0.49040591191310506]], [[0.45281654627182905]]], "std": [[[0.2765024513178059]], [[0.25132166504127995]], [[0.2243779295814615]]], "count": [100]}, "state": {"min": [-0.2546613812446594, -0.04603185877203941, 0.9277201294898987, 2.948664426803589, 0.018853148445487022, -0.17871993780136108, 0.0023522311821579933, -0.04000622406601906], "max": [0.08716128766536713, 0.08541110157966614, 1.216047763824463, 3.139119863510132, 0.31219980120658875, 0.08826354146003723, 0.03983848914504051, -0.001206606742925942], "mean": [-0.09484822303056717, 0.008039691485464573, 1.1046619415283203, 3.046975612640381, 0.13627198338508606, -0.01071448065340519, 0.013423309661448002, -0.013536526821553707], "std": [0.13224801421165466, 0.04553227871656418, 0.08575257658958435, 0.047367583960294724, 0.08698921650648117, 0.07960822433233261, 0.01635216549038887, 0.01639559306204319], "count": [263]}, "actions": {"min": [-0.2407478541135788, -0.5425115823745728, -0.7382042407989502, -0.15745329856872559, -0.16512508690357208, -0.11556270718574524, -1.0], "max": [1.028090000152588, 0.6666562557220459, 1.2064824104309082, 0.18799349665641785, 0.09893402457237244, 0.11422629654407501, 1.0], "mean": [0.08604186028242111, 0.019686728715896606, -0.013584274798631668, -0.0007959137437865138, 0.0039197965525090694, 0.002338638063520193, 0.41444867849349976], "std": [0.2042085826396942, 0.14447739720344543, 0.24600635468959808, 0.0363469198346138, 0.03542674705386162, 0.03354289382696152, 0.9100706577301025], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [1991], "max": [1991], "mean": [1991.0], "std": [0.0], "count": [263]}, "index": {"min": [639727], "max": [639989], "mean": [639858.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [263]}}} +{"episode_index": 1992, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44944394758635875]], [[0.4234735209147135]], [[0.3888569617177926]]], "std": [[[0.2528786703060937]], [[0.23170465153344377]], [[0.21564231320312616]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5264222507850796]], [[0.494746717266008]], [[0.4571560178270527]]], "std": [[[0.26906916078852183]], [[0.242473643079317]], [[0.21456025892134284]]], "count": [100]}, "state": {"min": [-0.23756244778633118, -0.038469042629003525, 0.9399787187576294, 2.9055421352386475, -0.10673065483570099, -0.011409692466259003, 0.00220217602327466, -0.040005046874284744], "max": [0.07206041365861893, 0.057223040610551834, 1.272581934928894, 3.112847328186035, 0.24288812279701233, 0.19615578651428223, 0.039890795946121216, -0.0025842173490673304], "mean": [-0.0799170508980751, -0.008417094126343727, 1.129665732383728, 3.035565137863159, 0.06239563226699829, 0.08857550472021103, 0.013379673473536968, -0.013556822203099728], "std": [0.12282215803861618, 0.027664316818118095, 0.09474003314971924, 0.05991281196475029, 0.10979434102773666, 0.05579628050327301, 0.01607496850192547, 0.01604422740638256], "count": [247]}, "actions": {"min": [-0.5212873220443726, -0.26062268018722534, -0.7377115488052368, -0.12316475808620453, -0.17522305250167847, -0.15772484242916107, -1.0], "max": [0.7798336744308472, 0.34382033348083496, 1.148560881614685, 0.12538252770900726, 0.12308305501937866, 0.12672902643680573, 1.0], "mean": [0.06628336757421494, 0.024705586954951286, 0.015309394337236881, -0.00030716691981069744, 0.003316777991130948, 0.0025032509583979845, 0.42510122060775757], "std": [0.2049718201160431, 0.10494496673345566, 0.28649115562438965, 0.03659866750240326, 0.04768112674355507, 0.03746781870722771, 0.9051446914672852], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [1992], "max": [1992], "mean": [1992.0], "std": [0.0], "count": [247]}, "index": {"min": [639990], "max": [640236], "mean": [640113.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [247]}}} +{"episode_index": 1993, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4586913170790682]], [[0.432859987041117]], [[0.39817153420277807]]], "std": [[[0.25105232297299646]], [[0.23046946851511935]], [[0.21464388500874365]]], "count": [102]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5306549911176366]], [[0.49824142074731625]], [[0.4468206544235916]]], "std": [[[0.2538667005537785]], [[0.2245036755787745]], [[0.19535673767458817]]], "count": [102]}, "state": {"min": [-0.22901253402233124, -0.24478916823863983, 0.9189587831497192, 2.8018970489501953, -0.18038807809352875, -0.08170443028211594, 0.00034095856244675815, -0.04156406223773956], "max": [0.03942236676812172, 0.20040704309940338, 1.2334034442901611, 3.1582255363464355, 0.3006027340888977, 0.1936797946691513, 0.039944689720869064, -0.0024138072039932013], "mean": [-0.12285614013671875, -0.10207682102918625, 1.0649874210357666, 3.0696072578430176, -0.028296813368797302, 0.001818282064050436, 0.01905871368944645, -0.023694831877946854], "std": [0.08479060232639313, 0.1595582216978073, 0.09633485227823257, 0.06256197392940521, 0.123733751475811, 0.05790044367313385, 0.018130144104361534, 0.0159876998513937], "count": [479]}, "actions": {"min": [-1.1190478801727295, -1.2983816862106323, -0.8976290225982666, -0.15799982845783234, -0.17289303243160248, -0.18217866122722626, -1.0], "max": [0.7110963463783264, 0.503504753112793, 1.1427302360534668, 0.1746448278427124, 0.20838342607021332, 0.10987285524606705, 1.0], "mean": [0.019620122388005257, -0.09376315027475357, -0.011696627363562584, -0.0049779643304646015, -0.003908810671418905, 0.0006457039853557944, 0.13569937646389008], "std": [0.19583554565906525, 0.2259906828403473, 0.2688141167163849, 0.042338162660598755, 0.03906694054603577, 0.03645997494459152, 0.9907504320144653], "count": [479]}, "timestamp": {"min": [0.0], "max": [47.8], "mean": [23.900000000000002], "std": [13.827508813954884], "count": [479]}, "frame_index": {"min": [0], "max": [478], "mean": [239.0], "std": [138.27508813954884], "count": [479]}, "episode_index": {"min": [1993], "max": [1993], "mean": [1993.0], "std": [0.0], "count": [479]}, "index": {"min": [640237], "max": [640715], "mean": [640476.0], "std": [138.27508813954884], "count": [479]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [479]}}} +{"episode_index": 1994, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4550153832529106]], [[0.4292653491450291]], [[0.39473568426393996]]], "std": [[[0.2516439045491133]], [[0.23070792691577563]], [[0.21437029645370553]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.011764705882352941]]], "max": [[[0.9803921568627451]], [[0.9686274509803922]], [[0.8862745098039215]]], "mean": [[[0.5261956290450751]], [[0.4930829324161305]], [[0.44162126787971046]]], "std": [[[0.2630595364847981]], [[0.23387451148709867]], [[0.20470775318208254]]], "count": [100]}, "state": {"min": [-0.24307334423065186, -0.28823122382164, 0.9194757342338562, 2.791111469268799, -0.11291411519050598, -0.10393361747264862, 0.00015431448991876096, -0.03992057219147682], "max": [0.05913552641868591, 0.15771427750587463, 1.1886012554168701, 3.373424530029297, 0.3212638795375824, 0.14705339074134827, 0.04000687599182129, -0.001943271025083959], "mean": [-0.13328294456005096, -0.09381809830665588, 1.0518094301223755, 3.1900718212127686, 0.09285981208086014, -0.007439289707690477, 0.019915558397769928, -0.020905479788780212], "std": [0.09861066192388535, 0.16222845017910004, 0.08483579754829407, 0.11010526120662689, 0.11376694589853287, 0.057215481996536255, 0.01802966557443142, 0.017387285828590393], "count": [470]}, "actions": {"min": [-0.6871310472488403, -1.17256498336792, -0.584877073764801, -0.2574220299720764, -0.2880137860774994, -0.18962666392326355, -1.0], "max": [0.8897286057472229, 1.3249729871749878, 1.5307806730270386, 0.27720537781715393, 0.1344616562128067, 0.1510157287120819, 1.0], "mean": [0.020558040589094162, -0.07444421201944351, -0.008296976797282696, -0.007902727462351322, -0.0035430516581982374, 0.0014301951741799712, 0.10638298094272614], "std": [0.20529040694236755, 0.2567330300807953, 0.247871994972229, 0.05938464403152466, 0.044103000313043594, 0.04070158675312996, 0.9943267703056335], "count": [470]}, "timestamp": {"min": [0.0], "max": [46.9], "mean": [23.45], "std": [13.567700615800748], "count": [470]}, "frame_index": {"min": [0], "max": [469], "mean": [234.5], "std": [135.6770061580075], "count": [470]}, "episode_index": {"min": [1994], "max": [1994], "mean": [1994.0], "std": [0.0], "count": [470]}, "index": {"min": [640716], "max": [641185], "mean": [640950.5], "std": [135.6770061580075], "count": [470]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [470]}}} +{"episode_index": 1995, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4566972376052629]], [[0.4309689528137087]], [[0.3962526121377988]]], "std": [[[0.2516250924276406]], [[0.23091540174696895]], [[0.2147250280616369]]], "count": [109]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.9450980392156862]]], "mean": [[[0.5274921437136709]], [[0.49442646474713026]], [[0.44211302426333565]]], "std": [[[0.2612253523282879]], [[0.23237105389691615]], [[0.20313056886283104]]], "count": [109]}, "state": {"min": [-0.22431503236293793, -0.2783157527446747, 0.9299078583717346, 2.8357129096984863, -0.04112446680665016, -0.15275262296199799, 0.00022536412870977074, -0.04058117792010307], "max": [0.05881844833493233, 0.2185879796743393, 1.1956855058670044, 3.1614856719970703, 0.43774503469467163, 0.10729403048753738, 0.03992253914475441, -0.0011545870220288634], "mean": [-0.11660124361515045, -0.0869683027267456, 1.0666608810424805, 3.036059617996216, 0.12990811467170715, -0.0024005414452403784, 0.02221573144197464, -0.023174386471509933], "std": [0.09366603940725327, 0.1694134920835495, 0.07995737344026566, 0.06780470907688141, 0.11299224197864532, 0.05066744238138199, 0.01796572096645832, 0.017694715410470963], "count": [523]}, "actions": {"min": [-1.0663200616836548, -1.2287027835845947, -0.8549538850784302, -0.17255467176437378, -0.20961570739746094, -0.12718556821346283, -1.0], "max": [0.9990243315696716, 0.8340350985527039, 1.1061047315597534, 0.2999257743358612, 0.1521386355161667, 0.2166251689195633, 1.0], "mean": [0.0018266105325892568, -0.0533519983291626, -0.013040706515312195, -0.0017798511544242501, -0.0026108429301530123, 0.00018682425434235483, -0.05544932931661606], "std": [0.1910346895456314, 0.22875051200389862, 0.23252902925014496, 0.04564604535698891, 0.046206891536712646, 0.03792322799563408, 0.9984624981880188], "count": [523]}, "timestamp": {"min": [0.0], "max": [52.2], "mean": [26.099999999999998], "std": [15.097681941278271], "count": [523]}, "frame_index": {"min": [0], "max": [522], "mean": [261.0], "std": [150.9768194127827], "count": [523]}, "episode_index": {"min": [1995], "max": [1995], "mean": [1995.0], "std": [0.0], "count": [523]}, "index": {"min": [641186], "max": [641708], "mean": [641447.0], "std": [150.9768194127827], "count": [523]}, "task_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [523]}}} +{"episode_index": 1996, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4104448181931635]], [[0.3816514515735437]], [[0.34733038718331855]]], "std": [[[0.2646903945444396]], [[0.2429313664144802]], [[0.22497953654007416]]], "count": [172]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.481325615544978]], [[0.44711366784773726]], [[0.411002431957351]]], "std": [[[0.2917951108606884]], [[0.260235668737369]], [[0.23080077987348838]]], "count": [172]}, "state": {"min": [-0.19848155975341797, -0.19534644484519958, 0.9322123527526855, 2.889740228652954, -0.14849188923835754, -1.4171079397201538, 0.00037618985516019166, -0.040193624794483185], "max": [0.1345435231924057, 0.1254902333021164, 1.255481243133545, 3.2226927280426025, 0.14729927480220795, 0.9829252362251282, 0.04044434428215027, -0.0005519816186279058], "mean": [-0.07064536958932877, -0.03679296001791954, 1.0895929336547852, 3.075570821762085, 0.007928101345896721, -0.08509359508752823, 0.025500884279608727, -0.0256485752761364], "std": [0.10188651829957962, 0.08923724293708801, 0.07394672930240631, 0.06836123019456863, 0.07736431807279587, 0.6609007120132446, 0.01567658595740795, 0.01560927089303732], "count": [962]}, "actions": {"min": [-0.8888207077980042, -1.1372082233428955, -0.7773210406303406, -0.38722050189971924, -0.242344930768013, -0.7152716517448425, -1.0], "max": [0.7397992014884949, 0.7751123905181885, 0.676343560218811, 0.5552358627319336, 0.41574230790138245, 0.5602207779884338, 1.0], "mean": [0.005806527566164732, -5.0235772505402565e-05, -0.003201533807441592, 0.0010995302582159638, -0.0029520015232264996, -9.11534734768793e-05, -0.0810810774564743], "std": [0.15795522928237915, 0.20097015798091888, 0.1690656840801239, 0.06478060781955719, 0.059470921754837036, 0.12266719341278076, 0.9967103600502014], "count": [962]}, "timestamp": {"min": [0.0], "max": [96.1], "mean": [48.05], "std": [27.770532944111824], "count": [962]}, "frame_index": {"min": [0], "max": [961], "mean": [480.5], "std": [277.70532944111824], "count": [962]}, "episode_index": {"min": [1996], "max": [1996], "mean": [1996.0], "std": [0.0], "count": [962]}, "index": {"min": [641709], "max": [642670], "mean": [642189.5], "std": [277.70532944111824], "count": [962]}, "task_index": {"min": [291], "max": [291], "mean": [291.0], "std": [0.0], "count": [962]}}} +{"episode_index": 1997, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4093299060134414]], [[0.38085598168020607]], [[0.34657459902481713]]], "std": [[[0.2665108225920901]], [[0.2445588530598924]], [[0.22672687918545614]]], "count": [161]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.4920191909665531]], [[0.4592273995089714]], [[0.4241904932722919]]], "std": [[[0.29924170782950216]], [[0.27118584736027634]], [[0.24542905302746712]]], "count": [161]}, "state": {"min": [-0.22351104021072388, -0.16920241713523865, 0.9474387168884277, 2.8522791862487793, 0.03859995678067207, -1.1281015872955322, 0.009389188140630722, -0.04045674949884415], "max": [0.13377536833286285, 0.11525779217481613, 1.1781153678894043, 3.3521995544433594, 0.297860324382782, 1.1653262376785278, 0.04001016542315483, -0.011317011900246143], "mean": [-0.06003233417868614, -0.02917572297155857, 1.0809054374694824, 3.0883398056030273, 0.15046364068984985, 0.09587689489126205, 0.029072780162096024, -0.03011235035955906], "std": [0.10427406430244446, 0.08868344873189926, 0.04995433986186981, 0.15161146223545074, 0.0625961646437645, 0.5786479711532593, 0.011760527268052101, 0.012178020551800728], "count": [878]}, "actions": {"min": [-1.1561143398284912, -1.160671591758728, -0.7158118486404419, -0.2569320797920227, -0.6455154418945312, -0.6369786262512207, -1.0], "max": [0.8534148931503296, 0.4632353186607361, 0.7593672871589661, 0.2622717022895813, 0.29956892132759094, 0.41153427958488464, 1.0], "mean": [0.009776178747415543, -0.0004076833138242364, -0.007960821501910686, 0.0005842230748385191, -0.0036943666636943817, 0.0012046676129102707, 0.11617311835289001], "std": [0.189784437417984, 0.16777147352695465, 0.1675131469964981, 0.05725866183638573, 0.06353667378425598, 0.10452071577310562, 0.9932281970977783], "count": [878]}, "timestamp": {"min": [0.0], "max": [87.7], "mean": [43.85], "std": [25.345660378060778], "count": [878]}, "frame_index": {"min": [0], "max": [877], "mean": [438.5], "std": [253.45660378060776], "count": [878]}, "episode_index": {"min": [1997], "max": [1997], "mean": [1997.0], "std": [0.0], "count": [878]}, "index": {"min": [642671], "max": [643548], "mean": [643109.5], "std": [253.45660378060776], "count": [878]}, "task_index": {"min": [291], "max": [291], "mean": [291.0], "std": [0.0], "count": [878]}}} +{"episode_index": 1998, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4009517439299939]], [[0.3727100351371017]], [[0.33786897786458336]]], "std": [[[0.26663031773729284]], [[0.24380866611209043]], [[0.225112308927639]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.4610993514715456]], [[0.42688391532149966]], [[0.3921212481330423]]], "std": [[[0.29730007412516335]], [[0.2655099814996707]], [[0.23384770980251704]]], "count": [100]}, "state": {"min": [-0.2020563781261444, -0.0918676033616066, 0.9416738152503967, 2.895697593688965, -0.06765471398830414, -1.408657431602478, 0.004033483099192381, -0.040152471512556076], "max": [-0.09560798853635788, 0.10831066966056824, 1.191650152206421, 3.153235912322998, 0.1729373335838318, 0.7516164779663086, 0.03997039049863815, -0.011841601692140102], "mean": [-0.13929571211338043, 0.011133341118693352, 1.0773212909698486, 3.0197131633758545, 0.04010075330734253, -0.3327566981315613, 0.021875696256756783, -0.02269277721643448], "std": [0.03244427591562271, 0.06417109817266464, 0.06619234383106232, 0.06899373978376389, 0.05618635192513466, 0.810991108417511, 0.013703680597245693, 0.013285914435982704], "count": [412]}, "actions": {"min": [-0.38820987939834595, -0.6180422306060791, -0.5308216214179993, -0.17961812019348145, -0.18092131614685059, -0.31039196252822876, -1.0], "max": [0.31854182481765747, 0.7315904498100281, 0.6212750673294067, 0.25258123874664307, 0.1461620181798935, 0.34305599331855774, 1.0], "mean": [0.026031481102108955, 0.02641342207789421, -0.0022328265476971865, 0.004296353552490473, -0.003432014724239707, 0.014038441702723503, 0.28155338764190674], "std": [0.09308274835348129, 0.18008583784103394, 0.16193731129169464, 0.04641968384385109, 0.04130544885993004, 0.1136864498257637, 0.9595481157302856], "count": [412]}, "timestamp": {"min": [0.0], "max": [41.1], "mean": [20.55], "std": [11.893380511864573], "count": [412]}, "frame_index": {"min": [0], "max": [411], "mean": [205.5], "std": [118.93380511864572], "count": [412]}, "episode_index": {"min": [1998], "max": [1998], "mean": [1998.0], "std": [0.0], "count": [412]}, "index": {"min": [643549], "max": [643960], "mean": [643754.5], "std": [118.93380511864572], "count": [412]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [412]}}} +{"episode_index": 1999, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39777542951995254]], [[0.36962401206820616]], [[0.3347736630907246]]], "std": [[[0.2667429144738842]], [[0.24402698979844642]], [[0.2252453777835965]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.9176470588235294]], [[0.9176470588235294]]], "mean": [[[0.45793580956552543]], [[0.4234261037789139]], [[0.38888985906862744]]], "std": [[[0.29613265744962686]], [[0.26422088739345245]], [[0.2332510414135043]]], "count": [100]}, "state": {"min": [-0.22530920803546906, -0.12334955483675003, 0.9507904052734375, 2.862410068511963, -0.12380782514810562, -1.4670722484588623, 0.012142433784902096, -0.04000869393348694], "max": [-0.0862673670053482, 0.12057317793369293, 1.1620445251464844, 3.1137635707855225, 0.228241428732872, 0.8894131183624268, 0.039912767708301544, -0.011976927518844604], "mean": [-0.14817564189434052, 0.01604253053665161, 1.069908857345581, 2.9928910732269287, 0.08844084292650223, -0.4077356159687042, 0.0241087693721056, -0.02452996000647545], "std": [0.039539966732263565, 0.07504633069038391, 0.05451437830924988, 0.06622776389122009, 0.07377483695745468, 0.8887364268302917, 0.013381893746554852, 0.01312754862010479], "count": [390]}, "actions": {"min": [-0.14060890674591064, -0.5182027816772461, -0.37918761372566223, -0.17321719229221344, -0.14721116423606873, -0.3862888216972351, -1.0], "max": [0.290893018245697, 0.7555935978889465, 0.6009700894355774, 0.1874602884054184, 0.1983785331249237, 0.35247424244880676, 1.0], "mean": [0.03457390144467354, 0.021815098822116852, -0.005176474340260029, 0.004491687286645174, -0.003880483563989401, 0.016654862090945244, 0.17435897886753082], "std": [0.06815554201602936, 0.18362216651439667, 0.14148400723934174, 0.04316845163702965, 0.038477759808301926, 0.11863759160041809, 0.9846797585487366], "count": [390]}, "timestamp": {"min": [0.0], "max": [38.9], "mean": [19.45], "std": [11.258293239504232], "count": [390]}, "frame_index": {"min": [0], "max": [389], "mean": [194.5], "std": [112.5829323950423], "count": [390]}, "episode_index": {"min": [1999], "max": [1999], "mean": [1999.0], "std": [0.0], "count": [390]}, "index": {"min": [643961], "max": [644350], "mean": [644155.5], "std": [112.5829323950423], "count": [390]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [390]}}} +{"episode_index": 2000, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4066633234959023]], [[0.37803463565602025]], [[0.3429523662492341]]], "std": [[[0.26734745565826645]], [[0.2446839025639559]], [[0.22635179331943084]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.4238206787109375]], [[0.3948564369351256]], [[0.3625092103247549]]], "std": [[[0.29462818264892593]], [[0.2625344939401579]], [[0.23324057380012664]]], "count": [100]}, "state": {"min": [-0.18817049264907837, -0.12357799708843231, 0.9613505601882935, 2.9139351844787598, -0.43385690450668335, -1.3654390573501587, 0.01154058426618576, -0.040010083466768265], "max": [-0.0915045291185379, 0.1146063432097435, 1.1993244886398315, 3.156590223312378, 0.08904682844877243, 0.9233608841896057, 0.03996458649635315, -0.014109715819358826], "mean": [-0.14650051295757294, 0.002660020487383008, 1.102512001991272, 3.0314526557922363, -0.1038900837302208, -0.2608190178871155, 0.022001560777425766, -0.023054733872413635], "std": [0.020318035036325455, 0.074667789041996, 0.05771779641509056, 0.054235462099313736, 0.14782878756523132, 0.8545739650726318, 0.012707214802503586, 0.012002612464129925], "count": [453]}, "actions": {"min": [-0.2556939721107483, -0.43403464555740356, -0.636311948299408, -0.15144962072372437, -0.14899739623069763, -0.30434325337409973, -1.0], "max": [0.27503150701522827, 0.5583031177520752, 0.46354803442955017, 0.20280314981937408, 0.08607557415962219, 0.38812386989593506, 1.0], "mean": [0.0263113621622324, 0.010467576794326305, -0.0027233369182795286, 0.003228092798963189, -0.004138872027397156, 0.016383420675992966, 0.3421633541584015], "std": [0.07058531790971756, 0.1457943618297577, 0.1333298534154892, 0.039517782628536224, 0.03353428840637207, 0.09473875164985657, 0.9396371841430664], "count": [453]}, "timestamp": {"min": [0.0], "max": [45.2], "mean": [22.6], "std": [13.076951734508569], "count": [453]}, "frame_index": {"min": [0], "max": [452], "mean": [226.0], "std": [130.7695173450857], "count": [453]}, "episode_index": {"min": [2000], "max": [2000], "mean": [2000.0], "std": [0.0], "count": [453]}, "index": {"min": [644351], "max": [644803], "mean": [644577.0], "std": [130.7695173450857], "count": [453]}, "task_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [453]}}} +{"episode_index": 2001, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41358993769626995]], [[0.38559331736845126]], [[0.35092646041570924]]], "std": [[[0.2629927667085592]], [[0.24106451638982349]], [[0.22402504974716095]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5300108786190257]], [[0.4885640677657782]], [[0.43530406697591145]]], "std": [[[0.29094538505172607]], [[0.2634323850686375]], [[0.23327978276657374]]], "count": [100]}, "state": {"min": [-0.20850691199302673, -0.03863988816738129, 0.9733778834342957, 3.05376935005188, 0.0028672250919044018, -0.24081985652446747, 0.005541590508073568, -0.040006645023822784], "max": [0.14319798350334167, 0.23354479670524597, 1.3510382175445557, 3.399704933166504, 0.25081536173820496, 0.0703335851430893, 0.03998209536075592, -0.005210675299167633], "mean": [0.053083498030900955, 0.0677807554602623, 1.1864588260650635, 3.2188937664031982, 0.11213807016611099, -0.06455416977405548, 0.02346503548324108, -0.023394959047436714], "std": [0.07811412960290909, 0.08613880723714828, 0.10634299367666245, 0.11515404284000397, 0.08240164816379547, 0.09084673970937729, 0.016657771542668343, 0.016849247738718987], "count": [277]}, "actions": {"min": [-1.1107324361801147, -0.5619913935661316, -0.8473570942878723, -0.2368556410074234, -0.16308678686618805, -0.24539168179035187, -1.0], "max": [1.0625219345092773, 0.8243967890739441, 1.1140875816345215, 0.32016757130622864, 0.18634575605392456, 0.16786706447601318, 1.0], "mean": [0.051013004034757614, 0.0716279000043869, 0.009079469367861748, 0.007973170839250088, -0.007954610511660576, 0.0006659222999587655, -0.04693140834569931], "std": [0.282156378030777, 0.19401128590106964, 0.27866530418395996, 0.06247985363006592, 0.055245112627744675, 0.06163937970995903, 0.9988987445831299], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [2001], "max": [2001], "mean": [2001.0], "std": [0.0], "count": [277]}, "index": {"min": [644804], "max": [645080], "mean": [644942.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [277]}}} +{"episode_index": 2002, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.418611380184398]], [[0.3902904746859681]], [[0.35530504712871475]]], "std": [[[0.2667451524541342]], [[0.245684692635338]], [[0.2294557134910153]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5587365902171415]], [[0.5166702587651271]], [[0.4646255864162071]]], "std": [[[0.2608632398237443]], [[0.23484490162210997]], [[0.20822160589241123]]], "count": [100]}, "state": {"min": [-0.18118470907211304, 0.020678140223026276, 0.9762858152389526, 3.0178065299987793, -0.4948122799396515, -0.2361677587032318, 0.005243266932666302, -0.040007006376981735], "max": [0.13369403779506683, 0.20986540615558624, 1.3260911703109741, 3.405167818069458, 0.025859273970127106, 0.09386593103408813, 0.03997988626360893, -0.002700128359720111], "mean": [0.016716498881578445, 0.08527179062366486, 1.1866883039474487, 3.1745104789733887, -0.18729379773139954, -0.061801742762327194, 0.02287674881517887, -0.022655555978417397], "std": [0.10511474311351776, 0.06638164818286896, 0.10037173330783844, 0.11299561709165573, 0.1855020523071289, 0.07963371276855469, 0.01695229485630989, 0.017193695530295372], "count": [319]}, "actions": {"min": [-1.0037593841552734, -0.22962665557861328, -0.5248753428459167, -0.10133828967809677, -0.1895313411951065, -0.1599348783493042, -1.0], "max": [0.8370174765586853, 0.6594422459602356, 0.8830370903015137, 0.14322346448898315, 0.09648216515779495, 0.1970062255859375, 1.0], "mean": [0.02719585783779621, 0.04557010158896446, 0.01058267056941986, 0.003350316546857357, -0.012511717155575752, 0.004321865737438202, -0.0031347961630672216], "std": [0.25657960772514343, 0.12905168533325195, 0.24286428093910217, 0.04175063967704773, 0.04477100446820259, 0.054945189505815506, 0.9999973773956299], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [2002], "max": [2002], "mean": [2002.0], "std": [0.0], "count": [319]}, "index": {"min": [645081], "max": [645399], "mean": [645240.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [319]}}} +{"episode_index": 2003, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4160756584616268]], [[0.3876680483350567]], [[0.3529016933067172]]], "std": [[[0.2635888808489109]], [[0.24144399258093918]], [[0.22416743180466078]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5300277027803308]], [[0.4888608338599112]], [[0.43690014468922334]]], "std": [[[0.2929954630833535]], [[0.2657033142863974]], [[0.23595107948062105]]], "count": [100]}, "state": {"min": [-0.22190575301647186, -0.027623411267995834, 0.9721772074699402, 3.0735886096954346, 0.043067675083875656, -0.22285042703151703, 0.005099855363368988, -0.04000266268849373], "max": [0.13484767079353333, 0.22666503489017487, 1.321865200996399, 3.394240379333496, 0.2869091033935547, 0.043501369655132294, 0.04000229761004448, -0.0040300386026501656], "mean": [0.04101860150694847, 0.06631094962358475, 1.1717218160629272, 3.206925392150879, 0.13805443048477173, -0.07761195302009583, 0.025566434487700462, -0.025415072217583656], "std": [0.09310877323150635, 0.08423519134521484, 0.09302372485399246, 0.09346801787614822, 0.08692139387130737, 0.08104772120714188, 0.016604049131274223, 0.016794899478554726], "count": [268]}, "actions": {"min": [-1.4060261249542236, -0.3331140875816345, -0.7067486643791199, -0.17379708588123322, -0.13944636285305023, -0.1911511868238449, -1.0], "max": [1.169490933418274, 0.9258751273155212, 1.1707470417022705, 0.19517074525356293, 0.16306312382221222, 0.13761866092681885, 1.0], "mean": [0.05541548505425453, 0.06409487873315811, 0.011338294483721256, 0.008235310204327106, -0.006034654565155506, -0.0014792250003665686, -0.17910447716712952], "std": [0.2941846549510956, 0.18391260504722595, 0.28441113233566284, 0.05471666529774666, 0.0470256581902504, 0.05331800505518913, 0.9838302135467529], "count": [268]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.350000000000001], "std": [7.73643974965229], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [2003], "max": [2003], "mean": [2003.0], "std": [0.0], "count": [268]}, "index": {"min": [645400], "max": [645667], "mean": [645533.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [268]}}} +{"episode_index": 2004, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41889100018669573]], [[0.3908110560996859]], [[0.3562703229118796]]], "std": [[[0.26582956902977256]], [[0.24473458807829065]], [[0.22852589826384767]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5681990883023131]], [[0.5251784296970741]], [[0.4705167948404948]]], "std": [[[0.26749784858221237]], [[0.2404497836907209]], [[0.21227135283957507]]], "count": [100]}, "state": {"min": [-0.2043202966451645, -0.06953191757202148, 0.9785274267196655, 3.018991470336914, -0.350040078163147, -0.18337658047676086, 0.0051554907113313675, -0.04000670090317726], "max": [0.12487202882766724, 0.23564021289348602, 1.295660376548767, 3.314852476119995, 0.018748868256807327, 0.016629010438919067, 0.039932429790496826, -0.0038673789240419865], "mean": [0.0213342122733593, 0.0614255890250206, 1.1536741256713867, 3.111907958984375, -0.10501112788915634, -0.08900684863328934, 0.023900609463453293, -0.02393285557627678], "std": [0.08550889790058136, 0.08067265897989273, 0.08956186473369598, 0.087613545358181, 0.1242857500910759, 0.04796505346894264, 0.016894303262233734, 0.016993777826428413], "count": [258]}, "actions": {"min": [-0.5313414931297302, -0.3043087124824524, -0.5292127728462219, -0.16317005455493927, -0.24787390232086182, -0.1822759062051773, -1.0], "max": [0.7507582902908325, 0.7826275825500488, 0.7106825113296509, 0.1509985327720642, 0.10007800161838531, 0.25180763006210327, 1.0], "mean": [0.03879266977310181, 0.08026055246591568, 0.006593868136405945, 0.005778218153864145, -0.01292369607836008, 0.002484358148649335, -0.06201550364494324], "std": [0.23171447217464447, 0.16570481657981873, 0.24298451840877533, 0.04160546511411667, 0.0502847284078598, 0.05959289148449898, 0.9980765581130981], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [2004], "max": [2004], "mean": [2004.0], "std": [0.0], "count": [258]}, "index": {"min": [645668], "max": [645925], "mean": [645796.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [258]}}} +{"episode_index": 2005, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4117858545639935]], [[0.3835051820044424]], [[0.34838504985734525]]], "std": [[[0.26476825069414406]], [[0.24256627392322055]], [[0.22525759641039875]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5188718698538987]], [[0.47772322531307443]], [[0.4224943374932981]]], "std": [[[0.29556767519710897]], [[0.2683217942394356]], [[0.2402376395829981]]], "count": [100]}, "state": {"min": [-0.21254748106002808, -0.05012212693691254, 0.9729180932044983, 3.0338563919067383, -0.010830619372427464, -0.27138474583625793, 0.005286926869302988, -0.04000556841492653], "max": [0.1328258067369461, 0.2304105907678604, 1.3551292419433594, 3.3907997608184814, 0.4147963523864746, -0.010621205903589725, 0.039985690265893936, -0.004741623532027006], "mean": [0.04901990666985512, 0.05208277329802513, 1.18733811378479, 3.20851469039917, 0.1480480283498764, -0.1368803232908249, 0.023649197071790695, -0.023558445274829865], "std": [0.08005697280168533, 0.08784569054841995, 0.1047564148902893, 0.11090858280658722, 0.13609954714775085, 0.06649640202522278, 0.01669164001941681, 0.016846805810928345], "count": [291]}, "actions": {"min": [-1.327498435974121, -0.5941066741943359, -0.6551899909973145, -0.22683976590633392, -0.1720101684331894, -0.2211877852678299, -1.0], "max": [0.991317868232727, 1.2510079145431519, 1.207323670387268, 0.20863591134548187, 0.21909503638744354, 0.1610099971294403, 1.0], "mean": [0.0419260673224926, 0.06653223186731339, -0.001623829361051321, 0.008179113268852234, -0.0012924751499667764, -0.0035411177668720484, -0.05841924250125885], "std": [0.2882040739059448, 0.20062313973903656, 0.30189523100852966, 0.05959825962781906, 0.05085982754826546, 0.05230911076068878, 0.998292088508606], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [2005], "max": [2005], "mean": [2005.0], "std": [0.0], "count": [291]}, "index": {"min": [645926], "max": [646216], "mean": [646071.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [291]}}} +{"episode_index": 2006, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4571791830623851]], [[0.43552293545592063]], [[0.40440998930089617]]], "std": [[[0.24162432409327067]], [[0.22528707973504253]], [[0.21565475211436327]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.01568627450980392]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5640141021130132]], [[0.5386383194268919]], [[0.49201737646963084]]], "std": [[[0.26479763926410893]], [[0.24698149434332486]], [[0.2386548430620024]]], "count": [100]}, "state": {"min": [-0.28225478529930115, -0.14547835290431976, 0.9756124019622803, 2.9906747341156006, -0.02891010046005249, -0.0521559938788414, 0.0024286408443003893, -0.03984469920396805], "max": [0.06620123237371445, 0.1808299869298935, 1.2457078695297241, 3.3181090354919434, 0.20838797092437744, 0.0693150982260704, 0.040007442235946655, -0.0026700750458985567], "mean": [-0.10225780308246613, 0.03214128687977791, 1.1442618370056152, 3.1741459369659424, 0.06745833158493042, 0.002867426723241806, 0.016597703099250793, -0.016820840537548065], "std": [0.1320093274116516, 0.12192168086767197, 0.08382502943277359, 0.11123483628034592, 0.07839459925889969, 0.029927372932434082, 0.017496220767498016, 0.01730475388467312], "count": [260]}, "actions": {"min": [-0.6697999835014343, -0.8627684116363525, -0.7059841752052307, -0.1027601808309555, -0.13509270548820496, -0.12420539557933807, -1.0], "max": [1.0285804271697998, 0.917366087436676, 0.5834290385246277, 0.098326176404953, 0.13988593220710754, 0.12251656502485275, 1.0], "mean": [-0.037011053413152695, -0.043691977858543396, -0.06174667924642563, -0.0014475987991318107, -0.0013332676608115435, 4.118241122341715e-05, 0.2461538463830948], "std": [0.25168296694755554, 0.2255961298942566, 0.1699124127626419, 0.0328742153942585, 0.0388064906001091, 0.034432243555784225, 0.9692307710647583], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [2006], "max": [2006], "mean": [2006.0], "std": [0.0], "count": [260]}, "index": {"min": [646217], "max": [646476], "mean": [646346.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [260]}}} +{"episode_index": 2007, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4581654950310202]], [[0.43694040216184127]], [[0.40583637551700363]]], "std": [[[0.24018141444277585]], [[0.22442735924361873]], [[0.2150659699571807]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.575356082093482]], [[0.5491400870528875]], [[0.5030374133540134]]], "std": [[[0.2588469250399049]], [[0.24221591000498147]], [[0.23256741613326734]]], "count": [100]}, "state": {"min": [-0.2866516709327698, -0.15595251321792603, 0.9707390069961548, 2.8710806369781494, -0.10805320739746094, -0.05109991505742073, 0.004769150633364916, -0.039872244000434875], "max": [0.11499268561601639, 0.1865946501493454, 1.2811087369918823, 3.3693394660949707, 0.34743571281433105, 0.10432793945074081, 0.04035739600658417, -0.00515393353998661], "mean": [-0.0691262036561966, 0.03948993235826492, 1.1609859466552734, 3.1627981662750244, 0.0706617459654808, 0.02486153319478035, 0.018882576376199722, -0.018857359886169434], "std": [0.146031454205513, 0.12137549370527267, 0.08125519752502441, 0.1467282474040985, 0.09486738592386246, 0.03298955410718918, 0.016583211719989777, 0.01655648462474346], "count": [366]}, "actions": {"min": [-0.8956151008605957, -0.5778824687004089, -0.8131115436553955, -0.12764045596122742, -0.18286967277526855, -0.11471671611070633, -1.0], "max": [0.7081209421157837, 0.6192358136177063, 0.5338881611824036, 0.18585537374019623, 0.1612570434808731, 0.10448627173900604, 1.0], "mean": [-0.020122826099395752, -0.03224875032901764, -0.048945728689432144, -0.0028284129220992327, 0.0009868781780824065, 0.0010074484162032604, 0.20218579471111298], "std": [0.23302313685417175, 0.17059411108493805, 0.16797292232513428, 0.03403767570853233, 0.03984975814819336, 0.029697036370635033, 0.9793466329574585], "count": [366]}, "timestamp": {"min": [0.0], "max": [36.5], "mean": [18.25], "std": [10.565470489602754], "count": [366]}, "frame_index": {"min": [0], "max": [365], "mean": [182.5], "std": [105.65470489602754], "count": [366]}, "episode_index": {"min": [2007], "max": [2007], "mean": [2007.0], "std": [0.0], "count": [366]}, "index": {"min": [646477], "max": [646842], "mean": [646659.5], "std": [105.65470489602754], "count": [366]}, "task_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [366]}}} +{"episode_index": 2008, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4577444164799709]], [[0.4369973778818168]], [[0.4046273420745251]]], "std": [[[0.24068483633847615]], [[0.22512742861277404]], [[0.2151208076186442]]], "count": [100]}, "wrist_image": {"min": [[[0.027450980392156862]], [[0.027450980392156862]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5666815502690334]], [[0.5266423226150813]], [[0.46037254842122394]]], "std": [[[0.24891244561881185]], [[0.22484438742596635]], [[0.2106116980363095]]], "count": [100]}, "state": {"min": [-0.2126644402742386, -0.2980872392654419, 0.9264443516731262, 2.916067123413086, -0.28530341386795044, -0.04211457818746567, 0.0019425991922616959, -0.040008336305618286], "max": [0.053895656019449234, 0.013244066387414932, 1.3255654573440552, 3.1444263458251953, 0.0450940877199173, 0.41724684834480286, 0.039930686354637146, -0.002161449985578656], "mean": [-0.08327747881412506, -0.17729784548282623, 1.1641998291015625, 3.0597009658813477, -0.15986521542072296, 0.20469139516353607, 0.02063758857548237, -0.0206054225564003], "std": [0.07483787834644318, 0.10956871509552002, 0.12218820303678513, 0.05568554252386093, 0.0692962110042572, 0.11722391098737717, 0.01841146871447563, 0.018520114943385124], "count": [455]}, "actions": {"min": [-0.4354889392852783, -0.8748359680175781, -0.6870777606964111, -0.10718059539794922, -0.13317757844924927, -0.16327595710754395, -1.0], "max": [0.5330857038497925, 0.74989253282547, 0.8989600539207458, 0.16751326620578766, 0.1195281445980072, 0.2114522010087967, 1.0], "mean": [0.04732941463589668, 0.005975155625492334, 0.0030471053905785084, 0.0014270421816036105, -0.0014382462250068784, 0.002409512409940362, 0.02857142873108387], "std": [0.14380255341529846, 0.19498205184936523, 0.23869182169437408, 0.034673113375902176, 0.027973944321274757, 0.041109297424554825, 0.9995895624160767], "count": [455]}, "timestamp": {"min": [0.0], "max": [45.4], "mean": [22.7], "std": [13.134686901483416], "count": [455]}, "frame_index": {"min": [0], "max": [454], "mean": [227.0], "std": [131.34686901483414], "count": [455]}, "episode_index": {"min": [2008], "max": [2008], "mean": [2008.0], "std": [0.0], "count": [455]}, "index": {"min": [646843], "max": [647297], "mean": [647070.0], "std": [131.34686901483414], "count": [455]}, "task_index": {"min": [292], "max": [292], "mean": [292.0], "std": [0.0], "count": [455]}}} +{"episode_index": 2009, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4540568428787531]], [[0.4329490099140242]], [[0.4006236578249464]]], "std": [[[0.240882109695049]], [[0.224551370382528]], [[0.21354290511580015]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5586271116967294]], [[0.5176694419711244]], [[0.45192788696289066]]], "std": [[[0.26309286594523174]], [[0.23902432668671297]], [[0.22114718116506665]]], "count": [100]}, "state": {"min": [-0.1944185495376587, -0.395345538854599, 0.9238283038139343, 3.036395788192749, -0.1360352486371994, -0.11346438527107239, 0.0019634561613202095, -0.04000794142484665], "max": [0.0632559210062027, -0.04667939990758896, 1.3286163806915283, 3.332658290863037, 0.31344568729400635, 0.06697298586368561, 0.0399329774081707, -0.0021089091897010803], "mean": [-0.04866600036621094, -0.23388613760471344, 1.176784873008728, 3.1485743522644043, 0.03536001592874527, -0.04708831012248993, 0.0222840066999197, -0.022253545001149178], "std": [0.07208069413900375, 0.10409535467624664, 0.10428603738546371, 0.0914563313126564, 0.11468306183815002, 0.04510826990008354, 0.018457632511854172, 0.018559053540229797], "count": [407]}, "actions": {"min": [-0.35920798778533936, -0.8070246577262878, -0.7473803162574768, -0.1567840278148651, -0.13965480029582977, -0.17103730142116547, -1.0], "max": [0.568438708782196, 0.8116644620895386, 1.0168976783752441, 0.2782529890537262, 0.20917493104934692, 0.1880818009376526, 1.0], "mean": [0.04970515891909599, -0.005584654863923788, -0.006771050859242678, 0.0035599444527179003, 0.0002998242562171072, 0.0002487909805495292, -0.06633906811475754], "std": [0.12880003452301025, 0.24097198247909546, 0.2576129138469696, 0.05006971210241318, 0.03994932398200035, 0.04414054751396179, 0.9977982044219971], "count": [407]}, "timestamp": {"min": [0.0], "max": [40.6], "mean": [20.3], "std": [11.749042514179612], "count": [407]}, "frame_index": {"min": [0], "max": [406], "mean": [203.0], "std": [117.49042514179612], "count": [407]}, "episode_index": {"min": [2009], "max": [2009], "mean": [2009.0], "std": [0.0], "count": [407]}, "index": {"min": [647298], "max": [647704], "mean": [647501.0], "std": [117.49042514179612], "count": [407]}, "task_index": {"min": [292], "max": [292], "mean": [292.0], "std": [0.0], "count": [407]}}} +{"episode_index": 2010, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45801903578814335]], [[0.43694175391103707]], [[0.40422171439376536]]], "std": [[[0.24226756052159212]], [[0.226183404790004]], [[0.21577353328866478]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5577449879365809]], [[0.5201454910577512]], [[0.45630729106828277]]], "std": [[[0.26057166233764445]], [[0.2376659268437045]], [[0.22298554549381067]]], "count": [100]}, "state": {"min": [-0.19313202798366547, -0.28712016344070435, 0.9178731441497803, 2.898080348968506, -0.24675889313220978, 0.005318695213645697, 0.0023157803807407618, -0.04016275331377983], "max": [0.0562552735209465, 0.019593670964241028, 1.3138234615325928, 3.1221656799316406, 0.04622582718729973, 0.4082675874233246, 0.03980128839612007, -0.0026263499166816473], "mean": [-0.05431405082345009, -0.16432960331439972, 1.1619553565979004, 2.9853689670562744, -0.10699298232793808, 0.23502010107040405, 0.019988438114523888, -0.020311687141656876], "std": [0.06453195214271545, 0.10843931883573532, 0.11482037603855133, 0.06042090430855751, 0.08378951996564865, 0.10937781631946564, 0.018348969519138336, 0.018312161788344383], "count": [447]}, "actions": {"min": [-0.2772468328475952, -0.6746678948402405, -0.4973125159740448, -0.11612839996814728, -0.1332312375307083, -0.16251574456691742, -1.0], "max": [0.44911038875579834, 0.5802762508392334, 0.7245961427688599, 0.13740567862987518, 0.12721002101898193, 0.14971575140953064, 1.0], "mean": [0.04564780369400978, -0.003784510074183345, -0.00930017326027155, -0.0024715547915548086, 0.001069005811586976, 0.0035947998985648155, 0.055928412824869156], "std": [0.12629647552967072, 0.1781567633152008, 0.22658541798591614, 0.03256329149007797, 0.030803369358181953, 0.03990912064909935, 0.9984338879585266], "count": [447]}, "timestamp": {"min": [0.0], "max": [44.6], "mean": [22.3], "std": [12.903746226064223], "count": [447]}, "frame_index": {"min": [0], "max": [446], "mean": [223.0], "std": [129.03746226064223], "count": [447]}, "episode_index": {"min": [2010], "max": [2010], "mean": [2010.0], "std": [0.0], "count": [447]}, "index": {"min": [647705], "max": [648151], "mean": [647928.0], "std": [129.03746226064223], "count": [447]}, "task_index": {"min": [292], "max": [292], "mean": [292.0], "std": [0.0], "count": [447]}}} +{"episode_index": 2011, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46255266137216605]], [[0.4416922834807751]], [[0.4103424114152497]]], "std": [[[0.23753088328021113]], [[0.221971461624518]], [[0.21270882350408304]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.562452881457759]], [[0.5387869400323606]], [[0.4883665909112669]]], "std": [[[0.2683133462742856]], [[0.2506686842524861]], [[0.2395413902360249]]], "count": [100]}, "state": {"min": [-0.19555437564849854, -0.1863618940114975, 1.1348721981048584, 2.7354676723480225, -0.06397104263305664, -0.0869269147515297, 0.0021767790894955397, -0.03994046524167061], "max": [0.091883085668087, 0.20865538716316223, 1.3145447969436646, 3.2912209033966064, 0.10505292564630508, 0.055099669843912125, 0.04001011699438095, -0.0024985983036458492], "mean": [0.02147550880908966, 0.016342097893357277, 1.2276740074157715, 3.065437078475952, 0.03173014149069786, -0.014655472710728645, 0.019437197595834732, -0.019650891423225403], "std": [0.06149834766983986, 0.14838619530200958, 0.05354132130742073, 0.16458797454833984, 0.04684023931622505, 0.03038857690989971, 0.018333492800593376, 0.018116656690835953], "count": [366]}, "actions": {"min": [-0.7114970684051514, -3.1596181392669678, -0.5355658531188965, -0.3444261848926544, -0.18139193952083588, -0.12078952044248581, -1.0], "max": [0.8880693316459656, 0.7811165452003479, 1.2573312520980835, 0.12263195216655731, 0.09200514853000641, 0.12737885117530823, 1.0], "mean": [0.046758510172367096, -0.043176788836717606, -0.009845682419836521, -0.006972841452807188, -0.0018078407738357782, 0.001955845858901739, 0.08743169158697128], "std": [0.1632102131843567, 0.2846497595310211, 0.18565817177295685, 0.04391693323850632, 0.0302597526460886, 0.03431722894310951, 0.9961721301078796], "count": [366]}, "timestamp": {"min": [0.0], "max": [36.5], "mean": [18.25], "std": [10.565470489602754], "count": [366]}, "frame_index": {"min": [0], "max": [365], "mean": [182.5], "std": [105.65470489602754], "count": [366]}, "episode_index": {"min": [2011], "max": [2011], "mean": [2011.0], "std": [0.0], "count": [366]}, "index": {"min": [648152], "max": [648517], "mean": [648334.5], "std": [105.65470489602754], "count": [366]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [366]}}} +{"episode_index": 2012, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4607241228889017]], [[0.4401075236002604]], [[0.4100566370346967]]], "std": [[[0.23716745603604514]], [[0.22118570240413526]], [[0.21122086074000662]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5458597543753829]], [[0.5232262058632047]], [[0.4745766595578661]]], "std": [[[0.28365292789581176]], [[0.2656974464359133]], [[0.25260466862413355]]], "count": [100]}, "state": {"min": [-0.18802551925182343, -0.2026900202035904, 1.0921201705932617, 2.8730711936950684, -0.05588469281792641, -0.13170644640922546, 0.002364780753850937, -0.03990241512656212], "max": [0.10236074030399323, 0.17099669575691223, 1.2930511236190796, 3.387404680252075, 0.2155640870332718, 0.06095308065414429, 0.04001360014081001, -0.0026299278251826763], "mean": [0.041112691164016724, 0.0072635323740541935, 1.2099049091339111, 3.1558167934417725, 0.112348273396492, -0.046401750296354294, 0.020005811005830765, -0.020123371854424477], "std": [0.06695454567670822, 0.13295497000217438, 0.04782358556985855, 0.1464514136314392, 0.08205964416265488, 0.05284596234560013, 0.018325507640838623, 0.01810954511165619], "count": [354]}, "actions": {"min": [-0.5650408267974854, -1.1029670238494873, -0.5999047756195068, -0.23182648420333862, -0.2339572161436081, -0.12698066234588623, -1.0], "max": [0.7272595167160034, 0.6198263764381409, 0.4229544401168823, 0.16357281804084778, 0.1229248121380806, 0.11225856095552444, 1.0], "mean": [0.04201513156294823, -0.042558491230010986, -0.02520615980029106, -0.005270416382700205, -0.0016972087323665619, -0.0006436993135139346, 0.06214689090847969], "std": [0.15632905066013336, 0.2210327535867691, 0.1553211808204651, 0.04077040031552315, 0.039721351116895676, 0.03320878744125366, 0.9980674386024475], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [2012], "max": [2012], "mean": [2012.0], "std": [0.0], "count": [354]}, "index": {"min": [648518], "max": [648871], "mean": [648694.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [354]}}} +{"episode_index": 2013, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4652535741469439]], [[0.44449798943014707]], [[0.41410044471890317]]], "std": [[[0.23704123071709662]], [[0.22171013386570435]], [[0.213245904311402]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.554035234638289]], [[0.5311552668552773]], [[0.48209676884669883]]], "std": [[[0.26948863215793073]], [[0.2512841254827571]], [[0.2392407954564594]]], "count": [100]}, "state": {"min": [-0.15125150978565216, -0.19463340938091278, 1.117737889289856, 2.8795268535614014, -0.19618269801139832, -0.09510954469442368, 0.0023746592923998833, -0.03986004367470741], "max": [0.06060757488012314, 0.15191449224948883, 1.3020623922348022, 3.337043523788452, 0.05355435609817505, 0.06580143421888351, 0.04000774025917053, -0.002656199736520648], "mean": [0.01301566418260336, -0.017353495582938194, 1.218214988708496, 3.134944200515747, -0.05233151093125343, -0.04202261567115784, 0.016722334548830986, -0.016852369531989098], "std": [0.04785018414258957, 0.1304798722267151, 0.0474613793194294, 0.1321803778409958, 0.06595439463853836, 0.03641466051340103, 0.017740853130817413, 0.01755407266318798], "count": [333]}, "actions": {"min": [-0.5688943266868591, -1.3348876237869263, -0.6443480849266052, -0.15200993418693542, -0.11134731024503708, -0.20111355185508728, -1.0], "max": [0.5416420698165894, 0.4440953731536865, 0.5258825421333313, 0.09373772889375687, 0.09507312625646591, 0.145981103181839, 1.0], "mean": [0.044106677174568176, -0.054414406418800354, -0.013742489740252495, -0.006238714791834354, -0.0002811597951222211, -0.000506415672134608, 0.23723722994327545], "std": [0.15556079149246216, 0.20821848511695862, 0.15439152717590332, 0.03163905069231987, 0.028392821550369263, 0.03409155085682869, 0.9714518785476685], "count": [333]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.599999999999998], "std": [9.612838637294745], "count": [333]}, "frame_index": {"min": [0], "max": [332], "mean": [166.0], "std": [96.12838637294743], "count": [333]}, "episode_index": {"min": [2013], "max": [2013], "mean": [2013.0], "std": [0.0], "count": [333]}, "index": {"min": [648872], "max": [649204], "mean": [649038.0], "std": [96.12838637294743], "count": [333]}, "task_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [333]}}} +{"episode_index": 2014, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4565233662923177]], [[0.43594673665364586]], [[0.403890827253753]]], "std": [[[0.23950809365523082]], [[0.2235895488808735]], [[0.21274590084979783]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.0196078431372549]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5732888410979626]], [[0.5299296150955499]], [[0.46012985229492187]]], "std": [[[0.24940439650629068]], [[0.22506204350186174]], [[0.2084011631557758]]], "count": [100]}, "state": {"min": [-0.22881029546260834, -0.36487171053886414, 0.9347476363182068, 2.940079689025879, -0.1645919531583786, -0.10325724631547928, 0.0019016640726476908, -0.04001009836792946], "max": [0.048350848257541656, -0.01743384450674057, 1.244219422340393, 3.1288821697235107, 0.11352227628231049, 0.02592669241130352, 0.039842505007982254, -0.002042213222011924], "mean": [-0.053036633878946304, -0.25526443123817444, 1.1478358507156372, 3.0304133892059326, -0.04802388325333595, -0.03915516659617424, 0.023166010156273842, -0.02338963747024536], "std": [0.07374174147844315, 0.08686011284589767, 0.09169036895036697, 0.05622537061572075, 0.07772673666477203, 0.0279857125133276, 0.01815742254257202, 0.018241241574287415], "count": [336]}, "actions": {"min": [-0.6035547256469727, -0.6196051836013794, -0.7845511436462402, -0.1335442215204239, -0.14084210991859436, -0.18398189544677734, -1.0], "max": [0.6192902326583862, 0.811922013759613, 1.0451053380966187, 0.17171655595302582, 0.07563629746437073, 0.17195139825344086, 1.0], "mean": [0.061055347323417664, -0.042229726910591125, 0.00041885775863192976, -8.987075852928683e-05, -0.0023598370607942343, -0.001014958368614316, -0.1190476194024086], "std": [0.14569289982318878, 0.19975638389587402, 0.24711309373378754, 0.04490918666124344, 0.03542550653219223, 0.04709598794579506, 0.9928883910179138], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [2014], "max": [2014], "mean": [2014.0], "std": [0.0], "count": [336]}, "index": {"min": [649205], "max": [649540], "mean": [649372.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [336]}}} +{"episode_index": 2015, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45745710185929844]], [[0.436672591863894]], [[0.4042138635971967]]], "std": [[[0.2403368751562963]], [[0.22443415581773205]], [[0.21357391490663058]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5768828890931372]], [[0.5336793512082567]], [[0.4627932577694164]]], "std": [[[0.2430677847799936]], [[0.21850009818022295]], [[0.20283362514367645]]], "count": [100]}, "state": {"min": [-0.17724624276161194, -0.35775893926620483, 0.9203735589981079, 3.010629892349243, -0.2995721697807312, -0.1968170702457428, 0.0025522722862660885, -0.04001634195446968], "max": [0.03195076063275337, -0.038152065128088, 1.2752093076705933, 3.231435775756836, 0.08595173060894012, 0.10311680287122726, 0.03997796028852463, -0.002483819145709276], "mean": [-0.049804575741291046, -0.2644713819026947, 1.151025652885437, 3.119696855545044, -0.16707554459571838, -0.062280748039484024, 0.021652642637491226, -0.021683895960450172], "std": [0.05553479492664337, 0.07552541047334671, 0.10390611737966537, 0.062237370759248734, 0.0939408540725708, 0.0822741910815239, 0.018168581649661064, 0.01828007586300373], "count": [326]}, "actions": {"min": [-0.36665213108062744, -0.9342495203018188, -0.7137691378593445, -0.16211195290088654, -0.13231611251831055, -0.1904493272304535, -1.0], "max": [0.7326419949531555, 0.7863750457763672, 0.8193447589874268, 0.24382205307483673, 0.08064659684896469, 0.13777349889278412, 1.0], "mean": [0.05360078066587448, -0.038111813366413116, -0.009999517351388931, 0.0024443313013762236, -0.0034201701637357473, 0.00039058641414158046, -0.024539876729249954], "std": [0.14589639008045197, 0.21634584665298462, 0.2745388150215149, 0.04881323501467705, 0.039090145379304886, 0.04195971041917801, 0.9996986985206604], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [2015], "max": [2015], "mean": [2015.0], "std": [0.0], "count": [326]}, "index": {"min": [649541], "max": [649866], "mean": [649703.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [326]}}} +{"episode_index": 2016, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4506035198136872]], [[0.42998296700271904]], [[0.39846233472637105]]], "std": [[[0.24196698898066185]], [[0.22594866506396852]], [[0.21544486015766148]]], "count": [100]}, "wrist_image": {"min": [[[0.027450980392156862]], [[0.023529411764705882]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5633064766678155]], [[0.5191818979300705]], [[0.45374385579427085]]], "std": [[[0.26558045716704726]], [[0.24004975685811886]], [[0.21981716316206576]]], "count": [100]}, "state": {"min": [-0.20105034112930298, -0.3977609872817993, 0.9226999878883362, 3.0343873500823975, -0.0936182290315628, -0.11786391586065292, 0.0028426924254745245, -0.039991870522499084], "max": [0.09167109429836273, -0.046158622950315475, 1.2858562469482422, 3.33171010017395, 0.41330716013908386, -0.016663208603858948, 0.04001128673553467, -0.002519113477319479], "mean": [-0.020692413672804832, -0.2858858108520508, 1.1460458040237427, 3.2370965480804443, 0.15918301045894623, -0.07550404220819473, 0.022979630157351494, -0.022832734510302544], "std": [0.0692158117890358, 0.08039354532957077, 0.10682736337184906, 0.05935416370630264, 0.15594537556171417, 0.024183401837944984, 0.018132971599698067, 0.018263492733240128], "count": [393]}, "actions": {"min": [-0.4113684892654419, -0.8082724809646606, -0.6926724910736084, -0.23084299266338348, -0.14254698157310486, -0.21827194094657898, -1.0], "max": [0.7316952347755432, 0.7745007276535034, 0.9219646453857422, 0.32147759199142456, 0.16755375266075134, 0.24105794727802277, 1.0], "mean": [0.058451518416404724, -0.027426032349467278, -0.009001724421977997, 0.005800697952508926, 0.0028447634540498257, 0.0010781055316329002, -0.0890585258603096], "std": [0.13693517446517944, 0.21143077313899994, 0.23880134522914886, 0.055718835443258286, 0.04256472736597061, 0.054763007909059525, 0.9960245490074158], "count": [393]}, "timestamp": {"min": [0.0], "max": [39.2], "mean": [19.599999999999998], "std": [11.344896062400338], "count": [393]}, "frame_index": {"min": [0], "max": [392], "mean": [196.0], "std": [113.44896062400336], "count": [393]}, "episode_index": {"min": [2016], "max": [2016], "mean": [2016.0], "std": [0.0], "count": [393]}, "index": {"min": [649867], "max": [650259], "mean": [650063.0], "std": [113.44896062400336], "count": [393]}, "task_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [393]}}} +{"episode_index": 2017, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4535873891793045]], [[0.4326242921118643]], [[0.4002289506500843]]], "std": [[[0.2421688985989338]], [[0.2257541470547513]], [[0.21428219359012413]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5679760843912761]], [[0.523338851629519]], [[0.45479983759861364]]], "std": [[[0.254160698423804]], [[0.22999734997167431]], [[0.21048562989800298]]], "count": [100]}, "state": {"min": [-0.21551239490509033, -0.3641502261161804, 0.9246813058853149, 2.837589979171753, -0.25824519991874695, -0.1737353801727295, 0.0023647546768188477, -0.04001735523343086], "max": [0.0774659663438797, -0.009583606384694576, 1.2903053760528564, 3.163820743560791, 0.3214942216873169, -0.022806799039244652, 0.03982430696487427, -0.002501443959772587], "mean": [-0.02724345028400421, -0.2722436487674713, 1.160211443901062, 3.012490749359131, 0.10219179093837738, -0.10600757598876953, 0.022202126681804657, -0.022344354540109634], "std": [0.09430968761444092, 0.08776142448186874, 0.10486362874507904, 0.08856509625911713, 0.1654844880104065, 0.041339900344610214, 0.018202757462859154, 0.01828579232096672], "count": [339]}, "actions": {"min": [-0.6101611256599426, -1.1950404644012451, -1.0968724489212036, -0.189224973320961, -0.21105316281318665, -0.21863286197185516, -1.0], "max": [0.8137979507446289, 0.7138256430625916, 1.309358835220337, 0.2533878684043884, 0.26098376512527466, 0.2202959954738617, 1.0], "mean": [0.059343092143535614, -0.04300571605563164, -0.014983655884861946, 0.00140859663952142, 0.002234806539490819, -0.0008461864199489355, -0.06194690242409706], "std": [0.1829787939786911, 0.2568800449371338, 0.2957330644130707, 0.055629681795835495, 0.05499721318483353, 0.053783342242240906, 0.9980781674385071], "count": [339]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.900000000000002], "std": [9.786044485218053], "count": [339]}, "frame_index": {"min": [0], "max": [338], "mean": [169.0], "std": [97.86044485218052], "count": [339]}, "episode_index": {"min": [2017], "max": [2017], "mean": [2017.0], "std": [0.0], "count": [339]}, "index": {"min": [650260], "max": [650598], "mean": [650429.0], "std": [97.86044485218052], "count": [339]}, "task_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [339]}}} +{"episode_index": 2018, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.456622314453125]], [[0.4358874122769225]], [[0.4050459331437653]]], "std": [[[0.24152409357815555]], [[0.2255613442262431]], [[0.2160719943699443]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5090507902257583]], [[0.4986350911458333]], [[0.46153658100202977]]], "std": [[[0.2919152010190703]], [[0.2813010589199456]], [[0.2717448554789032]]], "count": [100]}, "state": {"min": [-0.18840989470481873, -0.07937848567962646, 1.0817757844924927, 3.0144240856170654, -0.006159946788102388, -0.026453228667378426, 0.0024435855448246002, -0.03987736627459526], "max": [0.060048073530197144, 0.1818876564502716, 1.2427641153335571, 3.2966771125793457, 0.24062062799930573, 0.0986965224146843, 0.040006235241889954, -0.0019913334399461746], "mean": [0.010821149684488773, 0.055269598960876465, 1.1760581731796265, 3.1585161685943604, 0.1273142695426941, 0.03418348357081413, 0.019576745107769966, -0.01946769282221794], "std": [0.06164056807756424, 0.10007259994745255, 0.048645395785570145, 0.09596320986747742, 0.08596628904342651, 0.02846096083521843, 0.01772352121770382, 0.01768011413514614], "count": [193]}, "actions": {"min": [-0.42399030923843384, -1.4579428434371948, -0.9564255475997925, -0.17951956391334534, -0.13067293167114258, -0.11831453442573547, -1.0], "max": [0.8936566710472107, 0.7476608157157898, 0.4994969666004181, 0.3298555910587311, 0.13582216203212738, 0.2584870755672455, 1.0], "mean": [0.08298051357269287, -0.0409577302634716, -0.045818522572517395, -0.0030806339345872402, 0.004549684468656778, 0.0030394187197089195, 0.0984455943107605], "std": [0.22813725471496582, 0.2909306287765503, 0.20748598873615265, 0.052050065249204636, 0.04078572988510132, 0.05080394819378853, 0.9951428174972534], "count": [193]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [2018], "max": [2018], "mean": [2018.0], "std": [0.0], "count": [193]}, "index": {"min": [650599], "max": [650791], "mean": [650695.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [193]}}} +{"episode_index": 2019, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4593041657092525]], [[0.43866158339556527]], [[0.4076143038880591]]], "std": [[[0.23921679413092767]], [[0.22346218959803485]], [[0.21384116620931126]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.023529411764705882]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5423253167844286]], [[0.521943619073606]], [[0.47678053612802546]]], "std": [[[0.28324069620212144]], [[0.2664592608545914]], [[0.25136004828719566]]], "count": [100]}, "state": {"min": [-0.16566352546215057, -0.11018650233745575, 1.0931764841079712, 3.1148078441619873, -0.17542369663715363, -0.07280953228473663, 0.002498395275324583, -0.03995942696928978], "max": [0.12310625612735748, 0.14989052712917328, 1.3456984758377075, 3.294781446456909, 0.34258872270584106, 0.033996451646089554, 0.040005385875701904, -0.002519119530916214], "mean": [0.04816516861319542, 0.042263247072696686, 1.2369922399520874, 3.1891822814941406, 0.060626380145549774, -0.013909810222685337, 0.02084367349743843, -0.020880037918686867], "std": [0.07238087803125381, 0.09952528029680252, 0.081277996301651, 0.0424208864569664, 0.15814310312271118, 0.02449161745607853, 0.018266506493091583, 0.018153991550207138], "count": [298]}, "actions": {"min": [-1.0058504343032837, -2.658135414123535, -0.5686694383621216, -0.19917751848697662, -0.18650780618190765, -0.19584643840789795, -1.0], "max": [0.623127818107605, 0.48256805539131165, 1.1653653383255005, 0.2003369778394699, 0.13246017694473267, 0.1312006711959839, 1.0], "mean": [0.04792850464582443, -0.04238269850611687, -0.04777046665549278, -0.0021121681202203035, 0.0027606955263763666, 0.0003199114289600402, 0.020134227350354195], "std": [0.18509401381015778, 0.24386946856975555, 0.22774431109428406, 0.033929843455553055, 0.03563247248530388, 0.040256645530462265, 0.9997991323471069], "count": [298]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.849999999999998], "std": [8.602470575363801], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [2019], "max": [2019], "mean": [2019.0], "std": [0.0], "count": [298]}, "index": {"min": [650792], "max": [651089], "mean": [650940.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [298]}}} +{"episode_index": 2020, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4573428063486137]], [[0.4366343300015319]], [[0.4061194553749234]]], "std": [[[0.24042227524127546]], [[0.22464792038725973]], [[0.21537218522742957]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.528010040881587]], [[0.5141283814673331]], [[0.47289743939568013]]], "std": [[[0.2858892166505838]], [[0.2728865655206158]], [[0.2635067150180147]]], "count": [100]}, "state": {"min": [-0.16587688028812408, -0.07413061708211899, 1.0928699970245361, 2.9160072803497314, -0.0358014851808548, -0.09069714695215225, 0.0023451433517038822, -0.039886098355054855], "max": [0.07904686033725739, 0.211441308259964, 1.267803430557251, 3.283905029296875, 0.2673054039478302, 0.02309827320277691, 0.04000645503401756, -0.0026358074974268675], "mean": [0.020691517740488052, 0.05959269776940346, 1.1986638307571411, 3.1355960369110107, 0.10233211517333984, -0.03452064469456673, 0.019147593528032303, -0.01933608204126358], "std": [0.0588669627904892, 0.09700720012187958, 0.04740685597062111, 0.10894649475812912, 0.09893900901079178, 0.03173854574561119, 0.018050052225589752, 0.017849277704954147], "count": [246]}, "actions": {"min": [-0.6540200114250183, -1.7278032302856445, -0.558089017868042, -0.20625099539756775, -0.17276373505592346, -0.0810491144657135, -1.0], "max": [1.5031652450561523, 0.8178874254226685, 0.6582158803939819, 0.3159579336643219, 0.13116616010665894, 0.16348737478256226, 1.0], "mean": [0.06747374683618546, -0.03872539848089218, -0.03630717843770981, 0.00012147617962909862, 0.005457975901663303, 0.00046856579137966037, 0.10569106042385101], "std": [0.22625009715557098, 0.32114771008491516, 0.18465860188007355, 0.05115561932325363, 0.03978951275348663, 0.032679472118616104, 0.9943989515304565], "count": [246]}, "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": [2020], "max": [2020], "mean": [2020.0], "std": [0.0], "count": [246]}, "index": {"min": [651090], "max": [651335], "mean": [651212.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [246]}}} +{"episode_index": 2021, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4582071216059666]], [[0.43723556159524357]], [[0.40570827469171267]]], "std": [[[0.24019981369757293]], [[0.22406334554855753]], [[0.21438953248021456]]], "count": [100]}, "wrist_image": {"min": [[[0.01568627450980392]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5084695434570313]], [[0.4940616149902344]], [[0.4527705425187653]]], "std": [[[0.29179175194269225]], [[0.2779511612226459]], [[0.2655420695071903]]], "count": [100]}, "state": {"min": [-0.20367027819156647, -0.0747060552239418, 1.1009795665740967, 3.018369436264038, -0.06899528950452805, -0.180958092212677, 0.0026513647753745317, -0.03980867192149162], "max": [0.0678853914141655, 0.17697229981422424, 1.266716718673706, 3.3205461502075195, 0.20707841217517853, -0.10490483045578003, 0.04000922664999962, -0.0012244794052094221], "mean": [0.006161049474030733, 0.03998574614524841, 1.2010091543197632, 3.21470308303833, 0.07533368468284607, -0.14005452394485474, 0.018232274800539017, -0.01795024424791336], "std": [0.06290359050035477, 0.0938916951417923, 0.04896558076143265, 0.08947218954563141, 0.08758778870105743, 0.01749677024781704, 0.01756804995238781, 0.01760716922581196], "count": [210]}, "actions": {"min": [-0.5915765762329102, -1.4136955738067627, -0.8231823444366455, -0.2094602882862091, -0.11867860704660416, -0.13993027806282043, -1.0], "max": [0.807642936706543, 0.5191003084182739, 0.628800094127655, 0.13778945803642273, 0.12845507264137268, 0.24618864059448242, 1.0], "mean": [0.08153990656137466, -0.03223302215337753, -0.037753745913505554, -0.0013541647931560874, 0.0029107555747032166, 0.0015234984457492828, 0.17142857611179352], "std": [0.24819599092006683, 0.3097337484359741, 0.21388530731201172, 0.051029741764068604, 0.038358673453330994, 0.04633967950940132, 0.9851950407028198], "count": [210]}, "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": [2021], "max": [2021], "mean": [2021.0], "std": [0.0], "count": [210]}, "index": {"min": [651336], "max": [651545], "mean": [651440.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [210]}}} +{"episode_index": 2022, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46116866586722577]], [[0.44041232539158237]], [[0.4094515662099801]]], "std": [[[0.23941295010407845]], [[0.22372716698969664]], [[0.2147758934157161]]], "count": [100]}, "wrist_image": {"min": [[[0.0196078431372549]], [[0.0196078431372549]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5143250744389553]], [[0.4986646710564109]], [[0.4575453688677619]]], "std": [[[0.2888568286047364]], [[0.2740489834034124]], [[0.2608303758210069]]], "count": [100]}, "state": {"min": [-0.16818849742412567, -0.08898502588272095, 1.0974276065826416, 3.0340023040771484, -0.06379221379756927, -0.14031077921390533, 0.0024999238085001707, -0.03988245502114296], "max": [0.07249714434146881, 0.1534499078989029, 1.2817132472991943, 3.359072208404541, 0.12531687319278717, 0.09154704958200455, 0.04001062363386154, -0.0025894679129123688], "mean": [0.008416855707764626, 0.02709653601050377, 1.1958034038543701, 3.17958402633667, 0.013516038656234741, -0.04159248247742653, 0.017452767118811607, -0.01746559515595436], "std": [0.05527890846133232, 0.09595134854316711, 0.05127228796482086, 0.09146243333816528, 0.05279592052102089, 0.06289748847484589, 0.017797330394387245, 0.01768592558801174], "count": [270]}, "actions": {"min": [-0.5190273523330688, -1.3730456829071045, -0.6879083514213562, -0.22250427305698395, -0.097061887383461, -0.1314104199409485, -1.0], "max": [0.6039240956306458, 0.8294370174407959, 0.574222207069397, 0.2243644893169403, 0.11711136251688004, 0.12915921211242676, 1.0], "mean": [0.05865052714943886, -0.04188000038266182, -0.023289736360311508, -0.0030620889738202095, 0.0010920974891632795, -0.003078443929553032, 0.20000000298023224], "std": [0.1777561902999878, 0.23182091116905212, 0.17975299060344696, 0.047258347272872925, 0.031701456755399704, 0.039168644696474075, 0.9797959327697754], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [2022], "max": [2022], "mean": [2022.0], "std": [0.0], "count": [270]}, "index": {"min": [651546], "max": [651815], "mean": [651680.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [270]}}} +{"episode_index": 2023, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45889857692344516]], [[0.4382551227644378]], [[0.4074140481387868]]], "std": [[[0.23816911779800398]], [[0.2222291103033475]], [[0.21217653644472648]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5371317473766851]], [[0.5182856451296338]], [[0.4752930405560662]]], "std": [[[0.28901517261776766]], [[0.2733391636469389]], [[0.2611924743129478]]], "count": [100]}, "state": {"min": [-0.19940835237503052, -0.09556916356086731, 1.111157774925232, 2.9784061908721924, 0.033630408346652985, -0.07511500269174576, 0.002043147338554263, -0.039904139935970306], "max": [0.09802146255970001, 0.17517347633838654, 1.3021347522735596, 3.3542497158050537, 0.255484402179718, 0.02784217707812786, 0.04000828415155411, -0.0021277740597724915], "mean": [0.03715188056230545, 0.041569244116544724, 1.2129877805709839, 3.1824426651000977, 0.12050950527191162, -0.031198538839817047, 0.02053779549896717, -0.020563144236803055], "std": [0.0785011425614357, 0.10407298058271408, 0.05030469596385956, 0.09168601036071777, 0.060495246201753616, 0.021456453949213028, 0.018235964700579643, 0.01815374754369259], "count": [225]}, "actions": {"min": [-0.6831502914428711, -1.982224941253662, -0.6364668011665344, -0.34599387645721436, -0.11956962943077087, -0.2028968185186386, -1.0], "max": [1.5377919673919678, 1.4575989246368408, 0.7026370167732239, 0.15842165052890778, 0.15242436528205872, 0.10571590065956116, 1.0], "mean": [0.10312149673700333, -0.034181252121925354, -0.01248988602310419, 0.0015079888980835676, 0.003749290481209755, -0.00031980578205548227, 0.02222222276031971], "std": [0.24554429948329926, 0.3434823155403137, 0.1984277069568634, 0.0669722780585289, 0.037780698388814926, 0.03939800709486008, 0.9997537732124329], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [2023], "max": [2023], "mean": [2023.0], "std": [0.0], "count": [225]}, "index": {"min": [651816], "max": [652040], "mean": [651928.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [225]}}} +{"episode_index": 2024, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.4498778728410309]], [[0.4289855131261489]], [[0.3971182759602864]]], "std": [[[0.24239306411076347]], [[0.2260202719650311]], [[0.21482823284003866]]], "count": [100]}, "wrist_image": {"min": [[[0.023529411764705882]], [[0.0196078431372549]], [[0.00784313725490196]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5723216014188879]], [[0.5259254000794654]], [[0.4552251449285769]]], "std": [[[0.24791409699735234]], [[0.22343178519208648]], [[0.20540185436417435]]], "count": [100]}, "state": {"min": [-0.3170841932296753, -0.36474597454071045, 0.930902361869812, 2.996389150619507, -0.12060948461294174, -0.13823038339614868, 0.0026827920228242874, -0.04001050442457199], "max": [0.01211766991764307, -0.039411760866642, 1.2996833324432373, 3.316161870956421, 0.42434805631637573, 0.11135938763618469, 0.040006816387176514, -0.0025067178066819906], "mean": [-0.12573663890361786, -0.23994168639183044, 1.1065157651901245, 3.1643145084381104, 0.15808150172233582, -0.03003152646124363, 0.022555436939001083, -0.022483760491013527], "std": [0.114177405834198, 0.0973062813282013, 0.10753431171178818, 0.07692289352416992, 0.16166545450687408, 0.05186639353632927, 0.018131136894226074, 0.018276887014508247], "count": [356]}, "actions": {"min": [-0.5939734578132629, -0.7508458495140076, -0.9975059628486633, -0.19858373701572418, -0.16886679828166962, -0.16370612382888794, -1.0], "max": [0.5494863390922546, 0.7696728110313416, 0.609483003616333, 0.22347529232501984, 0.16279128193855286, 0.23239640891551971, 1.0], "mean": [-0.02371629700064659, -0.017812736332416534, -0.03706172853708267, -0.00016659015091136098, 0.0019361524609848857, 0.0036172284744679928, -0.06741572916507721], "std": [0.18383216857910156, 0.23386777937412262, 0.23158246278762817, 0.054412975907325745, 0.04458186402916908, 0.053031038492918015, 0.997724711894989], "count": [356]}, "timestamp": {"min": [0.0], "max": [35.5], "mean": [17.75], "std": [10.276794247234884], "count": [356]}, "frame_index": {"min": [0], "max": [355], "mean": [177.5], "std": [102.76794247234884], "count": [356]}, "episode_index": {"min": [2024], "max": [2024], "mean": [2024.0], "std": [0.0], "count": [356]}, "index": {"min": [652041], "max": [652396], "mean": [652218.5], "std": [102.76794247234884], "count": [356]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [356]}}} +{"episode_index": 2025, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44993272070791207]], [[0.4288455140356924]], [[0.3968128147499234]]], "std": [[[0.24429514596560917]], [[0.22789502954052043]], [[0.21706555439724273]]], "count": [100]}, "wrist_image": {"min": [[[0.011764705882352941]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5743795351514629]], [[0.5275754765529258]], [[0.4532166634353937]]], "std": [[[0.23473001576037097]], [[0.2112930560858887]], [[0.19419791850683105]]], "count": [100]}, "state": {"min": [-0.28019797801971436, -0.34751057624816895, 0.9352830648422241, 2.824094772338867, -0.14611826837062836, -0.22130218148231506, 0.0022537517361342907, -0.04001450166106224], "max": [0.028828192502260208, -0.04860763996839523, 1.3643741607666016, 3.0980887413024902, 0.35295307636260986, 0.08940741419792175, 0.03976241871714592, -0.002745235338807106], "mean": [-0.11090800911188126, -0.23849119246006012, 1.140019178390503, 2.925365924835205, 0.127006396651268, -0.07986797392368317, 0.020788809284567833, -0.02108031138777733], "std": [0.10978811979293823, 0.09456795454025269, 0.11869509518146515, 0.06150970980525017, 0.14099736511707306, 0.07142864912748337, 0.01828373409807682, 0.018242333084344864], "count": [382]}, "actions": {"min": [-0.7187165021896362, -1.1232550144195557, -0.9192686676979065, -0.25568073987960815, -0.21843597292900085, -0.21132560074329376, -1.0], "max": [0.781305193901062, 0.6436167359352112, 1.2965351343154907, 0.18755361437797546, 0.14043675363063812, 0.29862332344055176, 1.0], "mean": [-0.02021743915975094, -0.0046455771662294865, -0.0461333692073822, -0.000635507982224226, -0.000964255363214761, 0.0034361775033175945, 0.015706805512309074], "std": [0.1932540088891983, 0.24516673386096954, 0.28593817353248596, 0.0489894300699234, 0.04450085014104843, 0.05130341276526451, 0.9998772740364075], "count": [382]}, "timestamp": {"min": [0.0], "max": [38.1], "mean": [19.05], "std": [11.027352356753637], "count": [382]}, "frame_index": {"min": [0], "max": [381], "mean": [190.5], "std": [110.27352356753637], "count": [382]}, "episode_index": {"min": [2025], "max": [2025], "mean": [2025.0], "std": [0.0], "count": [382]}, "index": {"min": [652397], "max": [652778], "mean": [652587.5], "std": [110.27352356753637], "count": [382]}, "task_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [382]}}} +{"episode_index": 2026, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44551954321767767]], [[0.4154496286429611]], [[0.3794463405235141]]], "std": [[[0.24212085722470003]], [[0.22567693002525432]], [[0.21250963612548343]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5187720127479702]], [[0.4847920873305377]], [[0.4469159127029718]]], "std": [[[0.2840714800924509]], [[0.25952113905217966]], [[0.23479198234263568]]], "count": [100]}, "state": {"min": [-0.20308388769626617, -0.07142303884029388, 1.0338300466537476, 3.0421371459960938, -0.06444765627384186, -0.05103877931833267, 0.00681435177102685, -0.039976853877305984], "max": [0.0737229436635971, 0.04637835919857025, 1.2741698026657104, 3.248959541320801, 0.17791835963726044, 0.04131738096475601, 0.040001630783081055, -0.006951435003429651], "mean": [-0.041522908955812454, 6.50845977361314e-05, 1.153137445449829, 3.151709794998169, 0.06118503212928772, -0.0060388632118701935, 0.021520962938666344, -0.02150164730846882], "std": [0.06777341663837433, 0.03873516619205475, 0.07198803871870041, 0.05238733068108559, 0.07130742818117142, 0.024946438148617744, 0.015912272036075592, 0.015878215432167053], "count": [235]}, "actions": {"min": [-0.500802755355835, -0.5677610039710999, -0.7990983724594116, -0.1449754238128662, -0.09306290745735168, -0.18240663409233093, -1.0], "max": [0.7661934494972229, 0.38285332918167114, 0.8813304305076599, 0.21441830694675446, 0.10400121659040451, 0.13122296333312988, 1.0], "mean": [0.09169436991214752, -0.027825621888041496, -0.0030931385699659586, -0.0032469630241394043, 0.0011360266944393516, -0.001936778542585671, 0.12340425699949265], "std": [0.22858454287052155, 0.139103963971138, 0.23739901185035706, 0.042818501591682434, 0.03363686054944992, 0.04445072263479233, 0.9923558831214905], "count": [235]}, "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": [2026], "max": [2026], "mean": [2026.0], "std": [0.0], "count": [235]}, "index": {"min": [652779], "max": [653013], "mean": [652896.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [294], "max": [294], "mean": [294.0], "std": [0.0], "count": [235]}}} +{"episode_index": 2027, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4458682221057368]], [[0.415590233297909]], [[0.3795484900381051]]], "std": [[[0.2413543559127708]], [[0.22511312035210762]], [[0.21223487743955496]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5171543626972274]], [[0.48589083443435965]], [[0.4507272033691406]]], "std": [[[0.2878565077133999]], [[0.26551167476104315]], [[0.24308149829346304]]], "count": [100]}, "state": {"min": [-0.19319561123847961, -0.0952799916267395, 1.0269854068756104, 3.050701141357422, -0.07456687092781067, -0.02898663654923439, 0.007229119073599577, -0.03996707499027252], "max": [0.05866077169775963, 0.03154178708791733, 1.2525798082351685, 3.222391366958618, 0.14837849140167236, 0.026796966791152954, 0.04000132530927658, -0.00726967491209507], "mean": [-0.03890317678451538, -0.02291887067258358, 1.1563020944595337, 3.143941640853882, 0.046329982578754425, -0.006414007395505905, 0.0213233083486557, -0.021292801946401596], "std": [0.06043315678834915, 0.04420057311654091, 0.07142426818609238, 0.04591462016105652, 0.06667709350585938, 0.011868469417095184, 0.015903368592262268, 0.015879644080996513], "count": [211]}, "actions": {"min": [-0.6254923939704895, -0.43855011463165283, -0.9003540277481079, -0.15542274713516235, -0.11449563503265381, -0.1630035936832428, -1.0], "max": [0.8510873913764954, 0.3714885413646698, 0.9796631932258606, 0.09277553111314774, 0.1168028861284256, 0.19775111973285675, 1.0], "mean": [0.0932350605726242, -0.03714613988995552, -0.023357022553682327, -0.004327481612563133, 0.004621390253305435, -0.00010593101615086198, 0.15639810264110565], "std": [0.24785540997982025, 0.1283903568983078, 0.27694061398506165, 0.0423492006957531, 0.03821808844804764, 0.04699866101145744, 0.9876955151557922], "count": [211]}, "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": [2027], "max": [2027], "mean": [2027.0], "std": [0.0], "count": [211]}, "index": {"min": [653014], "max": [653224], "mean": [653119.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [294], "max": [294], "mean": [294.0], "std": [0.0], "count": [211]}}} +{"episode_index": 2028, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44531223072725185]], [[0.41521032894358917]], [[0.3792492280847886]]], "std": [[[0.24149332771130128]], [[0.22503927730697582]], [[0.21209159038591893]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.514299015419156]], [[0.48289632819680606]], [[0.44783700262331494]]], "std": [[[0.2821370271635392]], [[0.2577678342609297]], [[0.23347325048114062]]], "count": [100]}, "state": {"min": [-0.1826029121875763, -0.07653863728046417, 1.0355124473571777, 3.005337953567505, -0.08152655512094498, -0.05086870118975639, 0.0074105714447796345, -0.04000093787908554], "max": [0.06507502496242523, 0.03622835874557495, 1.2908031940460205, 3.181023359298706, 0.10663559287786484, 0.0528978556394577, 0.03997243940830231, -0.007545190863311291], "mean": [-0.034328870475292206, -0.0062810685485601425, 1.1545376777648926, 3.1035540103912354, 0.03243641555309296, 0.009036214090883732, 0.022083984687924385, -0.02258116751909256], "std": [0.058332253247499466, 0.0378623828291893, 0.07843931019306183, 0.04996224865317345, 0.055549874901771545, 0.027408510446548462, 0.015404678881168365, 0.015755390748381615], "count": [242]}, "actions": {"min": [-0.4982985556125641, -0.5267965793609619, -0.717036247253418, -0.1482360064983368, -0.12810444831848145, -0.09818462282419205, -1.0], "max": [0.6554057598114014, 0.2887134850025177, 1.036137342453003, 0.12761804461479187, 0.10123196989297867, 0.13282367587089539, 1.0], "mean": [0.07598293572664261, -0.02323320135474205, -0.007068089675158262, -0.0036067236214876175, 0.003320110961794853, 0.00010393850243417546, 0.06611569970846176], "std": [0.20849798619747162, 0.12581218779087067, 0.2417093962430954, 0.03767804428935051, 0.03676674887537956, 0.036256372928619385, 0.9978137612342834], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [2028], "max": [2028], "mean": [2028.0], "std": [0.0], "count": [242]}, "index": {"min": [653225], "max": [653466], "mean": [653345.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [294], "max": [294], "mean": [294.0], "std": [0.0], "count": [242]}}} +{"episode_index": 2029, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44660249059340534]], [[0.4166623577043122]], [[0.3809404530244715]]], "std": [[[0.24143865560217018]], [[0.2254678381803815]], [[0.21288672940756462]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5253774162741268]], [[0.4929017405790441]], [[0.45623852479224114]]], "std": [[[0.27390289639082926]], [[0.24883531791209748]], [[0.22400812333943068]]], "count": [100]}, "state": {"min": [-0.2010222226381302, -0.07822094112634659, 1.0311436653137207, 3.018244504928589, -0.09692014008760452, -0.04766884073615074, 0.006756369490176439, -0.040006689727306366], "max": [0.060131411999464035, 0.03433704003691673, 1.2280153036117554, 3.126161575317383, 0.04707787558436394, 0.03756317123770714, 0.03991715610027313, -0.007010363042354584], "mean": [-0.039544157683849335, -0.014632748439908028, 1.1447945833206177, 3.0666732788085938, -0.040127258747816086, -0.006471917033195496, 0.022055476903915405, -0.022208385169506073], "std": [0.0596969798207283, 0.04137343913316727, 0.06269028782844543, 0.023264959454536438, 0.03604084253311157, 0.020650502294301987, 0.016131926327943802, 0.01608779840171337], "count": [264]}, "actions": {"min": [-0.619299590587616, -0.6911904811859131, -0.629193902015686, -0.07370419055223465, -0.20766572654247284, -0.12834425270557404, -1.0], "max": [0.8369054794311523, 0.2999260723590851, 0.8755443096160889, 0.07281943410634995, 0.09580765664577484, 0.2396603524684906, 1.0], "mean": [0.07900464534759521, -0.0260113887488842, -0.007301274221390486, -0.00274479016661644, 0.0014811260625720024, -0.0014244189951568842, 0.12121212482452393], "std": [0.20820951461791992, 0.12430043518543243, 0.19592835009098053, 0.029178978875279427, 0.033482469618320465, 0.04288247227668762, 0.9926252961158752], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [2029], "max": [2029], "mean": [2029.0], "std": [0.0], "count": [264]}, "index": {"min": [653467], "max": [653730], "mean": [653598.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [294], "max": [294], "mean": [294.0], "std": [0.0], "count": [264]}}} +{"episode_index": 2030, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44694289024203426]], [[0.41674953326056985]], [[0.3808682053509881]]], "std": [[[0.24193159275820658]], [[0.22520280991603997]], [[0.21175101543851754]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5093848248650046]], [[0.47798961205575985]], [[0.4424608070523131]]], "std": [[[0.28468772777765955]], [[0.2604041353325713]], [[0.23611244558757588]]], "count": [100]}, "state": {"min": [-0.19268077611923218, -0.17093467712402344, 1.0258145332336426, 2.8467395305633545, -0.08860743045806885, -0.08737348020076752, 0.00722240936011076, -0.04000713676214218], "max": [0.05681663751602173, 0.036266032606363297, 1.2555433511734009, 3.130340337753296, 0.1282193511724472, 0.020998550578951836, 0.0399344228208065, -0.007678600959479809], "mean": [-0.05258144065737724, -0.03717507794499397, 1.1347929239273071, 3.0423147678375244, 0.05399838835000992, -0.03547367453575134, 0.024234499782323837, -0.024522019550204277], "std": [0.057468533515930176, 0.07302211970090866, 0.06055762618780136, 0.08375504612922668, 0.05954727530479431, 0.029188722372055054, 0.015917791053652763, 0.01588856615126133], "count": [267]}, "actions": {"min": [-0.39402836561203003, -1.1224263906478882, -0.8353256583213806, -0.13646981120109558, -0.07166577130556107, -0.11274295300245285, -1.0], "max": [0.9513727426528931, 0.335098534822464, 0.5674765110015869, 0.15225180983543396, 0.12170547991991043, 0.13328713178634644, 1.0], "mean": [0.07208765298128128, -0.043461062014102936, -0.002870454452931881, -0.006532576400786638, 0.000556119775865227, 0.002722659381106496, -0.041198503226041794], "std": [0.18967272341251373, 0.1651228964328766, 0.19941796362400055, 0.04334437847137451, 0.030872199684381485, 0.036336734890937805, 0.9991509318351746], "count": [267]}, "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": [2030], "max": [2030], "mean": [2030.0], "std": [0.0], "count": [267]}, "index": {"min": [653731], "max": [653997], "mean": [653864.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [295], "max": [295], "mean": [295.0], "std": [0.0], "count": [267]}}} +{"episode_index": 2031, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4475583232804841]], [[0.41785558483647367]], [[0.38264289826037834]]], "std": [[[0.24099093597663687]], [[0.22501139045747484]], [[0.2122918117437666]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5147922183766085]], [[0.4838628372491575]], [[0.449021447873583]]], "std": [[[0.2757604627356748]], [[0.25143055353545024]], [[0.2272598977894735]]], "count": [100]}, "state": {"min": [-0.16843003034591675, -0.17497842013835907, 1.0221236944198608, 2.827202558517456, -0.1233232393860817, 0.011780209839344025, 0.007317497394979, -0.040006253868341446], "max": [0.06821075081825256, 0.0675417110323906, 1.2676163911819458, 3.114440441131592, 0.11547111719846725, 0.09392821788787842, 0.03991162031888962, -0.0014199522556737065], "mean": [-0.0294121615588665, -0.03695235401391983, 1.1375550031661987, 3.0173885822296143, -0.01479098666459322, 0.05648202449083328, 0.02362375520169735, -0.02257956564426422], "std": [0.05874209105968475, 0.08406386524438858, 0.07599428296089172, 0.0875205397605896, 0.0636812075972557, 0.022280793637037277, 0.015626173466444016, 0.015979360789060593], "count": [221]}, "actions": {"min": [-0.5793570280075073, -0.885567843914032, -0.7646070122718811, -0.1494859755039215, -0.101322241127491, -0.15636809170246124, -1.0], "max": [0.8882501125335693, 0.4521147310733795, 0.9400508403778076, 0.09980744123458862, 0.121202252805233, 0.1265183985233307, 1.0], "mean": [0.07936879992485046, -0.06127595156431198, -0.013616041280329227, -0.009814762510359287, 0.00045473536010831594, 0.0012125663924962282, 0.06787330657243729], "std": [0.24838927388191223, 0.2007875144481659, 0.26099973917007446, 0.03813845291733742, 0.03589778393507004, 0.04242059588432312, 0.9976949095726013], "count": [221]}, "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": [2031], "max": [2031], "mean": [2031.0], "std": [0.0], "count": [221]}, "index": {"min": [653998], "max": [654218], "mean": [654108.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [295], "max": [295], "mean": [295.0], "std": [0.0], "count": [221]}}} +{"episode_index": 2032, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4460924335554534]], [[0.41611555151845897]], [[0.38061612776214]]], "std": [[[0.23937417481981263]], [[0.22371484384915633]], [[0.2111618911320026]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5344167648016238]], [[0.5030801726696538]], [[0.4669019302667356]]], "std": [[[0.29112654090970874]], [[0.2702974132738444]], [[0.24935891852741]]], "count": [100]}, "state": {"min": [-0.17231975495815277, -0.18908894062042236, 1.028301477432251, 2.947441816329956, -0.0677192211151123, -0.03679823502898216, 0.007317122537642717, -0.03992713987827301], "max": [0.06651152670383453, 0.026953795924782753, 1.2469838857650757, 3.2591986656188965, 0.12967246770858765, 0.04336231201887131, 0.04000389203429222, -0.007432523649185896], "mean": [-0.04103422909975052, -0.06003063917160034, 1.1474894285202026, 3.150468111038208, 0.032263826578855515, 0.005762025713920593, 0.022245923057198524, -0.022202087566256523], "std": [0.055317677557468414, 0.0783894807100296, 0.06609056144952774, 0.10313443094491959, 0.058910056948661804, 0.01838776469230652, 0.015974240377545357, 0.015878984704613686], "count": [237]}, "actions": {"min": [-0.5262807607650757, -0.8991867303848267, -0.922304093837738, -0.17581021785736084, -0.11581762135028839, -0.1275516301393509, -1.0], "max": [0.8715320825576782, 0.42352452874183655, 0.9791368842124939, 0.20878757536411285, 0.12382563203573227, 0.12005842477083206, 1.0], "mean": [0.07798068970441818, -0.0654369667172432, -0.014524653553962708, -0.00737047428265214, 0.003483992302790284, 0.0010594308841973543, 0.1139240488409996], "std": [0.21090516448020935, 0.17842181026935577, 0.23187094926834106, 0.04465779289603233, 0.030998941510915756, 0.03404279053211212, 0.9934883713722229], "count": [237]}, "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": [2032], "max": [2032], "mean": [2032.0], "std": [0.0], "count": [237]}, "index": {"min": [654219], "max": [654455], "mean": [654337.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [295], "max": [295], "mean": [295.0], "std": [0.0], "count": [237]}}} +{"episode_index": 2033, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4463502005782782]], [[0.4162457736146216]], [[0.3805148524864047]]], "std": [[[0.2402528518428416]], [[0.22409339258266936]], [[0.21130008269853626]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5127395276836321]], [[0.4813681269626991]], [[0.44598038018918507]]], "std": [[[0.2825903457242395]], [[0.2595135756642957]], [[0.23637654287937485]]], "count": [100]}, "state": {"min": [-0.20762237906455994, -0.19458222389221191, 1.0392556190490723, 2.87571120262146, -0.09590864181518555, -0.025883037596940994, 0.007286157459020615, -0.04000181332230568], "max": [0.05348529294133186, 0.02794634737074375, 1.2794603109359741, 3.2488653659820557, 0.13338860869407654, 0.056216705590486526, 0.0399811677634716, -0.007540399674326181], "mean": [-0.04496826231479645, -0.0461663119494915, 1.163053274154663, 3.0908257961273193, 0.03445141762495041, 0.007884582504630089, 0.022794140502810478, -0.02328764647245407], "std": [0.06404811888933182, 0.08159343153238297, 0.06934347003698349, 0.0969863012433052, 0.06127281114459038, 0.022273672744631767, 0.0155927250161767, 0.015850745141506195], "count": [252]}, "actions": {"min": [-0.6042583584785461, -1.2489954233169556, -0.7349259257316589, -0.2274060994386673, -0.14373035728931427, -0.1721162050962448, -1.0], "max": [1.0164411067962646, 0.34044167399406433, 0.7632050514221191, 0.11791914701461792, 0.12225818634033203, 0.09377311915159225, 1.0], "mean": [0.07992520928382874, -0.06296373158693314, -0.021667061373591423, -0.01040899008512497, 0.002321129199117422, -0.0009662679512985051, 0.0476190485060215], "std": [0.22868680953979492, 0.18235184252262115, 0.23729053139686584, 0.03988213092088699, 0.03702864050865173, 0.0344640351831913, 0.9988650679588318], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [2033], "max": [2033], "mean": [2033.0], "std": [0.0], "count": [252]}, "index": {"min": [654456], "max": [654707], "mean": [654581.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [295], "max": [295], "mean": [295.0], "std": [0.0], "count": [252]}}} +{"episode_index": 2034, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.449515270388504]], [[0.4187333060102046]], [[0.38232543208840025]]], "std": [[[0.23703805972815567]], [[0.2204524227732907]], [[0.20610278665630072]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5355752402373208]], [[0.502027901812017]], [[0.45436741341293124]]], "std": [[[0.26106242171396227]], [[0.236760807045786]], [[0.21399519943374914]]], "count": [130]}, "state": {"min": [-0.2589881718158722, -0.3799678385257721, 0.9178069233894348, 3.0234575271606445, -0.11391232162714005, -0.14438964426517487, 0.00045685918303206563, -0.039998993277549744], "max": [0.08415792137384415, -0.019200174137949944, 1.2677735090255737, 3.324235200881958, 0.25096091628074646, 0.08452615141868591, 0.040008511394262314, -0.002015352714806795], "mean": [-0.11654074490070343, -0.23100294172763824, 1.1265246868133545, 3.1426355838775635, 0.062147509306669235, -0.024151233956217766, 0.019159933552145958, -0.019907910376787186], "std": [0.10920431464910507, 0.08552410453557968, 0.09008358418941498, 0.0725376307964325, 0.08451440185308456, 0.04981295019388199, 0.018490111455321312, 0.017955264076590538], "count": [662]}, "actions": {"min": [-1.0200369358062744, -1.1616673469543457, -0.8593425154685974, -0.28790798783302307, -0.22163626551628113, -0.20409272611141205, -1.0], "max": [1.0899945497512817, 0.8253234624862671, 1.4408437013626099, 0.26600515842437744, 0.2012089341878891, 0.17214754223823547, 1.0], "mean": [0.036356981843709946, -0.013218434527516365, -0.0001949039869941771, -0.0023551739286631346, 0.0006011258810758591, 0.001245613326318562, 0.09063444286584854], "std": [0.22000855207443237, 0.19594158232212067, 0.2468431144952774, 0.05272245779633522, 0.043022532016038895, 0.04673429951071739, 0.9958858489990234], "count": [662]}, "timestamp": {"min": [0.0], "max": [66.1], "mean": [33.050000000000004], "std": [19.110272106906276], "count": [662]}, "frame_index": {"min": [0], "max": [661], "mean": [330.5], "std": [191.10272106906274], "count": [662]}, "episode_index": {"min": [2034], "max": [2034], "mean": [2034.0], "std": [0.0], "count": [662]}, "index": {"min": [654708], "max": [655369], "mean": [655038.5], "std": [191.10272106906274], "count": [662]}, "task_index": {"min": [296], "max": [296], "mean": [296.0], "std": [0.0], "count": [662]}}} +{"episode_index": 2035, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44626896060936805]], [[0.4155368754612996]], [[0.3791145713656557]]], "std": [[[0.23861881241787067]], [[0.22223760580164764]], [[0.20843662490685602]]], "count": [110]}, "wrist_image": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5280153923918645]], [[0.4955475196226395]], [[0.45013077842997995]]], "std": [[[0.2709157221569912]], [[0.24794150664539022]], [[0.22513136622465052]]], "count": [110]}, "state": {"min": [-0.2621082663536072, -0.2773436903953552, 0.9162377119064331, 2.959698438644409, -0.06194959953427315, -0.14682172238826752, 0.0009661416988819838, -0.04000651091337204], "max": [0.07415599375963211, -0.01951986737549305, 1.2445948123931885, 3.238922119140625, 0.3016531765460968, 0.08897002041339874, 0.04000277444720268, -0.001799892052076757], "mean": [-0.12423941493034363, -0.1290844976902008, 1.1067086458206177, 3.0913431644439697, 0.08848777413368225, -0.023592067882418633, 0.01863945461809635, -0.01872938685119152], "std": [0.1073584109544754, 0.07831554859876633, 0.0872264951467514, 0.07288770377635956, 0.08970947563648224, 0.04710670933127403, 0.018324322998523712, 0.018312940374016762], "count": [531]}, "actions": {"min": [-1.2927873134613037, -1.1986054182052612, -1.039057970046997, -0.13837191462516785, -0.16286452114582062, -0.15043886005878448, -1.0], "max": [1.196728229522705, 0.8236433267593384, 1.2039356231689453, 0.21957890689373016, 0.1378643661737442, 0.22634583711624146, 1.0], "mean": [0.0412023700773716, -0.0074602351523935795, -0.015882054343819618, -0.0015873957891017199, 0.002177497372031212, -0.00034087777021341026, 0.13370998203754425], "std": [0.2521660029888153, 0.19931471347808838, 0.2808913290500641, 0.04278705641627312, 0.0441884845495224, 0.04750404134392738, 0.9910218119621277], "count": [531]}, "timestamp": {"min": [0.0], "max": [53.0], "mean": [26.5], "std": [15.328622464744399], "count": [531]}, "frame_index": {"min": [0], "max": [530], "mean": [265.0], "std": [153.286224647444], "count": [531]}, "episode_index": {"min": [2035], "max": [2035], "mean": [2035.0], "std": [0.0], "count": [531]}, "index": {"min": [655370], "max": [655900], "mean": [655635.0], "std": [153.286224647444], "count": [531]}, "task_index": {"min": [296], "max": [296], "mean": [296.0], "std": [0.0], "count": [531]}}} +{"episode_index": 2036, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4476047593099581]], [[0.41680145579891]], [[0.380165864618205]]], "std": [[[0.23911483168591072]], [[0.22292680311690755]], [[0.2095597102799395]]], "count": [123]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5393640163962244]], [[0.5070240752312739]], [[0.46103006950048825]]], "std": [[[0.2555808582214268]], [[0.23077572135865884]], [[0.2076226436401236]]], "count": [123]}, "state": {"min": [-0.2924872934818268, -0.281098872423172, 0.9295322299003601, 2.8992466926574707, -0.20268578827381134, -0.1363808959722519, 0.0006079301238059998, -0.0400087796151638], "max": [0.048088110983371735, -0.0033720163628458977, 1.265960454940796, 3.139455795288086, 0.16209256649017334, 0.16047798097133636, 0.03991948813199997, -0.0018572498811408877], "mean": [-0.13317610323429108, -0.12617145478725433, 1.122754693031311, 3.013507604598999, -0.03356552869081497, 0.002029385883361101, 0.01846666820347309, -0.018767450004816055], "std": [0.11263198405504227, 0.07786600291728973, 0.0874938890337944, 0.061115965247154236, 0.09397365152835846, 0.0671757385134697, 0.017939282581210136, 0.017819881439208984], "count": [615]}, "actions": {"min": [-1.438610553741455, -1.0917185544967651, -0.7270227670669556, -0.20473971962928772, -0.16811589896678925, -0.20468951761722565, -1.0], "max": [0.9235094785690308, 1.2727046012878418, 1.1986310482025146, 0.28744107484817505, 0.15031374990940094, 0.2275879979133606, 1.0], "mean": [0.018962426111102104, -0.00042633540579117835, 0.0009593717404641211, 0.0001823955972213298, 0.00038145462167449296, 0.0003300385142210871, 0.14146341383457184], "std": [0.24407684803009033, 0.18287742137908936, 0.24784322082996368, 0.04610787332057953, 0.03644758090376854, 0.0433274582028389, 0.9899439215660095], "count": [615]}, "timestamp": {"min": [0.0], "max": [61.4], "mean": [30.7], "std": [17.75349730804234], "count": [615]}, "frame_index": {"min": [0], "max": [614], "mean": [307.0], "std": [177.5349730804234], "count": [615]}, "episode_index": {"min": [2036], "max": [2036], "mean": [2036.0], "std": [0.0], "count": [615]}, "index": {"min": [655901], "max": [656515], "mean": [656208.0], "std": [177.5349730804234], "count": [615]}, "task_index": {"min": [296], "max": [296], "mean": [296.0], "std": [0.0], "count": [615]}}} +{"episode_index": 2037, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4468469415194746]], [[0.415876498145114]], [[0.37949898878326804]]], "std": [[[0.24055372580054332]], [[0.22371633689106965]], [[0.20966603814084245]]], "count": [115]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.535554368847573]], [[0.5036364002016397]], [[0.4571537246118726]]], "std": [[[0.26244500724818454]], [[0.23866598108380624]], [[0.21560995860639826]]], "count": [115]}, "state": {"min": [-0.2579948604106903, -0.2574281394481659, 0.9190974235534668, 2.8353347778320312, -0.04629894718527794, -0.06876763701438904, 0.0019702508579939604, -0.040013883262872696], "max": [0.05399028956890106, 0.016367217525839806, 1.2246344089508057, 3.179861545562744, 0.3455084562301636, 0.17966556549072266, 0.03983290493488312, -0.0024972327519208193], "mean": [-0.13311219215393066, -0.11624066531658173, 1.0978718996047974, 2.980963706970215, 0.09295700490474701, 0.062212202697992325, 0.017173603177070618, -0.017467616125941277], "std": [0.10477224737405777, 0.07431294769048691, 0.07929836958646774, 0.06777933984994888, 0.09229854494333267, 0.05090643838047981, 0.01776842027902603, 0.017702000215649605], "count": [560]}, "actions": {"min": [-1.5705838203430176, -0.9047958254814148, -0.8837308287620544, -0.1752265989780426, -0.2018185555934906, -0.13973620533943176, -1.0], "max": [1.0303152799606323, 0.6026222109794617, 0.963588297367096, 0.26032164692878723, 0.16468575596809387, 0.18461096286773682, 1.0], "mean": [0.013258072547614574, -0.003574628848582506, 0.008422753773629665, 0.0013794922269880772, 0.00041662753210403025, 7.040147465886548e-05, 0.20357142388820648], "std": [0.2545706331729889, 0.17094694077968597, 0.25501126050949097, 0.04976997897028923, 0.041340261697769165, 0.04007221758365631, 0.9790608286857605], "count": [560]}, "timestamp": {"min": [0.0], "max": [55.9], "mean": [27.95], "std": [16.165781762723388], "count": [560]}, "frame_index": {"min": [0], "max": [559], "mean": [279.5], "std": [161.65781762723384], "count": [560]}, "episode_index": {"min": [2037], "max": [2037], "mean": [2037.0], "std": [0.0], "count": [560]}, "index": {"min": [656516], "max": [657075], "mean": [656795.5], "std": [161.65781762723384], "count": [560]}, "task_index": {"min": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [560]}}} +{"episode_index": 2038, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.445655325574948]], [[0.41520709025585434]], [[0.3793327270403746]]], "std": [[[0.24037699270398555]], [[0.22396826596843247]], [[0.21049004423859982]]], "count": [115]}, "wrist_image": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5407645124222413]], [[0.5084154451310077]], [[0.46281060286291825]]], "std": [[[0.25804832247379117]], [[0.23378607418587383]], [[0.21020208560312786]]], "count": [115]}, "state": {"min": [-0.27951958775520325, -0.24838584661483765, 0.9188522100448608, 2.853219509124756, -0.10702782869338989, -0.13787025213241577, 0.0018641605274751782, -0.04001406207680702], "max": [0.06255248188972473, 0.006677232217043638, 1.2307571172714233, 3.097585916519165, 0.18865050375461578, 0.11123989522457123, 0.03987512364983559, -0.002351154340431094], "mean": [-0.12931571900844574, -0.11052078008651733, 1.103774070739746, 2.9746077060699463, 0.026808425784111023, 0.004295088350772858, 0.017077287659049034, -0.01742103509604931], "std": [0.11692625284194946, 0.06520269066095352, 0.08605219423770905, 0.0693419799208641, 0.08484754711389542, 0.06292464584112167, 0.01779209077358246, 0.017768286168575287], "count": [560]}, "actions": {"min": [-1.642356514930725, -0.9839073419570923, -0.8388851881027222, -0.1893424540758133, -0.20593272149562836, -0.316487580537796, -1.0], "max": [0.8992355465888977, 0.9335833191871643, 1.0787233114242554, 0.20351365208625793, 0.22967547178268433, 0.26340216398239136, 1.0], "mean": [0.03678474947810173, 0.001764026121236384, 0.0025227137375622988, -0.0022491472773253918, 0.0014588310150429606, 7.819005077180918e-06, 0.20714285969734192], "std": [0.26754656434059143, 0.18896925449371338, 0.24826784431934357, 0.03755680099129677, 0.03715864196419716, 0.04714592546224594, 0.9783105254173279], "count": [560]}, "timestamp": {"min": [0.0], "max": [55.9], "mean": [27.95], "std": [16.165781762723388], "count": [560]}, "frame_index": {"min": [0], "max": [559], "mean": [279.5], "std": [161.65781762723384], "count": [560]}, "episode_index": {"min": [2038], "max": [2038], "mean": [2038.0], "std": [0.0], "count": [560]}, "index": {"min": [657076], "max": [657635], "mean": [657355.5], "std": [161.65781762723384], "count": [560]}, "task_index": {"min": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [560]}}} +{"episode_index": 2039, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44739218787464036]], [[0.4170532528356112]], [[0.381445248498941]]], "std": [[[0.23798041679839718]], [[0.22191023246724312]], [[0.2087043909107517]]], "count": [115]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5242709243917506]], [[0.4940237278462676]], [[0.4485174446073436]]], "std": [[[0.26886386067411583]], [[0.24495543025559133]], [[0.22154942042546424]]], "count": [115]}, "state": {"min": [-0.24110038578510284, -0.26758721470832825, 0.9181063771247864, 3.033334255218506, -0.14796143770217896, -0.1866988241672516, 0.0011829945724457502, -0.04000465199351311], "max": [0.05505562946200371, -0.003178464248776436, 1.2229077816009521, 3.215757369995117, 0.2093678116798401, 0.08450300246477127, 0.039930559694767, -0.001848678570240736], "mean": [-0.1133410707116127, -0.12496639043092728, 1.1004782915115356, 3.1042380332946777, -0.006900165230035782, -0.00837679486721754, 0.01751147210597992, -0.017511451616883278], "std": [0.09997423738241196, 0.07652753591537476, 0.0856911689043045, 0.04201012849807739, 0.08987927436828613, 0.06748145073652267, 0.01786874420940876, 0.017899969592690468], "count": [565]}, "actions": {"min": [-0.9501948952674866, -0.539669394493103, -0.6984229683876038, -0.11568009853363037, -0.11737075448036194, -0.11820770800113678, -1.0], "max": [0.9396560192108154, 0.8403822183609009, 0.8768040537834167, 0.16913330554962158, 0.09977641701698303, 0.10773784667253494, 1.0], "mean": [0.03211413323879242, 0.0012709982693195343, -0.004912749398499727, -0.0005309591651894152, -0.0005277992459014058, 0.0014644940383732319, 0.19292035698890686], "std": [0.20194193720817566, 0.15258194506168365, 0.2549508213996887, 0.03146218881011009, 0.03183025121688843, 0.033444955945014954, 0.9812137484550476], "count": [565]}, "timestamp": {"min": [0.0], "max": [56.4], "mean": [28.2], "std": [16.31011955811483], "count": [565]}, "frame_index": {"min": [0], "max": [564], "mean": [282.0], "std": [163.10119558114832], "count": [565]}, "episode_index": {"min": [2039], "max": [2039], "mean": [2039.0], "std": [0.0], "count": [565]}, "index": {"min": [657636], "max": [658200], "mean": [657918.0], "std": [163.10119558114832], "count": [565]}, "task_index": {"min": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [565]}}} +{"episode_index": 2040, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44872633990119487]], [[0.4179273326292656]], [[0.3818739067475281]]], "std": [[[0.2398566009170711]], [[0.2234177109399605]], [[0.20981024021364358]]], "count": [117]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.5295880015459375]], [[0.49797851654559055]], [[0.45302527037541107]]], "std": [[[0.2668332130127993]], [[0.24319717881465197]], [[0.22002342055694102]]], "count": [117]}, "state": {"min": [-0.2968243956565857, -0.27459463477134705, 0.9174004793167114, 2.9749867916107178, -0.13963012397289276, -0.12775254249572754, 0.002350159687921405, -0.040006786584854126], "max": [0.050231341272592545, -0.013329585082828999, 1.2091597318649292, 3.2331368923187256, 0.22162552177906036, 0.13288210332393646, 0.03996879607439041, -0.0015409115003421903], "mean": [-0.13564692437648773, -0.1307564228773117, 1.0962237119674683, 3.0898830890655518, 0.008770253509283066, -0.002243658760562539, 0.01964094303548336, -0.019446024671196938], "std": [0.11013263463973999, 0.06600940972566605, 0.08250662684440613, 0.055684059858322144, 0.08520098775625229, 0.05964328721165657, 0.01792331598699093, 0.018084026873111725], "count": [578]}, "actions": {"min": [-0.7573651671409607, -0.5975624918937683, -0.8835801482200623, -0.1400528997182846, -0.1332339495420456, -0.19374683499336243, -1.0], "max": [0.9387915134429932, 0.6659804582595825, 1.1712969541549683, 0.1822759509086609, 0.10361387580633163, 0.1642942577600479, 1.0], "mean": [0.03878296539187431, 0.0009102377807721496, -0.004260932095348835, -0.00033148168586194515, -0.0004620637628249824, 0.0012021877337247133, 0.0968858152627945], "std": [0.2390386313199997, 0.1664569228887558, 0.2501193881034851, 0.039513908326625824, 0.03575099632143974, 0.03589532896876335, 0.9952946901321411], "count": [578]}, "timestamp": {"min": [0.0], "max": [57.7], "mean": [28.849999999999998], "std": [16.685397807664042], "count": [578]}, "frame_index": {"min": [0], "max": [577], "mean": [288.5], "std": [166.8539780766404], "count": [578]}, "episode_index": {"min": [2040], "max": [2040], "mean": [2040.0], "std": [0.0], "count": [578]}, "index": {"min": [658201], "max": [658778], "mean": [658489.5], "std": [166.8539780766404], "count": [578]}, "task_index": {"min": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [578]}}} +{"episode_index": 2041, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4563815277697993]], [[0.42530573347503065]], [[0.38758134729721966]]], "std": [[[0.2658784464669663]], [[0.2440200915585006]], [[0.22613398089724313]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5689972145230162]], [[0.5329394884296492]], [[0.47544251924402575]]], "std": [[[0.26889884013474663]], [[0.2445444694348082]], [[0.22147351787232789]]], "count": [100]}, "state": {"min": [-0.2155504673719406, -0.1961660236120224, 0.9202837944030762, 2.952501058578491, -0.0019937946926802397, -0.18437324464321136, 0.0024388288147747517, -0.03991008549928665], "max": [0.08090215921401978, 0.16943109035491943, 1.2942191362380981, 3.2899887561798096, 0.3058190643787384, 0.0648726150393486, 0.04000745341181755, -0.002511990489438176], "mean": [-0.004047271329909563, 0.04904913157224655, 1.1416866779327393, 3.168804407119751, 0.12934517860412598, -0.05779577046632767, 0.020682111382484436, -0.020640863105654716], "std": [0.07018440216779709, 0.13017654418945312, 0.10546620190143585, 0.1002175509929657, 0.08442103117704391, 0.05913667753338814, 0.018297946080565453, 0.01826220564544201], "count": [363]}, "actions": {"min": [-0.5017762184143066, -0.9028871059417725, -0.6847624778747559, -0.10310682654380798, -0.15115243196487427, -0.12283696234226227, -1.0], "max": [0.6361419558525085, 0.6542851328849792, 0.7225403189659119, 0.15029773116111755, 0.13483619689941406, 0.20444238185882568, 1.0], "mean": [0.036395344883203506, -0.039741795510053635, 0.004751428030431271, -0.0005940584233030677, -0.002309939358383417, -0.0010642488487064838, 0.03030303120613098], "std": [0.1717558652162552, 0.1946658343076706, 0.21758291125297546, 0.034830112010240555, 0.039143793284893036, 0.042528070509433746, 0.9995393753051758], "count": [363]}, "timestamp": {"min": [0.0], "max": [36.2], "mean": [18.099999999999998], "std": [10.478867623301035], "count": [363]}, "frame_index": {"min": [0], "max": [362], "mean": [181.0], "std": [104.78867623301034], "count": [363]}, "episode_index": {"min": [2041], "max": [2041], "mean": [2041.0], "std": [0.0], "count": [363]}, "index": {"min": [658779], "max": [659141], "mean": [658960.0], "std": [104.78867623301034], "count": [363]}, "task_index": {"min": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [363]}}} +{"episode_index": 2042, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4600744640873928]], [[0.4288283912808287]], [[0.3910495952531403]]], "std": [[[0.26542171401841663]], [[0.2438860999870187]], [[0.22668779056503469]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.586411673153148]], [[0.5482500059838389]], [[0.49045500512216605]]], "std": [[[0.25530954444838655]], [[0.22985847490973732]], [[0.20831418537292035]]], "count": [100]}, "state": {"min": [-0.1976349800825119, -0.20595979690551758, 0.9219720959663391, 2.951810836791992, -0.15732450783252716, -0.09760162979364395, 0.002115583512932062, -0.03986101597547531], "max": [0.08351769298315048, 0.19479745626449585, 1.2800077199935913, 3.334895372390747, 0.22460949420928955, 0.08129123598337173, 0.040010981261730194, -0.0020898873917758465], "mean": [-0.012262489646673203, 0.05158974975347519, 1.1547672748565674, 3.212765693664551, -0.002842959715053439, -0.03032560832798481, 0.020090870559215546, -0.01999252662062645], "std": [0.0727015882730484, 0.1448875218629837, 0.10152186453342438, 0.10756416618824005, 0.10164081305265427, 0.04459002614021301, 0.01842215098440647, 0.018368374556303024], "count": [342]}, "actions": {"min": [-0.8459834456443787, -2.3293581008911133, -0.5814600586891174, -0.1571989208459854, -0.18167807161808014, -0.1797485053539276, -1.0], "max": [0.5865640044212341, 0.6198915243148804, 1.1256645917892456, 0.17892733216285706, 0.14861901104450226, 0.12122953683137894, 1.0], "mean": [0.04321472719311714, -0.05523192137479782, -0.0035885439720004797, -0.003805864369496703, -0.0017409573774784803, -0.0027726804837584496, 0.05263157933950424], "std": [0.2048681527376175, 0.2518700659275055, 0.2583925426006317, 0.041638799011707306, 0.0478128157556057, 0.043072544038295746, 0.9986155033111572], "count": [342]}, "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": [2042], "max": [2042], "mean": [2042.0], "std": [0.0], "count": [342]}, "index": {"min": [659142], "max": [659483], "mean": [659312.5], "std": [98.72647399085346], "count": [342]}, "task_index": {"min": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [342]}}} +{"episode_index": 2043, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4555541746850107]], [[0.4246125823376225]], [[0.386890214508655]]], "std": [[[0.26529031726284524]], [[0.24355798774824458]], [[0.22563239345381106]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.577715362548828]], [[0.5395091995538449]], [[0.48062370150697]]], "std": [[[0.26808961697043704]], [[0.2433401589285351]], [[0.21973844204728496]]], "count": [100]}, "state": {"min": [-0.2149660587310791, -0.18868394196033478, 0.9211068749427795, 3.0776970386505127, 0.006208181846886873, -0.1195935532450676, 0.002693059854209423, -0.039867281913757324], "max": [0.11366833001375198, 0.17430183291435242, 1.3508721590042114, 3.4207561016082764, 0.5051769018173218, 0.14333683252334595, 0.04052839055657387, -0.002415347844362259], "mean": [0.030534818768501282, 0.05662704259157181, 1.1694759130477905, 3.256960868835449, 0.1637171357870102, -0.01081869751214981, 0.02133140340447426, -0.02097429893910885], "std": [0.0782238095998764, 0.128583624958992, 0.1251646727323532, 0.10112158954143524, 0.10334009677171707, 0.06770754605531693, 0.018158327788114548, 0.018286291509866714], "count": [371]}, "actions": {"min": [-0.7423112988471985, -1.1542352437973022, -1.0331724882125854, -0.2279081493616104, -0.14870856702327728, -0.16755972802639008, -1.0], "max": [0.763454020023346, 0.5066906809806824, 0.6620637774467468, 0.24464541673660278, 0.1921306699514389, 0.29378029704093933, 1.0], "mean": [0.027205713093280792, -0.029491974040865898, -0.01548684947192669, 0.002029245952144265, 0.0005236070137470961, 0.0005739532643929124, 0.008086252957582474], "std": [0.1987817883491516, 0.22279366850852966, 0.27408942580223083, 0.044648993760347366, 0.049294035881757736, 0.050297774374485016, 0.9999653697013855], "count": [371]}, "timestamp": {"min": [0.0], "max": [37.0], "mean": [18.5], "std": [10.709808588392232], "count": [371]}, "frame_index": {"min": [0], "max": [370], "mean": [185.0], "std": [107.09808588392231], "count": [371]}, "episode_index": {"min": [2043], "max": [2043], "mean": [2043.0], "std": [0.0], "count": [371]}, "index": {"min": [659484], "max": [659854], "mean": [659669.0], "std": [107.09808588392231], "count": [371]}, "task_index": {"min": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [371]}}} +{"episode_index": 2044, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4550276339661841]], [[0.42402884449678313]], [[0.3865957258635876]]], "std": [[[0.26544639059854336]], [[0.24347944698385424]], [[0.22539178591216374]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.5579799463608686]], [[0.5209974054074755]], [[0.46409519689223344]]], "std": [[[0.2766390131019121]], [[0.2528401614956832]], [[0.22855823678019857]]], "count": [100]}, "state": {"min": [-0.198194220662117, -0.21046121418476105, 0.9228794574737549, 2.997220277786255, 0.05600307881832123, -0.11695720255374908, 0.0024405501317232847, -0.0399320125579834], "max": [0.09351932257413864, 0.20120841264724731, 1.3407589197158813, 3.301872968673706, 0.4854949116706848, 0.06024890020489693, 0.04000579193234444, -0.002209156984463334], "mean": [0.022187761962413788, 0.04636510834097862, 1.1689668893814087, 3.1574807167053223, 0.21085451543331146, -0.03359787538647652, 0.020569326356053352, -0.020446661859750748], "std": [0.06630849838256836, 0.14701715111732483, 0.11615879088640213, 0.0839281976222992, 0.10708276182413101, 0.044027384370565414, 0.018233561888337135, 0.01829681731760502], "count": [340]}, "actions": {"min": [-0.4897610545158386, -0.989275336265564, -0.7387889623641968, -0.17780831456184387, -0.16973869502544403, -0.1302586942911148, -1.0], "max": [0.6444209814071655, 0.5474659204483032, 1.0448613166809082, 0.08828005194664001, 0.14143463969230652, 0.2652767598628998, 1.0], "mean": [0.028048081323504448, -0.038772471249103546, -0.005517064593732357, -0.0006418541306629777, -0.0006128374952822924, -0.000995049369521439, 0.03529411926865578], "std": [0.19545970857143402, 0.24227768182754517, 0.27309945225715637, 0.03987472504377365, 0.04768720269203186, 0.04201241955161095, 0.9993787407875061], "count": [340]}, "timestamp": {"min": [0.0], "max": [33.9], "mean": [16.950000000000003], "std": [9.814912123906153], "count": [340]}, "frame_index": {"min": [0], "max": [339], "mean": [169.5], "std": [98.14912123906153], "count": [340]}, "episode_index": {"min": [2044], "max": [2044], "mean": [2044.0], "std": [0.0], "count": [340]}, "index": {"min": [659855], "max": [660194], "mean": [660024.5], "std": [98.14912123906153], "count": [340]}, "task_index": {"min": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [340]}}} +{"episode_index": 2045, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45370991546032474]], [[0.42290296128216914]], [[0.38456399476294423]]], "std": [[[0.26692561856887487]], [[0.2451934069136789]], [[0.22670246434203967]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5880653357412301]], [[0.5480874579934514]], [[0.5035876530665978]]], "std": [[[0.2669531759238919]], [[0.24522981840408034]], [[0.22365160273044507]]], "count": [100]}, "state": {"min": [-0.20991654694080353, -0.14688530564308167, 0.9146078824996948, 3.063640594482422, -0.004571158438920975, -0.14123466610908508, 0.007389170117676258, -0.040002718567848206], "max": [0.10487028956413269, 0.10349318385124207, 1.2852134704589844, 3.269925355911255, 0.25919848680496216, 0.04047532379627228, 0.0401482954621315, -0.007351330481469631], "mean": [0.028757916763424873, 0.016139499843120575, 1.132951259613037, 3.179100275039673, 0.11774780601263046, -0.061485111713409424, 0.025248933583498, -0.024963833391666412], "std": [0.07263259589672089, 0.0805821567773819, 0.10940340906381607, 0.052528008818626404, 0.08911239355802536, 0.04849844053387642, 0.015551963821053505, 0.015711773186922073], "count": [354]}, "actions": {"min": [-0.7627465724945068, -1.3896675109863281, -0.7009432911872864, -0.1842820793390274, -0.12259424477815628, -0.12430300563573837, -1.0], "max": [0.5946643352508545, 0.3308601379394531, 0.8474792838096619, 0.11894436180591583, 0.225453183054924, 0.12472813576459885, 1.0], "mean": [0.037680331617593765, -0.02588067017495632, -0.013163781724870205, 0.00216617900878191, 0.0005573481903411448, -0.0021060877479612827, -0.07344632595777512], "std": [0.18735429644584656, 0.18948589265346527, 0.24494780600070953, 0.03861023485660553, 0.04295596852898598, 0.03750364109873772, 0.9972984194755554], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [2045], "max": [2045], "mean": [2045.0], "std": [0.0], "count": [354]}, "index": {"min": [660195], "max": [660548], "mean": [660371.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [354]}}} +{"episode_index": 2046, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4513223380294501]], [[0.42052200197706036]], [[0.38232487936580883]]], "std": [[[0.26731480869345725]], [[0.24536950580416642]], [[0.2264176819070517]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5664810934627758]], [[0.5267780528349035]], [[0.4828352182425705]]], "std": [[[0.2776845492456942]], [[0.2555811130028157]], [[0.23263609124887943]]], "count": [100]}, "state": {"min": [-0.1942509412765503, -0.1542452722787857, 0.9159329533576965, 3.0150697231292725, 0.022657012566924095, -0.1972164511680603, 0.002126817824319005, -0.039949383586645126], "max": [0.11546489596366882, 0.10056859254837036, 1.2706265449523926, 3.2899551391601562, 0.5182247161865234, 0.04221365228295326, 0.040473874658346176, -0.0024249590933322906], "mean": [0.0437186174094677, 0.004215066786855459, 1.1417921781539917, 3.1852097511291504, 0.2045777589082718, -0.10144338011741638, 0.02308376133441925, -0.022804271429777145], "std": [0.06841946393251419, 0.08446979522705078, 0.109283946454525, 0.06289862096309662, 0.12209195643663406, 0.07393857091665268, 0.01677524298429489, 0.016862887889146805], "count": [348]}, "actions": {"min": [-0.7249419093132019, -1.032418131828308, -0.7525500655174255, -0.11985541880130768, -0.15581215918064117, -0.11488614976406097, -1.0], "max": [0.6839323043823242, 0.5500490665435791, 0.8205755949020386, 0.2076900750398636, 0.130764439702034, 0.13340583443641663, 1.0], "mean": [0.019478067755699158, -0.018075980246067047, -0.020110007375478745, 0.003198924707248807, 0.00014948396710678935, -0.0011997637338936329, -0.01149425283074379], "std": [0.20089253783226013, 0.1760546714067459, 0.2511865198612213, 0.0437375083565712, 0.041226670145988464, 0.03908746689558029, 0.9999344944953918], "count": [348]}, "timestamp": {"min": [0.0], "max": [34.7], "mean": [17.35], "std": [10.045853207501425], "count": [348]}, "frame_index": {"min": [0], "max": [347], "mean": [173.5], "std": [100.45853207501425], "count": [348]}, "episode_index": {"min": [2046], "max": [2046], "mean": [2046.0], "std": [0.0], "count": [348]}, "index": {"min": [660549], "max": [660896], "mean": [660722.5], "std": [100.45853207501425], "count": [348]}, "task_index": {"min": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [348]}}} +{"episode_index": 2047, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4505187359978171]], [[0.4199003331801471]], [[0.381630921606924]]], "std": [[[0.26759922991976015]], [[0.24599776300627615]], [[0.2275658503350801]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5785359281652115]], [[0.538746457567402]], [[0.4942629089355469]]], "std": [[[0.2740222173727891]], [[0.2515623592884158]], [[0.2290550529765592]]], "count": [100]}, "state": {"min": [-0.22115035355091095, -0.18450967967510223, 0.9176581501960754, 3.0696496963500977, -0.02208164893090725, -0.25471553206443787, 0.002128595020622015, -0.03986804559826851], "max": [0.09377722442150116, 0.09724067151546478, 1.2859892845153809, 3.3338279724121094, 0.3132612705230713, 0.04015183821320534, 0.04034438729286194, -0.0019356220727786422], "mean": [0.025166023522615433, 0.01093530748039484, 1.1196329593658447, 3.240103006362915, 0.15309162437915802, -0.11905142664909363, 0.02167782001197338, -0.021325867623090744], "std": [0.0741129070520401, 0.08746322989463806, 0.1143946573138237, 0.07103670388460159, 0.09997446835041046, 0.08374162018299103, 0.018255870789289474, 0.018306847661733627], "count": [365]}, "actions": {"min": [-0.7510594129562378, -0.8471452593803406, -0.9000756740570068, -0.11700186133384705, -0.14754825830459595, -0.1410294622182846, -1.0], "max": [0.8240233659744263, 0.491041362285614, 0.8776350021362305, 0.21591010689735413, 0.22899788618087769, 0.1510705053806305, 1.0], "mean": [0.03854692727327347, -0.023540692403912544, -0.011149399913847446, 0.0016145905246958137, 0.00013234801008366048, -0.0010215771617367864, -0.008219177834689617], "std": [0.1997075378894806, 0.18647609651088715, 0.24481095373630524, 0.03803952783346176, 0.047638390213251114, 0.04592147842049599, 0.999967098236084], "count": [365]}, "timestamp": {"min": [0.0], "max": [36.4], "mean": [18.2], "std": [10.536602868097479], "count": [365]}, "frame_index": {"min": [0], "max": [364], "mean": [182.0], "std": [105.36602868097478], "count": [365]}, "episode_index": {"min": [2047], "max": [2047], "mean": [2047.0], "std": [0.0], "count": [365]}, "index": {"min": [660897], "max": [661261], "mean": [661079.0], "std": [105.36602868097478], "count": [365]}, "task_index": {"min": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [365]}}} +{"episode_index": 2048, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4528088372922411]], [[0.4219692532408471]], [[0.3837353252336091]]], "std": [[[0.2668671449313964]], [[0.24500467751588115]], [[0.22634498341905904]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5753296305338541]], [[0.5344573956657859]], [[0.4904130165249694]]], "std": [[[0.2719429995015253]], [[0.2499660634935654]], [[0.22707521507298425]]], "count": [100]}, "state": {"min": [-0.22468160092830658, -0.1261747181415558, 0.9130656719207764, 3.0297765731811523, 0.022521069273352623, -0.3410842716693878, 0.0022085884120315313, -0.0399324893951416], "max": [0.12378586083650589, 0.11032141745090485, 1.3010871410369873, 3.2963321208953857, 0.4392773509025574, 0.06163732334971428, 0.04050036147236824, -0.001474346499890089], "mean": [0.037295423448085785, -0.0003726122376974672, 1.1533939838409424, 3.170889139175415, 0.17500294744968414, -0.10729556530714035, 0.022335903719067574, -0.0214515570551157], "std": [0.08664610981941223, 0.07637132704257965, 0.10917361825704575, 0.07352574914693832, 0.10887926071882248, 0.10491335391998291, 0.018255429342389107, 0.018450291827321053], "count": [332]}, "actions": {"min": [-0.855310320854187, -1.1203281879425049, -1.439440131187439, -0.161439910531044, -0.1717449575662613, -0.13022863864898682, -1.0], "max": [0.8261839151382446, 0.4768211543560028, 1.0793194770812988, 0.1800404191017151, 0.25229790806770325, 0.13781824707984924, 1.0], "mean": [0.029435671865940094, -0.009730711579322815, -0.0371091403067112, 0.0023582156281918287, -0.0005656547145918012, -0.0037928964011371136, -0.0301204826682806], "std": [0.2220483124256134, 0.19861599802970886, 0.29171720147132874, 0.04919631406664848, 0.05106647312641144, 0.04689424857497215, 0.9995465278625488], "count": [332]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.583970993278308], "count": [332]}, "frame_index": {"min": [0], "max": [331], "mean": [165.5], "std": [95.83970993278308], "count": [332]}, "episode_index": {"min": [2048], "max": [2048], "mean": [2048.0], "std": [0.0], "count": [332]}, "index": {"min": [661262], "max": [661593], "mean": [661427.5], "std": [95.83970993278308], "count": [332]}, "task_index": {"min": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [332]}}} +{"episode_index": 2049, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4495993945551853]], [[0.4188857122683058]], [[0.38070605648265166]]], "std": [[[0.26831045477252374]], [[0.2467373495042136]], [[0.2285768780658138]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6027690160414751]], [[0.5616559950884651]], [[0.512489054960363]]], "std": [[[0.2662383799292908]], [[0.24289126485619986]], [[0.22046374555209547]]], "count": [100]}, "state": {"min": [-0.20649588108062744, -0.005594994407147169, 0.9134154319763184, 2.8908886909484863, 0.01777566783130169, -0.2442057579755783, 0.002043576678261161, -0.03998249024152756], "max": [0.12254506349563599, 0.3559904098510742, 1.264447808265686, 3.245913028717041, 0.5850948691368103, 0.07811079919338226, 0.040012143552303314, -0.002089001005515456], "mean": [0.020013993605971336, 0.16355261206626892, 1.0920262336730957, 3.10994291305542, 0.2112700194120407, -0.053350821137428284, 0.019266385585069656, -0.01923689991235733], "std": [0.0815093070268631, 0.1293802559375763, 0.1088564321398735, 0.09786432981491089, 0.14342598617076874, 0.07795552909374237, 0.0183511134237051, 0.018356766551733017], "count": [385]}, "actions": {"min": [-0.843197762966156, -0.4898701608181, -0.7784237265586853, -0.14475110173225403, -0.2650119960308075, -0.25439825654029846, -1.0], "max": [0.957198441028595, 0.8141039609909058, 1.1057459115982056, 0.17484354972839355, 0.2202817052602768, 0.24805434048175812, 1.0], "mean": [0.0009458099375478923, 0.06861604750156403, -0.06400251388549805, -0.00063840247457847, -0.00144305604044348, -0.005958910100162029, 0.09610389918088913], "std": [0.22323551774024963, 0.16265064477920532, 0.24582858383655548, 0.04313170164823532, 0.05754953250288963, 0.05997593700885773, 0.995370090007782], "count": [385]}, "timestamp": {"min": [0.0], "max": [38.4], "mean": [19.2], "std": [11.113955191559844], "count": [385]}, "frame_index": {"min": [0], "max": [384], "mean": [192.0], "std": [111.13955191559843], "count": [385]}, "episode_index": {"min": [2049], "max": [2049], "mean": [2049.0], "std": [0.0], "count": [385]}, "index": {"min": [661594], "max": [661978], "mean": [661786.0], "std": [111.13955191559843], "count": [385]}, "task_index": {"min": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [385]}}} +{"episode_index": 2050, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4523423761106005]], [[0.42144155285405177]], [[0.3828556805778952]]], "std": [[[0.26793902066686953]], [[0.24643626335757748]], [[0.22842191533229542]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.6040858842438342]], [[0.5633411027496936]], [[0.5158446625354243]]], "std": [[[0.2565425434983523]], [[0.2332643660712627]], [[0.21096453007954458]]], "count": [100]}, "state": {"min": [-0.21357440948486328, -0.008334198966622353, 0.9172003865242004, 3.103663921356201, -0.09651025384664536, -0.1563538908958435, 0.0020777471363544464, -0.03989306464791298], "max": [0.09726613014936447, 0.35449227690696716, 1.1984516382217407, 3.2908167839050293, 0.2529524266719818, 0.08726485073566437, 0.04051323980093002, -0.0020544901490211487], "mean": [-0.02081179805099964, 0.12450837343931198, 1.0903218984603882, 3.2275161743164062, 0.05150706321001053, -0.05593687295913696, 0.020009256899356842, -0.019807500764727592], "std": [0.0957212746143341, 0.1042741909623146, 0.09388110786676407, 0.0446525514125824, 0.09227964282035828, 0.06401154398918152, 0.018409835174679756, 0.018363256007432938], "count": [347]}, "actions": {"min": [-0.5757644176483154, -0.324950635433197, -0.6691217422485352, -0.12374568730592728, -0.250099241733551, -0.23587308824062347, -1.0], "max": [0.6169912815093994, 0.782077968120575, 1.1183687448501587, 0.13812734186649323, 0.31790852546691895, 0.15649156272411346, 1.0], "mean": [0.014426922425627708, 0.08452032506465912, -0.053700994700193405, 0.003864991944283247, -0.00010237784590572119, -0.0002814625040628016, 0.06628242135047913], "std": [0.2131357342004776, 0.1606214940547943, 0.24852630496025085, 0.044193509966135025, 0.06107144430279732, 0.05504819005727768, 0.9978004097938538], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [2050], "max": [2050], "mean": [2050.0], "std": [0.0], "count": [347]}, "index": {"min": [661979], "max": [662325], "mean": [662152.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [347]}}} +{"episode_index": 2051, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45226183603324144]], [[0.421445790608724]], [[0.38316604374904256]]], "std": [[[0.2670946513132843]], [[0.24557280382376093]], [[0.22728212865734124]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5967829170975031]], [[0.5559118939568014]], [[0.5075500578038833]]], "std": [[[0.2680088029133531]], [[0.24524143745792668]], [[0.22278583403685487]]], "count": [100]}, "state": {"min": [-0.17413489520549774, -0.02342895045876503, 0.9147247076034546, 2.979837417602539, 0.010849238373339176, -0.16332466900348663, 0.0020567281171679497, -0.04000280052423477], "max": [0.11139072477817535, 0.361520916223526, 1.2466751337051392, 3.1926040649414062, 0.5735100507736206, 0.1484641432762146, 0.03997953608632088, -0.0020324978977441788], "mean": [0.01827586628496647, 0.1511506587266922, 1.1142748594284058, 3.095445394515991, 0.22472095489501953, -0.029937243089079857, 0.019637560471892357, -0.019673272967338562], "std": [0.07515015453100204, 0.12714920938014984, 0.10553257912397385, 0.053211942315101624, 0.16904829442501068, 0.08812259882688522, 0.018399562686681747, 0.018391229212284088], "count": [379]}, "actions": {"min": [-1.0349222421646118, -0.2670266330242157, -0.8903168439865112, -0.12978659570217133, -0.3076251745223999, -0.3820676803588867, -1.0], "max": [0.8049099445343018, 0.8548852801322937, 1.0749250650405884, 0.1368951052427292, 0.2431640326976776, 0.2703208327293396, 1.0], "mean": [-0.00262274662964046, 0.07831075042486191, -0.06150839477777481, 0.003478151746094227, -0.0033345974516123533, 0.0009531418327242136, 0.07651714980602264], "std": [0.22706009447574615, 0.16265851259231567, 0.258058100938797, 0.040432482957839966, 0.060393448919057846, 0.062411725521087646, 0.9970662593841553], "count": [379]}, "timestamp": {"min": [0.0], "max": [37.8], "mean": [18.900000000000002], "std": [10.940749517286282], "count": [379]}, "frame_index": {"min": [0], "max": [378], "mean": [189.0], "std": [109.40749517286281], "count": [379]}, "episode_index": {"min": [2051], "max": [2051], "mean": [2051.0], "std": [0.0], "count": [379]}, "index": {"min": [662326], "max": [662704], "mean": [662515.0], "std": [109.40749517286281], "count": [379]}, "task_index": {"min": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [379]}}} +{"episode_index": 2052, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4531456681793811]], [[0.42273418591069245]], [[0.38481630213120405]]], "std": [[[0.2666203652363222]], [[0.24546620342513353]], [[0.22775553766515672]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6125652794931449]], [[0.5710780609729244]], [[0.5225002034505208]]], "std": [[[0.24952765001633284]], [[0.22690305716103118]], [[0.20499777517021453]]], "count": [100]}, "state": {"min": [-0.19318148493766785, -0.01913570985198021, 0.9147168397903442, 3.025604009628296, -0.0847327932715416, -0.09007639437913895, 0.0021552592515945435, -0.04000578075647354], "max": [0.09700954705476761, 0.33701270818710327, 1.2092597484588623, 3.1886847019195557, 0.13722743093967438, 0.05318615213036537, 0.03992814943194389, -0.002129595261067152], "mean": [0.0005583539605140686, 0.12416362762451172, 1.0798895359039307, 3.09865403175354, 0.011434724554419518, -0.039104413241147995, 0.02474479004740715, -0.024764539673924446], "std": [0.08804254978895187, 0.09971306473016739, 0.0922127515077591, 0.041565243154764175, 0.06303977966308594, 0.03751575946807861, 0.018081409856677055, 0.018158093094825745], "count": [347]}, "actions": {"min": [-1.0575534105300903, -0.3740639388561249, -0.788851797580719, -0.09533759951591492, -0.16314321756362915, -0.18549945950508118, -1.0], "max": [0.7587246894836426, 0.8561837077140808, 0.7718316316604614, 0.11015976220369339, 0.1376705914735794, 0.15160277485847473, 1.0], "mean": [0.014711137861013412, 0.08146495372056961, -0.05254925787448883, 0.0025809442158788443, 0.0006841329159215093, -0.0004915350582450628, -0.19884726405143738], "std": [0.21668049693107605, 0.16434425115585327, 0.19818814098834991, 0.03151361644268036, 0.03783668950200081, 0.03747225180268288, 0.9800305962562561], "count": [347]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [10.016985574512923], "count": [347]}, "frame_index": {"min": [0], "max": [346], "mean": [173.0], "std": [100.16985574512923], "count": [347]}, "episode_index": {"min": [2052], "max": [2052], "mean": [2052.0], "std": [0.0], "count": [347]}, "index": {"min": [662705], "max": [663051], "mean": [662878.0], "std": [100.16985574512923], "count": [347]}, "task_index": {"min": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [347]}}} +{"episode_index": 2053, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4527628185795803]], [[0.4218019247616039]], [[0.38407217347388173]]], "std": [[[0.2680582842530309]], [[0.24650514824546196]], [[0.22917465280275862]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.6086445480047488]], [[0.5690393754547717]], [[0.5074494425455729]]], "std": [[[0.25691670872556177]], [[0.23149705075800733]], [[0.20842369903788704]]], "count": [100]}, "state": {"min": [-0.18106471002101898, 0.026709308847784996, 0.9170525074005127, 3.0417981147766113, -0.10316700488328934, -0.15758472681045532, 0.0025339554995298386, -0.04000183939933777], "max": [0.09145583212375641, 0.3083871603012085, 1.2554476261138916, 3.2208170890808105, 0.3786429166793823, 0.07520902901887894, 0.040003497153520584, -0.002610935363918543], "mean": [-0.000896058336365968, 0.20037677884101868, 1.1187191009521484, 3.140233039855957, 0.12472618371248245, -0.0597878135740757, 0.023443790152668953, -0.02343131974339485], "std": [0.073263019323349, 0.07065936923027039, 0.10543235391378403, 0.041861239820718765, 0.15031319856643677, 0.048913098871707916, 0.018149128183722496, 0.01813233457505703], "count": [327]}, "actions": {"min": [-0.8274209499359131, -0.3128519654273987, -1.096882939338684, -0.14112405478954315, -0.2654738426208496, -0.16098462045192719, -1.0], "max": [0.5910838842391968, 0.5208896398544312, 0.7130406498908997, 0.10509976744651794, 0.1844738870859146, 0.12302134186029434, 1.0], "mean": [-0.0009391040075570345, 0.056261442601680756, -0.06474737077951431, 0.0024929342325776815, -0.002683226251974702, 0.0008101818966679275, -0.11926605552434921], "std": [0.2031434178352356, 0.1316399723291397, 0.25959184765815735, 0.03306766599416733, 0.05152319371700287, 0.04222424328327179, 0.9928629994392395], "count": [327]}, "timestamp": {"min": [0.0], "max": [32.6], "mean": [16.3], "std": [9.439632761218343], "count": [327]}, "frame_index": {"min": [0], "max": [326], "mean": [163.0], "std": [94.39632761218344], "count": [327]}, "episode_index": {"min": [2053], "max": [2053], "mean": [2053.0], "std": [0.0], "count": [327]}, "index": {"min": [663052], "max": [663378], "mean": [663215.0], "std": [94.39632761218344], "count": [327]}, "task_index": {"min": [301], "max": [301], "mean": [301.0], "std": [0.0], "count": [327]}}} +{"episode_index": 2054, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45462530338062956]], [[0.42383182002048864]], [[0.3863160932952282]]], "std": [[[0.2657476924658461]], [[0.24440408196712632]], [[0.22734838544058272]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.6104618997012867]], [[0.5717086385091146]], [[0.5105228606579351]]], "std": [[[0.2505000458952029]], [[0.22458542777129986]], [[0.20315608123998216]]], "count": [100]}, "state": {"min": [-0.16555863618850708, 0.04352501779794693, 0.9190990924835205, 3.057162046432495, -0.10141926258802414, -0.12591150403022766, 0.0022947860416024923, -0.04000573977828026], "max": [0.11254008114337921, 0.2993546426296234, 1.2218552827835083, 3.210167407989502, 0.23420269787311554, 0.14644081890583038, 0.04000210016965866, -0.0020895125344395638], "mean": [-0.006903455127030611, 0.20266373455524445, 1.1113122701644897, 3.129897356033325, 0.06292403489351273, 0.00898961815983057, 0.023136375471949577, -0.023116949945688248], "std": [0.09843824803829193, 0.057192184031009674, 0.10180516541004181, 0.0367925763130188, 0.07864213734865189, 0.0619780533015728, 0.018316535279154778, 0.018395977094769478], "count": [355]}, "actions": {"min": [-0.8103000521659851, -0.2393103837966919, -0.6748261451721191, -0.15642251074314117, -0.24724003672599792, -0.2331918329000473, -1.0], "max": [0.6334584355354309, 0.7416719198226929, 0.7442996501922607, 0.12867499887943268, 0.12184954434633255, 0.27188926935195923, 1.0], "mean": [0.0038466360419988632, 0.05188395082950592, -0.04670560732483864, 0.0019744785968214273, -0.005404696799814701, 0.002167662838473916, -0.1098591536283493], "std": [0.21405550837516785, 0.14152348041534424, 0.23841695487499237, 0.04092811048030853, 0.055053144693374634, 0.060508906841278076, 0.9939457178115845], "count": [355]}, "timestamp": {"min": [0.0], "max": [35.4], "mean": [17.7], "std": [10.24792661956554], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [2054], "max": [2054], "mean": [2054.0], "std": [0.0], "count": [355]}, "index": {"min": [663379], "max": [663733], "mean": [663556.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [301], "max": [301], "mean": [301.0], "std": [0.0], "count": [355]}}} +{"episode_index": 2055, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45322853417490044]], [[0.42255334293141084]], [[0.38507435996859685]]], "std": [[[0.2663090249186785]], [[0.24485529759983848]], [[0.2276868339604105]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6101896577722886]], [[0.570992036707261]], [[0.5095238922717524]]], "std": [[[0.25617721555302225]], [[0.23059449886469802]], [[0.20766069655029956]]], "count": [100]}, "state": {"min": [-0.21923841536045074, -0.005444171838462353, 0.9200902581214905, 3.07889461517334, -0.06433974951505661, -0.18396267294883728, 0.002549300901591778, -0.04000227153301239], "max": [0.10635827481746674, 0.27390146255493164, 1.233167290687561, 3.185865640640259, 0.3491922616958618, -0.00046890220255590975, 0.039999157190322876, -0.002545036608353257], "mean": [0.007045093923807144, 0.20401957631111145, 1.1070326566696167, 3.1398630142211914, 0.10240594297647476, -0.11091093719005585, 0.02256752736866474, -0.022544015198946], "std": [0.092115618288517, 0.056457895785570145, 0.09714341908693314, 0.02233465388417244, 0.11193003505468369, 0.049716077744960785, 0.018228804692626, 0.018247557803988457], "count": [320]}, "actions": {"min": [-0.6638192534446716, -0.2769920825958252, -0.7902811765670776, -0.18350595235824585, -0.19737526774406433, -0.16078613698482513, -1.0], "max": [0.5656294822692871, 0.9199238419532776, 0.6005063056945801, 0.14410749077796936, 0.18106991052627563, 0.14382758736610413, 1.0], "mean": [0.01782737672328949, 0.05986254662275314, -0.05978359654545784, 0.005328481551259756, -0.0014155906392261386, -0.00034706335281953216, -0.07500000298023224], "std": [0.22300784289836884, 0.15592752397060394, 0.24314573407173157, 0.04121732711791992, 0.052672553807497025, 0.0428076833486557, 0.9971838593482971], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [2055], "max": [2055], "mean": [2055.0], "std": [0.0], "count": [320]}, "index": {"min": [663734], "max": [664053], "mean": [663893.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [301], "max": [301], "mean": [301.0], "std": [0.0], "count": [320]}}} +{"episode_index": 2056, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4580719670314415]], [[0.4263922400381051]], [[0.3870650060317095]]], "std": [[[0.2668869553025035]], [[0.24525714170343296]], [[0.2270460616831693]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5571521229463465]], [[0.5285505454867494]], [[0.49435581162396597]]], "std": [[[0.26255855735901007]], [[0.23317341976151768]], [[0.20934921573723372]]], "count": [100]}, "state": {"min": [-0.1875360608100891, -0.1215348169207573, 0.9268016219139099, 2.955746650695801, -0.24611037969589233, -0.03675415366888046, 0.0021823591087013483, -0.039965178817510605], "max": [-0.0006285292911343277, 0.10535010695457458, 1.2622480392456055, 3.2465527057647705, 0.1353394091129303, 0.18767696619033813, 0.04000534117221832, -0.0024990367237478495], "mean": [-0.07854323834180832, 0.018993262201547623, 1.1388895511627197, 3.1185524463653564, -0.08114053308963776, 0.055544424802064896, 0.019983496516942978, -0.020182671025395393], "std": [0.04339626431465149, 0.08691969513893127, 0.10129737854003906, 0.08437871187925339, 0.11415362358093262, 0.06987018138170242, 0.017921878024935722, 0.01768735982477665], "count": [330]}, "actions": {"min": [-0.3969971835613251, -0.6741862297058105, -0.5733811855316162, -0.10053400695323944, -0.1316266506910324, -0.1672912985086441, -1.0], "max": [0.6946863532066345, 0.31829434633255005, 1.0743046998977661, 0.09406737983226776, 0.12044940888881683, 0.21744482219219208, 1.0], "mean": [0.045808110386133194, -0.04085300490260124, -0.006059459876269102, -0.004876249935477972, -0.0007626153528690338, 8.099092519842088e-05, 0.08484848588705063], "std": [0.1320158839225769, 0.13909600675106049, 0.2512347102165222, 0.029919475317001343, 0.03695154935121536, 0.03808857500553131, 0.9963942170143127], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [2056], "max": [2056], "mean": [2056.0], "std": [0.0], "count": [330]}, "index": {"min": [664054], "max": [664383], "mean": [664218.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [302], "max": [302], "mean": [302.0], "std": [0.0], "count": [330]}}} +{"episode_index": 2057, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45728773588292737]], [[0.42556892484777115]], [[0.386034003164254]]], "std": [[[0.2666702519844974]], [[0.24461802168067476]], [[0.22588350534738058]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5496087395163144]], [[0.521471331428079]], [[0.4878108670103784]]], "std": [[[0.2714022170878897]], [[0.2431600422317247]], [[0.22039073208919668]]], "count": [100]}, "state": {"min": [-0.21561311185359955, -0.17128291726112366, 0.9240660667419434, 3.0673794746398926, -0.16608966886997223, -0.1591406911611557, 0.002368283225223422, -0.03989853337407112], "max": [-0.006900031119585037, 0.12119997292757034, 1.261565923690796, 3.3281443119049072, 0.22215445339679718, 0.049476660788059235, 0.04038688540458679, -0.00248379516415298], "mean": [-0.06843449175357819, 0.01115877740085125, 1.1364392042160034, 3.219431161880493, 0.026166900992393494, -0.06321153789758682, 0.019673684611916542, -0.01944923773407936], "std": [0.04544971138238907, 0.09426505118608475, 0.09963296353816986, 0.0648583322763443, 0.12644712626934052, 0.06344488263130188, 0.01806078664958477, 0.018116097897291183], "count": [329]}, "actions": {"min": [-0.3614962697029114, -1.153188943862915, -0.7306578755378723, -0.11610667407512665, -0.14430126547813416, -0.1075156182050705, -1.0], "max": [0.5469954013824463, 0.32515788078308105, 0.885199785232544, 0.10953191667795181, 0.1376134306192398, 0.10559660196304321, 1.0], "mean": [0.044157322496175766, -0.01943105272948742, -0.012007332406938076, 0.0028019181918352842, -0.0015743683325126767, -0.0010044033406302333, 0.09422492235898972], "std": [0.15095637738704681, 0.1964247077703476, 0.2512039840221405, 0.035748984664678574, 0.043844982981681824, 0.0373336561024189, 0.9955523014068604], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [2057], "max": [2057], "mean": [2057.0], "std": [0.0], "count": [329]}, "index": {"min": [664384], "max": [664712], "mean": [664548.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [302], "max": [302], "mean": [302.0], "std": [0.0], "count": [329]}}} +{"episode_index": 2058, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45589455279181984]], [[0.42446321016199445]], [[0.3854718209060968]]], "std": [[[0.26683373710038105]], [[0.24502517331703902]], [[0.22648553660915782]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5541136223288143]], [[0.5256074404249004]], [[0.4904819443646599]]], "std": [[[0.2710936698046194]], [[0.2430331002712037]], [[0.22017842998988263]]], "count": [100]}, "state": {"min": [-0.21531733870506287, -0.1390005499124527, 0.9304752945899963, 3.0406641960144043, -0.15629728138446808, -0.10032764822244644, 0.0018662740476429462, -0.03994113206863403], "max": [0.019865088164806366, 0.1093778982758522, 1.2553669214248657, 3.2447102069854736, 0.30636540055274963, 0.0903308168053627, 0.04000486806035042, -0.002170376479625702], "mean": [-0.05501750111579895, 0.016569502651691437, 1.1337913274765015, 3.1469483375549316, 0.04691227898001671, -0.010975292883813381, 0.019515883177518845, -0.0195922888815403], "std": [0.050007954239845276, 0.08645544201135635, 0.09583872556686401, 0.06487786024808884, 0.13652585446834564, 0.06089680641889572, 0.018159236758947372, 0.018080445006489754], "count": [314]}, "actions": {"min": [-0.6215791702270508, -1.0261249542236328, -0.7002441883087158, -0.1294599175453186, -0.13378316164016724, -0.08850471675395966, -1.0], "max": [0.6796801686286926, 0.5783340930938721, 0.6135302186012268, 0.20956455171108246, 0.1513546109199524, 0.13462436199188232, 1.0], "mean": [0.04372492432594299, -0.018702251836657524, -0.0009215560276061296, 0.0011435250053182244, -0.00042995906551368535, -0.00020048905571456999, 0.08917197585105896], "std": [0.16932667791843414, 0.18064528703689575, 0.2416212558746338, 0.0424141064286232, 0.043217066675424576, 0.030885448679327965, 0.996016800403595], "count": [314]}, "timestamp": {"min": [0.0], "max": [31.3], "mean": [15.65], "std": [9.064353258782448], "count": [314]}, "frame_index": {"min": [0], "max": [313], "mean": [156.5], "std": [90.6435325878245], "count": [314]}, "episode_index": {"min": [2058], "max": [2058], "mean": [2058.0], "std": [0.0], "count": [314]}, "index": {"min": [664713], "max": [665026], "mean": [664869.5], "std": [90.6435325878245], "count": [314]}, "task_index": {"min": [302], "max": [302], "mean": [302.0], "std": [0.0], "count": [314]}}} +{"episode_index": 2059, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45707922602634804]], [[0.4256960281671262]], [[0.38681518973556217]]], "std": [[[0.2665662642269454]], [[0.2447423578039225]], [[0.22622537458108022]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5610173058603324]], [[0.532976536769493]], [[0.4974998671587776]]], "std": [[[0.2677507019362393]], [[0.23869734285284352]], [[0.21549667807887266]]], "count": [100]}, "state": {"min": [-0.21147030591964722, -0.12490282207727432, 0.9267541170120239, 3.0384304523468018, -0.15330860018730164, -0.12872324883937836, 0.002400139579549432, -0.03997586667537689], "max": [0.01943223550915718, 0.11864452064037323, 1.232450246810913, 3.182612895965576, 0.26063787937164307, 0.05191584676504135, 0.04000259190797806, -0.002185109304264188], "mean": [-0.053042251616716385, 0.029384147375822067, 1.1202703714370728, 3.1374337673187256, 0.03261008486151695, -0.021064890548586845, 0.018841659650206566, -0.018845031037926674], "std": [0.046184614300727844, 0.08865902572870255, 0.09133744239807129, 0.03537158668041229, 0.12001769989728928, 0.04912862181663513, 0.018129827454686165, 0.018143808469176292], "count": [305]}, "actions": {"min": [-0.4217826724052429, -0.8414488434791565, -0.6059941649436951, -0.1753673255443573, -0.238077312707901, -0.11461803317070007, -1.0], "max": [0.6694917678833008, 0.6846962571144104, 1.623661756515503, 0.1632300466299057, 0.11393045634031296, 0.1956242322921753, 1.0], "mean": [0.05355939269065857, -0.028371714055538177, 0.005910661071538925, -0.0012708212016150355, -0.0007138171931728721, -0.00015041755978018045, 0.1213114783167839], "std": [0.16228236258029938, 0.18001094460487366, 0.2440306395292282, 0.03686180338263512, 0.04286942258477211, 0.03542453423142433, 0.9926144480705261], "count": [305]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.804544281222055], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [2059], "max": [2059], "mean": [2059.0], "std": [0.0], "count": [305]}, "index": {"min": [665027], "max": [665331], "mean": [665179.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [302], "max": [302], "mean": [302.0], "std": [0.0], "count": [305]}}} +{"episode_index": 2060, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4552698256548713]], [[0.42463966279871324]], [[0.3865834446327359]]], "std": [[[0.2668825507190005]], [[0.24584369869263797]], [[0.2285812244884689]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5882311538995482]], [[0.5611689285577512]], [[0.5232866097244562]]], "std": [[[0.2526138364357433]], [[0.21898279552939925]], [[0.1954660782879886]]], "count": [100]}, "state": {"min": [-0.1883460134267807, 0.03535471111536026, 0.9294298887252808, 3.1238863468170166, -0.2174578756093979, -0.16632547974586487, 0.001477563171647489, -0.04000496119260788], "max": [0.08565717935562134, 0.26608437299728394, 1.198254942893982, 3.2478365898132324, 0.07761988043785095, 0.06592708826065063, 0.03999605402350426, -0.0023819399066269398], "mean": [-0.036234721541404724, 0.1505851000547409, 1.0891385078430176, 3.169020652770996, -0.07153802365064621, -0.03192829340696335, 0.018248608335852623, -0.0182235985994339], "std": [0.07153981178998947, 0.06813246011734009, 0.08361393213272095, 0.029854437336325645, 0.09247393906116486, 0.06387017667293549, 0.017970051616430283, 0.017985079437494278], "count": [281]}, "actions": {"min": [-0.23262105882167816, -0.24213886260986328, -0.7522071003913879, -0.1918545812368393, -0.17902091145515442, -0.10707683116197586, -1.0], "max": [0.5875676870346069, 0.5923112630844116, 1.4113795757293701, 0.11430452764034271, 0.18384172022342682, 0.11355850100517273, 1.0], "mean": [0.07885505259037018, 0.06386186927556992, -0.047242071479558945, -0.0016449159011244774, -0.0015416779788210988, 0.0014814577298238873, 0.16014234721660614], "std": [0.13446322083473206, 0.10998965799808502, 0.26801440119743347, 0.032499536871910095, 0.03952428326010704, 0.03564411774277687, 0.987095832824707], "count": [281]}, "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": [2060], "max": [2060], "mean": [2060.0], "std": [0.0], "count": [281]}, "index": {"min": [665332], "max": [665612], "mean": [665472.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [281]}}} +{"episode_index": 2061, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45265478515625]], [[0.42245090559417126]], [[0.38475773650524664]]], "std": [[[0.26666808087881677]], [[0.24538783002499046]], [[0.22762424662585126]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5789354607077206]], [[0.5525153688916973]], [[0.515572805965648]]], "std": [[[0.2649224953175343]], [[0.23350641165070973]], [[0.21149877232594874]]], "count": [100]}, "state": {"min": [-0.19777068495750427, 0.004404378589242697, 0.9366470575332642, 3.134058952331543, -0.0383957214653492, -0.12857836484909058, 0.002044448396191001, -0.03994744271039963], "max": [0.11016643792390823, 0.2480715662240982, 1.183443307876587, 3.2548904418945312, 0.28600457310676575, -0.012115372344851494, 0.04000364616513252, -0.0018683593953028321], "mean": [-0.012865155935287476, 0.1381864845752716, 1.0803276300430298, 3.2018799781799316, 0.07883171737194061, -0.0705774798989296, 0.017655128613114357, -0.017543837428092957], "std": [0.08029605448246002, 0.06933242082595825, 0.07760722190141678, 0.028263427317142487, 0.09650298207998276, 0.035233378410339355, 0.01816209964454174, 0.018232448026537895], "count": [265]}, "actions": {"min": [-0.40764832496643066, -0.13667306303977966, -0.7289201021194458, -0.12606246769428253, -0.1589267998933792, -0.12866483628749847, -1.0], "max": [0.8463650345802307, 0.6187096238136292, 1.137029767036438, 0.12314683943986893, 0.1064201071858406, 0.2247609794139862, 1.0], "mean": [0.09749817848205566, 0.07356610149145126, -0.04575885459780693, 0.0003018534043803811, 0.001441633328795433, -0.0002434714260743931, 0.1924528330564499], "std": [0.1689591258764267, 0.10060474276542664, 0.24495764076709747, 0.028920825570821762, 0.03972191363573074, 0.03301065415143967, 0.9813053011894226], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [2061], "max": [2061], "mean": [2061.0], "std": [0.0], "count": [265]}, "index": {"min": [665613], "max": [665877], "mean": [665745.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [265]}}} +{"episode_index": 2062, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45162622130150887]], [[0.4211833059273514]], [[0.38328282374961703]]], "std": [[[0.2670687870623734]], [[0.24580756131595416]], [[0.22797316723988095]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.577732063443053]], [[0.5487519142300475]], [[0.5093449910481771]]], "std": [[[0.2662836769028679]], [[0.23534776206902946]], [[0.21242208738168017]]], "count": [100]}, "state": {"min": [-0.19983692467212677, 0.002741157775744796, 0.9217080473899841, 3.066836357116699, -0.06696437299251556, -0.19918125867843628, 0.0027823159471154213, -0.0399528332054615], "max": [0.10010875016450882, 0.2583642303943634, 1.192801833152771, 3.3239850997924805, 0.24467013776302338, 0.10935128480195999, 0.040003132075071335, -0.001429284573532641], "mean": [-0.025370582938194275, 0.1293380856513977, 1.079420566558838, 3.2132058143615723, 0.05164692923426628, -0.06072372570633888, 0.020011520013213158, -0.019223639741539955], "std": [0.07807561755180359, 0.07096447050571442, 0.08483865112066269, 0.056271299719810486, 0.0807928591966629, 0.07387500256299973, 0.017876097932457924, 0.018262149766087532], "count": [236]}, "actions": {"min": [-0.19158633053302765, -0.2005283534526825, -0.9446223974227905, -0.08439283818006516, -0.1250041425228119, -0.1609862744808197, -1.0], "max": [0.7623881101608276, 0.6850590705871582, 0.7688443660736084, 0.13196280598640442, 0.12850990891456604, 0.11872465908527374, 1.0], "mean": [0.10759271681308746, 0.0883319154381752, -0.06421509385108948, 0.001870867214165628, 0.005198921542614698, -0.0009950305102393031, 0.1355932205915451], "std": [0.15485887229442596, 0.10732480883598328, 0.2798411250114441, 0.03447805345058441, 0.044281069189310074, 0.037562206387519836, 0.9907628893852234], "count": [236]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.812672016176912], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [2062], "max": [2062], "mean": [2062.0], "std": [0.0], "count": [236]}, "index": {"min": [665878], "max": [666113], "mean": [665995.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [236]}}} +{"episode_index": 2063, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45011080872778797]], [[0.41953210868087465]], [[0.3817750489478018]]], "std": [[[0.2677998244861239]], [[0.24620177513874938]], [[0.22793210951540865]]], "count": [100]}, "wrist_image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5858492826573989]], [[0.5565766691320082]], [[0.5160603075214462]]], "std": [[[0.26587337462518523]], [[0.23554573520474525]], [[0.21391097231712733]]], "count": [100]}, "state": {"min": [-0.226630300283432, -0.005585810169577599, 0.9223086833953857, 3.061561346054077, -0.010792356915771961, -0.1524135023355484, 0.005434970837086439, -0.03997674584388733], "max": [0.10195133835077286, 0.2653818130493164, 1.1911005973815918, 3.2911109924316406, 0.3045356571674347, 0.01820291019976139, 0.04000302404165268, -0.0019066594541072845], "mean": [-0.01942770555615425, 0.14675231277942657, 1.072724461555481, 3.2051117420196533, 0.11678457260131836, -0.047579389065504074, 0.022272968664765358, -0.0209239162504673], "std": [0.0822196900844574, 0.07225579768419266, 0.08225470036268234, 0.05842766538262367, 0.08521276712417603, 0.04633418470621109, 0.01604979671537876, 0.01721292920410633], "count": [256]}, "actions": {"min": [-0.18664076924324036, -0.22879479825496674, -0.9057711958885193, -0.16605684161186218, -0.1316653937101364, -0.1216256320476532, -1.0], "max": [0.9078006148338318, 0.6633052229881287, 0.9616022706031799, 0.1518181413412094, 0.14108598232269287, 0.09491543471813202, 1.0], "mean": [0.10318371653556824, 0.08187376707792282, -0.04754872992634773, 0.004768388345837593, 0.002662918297573924, -0.0021587673109024763, 0.0625], "std": [0.1892477571964264, 0.1211424171924591, 0.27144718170166016, 0.03459078073501587, 0.04209485277533531, 0.03425942361354828, 0.9980449676513672], "count": [256]}, "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": [2063], "max": [2063], "mean": [2063.0], "std": [0.0], "count": [256]}, "index": {"min": [666114], "max": [666369], "mean": [666241.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [256]}}} +{"episode_index": 2064, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45314768233953734]], [[0.4221750859279259]], [[0.3840467547248391]]], "std": [[[0.2664311038314701]], [[0.24489033510378289]], [[0.22725524110324063]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.6128655353620941]], [[0.5747195638020833]], [[0.511767578125]]], "std": [[[0.24726867162036198]], [[0.22074561668442505]], [[0.19881997069821192]]], "count": [100]}, "state": {"min": [-0.19637782871723175, 0.011266757734119892, 0.9268072843551636, 3.034846544265747, -0.04714531823992729, -0.09457056224346161, 0.0022203740663826466, -0.03998695686459541], "max": [0.09293735772371292, 0.2934004068374634, 1.2457926273345947, 3.264420986175537, 0.3757503032684326, 0.11197996139526367, 0.04000439867377281, -0.002401235280558467], "mean": [0.01745554432272911, 0.1766360104084015, 1.1209616661071777, 3.148574113845825, 0.07596275955438614, 0.04893999546766281, 0.02105714939534664, -0.020933980122208595], "std": [0.07316116243600845, 0.08880316466093063, 0.1030886322259903, 0.05689980089664459, 0.09393677115440369, 0.04684539511799812, 0.01823822408914566, 0.018181875348091125], "count": [343]}, "actions": {"min": [-0.8910353183746338, -0.7370770573616028, -0.7342484593391418, -0.1346406638622284, -0.1834462434053421, -0.20729508996009827, -1.0], "max": [0.879270076751709, 1.2785897254943848, 0.8981525897979736, 0.08220940828323364, 0.23018796741962433, 0.09465059638023376, 1.0], "mean": [0.024047601968050003, 0.015943514183163643, -0.04481995105743408, 0.0003308664890937507, 0.0010449634864926338, -0.004193594679236412, 0.020408162847161293], "std": [0.2031409591436386, 0.21204498410224915, 0.24518871307373047, 0.029610661789774895, 0.052081674337387085, 0.03414946049451828, 0.999789834022522], "count": [343]}, "timestamp": {"min": [0.0], "max": [34.2], "mean": [17.1], "std": [9.901515035589249], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [2064], "max": [2064], "mean": [2064.0], "std": [0.0], "count": [343]}, "index": {"min": [666370], "max": [666712], "mean": [666541.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [343]}}} +{"episode_index": 2065, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4524158217486213]], [[0.42167656214096966]], [[0.3840182166006051]]], "std": [[[0.2671079641986694]], [[0.24536475386158318]], [[0.22779174579100672]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5977386815688189]], [[0.5603963066549862]], [[0.5004045284495634]]], "std": [[[0.2603390318696974]], [[0.23400108752594367]], [[0.2107785268996929]]], "count": [100]}, "state": {"min": [-0.23630103468894958, -0.024255409836769104, 0.9209399819374084, 3.0466842651367188, -0.01728467270731926, -0.1843213438987732, 0.0025419786106795073, -0.039984650909900665], "max": [0.09019602090120316, 0.2820449769496918, 1.2021374702453613, 3.2510948181152344, 0.2894079089164734, 0.05678865313529968, 0.04000410810112953, -0.0023246603086590767], "mean": [-0.0019302176078781486, 0.1628764122724533, 1.0918985605239868, 3.159001588821411, 0.10871092230081558, -0.01780119352042675, 0.021624546498060226, -0.0213412344455719], "std": [0.08807004243135452, 0.09091685712337494, 0.08614376187324524, 0.03635222092270851, 0.0767262801527977, 0.05801095440983772, 0.018164316192269325, 0.01822207123041153], "count": [342]}, "actions": {"min": [-0.5918489694595337, -0.6990871429443359, -1.0257335901260376, -0.1338091641664505, -0.168632373213768, -0.16944995522499084, -1.0], "max": [1.1656451225280762, 1.2831062078475952, 0.7381360530853271, 0.22586025297641754, 0.20056381821632385, 0.14967228472232819, 1.0], "mean": [0.03662827983498573, 0.022379711270332336, -0.04523900896310806, 0.0028412528336048126, 0.0007618933450430632, -0.004273583181202412, -0.011695906519889832], "std": [0.22202417254447937, 0.22298626601696014, 0.2276145964860916, 0.038191087543964386, 0.05129614472389221, 0.036328453570604324, 0.999931812286377], "count": [342]}, "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": [2065], "max": [2065], "mean": [2065.0], "std": [0.0], "count": [342]}, "index": {"min": [666713], "max": [667054], "mean": [666883.5], "std": [98.72647399085346], "count": [342]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [342]}}} +{"episode_index": 2066, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45621127319335936]], [[0.4250631863463159]], [[0.3868249625411688]]], "std": [[[0.2676604520653421]], [[0.2461682875506936]], [[0.22892076183523571]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6093990538354014]], [[0.5718882954915364]], [[0.5109389133827359]]], "std": [[[0.24223081013638953]], [[0.21511247733306904]], [[0.19417330306783567]]], "count": [100]}, "state": {"min": [-0.21822021901607513, -0.00557769276201725, 0.9209124445915222, 3.1161274909973145, -0.28556960821151733, -0.023639945313334465, 0.0016875398578122258, -0.03996814414858818], "max": [0.09453359246253967, 0.27107709646224976, 1.2274044752120972, 3.2580294609069824, 0.08890121430158615, 0.13013771176338196, 0.040003176778554916, 0.00020795200543943793], "mean": [-0.008786225691437721, 0.16519588232040405, 1.1037994623184204, 3.1886634826660156, -0.03743484616279602, 0.057907361537218094, 0.02374959923326969, -0.023361636325716972], "std": [0.09062168747186661, 0.09312079101800919, 0.09968023002147675, 0.028329109773039818, 0.10828863084316254, 0.03324560821056366, 0.01791691966354847, 0.018138399347662926], "count": [354]}, "actions": {"min": [-0.77392578125, -0.6935519576072693, -1.1172512769699097, -0.09605042636394501, -0.20643845200538635, -0.1645599901676178, -1.0], "max": [1.0147132873535156, 0.8338203430175781, 0.7546173334121704, 0.23273791372776031, 0.2433352917432785, 0.13988029956817627, 1.0], "mean": [0.02393704280257225, 0.019993681460618973, -0.026237070560455322, 0.0032852631993591785, 0.0005475373473018408, -0.0031036725267767906, -0.12429378181695938], "std": [0.23913338780403137, 0.22205166518688202, 0.27412092685699463, 0.033133137971162796, 0.05255672708153725, 0.0376838818192482, 0.9922463893890381], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [2066], "max": [2066], "mean": [2066.0], "std": [0.0], "count": [354]}, "index": {"min": [667055], "max": [667408], "mean": [667231.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [354]}}} +{"episode_index": 2067, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45489307059493717]], [[0.4243493682262944]], [[0.38724784940831797]]], "std": [[[0.26732166288239323]], [[0.2461080494857131]], [[0.22857956023670084]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5954290711645986]], [[0.5614465762867646]], [[0.4936145067401961]]], "std": [[[0.2554048596638379]], [[0.231027961769705]], [[0.20742163624398466]]], "count": [100]}, "state": {"min": [-0.205939382314682, 0.00650414964184165, 0.9313433170318604, 3.0624096393585205, -0.055668991059064865, -0.20762638747692108, 0.007706596981734037, -0.039989545941352844], "max": [0.11557264626026154, 0.27766045928001404, 1.2076388597488403, 3.28018856048584, 0.8038097620010376, 0.17369337379932404, 0.04000483825802803, -0.006282414309680462], "mean": [0.029414385557174683, 0.16295354068279266, 1.1096141338348389, 3.167367696762085, 0.2175242006778717, 0.0065659466199576855, 0.021631451323628426, -0.021469060331583023], "std": [0.07092063128948212, 0.08385644108057022, 0.08653759956359863, 0.05363336578011513, 0.2650599479675293, 0.06871116161346436, 0.015476548112928867, 0.015643104910850525], "count": [326]}, "actions": {"min": [-0.9849903583526611, -0.7185862064361572, -0.6571207642555237, -0.09445589780807495, -0.19557510316371918, -0.24334506690502167, -1.0], "max": [1.028795599937439, 0.8276991248130798, 0.6007159948348999, 0.16408872604370117, 0.20649579167366028, 0.16284555196762085, 1.0], "mean": [0.003396107815206051, 0.008974735625088215, -0.07375538349151611, 0.0054442500695586205, -0.001886199926957488, -0.00595486257225275, 0.1840490847826004], "std": [0.2597067058086395, 0.20018215477466583, 0.22239629924297333, 0.037914421409368515, 0.05930968374013901, 0.059471212327480316, 0.982915997505188], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [2067], "max": [2067], "mean": [2067.0], "std": [0.0], "count": [326]}, "index": {"min": [667409], "max": [667734], "mean": [667571.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [326]}}} +{"episode_index": 2068, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4532994372797947]], [[0.4217801573510263]], [[0.3824398648131127]]], "std": [[[0.26753219417978147]], [[0.24568557652509104]], [[0.22711320619584374]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5791804725796569]], [[0.5489660219678691]], [[0.5102742411295573]]], "std": [[[0.26319485389434594]], [[0.23406719667547238]], [[0.21104018185987533]]], "count": [100]}, "state": {"min": [-0.21387121081352234, -0.003856273600831628, 0.93987637758255, 3.0838780403137207, -0.10550600290298462, -0.10926371067762375, 0.004034362267702818, -0.03996903821825981], "max": [-0.030643722042441368, 0.3345103859901428, 1.1828093528747559, 3.379300832748413, 0.2516219913959503, 0.1256311684846878, 0.04000353440642357, -0.0042693777941167355], "mean": [-0.09696812182664871, 0.15944825112819672, 1.0731937885284424, 3.214054822921753, 0.0690702423453331, -0.013903736136853695, 0.021294675767421722, -0.021242612972855568], "std": [0.049716830253601074, 0.11032350361347198, 0.08110632747411728, 0.06418149918317795, 0.12099006772041321, 0.06655380129814148, 0.017274025827646255, 0.017306361347436905], "count": [311]}, "actions": {"min": [-0.5747750401496887, -0.35898199677467346, -0.9906463623046875, -0.23159395158290863, -0.17308028042316437, -0.07659456133842468, -1.0], "max": [0.4194641411304474, 1.126336932182312, 0.5923062562942505, 0.12340813130140305, 0.12464548647403717, 0.1538601666688919, 1.0], "mean": [0.03203774243593216, 0.0853709876537323, -0.05120953917503357, 0.00391369080170989, 0.001080848160199821, 0.002783043310046196, 0.04823151230812073], "std": [0.15897901356220245, 0.15250001847743988, 0.21625158190727234, 0.04010343924164772, 0.046533968299627304, 0.03265109285712242, 0.9988359212875366], "count": [311]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.977750274985375], "count": [311]}, "frame_index": {"min": [0], "max": [310], "mean": [155.0], "std": [89.77750274985377], "count": [311]}, "episode_index": {"min": [2068], "max": [2068], "mean": [2068.0], "std": [0.0], "count": [311]}, "index": {"min": [667735], "max": [668045], "mean": [667890.0], "std": [89.77750274985377], "count": [311]}, "task_index": {"min": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [311]}}} +{"episode_index": 2069, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4518248153387332]], [[0.42063490504844514]], [[0.38170136994006587]]], "std": [[[0.26729927396987146]], [[0.2456163580147021]], [[0.22720316555784004]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5708910959281174]], [[0.5412037700578278]], [[0.5026868878532859]]], "std": [[[0.2716966673250117]], [[0.2426518278329237]], [[0.2190489452703013]]], "count": [100]}, "state": {"min": [-0.19580131769180298, -0.018750708550214767, 0.9272709488868713, 3.064565658569336, -0.00013138663780409843, -0.1150408685207367, 0.0028487411327660084, -0.03995020315051079], "max": [-0.022600553929805756, 0.33194872736930847, 1.179429531097412, 3.374229669570923, 0.41775453090667725, 0.0375024639070034, 0.04000495746731758, -0.002337473211809993], "mean": [-0.0773468166589737, 0.16190722584724426, 1.0746079683303833, 3.2183122634887695, 0.17317277193069458, -0.042918380349874496, 0.020460305735468864, -0.020174572244286537], "std": [0.042289748787879944, 0.10692814737558365, 0.07734034210443497, 0.06478480249643326, 0.12503109872341156, 0.03801605477929115, 0.017951304093003273, 0.018191812559962273], "count": [259]}, "actions": {"min": [-0.4095509648323059, -0.4790337085723877, -0.7994323968887329, -0.29153624176979065, -0.21058300137519836, -0.18005141615867615, -1.0], "max": [0.6662567257881165, 0.55634605884552, 0.9416990280151367, 0.13700781762599945, 0.13779941201210022, 0.1376950591802597, 1.0], "mean": [0.02858169749379158, 0.10391321778297424, -0.05514224246144295, 0.006679510697722435, 0.00421887869015336, 0.0014439004007726908, 0.050193049013614655], "std": [0.16565556824207306, 0.15507395565509796, 0.25562039017677307, 0.04771994799375534, 0.05291465297341347, 0.03346658870577812, 0.9987387657165527], "count": [259]}, "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": [2069], "max": [2069], "mean": [2069.0], "std": [0.0], "count": [259]}, "index": {"min": [668046], "max": [668304], "mean": [668175.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [259]}}} +{"episode_index": 2070, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45332034660788145]], [[0.422120948342716]], [[0.38331911992091755]]], "std": [[[0.2668023225132625]], [[0.24496056564163315]], [[0.226569354626879]]], "count": [100]}, "wrist_image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5696750847311581]], [[0.5426684450635724]], [[0.5054883135627297]]], "std": [[[0.26538113089315285]], [[0.2360738398751337]], [[0.21368925462487398]]], "count": [100]}, "state": {"min": [-0.17843101918697357, 0.00451750960201025, 0.9249916076660156, 3.082723617553711, -0.004036117810755968, -0.020496370270848274, 0.002224684227257967, -0.03995298221707344], "max": [-0.05168572813272476, 0.3254305124282837, 1.168035626411438, 3.377756357192993, 0.26661956310272217, 0.1402132660150528, 0.04000389948487282, -0.001888931030407548], "mean": [-0.08303026109933853, 0.15505586564540863, 1.0642987489700317, 3.2144429683685303, 0.10614275932312012, 0.026543542742729187, 0.021794533357024193, -0.0216602124273777], "std": [0.028471849858760834, 0.09759631752967834, 0.0748063251376152, 0.07776761054992676, 0.07882743328809738, 0.04457390680909157, 0.01817706972360611, 0.01832010969519615], "count": [207]}, "actions": {"min": [-0.34489887952804565, -0.3157065510749817, -0.9619768261909485, -0.15068180859088898, -0.12371422350406647, -0.12937456369400024, -1.0], "max": [0.6480197906494141, 1.2274506092071533, 0.8691347241401672, 0.2598801553249359, 0.2986719608306885, 0.10334554314613342, 1.0], "mean": [0.02955113910138607, 0.12128905206918716, -0.06220584362745285, 0.010406461544334888, 0.006729812361299992, 0.0013703085714951158, -0.043478261679410934], "std": [0.14694687724113464, 0.1836460530757904, 0.28778907656669617, 0.0406770259141922, 0.05135234817862511, 0.030147569254040718, 0.9990546107292175], "count": [207]}, "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": [2070], "max": [2070], "mean": [2070.0], "std": [0.0], "count": [207]}, "index": {"min": [668305], "max": [668511], "mean": [668408.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [207]}}} +{"episode_index": 2071, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45070047116747086]], [[0.419630090451708]], [[0.38071487785788144]]], "std": [[[0.26818652806372395]], [[0.24635381523946676]], [[0.22792084224857162]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5690548053816253]], [[0.540233923818551]], [[0.5024522441789215]]], "std": [[[0.2701024973185021]], [[0.24278018916439514]], [[0.220727596660808]]], "count": [100]}, "state": {"min": [-0.1964072585105896, -0.02482994645833969, 0.9230431914329529, 3.07879900932312, 0.011227373033761978, -0.11239282786846161, 0.0017004689434543252, -0.039921585470438004], "max": [-0.03335845097899437, 0.3447992205619812, 1.1598906517028809, 3.3393094539642334, 0.2919646203517914, 0.05835670977830887, 0.040006790310144424, -0.0016789799556136131], "mean": [-0.07473333179950714, 0.15378308296203613, 1.055017352104187, 3.2171311378479004, 0.1530795842409134, -0.025387080386281013, 0.022624699398875237, -0.022250385954976082], "std": [0.038044631481170654, 0.11816811561584473, 0.07522784918546677, 0.06458447873592377, 0.07201142609119415, 0.04211166501045227, 0.018096810206770897, 0.01831257902085781], "count": [233]}, "actions": {"min": [-0.5660751461982727, -0.47536948323249817, -0.7040035128593445, -0.2459898144006729, -0.2369346171617508, -0.10804428905248642, -1.0], "max": [0.6164247393608093, 1.0329405069351196, 0.9299163222312927, 0.4281156659126282, 0.23248907923698425, 0.10818158090114594, 1.0], "mean": [0.030248934403061867, 0.11698731780052185, -0.06127037853002548, 0.006862090900540352, 0.005299369338899851, -0.0010180114768445492, -0.07296137511730194], "std": [0.17750224471092224, 0.21264727413654327, 0.26932042837142944, 0.059589315205812454, 0.0546339675784111, 0.03301330283284187, 0.9973345398902893], "count": [233]}, "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": [2071], "max": [2071], "mean": [2071.0], "std": [0.0], "count": [233]}, "index": {"min": [668512], "max": [668744], "mean": [668628.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [233]}}} +{"episode_index": 2072, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3698780685125613]], [[0.3099131377974367]], [[0.23982059812857434]]], "std": [[[0.13230314016228592]], [[0.12842054295347996]], [[0.14677914716640028]]], "count": [150]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.33210459510952817]], [[0.2578765992806628]], [[0.17282294339448018]]], "std": [[[0.20548069022796048]], [[0.14712117224133073]], [[0.09334109211790488]]], "count": [150]}, "state": {"min": [-0.5162055492401123, -0.25281307101249695, 0.9823787808418274, 2.94100284576416, -0.3802510201931, -0.5498194098472595, 0.003978258930146694, -0.040010519325733185], "max": [-0.028065994381904602, 0.30880531668663025, 1.2706811428070068, 3.419349193572998, 0.10555707663297653, 0.008366923779249191, 0.03998291864991188, -0.012014216743409634], "mean": [-0.3345179259777069, 0.11507211625576019, 1.0962978601455688, 3.1722567081451416, -0.17760655283927917, -0.27200376987457275, 0.024449478834867477, -0.02577911503612995], "std": [0.12070552259683609, 0.15218304097652435, 0.06456782668828964, 0.12023897469043732, 0.11384113878011703, 0.14621040225028992, 0.012869019992649555, 0.011768748052418232], "count": [801]}, "actions": {"min": [-1.580069661140442, -0.9869382381439209, -0.7381325364112854, -0.23393452167510986, -0.3430424630641937, -0.21648995578289032, -1.0], "max": [1.1887775659561157, 1.3854873180389404, 1.7201069593429565, 0.169857919216156, 0.2350020557641983, 0.21429409086704254, 1.0], "mean": [0.005907623562961817, 0.02989429421722889, 0.007585474755614996, 0.0015209398698061705, -0.00083708087913692, -0.003648126032203436, 0.14357054233551025], "std": [0.2777159512042999, 0.29465872049331665, 0.24930623173713684, 0.051423847675323486, 0.05433529615402222, 0.05402575433254242, 0.9896359443664551], "count": [801]}, "timestamp": {"min": [0.0], "max": [80.0], "mean": [40.0], "std": [23.122860261366167], "count": [801]}, "frame_index": {"min": [0], "max": [800], "mean": [400.0], "std": [231.22860261366168], "count": [801]}, "episode_index": {"min": [2072.0], "max": [2072.0], "mean": [2072.0], "std": [0.0], "count": [801]}, "index": {"min": [668745.0], "max": [669545.0], "mean": [669145.0], "std": [231.22860261366168], "count": [801]}, "task_index": {"min": [304.0], "max": [304.0], "mean": [304.0], "std": [0.0], "count": [801]}}} +{"episode_index": 2073, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3664382491062257]], [[0.3069634700013967]], [[0.237757112531651]]], "std": [[[0.1339808783524185]], [[0.1288746191210864]], [[0.14551920127138665]]], "count": [170]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9725490196078431]], [[0.9647058823529412]]], "mean": [[[0.33750660827003137]], [[0.2619579335425002]], [[0.17504901819988106]]], "std": [[[0.20665604883301036]], [[0.14750974977500372]], [[0.09341490866431032]]], "count": [170]}, "state": {"min": [-0.4916124939918518, -0.20767581462860107, 0.9834133982658386, 2.9825949668884277, -0.2820042073726654, -0.5605053305625916, 0.012324539013206959, -0.04000958055257797], "max": [-0.03433150425553322, 0.29742684960365295, 1.263206124305725, 3.4324235916137695, 0.11526863276958466, 0.07024426758289337, 0.03998555243015289, -0.012067120522260666], "mean": [-0.3196227550506592, 0.10587924718856812, 1.1193917989730835, 3.162478446960449, -0.0996982529759407, -0.2859066128730774, 0.025380389764904976, -0.025251993909478188], "std": [0.11807236075401306, 0.1370006501674652, 0.0632975623011589, 0.1286831498146057, 0.08972294628620148, 0.1573781967163086, 0.011894315481185913, 0.012015288695693016], "count": [944]}, "actions": {"min": [-1.4130260944366455, -1.3698666095733643, -0.654789388179779, -0.293523907661438, -0.16747410595417023, -0.15821953117847443, -1.0], "max": [0.8515130281448364, 0.9756539463996887, 1.4151718616485596, 0.19286151230335236, 0.14161249995231628, 0.2293388396501541, 1.0], "mean": [0.003265668638050556, 0.02669955976307392, 0.004836958833038807, 0.0019447053782641888, -0.0012660875217989087, -0.0036415664944797754, 0.15677966177463531], "std": [0.22866347432136536, 0.22002466022968292, 0.21326801180839539, 0.04873010143637657, 0.0376465767621994, 0.04522479698061943, 0.9876306653022766], "count": [944]}, "timestamp": {"min": [0.0], "max": [94.3], "mean": [47.15], "std": [27.25091741574951], "count": [944]}, "frame_index": {"min": [0], "max": [943], "mean": [471.5], "std": [272.5091741574951], "count": [944]}, "episode_index": {"min": [2073.0], "max": [2073.0], "mean": [2073.0], "std": [0.0], "count": [944]}, "index": {"min": [669546.0], "max": [670489.0], "mean": [670017.5], "std": [272.5091741574951], "count": [944]}, "task_index": {"min": [304.0], "max": [304.0], "mean": [304.0], "std": [0.0], "count": [944]}}} +{"episode_index": 2074, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3628971648229604]], [[0.3056450892857143]], [[0.23818625980665706]]], "std": [[[0.13791886737634723]], [[0.13244824812545214]], [[0.14797968446508314]]], "count": [175]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35459042298560045]], [[0.2746420549665179]], [[0.18202622631083684]]], "std": [[[0.20249918715741008]], [[0.14475495285563514]], [[0.09215468726314352]]], "count": [175]}, "state": {"min": [-0.549024224281311, -0.19817721843719482, 0.9783745408058167, 2.9485678672790527, -0.5169437527656555, -0.8151662349700928, 0.014678492210805416, -0.04000912234187126], "max": [-0.03834854066371918, 0.34132540225982666, 1.2828692197799683, 3.66876482963562, 0.05131985992193222, -0.04937748983502388, 0.04000817611813545, -0.01105444971472025], "mean": [-0.31319066882133484, 0.09361706674098969, 1.1388006210327148, 3.194256067276001, -0.21460697054862976, -0.47170525789260864, 0.027069758623838425, -0.026724591851234436], "std": [0.12908127903938293, 0.1482468545436859, 0.0654725432395935, 0.1738760769367218, 0.12530288100242615, 0.17608608305454254, 0.011524657718837261, 0.011807807721197605], "count": [980]}, "actions": {"min": [-1.4927659034729004, -1.0951831340789795, -0.7234762907028198, -0.22069545090198517, -0.22590547800064087, -0.23424643278121948, -1.0], "max": [0.6276463866233826, 1.101804494857788, 1.2879488468170166, 0.19585418701171875, 0.5317286252975464, 0.3309633731842041, 1.0], "mean": [-0.004905755631625652, 0.02436809241771698, -4.521286030012561e-07, 0.00025279520195908844, -0.0013488964177668095, -0.005110695026814938, 0.06734693795442581], "std": [0.2501535415649414, 0.2599465847015381, 0.24099980294704437, 0.0553121417760849, 0.05356903746724129, 0.049313221126794815, 0.9977238774299622], "count": [980]}, "timestamp": {"min": [0.0], "max": [97.9], "mean": [48.95], "std": [28.290148461964638], "count": [980]}, "frame_index": {"min": [0], "max": [979], "mean": [489.5], "std": [282.90148461964634], "count": [980]}, "episode_index": {"min": [2074.0], "max": [2074.0], "mean": [2074.0], "std": [0.0], "count": [980]}, "index": {"min": [670490.0], "max": [671469.0], "mean": [670979.5], "std": [282.90148461964634], "count": [980]}, "task_index": {"min": [304.0], "max": [304.0], "mean": [304.0], "std": [0.0], "count": [980]}}} +{"episode_index": 2075, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37045620857092076]], [[0.3130204133027035]], [[0.2445450837058883]]], "std": [[[0.13826731827173358]], [[0.13412031490758006]], [[0.15300069458352303]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.40502233645041374]], [[0.3169980876812952]], [[0.21239040744388624]]], "std": [[[0.20555424836774874]], [[0.1464701060031457]], [[0.09823632217599003]]], "count": [103]}, "state": {"min": [-0.3845345973968506, -0.12360483407974243, 0.987379252910614, 2.9807493686676025, -0.23063401877880096, -0.16541510820388794, 0.004033640958368778, -0.04000247269868851], "max": [-0.022211764007806778, 0.28366711735725403, 1.253360390663147, 3.4740641117095947, 0.12780888378620148, 0.16323190927505493, 0.040004704147577286, -0.004206223879009485], "mean": [-0.2014096975326538, 0.12388939410448074, 1.1319758892059326, 3.215947151184082, -0.09750146418809891, -0.04732018709182739, 0.021816609427332878, -0.021400369703769684], "std": [0.10718493908643723, 0.14215326309204102, 0.06625457108020782, 0.15814490616321564, 0.08673295378684998, 0.0882662758231163, 0.014189000241458416, 0.01432953029870987], "count": [489]}, "actions": {"min": [-1.4396239519119263, -1.1428579092025757, -0.6062750220298767, -0.18758584558963776, -0.18840937316417694, -0.1495523303747177, -1.0], "max": [0.9597101807594299, 1.0199792385101318, 1.4507960081100464, 0.27956435084342957, 0.23808805644512177, 0.25268667936325073, 1.0], "mean": [-0.0032235190737992525, 0.044512826949357986, -0.0027962559834122658, 0.006282621994614601, -0.00208935490809381, -0.0020415361505001783, 0.23517382144927979], "std": [0.2660461664199829, 0.23204420506954193, 0.26299014687538147, 0.05126776173710823, 0.05245395749807358, 0.04891156777739525, 0.9719546437263489], "count": [489]}, "timestamp": {"min": [0.0], "max": [48.8], "mean": [24.400000000000002], "std": [14.116184564770561], "count": [489]}, "frame_index": {"min": [0], "max": [488], "mean": [244.0], "std": [141.16184564770563], "count": [489]}, "episode_index": {"min": [2075.0], "max": [2075.0], "mean": [2075.0], "std": [0.0], "count": [489]}, "index": {"min": [671470.0], "max": [671958.0], "mean": [671714.0], "std": [141.16184564770563], "count": [489]}, "task_index": {"min": [305.0], "max": [305.0], "mean": [305.0], "std": [0.0], "count": [489]}}} +{"episode_index": 2076, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697094167021078]], [[0.31164795698724257]], [[0.24335395805114807]]], "std": [[[0.1346021350112501]], [[0.13118562478215046]], [[0.14954140853832576]]], "count": [114]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4042145352778584]], [[0.3160407303533564]], [[0.20965712382943516]]], "std": [[[0.20180572788964174]], [[0.14234499168131878]], [[0.09537731337152003]]], "count": [114]}, "state": {"min": [-0.33623170852661133, -0.12067042291164398, 0.9885497689247131, 2.782003164291382, -0.25669243931770325, -0.7356511950492859, 0.004233045969158411, -0.04000573232769966], "max": [-0.03397917374968529, 0.2787269055843353, 1.255415439605713, 3.2761447429656982, 0.24592448770999908, 0.10337573289871216, 0.040003105998039246, -0.004470209125429392], "mean": [-0.19612343609333038, 0.09602683037519455, 1.1360057592391968, 3.0934600830078125, -0.055776167660951614, -0.21285998821258545, 0.022718986496329308, -0.022557413205504417], "std": [0.09508060663938522, 0.13872870802879333, 0.07318645715713501, 0.09901080280542374, 0.10662364959716797, 0.2436225712299347, 0.015229922719299793, 0.01523645780980587], "count": [557]}, "actions": {"min": [-1.4739174842834473, -0.3665168583393097, -0.7201302647590637, -0.2565898597240448, -0.19956254959106445, -0.2035210281610489, -1.0], "max": [0.6778408885002136, 1.5058050155639648, 1.0272759199142456, 0.5944052934646606, 0.1964934915304184, 0.15788166224956512, 1.0], "mean": [0.002590733114629984, 0.0415169820189476, -0.006693262606859207, 0.0029775260481983423, -0.0012824218720197678, -0.009059784933924675, 0.11669658869504929], "std": [0.23954090476036072, 0.18936209380626678, 0.245724156498909, 0.059929974377155304, 0.04574434086680412, 0.0447738952934742, 0.9931657314300537], "count": [557]}, "timestamp": {"min": [0.0], "max": [55.6], "mean": [27.8], "std": [16.07917908352289], "count": [557]}, "frame_index": {"min": [0], "max": [556], "mean": [278.0], "std": [160.7917908352289], "count": [557]}, "episode_index": {"min": [2076.0], "max": [2076.0], "mean": [2076.0], "std": [0.0], "count": [557]}, "index": {"min": [671959.0], "max": [672515.0], "mean": [672237.0], "std": [160.7917908352289], "count": [557]}, "task_index": {"min": [305.0], "max": [305.0], "mean": [305.0], "std": [0.0], "count": [557]}}} +{"episode_index": 2077, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37060740264198877]], [[0.3131630088148195]], [[0.24414068377930195]]], "std": [[[0.1374499622086334]], [[0.13303713807373618]], [[0.1519866638474421]]], "count": [113]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.4229751859628842]], [[0.332233065820787]], [[0.22229430665163952]]], "std": [[[0.19961013868847688]], [[0.1403272555210228]], [[0.09557709564395468]]], "count": [113]}, "state": {"min": [-0.3719170093536377, -0.08335845172405243, 0.9961254596710205, 2.9058027267456055, -0.2642005681991577, -0.2772313952445984, 0.0037200218066573143, -0.04000842198729515], "max": [-0.041698895394802094, 0.29788172245025635, 1.2412002086639404, 3.277885675430298, 0.0779414176940918, 0.20640407502651215, 0.03996036574244499, -0.0036280041094869375], "mean": [-0.187120258808136, 0.1462424099445343, 1.1371792554855347, 3.0869998931884766, -0.11366676539182663, -0.07314519584178925, 0.02210910990834236, -0.022049561142921448], "std": [0.09678017348051071, 0.13651099801063538, 0.06977574527263641, 0.09715849161148071, 0.09282227605581284, 0.11218735575675964, 0.015104992315173149, 0.015073358081281185], "count": [551]}, "actions": {"min": [-0.8315872550010681, -0.5197497010231018, -0.5652859807014465, -0.14398860931396484, -0.16618740558624268, -0.1824285238981247, -1.0], "max": [0.5032004117965698, 1.1212788820266724, 1.519730806350708, 0.14449521899223328, 0.16491328179836273, 0.2956514358520508, 1.0], "mean": [0.0009402248542755842, 0.04103510081768036, -0.0018013824010267854, 0.0032520703971385956, -0.00132630649022758, -0.0029258953873068094, 0.15789473056793213], "std": [0.19857142865657806, 0.19615726172924042, 0.25131189823150635, 0.040920618921518326, 0.04073173925280571, 0.050504982471466064, 0.9874553084373474], "count": [551]}, "timestamp": {"min": [0.0], "max": [55.0], "mean": [27.500000000000004], "std": [15.905973720586866], "count": [551]}, "frame_index": {"min": [0], "max": [550], "mean": [275.0], "std": [159.05973720586866], "count": [551]}, "episode_index": {"min": [2077.0], "max": [2077.0], "mean": [2077.0], "std": [0.0], "count": [551]}, "index": {"min": [672516.0], "max": [673066.0], "mean": [672791.0], "std": [159.05973720586866], "count": [551]}, "task_index": {"min": [305.0], "max": [305.0], "mean": [305.0], "std": [0.0], "count": [551]}}} +{"episode_index": 2078, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3770767880839137]], [[0.3193489798362339]], [[0.24950880515562107]]], "std": [[[0.1390287737717743]], [[0.13672088094262258]], [[0.1579362101082251]]], "count": [123]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.4183479687328755]], [[0.32992985860860163]], [[0.22225550258252755]]], "std": [[[0.19915520803282916]], [[0.1418702632053533]], [[0.1004669274765614]]], "count": [123]}, "state": {"min": [-0.40604251623153687, -0.11657702177762985, 0.9889015555381775, 3.0353851318359375, -0.49384069442749023, -0.45579931139945984, 0.008295887149870396, -0.040002353489398956], "max": [-0.03239642456173897, 0.2870544195175171, 1.2499887943267822, 3.3421504497528076, -0.020065128803253174, 0.16146980226039886, 0.0400029681622982, -0.00795752089470625], "mean": [-0.2118661105632782, 0.12040788680315018, 1.136781930923462, 3.186910629272461, -0.24437762796878815, -0.16080522537231445, 0.02414734475314617, -0.02385297603905201], "std": [0.1085338145494461, 0.12941916286945343, 0.06861001253128052, 0.08034393191337585, 0.11692235618829727, 0.17568926513195038, 0.013584258034825325, 0.013749010860919952], "count": [616]}, "actions": {"min": [-1.731889009475708, -0.8057712316513062, -0.5958376526832581, -0.1500701904296875, -0.18772271275520325, -0.18078525364398956, -1.0], "max": [0.5701590776443481, 1.0049856901168823, 1.3519091606140137, 0.1602160483598709, 0.179486945271492, 0.2100224643945694, 1.0], "mean": [-0.0037314025685191154, 0.03550206497311592, -0.006186139304190874, 0.002129478147253394, -0.0005932076601311564, -0.0038621844723820686, 0.12987013161182404], "std": [0.24516327679157257, 0.22623111307621002, 0.2399042248725891, 0.039330773055553436, 0.04809001088142395, 0.04932380095124245, 0.9915340542793274], "count": [616]}, "timestamp": {"min": [0.0], "max": [61.5], "mean": [30.75], "std": [17.782364859601774], "count": [616]}, "frame_index": {"min": [0], "max": [615], "mean": [307.5], "std": [177.82364859601773], "count": [616]}, "episode_index": {"min": [2078.0], "max": [2078.0], "mean": [2078.0], "std": [0.0], "count": [616]}, "index": {"min": [673067.0], "max": [673682.0], "mean": [673374.5], "std": [177.82364859601773], "count": [616]}, "task_index": {"min": [305.0], "max": [305.0], "mean": [305.0], "std": [0.0], "count": [616]}}} +{"episode_index": 2079, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36247192740724354]], [[0.3041098347377794]], [[0.23477890912224264]]], "std": [[[0.13980317001749232]], [[0.1339483805433056]], [[0.14817316701048963]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.32549203317288145]], [[0.2574302708292173]], [[0.17598694865468092]]], "std": [[[0.20324927303961685]], [[0.15422784985742571]], [[0.1040924294149971]]], "count": [107]}, "state": {"min": [-0.4376516342163086, -0.23886039853096008, 0.9659761190414429, 3.007249116897583, -0.27420052886009216, -0.4779965877532959, 0.00403397623449564, -0.04000655561685562], "max": [-0.26771870255470276, 0.21567706763744354, 1.178388237953186, 3.427189826965332, 0.08371313661336899, -0.0005612846580334008, 0.039999909698963165, -0.001013082335703075], "mean": [-0.341180682182312, 0.0333024226129055, 1.0910190343856812, 3.2465014457702637, -0.13453717529773712, -0.30996954441070557, 0.02014615386724472, -0.019585972651839256], "std": [0.054140642285346985, 0.13815928995609283, 0.05320432782173157, 0.12698185443878174, 0.08854856342077255, 0.1160653606057167, 0.013922407291829586, 0.014328991062939167], "count": [513]}, "actions": {"min": [-0.8324145674705505, -1.1959285736083984, -0.7995436787605286, -0.2552527189254761, -0.21390332281589508, -0.25909385085105896, -1.0], "max": [0.6014700531959534, 1.205509901046753, 0.9360760450363159, 0.2388009876012802, 0.23157145082950592, 0.23077814280986786, 1.0], "mean": [0.011713243089616299, 0.025192979723215103, -0.008033400401473045, 0.002863021334633231, -0.0008068388560786843, -0.002509312005713582, 0.317738801240921], "std": [0.16866184771060944, 0.29894354939460754, 0.2208293229341507, 0.04969795420765877, 0.04980086907744408, 0.0518498569726944, 0.948180079460144], "count": [513]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.809006268709142], "count": [513]}, "frame_index": {"min": [0], "max": [512], "mean": [256.0], "std": [148.09006268709143], "count": [513]}, "episode_index": {"min": [2079.0], "max": [2079.0], "mean": [2079.0], "std": [0.0], "count": [513]}, "index": {"min": [673683.0], "max": [674195.0], "mean": [673939.0], "std": [148.09006268709143], "count": [513]}, "task_index": {"min": [306.0], "max": [306.0], "mean": [306.0], "std": [0.0], "count": [513]}}} +{"episode_index": 2080, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3646549382620695]], [[0.3054845885677341]], [[0.23509896404563663]]], "std": [[[0.13774364022084648]], [[0.1316254136256632]], [[0.1468351354194403]]], "count": [119]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3511562471237346]], [[0.27476302087356086]], [[0.18435666581947577]]], "std": [[[0.19619170008795786]], [[0.14688396479601748]], [[0.09944727093473142]]], "count": [119]}, "state": {"min": [-0.4567074775695801, -0.25598427653312683, 0.9704076051712036, 2.9384515285491943, -0.33377861976623535, -0.430145800113678, 0.004080288577824831, -0.04000955820083618], "max": [-0.23978367447853088, 0.23181508481502533, 1.2251899242401123, 3.290461540222168, 0.1059824675321579, -0.028347928076982498, 0.039994046092033386, -0.005036934278905392], "mean": [-0.3237307667732239, 0.020621702075004578, 1.1061941385269165, 3.1253750324249268, -0.11727256327867508, -0.24815988540649414, 0.020267803221940994, -0.020340343937277794], "std": [0.05683279410004616, 0.1585460603237152, 0.06203581765294075, 0.08522821962833405, 0.11453553289175034, 0.11800482869148254, 0.014769482426345348, 0.014824279583990574], "count": [589]}, "actions": {"min": [-0.7793880105018616, -1.4260653257369995, -0.5506776571273804, -0.17273452877998352, -0.15161314606666565, -0.22222739458084106, -1.0], "max": [0.7562136054039001, 1.2128123044967651, 1.1859697103500366, 0.20451116561889648, 0.1381678432226181, 0.18720649182796478, 1.0], "mean": [0.013348008506000042, 0.027061883360147476, 0.0019415179267525673, 0.0017871868330985308, -0.00247727963142097, -0.0009302791440859437, 0.2529711425304413], "std": [0.1439971625804901, 0.2848716676235199, 0.21403679251670837, 0.04427609592676163, 0.04087785631418228, 0.0475972443819046, 0.9674723744392395], "count": [589]}, "timestamp": {"min": [0.0], "max": [58.8], "mean": [29.4], "std": [17.002940922087568], "count": [589]}, "frame_index": {"min": [0], "max": [588], "mean": [294.0], "std": [170.02940922087566], "count": [589]}, "episode_index": {"min": [2080.0], "max": [2080.0], "mean": [2080.0], "std": [0.0], "count": [589]}, "index": {"min": [674196.0], "max": [674784.0], "mean": [674490.0], "std": [170.02940922087566], "count": [589]}, "task_index": {"min": [306.0], "max": [306.0], "mean": [306.0], "std": [0.0], "count": [589]}}} +{"episode_index": 2081, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36921618257589006]], [[0.3091525440924971]], [[0.23898065805365407]]], "std": [[[0.13633951925631818]], [[0.13228486700468958]], [[0.14920252489313807]]], "count": [134]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.376256126111315]], [[0.29254663929033603]], [[0.19494802839476216]]], "std": [[[0.20182985025003458]], [[0.14677125837845562]], [[0.09787232131888947]]], "count": [134]}, "state": {"min": [-0.44701069593429565, -0.20457719266414642, 0.9656755924224854, 2.959496259689331, -0.3736284375190735, -0.4965115189552307, 0.003454908262938261, -0.040009669959545135], "max": [-0.05476800724864006, 0.30555465817451477, 1.2344794273376465, 3.460075616836548, 0.06934364140033722, 0.39978766441345215, 0.03995181620121002, -0.005659259855747223], "mean": [-0.27354896068573, 0.09096528589725494, 1.1272324323654175, 3.1862645149230957, -0.1490791141986847, -0.22594225406646729, 0.024898551404476166, -0.024558546021580696], "std": [0.09366533160209656, 0.14723289012908936, 0.06026595085859299, 0.1335478574037552, 0.11178383231163025, 0.2331228256225586, 0.012666987255215645, 0.012823130004107952], "count": [691]}, "actions": {"min": [-1.397075891494751, -2.7945923805236816, -1.107488751411438, -0.2947884202003479, -0.343092679977417, -0.6002074480056763, -1.0], "max": [1.0264320373535156, 1.401901364326477, 1.7979497909545898, 0.31793585419654846, 0.3279549777507782, 0.2854544222354889, 1.0], "mean": [-0.014036531560122967, 0.029080217704176903, -0.004087674897164106, 0.0034511920530349016, -0.0017950809560716152, -0.004292392637580633, 0.15195369720458984], "std": [0.27213701605796814, 0.3345164358615875, 0.35082700848579407, 0.05980854481458664, 0.07267171889543533, 0.07272078841924667, 0.9883875250816345], "count": [691]}, "timestamp": {"min": [0.0], "max": [69.0], "mean": [34.5], "std": [19.947430912275397], "count": [691]}, "frame_index": {"min": [0], "max": [690], "mean": [345.0], "std": [199.47430912275394], "count": [691]}, "episode_index": {"min": [2081.0], "max": [2081.0], "mean": [2081.0], "std": [0.0], "count": [691]}, "index": {"min": [674785.0], "max": [675475.0], "mean": [675130.0], "std": [199.47430912275394], "count": [691]}, "task_index": {"min": [307.0], "max": [307.0], "mean": [307.0], "std": [0.0], "count": [691]}}} +{"episode_index": 2082, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3678002865246158]], [[0.30683988264913703]], [[0.23530303147469106]]], "std": [[[0.13063594624527408]], [[0.1250200063572193]], [[0.14186686861571446]]], "count": [143]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.3546710293789582]], [[0.2748768890016807]], [[0.18209766433445917]]], "std": [[[0.20549533291888936]], [[0.15149136265051055]], [[0.10304123895075844]]], "count": [143]}, "state": {"min": [-0.45066431164741516, -0.19214384257793427, 0.9646727442741394, 2.7319681644439697, -0.1458069384098053, -0.3926270306110382, 0.003839772893115878, -0.04001631960272789], "max": [-0.0221827682107687, 0.2854771316051483, 1.2667315006256104, 3.201138734817505, 0.2454686313867569, 0.21909718215465546, 0.0398838147521019, -0.005430040415376425], "mean": [-0.2758134603500366, 0.10670308023691177, 1.1321829557418823, 3.0387279987335205, 0.041867781430482864, -0.13843731582164764, 0.021204013377428055, -0.021649431437253952], "std": [0.09786441922187805, 0.13540694117546082, 0.0600605234503746, 0.10878213495016098, 0.08499203622341156, 0.19141539931297302, 0.01354724820703268, 0.013345126993954182], "count": [752]}, "actions": {"min": [-1.2912638187408447, -1.9490047693252563, -0.9757651686668396, -0.24932895600795746, -0.25612980127334595, -0.2180042564868927, -1.0], "max": [0.9898226261138916, 1.3546125888824463, 1.740200161933899, 0.4299432337284088, 0.1955842673778534, 0.3672231137752533, 1.0], "mean": [-0.0018522876780480146, 0.019921349361538887, 0.0029095772188156843, 0.0021742393728345633, -0.0008587142219766974, -0.0026906938292086124, 0.28989362716674805], "std": [0.283793568611145, 0.3335210680961609, 0.3178406357765198, 0.07018189132213593, 0.05625737085938454, 0.06564830988645554, 0.9570591449737549], "count": [752]}, "timestamp": {"min": [0.0], "max": [75.1], "mean": [37.55], "std": [21.708350927696006], "count": [752]}, "frame_index": {"min": [0], "max": [751], "mean": [375.5], "std": [217.08350927696006], "count": [752]}, "episode_index": {"min": [2082.0], "max": [2082.0], "mean": [2082.0], "std": [0.0], "count": [752]}, "index": {"min": [675476.0], "max": [676227.0], "mean": [675851.5], "std": [217.08350927696006], "count": [752]}, "task_index": {"min": [307.0], "max": [307.0], "mean": [307.0], "std": [0.0], "count": [752]}}} +{"episode_index": 2083, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3686453404423112]], [[0.30840646877210326]], [[0.23768273314099947]]], "std": [[[0.13467675412077232]], [[0.1300144354570589]], [[0.14661960637203136]]], "count": [162]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.36012565300672983]], [[0.28019368105435655]], [[0.18652609920016908]]], "std": [[[0.19990499808034853]], [[0.1463104473086491]], [[0.09496301194067575]]], "count": [162]}, "state": {"min": [-0.46462368965148926, -0.24043476581573486, 0.9663600325584412, 2.8793535232543945, -0.36815813183784485, -0.5068727135658264, 0.0039992304518818855, -0.04001494124531746], "max": [-0.0813668817281723, 0.27244094014167786, 1.219732403755188, 3.2670671939849854, 0.1912321150302887, 0.04258481785655022, 0.039926331490278244, -0.004831231664866209], "mean": [-0.3039393723011017, 0.06116602197289467, 1.1246620416641235, 3.1262366771698, -0.12448267638683319, -0.28410762548446655, 0.0223199725151062, -0.022315800189971924], "std": [0.1040513888001442, 0.13765309751033783, 0.05394168570637703, 0.08633149415254593, 0.1219286397099495, 0.16614609956741333, 0.0127945551648736, 0.012799945659935474], "count": [886]}, "actions": {"min": [-1.0951614379882812, -1.2949875593185425, -0.66523277759552, -0.2014741748571396, -0.318818598985672, -0.2482975423336029, -1.0], "max": [0.7824491858482361, 1.1689825057983398, 1.2312860488891602, 0.29379308223724365, 0.3397506773471832, 0.1965460181236267, 1.0], "mean": [-4.112996248295531e-05, 0.023206403478980064, 0.006302961148321629, 0.002921877196058631, 0.0005743469810113311, -0.003757730359211564, 0.29571107029914856], "std": [0.23106081783771515, 0.2732682228088379, 0.24673379957675934, 0.060250647366046906, 0.05559535324573517, 0.05774545669555664, 0.9552812576293945], "count": [886]}, "timestamp": {"min": [0.0], "max": [88.5], "mean": [44.25], "std": [25.576600634173417], "count": [886]}, "frame_index": {"min": [0], "max": [885], "mean": [442.5], "std": [255.76600634173417], "count": [886]}, "episode_index": {"min": [2083.0], "max": [2083.0], "mean": [2083.0], "std": [0.0], "count": [886]}, "index": {"min": [676228.0], "max": [677113.0], "mean": [676670.5], "std": [255.76600634173417], "count": [886]}, "task_index": {"min": [307.0], "max": [307.0], "mean": [307.0], "std": [0.0], "count": [886]}}} +{"episode_index": 2084, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3496390046059898]], [[0.2887541546310244]], [[0.22403638032180465]]], "std": [[[0.14579640186887477]], [[0.13966554155119462]], [[0.14836587741174706]]], "count": [162]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3711956536674638]], [[0.27866334677377413]], [[0.17794653237573]]], "std": [[[0.1766403708410796]], [[0.12479307293672753]], [[0.07438340457445705]]], "count": [162]}, "state": {"min": [-0.5368969440460205, -0.3716302514076233, 0.9887087345123291, 2.882920980453491, -0.29167893528938293, -0.5594683885574341, 0.013621044345200062, -0.04001013562083244], "max": [0.000820148503407836, 0.20376160740852356, 1.270308017730713, 3.256817579269409, 0.2630268931388855, 0.30473440885543823, 0.04000163450837135, -0.014668338000774384], "mean": [-0.2945168912410736, -0.15210816264152527, 1.1370306015014648, 3.0476973056793213, -0.009811562485992908, -0.09958973526954651, 0.02648761123418808, -0.026977017521858215], "std": [0.14653974771499634, 0.16315917670726776, 0.06352324038743973, 0.08842983841896057, 0.10141177475452423, 0.1832040697336197, 0.011883549392223358, 0.011613509617745876], "count": [888]}, "actions": {"min": [-1.2289047241210938, -1.528935432434082, -0.7117666006088257, -0.18998724222183228, -0.360748291015625, -0.23681941628456116, -1.0], "max": [1.2430081367492676, 1.1672574281692505, 1.3229604959487915, 0.34379878640174866, 0.20429138839244843, 0.4190768003463745, 1.0], "mean": [0.0019691206980496645, 0.01248710136860609, 0.0006939367158338428, -0.0011085665319114923, -0.0025708521716296673, -0.0036743953824043274, 0.06756756454706192], "std": [0.3092440962791443, 0.25598612427711487, 0.26160451769828796, 0.05310595780611038, 0.05571078136563301, 0.07119185477495193, 0.9977173209190369], "count": [888]}, "timestamp": {"min": [0.0], "max": [88.7], "mean": [44.349999999999994], "std": [25.63433569778368], "count": [888]}, "frame_index": {"min": [0], "max": [887], "mean": [443.5], "std": [256.3433569778368], "count": [888]}, "episode_index": {"min": [2084.0], "max": [2084.0], "mean": [2084.0], "std": [0.0], "count": [888]}, "index": {"min": [677114.0], "max": [678001.0], "mean": [677557.5], "std": [256.3433569778368], "count": [888]}, "task_index": {"min": [308.0], "max": [308.0], "mean": [308.0], "std": [0.0], "count": [888]}}} +{"episode_index": 2085, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35180204436724427]], [[0.29148559654002554]], [[0.22757611585287796]]], "std": [[[0.14712854207705597]], [[0.1424201780031993]], [[0.15209762305827057]]], "count": [143]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3775068870219089]], [[0.28418834607296806]], [[0.18235535563452324]]], "std": [[[0.16875111194148795]], [[0.11871281135006641]], [[0.0734291714247917]]], "count": [143]}, "state": {"min": [-0.5253928899765015, -0.36307293176651, 0.9900202751159668, 2.780661106109619, -0.3684549629688263, -0.4989837408065796, 0.005837239325046539, -0.04001360386610031], "max": [0.00794821698218584, 0.20530767738819122, 1.2695434093475342, 3.1866748332977295, 0.16988317668437958, 0.2856895923614502, 0.039956722408533096, -0.013047350570559502], "mean": [-0.29621589183807373, -0.1646498739719391, 1.119835376739502, 2.994666814804077, -0.10552726686000824, -0.1422809511423111, 0.027837254106998444, -0.02844860777258873], "std": [0.1601657122373581, 0.1490623503923416, 0.06719863414764404, 0.09301647543907166, 0.1046343743801117, 0.18058833479881287, 0.011185773648321629, 0.010804266668856144], "count": [754]}, "actions": {"min": [-1.1024672985076904, -1.1097115278244019, -0.7475112676620483, -0.24897901713848114, -0.302542120218277, -0.2286076545715332, -1.0], "max": [1.2401734590530396, 1.2321597337722778, 1.4900875091552734, 0.33396872878074646, 0.17309875786304474, 0.46776556968688965, 1.0], "mean": [0.0008175626280717552, 0.020326044410467148, -0.00646207807585597, -0.0015573127893730998, 3.816221942543052e-05, -0.0045805335976183414, 0.018567638471722603], "std": [0.2878219187259674, 0.27056851983070374, 0.2771080732345581, 0.05611022189259529, 0.04901644214987755, 0.07034116983413696, 0.999824583530426], "count": [754]}, "timestamp": {"min": [0.0], "max": [75.3], "mean": [37.65], "std": [21.76608600552704], "count": [754]}, "frame_index": {"min": [0], "max": [753], "mean": [376.5], "std": [217.66086005527038], "count": [754]}, "episode_index": {"min": [2085.0], "max": [2085.0], "mean": [2085.0], "std": [0.0], "count": [754]}, "index": {"min": [678002.0], "max": [678755.0], "mean": [678378.5], "std": [217.66086005527038], "count": [754]}, "task_index": {"min": [308.0], "max": [308.0], "mean": [308.0], "std": [0.0], "count": [754]}}} +{"episode_index": 2086, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34904002327332523]], [[0.2870229268881514]], [[0.22148932492669254]]], "std": [[[0.14783775335658633]], [[0.14028711227338422]], [[0.14799032189668052]]], "count": [176]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.32981590332194444]], [[0.2521784467918138]], [[0.16839984819000842]]], "std": [[[0.19751316877203082]], [[0.14326215837145598]], [[0.09361780219586079]]], "count": [176]}, "state": {"min": [-0.5219296216964722, -0.2764562964439392, 0.9892202019691467, 2.9305636882781982, -0.4017205238342285, -0.5263047218322754, 0.004032556898891926, -0.0400119312107563], "max": [-0.05612963065505028, 0.2668896019458771, 1.2596334218978882, 3.4672224521636963, 0.19732852280139923, 1.3815661668777466, 0.040005892515182495, -0.003096436383202672], "mean": [-0.3456510901451111, -0.012576140463352203, 1.1221438646316528, 3.193040609359741, -0.08600540459156036, 0.14331689476966858, 0.02315818890929222, -0.023166848346590996], "std": [0.12959757447242737, 0.17974615097045898, 0.06311915069818497, 0.134991854429245, 0.12576526403427124, 0.5024142265319824, 0.014123902656137943, 0.014160530641674995], "count": [993]}, "actions": {"min": [-0.9847366213798523, -1.9869717359542847, -0.7918283343315125, -0.5009410977363586, -0.245348259806633, -0.510700523853302, -1.0], "max": [0.8835211992263794, 1.4804718494415283, 1.4602149724960327, 0.3047254681587219, 0.30227774381637573, 0.47969281673431396, 1.0], "mean": [-0.004296763334423304, -0.01502593606710434, 0.006211475934833288, -0.0028251970652490854, 0.0008165398612618446, 0.01057282742112875, 0.18026183545589447], "std": [0.22307279706001282, 0.3220467269420624, 0.24546518921852112, 0.06204207241535187, 0.0560000017285347, 0.0946006253361702, 0.9836208820343018], "count": [993]}, "timestamp": {"min": [0.0], "max": [99.2], "mean": [49.6], "std": [28.665426329755967], "count": [993]}, "frame_index": {"min": [0], "max": [992], "mean": [496.0], "std": [286.6542632975597], "count": [993]}, "episode_index": {"min": [2086.0], "max": [2086.0], "mean": [2086.0], "std": [0.0], "count": [993]}, "index": {"min": [678756.0], "max": [679748.0], "mean": [679252.0], "std": [286.6542632975597], "count": [993]}, "task_index": {"min": [309.0], "max": [309.0], "mean": [309.0], "std": [0.0], "count": [993]}}} +{"episode_index": 2087, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34268943845857086]], [[0.2846720208932199]], [[0.223743330389124]]], "std": [[[0.15297522268753405]], [[0.14508546202953798]], [[0.15084928748116413]]], "count": [149]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3681120416556147]], [[0.27560273883436553]], [[0.17560017783165857]]], "std": [[[0.18004035430449755]], [[0.1272767401149623]], [[0.07227453490615353]]], "count": [149]}, "state": {"min": [-0.4829510748386383, -0.35390427708625793, 0.9767497181892395, 2.820244073867798, -0.1589561104774475, -0.45719584822654724, 0.01208408735692501, -0.040013935416936874], "max": [0.0062328060157597065, 0.2510766088962555, 1.226591944694519, 3.225980043411255, 0.3154066801071167, 0.06378582119941711, 0.039947427809238434, -0.01215623039752245], "mean": [-0.2620418071746826, -0.1582738310098648, 1.11579430103302, 3.042557954788208, 0.06213781610131264, -0.12684692442417145, 0.02547415904700756, -0.025669420138001442], "std": [0.14400362968444824, 0.155717134475708, 0.0635036751627922, 0.08642065525054932, 0.104899100959301, 0.11294089257717133, 0.012243707664310932, 0.012294786050915718], "count": [795]}, "actions": {"min": [-2.566649913787842, -0.9072896838188171, -0.5075908899307251, -0.27771875262260437, -0.1847948133945465, -0.22679650783538818, -1.0], "max": [1.4445655345916748, 1.9465261697769165, 1.2810057401657104, 0.30230820178985596, 0.3469882905483246, 0.3051019310951233, 1.0], "mean": [0.001023606862872839, 0.02231203019618988, 0.004049514885991812, 0.0005548938061110675, -0.0004741735174320638, -0.001506408560089767, 0.10440251231193542], "std": [0.32825055718421936, 0.25795361399650574, 0.2655433714389801, 0.06001616641879082, 0.050722066313028336, 0.06195136532187462, 0.9945386648178101], "count": [795]}, "timestamp": {"min": [0.0], "max": [79.4], "mean": [39.7], "std": [22.9496550446116], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [2087.0], "max": [2087.0], "mean": [2087.0], "std": [0.0], "count": [795]}, "index": {"min": [679749.0], "max": [680543.0], "mean": [680146.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [310.0], "max": [310.0], "mean": [310.0], "std": [0.0], "count": [795]}}} +{"episode_index": 2088, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34809421311196015]], [[0.2883468157770921]], [[0.2257127049401622]]], "std": [[[0.14811231547376272]], [[0.14171463566326206]], [[0.1489394964761076]]], "count": [161]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36818543558303074]], [[0.2754236037570599]], [[0.1749802793484921]]], "std": [[[0.18393077926121026]], [[0.13089836930855334]], [[0.07446922622201677]]], "count": [161]}, "state": {"min": [-0.4702327847480774, -0.34130674600601196, 0.9890263080596924, 2.7371609210968018, -0.11957863718271255, -0.5524013638496399, 0.01191720087081194, -0.04001849144697189], "max": [0.033629219979047775, 0.2036770135164261, 1.296405553817749, 3.3710079193115234, 0.42005205154418945, 0.0886993333697319, 0.0400080680847168, -0.012322688475251198], "mean": [-0.24788904190063477, -0.16011741757392883, 1.1461389064788818, 3.0443646907806396, 0.08214056491851807, -0.17238515615463257, 0.02616484835743904, -0.026484720408916473], "std": [0.14533251523971558, 0.14673443138599396, 0.06955714523792267, 0.12950807809829712, 0.13031262159347534, 0.17331203818321228, 0.012381603009998798, 0.012267115525901318], "count": [881]}, "actions": {"min": [-1.8502999544143677, -1.1293960809707642, -0.6661092638969421, -0.2332487553358078, -0.4086804986000061, -0.26042622327804565, -1.0], "max": [0.9291619062423706, 1.693285346031189, 2.1098945140838623, 0.3238506019115448, 0.23682518303394318, 0.45520588755607605, 1.0], "mean": [0.0005542352446354926, 0.0167040154337883, 0.005981164518743753, -0.0009814422810450196, -0.004285081289708614, -0.0036051340866833925, 0.053348466753959656], "std": [0.3204840421676636, 0.25267407298088074, 0.28675249218940735, 0.0626872256398201, 0.06379395723342896, 0.07402278482913971, 0.998582661151886], "count": [881]}, "timestamp": {"min": [0.0], "max": [88.0], "mean": [44.0], "std": [25.432262974418933], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [2088.0], "max": [2088.0], "mean": [2088.0], "std": [0.0], "count": [881]}, "index": {"min": [680544.0], "max": [681424.0], "mean": [680984.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [310.0], "max": [310.0], "mean": [310.0], "std": [0.0], "count": [881]}}} +{"episode_index": 2089, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34345875231603057]], [[0.28194448832592933]], [[0.221076700048509]]], "std": [[[0.1538026071266812]], [[0.14744814928451988]], [[0.15087975452196956]]], "count": [105]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.366558877782884]], [[0.27816751830940706]], [[0.18481407186898197]]], "std": [[[0.2023105019898134]], [[0.14641027667973536]], [[0.09194063510537506]]], "count": [105]}, "state": {"min": [-0.527188241481781, -0.12499553710222244, 0.989945650100708, 2.980482339859009, -0.1443517804145813, -0.38442420959472656, 0.004062012303620577, -0.04000583291053772], "max": [-0.027900001034140587, 0.22289800643920898, 1.2796670198440552, 3.3701632022857666, 0.3429376482963562, 0.22736504673957825, 0.03992273285984993, -0.003696436295285821], "mean": [-0.25977739691734314, 0.01493866741657257, 1.1496036052703857, 3.142526626586914, 0.03539575636386871, -0.13538111746311188, 0.022024625912308693, -0.021954957395792007], "std": [0.15376856923103333, 0.11131201684474945, 0.07878139615058899, 0.10457071661949158, 0.11312559992074966, 0.13869726657867432, 0.015180788934230804, 0.015340045094490051], "count": [501]}, "actions": {"min": [-1.2179768085479736, -0.40004172921180725, -0.8034774661064148, -0.2619093656539917, -0.22898539900779724, -0.2348075658082962, -1.0], "max": [1.118133544921875, 1.5392091274261475, 1.7953259944915771, 0.16688019037246704, 0.22176121175289154, 0.2573336362838745, 1.0], "mean": [0.013786240480840206, 0.03072434477508068, 0.0013897562166675925, 0.0008417782373726368, 1.532221540401224e-05, -0.0028569241985678673, 0.15768462419509888], "std": [0.31598544120788574, 0.23464514315128326, 0.32676300406455994, 0.04685458913445473, 0.05013922601938248, 0.060799986124038696, 0.9874903559684753], "count": [501]}, "timestamp": {"min": [0.0], "max": [50.0], "mean": [25.0], "std": [14.462595433277757], "count": [501]}, "frame_index": {"min": [0], "max": [500], "mean": [250.0], "std": [144.62595433277758], "count": [501]}, "episode_index": {"min": [2089.0], "max": [2089.0], "mean": [2089.0], "std": [0.0], "count": [501]}, "index": {"min": [681425.0], "max": [681925.0], "mean": [681675.0], "std": [144.62595433277758], "count": [501]}, "task_index": {"min": [311.0], "max": [311.0], "mean": [311.0], "std": [0.0], "count": [501]}}} +{"episode_index": 2090, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35276886293606335]], [[0.290622567650371]], [[0.22722367214411104]]], "std": [[[0.15736566374337113]], [[0.15409668505881322]], [[0.160597945465012]]], "count": [111]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.4122257903152463]], [[0.32069640638886815]], [[0.21615235463950855]]], "std": [[[0.1788281918241158]], [[0.12978187377597594]], [[0.0904514948391623]]], "count": [111]}, "state": {"min": [-0.5291066765785217, -0.11381527781486511, 0.9987846612930298, 2.882535457611084, -0.4961954951286316, -0.48484763503074646, 0.0038382213097065687, -0.04002217948436737], "max": [-0.06143226847052574, 0.20929522812366486, 1.259408712387085, 3.1774988174438477, 0.023925920948386192, 0.27858367562294006, 0.03998416289687157, -0.00383584713563323], "mean": [-0.28423067927360535, 0.04308414086699486, 1.1703134775161743, 3.03727650642395, -0.2627747058868408, -0.03897658362984657, 0.020926950499415398, -0.02114603854715824], "std": [0.13982145488262177, 0.09735345840454102, 0.07125496119260788, 0.07119147479534149, 0.13191698491573334, 0.1863226592540741, 0.015091483481228352, 0.015047757886350155], "count": [536]}, "actions": {"min": [-1.3493144512176514, -0.7619848847389221, -0.6849707365036011, -0.21206746995449066, -0.2804948389530182, -0.3003443479537964, -1.0], "max": [1.190187692642212, 1.1841132640838623, 1.5307546854019165, 0.22468158602714539, 0.2459610551595688, 0.468281626701355, 1.0], "mean": [0.003219460602849722, 0.02727736160159111, -9.80212862486951e-05, 0.0020260270684957504, -0.006534318905323744, -0.0029258655849844217, 0.21641790866851807], "std": [0.3030153512954712, 0.2006886601448059, 0.31146717071533203, 0.05211489275097847, 0.06171252205967903, 0.07210612297058105, 0.9763026833534241], "count": [536]}, "timestamp": {"min": [0.0], "max": [53.5], "mean": [26.750000000000004], "std": [15.472960285607924], "count": [536]}, "frame_index": {"min": [0], "max": [535], "mean": [267.5], "std": [154.72960285607923], "count": [536]}, "episode_index": {"min": [2090.0], "max": [2090.0], "mean": [2090.0], "std": [0.0], "count": [536]}, "index": {"min": [681926.0], "max": [682461.0], "mean": [682193.5], "std": [154.72960285607923], "count": [536]}, "task_index": {"min": [311.0], "max": [311.0], "mean": [311.0], "std": [0.0], "count": [536]}}} +{"episode_index": 2091, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3567678531578921]], [[0.29714328793131956]], [[0.22691450127756638]]], "std": [[[0.1365947182222619]], [[0.12601918861069167]], [[0.14004965197846128]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.37905734920099754]], [[0.29327168659519887]], [[0.19550938787140512]]], "std": [[[0.18200445898968565]], [[0.12909108251340948]], [[0.08708516562521826]]], "count": [107]}, "state": {"min": [-0.5416370034217834, -0.2980082631111145, 0.9882826209068298, 2.986851930618286, -0.3350181579589844, -0.9997689127922058, 0.00800438690930605, -0.04000306874513626], "max": [-0.04358559101819992, 0.3778868615627289, 1.3466159105300903, 3.405702590942383, 0.10841386765241623, -0.02200024202466011, 0.040016479790210724, -0.008064206689596176], "mean": [-0.3187307119369507, -0.019886119291186333, 1.1813884973526, 3.195704221725464, -0.0643114298582077, -0.29486283659935, 0.026072612032294273, -0.02594442293047905], "std": [0.14505210518836975, 0.2096509337425232, 0.09660237282514572, 0.09236518293619156, 0.10838583111763, 0.25917965173721313, 0.014059717766940594, 0.014013681560754776], "count": [512]}, "actions": {"min": [-1.5328950881958008, -0.9970154166221619, -0.7386947274208069, -0.5789121985435486, -0.2211880087852478, -0.320000022649765, -1.0], "max": [1.2069069147109985, 1.7181189060211182, 1.2902613878250122, 0.3288022577762604, 0.38735729455947876, 0.3377787470817566, 1.0], "mean": [0.008921291679143906, -0.028961988165974617, 0.016772238537669182, -0.006263557355850935, -0.0030021052807569504, -0.0029339222237467766, -0.0390625], "std": [0.3057919442653656, 0.3624880015850067, 0.2956027686595917, 0.0786585658788681, 0.070145383477211, 0.08146055787801743, 0.9992367625236511], "count": [512]}, "timestamp": {"min": [0.0], "max": [51.1], "mean": [25.55], "std": [14.780138700296423], "count": [512]}, "frame_index": {"min": [0], "max": [511], "mean": [255.5], "std": [147.80138700296422], "count": [512]}, "episode_index": {"min": [2091.0], "max": [2091.0], "mean": [2091.0], "std": [0.0], "count": [512]}, "index": {"min": [682462.0], "max": [682973.0], "mean": [682717.5], "std": [147.80138700296422], "count": [512]}, "task_index": {"min": [312.0], "max": [312.0], "mean": [312.0], "std": [0.0], "count": [512]}}} +{"episode_index": 2092, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.356931691977217]], [[0.2971472940427947]], [[0.2266195085766906]]], "std": [[[0.13700664703141113]], [[0.1258283817391039]], [[0.13907135629805345]]], "count": [110]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3753931354923894]], [[0.2891735535211954]], [[0.1933228115686971]]], "std": [[[0.17640462424960782]], [[0.12343931479300786]], [[0.0780011128029603]]], "count": [110]}, "state": {"min": [-0.5444570183753967, -0.2958621680736542, 0.9879769086837769, 2.944188356399536, -0.5889571309089661, -0.9874032735824585, 0.004962613340467215, -0.040003757923841476], "max": [-0.05427205562591553, 0.392901748418808, 1.3086439371109009, 3.3523318767547607, 0.1536821871995926, 0.06966520100831985, 0.04001406580209732, -0.007032596971839666], "mean": [-0.3311219811439514, -0.00044902481022290885, 1.1810184717178345, 3.1594884395599365, -0.14800381660461426, -0.290066659450531, 0.026362920179963112, -0.026613054797053337], "std": [0.1417643278837204, 0.21179307997226715, 0.08987701684236526, 0.07776015996932983, 0.21135213971138, 0.2828018069267273, 0.014331371523439884, 0.014036480337381363], "count": [528]}, "actions": {"min": [-1.3309441804885864, -1.0001749992370605, -0.8269473910331726, -0.6213133931159973, -0.2312665432691574, -0.2070612609386444, -1.0], "max": [1.3532477617263794, 1.3293949365615845, 1.1886099576950073, 0.274527907371521, 0.26011157035827637, 0.316250205039978, 1.0], "mean": [0.0074328272603452206, -0.03282508626580238, 0.005155173130333424, -0.0043988823890686035, 0.00238200300373137, -0.006313781253993511, -0.06818182021379471], "std": [0.3074645400047302, 0.3499229848384857, 0.29547566175460815, 0.07276221364736557, 0.05860516056418419, 0.0765184685587883, 0.9976739883422852], "count": [528]}, "timestamp": {"min": [0.0], "max": [52.7], "mean": [26.349999999999998], "std": [15.242019769921132], "count": [528]}, "frame_index": {"min": [0], "max": [527], "mean": [263.5], "std": [152.42019769921134], "count": [528]}, "episode_index": {"min": [2092.0], "max": [2092.0], "mean": [2092.0], "std": [0.0], "count": [528]}, "index": {"min": [682974.0], "max": [683501.0], "mean": [683237.5], "std": [152.42019769921134], "count": [528]}, "task_index": {"min": [312.0], "max": [312.0], "mean": [312.0], "std": [0.0], "count": [528]}}} +{"episode_index": 2093, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35631969477719533]], [[0.296432569253244]], [[0.2258044535266056]]], "std": [[[0.13580510773694884]], [[0.12385028292380361]], [[0.13667571886879928]]], "count": [113]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3671834977120342]], [[0.28082511937599636]], [[0.1866768551849148]]], "std": [[[0.18146089671917623]], [[0.12769169937995295]], [[0.08084580900291963]]], "count": [113]}, "state": {"min": [-0.5043389201164246, -0.3030776381492615, 1.0019274950027466, 2.9478347301483154, -0.1747213900089264, -1.1554274559020996, 0.0018210661364719272, -0.040008705109357834], "max": [-0.04880324378609657, 0.3630902171134949, 1.3235269784927368, 3.38675856590271, 0.39656275510787964, 0.0839770957827568, 0.04053010046482086, -0.003726948518306017], "mean": [-0.30832168459892273, -0.016827667132019997, 1.187007188796997, 3.161250114440918, 0.024313781410455704, -0.38046103715896606, 0.022823112085461617, -0.022808078676462173], "std": [0.1332246959209442, 0.20158690214157104, 0.09607500582933426, 0.10026087611913681, 0.11768045276403427, 0.32486727833747864, 0.0156833678483963, 0.015618054196238518], "count": [548]}, "actions": {"min": [-1.6864807605743408, -1.1300002336502075, -0.7045127153396606, -0.27718284726142883, -0.31290435791015625, -0.2829369902610779, -1.0], "max": [0.7998467683792114, 1.5573318004608154, 1.363067865371704, 0.2594933807849884, 0.3373027741909027, 0.4445275664329529, 1.0], "mean": [0.00823127944022417, -0.03511463850736618, 0.017499124631285667, -0.004512537270784378, -0.00028181978268548846, -0.003536120057106018, 0.07664233446121216], "std": [0.2933157980442047, 0.3530521094799042, 0.2745327651500702, 0.0756068304181099, 0.06607905775308609, 0.08824018388986588, 0.9970594048500061], "count": [548]}, "timestamp": {"min": [0.0], "max": [54.7], "mean": [27.35], "std": [15.819371036801684], "count": [548]}, "frame_index": {"min": [0], "max": [547], "mean": [273.5], "std": [158.19371036801684], "count": [548]}, "episode_index": {"min": [2093.0], "max": [2093.0], "mean": [2093.0], "std": [0.0], "count": [548]}, "index": {"min": [683502.0], "max": [684049.0], "mean": [683775.5], "std": [158.19371036801684], "count": [548]}, "task_index": {"min": [312.0], "max": [312.0], "mean": [312.0], "std": [0.0], "count": [548]}}} +{"episode_index": 2094, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3638971288344439]], [[0.3068050160127528]], [[0.23830135510014555]]], "std": [[[0.1439489889644784]], [[0.13666860383963053]], [[0.15339751762021495]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3719364731732537]], [[0.29642236926508886]], [[0.2083389862658931]]], "std": [[[0.18547030227534916]], [[0.13836909674513684]], [[0.10700838304926846]]], "count": [100]}, "state": {"min": [-0.3633067011833191, -0.2345646768808365, 1.0188663005828857, 1.9769341945648193, -0.2829129993915558, -0.25050532817840576, 0.015943119302392006, -0.04000847786664963], "max": [-0.016579320654273033, 0.0197951290756464, 1.2519508600234985, 3.2140955924987793, 0.5839201807975769, 0.5532631874084473, 0.039850883185863495, -0.01577204279601574], "mean": [-0.21098321676254272, -0.0928782969713211, 1.1717212200164795, 2.7288944721221924, -0.016314150765538216, 0.12525710463523865, 0.026005368679761887, -0.02691911906003952], "std": [0.1231427788734436, 0.060461483895778656, 0.06022639200091362, 0.4086790680885315, 0.24496141076087952, 0.25977015495300293, 0.010179379023611546, 0.009625731967389584], "count": [288]}, "actions": {"min": [-1.0814459323883057, -0.7639913558959961, -0.5208365321159363, -0.3087459206581116, -0.3734733462333679, -0.2950948178768158, -1.0], "max": [1.078365683555603, 0.7564119696617126, 0.6031093001365662, 0.4040749967098236, 0.44298726320266724, 0.27897146344184875, 1.0], "mean": [0.008074902929365635, -0.05759108066558838, 0.00756913423538208, -0.028823819011449814, 0.00461226049810648, 0.0001311975356657058, 0.2361111044883728], "std": [0.2950918972492218, 0.21786727011203766, 0.2102338671684265, 0.09041880816221237, 0.09713013470172882, 0.07181698828935623, 0.9717262983322144], "count": [288]}, "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": [2094.0], "max": [2094.0], "mean": [2094.0], "std": [0.0], "count": [288]}, "index": {"min": [684050.0], "max": [684337.0], "mean": [684193.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [313.0], "max": [313.0], "mean": [313.0], "std": [0.0], "count": [288]}}} +{"episode_index": 2095, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36561230229396446]], [[0.3073394212909773]], [[0.2377021412568934]]], "std": [[[0.14012500356035984]], [[0.13360841739631976]], [[0.1515361940873271]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.361780325496898]], [[0.28936334168677236]], [[0.20518729176240807]]], "std": [[[0.17383611006732486]], [[0.12406796677831029]], [[0.09103534354002621]]], "count": [100]}, "state": {"min": [-0.4085835814476013, -0.21553559601306915, 1.0045040845870972, 1.9085291624069214, -0.4939533472061157, -0.4361386299133301, 0.014024748466908932, -0.04004044458270073], "max": [-0.04231142997741699, 0.015297900885343552, 1.2743051052093506, 3.137540817260742, 0.11381514370441437, 0.5596051216125488, 0.03982219099998474, -0.014510557986795902], "mean": [-0.24394112825393677, -0.11434417217969894, 1.167794108390808, 2.7235054969787598, -0.17454186081886292, 0.04244985431432724, 0.02720525674521923, -0.027945157140493393], "std": [0.13863489031791687, 0.05035088211297989, 0.06967482715845108, 0.41672560572624207, 0.17116877436637878, 0.35580894351005554, 0.01098957285284996, 0.010510154068470001], "count": [290]}, "actions": {"min": [-0.9931848645210266, -1.1630618572235107, -0.9512654542922974, -0.51678466796875, -0.2870321273803711, -0.2147025614976883, -1.0], "max": [1.836093783378601, 0.5830621123313904, 0.7805948853492737, 0.5909774899482727, 0.48802706599235535, 0.36312854290008545, 1.0], "mean": [-0.0019709658809006214, -0.04333958402276039, 0.011842682026326656, -0.01507570967078209, -0.00615119282156229, -0.0018190593691542745, 0.06896551698446274], "std": [0.30117127299308777, 0.19082526862621307, 0.22743429243564606, 0.11097568273544312, 0.06957069784402847, 0.07796331495046616, 0.9976184964179993], "count": [290]}, "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": [2095.0], "max": [2095.0], "mean": [2095.0], "std": [0.0], "count": [290]}, "index": {"min": [684338.0], "max": [684627.0], "mean": [684482.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [313.0], "max": [313.0], "mean": [313.0], "std": [0.0], "count": [290]}}} +{"episode_index": 2096, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36433490768133425]], [[0.30705283969056374]], [[0.23811769672468597]]], "std": [[[0.14241937312002606]], [[0.1348873325905608]], [[0.1518466451239934]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684509851792279]], [[0.2922505517099418]], [[0.20373846615062038]]], "std": [[[0.18545901765567085]], [[0.13559271031342018]], [[0.09997662295863487]]], "count": [100]}, "state": {"min": [-0.38386499881744385, -0.21200184524059296, 1.017134666442871, 1.9489657878875732, -0.3365987539291382, -0.36368855834007263, 0.015493673272430897, -0.04000885412096977], "max": [-0.016772795468568802, 0.04010339826345444, 1.277908444404602, 3.237748384475708, 0.5586012005805969, 0.5600913166999817, 0.03988223895430565, -0.0157729871571064], "mean": [-0.222057044506073, -0.10514798015356064, 1.1728572845458984, 2.7908151149749756, -0.025404633954167366, 0.09570059925317764, 0.025614988058805466, -0.026248972862958908], "std": [0.1299647092819214, 0.05391593649983406, 0.06585059314966202, 0.4356124997138977, 0.2318251132965088, 0.31485411524772644, 0.010276244021952152, 0.009866422042250633], "count": [264]}, "actions": {"min": [-1.072119116783142, -0.7143730521202087, -0.7086314558982849, -0.6400860548019409, -0.1900554597377777, -0.21963457763195038, -1.0], "max": [1.0153534412384033, 0.46840929985046387, 0.5299239158630371, 0.8206390738487244, 0.8342270255088806, 0.24242140352725983, 1.0], "mean": [0.008864699862897396, -0.06266281753778458, 0.005025186575949192, -0.028914161026477814, 0.0010364262852817774, 0.0009453684906475246, 0.25], "std": [0.30955633521080017, 0.20062127709388733, 0.23989589512348175, 0.1152583584189415, 0.09355379641056061, 0.0843999981880188, 0.9682458639144897], "count": [264]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.150000000000002], "std": [7.620968879785998], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [2096.0], "max": [2096.0], "mean": [2096.0], "std": [0.0], "count": [264]}, "index": {"min": [684628.0], "max": [684891.0], "mean": [684759.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [313.0], "max": [313.0], "mean": [313.0], "std": [0.0], "count": [264]}}} +{"episode_index": 2097, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3621094868977865]], [[0.3046750823376226]], [[0.23590869320140165]]], "std": [[[0.14064509388049554]], [[0.13255062601575662]], [[0.14896370393749161]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.3647943043428309]], [[0.29096893370385263]], [[0.20554793533624385]]], "std": [[[0.17697171365635458]], [[0.12876491779853674]], [[0.09785336761790267]]], "count": [100]}, "state": {"min": [-0.3710192143917084, -0.18871524930000305, 1.0098869800567627, 2.0229482650756836, -0.22261680662631989, -0.11334272474050522, 0.013638176955282688, -0.04004412889480591], "max": [-0.023782014846801758, 0.03702552616596222, 1.2539438009262085, 3.2396929264068604, 0.243394672870636, 0.41961219906806946, 0.039863210171461105, -0.01560294535011053], "mean": [-0.2296607345342636, -0.08658084273338318, 1.1836401224136353, 2.7028772830963135, -0.038762666285037994, 0.11161244660615921, 0.02424323558807373, -0.025299958884716034], "std": [0.128799170255661, 0.06200709939002991, 0.06820820271968842, 0.4219934046268463, 0.11242318153381348, 0.2013000100851059, 0.011726506985723972, 0.011219730600714684], "count": [302]}, "actions": {"min": [-0.8771740198135376, -0.8348187804222107, -0.7043096423149109, -0.285209983587265, -0.230747789144516, -0.19279058277606964, -1.0], "max": [0.6688436269760132, 1.0731480121612549, 0.6729891300201416, 0.3335941731929779, 0.3073679804801941, 0.3282981216907501, 1.0], "mean": [0.002356491284444928, -0.03397534042596817, 0.017583560198545456, -0.020518558099865913, -0.0022477228194475174, -0.002310439944267273, 0.21192052960395813], "std": [0.2722119390964508, 0.24857856333255768, 0.21154628694057465, 0.08675216883420944, 0.06266289949417114, 0.0651240348815918, 0.977284848690033], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [2097.0], "max": [2097.0], "mean": [2097.0], "std": [0.0], "count": [302]}, "index": {"min": [684892.0], "max": [685193.0], "mean": [685042.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [313.0], "max": [313.0], "mean": [313.0], "std": [0.0], "count": [302]}}} +{"episode_index": 2098, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35699733898686425]], [[0.2992409853467754]], [[0.23072844142539828]]], "std": [[[0.14095406397931734]], [[0.13122302307745598]], [[0.14552043606445444]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.3386461756089154]], [[0.27255933454924935]], [[0.19674220485313265]]], "std": [[[0.18362715219194864]], [[0.1380040049622846]], [[0.1083468091215171]]], "count": [100]}, "state": {"min": [-0.3457685112953186, -0.23247554898262024, 1.005667805671692, 1.939594030380249, -0.30280783772468567, -0.2352638840675354, 0.014597521163523197, -0.03991817682981491], "max": [-0.1848703920841217, 0.083555206656456, 1.2546727657318115, 3.2143800258636475, 0.3259337246417999, 0.4097867012023926, 0.03989870846271515, -0.01696898601949215], "mean": [-0.2707774043083191, -0.04456032067537308, 1.1545387506484985, 2.7342991828918457, -0.030261151492595673, 0.09865415841341019, 0.02572978287935257, -0.026469286531209946], "std": [0.0562635101377964, 0.10932784527540207, 0.06774849444627762, 0.4498535394668579, 0.15082889795303345, 0.23587818443775177, 0.011139809153974056, 0.010610505938529968], "count": [199]}, "actions": {"min": [-0.5446498394012451, -0.6373932361602783, -0.7345437407493591, -0.4919317960739136, -0.2344089299440384, -0.5236426591873169, -1.0], "max": [0.7379735708236694, 0.5947895646095276, 0.9767522811889648, 0.7411285042762756, 0.8526418209075928, 0.3046497702598572, 1.0], "mean": [0.010103498585522175, -0.06534262746572495, -0.0008353618904948235, -0.027734139934182167, 0.0049672313034534454, -0.006133134011179209, 0.14572864770889282], "std": [0.21583916246891022, 0.22578850388526917, 0.2879005968570709, 0.1299298256635666, 0.1107511818408966, 0.0815596729516983, 0.9893254637718201], "count": [199]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.9], "std": [5.744562646538029], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [2098.0], "max": [2098.0], "mean": [2098.0], "std": [0.0], "count": [199]}, "index": {"min": [685194.0], "max": [685392.0], "mean": [685293.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [314.0], "max": [314.0], "mean": [314.0], "std": [0.0], "count": [199]}}} +{"episode_index": 2099, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35834812957165285]], [[0.3007050398284314]], [[0.2327530122644761]]], "std": [[[0.14038345353774337]], [[0.1317122033174656]], [[0.146775690305325]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.34626107070025275]], [[0.2776472664627374]], [[0.1990742702110141]]], "std": [[[0.1837170568094162]], [[0.13811218877538903]], [[0.10893304199571831]]], "count": [100]}, "state": {"min": [-0.414493203163147, -0.20904958248138428, 0.9896499514579773, 1.8707507848739624, -0.2675124406814575, -0.05101080238819122, 0.013535191304981709, -0.04000259190797806], "max": [-0.18918606638908386, 0.12585239112377167, 1.2348480224609375, 3.150143623352051, 0.10184324532747269, 0.34214484691619873, 0.041214387863874435, -0.002816727152094245], "mean": [-0.3044814467430115, 0.010107812471687794, 1.1273863315582275, 2.7617805004119873, -0.06419780850410461, 0.083794966340065, 0.027115575969219208, -0.027140377089381218], "std": [0.07974323630332947, 0.10215147584676743, 0.07160424441099167, 0.47825542092323303, 0.09657980501651764, 0.1400720328092575, 0.01220342144370079, 0.011630821041762829], "count": [230]}, "actions": {"min": [-6.352839946746826, -0.9053511023521423, -1.355176568031311, -0.5672988891601562, -0.1469600796699524, -17.378246307373047, -1.0], "max": [0.6271539330482483, 5.9363532066345215, 0.6915135383605957, 8.359756469726562, 4.028084754943848, 0.10297039151191711, 1.0], "mean": [-0.023516934365034103, -0.028365405276417732, -0.007304321974515915, 0.010652872733771801, 0.015152300707995892, -0.07511594146490097, 0.017391303554177284], "std": [0.4728489816188812, 0.46016591787338257, 0.2578331530094147, 0.5641444325447083, 0.27038028836250305, 1.1438567638397217, 0.999847948551178], "count": [230]}, "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": [2099.0], "max": [2099.0], "mean": [2099.0], "std": [0.0], "count": [230]}, "index": {"min": [685393.0], "max": [685622.0], "mean": [685507.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [314.0], "max": [314.0], "mean": [314.0], "std": [0.0], "count": [230]}}} +{"episode_index": 2100, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3550044902726716]], [[0.2974409353218827]], [[0.22939878276750153]]], "std": [[[0.13910091874989755]], [[0.12864939259308808]], [[0.14293157905735895]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3461547193340227]], [[0.27479078464882045]], [[0.19286240162568935]]], "std": [[[0.17945596599781363]], [[0.12938135858644448]], [[0.09285766573759825]]], "count": [100]}, "state": {"min": [-0.3786656856536865, -0.22468069195747375, 1.0073535442352295, 2.0275330543518066, -0.25998133420944214, -0.1754562258720398, 0.013871019706130028, -0.040005698800086975], "max": [-0.14786790311336517, 0.06588537245988846, 1.3310654163360596, 3.182948589324951, 0.17824241518974304, 0.42712050676345825, 0.0399131253361702, -0.015696406364440918], "mean": [-0.26843422651290894, -0.05206852778792381, 1.1759237051010132, 2.789567470550537, -0.015528135001659393, 0.05649047717452049, 0.025632455945014954, -0.02643367275595665], "std": [0.08516866713762283, 0.09983048588037491, 0.09335791319608688, 0.3910196125507355, 0.14138315618038177, 0.20255929231643677, 0.011385447345674038, 0.010838307440280914], "count": [247]}, "actions": {"min": [-6.197134017944336, -0.5250041484832764, -2.4517576694488525, -0.4339766204357147, -0.17997556924819946, -15.70512866973877, -1.0], "max": [0.47646069526672363, 5.700177192687988, 1.134119987487793, 8.232685089111328, 5.3590087890625, 0.13878920674324036, 1.0], "mean": [-0.020653508603572845, -0.038557764142751694, 0.008601958863437176, 0.00406279880553484, 0.014340718276798725, -0.06662068516016006, 0.14979757368564606], "std": [0.44710010290145874, 0.3952862620353699, 0.3019028306007385, 0.5309295058250427, 0.3465753197669983, 0.998785674571991, 0.9887157678604126], "count": [247]}, "timestamp": {"min": [0.0], "max": [24.6], "mean": [12.299999999999999], "std": [7.1302173879903545], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [2100.0], "max": [2100.0], "mean": [2100.0], "std": [0.0], "count": [247]}, "index": {"min": [685623.0], "max": [685869.0], "mean": [685746.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [314.0], "max": [314.0], "mean": [314.0], "std": [0.0], "count": [247]}}} +{"episode_index": 2101, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3594147368786382]], [[0.3023370217715992]], [[0.23458486699123007]]], "std": [[[0.14174071590998405]], [[0.1335040117295974]], [[0.14937194473490667]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.34213354372510724]], [[0.2740078657561657]], [[0.19557072478649665]]], "std": [[[0.18669670123116355]], [[0.1382003513351014]], [[0.10387162590131485]]], "count": [100]}, "state": {"min": [-0.3724488615989685, -0.2599124610424042, 0.9911477565765381, 1.9987273216247559, -0.33059027791023254, -0.09290188550949097, 0.015058780089020729, -0.0400439091026783], "max": [-0.161087766289711, 0.0760609582066536, 1.2514610290527344, 3.2203450202941895, 0.24316257238388062, 0.43482157588005066, 0.040003083646297455, -0.017248541116714478], "mean": [-0.26990967988967896, -0.06200578436255455, 1.1521921157836914, 2.799233913421631, -0.04276478290557861, 0.15882763266563416, 0.025860704481601715, -0.02665826678276062], "std": [0.07675661146640778, 0.1164746880531311, 0.07119567692279816, 0.44613024592399597, 0.14658358693122864, 0.2045605182647705, 0.01102545578032732, 0.010608597658574581], "count": [221]}, "actions": {"min": [-0.7558059692382812, -0.6509179472923279, -0.47125306725502014, -0.478356271982193, -0.1816997528076172, -0.1974858194589615, -1.0], "max": [1.068535327911377, 0.8064311146736145, 1.0735174417495728, 0.3719399869441986, 0.35408949851989746, 0.22728608548641205, 1.0], "mean": [-0.01093269232660532, -0.06785136461257935, -0.0023809599224478006, -0.02467380277812481, 0.001075758133083582, -0.003956543747335672, 0.15837104618549347], "std": [0.23464910686016083, 0.2158345729112625, 0.2679480314254761, 0.11401137709617615, 0.06618276238441467, 0.05669334903359413, 0.9873802065849304], "count": [221]}, "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": [2101.0], "max": [2101.0], "mean": [2101.0], "std": [0.0], "count": [221]}, "index": {"min": [685870.0], "max": [686090.0], "mean": [685980.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [314.0], "max": [314.0], "mean": [314.0], "std": [0.0], "count": [221]}}} +{"episode_index": 2102, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3560465213551241]], [[0.29869548064587165]], [[0.23089936140471815]]], "std": [[[0.14106451416710344]], [[0.13126575605472077]], [[0.14592648150769555]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3413045558555453]], [[0.2743292242311964]], [[0.1974276673560049]]], "std": [[[0.18565552187277756]], [[0.14210685927213573]], [[0.11448491589013308]]], "count": [100]}, "state": {"min": [-0.37290629744529724, -0.22517512738704681, 1.0027161836624146, 1.8582249879837036, -0.2930121421813965, -0.3366774916648865, 0.015657806769013405, -0.0400221012532711], "max": [-0.17044959962368011, 0.09780784696340561, 1.285436749458313, 3.2004969120025635, 0.33571314811706543, 0.38686642050743103, 0.03996254503726959, -0.018506167456507683], "mean": [-0.2802005708217621, -0.03987022861838341, 1.1568217277526855, 2.7156107425689697, -0.0013158704387024045, 0.04756356403231621, 0.026219334453344345, -0.027241673320531845], "std": [0.07267961651086807, 0.10635367780923843, 0.07695408165454865, 0.4848276376724243, 0.16784100234508514, 0.2550995945930481, 0.010457707569003105, 0.009762657806277275], "count": [251]}, "actions": {"min": [-0.8785369992256165, -0.6675747036933899, -0.5293757915496826, -0.37105706334114075, -0.15692104399204254, -0.1469566971063614, -1.0], "max": [0.680855393409729, 0.3972930610179901, 0.7745509743690491, 0.756451427936554, 0.34126803278923035, 0.2511221170425415, 1.0], "mean": [0.0050354828126728535, -0.05955857038497925, 0.012837654910981655, -0.024611398577690125, -0.001567747793160379, -0.0004949463182128966, 0.1872510015964508], "std": [0.2115708738565445, 0.1849142163991928, 0.23869016766548157, 0.10720118880271912, 0.0628110021352768, 0.0579831637442112, 0.9823135733604431], "count": [251]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.245688373094719], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [2102.0], "max": [2102.0], "mean": [2102.0], "std": [0.0], "count": [251]}, "index": {"min": [686091.0], "max": [686341.0], "mean": [686216.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [314.0], "max": [314.0], "mean": [314.0], "std": [0.0], "count": [251]}}} +{"episode_index": 2103, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35695910524854474]], [[0.2995429430194929]], [[0.23243123013365502]]], "std": [[[0.14031750989829475]], [[0.1313886367486254]], [[0.14593432866066466]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35409190996955425]], [[0.2821524652219286]], [[0.19949748200061274]]], "std": [[[0.1825853654216852]], [[0.1300319747843225]], [[0.0921337049419721]]], "count": [100]}, "state": {"min": [-0.3976978063583374, -0.20153449475765228, 1.0000473260879517, 2.038963556289673, -0.33893558382987976, -0.08573739975690842, 0.014731462113559246, -0.03996900096535683], "max": [-0.25076794624328613, 0.2254737913608551, 1.27433443069458, 3.247694492340088, 0.18643037974834442, 0.49431008100509644, 0.04000403359532356, -0.012791648507118225], "mean": [-0.323987752199173, 0.06635536998510361, 1.1468358039855957, 2.812542200088501, -0.0949806347489357, 0.1569957584142685, 0.02666746824979782, -0.026561474427580833], "std": [0.04875925928354263, 0.15816837549209595, 0.08176247775554657, 0.45422959327697754, 0.1304517239332199, 0.22418154776096344, 0.011261066421866417, 0.01078114565461874], "count": [232]}, "actions": {"min": [-0.6077208518981934, -1.2446829080581665, -0.6105735898017883, -0.4749811291694641, -0.1881316751241684, -0.2823704779148102, -1.0], "max": [0.4595954716205597, 1.17474365234375, 0.9404307007789612, 0.4410667419433594, 0.40191444754600525, 0.14542034268379211, 1.0], "mean": [-0.0037162781227380037, -0.06137501448392868, 0.010297109372913837, -0.0234372615814209, 0.0017719559837132692, -0.0028482177294790745, 0.12068965286016464], "std": [0.14965856075286865, 0.2922836244106293, 0.2619401514530182, 0.1045876070857048, 0.06716951727867126, 0.050261061638593674, 0.9926916360855103], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [2103.0], "max": [2103.0], "mean": [2103.0], "std": [0.0], "count": [232]}, "index": {"min": [686342.0], "max": [686573.0], "mean": [686457.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [232]}}} +{"episode_index": 2104, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35579628259995405]], [[0.29871321494906555]], [[0.23124440570906096]]], "std": [[[0.14014195710978067]], [[0.12993728803073915]], [[0.14362472669735463]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.33894180537205115]], [[0.27151501285328583]], [[0.1946140806908701]]], "std": [[[0.17907254055598035]], [[0.13383944010739235]], [[0.10592175481151803]]], "count": [100]}, "state": {"min": [-0.3279624581336975, -0.20909924805164337, 0.9967750906944275, 1.9179874658584595, -0.2257084846496582, -0.19084754586219788, 0.015497105196118355, -0.03986085578799248], "max": [-0.2445574700832367, 0.17836464941501617, 1.2923541069030762, 3.2363040447235107, 0.2627287805080414, 0.3992299437522888, 0.04000448063015938, -0.015070207417011261], "mean": [-0.2926613986492157, 0.013935625553131104, 1.1405071020126343, 2.7618844509124756, -0.01768377609550953, 0.07391466945409775, 0.02644038386642933, -0.026986945420503616], "std": [0.0262715145945549, 0.14073878526687622, 0.08918197453022003, 0.5009723901748657, 0.12167254835367203, 0.22057224810123444, 0.010694516822695732, 0.010122803971171379], "count": [200]}, "actions": {"min": [-0.42987924814224243, -0.8357033133506775, -0.8398438692092896, -0.41004809737205505, -0.14394624531269073, -0.24115853011608124, -1.0], "max": [0.4433949887752533, 0.7462673783302307, 1.0756340026855469, 0.40468519926071167, 0.505073070526123, 0.1882367581129074, 1.0], "mean": [0.017369454726576805, -0.06053609773516655, 0.01172662153840065, -0.03012222610414028, 0.0050183190032839775, -0.002760358387604356, 0.1599999964237213], "std": [0.1223612129688263, 0.2835322618484497, 0.30753761529922485, 0.11703668534755707, 0.08268626034259796, 0.05758502706885338, 0.9871158003807068], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [2104.0], "max": [2104.0], "mean": [2104.0], "std": [0.0], "count": [200]}, "index": {"min": [686574.0], "max": [686773.0], "mean": [686673.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [200]}}} +{"episode_index": 2105, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3554023676853554]], [[0.29810774380553]], [[0.23023395972158392]]], "std": [[[0.1420667597493401]], [[0.13154981643733027]], [[0.14464507945246963]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.33856900742474727]], [[0.2700202517041973]], [[0.19194421925264246]]], "std": [[[0.1802239543600571]], [[0.1305425979106177]], [[0.09669715404240976]]], "count": [100]}, "state": {"min": [-0.3565458655357361, -0.21911472082138062, 0.9904887676239014, 1.986885666847229, -0.23971772193908691, -0.27097874879837036, 0.013864388689398766, -0.03990573063492775], "max": [-0.24893797934055328, 0.2093275487422943, 1.2082186937332153, 3.329332113265991, 0.13146764039993286, 0.4321833550930023, 0.04256531223654747, 0.0011483441339805722], "mean": [-0.3037411868572235, 0.009890155866742134, 1.1274880170822144, 2.828181028366089, -0.054286889731884, 0.038613542914390564, 0.027158023789525032, -0.026760496199131012], "std": [0.028579261153936386, 0.14499062299728394, 0.0650143176317215, 0.4797881245613098, 0.09800773859024048, 0.25092825293540955, 0.011652565561234951, 0.01139082107692957], "count": [208]}, "actions": {"min": [-0.3925294578075409, -0.8849858045578003, -1.0700539350509644, -0.5882741212844849, -0.2549463212490082, -0.4952540099620819, -1.0], "max": [0.636706531047821, 2.2849977016448975, 0.6807377934455872, 0.6420378088951111, 1.0784034729003906, 0.2209700644016266, 1.0], "mean": [0.0061795408837497234, -0.05401674285531044, -0.015776684507727623, -0.02687864750623703, 0.005707059986889362, -0.003260103752836585, 0.06730769574642181], "std": [0.13569651544094086, 0.3714347779750824, 0.2726544737815857, 0.14527593553066254, 0.12038258463144302, 0.08386692404747009, 0.9977322816848755], "count": [208]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [2105.0], "max": [2105.0], "mean": [2105.0], "std": [0.0], "count": [208]}, "index": {"min": [686774.0], "max": [686981.0], "mean": [686877.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [208]}}} +{"episode_index": 2106, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3569482984355852]], [[0.300890858968099]], [[0.23461374320235906]]], "std": [[[0.1433343660113926]], [[0.13394636513341318]], [[0.14781983231928067]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3486363375794654]], [[0.277328233905867]], [[0.19554262826956956]]], "std": [[[0.18211967806462362]], [[0.1318915182385746]], [[0.09633999553327766]]], "count": [100]}, "state": {"min": [-0.32372575998306274, -0.20356318354606628, 1.0017356872558594, 2.008484363555908, -0.2530285716056824, -0.19336393475532532, 0.0163019560277462, -0.03983670473098755], "max": [-0.2406473457813263, 0.19866569340229034, 1.2519036531448364, 3.3160743713378906, 0.33453476428985596, 0.4943622350692749, 0.04000724479556084, -0.00787066388875246], "mean": [-0.28513437509536743, 0.027325130999088287, 1.1378464698791504, 2.8520960807800293, -0.01852547563612461, 0.11690084636211395, 0.027471087872982025, -0.027190642431378365], "std": [0.021808387711644173, 0.14790818095207214, 0.06972961872816086, 0.49787357449531555, 0.15129636228084564, 0.2789081335067749, 0.010312355123460293, 0.010275145061314106], "count": [233]}, "actions": {"min": [-0.564102053642273, -0.8679261207580566, -0.7988571524620056, -0.38436761498451233, -0.15039600431919098, -0.35308176279067993, -1.0], "max": [0.5780138969421387, 0.659451425075531, 1.1367831230163574, 0.6745134592056274, 0.5346754193305969, 0.16286008059978485, 1.0], "mean": [0.02214914932847023, -0.05530546233057976, -0.007681704591959715, -0.02667398564517498, 0.0029127048328518867, 0.00400541489943862, 0.1244635209441185], "std": [0.1213604062795639, 0.2884674668312073, 0.2558017075061798, 0.11272332072257996, 0.07080268859863281, 0.05655369907617569, 0.9922258853912354], "count": [233]}, "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": [2106.0], "max": [2106.0], "mean": [2106.0], "std": [0.0], "count": [233]}, "index": {"min": [686982.0], "max": [687214.0], "mean": [687098.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [233]}}} +{"episode_index": 2107, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3592270998487285]], [[0.30178073898016233]], [[0.2328025141697304]]], "std": [[[0.14278472478328558]], [[0.13288696821786666]], [[0.14752442970461205]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3809648521273744]], [[0.29419758576037836]], [[0.19439755787568933]]], "std": [[[0.18134125459522857]], [[0.12547814501914942]], [[0.0760212194022522]]], "count": [100]}, "state": {"min": [-0.5659947991371155, -0.2491435557603836, 0.9889731407165527, 2.9017419815063477, -0.42461684346199036, -0.9137639403343201, 0.014886684715747833, -0.04000601917505264], "max": [-0.00804019533097744, 0.08481986075639725, 1.3006750345230103, 3.2069268226623535, 0.08357729017734528, 0.12977483868598938, 0.040006499737501144, -0.011674282141029835], "mean": [-0.2625996768474579, -0.09015780687332153, 1.1786894798278809, 3.0903258323669434, -0.16303355991840363, -0.22590631246566772, 0.02868545614182949, -0.028502976521849632], "std": [0.17163830995559692, 0.0894642174243927, 0.09277645498514175, 0.06721919775009155, 0.1311681717634201, 0.2963295876979828, 0.011466657742857933, 0.0117817223072052], "count": [437]}, "actions": {"min": [-1.5677297115325928, -0.9678651690483093, -0.914870023727417, -0.23950108885765076, -0.21883143484592438, -0.22094115614891052, -1.0], "max": [1.2546660900115967, 1.0556693077087402, 1.4429316520690918, 0.3299643397331238, 0.21157026290893555, 0.5322535037994385, 1.0], "mean": [4.227606041240506e-05, -0.04415201395750046, 0.02592010609805584, -0.005553443916141987, -0.0015237488551065326, -0.009531373158097267, -0.08466818928718567], "std": [0.377105176448822, 0.29772067070007324, 0.335388720035553, 0.05888734385371208, 0.05346440523862839, 0.09892719984054565, 0.9964087605476379], "count": [437]}, "timestamp": {"min": [0.0], "max": [43.6], "mean": [21.8], "std": [12.615070352558481], "count": [437]}, "frame_index": {"min": [0], "max": [436], "mean": [218.0], "std": [126.15070352558483], "count": [437]}, "episode_index": {"min": [2107.0], "max": [2107.0], "mean": [2107.0], "std": [0.0], "count": [437]}, "index": {"min": [687215.0], "max": [687651.0], "mean": [687433.0], "std": [126.15070352558483], "count": [437]}, "task_index": {"min": [316.0], "max": [316.0], "mean": [316.0], "std": [0.0], "count": [437]}}} +{"episode_index": 2108, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3587664114940188]], [[0.3009595635018034]], [[0.23254514099229892]]], "std": [[[0.13887478977632323]], [[0.12930260086625184]], [[0.1445863156366298]]], "count": [110]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.39254883519680955]], [[0.2990428991198752]], [[0.19184337921958555]]], "std": [[[0.18290458981237098]], [[0.12418408644651734]], [[0.06701702482774438]]], "count": [110]}, "state": {"min": [-0.34676602482795715, -0.33373963832855225, 0.9991940855979919, 2.806520462036133, -0.18542948365211487, -0.5102304816246033, 0.012929722666740417, -0.04000896215438843], "max": [-0.005553124006837606, 0.1314885914325714, 1.328514814376831, 3.3137054443359375, 0.125573992729187, 0.055484555661678314, 0.040005844086408615, -0.014692451804876328], "mean": [-0.20215751230716705, -0.09196571260690689, 1.1895159482955933, 3.0709481239318848, -0.010182064957916737, -0.20345884561538696, 0.030586829409003258, -0.030734125524759293], "std": [0.0974566861987114, 0.14034271240234375, 0.08882969617843628, 0.11534643173217773, 0.07687541842460632, 0.1338193714618683, 0.011324775405228138, 0.011247990652918816], "count": [533]}, "actions": {"min": [-1.912380337715149, -0.901600182056427, -1.3796639442443848, -0.1868607997894287, -0.19257888197898865, -0.1966540813446045, -1.0], "max": [0.941072404384613, 1.3856308460235596, 1.5473313331604004, 0.24640250205993652, 0.1608818620443344, 0.19427645206451416, 1.0], "mean": [0.008989556692540646, -0.035159289836883545, 0.017796721309423447, -0.0032188023906201124, -0.0011600041761994362, -0.006993587128818035, -0.24577860534191132], "std": [0.276090145111084, 0.2881166338920593, 0.3157156705856323, 0.059300389140844345, 0.05132318288087845, 0.05864715203642845, 0.9693266153335571], "count": [533]}, "timestamp": {"min": [0.0], "max": [53.2], "mean": [26.599999999999998], "std": [15.38635759366069], "count": [533]}, "frame_index": {"min": [0], "max": [532], "mean": [266.0], "std": [153.8635759366069], "count": [533]}, "episode_index": {"min": [2108.0], "max": [2108.0], "mean": [2108.0], "std": [0.0], "count": [533]}, "index": {"min": [687652.0], "max": [688184.0], "mean": [687918.0], "std": [153.8635759366069], "count": [533]}, "task_index": {"min": [316.0], "max": [316.0], "mean": [316.0], "std": [0.0], "count": [533]}}} +{"episode_index": 2109, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3618964538574219]], [[0.30360935824525126]], [[0.2339612923416437]]], "std": [[[0.13760487080899128]], [[0.12819836761041511]], [[0.14398418430990953]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3733198092591529]], [[0.2870576135971967]], [[0.18833115701114428]]], "std": [[[0.18599352142479353]], [[0.128103945598488]], [[0.07346886547430528]]], "count": [100]}, "state": {"min": [-0.494339257478714, -0.2481650859117508, 0.9955436587333679, 2.9881653785705566, -0.3232348561286926, -0.769178569316864, 0.014793542213737965, -0.040004532784223557], "max": [-0.021027080714702606, 0.08443308621644974, 1.2877311706542969, 3.2029759883880615, 0.1045130044221878, 0.06395597010850906, 0.040001753717660904, -0.0147268520668149], "mean": [-0.23803366720676422, -0.0936790183186531, 1.1719956398010254, 3.0896568298339844, -0.0870353952050209, -0.2978411614894867, 0.028127307072281837, -0.028316203504800797], "std": [0.14091786742210388, 0.10250106453895569, 0.08781726658344269, 0.05110953748226166, 0.10322034358978271, 0.2486688494682312, 0.011391355656087399, 0.011281562969088554], "count": [461]}, "actions": {"min": [-1.617795705795288, -1.287275791168213, -0.7921259999275208, -0.19410793483257294, -0.2644558250904083, -0.27087655663490295, -1.0], "max": [1.5941284894943237, 1.0148100852966309, 1.7715401649475098, 0.3202935457229614, 0.1696934998035431, 0.3188457787036896, 1.0], "mean": [0.0024923195596784353, -0.041688911616802216, 0.014651096425950527, -0.0020537334494292736, 0.0006609634147025645, -0.010695982724428177, -0.01952277682721615], "std": [0.35447776317596436, 0.2701946496963501, 0.31793349981307983, 0.05678696557879448, 0.05788678303360939, 0.07787009328603745, 0.9998096227645874], "count": [461]}, "timestamp": {"min": [0.0], "max": [46.0], "mean": [23.0], "std": [13.307892395116516], "count": [461]}, "frame_index": {"min": [0], "max": [460], "mean": [230.0], "std": [133.07892395116517], "count": [461]}, "episode_index": {"min": [2109.0], "max": [2109.0], "mean": [2109.0], "std": [0.0], "count": [461]}, "index": {"min": [688185.0], "max": [688645.0], "mean": [688415.0], "std": [133.07892395116517], "count": [461]}, "task_index": {"min": [316.0], "max": [316.0], "mean": [316.0], "std": [0.0], "count": [461]}}} +{"episode_index": 2110, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3589443622663909]], [[0.3016617270076976]], [[0.2342669366574755]]], "std": [[[0.14371285157677197]], [[0.1340070852357401]], [[0.14842011495673885]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3817509693818934]], [[0.29973263549804685]], [[0.2052857785692402]]], "std": [[[0.1746437779172876]], [[0.12171854070175979]], [[0.08362674099196088]]], "count": [100]}, "state": {"min": [-0.3707543909549713, -0.1612117737531662, 0.9949412941932678, 1.9306737184524536, -0.31874942779541016, -0.22693750262260437, 0.01435887347906828, -0.04000776633620262], "max": [-0.07503747940063477, 0.1697755604982376, 1.201216697692871, 3.2149136066436768, 0.13728608191013336, 0.7033351063728333, 0.039848338812589645, -0.01683620549738407], "mean": [-0.24907855689525604, 0.04804190993309021, 1.1067614555358887, 2.714574098587036, -0.09782665222883224, 0.17194069921970367, 0.023376282304525375, -0.024352800101041794], "std": [0.10810915380716324, 0.09226687997579575, 0.05813929811120033, 0.441529780626297, 0.12043505907058716, 0.3489157557487488, 0.010803645476698875, 0.010124310851097107], "count": [277]}, "actions": {"min": [-1.2945319414138794, -0.8897605538368225, -0.48891201615333557, -0.5430952310562134, -0.18660582602024078, -0.16565220057964325, -1.0], "max": [0.48542535305023193, 0.4519958198070526, 1.0418919324874878, 0.12841767072677612, 0.13594964146614075, 0.16466176509857178, 1.0], "mean": [0.004648296162486076, -0.06029380485415459, -0.026526661589741707, -0.03754313290119171, -0.011825275607407093, 0.013716268353164196, 0.4079422354698181], "std": [0.24241718649864197, 0.2129499465227127, 0.23218049108982086, 0.07194213569164276, 0.05718983709812164, 0.05295252427458763, 0.9130046367645264], "count": [277]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999999], "std": [7.9962491206815205], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [2110.0], "max": [2110.0], "mean": [2110.0], "std": [0.0], "count": [277]}, "index": {"min": [688646.0], "max": [688922.0], "mean": [688784.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [317.0], "max": [317.0], "mean": [317.0], "std": [0.0], "count": [277]}}} +{"episode_index": 2111, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3589484599992341]], [[0.30189819515452665]], [[0.2345916520660999]]], "std": [[[0.1423417517396922]], [[0.1327495088736985]], [[0.14730345931672922]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38592890720741424]], [[0.29989666209501376]], [[0.20090090882544426]]], "std": [[[0.18539066691828746]], [[0.13063903436258453]], [[0.08663408954477182]]], "count": [100]}, "state": {"min": [-0.4116136133670807, -0.16659890115261078, 0.9879153370857239, 1.8400225639343262, -0.2981695234775543, -0.08193163573741913, 0.013726426288485527, -0.039988551288843155], "max": [-0.07083302736282349, 0.19666707515716553, 1.2118622064590454, 3.2195887565612793, 0.1468612253665924, 0.4998529255390167, 0.03998807445168495, -0.0162295401096344], "mean": [-0.2522679269313812, 0.06385763734579086, 1.1055190563201904, 2.8301408290863037, -0.06922774016857147, 0.13140705227851868, 0.02425689436495304, -0.025170495733618736], "std": [0.12281005829572678, 0.09306022524833679, 0.07075384259223938, 0.4545033276081085, 0.1161966472864151, 0.2097693681716919, 0.01166527159512043, 0.010904395952820778], "count": [292]}, "actions": {"min": [-1.442033052444458, -0.9111325740814209, -0.8299897909164429, -0.40315571427345276, -0.154297336935997, -0.21307912468910217, -1.0], "max": [0.798477292060852, 0.7036997079849243, 0.8681473731994629, 0.08551642298698425, 0.2430875301361084, 0.22483845055103302, 1.0], "mean": [-0.0011941336560994387, -0.04976906254887581, -0.02506270445883274, -0.03693808242678642, -0.011144118383526802, 0.006722558755427599, 0.2945205569267273], "std": [0.24906423687934875, 0.20714645087718964, 0.24852530658245087, 0.07162772119045258, 0.05456279590725899, 0.04843492433428764, 0.9556437134742737], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [2111.0], "max": [2111.0], "mean": [2111.0], "std": [0.0], "count": [292]}, "index": {"min": [688923.0], "max": [689214.0], "mean": [689068.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [317.0], "max": [317.0], "mean": [317.0], "std": [0.0], "count": [292]}}} +{"episode_index": 2112, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35983907841701135]], [[0.30179713589537377]], [[0.23364283124138327]]], "std": [[[0.14700560936252538]], [[0.13735524159444581]], [[0.1513897659302075]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.3730858423569623]], [[0.29625337368834254]], [[0.20750799680223653]]], "std": [[[0.18240951325396673]], [[0.13360552486859406]], [[0.10093452331152775]]], "count": [100]}, "state": {"min": [-0.43873870372772217, -0.17402957379817963, 0.9919255375862122, 1.6374825239181519, -0.4383159577846527, 0.001245257444679737, 0.013016773387789726, -0.04000282287597656], "max": [-0.08179572969675064, 0.16245976090431213, 1.2525619268417358, 3.137385129928589, 0.2392253875732422, 0.4873042404651642, 0.03995705768465996, -0.01538704801350832], "mean": [-0.2935841977596283, 0.053971562534570694, 1.1116399765014648, 2.634758710861206, -0.15404750406742096, 0.2242792248725891, 0.020383931696414948, -0.021610746160149574], "std": [0.13567370176315308, 0.08340112864971161, 0.07829693704843521, 0.5294400453567505, 0.15643800795078278, 0.17845335602760315, 0.010714567266404629, 0.010030392557382584], "count": [330]}, "actions": {"min": [-1.2945671081542969, -0.751210629940033, -0.5985342860221863, -0.26477089524269104, -0.20294788479804993, -0.12246818095445633, -1.0], "max": [0.527414858341217, 0.43334871530532837, 1.27161705493927, 0.11399627476930618, 0.12526142597198486, 0.170694500207901, 1.0], "mean": [-0.029220737516880035, -0.06417546421289444, -0.03898073732852936, -0.03527356684207916, -0.006398404948413372, 0.0024608096573501825, 0.5575757622718811], "std": [0.24515564739704132, 0.17655208706855774, 0.2519535720348358, 0.061050232499837875, 0.051750242710113525, 0.04467453062534332, 0.830126166343689], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [2112.0], "max": [2112.0], "mean": [2112.0], "std": [0.0], "count": [330]}, "index": {"min": [689215.0], "max": [689544.0], "mean": [689379.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [317.0], "max": [317.0], "mean": [317.0], "std": [0.0], "count": [330]}}} +{"episode_index": 2113, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3568046779258578]], [[0.29965849573471964]], [[0.2323533738080193]]], "std": [[[0.1435803314228208]], [[0.13340880764181207]], [[0.1474408169644246]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.382236925312117]], [[0.30175739004097735]], [[0.20880441643210018]]], "std": [[[0.17851814838663915]], [[0.12598208902794428]], [[0.0885102988155474]]], "count": [100]}, "state": {"min": [-0.4288066625595093, -0.1626136749982834, 0.9896290302276611, 1.9010076522827148, -0.2775130867958069, -0.42232784628868103, 0.0137282470241189, -0.0400051511824131], "max": [-0.062461815774440765, 0.21736814081668854, 1.2414969205856323, 3.23734188079834, 0.1232968419790268, 0.6940619349479675, 0.03996171057224274, -0.01654249243438244], "mean": [-0.26851093769073486, 0.06990770250558853, 1.127949833869934, 2.7261595726013184, -0.11792480945587158, 0.1322188377380371, 0.022905807942152023, -0.023899998515844345], "std": [0.13614864647388458, 0.10187207907438278, 0.07149989902973175, 0.5026896595954895, 0.10655411332845688, 0.3806148171424866, 0.011055448092520237, 0.010264548473060131], "count": [319]}, "actions": {"min": [-1.1808735132217407, -0.484832763671875, -0.8534855246543884, -0.5670489072799683, -0.17262162268161774, -0.1576935201883316, -1.0], "max": [0.625512957572937, 0.8906183242797852, 1.1316438913345337, 0.11255399882793427, 0.1554420441389084, 0.3082278072834015, 1.0], "mean": [-0.011371901258826256, -0.039638496935367584, -0.021851420402526855, -0.0356796495616436, -0.011397912167012691, 0.010517098009586334, 0.41692790389060974], "std": [0.24394695460796356, 0.22747120261192322, 0.26037898659706116, 0.08376222103834152, 0.05148054659366608, 0.05878675356507301, 0.9089368581771851], "count": [319]}, "timestamp": {"min": [0.0], "max": [31.8], "mean": [15.9], "std": [9.20869154657707], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [2113.0], "max": [2113.0], "mean": [2113.0], "std": [0.0], "count": [319]}, "index": {"min": [689545.0], "max": [689863.0], "mean": [689704.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [317.0], "max": [317.0], "mean": [317.0], "std": [0.0], "count": [319]}}} +{"episode_index": 2114, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3530183608111213]], [[0.295523941339231]], [[0.22787233300302542]]], "std": [[[0.13760299749900207]], [[0.12567331328462855]], [[0.13790482220709396]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.35858780146580116]], [[0.2761947374530867]], [[0.1831776918897442]]], "std": [[[0.18489977055915754]], [[0.12584276534537642]], [[0.07119154804074344]]], "count": [100]}, "state": {"min": [-0.35702672600746155, -0.24834653735160828, 0.9891890287399292, 2.964021682739258, -0.03607580438256264, -0.43216049671173096, 0.014245258644223213, -0.0400015152990818], "max": [-0.24615809321403503, 0.2156834453344345, 1.2602719068527222, 3.287132740020752, 0.1270824819803238, -0.008540734648704529, 0.03989037126302719, -0.014600797556340694], "mean": [-0.3005829155445099, 0.04612170532345772, 1.1449941396713257, 3.1380527019500732, 0.028767110779881477, -0.1638534814119339, 0.02457902953028679, -0.024575769901275635], "std": [0.03830292075872421, 0.16135470569133759, 0.08639899641275406, 0.08464910089969635, 0.03345227241516113, 0.1139478012919426, 0.011532721109688282, 0.011594421230256557], "count": [209]}, "actions": {"min": [-0.4079101085662842, -1.1258512735366821, -0.516230046749115, -0.18556655943393707, -0.1418353170156479, -0.14284667372703552, -1.0], "max": [0.2504374086856842, 2.138780355453491, 1.1905527114868164, 0.2350316196680069, 0.12293669581413269, 0.13262346386909485, 1.0], "mean": [-0.005211693234741688, -0.09179528057575226, 0.023696810007095337, -0.0016462808707728982, -0.00021886090689804405, -0.013453025370836258, 0.20574162900447845], "std": [0.09436578303575516, 0.37305575609207153, 0.26222169399261475, 0.052809834480285645, 0.04540713503956795, 0.04714434593915939, 0.9786055088043213], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [2114.0], "max": [2114.0], "mean": [2114.0], "std": [0.0], "count": [209]}, "index": {"min": [689864.0], "max": [690072.0], "mean": [689968.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [209]}}} +{"episode_index": 2115, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3526270231359145]], [[0.2950560332653569]], [[0.22755387070599725]]], "std": [[[0.13973485578778688]], [[0.12857902694050305]], [[0.14123060375901503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3541824699850643]], [[0.27400619925704656]], [[0.18319191547468597]]], "std": [[[0.18691192704515802]], [[0.1287310546666075]], [[0.07619722242505672]]], "count": [100]}, "state": {"min": [-0.40512484312057495, -0.25368350744247437, 0.9878770709037781, 2.9509692192077637, -0.22162815928459167, -0.3869585692882538, 0.014956777915358543, -0.03987406566739082], "max": [-0.26705509424209595, 0.21948619186878204, 1.2972991466522217, 3.391955614089966, 0.12887705862522125, 0.036167144775390625, 0.04000476375222206, -0.015210501849651337], "mean": [-0.3366772532463074, 0.03336462378501892, 1.1680814027786255, 3.1953322887420654, -0.10361938923597336, -0.22052161395549774, 0.025608019903302193, -0.02541516348719597], "std": [0.050281770527362823, 0.18387676775455475, 0.09501245617866516, 0.10472139716148376, 0.08604418486356735, 0.1123051568865776, 0.011272880248725414, 0.011277617886662483], "count": [244]}, "actions": {"min": [-0.4552038609981537, -1.150018572807312, -0.6024572849273682, -0.16497458517551422, -0.2090080976486206, -0.1433446854352951, -1.0], "max": [0.3025406002998352, 1.285233497619629, 0.983620822429657, 0.09576006233692169, 0.2033124566078186, 0.1499742716550827, 1.0], "mean": [-0.022513166069984436, -0.08915230631828308, 0.03499291092157364, -0.007735544815659523, -0.0038151892367750406, -0.012952552177011967, 0.17213115096092224], "std": [0.09013274312019348, 0.33630886673927307, 0.25151216983795166, 0.0420411080121994, 0.05354372784495354, 0.04909191280603409, 0.9850730895996094], "count": [244]}, "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": [2115.0], "max": [2115.0], "mean": [2115.0], "std": [0.0], "count": [244]}, "index": {"min": [690073.0], "max": [690316.0], "mean": [690194.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [244]}}} +{"episode_index": 2116, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34994403255687045]], [[0.2930996853697534]], [[0.22605026663985908]]], "std": [[[0.14014352196934196]], [[0.1275175903342084]], [[0.13872231851681058]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.36336035993987437]], [[0.2802374824075138]], [[0.18617722574869794]]], "std": [[[0.18164972224714085]], [[0.12294127968231051]], [[0.06955221602614901]]], "count": [100]}, "state": {"min": [-0.36977317929267883, -0.24303078651428223, 1.0045992136001587, 2.9939119815826416, -0.04843895137310028, -0.2242659628391266, 0.01791597157716751, -0.03998855501413345], "max": [-0.2565912902355194, 0.2408895641565323, 1.282090663909912, 3.2854654788970947, 0.10589532554149628, 0.07086841017007828, 0.039901260286569595, -0.01806572638452053], "mean": [-0.3077283203601837, 0.04284998029470444, 1.1629244089126587, 3.131638288497925, 0.03446715325117111, -0.08684048056602478, 0.0276015717536211, -0.027607716619968414], "std": [0.038735441863536835, 0.17702053487300873, 0.08469116687774658, 0.08976675570011139, 0.044016625732183456, 0.08522326499223709, 0.00997376162558794, 0.010087521746754646], "count": [202]}, "actions": {"min": [-0.4309474229812622, -1.7468364238739014, -0.6451762318611145, -0.366987407207489, -0.18313683569431305, -0.20267970860004425, -1.0], "max": [0.36937829852104187, 0.9419907927513123, 0.6767989993095398, 0.13373102247714996, 0.10374021530151367, 0.17124444246292114, 1.0], "mean": [-0.01805604249238968, -0.1034831553697586, 0.027070501819252968, 0.0005226889043115079, -0.002783793257549405, -0.007543702609837055, 0.10891088843345642], "std": [0.10038832575082779, 0.4159303903579712, 0.2514885663986206, 0.05245824158191681, 0.043363239616155624, 0.051643360406160355, 0.994050920009613], "count": [202]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.83116626413619], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [2116.0], "max": [2116.0], "mean": [2116.0], "std": [0.0], "count": [202]}, "index": {"min": [690317.0], "max": [690518.0], "mean": [690417.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [202]}}} +{"episode_index": 2117, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35637820015701593]], [[0.2980178025189568]], [[0.2298349172554764]]], "std": [[[0.1407382270676003]], [[0.13133749603091138]], [[0.14529952799278714]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35419415881587013]], [[0.2753697264428232]], [[0.18597456629136028]]], "std": [[[0.19215324559593172]], [[0.13368080041113128]], [[0.08267814709197377]]], "count": [100]}, "state": {"min": [-0.3784201443195343, -0.278562992811203, 0.9876665472984314, 3.002206802368164, -0.2158706784248352, -0.17950861155986786, 0.013746341690421104, -0.040003128349781036], "max": [-0.28269529342651367, 0.22592408955097198, 1.2477928400039673, 3.2811639308929443, -0.029036587104201317, 0.09517917037010193, 0.039957255125045776, -0.014850522391498089], "mean": [-0.32884863018989563, 0.04028956592082977, 1.1545804738998413, 3.1523640155792236, -0.14098091423511505, -0.0033002234995365143, 0.02590297721326351, -0.026096800342202187], "std": [0.034645963460206985, 0.18211530148983002, 0.080978624522686, 0.0778079628944397, 0.054817382246255875, 0.08554957062005997, 0.011917803436517715, 0.011846928857266903], "count": [217]}, "actions": {"min": [-0.3696751892566681, -1.499564528465271, -0.6337498426437378, -0.15972012281417847, -0.24040889739990234, -0.11364499479532242, -1.0], "max": [0.29991939663887024, 0.8644766211509705, 0.9684413075447083, 0.16551385819911957, 0.14218373596668243, 0.10702317208051682, 1.0], "mean": [-0.014576035551726818, -0.09397067874670029, 0.0011832050513476133, 0.001699476852081716, -0.0029673785902559757, -0.00622772378847003, 0.09677419066429138], "std": [0.09781737625598907, 0.36072972416877747, 0.27618709206581116, 0.05454826354980469, 0.04462192952632904, 0.037544604390859604, 0.9953051805496216], "count": [217]}, "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": [2117.0], "max": [2117.0], "mean": [2117.0], "std": [0.0], "count": [217]}, "index": {"min": [690519.0], "max": [690735.0], "mean": [690627.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [217]}}} +{"episode_index": 2118, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3534083892223882]], [[0.2953522051642923]], [[0.22700434426700367]]], "std": [[[0.14031264846116706]], [[0.12909398179899068]], [[0.14160329234588398]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.35557454965628826]], [[0.27587457993451286]], [[0.18577033009248622]]], "std": [[[0.18563003215598778]], [[0.12782015887543438]], [[0.07732783304583062]]], "count": [100]}, "state": {"min": [-0.3874276578426361, -0.2514486312866211, 0.9900520443916321, 3.006814956665039, -0.1573922038078308, -0.2429572194814682, 0.017951320856809616, -0.03986729308962822], "max": [-0.24536342918872833, 0.22572772204875946, 1.262716293334961, 3.420071601867676, 0.09284324198961258, 0.030936820432543755, 0.040001943707466125, -0.01810528337955475], "mean": [-0.31858304142951965, 0.03957878053188324, 1.1444087028503418, 3.21517276763916, -0.052327319979667664, -0.12062310427427292, 0.027921291068196297, -0.02773524448275566], "std": [0.0530891939997673, 0.17620787024497986, 0.08242437988519669, 0.10627908259630203, 0.0616365522146225, 0.06770230084657669, 0.009789868257939816, 0.009803674183785915], "count": [198]}, "actions": {"min": [-0.3037002980709076, -1.3184373378753662, -0.5488948822021484, -0.33894631266593933, -0.11959535628557205, -0.22193503379821777, -1.0], "max": [0.18935278058052063, 0.9866800904273987, 0.7067040205001831, 0.19698680937290192, 0.20112736523151398, 0.15888738632202148, 1.0], "mean": [-0.019024133682250977, -0.11291105300188065, 0.03847889602184296, -0.00830758735537529, -0.004015244077891111, -0.00935924332588911, 0.1111111119389534], "std": [0.10425834357738495, 0.34706997871398926, 0.25701892375946045, 0.0631895661354065, 0.04862917959690094, 0.05794776976108551, 0.9938092231750488], "count": [198]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.715694766751167], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [2118.0], "max": [2118.0], "mean": [2118.0], "std": [0.0], "count": [198]}, "index": {"min": [690736.0], "max": [690933.0], "mean": [690834.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [198]}}} +{"episode_index": 2119, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3456705461318642]], [[0.29001342203548086]], [[0.227641117156498]]], "std": [[[0.157488308112884]], [[0.14825517411697464]], [[0.1544222211647944]]], "count": [105]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3705503108632776]], [[0.284869812752575]], [[0.19042618495966096]]], "std": [[[0.19717819849766516]], [[0.14396914406778877]], [[0.09863165829340584]]], "count": [105]}, "state": {"min": [-0.5202882885932922, -0.37768304347991943, 0.9905827641487122, 2.8482799530029297, -0.24330490827560425, -0.3613944351673126, 0.003800370031967759, -0.04000657796859741], "max": [-0.04035457223653793, 0.1634068340063095, 1.275711178779602, 3.3581199645996094, 0.19603650271892548, 0.296294242143631, 0.039890434592962265, -0.002576023805886507], "mean": [-0.2505800724029541, -0.08854097872972488, 1.1530598402023315, 3.0717592239379883, -0.035615842789411545, -0.061982832849025726, 0.021978162229061127, -0.022235067561268806], "std": [0.1453435719013214, 0.16351178288459778, 0.07132965326309204, 0.13117638230323792, 0.09080938994884491, 0.17286933958530426, 0.014682107605040073, 0.014745176769793034], "count": [498]}, "actions": {"min": [-1.740242838859558, -1.9817205667495728, -0.7682104110717773, -0.2378728985786438, -0.26654207706451416, -0.28979942202568054, -1.0], "max": [0.7282615900039673, 1.0749337673187256, 2.14871883392334, 0.24960918724536896, 0.16251574456691742, 0.22521618008613586, 1.0], "mean": [-0.03150630369782448, -0.06428255885839462, 0.0014509973116219044, -0.006519292946904898, 0.0004914780729450285, -0.003010400338098407, 0.18473894894123077], "std": [0.30682894587516785, 0.3448899984359741, 0.35046419501304626, 0.06502632051706314, 0.05370843783020973, 0.06777212768793106, 0.9827866554260254], "count": [498]}, "timestamp": {"min": [0.0], "max": [49.7], "mean": [24.849999999999998], "std": [14.375992719345216], "count": [498]}, "frame_index": {"min": [0], "max": [497], "mean": [248.5], "std": [143.75992719345217], "count": [498]}, "episode_index": {"min": [2119.0], "max": [2119.0], "mean": [2119.0], "std": [0.0], "count": [498]}, "index": {"min": [690934.0], "max": [691431.0], "mean": [691182.5], "std": [143.75992719345217], "count": [498]}, "task_index": {"min": [319.0], "max": [319.0], "mean": [319.0], "std": [0.0], "count": [498]}}} +{"episode_index": 2120, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34202743812843606]], [[0.28641399100974757]], [[0.22402200345639828]]], "std": [[[0.1619632194100726]], [[0.1516470524146751]], [[0.1563748278234342]]], "count": [144]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3667143956768227]], [[0.2826538459927428]], [[0.18835234964075692]]], "std": [[[0.18755485431388685]], [[0.13572877059827254]], [[0.09231319704049579]]], "count": [144]}, "state": {"min": [-0.5384092330932617, -0.3991076350212097, 1.00444495677948, 2.683030128479004, -0.40316760540008545, -0.4194243252277374, 0.002881840569898486, -0.04000808298587799], "max": [-0.06397082656621933, 0.2523651719093323, 1.250168800354004, 3.460080146789551, 0.13799139857292175, 0.5580208897590637, 0.039974793791770935, -0.003254530718550086], "mean": [-0.3095903992652893, -0.14107194542884827, 1.1669970750808716, 3.069974184036255, -0.1725810021162033, -0.06387461721897125, 0.023551208898425102, -0.023305458948016167], "std": [0.1520700305700302, 0.18333940207958221, 0.059872984886169434, 0.19904787838459015, 0.12531057000160217, 0.2231554388999939, 0.013725065626204014, 0.013823886401951313], "count": [760]}, "actions": {"min": [-1.3534337282180786, -1.618651270866394, -0.8022189140319824, -0.340457558631897, -0.3986760079860687, -0.4165608286857605, -1.0], "max": [0.778482973575592, 1.0766319036483765, 1.247487187385559, 0.36767399311065674, 0.38288938999176025, 0.29341381788253784, 1.0], "mean": [-0.02069680020213127, -0.02919137291610241, -0.008959109894931316, -0.003923575393855572, 0.0005515337106771767, -0.0012917221756651998, 0.20263157784938812], "std": [0.24992746114730835, 0.321326345205307, 0.26702114939689636, 0.06425055116415024, 0.06689643859863281, 0.08122668415307999, 0.9792568683624268], "count": [760]}, "timestamp": {"min": [0.0], "max": [75.9], "mean": [37.95], "std": [21.939291237412387], "count": [760]}, "frame_index": {"min": [0], "max": [759], "mean": [379.5], "std": [219.39291237412388], "count": [760]}, "episode_index": {"min": [2120.0], "max": [2120.0], "mean": [2120.0], "std": [0.0], "count": [760]}, "index": {"min": [691432.0], "max": [692191.0], "mean": [691811.5], "std": [219.39291237412388], "count": [760]}, "task_index": {"min": [319.0], "max": [319.0], "mean": [319.0], "std": [0.0], "count": [760]}}} +{"episode_index": 2121, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33957497151692706]], [[0.2842964896407782]], [[0.2235448381012561]]], "std": [[[0.1580013954251224]], [[0.14820835053795894]], [[0.15250941079430308]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3498462195302926]], [[0.26941406489353553]], [[0.17864906819661458]]], "std": [[[0.1975552138724413]], [[0.14311762325386043]], [[0.09101144352659428]]], "count": [100]}, "state": {"min": [-0.5538544654846191, -0.22144214808940887, 0.9761734008789062, 2.95345401763916, -0.3831861615180969, -0.43166303634643555, 0.012399624101817608, -0.04000324010848999], "max": [-0.002128451596945524, 0.12927711009979248, 1.3230502605438232, 3.3120534420013428, 0.20354311168193817, -0.01918642595410347, 0.03997733071446419, -0.012436967343091965], "mean": [-0.34059399366378784, -0.04829590395092964, 1.158141016960144, 3.1466188430786133, -0.09428361803293228, -0.16099457442760468, 0.025779636576771736, -0.026214992627501488], "std": [0.1770908385515213, 0.10202515870332718, 0.08714865148067474, 0.06914747506380081, 0.12767046689987183, 0.10356124490499496, 0.012411736883223057, 0.012172679416835308], "count": [405]}, "actions": {"min": [-1.701319694519043, -0.6966912150382996, -1.202593445777893, -0.19299772381782532, -0.3377295732498169, -0.24237060546875, -1.0], "max": [1.3687918186187744, 1.4770596027374268, 2.4355950355529785, 0.1552809625864029, 0.33327338099479675, 0.31656816601753235, 1.0], "mean": [-0.04283642768859863, -0.004229318350553513, -0.008948012255132198, -0.00024343251425307244, -0.0017143937293440104, 5.655358563672053e-07, 0.06172839552164078], "std": [0.41552218794822693, 0.2842577397823334, 0.41944193840026855, 0.050388235598802567, 0.0726083293557167, 0.06701046228408813, 0.9980915784835815], "count": [405]}, "timestamp": {"min": [0.0], "max": [40.4], "mean": [20.2], "std": [11.691307312130096], "count": [405]}, "frame_index": {"min": [0], "max": [404], "mean": [202.0], "std": [116.91307312130097], "count": [405]}, "episode_index": {"min": [2121.0], "max": [2121.0], "mean": [2121.0], "std": [0.0], "count": [405]}, "index": {"min": [692192.0], "max": [692596.0], "mean": [692394.0], "std": [116.91307312130097], "count": [405]}, "task_index": {"min": [320.0], "max": [320.0], "mean": [320.0], "std": [0.0], "count": [405]}}} +{"episode_index": 2122, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33791336657954196]], [[0.28333275409773284]], [[0.22348258343864888]]], "std": [[[0.15949066977229678]], [[0.14996092480631698]], [[0.1536536256703835]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3499440481148514]], [[0.2695752916523054]], [[0.1792413168514476]]], "std": [[[0.1940271550581372]], [[0.14081417649764535]], [[0.09092372575050219]]], "count": [100]}, "state": {"min": [-0.5216503143310547, -0.2356208860874176, 0.9754549264907837, 2.9747402667999268, -0.20683039724826813, -0.3107031285762787, 0.012538986280560493, -0.04000521078705788], "max": [-0.023654669523239136, 0.09792625159025192, 1.2632602453231812, 3.252751111984253, 0.13396507501602173, 0.0952717661857605, 0.03998599573969841, -0.01263368595391512], "mean": [-0.32912594079971313, -0.05797271430492401, 1.1453603506088257, 3.122830390930176, -0.06473316997289658, -0.057123035192489624, 0.02649884670972824, -0.026557214558124542], "std": [0.1575002819299698, 0.09273464232683182, 0.07436332106590271, 0.06258933991193771, 0.08619184046983719, 0.09809231758117676, 0.011805249378085136, 0.011820252984762192], "count": [361]}, "actions": {"min": [-1.562317967414856, -2.0836377143859863, -0.8383840322494507, -0.18484094738960266, -0.2964227497577667, -0.2090621143579483, -1.0], "max": [1.4597604274749756, 1.2283726930618286, 2.370859146118164, 0.20719602704048157, 0.19435012340545654, 0.3317853808403015, 1.0], "mean": [-0.035238832235336304, -0.017894048243761063, 6.43877501715906e-05, -0.0017331249546259642, -0.0013564899563789368, 2.0985240553272888e-05, 0.04709141328930855], "std": [0.4208173453807831, 0.32972252368927, 0.43034741282463074, 0.05356369912624359, 0.06353234499692917, 0.06688149273395538, 0.9988895058631897], "count": [361]}, "timestamp": {"min": [0.0], "max": [36.0], "mean": [18.0], "std": [10.421132376090423], "count": [361]}, "frame_index": {"min": [0], "max": [360], "mean": [180.0], "std": [104.21132376090422], "count": [361]}, "episode_index": {"min": [2122.0], "max": [2122.0], "mean": [2122.0], "std": [0.0], "count": [361]}, "index": {"min": [692597.0], "max": [692957.0], "mean": [692777.0], "std": [104.21132376090422], "count": [361]}, "task_index": {"min": [320.0], "max": [320.0], "mean": [320.0], "std": [0.0], "count": [361]}}} +{"episode_index": 2123, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3439861597258248]], [[0.2869847375105022]], [[0.2215216737726772]]], "std": [[[0.15671152206360178]], [[0.14459371087512465]], [[0.15019762147482393]]], "count": [163]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.33761118890346353]], [[0.2610970665885699]], [[0.17577767144410486]]], "std": [[[0.20911347869159855]], [[0.15032563701592783]], [[0.09688136111652276]]], "count": [163]}, "state": {"min": [-0.5559115409851074, -0.28351181745529175, 0.9882638454437256, 2.803255558013916, -0.4625818133354187, -0.3147664964199066, 0.0022633711341768503, -0.03996175900101662], "max": [-0.010255967266857624, 0.25622671842575073, 1.3072426319122314, 3.504027843475342, 0.1359589844942093, 1.5534480810165405, 0.04000711441040039, -0.004211868159472942], "mean": [-0.34989047050476074, -0.0012064377078786492, 1.1489825248718262, 3.2073752880096436, -0.14352960884571075, 0.22901079058647156, 0.021708538755774498, -0.02265898510813713], "std": [0.16350103914737701, 0.16712020337581635, 0.08105257153511047, 0.18496711552143097, 0.11969335377216339, 0.6074166297912598, 0.013133476488292217, 0.011991030536592007], "count": [891]}, "actions": {"min": [-1.8449816703796387, -2.195545196533203, -0.9635806679725647, -0.35247617959976196, -0.5322684645652771, -0.2873455882072449, -1.0], "max": [1.2658694982528687, 1.483944296836853, 1.8139746189117432, 0.32179534435272217, 0.6722068786621094, 0.949022650718689, 1.0], "mean": [-0.011834175325930119, -0.021691061556339264, 0.004748075734823942, -0.004667286761105061, 0.000554141472093761, 0.01542474702000618, 0.32210999727249146], "std": [0.3543069660663605, 0.29372701048851013, 0.35430222749710083, 0.06631394475698471, 0.08516722917556763, 0.10314013808965683, 0.9467030763626099], "count": [891]}, "timestamp": {"min": [0.0], "max": [89.0], "mean": [44.5], "std": [25.720938292890224], "count": [891]}, "frame_index": {"min": [0], "max": [890], "mean": [445.0], "std": [257.20938292890224], "count": [891]}, "episode_index": {"min": [2123.0], "max": [2123.0], "mean": [2123.0], "std": [0.0], "count": [891]}, "index": {"min": [692958.0], "max": [693848.0], "mean": [693403.0], "std": [257.20938292890224], "count": [891]}, "task_index": {"min": [321.0], "max": [321.0], "mean": [321.0], "std": [0.0], "count": [891]}}} +{"episode_index": 2124, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34587445979744064]], [[0.2896304019028485]], [[0.22357967171493998]]], "std": [[[0.15352186320276148]], [[0.14179749856409696]], [[0.14951478266976212]]], "count": [195]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.3405883620287558]], [[0.26544367403286434]], [[0.17813236871396193]]], "std": [[[0.20478051628440722]], [[0.14606599981715188]], [[0.09423475752342877]]], "count": [195]}, "state": {"min": [-0.5616632699966431, -0.2581900358200073, 0.9790680408477783, 2.963296890258789, -0.43435266613960266, -0.4129534065723419, -0.0009296107455156744, -0.04000646248459816], "max": [0.019160205498337746, 0.2352605015039444, 1.3115856647491455, 3.62398099899292, 0.19205960631370544, 1.5480464696884155, 0.0400041900575161, -0.012991567142307758], "mean": [-0.3245564103126526, -0.09562288969755173, 1.148192048072815, 3.173145294189453, -0.12765280902385712, 0.37524962425231934, 0.02392914704978466, -0.024683933705091476], "std": [0.1659419685602188, 0.13055773079395294, 0.07985943555831909, 0.12158472090959549, 0.116383396089077, 0.6373356580734253, 0.012002832256257534, 0.011572104878723621], "count": [1134]}, "actions": {"min": [-1.4261560440063477, -1.3617364168167114, -0.6035137176513672, -0.2813642621040344, -0.2830062508583069, -0.8668944239616394, -1.0], "max": [1.2946524620056152, 1.1401649713516235, 2.038601875305176, 0.21212999522686005, 0.3485684394836426, 0.46154165267944336, 1.0], "mean": [-0.015575423836708069, -0.016059154644608498, -0.006251297425478697, -0.0032524417620152235, 0.0002317633043276146, 0.00934566929936409, 0.24338623881340027], "std": [0.23885364830493927, 0.2529207170009613, 0.26649168133735657, 0.04912557452917099, 0.05470452830195427, 0.11457657068967819, 0.9699286818504333], "count": [1134]}, "timestamp": {"min": [0.0], "max": [113.3], "mean": [56.65], "std": [32.73574753486877], "count": [1134]}, "frame_index": {"min": [0], "max": [1133], "mean": [566.5], "std": [327.3574753486877], "count": [1134]}, "episode_index": {"min": [2124.0], "max": [2124.0], "mean": [2124.0], "std": [0.0], "count": [1134]}, "index": {"min": [693849.0], "max": [694982.0], "mean": [694415.5], "std": [327.3574753486877], "count": [1134]}, "task_index": {"min": [322.0], "max": [322.0], "mean": [322.0], "std": [0.0], "count": [1134]}}} +{"episode_index": 2125, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3448697131727806]], [[0.2883609874685743]], [[0.22324391260554083]]], "std": [[[0.15373750630809913]], [[0.14221237576718623]], [[0.14890044177445738]]], "count": [170]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3267581535788143]], [[0.25364716420949124]], [[0.16885345071794802]]], "std": [[[0.20505404046654677]], [[0.14601723178980008]], [[0.09444896052676008]]], "count": [170]}, "state": {"min": [-0.562979519367218, -0.2436182200908661, 0.9793093204498291, 2.8290553092956543, -0.2532025873661041, -0.4925360679626465, 0.006222795695066452, -0.040011074393987656], "max": [0.00896144937723875, 0.2218714952468872, 1.234941005706787, 3.6008145809173584, 0.18945090472698212, 1.599947452545166, 0.039994169026613235, -0.012263955548405647], "mean": [-0.3231390416622162, -0.09131629765033722, 1.121095895767212, 3.097792863845825, -0.03567706421017647, 0.33121225237846375, 0.024101532995700836, -0.024485286325216293], "std": [0.16159382462501526, 0.12248159945011139, 0.06364366412162781, 0.1439567506313324, 0.10307212173938751, 0.6922810673713684, 0.011816323734819889, 0.011740653775632381], "count": [944]}, "actions": {"min": [-1.403786540031433, -1.90227210521698, -0.7874671816825867, -0.26457634568214417, -0.32275259494781494, -0.9417272806167603, -1.0], "max": [0.9183003306388855, 1.1038870811462402, 3.618511199951172, 0.39254987239837646, 0.3728509247303009, 0.8059093952178955, 1.0], "mean": [-0.018525293096899986, -0.018047068268060684, -0.004994440823793411, -0.0038020487409085035, 0.0008446862921118736, 0.014838006347417831, 0.23093220591545105], "std": [0.25224950909614563, 0.29753684997558594, 0.27439141273498535, 0.05957898125052452, 0.06774312257766724, 0.14227452874183655, 0.9729733467102051], "count": [944]}, "timestamp": {"min": [0.0], "max": [94.3], "mean": [47.15], "std": [27.25091741574951], "count": [944]}, "frame_index": {"min": [0], "max": [943], "mean": [471.5], "std": [272.5091741574951], "count": [944]}, "episode_index": {"min": [2125.0], "max": [2125.0], "mean": [2125.0], "std": [0.0], "count": [944]}, "index": {"min": [694983.0], "max": [695926.0], "mean": [695454.5], "std": [272.5091741574951], "count": [944]}, "task_index": {"min": [322.0], "max": [322.0], "mean": [322.0], "std": [0.0], "count": [944]}}} +{"episode_index": 2126, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36753452194679953]], [[0.3077220426744917]], [[0.2383456996079682]]], "std": [[[0.13523828465875723]], [[0.1321314593461612]], [[0.14768825191818558]]], "count": [147]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34622145285523065]], [[0.2654296166708871]], [[0.18080351281137455]]], "std": [[[0.19683397508257197]], [[0.1478814954885695]], [[0.10607900938159187]]], "count": [147]}, "state": {"min": [-0.5210499167442322, -0.2514396905899048, 0.9920982718467712, 2.8602519035339355, -0.38211679458618164, -0.6057109832763672, 0.004788402002304792, -0.04001433029770851], "max": [-0.10142621397972107, 0.2871991991996765, 1.2398227453231812, 3.4871251583099365, 0.277519166469574, 0.012457773089408875, 0.03995717316865921, -0.003679640358313918], "mean": [-0.3424137830734253, 0.013020205311477184, 1.127236247062683, 3.145845651626587, -0.09965380281209946, -0.2786101698875427, 0.0175482127815485, -0.017516791820526123], "std": [0.13897345960140228, 0.17902302742004395, 0.05960128456354141, 0.15318937599658966, 0.1417424976825714, 0.14165528118610382, 0.01373747456818819, 0.013842321000993252], "count": [782]}, "actions": {"min": [-1.4473563432693481, -1.319828748703003, -0.6002634763717651, -0.33787205815315247, -0.39308643341064453, -0.26935264468193054, -1.0], "max": [0.5662106275558472, 1.413755178451538, 1.6174334287643433, 0.27717581391334534, 0.2686323821544647, 0.43501999974250793, 1.0], "mean": [-0.03075251914560795, 0.04325211048126221, -0.031399283558130264, 0.0035614126827567816, -0.00385212036781013, -0.0022082270588725805, 0.4322250783443451], "std": [0.20665256679058075, 0.27614492177963257, 0.21981124579906464, 0.06978802382946014, 0.06583019345998764, 0.06936793029308319, 0.9017700552940369], "count": [782]}, "timestamp": {"min": [0.0], "max": [78.1], "mean": [39.05], "std": [22.574377067817398], "count": [782]}, "frame_index": {"min": [0], "max": [781], "mean": [390.5], "std": [225.74377067817397], "count": [782]}, "episode_index": {"min": [2126.0], "max": [2126.0], "mean": [2126.0], "std": [0.0], "count": [782]}, "index": {"min": [695927.0], "max": [696708.0], "mean": [696317.5], "std": [225.74377067817397], "count": [782]}, "task_index": {"min": [323.0], "max": [323.0], "mean": [323.0], "std": [0.0], "count": [782]}}} +{"episode_index": 2127, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3647446704511883]], [[0.30555099743754927]], [[0.23666628712031687]]], "std": [[[0.13648482732658193]], [[0.13204363204425387]], [[0.14671994878003905]]], "count": [140]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35612824341162247]], [[0.2749341961516052]], [[0.18594360992688092]]], "std": [[[0.19740873149988222]], [[0.1485716005480154]], [[0.10725357641493281]]], "count": [140]}, "state": {"min": [-0.528832733631134, -0.23479929566383362, 0.9945115447044373, 2.8868567943573, -0.38565587997436523, -0.47984182834625244, 0.004747482948005199, -0.04001414403319359], "max": [-0.11726405471563339, 0.2427728772163391, 1.2785149812698364, 3.529780626296997, 0.2536059319972992, 0.009943940676748753, 0.0398869626224041, -0.0033508308697491884], "mean": [-0.31257885694503784, 0.021826008334755898, 1.1535612344741821, 3.1195011138916016, -0.07170512527227402, -0.19594678282737732, 0.01804303005337715, -0.018069909885525703], "std": [0.13961386680603027, 0.16981980204582214, 0.0724204033613205, 0.13920491933822632, 0.1440584361553192, 0.13382841646671295, 0.014091473072767258, 0.014260375872254372], "count": [730]}, "actions": {"min": [-1.4358800649642944, -1.4170119762420654, -0.7310421466827393, -0.3654784858226776, -0.2825073003768921, -0.24135491251945496, -1.0], "max": [0.5754315853118896, 1.3512624502182007, 1.495603084564209, 0.1821083277463913, 0.2063242793083191, 0.2464328408241272, 1.0], "mean": [-0.01733444631099701, 0.027790609747171402, -0.017387114465236664, 0.0028433669358491898, -0.006009391043335199, -0.0017494031926617026, 0.40821918845176697], "std": [0.18745474517345428, 0.28623834252357483, 0.23772484064102173, 0.0540928989648819, 0.050905995070934296, 0.05307349935173988, 0.9128885269165039], "count": [730]}, "timestamp": {"min": [0.0], "max": [72.9], "mean": [36.45], "std": [21.07326505314257], "count": [730]}, "frame_index": {"min": [0], "max": [729], "mean": [364.5], "std": [210.73265053142572], "count": [730]}, "episode_index": {"min": [2127.0], "max": [2127.0], "mean": [2127.0], "std": [0.0], "count": [730]}, "index": {"min": [696709.0], "max": [697438.0], "mean": [697073.5], "std": [210.73265053142572], "count": [730]}, "task_index": {"min": [323.0], "max": [323.0], "mean": [323.0], "std": [0.0], "count": [730]}}} +{"episode_index": 2128, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3635775498831457]], [[0.3043963403898491]], [[0.23575689802954208]]], "std": [[[0.1386540519474403]], [[0.13420426059510623]], [[0.14826067766019224]]], "count": [154]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.3567196198325744]], [[0.27690303949171996]], [[0.18864682486320167]]], "std": [[[0.18867519843192007]], [[0.1417185661657775]], [[0.10527455877765986]]], "count": [154]}, "state": {"min": [-0.5685846209526062, -0.26946744322776794, 0.9966215491294861, 2.836228132247925, -0.48893067240715027, -0.39180439710617065, 0.009128343313932419, -0.04001621529459953], "max": [-0.12152404338121414, 0.24438953399658203, 1.235580563545227, 3.4520304203033447, 0.1250879317522049, 0.08612845093011856, 0.039878979325294495, -0.006912007462233305], "mean": [-0.34539666771888733, -0.013973413966596127, 1.142200231552124, 3.0638647079467773, -0.11919352412223816, -0.1825048178434372, 0.01882682554423809, -0.01895897649228573], "std": [0.1424456536769867, 0.1800996959209442, 0.06825457513332367, 0.10484775900840759, 0.13489499688148499, 0.10623849928379059, 0.013142918236553669, 0.013229607604444027], "count": [829]}, "actions": {"min": [-1.2823200225830078, -1.2394081354141235, -0.7279145121574402, -0.27765539288520813, -0.45516884326934814, -0.24497927725315094, -1.0], "max": [0.5766181945800781, 1.264703631401062, 0.9381516575813293, 0.27767714858055115, 0.19418224692344666, 0.33993759751319885, 1.0], "mean": [-0.02175266481935978, 0.03809357061982155, -0.028229715302586555, 0.0008593304664827883, -0.0037149598356336355, -0.002431165659800172, 0.40892642736434937], "std": [0.18428267538547516, 0.272184282541275, 0.189310222864151, 0.06281728297472, 0.05060650780797005, 0.05633861571550369, 0.9125664234161377], "count": [829]}, "timestamp": {"min": [0.0], "max": [82.8], "mean": [41.4], "std": [23.93115124685814], "count": [829]}, "frame_index": {"min": [0], "max": [828], "mean": [414.0], "std": [239.3115124685814], "count": [829]}, "episode_index": {"min": [2128.0], "max": [2128.0], "mean": [2128.0], "std": [0.0], "count": [829]}, "index": {"min": [697439.0], "max": [698267.0], "mean": [697853.0], "std": [239.3115124685814], "count": [829]}, "task_index": {"min": [323.0], "max": [323.0], "mean": [323.0], "std": [0.0], "count": [829]}}} +{"episode_index": 2129, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36076780431410843]], [[0.30258208749808513]], [[0.23598641229766645]]], "std": [[[0.1372342464446253]], [[0.13341718758570825]], [[0.1463308732519399]]], "count": [150]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33496537551381234]], [[0.25425984540951796]], [[0.17072780434602225]]], "std": [[[0.19835713971679841]], [[0.1452341771024112]], [[0.09490073513015168]]], "count": [150]}, "state": {"min": [-0.5814775228500366, -0.2598932981491089, 0.9777354001998901, 2.9820313453674316, -0.30019673705101013, -0.5021576881408691, 0.0044813500717282295, -0.040007200092077255], "max": [-0.11759018152952194, 0.3409309387207031, 1.243943691253662, 3.4964711666107178, 0.3276561200618744, -0.08703801780939102, 0.03995591402053833, -0.003927641548216343], "mean": [-0.34095731377601624, 0.003921744879335165, 1.1416016817092896, 3.1898977756500244, -0.05517575889825821, -0.34406575560569763, 0.017549091950058937, -0.017341110855340958], "std": [0.14094115793704987, 0.18675574660301208, 0.07224532216787338, 0.10520752519369125, 0.12449048459529877, 0.08552189916372299, 0.015061857178807259, 0.015118160285055637], "count": [799]}, "actions": {"min": [-1.1525087356567383, -1.0442845821380615, -0.6233786940574646, -0.29225629568099976, -0.23775626718997955, -0.23748457431793213, -1.0], "max": [0.644294023513794, 1.0128118991851807, 1.0468335151672363, 0.36402079463005066, 0.2235826551914215, 0.17553460597991943, 1.0], "mean": [-0.015957536175847054, 0.04094119369983673, -0.02531670406460762, 0.0017174017848446965, -0.00045652512926608324, -0.002273228019475937, 0.37171465158462524], "std": [0.18936483561992645, 0.25310295820236206, 0.20857959985733032, 0.052399713546037674, 0.044231727719306946, 0.04767882823944092, 0.9283397793769836], "count": [799]}, "timestamp": {"min": [0.0], "max": [79.8], "mean": [39.9], "std": [23.065125189341593], "count": [799]}, "frame_index": {"min": [0], "max": [798], "mean": [399.0], "std": [230.65125189341592], "count": [799]}, "episode_index": {"min": [2129.0], "max": [2129.0], "mean": [2129.0], "std": [0.0], "count": [799]}, "index": {"min": [698268.0], "max": [699066.0], "mean": [698667.0], "std": [230.65125189341592], "count": [799]}, "task_index": {"min": [323.0], "max": [323.0], "mean": [323.0], "std": [0.0], "count": [799]}}} +{"episode_index": 2130, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3629727330101281]], [[0.30533164958313147]], [[0.2388383560656124]]], "std": [[[0.13813780418363492]], [[0.13480775039428006]], [[0.14892449947771066]]], "count": [129]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3484629359537389]], [[0.26638523049042173]], [[0.17917256515463503]]], "std": [[[0.1995213256315495]], [[0.14709249549401238]], [[0.09962122341542301]]], "count": [129]}, "state": {"min": [-0.5020012855529785, -0.22622542083263397, 0.9878033399581909, 3.000096082687378, -0.2776315212249756, -0.40516093373298645, 0.003712428966537118, -0.040005411952733994], "max": [-0.1324528157711029, 0.30882570147514343, 1.2465113401412964, 3.417470693588257, 0.2325332760810852, -0.020641949027776718, 0.039974845945835114, -0.0035728567745536566], "mean": [-0.30213817954063416, 0.020541271194815636, 1.1102659702301025, 3.1670360565185547, -0.024809613823890686, -0.19850966334342957, 0.01844911277294159, -0.01835128292441368], "std": [0.11878345906734467, 0.17385219037532806, 0.06398249417543411, 0.11195480078458786, 0.09514401853084564, 0.10375217348337173, 0.015023949556052685, 0.015049171634018421], "count": [655]}, "actions": {"min": [-0.7944949269294739, -1.0623726844787598, -0.6059845089912415, -0.16283968091011047, -0.16642171144485474, -0.30000782012939453, -1.0], "max": [0.722736120223999, 1.1824041604995728, 0.8324791789054871, 0.44753724336624146, 0.22434461116790771, 0.14392241835594177, 1.0], "mean": [-0.01801035925745964, 0.03885449841618538, -0.017335548996925354, 0.0036560811568051577, -0.0007696482934989035, -0.003322355216369033, 0.33129769563674927], "std": [0.16062705218791962, 0.2787259817123413, 0.1876135617494583, 0.053855475038290024, 0.0431225560605526, 0.045245859771966934, 0.9435234069824219], "count": [655]}, "timestamp": {"min": [0.0], "max": [65.4], "mean": [32.7], "std": [18.908199279677586], "count": [655]}, "frame_index": {"min": [0], "max": [654], "mean": [327.0], "std": [189.08199279677586], "count": [655]}, "episode_index": {"min": [2130.0], "max": [2130.0], "mean": [2130.0], "std": [0.0], "count": [655]}, "index": {"min": [699067.0], "max": [699721.0], "mean": [699394.0], "std": [189.08199279677586], "count": [655]}, "task_index": {"min": [323.0], "max": [323.0], "mean": [323.0], "std": [0.0], "count": [655]}}} +{"episode_index": 2131, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3673867730034722]], [[0.30839427633846506]], [[0.24231615413092322]]], "std": [[[0.13645642166455835]], [[0.1346335318682394]], [[0.14952613605852408]]], "count": [150]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.334526948816636]], [[0.2648176524841707]], [[0.1826799723307292]]], "std": [[[0.21415869223478662]], [[0.1621501752390944]], [[0.10966300527213158]]], "count": [150]}, "state": {"min": [-0.5116837620735168, -0.06855443865060806, 0.9663640260696411, 2.993905544281006, -0.46190235018730164, -0.6712963581085205, 0.005415287800133228, -0.04000820964574814], "max": [-0.07200708985328674, 0.32858604192733765, 1.2421613931655884, 3.4764304161071777, 0.10981802642345428, 0.1280660331249237, 0.04000306501984596, -0.0016283506993204355], "mean": [-0.3462332487106323, 0.15627412497997284, 1.1156458854675293, 3.204293727874756, -0.21741940081119537, -0.3150920271873474, 0.02170855924487114, -0.021291514858603477], "std": [0.1391611546278, 0.12168276309967041, 0.05920276790857315, 0.10994286835193634, 0.10245521366596222, 0.20167915523052216, 0.014258835464715958, 0.014584855176508427], "count": [802]}, "actions": {"min": [-1.3545947074890137, -1.191444754600525, -0.6734737753868103, -0.31343820691108704, -0.22007639706134796, -0.2229284942150116, -1.0], "max": [1.0917017459869385, 1.142688512802124, 1.3098139762878418, 0.1825081706047058, 0.23606440424919128, 0.21813254058361053, 1.0], "mean": [-0.009869147092103958, 0.02646384947001934, -0.0016655944054946303, 0.002163664437830448, -0.002702748868614435, -0.007273778785020113, 0.25436410307884216], "std": [0.25355255603790283, 0.2169276922941208, 0.2066204845905304, 0.05754280462861061, 0.04946732148528099, 0.04868781939148903, 0.9671068787574768], "count": [802]}, "timestamp": {"min": [0.0], "max": [80.1], "mean": [40.05], "std": [23.151727797294093], "count": [802]}, "frame_index": {"min": [0], "max": [801], "mean": [400.5], "std": [231.51727797294092], "count": [802]}, "episode_index": {"min": [2131.0], "max": [2131.0], "mean": [2131.0], "std": [0.0], "count": [802]}, "index": {"min": [699722.0], "max": [700523.0], "mean": [700122.5], "std": [231.51727797294092], "count": [802]}, "task_index": {"min": [324.0], "max": [324.0], "mean": [324.0], "std": [0.0], "count": [802]}}} +{"episode_index": 2132, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.369488366159659]], [[0.30995621128152]], [[0.2420916779487384]]], "std": [[[0.13400212472731865]], [[0.13154190769463583]], [[0.14827089701381407]]], "count": [118]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.34324271296218767]], [[0.2692478168521778]], [[0.18219708397999362]]], "std": [[[0.21649571887965638]], [[0.16249395626419633]], [[0.10875927726348056]]], "count": [118]}, "state": {"min": [-0.4770641028881073, -0.08515550196170807, 0.9772151708602905, 3.004990339279175, -0.2568233013153076, -0.31411343812942505, 0.0064932857640087605, -0.04000582918524742], "max": [-0.05510767921805382, 0.2638062834739685, 1.272762656211853, 3.5930912494659424, 0.23772215843200684, 0.05055968463420868, 0.039995647966861725, -0.0009233832824975252], "mean": [-0.2939242720603943, 0.10807633399963379, 1.1316554546356201, 3.1994988918304443, -0.04895229637622833, -0.12300031632184982, 0.02495604380965233, -0.024195434525609016], "std": [0.1371501386165619, 0.11090812087059021, 0.06743977218866348, 0.13519836962223053, 0.10422443598508835, 0.08258179575204849, 0.013592470437288284, 0.01435667835175991], "count": [585]}, "actions": {"min": [-1.264841079711914, -1.177328109741211, -0.9033464193344116, -0.2942788302898407, -0.17387038469314575, -0.16527454555034637, -1.0], "max": [0.7783195972442627, 0.8771165013313293, 1.4736428260803223, 0.2627502381801605, 0.24499750137329102, 0.21934527158737183, 1.0], "mean": [-0.005790996365249157, 0.03357912227511406, -0.015489200130105019, 0.004077575169503689, -0.0003394595696590841, -0.0021882466971874237, 0.10769230872392654], "std": [0.2722361385822296, 0.21874138712882996, 0.26789841055870056, 0.0644625872373581, 0.05068237707018852, 0.049486421048641205, 0.994184672832489], "count": [585]}, "timestamp": {"min": [0.0], "max": [58.4], "mean": [29.2], "std": [16.887470700690102], "count": [585]}, "frame_index": {"min": [0], "max": [584], "mean": [292.0], "std": [168.87470700690102], "count": [585]}, "episode_index": {"min": [2132.0], "max": [2132.0], "mean": [2132.0], "std": [0.0], "count": [585]}, "index": {"min": [700524.0], "max": [701108.0], "mean": [700816.0], "std": [168.87470700690102], "count": [585]}, "task_index": {"min": [324.0], "max": [324.0], "mean": [324.0], "std": [0.0], "count": [585]}}} +{"episode_index": 2133, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36863708683088714]], [[0.30924103774276435]], [[0.2422983155531042]]], "std": [[[0.13381105664556567]], [[0.13179130070563036]], [[0.14769320793819785]]], "count": [128]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.32154928282195444]], [[0.25360787990046485]], [[0.17418753399568446]]], "std": [[[0.22170801965849823]], [[0.1670418946914361]], [[0.1100922510714249]]], "count": [128]}, "state": {"min": [-0.5030376315116882, -0.03561341390013695, 0.975466251373291, 3.012789487838745, -0.33928394317626953, -0.564113438129425, 0.0024863891303539276, -0.04000547528266907], "max": [-0.05974261090159416, 0.30240538716316223, 1.2612180709838867, 3.6007654666900635, 0.1809970587491989, -0.026769155636429787, 0.040008362382650375, -0.00444682314991951], "mean": [-0.32079991698265076, 0.140547513961792, 1.111166000366211, 3.287816286087036, -0.11492787301540375, -0.2799571454524994, 0.02233368717133999, -0.02198280394077301], "std": [0.13813422620296478, 0.09755342453718185, 0.06604456901550293, 0.16612496972084045, 0.10439298301935196, 0.14042027294635773, 0.014058079570531845, 0.014215095899999142], "count": [650]}, "actions": {"min": [-1.275863766670227, -0.9142244458198547, -0.6735934615135193, -0.1844063401222229, -0.19622570276260376, -0.1561903953552246, -1.0], "max": [0.7901973724365234, 0.8177170753479004, 1.6075901985168457, 0.16582131385803223, 0.1535169780254364, 0.17842058837413788, 1.0], "mean": [-0.009285134263336658, 0.01979845203459263, -0.011443786323070526, 0.0028873123228549957, -0.0023105242289602757, -0.004276401363313198, 0.23076923191547394], "std": [0.27885112166404724, 0.2091856598854065, 0.25061026215553284, 0.04823005944490433, 0.05016668140888214, 0.04300302267074585, 0.9730108976364136], "count": [650]}, "timestamp": {"min": [0.0], "max": [64.9], "mean": [32.45], "std": [18.763861542870114], "count": [650]}, "frame_index": {"min": [0], "max": [649], "mean": [324.5], "std": [187.63861542870114], "count": [650]}, "episode_index": {"min": [2133.0], "max": [2133.0], "mean": [2133.0], "std": [0.0], "count": [650]}, "index": {"min": [701109.0], "max": [701758.0], "mean": [701433.5], "std": [187.63861542870114], "count": [650]}, "task_index": {"min": [324.0], "max": [324.0], "mean": [324.0], "std": [0.0], "count": [650]}}} +{"episode_index": 2134, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3687362415490682]], [[0.3092046216213397]], [[0.2421884189814296]]], "std": [[[0.13214946905231412]], [[0.13025931100503968]], [[0.1462161041142938]]], "count": [123]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3173985519421342]], [[0.25047764947648904]], [[0.1702456989528535]]], "std": [[[0.2197527921653575]], [[0.16596309698231154]], [[0.10812531308830867]]], "count": [123]}, "state": {"min": [-0.4960060119628906, -0.1189238578081131, 0.9584978222846985, 2.8929998874664307, -0.41906487941741943, -0.8427835702896118, 0.005510635208338499, -0.040048565715551376], "max": [-0.06475383788347244, 0.3183380663394928, 1.2418532371520996, 3.532505512237549, 0.3065667748451233, 0.041128721088171005, 0.04000048711895943, -0.0009289000881835818], "mean": [-0.32127881050109863, 0.13180501759052277, 1.10451340675354, 3.2071309089660645, -0.06510105729103088, -0.26465389132499695, 0.023823166266083717, -0.023212295025587082], "std": [0.14803582429885864, 0.12956534326076508, 0.06588456779718399, 0.14288035035133362, 0.16477808356285095, 0.2741890251636505, 0.014389359392225742, 0.014926348812878132], "count": [613]}, "actions": {"min": [-1.678225040435791, -0.9373246431350708, -0.951163649559021, -0.39867231249809265, -0.26816317439079285, -0.29185521602630615, -1.0], "max": [0.8743166327476501, 0.8191286325454712, 1.4865946769714355, 0.6617030501365662, 0.29398220777511597, 0.34764936566352844, 1.0], "mean": [-0.017133954912424088, 0.038893770426511765, -0.013631461188197136, 0.002997061237692833, -0.003019824158400297, -0.010115252807736397, 0.09951060265302658], "std": [0.3072960078716278, 0.23511360585689545, 0.28779497742652893, 0.07833300530910492, 0.06138833984732628, 0.06821611523628235, 0.9950345158576965], "count": [613]}, "timestamp": {"min": [0.0], "max": [61.2], "mean": [30.599999999999998], "std": [17.695762204550558], "count": [613]}, "frame_index": {"min": [0], "max": [612], "mean": [306.0], "std": [176.95762204550556], "count": [613]}, "episode_index": {"min": [2134.0], "max": [2134.0], "mean": [2134.0], "std": [0.0], "count": [613]}, "index": {"min": [701759.0], "max": [702371.0], "mean": [702065.0], "std": [176.95762204550556], "count": [613]}, "task_index": {"min": [324.0], "max": [324.0], "mean": [324.0], "std": [0.0], "count": [613]}}} +{"episode_index": 2135, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36731679709362214]], [[0.3076282024751645]], [[0.2401279620850401]]], "std": [[[0.13262082902991587]], [[0.12946878164094433]], [[0.14494825699634653]]], "count": [127]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.30889657653554164]], [[0.24368061856647802]], [[0.1669120224350044]]], "std": [[[0.21727898016307937]], [[0.1650653755867382]], [[0.1105974062263046]]], "count": [127]}, "state": {"min": [-0.5165272951126099, -0.07379203289747238, 0.9631693959236145, 2.8476312160491943, -0.16902244091033936, -0.5457752346992493, 0.00482338247820735, -0.040012866258621216], "max": [-0.06402095407247543, 0.2831151783466339, 1.2486903667449951, 3.455577850341797, 0.19084958732128143, 0.017049334943294525, 0.039979226887226105, -0.0046425326727330685], "mean": [-0.33091098070144653, 0.12104818969964981, 1.0975760221481323, 3.1811726093292236, -0.045833516865968704, -0.2829708755016327, 0.021907666698098183, -0.021533742547035217], "std": [0.14129412174224854, 0.10772332549095154, 0.059732820838689804, 0.1658533364534378, 0.08506448566913605, 0.15205587446689606, 0.014283150434494019, 0.014494002796709538], "count": [640]}, "actions": {"min": [-1.311041235923767, -1.022688627243042, -1.0335947275161743, -0.22531986236572266, -0.1721341907978058, -0.19325672090053558, -1.0], "max": [0.837417721748352, 0.7880352735519409, 1.4350415468215942, 0.19510595500469208, 0.19558852910995483, 0.2501601576805115, 1.0], "mean": [-0.0012533213011920452, 0.029509952291846275, 0.00018534791888669133, 0.0021707199048250914, -0.00029448929126374424, -0.005455083679407835, 0.22812500596046448], "std": [0.2732385993003845, 0.22555546462535858, 0.26610124111175537, 0.057717908173799515, 0.048783935606479645, 0.053704578429460526, 0.9736312627792358], "count": [640]}, "timestamp": {"min": [0.0], "max": [63.9], "mean": [31.95], "std": [18.47518606130937], "count": [640]}, "frame_index": {"min": [0], "max": [639], "mean": [319.5], "std": [184.7518606130937], "count": [640]}, "episode_index": {"min": [2135.0], "max": [2135.0], "mean": [2135.0], "std": [0.0], "count": [640]}, "index": {"min": [702372.0], "max": [703011.0], "mean": [702691.5], "std": [184.7518606130937], "count": [640]}, "task_index": {"min": [324.0], "max": [324.0], "mean": [324.0], "std": [0.0], "count": [640]}}} +{"episode_index": 2136, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37162826333553595]], [[0.3068926653064894]], [[0.23593925187869552]]], "std": [[[0.1259043307296019]], [[0.1263280349075155]], [[0.14497562115497786]]], "count": [177]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3398071201164302]], [[0.25766418227143656]], [[0.1695263483231945]]], "std": [[[0.19436735064916388]], [[0.1402814599273835]], [[0.08821963572287779]]], "count": [177]}, "state": {"min": [-0.5214077830314636, -0.2727389931678772, 0.9880521893501282, 2.916682243347168, -0.32865872979164124, -0.46547263860702515, 0.01446586474776268, -0.04000859707593918], "max": [2.6383146177977324e-05, 0.27069607377052307, 1.2222856283187866, 3.600674629211426, 0.3035183846950531, 0.05656396597623825, 0.04000392556190491, -0.013743293471634388], "mean": [-0.3085317015647888, 0.02826843224465847, 1.11664879322052, 3.171455144882202, -0.020206447690725327, -0.23520062863826752, 0.02551065944135189, -0.025888336822390556], "std": [0.140827015042305, 0.16132821142673492, 0.053819045424461365, 0.15075987577438354, 0.14248573780059814, 0.127947598695755, 0.011586696840822697, 0.011262170970439911], "count": [998]}, "actions": {"min": [-1.511407732963562, -1.1371396780014038, -0.5611394643783569, -0.3817862272262573, -0.37191709876060486, -0.25523778796195984, -1.0], "max": [0.9565750360488892, 0.820341169834137, 0.949992299079895, 0.35022398829460144, 0.19674921035766602, 0.2964352071285248, 1.0], "mean": [-0.013740256428718567, 0.026197785511612892, -0.008349403738975525, 0.00045978461275808513, -0.002640331629663706, -0.0026098217349499464, 0.17835670709609985], "std": [0.24955502152442932, 0.25456735491752625, 0.1951160579919815, 0.06135505810379982, 0.05227227881550789, 0.05697088688611984, 0.983970582485199], "count": [998]}, "timestamp": {"min": [0.0], "max": [99.7], "mean": [49.85], "std": [28.8097639698766], "count": [998]}, "frame_index": {"min": [0], "max": [997], "mean": [498.5], "std": [288.097639698766], "count": [998]}, "episode_index": {"min": [2136.0], "max": [2136.0], "mean": [2136.0], "std": [0.0], "count": [998]}, "index": {"min": [703012.0], "max": [704009.0], "mean": [703510.5], "std": [288.097639698766], "count": [998]}, "task_index": {"min": [325.0], "max": [325.0], "mean": [325.0], "std": [0.0], "count": [998]}}} +{"episode_index": 2137, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37149780605214705]], [[0.3067109057797295]], [[0.23650108963928046]]], "std": [[[0.132335403089619]], [[0.13235940883585076]], [[0.15014612827584112]]], "count": [202]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35371045908912185]], [[0.27028267678416507]], [[0.17960607269115295]]], "std": [[[0.19665864375678488]], [[0.14187412056265428]], [[0.09063486934749856]]], "count": [202]}, "state": {"min": [-0.5353357195854187, -0.27049607038497925, 0.9892404675483704, 3.0024070739746094, -0.42512577772140503, -0.4885234534740448, 0.014733945950865746, -0.040006641298532486], "max": [-0.0029939012601971626, 0.27694037556648254, 1.2773141860961914, 3.5348002910614014, 0.08735061436891556, 0.09401677548885345, 0.04000367596745491, -0.012862316332757473], "mean": [-0.32687684893608093, 0.05237015336751938, 1.1398718357086182, 3.2113542556762695, -0.1337762176990509, -0.12765854597091675, 0.026098987087607384, -0.0250779427587986], "std": [0.14171628654003143, 0.16342751681804657, 0.06608064472675323, 0.11768510937690735, 0.1165967807173729, 0.13637666404247284, 0.01122700609266758, 0.011926746927201748], "count": [1186]}, "actions": {"min": [-1.5539172887802124, -1.3576841354370117, -0.6436079144477844, -0.37407371401786804, -0.25190141797065735, -0.20836952328681946, -1.0], "max": [0.7567296624183655, 1.0662811994552612, 1.461105227470398, 0.20650729537010193, 0.21594838798046112, 0.25939151644706726, 1.0], "mean": [-0.008245550096035004, 0.019654449075460434, -0.006236804649233818, 0.00018371142505202442, -0.0021532794926315546, -6.490977830253541e-05, 0.1821247935295105], "std": [0.22706453502178192, 0.23773805797100067, 0.20080764591693878, 0.05178859084844589, 0.046988409012556076, 0.051426272839307785, 0.9832798838615417], "count": [1186]}, "timestamp": {"min": [0.0], "max": [118.5], "mean": [59.25], "std": [34.236858792827356], "count": [1186]}, "frame_index": {"min": [0], "max": [1185], "mean": [592.5], "std": [342.3685879282736], "count": [1186]}, "episode_index": {"min": [2137.0], "max": [2137.0], "mean": [2137.0], "std": [0.0], "count": [1186]}, "index": {"min": [704010.0], "max": [705195.0], "mean": [704602.5], "std": [342.3685879282736], "count": [1186]}, "task_index": {"min": [325.0], "max": [325.0], "mean": [325.0], "std": [0.0], "count": [1186]}}} +{"episode_index": 2138, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3682813954185743]], [[0.3050160929136174]], [[0.2360379675252324]]], "std": [[[0.132284421553324]], [[0.13137413372644519]], [[0.14803086688358819]]], "count": [159]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3494680525327761]], [[0.2657147365075649]], [[0.17477394185858305]]], "std": [[[0.1983912051289869]], [[0.1427115417113684]], [[0.08891536811147772]]], "count": [159]}, "state": {"min": [-0.5083298683166504, -0.27955305576324463, 1.001510739326477, 2.9919590950012207, -0.38460221886634827, -0.3856489658355713, 0.014347309246659279, -0.040007468312978745], "max": [-0.014458823017776012, 0.23817870020866394, 1.2156316041946411, 3.4973196983337402, 0.21066942811012268, 0.07335598021745682, 0.040007930248975754, -0.012204009108245373], "mean": [-0.30348286032676697, 0.03305278345942497, 1.1353594064712524, 3.225029945373535, -0.054724860936403275, -0.17576169967651367, 0.026187719777226448, -0.025743041187524796], "std": [0.1350708305835724, 0.15003158152103424, 0.05294553562998772, 0.14735497534275055, 0.11586213111877441, 0.11339311301708221, 0.012127735652029514, 0.01238917838782072], "count": [863]}, "actions": {"min": [-2.583343267440796, -1.2310214042663574, -0.7453911304473877, -0.2255571186542511, -0.2982139587402344, -0.25811949372291565, -1.0], "max": [0.9432239532470703, 1.1298147439956665, 1.2191609144210815, 0.2563542425632477, 0.29132089018821716, 0.21457619965076447, 1.0], "mean": [-0.013868658803403378, 0.0205527450889349, -0.008964266628026962, 0.0025781369768083096, -0.0014785410603508353, -0.00013791433593723923, 0.08227114379405975], "std": [0.2681782841682434, 0.2642097473144531, 0.20859010517597198, 0.06029779836535454, 0.057091791182756424, 0.05036689713597298, 0.9966117739677429], "count": [863]}, "timestamp": {"min": [0.0], "max": [86.2], "mean": [43.099999999999994], "std": [24.912647390432035], "count": [863]}, "frame_index": {"min": [0], "max": [862], "mean": [431.0], "std": [249.12647390432033], "count": [863]}, "episode_index": {"min": [2138.0], "max": [2138.0], "mean": [2138.0], "std": [0.0], "count": [863]}, "index": {"min": [705196.0], "max": [706058.0], "mean": [705627.0], "std": [249.12647390432033], "count": [863]}, "task_index": {"min": [325.0], "max": [325.0], "mean": [325.0], "std": [0.0], "count": [863]}}} +{"episode_index": 2139, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3694740628041198]], [[0.3069405089557652]], [[0.23943077852981726]]], "std": [[[0.12749883430148512]], [[0.128014555835965]], [[0.14490131938230266]]], "count": [170]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3551890062378352]], [[0.26797665359514666]], [[0.17315626802191464]]], "std": [[[0.20084541601854883]], [[0.14427522835119133]], [[0.08560107100506789]]], "count": [170]}, "state": {"min": [-0.5610167384147644, -0.28192827105522156, 0.9893409013748169, 2.9555859565734863, -0.26690003275871277, -0.705788791179657, 0.014565147459506989, -0.04000968113541603], "max": [-0.025219010189175606, 0.31081610918045044, 1.2264316082000732, 3.4811501502990723, 0.24593853950500488, 0.04293756186962128, 0.040007878094911575, -0.012788559310138226], "mean": [-0.276741087436676, 0.04899880662560463, 1.1160707473754883, 3.1572985649108887, -0.00015609152615070343, -0.3969461917877197, 0.026246489956974983, -0.02612854726612568], "std": [0.13987308740615845, 0.16932110488414764, 0.0566055029630661, 0.12249022722244263, 0.1058858335018158, 0.18547803163528442, 0.01194965373724699, 0.012087262235581875], "count": [946]}, "actions": {"min": [-0.9299277663230896, -1.3684850931167603, -0.6075605154037476, -0.15834999084472656, -0.25202175974845886, -0.33315199613571167, -1.0], "max": [1.038950800895691, 1.3823593854904175, 2.2206950187683105, 0.21929128468036652, 0.19365566968917847, 0.22513066232204437, 1.0], "mean": [0.004579044878482819, 0.018585890531539917, -0.0020712839905172586, 0.00036562723107635975, -0.0016822452889755368, -0.0037780057173222303, 0.08879492431879044], "std": [0.23244766891002655, 0.26985815167427063, 0.23127105832099915, 0.04647725075483322, 0.05060266703367233, 0.059603046625852585, 0.9960559606552124], "count": [946]}, "timestamp": {"min": [0.0], "max": [94.5], "mean": [47.25], "std": [27.308652474994073], "count": [946]}, "frame_index": {"min": [0], "max": [945], "mean": [472.5], "std": [273.08652474994074], "count": [946]}, "episode_index": {"min": [2139.0], "max": [2139.0], "mean": [2139.0], "std": [0.0], "count": [946]}, "index": {"min": [706059.0], "max": [707004.0], "mean": [706531.5], "std": [273.08652474994074], "count": [946]}, "task_index": {"min": [326.0], "max": [326.0], "mean": [326.0], "std": [0.0], "count": [946]}}} +{"episode_index": 2140, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37519292746608973]], [[0.311380683378201]], [[0.2419519620425548]]], "std": [[[0.1271126789061837]], [[0.12911341308462249]], [[0.1484667925346036]]], "count": [183]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38557264866916285]], [[0.2938479829087437]], [[0.1923134826967523]]], "std": [[[0.19168166419965824]], [[0.13706658112591807]], [[0.0845929565240405]]], "count": [183]}, "state": {"min": [-0.515911877155304, -0.28060445189476013, 0.9908388257026672, 2.8291091918945312, -0.44572678208351135, -0.5031740665435791, 0.01411144994199276, -0.04000916704535484], "max": [-0.009442029520869255, 0.26935821771621704, 1.2706164121627808, 3.5388991832733154, 0.05741177126765251, 0.08552823960781097, 0.04000403359532356, -0.012696179561316967], "mean": [-0.26758337020874023, 0.05491258576512337, 1.1440060138702393, 3.112027406692505, -0.12876324355602264, -0.20782920718193054, 0.024868594482541084, -0.024888847023248672], "std": [0.13058099150657654, 0.1668853461742401, 0.06480101495981216, 0.1542818397283554, 0.10289289802312851, 0.13124552369117737, 0.011923826299607754, 0.011935883201658726], "count": [1040]}, "actions": {"min": [-1.4716991186141968, -2.525235176086426, -0.7040774822235107, -0.34008535742759705, -0.2799166738986969, -0.38800865411758423, -1.0], "max": [1.3015824556350708, 1.0660890340805054, 1.6961530447006226, 0.5435340404510498, 0.24302048981189728, 0.43631741404533386, 1.0], "mean": [0.004195020999759436, 0.021167026832699776, 0.00296091940253973, 0.0009211795986630023, -0.003070792183279991, -0.0009207218536175787, 0.1846153885126114], "std": [0.2317236065864563, 0.26406627893447876, 0.23566508293151855, 0.0786910131573677, 0.052437182515859604, 0.07380729168653488, 0.9828130602836609], "count": [1040]}, "timestamp": {"min": [0.0], "max": [103.9], "mean": [51.95], "std": [30.022200119245092], "count": [1040]}, "frame_index": {"min": [0], "max": [1039], "mean": [519.5], "std": [300.22200119245093], "count": [1040]}, "episode_index": {"min": [2140.0], "max": [2140.0], "mean": [2140.0], "std": [0.0], "count": [1040]}, "index": {"min": [707005.0], "max": [708044.0], "mean": [707524.5], "std": [300.22200119245093], "count": [1040]}, "task_index": {"min": [326.0], "max": [326.0], "mean": [326.0], "std": [0.0], "count": [1040]}}} +{"episode_index": 2141, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3677036249497358]], [[0.30384035566741346]], [[0.23624876553404564]]], "std": [[[0.12684342441643526]], [[0.12751162865972052]], [[0.14331813421581038]]], "count": [200]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3735691378724341]], [[0.28252443141563266]], [[0.18194769705978095]]], "std": [[[0.19726910950921142]], [[0.1410555664686928]], [[0.08385447430929449]]], "count": [200]}, "state": {"min": [-0.5440899133682251, -0.2646784782409668, 0.9913099408149719, 2.9688243865966797, -0.4115494191646576, -0.6597537994384766, 0.014361565001308918, -0.04001185670495033], "max": [0.0016974572790786624, 0.2886442542076111, 1.3128012418746948, 3.735006332397461, 0.2354298233985901, -0.01694624498486519, 0.04001167044043541, -0.012545750476419926], "mean": [-0.2636093199253082, 0.031124450266361237, 1.18146812915802, 3.236250638961792, -0.02682541124522686, -0.3554765284061432, 0.026265056803822517, -0.02591838501393795], "std": [0.14973638951778412, 0.15667842328548431, 0.07999203354120255, 0.19531576335430145, 0.1319669634103775, 0.15371376276016235, 0.011628258973360062, 0.011837882921099663], "count": [1175]}, "actions": {"min": [-1.0822923183441162, -1.1278818845748901, -0.6442692279815674, -0.23497316241264343, -0.30050405859947205, -0.23240691423416138, -1.0], "max": [1.2405306100845337, 0.9558879733085632, 1.6578506231307983, 0.44082018733024597, 0.1618790477514267, 0.23863694071769714, 1.0], "mean": [0.007345778867602348, 0.011220326647162437, -0.002691784640774131, -0.0016439362661913037, -0.002710796659812331, -0.0017924865242093801, 0.12510637938976288], "std": [0.21987268328666687, 0.24182623624801636, 0.24065513908863068, 0.05101775750517845, 0.05437260493636131, 0.049452219158411026, 0.9921412467956543], "count": [1175]}, "timestamp": {"min": [0.0], "max": [117.4], "mean": [58.7], "std": [33.91931603084001], "count": [1175]}, "frame_index": {"min": [0], "max": [1174], "mean": [587.0], "std": [339.1931603084001], "count": [1175]}, "episode_index": {"min": [2141.0], "max": [2141.0], "mean": [2141.0], "std": [0.0], "count": [1175]}, "index": {"min": [708045.0], "max": [709219.0], "mean": [708632.0], "std": [339.1931603084001], "count": [1175]}, "task_index": {"min": [326.0], "max": [326.0], "mean": [326.0], "std": [0.0], "count": [1175]}}} +{"episode_index": 2142, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696235736583984]], [[0.3058832358327366]], [[0.2376414847491551]]], "std": [[[0.12711723325880817]], [[0.12819555101721775]], [[0.14478319206160542]]], "count": [163]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37515636064595265]], [[0.28355484219875404]], [[0.18251754556997982]]], "std": [[[0.18937842600085325]], [[0.13473465493234998]], [[0.07985741918085693]]], "count": [163]}, "state": {"min": [-0.5674209594726562, -0.24770379066467285, 0.9941952228546143, 2.814060926437378, -0.36813104152679443, -0.7800375819206238, 0.01429787278175354, -0.04001139476895332], "max": [-0.006159975193440914, 0.32094064354896545, 1.302918553352356, 3.3588976860046387, 0.15998302400112152, -0.0043656169436872005, 0.04000413417816162, -0.011377260088920593], "mean": [-0.27472448348999023, 0.0505131334066391, 1.15650475025177, 3.0627191066741943, -0.08913902938365936, -0.43200182914733887, 0.02500900626182556, -0.025014575570821762], "std": [0.14551760256290436, 0.16929090023040771, 0.06680021435022354, 0.13874280452728271, 0.12849099934101105, 0.19451464712619781, 0.011407255195081234, 0.011499911546707153], "count": [894]}, "actions": {"min": [-1.2197245359420776, -1.8397941589355469, -0.8278889060020447, -0.39852556586265564, -0.34713733196258545, -0.3149259686470032, -1.0], "max": [0.870589017868042, 0.9985438585281372, 1.194817066192627, 0.38930606842041016, 0.3003223240375519, 0.44109076261520386, 1.0], "mean": [0.005080811213701963, 0.017100181430578232, 0.0021371920593082905, 8.978688128991053e-05, -0.001110815559513867, -0.004723533056676388, 0.2102908343076706], "std": [0.25834929943084717, 0.29116716980934143, 0.25582990050315857, 0.068369559943676, 0.0565439909696579, 0.07196073979139328, 0.9776405692100525], "count": [894]}, "timestamp": {"min": [0.0], "max": [89.3], "mean": [44.65], "std": [25.807540887629465], "count": [894]}, "frame_index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "episode_index": {"min": [2142.0], "max": [2142.0], "mean": [2142.0], "std": [0.0], "count": [894]}, "index": {"min": [709220.0], "max": [710113.0], "mean": [709666.5], "std": [258.07540887629466], "count": [894]}, "task_index": {"min": [326.0], "max": [326.0], "mean": [326.0], "std": [0.0], "count": [894]}}} +{"episode_index": 2143, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35646742338292736]], [[0.29627167166915597]], [[0.22800527954101563]]], "std": [[[0.1345574501730232]], [[0.12600537749051963]], [[0.1396779380972146]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3947618210736443]], [[0.29949450683593754]], [[0.1935133415670956]]], "std": [[[0.17942782770764115]], [[0.12496461610820818]], [[0.07486866120057592]]], "count": [100]}, "state": {"min": [-0.33498823642730713, -0.22469250857830048, 1.0000919103622437, 2.9666831493377686, -0.07618267089128494, -0.039013851433992386, 0.015489302575588226, -0.03999589756131172], "max": [-0.18963685631752014, 0.25471487641334534, 1.3180716037750244, 3.3392436504364014, 0.19077123701572418, 0.09287197142839432, 0.039979591965675354, -0.015751982107758522], "mean": [-0.2714669406414032, 0.05968058854341507, 1.1866995096206665, 3.1519927978515625, 0.04705827683210373, 0.05018962547183037, 0.026491809636354446, -0.02639703080058098], "std": [0.05350205674767494, 0.19240590929985046, 0.0939059928059578, 0.09567617624998093, 0.07053138315677643, 0.023116715252399445, 0.011482501402497292, 0.011502009816467762], "count": [255]}, "actions": {"min": [-0.44602569937705994, -1.371642827987671, -0.6661888360977173, -0.20902647078037262, -0.2372065931558609, -0.11145682632923126, -1.0], "max": [0.48646554350852966, 0.9886905550956726, 1.3823682069778442, 0.30247756838798523, 0.21482707560062408, 0.24056580662727356, 1.0], "mean": [0.0067444974556565285, -0.07441625744104385, 0.03975826874375343, -0.007312200963497162, 0.0006063617765903473, 0.0040116687305271626, 0.09803921729326248], "std": [0.14900383353233337, 0.36123791337013245, 0.2854364216327667, 0.05711379647254944, 0.04746711626648903, 0.04532322287559509, 0.9951831102371216], "count": [255]}, "timestamp": {"min": [0.0], "max": [25.4], "mean": [12.7], "std": [7.36115932898254], "count": [255]}, "frame_index": {"min": [0], "max": [254], "mean": [127.0], "std": [73.6115932898254], "count": [255]}, "episode_index": {"min": [2143.0], "max": [2143.0], "mean": [2143.0], "std": [0.0], "count": [255]}, "index": {"min": [710114.0], "max": [710368.0], "mean": [710241.0], "std": [73.6115932898254], "count": [255]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [255]}}} +{"episode_index": 2144, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3553635212019378]], [[0.2956967187021293]], [[0.22872868975471047]]], "std": [[[0.13422666726064922]], [[0.12655309453162653]], [[0.14012787976679417]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9450980392156862]], [[0.9450980392156862]]], "mean": [[[0.38651918777765015]], [[0.29317627611347274]], [[0.18981792016122853]]], "std": [[[0.17718190173959947]], [[0.12310035374302107]], [[0.07294522743777776]]], "count": [100]}, "state": {"min": [-0.37379854917526245, -0.2577347457408905, 1.007272720336914, 3.091071605682373, 0.03014158084988594, -0.08284620940685272, 0.01640510745346546, -0.03996450826525688], "max": [-0.17830556631088257, 0.2521337866783142, 1.3244906663894653, 3.49749755859375, 0.22708943486213684, 0.1220891922712326, 0.040002185851335526, -0.015962015837430954], "mean": [-0.2761467397212982, 0.03539616987109184, 1.1851892471313477, 3.225480556488037, 0.09918323904275894, 0.01995171792805195, 0.025617729872465134, -0.025473253801465034], "std": [0.07144331932067871, 0.19794921576976776, 0.10261066257953644, 0.11354570835828781, 0.04963525012135506, 0.06167054921388626, 0.010364252142608166, 0.010501484386622906], "count": [228]}, "actions": {"min": [-0.6393264532089233, -1.4965928792953491, -0.47308608889579773, -0.26919201016426086, -0.12305796891450882, -0.18972232937812805, -1.0], "max": [0.36602750420570374, 0.8446716070175171, 1.284736156463623, 0.21698765456676483, 0.15298384428024292, 0.18635770678520203, 1.0], "mean": [-0.0052554188296198845, -0.12058325856924057, 0.02714756317436695, -0.0014052913757041097, 0.002533453283831477, -0.001060727285221219, 0.25438597798347473], "std": [0.16179807484149933, 0.343131959438324, 0.2931833863258362, 0.06169378012418747, 0.04770974442362785, 0.04623818024992943, 0.9671024084091187], "count": [228]}, "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": [2144.0], "max": [2144.0], "mean": [2144.0], "std": [0.0], "count": [228]}, "index": {"min": [710369.0], "max": [710596.0], "mean": [710482.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [228]}}} +{"episode_index": 2145, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36167046760110294]], [[0.30079211605296413]], [[0.2322716267903646]]], "std": [[[0.13796941933530874]], [[0.13166337748765933]], [[0.14627887453452654]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41474416276520376]], [[0.3187173850863588]], [[0.21047244023341757]]], "std": [[[0.17871391958515048]], [[0.12466531654978796]], [[0.07761824046348163]]], "count": [100]}, "state": {"min": [-0.3673352003097534, -0.2597726583480835, 1.0155211687088013, 3.0427944660186768, -0.21432675421237946, -0.02298351563513279, 0.013965602032840252, -0.0400041788816452], "max": [-0.18336889147758484, 0.2585849165916443, 1.2990089654922485, 3.289273262023926, -0.032466523349285126, 0.13504473865032196, 0.039919208735227585, -0.015539390966296196], "mean": [-0.27242541313171387, 0.05863058567047119, 1.1835426092147827, 3.126805067062378, -0.14332595467567444, 0.06007329747080803, 0.025369038805365562, -0.025463035330176353], "std": [0.062198128551244736, 0.18436717987060547, 0.09125777333974838, 0.06476383656263351, 0.05179991200566292, 0.050420038402080536, 0.011213310994207859, 0.011217278428375721], "count": [262]}, "actions": {"min": [-0.5583668351173401, -1.074110984802246, -0.45515233278274536, -0.14811977744102478, -0.1681310087442398, -0.11068587005138397, -1.0], "max": [0.2541586458683014, 0.7330998778343201, 0.9725452065467834, 0.17463602125644684, 0.1252335011959076, 0.14273938536643982, 1.0], "mean": [-0.00897571537643671, -0.08875446021556854, 0.017724649980664253, -0.0016018436290323734, -0.0018233865266665816, 4.293980236980133e-05, 0.19847328960895538], "std": [0.11679022759199142, 0.30620697140693665, 0.2392764836549759, 0.042474165558815, 0.036160651594400406, 0.03681665658950806, 0.9801051616668701], "count": [262]}, "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": [2145.0], "max": [2145.0], "mean": [2145.0], "std": [0.0], "count": [262]}, "index": {"min": [710597.0], "max": [710858.0], "mean": [710727.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [262]}}} +{"episode_index": 2146, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35297255931181065]], [[0.2928438983992034]], [[0.2259112512925092]]], "std": [[[0.13380520903880164]], [[0.12619536274802096]], [[0.13886871296742392]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3791738753973269]], [[0.28785177612304685]], [[0.18948524026309743]]], "std": [[[0.18479769485707648]], [[0.1308632148720892]], [[0.07685935077253458]]], "count": [100]}, "state": {"min": [-0.34726816415786743, -0.27652275562286377, 1.0111685991287231, 2.9874942302703857, -0.06335853785276413, -0.39417126774787903, 0.015388838946819305, -0.0400073304772377], "max": [-0.17163938283920288, 0.2823633849620819, 1.320797085762024, 3.375523567199707, 0.22238115966320038, 0.10911210626363754, 0.03985399380326271, -0.016695313155651093], "mean": [-0.27154991030693054, 0.049870532006025314, 1.1917784214019775, 3.166163444519043, 0.08316443115472794, -0.10998566448688507, 0.025700636208057404, -0.025658661499619484], "std": [0.06506241858005524, 0.2127538025379181, 0.09770455211400986, 0.1302632987499237, 0.08063463121652603, 0.1717088520526886, 0.010316718369722366, 0.010469647124409676], "count": [272]}, "actions": {"min": [-0.5142043828964233, -1.2505711317062378, -0.4364716410636902, -0.20758573710918427, -0.17917431890964508, -0.14502476155757904, -1.0], "max": [0.4680332541465759, 1.0639233589172363, 1.009015440940857, 0.2984292805194855, 0.19834427535533905, 0.3151995837688446, 1.0], "mean": [0.0010168206645175815, -0.08259999006986618, 0.017812589183449745, 0.005892367567867041, 0.0024422057904303074, 0.0011311304988339543, 0.25], "std": [0.14352662861347198, 0.35205817222595215, 0.24413737654685974, 0.06300907582044601, 0.054102055728435516, 0.06866156309843063, 0.9682458639144897], "count": [272]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.549999999999999], "std": [7.851910595517501], "count": [272]}, "frame_index": {"min": [0], "max": [271], "mean": [135.5], "std": [78.51910595517501], "count": [272]}, "episode_index": {"min": [2146.0], "max": [2146.0], "mean": [2146.0], "std": [0.0], "count": [272]}, "index": {"min": [710859.0], "max": [711130.0], "mean": [710994.5], "std": [78.51910595517501], "count": [272]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [272]}}} +{"episode_index": 2147, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35844789691999845]], [[0.2993635642855775]], [[0.2327829236797258]]], "std": [[[0.14094098270061853]], [[0.13421470707746344]], [[0.14820744353992438]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.40668536735983457]], [[0.31241352993834254]], [[0.20666137216605393]]], "std": [[[0.1846191342810488]], [[0.12976840560382621]], [[0.08183720744019576]]], "count": [100]}, "state": {"min": [-0.3947661817073822, -0.2606619894504547, 0.9958972930908203, 3.062574863433838, -0.21310710906982422, -0.01631001941859722, 0.010077071376144886, -0.040002863854169846], "max": [-0.18059855699539185, 0.27896392345428467, 1.2594927549362183, 3.361302375793457, -0.03387859836220741, 0.1207474023103714, 0.0399518720805645, -0.015004824846982956], "mean": [-0.28090956807136536, 0.08496996015310287, 1.1554884910583496, 3.170560836791992, -0.14185397326946259, 0.06038970872759819, 0.02538684569299221, -0.025488894432783127], "std": [0.07672734558582306, 0.17994917929172516, 0.08313635736703873, 0.08526407182216644, 0.047973088920116425, 0.03686461225152016, 0.01185169443488121, 0.011806155554950237], "count": [282]}, "actions": {"min": [-0.4474794864654541, -1.0155450105667114, -0.3783007264137268, -0.21737103164196014, -0.11548314988613129, -0.1538160890340805, -1.0], "max": [0.33748894929885864, 0.806177020072937, 0.7696164846420288, 0.1714175045490265, 0.234818235039711, 0.10496276617050171, 1.0], "mean": [-0.006360960658639669, -0.0767039880156517, 0.016755245625972748, -0.0006208617705851793, -0.0022937057074159384, -0.0011510869953781366, 0.20567375421524048], "std": [0.13338251411914825, 0.3172893822193146, 0.2152073085308075, 0.04749656841158867, 0.04055114462971687, 0.038011569529771805, 0.9786195158958435], "count": [282]}, "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": [2147.0], "max": [2147.0], "mean": [2147.0], "std": [0.0], "count": [282]}, "index": {"min": [711131.0], "max": [711412.0], "mean": [711271.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [282]}}} +{"episode_index": 2148, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3555060179467294]], [[0.294579808253868]], [[0.22632149849685967]]], "std": [[[0.13404190952797293]], [[0.12600895477670515]], [[0.13863985915226099]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9411764705882353]], [[0.9333333333333333]]], "mean": [[[0.3468244742599188]], [[0.25926515766218594]], [[0.16788502293007046]]], "std": [[[0.17268317690934895]], [[0.12207260712268554]], [[0.06837813421000925]]], "count": [100]}, "state": {"min": [-0.33001649379730225, -0.20769891142845154, 0.9929839372634888, 2.7010693550109863, -0.02279386669397354, -0.31999099254608154, 0.015588673762977123, -0.04002195596694946], "max": [-0.27531710267066956, 0.17220813035964966, 1.241011142730713, 3.228717803955078, 0.20661477744579315, 0.06961671262979507, 0.040005605667829514, -0.01620073989033699], "mean": [-0.29834404587745667, -0.011950465850532055, 1.1433665752410889, 3.0114896297454834, 0.09285145998001099, -0.06867512315511703, 0.02802908420562744, -0.028235692530870438], "std": [0.016847386956214905, 0.14772865176200867, 0.07371125370264053, 0.2038135975599289, 0.06266577541828156, 0.11792322993278503, 0.010968178510665894, 0.010871431790292263], "count": [204]}, "actions": {"min": [-0.28126072883605957, -0.9424271583557129, -0.4705124795436859, -0.21922490000724792, -0.1727062314748764, -0.19314196705818176, -1.0], "max": [0.3968968689441681, 0.48786166310310364, 1.179640293121338, 0.16351580619812012, 0.36631760001182556, 0.32980450987815857, 1.0], "mean": [-0.008197516202926636, -0.09229817986488342, 0.02303752303123474, -0.01777319610118866, 0.003517937147989869, -0.0003806169261224568, 0.0], "std": [0.08697383850812912, 0.2800091803073883, 0.26680657267570496, 0.06235486641526222, 0.06726431101560593, 0.06834281980991364, 1.0], "count": [204]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [2148.0], "max": [2148.0], "mean": [2148.0], "std": [0.0], "count": [204]}, "index": {"min": [711413.0], "max": [711616.0], "mean": [711514.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [204]}}} +{"episode_index": 2149, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35653329108743104]], [[0.29668867223403034]], [[0.229826774447572]]], "std": [[[0.13540500531807842]], [[0.12847540529764012]], [[0.14177744594763436]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9490196078431372]], [[0.9411764705882353]]], "mean": [[[0.3495888959099265]], [[0.263821029363894]], [[0.17430132577933516]]], "std": [[[0.17477279829997497]], [[0.12492144075860522]], [[0.07511571942949263]]], "count": [100]}, "state": {"min": [-0.4020686745643616, -0.22652289271354675, 0.9891753792762756, 2.6388044357299805, -0.16275404393672943, -0.3426266312599182, 0.01584312506020069, -0.03993862867355347], "max": [-0.2782415449619293, 0.19044794142246246, 1.2789419889450073, 3.277156352996826, 0.1043718084692955, 0.1301153153181076, 0.04000592231750488, -0.01536850817501545], "mean": [-0.32510849833488464, 0.0032627887558192015, 1.1477197408676147, 3.0373337268829346, -0.04368971288204193, -0.08901121467351913, 0.02636616677045822, -0.02638981118798256], "std": [0.0429440401494503, 0.16140006482601166, 0.09124855697154999, 0.18640747666358948, 0.0637175664305687, 0.17254720628261566, 0.010996554978191853, 0.011062007397413254], "count": [184]}, "actions": {"min": [-0.30443766713142395, -0.9704169631004333, -0.46144938468933105, -0.2961616516113281, -0.20815181732177734, -0.2315710037946701, -1.0], "max": [0.19454188644886017, 0.934374988079071, 1.0823966264724731, 0.22183272242546082, 0.21196426451206207, 0.3136003017425537, 1.0], "mean": [-0.03069666586816311, -0.11670727282762527, 0.06968514621257782, -0.021365754306316376, -0.005122794304043055, -0.0014889707090333104, 0.1304347813129425], "std": [0.08345472812652588, 0.337200790643692, 0.2989565432071686, 0.06850696355104446, 0.06387368589639664, 0.07288216054439545, 0.991456925868988], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [2149.0], "max": [2149.0], "mean": [2149.0], "std": [0.0], "count": [184]}, "index": {"min": [711617.0], "max": [711800.0], "mean": [711708.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [184]}}} +{"episode_index": 2150, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3589625094544654]], [[0.29855788526348037]], [[0.2301690165201823]]], "std": [[[0.13313766963476725]], [[0.12558315210003201]], [[0.1397630188741388]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9372549019607843]]], "mean": [[[0.35091871792662377]], [[0.26456957289751837]], [[0.17395374791762408]]], "std": [[[0.1818937411615497]], [[0.12999484370646988]], [[0.07711339106815589]]], "count": [100]}, "state": {"min": [-0.3340984880924225, -0.209730327129364, 0.9887847900390625, 2.733398914337158, -0.049606651067733765, -0.15145431458950043, 0.014717618003487587, -0.039958927780389786], "max": [-0.2346249520778656, 0.17747126519680023, 1.2405027151107788, 3.2202396392822266, 0.13691025972366333, 0.07987932860851288, 0.0399896465241909, -0.012951666489243507], "mean": [-0.28022530674934387, 0.012643012218177319, 1.1303807497024536, 3.061314344406128, 0.04243309795856476, -0.026534078642725945, 0.02815418876707554, -0.02803063578903675], "std": [0.03275604918599129, 0.1388055384159088, 0.07807007431983948, 0.14380988478660583, 0.050836231559515, 0.060571443289518356, 0.01156415045261383, 0.011755086481571198], "count": [192]}, "actions": {"min": [-0.33278897404670715, -0.9925540685653687, -0.5838124752044678, -0.24986279010772705, -0.15334360301494598, -0.1678580641746521, -1.0], "max": [0.37441784143447876, 0.846277117729187, 1.0353132486343384, 0.11554447561502457, 0.12957890331745148, 0.1445438712835312, 1.0], "mean": [-0.014225202612578869, -0.08512110263109207, 0.03187410905957222, -0.014060593210160732, -0.004601722117513418, -0.006432786118239164, -0.0729166641831398], "std": [0.09540673345327377, 0.3214941620826721, 0.2733077108860016, 0.054472289979457855, 0.0472671315073967, 0.042199283838272095, 0.9973385334014893], "count": [192]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [2150.0], "max": [2150.0], "mean": [2150.0], "std": [0.0], "count": [192]}, "index": {"min": [711801.0], "max": [711992.0], "mean": [711896.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [192]}}} +{"episode_index": 2151, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3609465529497932]], [[0.2997102888518689]], [[0.23081661209405638]]], "std": [[[0.1353285217867396]], [[0.12952945154903361]], [[0.14472610879778325]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9490196078431372]]], "mean": [[[0.35865438962450213]], [[0.27415667485255824]], [[0.1852534772087546]]], "std": [[[0.17609681916667386]], [[0.12605272181944763]], [[0.0805511084458941]]], "count": [100]}, "state": {"min": [-0.37435945868492126, -0.27606400847435, 0.9915602803230286, 2.9768459796905518, -0.17599275708198547, 0.058359671384096146, 0.011035054922103882, -0.04000801965594292], "max": [-0.26548370718955994, 0.1866021305322647, 1.230348825454712, 3.2431490421295166, 0.04765196517109871, 0.2081514298915863, 0.03981074318289757, -0.015194758772850037], "mean": [-0.3079788386821747, -0.009258462116122246, 1.1417781114578247, 3.094709634780884, -0.09382861852645874, 0.14891625940799713, 0.02674538642168045, -0.027223406359553337], "std": [0.039191845804452896, 0.17153893411159515, 0.07999100536108017, 0.08520077168941498, 0.060465190559625626, 0.041927047073841095, 0.010964855551719666, 0.01070473063737154], "count": [205]}, "actions": {"min": [-0.39483410120010376, -1.863796353340149, -0.5263819098472595, -0.4382840096950531, -0.20138239860534668, -0.1345697045326233, -1.0], "max": [0.21126309037208557, 0.925179123878479, 1.1050254106521606, 0.20188367366790771, 0.16391810774803162, 0.2141275852918625, 1.0], "mean": [-0.013508026488125324, -0.11666032671928406, 0.01801079697906971, 0.00047035395982675254, -0.002204101299867034, 0.00545561732724309, 0.09268292784690857], "std": [0.09116289764642715, 0.34973904490470886, 0.279232919216156, 0.07020706683397293, 0.05112120136618614, 0.04694564640522003, 0.9956961870193481], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [2151.0], "max": [2151.0], "mean": [2151.0], "std": [0.0], "count": [205]}, "index": {"min": [711993.0], "max": [712197.0], "mean": [712095.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [205]}}} +{"episode_index": 2152, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35556560142367494]], [[0.29568202897614126]], [[0.22839735921223958]]], "std": [[[0.13406779808999433]], [[0.12630542796428665]], [[0.1393965240535072]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9490196078431372]], [[0.9372549019607843]]], "mean": [[[0.34307343845741417]], [[0.2590441882563572]], [[0.1722528429218367]]], "std": [[[0.18243797655173588]], [[0.13137895643589723]], [[0.08216890930094262]]], "count": [100]}, "state": {"min": [-0.3712650239467621, -0.26977723836898804, 0.995930552482605, 3.0795342922210693, -0.03957516327500343, -0.036582812666893005, 0.01598052866756916, -0.040003105998039246], "max": [-0.25366678833961487, 0.18259885907173157, 1.281307339668274, 3.3600378036499023, 0.1619987189769745, 0.10421256721019745, 0.039946336299180984, -0.01568136364221573], "mean": [-0.3047826588153839, 0.007937167771160603, 1.1470081806182861, 3.18658447265625, 0.06524190306663513, 0.010403801687061787, 0.026435375213623047, -0.026393473148345947], "std": [0.045874059200286865, 0.17266906797885895, 0.09600920975208282, 0.07872127741575241, 0.053482748568058014, 0.037393245846033096, 0.01130940206348896, 0.011369152925908566], "count": [224]}, "actions": {"min": [-0.31687867641448975, -0.9710699915885925, -0.5856378674507141, -0.21923141181468964, -0.1404844969511032, -0.1683226376771927, -1.0], "max": [0.2519014775753021, 0.6308256387710571, 0.9096837043762207, 0.1940290778875351, 0.11949756741523743, 0.16415253281593323, 1.0], "mean": [-0.011381707154214382, -0.09245119988918304, 0.04094231128692627, 0.0019007334485650063, -0.004529948811978102, 0.0020833956077694893, 0.1071428582072258], "std": [0.09078147262334824, 0.3061792850494385, 0.24037086963653564, 0.05454046279191971, 0.04346877709031105, 0.043496958911418915, 0.9942444562911987], "count": [224]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.466258578188781], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [2152.0], "max": [2152.0], "mean": [2152.0], "std": [0.0], "count": [224]}, "index": {"min": [712198.0], "max": [712421.0], "mean": [712309.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [224]}}} +{"episode_index": 2153, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35565744078393075]], [[0.29563867127661614]], [[0.22927161242915134]]], "std": [[[0.13647709712207168]], [[0.12995895115122474]], [[0.14257426233558432]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.9333333333333333]], [[0.9254901960784314]]], "mean": [[[0.3591371005189185]], [[0.27041008085363055]], [[0.17731354178634343]]], "std": [[[0.17628858003794803]], [[0.12581067851269653]], [[0.07576481496957103]]], "count": [100]}, "state": {"min": [-0.3598131835460663, -0.2426709681749344, 0.9912142753601074, 3.0188722610473633, -0.18082131445407867, -0.27384504675865173, 0.013256696052849293, -0.03988223895430565], "max": [-0.27516815066337585, 0.20330654084682465, 1.2378910779953003, 3.3116164207458496, 0.11946424096822739, 0.14185085892677307, 0.04000634700059891, -0.018191255629062653], "mean": [-0.3039325773715973, 0.040910832583904266, 1.1254020929336548, 3.200666666030884, -0.0093064671382308, -0.07337278872728348, 0.02828618325293064, -0.028693370521068573], "std": [0.02714254893362522, 0.16013403236865997, 0.07883235067129135, 0.07839139550924301, 0.08659377694129944, 0.14308267831802368, 0.010640480555593967, 0.010235259309411049], "count": [214]}, "actions": {"min": [-0.2543618083000183, -1.9216059446334839, -0.43804216384887695, -0.36544984579086304, -0.1337708830833435, -0.13537195324897766, -1.0], "max": [0.214772567152977, 0.734757125377655, 1.9649733304977417, 0.2014136016368866, 0.1320897936820984, 0.48285210132598877, 1.0], "mean": [-0.008284692652523518, -0.09161420911550522, 0.00532172666862607, 0.0036566497292369604, -0.0018012209329754114, -0.0007866221130825579, 0.07476635277271271], "std": [0.07952181994915009, 0.37148919701576233, 0.2778795063495636, 0.06237531080842018, 0.04626023396849632, 0.06360023468732834, 0.9972022175788879], "count": [214]}, "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": [2153.0], "max": [2153.0], "mean": [2153.0], "std": [0.0], "count": [214]}, "index": {"min": [712422.0], "max": [712635.0], "mean": [712528.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [214]}}} +{"episode_index": 2154, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3594461472455193]], [[0.2979455165489047]], [[0.2298307698567708]]], "std": [[[0.13300949548984983]], [[0.12725796387570423]], [[0.14111780147836075]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3682670407762715]], [[0.27993299835803465]], [[0.18509888772403493]]], "std": [[[0.17937715643750504]], [[0.12723356483353657]], [[0.07804817623352561]]], "count": [100]}, "state": {"min": [-0.3710727095603943, -0.22513306140899658, 1.0153642892837524, 2.9039125442504883, -0.11935443431138992, -0.42507535219192505, 0.016163336113095284, -0.04000435024499893], "max": [-0.2533192038536072, 0.1643162965774536, 1.27499258518219, 3.301708936691284, 0.0711577981710434, 0.007603222504258156, 0.03993488848209381, -0.015615581534802914], "mean": [-0.2998913824558258, 0.026509203016757965, 1.1631932258605957, 3.1063809394836426, -0.05196952447295189, -0.16646012663841248, 0.028875306248664856, -0.02880014292895794], "std": [0.04007476195693016, 0.1445300132036209, 0.08419348299503326, 0.07989605516195297, 0.052556347101926804, 0.14503107964992523, 0.010944315232336521, 0.011078943498432636], "count": [252]}, "actions": {"min": [-0.2405383586883545, -1.212085247039795, -0.4912797510623932, -0.32922834157943726, -0.10800588876008987, -0.11039141565561295, -1.0], "max": [0.27990639209747314, 0.8805692195892334, 1.5232349634170532, 0.31794464588165283, 0.12305314093828201, 0.4220205843448639, 1.0], "mean": [-0.010911282151937485, -0.07766709476709366, 0.029628662392497063, -0.004877299070358276, -0.003130833152681589, 0.00012658635387197137, -0.0634920671582222], "std": [0.08012653887271881, 0.26649221777915955, 0.24542668461799622, 0.05695788934826851, 0.03739548102021217, 0.057659901678562164, 0.9979813694953918], "count": [252]}, "timestamp": {"min": [0.0], "max": [25.1], "mean": [12.549999999999999], "std": [7.274556114751379], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [2154.0], "max": [2154.0], "mean": [2154.0], "std": [0.0], "count": [252]}, "index": {"min": [712636.0], "max": [712887.0], "mean": [712761.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [252]}}} +{"episode_index": 2155, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35945803354300704]], [[0.29872647453756895]], [[0.23097029622395834]]], "std": [[[0.1358903869079306]], [[0.1307286648418733]], [[0.1456377016099606]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3711989512724035]], [[0.28223608697629443]], [[0.18824943871591604]]], "std": [[[0.17196066171616992]], [[0.12269404640511816]], [[0.07726108524747868]]], "count": [100]}, "state": {"min": [-0.4018471837043762, -0.3000420033931732, 0.990127682685852, 2.9738616943359375, -0.27042490243911743, -0.15114930272102356, 0.014367738738656044, -0.040005408227443695], "max": [-0.28391537070274353, 0.17673559486865997, 1.2823154926300049, 3.369925022125244, 0.005081006325781345, 0.10755430161952972, 0.039872393012046814, -0.01573830470442772], "mean": [-0.3387208878993988, 0.004783977288752794, 1.1564288139343262, 3.1539435386657715, -0.15592142939567566, -0.022237081080675125, 0.025670820847153664, -0.025617945939302444], "std": [0.03966240584850311, 0.17013318836688995, 0.09076220542192459, 0.11786605417728424, 0.06514565646648407, 0.07344124466180801, 0.011062721721827984, 0.01123306155204773], "count": [226]}, "actions": {"min": [-0.23912860453128815, -1.1798502206802368, -0.608295202255249, -0.2717960476875305, -0.23032976686954498, -0.17774248123168945, -1.0], "max": [0.28984346985816956, 0.7410825490951538, 1.159417986869812, 0.22117280960083008, 0.11874911934137344, 0.1566803753376007, 1.0], "mean": [-0.011065223254263401, -0.09917405247688293, 0.01159350760281086, 0.0011754977749660611, -0.003052579006180167, -0.002420749980956316, 0.18584071099758148], "std": [0.09117408841848373, 0.3116070628166199, 0.2775912284851074, 0.06988712400197983, 0.05537030100822449, 0.0549422949552536, 0.9825806021690369], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [2155.0], "max": [2155.0], "mean": [2155.0], "std": [0.0], "count": [226]}, "index": {"min": [712888.0], "max": [713113.0], "mean": [713000.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [226]}}} +{"episode_index": 2156, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35808166743259806]], [[0.29744073905196844]], [[0.23000426647709865]]], "std": [[[0.13513728674738257]], [[0.12827851712097915]], [[0.14205218684897994]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.3691998015759038]], [[0.2802534155752145]], [[0.1828178998161765]]], "std": [[[0.17900169812552622]], [[0.12671934973851673]], [[0.08128793054851116]]], "count": [100]}, "state": {"min": [-0.37033042311668396, -0.2504199147224426, 0.991154670715332, 2.392620086669922, -0.11938532441854477, -0.22512966394424438, 0.014383276924490929, -0.040021367371082306], "max": [-0.18737144768238068, 0.2701302766799927, 1.2666431665420532, 3.301711082458496, 0.15796542167663574, 0.1545087993144989, 0.04000590741634369, -0.012173679657280445], "mean": [-0.27170613408088684, 0.04347722604870796, 1.147026538848877, 2.9850213527679443, 0.02222416177392006, -0.0836532711982727, 0.025724342092871666, -0.025981910526752472], "std": [0.06248443201184273, 0.1874253749847412, 0.08163423836231232, 0.33007654547691345, 0.08342932909727097, 0.1282503306865692, 0.011655586771667004, 0.011517646722495556], "count": [242]}, "actions": {"min": [-0.3701092004776001, -1.1850522756576538, -0.7656773924827576, -0.28338053822517395, -0.16374053061008453, -0.11407049000263214, -1.0], "max": [0.740052342414856, 0.7577711343765259, 0.8819608688354492, 0.17719706892967224, 0.16333770751953125, 0.16445524990558624, 1.0], "mean": [0.010943824425339699, -0.055189941078424454, 0.01855846494436264, -0.01911541447043419, -0.002324036555364728, 0.00659134890884161, 0.13223139941692352], "std": [0.16266945004463196, 0.35574060678482056, 0.2509186863899231, 0.07220779359340668, 0.046754416078329086, 0.04295387491583824, 0.991218626499176], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [2156.0], "max": [2156.0], "mean": [2156.0], "std": [0.0], "count": [242]}, "index": {"min": [713114.0], "max": [713355.0], "mean": [713234.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [242]}}} +{"episode_index": 2157, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35929170616000305]], [[0.2994714313581878]], [[0.23233842258827359]]], "std": [[[0.13856462743466968]], [[0.13135842599680847]], [[0.1463389765202589]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.3816811194326364]], [[0.2989178430893842]], [[0.20659910254384956]]], "std": [[[0.18652579728203197]], [[0.14469805923531226]], [[0.11842545786279177]]], "count": [100]}, "state": {"min": [-0.30548152327537537, -0.14138394594192505, 1.0051510334014893, 2.0137100219726562, -0.05540621653199196, -0.029149165377020836, 0.014888850040733814, -0.04000479727983475], "max": [-0.17855656147003174, 0.27901166677474976, 1.2357958555221558, 3.189661979675293, 0.4369358420372009, 0.3059641122817993, 0.03996403515338898, -0.013645337894558907], "mean": [-0.23253905773162842, 0.09162627160549164, 1.1420578956604004, 2.7085533142089844, 0.1303577572107315, 0.10364691913127899, 0.026455776765942574, -0.02672852948307991], "std": [0.036850932985544205, 0.15684671700000763, 0.06928553432226181, 0.4566299021244049, 0.12483536452054977, 0.1162920743227005, 0.011013747192919254, 0.010928986594080925], "count": [284]}, "actions": {"min": [-0.53028804063797, -1.0122171640396118, -0.7614524364471436, -0.2595684826374054, -0.361754834651947, -0.360432505607605, -1.0], "max": [0.5313262343406677, 0.9504191279411316, 1.522986650466919, 0.5072851777076721, 0.4574757218360901, 0.1889711618423462, 1.0], "mean": [0.015831099823117256, -0.026628615334630013, 0.005913106258958578, -0.017236968502402306, -1.0809008927026298e-05, -0.001955932006239891, 0.14788731932640076], "std": [0.15122853219509125, 0.29262086749076843, 0.2516205906867981, 0.09284458309412003, 0.08657220005989075, 0.06062270700931549, 0.9890024065971375], "count": [284]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.150000000000002], "std": [8.198322999248077], "count": [284]}, "frame_index": {"min": [0], "max": [283], "mean": [141.5], "std": [81.98322999248077], "count": [284]}, "episode_index": {"min": [2157.0], "max": [2157.0], "mean": [2157.0], "std": [0.0], "count": [284]}, "index": {"min": [713356.0], "max": [713639.0], "mean": [713497.5], "std": [81.98322999248077], "count": [284]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [284]}}} +{"episode_index": 2158, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3558071223240272]], [[0.295159060010723]], [[0.226181869207644]]], "std": [[[0.13424291626143914]], [[0.125023809367616]], [[0.1385468106750074]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3486378784179688]], [[0.26554123822380515]], [[0.1741903937844669]]], "std": [[[0.1863352306741342]], [[0.13110640840340113]], [[0.08163472639229401]]], "count": [100]}, "state": {"min": [-0.3540627062320709, -0.30558744072914124, 0.9929636120796204, 2.5509493350982666, -0.00295450771227479, -0.1909748762845993, 0.017765603959560394, -0.04001613333821297], "max": [-0.1724798083305359, 0.2488432377576828, 1.2866060733795166, 3.288179636001587, 0.4156434237957001, 0.626543402671814, 0.040006548166275024, -0.021522097289562225], "mean": [-0.2702234387397766, -0.03148689121007919, 1.1825076341629028, 3.006124258041382, 0.16236700117588043, 0.2459718883037567, 0.029136626049876213, -0.029193082824349403], "std": [0.0601271390914917, 0.20459826290607452, 0.08131282031536102, 0.24879857897758484, 0.13034887611865997, 0.31041577458381653, 0.007677322719246149, 0.007551117800176144], "count": [302]}, "actions": {"min": [-0.6335175633430481, -1.501526951789856, -0.959450364112854, -0.17854395508766174, -0.10933254659175873, -0.1397499442100525, -1.0], "max": [0.8015242218971252, 0.8952140808105469, 0.8436309695243835, 0.17654483020305634, 0.14696916937828064, 0.3747865557670593, 1.0], "mean": [0.014707737602293491, -0.05065866932272911, 0.012593226507306099, -0.012378006242215633, 0.00048027519369497895, 0.018724126741290092, 0.2781457006931305], "std": [0.16720807552337646, 0.33844229578971863, 0.23740477859973907, 0.05926921218633652, 0.03881426155567169, 0.06072438508272171, 0.9605386257171631], "count": [302]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.05], "std": [8.717941270735883], "count": [302]}, "frame_index": {"min": [0], "max": [301], "mean": [150.5], "std": [87.17941270735884], "count": [302]}, "episode_index": {"min": [2158.0], "max": [2158.0], "mean": [2158.0], "std": [0.0], "count": [302]}, "index": {"min": [713640.0], "max": [713941.0], "mean": [713790.5], "std": [87.17941270735884], "count": [302]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [302]}}} +{"episode_index": 2159, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35796157418045343]], [[0.298258862065334]], [[0.23083176975624234]]], "std": [[[0.13842456914944293]], [[0.130087591858592]], [[0.14380751778586762]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9568627450980393]], [[0.9568627450980393]]], "mean": [[[0.39287634037990193]], [[0.3000415027094822]], [[0.19630333993949142]]], "std": [[[0.18068955259383732]], [[0.12683567455961392]], [[0.07872046196841781]]], "count": [100]}, "state": {"min": [-0.3621286451816559, -0.22657373547554016, 1.0110965967178345, 2.4299378395080566, -0.23531211912631989, -0.19902420043945312, 0.014685163274407387, -0.03989533707499504], "max": [-0.18412749469280243, 0.2810906767845154, 1.3365166187286377, 3.4796431064605713, 0.0974181741476059, 0.328370600938797, 0.04001106321811676, -0.016701167449355125], "mean": [-0.2726256251335144, 0.08687430620193481, 1.1722627878189087, 3.102785587310791, -0.05408748984336853, 0.010716710239648819, 0.027210302650928497, -0.027176080271601677], "std": [0.0629606544971466, 0.1827227771282196, 0.09993160516023636, 0.3625524044036865, 0.09339814633131027, 0.17546850442886353, 0.011041520163416862, 0.010976457968354225], "count": [281]}, "actions": {"min": [-0.47265803813934326, -1.448517084121704, -0.601510226726532, -0.3293988108634949, -0.1547417789697647, -0.12340717762708664, -1.0], "max": [0.40959879755973816, 0.6431558132171631, 0.7745507955551147, 0.1293076127767563, 0.1539503037929535, 0.14753906428813934, 1.0], "mean": [0.01403821725398302, -0.054598767310380936, 0.02858796902000904, -0.018617521971464157, -0.006362801417708397, 0.004917342681437731, 0.08896797150373459], "std": [0.15559616684913635, 0.316801518201828, 0.24404071271419525, 0.059590037912130356, 0.04229092597961426, 0.038691308349370956, 0.9960365295410156], "count": [281]}, "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": [2159.0], "max": [2159.0], "mean": [2159.0], "std": [0.0], "count": [281]}, "index": {"min": [713942.0], "max": [714222.0], "mean": [714082.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [281]}}} +{"episode_index": 2160, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3615920416140089]], [[0.299585007611443]], [[0.23027720791685813]]], "std": [[[0.13450692473769738]], [[0.12815418193473724]], [[0.14321270496828953]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.36453916243010875]], [[0.2856568489822687]], [[0.19767669438380822]]], "std": [[[0.18580237788936863]], [[0.13986915363805238]], [[0.10983887114538858]]], "count": [100]}, "state": {"min": [-0.32653847336769104, -0.19145824015140533, 0.9976269602775574, 2.074392318725586, -0.12464174628257751, -0.16279178857803345, 0.014591854065656662, -0.040057916194200516], "max": [-0.1723642349243164, 0.2688376009464264, 1.2515124082565308, 3.2579703330993652, 0.3617073893547058, 0.34242844581604004, 0.040004123002290726, -0.014458713121712208], "mean": [-0.2556323707103729, 0.03291705995798111, 1.1544058322906494, 2.7471024990081787, 0.08806628733873367, 0.0673917606472969, 0.027232199907302856, -0.027860673144459724], "std": [0.0519041083753109, 0.18009960651397705, 0.06987247616052628, 0.45232248306274414, 0.12558385729789734, 0.16256171464920044, 0.01137081254273653, 0.011077853851020336], "count": [295]}, "actions": {"min": [-8.212523460388184, -1.6179094314575195, -2.398655891418457, -0.3828645944595337, -2.075528621673584, -14.682114601135254, -1.0], "max": [2.7971396446228027, 9.159658432006836, 1.0669751167297363, 9.819787979125977, 0.17344555258750916, 0.2016795575618744, 1.0], "mean": [-0.00493516493588686, -0.010472447611391544, -0.002027000766247511, 0.01393537875264883, -0.010040356777608395, -0.058236319571733475, 0.04406779631972313], "std": [0.528394341468811, 0.6174793243408203, 0.2788143754005432, 0.5776362419128418, 0.1341889202594757, 0.8844161629676819, 0.9990283250808716], "count": [295]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.7], "std": [8.515867542417507], "count": [295]}, "frame_index": {"min": [0], "max": [294], "mean": [147.0], "std": [85.15867542417507], "count": [295]}, "episode_index": {"min": [2160.0], "max": [2160.0], "mean": [2160.0], "std": [0.0], "count": [295]}, "index": {"min": [714223.0], "max": [714517.0], "mean": [714370.0], "std": [85.15867542417507], "count": [295]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [295]}}} +{"episode_index": 2161, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631830557798728]], [[0.3035320132386451]], [[0.23519090620820518]]], "std": [[[0.1377116706996632]], [[0.1314701336611581]], [[0.14724147114873945]]], "count": [104]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3960306343090121]], [[0.3068073065572195]], [[0.20532366664880722]]], "std": [[[0.18333342290319213]], [[0.13045508753758348]], [[0.08534493101300972]]], "count": [104]}, "state": {"min": [-0.5187265872955322, -0.2400253266096115, 0.9924355149269104, 2.828071355819702, -0.37220337986946106, -0.9141595959663391, 0.003408897202461958, -0.0400051511824131], "max": [-0.013600725680589676, 0.13677838444709778, 1.309004306793213, 3.2027831077575684, 0.07554002851247787, 0.08526448905467987, 0.04000615328550339, -0.0041552213951945305], "mean": [-0.22387291491031647, -0.04571641981601715, 1.179686188697815, 3.079200506210327, -0.11454647779464722, -0.27856460213661194, 0.026302611455321312, -0.02663358487188816], "std": [0.1578768789768219, 0.11518213897943497, 0.08659109473228455, 0.08292760699987411, 0.11983282119035721, 0.28057873249053955, 0.014748286455869675, 0.014438528567552567], "count": [490]}, "actions": {"min": [-1.5437936782836914, -1.1680396795272827, -1.2016624212265015, -0.22166472673416138, -0.20704257488250732, -0.26611238718032837, -1.0], "max": [3.0082168579101562, 1.8336881399154663, 1.6783841848373413, 0.1892998218536377, 0.34863561391830444, 0.6255139112472534, 1.0], "mean": [0.01745251938700676, -0.03252924606204033, 0.011638880707323551, -0.005650901235640049, -0.0016197211807593703, -0.0062606120482087135, -0.0734693855047226], "std": [0.42247098684310913, 0.2634139060974121, 0.31704777479171753, 0.05102560296654701, 0.05959159508347511, 0.0862244963645935, 0.9972990155220032], "count": [490]}, "timestamp": {"min": [0.0], "max": [48.9], "mean": [24.45], "std": [14.145052138468774], "count": [490]}, "frame_index": {"min": [0], "max": [489], "mean": [244.5], "std": [141.45052138468773], "count": [490]}, "episode_index": {"min": [2161.0], "max": [2161.0], "mean": [2161.0], "std": [0.0], "count": [490]}, "index": {"min": [714518.0], "max": [715007.0], "mean": [714762.5], "std": [141.45052138468773], "count": [490]}, "task_index": {"min": [330.0], "max": [330.0], "mean": [330.0], "std": [0.0], "count": [490]}}} +{"episode_index": 2162, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36092973201976103]], [[0.3018455341413909]], [[0.23419769502527574]]], "std": [[[0.13814898606833298]], [[0.13145470794786426]], [[0.14712516026995737]]], "count": [125]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3911057732077206]], [[0.30071975145526963]], [[0.1973032599954044]]], "std": [[[0.19181113270580522]], [[0.13599939057202742]], [[0.08330989135931]]], "count": [125]}, "state": {"min": [-0.49181675910949707, -0.29829102754592896, 0.9887335300445557, 2.862985610961914, -0.07700946182012558, -1.006516695022583, 0.00360587565228343, -0.04000994935631752], "max": [0.019655199721455574, 0.17453598976135254, 1.3366502523422241, 3.250997543334961, 0.16176332533359528, 0.013628443703055382, 0.03999517858028412, -0.003866096492856741], "mean": [-0.18479181826114655, -0.06620506942272186, 1.1910383701324463, 3.0727803707122803, 0.030316397547721863, -0.3712594509124756, 0.02642318792641163, -0.026475585997104645], "std": [0.1629904806613922, 0.13894475996494293, 0.09067763388156891, 0.08773460239171982, 0.05864110589027405, 0.3085821270942688, 0.014726431109011173, 0.014647473581135273], "count": [625]}, "actions": {"min": [-1.9407742023468018, -1.029937744140625, -0.9833994507789612, -0.24454864859580994, -0.2663230299949646, -0.2697516083717346, -1.0], "max": [1.6900267601013184, 1.165874719619751, 2.081623077392578, 0.6586251854896545, 0.31546834111213684, 0.5724753737449646, 1.0], "mean": [0.0025635624770075083, -0.030493048951029778, 0.0038895851466804743, -0.00034043003688566387, -0.003862173529341817, -0.004215621389448643, -0.09120000153779984], "std": [0.33690503239631653, 0.25192660093307495, 0.3061755895614624, 0.06720993667840958, 0.06283430010080338, 0.0818873718380928, 0.9958347082138062], "count": [625]}, "timestamp": {"min": [0.0], "max": [62.4], "mean": [31.2], "std": [18.04217281815026], "count": [625]}, "frame_index": {"min": [0], "max": [624], "mean": [312.0], "std": [180.42172818150257], "count": [625]}, "episode_index": {"min": [2162.0], "max": [2162.0], "mean": [2162.0], "std": [0.0], "count": [625]}, "index": {"min": [715008.0], "max": [715632.0], "mean": [715320.0], "std": [180.42172818150257], "count": [625]}, "task_index": {"min": [330.0], "max": [330.0], "mean": [330.0], "std": [0.0], "count": [625]}}} +{"episode_index": 2163, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36664877825242315]], [[0.30640624945601463]], [[0.23768407811455547]]], "std": [[[0.1400941323063788]], [[0.13646909158322945]], [[0.15362633742199217]]], "count": [110]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9725490196078431]]], "mean": [[[0.41507049886938086]], [[0.3218202777937347]], [[0.21476690717346952]]], "std": [[[0.1830530982216269]], [[0.1315491905200442]], [[0.0878503753157985]]], "count": [110]}, "state": {"min": [-0.5484009385108948, -0.27538010478019714, 0.9889914393424988, 2.992241144180298, -0.4227102994918823, -0.9645351767539978, 0.0035064825788140297, -0.039922766387462616], "max": [0.004842834547162056, 0.14816606044769287, 1.3054215908050537, 3.3928334712982178, 0.07855410873889923, 0.13540621101856232, 0.040025707334280014, -0.003788329428061843], "mean": [-0.2121925801038742, -0.05472689867019653, 1.1757936477661133, 3.2115325927734375, -0.15899306535720825, -0.24682116508483887, 0.025921249762177467, -0.025815332308411598], "std": [0.16390320658683777, 0.12159839272499084, 0.0902315080165863, 0.09329575300216675, 0.13955555856227875, 0.2816540002822876, 0.015110618434846401, 0.015067080967128277], "count": [528]}, "actions": {"min": [-2.081585645675659, -1.168534278869629, -0.8384495973587036, -0.23380114138126373, -0.2692045271396637, -0.5122562050819397, -1.0], "max": [0.9010154604911804, 1.3714964389801025, 1.0732053518295288, 0.1995299607515335, 0.21704216301441193, 0.3828441798686981, 1.0], "mean": [0.0021560548339039087, -0.030312318354845047, 0.006832785438746214, -0.00492063956335187, 0.001069017336703837, -0.005533171351999044, -0.07954545319080353], "std": [0.3484798073768616, 0.2675849199295044, 0.2758021652698517, 0.05723484605550766, 0.05690057575702667, 0.08815410733222961, 0.9968287348747253], "count": [528]}, "timestamp": {"min": [0.0], "max": [52.7], "mean": [26.349999999999998], "std": [15.242019769921132], "count": [528]}, "frame_index": {"min": [0], "max": [527], "mean": [263.5], "std": [152.42019769921134], "count": [528]}, "episode_index": {"min": [2163.0], "max": [2163.0], "mean": [2163.0], "std": [0.0], "count": [528]}, "index": {"min": [715633.0], "max": [716160.0], "mean": [715896.5], "std": [152.42019769921134], "count": [528]}, "task_index": {"min": [330.0], "max": [330.0], "mean": [330.0], "std": [0.0], "count": [528]}}} +{"episode_index": 2164, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36608484126072305]], [[0.3078169525744868]], [[0.24200050204407936]]], "std": [[[0.1416610552807708]], [[0.13841516685475394]], [[0.15501469571565543]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36891057093003216]], [[0.29314642453661155]], [[0.20718074005725337]]], "std": [[[0.1858814719280656]], [[0.14705429426944885]], [[0.1251722196007979]]], "count": [100]}, "state": {"min": [-0.3125128746032715, -0.12859399616718292, 0.9963155388832092, 1.845836877822876, -0.0655910074710846, -0.24278730154037476, 0.012916474603116512, -0.04001515731215477], "max": [0.0037711025215685368, 0.05157512053847313, 1.1881976127624512, 3.120770215988159, 0.44602563977241516, 0.2543213665485382, 0.03986479714512825, -0.016645295545458794], "mean": [-0.2044486254453659, -0.022119130939245224, 1.1204676628112793, 2.598656415939331, 0.10701563209295273, 0.014042403548955917, 0.022643737494945526, -0.024167219176888466], "std": [0.11593437194824219, 0.044520311057567596, 0.047137193381786346, 0.46379417181015015, 0.14441430568695068, 0.13808485865592957, 0.01063640508800745, 0.009678791277110577], "count": [380]}, "actions": {"min": [-1.8769161701202393, -0.4874365031719208, -0.5821319818496704, -0.22555024921894073, -0.1448931246995926, -0.10306825488805771, -1.0], "max": [0.9025235772132874, 0.7535289525985718, 1.149983286857605, 0.1495215892791748, 0.17426490783691406, 0.15367944538593292, 1.0], "mean": [0.008484938181936741, -0.027922790497541428, -0.013721403665840626, -0.026088260114192963, 0.002420860342681408, 7.549647853011265e-05, 0.4684210419654846], "std": [0.24512982368469238, 0.16417036950588226, 0.19017916917800903, 0.05483679473400116, 0.04559248685836792, 0.04478111490607262, 0.8835028409957886], "count": [380]}, "timestamp": {"min": [0.0], "max": [37.9], "mean": [18.95], "std": [10.969617130966787], "count": [380]}, "frame_index": {"min": [0], "max": [379], "mean": [189.5], "std": [109.69617130966787], "count": [380]}, "episode_index": {"min": [2164.0], "max": [2164.0], "mean": [2164.0], "std": [0.0], "count": [380]}, "index": {"min": [716161.0], "max": [716540.0], "mean": [716350.5], "std": [109.69617130966787], "count": [380]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [380]}}} +{"episode_index": 2165, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3651852596507353]], [[0.3072123837938496]], [[0.2409679936427696]]], "std": [[[0.14367453502174585]], [[0.1394232315680674]], [[0.15567415067842877]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3684265645345052]], [[0.2934881861069623]], [[0.2079391928280101]]], "std": [[[0.18153745464600549]], [[0.1439310290937729]], [[0.12366858507520007]]], "count": [100]}, "state": {"min": [-0.32496196031570435, -0.13196907937526703, 1.0097793340682983, 1.7621392011642456, -0.14669238030910492, -0.2741750180721283, 0.013580624014139175, -0.04000800848007202], "max": [-0.00017183864838443696, 0.05083845555782318, 1.2090758085250854, 3.0985751152038574, 0.34255242347717285, 0.34091517329216003, 0.03988800570368767, -0.016968490555882454], "mean": [-0.21564793586730957, -0.028781656175851822, 1.1191376447677612, 2.5609967708587646, 0.05881442874670029, 0.06224647909402847, 0.02329755574464798, -0.02487282082438469], "std": [0.11716695874929428, 0.0346970297396183, 0.06115027144551277, 0.47540369629859924, 0.15903067588806152, 0.18809165060520172, 0.010784507729113102, 0.009766092523932457], "count": [428]}, "actions": {"min": [-0.6502108573913574, -0.5816146731376648, -0.43928396701812744, -0.31799760460853577, -0.25528332591056824, -0.12181016802787781, -1.0], "max": [0.6741647720336914, 0.3527663052082062, 0.8689736127853394, 0.2246679812669754, 0.22842682898044586, 0.21899528801441193, 1.0], "mean": [0.006151321344077587, -0.02552056685090065, -0.020642278715968132, -0.025564955547451973, 0.0006169070838950574, 0.0022717074025422335, 0.41588786244392395], "std": [0.21132832765579224, 0.1573893427848816, 0.18222738802433014, 0.06012377887964249, 0.06207026541233063, 0.05123757943511009, 0.9094162583351135], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [2165.0], "max": [2165.0], "mean": [2165.0], "std": [0.0], "count": [428]}, "index": {"min": [716541.0], "max": [716968.0], "mean": [716754.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [428]}}} +{"episode_index": 2166, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3645062261843214]], [[0.30587358901079964]], [[0.2385001896876915]]], "std": [[[0.13889188353451465]], [[0.13385342591894972]], [[0.15051910027968382]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.36942483580346197]], [[0.28852385756548715]], [[0.19709618542241114]]], "std": [[[0.18415358286774416]], [[0.13926260483898423]], [[0.1085068746890631]]], "count": [100]}, "state": {"min": [-0.3233659863471985, -0.1426568180322647, 0.990983247756958, 1.8074458837509155, -0.05099039152264595, -0.3718341290950775, 0.014337521977722645, -0.04000375419855118], "max": [-0.008127338252961636, 0.034711673855781555, 1.198163390159607, 3.180072546005249, 0.3001820147037506, 0.15063674747943878, 0.039978984743356705, -0.017390776425600052], "mean": [-0.20754534006118774, -0.03597024455666542, 1.1281821727752686, 2.7465975284576416, 0.0845804512500763, -0.07782389968633652, 0.024662965908646584, -0.02567407675087452], "std": [0.11531759053468704, 0.038980353623628616, 0.059271953999996185, 0.46880173683166504, 0.08950110524892807, 0.14944769442081451, 0.011124325916171074, 0.010350254364311695], "count": [364]}, "actions": {"min": [-0.6469594836235046, -0.44521960616111755, -0.6082112789154053, -0.3605845868587494, -0.2223309427499771, -0.20603011548519135, -1.0], "max": [0.7759739756584167, 0.7088384628295898, 0.7817753553390503, 0.20035457611083984, 0.18790094554424286, 0.18902961909770966, 1.0], "mean": [0.003849091473966837, -0.033691126853227615, -0.026423700153827667, -0.02798001654446125, 0.0022405225317925215, 0.001759001868776977, 0.3131868243217468], "std": [0.23065008223056793, 0.15700048208236694, 0.2032872587442398, 0.06799771636724472, 0.05047871917486191, 0.05204039439558983, 0.9496905207633972], "count": [364]}, "timestamp": {"min": [0.0], "max": [36.3], "mean": [18.15], "std": [10.507735245998541], "count": [364]}, "frame_index": {"min": [0], "max": [363], "mean": [181.5], "std": [105.0773524599854], "count": [364]}, "episode_index": {"min": [2166.0], "max": [2166.0], "mean": [2166.0], "std": [0.0], "count": [364]}, "index": {"min": [716969.0], "max": [717332.0], "mean": [717150.5], "std": [105.0773524599854], "count": [364]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [364]}}} +{"episode_index": 2167, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3678954886642157]], [[0.3087764575434666]], [[0.2421539976830576]]], "std": [[[0.139821274642068]], [[0.13694827884966676]], [[0.15393107698529895]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3676207682291667]], [[0.29375361782896753]], [[0.20972430539598652]]], "std": [[[0.18771904247466956]], [[0.15116485856155998]], [[0.13221283590787877]]], "count": [100]}, "state": {"min": [-0.3207959234714508, -0.12295924127101898, 0.9969359636306763, 1.6635632514953613, -0.07463188469409943, -0.23024524748325348, 0.013034557923674583, -0.04000544920563698], "max": [-0.008483785204589367, 0.03756869584321976, 1.1971147060394287, 3.11895489692688, 0.2795574963092804, 0.1846815049648285, 0.039945632219314575, -0.01579260639846325], "mean": [-0.2150132805109024, -0.030279986560344696, 1.1143901348114014, 2.5694081783294678, 0.09249161183834076, -0.06944303214550018, 0.021984510123729706, -0.023478316143155098], "std": [0.11889959871768951, 0.04229862615466118, 0.05121856927871704, 0.5230922698974609, 0.09736567735671997, 0.1013646051287651, 0.011559773236513138, 0.0106503339484334], "count": [394]}, "actions": {"min": [-0.9937463998794556, -7.694194316864014, -0.6901844143867493, -0.8660439848899841, -0.20831537246704102, -0.2647799551486969, -1.0], "max": [0.8938446640968323, 0.7450585961341858, 0.6942659616470337, 0.13367803394794464, 0.27271080017089844, 0.1555250883102417, 1.0], "mean": [0.0014367143157869577, -0.03672843798995018, -0.023893188685178757, -0.02683394029736519, 0.004766092635691166, -0.0013394657289609313, 0.41624364256858826], "std": [0.23141804337501526, 0.42212796211242676, 0.1846131831407547, 0.07156016677618027, 0.05430144444108009, 0.04934346675872803, 0.9092503786087036], "count": [394]}, "timestamp": {"min": [0.0], "max": [39.3], "mean": [19.650000000000002], "std": [11.3737636690763], "count": [394]}, "frame_index": {"min": [0], "max": [393], "mean": [196.5], "std": [113.73763669076301], "count": [394]}, "episode_index": {"min": [2167.0], "max": [2167.0], "mean": [2167.0], "std": [0.0], "count": [394]}, "index": {"min": [717333.0], "max": [717726.0], "mean": [717529.5], "std": [113.73763669076301], "count": [394]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [394]}}} +{"episode_index": 2168, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36302951528511795]], [[0.3053185466691559]], [[0.23849741079293046]]], "std": [[[0.1419098453961294]], [[0.13661419225262836]], [[0.15290983192797664]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9725490196078431]]], "mean": [[[0.3980685562432981]], [[0.3055822628245634]], [[0.20087370210535385]]], "std": [[[0.17727969305300986]], [[0.12220429422410255]], [[0.07337675189836336]]], "count": [100]}, "state": {"min": [-0.3618657886981964, -0.12830540537834167, 1.014649748802185, 2.4197092056274414, -0.22733145952224731, -0.36407631635665894, 0.014293612912297249, -0.040004074573516846], "max": [-0.03450053185224533, 0.02276325784623623, 1.1893483400344849, 3.1809024810791016, 0.18623557686805725, 0.4586482048034668, 0.039969734847545624, -0.015390614047646523], "mean": [-0.19064635038375854, -0.05929010361433029, 1.1310311555862427, 2.976715326309204, -0.06703326106071472, -0.02204807847738266, 0.026839446276426315, -0.02724136784672737], "std": [0.11738407611846924, 0.031450435519218445, 0.04871579259634018, 0.2310885339975357, 0.09090658277273178, 0.2874891459941864, 0.011585287749767303, 0.011237787082791328], "count": [288]}, "actions": {"min": [-0.9963356852531433, -0.5867066979408264, -0.6178611516952515, -0.21532022953033447, -0.09705564379692078, -0.18675167858600616, -1.0], "max": [0.4530545473098755, 0.6783100366592407, 0.5500584840774536, 0.1212521567940712, 0.1189349815249443, 0.28043052554130554, 1.0], "mean": [0.0036338898353278637, -0.043481484055519104, -0.021072113886475563, -0.02123904600739479, -0.0015030677895992994, 0.007382641080766916, 0.1388888955116272], "std": [0.25437405705451965, 0.1526423543691635, 0.16754569113254547, 0.052933596074581146, 0.03542095795273781, 0.06266792118549347, 0.9903091788291931], "count": [288]}, "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": [2168.0], "max": [2168.0], "mean": [2168.0], "std": [0.0], "count": [288]}, "index": {"min": [717727.0], "max": [718014.0], "mean": [717870.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [288]}}} +{"episode_index": 2169, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35989700131093494]], [[0.2989614358973247]], [[0.23015325717735502]]], "std": [[[0.1369946239264915]], [[0.13054028901600656]], [[0.14549367243778547]]], "count": [106]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3936994851098606]], [[0.30512923319340635]], [[0.2047894533237086]]], "std": [[[0.18551286742730516]], [[0.13395512160810347]], [[0.09058735030483461]]], "count": [106]}, "state": {"min": [-0.48330414295196533, -0.2990904748439789, 0.9900193810462952, 2.854036331176758, -0.2988537847995758, -0.7055162191390991, 0.005981754511594772, -0.03998055309057236], "max": [-0.0844634473323822, 0.2502220869064331, 1.300330638885498, 3.338689088821411, 0.09248167276382446, 0.24092255532741547, 0.04000748321413994, -0.0063649439252913], "mean": [-0.26223617792129517, 0.014991753734648228, 1.17030668258667, 3.127919912338257, -0.07915373146533966, -0.11409901082515717, 0.026314346119761467, -0.026354890316724777], "std": [0.11404473334550858, 0.16455911099910736, 0.08992477506399155, 0.11431579291820526, 0.0943414568901062, 0.21917350590229034, 0.013893218711018562, 0.01374511606991291], "count": [502]}, "actions": {"min": [-0.9097349047660828, -1.842986822128296, -1.1461026668548584, -0.2843342125415802, -0.21179014444351196, -0.2755358815193176, -1.0], "max": [1.108859896659851, 1.8837134838104248, 1.5180121660232544, 0.24076007306575775, 0.23683549463748932, 0.35551953315734863, 1.0], "mean": [0.00839156936854124, -0.040262315422296524, 0.019802073016762733, -0.003392790909856558, -1.3804011359752622e-05, -0.0036316963378340006, -0.03187251091003418], "std": [0.26664024591445923, 0.4166964888572693, 0.31428980827331543, 0.051090970635414124, 0.05651994049549103, 0.07246915251016617, 0.9994893074035645], "count": [502]}, "timestamp": {"min": [0.0], "max": [50.1], "mean": [25.049999999999997], "std": [14.491463004127636], "count": [502]}, "frame_index": {"min": [0], "max": [501], "mean": [250.5], "std": [144.91463004127638], "count": [502]}, "episode_index": {"min": [2169.0], "max": [2169.0], "mean": [2169.0], "std": [0.0], "count": [502]}, "index": {"min": [718015.0], "max": [718516.0], "mean": [718265.5], "std": [144.91463004127638], "count": [502]}, "task_index": {"min": [332.0], "max": [332.0], "mean": [332.0], "std": [0.0], "count": [502]}}} +{"episode_index": 2170, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3615603769998538]], [[0.30042414822195007]], [[0.23163400160406408]]], "std": [[[0.138582258052082]], [[0.1324078275418773]], [[0.14801747324875586]]], "count": [109]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.41060313900547674]], [[0.31768420748325493]], [[0.21159968148849276]]], "std": [[[0.18318439607982515]], [[0.13077452352888466]], [[0.08664317203188793]]], "count": [109]}, "state": {"min": [-0.49897301197052, -0.26193445920944214, 0.9892123937606812, 3.0067555904388428, -0.4316233992576599, -0.9730544686317444, 0.00400924775749445, -0.0399610735476017], "max": [-0.07543269544839859, 0.271870493888855, 1.288521647453308, 3.2719123363494873, 0.0097198486328125, 0.05411544814705849, 0.04000869020819664, -0.0038005381356924772], "mean": [-0.2607922852039337, 0.044463858008384705, 1.1639549732208252, 3.1730847358703613, -0.16305674612522125, -0.22821545600891113, 0.026177244260907173, -0.02588358335196972], "std": [0.12069058418273926, 0.16524788737297058, 0.09019836038351059, 0.0626017302274704, 0.12866783142089844, 0.2777649462223053, 0.014926301315426826, 0.0151000265032053], "count": [521]}, "actions": {"min": [-1.0071219205856323, -1.4545173645019531, -0.7501612901687622, -0.18027415871620178, -0.3115600347518921, -0.28258219361305237, -1.0], "max": [1.1411994695663452, 2.279546022415161, 1.2511882781982422, 0.16266512870788574, 0.2582976222038269, 0.47643041610717773, 1.0], "mean": [0.001990768127143383, -0.035280559211969376, 0.010578382760286331, -0.00039617979200556874, 0.0006828293553553522, -0.0048454818315804005, -0.08637236058712006], "std": [0.2614668309688568, 0.38819658756256104, 0.28835612535476685, 0.04882703721523285, 0.050799090415239334, 0.08063537627458572, 0.9962635636329651], "count": [521]}, "timestamp": {"min": [0.0], "max": [52.0], "mean": [26.0], "std": [15.039946808416579], "count": [521]}, "frame_index": {"min": [0], "max": [520], "mean": [260.0], "std": [150.3994680841658], "count": [521]}, "episode_index": {"min": [2170.0], "max": [2170.0], "mean": [2170.0], "std": [0.0], "count": [521]}, "index": {"min": [718517.0], "max": [719037.0], "mean": [718777.0], "std": [150.3994680841658], "count": [521]}, "task_index": {"min": [332.0], "max": [332.0], "mean": [332.0], "std": [0.0], "count": [521]}}} +{"episode_index": 2171, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3618830017287369]], [[0.30001426477466747]], [[0.23024919249547132]]], "std": [[[0.13915250969454798]], [[0.13287007639444176]], [[0.14801342045222476]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.40553651319874506]], [[0.31651392540386153]], [[0.21414206820897733]]], "std": [[[0.18522982474649158]], [[0.13482107356087175]], [[0.09661569820565687]]], "count": [103]}, "state": {"min": [-0.5145012140274048, -0.24702362716197968, 0.9919784665107727, 2.9207000732421875, -0.46122702956199646, -0.9263525605201721, 0.00841483473777771, -0.0399743989109993], "max": [-0.09180400520563126, 0.2820192873477936, 1.2827891111373901, 3.2801973819732666, 0.059061840176582336, 0.17086340487003326, 0.040005624294281006, -0.008252838626503944], "mean": [-0.27215397357940674, 0.04638414829969406, 1.1577895879745483, 3.130699872970581, -0.18298932909965515, -0.0976761132478714, 0.026313211768865585, -0.026271440088748932], "std": [0.12494566291570663, 0.16331566870212555, 0.0903768539428711, 0.10151227563619614, 0.14233142137527466, 0.30935224890708923, 0.01369113102555275, 0.01374248880892992], "count": [488]}, "actions": {"min": [-1.1799266338348389, -2.0790977478027344, -0.7876895666122437, -0.20809881389141083, -0.19930744171142578, -0.3813680112361908, -1.0], "max": [1.098779320716858, 1.560428261756897, 1.0225789546966553, 0.23194336891174316, 0.2116631269454956, 0.46061086654663086, 1.0], "mean": [0.011907340958714485, -0.04137285426259041, 0.02260136790573597, -0.0005457083461806178, -0.0008218322764150798, -0.003778142621740699, -0.03688524663448334], "std": [0.2651132047176361, 0.3975004553794861, 0.261852890253067, 0.05238761752843857, 0.05402835085988045, 0.08837798982858658, 0.9993196725845337], "count": [488]}, "timestamp": {"min": [0.0], "max": [48.7], "mean": [24.349999999999998], "std": [14.087316990825471], "count": [488]}, "frame_index": {"min": [0], "max": [487], "mean": [243.5], "std": [140.8731699082547], "count": [488]}, "episode_index": {"min": [2171.0], "max": [2171.0], "mean": [2171.0], "std": [0.0], "count": [488]}, "index": {"min": [719038.0], "max": [719525.0], "mean": [719281.5], "std": [140.8731699082547], "count": [488]}, "task_index": {"min": [332.0], "max": [332.0], "mean": [332.0], "std": [0.0], "count": [488]}}} +{"episode_index": 2172, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36180355655445773]], [[0.3015291694192325]], [[0.23496921614104627]]], "std": [[[0.13615016603691504]], [[0.13247721237302845]], [[0.14797741357419197]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.9450980392156862]]], "mean": [[[0.35061662501914825]], [[0.2667262477500766]], [[0.17834125533758427]]], "std": [[[0.17218286470044464]], [[0.12599219446505258]], [[0.08550861343760902]]], "count": [100]}, "state": {"min": [-0.31451013684272766, -0.14532123506069183, 0.9927371144294739, 2.2009799480438232, -0.20849594473838806, -0.4553624391555786, 0.01426039170473814, -0.039970386773347855], "max": [-0.24949276447296143, 0.19112880527973175, 1.168063998222351, 3.2360613346099854, 0.2236471027135849, 0.3695516288280487, 0.0399690680205822, -0.015550154261291027], "mean": [-0.2867969572544098, 0.04595594480633736, 1.0968843698501587, 2.772076368331909, -0.013415824621915817, 0.02337009832262993, 0.023148488253355026, -0.024154772982001305], "std": [0.017262808978557587, 0.10241145640611649, 0.04494838789105415, 0.36658209562301636, 0.1258000284433365, 0.29706010222435, 0.011111948639154434, 0.010336208157241344], "count": [257]}, "actions": {"min": [-0.35194259881973267, -0.9098489880561829, -0.47700294852256775, -0.2708294093608856, -0.22104156017303467, -0.17186196148395538, -1.0], "max": [0.3162916302680969, 0.8501225113868713, 0.6709428429603577, 0.1206570491194725, 0.18169647455215454, 0.29338541626930237, 1.0], "mean": [0.006722983904182911, -0.05664759874343872, -0.026664694771170616, -0.033133409917354584, -0.0019482079660519958, 0.006004874594509602, 0.40856030583381653], "std": [0.08873681724071503, 0.2168891876935959, 0.18234072625637054, 0.05630304291844368, 0.05222880840301514, 0.06757766753435135, 0.9127337336540222], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [2172.0], "max": [2172.0], "mean": [2172.0], "std": [0.0], "count": [257]}, "index": {"min": [719526.0], "max": [719782.0], "mean": [719654.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [333.0], "max": [333.0], "mean": [333.0], "std": [0.0], "count": [257]}}} +{"episode_index": 2173, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3613528562059589]], [[0.30167041015625]], [[0.23457683488434436]]], "std": [[[0.13916242109658808]], [[0.1337947708804428]], [[0.1486913872661211]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3362328676709942]], [[0.2581541275323606]], [[0.175731408811083]]], "std": [[[0.17048515723680782]], [[0.1253800249304016]], [[0.087876401684197]]], "count": [100]}, "state": {"min": [-0.3438650965690613, -0.1484532505273819, 0.9885731339454651, 2.1204147338867188, -0.20190277695655823, -0.09798123687505722, 0.015157785266637802, -0.04000355303287506], "max": [-0.25927215814590454, 0.17664723098278046, 1.177897334098816, 3.1258890628814697, 0.1837509274482727, 0.4334775507450104, 0.03994087502360344, -0.016055859625339508], "mean": [-0.29989275336265564, 0.019762082025408745, 1.0850831270217896, 2.667912244796753, -0.011619876138865948, 0.17423398792743683, 0.02403303235769272, -0.02528693526983261], "std": [0.022542912513017654, 0.115882009267807, 0.05201830342411995, 0.382834792137146, 0.10966144502162933, 0.18480928242206573, 0.01070104818791151, 0.00988817773759365], "count": [269]}, "actions": {"min": [-0.2901064455509186, -0.8456775546073914, -0.6484602689743042, -0.21091434359550476, -0.15851111710071564, -0.10900198668241501, -1.0], "max": [0.3278029263019562, 0.5970839262008667, 0.789557695388794, 0.10600500553846359, 0.16385725140571594, 0.1372193992137909, 1.0], "mean": [-0.0035015286412090063, -0.06508153676986694, -0.037065424025058746, -0.03139433637261391, -0.0005991478683426976, 0.004672311246395111, 0.3903345763683319], "std": [0.10185474902391434, 0.25293663144111633, 0.21067887544631958, 0.055678702890872955, 0.04756750911474228, 0.040640514343976974, 0.920671820640564], "count": [269]}, "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": [2173.0], "max": [2173.0], "mean": [2173.0], "std": [0.0], "count": [269]}, "index": {"min": [719783.0], "max": [720051.0], "mean": [719917.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [333.0], "max": [333.0], "mean": [333.0], "std": [0.0], "count": [269]}}} +{"episode_index": 2174, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3621599414301853]], [[0.30153421618891696]], [[0.2349515422746247]]], "std": [[[0.13701278086049398]], [[0.1329515373307875]], [[0.14813469846348132]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.34592586562212774]], [[0.26809845808440563]], [[0.1855967658547794]]], "std": [[[0.17418825952790304]], [[0.1296496520714043]], [[0.09530203303325097]]], "count": [100]}, "state": {"min": [-0.3029772639274597, -0.13244567811489105, 1.0035978555679321, 2.124448776245117, -0.09793798625469208, 0.004343803506344557, 0.013490988872945309, -0.03997717797756195], "max": [-0.23868300020694733, 0.18822653591632843, 1.1606913805007935, 3.220304250717163, 0.252707302570343, 0.2737518846988678, 0.03997284546494484, -0.01635693572461605], "mean": [-0.27026867866516113, 0.06420426815748215, 1.102594256401062, 2.7560360431671143, 0.044291965663433075, 0.14656221866607666, 0.023843985050916672, -0.02489793859422207], "std": [0.019163373857736588, 0.10044390708208084, 0.04736454784870148, 0.3982536792755127, 0.09643490612506866, 0.07030916959047318, 0.011858044192194939, 0.010965769179165363], "count": [265]}, "actions": {"min": [-0.2634640336036682, -0.483685702085495, -0.8015154004096985, -0.24674510955810547, -0.19676090776920319, -0.08754682540893555, -1.0], "max": [0.2446679174900055, 0.7685201168060303, 0.5853176116943359, 0.13116507232189178, 0.23686152696609497, 0.09126194566488266, 1.0], "mean": [0.0066697364673018456, -0.042932502925395966, -0.019633691757917404, -0.033198945224285126, -0.0018142565386369824, 0.0037068219389766455, 0.3056603670120239], "std": [0.08930512517690659, 0.21065089106559753, 0.16836410760879517, 0.05787452310323715, 0.0571688674390316, 0.02920600213110447, 0.9521384239196777], "count": [265]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.2], "std": [7.649836599562111], "count": [265]}, "frame_index": {"min": [0], "max": [264], "mean": [132.0], "std": [76.49836599562111], "count": [265]}, "episode_index": {"min": [2174.0], "max": [2174.0], "mean": [2174.0], "std": [0.0], "count": [265]}, "index": {"min": [720052.0], "max": [720316.0], "mean": [720184.0], "std": [76.49836599562111], "count": [265]}, "task_index": {"min": [333.0], "max": [333.0], "mean": [333.0], "std": [0.0], "count": [265]}}} +{"episode_index": 2175, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36495475140739886]], [[0.30464420812270215]], [[0.23922100770239738]]], "std": [[[0.13954423449302936]], [[0.1368301796438557]], [[0.1522826932494882]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.34426041965858606]], [[0.27201718618355547]], [[0.19687366799747244]]], "std": [[[0.17092319562484448]], [[0.14297303143277396]], [[0.12735569044717912]]], "count": [100]}, "state": {"min": [-0.32782331109046936, -0.11268302798271179, 1.008223295211792, 1.9311155080795288, -0.11691661179065704, -0.02216028794646263, 0.013128737919032574, -0.039944808930158615], "max": [-0.24328801035881042, 0.1654178500175476, 1.1684010028839111, 3.2946724891662598, 0.19747549295425415, 0.19223646819591522, 0.039977047592401505, -0.01585194654762745], "mean": [-0.278051495552063, 0.05763915553689003, 1.095963954925537, 2.5752065181732178, 0.041556425392627716, 0.06752162426710129, 0.02144559472799301, -0.023028450086712837], "std": [0.019885670393705368, 0.0831156000494957, 0.0428607314825058, 0.5128408670425415, 0.08025258034467697, 0.06686443090438843, 0.011604910716414452, 0.01043392438441515], "count": [292]}, "actions": {"min": [-0.32402342557907104, -0.735657811164856, -0.5463362336158752, -0.3030123710632324, -0.19546088576316833, -0.16841909289360046, -1.0], "max": [0.5394427180290222, 0.8012755513191223, 0.8585863709449768, 0.12063244730234146, 0.16521905362606049, 0.14476549625396729, 1.0], "mean": [0.021620798856019974, -0.03355742618441582, -0.02148558758199215, -0.03654550388455391, 0.0008033080375753343, -0.001028179656714201, 0.4452054798603058], "std": [0.10426253825426102, 0.1794365793466568, 0.16254788637161255, 0.06487748771905899, 0.048781149089336395, 0.03856780007481575, 0.895429790019989], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [2175.0], "max": [2175.0], "mean": [2175.0], "std": [0.0], "count": [292]}, "index": {"min": [720317.0], "max": [720608.0], "mean": [720462.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [333.0], "max": [333.0], "mean": [333.0], "std": [0.0], "count": [292]}}} +{"episode_index": 2176, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35961016643113025]], [[0.3025229823997231]], [[0.23372493334707506]]], "std": [[[0.1422871934091361]], [[0.13315734162129714]], [[0.14522189313094824]]], "count": [153]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.3744642180203628]], [[0.29618121025792365]], [[0.20621120243153174]]], "std": [[[0.17635230932820067]], [[0.12854343089715348]], [[0.09554777341068241]]], "count": [153]}, "state": {"min": [-0.47993171215057373, -0.26048505306243896, 0.9757760167121887, 2.0077261924743652, -0.4897133708000183, -0.4095345437526703, 0.003991239238530397, -0.04012609273195267], "max": [-0.10989277064800262, 0.2313338816165924, 1.3304888010025024, 3.391563653945923, 0.5570720434188843, 0.9540637135505676, 0.04000391438603401, -0.0009368984610773623], "mean": [-0.293464332818985, -0.001282889861613512, 1.122035026550293, 2.792846918106079, -0.10029459744691849, 0.3388460874557495, 0.02488711290061474, -0.024324554949998856], "std": [0.09322631359100342, 0.13769230246543884, 0.09700518846511841, 0.44969165325164795, 0.21277214586734772, 0.44754302501678467, 0.013356133364140987, 0.013933938927948475], "count": [819]}, "actions": {"min": [-4.4469990730285645, -3.200256586074829, -0.9218823313713074, -1.8705562353134155, -0.7033683061599731, -19.55699348449707, -1.0], "max": [7.844580173492432, 8.250738143920898, 2.9609291553497314, 11.509289741516113, 7.753185272216797, 17.566390991210938, 1.0], "mean": [0.01673782430589199, -0.036527544260025024, 0.01557557936757803, 0.005373132880777121, 0.017107097432017326, -0.005129421129822731, 0.09157509356737137], "std": [0.4078283905982971, 0.5070098638534546, 0.3514115810394287, 0.4316439926624298, 0.34885239601135254, 0.928903341293335, 0.9957974553108215], "count": [819]}, "timestamp": {"min": [0.0], "max": [81.8], "mean": [40.900000000000006], "std": [23.642475899674015], "count": [819]}, "frame_index": {"min": [0], "max": [818], "mean": [409.0], "std": [236.42475899674017], "count": [819]}, "episode_index": {"min": [2176.0], "max": [2176.0], "mean": [2176.0], "std": [0.0], "count": [819]}, "index": {"min": [720609.0], "max": [721427.0], "mean": [721018.0], "std": [236.42475899674017], "count": [819]}, "task_index": {"min": [334.0], "max": [334.0], "mean": [334.0], "std": [0.0], "count": [819]}}} +{"episode_index": 2177, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3623647849204305]], [[0.30599667277676856]], [[0.2381004067436145]]], "std": [[[0.14193894051424497]], [[0.13384364292347467]], [[0.14722943087093537]]], "count": [149]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36421201524961655]], [[0.2848265581498697]], [[0.19512075290411363]]], "std": [[[0.18712737556154593]], [[0.13925704520091836]], [[0.10372730906229163]]], "count": [149]}, "state": {"min": [-0.3929062783718109, -0.27812278270721436, 0.9759423732757568, 1.63799250125885, -0.24060985445976257, -0.35201725363731384, 0.0012518949806690216, -0.040032315999269485], "max": [-0.10835074633359909, 0.2352948784828186, 1.3281819820404053, 3.290870189666748, 0.599410355091095, 0.4423098862171173, 0.0400070995092392, -0.00508543848991394], "mean": [-0.25727373361587524, 0.0013069958658888936, 1.1074904203414917, 2.8388311862945557, 0.06923748552799225, 0.06626220047473907, 0.02640276402235031, -0.02690550498664379], "std": [0.08241122961044312, 0.13241559267044067, 0.0929802730679512, 0.5011571645736694, 0.1676674634218216, 0.19026318192481995, 0.014125111512839794, 0.013780883513391018], "count": [793]}, "actions": {"min": [-0.8978880643844604, -1.513046145439148, -1.263364553451538, -0.4079614281654358, -0.3202272653579712, -0.36178070306777954, -1.0], "max": [0.8991846442222595, 1.533142328262329, 1.7473924160003662, 0.8803566694259644, 0.44312986731529236, 0.32959797978401184, 1.0], "mean": [0.023251011967658997, -0.015434936620295048, 0.011189775541424751, -0.0008335449383594096, 0.0018019437557086349, -0.005297408904880285, -0.054224465042352676], "std": [0.18057851493358612, 0.39190614223480225, 0.2882125973701477, 0.11242461204528809, 0.07020387053489685, 0.07482539862394333, 0.998526930809021], "count": [793]}, "timestamp": {"min": [0.0], "max": [79.2], "mean": [39.6], "std": [22.891919971902748], "count": [793]}, "frame_index": {"min": [0], "max": [792], "mean": [396.0], "std": [228.9191997190275], "count": [793]}, "episode_index": {"min": [2177.0], "max": [2177.0], "mean": [2177.0], "std": [0.0], "count": [793]}, "index": {"min": [721428.0], "max": [722220.0], "mean": [721824.0], "std": [228.9191997190275], "count": [793]}, "task_index": {"min": [334.0], "max": [334.0], "mean": [334.0], "std": [0.0], "count": [793]}}} +{"episode_index": 2178, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36134098666322]], [[0.3048255633185891]], [[0.23670321056889554]]], "std": [[[0.1398563392113271]], [[0.13154634552284122]], [[0.14455067857655535]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9607843137254902]], [[0.9686274509803922]]], "mean": [[[0.36501223994236365]], [[0.28194594918045346]], [[0.1884412596459482]]], "std": [[[0.16843810191991007]], [[0.11558638866175375]], [[0.07286798840118278]]], "count": [100]}, "state": {"min": [-0.3306127190589905, -0.2560805380344391, 0.9760183691978455, 2.4397101402282715, -0.33027154207229614, -0.3227272033691406, 0.012460356578230858, -0.03989759832620621], "max": [-0.2409568727016449, 0.17300094664096832, 1.2871148586273193, 3.2464797496795654, 0.13815680146217346, 0.41452568769454956, 0.04000342637300491, -0.01089720893651247], "mean": [-0.3052738606929779, 0.015549416653811932, 1.1274477243423462, 2.9711415767669678, -0.06788574159145355, -0.04551142454147339, 0.027524316683411598, -0.02718854509294033], "std": [0.02277802862226963, 0.14645878970623016, 0.08758409321308136, 0.284994900226593, 0.14364150166511536, 0.2524515688419342, 0.012317265383899212, 0.012332091107964516], "count": [192]}, "actions": {"min": [-0.30205634236335754, -0.9570527672767639, -1.3386884927749634, -0.18019849061965942, -0.17763778567314148, -0.2321166694164276, -1.0], "max": [0.4468587636947632, 0.9260882139205933, 1.2243415117263794, 0.2645722031593323, 0.4940670132637024, 0.22255775332450867, 1.0], "mean": [0.012508227489888668, -0.044170305132865906, 1.0606057003315073e-05, -0.019850226119160652, -0.005845444742590189, 0.005584031343460083, -0.0520833320915699], "std": [0.12338870018720627, 0.3881412148475647, 0.382802277803421, 0.07651884853839874, 0.07999154180288315, 0.06491506099700928, 0.998641848564148], "count": [192]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [2178.0], "max": [2178.0], "mean": [2178.0], "std": [0.0], "count": [192]}, "index": {"min": [722221.0], "max": [722412.0], "mean": [722316.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [192]}}} +{"episode_index": 2179, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36010176176183367]], [[0.30284708060470283]], [[0.23412838027056523]]], "std": [[[0.1386001848157103]], [[0.1296748758112576]], [[0.1420376440679612]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36862227136948533]], [[0.28489944218654256]], [[0.19046121036305147]]], "std": [[[0.16656282855985582]], [[0.11419842377782369]], [[0.0742727218815343]]], "count": [100]}, "state": {"min": [-0.3622700273990631, -0.24892663955688477, 0.9732411503791809, 2.383227586746216, -0.25960490107536316, -0.09027471393346786, 0.012438821606338024, -0.03994007781147957], "max": [-0.2954796850681305, 0.20382143557071686, 1.28404700756073, 3.2102584838867188, 0.10687565803527832, 0.49354287981987, 0.039976608008146286, -0.010660536587238312], "mean": [-0.3324536681175232, 0.03769724443554878, 1.127640962600708, 2.9494516849517822, -0.039406195282936096, 0.10231693089008331, 0.027950072661042213, -0.027472851797938347], "std": [0.017387889325618744, 0.1523897349834442, 0.0892719253897667, 0.28811442852020264, 0.11299934983253479, 0.2124856412410736, 0.012305310927331448, 0.012339227832853794], "count": [178]}, "actions": {"min": [-0.26483696699142456, -1.1745589971542358, -0.8545454740524292, -0.17868059873580933, -0.17440839111804962, -0.29114198684692383, -1.0], "max": [0.3154323399066925, 0.8388711810112, 0.9263402223587036, 0.22367316484451294, 0.39519184827804565, 0.13836048543453217, 1.0], "mean": [0.015966078266501427, -0.06260300427675247, -0.018856680020689964, -0.02148909866809845, -0.003975815139710903, 0.013472676277160645, -0.07865168899297714], "std": [0.09672674536705017, 0.42597731947898865, 0.37435850501060486, 0.07810277491807938, 0.08392302691936493, 0.04963598772883415, 0.9969016313552856], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [2179.0], "max": [2179.0], "mean": [2179.0], "std": [0.0], "count": [178]}, "index": {"min": [722413.0], "max": [722590.0], "mean": [722501.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [178]}}} +{"episode_index": 2180, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.36127483293121937]], [[0.3046757997999004]], [[0.2366514419854856]]], "std": [[[0.140805815058125]], [[0.13258224459977822]], [[0.14544473515797862]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.37279478723862597]], [[0.2888098635206035]], [[0.19353395050647212]]], "std": [[[0.16748877252660435]], [[0.11485421802623204]], [[0.07382720704824981]]], "count": [100]}, "state": {"min": [-0.3472001850605011, -0.26821690797805786, 0.9754284024238586, 2.4232964515686035, -0.2760017216205597, -0.13409340381622314, 0.01581764407455921, -0.0399019680917263], "max": [-0.26385578513145447, 0.20228151977062225, 1.2539386749267578, 3.2395451068878174, 0.06515255570411682, 0.45233044028282166, 0.04000484570860863, -0.013373338617384434], "mean": [-0.31194329261779785, 0.029251132160425186, 1.1162238121032715, 2.97351336479187, -0.07108833640813828, 0.10492321848869324, 0.029277555644512177, -0.0288311168551445], "std": [0.023635294288396835, 0.16245494782924652, 0.08051040023565292, 0.2934040129184723, 0.11086072027683258, 0.19600564241409302, 0.01073393039405346, 0.010601986199617386], "count": [171]}, "actions": {"min": [-0.27183619141578674, -1.116977334022522, -0.8378515839576721, -0.199027881026268, -0.1545373499393463, -0.27982619404792786, -1.0], "max": [0.25110480189323425, 0.9348047375679016, 0.931175947189331, 0.18435433506965637, 0.32934483885765076, 0.11596137285232544, 1.0], "mean": [0.016258083283901215, -0.05572805181145668, -0.008758452720940113, -0.021106727421283722, -0.008814011700451374, 0.012430044822394848, -0.0760233923792839], "std": [0.1022500991821289, 0.4425179064273834, 0.3338654041290283, 0.07898261398077011, 0.06918337941169739, 0.04566754773259163, 0.9971060752868652], "count": [171]}, "timestamp": {"min": [0.0], "max": [17.0], "mean": [8.5], "std": [4.936260392915538], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [2180.0], "max": [2180.0], "mean": [2180.0], "std": [0.0], "count": [171]}, "index": {"min": [722591.0], "max": [722761.0], "mean": [722676.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [171]}}} +{"episode_index": 2181, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3608813733867571]], [[0.3037327952665441]], [[0.2352301109164369]]], "std": [[[0.14124336205821889]], [[0.13281385448184857]], [[0.1450708355098671]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9686274509803922]]], "mean": [[[0.3591700720693551]], [[0.2826293574314491]], [[0.19601296937231924]]], "std": [[[0.15687593955951284]], [[0.10703368303793709]], [[0.07474917539742225]]], "count": [100]}, "state": {"min": [-0.3982070982456207, -0.2172328382730484, 0.9868535399436951, 2.1550121307373047, -0.3760577440261841, -0.15169958770275116, 0.011115766130387783, -0.040002528578042984], "max": [-0.2661835253238678, 0.1980927586555481, 1.2810183763504028, 3.1429545879364014, 0.06809093803167343, 0.4732500910758972, 0.03995842486619949, -0.011822541244328022], "mean": [-0.35063520073890686, 0.04076867923140526, 1.129218339920044, 2.776067018508911, -0.12313733994960785, 0.08393865078687668, 0.025558508932590485, -0.025753844529390335], "std": [0.030278688296675682, 0.14668455719947815, 0.08335483074188232, 0.3733120560646057, 0.14373698830604553, 0.22768183052539825, 0.013266603462398052, 0.012953386642038822], "count": [217]}, "actions": {"min": [-0.5704351663589478, -1.1097904443740845, -0.8328613042831421, -0.2603064477443695, -0.22849005460739136, -0.15705500543117523, -1.0], "max": [0.3763442635536194, 0.9928532242774963, 1.3841776847839355, 0.2245183289051056, 0.31119123101234436, 0.14207032322883606, 1.0], "mean": [-0.021658800542354584, -0.027354298159480095, -0.0011939374962821603, -0.01770615763962269, -0.009037567302584648, 0.004137527197599411, 0.0138248847797513], "std": [0.13955478370189667, 0.3432091474533081, 0.29551103711128235, 0.07360898703336716, 0.06017403304576874, 0.0423535518348217, 0.9999035000801086], "count": [217]}, "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": [2181.0], "max": [2181.0], "mean": [2181.0], "std": [0.0], "count": [217]}, "index": {"min": [722762.0], "max": [722978.0], "mean": [722870.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [217]}}} +{"episode_index": 2182, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3624563816932118]], [[0.30843292214165763]], [[0.24305063273998476]]], "std": [[[0.14665371418327044]], [[0.138857712619486]], [[0.15192068159424554]]], "count": [108]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3719337358107667]], [[0.2936142383317802]], [[0.2036536788109341]]], "std": [[[0.19210782669242085]], [[0.14689371433254514]], [[0.11488627571549656]]], "count": [108]}, "state": {"min": [-0.34737494587898254, -0.22901411354541779, 0.9814327955245972, 1.7353323698043823, -0.13818800449371338, -0.20317398011684418, 0.0012147565139457583, -0.04003873094916344], "max": [-0.0390995591878891, 0.23042365908622742, 1.282195806503296, 3.2759897708892822, 0.6429756879806519, 0.4512031674385071, 0.03997145965695381, -0.004787428304553032], "mean": [-0.20956167578697205, 0.0006322175031527877, 1.0839260816574097, 2.7052581310272217, 0.11509262770414352, 0.16042545437812805, 0.02243501879274845, -0.02355797216296196], "std": [0.08059688657522202, 0.11931241303682327, 0.09026911109685898, 0.5309008955955505, 0.1976623833179474, 0.18973146378993988, 0.014333151280879974, 0.013740232214331627], "count": [517]}, "actions": {"min": [-0.8528832197189331, -1.145249366760254, -0.6252831220626831, -0.5813968181610107, -0.4048227369785309, -0.7749517560005188, -1.0], "max": [0.5849461555480957, 0.9305025935173035, 1.7562263011932373, 0.9512292146682739, 0.35519111156463623, 0.32802215218544006, 1.0], "mean": [-0.008604672737419605, -0.0382884182035923, 0.012580087408423424, 0.002730651991441846, 0.0007866930100135505, -0.009046484716236591, 0.21856866776943207], "std": [0.2205425202846527, 0.29732590913772583, 0.28753748536109924, 0.14730720221996307, 0.08908029645681381, 0.09193623065948486, 0.9758228659629822], "count": [517]}, "timestamp": {"min": [0.0], "max": [51.6], "mean": [25.8], "std": [14.924476540234165], "count": [517]}, "frame_index": {"min": [0], "max": [516], "mean": [258.0], "std": [149.24476540234167], "count": [517]}, "episode_index": {"min": [2182.0], "max": [2182.0], "mean": [2182.0], "std": [0.0], "count": [517]}, "index": {"min": [722979.0], "max": [723495.0], "mean": [723237.0], "std": [149.24476540234167], "count": [517]}, "task_index": {"min": [336.0], "max": [336.0], "mean": [336.0], "std": [0.0], "count": [517]}}} +{"episode_index": 2183, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36301022099513636]], [[0.30794880935569213]], [[0.24176060545678232]]], "std": [[[0.14602615883138204]], [[0.13846047256629265]], [[0.1517266030403207]]], "count": [120]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38050441667145374]], [[0.3009739714977788]], [[0.2098340402241626]]], "std": [[[0.19164048426974245]], [[0.1464544073571536]], [[0.11500898995678184]]], "count": [120]}, "state": {"min": [-0.4183048903942108, -0.24227173626422882, 0.9822921752929688, 1.690663456916809, -0.18481798470020294, -0.08911032974720001, 0.006861686706542969, -0.04004806652665138], "max": [-0.08393988758325577, 0.25004228949546814, 1.339738368988037, 3.180422306060791, 0.6985865831375122, 0.49234890937805176, 0.0399862565100193, -0.0076254974119365215], "mean": [-0.2216855138540268, 0.014600017108023167, 1.1093958616256714, 2.7257518768310547, 0.06263333559036255, 0.2282097041606903, 0.025353725999593735, -0.026113001629710197], "std": [0.08796121180057526, 0.12946119904518127, 0.09661834686994553, 0.47904473543167114, 0.20718364417552948, 0.15889406204223633, 0.013836871832609177, 0.013402365148067474], "count": [597]}, "actions": {"min": [-1.001733422279358, -1.3321571350097656, -0.5541212558746338, -0.49566835165023804, -0.42478466033935547, -0.8785222768783569, -1.0], "max": [0.8361442685127258, 1.0123339891433716, 2.129054546356201, 0.6827576756477356, 0.401452898979187, 0.36134907603263855, 1.0], "mean": [-0.0059277028776705265, -0.034251611679792404, 0.011994638480246067, 0.0002285286464029923, -0.0015783380949869752, -0.004833014216274023, 0.018425460904836655], "std": [0.2163170427083969, 0.277644544839859, 0.29255765676498413, 0.11509598046541214, 0.07528486847877502, 0.07886984199285507, 0.9998327493667603], "count": [597]}, "timestamp": {"min": [0.0], "max": [59.6], "mean": [29.799999999999997], "std": [17.23388135814642], "count": [597]}, "frame_index": {"min": [0], "max": [596], "mean": [298.0], "std": [172.3388135814642], "count": [597]}, "episode_index": {"min": [2183.0], "max": [2183.0], "mean": [2183.0], "std": [0.0], "count": [597]}, "index": {"min": [723496.0], "max": [724092.0], "mean": [723794.0], "std": [172.3388135814642], "count": [597]}, "task_index": {"min": [336.0], "max": [336.0], "mean": [336.0], "std": [0.0], "count": [597]}}} +{"episode_index": 2184, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3613319079829197]], [[0.30364967675302545]], [[0.23577259677064186]]], "std": [[[0.1424151825513482]], [[0.13420596212676425]], [[0.146343995297319]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.4321443062576593]], [[0.3397983302696078]], [[0.2306473819508272]]], "std": [[[0.18840323716810375]], [[0.1382691034925983]], [[0.10396034823785193]]], "count": [100]}, "state": {"min": [-0.2894543409347534, -0.21594107151031494, 0.9917306303977966, 2.9709160327911377, -0.12618453800678253, -0.17519548535346985, 0.005181720480322838, -0.03995110094547272], "max": [-0.10716681182384491, 0.2535354793071747, 1.3199546337127686, 3.263054132461548, 0.06095875799655914, 0.12090490013360977, 0.04000133275985718, -0.0027033546939492226], "mean": [-0.20498137176036835, 0.08237289637327194, 1.1755152940750122, 3.153709888458252, -0.037660520523786545, 0.04131561890244484, 0.019835878163576126, -0.01901918090879917], "std": [0.06737849116325378, 0.16180874407291412, 0.10331553965806961, 0.07652795314788818, 0.05140717327594757, 0.07358624041080475, 0.015573867596685886, 0.016173169016838074], "count": [221]}, "actions": {"min": [-0.5196645259857178, -1.213396430015564, -0.66471266746521, -0.1007399633526802, -0.13233642280101776, -0.1264556348323822, -1.0], "max": [0.6587430834770203, 1.012258768081665, 1.4399446249008179, 0.0996800884604454, 0.10267580300569534, 0.1193351149559021, 1.0], "mean": [0.008877524174749851, -0.0870630219578743, 0.0031658958178013563, -0.004332077223807573, 0.0014344085939228535, -0.006025727838277817, 0.21266968548297882], "std": [0.18167364597320557, 0.34379857778549194, 0.3267247676849365, 0.03750792518258095, 0.04170330613851547, 0.041140370070934296, 0.9771238565444946], "count": [221]}, "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": [2184.0], "max": [2184.0], "mean": [2184.0], "std": [0.0], "count": [221]}, "index": {"min": [724093.0], "max": [724313.0], "mean": [724203.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [221]}}} +{"episode_index": 2185, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36353199199601716]], [[0.3070999827665441]], [[0.2403876516304764]]], "std": [[[0.1467566803186358]], [[0.13985042818210697]], [[0.15289407384132503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44141195319680604]], [[0.34761390536439185]], [[0.23649846993240656]]], "std": [[[0.17777186295462347]], [[0.12731711332214507]], [[0.0943545323985772]]], "count": [100]}, "state": {"min": [-0.30800583958625793, -0.21177294850349426, 0.9984078407287598, 2.9050862789154053, -0.2869097888469696, -0.06406016647815704, 0.0033895187079906464, -0.039870403707027435], "max": [-0.10902450978755951, 0.22535677254199982, 1.2627087831497192, 3.2414608001708984, -0.020102087408304214, 0.04424954205751419, 0.040004611015319824, -0.003744949121028185], "mean": [-0.21729689836502075, 0.08293204754590988, 1.1591988801956177, 3.158374309539795, -0.1616382896900177, -0.003838805016130209, 0.019889893010258675, -0.019766684621572495], "std": [0.07244822382926941, 0.14523360133171082, 0.08256290853023529, 0.09101864695549011, 0.07453121989965439, 0.024479303508996964, 0.017349785193800926, 0.017300309613347054], "count": [188]}, "actions": {"min": [-0.8392664194107056, -0.8182736039161682, -0.7069172263145447, -0.134530171751976, -0.17015095055103302, -0.1409662514925003, -1.0], "max": [0.8498249650001526, 0.9572455286979675, 1.5052436590194702, 0.1160053238272667, 0.13626626133918762, 0.1119324192404747, 1.0], "mean": [0.01928113028407097, -0.09601797163486481, 0.0145320575684309, -0.010455555282533169, -0.0004546378622762859, -0.00415495689958334, 0.1702127605676651], "std": [0.24339395761489868, 0.33676987886428833, 0.33050456643104553, 0.03985048457980156, 0.04984141141176224, 0.03877171874046326, 0.9854085445404053], "count": [188]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.4270157545376625], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [2185.0], "max": [2185.0], "mean": [2185.0], "std": [0.0], "count": [188]}, "index": {"min": [724314.0], "max": [724501.0], "mean": [724407.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [188]}}} +{"episode_index": 2186, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36019328218347885]], [[0.3046375146005668]], [[0.23894067143458947]]], "std": [[[0.14508214719206566]], [[0.13713710233264745]], [[0.14925339395134282]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.4309420626771216]], [[0.3354467558019301]], [[0.22501704735849418]]], "std": [[[0.18232088253431628]], [[0.1311391114399073]], [[0.09087828841529544]]], "count": [100]}, "state": {"min": [-0.29909059405326843, -0.22337548434734344, 0.9924225807189941, 2.9104039669036865, -0.10266592353582382, 0.017978055402636528, 0.003841631580144167, -0.039932992309331894], "max": [-0.09026524424552917, 0.21807748079299927, 1.2684296369552612, 3.204810857772827, 0.11375272274017334, 0.16210182011127472, 0.03997156023979187, -0.0036299447529017925], "mean": [-0.1980055570602417, 0.0708884447813034, 1.1628830432891846, 3.135021686553955, -0.013868706300854683, 0.08329477161169052, 0.020069066435098648, -0.01992121711373329], "std": [0.07093179225921631, 0.15179859101772308, 0.08292394876480103, 0.07625501602888107, 0.05964145064353943, 0.0379120409488678, 0.01705988496541977, 0.01713057979941368], "count": [181]}, "actions": {"min": [-0.6261175274848938, -1.10858952999115, -0.7174351811408997, -0.1977689415216446, -0.14952954649925232, -0.160728320479393, -1.0], "max": [0.8800464272499084, 1.1035405397415161, 1.3290836811065674, 0.1090707927942276, 0.1339176744222641, 0.20653122663497925, 1.0], "mean": [0.025730624794960022, -0.1128765195608139, 0.025207825005054474, -0.010257384739816189, 0.003541430691257119, -0.0006810741033405066, 0.09392265230417252], "std": [0.250128835439682, 0.35915830731391907, 0.34589719772338867, 0.046503618359565735, 0.05271877720952034, 0.04531451314687729, 0.9955787658691406], "count": [181]}, "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": [2186.0], "max": [2186.0], "mean": [2186.0], "std": [0.0], "count": [181]}, "index": {"min": [724502.0], "max": [724682.0], "mean": [724592.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [181]}}} +{"episode_index": 2187, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3594574375526578]], [[0.30357383518592984]], [[0.23754363774318318]]], "std": [[[0.14567769622656093]], [[0.13746137174067366]], [[0.14908796252271164]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.4320759444891238]], [[0.33740579103956037]], [[0.22705678363874848]]], "std": [[[0.18473539266277034]], [[0.1330956655790741]], [[0.09381811610648923]]], "count": [100]}, "state": {"min": [-0.2970850169658661, -0.23038023710250854, 0.9967131614685059, 3.0449891090393066, -0.1069846898317337, -0.02480470947921276, 0.0006850971840322018, -0.03988010808825493], "max": [-0.09060151129961014, 0.23665307462215424, 1.3004820346832275, 3.3792989253997803, 0.0906587466597557, 0.17150358855724335, 0.040006183087825775, -0.003447504946961999], "mean": [-0.2031131088733673, 0.08448609709739685, 1.1724269390106201, 3.211291551589966, -0.01885320618748665, 0.08315256237983704, 0.019338954240083694, -0.01925705187022686], "std": [0.0770346149802208, 0.15956167876720428, 0.0932694673538208, 0.08357153087854385, 0.059578076004981995, 0.048446062952280045, 0.01743972674012184, 0.01730274222791195], "count": [187]}, "actions": {"min": [-0.9376375079154968, -1.2480859756469727, -0.5750987529754639, -0.17043279111385345, -0.14074306190013885, -0.16625621914863586, -1.0], "max": [0.753015398979187, 0.5940223932266235, 1.4308289289474487, 0.1581205278635025, 0.12935878336429596, 0.12155142426490784, 1.0], "mean": [0.014257528819143772, -0.13623157143592834, 0.007255251985043287, -0.0065842438489198685, 0.003221980994567275, -0.0025223135016858578, 0.2085561454296112], "std": [0.2584267258644104, 0.37355712056159973, 0.3559983968734741, 0.047842055559158325, 0.047646574676036835, 0.04265858232975006, 0.9780115485191345], "count": [187]}, "timestamp": {"min": [0.0], "max": [18.6], "mean": [9.299999999999999], "std": [5.3981478305063115], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [2187.0], "max": [2187.0], "mean": [2187.0], "std": [0.0], "count": [187]}, "index": {"min": [724683.0], "max": [724869.0], "mean": [724776.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [187]}}} +{"episode_index": 2188, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3619956569297641]], [[0.3064425365971584]], [[0.23902565271714155]]], "std": [[[0.1439397350756984]], [[0.1361921171510721]], [[0.1499253808555425]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3798115563486137]], [[0.2942010378370098]], [[0.19709669763901655]]], "std": [[[0.1877952704883189]], [[0.13304005130940333]], [[0.08540338757281997]]], "count": [100]}, "state": {"min": [-0.29917630553245544, -0.2768745720386505, 0.9964081048965454, 2.449199914932251, -0.17833416163921356, -0.11606648564338684, 0.014909816905856133, -0.039932772517204285], "max": [-0.15495455265045166, 0.07483432441949844, 1.2707676887512207, 3.22090482711792, 0.05636110529303551, 0.3307074308395386, 0.04000217095017433, -0.012705308385193348], "mean": [-0.22151820361614227, -0.045417290180921555, 1.1309030055999756, 2.96755051612854, -0.044721491634845734, 0.047771405428647995, 0.028452947735786438, -0.027932729572057724], "std": [0.05202401429414749, 0.1237528920173645, 0.08056328445672989, 0.26447927951812744, 0.06354742497205734, 0.15033183991909027, 0.011251995339989662, 0.011308939196169376], "count": [172]}, "actions": {"min": [-0.5251495242118835, -0.9900569915771484, -0.8195130228996277, -0.23338033258914948, -0.18004532158374786, -0.11827046424150467, -1.0], "max": [0.6030988097190857, 1.0815013647079468, 1.0549179315567017, 0.38200652599334717, 0.2529769837856293, 0.19465722143650055, 1.0], "mean": [0.017726901918649673, -0.0811675563454628, 0.007042882032692432, -0.020171770825982094, -0.002633649855852127, 0.007342207711189985, -0.023255813866853714], "std": [0.20496144890785217, 0.3062725365161896, 0.33242014050483704, 0.07841824740171432, 0.05660853534936905, 0.04939138889312744, 0.9997293949127197], "count": [172]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.965128397131337], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [2188.0], "max": [2188.0], "mean": [2188.0], "std": [0.0], "count": [172]}, "index": {"min": [724870.0], "max": [725041.0], "mean": [724955.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [172]}}} +{"episode_index": 2189, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36301878865559895]], [[0.3070336124195772]], [[0.2392222499473422]]], "std": [[[0.14309372850225355]], [[0.13563288443063506]], [[0.14962927941897194]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9686274509803922]]], "mean": [[[0.36810661884382656]], [[0.28906578752106316]], [[0.20032386390835633]]], "std": [[[0.18679141186254936]], [[0.13372524339858574]], [[0.09216133886967207]]], "count": [100]}, "state": {"min": [-0.3138025403022766, -0.26142555475234985, 0.9886552691459656, 2.3488008975982666, -0.250152051448822, -0.10190226882696152, 0.015268008224666119, -0.04000723361968994], "max": [-0.17361965775489807, 0.08017817884683609, 1.29183030128479, 3.07905650138855, 0.016212068498134613, 0.49244895577430725, 0.03989110887050629, -0.013196987099945545], "mean": [-0.2363196760416031, -0.040236812084913254, 1.1361525058746338, 2.835541248321533, -0.10275154560804367, 0.14431452751159668, 0.027667321264743805, -0.027599703520536423], "std": [0.0503012053668499, 0.12075793743133545, 0.08656544238328934, 0.26890766620635986, 0.06914138793945312, 0.20201510190963745, 0.010911011137068272, 0.010774193331599236], "count": [159]}, "actions": {"min": [-0.760481595993042, -1.021180272102356, -0.8826611042022705, -0.2560305595397949, -0.1579550802707672, -0.1624419242143631, -1.0], "max": [0.4785556495189667, 1.0210052728652954, 1.5930747985839844, 0.2749534547328949, 0.22136595845222473, 0.17628608644008636, 1.0], "mean": [-0.004989178851246834, -0.08445481956005096, 0.00905807875096798, -0.018846336752176285, -0.0017001330852508545, 0.007675551809370518, 0.044025156646966934], "std": [0.20056240260601044, 0.31959742307662964, 0.40214869379997253, 0.07582591474056244, 0.06795275211334229, 0.05464022606611252, 0.9990300536155701], "count": [159]}, "timestamp": {"min": [0.0], "max": [15.8], "mean": [7.8999999999999995], "std": [4.589843860815601], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [2189.0], "max": [2189.0], "mean": [2189.0], "std": [0.0], "count": [159]}, "index": {"min": [725042.0], "max": [725200.0], "mean": [725121.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [159]}}} +{"episode_index": 2190, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3611801362879136]], [[0.30517324589748007]], [[0.23708804620481005]]], "std": [[[0.14292842402984085]], [[0.13467679679699676]], [[0.1481683395778505]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9686274509803922]]], "mean": [[[0.38788007190180757]], [[0.30178025608436737]], [[0.2026120880725337]]], "std": [[[0.18179930235616745]], [[0.1275525133735898]], [[0.08220557967848312]]], "count": [100]}, "state": {"min": [-0.29389193654060364, -0.25627684593200684, 1.0033247470855713, 2.4058947563171387, -0.2569512724876404, -0.08241447061300278, 0.015225925482809544, -0.04000598192214966], "max": [-0.13873083889484406, 0.04193183779716492, 1.31596040725708, 3.0881154537200928, 0.07978510856628418, 0.583928644657135, 0.03987082093954086, -0.005446884781122208], "mean": [-0.21086472272872925, -0.05223413184285164, 1.1571540832519531, 2.8763163089752197, -0.05846412852406502, 0.14032836258411407, 0.029234008863568306, -0.028786996379494667], "std": [0.052717212587594986, 0.1028929203748703, 0.08684834837913513, 0.23021693527698517, 0.08558303117752075, 0.23789218068122864, 0.010880211368203163, 0.011384859681129456], "count": [192]}, "actions": {"min": [-0.4685486853122711, -0.7719531655311584, -1.6012372970581055, -0.23071616888046265, -0.14533951878547668, -0.15096606314182281, -1.0], "max": [0.6334013938903809, 0.8117648959159851, 0.9936894774436951, 0.20192034542560577, 0.3395051956176758, 0.16976316273212433, 1.0], "mean": [0.021946368739008904, -0.049570873379707336, 0.001714708167128265, -0.01809621974825859, -0.0014543524011969566, 0.013191011734306812, -0.09375], "std": [0.21069855988025665, 0.27569839358329773, 0.3812653422355652, 0.07165805995464325, 0.06622542440891266, 0.059626366943120956, 0.9955957531929016], "count": [192]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.542487407894281], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [2190.0], "max": [2190.0], "mean": [2190.0], "std": [0.0], "count": [192]}, "index": {"min": [725201.0], "max": [725392.0], "mean": [725296.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [192]}}} +{"episode_index": 2191, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36187713144339767]], [[0.30548148420745247]], [[0.237267578125]]], "std": [[[0.14054019312282287]], [[0.13205207759261328]], [[0.14555033754713304]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3706899061016008]], [[0.2877776070389093]], [[0.19450749954522825]]], "std": [[[0.18224824754610613]], [[0.12973855808086235]], [[0.08774778095012174]]], "count": [100]}, "state": {"min": [-0.30505862832069397, -0.25809869170188904, 1.0110368728637695, 2.365981340408325, -0.19050262868404388, -0.09319004416465759, 0.014611360616981983, -0.04000319167971611], "max": [-0.16376633942127228, 0.0751461610198021, 1.3024201393127441, 3.175954818725586, 0.10531626641750336, 0.3667812645435333, 0.03987283632159233, -0.01289649959653616], "mean": [-0.22779901325702667, -0.045290835201740265, 1.1533361673355103, 2.851513385772705, -0.016076641157269478, 0.08165611326694489, 0.027226192876696587, -0.027653325349092484], "std": [0.04800022765994072, 0.12033446133136749, 0.08800220489501953, 0.26455095410346985, 0.09310321509838104, 0.1495627611875534, 0.011501863598823547, 0.011296810582280159], "count": [168]}, "actions": {"min": [-0.6655933260917664, -0.841421902179718, -0.9544437527656555, -0.23195719718933105, -0.16277046501636505, -0.14899243414402008, -1.0], "max": [0.5652345418930054, 0.9220633506774902, 1.4572895765304565, 0.32877010107040405, 0.2854998707771301, 0.1922772079706192, 1.0], "mean": [0.027723107486963272, -0.07491855323314667, 0.024323083460330963, -0.02408646047115326, -0.006159737706184387, 0.009235477074980736, 0.0], "std": [0.21278467774391174, 0.31018319725990295, 0.3610643744468689, 0.07771847397089005, 0.05765872076153755, 0.05208829045295715, 1.0], "count": [168]}, "timestamp": {"min": [0.0], "max": [16.7], "mean": [8.35], "std": [4.8496563452132015], "count": [168]}, "frame_index": {"min": [0], "max": [167], "mean": [83.5], "std": [48.496563452132015], "count": [168]}, "episode_index": {"min": [2191.0], "max": [2191.0], "mean": [2191.0], "std": [0.0], "count": [168]}, "index": {"min": [725393.0], "max": [725560.0], "mean": [725476.5], "std": [48.496563452132015], "count": [168]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [168]}}} +{"episode_index": 2192, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37088467885933674]], [[0.31441480329924937]], [[0.24547450226428463]]], "std": [[[0.14094620754791348]], [[0.13611167642384622]], [[0.15406719455530665]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.4154606323242187]], [[0.3241873725442325]], [[0.212987777410769]]], "std": [[[0.17658460897280462]], [[0.12748528732147849]], [[0.09295147511877007]]], "count": [100]}, "state": {"min": [-0.3261488080024719, -0.19674094021320343, 0.9747219085693359, 2.9156839847564697, -0.22808991372585297, -0.047955889254808426, 0.005070502404123545, -0.040006738156080246], "max": [-0.04848654940724373, -0.005756350699812174, 1.3039566278457642, 3.2015364170074463, 0.04060724377632141, 0.1385757476091385, 0.039957717061042786, -0.005611219443380833], "mean": [-0.176719069480896, -0.12850730121135712, 1.168684959411621, 3.045269012451172, -0.10325763374567032, 0.04546003043651581, 0.024231981486082077, -0.02447456493973732], "std": [0.09974630177021027, 0.04885955899953842, 0.09166119247674942, 0.07893471419811249, 0.08037383109331131, 0.034910183399915695, 0.016680428758263588, 0.016509635373950005], "count": [237]}, "actions": {"min": [-0.6872552037239075, -0.4665888845920563, -0.4622936248779297, -0.18288718163967133, -0.16297581791877747, -0.1784815788269043, -1.0], "max": [0.49840566515922546, 0.2173345386981964, 1.298990249633789, 0.29370880126953125, 0.09754245728254318, 0.19337692856788635, 1.0], "mean": [-0.00019870566029567271, -0.05961603671312332, 0.023669609799981117, -0.0035024683456867933, -0.0049560959450900555, -0.0031765701714903116, -0.1139240488409996], "std": [0.23833273351192474, 0.1325445920228958, 0.3151381313800812, 0.05176835134625435, 0.045156463980674744, 0.04483409225940704, 0.9934900403022766], "count": [237]}, "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": [2192.0], "max": [2192.0], "mean": [2192.0], "std": [0.0], "count": [237]}, "index": {"min": [725561.0], "max": [725797.0], "mean": [725679.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [338.0], "max": [338.0], "mean": [338.0], "std": [0.0], "count": [237]}}} +{"episode_index": 2193, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3692243748085171]], [[0.3142835687375536]], [[0.24706153420840993]]], "std": [[[0.1418093898220424]], [[0.13640593757977856]], [[0.15391748032960514]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42305848663928464]], [[0.32850587194106157]], [[0.21382832306506586]]], "std": [[[0.17534909426680934]], [[0.12651368483367567]], [[0.09279065318508424]]], "count": [100]}, "state": {"min": [-0.30432745814323425, -0.21383249759674072, 0.9802911281585693, 3.0478382110595703, -0.18419136106967926, -0.11341123282909393, 0.002478184411302209, -0.03998823091387749], "max": [-0.03702174499630928, 0.025545194745063782, 1.2633957862854004, 3.2347772121429443, 0.1011936143040657, 0.07956593483686447, 0.039967868477106094, -0.005172589793801308], "mean": [-0.15392380952835083, -0.12953504920005798, 1.1436245441436768, 3.1187849044799805, -0.036007944494485855, 0.00965933222323656, 0.02264934964478016, -0.022929053753614426], "std": [0.09570572525262833, 0.061582352966070175, 0.08743486553430557, 0.03918854892253876, 0.08966504782438278, 0.05083257704973221, 0.016953658312559128, 0.016652917489409447], "count": [200]}, "actions": {"min": [-0.8924030661582947, -0.5705199837684631, -0.6199377775192261, -0.21270394325256348, -0.16887249052524567, -0.12552763521671295, -1.0], "max": [0.6338484883308411, 0.14875921607017517, 1.2695395946502686, 0.118138886988163, 0.08742313832044601, 0.19325900077819824, 1.0], "mean": [0.016543466597795486, -0.0883721262216568, 0.018538562580943108, -0.0074850767850875854, -0.007193097844719887, -0.004050449933856726, -0.029999999329447746], "std": [0.2845850884914398, 0.1358231157064438, 0.32081255316734314, 0.03934742137789726, 0.04540626332163811, 0.047671519219875336, 0.9995495080947876], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [2193.0], "max": [2193.0], "mean": [2193.0], "std": [0.0], "count": [200]}, "index": {"min": [725798.0], "max": [725997.0], "mean": [725897.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [338.0], "max": [338.0], "mean": [338.0], "std": [0.0], "count": [200]}}} +{"episode_index": 2194, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3683221244064032]], [[0.31250106572169883]], [[0.24440484918332567]]], "std": [[[0.13829637260265845]], [[0.13210576151442868]], [[0.14957498217252813]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.4029376262589997]], [[0.31272575288660387]], [[0.20445070094688267]]], "std": [[[0.17960120405724367]], [[0.12844221202141257]], [[0.09048434870904762]]], "count": [100]}, "state": {"min": [-0.31860634684562683, -0.2408009022474289, 0.9594147205352783, 3.0047354698181152, -0.030675647780299187, -0.05689359828829765, 0.004828906152397394, -0.03998769819736481], "max": [-0.040882356464862823, 0.020308950915932655, 1.2482504844665527, 3.214812755584717, 0.19964547455310822, 0.15114173293113708, 0.03997509554028511, -0.005314221139997244], "mean": [-0.16585250198841095, -0.14169104397296906, 1.1318038702011108, 3.1088013648986816, 0.08066339045763016, 0.06474949419498444, 0.02444571815431118, -0.024553675204515457], "std": [0.10306693613529205, 0.06270649284124374, 0.08383995294570923, 0.05372769758105278, 0.0582071989774704, 0.05734805762767792, 0.01648857071995735, 0.01639474742114544], "count": [194]}, "actions": {"min": [-0.7346920967102051, -0.8127094507217407, -0.7162988185882568, -0.18035048246383667, -0.13885442912578583, -0.11835447698831558, -1.0], "max": [1.0678948163986206, 0.33307918906211853, 1.1302281618118286, 0.13896115124225616, 0.17540161311626434, 0.25179606676101685, 1.0], "mean": [0.010444127023220062, -0.09355925768613815, 0.016342926770448685, -0.007191698998212814, -0.006464662496000528, -0.002893377561122179, -0.12371134012937546], "std": [0.3096661865711212, 0.1844528764486313, 0.31355518102645874, 0.04151476174592972, 0.04627825319766998, 0.04799439385533333, 0.9923181533813477], "count": [194]}, "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": [2194.0], "max": [2194.0], "mean": [2194.0], "std": [0.0], "count": [194]}, "index": {"min": [725998.0], "max": [726191.0], "mean": [726094.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [338.0], "max": [338.0], "mean": [338.0], "std": [0.0], "count": [194]}}} +{"episode_index": 2195, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3711963082107843]], [[0.3160500679764093]], [[0.24859728704714307]]], "std": [[[0.1401195914266723]], [[0.135511657907813]], [[0.15404563081462058]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.4212190743240656]], [[0.32619418155445773]], [[0.21162184831207873]]], "std": [[[0.17671407418683274]], [[0.12858010617062376]], [[0.09472320302923909]]], "count": [100]}, "state": {"min": [-0.31462362408638, -0.20342347025871277, 0.9752979874610901, 2.9914259910583496, -0.2021208554506302, -0.1253584772348404, 0.002933687064796686, -0.04000449180603027], "max": [-0.03190222010016441, 0.0245946254581213, 1.2493776082992554, 3.238546133041382, 0.10641182214021683, 0.07797908037900925, 0.039941780269145966, -0.005376321263611317], "mean": [-0.14535459876060486, -0.1300596445798874, 1.1351337432861328, 3.0910162925720215, -0.025417068973183632, -0.015965966507792473, 0.024563848972320557, -0.025015192106366158], "std": [0.0904560387134552, 0.05786140635609627, 0.07968924194574356, 0.061044640839099884, 0.0903763547539711, 0.04991261288523674, 0.01670462265610695, 0.0162131879478693], "count": [191]}, "actions": {"min": [-0.535468339920044, -0.5564653277397156, -0.5763441920280457, -0.1463204324245453, -0.1569673866033554, -0.15494966506958008, -1.0], "max": [0.5798227787017822, 0.17136329412460327, 1.3133878707885742, 0.10132059454917908, 0.10464303195476532, 0.1952604502439499, 1.0], "mean": [0.026043972000479698, -0.09296713769435883, 0.016776930540800095, -0.009500566869974136, -0.009107505902647972, -0.0042907376773655415, -0.14136125147342682], "std": [0.2725074589252472, 0.1381251960992813, 0.31038224697113037, 0.03790067881345749, 0.045546624809503555, 0.04192778468132019, 0.9899575114250183], "count": [191]}, "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": [2195.0], "max": [2195.0], "mean": [2195.0], "std": [0.0], "count": [191]}, "index": {"min": [726192.0], "max": [726382.0], "mean": [726287.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [338.0], "max": [338.0], "mean": [338.0], "std": [0.0], "count": [191]}}} +{"episode_index": 2196, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3633457971747498]], [[0.29890837547755533]], [[0.22681156941857747]]], "std": [[[0.13262889033416514]], [[0.12651712869954065]], [[0.14025849530622203]]], "count": [133]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.33157902520331733]], [[0.25093864475786204]], [[0.1645069138623788]]], "std": [[[0.19168859853813727]], [[0.1367629560313309]], [[0.08267799664974627]]], "count": [133]}, "state": {"min": [-0.5627050399780273, -0.30292192101478577, 1.0057995319366455, 3.0898497104644775, -0.24451185762882233, -0.19692057371139526, 0.012803715653717518, -0.039962682873010635], "max": [-0.19992008805274963, 0.23104369640350342, 1.2282150983810425, 3.3786275386810303, 0.21954654157161713, 0.3498285412788391, 0.04001279175281525, -0.014903835952281952], "mean": [-0.4148225784301758, -0.07639461755752563, 1.1441724300384521, 3.226121664047241, -0.06271810084581375, 0.0658365786075592, 0.024219181388616562, -0.02432386390864849], "std": [0.11206945776939392, 0.1932612508535385, 0.056011125445365906, 0.062284551560878754, 0.08221179246902466, 0.13445326685905457, 0.011464769020676613, 0.01128390058875084], "count": [683]}, "actions": {"min": [-1.0712109804153442, -1.8460170030593872, -0.7340660691261292, -0.18289066851139069, -0.22140944004058838, -0.31201204657554626, -1.0], "max": [0.5205406546592712, 1.6080013513565063, 1.1656124591827393, 0.2596474289894104, 0.24668093025684357, 0.290846049785614, 1.0], "mean": [-0.01921098679304123, -0.03416921943426132, -0.002383741782978177, 0.0003326194128021598, 0.0009187934920191765, 0.0015135671710595489, 0.267935574054718], "std": [0.18717552721500397, 0.3335322141647339, 0.20533078908920288, 0.05499205365777016, 0.04996762052178383, 0.06412282586097717, 0.9634336829185486], "count": [683]}, "timestamp": {"min": [0.0], "max": [68.2], "mean": [34.1], "std": [19.71649055993485], "count": [683]}, "frame_index": {"min": [0], "max": [682], "mean": [341.0], "std": [197.1649055993485], "count": [683]}, "episode_index": {"min": [2196.0], "max": [2196.0], "mean": [2196.0], "std": [0.0], "count": [683]}, "index": {"min": [726383.0], "max": [727065.0], "mean": [726724.0], "std": [197.1649055993485], "count": [683]}, "task_index": {"min": [339.0], "max": [339.0], "mean": [339.0], "std": [0.0], "count": [683]}}} +{"episode_index": 2197, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35886959484439807]], [[0.2953807304923171]], [[0.22535855070318392]]], "std": [[[0.13629080079616301]], [[0.13021081171165821]], [[0.14209416664916205]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9725490196078431]]], "mean": [[[0.34123953748792185]], [[0.2574011419189821]], [[0.1675964378483515]]], "std": [[[0.18689981083134694]], [[0.13322658384593386]], [[0.08008853025418498]]], "count": [130]}, "state": {"min": [-0.5870391726493835, -0.32326242327690125, 0.987524688243866, 2.9932665824890137, -0.29870545864105225, -0.23983082175254822, 0.005072244442999363, -0.04000500962138176], "max": [-0.21674789488315582, 0.25876671075820923, 1.2617838382720947, 3.496647834777832, 0.10954615473747253, 0.257522314786911, 0.04001876711845398, -0.0130522595718503], "mean": [-0.43886706233024597, -0.05830163508653641, 1.1577941179275513, 3.2525408267974854, -0.09247957915067673, 0.050972841680049896, 0.024279704317450523, -0.02375086396932602], "std": [0.107961505651474, 0.20748929679393768, 0.07563748210668564, 0.1309169977903366, 0.10160956531763077, 0.11161213368177414, 0.01110086776316166, 0.011360200121998787], "count": [663]}, "actions": {"min": [-0.8939182758331299, -1.5373486280441284, -0.5606735944747925, -0.40437746047973633, -0.16803443431854248, -0.2374059110879898, -1.0], "max": [0.5338415503501892, 1.245837688446045, 0.8520385026931763, 0.24121184647083282, 0.19891606271266937, 0.2269187569618225, 1.0], "mean": [-0.01117636263370514, -0.03262303024530411, 0.0015387567691504955, 0.0036751439329236746, 0.0016832506516948342, -0.0015605163061991334, 0.29411765933036804], "std": [0.18833965063095093, 0.3772907555103302, 0.23372873663902283, 0.06846588850021362, 0.04565312713384628, 0.05654584988951683, 0.9557721614837646], "count": [663]}, "timestamp": {"min": [0.0], "max": [66.2], "mean": [33.1], "std": [19.139139653251572], "count": [663]}, "frame_index": {"min": [0], "max": [662], "mean": [331.0], "std": [191.3913965325157], "count": [663]}, "episode_index": {"min": [2197.0], "max": [2197.0], "mean": [2197.0], "std": [0.0], "count": [663]}, "index": {"min": [727066.0], "max": [727728.0], "mean": [727397.0], "std": [191.3913965325157], "count": [663]}, "task_index": {"min": [339.0], "max": [339.0], "mean": [339.0], "std": [0.0], "count": [663]}}} +{"episode_index": 2198, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3664373887950791]], [[0.3014597728402499]], [[0.23071622464678976]]], "std": [[[0.1321964363292394]], [[0.13064437437704562]], [[0.14561793808144027]]], "count": [152]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.37081192024475035]], [[0.2815976130088908]], [[0.18482363359354842]]], "std": [[[0.19054518203998966]], [[0.13708696397027836]], [[0.08251630514574178]]], "count": [152]}, "state": {"min": [-0.5950533747673035, -0.3751092851161957, 1.0019959211349487, 2.9169609546661377, -0.31855377554893494, -0.33874544501304626, 0.012926323339343071, -0.0400056466460228], "max": [-0.05476587638258934, 0.24458317458629608, 1.285345196723938, 3.35408616065979, 0.1182117760181427, 0.16769082844257355, 0.04000420495867729, -0.014626407995820045], "mean": [-0.32519763708114624, -0.05040439963340759, 1.1597574949264526, 3.1464617252349854, -0.1100606918334961, -0.06144097447395325, 0.02515295334160328, -0.025309709832072258], "std": [0.1488770842552185, 0.21251296997070312, 0.07571406662464142, 0.08812757581472397, 0.10267463326454163, 0.12636607885360718, 0.01167369820177555, 0.01157810352742672], "count": [815]}, "actions": {"min": [-2.485057830810547, -2.4213526248931885, -0.7785411477088928, -0.2556312382221222, -0.22534805536270142, -0.3700162470340729, -1.0], "max": [1.3354573249816895, 1.4164128303527832, 1.5765026807785034, 0.5218681693077087, 0.23284807801246643, 0.40595826506614685, 1.0], "mean": [-0.01669658161699772, -0.03794020786881447, 0.006465861573815346, 0.0022205470595508814, -0.003034955821931362, -0.00012542465992737561, 0.19754600524902344], "std": [0.25037193298339844, 0.31149566173553467, 0.23976513743400574, 0.060808245092630386, 0.04835983365774155, 0.059780627489089966, 0.9802921414375305], "count": [815]}, "timestamp": {"min": [0.0], "max": [81.4], "mean": [40.7], "std": [23.527005759339627], "count": [815]}, "frame_index": {"min": [0], "max": [814], "mean": [407.0], "std": [235.27005759339627], "count": [815]}, "episode_index": {"min": [2198.0], "max": [2198.0], "mean": [2198.0], "std": [0.0], "count": [815]}, "index": {"min": [727729.0], "max": [728543.0], "mean": [728136.0], "std": [235.27005759339627], "count": [815]}, "task_index": {"min": [340.0], "max": [340.0], "mean": [340.0], "std": [0.0], "count": [815]}}} +{"episode_index": 2199, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36478346715972115]], [[0.2994319472403714]], [[0.22989868615018472]]], "std": [[[0.13427702669486644]], [[0.1322081105195218]], [[0.14581765857719384]]], "count": [138]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.37327494641602393]], [[0.28211581248321055]], [[0.18310128700059053]]], "std": [[[0.1939359489414739]], [[0.1398232607916038]], [[0.08199163973903462]]], "count": [138]}, "state": {"min": [-0.5449807643890381, -0.30682796239852905, 1.0001015663146973, 2.9541780948638916, -0.2307138592004776, -0.31399598717689514, 0.014235184527933598, -0.04001115262508392], "max": [-0.04150892049074173, 0.2507615387439728, 1.3012185096740723, 3.2822444438934326, 0.26521721482276917, 0.1412360966205597, 0.040001969784498215, -0.01454290933907032], "mean": [-0.28841349482536316, -0.0013365636114031076, 1.1742221117019653, 3.1087090969085693, 0.012573662213981152, -0.036373429000377655, 0.026102276518940926, -0.02621570974588394], "std": [0.14726291596889496, 0.17732365429401398, 0.07748016715049744, 0.07716596871614456, 0.12242138385772705, 0.1161191314458847, 0.01210640650242567, 0.012085051275789738], "count": [715]}, "actions": {"min": [-1.1576833724975586, -1.3159105777740479, -0.790258526802063, -0.2847141921520233, -0.32406333088874817, -0.26413851976394653, -1.0], "max": [0.7263781428337097, 1.7680665254592896, 1.0956299304962158, 0.36020928621292114, 0.2866460978984833, 0.2789704203605652, 1.0], "mean": [-0.016925936564803123, -0.032413505017757416, 0.0032168258912861347, 0.002010214840993285, 0.0003036277776118368, -0.0009967262158170342, 0.08531468361616135], "std": [0.22135859727859497, 0.2894919812679291, 0.2580309212207794, 0.0630587562918663, 0.056572142988443375, 0.054746683686971664, 0.9963587522506714], "count": [715]}, "timestamp": {"min": [0.0], "max": [71.4], "mean": [35.7], "std": [20.6402519364469], "count": [715]}, "frame_index": {"min": [0], "max": [714], "mean": [357.0], "std": [206.402519364469], "count": [715]}, "episode_index": {"min": [2199.0], "max": [2199.0], "mean": [2199.0], "std": [0.0], "count": [715]}, "index": {"min": [728544.0], "max": [729258.0], "mean": [728901.0], "std": [206.402519364469], "count": [715]}, "task_index": {"min": [340.0], "max": [340.0], "mean": [340.0], "std": [0.0], "count": [715]}}} +{"episode_index": 2200, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36728920930351305]], [[0.30212680747392995]], [[0.23125800548988404]]], "std": [[[0.13050327511313262]], [[0.12954677836848083]], [[0.14497038055738634]]], "count": [135]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3588085316953749]], [[0.2729970008113199]], [[0.18018191091721703]]], "std": [[[0.19160497473382077]], [[0.13767631918686793]], [[0.08376703887229481]]], "count": [135]}, "state": {"min": [-0.5696191787719727, -0.33877167105674744, 0.9873235821723938, 2.8758671283721924, -0.24663959443569183, -0.30005908012390137, 0.013308078981935978, -0.040005385875701904], "max": [-0.07893514633178711, 0.23931795358657837, 1.2957172393798828, 3.248929977416992, 0.226893812417984, 0.4171367883682251, 0.03998468071222305, -0.010776014067232609], "mean": [-0.3305108845233917, -0.060533203184604645, 1.167521595954895, 3.099310874938965, -0.0691702589392662, 0.03557850793004036, 0.02359827794134617, -0.023710796609520912], "std": [0.1360672563314438, 0.18609358370304108, 0.07893431931734085, 0.07820256054401398, 0.13341809809207916, 0.15523119270801544, 0.011496283113956451, 0.011440034955739975], "count": [693]}, "actions": {"min": [-1.2982275485992432, -1.6119730472564697, -0.8451968431472778, -0.18824325501918793, -0.1819341480731964, -0.1594180464744568, -1.0], "max": [0.5520178079605103, 1.1036285161972046, 1.1742970943450928, 0.2512752115726471, 0.17217497527599335, 0.306787371635437, 1.0], "mean": [-0.012078355066478252, -0.04925675317645073, 0.0091337775811553, 0.001016306458041072, 0.0013327409978955984, 0.0004430230474099517, 0.2929292917251587], "std": [0.21715405583381653, 0.2921034097671509, 0.2641405165195465, 0.053194381296634674, 0.04271416366100311, 0.05903645232319832, 0.9561325907707214], "count": [693]}, "timestamp": {"min": [0.0], "max": [69.2], "mean": [34.6], "std": [20.0051659994779], "count": [693]}, "frame_index": {"min": [0], "max": [692], "mean": [346.0], "std": [200.05165999477902], "count": [693]}, "episode_index": {"min": [2200.0], "max": [2200.0], "mean": [2200.0], "std": [0.0], "count": [693]}, "index": {"min": [729259.0], "max": [729951.0], "mean": [729605.0], "std": [200.05165999477902], "count": [693]}, "task_index": {"min": [340.0], "max": [340.0], "mean": [340.0], "std": [0.0], "count": [693]}}} +{"episode_index": 2201, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36318831524476225]], [[0.30652209171005196]], [[0.23285751773118013]]], "std": [[[0.13829478878034376]], [[0.1278555117982999]], [[0.14509120440240167]]], "count": [146]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3517395560535858]], [[0.2740668313976516]], [[0.18494996207393755]]], "std": [[[0.18878141253630554]], [[0.1336151942728601]], [[0.08968555146351906]]], "count": [146]}, "state": {"min": [-0.5260728597640991, -0.27940669655799866, 0.9878650903701782, 3.0205373764038086, -0.371503621339798, -0.15381988883018494, 0.011168275028467178, -0.04000510275363922], "max": [-0.13664214313030243, 0.20380684733390808, 1.2465579509735107, 3.710620880126953, -0.0063086398877203465, 1.5374051332473755, 0.04000748693943024, -0.01392841711640358], "mean": [-0.37169888615608215, -0.03410238027572632, 1.1522693634033203, 3.1724672317504883, -0.15444344282150269, 0.2804580330848694, 0.025638144463300705, -0.026002679020166397], "std": [0.1331692785024643, 0.15276360511779785, 0.07271844893693924, 0.13525189459323883, 0.09256523847579956, 0.5477648377418518, 0.0120360953733325, 0.011664086021482944], "count": [773]}, "actions": {"min": [-0.8391596674919128, -0.8556395769119263, -0.8328000903129578, -0.272536039352417, -0.3348552882671356, -0.4733663499355316, -1.0], "max": [0.7108291387557983, 1.4968531131744385, 1.769345998764038, 0.3404232859611511, 0.28481951355934143, 0.456463098526001, 1.0], "mean": [-0.02287580631673336, 0.0067190914414823055, -0.009670172818005085, -0.0008344249217770994, 0.001137414830736816, -0.0010303303133696318, 0.13583441078662872], "std": [0.18930619955062866, 0.2563893496990204, 0.24100333452224731, 0.05453925579786301, 0.0658082440495491, 0.10262316465377808, 0.9907296895980835], "count": [773]}, "timestamp": {"min": [0.0], "max": [77.2], "mean": [38.6], "std": [22.31456923178218], "count": [773]}, "frame_index": {"min": [0], "max": [772], "mean": [386.0], "std": [223.1456923178218], "count": [773]}, "episode_index": {"min": [2201.0], "max": [2201.0], "mean": [2201.0], "std": [0.0], "count": [773]}, "index": {"min": [729952.0], "max": [730724.0], "mean": [730338.0], "std": [223.1456923178218], "count": [773]}, "task_index": {"min": [341.0], "max": [341.0], "mean": [341.0], "std": [0.0], "count": [773]}}} +{"episode_index": 2202, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3635690564423605]], [[0.30452711608155364]], [[0.23110492764475038]]], "std": [[[0.13262942857273247]], [[0.12339465293775433]], [[0.1395520443453739]]], "count": [144]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3247593698937909]], [[0.2530566691313434]], [[0.17206562266630285]]], "std": [[[0.19599146315798893]], [[0.1410048581772805]], [[0.09475085920006558]]], "count": [144]}, "state": {"min": [-0.5346382260322571, -0.27321287989616394, 0.9875959157943726, 3.047889232635498, -0.1827821135520935, -0.36687833070755005, 0.013089790008962154, -0.04000704735517502], "max": [-0.12071231752634048, 0.2085445523262024, 1.275578260421753, 3.5627598762512207, 0.3857090175151825, 1.5959103107452393, 0.04000656679272652, -0.012953431345522404], "mean": [-0.3480049669742584, -0.0556354783475399, 1.1416906118392944, 3.218632698059082, 0.0010027498938143253, 0.209565207362175, 0.0267668217420578, -0.026535503566265106], "std": [0.13770373165607452, 0.13006876409053802, 0.06609540432691574, 0.10125847160816193, 0.13827235996723175, 0.6499276757240295, 0.012015308253467083, 0.012091557495296001], "count": [759]}, "actions": {"min": [-0.8532905578613281, -1.4882078170776367, -0.6589532494544983, -0.3699415922164917, -0.2839757800102234, -0.9026917815208435, -1.0], "max": [0.9194504022598267, 1.2504677772521973, 1.8452616930007935, 0.21450485289096832, 0.24542997777462006, 0.5797191858291626, 1.0], "mean": [-0.013658258132636547, 0.00566775631159544, 0.0020406977273523808, -0.0015191073762252927, 0.0003578576142899692, -0.0022112249862402678, 0.05665349215269089], "std": [0.20990383625030518, 0.28057536482810974, 0.2453259825706482, 0.0588865727186203, 0.05793634429574013, 0.12134537100791931, 0.9983927607536316], "count": [759]}, "timestamp": {"min": [0.0], "max": [75.8], "mean": [37.9], "std": [21.91042369893076], "count": [759]}, "frame_index": {"min": [0], "max": [758], "mean": [379.0], "std": [219.1042369893076], "count": [759]}, "episode_index": {"min": [2202.0], "max": [2202.0], "mean": [2202.0], "std": [0.0], "count": [759]}, "index": {"min": [730725.0], "max": [731483.0], "mean": [731104.0], "std": [219.1042369893076], "count": [759]}, "task_index": {"min": [341.0], "max": [341.0], "mean": [341.0], "std": [0.0], "count": [759]}}} +{"episode_index": 2203, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3646821942708896]], [[0.3085759625990361]], [[0.23583234679190207]]], "std": [[[0.1365639611175394]], [[0.12607583607834952]], [[0.1443351825867858]]], "count": [136]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.3455685277848645]], [[0.2710544396986736]], [[0.18067725818462438]]], "std": [[[0.19833245419641857]], [[0.14381708455706152]], [[0.1002997386064216]]], "count": [136]}, "state": {"min": [-0.47653108835220337, -0.08894811570644379, 0.969632625579834, 2.865553379058838, -0.28361228108406067, -0.6523798704147339, 0.0030747666023671627, -0.040009353309869766], "max": [0.016545230522751808, 0.09166158735752106, 1.240657925605774, 3.4769797325134277, 0.15801195800304413, 1.6216561794281006, 0.03992466256022453, -0.004645722918212414], "mean": [-0.3186381459236145, -0.0030697346664965153, 1.1158959865570068, 3.0870208740234375, -0.0360628180205822, 0.3159995973110199, 0.021368063986301422, -0.021800506860017776], "std": [0.1657632440328598, 0.043083928525447845, 0.06902048736810684, 0.1434987187385559, 0.10336818546056747, 0.7334208488464355, 0.013816279359161854, 0.013637234456837177], "count": [700]}, "actions": {"min": [-1.3220957517623901, -0.7683972716331482, -0.7097873687744141, -0.2880011796951294, -0.3368789553642273, -0.20572824776172638, -1.0], "max": [0.8780025243759155, 0.5843682885169983, 1.3964463472366333, 0.24590946733951569, 0.2882938086986542, 0.5683854222297668, 1.0], "mean": [-0.015229224227368832, 0.0019575394690036774, -0.0066185928881168365, -0.0010928345145657659, -0.0010360112646594644, 0.018798230215907097, 0.2800000011920929], "std": [0.2822185754776001, 0.16970059275627136, 0.21558809280395508, 0.053990866988897324, 0.05891839414834976, 0.10232032835483551, 0.9599960446357727], "count": [700]}, "timestamp": {"min": [0.0], "max": [69.9], "mean": [34.95], "std": [20.20723880197391], "count": [700]}, "frame_index": {"min": [0], "max": [699], "mean": [349.5], "std": [202.0723880197391], "count": [700]}, "episode_index": {"min": [2203.0], "max": [2203.0], "mean": [2203.0], "std": [0.0], "count": [700]}, "index": {"min": [731484.0], "max": [732183.0], "mean": [731833.5], "std": [202.0723880197391], "count": [700]}, "task_index": {"min": [342.0], "max": [342.0], "mean": [342.0], "std": [0.0], "count": [700]}}} +{"episode_index": 2204, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3673777844493245]], [[0.30581177941571924]], [[0.23417018327769923]]], "std": [[[0.13554603845314148]], [[0.12892551552966344]], [[0.14576270990054696]]], "count": [184]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.35999934594039723]], [[0.27540442880563826]], [[0.17972281830796602]]], "std": [[[0.1959166493568866]], [[0.13870004962140914]], [[0.08311201390011189]]], "count": [184]}, "state": {"min": [-0.5867219567298889, -0.35436728596687317, 1.0069363117218018, 2.951763868331909, -0.252103716135025, -0.3822518289089203, 0.01138885784894228, -0.04000784084200859], "max": [-0.015205653384327888, 0.14979910850524902, 1.3083897829055786, 3.461247444152832, 0.28471839427948, 0.293930321931839, 0.04001492261886597, -0.013863124884665012], "mean": [-0.30675557255744934, -0.13621380925178528, 1.1798131465911865, 3.1746461391448975, -0.038263674825429916, 0.033964142203330994, 0.025520801544189453, -0.025549015030264854], "std": [0.17753174901008606, 0.1506807953119278, 0.07177211344242096, 0.13228541612625122, 0.12774556875228882, 0.16058817505836487, 0.011899021454155445, 0.011805534362792969], "count": [1051]}, "actions": {"min": [-1.9254522323608398, -1.3909577131271362, -0.8069453239440918, -0.3744978606700897, -0.26068052649497986, -0.2922782599925995, -1.0], "max": [0.9203192591667175, 1.5219988822937012, 1.1767195463180542, 0.4940243363380432, 0.24007540941238403, 0.3435526192188263, 1.0], "mean": [0.004096080083400011, -0.023982716724276543, 0.004471262451261282, -0.0015331848990172148, -0.0006593889556825161, 0.0017130832420662045, 0.15318743884563446], "std": [0.31579864025115967, 0.28461360931396484, 0.2600727379322052, 0.07818532735109329, 0.06050792336463928, 0.06575477868318558, 0.9881976842880249], "count": [1051]}, "timestamp": {"min": [0.0], "max": [105.0], "mean": [52.5], "std": [30.339742912556133], "count": [1051]}, "frame_index": {"min": [0], "max": [1050], "mean": [525.0], "std": [303.3974291255613], "count": [1051]}, "episode_index": {"min": [2204.0], "max": [2204.0], "mean": [2204.0], "std": [0.0], "count": [1051]}, "index": {"min": [732184.0], "max": [733234.0], "mean": [732709.0], "std": [303.3974291255613], "count": [1051]}, "task_index": {"min": [343.0], "max": [343.0], "mean": [343.0], "std": [0.0], "count": [1051]}}} +{"episode_index": 2205, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3704422368318953]], [[0.3083974377916354]], [[0.23656807568464638]]], "std": [[[0.13772738609486204]], [[0.13311915998905524]], [[0.15165952747413938]]], "count": [191]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3705917485280884]], [[0.28424321049207685]], [[0.18604404428707427]]], "std": [[[0.19387458466654084]], [[0.13817500150728954]], [[0.08598021507486164]]], "count": [191]}, "state": {"min": [-0.6231216788291931, -0.363482803106308, 0.9887123107910156, 2.9443042278289795, -0.5525127649307251, -0.39139580726623535, 0.010409974493086338, -0.04002096876502037], "max": [-0.03971761092543602, 0.15996724367141724, 1.2674455642700195, 3.484745502471924, 0.1308903843164444, 0.7470619082450867, 0.040008142590522766, -0.014254274778068066], "mean": [-0.308931827545166, -0.12358733266592026, 1.1483901739120483, 3.1371169090270996, -0.18181045353412628, 0.12004155665636063, 0.026701590046286583, -0.02708149142563343], "std": [0.17776039242744446, 0.15167517960071564, 0.06365285813808441, 0.125310480594635, 0.1440746933221817, 0.2290959507226944, 0.01185994315892458, 0.011500081978738308], "count": [1104]}, "actions": {"min": [-1.895941138267517, -1.2131824493408203, -1.0197727680206299, -0.2740563452243805, -0.35736367106437683, -0.34069645404815674, -1.0], "max": [1.02938973903656, 1.7079342603683472, 2.781564235687256, 0.3616838753223419, 0.22120928764343262, 0.43443506956100464, 1.0], "mean": [0.005121949128806591, -0.01710287109017372, 0.0037695574574172497, -0.0020946830045431852, -0.001160628511570394, 0.0014442336978390813, 0.07246376574039459], "std": [0.2878682613372803, 0.2859821915626526, 0.26741155982017517, 0.05952636897563934, 0.053031232208013535, 0.07165895402431488, 0.9973780512809753], "count": [1104]}, "timestamp": {"min": [0.0], "max": [110.3], "mean": [55.15], "std": [31.86972178520965], "count": [1104]}, "frame_index": {"min": [0], "max": [1103], "mean": [551.5], "std": [318.6972178520965], "count": [1104]}, "episode_index": {"min": [2205.0], "max": [2205.0], "mean": [2205.0], "std": [0.0], "count": [1104]}, "index": {"min": [733235.0], "max": [734338.0], "mean": [733786.5], "std": [318.6972178520965], "count": [1104]}, "task_index": {"min": [343.0], "max": [343.0], "mean": [343.0], "std": [0.0], "count": [1104]}}} +{"episode_index": 2206, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3681251559658642]], [[0.30568485247945576]], [[0.2342840655956393]]], "std": [[[0.13027188968976286]], [[0.125249301104015]], [[0.14260562121907894]]], "count": [186]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37901478879390926]], [[0.2879441079725426]], [[0.189416308627208]]], "std": [[[0.18665747812367303]], [[0.13260768784363003]], [[0.08110634977187979]]], "count": [186]}, "state": {"min": [-0.5801375508308411, -0.3829955756664276, 0.9910544157028198, 3.046832323074341, -0.19165562093257904, -0.5253884792327881, 0.007289488334208727, -0.04002398997545242], "max": [-0.01049827504903078, 0.30190297961235046, 1.2987971305847168, 3.579590082168579, 0.25125160813331604, 0.9136223793029785, 0.04001828283071518, -0.004163616336882114], "mean": [-0.2782788574695587, -0.05572781711816788, 1.160908818244934, 3.2589359283447266, 0.01528987754136324, 0.14669044315814972, 0.024930449202656746, -0.02466859109699726], "std": [0.16606293618679047, 0.18761321902275085, 0.07467666268348694, 0.11027111858129501, 0.09281166642904282, 0.4244510531425476, 0.013183881528675556, 0.013296755030751228], "count": [1066]}, "actions": {"min": [-0.9569846987724304, -1.4014884233474731, -0.711834728717804, -0.3784952759742737, -0.20753714442253113, -0.4476696848869324, -1.0], "max": [0.6396733522415161, 1.1957191228866577, 1.089566707611084, 0.4346364140510559, 0.23824085295200348, 0.2819780707359314, 1.0], "mean": [-0.01686645857989788, -0.029864534735679626, 0.0033451959025114775, -0.0010249217739328742, -0.0007293074741028249, -0.0037745714653283358, 0.12945590913295746], "std": [0.20317882299423218, 0.29750004410743713, 0.2359384149312973, 0.07449240982532501, 0.05393940210342407, 0.08568401634693146, 0.9915910959243774], "count": [1066]}, "timestamp": {"min": [0.0], "max": [106.5], "mean": [53.25], "std": [30.772755807694573], "count": [1066]}, "frame_index": {"min": [0], "max": [1065], "mean": [532.5], "std": [307.72755807694574], "count": [1066]}, "episode_index": {"min": [2206.0], "max": [2206.0], "mean": [2206.0], "std": [0.0], "count": [1066]}, "index": {"min": [734339.0], "max": [735404.0], "mean": [734871.5], "std": [307.72755807694574], "count": [1066]}, "task_index": {"min": [344.0], "max": [344.0], "mean": [344.0], "std": [0.0], "count": [1066]}}} +{"episode_index": 2207, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36692064807631286]], [[0.30465781128219016]], [[0.23332740736017965]]], "std": [[[0.1298834764985462]], [[0.12427033302214312]], [[0.14092397284090588]]], "count": [182]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36465400641551693]], [[0.2778933212125746]], [[0.1841251520421119]]], "std": [[[0.18501357507038904]], [[0.12991429468618262]], [[0.07824355829898505]]], "count": [182]}, "state": {"min": [-0.5878295302391052, -0.43484023213386536, 0.9918623566627502, 3.0865540504455566, -0.18046173453330994, -0.4611441195011139, 0.0050696334801614285, -0.039968933910131454], "max": [-0.019673995673656464, 0.30890411138534546, 1.2729724645614624, 3.570544481277466, 0.3200969099998474, 0.8878944516181946, 0.040014225989580154, -0.0041618612594902515], "mean": [-0.30777162313461304, -0.09484252333641052, 1.1524907350540161, 3.2943103313446045, 0.005723682232201099, 0.09839537739753723, 0.02231178805232048, -0.021974870935082436], "std": [0.17223955690860748, 0.19017843902111053, 0.06912904977798462, 0.10454005748033524, 0.10247229039669037, 0.432957261800766, 0.014069474302232265, 0.014291157014667988], "count": [1032]}, "actions": {"min": [-1.5027532577514648, -2.1619648933410645, -0.9353355169296265, -0.3448010981082916, -0.3278541564941406, -0.34404850006103516, -1.0], "max": [0.9602522850036621, 1.2308491468429565, 2.0680019855499268, 0.4235362708568573, 0.3407396674156189, 0.5561079978942871, 1.0], "mean": [-0.015570075251162052, -0.03293801099061966, 0.00142187240999192, -0.0032160095870494843, -0.0007305423496291041, -0.0028795034158974886, 0.22480620443820953], "std": [0.2393442690372467, 0.3106277883052826, 0.25049614906311035, 0.072330042719841, 0.05617458373308182, 0.09239111840724945, 0.9744054079055786], "count": [1032]}, "timestamp": {"min": [0.0], "max": [103.1], "mean": [51.55], "std": [29.791259903983025], "count": [1032]}, "frame_index": {"min": [0], "max": [1031], "mean": [515.5], "std": [297.91259903983024], "count": [1032]}, "episode_index": {"min": [2207.0], "max": [2207.0], "mean": [2207.0], "std": [0.0], "count": [1032]}, "index": {"min": [735405.0], "max": [736436.0], "mean": [735920.5], "std": [297.91259903983024], "count": [1032]}, "task_index": {"min": [344.0], "max": [344.0], "mean": [344.0], "std": [0.0], "count": [1032]}}} +{"episode_index": 2208, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.37159529985858636]], [[0.3094399390570392]], [[0.23518477905982635]]], "std": [[[0.126012285047278]], [[0.1216648289610387]], [[0.13987370675520858]]], "count": [108]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.3746788617745637]], [[0.28825051412256886]], [[0.1895290333201423]]], "std": [[[0.17087395759616922]], [[0.12136624337144669]], [[0.08400571053359392]]], "count": [108]}, "state": {"min": [-0.5336325168609619, -0.21223211288452148, 0.9567663073539734, 2.8978078365325928, -0.2888038456439972, -0.34712716937065125, 0.005216021090745926, -0.04001149535179138], "max": [-0.18203870952129364, 0.2364284247159958, 1.2009438276290894, 3.2088944911956787, 0.2270360291004181, 0.13365931808948517, 0.03988108038902283, -0.004724451806396246], "mean": [-0.35274505615234375, 0.0006125348154455423, 1.1035561561584473, 3.040236234664917, -0.0339961014688015, -0.028837628662586212, 0.023532085120677948, -0.023587709292769432], "std": [0.11207447946071625, 0.14264491200447083, 0.05788198485970497, 0.05508184805512428, 0.12789708375930786, 0.13405877351760864, 0.015094175934791565, 0.01514931209385395], "count": [515]}, "actions": {"min": [-1.389309048652649, -1.1812891960144043, -1.089540719985962, -0.22257252037525177, -0.26868921518325806, -0.32223761081695557, -1.0], "max": [1.5241117477416992, 1.4768925905227661, 1.6759878396987915, 0.36550596356391907, 0.327086478471756, 0.5637507438659668, 1.0], "mean": [-0.028994053602218628, 0.01362918596714735, -0.009370949119329453, 0.0007861835183575749, 9.477116691414267e-06, -0.000682758865877986, 0.04854368790984154], "std": [0.25328224897384644, 0.32638704776763916, 0.2897549271583557, 0.05994558706879616, 0.06320548057556152, 0.07565341144800186, 0.9988232851028442], "count": [515]}, "timestamp": {"min": [0.0], "max": [51.4], "mean": [25.7], "std": [14.866741404894348], "count": [515]}, "frame_index": {"min": [0], "max": [514], "mean": [257.0], "std": [148.6674140489435], "count": [515]}, "episode_index": {"min": [2208.0], "max": [2208.0], "mean": [2208.0], "std": [0.0], "count": [515]}, "index": {"min": [736437.0], "max": [736951.0], "mean": [736694.0], "std": [148.6674140489435], "count": [515]}, "task_index": {"min": [345.0], "max": [345.0], "mean": [345.0], "std": [0.0], "count": [515]}}} +{"episode_index": 2209, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.367958132276348]], [[0.3070350862390855]], [[0.23409837969611672]]], "std": [[[0.12880051995265368]], [[0.12425758535184073]], [[0.14179615774915655]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.36707957009708175]], [[0.2838412457634421]], [[0.18628598082299327]]], "std": [[[0.17425613179401295]], [[0.12585001549654093]], [[0.08148111340771443]]], "count": [100]}, "state": {"min": [-0.5328332185745239, -0.25285810232162476, 0.9573359489440918, 2.9142653942108154, -0.23548996448516846, -0.4541567265987396, 0.005336645524948835, -0.04019652307033539], "max": [-0.1718086153268814, 0.1352650672197342, 1.1946324110031128, 3.3270833492279053, 0.18237291276454926, 0.07758229970932007, 0.03995061293244362, -0.004201408475637436], "mean": [-0.3528997004032135, -0.07140015065670013, 1.0980370044708252, 3.1588072776794434, -0.03140101209282875, -0.13029710948467255, 0.02321067824959755, -0.023175189271569252], "std": [0.12133174389600754, 0.14285841584205627, 0.06211254373192787, 0.12413714081048965, 0.09089002758264542, 0.12508398294448853, 0.015278944745659828, 0.015460367314517498], "count": [419]}, "actions": {"min": [-1.9579250812530518, -1.738821029663086, -0.7547783255577087, -0.22599583864212036, -0.1917458027601242, -0.20741018652915955, -1.0], "max": [0.8930530548095703, 1.518753170967102, 1.8668138980865479, 0.31328675150871277, 0.3245477080345154, 0.21928085386753082, 1.0], "mean": [-0.034869927912950516, 0.014476483687758446, -0.0061307670548558235, 0.0007983077084645629, 0.0033260586205869913, -0.0028778838459402323, 0.04534606263041496], "std": [0.3340688645839691, 0.3640638291835785, 0.33673980832099915, 0.07360828667879105, 0.06877537816762924, 0.06036299839615822, 0.9989715218544006], "count": [419]}, "timestamp": {"min": [0.0], "max": [41.8], "mean": [20.899999999999995], "std": [12.095453691366851], "count": [419]}, "frame_index": {"min": [0], "max": [418], "mean": [209.0], "std": [120.95453691366852], "count": [419]}, "episode_index": {"min": [2209.0], "max": [2209.0], "mean": [2209.0], "std": [0.0], "count": [419]}, "index": {"min": [736952.0], "max": [737370.0], "mean": [737161.0], "std": [120.95453691366852], "count": [419]}, "task_index": {"min": [345.0], "max": [345.0], "mean": [345.0], "std": [0.0], "count": [419]}}} +{"episode_index": 2210, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36805338028766194]], [[0.3060727313386292]], [[0.2326704259991757]]], "std": [[[0.12660014354230822]], [[0.12225787228943547]], [[0.13884024579516957]]], "count": [105]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.34756994993635476]], [[0.2699871541227168]], [[0.17705427182266137]]], "std": [[[0.18013451502763655]], [[0.13061747606562765]], [[0.08216382423868668]]], "count": [105]}, "state": {"min": [-0.5502469539642334, -0.22961540520191193, 0.9634850025177002, 2.8089938163757324, -0.23192225396633148, -0.42032918334007263, 0.005110142286866903, -0.04001804068684578], "max": [-0.16519930958747864, 0.15545226633548737, 1.2114561796188354, 3.407297134399414, 0.5179455280303955, 0.19492989778518677, 0.03992791846394539, -0.0018073403043672442], "mean": [-0.3785945475101471, -0.07079164683818817, 1.1033514738082886, 3.1421144008636475, 0.03711431473493576, -0.08667058497667313, 0.021248724311590195, -0.02090212143957615], "std": [0.13045024871826172, 0.131052628159523, 0.06555987149477005, 0.12259376794099808, 0.16182352602481842, 0.16350582242012024, 0.015178804285824299, 0.015730584040284157], "count": [497]}, "actions": {"min": [-1.3977086544036865, -1.5013656616210938, -1.0702537298202515, -0.290793776512146, -0.354667991399765, -0.4496201276779175, -1.0], "max": [1.0245260000228882, 1.1869374513626099, 1.4042948484420776, 0.43626511096954346, 0.22258606553077698, 0.3254038989543915, 1.0], "mean": [-0.02068670466542244, 0.008727396838366985, -0.005230878479778767, 0.0015633305301889777, 0.001329832593910396, 0.0005514336517080665, 0.17102615535259247], "std": [0.2840493321418762, 0.29641255736351013, 0.29538118839263916, 0.07372098416090012, 0.07132057845592499, 0.08487119525671005, 0.9852663278579712], "count": [497]}, "timestamp": {"min": [0.0], "max": [49.6], "mean": [24.799999999999997], "std": [14.347125147568764], "count": [497]}, "frame_index": {"min": [0], "max": [496], "mean": [248.0], "std": [143.47125147568764], "count": [497]}, "episode_index": {"min": [2210.0], "max": [2210.0], "mean": [2210.0], "std": [0.0], "count": [497]}, "index": {"min": [737371.0], "max": [737867.0], "mean": [737619.0], "std": [143.47125147568764], "count": [497]}, "task_index": {"min": [345.0], "max": [345.0], "mean": [345.0], "std": [0.0], "count": [497]}}} +{"episode_index": 2211, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37260770636379553]], [[0.31186862054392067]], [[0.23775023525035016]]], "std": [[[0.12929842736826114]], [[0.12460634569619009]], [[0.14290071192644158]]], "count": [175]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36636747643393297]], [[0.2848528919380252]], [[0.18739603233871674]]], "std": [[[0.1921325982139589]], [[0.13343204976987083]], [[0.08371746187486369]]], "count": [175]}, "state": {"min": [-0.5028519034385681, -0.14517854154109955, 0.978278398513794, 2.9380075931549072, -0.3586823642253876, -0.4760378301143646, 0.012283180840313435, -0.04001013562083244], "max": [-0.018577929586172104, 0.2284107655286789, 1.2537801265716553, 3.6803133487701416, 0.3203029930591583, 1.6848443746566772, 0.04000832512974739, -0.000839120359160006], "mean": [-0.3253399729728699, 0.03940389305353165, 1.130445957183838, 3.162410020828247, -0.053975027054548264, 0.1946221888065338, 0.026649169623851776, -0.026209888979792595], "std": [0.14637617766857147, 0.09701922535896301, 0.06789565086364746, 0.13298113644123077, 0.16890422999858856, 0.5698803663253784, 0.01168097648769617, 0.011917448602616787], "count": [986]}, "actions": {"min": [-1.591880440711975, -1.0145468711853027, -0.7607532739639282, -0.28872665762901306, -0.2714240252971649, -0.4249371886253357, -1.0], "max": [1.0271050930023193, 1.1146570444107056, 1.2986094951629639, 0.18987895548343658, 0.3084241449832916, 0.6522460579872131, 1.0], "mean": [-0.009752270765602589, 0.010863066650927067, 0.004308849107474089, -0.0008326391689479351, 0.0004617098020389676, 0.0003082521434407681, 0.10141988098621368], "std": [0.25749167799949646, 0.23576244711875916, 0.2505461573600769, 0.0535661056637764, 0.06675778329372406, 0.10371572524309158, 0.9948434829711914], "count": [986]}, "timestamp": {"min": [0.0], "max": [98.5], "mean": [49.25], "std": [28.463353632346276], "count": [986]}, "frame_index": {"min": [0], "max": [985], "mean": [492.5], "std": [284.63353632346275], "count": [986]}, "episode_index": {"min": [2211.0], "max": [2211.0], "mean": [2211.0], "std": [0.0], "count": [986]}, "index": {"min": [737868.0], "max": [738853.0], "mean": [738360.5], "std": [284.63353632346275], "count": [986]}, "task_index": {"min": [346.0], "max": [346.0], "mean": [346.0], "std": [0.0], "count": [986]}}} +{"episode_index": 2212, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3681679971364917]], [[0.3062959782780071]], [[0.23300769352308723]]], "std": [[[0.12963250064350393]], [[0.12445442304256543]], [[0.14025499899217747]]], "count": [171]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.34887112885518795]], [[0.26949825280304013]], [[0.17721389229862722]]], "std": [[[0.19930979044702807]], [[0.1403900192612822]], [[0.08530635291748072]]], "count": [171]}, "state": {"min": [-0.5296537280082703, -0.10293830186128616, 0.9763564467430115, 2.9364235401153564, -0.15532563626766205, -0.2614797055721283, 0.012346401810646057, -0.040006931871175766], "max": [-0.04001624137163162, 0.2334166020154953, 1.252352237701416, 3.3767471313476562, 0.2585771977901459, 1.5976265668869019, 0.039965663105249405, -0.01190119981765747], "mean": [-0.3366217315196991, 0.035927463322877884, 1.1355987787246704, 3.1308164596557617, 0.005458464380353689, 0.20540796220302582, 0.025231070816516876, -0.024981340393424034], "std": [0.15358394384384155, 0.08644875884056091, 0.07403498142957687, 0.09653159230947495, 0.0727573111653328, 0.5751925110816956, 0.012093212455511093, 0.012081576511263847], "count": [954]}, "actions": {"min": [-1.6494319438934326, -1.081578254699707, -0.715115487575531, -0.2564539909362793, -0.278913289308548, -0.7788525223731995, -1.0], "max": [0.8721814155578613, 1.0569989681243896, 1.6321803331375122, 0.22813653945922852, 0.22291500866413116, 0.48212772607803345, 1.0], "mean": [-0.012527779676020145, 0.006223172415047884, 0.005006034392863512, 0.0011857707286253572, -0.00023550691548734903, -0.00041948992293328047, 0.14884695410728455], "std": [0.2892109155654907, 0.21972647309303284, 0.2714217007160187, 0.05424554646015167, 0.0587998628616333, 0.11084016412496567, 0.9888616800308228], "count": [954]}, "timestamp": {"min": [0.0], "max": [95.3], "mean": [47.65], "std": [27.539592710616958], "count": [954]}, "frame_index": {"min": [0], "max": [953], "mean": [476.5], "std": [275.3959271061696], "count": [954]}, "episode_index": {"min": [2212.0], "max": [2212.0], "mean": [2212.0], "std": [0.0], "count": [954]}, "index": {"min": [738854.0], "max": [739807.0], "mean": [739330.5], "std": [275.3959271061696], "count": [954]}, "task_index": {"min": [346.0], "max": [346.0], "mean": [346.0], "std": [0.0], "count": [954]}}} +{"episode_index": 2213, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3755643952302343]], [[0.3139289357678721]], [[0.24387409222015285]]], "std": [[[0.12909416063186915]], [[0.12802765536789584]], [[0.14790249311535303]]], "count": [133]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.385844085076979]], [[0.2977179784717135]], [[0.19987044044077337]]], "std": [[[0.19611126019287395]], [[0.14305379033480742]], [[0.09479463484827474]]], "count": [133]}, "state": {"min": [-0.5482801198959351, -0.23717285692691803, 0.9896411895751953, 3.0340065956115723, -0.1722595989704132, -0.21858812868595123, 0.007123883347958326, -0.04000535607337952], "max": [-0.017970839515328407, 0.17260092496871948, 1.2634180784225464, 3.3849120140075684, 0.15544112026691437, 0.37685626745224, 0.04000673443078995, -0.0066283331252634525], "mean": [-0.22127024829387665, -0.0820181667804718, 1.1338427066802979, 3.1906652450561523, -0.009361209347844124, 0.053158488124608994, 0.026360077783465385, -0.02635093592107296], "std": [0.14325997233390808, 0.1269218474626541, 0.07132792472839355, 0.08487196266651154, 0.07582016289234161, 0.16296903789043427, 0.01360933855175972, 0.013691842555999756], "count": [682]}, "actions": {"min": [-1.1855171918869019, -0.8897563219070435, -1.1577425003051758, -0.34070029854774475, -0.1514846533536911, -0.2085578590631485, -1.0], "max": [1.037388563156128, 0.707909345626831, 1.4683297872543335, 0.4071069359779358, 0.23874835669994354, 0.23551476001739502, 1.0], "mean": [-0.02115773595869541, -0.029482075944542885, -0.006027910392731428, -0.00017523187852930278, -0.002008969197049737, -0.0007384376367554069, -0.020527860149741173], "std": [0.25142014026641846, 0.1905500739812851, 0.26399466395378113, 0.05812959372997284, 0.039801523089408875, 0.04966962710022926, 0.9997892379760742], "count": [682]}, "timestamp": {"min": [0.0], "max": [68.1], "mean": [34.05], "std": [19.68762301548869], "count": [682]}, "frame_index": {"min": [0], "max": [681], "mean": [340.5], "std": [196.8762301548869], "count": [682]}, "episode_index": {"min": [2213.0], "max": [2213.0], "mean": [2213.0], "std": [0.0], "count": [682]}, "index": {"min": [739808.0], "max": [740489.0], "mean": [740148.5], "std": [196.8762301548869], "count": [682]}, "task_index": {"min": [347.0], "max": [347.0], "mean": [347.0], "std": [0.0], "count": [682]}}} +{"episode_index": 2214, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37517867260232596]], [[0.31219794932684514]], [[0.24041387617097934]]], "std": [[[0.12911663622482616]], [[0.12694994922765565]], [[0.14612696756321839]]], "count": [124]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36607682567695365]], [[0.28294224651609323]], [[0.19322615930507786]]], "std": [[[0.19532037945320535]], [[0.14389076395010264]], [[0.09544875914377828]]], "count": [124]}, "state": {"min": [-0.5675014853477478, -0.2093769758939743, 0.9920680522918701, 2.8088440895080566, -0.212657630443573, -0.226020947098732, 0.003305714810267091, -0.04000871628522873], "max": [-0.01642747037112713, 0.2064875364303589, 1.2632107734680176, 3.3199350833892822, 0.2746446132659912, 0.46265289187431335, 0.0400046743452549, -0.00380117679014802], "mean": [-0.26303011178970337, -0.07651729881763458, 1.1425386667251587, 3.035755157470703, -0.007769125513732433, 0.10614007711410522, 0.02179138734936714, -0.022158749401569366], "std": [0.17230381071567535, 0.13375435769557953, 0.06975048035383224, 0.13219472765922546, 0.10071521252393723, 0.16209356486797333, 0.015460527502000332, 0.015179840847849846], "count": [621]}, "actions": {"min": [-1.275830626487732, -1.3632663488388062, -0.6511562466621399, -0.18152476847171783, -0.21321605145931244, -0.2179306298494339, -1.0], "max": [0.9470471739768982, 0.9976271986961365, 1.0014885663986206, 0.1467105597257614, 0.13298504054546356, 0.2361598163843155, 1.0], "mean": [-0.027806710451841354, -0.023911181837320328, -0.009312069043517113, -0.0023805878590792418, 0.0007357317372225225, -0.002319732680916786, 0.15619967877864838], "std": [0.25365468859672546, 0.2378166764974594, 0.26135092973709106, 0.04575943574309349, 0.04514123126864433, 0.0539969839155674, 0.9877241849899292], "count": [621]}, "timestamp": {"min": [0.0], "max": [62.0], "mean": [31.0], "std": [17.92670261555835], "count": [621]}, "frame_index": {"min": [0], "max": [620], "mean": [310.0], "std": [179.26702615558352], "count": [621]}, "episode_index": {"min": [2214.0], "max": [2214.0], "mean": [2214.0], "std": [0.0], "count": [621]}, "index": {"min": [740490.0], "max": [741110.0], "mean": [740800.0], "std": [179.26702615558352], "count": [621]}, "task_index": {"min": [347.0], "max": [347.0], "mean": [347.0], "std": [0.0], "count": [621]}}} +{"episode_index": 2215, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3730713283457169]], [[0.3108577454773506]], [[0.2404411673349564]]], "std": [[[0.12940635234553344]], [[0.12734640468928746]], [[0.14601023924293166]]], "count": [131]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3495703411858839]], [[0.2688056296028967]], [[0.183014258145037]]], "std": [[[0.2014600712331929]], [[0.1486535265240915]], [[0.09659153989564502]]], "count": [131]}, "state": {"min": [-0.559375524520874, -0.2179461121559143, 0.9885252714157104, 2.809236764907837, -0.15249601006507874, -0.27926579117774963, 0.0009366974700242281, -0.040005140006542206], "max": [-0.042595814913511276, 0.21919028460979462, 1.2440241575241089, 3.2355544567108154, 0.27231156826019287, 0.5471314191818237, 0.04000287130475044, -0.0013104744721204042], "mean": [-0.2833782136440277, -0.08605962246656418, 1.1312718391418457, 3.0605356693267822, 0.008795165456831455, 0.0007016134331934154, 0.020295623689889908, -0.02056228369474411], "std": [0.17251768708229065, 0.13926376402378082, 0.060346540063619614, 0.09508931636810303, 0.10614503175020218, 0.20104047656059265, 0.014542282558977604, 0.01441350020468235], "count": [668]}, "actions": {"min": [-1.2944408655166626, -0.8367889523506165, -0.5887316465377808, -0.3260031044483185, -0.2662355303764343, -0.19709230959415436, -1.0], "max": [0.8103794455528259, 0.8468175530433655, 1.0000967979431152, 0.2692421078681946, 0.16123588383197784, 0.24069955945014954, 1.0], "mean": [-0.030040618032217026, -0.030135272070765495, -0.010979202575981617, 0.001045718789100647, 0.0012175912270322442, -0.0024236966855823994, 0.299401193857193], "std": [0.21878673136234283, 0.20380273461341858, 0.22932176291942596, 0.051842957735061646, 0.04943198338150978, 0.05794661119580269, 0.9541296362876892], "count": [668]}, "timestamp": {"min": [0.0], "max": [66.7], "mean": [33.35], "std": [19.28347738350114], "count": [668]}, "frame_index": {"min": [0], "max": [667], "mean": [333.5], "std": [192.83477383501142], "count": [668]}, "episode_index": {"min": [2215.0], "max": [2215.0], "mean": [2215.0], "std": [0.0], "count": [668]}, "index": {"min": [741111.0], "max": [741778.0], "mean": [741444.5], "std": [192.83477383501142], "count": [668]}, "task_index": {"min": [347.0], "max": [347.0], "mean": [347.0], "std": [0.0], "count": [668]}}} +{"episode_index": 2216, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3745545840604506]], [[0.3122048984966268]], [[0.24101488753229333]]], "std": [[[0.12840327453896502]], [[0.12623824551824414]], [[0.14551192221969206]]], "count": [148]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37439673847790805]], [[0.2916330124249077]], [[0.19855576814895087]]], "std": [[[0.1965522545039634]], [[0.144297299187134]], [[0.0989473663142911]]], "count": [148]}, "state": {"min": [-0.566573977470398, -0.21988531947135925, 0.9977543354034424, 2.8267812728881836, -0.4071538746356964, -0.39423972368240356, 0.005662917159497738, -0.04001103341579437], "max": [-0.051906369626522064, 0.1845492422580719, 1.2682515382766724, 3.227020263671875, 0.2249191850423813, 0.6283896565437317, 0.03999299928545952, -0.007193383760750294], "mean": [-0.26177504658699036, -0.08622690290212631, 1.1589127779006958, 3.0383639335632324, -0.083342045545578, 0.09769301116466522, 0.02235967107117176, -0.022750183939933777], "std": [0.1684419810771942, 0.12162632495164871, 0.07588427513837814, 0.0971233919262886, 0.1546333283185959, 0.2898171842098236, 0.01475551538169384, 0.014530034735798836], "count": [788]}, "actions": {"min": [-0.8328401446342468, -1.348584771156311, -0.5555727481842041, -0.2675192952156067, -0.27543413639068604, -0.2987232208251953, -1.0], "max": [0.5530580282211304, 0.6920660734176636, 1.2437931299209595, 0.30437424778938293, 0.21262437105178833, 0.47385087609291077, 1.0], "mean": [-0.0239289328455925, -0.020364107564091682, -0.012136436067521572, 0.0004948929417878389, -0.0036739958450198174, -0.00356854940764606, 0.1675126850605011], "std": [0.17805318534374237, 0.1998991221189499, 0.23474185168743134, 0.050860751420259476, 0.04050936549901962, 0.06602723896503448, 0.9858753681182861], "count": [788]}, "timestamp": {"min": [0.0], "max": [78.7], "mean": [39.35], "std": [22.74758228911372], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [2216.0], "max": [2216.0], "mean": [2216.0], "std": [0.0], "count": [788]}, "index": {"min": [741779.0], "max": [742566.0], "mean": [742172.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [347.0], "max": [347.0], "mean": [347.0], "std": [0.0], "count": [788]}}} +{"episode_index": 2217, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37578591507797676]], [[0.31286181532529844]], [[0.24239453734965508]]], "std": [[[0.1284370531767851]], [[0.12828296847316714]], [[0.1477926781420637]]], "count": [155]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3780294184048367]], [[0.2919198787913603]], [[0.19802659596317104]]], "std": [[[0.1952627607792575]], [[0.143359384066198]], [[0.0954017505005329]]], "count": [155]}, "state": {"min": [-0.43493330478668213, -0.20647737383842468, 0.9878299832344055, 2.8645660877227783, -0.2597866356372833, -0.3400496542453766, 0.004079835489392281, -0.040011629462242126], "max": [-0.013838388957083225, 0.23228222131729126, 1.20968759059906, 3.3087880611419678, 0.1080946996808052, 0.3245055377483368, 0.040006499737501144, -0.007152808364480734], "mean": [-0.23615099489688873, -0.06411492079496384, 1.1182135343551636, 3.1075634956359863, -0.07450054585933685, 0.036068715155124664, 0.024430474266409874, -0.024393528699874878], "std": [0.1314685195684433, 0.12873537838459015, 0.05870898813009262, 0.1282862424850464, 0.08804178982973099, 0.16922245919704437, 0.013661772944033146, 0.013717969879508018], "count": [835]}, "actions": {"min": [-1.0488115549087524, -0.7893487811088562, -0.4575640559196472, -0.165378138422966, -0.1935701072216034, -0.2386186569929123, -1.0], "max": [0.5694761276245117, 0.8709061145782471, 0.7566397190093994, 0.22510245442390442, 0.21963515877723694, 0.22785121202468872, 1.0], "mean": [-0.005690808407962322, -0.01920130103826523, -0.009278282523155212, -0.0009083949844352901, -0.0006035803235135972, 0.0015327768633142114, 0.12574850022792816], "std": [0.1930856555700302, 0.20217926800251007, 0.18336333334445953, 0.04718263819813728, 0.04136576130986214, 0.05475088208913803, 0.9920670986175537], "count": [835]}, "timestamp": {"min": [0.0], "max": [83.4], "mean": [41.7], "std": [24.104356452724478], "count": [835]}, "frame_index": {"min": [0], "max": [834], "mean": [417.0], "std": [241.04356452724474], "count": [835]}, "episode_index": {"min": [2217.0], "max": [2217.0], "mean": [2217.0], "std": [0.0], "count": [835]}, "index": {"min": [742567.0], "max": [743401.0], "mean": [742984.0], "std": [241.04356452724474], "count": [835]}, "task_index": {"min": [348.0], "max": [348.0], "mean": [348.0], "std": [0.0], "count": [835]}}} +{"episode_index": 2218, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3759861641485129]], [[0.3127587764192276]], [[0.24189493274628399]]], "std": [[[0.12670999058363822]], [[0.1270537765311103]], [[0.14696498246514705]]], "count": [124]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3732957751897224]], [[0.2897001952931973]], [[0.19753154486813626]]], "std": [[[0.19231049487603086]], [[0.14068209209374255]], [[0.09617785846636441]]], "count": [124]}, "state": {"min": [-0.38787642121315, -0.16905784606933594, 0.9938464760780334, 2.806062698364258, -0.25537392497062683, -0.27577733993530273, 0.0059616658836603165, -0.040011368691921234], "max": [-0.03543853387236595, 0.15029117465019226, 1.2185039520263672, 3.136509656906128, 0.18201711773872375, 0.4604395627975464, 0.039944879710674286, -0.0054441820830106735], "mean": [-0.2340993583202362, -0.06927630305290222, 1.1138932704925537, 3.004969835281372, -0.059321384876966476, 0.05758040025830269, 0.023186808452010155, -0.023547306656837463], "std": [0.10815399140119553, 0.09529723972082138, 0.0677325502038002, 0.08028179407119751, 0.09458211809396744, 0.21899661421775818, 0.013991232961416245, 0.013966100290417671], "count": [623]}, "actions": {"min": [-1.2866524457931519, -0.7184024453163147, -0.9792786240577698, -0.21708908677101135, -0.19495628774166107, -0.24783556163311005, -1.0], "max": [1.5261240005493164, 2.966531991958618, 1.7119965553283691, 0.2668444812297821, 0.16232997179031372, 0.27245837450027466, 1.0], "mean": [-0.006817533168941736, -0.020395927131175995, -0.010764428414404392, -0.001495824777521193, -0.0001736049889586866, 0.002996633527800441, 0.18138042092323303], "std": [0.2685733139514923, 0.2402985692024231, 0.2596004903316498, 0.04877907410264015, 0.043605126440525055, 0.06071107089519501, 0.9834146499633789], "count": [623]}, "timestamp": {"min": [0.0], "max": [62.2], "mean": [31.099999999999998], "std": [17.984437717093076], "count": [623]}, "frame_index": {"min": [0], "max": [622], "mean": [311.0], "std": [179.84437717093076], "count": [623]}, "episode_index": {"min": [2218.0], "max": [2218.0], "mean": [2218.0], "std": [0.0], "count": [623]}, "index": {"min": [743402.0], "max": [744024.0], "mean": [743713.0], "std": [179.84437717093076], "count": [623]}, "task_index": {"min": [348.0], "max": [348.0], "mean": [348.0], "std": [0.0], "count": [623]}}} +{"episode_index": 2219, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3686283097297841]], [[0.3080430362988617]], [[0.23739286827266687]]], "std": [[[0.13505189063673909]], [[0.13012998484480068]], [[0.14658072345605405]]], "count": [131]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3311182075481075]], [[0.25721868530145536]], [[0.1735179885706668]]], "std": [[[0.2013946703759159]], [[0.14902494789046025]], [[0.1032057601761678]]], "count": [131]}, "state": {"min": [-0.4958307147026062, -0.2727400064468384, 0.9570506811141968, 2.690157651901245, -0.27062544226646423, -0.48488137125968933, 0.00453989626839757, -0.040013641119003296], "max": [-0.07887941598892212, 0.07130705565214157, 1.2522599697113037, 3.1333096027374268, 0.3101668953895569, 0.8187077641487122, 0.039926014840602875, -0.00556781142950058], "mean": [-0.29036858677864075, -0.1381446123123169, 1.151945948600769, 2.9097931385040283, -0.031972382217645645, 0.14649377763271332, 0.022119348868727684, -0.0228223018348217], "std": [0.12664195895195007, 0.10722418874502182, 0.07085379958152771, 0.11724159121513367, 0.1317032128572464, 0.31133097410202026, 0.015116224996745586, 0.014807850122451782], "count": [666]}, "actions": {"min": [-1.7457334995269775, -0.6240561008453369, -0.7386350035667419, -0.21127094328403473, -0.22443193197250366, -0.3725670576095581, -1.0], "max": [0.6426764130592346, 0.9811026453971863, 1.619032382965088, 0.34290674328804016, 0.30677396059036255, 0.27237656712532043, 1.0], "mean": [-0.001982814632356167, -0.03281848505139351, 0.002309634117409587, -0.004289234057068825, 0.0008156719268299639, 0.0024144165217876434, 0.14714714884757996], "std": [0.2440367192029953, 0.21362744271755219, 0.25298255681991577, 0.05298458784818649, 0.047445520758628845, 0.0761578232049942, 0.989113986492157], "count": [666]}, "timestamp": {"min": [0.0], "max": [66.5], "mean": [33.25], "std": [19.22574229169492], "count": [666]}, "frame_index": {"min": [0], "max": [665], "mean": [332.5], "std": [192.2574229169492], "count": [666]}, "episode_index": {"min": [2219.0], "max": [2219.0], "mean": [2219.0], "std": [0.0], "count": [666]}, "index": {"min": [744025.0], "max": [744690.0], "mean": [744357.5], "std": [192.2574229169492], "count": [666]}, "task_index": {"min": [349.0], "max": [349.0], "mean": [349.0], "std": [0.0], "count": [666]}}} +{"episode_index": 2220, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36433111624785647]], [[0.30458025669308303]], [[0.23480579894425455]]], "std": [[[0.13762511101608335]], [[0.1306444279978249]], [[0.14530548055681405]]], "count": [139]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3234655646346893]], [[0.25191908901073073]], [[0.17117408669571696]]], "std": [[[0.19844760359422456]], [[0.1481141322890762]], [[0.10521823627196189]]], "count": [139]}, "state": {"min": [-0.47216305136680603, -0.3298589885234833, 0.9597288966178894, 2.5230913162231445, -0.22046157717704773, -0.9556319713592529, 0.0009964890778064728, -0.04001627862453461], "max": [-0.07406806945800781, 0.07795816659927368, 1.2307671308517456, 3.1112406253814697, 0.21394725143909454, 0.8643299341201782, 0.039921391755342484, -0.004319220781326294], "mean": [-0.2931525707244873, -0.1571984440088272, 1.1413782835006714, 2.891512632369995, 0.025405872613191605, -0.04119102284312248, 0.021536417305469513, -0.022717900574207306], "std": [0.11540663242340088, 0.11918406188488007, 0.06833825260400772, 0.1523977816104889, 0.09749072790145874, 0.5111590027809143, 0.014949355274438858, 0.014298231340944767], "count": [724]}, "actions": {"min": [-0.6901125907897949, -1.0009866952896118, -0.6712433099746704, -0.1789785921573639, -0.25161588191986084, -0.3285965025424957, -1.0], "max": [1.0279560089111328, 1.239566445350647, 1.2105412483215332, 0.26831039786338806, 0.20218881964683533, 0.4296771287918091, 1.0], "mean": [0.0019638454541563988, -0.027237452566623688, -0.0021209376864135265, -0.0027646345552057028, -0.001995394006371498, 0.005930651444941759, 0.20718231797218323], "std": [0.21383392810821533, 0.2465226948261261, 0.24580051004886627, 0.05696585029363632, 0.04772450029850006, 0.10221095383167267, 0.9782986044883728], "count": [724]}, "timestamp": {"min": [0.0], "max": [72.3], "mean": [36.15], "std": [20.900059808526866], "count": [724]}, "frame_index": {"min": [0], "max": [723], "mean": [361.5], "std": [209.00059808526865], "count": [724]}, "episode_index": {"min": [2220.0], "max": [2220.0], "mean": [2220.0], "std": [0.0], "count": [724]}, "index": {"min": [744691.0], "max": [745414.0], "mean": [745052.5], "std": [209.00059808526865], "count": [724]}, "task_index": {"min": [349.0], "max": [349.0], "mean": [349.0], "std": [0.0], "count": [724]}}} +{"episode_index": 2221, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3646669308408562]], [[0.3044000269551448]], [[0.23412719324907563]]], "std": [[[0.13664215996819348]], [[0.12982321134697444]], [[0.14481839114393483]]], "count": [146]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.32775059530179795]], [[0.25362367017788495]], [[0.16944468598387558]]], "std": [[[0.1984603579569071]], [[0.14557503299047622]], [[0.09855213414001912]]], "count": [146]}, "state": {"min": [-0.4909340739250183, -0.27461567521095276, 0.9589328765869141, 2.60648250579834, -0.34023338556289673, -0.8016083240509033, 0.004448659252375364, -0.040018267929553986], "max": [-0.07500755786895752, 0.08779316395521164, 1.2625417709350586, 3.2564072608947754, 0.21500226855278015, 0.508090078830719, 0.040007226169109344, -0.005448258016258478], "mean": [-0.3024202585220337, -0.13222815096378326, 1.1558098793029785, 2.9540555477142334, 0.02290956862270832, 0.005051754880696535, 0.022285180166363716, -0.022894982248544693], "std": [0.12237336486577988, 0.10816335678100586, 0.06768127530813217, 0.17253252863883972, 0.1289723664522171, 0.3938179314136505, 0.015104272402822971, 0.014702660962939262], "count": [773]}, "actions": {"min": [-1.3065440654754639, -0.79500412940979, -0.8231293559074402, -0.1918124407529831, -0.24261395633220673, -0.2834339439868927, -1.0], "max": [0.9589728713035583, 1.2348504066467285, 1.6215815544128418, 0.42778101563453674, 0.1648629903793335, 0.501829981803894, 1.0], "mean": [-0.004284820053726435, -0.025710122659802437, 0.0026405842509120703, -0.00015914688992779702, -0.002423610771074891, 0.002870049560442567, 0.15912030637264252], "std": [0.25410929322242737, 0.2249646633863449, 0.2390519678592682, 0.06234437972307205, 0.04582268372178078, 0.08568622171878815, 0.9872624278068542], "count": [773]}, "timestamp": {"min": [0.0], "max": [77.2], "mean": [38.6], "std": [22.31456923178218], "count": [773]}, "frame_index": {"min": [0], "max": [772], "mean": [386.0], "std": [223.1456923178218], "count": [773]}, "episode_index": {"min": [2221.0], "max": [2221.0], "mean": [2221.0], "std": [0.0], "count": [773]}, "index": {"min": [745415.0], "max": [746187.0], "mean": [745801.0], "std": [223.1456923178218], "count": [773]}, "task_index": {"min": [349.0], "max": [349.0], "mean": [349.0], "std": [0.0], "count": [773]}}} +{"episode_index": 2222, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3676222868668705]], [[0.3081677067336032]], [[0.2368643405864126]]], "std": [[[0.1401790347068345]], [[0.13337563964449262]], [[0.14755135711884332]]], "count": [158]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3574576916840213]], [[0.2763790794329005]], [[0.18653594220829647]]], "std": [[[0.19983765484724889]], [[0.14585768182295245]], [[0.09726601302331433]]], "count": [158]}, "state": {"min": [-0.5068529844284058, -0.2736249268054962, 0.9771829843521118, 2.67498517036438, -0.26127704977989197, -0.4769931733608246, 0.0027907334733754396, -0.04000520333647728], "max": [-0.0622340627014637, 0.22403891384601593, 1.2135933637619019, 3.3220632076263428, 0.08669620752334595, 0.7317332625389099, 0.04001247137784958, -0.003940193448215723], "mean": [-0.32458972930908203, -0.02032732218503952, 1.1196483373641968, 3.025858163833618, -0.09547511488199234, 0.211874857544899, 0.02387453429400921, -0.024234700947999954], "std": [0.11850885301828384, 0.17210416495800018, 0.059557002037763596, 0.17790108919143677, 0.090001679956913, 0.2590135335922241, 0.01571277529001236, 0.015338174998760223], "count": [860]}, "actions": {"min": [-0.8333067297935486, -1.086936593055725, -0.5725557804107666, -0.1913508176803589, -0.13675853610038757, -0.34213894605636597, -1.0], "max": [0.9525972604751587, 1.332214117050171, 0.8329935669898987, 0.3058823049068451, 0.1612817943096161, 0.26948025822639465, 1.0], "mean": [0.002757903654128313, -0.019018827006220818, -0.0018956201383844018, -0.0018178400350734591, -0.0018648908007889986, 0.0029175560921430588, 0.013953488320112228], "std": [0.20368534326553345, 0.2634228765964508, 0.17789296805858612, 0.055207282304763794, 0.03752154856920242, 0.06843338161706924, 0.9999017715454102], "count": [860]}, "timestamp": {"min": [0.0], "max": [85.9], "mean": [42.95], "std": [24.826044791710178], "count": [860]}, "frame_index": {"min": [0], "max": [859], "mean": [429.5], "std": [248.26044791710177], "count": [860]}, "episode_index": {"min": [2222.0], "max": [2222.0], "mean": [2222.0], "std": [0.0], "count": [860]}, "index": {"min": [746188.0], "max": [747047.0], "mean": [746617.5], "std": [248.26044791710177], "count": [860]}, "task_index": {"min": [350.0], "max": [350.0], "mean": [350.0], "std": [0.0], "count": [860]}}} +{"episode_index": 2223, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3648769195822589]], [[0.30495306443025344]], [[0.23308719934201708]]], "std": [[[0.13759236360004987]], [[0.12871019977984663]], [[0.14165176413246125]]], "count": [144]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9764705882352941]], [[0.9725490196078431]]], "mean": [[[0.32009185633108767]], [[0.24289937985488794]], [[0.1608481388466031]]], "std": [[[0.20288151563817627]], [[0.14777342083010556]], [[0.09267168383377787]]], "count": [144]}, "state": {"min": [-0.4788320064544678, -0.26479828357696533, 0.9807950854301453, 2.7474205493927, -0.10508981347084045, -0.7926468849182129, 0.0035338725429028273, -0.04001676291227341], "max": [-0.058625951409339905, 0.21331025660037994, 1.2241723537445068, 3.226525068283081, 0.43328016996383667, 0.15036454796791077, 0.040000203996896744, -0.003244448220357299], "mean": [-0.3158482313156128, -0.01468671765178442, 1.1279714107513428, 2.995697021484375, 0.15548761188983917, -0.08326311409473419, 0.02061689831316471, -0.020780226215720177], "std": [0.11180482059717178, 0.1772051751613617, 0.06289305537939072, 0.12288640439510345, 0.12133949249982834, 0.16918393969535828, 0.015481577254831791, 0.015372705645859241], "count": [760]}, "actions": {"min": [-0.9186221361160278, -1.282561182975769, -0.6715736985206604, -0.1831628680229187, -0.39526936411857605, -0.34423062205314636, -1.0], "max": [0.7375876307487488, 1.4003405570983887, 0.9044992327690125, 0.3907534182071686, 0.18216678500175476, 0.37499096989631653, 1.0], "mean": [0.004721600096672773, -0.02618921920657158, -0.001387168187648058, -0.0015767274890094995, 0.002883879467844963, 0.00022151587472762913, 0.20263157784938812], "std": [0.20215967297554016, 0.27473026514053345, 0.19450917840003967, 0.05566609278321266, 0.05253564566373825, 0.07336729019880295, 0.9792575240135193], "count": [760]}, "timestamp": {"min": [0.0], "max": [75.9], "mean": [37.95], "std": [21.939291237412387], "count": [760]}, "frame_index": {"min": [0], "max": [759], "mean": [379.5], "std": [219.39291237412388], "count": [760]}, "episode_index": {"min": [2223.0], "max": [2223.0], "mean": [2223.0], "std": [0.0], "count": [760]}, "index": {"min": [747048.0], "max": [747807.0], "mean": [747427.5], "std": [219.39291237412388], "count": [760]}, "task_index": {"min": [350.0], "max": [350.0], "mean": [350.0], "std": [0.0], "count": [760]}}} +{"episode_index": 2224, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36358722821403955]], [[0.3065106787588082]], [[0.2364895564060585]]], "std": [[[0.14751702752386364]], [[0.13857401835489627]], [[0.15245979581555624]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3624895450367647]], [[0.29020086131376377]], [[0.20393453740138634]]], "std": [[[0.18123068061343095]], [[0.13609962104184908]], [[0.10538990681876106]]], "count": [100]}, "state": {"min": [-0.3698015511035919, -0.1229841485619545, 0.9966421723365784, 1.9086538553237915, -0.22850802540779114, -0.29221734404563904, 0.013451983220875263, -0.04000473767518997], "max": [-0.05893169716000557, 0.15673227608203888, 1.262323021888733, 3.1931850910186768, 0.27630382776260376, 0.4196796119213104, 0.03996138274669647, -0.0167374424636364], "mean": [-0.2560769021511078, 0.01350973080843687, 1.1404832601547241, 2.6113481521606445, -0.03876996412873268, 0.1392444372177124, 0.021469835191965103, -0.022935176268219948], "std": [0.10957396775484085, 0.09465160220861435, 0.07346531748771667, 0.4540442228317261, 0.13450053334236145, 0.25076162815093994, 0.0106260497123003, 0.009726756252348423], "count": [395]}, "actions": {"min": [-0.8561028838157654, -0.7126471400260925, -0.7860119342803955, -0.26056399941444397, -0.20801502466201782, -0.16366206109523773, -1.0], "max": [0.5208767056465149, 0.6084585189819336, 0.7849987149238586, 0.09316977858543396, 0.18494053184986115, 0.18558666110038757, 1.0], "mean": [0.0007828511297702789, -0.014576916582882404, -0.020208017900586128, -0.025436565279960632, -0.0005586685729213059, 0.0008696569129824638, 0.5189873576164246], "std": [0.1993507742881775, 0.21518900990486145, 0.22150221467018127, 0.052186667919158936, 0.05293206125497818, 0.04710996896028519, 0.8547834157943726], "count": [395]}, "timestamp": {"min": [0.0], "max": [39.4], "mean": [19.7], "std": [11.402631275280282], "count": [395]}, "frame_index": {"min": [0], "max": [394], "mean": [197.0], "std": [114.02631275280281], "count": [395]}, "episode_index": {"min": [2224.0], "max": [2224.0], "mean": [2224.0], "std": [0.0], "count": [395]}, "index": {"min": [747808.0], "max": [748202.0], "mean": [748005.0], "std": [114.02631275280281], "count": [395]}, "task_index": {"min": [351.0], "max": [351.0], "mean": [351.0], "std": [0.0], "count": [395]}}} +{"episode_index": 2225, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36211891264073987]], [[0.30579224231196384]], [[0.2363319492714078]]], "std": [[[0.14683489394247357]], [[0.1373573159440141]], [[0.15090975100393617]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3659999263987822]], [[0.29006225944967834]], [[0.20073170620787378]]], "std": [[[0.18258670620983083]], [[0.14059891900947916]], [[0.11354719951814447]]], "count": [100]}, "state": {"min": [-0.3543538749217987, -0.13577164709568024, 0.9998315572738647, 1.9428577423095703, -0.12848715484142303, -0.3528463542461395, 0.013996156863868237, -0.04000355303287506], "max": [-0.06487001478672028, 0.09275266528129578, 1.233317255973816, 3.187479257583618, 0.41024768352508545, 0.27701687812805176, 0.03993799909949303, -0.01623792015016079], "mean": [-0.23878630995750427, -0.010346363298594952, 1.136473536491394, 2.6605334281921387, 0.07653167843818665, 0.021465573459863663, 0.0221274271607399, -0.023384692147374153], "std": [0.10029821842908859, 0.06742430478334427, 0.06328610330820084, 0.47354045510292053, 0.13325901329517365, 0.17379844188690186, 0.010224951431155205, 0.009470763616263866], "count": [352]}, "actions": {"min": [-1.0964198112487793, -0.6881545782089233, -0.4782273471355438, -0.3282025456428528, -0.21755777299404144, -0.20121729373931885, -1.0], "max": [0.8750932812690735, 0.5524927377700806, 1.113520860671997, 0.1318976879119873, 0.21656280755996704, 0.23805870115756989, 1.0], "mean": [0.013082739897072315, -0.03308791294693947, -0.014393338933587074, -0.02622632496058941, 0.002230061450973153, -0.00035863660741597414, 0.5170454382896423], "std": [0.23057438433170319, 0.18948262929916382, 0.21390849351882935, 0.061670802533626556, 0.056910451501607895, 0.051228251308202744, 0.8559581637382507], "count": [352]}, "timestamp": {"min": [0.0], "max": [35.1], "mean": [17.55], "std": [10.161323732663968], "count": [352]}, "frame_index": {"min": [0], "max": [351], "mean": [175.5], "std": [101.61323732663968], "count": [352]}, "episode_index": {"min": [2225.0], "max": [2225.0], "mean": [2225.0], "std": [0.0], "count": [352]}, "index": {"min": [748203.0], "max": [748554.0], "mean": [748378.5], "std": [101.61323732663968], "count": [352]}, "task_index": {"min": [351.0], "max": [351.0], "mean": [351.0], "std": [0.0], "count": [352]}}} +{"episode_index": 2226, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36348758652630975]], [[0.3072403217390472]], [[0.23761437449735753]]], "std": [[[0.14931596514466325]], [[0.14020291132014545]], [[0.154256694920554]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3606118517108992]], [[0.28974310362572764]], [[0.2047309217266008]]], "std": [[[0.17941986462675294]], [[0.13998409664568714]], [[0.11549769979023436]]], "count": [100]}, "state": {"min": [-0.3591266870498657, -0.13505715131759644, 0.9959863424301147, 1.9842604398727417, -0.2923809587955475, -0.37377649545669556, 0.01317453570663929, -0.04000867158174515], "max": [-0.06638813018798828, 0.0672321766614914, 1.230056881904602, 3.1820526123046875, 0.38391587138175964, 0.3074559271335602, 0.03984664008021355, -0.014215007424354553], "mean": [-0.24274727702140808, -0.02092558890581131, 1.1173346042633057, 2.567949056625366, -0.02054782584309578, 0.03277363255620003, 0.020369965583086014, -0.02185049094259739], "std": [0.09704306721687317, 0.059055350720882416, 0.06517720222473145, 0.4399302303791046, 0.15308354794979095, 0.22216209769248962, 0.01013284269720316, 0.009326513856649399], "count": [388]}, "actions": {"min": [-1.0375967025756836, -0.5892887711524963, -0.8449295163154602, -0.2918434739112854, -0.2605825364589691, -0.25056663155555725, -1.0], "max": [0.999754786491394, 0.7468839287757874, 0.9989461898803711, 0.2706091105937958, 0.2910324037075043, 0.25749024748802185, 1.0], "mean": [0.014041349291801453, -0.03244129195809364, -0.02081926353275776, -0.024707304313778877, 0.002668618457391858, -0.0016490465495735407, 0.592783510684967], "std": [0.23939090967178345, 0.1968759149312973, 0.2258652001619339, 0.06947795301675797, 0.06883203983306885, 0.06085518002510071, 0.8053652048110962], "count": [388]}, "timestamp": {"min": [0.0], "max": [38.7], "mean": [19.349999999999998], "std": [11.200558021813022], "count": [388]}, "frame_index": {"min": [0], "max": [387], "mean": [193.5], "std": [112.0055802181302], "count": [388]}, "episode_index": {"min": [2226.0], "max": [2226.0], "mean": [2226.0], "std": [0.0], "count": [388]}, "index": {"min": [748555.0], "max": [748942.0], "mean": [748748.5], "std": [112.0055802181302], "count": [388]}, "task_index": {"min": [351.0], "max": [351.0], "mean": [351.0], "std": [0.0], "count": [388]}}} +{"episode_index": 2227, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.355601089776731]], [[0.3004934638528263]], [[0.23279076310700061]]], "std": [[[0.14900985702315303]], [[0.13786327481662716]], [[0.14888653410971653]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.39824941956763177]], [[0.3114891949821921]], [[0.20893078194412532]]], "std": [[[0.18619809217464714]], [[0.13047274149368723]], [[0.08339523221382168]]], "count": [100]}, "state": {"min": [-0.3124972879886627, -0.25106102228164673, 1.001298427581787, 2.3056859970092773, -0.270378053188324, -0.2337576299905777, 0.016325226053595543, -0.03983176127076149], "max": [-0.17505060136318207, 0.24522177875041962, 1.2943227291107178, 3.304657220840454, 0.05178249999880791, 0.5425502061843872, 0.040008045732975006, -0.01477140560746193], "mean": [-0.24405956268310547, 0.04963422939181328, 1.1696339845657349, 2.9696547985076904, -0.10136228799819946, 0.0410490557551384, 0.02806345745921135, -0.028507905080914497], "std": [0.03914361819624901, 0.1762436181306839, 0.08829297125339508, 0.3581427335739136, 0.09827974438667297, 0.2855775058269501, 0.010208004154264927, 0.009759788401424885], "count": [200]}, "actions": {"min": [-0.42957165837287903, -1.5735111236572266, -0.7838844060897827, -0.4211036264896393, -0.18438492715358734, -0.1471685767173767, -1.0], "max": [0.5262356996536255, 1.0182251930236816, 1.0838594436645508, 0.2773161232471466, 0.20698735117912292, 0.17922450602054596, 1.0], "mean": [0.03952966630458832, -0.06240153685212135, 0.010538204573094845, -0.026603423058986664, -0.0032939896918833256, 0.013335805386304855, 0.07000000029802322], "std": [0.15540796518325806, 0.43003931641578674, 0.3317357003688812, 0.08405988663434982, 0.06479061394929886, 0.05511714518070221, 0.9975464940071106], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [2227.0], "max": [2227.0], "mean": [2227.0], "std": [0.0], "count": [200]}, "index": {"min": [748943.0], "max": [749142.0], "mean": [749042.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [352.0], "max": [352.0], "mean": [352.0], "std": [0.0], "count": [200]}}} +{"episode_index": 2228, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35410978429457723]], [[0.29853035481770834]], [[0.23033626302083332]]], "std": [[[0.14599225938032692]], [[0.13391204807696325]], [[0.14450834460986403]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3897545620787377]], [[0.30380798220166977]], [[0.2028836035634957]]], "std": [[[0.1858416368166633]], [[0.13031959609679303]], [[0.08334757292772156]]], "count": [100]}, "state": {"min": [-0.32621949911117554, -0.2794032692909241, 0.9982313513755798, 2.346435070037842, -0.22984352707862854, -0.22110317647457123, 0.01621323823928833, -0.04002726450562477], "max": [-0.19268423318862915, 0.23792743682861328, 1.2992879152297974, 3.2142786979675293, 0.1815880537033081, 0.49844515323638916, 0.040002863854169846, -0.013982328586280346], "mean": [-0.26194894313812256, 0.0636492446064949, 1.1549065113067627, 2.9783706665039062, -0.017446374520659447, 0.029132455587387085, 0.02894940972328186, -0.029018770903348923], "std": [0.04615618288516998, 0.17321564257144928, 0.08668816089630127, 0.30167657136917114, 0.12117893248796463, 0.2377602458000183, 0.010564365424215794, 0.010469944216310978], "count": [217]}, "actions": {"min": [-0.5043015480041504, -1.3088003396987915, -0.5689415335655212, -0.25127530097961426, -0.22477081418037415, -0.14306041598320007, -1.0], "max": [0.5438756346702576, 0.8609341382980347, 1.275765299797058, 0.22056974470615387, 0.23965594172477722, 0.25021594762802124, 1.0], "mean": [0.026774337515234947, -0.06808258593082428, 0.025023553520441055, -0.022194724529981613, -0.006822146009653807, 0.009639919735491276, -0.04147465527057648], "std": [0.15125495195388794, 0.39842286705970764, 0.3101961016654968, 0.07494227588176727, 0.06520278751850128, 0.054892707616090775, 0.9991400837898254], "count": [217]}, "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": [2228.0], "max": [2228.0], "mean": [2228.0], "std": [0.0], "count": [217]}, "index": {"min": [749143.0], "max": [749359.0], "mean": [749251.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [352.0], "max": [352.0], "mean": [352.0], "std": [0.0], "count": [217]}}} +{"episode_index": 2229, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35915384629193475]], [[0.3027009043974035]], [[0.23350934735466453]]], "std": [[[0.14458072502825836]], [[0.13379739547253527]], [[0.14616043861985809]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3677558839087393]], [[0.2917834544462316]], [[0.20210169833314187]]], "std": [[[0.18826797273171045]], [[0.13786179292620587]], [[0.10066004290843894]]], "count": [100]}, "state": {"min": [-0.30886247754096985, -0.19781023263931274, 0.9894945621490479, 2.108386993408203, -0.20282267034053802, -0.15701788663864136, 0.013808449730277061, -0.03997047245502472], "max": [-0.19743186235427856, 0.18673592805862427, 1.2587969303131104, 3.2400593757629395, 0.28167277574539185, 0.3316788673400879, 0.03993828222155571, -0.005309534724801779], "mean": [-0.2445351630449295, 0.03849862888455391, 1.1383320093154907, 2.7995002269744873, 0.0185873843729496, 0.033407606184482574, 0.027342448011040688, -0.02611623704433441], "std": [0.027973489835858345, 0.14892907440662384, 0.08053456991910934, 0.3968702554702759, 0.13433052599430084, 0.18945366144180298, 0.011963634751737118, 0.012029901146888733], "count": [186]}, "actions": {"min": [-0.3865361213684082, -1.0702111721038818, -0.9806333184242249, -0.3131256699562073, -0.229193776845932, -0.10674279928207397, -1.0], "max": [0.6327603459358215, 1.1194469928741455, 1.7517805099487305, 0.5938419699668884, 0.4895198345184326, 0.10600291937589645, 1.0], "mean": [0.035052523016929626, -0.054315827786922455, -0.0021186000667512417, -0.03566059097647667, 0.004333523102104664, 0.004807081539183855, 0.04301075264811516], "std": [0.17078350484371185, 0.3626454770565033, 0.3675340414047241, 0.10287230461835861, 0.08104793727397919, 0.042580872774124146, 0.9990745782852173], "count": [186]}, "timestamp": {"min": [0.0], "max": [18.5], "mean": [9.25], "std": [5.369279902060113], "count": [186]}, "frame_index": {"min": [0], "max": [185], "mean": [92.5], "std": [53.692799020601136], "count": [186]}, "episode_index": {"min": [2229.0], "max": [2229.0], "mean": [2229.0], "std": [0.0], "count": [186]}, "index": {"min": [749360.0], "max": [749545.0], "mean": [749452.5], "std": [53.692799020601136], "count": [186]}, "task_index": {"min": [352.0], "max": [352.0], "mean": [352.0], "std": [0.0], "count": [186]}}} +{"episode_index": 2230, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36062944898418353]], [[0.30404169778262863]], [[0.23503824510761334]]], "std": [[[0.14819072615505402]], [[0.13844973458210494]], [[0.15107582975702644]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40284491984049475]], [[0.3184557058296951]], [[0.21864953732958028]]], "std": [[[0.18552446777260462]], [[0.1328458405683461]], [[0.09477548404589907]]], "count": [100]}, "state": {"min": [-0.30272337794303894, -0.21857550740242004, 0.9928244948387146, 2.088426351547241, -0.2605140507221222, -0.08678066730499268, 0.015658162534236908, -0.040005873888731], "max": [-0.16711458563804626, 0.2293766438961029, 1.249492883682251, 3.117619514465332, 0.18437685072422028, 0.39475178718566895, 0.03995314612984657, -0.004530559293925762], "mean": [-0.23757943511009216, 0.07514896988868713, 1.1496634483337402, 2.8143882751464844, -0.10190991312265396, 0.10533083230257034, 0.029180914163589478, -0.028769031167030334], "std": [0.04460855945944786, 0.1611739844083786, 0.0673232302069664, 0.36692601442337036, 0.11085319519042969, 0.15109461545944214, 0.010732144117355347, 0.011022807098925114], "count": [226]}, "actions": {"min": [-0.3444678783416748, -1.3157659769058228, -1.0889538526535034, -0.2704022228717804, -0.16388718783855438, -0.14837054908275604, -1.0], "max": [0.5591176748275757, 0.6899489164352417, 0.9335467219352722, 0.4881763756275177, 0.46006137132644653, 0.17041359841823578, 1.0], "mean": [0.0177854485809803, -0.07010859996080399, -0.0030608023516833782, -0.023116031661629677, 0.0008335969178006053, 0.0010083807865157723, -0.02654867246747017], "std": [0.15028895437717438, 0.32501527667045593, 0.3015212416648865, 0.08631913363933563, 0.06752897053956985, 0.04684993997216225, 0.9996474981307983], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [2230.0], "max": [2230.0], "mean": [2230.0], "std": [0.0], "count": [226]}, "index": {"min": [749546.0], "max": [749771.0], "mean": [749658.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [352.0], "max": [352.0], "mean": [352.0], "std": [0.0], "count": [226]}}} +{"episode_index": 2231, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35401171575808055]], [[0.2986488210640702]], [[0.23071189491421568]]], "std": [[[0.14802455132436895]], [[0.1360085310150772]], [[0.146317565240127]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.39680950329350495]], [[0.3074422362084482]], [[0.2026230031929764]]], "std": [[[0.1917789031855603]], [[0.13445842891465237]], [[0.08296994672554717]]], "count": [100]}, "state": {"min": [-0.3533089756965637, -0.26418235898017883, 1.001921534538269, 2.936589479446411, -0.20053496956825256, -0.09467940777540207, 0.014994739554822445, -0.039911769330501556], "max": [-0.18025681376457214, 0.22856803238391876, 1.2668867111206055, 3.2648448944091797, 0.1480312943458557, 0.06564266234636307, 0.03999375179409981, -0.014119487255811691], "mean": [-0.2717757821083069, 0.053922686725854874, 1.1584970951080322, 3.168276786804199, -0.07330874353647232, -0.027540238574147224, 0.025618530809879303, -0.0255555659532547], "std": [0.06142440065741539, 0.16677410900592804, 0.08084896951913834, 0.06907514482736588, 0.10284613817930222, 0.04090375080704689, 0.011544906534254551, 0.011469216085970402], "count": [196]}, "actions": {"min": [-0.3925964832305908, -0.991769552230835, -0.8341706991195679, -0.20078478753566742, -0.12845052778720856, -0.20694699883460999, -1.0], "max": [0.49974024295806885, 0.8750699162483215, 0.9030061960220337, 0.12472166121006012, 0.1797288954257965, 0.12088757008314133, 1.0], "mean": [-0.005512907635420561, -0.11544514447450638, 0.0336671881377697, -0.013235935941338539, -0.007777614053338766, -0.0006463333265855908, 0.15306122601032257], "std": [0.157366544008255, 0.341340571641922, 0.29073184728622437, 0.05287275090813637, 0.043376944959163666, 0.04250050708651543, 0.9882161021232605], "count": [196]}, "timestamp": {"min": [0.0], "max": [19.5], "mean": [9.75], "std": [5.65795899596312], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [2231.0], "max": [2231.0], "mean": [2231.0], "std": [0.0], "count": [196]}, "index": {"min": [749772.0], "max": [749967.0], "mean": [749869.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [353.0], "max": [353.0], "mean": [353.0], "std": [0.0], "count": [196]}}} +{"episode_index": 2232, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3554384861366422]], [[0.29962446983187807]], [[0.2312632637771906]]], "std": [[[0.1454627500346632]], [[0.13391516132816628]], [[0.1450202594859613]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.40141199328852634]], [[0.31064327404545805]], [[0.2038418004653033]]], "std": [[[0.18826616247538902]], [[0.13190865674196073]], [[0.08086379041451135]]], "count": [100]}, "state": {"min": [-0.3377014100551605, -0.2417805790901184, 1.0031377077102661, 2.9049935340881348, -0.0773293748497963, -0.07884557545185089, 0.01393647026270628, -0.03984033316373825], "max": [-0.15917661786079407, 0.20126698911190033, 1.2514184713363647, 3.3327102661132812, 0.19801491498947144, 0.11789968609809875, 0.04000622034072876, -0.016388578340411186], "mean": [-0.25492724776268005, 0.050432831048965454, 1.1561318635940552, 3.2013447284698486, 0.0049877590499818325, 0.02884291298687458, 0.027813445776700974, -0.02788485772907734], "std": [0.06128837913274765, 0.15585240721702576, 0.0735674500465393, 0.10542882978916168, 0.07815529406070709, 0.0444050207734108, 0.011161752976477146, 0.010901514440774918], "count": [172]}, "actions": {"min": [-0.6904902458190918, -1.0436805486679077, -0.6126747727394104, -0.27079689502716064, -0.1738675981760025, -0.18144047260284424, -1.0], "max": [0.5096943378448486, 0.7566992044448853, 1.8419617414474487, 0.15242688357830048, 0.17635785043239594, 0.13550758361816406, 1.0], "mean": [-0.007307044230401516, -0.13442187011241913, 0.06669733673334122, -0.014655428938567638, -0.006894754245877266, -0.0026989909820258617, -0.011627906933426857], "std": [0.2185678780078888, 0.35656777024269104, 0.39553606510162354, 0.056765519082546234, 0.05551088601350784, 0.046811316162347794, 0.9999327659606934], "count": [172]}, "timestamp": {"min": [0.0], "max": [17.1], "mean": [8.549999999999999], "std": [4.965128397131337], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [2232.0], "max": [2232.0], "mean": [2232.0], "std": [0.0], "count": [172]}, "index": {"min": [749968.0], "max": [750139.0], "mean": [750053.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [353.0], "max": [353.0], "mean": [353.0], "std": [0.0], "count": [172]}}} +{"episode_index": 2233, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3539797794117647]], [[0.2978002349255132]], [[0.2290162239822687]]], "std": [[[0.1456830367257371]], [[0.13314328828078703]], [[0.14313595902710433]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3994070931228937]], [[0.30886386407590377]], [[0.20243789373659618]]], "std": [[[0.19134222002810353]], [[0.13448408063464046]], [[0.08304723000549641]]], "count": [100]}, "state": {"min": [-0.34293171763420105, -0.2614492177963257, 1.005082130432129, 3.0310628414154053, -0.17543432116508484, -0.17018666863441467, 0.015071362257003784, -0.03986465558409691], "max": [-0.19797849655151367, 0.2001499980688095, 1.3167414665222168, 3.3521530628204346, 0.10527510941028595, -0.017922375351190567, 0.04000582545995712, -0.015147771686315536], "mean": [-0.26714417338371277, 0.043896839022636414, 1.1814631223678589, 3.2115702629089355, -0.031790293753147125, -0.11384162306785583, 0.026660500094294548, -0.026441043242812157], "std": [0.05274740606546402, 0.17332787811756134, 0.10173928737640381, 0.08502192050218582, 0.07318432629108429, 0.036675840616226196, 0.011746835894882679, 0.01175591442734003], "count": [197]}, "actions": {"min": [-0.711286723613739, -1.0939921140670776, -0.4381801187992096, -0.19306352734565735, -0.18455418944358826, -0.1278078556060791, -1.0], "max": [0.32872655987739563, 0.8313003778457642, 1.2912358045578003, 0.16039952635765076, 0.21318601071834564, 0.10639998316764832, 1.0], "mean": [-0.00550435297191143, -0.1086963340640068, 0.06055421009659767, -0.009976811707019806, -0.004815097898244858, -0.0015747500583529472, 0.055837564170360565], "std": [0.14976532757282257, 0.36384084820747375, 0.31556737422943115, 0.049545496702194214, 0.056698158383369446, 0.037095807492733, 0.9984403848648071], "count": [197]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.799999999999999], "std": [5.686826883245172], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [2233.0], "max": [2233.0], "mean": [2233.0], "std": [0.0], "count": [197]}, "index": {"min": [750140.0], "max": [750336.0], "mean": [750238.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [353.0], "max": [353.0], "mean": [353.0], "std": [0.0], "count": [197]}}} +{"episode_index": 2234, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35374544689702053]], [[0.29852172612208944]], [[0.2309367358637791]]], "std": [[[0.14671992102695416]], [[0.1349622431529537]], [[0.14562373774678833]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40015016084558824]], [[0.3118189110849418]], [[0.20744315293255974]]], "std": [[[0.19084252128270968]], [[0.13324596780089845]], [[0.0821536426439265]]], "count": [100]}, "state": {"min": [-0.3533981740474701, -0.26790404319763184, 0.9979031682014465, 3.031872272491455, -0.09526579082012177, -0.3349369764328003, 0.01149081438779831, -0.04000411182641983], "max": [-0.17720627784729004, 0.210713192820549, 1.2590280771255493, 3.2713139057159424, 0.05362643674015999, -0.005168125964701176, 0.039970576763153076, -0.01676189713180065], "mean": [-0.2519237697124481, 0.05461810156702995, 1.1567084789276123, 3.1591053009033203, -0.04327630251646042, -0.15094183385372162, 0.027640702202916145, -0.027847634628415108], "std": [0.061888329684734344, 0.1645684689283371, 0.07883448898792267, 0.07114517688751221, 0.03321678563952446, 0.105777308344841, 0.01113874465227127, 0.011008608154952526], "count": [241]}, "actions": {"min": [-0.3048207759857178, -1.310004472732544, -0.5874358415603638, -0.24287153780460358, -0.09934127330780029, -0.12152517586946487, -1.0], "max": [0.34527769684791565, 0.5852894186973572, 0.6460694074630737, 0.13419027626514435, 0.1244606152176857, 0.15894995629787445, 1.0], "mean": [-0.008298111148178577, -0.08502831310033798, 0.02016410231590271, 0.0004189739120192826, -0.003115339670330286, -0.0012090501841157675, 0.062240663915872574], "std": [0.11705051362514496, 0.305744469165802, 0.23113425076007843, 0.04622207209467888, 0.035679761320352554, 0.04469883814454079, 0.9980619549751282], "count": [241]}, "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": [2234.0], "max": [2234.0], "mean": [2234.0], "std": [0.0], "count": [241]}, "index": {"min": [750337.0], "max": [750577.0], "mean": [750457.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [353.0], "max": [353.0], "mean": [353.0], "std": [0.0], "count": [241]}}} +{"episode_index": 2235, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3515597360648361]], [[0.29482744523590687]], [[0.22391239420572914]]], "std": [[[0.14062192571151924]], [[0.12639333473913245]], [[0.13682027918284037]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9803921568627451]]], "mean": [[[0.3621073303222656]], [[0.28487832880955116]], [[0.18620932006835936]]], "std": [[[0.1907106409252534]], [[0.14255182697934343]], [[0.08512771180119838]]], "count": [100]}, "state": {"min": [-0.3278436064720154, -0.28852027654647827, 0.9591463804244995, 3.104278326034546, -0.008349550887942314, -0.4854097366333008, 0.005329410079866648, -0.039887331426143646], "max": [-0.27324968576431274, 0.03901541605591774, 1.256948709487915, 3.3621132373809814, 0.20662827789783478, -0.012567191384732723, 0.039993882179260254, -0.004245860502123833], "mean": [-0.2965598404407501, -0.06010335311293602, 1.1236214637756348, 3.231497287750244, 0.08686618506908417, -0.3230801522731781, 0.018033647909760475, -0.017742227762937546], "std": [0.014261969365179539, 0.1138918548822403, 0.09970661997795105, 0.06461858004331589, 0.06600464880466461, 0.10808776319026947, 0.015939360484480858, 0.016082780435681343], "count": [183]}, "actions": {"min": [-0.21762658655643463, -0.7739758491516113, -0.5495492815971375, -0.11512626707553864, -0.14778661727905273, -0.15362514555454254, -1.0], "max": [0.1768346130847931, 0.18983303010463715, 1.2287489175796509, 0.23407797515392303, 0.09824328124523163, 0.10698927193880081, 1.0], "mean": [0.019964324310421944, -0.12577977776527405, 0.010617155581712723, -0.0035118451341986656, 0.0028355703689157963, -0.015331660397350788, 0.2786885201931], "std": [0.06796078383922577, 0.19452790915966034, 0.3234862983226776, 0.04008322209119797, 0.03970592841506004, 0.04109640419483185, 0.9603817462921143], "count": [183]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [2235.0], "max": [2235.0], "mean": [2235.0], "std": [0.0], "count": [183]}, "index": {"min": [750578.0], "max": [750760.0], "mean": [750669.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [338.0], "max": [338.0], "mean": [338.0], "std": [0.0], "count": [183]}}} +{"episode_index": 2236, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35349409155752143]], [[0.2970401216394761]], [[0.2263093070235907]]], "std": [[[0.14155967808162517]], [[0.12846433813701866]], [[0.13961355520977553]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3781090512743183]], [[0.29956782501819085]], [[0.2020177875593597]]], "std": [[[0.19076510775451083]], [[0.14346533616858478]], [[0.09618646688936555]]], "count": [100]}, "state": {"min": [-0.3406074643135071, -0.29974880814552307, 0.9642227292060852, 3.017002582550049, -0.18607667088508606, -0.42537716031074524, 0.005367211531847715, -0.03997877240180969], "max": [-0.26039907336235046, 0.05609705671668053, 1.3069432973861694, 3.3515636920928955, 0.014798215590417385, 0.023967508226633072, 0.03996746242046356, -0.005106294993311167], "mean": [-0.29923000931739807, -0.054005056619644165, 1.1582942008972168, 3.1810860633850098, -0.10781177878379822, -0.2956986725330353, 0.020514409989118576, -0.02028762549161911], "std": [0.028603002429008484, 0.12599293887615204, 0.10353437811136246, 0.08177806437015533, 0.05170833691954613, 0.11735416203737259, 0.016498049721121788, 0.01662585139274597], "count": [228]}, "actions": {"min": [-0.25932490825653076, -1.575423002243042, -0.5507015585899353, -0.32169076800346375, -0.18727008998394012, -0.22769923508167267, -1.0], "max": [0.27608853578567505, 0.3236304819583893, 1.2170265913009644, 0.2630787789821625, 0.2269774228334427, 0.13985930383205414, 1.0], "mean": [0.003974352031946182, -0.10183127224445343, 0.015759382396936417, -0.00013290421338751912, -0.001094247680157423, -0.012925175949931145, 0.11403508484363556], "std": [0.0874503031373024, 0.21316573023796082, 0.3020581603050232, 0.0573354996740818, 0.055712271481752396, 0.05311816185712814, 0.9934751987457275], "count": [228]}, "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": [2236.0], "max": [2236.0], "mean": [2236.0], "std": [0.0], "count": [228]}, "index": {"min": [750761.0], "max": [750988.0], "mean": [750874.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [338.0], "max": [338.0], "mean": [338.0], "std": [0.0], "count": [228]}}} +{"episode_index": 2237, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35615169869217217]], [[0.29881326114430146]], [[0.2269714899998085]]], "std": [[[0.14048410794123334]], [[0.12790343019412856]], [[0.13999435078101133]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3705196934120328]], [[0.2946463742723652]], [[0.20008096971698835]]], "std": [[[0.18933787306252822]], [[0.1428318903765182]], [[0.09620614019359866]]], "count": [100]}, "state": {"min": [-0.34052613377571106, -0.2888672649860382, 0.9747602343559265, 3.09252667427063, -0.16389791667461395, -0.4214234948158264, 0.00501406891271472, -0.039988670498132706], "max": [-0.2608693242073059, 0.025541625916957855, 1.2702313661575317, 3.222571849822998, -0.007805308792740107, 0.03823103755712509, 0.039954058825969696, -0.0048575447872281075], "mean": [-0.2992480993270874, -0.07247482240200043, 1.1335645914077759, 3.1636111736297607, -0.09561125934123993, -0.26933804154396057, 0.020091209560632706, -0.020047176629304886], "std": [0.02933308854699135, 0.11131768673658371, 0.10028235614299774, 0.037402860820293427, 0.05057373270392418, 0.1102067306637764, 0.016536565497517586, 0.016556749120354652], "count": [205]}, "actions": {"min": [-0.24449990689754486, -0.7241570949554443, -0.38079801201820374, -0.10744103044271469, -0.12322510033845901, -0.1515299379825592, -1.0], "max": [0.1984521895647049, 0.22180262207984924, 1.2147326469421387, 0.14991842210292816, 0.13320252299308777, 0.09267016500234604, 1.0], "mean": [-0.005431658588349819, -0.11467737704515457, 0.024969421327114105, -0.003212647046893835, -0.0010394727578386664, -0.015953030437231064, 0.1317073106765747], "std": [0.07144305855035782, 0.1844034343957901, 0.30907589197158813, 0.038947492837905884, 0.04227706789970398, 0.04231502115726471, 0.9912891387939453], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [2237.0], "max": [2237.0], "mean": [2237.0], "std": [0.0], "count": [205]}, "index": {"min": [750989.0], "max": [751193.0], "mean": [751091.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [338.0], "max": [338.0], "mean": [338.0], "std": [0.0], "count": [205]}}} +{"episode_index": 2238, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.35153754140816484]], [[0.2956104784198836]], [[0.2254420249789369]]], "std": [[[0.1427570500530624]], [[0.12935631451914528]], [[0.13992866793759093]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3685372709386489]], [[0.2915065570906097]], [[0.19400187952378217]]], "std": [[[0.19035860839782806]], [[0.1420312787244276]], [[0.08800669294861822]]], "count": [100]}, "state": {"min": [-0.35701629519462585, -0.2752300500869751, 0.9611057043075562, 3.127387285232544, -0.10840191692113876, -0.4603917896747589, 0.00495826406404376, -0.03989378735423088], "max": [-0.25530561804771423, 0.03561295568943024, 1.2805490493774414, 3.382020950317383, 0.06875278055667877, -0.006694725714623928, 0.04000512510538101, -0.0047375513240695], "mean": [-0.30515894293785095, -0.060133449733257294, 1.1362630128860474, 3.259681224822998, -0.02757483720779419, -0.3015132546424866, 0.019663099199533463, -0.019347485154867172], "std": [0.034580450505018234, 0.10481543838977814, 0.10366959124803543, 0.07119068503379822, 0.050134558230638504, 0.1169411912560463, 0.016490474343299866, 0.016614587977528572], "count": [230]}, "actions": {"min": [-0.2242724597454071, -0.9040389060974121, -0.5342066287994385, -0.18597732484340668, -0.29826125502586365, -0.24339841306209564, -1.0], "max": [0.33268895745277405, 0.2033674120903015, 0.9042743444442749, 0.1596756875514984, 0.18186980485916138, 0.2787644863128662, 1.0], "mean": [-0.001170958741568029, -0.10432208329439163, 0.010298420675098896, -0.0027350755408406258, 0.0005987467593513429, -0.01507832482457161, 0.156521737575531], "std": [0.08928855508565903, 0.17046764492988586, 0.27249544858932495, 0.0493268147110939, 0.05727236345410347, 0.05639195814728737, 0.9876744747161865], "count": [230]}, "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": [2238.0], "max": [2238.0], "mean": [2238.0], "std": [0.0], "count": [230]}, "index": {"min": [751194.0], "max": [751423.0], "mean": [751308.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [338.0], "max": [338.0], "mean": [338.0], "std": [0.0], "count": [230]}}} +{"episode_index": 2239, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35496906175800397]], [[0.2985958365646063]], [[0.22909870222503065]]], "std": [[[0.14429170252877]], [[0.1320855356961407]], [[0.14262498249974737]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.35821530869427853]], [[0.28453364592907476]], [[0.19813282087737438]]], "std": [[[0.17927106084604688]], [[0.1307026524432861]], [[0.09609892942854671]]], "count": [100]}, "state": {"min": [-0.38336819410324097, -0.2776428461074829, 0.9816743731498718, 2.3133904933929443, -0.28922513127326965, -0.15075300633907318, 0.011666445061564445, -0.039849527180194855], "max": [-0.3031870424747467, 0.20380768179893494, 1.3305447101593018, 3.2833166122436523, 0.039247483015060425, 0.527502179145813, 0.04000517725944519, -0.013267214410007], "mean": [-0.33935707807540894, 0.018833041191101074, 1.160136103630066, 2.939143419265747, -0.10469484329223633, 0.14718806743621826, 0.023832164704799652, -0.024260196834802628], "std": [0.02393447421491146, 0.17005613446235657, 0.10187589377164841, 0.3526409864425659, 0.10543213039636612, 0.24160926043987274, 0.012815204448997974, 0.012526264414191246], "count": [200]}, "actions": {"min": [-0.2642202079296112, -1.2928217649459839, -0.8564668297767639, -0.24691055715084076, -0.24545206129550934, -0.40178632736206055, -1.0], "max": [0.463180273771286, 0.9452522397041321, 1.5424797534942627, 0.323784202337265, 0.2332635223865509, 0.18616953492164612, 1.0], "mean": [0.0027255071327090263, -0.04948961362242699, 0.01976611465215683, -0.015441646799445152, -0.0073974053375422955, 0.007954235188663006, 0.15000000596046448], "std": [0.11865971237421036, 0.4058716297149658, 0.345967173576355, 0.08904150128364563, 0.07450101524591446, 0.062248047441244125, 0.9886866807937622], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [2239.0], "max": [2239.0], "mean": [2239.0], "std": [0.0], "count": [200]}, "index": {"min": [751424.0], "max": [751623.0], "mean": [751523.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [200]}}} +{"episode_index": 2240, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.354591366038603]], [[0.29944423301547185]], [[0.23151804067574297]]], "std": [[[0.14662830440986568]], [[0.1351551643294468]], [[0.14590167545872712]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.35342741304285386]], [[0.28178625189089307]], [[0.1975576656565947]]], "std": [[[0.18651828322610597]], [[0.13673696050925552]], [[0.10048509146445968]]], "count": [100]}, "state": {"min": [-0.3519822359085083, -0.2164214849472046, 0.9747225642204285, 2.2334446907043457, -0.3941011428833008, -0.21589311957359314, 0.012703982181847095, -0.0399189218878746], "max": [-0.26782017946243286, 0.2220824658870697, 1.263237476348877, 3.2238779067993164, 0.10505017638206482, 0.5108323693275452, 0.040003616362810135, -0.013831587508320808], "mean": [-0.31184619665145874, 0.061891425400972366, 1.1344996690750122, 2.9328970909118652, -0.09446270763874054, 0.08920253813266754, 0.025989579036831856, -0.025888774544000626], "std": [0.018851755186915398, 0.14661680161952972, 0.09303426742553711, 0.3417252004146576, 0.1355634331703186, 0.2771870195865631, 0.012119150720536709, 0.011966719292104244], "count": [232]}, "actions": {"min": [-0.37471291422843933, -0.6913658380508423, -0.7766642570495605, -0.2846605181694031, -0.1588069647550583, -0.42093485593795776, -1.0], "max": [0.3835793733596802, 0.8325093388557434, 0.7880096435546875, 0.5150573253631592, 0.5438567399978638, 0.17590002715587616, 1.0], "mean": [0.023908788338303566, -0.0547369159758091, -0.003109297016635537, -0.023187721148133278, -0.0014743609353899956, 0.005100192502140999, 0.08620689809322357], "std": [0.10496878623962402, 0.2985314130783081, 0.2790154218673706, 0.09238580614328384, 0.07969599962234497, 0.06321436166763306, 0.9962777495384216], "count": [232]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.697200907842021], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [2240.0], "max": [2240.0], "mean": [2240.0], "std": [0.0], "count": [232]}, "index": {"min": [751624.0], "max": [751855.0], "mean": [751739.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [232]}}} +{"episode_index": 2241, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35509746835746014]], [[0.2984901601753983]], [[0.22918275421740963]]], "std": [[[0.14321352686431735]], [[0.1309920085700918]], [[0.14148259594532656]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.35766187061983]], [[0.28256089453603705]], [[0.1957277233647365]]], "std": [[[0.17372537156141948]], [[0.12262821512750438]], [[0.08628554429633281]]], "count": [100]}, "state": {"min": [-0.4272809624671936, -0.22765466570854187, 0.9755501747131348, 2.2123420238494873, -0.2502700686454773, -0.043566055595874786, 0.011111346073448658, -0.03993861377239227], "max": [-0.29170188307762146, 0.22786231338977814, 1.2882165908813477, 3.2326438426971436, 0.12164903432130814, 0.46716755628585815, 0.04000145569443703, -0.009636487811803818], "mean": [-0.36364108324050903, 0.07114073634147644, 1.1412339210510254, 2.8859000205993652, -0.0865592211484909, 0.15089811384677887, 0.023246334865689278, -0.02269544079899788], "std": [0.04210424795746803, 0.1644054800271988, 0.09874292463064194, 0.3700842559337616, 0.10557420551776886, 0.17757371068000793, 0.013350213877856731, 0.012646527960896492], "count": [235]}, "actions": {"min": [-0.38908037543296814, -0.8988234996795654, -0.8652738928794861, -0.22449690103530884, -0.17508892714977264, -0.20760010182857513, -1.0], "max": [0.6594806909561157, 0.9026704430580139, 0.9230101704597473, 0.2943944036960602, 0.43615689873695374, 0.16817539930343628, 1.0], "mean": [0.0071344804018735886, -0.05083487182855606, -0.003638734808191657, -0.020303253084421158, -0.002627727808430791, 0.0022021580953150988, 0.20000000298023224], "std": [0.15113671123981476, 0.33602410554885864, 0.28515613079071045, 0.0818571224808693, 0.07030647993087769, 0.05568305402994156, 0.9797959327697754], "count": [235]}, "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": [2241.0], "max": [2241.0], "mean": [2241.0], "std": [0.0], "count": [235]}, "index": {"min": [751856.0], "max": [752090.0], "mean": [751973.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [235]}}} +{"episode_index": 2242, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3596265779383042]], [[0.3020492691339231]], [[0.23110059491325827]]], "std": [[[0.14015486535647517]], [[0.12906525753483333]], [[0.14151766756141843]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.34520323450425094]], [[0.2748886868345971]], [[0.19246278889973958]]], "std": [[[0.18023897536132502]], [[0.1321768940941616]], [[0.09744129199693138]]], "count": [100]}, "state": {"min": [-0.35536056756973267, -0.25162678956985474, 0.9746327996253967, 2.285931348800659, -0.39775902032852173, -0.42164474725723267, 0.012054999358952045, -0.03978407755494118], "max": [-0.30229583382606506, 0.24298502504825592, 1.2792130708694458, 3.351924180984497, 0.1536034345626831, 0.5302549004554749, 0.04001444950699806, -0.012310042046010494], "mean": [-0.33083125948905945, 0.04275616258382797, 1.124329924583435, 2.986525058746338, -0.08133183419704437, -0.010205576196312904, 0.026546673849225044, -0.026934020221233368], "std": [0.015019063837826252, 0.1605750173330307, 0.09667219966650009, 0.38383492827415466, 0.169955313205719, 0.35202133655548096, 0.011872215196490288, 0.011450788006186485], "count": [208]}, "actions": {"min": [-0.24774815142154694, -1.3870309591293335, -0.920185923576355, -0.31536972522735596, -0.1750192642211914, -0.18997588753700256, -1.0], "max": [0.35138586163520813, 1.0399370193481445, 1.0224770307540894, 0.43391159176826477, 0.3004607558250427, 0.2764819264411926, 1.0], "mean": [0.00157892273273319, -0.06730917096138, 0.011778281070291996, -0.02066696621477604, -0.007922652177512646, 0.007299869786947966, 0.048076923936605453], "std": [0.09933397173881531, 0.41196873784065247, 0.3073861300945282, 0.09442794322967529, 0.07253817468881607, 0.06982021033763885, 0.998843789100647], "count": [208]}, "timestamp": {"min": [0.0], "max": [20.7], "mean": [10.350000000000001], "std": [6.004373406109916], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [2242.0], "max": [2242.0], "mean": [2242.0], "std": [0.0], "count": [208]}, "index": {"min": [752091.0], "max": [752298.0], "mean": [752194.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [208]}}} +{"episode_index": 2243, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3549266686533012]], [[0.2981070353190104]], [[0.2285263791551777]]], "std": [[[0.14181334303567775]], [[0.12949097577365573]], [[0.1399766567703537]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.35247270591586244]], [[0.28074132822074144]], [[0.19624893188476564]]], "std": [[[0.1651522579542176]], [[0.11821437065976258]], [[0.0884716638840152]]], "count": [100]}, "state": {"min": [-0.4320911467075348, -0.1865646094083786, 0.9929765462875366, 2.174391269683838, -0.3608652651309967, -0.38605767488479614, 0.011438647285103798, -0.04000616446137428], "max": [-0.28923892974853516, 0.24262534081935883, 1.3179242610931396, 3.049992322921753, 0.0935153067111969, 0.5191359519958496, 0.040762435644865036, -0.013196174055337906], "mean": [-0.36467811465263367, 0.06974416226148605, 1.16190767288208, 2.7662906646728516, -0.08890410512685776, -0.033125631511211395, 0.025861212983727455, -0.0261734239757061], "std": [0.04431641846895218, 0.1403501331806183, 0.09479352086782455, 0.3254966735839844, 0.14790624380111694, 0.2910830080509186, 0.012766611762344837, 0.012181601487100124], "count": [210]}, "actions": {"min": [-0.43033817410469055, -0.8327724933624268, -0.9619765877723694, -0.20864644646644592, -0.1338149458169937, -0.29918044805526733, -1.0], "max": [0.37502849102020264, 1.3030486106872559, 1.054105281829834, 0.2619841396808624, 0.2876853942871094, 0.15916718542575836, 1.0], "mean": [-0.019546935334801674, -0.0375073216855526, -0.022738667204976082, -0.021916588768363, -0.003272686153650284, 0.005679342895746231, 0.05714285746216774], "std": [0.13963937759399414, 0.36441347002983093, 0.3551718294620514, 0.07856986671686172, 0.06521487236022949, 0.07006064802408218, 0.998365581035614], "count": [210]}, "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": [2243.0], "max": [2243.0], "mean": [2243.0], "std": [0.0], "count": [210]}, "index": {"min": [752299.0], "max": [752508.0], "mean": [752403.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [210]}}} +{"episode_index": 2244, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3556228416293275]], [[0.2987836016486673]], [[0.22896217974494487]]], "std": [[[0.1427962817228196]], [[0.13079906198034855]], [[0.14164696078537165]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3561830982881434]], [[0.27841786582797184]], [[0.18793174474379595]]], "std": [[[0.18592604415764585]], [[0.1322141661603617]], [[0.08783219258317075]]], "count": [100]}, "state": {"min": [-0.395309180021286, -0.26761677861213684, 0.9748478531837463, 2.9968695640563965, -0.2754499912261963, -0.28853797912597656, 0.01217882800847292, -0.03996608778834343], "max": [-0.3023120164871216, 0.2031022161245346, 1.2772306203842163, 3.3922107219696045, 0.006632354110479355, -0.01501424890011549, 0.03999222069978714, -0.011997850611805916], "mean": [-0.3594188690185547, 0.039489831775426865, 1.1499143838882446, 3.1807076930999756, -0.14407429099082947, -0.19079875946044922, 0.025442928075790405, -0.02535867877304554], "std": [0.024160796776413918, 0.1700625717639923, 0.09104470908641815, 0.10509957373142242, 0.08265893161296844, 0.06429866701364517, 0.013303755782544613, 0.013474293053150177], "count": [223]}, "actions": {"min": [-0.621320903301239, -1.4349501132965088, -0.7321090698242188, -0.2701908349990845, -0.24503128230571747, -0.2983493506908417, -1.0], "max": [0.3267576992511749, 0.7474457025527954, 1.3734225034713745, 0.18531684577465057, 0.1208544597029686, 0.1708168238401413, 1.0], "mean": [-0.005725977011024952, -0.09040394425392151, 0.022398361936211586, -0.0013351442757993937, -0.005612693727016449, -0.004780938383191824, 0.013452914543449879], "std": [0.11145002394914627, 0.35640332102775574, 0.3138187825679779, 0.06452445685863495, 0.04994528740644455, 0.05520465970039368, 0.9999104738235474], "count": [223]}, "timestamp": {"min": [0.0], "max": [22.2], "mean": [11.100000000000001], "std": [6.437390775772434], "count": [223]}, "frame_index": {"min": [0], "max": [222], "mean": [111.0], "std": [64.37390775772433], "count": [223]}, "episode_index": {"min": [2244.0], "max": [2244.0], "mean": [2244.0], "std": [0.0], "count": [223]}, "index": {"min": [752509.0], "max": [752731.0], "mean": [752620.0], "std": [64.37390775772433], "count": [223]}, "task_index": {"min": [354.0], "max": [354.0], "mean": [354.0], "std": [0.0], "count": [223]}}} +{"episode_index": 2245, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3534430883071002]], [[0.2973099407121247]], [[0.22808812758501837]]], "std": [[[0.14407379442867962]], [[0.13139175743214943]], [[0.14171170727417787]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35551420144473805]], [[0.27696278770297184]], [[0.18657669366574756]]], "std": [[[0.18361361997303088]], [[0.1302263579408157]], [[0.08673850364188249]]], "count": [100]}, "state": {"min": [-0.37974071502685547, -0.2882535457611084, 0.9779686331748962, 3.0931856632232666, -0.16986358165740967, -0.11773569881916046, 0.012133249081671238, -0.03974199295043945], "max": [-0.2803373634815216, 0.23840594291687012, 1.246816635131836, 3.422940969467163, 0.1109909787774086, 0.0996536985039711, 0.04001031816005707, -0.012148745357990265], "mean": [-0.34732869267463684, 0.03504383563995361, 1.1294105052947998, 3.288858413696289, -0.023718900978565216, -0.022415172308683395, 0.02523074671626091, -0.025175247341394424], "std": [0.027415666729211807, 0.18506769835948944, 0.08723533898591995, 0.08345687389373779, 0.09543182700872421, 0.05993817746639252, 0.013013474643230438, 0.012830184772610664], "count": [162]}, "actions": {"min": [-0.5409293174743652, -2.2486507892608643, -0.6233409643173218, -0.2296610027551651, -0.163829043507576, -0.15883560478687286, -1.0], "max": [0.44838717579841614, 0.9676342606544495, 1.5278886556625366, 0.1900358945131302, 0.12882304191589355, 0.20698609948158264, 1.0], "mean": [-0.01565774530172348, -0.15407152473926544, 0.03639429062604904, -0.007465271279215813, -0.008012296631932259, -0.003961250185966492, 0.03703703731298447], "std": [0.12153284251689911, 0.49859631061553955, 0.36776310205459595, 0.058103714138269424, 0.05246684327721596, 0.06240707263350487, 0.9993137717247009], "count": [162]}, "timestamp": {"min": [0.0], "max": [16.1], "mean": [8.049999999999999], "std": [4.676448082323449], "count": [162]}, "frame_index": {"min": [0], "max": [161], "mean": [80.5], "std": [46.76448082323449], "count": [162]}, "episode_index": {"min": [2245.0], "max": [2245.0], "mean": [2245.0], "std": [0.0], "count": [162]}, "index": {"min": [752732.0], "max": [752893.0], "mean": [752812.5], "std": [46.76448082323449], "count": [162]}, "task_index": {"min": [354.0], "max": [354.0], "mean": [354.0], "std": [0.0], "count": [162]}}} +{"episode_index": 2246, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35021393360811126]], [[0.29420817236806834]], [[0.2252481486002604]]], "std": [[[0.14326498287163056]], [[0.1291001293230504]], [[0.13807478518942043]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3521189814548867]], [[0.27455689433976715]], [[0.18525978477328434]]], "std": [[[0.17798621105806556]], [[0.12519653688549987]], [[0.08212381596378514]]], "count": [100]}, "state": {"min": [-0.35945725440979004, -0.22592215240001678, 0.9871892929077148, 3.0003700256347656, 0.011547015979886055, -0.1756165325641632, 0.013430490158498287, -0.03991534933447838], "max": [-0.28592178225517273, 0.24119490385055542, 1.2758805751800537, 3.315189838409424, 0.17622089385986328, 0.08066093176603317, 0.03996653109788895, -0.013552754186093807], "mean": [-0.3332098126411438, 0.03613220527768135, 1.14095938205719, 3.137989044189453, 0.08808698505163193, -0.08035755902528763, 0.025115685537457466, -0.02509835734963417], "std": [0.01911594159901142, 0.1758338361978531, 0.09295909851789474, 0.0816526859998703, 0.04013899713754654, 0.07357939332723618, 0.012159876525402069, 0.012205325067043304], "count": [219]}, "actions": {"min": [-0.2780880630016327, -0.8409197926521301, -0.571848452091217, -0.17776548862457275, -0.20778006315231323, -0.1386682391166687, -1.0], "max": [0.2696414291858673, 1.3736578226089478, 0.5570102334022522, 0.21399646997451782, 0.17851287126541138, 0.2754417359828949, 1.0], "mean": [-0.012382992543280125, -0.058936506509780884, 0.03582300245761871, -0.0016311823856085539, -0.002109120599925518, -0.002079164842143655, 0.11415524780750275], "std": [0.09698691964149475, 0.37586334347724915, 0.2359318882226944, 0.061091337352991104, 0.04784299433231354, 0.05369694158434868, 0.9934620261192322], "count": [219]}, "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": [2246.0], "max": [2246.0], "mean": [2246.0], "std": [0.0], "count": [219]}, "index": {"min": [752894.0], "max": [753112.0], "mean": [753003.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [354.0], "max": [354.0], "mean": [354.0], "std": [0.0], "count": [219]}}} +{"episode_index": 2247, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35476162959080115]], [[0.2979006670783548]], [[0.2279435957366345]]], "std": [[[0.14203839282920366]], [[0.12926511346157188]], [[0.1397994905182416]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3427355945063572]], [[0.2686050181669348]], [[0.18314136340571385]]], "std": [[[0.1862248008081265]], [[0.13355911460562106]], [[0.09064471308494604]]], "count": [100]}, "state": {"min": [-0.3802875876426697, -0.2769569456577301, 0.9796842932701111, 3.027930974960327, -0.1223754808306694, -0.009999671019613743, 0.012224774807691574, -0.03989880532026291], "max": [-0.2983759343624115, 0.19516503810882568, 1.2666577100753784, 3.424335241317749, 0.1525939553976059, 0.16340133547782898, 0.03997160494327545, -0.012183662503957748], "mean": [-0.3365732729434967, 0.002163627650588751, 1.1360785961151123, 3.193558931350708, 0.0096765561029315, 0.05138891935348511, 0.024126555770635605, -0.023970432579517365], "std": [0.022630397230386734, 0.18793663382530212, 0.09113381057977676, 0.0876060500741005, 0.08154300600290298, 0.037341438233852386, 0.012995410710573196, 0.013025468215346336], "count": [170]}, "actions": {"min": [-0.42834872007369995, -2.1897459030151367, -0.4649708569049835, -0.198604017496109, -0.20964115858078003, -0.17439621686935425, -1.0], "max": [0.3798002302646637, 0.8404179811477661, 1.2110697031021118, 0.35589298605918884, 0.13737809658050537, 0.19032391905784607, 1.0], "mean": [-0.0006182117504067719, -0.13675981760025024, 0.04664559289813042, -0.007917049340903759, -0.0053101531229913235, 0.003885603742673993, 0.11764705926179886], "std": [0.12950363755226135, 0.4688543677330017, 0.3192381262779236, 0.07139836251735687, 0.05531634762883186, 0.05787180736660957, 0.9930558800697327], "count": [170]}, "timestamp": {"min": [0.0], "max": [16.9], "mean": [8.45], "std": [4.907392382925988], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [2247.0], "max": [2247.0], "mean": [2247.0], "std": [0.0], "count": [170]}, "index": {"min": [753113.0], "max": [753282.0], "mean": [753197.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [354.0], "max": [354.0], "mean": [354.0], "std": [0.0], "count": [170]}}} +{"episode_index": 2248, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36021217974494485]], [[0.30346086748908546]], [[0.2328952475155101]]], "std": [[[0.14491317989333763]], [[0.13397102805677327]], [[0.14696984794977277]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39360679117838543]], [[0.30311395562863813]], [[0.19785194965437347]]], "std": [[[0.18787521080742395]], [[0.13017465989631843]], [[0.07568146387145422]]], "count": [100]}, "state": {"min": [-0.4389219880104065, -0.3017560839653015, 0.9884939789772034, 2.942488193511963, -0.3774532377719879, -0.54145747423172, 0.013104213401675224, -0.040007878094911575], "max": [-0.05587271600961685, 0.1883927285671234, 1.3243640661239624, 3.1926281452178955, 0.07963401824235916, 0.0869215875864029, 0.039961542934179306, -0.013517684303224087], "mean": [-0.22658927738666534, -0.0870804637670517, 1.181215524673462, 3.0715675354003906, -0.10856810212135315, -0.11079083383083344, 0.02825058065354824, -0.028555817902088165], "std": [0.11148878931999207, 0.14717450737953186, 0.09219919145107269, 0.062497854232788086, 0.12566271424293518, 0.14153724908828735, 0.012034201994538307, 0.011843804270029068], "count": [428]}, "actions": {"min": [-1.226587176322937, -1.3153789043426514, -0.7522191405296326, -0.16837355494499207, -0.14702866971492767, -0.23947982490062714, -1.0], "max": [0.7360029816627502, 1.0263432264328003, 1.5116488933563232, 0.24208498001098633, 0.16031120717525482, 0.26489022374153137, 1.0], "mean": [0.019819078966975212, -0.0552106611430645, 0.007351750507950783, -0.001979050226509571, 0.002182490425184369, -0.010611172765493393, -0.09345794469118118], "std": [0.28300929069519043, 0.34349915385246277, 0.3682628571987152, 0.05389528349041939, 0.05287754163146019, 0.062009282410144806, 0.9956221580505371], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [2248.0], "max": [2248.0], "mean": [2248.0], "std": [0.0], "count": [428]}, "index": {"min": [753283.0], "max": [753710.0], "mean": [753496.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [355.0], "max": [355.0], "mean": [355.0], "std": [0.0], "count": [428]}}} +{"episode_index": 2249, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35755183040300215]], [[0.3014102867278575]], [[0.2316828462629307]]], "std": [[[0.14470014673268883]], [[0.13312661564949596]], [[0.14528112703427767]]], "count": [119]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3972919961297938]], [[0.3050754624431344]], [[0.19767484012791697]]], "std": [[[0.19125454432011157]], [[0.13226783291269154]], [[0.0742348688356684]]], "count": [119]}, "state": {"min": [-0.3672218322753906, -0.2766316831111908, 0.9910870790481567, 2.962678909301758, -0.19023023545742035, -0.7064055800437927, 0.012758957222104073, -0.039982233196496964], "max": [-0.026518473401665688, 0.2199568748474121, 1.3196650743484497, 3.337435007095337, 0.042112141847610474, 0.02806842513382435, 0.04000799357891083, -0.015976475551724434], "mean": [-0.21552446484565735, -0.05644451081752777, 1.1908293962478638, 3.1747403144836426, -0.053709518164396286, -0.24838557839393616, 0.02888699620962143, -0.02889430709183216], "std": [0.10055305063724518, 0.1522989422082901, 0.0891936793923378, 0.09220166504383087, 0.059082649648189545, 0.1928681880235672, 0.01139921136200428, 0.011341244913637638], "count": [588]}, "actions": {"min": [-1.000240445137024, -1.3995684385299683, -0.5639733672142029, -0.27126550674438477, -0.17518039047718048, -0.2994547486305237, -1.0], "max": [0.8482732176780701, 1.1546908617019653, 0.9904513955116272, 0.2849178910255432, 0.17836688458919525, 0.18998269736766815, 1.0], "mean": [0.010140476748347282, -0.02752954699099064, 0.008426638320088387, -0.0010148010915145278, 0.0008165753679350019, -0.00825826171785593, -0.07823128998279572], "std": [0.21227328479290009, 0.2642216682434082, 0.26383090019226074, 0.05710521340370178, 0.040049921721220016, 0.0567844994366169, 0.9969390630722046], "count": [588]}, "timestamp": {"min": [0.0], "max": [58.7], "mean": [29.349999999999998], "std": [16.974073366951924], "count": [588]}, "frame_index": {"min": [0], "max": [587], "mean": [293.5], "std": [169.74073366951924], "count": [588]}, "episode_index": {"min": [2249.0], "max": [2249.0], "mean": [2249.0], "std": [0.0], "count": [588]}, "index": {"min": [753711.0], "max": [754298.0], "mean": [754004.5], "std": [169.74073366951924], "count": [588]}, "task_index": {"min": [355.0], "max": [355.0], "mean": [355.0], "std": [0.0], "count": [588]}}} +{"episode_index": 2250, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35566439825984647]], [[0.2986414375388285]], [[0.22790616325649907]]], "std": [[[0.14345940153556266]], [[0.1303910879603327]], [[0.1414238237648904]]], "count": [108]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.36930807940580745]], [[0.28239664425430905]], [[0.18178471750163824]]], "std": [[[0.1968869934941733]], [[0.13725645519320112]], [[0.07597477610110992]]], "count": [108]}, "state": {"min": [-0.40318962931632996, -0.28166475892066956, 0.9884474873542786, 2.8748250007629395, -0.10299237817525864, -0.8068101406097412, 0.014022983610630035, -0.04000718519091606], "max": [-0.023934902623295784, 0.19522614777088165, 1.348320484161377, 3.2588820457458496, 0.21689046919345856, 0.04666532576084137, 0.04000352323055267, -0.015120997093617916], "mean": [-0.2232692837715149, -0.08089619129896164, 1.1878125667572021, 3.0746536254882812, 0.060786277055740356, -0.3082525432109833, 0.028146183118224144, -0.028490742668509483], "std": [0.10255863517522812, 0.14856791496276855, 0.0974079817533493, 0.08175891637802124, 0.08475092798471451, 0.2101508378982544, 0.011701053008437157, 0.01153569296002388], "count": [520]}, "actions": {"min": [-1.9335739612579346, -1.101861834526062, -0.6554293036460876, -0.21350613236427307, -0.16209517419338226, -0.19894111156463623, -1.0], "max": [0.9308087229728699, 1.2675492763519287, 1.4916951656341553, 0.2534891366958618, 0.16045773029327393, 0.23384417593479156, 1.0], "mean": [0.0051125334575772285, -0.04072928801178932, 0.017420580610632896, 0.0002655874122865498, -0.0005824028048664331, -0.011018183082342148, -0.05384615436196327], "std": [0.2691461145877838, 0.317516028881073, 0.3201511800289154, 0.05984458699822426, 0.05062974989414215, 0.06017941236495972, 0.9985492825508118], "count": [520]}, "timestamp": {"min": [0.0], "max": [51.9], "mean": [25.95], "std": [15.011079241680127], "count": [520]}, "frame_index": {"min": [0], "max": [519], "mean": [259.5], "std": [150.11079241680127], "count": [520]}, "episode_index": {"min": [2250.0], "max": [2250.0], "mean": [2250.0], "std": [0.0], "count": [520]}, "index": {"min": [754299.0], "max": [754818.0], "mean": [754558.5], "std": [150.11079241680127], "count": [520]}, "task_index": {"min": [355.0], "max": [355.0], "mean": [355.0], "std": [0.0], "count": [520]}}} +{"episode_index": 2251, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3607465186025582]], [[0.30351650881299785]], [[0.2321872486787684]]], "std": [[[0.14794071288897886]], [[0.13760666550021639]], [[0.1506984276872336]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.385221305697572]], [[0.3021343222225414]], [[0.20262623027726717]]], "std": [[[0.18707186064463466]], [[0.13448005468437327]], [[0.09291452489710054]]], "count": [100]}, "state": {"min": [-0.48528987169265747, -0.3143848180770874, 0.9767867922782898, 2.833630084991455, -0.4970462918281555, -0.2344786822795868, 0.003646192839369178, -0.03997459635138512], "max": [-0.09814636409282684, 0.14697153866291046, 1.2815920114517212, 3.3457539081573486, 0.011499445885419846, 0.11977262049913406, 0.040003929287195206, -0.005909034051001072], "mean": [-0.28710120916366577, -0.06715767830610275, 1.1442794799804688, 3.124709129333496, -0.23666611313819885, -0.036528944969177246, 0.02450926974415779, -0.0247988011687994], "std": [0.11185330152511597, 0.12987759709358215, 0.08912377059459686, 0.11341726779937744, 0.13119706511497498, 0.09210650622844696, 0.014951249584555626, 0.014570459723472595], "count": [410]}, "actions": {"min": [-1.2951611280441284, -1.6095534563064575, -0.7169970870018005, -0.17919786274433136, -0.21212126314640045, -0.18750548362731934, -1.0], "max": [1.1059954166412354, 1.279197096824646, 1.7862021923065186, 0.1406329870223999, 0.19894224405288696, 0.20930679142475128, 1.0], "mean": [0.002460529562085867, -0.039566997438669205, 0.008779526688158512, -0.005859657656401396, -0.0027990033850073814, -0.002586015500128269, 0.043902438133955], "std": [0.28796854615211487, 0.3233606517314911, 0.3390865921974182, 0.046959131956100464, 0.058716293424367905, 0.05463579297065735, 0.9990358948707581], "count": [410]}, "timestamp": {"min": [0.0], "max": [40.9], "mean": [20.45], "std": [11.835645314050264], "count": [410]}, "frame_index": {"min": [0], "max": [409], "mean": [204.5], "std": [118.35645314050265], "count": [410]}, "episode_index": {"min": [2251.0], "max": [2251.0], "mean": [2251.0], "std": [0.0], "count": [410]}, "index": {"min": [754819.0], "max": [755228.0], "mean": [755023.5], "std": [118.35645314050265], "count": [410]}, "task_index": {"min": [356.0], "max": [356.0], "mean": [356.0], "std": [0.0], "count": [410]}}} +{"episode_index": 2252, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36054678943110446]], [[0.30332784854664524]], [[0.23227998621323528]]], "std": [[[0.14395907302442712]], [[0.13316357773067386]], [[0.14653680185153278]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3756401438993566]], [[0.29250356098249847]], [[0.1939880652334176]]], "std": [[[0.18642088637947388]], [[0.1322395463274593]], [[0.08704818224377964]]], "count": [100]}, "state": {"min": [-0.4511144459247589, -0.2805725634098053, 0.9555292129516602, 2.751617431640625, -0.26819881796836853, -0.14525876939296722, 0.00418428098782897, -0.04000846669077873], "max": [-0.05656478926539421, 0.1572122573852539, 1.2552573680877686, 3.1708285808563232, 0.13634897768497467, 0.07939021289348602, 0.03990485891699791, -0.0016460730694234371], "mean": [-0.2606380581855774, -0.05840020626783371, 1.1413195133209229, 3.0207161903381348, -0.07321348041296005, -0.02426173724234104, 0.02601827122271061, -0.026032747700810432], "std": [0.10768001526594162, 0.12408462911844254, 0.08889208734035492, 0.09551775455474854, 0.09390190243721008, 0.05120093375444412, 0.014202036894857883, 0.014405854977667332], "count": [400]}, "actions": {"min": [-1.245598554611206, -1.4370089769363403, -0.9911790490150452, -0.18603527545928955, -0.19360136985778809, -0.1728869080543518, -1.0], "max": [1.3833191394805908, 1.0585012435913086, 1.2127867937088013, 0.25150468945503235, 0.1551973819732666, 0.18895182013511658, 1.0], "mean": [0.01145104132592678, -0.03627067431807518, 0.00894225388765335, -0.0066719562746584415, -0.003560381941497326, -0.0027146018110215664, -0.06499999761581421], "std": [0.3108958899974823, 0.3318037986755371, 0.32284629344940186, 0.04935804009437561, 0.05121244862675667, 0.04798278585076332, 0.9978848695755005], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [2252.0], "max": [2252.0], "mean": [2252.0], "std": [0.0], "count": [400]}, "index": {"min": [755229.0], "max": [755628.0], "mean": [755428.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [356.0], "max": [356.0], "mean": [356.0], "std": [0.0], "count": [400]}}} +{"episode_index": 2253, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35934684184953275]], [[0.3025758900361903]], [[0.2316854954139859]]], "std": [[[0.14313876556653907]], [[0.13175682161655913]], [[0.14461351576218992]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3827970946068857]], [[0.29786829091988354]], [[0.1969867410098805]]], "std": [[[0.1823268868573145]], [[0.12881178843894092]], [[0.082150114165571]]], "count": [100]}, "state": {"min": [-0.4757339358329773, -0.2680984139442444, 0.9614965319633484, 2.948016881942749, -0.17625626921653748, -0.2048465758562088, 0.0023565299343317747, -0.03998640179634094], "max": [-0.04047320783138275, 0.11868174374103546, 1.2808847427368164, 3.2303688526153564, 0.1773841381072998, 0.07298742979764938, 0.040003906935453415, -0.005495550576597452], "mean": [-0.2676788568496704, -0.07229428738355637, 1.1397193670272827, 3.1112515926361084, -0.017864495515823364, -0.056430570781230927, 0.026085451245307922, -0.026617802679538727], "std": [0.12223579734563828, 0.11607078462839127, 0.08539798110723495, 0.06992380321025848, 0.08602949231863022, 0.07349934428930283, 0.01420990563929081, 0.013817748054862022], "count": [395]}, "actions": {"min": [-1.6813796758651733, -0.9464609622955322, -0.8826540112495422, -0.23345912992954254, -0.1719648838043213, -0.19670094549655914, -1.0], "max": [0.9361787438392639, 1.200635313987732, 1.0295774936676025, 0.3116964101791382, 0.14157305657863617, 0.1983359009027481, 1.0], "mean": [0.011353695765137672, -0.046035293489694595, 0.0027191652916371822, -0.0025667238514870405, -0.0006810497725382447, -0.0031666371505707502, -0.037974681705236435], "std": [0.3413940370082855, 0.31054866313934326, 0.31706809997558594, 0.05406908318400383, 0.05010334774851799, 0.05875905230641365, 0.9992795586585999], "count": [395]}, "timestamp": {"min": [0.0], "max": [39.4], "mean": [19.7], "std": [11.402631275280282], "count": [395]}, "frame_index": {"min": [0], "max": [394], "mean": [197.0], "std": [114.02631275280281], "count": [395]}, "episode_index": {"min": [2253.0], "max": [2253.0], "mean": [2253.0], "std": [0.0], "count": [395]}, "index": {"min": [755629.0], "max": [756023.0], "mean": [755826.0], "std": [114.02631275280281], "count": [395]}, "task_index": {"min": [356.0], "max": [356.0], "mean": [356.0], "std": [0.0], "count": [395]}}} +{"episode_index": 2254, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3530161838905484]], [[0.3001446066463695]], [[0.23075374229281556]]], "std": [[[0.14553118518478322]], [[0.13042670062209552]], [[0.14492107628303266]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3492437271417356]], [[0.2730699259440104]], [[0.18684358364928003]]], "std": [[[0.18538109115709836]], [[0.13093079892000273]], [[0.08770229375243953]]], "count": [100]}, "state": {"min": [-0.28922978043556213, -0.2698277235031128, 0.9894319176673889, 2.1936299800872803, -0.2515116035938263, -0.0963849276304245, 0.013758664019405842, -0.039917223155498505], "max": [-0.20192284882068634, 0.055665865540504456, 1.3245197534561157, 3.2112035751342773, 0.10782371461391449, 0.36328741908073425, 0.03996587544679642, -0.015573859214782715], "mean": [-0.24607519805431366, -0.06737598031759262, 1.1539170742034912, 2.8299193382263184, -0.028566846624016762, 0.08324854075908661, 0.02622659131884575, -0.0263120885938406], "std": [0.029167314991354942, 0.12160379439592361, 0.10106657445430756, 0.3640807569026947, 0.11300428956747055, 0.17184413969516754, 0.011995058506727219, 0.011254232376813889], "count": [167]}, "actions": {"min": [-0.4640277028083801, -0.7893853187561035, -0.8118383288383484, -0.45253145694732666, -0.16466757655143738, -0.12906555831432343, -1.0], "max": [0.6599550247192383, 0.6037836670875549, 1.1671987771987915, 0.43198162317276, 0.286136656999588, 0.10894500464200974, 1.0], "mean": [0.024593796581029892, -0.07634831964969635, 0.005825587548315525, -0.027643026784062386, -0.0002404971164651215, 0.002959436271339655, 0.041916169226169586], "std": [0.14849157631397247, 0.2836299538612366, 0.41715171933174133, 0.10257292538881302, 0.071710005402565, 0.04573721066117287, 0.9991205930709839], "count": [167]}, "timestamp": {"min": [0.0], "max": [16.6], "mean": [8.299999999999999], "std": [4.82078831727758], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [2254.0], "max": [2254.0], "mean": [2254.0], "std": [0.0], "count": [167]}, "index": {"min": [756024.0], "max": [756190.0], "mean": [756107.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [167]}}} +{"episode_index": 2255, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35273840930415135]], [[0.30056314266429224]], [[0.23132394708371629]]], "std": [[[0.14666237343252697]], [[0.13137971796201714]], [[0.14596236237899246]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.35178683890548407]], [[0.27777093864889707]], [[0.19198155002967984]]], "std": [[[0.1826203483288195]], [[0.12882777398607886]], [[0.08901069426512828]]], "count": [100]}, "state": {"min": [-0.307086318731308, -0.2238139659166336, 1.0040857791900635, 2.1059343814849854, -0.26035377383232117, -0.2879379987716675, 0.016723500564694405, -0.03990374132990837], "max": [-0.18846075236797333, 0.06105947867035866, 1.3027912378311157, 3.1832549571990967, 0.16118240356445312, 0.43733149766921997, 0.03994632139801979, -0.014498311094939709], "mean": [-0.2452247589826584, -0.058502282947301865, 1.1489813327789307, 2.7914161682128906, -0.014678878709673882, 0.05274760350584984, 0.02757709100842476, -0.02712513506412506], "std": [0.040906425565481186, 0.11118198931217194, 0.08603847026824951, 0.4024012088775635, 0.12324892729520798, 0.26619410514831543, 0.010351935401558876, 0.00995461642742157], "count": [179]}, "actions": {"min": [-0.8100508451461792, -0.8376239538192749, -1.2700737714767456, -0.45770448446273804, -0.218980610370636, -0.17292439937591553, -1.0], "max": [0.46545326709747314, 0.7731717824935913, 1.946045994758606, 0.31710633635520935, 0.4875582456588745, 0.26700377464294434, 1.0], "mean": [0.01719117909669876, -0.07915107905864716, 0.010820325464010239, -0.030683398246765137, -0.0022114524617791176, 0.0018279087962582707, 0.07262569665908813], "std": [0.17696112394332886, 0.21999816596508026, 0.3838854730129242, 0.09905599057674408, 0.07627144455909729, 0.06566847860813141, 0.9973589181900024], "count": [179]}, "timestamp": {"min": [0.0], "max": [17.8], "mean": [8.9], "std": [5.167204273105526], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [2255.0], "max": [2255.0], "mean": [2255.0], "std": [0.0], "count": [179]}, "index": {"min": [756191.0], "max": [756369.0], "mean": [756280.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [179]}}} +{"episode_index": 2256, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35185104130763634]], [[0.30088384590896905]], [[0.23166781556372548]]], "std": [[[0.14584552995197264]], [[0.12993379293271698]], [[0.14445215200532466]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.36236786666570925]], [[0.2852113533767999]], [[0.19761142985026042]]], "std": [[[0.1854546279666945]], [[0.13235078828384145]], [[0.09483881013281054]]], "count": [100]}, "state": {"min": [-0.3171798288822174, -0.20498022437095642, 1.0068210363388062, 2.138866901397705, -0.0868380069732666, 0.05808595195412636, 0.013894499279558659, -0.03999947011470795], "max": [-0.17478661239147186, 0.06952958554029465, 1.3473082780838013, 3.1474435329437256, 0.30183058977127075, 0.46792125701904297, 0.03995592147111893, -0.01560698077082634], "mean": [-0.23337134718894958, -0.02228241041302681, 1.1603412628173828, 2.8099193572998047, 0.036096952855587006, 0.22243352234363556, 0.027161039412021637, -0.028000710532069206], "std": [0.04368346184492111, 0.09630142152309418, 0.09523969143629074, 0.36588773131370544, 0.096408911049366, 0.14181190729141235, 0.011923898011446, 0.01141280960291624], "count": [205]}, "actions": {"min": [-0.776444137096405, -0.6351718306541443, -0.9380430579185486, -0.2482314109802246, -0.19321413338184357, -0.183573916554451, -1.0], "max": [0.7618333101272583, 0.8436583876609802, 1.9065781831741333, 0.3391124904155731, 0.355295866727829, 0.2030802071094513, 1.0], "mean": [0.035183556377887726, -0.04005935415625572, -0.006041267886757851, -0.023398539051413536, 0.0031241788528859615, 0.009148008190095425, -0.014634146355092525], "std": [0.17986902594566345, 0.2355404496192932, 0.37728267908096313, 0.085342638194561, 0.06795863807201385, 0.056183066219091415, 0.99989253282547], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [2256.0], "max": [2256.0], "mean": [2256.0], "std": [0.0], "count": [205]}, "index": {"min": [756370.0], "max": [756574.0], "mean": [756472.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [205]}}} +{"episode_index": 2257, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3491321470971201]], [[0.2966631798837699]], [[0.2266028149174709]]], "std": [[[0.14600511227033391]], [[0.12900770995804298]], [[0.14227645345411805]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35940547269933365]], [[0.28202973608877147]], [[0.19381061269722732]]], "std": [[[0.17691574199983798]], [[0.12336456227807653]], [[0.08317798435366718]]], "count": [100]}, "state": {"min": [-0.3322560787200928, -0.20724047720432281, 1.0179104804992676, 2.2044148445129395, -0.20271050930023193, 0.007703404873609543, 0.01376238465309143, -0.0398816242814064], "max": [-0.21741455793380737, 0.04724382609128952, 1.329965353012085, 3.2126078605651855, 0.20195645093917847, 0.44679564237594604, 0.039964865893125534, -0.01538155134767294], "mean": [-0.27605968713760376, -0.04662661254405975, 1.1722086668014526, 2.835636854171753, -0.032478149980306625, 0.20711512863636017, 0.0238052811473608, -0.024703295901417732], "std": [0.0392538346350193, 0.08272653818130493, 0.09943658858537674, 0.3771018385887146, 0.10785551369190216, 0.17929591238498688, 0.011798080056905746, 0.011191647499799728], "count": [178]}, "actions": {"min": [-0.4598727822303772, -0.5935494899749756, -0.8100175857543945, -0.2736111581325531, -0.1744818091392517, -0.12828312814235687, -1.0], "max": [0.48167333006858826, 0.613338053226471, 1.3083804845809937, 0.25328928232192993, 0.41157516837120056, 0.10587089508771896, 1.0], "mean": [0.013529249466955662, -0.0836106538772583, -0.009271761402487755, -0.032263606786727905, 0.0034066836815327406, 0.005957398563623428, 0.2247191071510315], "std": [0.1444188952445984, 0.1877257227897644, 0.3637319803237915, 0.08035015314817429, 0.07351917028427124, 0.04017510637640953, 0.9744231700897217], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [2257.0], "max": [2257.0], "mean": [2257.0], "std": [0.0], "count": [178]}, "index": {"min": [756575.0], "max": [756752.0], "mean": [756663.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [178]}}} +{"episode_index": 2258, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.352525305709386]], [[0.2964979358061674]], [[0.22656501540822033]]], "std": [[[0.14578969428596994]], [[0.13169143465835004]], [[0.14375101776731097]]], "count": [109]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.37537369457889236]], [[0.2932917252314307]], [[0.19875946291961094]]], "std": [[[0.1881551470568395]], [[0.13399749119140142]], [[0.08998218517047693]]], "count": [109]}, "state": {"min": [-0.5279951691627502, -0.2527661621570587, 0.9888768196105957, 2.7152483463287354, -0.36052972078323364, -1.054550290107727, 0.006208573933690786, -0.039994169026613235], "max": [-0.07914268225431442, 0.23102505505084991, 1.2719063758850098, 3.278015613555908, 0.06405152380466461, 0.193507581949234, 0.04000554233789444, -0.00617952411994338], "mean": [-0.30572444200515747, -0.025614790618419647, 1.1628382205963135, 3.0903284549713135, -0.11874312162399292, -0.17244942486286163, 0.024305356666445732, -0.024154309183359146], "std": [0.14968335628509521, 0.1546134650707245, 0.08084384351968765, 0.13010239601135254, 0.105414018034935, 0.40015697479248047, 0.014044892974197865, 0.014097269624471664], "count": [523]}, "actions": {"min": [-1.2560741901397705, -1.2086750268936157, -0.669734537601471, -0.2690111994743347, -0.2765320837497711, -0.3653968572616577, -1.0], "max": [1.4436522722244263, 1.8447661399841309, 1.1521466970443726, 0.3455696403980255, 0.2568063735961914, 0.5690662264823914, 1.0], "mean": [0.011336459778249264, -0.03136984631419182, 0.0177756417542696, -0.004872009623795748, -0.005244079045951366, -0.002032511169090867, 0.08604206144809723], "std": [0.3034401535987854, 0.31109365820884705, 0.2594768702983856, 0.06879668682813644, 0.05955968052148819, 0.09042432904243469, 0.996290385723114], "count": [523]}, "timestamp": {"min": [0.0], "max": [52.2], "mean": [26.099999999999998], "std": [15.097681941278271], "count": [523]}, "frame_index": {"min": [0], "max": [522], "mean": [261.0], "std": [150.9768194127827], "count": [523]}, "episode_index": {"min": [2258.0], "max": [2258.0], "mean": [2258.0], "std": [0.0], "count": [523]}, "index": {"min": [756753.0], "max": [757275.0], "mean": [757014.0], "std": [150.9768194127827], "count": [523]}, "task_index": {"min": [357.0], "max": [357.0], "mean": [357.0], "std": [0.0], "count": [523]}}} +{"episode_index": 2259, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35054837215647977]], [[0.2969452897614124]], [[0.2266483704810049]]], "std": [[[0.14793075027495928]], [[0.13135752952923868]], [[0.1440569444303875]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3793403679342831]], [[0.29527574008118873]], [[0.1981137653425628]]], "std": [[[0.18547503382616684]], [[0.13133364447753126]], [[0.08694144805842997]]], "count": [100]}, "state": {"min": [-0.4630813002586365, -0.3064248859882355, 0.9891395568847656, 2.876084089279175, -0.311956524848938, -1.0487103462219238, 0.003662689821794629, -0.040002088993787766], "max": [-0.09728986024856567, 0.21985191106796265, 1.2683242559432983, 3.327979803085327, 0.10913887619972229, 0.11392419040203094, 0.04001333937048912, -0.0036464787553995848], "mean": [-0.2837303578853607, -0.03938094899058342, 1.164439082145691, 3.102908134460449, -0.13612043857574463, -0.32147955894470215, 0.02445610612630844, -0.024697881191968918], "std": [0.12112408131361008, 0.159327432513237, 0.08469324558973312, 0.1204729825258255, 0.10623711347579956, 0.36595654487609863, 0.014645903371274471, 0.014517327770590782], "count": [434]}, "actions": {"min": [-1.2306615114212036, -1.161177158355713, -0.5771401524543762, -0.2211456149816513, -0.268031507730484, -0.3036603331565857, -1.0], "max": [1.0009338855743408, 2.104069948196411, 1.3029392957687378, 0.44374141097068787, 0.27235105633735657, 0.45340070128440857, 1.0], "mean": [0.019084615632891655, -0.03799799829721451, 0.01867566630244255, -0.004807138815522194, -0.0019563385285437107, -0.003709167940542102, 0.09216590225696564], "std": [0.28885090351104736, 0.3857857286930084, 0.29928815364837646, 0.067876435816288, 0.06028473749756813, 0.09718171507120132, 0.9957438707351685], "count": [434]}, "timestamp": {"min": [0.0], "max": [43.3], "mean": [21.650000000000002], "std": [12.528467583866751], "count": [434]}, "frame_index": {"min": [0], "max": [433], "mean": [216.5], "std": [125.28467583866751], "count": [434]}, "episode_index": {"min": [2259.0], "max": [2259.0], "mean": [2259.0], "std": [0.0], "count": [434]}, "index": {"min": [757276.0], "max": [757709.0], "mean": [757492.5], "std": [125.28467583866751], "count": [434]}, "task_index": {"min": [357.0], "max": [357.0], "mean": [357.0], "std": [0.0], "count": [434]}}} +{"episode_index": 2260, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35155221856809127]], [[0.29706439268822765]], [[0.22729389983532475]]], "std": [[[0.14934858151347025]], [[0.13435628142979156]], [[0.14687943518614174]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3860780071183747]], [[0.3018322161506204]], [[0.204085303811466]]], "std": [[[0.187239955119695]], [[0.13270601980710445]], [[0.08912607330525238]]], "count": [100]}, "state": {"min": [-0.4886784851551056, -0.29298004508018494, 0.9891221523284912, 2.8724021911621094, -0.45014795660972595, -1.0337531566619873, 0.003623669734224677, -0.039965756237506866], "max": [-0.09228697419166565, 0.22276775538921356, 1.2931772470474243, 3.2735908031463623, 0.01573149301111698, 0.09356173127889633, 0.04000838100910187, -0.0040199426002800465], "mean": [-0.29078835248947144, -0.0274993646889925, 1.1738239526748657, 3.1146605014801025, -0.19385384023189545, -0.21054822206497192, 0.023769231513142586, -0.02390952967107296], "std": [0.12399331480264664, 0.15681591629981995, 0.08637483417987823, 0.08407039940357208, 0.11523789167404175, 0.350171834230423, 0.015263428911566734, 0.015126644633710384], "count": [435]}, "actions": {"min": [-1.18730628490448, -1.1684576272964478, -0.901442289352417, -0.40427130460739136, -0.3036695420742035, -0.30776840448379517, -1.0], "max": [1.1284935474395752, 1.8222811222076416, 1.2728991508483887, 0.22255800664424896, 0.2962014973163605, 0.5059323906898499, 1.0], "mean": [0.010315083898603916, -0.035220276564359665, 0.00894223153591156, -0.003981849644333124, -0.0021766689606010914, -0.003329245839267969, 0.0436781607568264], "std": [0.32922065258026123, 0.37693965435028076, 0.32005295157432556, 0.06678479164838791, 0.0677265003323555, 0.09669405221939087, 0.9990454316139221], "count": [435]}, "timestamp": {"min": [0.0], "max": [43.4], "mean": [21.7], "std": [12.557335173780569], "count": [435]}, "frame_index": {"min": [0], "max": [434], "mean": [217.0], "std": [125.57335173780568], "count": [435]}, "episode_index": {"min": [2260.0], "max": [2260.0], "mean": [2260.0], "std": [0.0], "count": [435]}, "index": {"min": [757710.0], "max": [758144.0], "mean": [757927.0], "std": [125.57335173780568], "count": [435]}, "task_index": {"min": [357.0], "max": [357.0], "mean": [357.0], "std": [0.0], "count": [435]}}} +{"episode_index": 2261, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34858026661592373]], [[0.29591484638288906]], [[0.22459176037358303]]], "std": [[[0.14738766489419555]], [[0.12940997692433165]], [[0.1416817649396113]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35155250878427546]], [[0.27496840533088235]], [[0.18814132032207415]]], "std": [[[0.17182194266915976]], [[0.12351764776201032]], [[0.09037693013268976]]], "count": [100]}, "state": {"min": [-0.4909703731536865, -0.3340340852737427, 0.9733958840370178, 2.0973308086395264, -0.3052491843700409, -0.6846845746040344, 0.010946770198643208, -0.040009960532188416], "max": [-0.20129910111427307, 0.181437149643898, 1.353825330734253, 3.289470672607422, 0.4699805974960327, 0.5620548725128174, 0.03999992832541466, -0.012078845873475075], "mean": [-0.3207866847515106, -0.053468357771635056, 1.1661455631256104, 2.8870508670806885, -0.0008852627943269908, -0.06938674300909042, 0.026197951287031174, -0.027011729776859283], "std": [0.0872425064444542, 0.15961001813411713, 0.08909555524587631, 0.36933228373527527, 0.1780029684305191, 0.2856709659099579, 0.01271447166800499, 0.012055284343659878], "count": [418]}, "actions": {"min": [-1.1711082458496094, -1.5532493591308594, -1.0619314908981323, -0.390778124332428, -0.26416265964508057, -0.6161940693855286, -1.0], "max": [0.9266096353530884, 1.4673794507980347, 1.4361072778701782, 0.8824552893638611, 0.5540590286254883, 0.3961690664291382, 1.0], "mean": [0.01850367709994316, -0.023619091138243675, -0.0016684583388268948, -0.012546684592962265, 0.005731362849473953, -0.0013635883806273341, 0.014354066923260689], "std": [0.25063952803611755, 0.43815743923187256, 0.36016175150871277, 0.1160084530711174, 0.08610524237155914, 0.10169472545385361, 0.999896228313446], "count": [418]}, "timestamp": {"min": [0.0], "max": [41.7], "mean": [20.849999999999998], "std": [12.066586095495278], "count": [418]}, "frame_index": {"min": [0], "max": [417], "mean": [208.5], "std": [120.66586095495279], "count": [418]}, "episode_index": {"min": [2261.0], "max": [2261.0], "mean": [2261.0], "std": [0.0], "count": [418]}, "index": {"min": [758145.0], "max": [758562.0], "mean": [758353.5], "std": [120.66586095495279], "count": [418]}, "task_index": {"min": [358.0], "max": [358.0], "mean": [358.0], "std": [0.0], "count": [418]}}} +{"episode_index": 2262, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3485021338369332]], [[0.29644283279718137]], [[0.22549952967026654]]], "std": [[[0.14670555643449967]], [[0.12896888278683288]], [[0.14125585903481971]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.350760721244064]], [[0.2763309493719363]], [[0.190832664938534]]], "std": [[[0.1690654831259442]], [[0.11781622039242878]], [[0.0820254634001398]]], "count": [100]}, "state": {"min": [-0.5220581293106079, -0.3022176921367645, 0.9734166264533997, 1.9847655296325684, -0.37326690554618835, -1.1036415100097656, 0.011126362718641758, -0.04000678285956383], "max": [-0.17248138785362244, 0.2368025928735733, 1.3146388530731201, 3.1830379962921143, 0.12297037243843079, 0.6430490016937256, 0.03999053314328194, -0.010719171725213528], "mean": [-0.34548220038414, -0.050527963787317276, 1.1694538593292236, 2.900859832763672, -0.09451785683631897, -0.1945592612028122, 0.026901626959443092, -0.027219258248806], "std": [0.10125788301229477, 0.1598745584487915, 0.0903773084282875, 0.35000288486480713, 0.11178866773843765, 0.4805377423763275, 0.01217527687549591, 0.011830140836536884], "count": [459]}, "actions": {"min": [-1.1117167472839355, -1.281363606452942, -0.7466910481452942, -0.2657029926776886, -0.4020623564720154, -0.5967217683792114, -1.0], "max": [0.9642529487609863, 1.9254851341247559, 1.9385961294174194, 0.5628777146339417, 0.4682459831237793, 0.5722582936286926, 1.0], "mean": [0.015106095001101494, -0.03495115041732788, -0.0016501726349815726, -0.012883873656392097, 0.0017711695982143283, -0.0005037756636738777, 0.015250544995069504], "std": [0.23206792771816254, 0.3764055073261261, 0.31198543310165405, 0.10065200924873352, 0.0854300707578659, 0.11342228204011917, 0.9998825788497925], "count": [459]}, "timestamp": {"min": [0.0], "max": [45.8], "mean": [22.900000000000002], "std": [13.250157231771501], "count": [459]}, "frame_index": {"min": [0], "max": [458], "mean": [229.0], "std": [132.50157231771504], "count": [459]}, "episode_index": {"min": [2262.0], "max": [2262.0], "mean": [2262.0], "std": [0.0], "count": [459]}, "index": {"min": [758563.0], "max": [759021.0], "mean": [758792.0], "std": [132.50157231771504], "count": [459]}, "task_index": {"min": [358.0], "max": [358.0], "mean": [358.0], "std": [0.0], "count": [459]}}} +{"episode_index": 2263, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.349064759497549]], [[0.2984090348785999]], [[0.23143185963350185]]], "std": [[[0.14833118559996197]], [[0.1319563757900923]], [[0.14461489598360824]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.41088342883540135]], [[0.3185817153033088]], [[0.213320686489928]]], "std": [[[0.1859059216405583]], [[0.13204187150623564]], [[0.08540279417190909]]], "count": [100]}, "state": {"min": [-0.34842947125434875, -0.2277776002883911, 0.9952853322029114, 3.007676362991333, -0.04361288249492645, -0.05289909616112709, 0.0023177878465503454, -0.03989384323358536], "max": [-0.08453341573476791, 0.22631841897964478, 1.2855411767959595, 3.37388277053833, 0.14923597872257233, 0.13795799016952515, 0.04000347480177879, -0.003777165897190571], "mean": [-0.21625545620918274, 0.05267655476927757, 1.1669070720672607, 3.212583065032959, 0.061447180807590485, 0.03474738448858261, 0.020389055833220482, -0.020279979333281517], "std": [0.09537407010793686, 0.1536553055047989, 0.0899752527475357, 0.07891236990690231, 0.049738239496946335, 0.052504055202007294, 0.017308121547102928, 0.0172286219894886], "count": [196]}, "actions": {"min": [-0.9561603665351868, -1.628055214881897, -0.9539055228233337, -0.18964217603206635, -0.1604146808385849, -0.15114916861057281, -1.0], "max": [1.0452035665512085, 0.7874516248703003, 0.9006837606430054, 0.20317986607551575, 0.16616445779800415, 0.12865377962589264, 1.0], "mean": [0.013347980566322803, -0.11151730269193649, 0.027440788224339485, -0.007976263761520386, -0.0016283049480989575, 0.000609389622695744, 0.08163265138864517], "std": [0.3075031638145447, 0.3961156904697418, 0.3174687325954437, 0.05791853740811348, 0.04913545027375221, 0.04835931956768036, 0.9966625571250916], "count": [196]}, "timestamp": {"min": [0.0], "max": [19.5], "mean": [9.75], "std": [5.65795899596312], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [2263.0], "max": [2263.0], "mean": [2263.0], "std": [0.0], "count": [196]}, "index": {"min": [759022.0], "max": [759217.0], "mean": [759119.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [196]}}} +{"episode_index": 2264, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3585434330958946]], [[0.30456218764361215]], [[0.23615193146350336]]], "std": [[[0.14798890485607122]], [[0.13548331745099315]], [[0.15051637036790919]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.43766023942536]], [[0.34500316365559897]], [[0.23488877120672488]]], "std": [[[0.17969478067053507]], [[0.12792676236613815]], [[0.09345724852841236]]], "count": [100]}, "state": {"min": [-0.3314759135246277, -0.204759418964386, 0.9910565614700317, 2.915311336517334, -0.26293322443962097, -0.056639958173036575, 0.0033599764574319124, -0.039951227605342865], "max": [-0.10317669063806534, 0.22526602447032928, 1.295398235321045, 3.1948890686035156, 0.0015571402618661523, 0.15177476406097412, 0.03999407961964607, -0.0038956981152296066], "mean": [-0.21926242113113403, 0.062154218554496765, 1.1787160634994507, 3.101813316345215, -0.15841816365718842, 0.08410483598709106, 0.018354956060647964, -0.018405236303806305], "std": [0.083940789103508, 0.15444068610668182, 0.0957903265953064, 0.06875070929527283, 0.06937701255083084, 0.06380002200603485, 0.017036166042089462, 0.016977330669760704], "count": [220]}, "actions": {"min": [-1.424839735031128, -1.171972632408142, -0.7937666177749634, -0.2435069978237152, -0.1960432380437851, -0.16869217157363892, -1.0], "max": [0.5898324251174927, 0.7992401123046875, 1.4762767553329468, 0.17142553627490997, 0.19902172684669495, 0.18843679130077362, 1.0], "mean": [-0.0017246379284188151, -0.08538797497749329, -0.002881759312003851, -0.005246893502771854, -0.0003480787854641676, -0.002882899483665824, 0.19090908765792847], "std": [0.23593610525131226, 0.30923396348953247, 0.32640138268470764, 0.04275376722216606, 0.0554632805287838, 0.046274591237306595, 0.9816086292266846], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [2264.0], "max": [2264.0], "mean": [2264.0], "std": [0.0], "count": [220]}, "index": {"min": [759218.0], "max": [759437.0], "mean": [759327.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [220]}}} +{"episode_index": 2265, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35035367898380054]], [[0.29932558246687346]], [[0.23120789950501686]]], "std": [[[0.14672704570131942]], [[0.13001020390706472]], [[0.14319708111868013]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.4101156867532169]], [[0.31872403612323835]], [[0.21393848314472275]]], "std": [[[0.18404975871479798]], [[0.1308086800122691]], [[0.08775710147256605]]], "count": [100]}, "state": {"min": [-0.3231893479824066, -0.22454285621643066, 0.9954730868339539, 2.933274030685425, -0.08977599442005157, -0.0368325337767601, 0.003821582067757845, -0.039914995431900024], "max": [-0.10281180590391159, 0.22905948758125305, 1.276519536972046, 3.2812716960906982, 0.18091902136802673, 0.14102135598659515, 0.0400032214820385, -0.0035905998665839434], "mean": [-0.2240980565547943, 0.05841204896569252, 1.1644748449325562, 3.1621432304382324, 0.048823870718479156, 0.06005914881825447, 0.021439874544739723, -0.021268557757139206], "std": [0.08436513692140579, 0.15471237897872925, 0.08626338839530945, 0.09166176617145538, 0.07703612744808197, 0.05695658177137375, 0.01728203147649765, 0.017276063561439514], "count": [206]}, "actions": {"min": [-0.6640815138816833, -2.364995002746582, -0.48457083106040955, -0.1501772403717041, -0.13521525263786316, -0.15691854059696198, -1.0], "max": [0.605165421962738, 0.9708623290061951, 0.8488897085189819, 0.12781503796577454, 0.12016932666301727, 0.13515493273735046, 1.0], "mean": [0.013065161183476448, -0.09759312868118286, 0.0350707471370697, -0.008857520297169685, -0.003835597774013877, -0.0017368084518238902, 0.019417475908994675], "std": [0.24321356415748596, 0.3858170509338379, 0.2992083430290222, 0.04460292309522629, 0.045246466994285583, 0.043863795697689056, 0.9998124837875366], "count": [206]}, "timestamp": {"min": [0.0], "max": [20.5], "mean": [10.25], "std": [5.9466377054601205], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [2265.0], "max": [2265.0], "mean": [2265.0], "std": [0.0], "count": [206]}, "index": {"min": [759438.0], "max": [759643.0], "mean": [759540.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [206]}}} +{"episode_index": 2266, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35315544876397825]], [[0.29975736072016695]], [[0.23311447023877913]]], "std": [[[0.14828175770373322]], [[0.13491836382938954]], [[0.14778634321588124]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4327268874224494]], [[0.33791890641754746]], [[0.2269126138126149]]], "std": [[[0.1798188520869075]], [[0.1265003254165311]], [[0.08741087465777495]]], "count": [100]}, "state": {"min": [-0.29246941208839417, -0.23733031749725342, 0.9886105060577393, 2.9237520694732666, -0.08852358162403107, -0.020048992708325386, 0.0038779564201831818, -0.039961230009794235], "max": [-0.08878684043884277, 0.2210017889738083, 1.295174479484558, 3.2178618907928467, 0.10497498512268066, 0.1801663488149643, 0.039969634264707565, -0.003880174597725272], "mean": [-0.19253666698932648, 0.03708922863006592, 1.1776292324066162, 3.117672920227051, -0.026886077597737312, 0.08740253001451492, 0.019755113869905472, -0.019743703305721283], "std": [0.07476694136857986, 0.17185333371162415, 0.09678518772125244, 0.08057790249586105, 0.05001451447606087, 0.0630616694688797, 0.01716470532119274, 0.017152313143014908], "count": [198]}, "actions": {"min": [-0.4828287363052368, -1.4340298175811768, -1.0639643669128418, -0.2040777951478958, -0.17595869302749634, -0.11616681516170502, -1.0], "max": [0.4903281033039093, 0.593199610710144, 0.8895412087440491, 0.23441597819328308, 0.19375281035900116, 0.21434877812862396, 1.0], "mean": [-0.006160890217870474, -0.10193333774805069, 0.02034560777246952, -0.005465328227728605, -0.004072233103215694, -0.0012668329291045666, 0.1111111119389534], "std": [0.21488749980926514, 0.3485931158065796, 0.33364543318748474, 0.04749245196580887, 0.049909673631191254, 0.0437285490334034, 0.9938092231750488], "count": [198]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.715694766751167], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [2266.0], "max": [2266.0], "mean": [2266.0], "std": [0.0], "count": [198]}, "index": {"min": [759644.0], "max": [759841.0], "mean": [759742.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [198]}}} +{"episode_index": 2267, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35744990569469975]], [[0.3074095476935892]], [[0.237907875809015]]], "std": [[[0.14570145184572483]], [[0.1306914419148144]], [[0.14838067515800837]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.38683376057942703]], [[0.2982299828622855]], [[0.1906374086866192]]], "std": [[[0.18816011652569417]], [[0.12449569790053178]], [[0.06761330956964222]]], "count": [100]}, "state": {"min": [-0.30185604095458984, -0.25322309136390686, 0.994827926158905, 3.041635274887085, -0.15976230800151825, -0.3680771589279175, 0.017746206372976303, -0.04000527411699295], "max": [-0.03064090944826603, 0.009426170028746128, 1.2735196352005005, 3.2399861812591553, 0.0938870832324028, 0.01955649070441723, 0.039939649403095245, -0.017618421465158463], "mean": [-0.15569743514060974, -0.17481599748134613, 1.1665624380111694, 3.127723217010498, -0.009764051996171474, -0.22014686465263367, 0.030555853620171547, -0.030581677332520485], "std": [0.09741628915071487, 0.05673152953386307, 0.07987368106842041, 0.05150561407208443, 0.08034077286720276, 0.11785786598920822, 0.010469756089150906, 0.010494389571249485], "count": [227]}, "actions": {"min": [-0.7373290061950684, -1.4467308521270752, -0.4384825825691223, -0.18728585541248322, -0.11872296035289764, -0.20757529139518738, -1.0], "max": [1.053941249847412, 0.5635889172554016, 1.1094932556152344, 0.12870226800441742, 0.07774213701486588, 0.16867929697036743, 1.0], "mean": [0.006832676008343697, -0.09092435240745544, 0.024560339748859406, -0.002981233410537243, -0.011766398325562477, -0.010270921513438225, -0.18061673641204834], "std": [0.2621549069881439, 0.2681480050086975, 0.27255678176879883, 0.04501740634441376, 0.03694721311330795, 0.050440408289432526, 0.9835537672042847], "count": [227]}, "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": [2267.0], "max": [2267.0], "mean": [2267.0], "std": [0.0], "count": [227]}, "index": {"min": [759842.0], "max": [760068.0], "mean": [759955.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [359.0], "max": [359.0], "mean": [359.0], "std": [0.0], "count": [227]}}} +{"episode_index": 2268, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36344154447667737]], [[0.310264518588197]], [[0.24068417119044885]]], "std": [[[0.1445499712371783]], [[0.13347618500487546]], [[0.15223164837720532]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.39706134452071845]], [[0.3091023846794577]], [[0.1999673246495864]]], "std": [[[0.18542459489801974]], [[0.12271795115542972]], [[0.07091209713901352]]], "count": [100]}, "state": {"min": [-0.382817804813385, -0.26675522327423096, 0.99712073802948, 3.0895638465881348, -0.38614872097969055, -0.2930310070514679, 0.014715928584337234, -0.040002740919589996], "max": [-0.04507213830947876, -0.007523955311626196, 1.3086010217666626, 3.24916934967041, -0.002806970616802573, -0.0391540452837944, 0.040002770721912384, -0.014705740846693516], "mean": [-0.17984113097190857, -0.1850077360868454, 1.1736080646514893, 3.1676509380340576, -0.16093723475933075, -0.12339664250612259, 0.028969503939151764, -0.028936218470335007], "std": [0.11773859709501266, 0.0557732880115509, 0.09044916927814484, 0.04319506883621216, 0.12038151174783707, 0.07579480111598969, 0.012158709578216076, 0.012129625305533409], "count": [219]}, "actions": {"min": [-0.9445092678070068, -0.8041741251945496, -0.8661169409751892, -0.10425937175750732, -0.14705881476402283, -0.14903555810451508, -1.0], "max": [0.8033343553543091, 0.20684556663036346, 1.1074028015136719, 0.14443284273147583, 0.1379595696926117, 0.17362450063228607, 1.0], "mean": [-0.022858791053295135, -0.0874963253736496, 0.018939878791570663, -0.0004988112486898899, -0.0133409034460783, -0.008273045532405376, -0.15981735289096832], "std": [0.30347442626953125, 0.17108675837516785, 0.33365586400032043, 0.035919174551963806, 0.04637143760919571, 0.04748932272195816, 0.9871456027030945], "count": [219]}, "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": [2268.0], "max": [2268.0], "mean": [2268.0], "std": [0.0], "count": [219]}, "index": {"min": [760069.0], "max": [760287.0], "mean": [760178.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [359.0], "max": [359.0], "mean": [359.0], "std": [0.0], "count": [219]}}} +{"episode_index": 2269, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3625992389753753]], [[0.3118725681678921]], [[0.24187318450329348]]], "std": [[[0.14402072885547496]], [[0.13072442265332687]], [[0.15055476400612955]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.40164498183306524]], [[0.3116592335420496]], [[0.20116967115215226]]], "std": [[[0.17948746127408022]], [[0.11762376304164832]], [[0.06730597724254613]]], "count": [100]}, "state": {"min": [-0.31954994797706604, -0.26326099038124084, 0.9957025051116943, 3.0448873043060303, -0.289526104927063, -0.320400208234787, 0.01668134145438671, -0.04000594839453697], "max": [-0.04621995985507965, 0.003523328108713031, 1.2710152864456177, 3.2099454402923584, 0.10612223297357559, 0.04054219648241997, 0.040002744644880295, -0.016853708773851395], "mean": [-0.16386671364307404, -0.16956374049186707, 1.1624760627746582, 3.129087209701538, -0.09193030744791031, -0.1422308385372162, 0.030835576355457306, -0.03107629157602787], "std": [0.09752707183361053, 0.07114601880311966, 0.0759519562125206, 0.0382971465587616, 0.11933248490095139, 0.10553766787052155, 0.01067828107625246, 0.01042839977890253], "count": [228]}, "actions": {"min": [-0.7350874543190002, -0.6436507701873779, -0.7277021408081055, -0.15641279518604279, -0.13945934176445007, -0.18810904026031494, -1.0], "max": [0.7093756198883057, 0.21658289432525635, 0.9760286211967468, 0.15315015614032745, 0.1121373325586319, 0.17928041517734528, 1.0], "mean": [0.010417175479233265, -0.08455988764762878, 0.017438175156712532, 0.000386907224310562, -0.01321553997695446, -0.009436818771064281, -0.2368421107530594], "std": [0.2430637627840042, 0.15031695365905762, 0.28363895416259766, 0.041942059993743896, 0.040677327662706375, 0.05177263170480728, 0.9715489745140076], "count": [228]}, "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": [2269.0], "max": [2269.0], "mean": [2269.0], "std": [0.0], "count": [228]}, "index": {"min": [760288.0], "max": [760515.0], "mean": [760401.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [359.0], "max": [359.0], "mean": [359.0], "std": [0.0], "count": [228]}}} +{"episode_index": 2270, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3640521216299019]], [[0.3100906497730928]], [[0.23931283210305607]]], "std": [[[0.13941909360574348]], [[0.12752665468520796]], [[0.14704155674161076]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3974148038976333]], [[0.30654102878944545]], [[0.19706917257869946]]], "std": [[[0.18024002974715578]], [[0.11898639941207238]], [[0.0662465890285603]]], "count": [100]}, "state": {"min": [-0.3318544328212738, -0.23824214935302734, 1.0165040493011475, 2.9840962886810303, -0.2929697334766388, -0.266814649105072, 0.013769356533885002, -0.04000682756304741], "max": [-0.05046790838241577, 0.027163157239556313, 1.293840765953064, 3.2134950160980225, 0.10158715397119522, -0.020810334011912346, 0.039945852011442184, -0.01528554130345583], "mean": [-0.17474496364593506, -0.16286231577396393, 1.1769465208053589, 3.114729881286621, -0.05916714668273926, -0.12530525028705597, 0.029342662543058395, -0.029655762016773224], "std": [0.10239113867282867, 0.06713768094778061, 0.07664704322814941, 0.05727749690413475, 0.10884611308574677, 0.06375151872634888, 0.011939571239054203, 0.011667530052363873], "count": [227]}, "actions": {"min": [-0.8820975422859192, -2.52129864692688, -0.7566271424293518, -0.2310408651828766, -0.1559550017118454, -0.22482804954051971, -1.0], "max": [2.2936606407165527, 0.32441970705986023, 0.8459762334823608, 0.2051965296268463, 0.11514955759048462, 0.1953154057264328, 1.0], "mean": [0.00868036225438118, -0.09477417171001434, 0.025587182492017746, -0.004066980443894863, -0.011143911629915237, -0.008287402801215649, -0.18942731618881226], "std": [0.31196850538253784, 0.2337760329246521, 0.2968381345272064, 0.0510830283164978, 0.04058793932199478, 0.048636868596076965, 0.9818940758705139], "count": [227]}, "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": [2270.0], "max": [2270.0], "mean": [2270.0], "std": [0.0], "count": [227]}, "index": {"min": [760516.0], "max": [760742.0], "mean": [760629.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [359.0], "max": [359.0], "mean": [359.0], "std": [0.0], "count": [227]}}} +{"episode_index": 2271, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3616860752479703]], [[0.309039556166705]], [[0.23699304019703585]]], "std": [[[0.13987285233647667]], [[0.1263644847592884]], [[0.14523760311791745]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.37076104616651345]], [[0.2933008345061658]], [[0.19415762927485447]]], "std": [[[0.18494709764529227]], [[0.12292444639428826]], [[0.07475829390460921]]], "count": [100]}, "state": {"min": [-0.35843655467033386, -0.26876139640808105, 1.005642056465149, 2.3399157524108887, -0.3270929157733917, -0.40122729539871216, 0.016105642542243004, -0.04000576213002205], "max": [-0.07284155488014221, 0.004840401001274586, 1.3129920959472656, 3.326056480407715, 0.07858870923519135, 0.4480741620063782, 0.03991124406456947, -0.014347627758979797], "mean": [-0.21315984427928925, -0.15828846395015717, 1.1929750442504883, 2.97017765045166, -0.10356413573026657, -0.0652076005935669, 0.028101088479161263, -0.028308432549238205], "std": [0.10580616444349289, 0.059018008410930634, 0.0915122926235199, 0.2795804440975189, 0.1006808951497078, 0.28815820813179016, 0.010578561574220657, 0.010439879260957241], "count": [245]}, "actions": {"min": [-1.0558676719665527, -0.7009164094924927, -0.7587637901306152, -0.5239856243133545, -0.3239225447177887, -0.1964689940214157, -1.0], "max": [0.6769058108329773, 0.4855661988258362, 2.540207862854004, 0.29810699820518494, 0.24693553149700165, 0.44273191690444946, 1.0], "mean": [0.007625409867614508, -0.05042111873626709, 0.011671149171888828, -0.021247392520308495, -0.008155833929777145, 0.008651914075016975, 0.0367346927523613], "std": [0.2669743299484253, 0.22354036569595337, 0.3666421175003052, 0.0913735181093216, 0.07468259334564209, 0.0682709589600563, 0.9993264675140381], "count": [245]}, "timestamp": {"min": [0.0], "max": [24.4], "mean": [12.2], "std": [7.072481884034769], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [2271.0], "max": [2271.0], "mean": [2271.0], "std": [0.0], "count": [245]}, "index": {"min": [760743.0], "max": [760987.0], "mean": [760865.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [360.0], "max": [360.0], "mean": [360.0], "std": [0.0], "count": [245]}}} +{"episode_index": 2272, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35948065245385263]], [[0.3066428647508808]], [[0.23675822478649663]]], "std": [[[0.14461138754514857]], [[0.13205730587677275]], [[0.14904854418815466]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.37219479908662684]], [[0.29701625689338235]], [[0.1980413782456342]]], "std": [[[0.18346251760785579]], [[0.1202795720681212]], [[0.07639001239693076]]], "count": [100]}, "state": {"min": [-0.3660725951194763, -0.2782289981842041, 0.9935627579689026, 2.3473060131073, -0.2947372794151306, -0.1934274584054947, 0.015143907628953457, -0.04000631719827652], "max": [-0.08412285894155502, 0.020739233121275902, 1.3200470209121704, 3.2521233558654785, 0.09645101428031921, 0.4703826606273651, 0.03989306092262268, -0.01427418366074562], "mean": [-0.2208528369665146, -0.14186498522758484, 1.1764026880264282, 2.942589044570923, -0.09636135399341583, 0.08957412093877792, 0.027486877515912056, -0.02757737785577774], "std": [0.10174015164375305, 0.0674048438668251, 0.08911403268575668, 0.2632221579551697, 0.10029646754264832, 0.21574163436889648, 0.01118495687842369, 0.011034591123461723], "count": [243]}, "actions": {"min": [-1.0911743640899658, -0.9379815459251404, -1.6174836158752441, -0.4720475673675537, -0.19869831204414368, -0.20860230922698975, -1.0], "max": [0.7101256847381592, 1.23836350440979, 1.2116751670837402, 0.4173479378223419, 0.44961822032928467, 0.28668147325515747, 1.0], "mean": [0.014604456722736359, -0.05377884954214096, 0.013329146429896355, -0.017285503447055817, -0.0057295383885502815, 0.006607465911656618, 0.045267488807439804], "std": [0.28315016627311707, 0.2717997431755066, 0.34809255599975586, 0.0880812481045723, 0.07325741648674011, 0.06161123886704445, 0.9989749789237976], "count": [243]}, "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": [2272.0], "max": [2272.0], "mean": [2272.0], "std": [0.0], "count": [243]}, "index": {"min": [760988.0], "max": [761230.0], "mean": [761109.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [360.0], "max": [360.0], "mean": [360.0], "std": [0.0], "count": [243]}}} +{"episode_index": 2273, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3635172460219439]], [[0.3105312745337393]], [[0.2386584909476486]]], "std": [[[0.13998543024802176]], [[0.12715335673699046]], [[0.14688405043146324]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.38817285814472274]], [[0.30379577816233916]], [[0.199318167293773]]], "std": [[[0.18187103966287085]], [[0.12222461494571081]], [[0.07375601244732065]]], "count": [100]}, "state": {"min": [-0.32698801159858704, -0.2510835826396942, 1.0174001455307007, 2.3640801906585693, -0.3727273643016815, -0.39244645833969116, 0.014785750769078732, -0.04000433161854744], "max": [-0.043614212423563004, -0.013666801154613495, 1.3478559255599976, 3.2620551586151123, 0.17004388570785522, 0.36811375617980957, 0.039975084364414215, -0.000894022872671485], "mean": [-0.18108564615249634, -0.17549513280391693, 1.2025278806686401, 2.981437921524048, -0.11049628257751465, -0.0561942383646965, 0.027183804661035538, -0.02673819102346897], "std": [0.10270413011312485, 0.04545826464891434, 0.09690657258033752, 0.277924507856369, 0.13593150675296783, 0.25278526544570923, 0.011320945806801319, 0.011612492613494396], "count": [243]}, "actions": {"min": [-0.9033275246620178, -0.7295082211494446, -1.4466382265090942, -0.32287096977233887, -0.24709707498550415, -0.19862915575504303, -1.0], "max": [0.8509179949760437, 0.5931868553161621, 1.82029128074646, 0.46194779872894287, 0.5157126784324646, 0.3508317768573761, 1.0], "mean": [0.014950323849916458, -0.052533335983753204, -0.013273275457322598, -0.020670177415013313, 0.0001513284514658153, 0.0027965365443378687, 0.07818929851055145], "std": [0.2735408544540405, 0.22467170655727386, 0.38184040784835815, 0.09386854618787766, 0.08864683657884598, 0.06871355324983597, 0.9969373345375061], "count": [243]}, "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": [2273.0], "max": [2273.0], "mean": [2273.0], "std": [0.0], "count": [243]}, "index": {"min": [761231.0], "max": [761473.0], "mean": [761352.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [360.0], "max": [360.0], "mean": [360.0], "std": [0.0], "count": [243]}}} +{"episode_index": 2274, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.360937744140625]], [[0.30792675362381283]], [[0.23763538435393688]]], "std": [[[0.14498298321410386]], [[0.13324216060936847]], [[0.15045426803279274]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.38046050367168355]], [[0.3045751893286611]], [[0.20469317567114736]]], "std": [[[0.18233820811488125]], [[0.12249038237090043]], [[0.08431704348017037]]], "count": [100]}, "state": {"min": [-0.29249173402786255, -0.2113133817911148, 0.9884663224220276, 2.1740329265594482, -0.3412601947784424, -0.0278579480946064, 0.013772450387477875, -0.04000500589609146], "max": [-0.07360845059156418, 0.005455572623759508, 1.3614311218261719, 3.165931224822998, 0.3400486707687378, 0.4552280604839325, 0.03994258493185043, -0.015096012502908707], "mean": [-0.17597872018814087, -0.1562480479478836, 1.198632001876831, 2.8644847869873047, -0.05331903696060181, 0.1859547346830368, 0.02750166691839695, -0.02765108458697796], "std": [0.07206357270479202, 0.05291684716939926, 0.10359713435173035, 0.34268662333488464, 0.15316486358642578, 0.17315180599689484, 0.011995723471045494, 0.011608107015490532], "count": [229]}, "actions": {"min": [-1.0179492235183716, -0.9125387668609619, -0.9982133507728577, -0.4860246181488037, -0.2167438417673111, -0.19698943197727203, -1.0], "max": [0.4768200218677521, 0.44412660598754883, 1.7659375667572021, 0.5115842819213867, 0.37680861353874207, 0.2705920338630676, 1.0], "mean": [0.024496503174304962, -0.04703814908862114, -0.007983604446053505, -0.018917487934231758, 0.0028151539154350758, -0.0005616110865958035, -0.021834060549736023], "std": [0.24041973054409027, 0.220382958650589, 0.4318448305130005, 0.09665524959564209, 0.08711083233356476, 0.056648436933755875, 0.9997612237930298], "count": [229]}, "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": [2274.0], "max": [2274.0], "mean": [2274.0], "std": [0.0], "count": [229]}, "index": {"min": [761474.0], "max": [761702.0], "mean": [761588.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [360.0], "max": [360.0], "mean": [360.0], "std": [0.0], "count": [229]}}} +{"episode_index": 2275, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35303953941195615]], [[0.30066950958850336]], [[0.2312951223336014]]], "std": [[[0.14605065351781724]], [[0.13047020102742996]], [[0.14447306837332627]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.35163938694374236]], [[0.2781645705279182]], [[0.19420076736749387]]], "std": [[[0.1637423098745925]], [[0.11247929371356793]], [[0.079686016178208]]], "count": [100]}, "state": {"min": [-0.39747026562690735, -0.23558276891708374, 0.9752074480056763, 2.148775339126587, -0.40105104446411133, -0.29986372590065, 0.011335679329931736, -0.03994563966989517], "max": [-0.2865039110183716, 0.20253226161003113, 1.2911012172698975, 3.2002241611480713, 0.04939083382487297, 0.34950217604637146, 0.04000380262732506, -0.013310405425727367], "mean": [-0.35288140177726746, 0.02778237871825695, 1.1428731679916382, 2.82757306098938, -0.13779619336128235, -0.026880105957388878, 0.02618296444416046, -0.026288418099284172], "std": [0.028153708204627037, 0.1535249799489975, 0.08543629944324493, 0.38970422744750977, 0.1330559104681015, 0.2228880524635315, 0.013127942569553852, 0.012590584345161915], "count": [230]}, "actions": {"min": [-6.45335054397583, -0.8530795574188232, -2.153315544128418, -0.301988422870636, -0.17885276675224304, -15.383517265319824, -1.0], "max": [0.3383777439594269, 5.3100199699401855, 0.7416119575500488, 8.013972282409668, 3.992478132247925, 0.17083021998405457, 1.0], "mean": [-0.027941901236772537, -0.027852941304445267, -0.018225299194455147, 0.009543441236019135, 0.012761332094669342, -0.06820555031299591, -0.0260869562625885], "std": [0.4421547055244446, 0.4635542631149292, 0.3232481777667999, 0.5347395539283752, 0.2710758447647095, 1.0133872032165527, 0.9996599555015564], "count": [230]}, "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": [2275.0], "max": [2275.0], "mean": [2275.0], "std": [0.0], "count": [230]}, "index": {"min": [761703.0], "max": [761932.0], "mean": [761817.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [230]}}} +{"episode_index": 2276, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35241025977041207]], [[0.299016559675628]], [[0.23053326475854014]]], "std": [[[0.14554576539065175]], [[0.13108190541749876]], [[0.1443804944118768]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35744004851696537]], [[0.28224630856981464]], [[0.19542313340130976]]], "std": [[[0.16109103265321945]], [[0.10908198653583008]], [[0.0749000615734582]]], "count": [100]}, "state": {"min": [-0.3703560531139374, -0.2394968867301941, 0.9758005738258362, 2.24357271194458, -0.4171179533004761, -0.2817070186138153, 0.013202824629843235, -0.040027059614658356], "max": [-0.2985753118991852, 0.20248153805732727, 1.283984661102295, 3.1606009006500244, 0.06801813095808029, 0.5476873517036438, 0.039953749626874924, -0.011939989402890205], "mean": [-0.33249640464782715, 0.012368335388600826, 1.1395301818847656, 2.797775983810425, -0.13457883894443512, 0.09063231945037842, 0.026965215802192688, -0.0274523813277483], "std": [0.0197448693215847, 0.15833412110805511, 0.08858650177717209, 0.3493722081184387, 0.15324339270591736, 0.29099875688552856, 0.01202288269996643, 0.01177674625068903], "count": [190]}, "actions": {"min": [-0.4443512558937073, -1.4602279663085938, -0.6548187732696533, -0.402165025472641, -0.3488525450229645, -0.19812066853046417, -1.0], "max": [0.37135452032089233, 1.204891324043274, 2.078754186630249, 0.2912784516811371, 0.3148312568664551, 0.3402336835861206, 1.0], "mean": [-0.0032264364417642355, -0.07318148016929626, 0.011409175582230091, -0.023511720821261406, -0.00913274846971035, 0.004531842656433582, -0.010526316240429878], "std": [0.1382426619529724, 0.39054539799690247, 0.3965383470058441, 0.08102140575647354, 0.07609505206346512, 0.07311219722032547, 0.9999450445175171], "count": [190]}, "timestamp": {"min": [0.0], "max": [18.9], "mean": [9.45], "std": [5.484751589634666], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [2276.0], "max": [2276.0], "mean": [2276.0], "std": [0.0], "count": [190]}, "index": {"min": [761933.0], "max": [762122.0], "mean": [762027.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [190]}}} +{"episode_index": 2277, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35323891434015015]], [[0.30244637343462777]], [[0.23309488573261336]]], "std": [[[0.14584657675479992]], [[0.13005074572711492]], [[0.14489705565710656]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3596556031470205]], [[0.2794240387561275]], [[0.1878035415948606]]], "std": [[[0.16580313824511245]], [[0.11240926403295969]], [[0.07159734999406397]]], "count": [100]}, "state": {"min": [-0.35429713129997253, -0.2596105933189392, 0.974310576915741, 2.384594202041626, -0.3086566925048828, -0.1749451756477356, 0.011318990029394627, -0.03973210230469704], "max": [-0.2373809665441513, 0.2022981494665146, 1.2868831157684326, 3.313796043395996, 0.11489592492580414, 0.38426879048347473, 0.04000981152057648, 0.0008153071394190192], "mean": [-0.31125402450561523, 0.0005943745491094887, 1.1246731281280518, 2.9425883293151855, -0.04172348976135254, 0.04975622147321701, 0.02598590962588787, -0.025004209950566292], "std": [0.035975679755210876, 0.17086811363697052, 0.0894368514418602, 0.359453409910202, 0.1300954818725586, 0.19121824204921722, 0.01287867035716772, 0.013215780258178711], "count": [167]}, "actions": {"min": [-0.26259082555770874, -1.0886650085449219, -0.7604418992996216, -0.2549896538257599, -0.30614498257637024, -0.15297219157218933, -1.0], "max": [0.3645402491092682, 0.6578962802886963, 1.4617708921432495, 0.5089628100395203, 0.44312694668769836, 0.16967426240444183, 1.0], "mean": [0.031060539186000824, -0.09868039190769196, -0.0032180454581975937, -0.023896928876638412, -0.001969761447981, 0.006311734206974506, 0.02994011901319027], "std": [0.10662098228931427, 0.4063408672809601, 0.39865007996559143, 0.09519409388303757, 0.08001307398080826, 0.05642560124397278, 0.9995513558387756], "count": [167]}, "timestamp": {"min": [0.0], "max": [16.6], "mean": [8.299999999999999], "std": [4.82078831727758], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [2277.0], "max": [2277.0], "mean": [2277.0], "std": [0.0], "count": [167]}, "index": {"min": [762123.0], "max": [762289.0], "mean": [762206.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [167]}}} +{"episode_index": 2278, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3542374141917509]], [[0.3019842517329197]], [[0.23100601136450674]]], "std": [[[0.1424885432044675]], [[0.12639174343201476]], [[0.14124767920339742]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.35372377462948074]], [[0.27535726390165444]], [[0.18583301080441944]]], "std": [[[0.16358786219410146]], [[0.11041584234755768]], [[0.07041360995097731]]], "count": [100]}, "state": {"min": [-0.37407878041267395, -0.26929107308387756, 0.9804239273071289, 2.3738598823547363, -0.24447056651115417, -0.12267865985631943, 0.011344993487000465, -0.039763618260622025], "max": [-0.2765381634235382, 0.20445750653743744, 1.2873131036758423, 3.306413173675537, 0.16430099308490753, 0.4663364887237549, 0.040008075535297394, -0.012368276715278625], "mean": [-0.3360961973667145, -0.005349879153072834, 1.1314787864685059, 2.9437074661254883, -0.022164737805724144, 0.14411894977092743, 0.02450755052268505, -0.024439368396997452], "std": [0.029682528227567673, 0.17597459256649017, 0.0933631882071495, 0.35649242997169495, 0.130898579955101, 0.1903662234544754, 0.013007910922169685, 0.012772586196660995], "count": [161]}, "actions": {"min": [-0.6237585544586182, -1.1536741256713867, -0.771117091178894, -0.2785438001155853, -0.18801970779895782, -0.23089063167572021, -1.0], "max": [0.4182240962982178, 1.4631038904190063, 1.2467840909957886, 0.3786616623401642, 0.3678469657897949, 0.17858873307704926, 1.0], "mean": [0.02552441507577896, -0.09192655980587006, 0.03282249718904495, -0.024177538231015205, -0.010318122804164886, 0.013277832418680191, 0.10559006035327911], "std": [0.1482924520969391, 0.43505218625068665, 0.3675226867198944, 0.0924934446811676, 0.08807198703289032, 0.06303688138723373, 0.994411051273346], "count": [161]}, "timestamp": {"min": [0.0], "max": [16.0], "mean": [8.0], "std": [4.6475800154489], "count": [161]}, "frame_index": {"min": [0], "max": [160], "mean": [80.0], "std": [46.475800154489], "count": [161]}, "episode_index": {"min": [2278.0], "max": [2278.0], "mean": [2278.0], "std": [0.0], "count": [161]}, "index": {"min": [762290.0], "max": [762450.0], "mean": [762370.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [161]}}} +{"episode_index": 2279, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35264655737783396]], [[0.30165990373200063]], [[0.23175436221852022]]], "std": [[[0.14601251536854434]], [[0.12994527801134745]], [[0.14470193351358238]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3848631029316023]], [[0.2962546081542969]], [[0.19490713860006895]]], "std": [[[0.1851315745039163]], [[0.1256250111059783]], [[0.07318516285199698]]], "count": [100]}, "state": {"min": [-0.3179321885108948, -0.2394213229417801, 0.9914920330047607, 2.9691598415374756, -0.13189201056957245, -0.11726423352956772, 0.014178380370140076, -0.040001943707466125], "max": [-0.19115665555000305, 0.0574759878218174, 1.2693969011306763, 3.169896125793457, -0.003703736700117588, -0.008312350139021873, 0.03995118290185928, -0.014955560676753521], "mean": [-0.2563561499118805, -0.04641967639327049, 1.1531981229782104, 3.1059513092041016, -0.07977873086929321, -0.06937851756811142, 0.02634359523653984, -0.026529820635914803], "std": [0.045243509113788605, 0.11202988773584366, 0.0882682055234909, 0.04165605828166008, 0.0336744599044323, 0.029828526079654694, 0.01177944801747799, 0.0116955591365695], "count": [183]}, "actions": {"min": [-0.3955066204071045, -0.7622812390327454, -0.5327165126800537, -0.12425748258829117, -0.10863662511110306, -0.10508689284324646, -1.0], "max": [0.2975204885005951, 0.4944523274898529, 0.8934816122055054, 0.18656496703624725, 0.11605518311262131, 0.11385221034288406, 1.0], "mean": [0.006167078390717506, -0.10688088834285736, 0.009494862519204617, -0.0022487451788038015, 0.0038622200954705477, -0.003846638835966587, 0.08196721225976944], "std": [0.13542820513248444, 0.20655876398086548, 0.30587130784988403, 0.04191897064447403, 0.038318995386362076, 0.03398623690009117, 0.9966354370117188], "count": [183]}, "timestamp": {"min": [0.0], "max": [18.2], "mean": [9.1], "std": [5.282676089508675], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [2279.0], "max": [2279.0], "mean": [2279.0], "std": [0.0], "count": [183]}, "index": {"min": [762451.0], "max": [762633.0], "mean": [762542.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [183]}}} +{"episode_index": 2280, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3488216032140395]], [[0.2974743766036688]], [[0.22727947220147826]]], "std": [[[0.14460084632704018]], [[0.12692213768780775]], [[0.14033473959677464]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.37321014703488814]], [[0.2868758826162301]], [[0.1880381092744715]]], "std": [[[0.18283220301547015]], [[0.12268903483680269]], [[0.068577101956463]]], "count": [100]}, "state": {"min": [-0.33142322301864624, -0.23068374395370483, 1.0094064474105835, 3.047746181488037, -0.08898807317018509, -0.44471976161003113, 0.016430560499429703, -0.03992567956447601], "max": [-0.21108128130435944, 0.05506249889731407, 1.2926920652389526, 3.260962963104248, 0.0685415118932724, 0.07497728615999222, 0.03994905203580856, -0.016309818252921104], "mean": [-0.2720677852630615, -0.05135732516646385, 1.1704018115997314, 3.1634621620178223, 0.0005402893293648958, -0.1426219940185547, 0.026962799951434135, -0.026925329118967056], "std": [0.04431246221065521, 0.10564137250185013, 0.08584540337324142, 0.055005207657814026, 0.04359717667102814, 0.18721045553684235, 0.010963610373437405, 0.010959992185235023], "count": [169]}, "actions": {"min": [-0.4226308763027191, -0.8959117531776428, -0.5594170093536377, -0.1930442601442337, -0.10944274067878723, -0.2685782313346863, -1.0], "max": [0.3672497272491455, 0.29141363501548767, 1.0445886850357056, 0.13127538561820984, 0.10033781081438065, 0.3934115767478943, 1.0], "mean": [-0.002612727228552103, -0.13160687685012817, 0.041582390666007996, -0.005724185146391392, -0.003294532187283039, -0.002229564357548952, 0.07692307978868484], "std": [0.13686692714691162, 0.21077416837215424, 0.32160747051239014, 0.04585344344377518, 0.040982358157634735, 0.08963047713041306, 0.9970370531082153], "count": [169]}, "timestamp": {"min": [0.0], "max": [16.8], "mean": [8.399999999999999], "std": [4.878524367060187], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [2280.0], "max": [2280.0], "mean": [2280.0], "std": [0.0], "count": [169]}, "index": {"min": [762634.0], "max": [762802.0], "mean": [762718.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [169]}}} +{"episode_index": 2281, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3471957810345818]], [[0.2952818100873162]], [[0.22540117211435354]]], "std": [[[0.1455995893213299]], [[0.12756514982388173]], [[0.13995936686024102]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3757966966816023]], [[0.28718076877967985]], [[0.18451903997683056]]], "std": [[[0.18765273585352293]], [[0.12597336539279477]], [[0.06778116821633133]]], "count": [100]}, "state": {"min": [-0.30307114124298096, -0.2642408311367035, 0.99839848279953, 3.0341203212738037, -0.07732900977134705, -0.4772091805934906, 0.01540571078658104, -0.03987562656402588], "max": [-0.19652362167835236, 0.045441947877407074, 1.3160974979400635, 3.3977301120758057, 0.1166222020983696, -0.03343266248703003, 0.039992477744817734, -0.015289392322301865], "mean": [-0.2574765384197235, -0.07385623455047607, 1.1755223274230957, 3.212104320526123, 0.01672234944999218, -0.24099059402942657, 0.02686241641640663, -0.02664102241396904], "std": [0.038584258407354355, 0.1185273826122284, 0.0955955758690834, 0.08845088630914688, 0.04480668529868126, 0.1365291029214859, 0.011194526217877865, 0.01127754244953394], "count": [179]}, "actions": {"min": [-0.33357053995132446, -1.0260365009307861, -0.564076840877533, -0.3290797770023346, -0.23252061009407043, -0.22803246974945068, -1.0], "max": [0.36642229557037354, 0.29018422961235046, 1.0536812543869019, 0.15413041412830353, 0.16132421791553497, 0.32625243067741394, 1.0], "mean": [0.010007788427174091, -0.12836435437202454, 0.04579346254467964, -0.010860937647521496, -0.0016114207683131099, -0.007272045593708754, 0.06145251542329788], "std": [0.12656350433826447, 0.21980176866054535, 0.33961254358291626, 0.06611350178718567, 0.05469021573662758, 0.07097835093736649, 0.9981107115745544], "count": [179]}, "timestamp": {"min": [0.0], "max": [17.8], "mean": [8.9], "std": [5.167204273105526], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [2281.0], "max": [2281.0], "mean": [2281.0], "std": [0.0], "count": [179]}, "index": {"min": [762803.0], "max": [762981.0], "mean": [762892.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [179]}}} +{"episode_index": 2282, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3538898177801394]], [[0.2993702619964001]], [[0.22992946549957874]]], "std": [[[0.14369392683676882]], [[0.12966376081763561]], [[0.14356444862268422]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.37380272898954503]], [[0.2866419833314185]], [[0.18956798718022366]]], "std": [[[0.18792819325359966]], [[0.12890882993288658]], [[0.07500019413058219]]], "count": [100]}, "state": {"min": [-0.3554597496986389, -0.2621389627456665, 0.989536702632904, 3.037802219390869, -0.16008161008358002, -0.09276046603918076, 0.015033569186925888, -0.03995221108198166], "max": [-0.18683874607086182, 0.06438089162111282, 1.2888143062591553, 3.288363456726074, 0.04725734516978264, 0.02553991787135601, 0.039964351803064346, -0.015011581592261791], "mean": [-0.27057716250419617, -0.062393732368946075, 1.1502407789230347, 3.1591291427612305, -0.05452583357691765, -0.048121850937604904, 0.025755448266863823, -0.025688214227557182], "std": [0.06324606388807297, 0.13005982339382172, 0.09190650284290314, 0.06003662943840027, 0.048648860305547714, 0.028686320409178734, 0.011625363491475582, 0.011655486188828945], "count": [170]}, "actions": {"min": [-0.4994422197341919, -1.1392940282821655, -0.6897493004798889, -0.37087979912757874, -0.11552280932664871, -0.16563959419727325, -1.0], "max": [0.39998865127563477, 0.36998939514160156, 0.8395735621452332, 0.13901589810848236, 0.12000735849142075, 0.18450818955898285, 1.0], "mean": [-0.024490779265761375, -0.14353294670581818, 0.0447097010910511, -0.007555320858955383, -0.0025686309672892094, -0.0037845296319574118, 0.11764705926179886], "std": [0.17386563122272491, 0.27328187227249146, 0.3291127383708954, 0.05956453084945679, 0.04004807770252228, 0.04040667042136192, 0.9930558800697327], "count": [170]}, "timestamp": {"min": [0.0], "max": [16.9], "mean": [8.45], "std": [4.907392382925988], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [2282.0], "max": [2282.0], "mean": [2282.0], "std": [0.0], "count": [170]}, "index": {"min": [762982.0], "max": [763151.0], "mean": [763066.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [318.0], "max": [318.0], "mean": [318.0], "std": [0.0], "count": [170]}}} +{"episode_index": 2283, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.366866282467389]], [[0.3074739201288238]], [[0.2402811994595765]]], "std": [[[0.1332664306420997]], [[0.13035180275975602]], [[0.14793962399347613]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3846035287894454]], [[0.2980260806997078]], [[0.19996701339790726]]], "std": [[[0.19717544834428016]], [[0.14169950217163896]], [[0.09310978925880738]]], "count": [130]}, "state": {"min": [-0.4321787655353546, -0.247571662068367, 1.0022019147872925, 2.893869638442993, -0.23833347856998444, -0.6790515184402466, 0.0037039099261164665, -0.04000717028975487], "max": [0.0013499282067641616, 0.2893236577510834, 1.2383735179901123, 3.2099907398223877, 0.13283103704452515, 0.11203418672084808, 0.0400029681622982, -0.003906232537701726], "mean": [-0.2694454789161682, 0.12013369053602219, 1.143356204032898, 3.0758049488067627, -0.06878487765789032, -0.2019314467906952, 0.021015675738453865, -0.020853213965892792], "std": [0.12495666742324829, 0.1502811312675476, 0.06240873038768768, 0.07754290103912354, 0.08445155620574951, 0.2733185589313507, 0.014365592040121555, 0.014451326802372932], "count": [662]}, "actions": {"min": [-1.1254931688308716, -0.7467532157897949, -0.617952287197113, -0.1911277323961258, -0.15474271774291992, -0.33688974380493164, -1.0], "max": [0.974170982837677, 1.437826156616211, 1.369990348815918, 0.26648831367492676, 0.24865682423114777, 0.1718033105134964, 1.0], "mean": [0.0040422240272164345, 0.035867661237716675, 0.006187812890857458, 0.0025279757101088762, -0.004062014631927013, -0.005818995181471109, 0.2779456079006195], "std": [0.2192576825618744, 0.2392631471157074, 0.21827295422554016, 0.04883712902665138, 0.04510057717561722, 0.05478085204958916, 0.9605967998504639], "count": [662]}, "timestamp": {"min": [0.0], "max": [66.1], "mean": [33.050000000000004], "std": [19.110272106906276], "count": [662]}, "frame_index": {"min": [0], "max": [661], "mean": [330.5], "std": [191.10272106906274], "count": [662]}, "episode_index": {"min": [2283.0], "max": [2283.0], "mean": [2283.0], "std": [0.0], "count": [662]}, "index": {"min": [763152.0], "max": [763813.0], "mean": [763482.5], "std": [191.10272106906274], "count": [662]}, "task_index": {"min": [361.0], "max": [361.0], "mean": [361.0], "std": [0.0], "count": [662]}}} +{"episode_index": 2284, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3707464041461648]], [[0.3098979400572864]], [[0.24121328822014054]]], "std": [[[0.13317529157795852]], [[0.1317567729687397]], [[0.15138277118802376]]], "count": [116]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3909495087392109]], [[0.30280925036282696]], [[0.2036445313325357]]], "std": [[[0.19400501964728079]], [[0.13940354453652423]], [[0.09057719076765722]]], "count": [116]}, "state": {"min": [-0.4111657440662384, -0.2386237233877182, 0.9865807890892029, 2.9718003273010254, -0.35729941725730896, -0.48912519216537476, 0.0037876940332353115, -0.03999410569667816], "max": [-0.004748513922095299, 0.29097995162010193, 1.2428606748580933, 3.2021000385284424, 0.2501063346862793, 0.1694093495607376, 0.040000613778829575, -0.0021216694731265306], "mean": [-0.2587379515171051, 0.10865696519613266, 1.123378872871399, 3.0913219451904297, -0.06764867156744003, -0.10282419621944427, 0.022159868851304054, -0.02203395776450634], "std": [0.12723945081233978, 0.15579840540885925, 0.06514424085617065, 0.05502806976437569, 0.13287149369716644, 0.18744568526744843, 0.01496356911957264, 0.01501677930355072], "count": [570]}, "actions": {"min": [-1.50089430809021, -0.7597476840019226, -0.9898590445518494, -0.16246646642684937, -0.1972656100988388, -0.1652040034532547, -1.0], "max": [0.7162616848945618, 1.4429548978805542, 1.3109065294265747, 0.21838665008544922, 0.19913426041603088, 0.2037632316350937, 1.0], "mean": [-0.002985693048685789, 0.03949236124753952, -0.00502249039709568, 0.00273129902780056, -0.002847080584615469, -0.006358256097882986, 0.17543859779834747], "std": [0.2175295352935791, 0.249174565076828, 0.2579801678657532, 0.046530481427907944, 0.045150209218263626, 0.04972883313894272, 0.9844903349876404], "count": [570]}, "timestamp": {"min": [0.0], "max": [56.9], "mean": [28.45], "std": [16.45445734950462], "count": [570]}, "frame_index": {"min": [0], "max": [569], "mean": [284.5], "std": [164.54457349504622], "count": [570]}, "episode_index": {"min": [2284.0], "max": [2284.0], "mean": [2284.0], "std": [0.0], "count": [570]}, "index": {"min": [763814.0], "max": [764383.0], "mean": [764098.5], "std": [164.54457349504622], "count": [570]}, "task_index": {"min": [361.0], "max": [361.0], "mean": [361.0], "std": [0.0], "count": [570]}}} +{"episode_index": 2285, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3649431800606907]], [[0.30575067961345104]], [[0.23898297017875658]]], "std": [[[0.13598072730118346]], [[0.13356596808877286]], [[0.1507030074587527]]], "count": [143]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37423327440884024]], [[0.2921011197294012]], [[0.1986632555939771]]], "std": [[[0.20183529052385074]], [[0.14605269622519423]], [[0.09761131809824274]]], "count": [143]}, "state": {"min": [-0.4302622973918915, -0.23348356783390045, 0.9880293011665344, 3.031886100769043, -0.33784979581832886, -0.7132084369659424, 0.00443406542763114, -0.040006235241889954], "max": [-0.007157817482948303, 0.28148069977760315, 1.256577968597412, 3.3251590728759766, 0.07722803950309753, 0.031135592609643936, 0.04001086577773094, -0.0030906435567885637], "mean": [-0.2865579128265381, 0.09548497945070267, 1.1347928047180176, 3.1891427040100098, -0.1470399647951126, -0.28075891733169556, 0.024009279906749725, -0.023289643228054047], "std": [0.12457675486803055, 0.15096573531627655, 0.06297862529754639, 0.08508074283599854, 0.09874970465898514, 0.26614171266555786, 0.013924716971814632, 0.014780702069401741], "count": [749]}, "actions": {"min": [-0.947685182094574, -0.8992217183113098, -0.6050202250480652, -0.25109153985977173, -0.284547358751297, -0.18973441421985626, -1.0], "max": [0.803786039352417, 1.5225274562835693, 1.1560062170028687, 0.3569819927215576, 0.13835103809833527, 0.18996796011924744, 1.0], "mean": [-0.0012783956481143832, 0.03216981142759323, -0.0022578281350433826, 0.0027469592168927193, 0.00021939024736639112, -0.006456952542066574, 0.12683577835559845], "std": [0.20653297007083893, 0.25216591358184814, 0.2096700221300125, 0.049265388399362564, 0.04228369891643524, 0.041986722499132156, 0.9919182658195496], "count": [749]}, "timestamp": {"min": [0.0], "max": [74.8], "mean": [37.4], "std": [21.621748310439653], "count": [749]}, "frame_index": {"min": [0], "max": [748], "mean": [374.0], "std": [216.21748310439654], "count": [749]}, "episode_index": {"min": [2285.0], "max": [2285.0], "mean": [2285.0], "std": [0.0], "count": [749]}, "index": {"min": [764384.0], "max": [765132.0], "mean": [764758.0], "std": [216.21748310439654], "count": [749]}, "task_index": {"min": [361.0], "max": [361.0], "mean": [361.0], "std": [0.0], "count": [749]}}} +{"episode_index": 2286, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3674682095660261]], [[0.3072015796983214]], [[0.23919332318649936]]], "std": [[[0.1336412769321018]], [[0.13076317972679613]], [[0.14973409548930725]]], "count": [109]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3888336478087687]], [[0.30145808914879024]], [[0.20275085635870604]]], "std": [[[0.19578017375483303]], [[0.14045352294463367]], [[0.09278043250230976]]], "count": [109]}, "state": {"min": [-0.43697190284729004, -0.2162717878818512, 0.9881926774978638, 2.9196979999542236, -0.2623034119606018, -0.42556411027908325, 0.0029793952126055956, -0.04000835120677948], "max": [-0.017125334590673447, 0.3036412298679352, 1.2228693962097168, 3.18208384513855, 0.1442384421825409, 0.19516339898109436, 0.039955925196409225, -0.0038631956558674574], "mean": [-0.2655012309551239, 0.11359775811433792, 1.1213428974151611, 3.075390100479126, -0.030181407928466797, -0.054212164133787155, 0.022043930366635323, -0.022657083347439766], "std": [0.12559449672698975, 0.1600761115550995, 0.06238763779401779, 0.05674581974744797, 0.09330233186483383, 0.21083128452301025, 0.014611329883337021, 0.014602957293391228], "count": [523]}, "actions": {"min": [-0.9547789096832275, -0.8096454739570618, -0.805884599685669, -0.25876522064208984, -0.2939411699771881, -0.18215809762477875, -1.0], "max": [0.78364497423172, 1.1095832586288452, 0.8781021237373352, 0.34723323583602905, 0.2061341404914856, 0.27610406279563904, 1.0], "mean": [0.005049868021160364, 0.047332096844911575, -0.007509303744882345, 0.0033042849972844124, -0.0009575734729878604, -0.006129221525043249, 0.21988527476787567], "std": [0.22578153014183044, 0.23855982720851898, 0.2462281882762909, 0.05492735281586647, 0.045616257935762405, 0.053101830184459686, 0.9755271077156067], "count": [523]}, "timestamp": {"min": [0.0], "max": [52.2], "mean": [26.099999999999998], "std": [15.097681941278271], "count": [523]}, "frame_index": {"min": [0], "max": [522], "mean": [261.0], "std": [150.9768194127827], "count": [523]}, "episode_index": {"min": [2286.0], "max": [2286.0], "mean": [2286.0], "std": [0.0], "count": [523]}, "index": {"min": [765133.0], "max": [765655.0], "mean": [765394.0], "std": [150.9768194127827], "count": [523]}, "task_index": {"min": [361.0], "max": [361.0], "mean": [361.0], "std": [0.0], "count": [523]}}} +{"episode_index": 2287, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3711675271361533]], [[0.31009549932133457]], [[0.24112744856069776]]], "std": [[[0.13293296501705335]], [[0.130357971432204]], [[0.1496566802268218]]], "count": [183]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39211134436965106]], [[0.29872519185429897]], [[0.19243507070530141]]], "std": [[[0.2000859719413376]], [[0.1411827422121127]], [[0.08268490946768571]]], "count": [183]}, "state": {"min": [-0.5354765057563782, -0.17788924276828766, 0.9902378916740417, 2.9419474601745605, -0.19562287628650665, -0.4024709463119507, 0.014912761747837067, -0.040012091398239136], "max": [0.020661739632487297, 0.2852672338485718, 1.293790578842163, 3.6294548511505127, 0.31393957138061523, 0.07302109897136688, 0.04000823199748993, -0.013849007897078991], "mean": [-0.20401445031166077, 0.07710497081279755, 1.1455131769180298, 3.2122268676757812, 0.04580329731106758, -0.15777789056301117, 0.02717631310224533, -0.026883447542786598], "std": [0.13721607625484467, 0.12984046339988708, 0.07054393738508224, 0.1287500560283661, 0.12290889024734497, 0.11773178726434708, 0.011739123612642288, 0.011953872628509998], "count": [1039]}, "actions": {"min": [-1.3200591802597046, -1.2973445653915405, -1.1631357669830322, -0.4253152310848236, -0.33847975730895996, -0.3134726285934448, -1.0], "max": [0.8369536399841309, 1.3988577127456665, 1.4618301391601562, 0.29209038615226746, 0.24363382160663605, 0.2675465941429138, 1.0], "mean": [-0.016618892550468445, 0.02330649644136429, -0.005115622188895941, 0.003289960091933608, -0.0027247851248830557, -0.0016838229494169354, 0.04716072976589203], "std": [0.2580014169216156, 0.26973757147789, 0.2590758502483368, 0.05922732129693031, 0.057045698165893555, 0.061737172305583954, 0.9988878965377808], "count": [1039]}, "timestamp": {"min": [0.0], "max": [103.8], "mean": [51.9], "std": [29.993332592427937], "count": [1039]}, "frame_index": {"min": [0], "max": [1038], "mean": [519.0], "std": [299.93332592427936], "count": [1039]}, "episode_index": {"min": [2287.0], "max": [2287.0], "mean": [2287.0], "std": [0.0], "count": [1039]}, "index": {"min": [765656.0], "max": [766694.0], "mean": [766175.0], "std": [299.93332592427936], "count": [1039]}, "task_index": {"min": [362.0], "max": [362.0], "mean": [362.0], "std": [0.0], "count": [1039]}}} +{"episode_index": 2288, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.365725689752033]], [[0.3049113131525562]], [[0.23553649827968354]]], "std": [[[0.13492158406828417]], [[0.12960195405306232]], [[0.14602804233536865]]], "count": [177]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.38946544258013716]], [[0.2953648545330804]], [[0.18897717417679688]]], "std": [[[0.19361252687208697]], [[0.13580460859285634]], [[0.0793697135161545]]], "count": [177]}, "state": {"min": [-0.5501412153244019, -0.1682872325181961, 0.988490641117096, 2.7546467781066895, -0.17556120455265045, -0.35779836773872375, 0.014389296062290668, -0.040011096745729446], "max": [-0.01243481133133173, 0.2734724283218384, 1.2770060300827026, 3.3304927349090576, 0.3747527003288269, 0.11615462601184845, 0.039932169020175934, -0.01371460035443306], "mean": [-0.23592886328697205, 0.07985328137874603, 1.1539639234542847, 3.058471441268921, 0.05448979511857033, -0.12783010303974152, 0.02545814961194992, -0.02565491385757923], "std": [0.14629711210727692, 0.15024012327194214, 0.06338377296924591, 0.10161259025335312, 0.11177429556846619, 0.10745608806610107, 0.011780861765146255, 0.01177479512989521], "count": [994]}, "actions": {"min": [-1.7120678424835205, -1.4170368909835815, -0.770052969455719, -0.2501499056816101, -0.20010319352149963, -0.20372842252254486, -1.0], "max": [0.9531142711639404, 1.3684698343276978, 1.7090294361114502, 0.3494436740875244, 0.15283779799938202, 0.22064587473869324, 1.0], "mean": [-0.01789320632815361, 0.020754605531692505, -0.0012085449416190386, 0.0030973325483500957, -0.0014363820664584637, -0.0018648956902325153, 0.1529175043106079], "std": [0.2565385401248932, 0.2679651975631714, 0.23822802305221558, 0.05761118233203888, 0.04577092453837395, 0.053676679730415344, 0.9882382154464722], "count": [994]}, "timestamp": {"min": [0.0], "max": [99.3], "mean": [49.65], "std": [28.694293857838705], "count": [994]}, "frame_index": {"min": [0], "max": [993], "mean": [496.5], "std": [286.94293857838704], "count": [994]}, "episode_index": {"min": [2288.0], "max": [2288.0], "mean": [2288.0], "std": [0.0], "count": [994]}, "index": {"min": [766695.0], "max": [767688.0], "mean": [767191.5], "std": [286.94293857838704], "count": [994]}, "task_index": {"min": [362.0], "max": [362.0], "mean": [362.0], "std": [0.0], "count": [994]}}} +{"episode_index": 2289, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3689950708399482]], [[0.3083221326749805]], [[0.2399966408224667]]], "std": [[[0.13263536875659146]], [[0.13001211803676607]], [[0.1477864252286907]]], "count": [176]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.383517120143734]], [[0.29176999294396605]], [[0.18774947032146488]]], "std": [[[0.19790195123884188]], [[0.13997122478508534]], [[0.08317167227434445]]], "count": [176]}, "state": {"min": [-0.5609902143478394, -0.17390084266662598, 0.9896084666252136, 2.8821487426757812, -0.2359621375799179, -0.54316246509552, 0.012767358683049679, -0.040025610476732254], "max": [0.008913292549550533, 0.3122829496860504, 1.328070044517517, 3.3860867023468018, 0.31072700023651123, 0.25143203139305115, 0.03997911140322685, -0.014149943366646767], "mean": [-0.22017168998718262, 0.06664540618658066, 1.1617382764816284, 3.06230092048645, -0.017906177788972855, -0.22549735009670258, 0.025663981214165688, -0.026523025706410408], "std": [0.14822642505168915, 0.12878407537937164, 0.07079123705625534, 0.11079611629247665, 0.11631890386343002, 0.23037481307983398, 0.012400053441524506, 0.01174117811024189], "count": [989]}, "actions": {"min": [-1.389164686203003, -1.6238259077072144, -0.7282547950744629, -0.22572317719459534, -0.22906304895877838, -0.2617638111114502, -1.0], "max": [0.9540170431137085, 1.0918713808059692, 2.1507349014282227, 0.3927861452102661, 0.14647714793682098, 0.31990841031074524, 1.0], "mean": [-0.01247984915971756, 0.027167050167918205, -0.003309479681774974, 0.0024582005571573973, -0.0020112902857363224, -0.0034722709096968174, 0.0879676416516304], "std": [0.26916569471359253, 0.2349255383014679, 0.253956139087677, 0.05963028967380524, 0.046187907457351685, 0.06838888674974442, 0.9961206316947937], "count": [989]}, "timestamp": {"min": [0.0], "max": [98.8], "mean": [49.39999999999999], "std": [28.549956217129303], "count": [989]}, "frame_index": {"min": [0], "max": [988], "mean": [494.0], "std": [285.499562171293], "count": [989]}, "episode_index": {"min": [2289.0], "max": [2289.0], "mean": [2289.0], "std": [0.0], "count": [989]}, "index": {"min": [767689.0], "max": [768677.0], "mean": [768183.0], "std": [285.499562171293], "count": [989]}, "task_index": {"min": [362.0], "max": [362.0], "mean": [362.0], "std": [0.0], "count": [989]}}} +{"episode_index": 2290, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3725170804547432]], [[0.30280449368974105]], [[0.2280274617737828]]], "std": [[[0.1210434657203978]], [[0.12317098337957921]], [[0.1396700770668679]]], "count": [181]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3467432960375535]], [[0.2638523102219889]], [[0.17606241769411493]]], "std": [[[0.18520631985678554]], [[0.1344801564071569]], [[0.08778619496554549]]], "count": [181]}, "state": {"min": [-0.5513583421707153, -0.24703463912010193, 0.9882324934005737, 2.9497933387756348, -0.263797402381897, -0.8174024224281311, 0.013367719016969204, -0.04001448303461075], "max": [-0.06286473572254181, 0.16998523473739624, 1.206590175628662, 3.781738519668579, 0.32222694158554077, 1.6229705810546875, 0.040010251104831696, -0.013470086269080639], "mean": [-0.35513296723365784, -0.05193076655268669, 1.1259368658065796, 3.238027334213257, -0.04434724152088165, 0.3369579613208771, 0.02615460194647312, -0.025987986475229263], "std": [0.13165222108364105, 0.09374010562896729, 0.05639374628663063, 0.16172511875629425, 0.10367855429649353, 0.7120531797409058, 0.012202883139252663, 0.01223755907267332], "count": [1029]}, "actions": {"min": [-1.3708449602127075, -1.2313889265060425, -0.7307529449462891, -0.21259666979312897, -0.32558658719062805, -0.6367462873458862, -1.0], "max": [0.7256885766983032, 0.7869981527328491, 1.5356361865997314, 0.22809231281280518, 0.3069233000278473, 0.6215941905975342, 1.0], "mean": [-0.007480778265744448, -0.008914187550544739, 0.0009333512862212956, -0.0006649440038017929, -0.001636550878174603, 0.014404704794287682, 0.08454810827970505], "std": [0.2639187276363373, 0.22500531375408173, 0.2327079325914383, 0.04732267186045647, 0.06311747431755066, 0.1320011019706726, 0.9964246153831482], "count": [1029]}, "timestamp": {"min": [0.0], "max": [102.8], "mean": [51.39999999999999], "std": [29.704657322828464], "count": [1029]}, "frame_index": {"min": [0], "max": [1028], "mean": [514.0], "std": [297.0465732282847], "count": [1029]}, "episode_index": {"min": [2290.0], "max": [2290.0], "mean": [2290.0], "std": [0.0], "count": [1029]}, "index": {"min": [768678.0], "max": [769706.0], "mean": [769192.0], "std": [297.0465732282847], "count": [1029]}, "task_index": {"min": [363.0], "max": [363.0], "mean": [363.0], "std": [0.0], "count": [1029]}}} +{"episode_index": 2291, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37058870092179635]], [[0.2994207199294506]], [[0.22434792276952834]]], "std": [[[0.1208172375691384]], [[0.12301004457557389]], [[0.13855190618723456]]], "count": [183]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34113398042762827]], [[0.26044662771508026]], [[0.1751651062122894]]], "std": [[[0.1808692073431457]], [[0.13091022875243352]], [[0.08759943162034826]]], "count": [183]}, "state": {"min": [-0.5663162469863892, -0.29162946343421936, 0.9875572919845581, 2.960050344467163, -0.3910587728023529, -0.8176707625389099, 0.01453376654535532, -0.04000849649310112], "max": [-0.20506052672863007, 0.18175657093524933, 1.2138115167617798, 3.6599578857421875, 0.39596855640411377, 1.8016390800476074, 0.04001092165708542, -0.01356610655784607], "mean": [-0.38763725757598877, -0.04917948693037033, 1.1192775964736938, 3.2074947357177734, -0.11664440482854843, 0.3480173647403717, 0.02587222494184971, -0.025703592225909233], "std": [0.11016399413347244, 0.09989824146032333, 0.06046643480658531, 0.1420300453901291, 0.1469593197107315, 0.7911267876625061, 0.011367256753146648, 0.011460226960480213], "count": [1039]}, "actions": {"min": [-1.0308862924575806, -1.4805707931518555, -0.6058951020240784, -0.20168264210224152, -0.23991088569164276, -0.7091435194015503, -1.0], "max": [0.8967722654342651, 1.159861445426941, 1.328757643699646, 0.23189550638198853, 0.36016935110092163, 0.44896695017814636, 1.0], "mean": [-0.009279672987759113, -0.003643486648797989, -0.002729048952460289, -0.0007082323427312076, 0.0003128625394310802, 0.011708375997841358, 0.17035610973834991], "std": [0.19549450278282166, 0.24068424105644226, 0.2309659719467163, 0.04820499196648598, 0.0656190812587738, 0.130592942237854, 0.9853817820549011], "count": [1039]}, "timestamp": {"min": [0.0], "max": [103.8], "mean": [51.9], "std": [29.993332592427937], "count": [1039]}, "frame_index": {"min": [0], "max": [1038], "mean": [519.0], "std": [299.93332592427936], "count": [1039]}, "episode_index": {"min": [2291.0], "max": [2291.0], "mean": [2291.0], "std": [0.0], "count": [1039]}, "index": {"min": [769707.0], "max": [770745.0], "mean": [770226.0], "std": [299.93332592427936], "count": [1039]}, "task_index": {"min": [363.0], "max": [363.0], "mean": [363.0], "std": [0.0], "count": [1039]}}} +{"episode_index": 2292, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3722617345549331]], [[0.30414770977021455]], [[0.23228665116491473]]], "std": [[[0.12720858377117827]], [[0.12982015196935678]], [[0.14521484054530243]]], "count": [126]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3913052589471118]], [[0.2932092742017597]], [[0.18711636896783454]]], "std": [[[0.17637076821449563]], [[0.12489458716026752]], [[0.07037349054541174]]], "count": [126]}, "state": {"min": [-0.5081494450569153, -0.07557947933673859, 0.9890661835670471, 2.8921849727630615, -0.16895213723182678, -0.2609879970550537, 0.014596452936530113, -0.04000622779130936], "max": [0.01654122769832611, 0.18405361473560333, 1.2659975290298462, 3.222904682159424, 0.2569471299648285, 0.13825780153274536, 0.03999284282326698, -0.008947990834712982], "mean": [-0.29251983761787415, 0.047224514186382294, 1.1451420783996582, 3.072953939437866, 0.010535264387726784, -0.02046043984591961, 0.02765480987727642, -0.027829408645629883], "std": [0.17304636538028717, 0.08417601138353348, 0.07148569822311401, 0.06944186985492706, 0.09953237324953079, 0.10216611623764038, 0.011807290837168694, 0.011803082190454006], "count": [632]}, "actions": {"min": [-1.342118740081787, -1.2087856531143188, -0.7842292189598083, -0.23163098096847534, -0.23782187700271606, -0.18249736726284027, -1.0], "max": [1.0421011447906494, 0.8740605711936951, 1.4779589176177979, 0.22058238089084625, 0.21856650710105896, 0.4142144024372101, 1.0], "mean": [-0.020246023312211037, 0.018750527873635292, -0.005962497089058161, 0.0017290611285716295, 0.0007494848687201738, -0.000441729644080624, -0.018987340852618217], "std": [0.2996335029602051, 0.19965140521526337, 0.2677714228630066, 0.05552128329873085, 0.0523960180580616, 0.05228684842586517, 0.99981689453125], "count": [632]}, "timestamp": {"min": [0.0], "max": [63.1], "mean": [31.549999999999997], "std": [18.244245668155205], "count": [632]}, "frame_index": {"min": [0], "max": [631], "mean": [315.5], "std": [182.44245668155207], "count": [632]}, "episode_index": {"min": [2292.0], "max": [2292.0], "mean": [2292.0], "std": [0.0], "count": [632]}, "index": {"min": [770746.0], "max": [771377.0], "mean": [771061.5], "std": [182.44245668155207], "count": [632]}, "task_index": {"min": [364.0], "max": [364.0], "mean": [364.0], "std": [0.0], "count": [632]}}} +{"episode_index": 2293, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3713261168915843]], [[0.3046868816699857]], [[0.23171015890495716]]], "std": [[[0.12992841071476635]], [[0.12982035470281253]], [[0.1456380539694666]]], "count": [141]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3917181527195181]], [[0.2953669949477048]], [[0.1897889834454255]]], "std": [[[0.18173878129032114]], [[0.12820970838830592]], [[0.0733165763618235]]], "count": [141]}, "state": {"min": [-0.5016294717788696, -0.13478820025920868, 0.9875869154930115, 2.999152183532715, -0.19687122106552124, -0.2966272830963135, 0.014454069547355175, -0.040008485317230225], "max": [0.0030075476970523596, 0.16554535925388336, 1.2389839887619019, 3.337618112564087, 0.18756185472011566, 0.10155969113111496, 0.03997327387332916, -0.013398393988609314], "mean": [-0.2913232743740082, 0.027748866006731987, 1.1554882526397705, 3.191765546798706, -0.032924048602581024, -0.0531216599047184, 0.027669839560985565, -0.02729969471693039], "std": [0.16743548214435577, 0.08901087939739227, 0.06336319446563721, 0.09338879585266113, 0.08972413092851639, 0.10003256797790527, 0.011891123838722706, 0.01223793812096119], "count": [738]}, "actions": {"min": [-1.1012964248657227, -0.6699281334877014, -0.7121979594230652, -0.16228224337100983, -0.18795619904994965, -0.17202463746070862, -1.0], "max": [0.6561597585678101, 0.610161542892456, 1.328154444694519, 0.26320359110832214, 0.2237711101770401, 0.15576916933059692, 1.0], "mean": [-0.019267750903964043, 0.008729995228350163, -0.004576561506837606, 0.0005457449005916715, -0.0003591063432395458, 0.0005727442912757397, -0.01084010861814022], "std": [0.260273814201355, 0.15795284509658813, 0.2316952794790268, 0.04359531030058861, 0.045582860708236694, 0.042448148131370544, 0.9999385476112366], "count": [738]}, "timestamp": {"min": [0.0], "max": [73.7], "mean": [36.85], "std": [21.304205375152264], "count": [738]}, "frame_index": {"min": [0], "max": [737], "mean": [368.5], "std": [213.04205375152264], "count": [738]}, "episode_index": {"min": [2293.0], "max": [2293.0], "mean": [2293.0], "std": [0.0], "count": [738]}, "index": {"min": [771378.0], "max": [772115.0], "mean": [771746.5], "std": [213.04205375152264], "count": [738]}, "task_index": {"min": [364.0], "max": [364.0], "mean": [364.0], "std": [0.0], "count": [738]}}} +{"episode_index": 2294, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684512008790189]], [[0.31001537001806695]], [[0.23768820123551487]]], "std": [[[0.13700211009483348]], [[0.12991988211618236]], [[0.14819902856193787]]], "count": [170]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36031967532675985]], [[0.27764809437964066]], [[0.18105403244564142]]], "std": [[[0.1986963076024574]], [[0.141146019866203]], [[0.08796041114013703]]], "count": [170]}, "state": {"min": [-0.6073341369628906, -0.3056629002094269, 0.9974614381790161, 2.935652256011963, -0.20528680086135864, -0.4406920075416565, 0.011716116219758987, -0.04000905528664589], "max": [-0.023310311138629913, 0.13803498446941376, 1.3044111728668213, 3.2723097801208496, 0.30571338534355164, 0.35749033093452454, 0.04000243544578552, -0.014599137008190155], "mean": [-0.28733915090560913, -0.11704914271831512, 1.166760802268982, 3.094419240951538, -0.0036810587625950575, 0.03630506992340088, 0.02581101469695568, -0.02612312324345112], "std": [0.19835975766181946, 0.12061888724565506, 0.07321756333112717, 0.08107736706733704, 0.11115671694278717, 0.18923792243003845, 0.01197056844830513, 0.011800194159150124], "count": [949]}, "actions": {"min": [-1.440564513206482, -0.9726820588111877, -0.8499036431312561, -0.2935429811477661, -0.22876806557178497, -0.4453594386577606, -1.0], "max": [1.5876878499984741, 1.1880134344100952, 1.9234347343444824, 0.2659412920475006, 0.2149457037448883, 0.40621718764305115, 1.0], "mean": [-0.013552052900195122, -0.027794575318694115, 0.007965536788105965, 0.0005685939686372876, 0.00030665495432913303, 0.0004609340976458043, 0.11275026202201843], "std": [0.3486473560333252, 0.22455227375030518, 0.2727324366569519, 0.06071314215660095, 0.049046993255615234, 0.07435330748558044, 0.9936262965202332], "count": [949]}, "timestamp": {"min": [0.0], "max": [94.8], "mean": [47.4], "std": [27.39525506360545], "count": [949]}, "frame_index": {"min": [0], "max": [948], "mean": [474.0], "std": [273.95255063605447], "count": [949]}, "episode_index": {"min": [2294.0], "max": [2294.0], "mean": [2294.0], "std": [0.0], "count": [949]}, "index": {"min": [772116.0], "max": [773064.0], "mean": [772590.0], "std": [273.95255063605447], "count": [949]}, "task_index": {"min": [365.0], "max": [365.0], "mean": [365.0], "std": [0.0], "count": [949]}}} +{"episode_index": 2295, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36783098174551865]], [[0.30959471101128044]], [[0.2373669944755577]]], "std": [[[0.13647343367930295]], [[0.12923965456686146]], [[0.14729779929267495]]], "count": [177]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3521561836977133]], [[0.2711271979688106]], [[0.1771343240920684]]], "std": [[[0.19981099299135913]], [[0.14259650725323547]], [[0.08941695091450724]]], "count": [177]}, "state": {"min": [-0.5777432322502136, -0.36597901582717896, 0.988752007484436, 2.9218289852142334, -0.2292199432849884, -0.2832990288734436, 0.010877584107220173, -0.04001043736934662], "max": [-0.02085775136947632, 0.11761923134326935, 1.2494250535964966, 3.2727537155151367, 0.37319955229759216, 0.8240135908126831, 0.04000607132911682, -0.01360207237303257], "mean": [-0.28634113073349, -0.1596645563840866, 1.1561247110366821, 3.095674514770508, -0.01702890731394291, 0.2713131010532379, 0.025495072826743126, -0.02527804486453533], "std": [0.1859162449836731, 0.12700457870960236, 0.059816472232341766, 0.08448664098978043, 0.11941026151180267, 0.2963763475418091, 0.011324124410748482, 0.011563311330974102], "count": [999]}, "actions": {"min": [-1.1960256099700928, -0.9001564979553223, -0.9647834300994873, -0.3647008240222931, -0.19000795483589172, -0.34279462695121765, -1.0], "max": [1.3987613916397095, 1.0732674598693848, 1.2653508186340332, 0.1757921278476715, 0.2572689950466156, 0.32428303360939026, 1.0], "mean": [-0.013886314816772938, -0.027828646823763847, 0.00203731469810009, -0.0008557973196730018, -0.0004831046098843217, 0.004967887885868549, 0.19719719886779785], "std": [0.28852203488349915, 0.2199350744485855, 0.2600136995315552, 0.05156422033905983, 0.04591378942131996, 0.06679410487413406, 0.9803622961044312], "count": [999]}, "timestamp": {"min": [0.0], "max": [99.8], "mean": [49.9], "std": [28.838631497813253], "count": [999]}, "frame_index": {"min": [0], "max": [998], "mean": [499.0], "std": [288.38631497813253], "count": [999]}, "episode_index": {"min": [2295.0], "max": [2295.0], "mean": [2295.0], "std": [0.0], "count": [999]}, "index": {"min": [773065.0], "max": [774063.0], "mean": [773564.0], "std": [288.38631497813253], "count": [999]}, "task_index": {"min": [365.0], "max": [365.0], "mean": [365.0], "std": [0.0], "count": [999]}}} +{"episode_index": 2296, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3636981483931514]], [[0.3105748285186808]], [[0.23974722137807722]]], "std": [[[0.1444669258412644]], [[0.13419274208813778]], [[0.15347069256079207]]], "count": [193]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37124502051594804]], [[0.2890099656154358]], [[0.19119473369846035]]], "std": [[[0.19744074814733537]], [[0.13917821899301577]], [[0.08837154227189482]]], "count": [193]}, "state": {"min": [-0.44830209016799927, -0.2888838052749634, 0.9790041446685791, 3.0063295364379883, -0.3703373074531555, -0.43185943365097046, 0.012363515794277191, -0.04000576585531235], "max": [-0.002860899781808257, 0.21552422642707825, 1.2703667879104614, 3.3694283962249756, 0.28465357422828674, 0.8071423172950745, 0.04001283645629883, -0.011828267015516758], "mean": [-0.24701686203479767, -0.0792410746216774, 1.1579443216323853, 3.2159461975097656, -0.09126106649637222, 0.14506831765174866, 0.0258686151355505, -0.02601843699812889], "std": [0.13259565830230713, 0.1341363936662674, 0.07082013785839081, 0.09717366099357605, 0.14830459654331207, 0.30320581793785095, 0.011926156468689442, 0.011689024046063423], "count": [1122]}, "actions": {"min": [-2.075493097305298, -1.9291539192199707, -0.6996583342552185, -0.408462792634964, -0.19496041536331177, -0.3264164328575134, -1.0], "max": [0.6874219179153442, 1.71726655960083, 1.8328986167907715, 0.2020578682422638, 0.20007389783859253, 0.3144381642341614, 1.0], "mean": [-0.01013097632676363, -0.022265415638685226, 0.0001348258665530011, -0.0014908623415976763, -0.0016685518203303218, 0.003511270973831415, 0.13725490868091583], "std": [0.23464027047157288, 0.2728350758552551, 0.2647826671600342, 0.04781549796462059, 0.045087262988090515, 0.07010112702846527, 0.9905340671539307], "count": [1122]}, "timestamp": {"min": [0.0], "max": [112.1], "mean": [56.05], "std": [32.38933723722464], "count": [1122]}, "frame_index": {"min": [0], "max": [1121], "mean": [560.5], "std": [323.8933723722464], "count": [1122]}, "episode_index": {"min": [2296.0], "max": [2296.0], "mean": [2296.0], "std": [0.0], "count": [1122]}, "index": {"min": [774064.0], "max": [775185.0], "mean": [774624.5], "std": [323.8933723722464], "count": [1122]}, "task_index": {"min": [366.0], "max": [366.0], "mean": [366.0], "std": [0.0], "count": [1122]}}} +{"episode_index": 2297, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3665789382870187]], [[0.303993994286055]], [[0.22998428856003933]]], "std": [[[0.13384345168448689]], [[0.12832862851777985]], [[0.1423696824009615]]], "count": [158]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3472617760282144]], [[0.27519751023524275]], [[0.19613843412723575]]], "std": [[[0.17307075889388265]], [[0.12639822057661668]], [[0.09666043301137792]]], "count": [158]}, "state": {"min": [-0.5461794137954712, -0.21413663029670715, 0.9861246347427368, 2.8945682048797607, -0.40854790806770325, -0.26744040846824646, 0.002278357744216919, -0.04001274332404137], "max": [-0.087561696767807, 0.1900225728750229, 1.243552803993225, 3.731288433074951, 0.10913031548261642, 1.637841820716858, 0.03989231586456299, -0.0030621858313679695], "mean": [-0.4136354923248291, -0.02187965251505375, 1.1471153497695923, 3.191559314727783, -0.1576157659292221, 0.5559733510017395, 0.01887482963502407, -0.01888302154839039], "std": [0.13386669754981995, 0.10318873077630997, 0.0638222023844719, 0.20277300477027893, 0.11867698282003403, 0.7387717962265015, 0.013548566959798336, 0.013591472059488297], "count": [856]}, "actions": {"min": [-1.553393006324768, -0.7632854580879211, -0.594635546207428, -0.22835169732570648, -0.2369835525751114, -0.21057607233524323, -1.0], "max": [0.6996089220046997, 1.089846134185791, 1.3893098831176758, 0.3029908835887909, 0.19678282737731934, 0.3709990680217743, 1.0], "mean": [-0.023276614025235176, 0.004394782707095146, -0.009981654584407806, 0.0006233321037143469, 0.0009277138742618263, 0.014749391004443169, 0.40887850522994995], "std": [0.19406212866306305, 0.22110342979431152, 0.22215838730335236, 0.05351187288761139, 0.052878838032484055, 0.07378598302602768, 0.9125880599021912], "count": [856]}, "timestamp": {"min": [0.0], "max": [85.5], "mean": [42.75], "std": [24.71057465944489], "count": [856]}, "frame_index": {"min": [0], "max": [855], "mean": [427.5], "std": [247.1057465944489], "count": [856]}, "episode_index": {"min": [2297.0], "max": [2297.0], "mean": [2297.0], "std": [0.0], "count": [856]}, "index": {"min": [775186.0], "max": [776041.0], "mean": [775613.5], "std": [247.1057465944489], "count": [856]}, "task_index": {"min": [367.0], "max": [367.0], "mean": [367.0], "std": [0.0], "count": [856]}}} +{"episode_index": 2298, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3668360569480952]], [[0.30407724334042185]], [[0.23007293926042252]]], "std": [[[0.1323515726184029]], [[0.12657796769824897]], [[0.1407886045297719]]], "count": [157]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3544164572551751]], [[0.27836387332226875]], [[0.1944397441453816]]], "std": [[[0.1749273535736669]], [[0.1257816392651321]], [[0.09177437866749245]]], "count": [157]}, "state": {"min": [-0.5280875563621521, -0.21284836530685425, 1.0015405416488647, 2.938339948654175, -0.40041545033454895, -0.3973388075828552, 0.004177189897745848, -0.04001109302043915], "max": [-0.08468972146511078, 0.18047943711280823, 1.2785347700119019, 3.4838144779205322, 0.15388838946819305, 1.6258292198181152, 0.039930738508701324, -0.00423121964558959], "mean": [-0.40028366446495056, -0.04149402305483818, 1.169440507888794, 3.153254508972168, -0.13798119127750397, 0.4621043801307678, 0.019171055406332016, -0.01896173693239689], "std": [0.13608404994010925, 0.10952956974506378, 0.07261066138744354, 0.11964371055364609, 0.1333867311477661, 0.7561797499656677, 0.014118238352239132, 0.014220830984413624], "count": [851]}, "actions": {"min": [-1.301998496055603, -0.9241493344306946, -0.5739692449569702, -0.16881760954856873, -0.26402685046195984, -0.22322925925254822, -1.0], "max": [0.7069560289382935, 0.8080489635467529, 1.6459928750991821, 0.20003493130207062, 0.18375523388385773, 0.37458890676498413, 1.0], "mean": [-0.011157171800732613, -0.0034386315383017063, 0.0033624994102865458, -0.0013278659898787737, 0.00011619400174822658, 0.014816561713814735, 0.3631022274494171], "std": [0.20606841146945953, 0.2152446061372757, 0.2411058247089386, 0.044800203293561935, 0.050532370805740356, 0.07476649433374405, 0.931750476360321], "count": [851]}, "timestamp": {"min": [0.0], "max": [85.0], "mean": [42.5], "std": [24.566236993076497], "count": [851]}, "frame_index": {"min": [0], "max": [850], "mean": [425.0], "std": [245.66236993076492], "count": [851]}, "episode_index": {"min": [2298.0], "max": [2298.0], "mean": [2298.0], "std": [0.0], "count": [851]}, "index": {"min": [776042.0], "max": [776892.0], "mean": [776467.0], "std": [245.66236993076492], "count": [851]}, "task_index": {"min": [367.0], "max": [367.0], "mean": [367.0], "std": [0.0], "count": [851]}}} +{"episode_index": 2299, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3712299695121347]], [[0.3083744268307741]], [[0.23540993381626626]]], "std": [[[0.1308330302081205]], [[0.12825073000599999]], [[0.14445884961826724]]], "count": [116]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.3628044633949182]], [[0.276406546200023]], [[0.18010961907872322]]], "std": [[[0.17686413639626]], [[0.12409131286748054]], [[0.07882891558022219]]], "count": [116]}, "state": {"min": [-0.5332350730895996, -0.20775890350341797, 0.9944477677345276, 2.8474903106689453, -0.24122151732444763, -0.23798640072345734, 0.012203983962535858, -0.040027815848588943], "max": [-0.17173080146312714, 0.12787958979606628, 1.2482223510742188, 3.2713215351104736, 0.154245063662529, 0.2340516895055771, 0.0400010347366333, -0.0109010711312294], "mean": [-0.37079477310180664, -0.06485637277364731, 1.1242276430130005, 3.091217041015625, -0.07053124904632568, -0.03642446547746658, 0.025513658300042152, -0.025621447712183], "std": [0.12011982500553131, 0.11312244087457657, 0.07485032826662064, 0.10652276128530502, 0.08797847479581833, 0.10311878472566605, 0.01231389306485653, 0.012538501061499119], "count": [572]}, "actions": {"min": [-0.8385167121887207, -0.8441483974456787, -1.2876394987106323, -0.2549956142902374, -0.18094660341739655, -0.4252778887748718, -1.0], "max": [0.665795087814331, 0.7406781315803528, 1.6130597591400146, 0.6198830008506775, 0.23225881159305573, 0.2259330302476883, 1.0], "mean": [-0.024493996053934097, 0.015704981982707977, -0.011110886931419373, 0.003535093506798148, 0.0027029565535485744, -0.0030927779152989388, 0.08741258829832077], "std": [0.2204461246728897, 0.18456169962882996, 0.30372488498687744, 0.06668233126401901, 0.044597089290618896, 0.0606083907186985, 0.9961729049682617], "count": [572]}, "timestamp": {"min": [0.0], "max": [57.1], "mean": [28.55], "std": [16.51219246496358], "count": [572]}, "frame_index": {"min": [0], "max": [571], "mean": [285.5], "std": [165.1219246496358], "count": [572]}, "episode_index": {"min": [2299.0], "max": [2299.0], "mean": [2299.0], "std": [0.0], "count": [572]}, "index": {"min": [776893.0], "max": [777464.0], "mean": [777178.5], "std": [165.1219246496358], "count": [572]}, "task_index": {"min": [368.0], "max": [368.0], "mean": [368.0], "std": [0.0], "count": [572]}}} +{"episode_index": 2300, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.367784378538678]], [[0.305273649867614]], [[0.23279463589443514]]], "std": [[[0.13255671399502283]], [[0.12846205994856905]], [[0.14310098059752896]]], "count": [102]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9764705882352941]]], "mean": [[[0.35774941743222255]], [[0.2725521769628118]], [[0.17816165981270726]]], "std": [[[0.17503325906363926]], [[0.12216165824352233]], [[0.07739577061904689]]], "count": [102]}, "state": {"min": [-0.5441391468048096, -0.22346682846546173, 0.9923113584518433, 2.958496332168579, -0.23282930254936218, -0.30491119623184204, 0.012162790633738041, -0.040010154247283936], "max": [-0.1971895694732666, 0.14913702011108398, 1.202256202697754, 3.3155243396759033, 0.12868456542491913, 0.14908824861049652, 0.039911434054374695, -0.012404405511915684], "mean": [-0.3825797140598297, -0.04574843868613243, 1.1153701543807983, 3.1054959297180176, -0.03640873357653618, -0.03697153180837631, 0.026245925575494766, -0.02634507417678833], "std": [0.10764304548501968, 0.11124713718891144, 0.061222970485687256, 0.08740053325891495, 0.09475479274988174, 0.11107376217842102, 0.01189870573580265, 0.011957448907196522], "count": [480]}, "actions": {"min": [-1.1180304288864136, -1.467936635017395, -0.5878108739852905, -0.15567021071910858, -0.214314267039299, -0.19605273008346558, -1.0], "max": [0.7829911112785339, 0.8820045590400696, 1.162901520729065, 0.18191123008728027, 0.1081446036696434, 0.2328212410211563, 1.0], "mean": [-0.029893767088651657, 0.006611908320337534, -0.009231505915522575, 0.0023383714724332094, -0.0011485926806926727, -0.0018082776805385947, 0.07500000298023224], "std": [0.22933319211006165, 0.25245198607444763, 0.27679896354675293, 0.047488342970609665, 0.042943838983774185, 0.06220048666000366, 0.9971837997436523], "count": [480]}, "timestamp": {"min": [0.0], "max": [47.9], "mean": [23.95], "std": [13.856376390191869], "count": [480]}, "frame_index": {"min": [0], "max": [479], "mean": [239.5], "std": [138.5637639019187], "count": [480]}, "episode_index": {"min": [2300.0], "max": [2300.0], "mean": [2300.0], "std": [0.0], "count": [480]}, "index": {"min": [777465.0], "max": [777944.0], "mean": [777704.5], "std": [138.5637639019187], "count": [480]}, "task_index": {"min": [368.0], "max": [368.0], "mean": [368.0], "std": [0.0], "count": [480]}}} +{"episode_index": 2301, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35827927964939177]], [[0.30265365448537573]], [[0.22959589037010808]]], "std": [[[0.13652583256639653]], [[0.12346369410711551]], [[0.13921849113584564]]], "count": [122]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9882352941176471]]], "mean": [[[0.33427710684883905]], [[0.2585379595313567]], [[0.17057669776614862]]], "std": [[[0.20158136131888663]], [[0.14944590684282724]], [[0.09348694735551878]]], "count": [122]}, "state": {"min": [-0.5277816653251648, -0.3494093120098114, 0.9678499698638916, 2.9084560871124268, -0.12398365885019302, -0.897729218006134, 0.004892806056886911, -0.04000921919941902], "max": [-0.1802101582288742, 0.20179913938045502, 1.2809861898422241, 3.2610385417938232, 0.25666511058807373, 0.4817793071269989, 0.0400150865316391, -0.002490001730620861], "mean": [-0.34627005457878113, -0.08677171915769577, 1.1425676345825195, 3.088083267211914, 0.009511139243841171, -0.05600171163678169, 0.022161228582262993, -0.02204510010778904], "std": [0.10366390645503998, 0.1866845339536667, 0.07848961651325226, 0.08412334322929382, 0.09790016710758209, 0.36846616864204407, 0.014957855455577374, 0.015212270431220531], "count": [607]}, "actions": {"min": [-1.1836458444595337, -1.5709418058395386, -0.5245281457901001, -0.20593342185020447, -0.22180025279521942, -0.3404494822025299, -1.0], "max": [0.709210991859436, 0.9974076747894287, 1.2237727642059326, 0.4197179973125458, 0.20457114279270172, 0.2741315960884094, 1.0], "mean": [0.004162739031016827, -0.03254558891057968, 0.004660188686102629, -0.0025684111751616, 0.0010766275227069855, 0.0036255288869142532, 0.14662273228168488], "std": [0.1962345391511917, 0.3292559087276459, 0.2725411057472229, 0.05789429694414139, 0.05568967014551163, 0.08270427584648132, 0.9891951680183411], "count": [607]}, "timestamp": {"min": [0.0], "max": [60.6], "mean": [30.300000000000004], "std": [17.522556891047607], "count": [607]}, "frame_index": {"min": [0], "max": [606], "mean": [303.0], "std": [175.22556891047608], "count": [607]}, "episode_index": {"min": [2301.0], "max": [2301.0], "mean": [2301.0], "std": [0.0], "count": [607]}, "index": {"min": [777945.0], "max": [778551.0], "mean": [778248.0], "std": [175.22556891047608], "count": [607]}, "task_index": {"min": [369.0], "max": [369.0], "mean": [369.0], "std": [0.0], "count": [607]}}} +{"episode_index": 2302, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3704837560842843]], [[0.3093033540793372]], [[0.2362785750095852]]], "std": [[[0.13158140157024803]], [[0.12632699490604468]], [[0.14337276126222714]]], "count": [173]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.33177482140627657]], [[0.2562961305551054]], [[0.16891365003710118]]], "std": [[[0.20372850678968538]], [[0.1461891003958472]], [[0.09071793089473532]]], "count": [173]}, "state": {"min": [-0.5415332913398743, -0.30021438002586365, 0.981052577495575, 2.927704334259033, -0.22426891326904297, -0.30947697162628174, 0.007827912457287312, -0.04000712186098099], "max": [-0.0132846524938941, 0.21829631924629211, 1.2425010204315186, 3.3163790702819824, 0.29463306069374084, 0.4259146749973297, 0.04001004993915558, -0.012335318140685558], "mean": [-0.31785324215888977, -0.10722222924232483, 1.1379406452178955, 3.1434898376464844, -0.007799424231052399, 0.07481833547353745, 0.024544117972254753, -0.024903086945414543], "std": [0.15065117180347443, 0.1433284431695938, 0.06030558422207832, 0.0782642588019371, 0.09976492077112198, 0.187398299574852, 0.012015090323984623, 0.011749987490475178], "count": [964]}, "actions": {"min": [-1.5435106754302979, -1.4644442796707153, -0.8520644307136536, -0.2450118362903595, -0.22480159997940063, -0.26603755354881287, -1.0], "max": [1.3115226030349731, 1.2137274742126465, 1.8843744993209839, 0.31251204013824463, 0.24431148171424866, 0.30616554617881775, 1.0], "mean": [-0.01044145505875349, -0.024594390764832497, 0.006509356200695038, 0.0009201985085383058, 0.000550782133359462, 0.0020237585995346308, 0.2053941935300827], "std": [0.3135300874710083, 0.2646329402923584, 0.24676452577114105, 0.06134540215134621, 0.05075133964419365, 0.07287605851888657, 0.9786826372146606], "count": [964]}, "timestamp": {"min": [0.0], "max": [96.3], "mean": [48.15], "std": [27.82826800215924], "count": [964]}, "frame_index": {"min": [0], "max": [963], "mean": [481.5], "std": [278.28268002159245], "count": [964]}, "episode_index": {"min": [2302.0], "max": [2302.0], "mean": [2302.0], "std": [0.0], "count": [964]}, "index": {"min": [778552.0], "max": [779515.0], "mean": [779033.5], "std": [278.28268002159245], "count": [964]}, "task_index": {"min": [370.0], "max": [370.0], "mean": [370.0], "std": [0.0], "count": [964]}}} +{"episode_index": 2303, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3636082510023595]], [[0.2989399139138349]], [[0.22848624975333287]]], "std": [[[0.1280044185271275]], [[0.12488196703400796]], [[0.1380616505974555]]], "count": [144]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3219027222111854]], [[0.24894527776049113]], [[0.17356979395049849]]], "std": [[[0.19156691170718387]], [[0.14061042097074808]], [[0.09876875017711077]]], "count": [144]}, "state": {"min": [-0.5013146996498108, -0.17163041234016418, 0.9771230220794678, 3.02579665184021, -0.37779948115348816, -0.26972389221191406, 0.003960797097533941, -0.040008801966905594], "max": [-0.1938343346118927, 0.1862049102783203, 1.2335150241851807, 3.5358200073242188, 0.4033109247684479, 1.7938950061798096, 0.04001300781965256, -0.0035352862905710936], "mean": [-0.3795628845691681, 0.027332734316587448, 1.1350946426391602, 3.2985446453094482, -0.004743788857012987, 0.6054123640060425, 0.020912475883960724, -0.020585574209690094], "std": [0.09229125082492828, 0.09682650119066238, 0.06517184525728226, 0.13150052726268768, 0.1656641960144043, 0.8137273788452148, 0.014105081558227539, 0.014307492412626743], "count": [757]}, "actions": {"min": [-1.0026843547821045, -0.7300041913986206, -0.9385505318641663, -0.20811352133750916, -0.3371709883213043, -1.4227349758148193, -1.0], "max": [0.9534070491790771, 0.9660807847976685, 1.036637306213379, 0.31319761276245117, 0.5591782331466675, 0.9808153510093689, 1.0], "mean": [-0.01946204900741577, 0.010873456485569477, -0.012397761456668377, -0.0018401993438601494, -0.001311787054874003, 0.002696894807741046, 0.2760898172855377], "std": [0.19134992361068726, 0.1979164481163025, 0.23361286520957947, 0.05799436196684837, 0.07377687096595764, 0.1398872584104538, 0.9611341953277588], "count": [757]}, "timestamp": {"min": [0.0], "max": [75.6], "mean": [37.8], "std": [21.852688621769175], "count": [757]}, "frame_index": {"min": [0], "max": [756], "mean": [378.0], "std": [218.52688621769175], "count": [757]}, "episode_index": {"min": [2303.0], "max": [2303.0], "mean": [2303.0], "std": [0.0], "count": [757]}, "index": {"min": [779516.0], "max": [780272.0], "mean": [779894.0], "std": [218.52688621769175], "count": [757]}, "task_index": {"min": [371.0], "max": [371.0], "mean": [371.0], "std": [0.0], "count": [757]}}} +{"episode_index": 2304, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36977662932331923]], [[0.30279311576898954]], [[0.23104143351533987]]], "std": [[[0.12594871494394874]], [[0.1261302155840268]], [[0.14028636540561545]]], "count": [137]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3453270123379244]], [[0.26354737315240023]], [[0.17944201322964748]]], "std": [[[0.18944408464573104]], [[0.13635921193821135]], [[0.09095961333169125]]], "count": [137]}, "state": {"min": [-0.5301285982131958, -0.18885928392410278, 0.9835886359214783, 3.032503128051758, -0.2740785777568817, -0.3816264569759369, 0.004729489795863628, -0.04000750556588173], "max": [-0.23993071913719177, 0.20038601756095886, 1.216234564781189, 3.3801028728485107, 0.381245493888855, 1.5754905939102173, 0.04000549018383026, -0.0026665031909942627], "mean": [-0.3825560212135315, 0.011202875524759293, 1.1164602041244507, 3.1481857299804688, -0.11630091816186905, 0.3078538477420807, 0.022300053387880325, -0.022283412516117096], "std": [0.10275906324386597, 0.11744150519371033, 0.06412213295698166, 0.07295548915863037, 0.1152958944439888, 0.6461657881736755, 0.014112496748566628, 0.014023096300661564], "count": [710]}, "actions": {"min": [-1.1326768398284912, -1.3407213687896729, -0.8464676737785339, -0.16045983135700226, -0.15192155539989471, -0.7284020185470581, -1.0], "max": [0.6375479698181152, 0.6330947279930115, 1.7742069959640503, 0.16385941207408905, 0.16187846660614014, 0.4377515912055969, 1.0], "mean": [-0.024204762652516365, 0.009339774958789349, -0.015834281221032143, -6.77658463246189e-05, 0.0025085743982344866, -0.003310637315735221, 0.20000000298023224], "std": [0.1756114512681961, 0.1882869154214859, 0.23061241209506989, 0.03908691555261612, 0.04370012506842613, 0.09963914752006531, 0.9797987937927246], "count": [710]}, "timestamp": {"min": [0.0], "max": [70.9], "mean": [35.45], "std": [20.4959142269868], "count": [710]}, "frame_index": {"min": [0], "max": [709], "mean": [354.5], "std": [204.959142269868], "count": [710]}, "episode_index": {"min": [2304.0], "max": [2304.0], "mean": [2304.0], "std": [0.0], "count": [710]}, "index": {"min": [780273.0], "max": [780982.0], "mean": [780627.5], "std": [204.959142269868], "count": [710]}, "task_index": {"min": [371.0], "max": [371.0], "mean": [371.0], "std": [0.0], "count": [710]}}} +{"episode_index": 2305, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3648566293726936]], [[0.30974462273415554]], [[0.24040483809641527]]], "std": [[[0.1397411842280785]], [[0.13192057881211114]], [[0.15004534109558496]]], "count": [178]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.33038926646687905]], [[0.25593795625090365]], [[0.17055419666385252]]], "std": [[[0.21007385619497101]], [[0.15164352823692168]], [[0.09770285468192744]]], "count": [178]}, "state": {"min": [-0.5520536303520203, -0.23334984481334686, 0.9900466203689575, 2.9215946197509766, -0.2777981758117676, -0.2865825593471527, 0.012984098866581917, -0.040012847632169724], "max": [-0.03063224069774151, 0.2530198097229004, 1.234944462776184, 3.377919912338257, 0.3159412145614624, 0.24425552785396576, 0.04000180587172508, -0.01063236128538847], "mean": [-0.2929639518260956, 0.062020204961299896, 1.1238694190979004, 3.113356113433838, -0.016094593331217766, -0.003263178514316678, 0.02693268097937107, -0.02657415345311165], "std": [0.14998382329940796, 0.14823192358016968, 0.0576210543513298, 0.10538659989833832, 0.1279701590538025, 0.10589129477739334, 0.011663771234452724, 0.012016531080007553], "count": [1008]}, "actions": {"min": [-1.0157088041305542, -1.158572793006897, -0.7444139122962952, -0.2972242832183838, -0.2291872203350067, -0.27885276079177856, -1.0], "max": [1.2350164651870728, 1.39501953125, 1.7989293336868286, 0.5959151983261108, 0.44595789909362793, 0.27226415276527405, 1.0], "mean": [-0.0025643373373895884, 0.024314630776643753, 0.0021126954816281796, 0.0022924847435206175, 0.00010953866149066016, -0.00030937226256355643, 0.0615079365670681], "std": [0.25222766399383545, 0.26877185702323914, 0.24003255367279053, 0.06783699244260788, 0.056672483682632446, 0.06478972733020782, 0.9980993866920471], "count": [1008]}, "timestamp": {"min": [0.0], "max": [100.7], "mean": [50.349999999999994], "std": [29.098439247950513], "count": [1008]}, "frame_index": {"min": [0], "max": [1007], "mean": [503.5], "std": [290.9843924795051], "count": [1008]}, "episode_index": {"min": [2305.0], "max": [2305.0], "mean": [2305.0], "std": [0.0], "count": [1008]}, "index": {"min": [780983.0], "max": [781990.0], "mean": [781486.5], "std": [290.9843924795051], "count": [1008]}, "task_index": {"min": [372.0], "max": [372.0], "mean": [372.0], "std": [0.0], "count": [1008]}}} +{"episode_index": 2306, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3671323325889581]], [[0.31043051047491416]], [[0.2404455747712984]]], "std": [[[0.13793885277055318]], [[0.131948205373783]], [[0.15035603482782522]]], "count": [167]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.3452055028700641]], [[0.26869291274413487]], [[0.18005224973421724]]], "std": [[[0.20582915541725122]], [[0.14952271789353586]], [[0.09895940149551358]]], "count": [167]}, "state": {"min": [-0.5470972061157227, -0.22086375951766968, 0.9895926713943481, 2.906466007232666, -0.34367355704307556, -0.376825749874115, 0.012326261028647423, -0.04003606736660004], "max": [-0.024665318429470062, 0.25255900621414185, 1.273071050643921, 3.3371551036834717, 0.2537890672683716, 0.06886596232652664, 0.039988983422517776, -0.012144193984568119], "mean": [-0.2941421866416931, 0.05357499420642853, 1.1407309770584106, 3.138502836227417, -0.09044977277517319, -0.11688481271266937, 0.02618170902132988, -0.025942817330360413], "std": [0.15244083106517792, 0.1435411274433136, 0.06824375689029694, 0.10132818669080734, 0.1485137641429901, 0.09080910682678223, 0.011855642311275005, 0.012051745317876339], "count": [922]}, "actions": {"min": [-1.3707165718078613, -1.0320377349853516, -0.853605329990387, -0.3405153155326843, -0.2754218578338623, -0.25944948196411133, -1.0], "max": [1.0249689817428589, 0.9694779515266418, 1.8682359457015991, 0.36283984780311584, 0.2973538339138031, 0.19338147342205048, 1.0], "mean": [-0.0004450952401384711, 0.026270266622304916, 0.005389467813074589, 0.002029565628618002, -0.0003113371494691819, -0.0013455703156068921, 0.10195227712392807], "std": [0.2773287296295166, 0.268149733543396, 0.2790936827659607, 0.07669956237077713, 0.057396095246076584, 0.055789247155189514, 0.9947917461395264], "count": [922]}, "timestamp": {"min": [0.0], "max": [92.1], "mean": [46.05], "std": [26.61583175480338], "count": [922]}, "frame_index": {"min": [0], "max": [921], "mean": [460.5], "std": [266.1583175480338], "count": [922]}, "episode_index": {"min": [2306.0], "max": [2306.0], "mean": [2306.0], "std": [0.0], "count": [922]}, "index": {"min": [781991.0], "max": [782912.0], "mean": [782451.5], "std": [266.1583175480338], "count": [922]}, "task_index": {"min": [372.0], "max": [372.0], "mean": [372.0], "std": [0.0], "count": [922]}}} +{"episode_index": 2307, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3628403792491784]], [[0.3099319742693479]], [[0.24160808198308917]]], "std": [[[0.14171514769425272]], [[0.13352277354378952]], [[0.1516578690013977]]], "count": [165]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.333392065980926]], [[0.258657853233623]], [[0.17240732157860778]]], "std": [[[0.21101139015512416]], [[0.1526034980412004]], [[0.09889595392477563]]], "count": [165]}, "state": {"min": [-0.5169341564178467, -0.2260442078113556, 0.9894059896469116, 2.9187846183776855, -0.1720169484615326, -0.22512391209602356, 0.012526634149253368, -0.040011219680309296], "max": [-0.022804785519838333, 0.25958114862442017, 1.2238653898239136, 3.3731422424316406, 0.18487538397312164, 0.26873189210891724, 0.04000606760382652, -0.01238645426928997], "mean": [-0.2739071249961853, 0.05274667590856552, 1.118611216545105, 3.1329615116119385, -0.025443388149142265, -0.04048064723610878, 0.027355242520570755, -0.027153288945555687], "std": [0.14553259313106537, 0.15143553912639618, 0.0607682466506958, 0.10939861834049225, 0.08505800366401672, 0.11591653525829315, 0.012290342710912228, 0.012411543168127537], "count": [911]}, "actions": {"min": [-1.4107545614242554, -0.9926643967628479, -0.6749618053436279, -0.2458440512418747, -0.25089526176452637, -0.22550605237483978, -1.0], "max": [1.821925401687622, 1.3373510837554932, 2.4379444122314453, 0.29528501629829407, 0.308392733335495, 0.38132938742637634, 1.0], "mean": [0.00239691324532032, 0.02971073053777218, 0.0047238958068192005, 0.002786724828183651, -0.0006490205996669829, -0.0016795187257230282, -0.025246981531381607], "std": [0.269014835357666, 0.2615097761154175, 0.26498979330062866, 0.06669459491968155, 0.05499415844678879, 0.06717626750469208, 0.9996806383132935], "count": [911]}, "timestamp": {"min": [0.0], "max": [91.0], "mean": [45.5], "std": [26.298288917722388], "count": [911]}, "frame_index": {"min": [0], "max": [910], "mean": [455.0], "std": [262.98288917722385], "count": [911]}, "episode_index": {"min": [2307.0], "max": [2307.0], "mean": [2307.0], "std": [0.0], "count": [911]}, "index": {"min": [782913.0], "max": [783823.0], "mean": [783368.0], "std": [262.98288917722385], "count": [911]}, "task_index": {"min": [372.0], "max": [372.0], "mean": [372.0], "std": [0.0], "count": [911]}}} +{"episode_index": 2308, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3663225589079015]], [[0.3096250855688955]], [[0.24209688037049537]]], "std": [[[0.13487605633114153]], [[0.13022641856278017]], [[0.1475589237082586]]], "count": [160]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3735947900659898]], [[0.2869429599537569]], [[0.18268662396599264]]], "std": [[[0.20853265529139292]], [[0.14859968765955026]], [[0.09157325998669989]]], "count": [160]}, "state": {"min": [-0.5149072408676147, -0.14220747351646423, 0.9882785677909851, 2.8724617958068848, -0.19158394634723663, -0.5868546366691589, 0.014430203475058079, -0.04001257196068764], "max": [-0.014500771649181843, 0.2849949598312378, 1.3229190111160278, 3.364164352416992, 0.42354997992515564, 0.10675472021102905, 0.040005993098020554, -0.013639220036566257], "mean": [-0.20084914565086365, 0.08585604280233383, 1.1531904935836792, 3.132124900817871, 0.13704338669776917, -0.23113498091697693, 0.026937594637274742, -0.026964902877807617], "std": [0.14665831625461578, 0.11472898721694946, 0.07460203766822815, 0.1175968125462532, 0.12938061356544495, 0.19429345428943634, 0.011755306273698807, 0.011720317415893078], "count": [873]}, "actions": {"min": [-1.5544137954711914, -0.9601412415504456, -0.9969865083694458, -0.32456719875335693, -0.22858352959156036, -0.2258666306734085, -1.0], "max": [1.4530876874923706, 1.1452383995056152, 1.9648951292037964, 0.39530834555625916, 0.3217960298061371, 0.312826007604599, 1.0], "mean": [0.0038806237280368805, 0.01390720997005701, 0.0037265161518007517, -0.002400687662884593, -0.0024468929041177034, -0.0048589687794446945, 0.05154639109969139], "std": [0.2825545072555542, 0.2034492939710617, 0.2946065366268158, 0.06448540091514587, 0.0592854768037796, 0.05705226957798004, 0.9986696839332581], "count": [873]}, "timestamp": {"min": [0.0], "max": [87.2], "mean": [43.6], "std": [25.20132271660888], "count": [873]}, "frame_index": {"min": [0], "max": [872], "mean": [436.0], "std": [252.01322716608877], "count": [873]}, "episode_index": {"min": [2308.0], "max": [2308.0], "mean": [2308.0], "std": [0.0], "count": [873]}, "index": {"min": [783824.0], "max": [784696.0], "mean": [784260.0], "std": [252.01322716608877], "count": [873]}, "task_index": {"min": [373.0], "max": [373.0], "mean": [373.0], "std": [0.0], "count": [873]}}} +{"episode_index": 2309, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.366089286764366]], [[0.30918515155923687]], [[0.24153762429672543]]], "std": [[[0.13389921396691443]], [[0.1293728359712809]], [[0.14710388817441236]]], "count": [169]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.3701934230232173]], [[0.2841585025860381]], [[0.18218907073999394]]], "std": [[[0.20938754961873435]], [[0.1494994778384406]], [[0.09199646503501034]]], "count": [169]}, "state": {"min": [-0.5201067924499512, -0.1561013013124466, 0.9896417856216431, 2.9415180683135986, -0.05559738352894783, -0.7296276688575745, 0.01307621132582426, -0.04001355916261673], "max": [-0.019897105172276497, 0.3006665110588074, 1.2610020637512207, 3.3777384757995605, 0.3647693395614624, 0.07007892429828644, 0.04001205787062645, -0.01311984471976757], "mean": [-0.22577564418315887, 0.07071711122989655, 1.1437726020812988, 3.144174575805664, 0.08654265105724335, -0.3428118824958801, 0.028030987828969955, -0.02812528796494007], "std": [0.14700651168823242, 0.13737203180789948, 0.06130954250693321, 0.10910393297672272, 0.07897651195526123, 0.21318434178829193, 0.011425245553255081, 0.011317293159663677], "count": [940]}, "actions": {"min": [-2.01611590385437, -1.8469318151474, -1.0381135940551758, -0.25388023257255554, -0.3300073444843292, -0.22566957771778107, -1.0], "max": [1.1953721046447754, 1.309159755706787, 4.171260356903076, 0.24418418109416962, 0.1875765025615692, 0.2672325074672699, 1.0], "mean": [-0.0040727658197283745, 0.011984536424279213, 0.007587040308862925, -0.0010675924131646752, -0.0016748729394748807, -0.004247463308274746, -0.0021276595070958138], "std": [0.31125110387802124, 0.258491575717926, 0.3067595660686493, 0.05707506090402603, 0.04933907091617584, 0.05288543552160263, 0.9999987483024597], "count": [940]}, "timestamp": {"min": [0.0], "max": [93.9], "mean": [46.95], "std": [27.13544729684772], "count": [940]}, "frame_index": {"min": [0], "max": [939], "mean": [469.5], "std": [271.3544729684772], "count": [940]}, "episode_index": {"min": [2309.0], "max": [2309.0], "mean": [2309.0], "std": [0.0], "count": [940]}, "index": {"min": [784697.0], "max": [785636.0], "mean": [785166.5], "std": [271.3544729684772], "count": [940]}, "task_index": {"min": [373.0], "max": [373.0], "mean": [373.0], "std": [0.0], "count": [940]}}} +{"episode_index": 2310, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3717180112003191]], [[0.3161676973884832]], [[0.24971464038867927]]], "std": [[[0.13751755673539426]], [[0.13438993914310196]], [[0.15368593167272585]]], "count": [161]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.39952304493043816]], [[0.3079996971508542]], [[0.19963062431791673]]], "std": [[[0.20249993593100446]], [[0.1436064612307912]], [[0.08938453101269662]]], "count": [161]}, "state": {"min": [-0.5714366436004639, -0.1169104129076004, 0.9884926080703735, 2.962822437286377, -0.22503869235515594, -0.3966761827468872, 0.014560225419700146, -0.04001886770129204], "max": [-0.0006733241025358438, 0.24593311548233032, 1.2620220184326172, 3.2705698013305664, 0.1340029090642929, 0.005155038554221392, 0.0400054007768631, -0.01422798354178667], "mean": [-0.21052134037017822, 0.11657429486513138, 1.1457009315490723, 3.1267261505126953, -0.05103636160492897, -0.16408208012580872, 0.026810619980096817, -0.026853229850530624], "std": [0.15772674977779388, 0.10657869279384613, 0.06457676738500595, 0.0859372466802597, 0.08119571208953857, 0.10383009910583496, 0.012120205909013748, 0.012080993503332138], "count": [882]}, "actions": {"min": [-1.1939185857772827, -1.9114854335784912, -1.040324330329895, -0.2415393739938736, -0.22365489602088928, -0.24119558930397034, -1.0], "max": [1.749358057975769, 1.1631145477294922, 1.8036723136901855, 0.20328974723815918, 0.2627236545085907, 0.29682114720344543, 1.0], "mean": [0.009971888735890388, 0.015981117263436317, 0.008320686407387257, -0.0005942218122072518, -0.0012254331959411502, 0.00038407708052545786, 0.027210883796215057], "std": [0.28979256749153137, 0.2495238035917282, 0.2732812464237213, 0.053075406700372696, 0.050214894115924835, 0.053286898881196976, 0.9996287822723389], "count": [882]}, "timestamp": {"min": [0.0], "max": [88.1], "mean": [44.05], "std": [25.46113050645369], "count": [882]}, "frame_index": {"min": [0], "max": [881], "mean": [440.5], "std": [254.61130506453688], "count": [882]}, "episode_index": {"min": [2310.0], "max": [2310.0], "mean": [2310.0], "std": [0.0], "count": [882]}, "index": {"min": [785637.0], "max": [786518.0], "mean": [786077.5], "std": [254.61130506453688], "count": [882]}, "task_index": {"min": [373.0], "max": [373.0], "mean": [373.0], "std": [0.0], "count": [882]}}} +{"episode_index": 2311, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3458345525404986]], [[0.2826655552018442]], [[0.21846975771170554]]], "std": [[[0.15130966270682863]], [[0.1451600807596027]], [[0.15009602486539034]]], "count": [144]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3509006383891719]], [[0.2639761403235475]], [[0.17293938530815972]]], "std": [[[0.19285071463843276]], [[0.13946335386717965]], [[0.08412292818983619]]], "count": [144]}, "state": {"min": [-0.5403900146484375, -0.2786831557750702, 0.9885475039482117, 2.956679582595825, -0.28946006298065186, -0.4099292457103729, 0.014118553139269352, -0.040009643882513046], "max": [-0.037738483399152756, 0.2590410113334656, 1.267414927482605, 3.4512457847595215, 0.08468792587518692, 0.0691734179854393, 0.039953701198101044, -0.011893155984580517], "mean": [-0.3381078541278839, 0.02057213895022869, 1.1457641124725342, 3.202186346054077, -0.12283701449632645, -0.1521848738193512, 0.02549363672733307, -0.025417711585760117], "std": [0.13421452045440674, 0.15055415034294128, 0.06466084718704224, 0.1470797210931778, 0.094731405377388, 0.1273099184036255, 0.01127063762396574, 0.011361850425601006], "count": [759]}, "actions": {"min": [-1.7747331857681274, -2.3404183387756348, -0.816102147102356, -0.208094984292984, -0.3109147548675537, -0.21647675335407257, -1.0], "max": [0.9431716799736023, 1.7539349794387817, 1.4147292375564575, 0.48870232701301575, 0.23941154778003693, 0.4553172290325165, 1.0], "mean": [-0.01923554018139839, 0.02173437923192978, 0.00333080580458045, 0.0034861895255744457, 0.0008127770270220935, -0.0017702705226838589, 0.18577075004577637], "std": [0.2907896041870117, 0.32061538100242615, 0.2948687970638275, 0.05964735522866249, 0.05265670642256737, 0.061494696885347366, 0.9825935363769531], "count": [759]}, "timestamp": {"min": [0.0], "max": [75.8], "mean": [37.9], "std": [21.91042369893076], "count": [759]}, "frame_index": {"min": [0], "max": [758], "mean": [379.0], "std": [219.1042369893076], "count": [759]}, "episode_index": {"min": [2311.0], "max": [2311.0], "mean": [2311.0], "std": [0.0], "count": [759]}, "index": {"min": [786519.0], "max": [787277.0], "mean": [786898.0], "std": [219.1042369893076], "count": [759]}, "task_index": {"min": [374.0], "max": [374.0], "mean": [374.0], "std": [0.0], "count": [759]}}} +{"episode_index": 2312, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3451475142890603]], [[0.28193505458717966]], [[0.2183587328213526]]], "std": [[[0.14898854887363852]], [[0.14347954904814786]], [[0.14844667560699543]]], "count": [138]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3451450214564851]], [[0.2582751977372556]], [[0.16703758055461201]]], "std": [[[0.19513376518844175]], [[0.14039769311053024]], [[0.08150601273904892]]], "count": [138]}, "state": {"min": [-0.5195355415344238, -0.2650597095489502, 0.9884849786758423, 2.9710381031036377, -0.27259793877601624, -0.420783668756485, 0.013327411375939846, -0.040005236864089966], "max": [-0.010766272433102131, 0.2793998420238495, 1.2473846673965454, 3.417175769805908, 0.1513025015592575, 0.03305181860923767, 0.04000527411699295, -0.01542668603360653], "mean": [-0.31537818908691406, -0.007279754150658846, 1.1490275859832764, 3.200152635574341, -0.03801669552922249, -0.14018018543720245, 0.027383513748645782, -0.027307160198688507], "std": [0.13319727778434753, 0.15222305059432983, 0.06797529011964798, 0.09755069017410278, 0.0820135548710823, 0.11737135052680969, 0.01064581423997879, 0.01061997190117836], "count": [715]}, "actions": {"min": [-1.5181386470794678, -2.2390120029449463, -0.8781932592391968, -0.2602195143699646, -0.2022053599357605, -0.25124916434288025, -1.0], "max": [1.00576913356781, 1.4673986434936523, 1.6926851272583008, 0.22146570682525635, 0.23835791647434235, 0.2851671576499939, 1.0], "mean": [-0.01625528186559677, 0.023803001269698143, -0.0017498619854450226, 0.0020832435693591833, -0.0008780325879342854, 0.00013098934141453356, 0.10769230872392654], "std": [0.2868495285511017, 0.3570071756839752, 0.31271395087242126, 0.055122002959251404, 0.05192576348781586, 0.0620635561645031, 0.9941839575767517], "count": [715]}, "timestamp": {"min": [0.0], "max": [71.4], "mean": [35.7], "std": [20.6402519364469], "count": [715]}, "frame_index": {"min": [0], "max": [714], "mean": [357.0], "std": [206.402519364469], "count": [715]}, "episode_index": {"min": [2312.0], "max": [2312.0], "mean": [2312.0], "std": [0.0], "count": [715]}, "index": {"min": [787278.0], "max": [787992.0], "mean": [787635.0], "std": [206.402519364469], "count": [715]}, "task_index": {"min": [374.0], "max": [374.0], "mean": [374.0], "std": [0.0], "count": [715]}}} +{"episode_index": 2313, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3457924298743609]], [[0.28434088881713787]], [[0.21919938464677358]]], "std": [[[0.152014423291913]], [[0.14406689483251903]], [[0.14999479314821515]]], "count": [145]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.38039873619672815]], [[0.28654407885527594]], [[0.18436629743492225]]], "std": [[[0.1851165051148286]], [[0.13216161159130083]], [[0.07859541042346462]]], "count": [145]}, "state": {"min": [-0.4861568510532379, -0.4219692349433899, 0.9976909756660461, 2.8506922721862793, -0.25753113627433777, -0.20873142778873444, 0.014623635448515415, -0.04001002013683319], "max": [-0.019579237326979637, 0.2713768780231476, 1.3030861616134644, 3.2425479888916016, 0.11181188374757767, 0.21686434745788574, 0.03986775130033493, -0.01475552748888731], "mean": [-0.2795165479183197, -0.05055689066648483, 1.1567585468292236, 3.039348602294922, -0.09203079342842102, -0.03667417913675308, 0.024225270375609398, -0.02452966198325157], "std": [0.12671099603176117, 0.22059160470962524, 0.07741867750883102, 0.07348407804965973, 0.07826615869998932, 0.10215304791927338, 0.011368602514266968, 0.011315678246319294], "count": [766]}, "actions": {"min": [-1.362036108970642, -2.0172457695007324, -1.0226891040802002, -0.16544197499752045, -0.2637389302253723, -0.3309115171432495, -1.0], "max": [1.7787443399429321, 2.1003684997558594, 1.4141981601715088, 0.25015518069267273, 0.17041033506393433, 0.32568615674972534, 1.0], "mean": [-0.0021778447553515434, 0.022409452125430107, -0.0017858147621154785, 0.002678581280633807, 0.0007363738841377199, -0.0014049762394279242, 0.2506527304649353], "std": [0.2616959512233734, 0.31113201379776, 0.30356544256210327, 0.050395119935274124, 0.05184468999505043, 0.059980638325214386, 0.9680774807929993], "count": [766]}, "timestamp": {"min": [0.0], "max": [76.5], "mean": [38.25], "std": [22.11249646693019], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [2313.0], "max": [2313.0], "mean": [2313.0], "std": [0.0], "count": [766]}, "index": {"min": [787993.0], "max": [788758.0], "mean": [788375.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [375.0], "max": [375.0], "mean": [375.0], "std": [0.0], "count": [766]}}} +{"episode_index": 2314, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3450469619926365]], [[0.28415677765078284]], [[0.21961375682075093]]], "std": [[[0.14890443709084736]], [[0.14144101751577326]], [[0.14839515021314034]]], "count": [145]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.36617253941245137]], [[0.27315630868288854]], [[0.1731919443002821]]], "std": [[[0.18952850316589823]], [[0.13567750215921784]], [[0.07641902767087205]]], "count": [145]}, "state": {"min": [-0.4677833020687103, -0.3807287812232971, 0.9900161027908325, 2.816438674926758, -0.14452818036079407, -0.502413272857666, 0.014403051696717739, -0.04001351818442345], "max": [-0.009752372279763222, 0.2788619101047516, 1.2726815938949585, 3.2329554557800293, 0.3262558579444885, 0.22832907736301422, 0.04000372439622879, -0.012531795538961887], "mean": [-0.2729608118534088, -0.056447505950927734, 1.1433383226394653, 3.096247911453247, 0.026787497103214264, -0.16364581882953644, 0.026171721518039703, -0.026036521419882774], "std": [0.1250767856836319, 0.1939355880022049, 0.06988601386547089, 0.09248474985361099, 0.0982096716761589, 0.1628657877445221, 0.011734780855476856, 0.011949491687119007], "count": [768]}, "actions": {"min": [-0.9847910404205322, -1.8071553707122803, -0.7862774133682251, -0.21342800557613373, -0.38491353392601013, -0.28419485688209534, -1.0], "max": [0.9815070033073425, 1.419267177581787, 1.919844627380371, 0.1744597852230072, 0.19249019026756287, 0.22720953822135925, 1.0], "mean": [0.0007420897600241005, 0.025175297632813454, 0.009958778508007526, 0.0008422822575084865, -0.001307569444179535, 0.00028005472267977893, 0.0989583358168602], "std": [0.2535156309604645, 0.30799633264541626, 0.3151494264602661, 0.05177902802824974, 0.057495616376399994, 0.06203397363424301, 0.9950928688049316], "count": [768]}, "timestamp": {"min": [0.0], "max": [76.7], "mean": [38.35], "std": [22.170231542919588], "count": [768]}, "frame_index": {"min": [0], "max": [767], "mean": [383.5], "std": [221.70231542919586], "count": [768]}, "episode_index": {"min": [2314.0], "max": [2314.0], "mean": [2314.0], "std": [0.0], "count": [768]}, "index": {"min": [788759.0], "max": [789526.0], "mean": [789142.5], "std": [221.70231542919586], "count": [768]}, "task_index": {"min": [375.0], "max": [375.0], "mean": [375.0], "std": [0.0], "count": [768]}}} +{"episode_index": 2315, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3472009768988888]], [[0.29003076113653864]], [[0.22699533963536145]]], "std": [[[0.1551641337487958]], [[0.14694822162280005]], [[0.15236788742862412]]], "count": [111]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.3562476080817145]], [[0.27453924548687014]], [[0.18286304295305186]]], "std": [[[0.19847565295482847]], [[0.14328132953330797]], [[0.09327728621775735]]], "count": [111]}, "state": {"min": [-0.460891991853714, -0.23869358003139496, 0.9747556447982788, 3.0728633403778076, -0.3386005759239197, -0.4734160006046295, 0.013122322969138622, -0.040004488080739975], "max": [-0.1701950877904892, 0.2835082411766052, 1.2564914226531982, 3.395122528076172, 0.29230889678001404, -0.014787198044359684, 0.03997847065329552, -0.012960855849087238], "mean": [-0.30300137400627136, 0.03871382400393486, 1.129925012588501, 3.2008438110351562, -0.08538977056741714, -0.2090548425912857, 0.024991940706968307, -0.024645468220114708], "std": [0.0858333557844162, 0.1675923764705658, 0.07826504111289978, 0.08974798768758774, 0.14334316551685333, 0.1151231974363327, 0.011891039088368416, 0.01207788661122322], "count": [537]}, "actions": {"min": [-1.181645154953003, -1.6613037586212158, -0.5845639705657959, -0.26043084263801575, -0.19743233919143677, -0.2621942162513733, -1.0], "max": [0.5453145503997803, 1.6904491186141968, 1.1280626058578491, 0.16157174110412598, 0.19595949351787567, 0.4302792251110077, 1.0], "mean": [-0.00414271978661418, 0.03935166820883751, -0.007291993126273155, 0.0034652473405003548, 0.0052514155395329, -0.0006455256952904165, 0.1694599688053131], "std": [0.18093319237232208, 0.3301909565925598, 0.28958672285079956, 0.0495101623237133, 0.05199900269508362, 0.060268644243478775, 0.9855368733406067], "count": [537]}, "timestamp": {"min": [0.0], "max": [53.6], "mean": [26.8], "std": [15.501827849213997], "count": [537]}, "frame_index": {"min": [0], "max": [536], "mean": [268.0], "std": [155.01827849213998], "count": [537]}, "episode_index": {"min": [2315.0], "max": [2315.0], "mean": [2315.0], "std": [0.0], "count": [537]}, "index": {"min": [789527.0], "max": [790063.0], "mean": [789795.0], "std": [155.01827849213998], "count": [537]}, "task_index": {"min": [376.0], "max": [376.0], "mean": [376.0], "std": [0.0], "count": [537]}}} +{"episode_index": 2316, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3469564473168064]], [[0.2896023350974809]], [[0.22585361082955377]]], "std": [[[0.15299532552289055]], [[0.14430404235947478]], [[0.14964932136013284]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3599288920856383]], [[0.2779863790603311]], [[0.185555603016159]]], "std": [[[0.2015385820701716]], [[0.14629807242934664]], [[0.09616457697102947]]], "count": [107]}, "state": {"min": [-0.43584126234054565, -0.18792714178562164, 0.978668749332428, 2.9735124111175537, -0.2412833273410797, -0.34231650829315186, 0.011942666955292225, -0.040009088814258575], "max": [-0.17313575744628906, 0.2862408459186554, 1.3026376962661743, 3.203115463256836, 0.1994979977607727, 0.1197366714477539, 0.03990631178021431, -0.010988838039338589], "mean": [-0.2908035218715668, 0.07300931215286255, 1.1514368057250977, 3.0594983100891113, -0.03074691630899906, -0.16608251631259918, 0.023491177707910538, -0.023665674030780792], "std": [0.0828143060207367, 0.1602516621351242, 0.08850650489330292, 0.042277898639440536, 0.11110234260559082, 0.1210571676492691, 0.012022214010357857, 0.012088990770280361], "count": [508]}, "actions": {"min": [-0.8138735890388489, -1.413487195968628, -0.8147499561309814, -0.17004771530628204, -0.32327982783317566, -0.20190343260765076, -1.0], "max": [0.6780163645744324, 1.3916963338851929, 1.449097990989685, 0.22650060057640076, 0.12926869094371796, 0.27634119987487793, 1.0], "mean": [-0.0007314037648029625, 0.04082019254565239, 0.00894295796751976, 0.002071211114525795, -0.00012481168960221112, -0.007432869635522366, 0.24409449100494385], "std": [0.2015668749809265, 0.34597280621528625, 0.3031094968318939, 0.04251649230718613, 0.04972949996590614, 0.057407889515161514, 0.9697486758232117], "count": [508]}, "timestamp": {"min": [0.0], "max": [50.7], "mean": [25.349999999999998], "std": [14.66466842448202], "count": [508]}, "frame_index": {"min": [0], "max": [507], "mean": [253.5], "std": [146.64668424482022], "count": [508]}, "episode_index": {"min": [2316.0], "max": [2316.0], "mean": [2316.0], "std": [0.0], "count": [508]}, "index": {"min": [790064.0], "max": [790571.0], "mean": [790317.5], "std": [146.64668424482022], "count": [508]}, "task_index": {"min": [376.0], "max": [376.0], "mean": [376.0], "std": [0.0], "count": [508]}}} +{"episode_index": 2317, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35105238231183944]], [[0.2899927190020988]], [[0.22540252902794528]]], "std": [[[0.14885480691116443]], [[0.1428209207575032]], [[0.14980121909635988]]], "count": [157]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33483820362931943]], [[0.2550827923943015]], [[0.17169075417164278]]], "std": [[[0.20284932187067722]], [[0.14839792944335262]], [[0.09550550709228851]]], "count": [157]}, "state": {"min": [-0.5326065421104431, -0.26066288352012634, 0.9884530901908875, 2.933615207672119, -0.3058144748210907, -0.5172017216682434, 0.005254689604043961, -0.04001365229487419], "max": [0.000927749031689018, 0.2988753914833069, 1.260388731956482, 3.4682257175445557, 0.1918814778327942, 1.4881212711334229, 0.039994027465581894, -0.0036042435094714165], "mean": [-0.3113529086112976, -0.013699570670723915, 1.1175708770751953, 3.112183094024658, -0.08812882751226425, -0.014230330474674702, 0.02410976216197014, -0.023732835426926613], "std": [0.15683627128601074, 0.16926515102386475, 0.0635254830121994, 0.12169535458087921, 0.09756090492010117, 0.49366962909698486, 0.013425718992948532, 0.013670949265360832], "count": [854]}, "actions": {"min": [-1.5462565422058105, -2.0804238319396973, -0.8033066987991333, -0.3169732689857483, -0.3697185516357422, -0.38414260745048523, -1.0], "max": [1.3030169010162354, 1.0293833017349243, 2.2082903385162354, 0.2482728511095047, 0.3978482186794281, 0.9867082834243774, 1.0], "mean": [-0.013290473259985447, -0.009103944525122643, 0.0029693220276385546, -0.002714422531425953, 0.002062598941847682, 0.014936458319425583, 0.15456674993038177], "std": [0.32131722569465637, 0.32449203729629517, 0.30445924401283264, 0.06896375119686127, 0.07118715345859528, 0.1067362055182457, 0.9879840016365051], "count": [854]}, "timestamp": {"min": [0.0], "max": [85.3], "mean": [42.65], "std": [24.65283959303674], "count": [854]}, "frame_index": {"min": [0], "max": [853], "mean": [426.5], "std": [246.52839593036742], "count": [854]}, "episode_index": {"min": [2317.0], "max": [2317.0], "mean": [2317.0], "std": [0.0], "count": [854]}, "index": {"min": [790572.0], "max": [791425.0], "mean": [790998.5], "std": [246.52839593036742], "count": [854]}, "task_index": {"min": [377.0], "max": [377.0], "mean": [377.0], "std": [0.0], "count": [854]}}} +{"episode_index": 2318, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34900357871701865]], [[0.28725415135066945]], [[0.22150779844126653]]], "std": [[[0.1454403263466656]], [[0.13773036994617432]], [[0.14364530791928112]]], "count": [182]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3131656507817971]], [[0.23677166258818733]], [[0.15811550713284112]]], "std": [[[0.20498047633708413]], [[0.14897730737351245]], [[0.09162284472062457]]], "count": [182]}, "state": {"min": [-0.5375491976737976, -0.33659711480140686, 0.9886372089385986, 3.0180795192718506, -0.37743037939071655, -0.5148158669471741, 0.003796375123783946, -0.04000592604279518], "max": [-0.006172520574182272, 0.2818717062473297, 1.259297251701355, 3.5071473121643066, 0.3414187431335449, 1.4796284437179565, 0.04000449180603027, -0.0035231783986091614], "mean": [-0.32240262627601624, -0.04236416146159172, 1.1480894088745117, 3.20224666595459, 0.0012240096693858504, 0.004667641129344702, 0.022057272493839264, -0.021547766402363777], "std": [0.15704990923404694, 0.17418526113033295, 0.06469353288412094, 0.13256514072418213, 0.15449155867099762, 0.6507899761199951, 0.013362479396164417, 0.013644219376146793], "count": [1038]}, "actions": {"min": [-1.475274920463562, -2.25203537940979, -1.008054256439209, -0.2450924664735794, -0.35392892360687256, -0.2739018499851227, -1.0], "max": [1.4006311893463135, 1.219359278678894, 1.6327115297317505, 0.27664029598236084, 0.26451626420021057, 0.4595188796520233, 1.0], "mean": [-0.007109475787729025, -0.01543648261576891, 0.0033192047849297523, -0.0031097924802452326, -0.000550838652998209, 0.01234209630638361, 0.28709056973457336], "std": [0.2971852719783783, 0.32554081082344055, 0.2755146026611328, 0.06264317780733109, 0.05772390961647034, 0.08224092423915863, 0.9579052925109863], "count": [1038]}, "timestamp": {"min": [0.0], "max": [103.7], "mean": [51.849999999999994], "std": [29.96446506558505], "count": [1038]}, "frame_index": {"min": [0], "max": [1037], "mean": [518.5], "std": [299.64465065585046], "count": [1038]}, "episode_index": {"min": [2318.0], "max": [2318.0], "mean": [2318.0], "std": [0.0], "count": [1038]}, "index": {"min": [791426.0], "max": [792463.0], "mean": [791944.5], "std": [299.64465065585046], "count": [1038]}, "task_index": {"min": [377.0], "max": [377.0], "mean": [377.0], "std": [0.0], "count": [1038]}}} +{"episode_index": 2319, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3521446054172566]], [[0.2911931610511735]], [[0.22706330364572982]]], "std": [[[0.15033733272732336]], [[0.14442093669438652]], [[0.15165513719293058]]], "count": [148]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.3815720542499358]], [[0.2899580704325649]], [[0.1883435429753484]]], "std": [[[0.17976609941357863]], [[0.12679624083675314]], [[0.07693018919204472]]], "count": [148]}, "state": {"min": [-0.4970865547657013, -0.3802895247936249, 0.9758161902427673, 2.8593099117279053, -0.2697124779224396, -0.3578264117240906, 0.012228401377797127, -0.04001081734895706], "max": [-0.012210424058139324, 0.2223573476076126, 1.2878960371017456, 3.3032753467559814, 0.10633465647697449, 0.3601660430431366, 0.03997465595602989, -0.014877268113195896], "mean": [-0.28435271978378296, -0.1555352658033371, 1.129676103591919, 3.092829704284668, -0.0809907466173172, 0.016449008136987686, 0.02606850117444992, -0.026332201436161995], "std": [0.1520518958568573, 0.15836305916309357, 0.07994300872087479, 0.08752617239952087, 0.09654510021209717, 0.1326700747013092, 0.011442841961979866, 0.011300833895802498], "count": [787]}, "actions": {"min": [-1.1363862752914429, -1.2746760845184326, -0.9020153880119324, -0.2886582612991333, -0.2054685801267624, -0.26013562083244324, -1.0], "max": [0.7978268265724182, 1.252246379852295, 1.7654708623886108, 0.4045231342315674, 0.2248438000679016, 0.3575902581214905, 1.0], "mean": [0.005611693020910025, 0.019672010093927383, 0.0036297792103141546, 0.0023795210290700197, -0.00027610213146544993, -1.983823523232786e-07, 0.13595934212207794], "std": [0.2881689667701721, 0.25264471769332886, 0.32801538705825806, 0.06870098412036896, 0.0466366745531559, 0.07454721629619598, 0.9907152056694031], "count": [787]}, "timestamp": {"min": [0.0], "max": [78.6], "mean": [39.3], "std": [22.71871475237981], "count": [787]}, "frame_index": {"min": [0], "max": [786], "mean": [393.0], "std": [227.1871475237981], "count": [787]}, "episode_index": {"min": [2319.0], "max": [2319.0], "mean": [2319.0], "std": [0.0], "count": [787]}, "index": {"min": [792464.0], "max": [793250.0], "mean": [792857.0], "std": [227.1871475237981], "count": [787]}, "task_index": {"min": [378.0], "max": [378.0], "mean": [378.0], "std": [0.0], "count": [787]}}} +{"episode_index": 2320, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3532269201187586]], [[0.29289288489647164]], [[0.22811912816634067]]], "std": [[[0.14945981553558713]], [[0.14288997894617794]], [[0.1508526781153491]]], "count": [156]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3831788317650152]], [[0.2901078597692583]], [[0.18778060751982584]]], "std": [[[0.17653221750692902]], [[0.12468168115191879]], [[0.07483594955351576]]], "count": [156]}, "state": {"min": [-0.49081507325172424, -0.3779628276824951, 0.9767052531242371, 2.712214708328247, -0.28438350558280945, -0.26503786444664, 0.012898057699203491, -0.040039703249931335], "max": [-0.0022418713197112083, 0.22001047432422638, 1.23209810256958, 3.2921602725982666, 0.2204653024673462, 0.20484580099582672, 0.04000316560268402, -0.01390537153929472], "mean": [-0.28898996114730835, -0.14972171187400818, 1.1247711181640625, 3.089778184890747, -0.06080855056643486, 0.003056485205888748, 0.02585442177951336, -0.02614721842110157], "std": [0.14223763346672058, 0.15582631528377533, 0.06760602444410324, 0.10250157117843628, 0.11997227370738983, 0.1113276258111, 0.012054882012307644, 0.011859801597893238], "count": [846]}, "actions": {"min": [-1.4808591604232788, -1.366646647453308, -0.8072019219398499, -0.3336285352706909, -0.2014564722776413, -0.5963321328163147, -1.0], "max": [1.2021291255950928, 1.4147058725357056, 1.6183712482452393, 0.8322117328643799, 0.4534904658794403, 0.22548754513263702, 1.0], "mean": [0.011363881640136242, 0.015109206549823284, 0.005345540586858988, 0.0015226403484120965, -9.773492638487369e-05, -0.002187924925237894, 0.09692671149969101], "std": [0.2756921648979187, 0.2619889974594116, 0.2825768291950226, 0.08322443068027496, 0.06053430587053299, 0.06456274539232254, 0.9952926635742188], "count": [846]}, "timestamp": {"min": [0.0], "max": [84.5], "mean": [42.25], "std": [24.42189932553704], "count": [846]}, "frame_index": {"min": [0], "max": [845], "mean": [422.5], "std": [244.21899325537044], "count": [846]}, "episode_index": {"min": [2320.0], "max": [2320.0], "mean": [2320.0], "std": [0.0], "count": [846]}, "index": {"min": [793251.0], "max": [794096.0], "mean": [793673.5], "std": [244.21899325537044], "count": [846]}, "task_index": {"min": [378.0], "max": [378.0], "mean": [378.0], "std": [0.0], "count": [846]}}} +{"episode_index": 2321, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3642606801000135]], [[0.3055504294002757]], [[0.23619810907803654]]], "std": [[[0.13252622245813162]], [[0.12829700237286798]], [[0.14445833382325185]]], "count": [116]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.3264119491938242]], [[0.2534154534742911]], [[0.1712934384400817]]], "std": [[[0.20229473671452905]], [[0.1507354609720648]], [[0.09767058837662333]]], "count": [116]}, "state": {"min": [-0.5375977754592896, -0.14955566823482513, 0.9710782170295715, 2.9929933547973633, -0.29330793023109436, -0.5570873022079468, 0.005602913908660412, -0.040009528398513794], "max": [-0.07692950963973999, 0.2754870057106018, 1.186214804649353, 3.5069353580474854, 0.1216893419623375, 0.17155970633029938, 0.04000362381339073, -0.0033458706457167864], "mean": [-0.3427521288394928, 0.06769818067550659, 1.1052130460739136, 3.2026398181915283, -0.08699333667755127, -0.25874510407447815, 0.023724885657429695, -0.02320663072168827], "std": [0.13334472477436066, 0.1388525664806366, 0.050923701375722885, 0.1402156800031662, 0.10839628428220749, 0.1981080025434494, 0.01406717300415039, 0.01464019250124693], "count": [569]}, "actions": {"min": [-1.141451358795166, -1.3724567890167236, -0.8354619145393372, -0.26689159870147705, -0.28289687633514404, -0.3684026300907135, -1.0], "max": [0.8589699864387512, 1.0026801824569702, 1.2548221349716187, 0.2046280950307846, 0.3546104431152344, 0.24959900975227356, 1.0], "mean": [-0.007505102548748255, 0.037763986736536026, -0.0002735985326580703, 0.0017881590174511075, -0.00020632173982448876, -0.006544154137372971, 0.11775043606758118], "std": [0.2797561585903168, 0.2835284173488617, 0.2200363725423813, 0.0669901892542839, 0.056920360773801804, 0.07167486846446991, 0.9930416941642761], "count": [569]}, "timestamp": {"min": [0.0], "max": [56.8], "mean": [28.400000000000002], "std": [16.425589791541732], "count": [569]}, "frame_index": {"min": [0], "max": [568], "mean": [284.0], "std": [164.25589791541734], "count": [569]}, "episode_index": {"min": [2321.0], "max": [2321.0], "mean": [2321.0], "std": [0.0], "count": [569]}, "index": {"min": [794097.0], "max": [794665.0], "mean": [794381.0], "std": [164.25589791541734], "count": [569]}, "task_index": {"min": [379.0], "max": [379.0], "mean": [379.0], "std": [0.0], "count": [569]}}} +{"episode_index": 2322, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36296877281688084]], [[0.30556062988818117]], [[0.23753768588152258]]], "std": [[[0.13075811794481193]], [[0.12679764156475493]], [[0.14280979787604117]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.3102535365941609]], [[0.24077308435284525]], [[0.161780929914953]]], "std": [[[0.20842868622843316]], [[0.15587170925150307]], [[0.09877329642063169]]], "count": [107]}, "state": {"min": [-0.5245426297187805, -0.10773888230323792, 0.9732756018638611, 2.9420318603515625, -0.19127368927001953, -0.7453343868255615, 0.005115032196044922, -0.0400056429207325], "max": [-0.03694196045398712, 0.33823084831237793, 1.2148938179016113, 3.411726474761963, 0.2629259526729584, 0.059083323925733566, 0.03995812311768532, -0.0015274639008566737], "mean": [-0.3253343105316162, 0.07801246643066406, 1.1150366067886353, 3.123826265335083, 0.018472013995051384, -0.3110581338405609, 0.022708652541041374, -0.022488456219434738], "std": [0.14826981723308563, 0.14601272344589233, 0.061991896480321884, 0.11358079314231873, 0.09652821719646454, 0.23997952044010162, 0.014306582510471344, 0.014677219092845917], "count": [510]}, "actions": {"min": [-1.8657475709915161, -1.4699361324310303, -0.7223465442657471, -0.3928650915622711, -0.22766336798667908, -0.3235212564468384, -1.0], "max": [1.291128396987915, 1.197340488433838, 1.1883450746536255, 0.6076390743255615, 0.27061140537261963, 0.3300134539604187, 1.0], "mean": [-0.01222635991871357, 0.05028502270579338, -0.006434766110032797, 0.0010643581626936793, -0.001536218449473381, -0.011402555741369724, 0.16862745583057404], "std": [0.340589702129364, 0.3044978082180023, 0.2787902355194092, 0.08094730228185654, 0.0570329949259758, 0.06790119409561157, 0.9856817722320557], "count": [510]}, "timestamp": {"min": [0.0], "max": [50.9], "mean": [25.45], "std": [14.722403562824471], "count": [510]}, "frame_index": {"min": [0], "max": [509], "mean": [254.5], "std": [147.2240356282447], "count": [510]}, "episode_index": {"min": [2322.0], "max": [2322.0], "mean": [2322.0], "std": [0.0], "count": [510]}, "index": {"min": [794666.0], "max": [795175.0], "mean": [794920.5], "std": [147.2240356282447], "count": [510]}, "task_index": {"min": [379.0], "max": [379.0], "mean": [379.0], "std": [0.0], "count": [510]}}} +{"episode_index": 2323, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.362967712379329]], [[0.304753325104174]], [[0.23413845309664583]]], "std": [[[0.1313862264854229]], [[0.12432452642413525]], [[0.14089323788737915]]], "count": [104]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3188389192699127]], [[0.24926946993866658]], [[0.16862293548353838]]], "std": [[[0.20316050007185985]], [[0.15195621124783343]], [[0.09823143148433561]]], "count": [104]}, "state": {"min": [-0.5646236538887024, -0.11799298226833344, 0.9737500548362732, 3.0288050174713135, -0.17979809641838074, -0.4719984829425812, 0.005277610383927822, -0.040004994720220566], "max": [-0.04066941887140274, 0.26342523097991943, 1.2059274911880493, 3.390773057937622, 0.2578217089176178, 0.011957750655710697, 0.03997768834233284, -0.0029040377121418715], "mean": [-0.34199059009552, 0.06651289016008377, 1.1045399904251099, 3.17513108253479, 0.033552009612321854, -0.20312124490737915, 0.02266388200223446, -0.02249518223106861], "std": [0.14627382159233093, 0.11900219321250916, 0.052747417241334915, 0.09474338591098785, 0.10546685010194778, 0.1292417198419571, 0.015056164003908634, 0.015172582119703293], "count": [495]}, "actions": {"min": [-1.3722127676010132, -1.1213971376419067, -1.0206354856491089, -0.21705156564712524, -0.19143368303775787, -0.3628208041191101, -1.0], "max": [2.2520008087158203, 0.6883703470230103, 0.8915614485740662, 0.3633294701576233, 0.29018428921699524, 0.22435681521892548, 1.0], "mean": [-0.018836818635463715, 0.040122468024492264, -0.013256254605948925, 0.001821800833567977, -0.005039104726165533, -0.003987506031990051, 0.10707070678472519], "std": [0.3833804428577423, 0.2586844861507416, 0.2523036003112793, 0.06674440950155258, 0.058590278029441833, 0.06677259504795074, 0.9942532777786255], "count": [495]}, "timestamp": {"min": [0.0], "max": [49.4], "mean": [24.7], "std": [14.289390003308984], "count": [495]}, "frame_index": {"min": [0], "max": [494], "mean": [247.0], "std": [142.89390003308984], "count": [495]}, "episode_index": {"min": [2323.0], "max": [2323.0], "mean": [2323.0], "std": [0.0], "count": [495]}, "index": {"min": [795176.0], "max": [795670.0], "mean": [795423.0], "std": [142.89390003308984], "count": [495]}, "task_index": {"min": [379.0], "max": [379.0], "mean": [379.0], "std": [0.0], "count": [495]}}} +{"episode_index": 2324, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3718493308755584]], [[0.31088893207547635]], [[0.24026796827129288]]], "std": [[[0.1282196204858437]], [[0.1277041633461739]], [[0.14556513686438466]]], "count": [155]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.36672609583778065]], [[0.2817076667722911]], [[0.1851876867729829]]], "std": [[[0.1954529233109219]], [[0.14101382412692454]], [[0.08901923607509776]]], "count": [155]}, "state": {"min": [-0.5339298844337463, -0.19663774967193604, 0.9787825345993042, 2.912388563156128, -0.32556837797164917, -0.5159553289413452, 0.012170982547104359, -0.040009722113609314], "max": [-0.0598224401473999, 0.3133271336555481, 1.2506376504898071, 3.4405367374420166, 0.1944897174835205, -0.049699828028678894, 0.03991895169019699, -0.01210089586675167], "mean": [-0.2814384698867798, 0.06727565079927444, 1.133858323097229, 3.089834451675415, -0.10059026628732681, -0.30394086241722107, 0.026007987558841705, -0.026001999154686928], "std": [0.11960035562515259, 0.15324698388576508, 0.06909510493278503, 0.13491599261760712, 0.1279904991388321, 0.12179861962795258, 0.011333456262946129, 0.011468487791717052], "count": [837]}, "actions": {"min": [-2.2099204063415527, -2.053680419921875, -1.0324126482009888, -0.21185094118118286, -0.2756994962692261, -0.24150970578193665, -1.0], "max": [0.7429965138435364, 2.105152130126953, 1.4924108982086182, 0.2871223986148834, 0.15082480013370514, 0.35015514492988586, 1.0], "mean": [-0.013494406826794147, 0.027672551572322845, -0.002221795031800866, 0.0018151340773329139, -0.0017925900174304843, -0.00045339003554545343, 0.1565113514661789], "std": [0.23427163064479828, 0.3364669382572174, 0.2747657299041748, 0.05157194286584854, 0.04394428804516792, 0.05705173313617706, 0.9876798391342163], "count": [837]}, "timestamp": {"min": [0.0], "max": [83.6], "mean": [41.8], "std": [24.162091520947985], "count": [837]}, "frame_index": {"min": [0], "max": [836], "mean": [418.0], "std": [241.62091520947988], "count": [837]}, "episode_index": {"min": [2324.0], "max": [2324.0], "mean": [2324.0], "std": [0.0], "count": [837]}, "index": {"min": [795671.0], "max": [796507.0], "mean": [796089.0], "std": [241.62091520947988], "count": [837]}, "task_index": {"min": [380.0], "max": [380.0], "mean": [380.0], "std": [0.0], "count": [837]}}} +{"episode_index": 2325, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3669785450049912]], [[0.3075492410098805]], [[0.238004337665054]]], "std": [[[0.1358400351028584]], [[0.1331766236609644]], [[0.14951715322480805]]], "count": [182]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.37203901274865414]], [[0.28649580268555735]], [[0.19048981949112276]]], "std": [[[0.1892253787237849]], [[0.1364187928371844]], [[0.08780070731529692]]], "count": [182]}, "state": {"min": [-0.5634629130363464, -0.2151704728603363, 0.9750626683235168, 2.8309364318847656, -0.4107002317905426, -0.37499213218688965, 0.01217480469495058, -0.04000920429825783], "max": [-0.08753462135791779, 0.279995858669281, 1.2613240480422974, 3.4296605587005615, 0.17497043311595917, 0.22132907807826996, 0.039970215409994125, -0.00661430461332202], "mean": [-0.3212105929851532, 0.06492514908313751, 1.1361037492752075, 3.1687378883361816, -0.1647818684577942, -0.13127650320529938, 0.024888329207897186, -0.024559013545513153], "std": [0.13703586161136627, 0.16777542233467102, 0.0728098675608635, 0.13821646571159363, 0.13686302304267883, 0.14566342532634735, 0.011878082528710365, 0.012148690409958363], "count": [1034]}, "actions": {"min": [-1.1134822368621826, -1.7347642183303833, -0.7354296445846558, -0.28370401263237, -0.25616785883903503, -0.22150468826293945, -1.0], "max": [1.0494569540023804, 1.7224538326263428, 1.3600246906280518, 0.23906096816062927, 0.26111307740211487, 0.297668993473053, 1.0], "mean": [-0.014197198674082756, 0.022200826555490494, -0.005102691240608692, 0.002958384808152914, -0.0014476319774985313, 0.0010507293045520782, 0.19922630488872528], "std": [0.23112764954566956, 0.3057555854320526, 0.254019558429718, 0.054266635328531265, 0.04921640455722809, 0.05798598378896713, 0.9799544215202332], "count": [1034]}, "timestamp": {"min": [0.0], "max": [103.3], "mean": [51.65], "std": [29.848994957954616], "count": [1034]}, "frame_index": {"min": [0], "max": [1033], "mean": [516.5], "std": [298.48994957954613], "count": [1034]}, "episode_index": {"min": [2325.0], "max": [2325.0], "mean": [2325.0], "std": [0.0], "count": [1034]}, "index": {"min": [796508.0], "max": [797541.0], "mean": [797024.5], "std": [298.48994957954613], "count": [1034]}, "task_index": {"min": [380.0], "max": [380.0], "mean": [380.0], "std": [0.0], "count": [1034]}}} +{"episode_index": 2326, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3712734474918061]], [[0.311770970439547]], [[0.24042522211045964]]], "std": [[[0.13184107434790496]], [[0.12850015357568723]], [[0.14730373320946258]]], "count": [149]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.984313725490196]]], "mean": [[[0.3788578431533189]], [[0.29045625654768514]], [[0.19092244458113836]]], "std": [[[0.1904768973541573]], [[0.13690816546982312]], [[0.08590833486386475]]], "count": [149]}, "state": {"min": [-0.5284879803657532, -0.21598224341869354, 0.9765281081199646, 2.8651885986328125, -0.3233611583709717, -0.29233190417289734, 0.011998191475868225, -0.040013935416936874], "max": [-0.05103899538516998, 0.28774237632751465, 1.2453746795654297, 3.362586736679077, 0.12466862052679062, 0.19395433366298676, 0.04004168137907982, -0.012407924048602581], "mean": [-0.27245357632637024, 0.048759523779153824, 1.1247572898864746, 3.0726828575134277, -0.0801563560962677, -0.10542923957109451, 0.02602323703467846, -0.02635326236486435], "std": [0.1273573935031891, 0.15719933807849884, 0.06929583102464676, 0.10776875913143158, 0.10351158678531647, 0.10940517485141754, 0.011802056804299355, 0.011697272770106792], "count": [791]}, "actions": {"min": [-1.3689653873443604, -2.0497372150421143, -0.9785787463188171, -0.2183913141489029, -0.29895737767219543, -0.32921960949897766, -1.0], "max": [0.7200824618339539, 1.8422000408172607, 1.6841782331466675, 0.2958933115005493, 0.16497880220413208, 0.2842499017715454, 1.0], "mean": [-0.014010670594871044, 0.026818575337529182, 0.0004736582050099969, 0.002436449285596609, -0.001393439364619553, 0.000744194199796766, 0.12515802681446075], "std": [0.23404854536056519, 0.34759870171546936, 0.28726834058761597, 0.06014079973101616, 0.0488850362598896, 0.06201794743537903, 0.9921354055404663], "count": [791]}, "timestamp": {"min": [0.0], "max": [79.0], "mean": [39.5], "std": [22.834184898962345], "count": [791]}, "frame_index": {"min": [0], "max": [790], "mean": [395.0], "std": [228.34184898962346], "count": [791]}, "episode_index": {"min": [2326.0], "max": [2326.0], "mean": [2326.0], "std": [0.0], "count": [791]}, "index": {"min": [797542.0], "max": [798332.0], "mean": [797937.0], "std": [228.34184898962346], "count": [791]}, "task_index": {"min": [380.0], "max": [380.0], "mean": [380.0], "std": [0.0], "count": [791]}}} +{"episode_index": 2327, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3640486713855889]], [[0.306288399892056]], [[0.23698900803740314]]], "std": [[[0.13361419128662966]], [[0.12886308323894208]], [[0.14532154879626769]]], "count": [161]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.3678475482733005]], [[0.28154771196437134]], [[0.18403432555936777]]], "std": [[[0.19902240383262865]], [[0.14368300535279466]], [[0.08793621811211196]]], "count": [161]}, "state": {"min": [-0.52492356300354, -0.22364722192287445, 0.9737112522125244, 2.815657138824463, -0.22760288417339325, -0.4021358788013458, 0.012078897096216679, -0.04001152142882347], "max": [-0.06061816215515137, 0.28037744760513306, 1.2734647989273071, 3.332554578781128, 0.29390594363212585, 0.11419975757598877, 0.04000521078705788, -0.012066754512488842], "mean": [-0.25784915685653687, 0.06623273342847824, 1.13637113571167, 3.1110174655914307, 0.00946776568889618, -0.18038375675678253, 0.023960495367646217, -0.02407751977443695], "std": [0.11750596761703491, 0.15978650748729706, 0.07029933482408524, 0.11332248151302338, 0.11722122132778168, 0.11089495569467545, 0.012662106193602085, 0.012635927647352219], "count": [880]}, "actions": {"min": [-1.3558979034423828, -1.5338181257247925, -0.694290816783905, -0.3696090579032898, -0.16273511946201324, -0.29008573293685913, -1.0], "max": [0.6144326329231262, 1.262346863746643, 1.1630393266677856, 0.33736708760261536, 0.24566586315631866, 0.2772858142852783, 1.0], "mean": [-0.007613427005708218, 0.02571295201778412, -0.0006085440400056541, 0.0019759293645620346, 0.0017972779460251331, -0.002381885889917612, 0.18636363744735718], "std": [0.21083657443523407, 0.310494601726532, 0.2563750445842743, 0.06339295953512192, 0.04769550636410713, 0.05810702592134476, 0.9824809432029724], "count": [880]}, "timestamp": {"min": [0.0], "max": [87.9], "mean": [43.95], "std": [25.403395442341953], "count": [880]}, "frame_index": {"min": [0], "max": [879], "mean": [439.5], "std": [254.03395442341954], "count": [880]}, "episode_index": {"min": [2327.0], "max": [2327.0], "mean": [2327.0], "std": [0.0], "count": [880]}, "index": {"min": [798333.0], "max": [799212.0], "mean": [798772.5], "std": [254.03395442341954], "count": [880]}, "task_index": {"min": [380.0], "max": [380.0], "mean": [380.0], "std": [0.0], "count": [880]}}} +{"episode_index": 2328, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34669306278542505]], [[0.29141878433518703]], [[0.2249061481060676]]], "std": [[[0.1528037549980496]], [[0.14170178122029162]], [[0.14958319978045578]]], "count": [149]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.3538579644364956]], [[0.27285881178020444]], [[0.1792309788782858]]], "std": [[[0.18472887636499308]], [[0.1310769573234107]], [[0.08492899412599018]]], "count": [149]}, "state": {"min": [-0.5350468158721924, -0.403166264295578, 0.9762781858444214, 2.7925140857696533, -0.3786827325820923, -0.14453507959842682, 0.012197393923997879, -0.040013644844293594], "max": [-0.07281512767076492, 0.21965204179286957, 1.2533186674118042, 3.22261643409729, 0.26626643538475037, 0.1499696522951126, 0.039930712431669235, -0.012223022058606148], "mean": [-0.31726786494255066, -0.17332963645458221, 1.1395797729492188, 3.0354738235473633, -0.07932767271995544, -0.02186395972967148, 0.025689104571938515, -0.026008158922195435], "std": [0.14154119789600372, 0.1538325548171997, 0.0726906955242157, 0.09399043023586273, 0.13238687813282013, 0.07136978954076767, 0.012174110859632492, 0.012105976231396198], "count": [795]}, "actions": {"min": [-1.2426706552505493, -1.304660677909851, -0.888189971446991, -0.2586463689804077, -0.21122220158576965, -0.31963273882865906, -1.0], "max": [1.3387428522109985, 1.6538351774215698, 1.8577873706817627, 0.3989372253417969, 0.2029636800289154, 0.25390467047691345, 1.0], "mean": [0.005678870249539614, 0.027668600901961327, -0.0010150410234928131, 0.0007661219569854438, 0.0008207986829802394, -0.0009929622756317258, 0.09685534238815308], "std": [0.2552012503147125, 0.29917022585868835, 0.33731842041015625, 0.06365196406841278, 0.052519790828228, 0.058976419270038605, 0.9952971339225769], "count": [795]}, "timestamp": {"min": [0.0], "max": [79.4], "mean": [39.7], "std": [22.9496550446116], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [2328.0], "max": [2328.0], "mean": [2328.0], "std": [0.0], "count": [795]}, "index": {"min": [799213.0], "max": [800007.0], "mean": [799610.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [381.0], "max": [381.0], "mean": [381.0], "std": [0.0], "count": [795]}}} +{"episode_index": 2329, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3445029536710474]], [[0.29048326936328484]], [[0.22458165295893684]]], "std": [[[0.1537257526986925]], [[0.1414220296681154]], [[0.14957468181771133]]], "count": [149]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.3332236102104563]], [[0.25632706300916447]], [[0.16834904825958802]]], "std": [[[0.1908048922465499]], [[0.13551889878357143]], [[0.08601614462121121]]], "count": [149]}, "state": {"min": [-0.5422491431236267, -0.36511772871017456, 0.9880720973014832, 2.8057892322540283, -0.24034003913402557, -0.33638253808021545, 0.012023555114865303, -0.04003481566905975], "max": [-0.0425286628305912, 0.2093682587146759, 1.246282696723938, 3.2401819229125977, 0.44347330927848816, 0.20787353813648224, 0.0399322472512722, -0.010780506767332554], "mean": [-0.3119259476661682, -0.1824144721031189, 1.133132815361023, 3.0185418128967285, 0.04388122633099556, -0.03008156456053257, 0.026033500209450722, -0.026377825066447258], "std": [0.14402127265930176, 0.15211817622184753, 0.06678011268377304, 0.09723079949617386, 0.16557982563972473, 0.12172968685626984, 0.012238288298249245, 0.01212200429290533], "count": [795]}, "actions": {"min": [-1.3598231077194214, -2.073035955429077, -0.9690841436386108, -0.4315338134765625, -0.3818053603172302, -0.3618353307247162, -1.0], "max": [1.0070126056671143, 2.007326364517212, 1.5074150562286377, 0.48933976888656616, 0.35538890957832336, 0.2963847815990448, 1.0], "mean": [0.005844642873853445, 0.015247246250510216, -0.0006087468937039375, 0.00040153306326828897, -0.000263119931332767, -0.0021963000763207674, 0.06415094435214996], "std": [0.2811228334903717, 0.3079255223274231, 0.3181574046611786, 0.07063102722167969, 0.0705639123916626, 0.07119106501340866, 0.9979414343833923], "count": [795]}, "timestamp": {"min": [0.0], "max": [79.4], "mean": [39.7], "std": [22.9496550446116], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [2329.0], "max": [2329.0], "mean": [2329.0], "std": [0.0], "count": [795]}, "index": {"min": [800008.0], "max": [800802.0], "mean": [800405.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [381.0], "max": [381.0], "mean": [381.0], "std": [0.0], "count": [795]}}} +{"episode_index": 2330, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34149404996829125]], [[0.2914508531627211]], [[0.22676938735262767]]], "std": [[[0.15584932558945516]], [[0.14179799593338188]], [[0.14911176708607998]]], "count": [193]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31276210919393466]], [[0.24279292466181948]], [[0.16339138984001958]]], "std": [[[0.2034437544937961]], [[0.14664694013576446]], [[0.0961474873772243]]], "count": [193]}, "state": {"min": [-0.5506582856178284, -0.28560274839401245, 0.9780517816543579, 2.924832582473755, -0.17570090293884277, -0.562955915927887, 0.011540438048541546, -0.040012285113334656], "max": [-0.04012641683220863, 0.1821380853652954, 1.2859470844268799, 3.4727210998535156, 0.2868797481060028, 1.6888830661773682, 0.0400095097720623, -0.011864272877573967], "mean": [-0.31502655148506165, -0.17222602665424347, 1.150037407875061, 3.1349387168884277, 0.0016939317574724555, 0.32714366912841797, 0.024684106931090355, -0.024947647005319595], "std": [0.15271244943141937, 0.11137369275093079, 0.0740668997168541, 0.1127443015575409, 0.11519563943147659, 0.7797850370407104, 0.012305841781198978, 0.012181532569229603], "count": [1117]}, "actions": {"min": [-1.0960190296173096, -1.8833346366882324, -1.000413179397583, -0.2657092213630676, -0.39116618037223816, -1.0791845321655273, -1.0], "max": [0.7425463199615479, 1.2084938287734985, 1.7064489126205444, 0.3779195249080658, 0.6885237097740173, 0.877613365650177, 1.0], "mean": [-0.0103773707523942, -0.015756972134113312, 0.004971667658537626, -0.0029795842710882425, -0.001776631223037839, 0.012821276672184467, 0.17099373042583466], "std": [0.23329906165599823, 0.2678278386592865, 0.3027026653289795, 0.0651918575167656, 0.07436097413301468, 0.14180287718772888, 0.9852718114852905], "count": [1117]}, "timestamp": {"min": [0.0], "max": [111.6], "mean": [55.8], "std": [32.244999612342994], "count": [1117]}, "frame_index": {"min": [0], "max": [1116], "mean": [558.0], "std": [322.44999612342997], "count": [1117]}, "episode_index": {"min": [2330.0], "max": [2330.0], "mean": [2330.0], "std": [0.0], "count": [1117]}, "index": {"min": [800803.0], "max": [801919.0], "mean": [801361.0], "std": [322.44999612342997], "count": [1117]}, "task_index": {"min": [382.0], "max": [382.0], "mean": [382.0], "std": [0.0], "count": [1117]}}} +{"episode_index": 2331, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3408074889716233]], [[0.2906787895360319]], [[0.2272296343117589]]], "std": [[[0.16214222008018703]], [[0.1488517582901106]], [[0.15593076125523078]]], "count": [185]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32361714551609283]], [[0.2553436599513116]], [[0.1766090646166617]]], "std": [[[0.1971599019946164]], [[0.14203711251767576]], [[0.09665379230408441]]], "count": [185]}, "state": {"min": [-0.5725495219230652, -0.33775296807289124, 0.976302444934845, 2.9078638553619385, -0.6116106510162354, -0.38134145736694336, 0.012112455442547798, -0.040010854601860046], "max": [-0.06567025184631348, 0.24728210270404816, 1.238907814025879, 3.539822816848755, 0.05280103534460068, 1.664996862411499, 0.040005218237638474, -0.012058770284056664], "mean": [-0.34166833758354187, -0.1770625114440918, 1.1288878917694092, 3.1342127323150635, -0.27412149310112, 0.44561731815338135, 0.025109142065048218, -0.02531658671796322], "std": [0.15840919315814972, 0.14326466619968414, 0.06361836194992065, 0.1101260781288147, 0.15402300655841827, 0.7161294221878052, 0.011745544150471687, 0.01162700541317463], "count": [1055]}, "actions": {"min": [-1.142073154449463, -1.8797053098678589, -0.7834985256195068, -0.31274133920669556, -0.3076368570327759, -0.9734135270118713, -1.0], "max": [0.9223059415817261, 2.057375192642212, 1.7202057838439941, 0.31557124853134155, 0.24955692887306213, 0.5886562466621399, 1.0], "mean": [-0.009437819942831993, -0.023088017478585243, 0.009299966506659985, -0.0037854246329516172, -0.00175172567833215, 0.012922522611916065, 0.19431279599666595], "std": [0.23127415776252747, 0.33993515372276306, 0.26869168877601624, 0.0676005482673645, 0.05955510959029198, 0.13269785046577454, 0.9809392690658569], "count": [1055]}, "timestamp": {"min": [0.0], "max": [105.4], "mean": [52.7], "std": [30.455213018463688], "count": [1055]}, "frame_index": {"min": [0], "max": [1054], "mean": [527.0], "std": [304.55213018463684], "count": [1055]}, "episode_index": {"min": [2331.0], "max": [2331.0], "mean": [2331.0], "std": [0.0], "count": [1055]}, "index": {"min": [801920.0], "max": [802974.0], "mean": [802447.0], "std": [304.55213018463684], "count": [1055]}, "task_index": {"min": [382.0], "max": [382.0], "mean": [382.0], "std": [0.0], "count": [1055]}}} +{"episode_index": 2332, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696571439250811]], [[0.3052635738367514]], [[0.23428877590434058]]], "std": [[[0.13174939704144928]], [[0.13005778642431556]], [[0.14726325133359178]]], "count": [198]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3469949125039457]], [[0.2628008039523219]], [[0.17270892923906267]]], "std": [[[0.19929590510583226]], [[0.14309195847733014]], [[0.08667689000941335]]], "count": [198]}, "state": {"min": [-0.533210277557373, -0.23166082799434662, 0.9896777868270874, 2.916982650756836, -0.20728270709514618, -0.369658499956131, 0.014311254024505615, -0.040016058832407], "max": [-0.0015904753236100078, 0.2948590815067291, 1.2254595756530762, 3.320955514907837, 0.14847709238529205, 0.15086722373962402, 0.04000233858823776, -0.011570949107408524], "mean": [-0.30816489458084106, 0.07485286891460419, 1.1363306045532227, 3.129319429397583, -0.05558033660054207, -0.11779601871967316, 0.024989625439047813, -0.024895038455724716], "std": [0.15573085844516754, 0.16112299263477325, 0.05611252784729004, 0.10053751617670059, 0.09344185143709183, 0.13582457602024078, 0.011272924020886421, 0.011388948187232018], "count": [1159]}, "actions": {"min": [-1.408988356590271, -1.276784062385559, -0.605344295501709, -0.3125138282775879, -0.23878110945224762, -0.23534467816352844, -1.0], "max": [0.9611461758613586, 1.342150330543518, 1.457567811012268, 0.3005145192146301, 0.30747297406196594, 0.33320143818855286, 1.0], "mean": [-0.004589103627949953, 0.020309055224061012, -0.0028943377546966076, 0.0009314001654274762, -0.0013852824922651052, -0.0009236345067620277, 0.238999143242836], "std": [0.2356572449207306, 0.2692373991012573, 0.19134145975112915, 0.06340736895799637, 0.04923439398407936, 0.06234341114759445, 0.9710142016410828], "count": [1159]}, "timestamp": {"min": [0.0], "max": [115.8], "mean": [57.900000000000006], "std": [33.45743564590688], "count": [1159]}, "frame_index": {"min": [0], "max": [1158], "mean": [579.0], "std": [334.5743564590687], "count": [1159]}, "episode_index": {"min": [2332.0], "max": [2332.0], "mean": [2332.0], "std": [0.0], "count": [1159]}, "index": {"min": [802975.0], "max": [804133.0], "mean": [803554.0], "std": [334.5743564590687], "count": [1159]}, "task_index": {"min": [383.0], "max": [383.0], "mean": [383.0], "std": [0.0], "count": [1159]}}} +{"episode_index": 2333, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36835863877942926]], [[0.3035865248569499]], [[0.23199263875885204]]], "std": [[[0.12733192520722297]], [[0.12583263053507399]], [[0.1429489933675487]]], "count": [201]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.34709902807929177]], [[0.2620007081888162]], [[0.17088507389094282]]], "std": [[[0.19255481229973156]], [[0.13872067954830786]], [[0.08320342062767443]]], "count": [201]}, "state": {"min": [-0.579334020614624, -0.27063360810279846, 0.9938289523124695, 2.7147579193115234, -0.3757452070713043, -0.8657262325286865, 0.014026431366801262, -0.040024079382419586], "max": [0.011747404932975769, 0.37190595269203186, 1.2972620725631714, 3.35040020942688, 0.2069484293460846, 0.15495607256889343, 0.04000448063015938, -0.009877408854663372], "mean": [-0.31121593713760376, 0.05779557302594185, 1.1645163297653198, 3.024794816970825, -0.04199738800525665, -0.3478706479072571, 0.026727227494120598, -0.026843201369047165], "std": [0.15275782346725464, 0.19192862510681152, 0.06761601567268372, 0.1475444883108139, 0.12543171644210815, 0.2923986613750458, 0.011614073067903519, 0.011724195443093777], "count": [1183]}, "actions": {"min": [-1.179389238357544, -1.9834355115890503, -0.6786708235740662, -0.42490148544311523, -0.2322240173816681, -0.31274211406707764, -1.0], "max": [0.9155806303024292, 1.1330585479736328, 1.085839033126831, 0.41254666447639465, 0.23634237051010132, 0.5422295928001404, 1.0], "mean": [-0.0006924397312104702, 0.01678418554365635, 0.0018655387684702873, 0.003555044298991561, 0.0006398134864866734, -0.0027015635278075933, 0.08706677705049515], "std": [0.23903053998947144, 0.28898197412490845, 0.2094845175743103, 0.075898177921772, 0.04626306891441345, 0.08076983690261841, 0.9962024092674255], "count": [1183]}, "timestamp": {"min": [0.0], "max": [118.2], "mean": [59.1], "std": [34.15025622158639], "count": [1183]}, "frame_index": {"min": [0], "max": [1182], "mean": [591.0], "std": [341.5025622158639], "count": [1183]}, "episode_index": {"min": [2333.0], "max": [2333.0], "mean": [2333.0], "std": [0.0], "count": [1183]}, "index": {"min": [804134.0], "max": [805316.0], "mean": [804725.0], "std": [341.5025622158639], "count": [1183]}, "task_index": {"min": [383.0], "max": [383.0], "mean": [383.0], "std": [0.0], "count": [1183]}}} +{"episode_index": 2334, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36829666265102406]], [[0.3034999356035869]], [[0.2321015497993736]]], "std": [[[0.1267273183520002]], [[0.12499996029593376]], [[0.14189804674133544]]], "count": [209]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.34204264070965557]], [[0.2585573656830312]], [[0.16892576109391125]]], "std": [[[0.1986805854152158]], [[0.14230458935702478]], [[0.08512721070268763]]], "count": [209]}, "state": {"min": [-0.5174781084060669, -0.22421617805957794, 0.9882490038871765, 2.8510560989379883, -0.4081708490848541, -0.702653706073761, 0.014749585650861263, -0.04001731425523758], "max": [0.002535776002332568, 0.343493789434433, 1.2925560474395752, 3.346935272216797, 0.3436336815357208, 0.10635779798030853, 0.03999939188361168, -0.013195504434406757], "mean": [-0.3100411593914032, 0.08591579645872116, 1.1457993984222412, 3.0645763874053955, 0.01859196648001671, -0.3450344502925873, 0.02631305530667305, -0.026382645592093468], "std": [0.14760315418243408, 0.1839342564344406, 0.06261006742715836, 0.11237841099500656, 0.15195214748382568, 0.2643040418624878, 0.011602126993238926, 0.011642755009233952], "count": [1244]}, "actions": {"min": [-1.5029741525650024, -1.243796944618225, -0.7286874651908875, -0.28743207454681396, -0.3194509446620941, -0.2882576584815979, -1.0], "max": [0.5010142922401428, 1.347992181777954, 1.3163185119628906, 0.25926288962364197, 0.23950587213039398, 0.27823013067245483, 1.0], "mean": [-0.0028945705853402615, 0.01903264969587326, 0.002864545676857233, 0.00019763250020332634, -0.001881793956272304, -0.00326107582077384, 0.12218649685382843], "std": [0.21740712225437164, 0.26335808634757996, 0.20804668962955475, 0.06362943351268768, 0.04792831465601921, 0.06330914795398712, 0.992501974105835], "count": [1244]}, "timestamp": {"min": [0.0], "max": [124.3], "mean": [62.150000000000006], "std": [35.911175140894514], "count": [1244]}, "frame_index": {"min": [0], "max": [1243], "mean": [621.5], "std": [359.1117514089451], "count": [1244]}, "episode_index": {"min": [2334.0], "max": [2334.0], "mean": [2334.0], "std": [0.0], "count": [1244]}, "index": {"min": [805317.0], "max": [806560.0], "mean": [805938.5], "std": [359.1117514089451], "count": [1244]}, "task_index": {"min": [383.0], "max": [383.0], "mean": [383.0], "std": [0.0], "count": [1244]}}} +{"episode_index": 2335, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3670614394592832]], [[0.30323865144214485]], [[0.2335972906885646]]], "std": [[[0.1285210258541468]], [[0.12834735528828195]], [[0.1447807334703175]]], "count": [199]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3225716123581872]], [[0.24490870905105722]], [[0.16265932617428056]]], "std": [[[0.18993589261059982]], [[0.13644871225922053]], [[0.08603727062912983]]], "count": [199]}, "state": {"min": [-0.592521071434021, -0.25655773282051086, 0.9888770580291748, 2.94520902633667, -0.3311818838119507, -0.3429449796676636, 0.015187188051640987, -0.04001003876328468], "max": [-0.0787513479590416, 0.3038368821144104, 1.2437981367111206, 3.5759544372558594, 0.173242449760437, 0.11215091496706009, 0.04001970961689949, -0.012267813086509705], "mean": [-0.3761146366596222, 0.03157584369182587, 1.120436668395996, 3.1903042793273926, -0.09276888519525528, -0.10089829564094543, 0.02777402102947235, -0.027529729530215263], "std": [0.1325863003730774, 0.17856092751026154, 0.06152317672967911, 0.15872885286808014, 0.10925818979740143, 0.10077857226133347, 0.011208887211978436, 0.011381164193153381], "count": [1169]}, "actions": {"min": [-1.0845496654510498, -1.1471003293991089, -0.802070140838623, -0.27581414580345154, -0.19160538911819458, -0.25304317474365234, -1.0], "max": [0.798343300819397, 1.1614943742752075, 0.8384152054786682, 0.20287707448005676, 0.21050582826137543, 0.29045334458351135, 1.0], "mean": [-0.019695982336997986, 0.017644841223955154, -0.00954184215515852, 0.0025330339558422565, -0.0016244059661403298, -0.00098133843857795, 0.04704875871539116], "std": [0.22763140499591827, 0.28379371762275696, 0.19310633838176727, 0.05892100930213928, 0.04409892484545708, 0.057587020099163055, 0.9988934397697449], "count": [1169]}, "timestamp": {"min": [0.0], "max": [116.8], "mean": [58.400000000000006], "std": [33.74611088703408], "count": [1169]}, "frame_index": {"min": [0], "max": [1168], "mean": [584.0], "std": [337.4611088703408], "count": [1169]}, "episode_index": {"min": [2335.0], "max": [2335.0], "mean": [2335.0], "std": [0.0], "count": [1169]}, "index": {"min": [806561.0], "max": [807729.0], "mean": [807145.0], "std": [337.4611088703408], "count": [1169]}, "task_index": {"min": [384.0], "max": [384.0], "mean": [384.0], "std": [0.0], "count": [1169]}}} +{"episode_index": 2336, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3658590199357018]], [[0.30140618403861363]], [[0.23215152724823124]]], "std": [[[0.1267149057962047]], [[0.12670981050808142]], [[0.1425278137340155]]], "count": [172]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.32172395329577597]], [[0.2418579327695945]], [[0.15625831614440835]]], "std": [[[0.19122669005966628]], [[0.13607204435533649]], [[0.08054995862883822]]], "count": [172]}, "state": {"min": [-0.5579828023910522, -0.26640045642852783, 0.9907353520393372, 2.7956125736236572, -0.208496555685997, -0.5823193192481995, 0.015035579912364483, -0.04003214091062546], "max": [-0.06600836664438248, 0.3284255564212799, 1.2660623788833618, 3.475800037384033, 0.2906782329082489, 0.061693646013736725, 0.0399896614253521, -0.013588191010057926], "mean": [-0.3501262664794922, 0.024344585835933685, 1.1275049448013306, 3.120011806488037, -0.0031688520684838295, -0.33147528767585754, 0.026369130238890648, -0.026345165446400642], "std": [0.13980479538440704, 0.1853635013103485, 0.05640766769647598, 0.14851197600364685, 0.11924294382333755, 0.1693648248910904, 0.01165393553674221, 0.011722114868462086], "count": [963]}, "actions": {"min": [-1.245357871055603, -1.1875524520874023, -0.8888427019119263, -0.4168306589126587, -0.2571829557418823, -0.31719258427619934, -1.0], "max": [0.7568038702011108, 1.505872130393982, 0.8681214451789856, 0.6057856678962708, 0.16328665614128113, 0.5439841747283936, 1.0], "mean": [-0.013705966994166374, 0.02774798311293125, -0.008658175356686115, 0.001850669737905264, -0.0016722370637580752, -0.003349900711327791, 0.1007268950343132], "std": [0.23528775572776794, 0.3242333233356476, 0.2202530950307846, 0.08531095087528229, 0.054766491055488586, 0.08082456141710281, 0.9949175715446472], "count": [963]}, "timestamp": {"min": [0.0], "max": [96.2], "mean": [48.1], "std": [27.799400473151696], "count": [963]}, "frame_index": {"min": [0], "max": [962], "mean": [481.0], "std": [277.99400473151695], "count": [963]}, "episode_index": {"min": [2336.0], "max": [2336.0], "mean": [2336.0], "std": [0.0], "count": [963]}, "index": {"min": [807730.0], "max": [808692.0], "mean": [808211.0], "std": [277.99400473151695], "count": [963]}, "task_index": {"min": [384.0], "max": [384.0], "mean": [384.0], "std": [0.0], "count": [963]}}} +{"episode_index": 2337, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3667859169288918]], [[0.3032459001395697]], [[0.23216002686610668]]], "std": [[[0.12551239090534996]], [[0.12286374476369162]], [[0.1399247914702871]]], "count": [180]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.3184098290669892]], [[0.23888909134210323]], [[0.15458391143865316]]], "std": [[[0.18669905710054696]], [[0.13285491013350925]], [[0.07940392845462273]]], "count": [180]}, "state": {"min": [-0.5515162348747253, -0.21900683641433716, 0.9933609962463379, 2.846341371536255, -0.1835535317659378, -0.5842612385749817, 0.01408624742180109, -0.04001461714506149], "max": [-0.07722310721874237, 0.31991738080978394, 1.2438790798187256, 3.315692186355591, 0.35272660851478577, 0.09727359563112259, 0.03994223475456238, -0.014107489958405495], "mean": [-0.3704013526439667, 0.024930838495492935, 1.1219669580459595, 3.0723538398742676, 0.04167266935110092, -0.20434704422950745, 0.02634601481258869, -0.02653283253312111], "std": [0.13782495260238647, 0.1762373149394989, 0.05704773589968681, 0.11827730387449265, 0.11678004264831543, 0.1615225076675415, 0.011573566123843193, 0.011610027402639389], "count": [1020]}, "actions": {"min": [-2.0883524417877197, -1.6108229160308838, -0.8630622625350952, -0.4117300808429718, -0.3600640892982483, -0.277581125497818, -1.0], "max": [0.8098716735839844, 1.9705482721328735, 1.695732831954956, 0.4876207113265991, 0.2704671025276184, 0.5733256936073303, 1.0], "mean": [-0.014960221014916897, 0.025581685826182365, -0.003763559041544795, 0.004366714041680098, 5.53229583601933e-05, -0.0039305733516812325, 0.10784313827753067], "std": [0.27296698093414307, 0.33503904938697815, 0.19956031441688538, 0.08695857226848602, 0.05058785155415535, 0.07570350915193558, 0.994168221950531], "count": [1020]}, "timestamp": {"min": [0.0], "max": [101.9], "mean": [50.95], "std": [29.444849577925623], "count": [1020]}, "frame_index": {"min": [0], "max": [1019], "mean": [509.5], "std": [294.44849577925623], "count": [1020]}, "episode_index": {"min": [2337.0], "max": [2337.0], "mean": [2337.0], "std": [0.0], "count": [1020]}, "index": {"min": [808693.0], "max": [809712.0], "mean": [809202.5], "std": [294.44849577925623], "count": [1020]}, "task_index": {"min": [384.0], "max": [384.0], "mean": [384.0], "std": [0.0], "count": [1020]}}} +{"episode_index": 2338, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36789172970316464]], [[0.3017928633767607]], [[0.2265114355053486]]], "std": [[[0.1278912462834976]], [[0.12219667134236804]], [[0.13928591396393436]]], "count": [166]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3151963592392318]], [[0.2440318160999928]], [[0.16900270941013595]]], "std": [[[0.19348493698009764]], [[0.1400171328164314]], [[0.09731666844753455]]], "count": [166]}, "state": {"min": [-0.5099570155143738, -0.2204580307006836, 0.9914343953132629, 2.990844249725342, -0.3689378798007965, -0.4920479357242584, 0.00419122027233243, -0.040009237825870514], "max": [-0.13048280775547028, 0.041209448128938675, 1.232021450996399, 3.3741092681884766, 0.26106590032577515, 1.8771353960037231, 0.03999311104416847, -0.002008706098422408], "mean": [-0.3706640899181366, -0.08851460367441177, 1.149816870689392, 3.1810526847839355, -0.07011815905570984, 0.6079686880111694, 0.02087044157087803, -0.02062041126191616], "std": [0.12197563797235489, 0.07397862523794174, 0.05924418941140175, 0.08521942049264908, 0.14123736321926117, 0.8315356373786926, 0.012760436162352562, 0.012982066720724106], "count": [918]}, "actions": {"min": [-1.203384280204773, -0.7635475397109985, -0.5890170335769653, -0.23689116537570953, -0.4444955885410309, -0.34520140290260315, -1.0], "max": [0.6415202617645264, 0.42546188831329346, 1.1855337619781494, 0.2479778379201889, 0.2722589671611786, 0.5250738263130188, 1.0], "mean": [-0.00750701641663909, -0.004851005505770445, -0.00040379076381213963, -0.0010786427883431315, -0.004208697937428951, 0.014880353584885597, 0.3986928164958954], "std": [0.20521493256092072, 0.15811610221862793, 0.1973974108695984, 0.05491583049297333, 0.059675268828868866, 0.10051731020212173, 0.9170849323272705], "count": [918]}, "timestamp": {"min": [0.0], "max": [91.7], "mean": [45.85], "std": [26.50036163275261], "count": [918]}, "frame_index": {"min": [0], "max": [917], "mean": [458.5], "std": [265.0036163275261], "count": [918]}, "episode_index": {"min": [2338.0], "max": [2338.0], "mean": [2338.0], "std": [0.0], "count": [918]}, "index": {"min": [809713.0], "max": [810630.0], "mean": [810171.5], "std": [265.0036163275261], "count": [918]}, "task_index": {"min": [385.0], "max": [385.0], "mean": [385.0], "std": [0.0], "count": [918]}}} +{"episode_index": 2339, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3657738724118765]], [[0.3019182376022622]], [[0.22876563043397255]]], "std": [[[0.13212336740017216]], [[0.12699190564726187]], [[0.14349108598267502]]], "count": [185]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.31778725822703446]], [[0.2512702609548887]], [[0.17960515687878825]]], "std": [[[0.19138996260497995]], [[0.14276776342906553]], [[0.10860067944928388]]], "count": [185]}, "state": {"min": [-0.5252842307090759, -0.1886489987373352, 0.9902070164680481, 3.042499303817749, -0.4350006580352783, -0.29364120960235596, 0.006921539548784494, -0.040005166083574295], "max": [-0.11098749190568924, 0.042090460658073425, 1.2631793022155762, 3.5669143199920654, 0.038788024336099625, 2.0477840900421143, 0.039971448481082916, -0.0064049470238387585], "mean": [-0.38166308403015137, -0.07203183323144913, 1.150445818901062, 3.2160322666168213, -0.18449947237968445, 0.816429853439331, 0.021476957947015762, -0.02124449983239174], "std": [0.11857341229915619, 0.06991934031248093, 0.06661325693130493, 0.11387577652931213, 0.10903380811214447, 0.873441755771637, 0.011085320264101028, 0.011223170906305313], "count": [1058]}, "actions": {"min": [-1.1346137523651123, -1.1080600023269653, -0.5459938049316406, -0.24428248405456543, -0.31285154819488525, -0.6902479529380798, -1.0], "max": [0.5373651385307312, 0.6331207752227783, 1.3283569812774658, 0.1747024655342102, 0.39823779463768005, 0.6358376741409302, 1.0], "mean": [-0.006221238989382982, -0.0016373866237699986, -0.0011041829129680991, -0.0016840064199641347, -0.0022509756963700056, 0.012221199460327625, 0.48582231998443604], "std": [0.1931225061416626, 0.17338916659355164, 0.1975734382867813, 0.04368237778544426, 0.05460462346673012, 0.08743271976709366, 0.8740653991699219], "count": [1058]}, "timestamp": {"min": [0.0], "max": [105.7], "mean": [52.85], "std": [30.54181559763597], "count": [1058]}, "frame_index": {"min": [0], "max": [1057], "mean": [528.5], "std": [305.41815597635974], "count": [1058]}, "episode_index": {"min": [2339.0], "max": [2339.0], "mean": [2339.0], "std": [0.0], "count": [1058]}, "index": {"min": [810631.0], "max": [811688.0], "mean": [811159.5], "std": [305.41815597635974], "count": [1058]}, "task_index": {"min": [385.0], "max": [385.0], "mean": [385.0], "std": [0.0], "count": [1058]}}} +{"episode_index": 2340, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3707069386772931]], [[0.307224840446377]], [[0.2347036535089666]]], "std": [[[0.1307086767793976]], [[0.12685796585872808]], [[0.14473172558748082]]], "count": [176]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684353649934983]], [[0.28003885911747733]], [[0.18468237314207245]]], "std": [[[0.18650997612469042]], [[0.13293457532151776]], [[0.08532681229761827]]], "count": [176]}, "state": {"min": [-0.5328919887542725, -0.21996469795703888, 0.9884526133537292, 2.9060072898864746, -0.1776396483182907, -0.3873096704483032, 0.002106626285240054, -0.04003443941473961], "max": [-0.011548183858394623, 0.12180687487125397, 1.2270498275756836, 3.459383487701416, 0.4026530981063843, 0.47353288531303406, 0.040004581212997437, -0.005418994463980198], "mean": [-0.30180585384368896, -0.06889327615499496, 1.1238880157470703, 3.177466869354248, 0.003016849746927619, -0.05343523249030113, 0.02469278685748577, -0.024950340390205383], "std": [0.15945914387702942, 0.09172721952199936, 0.06501270830631256, 0.0982040986418724, 0.1218043714761734, 0.1495015174150467, 0.013988706283271313, 0.013947702944278717], "count": [988]}, "actions": {"min": [-2.8759467601776123, -1.0643714666366577, -0.8327886462211609, -0.3684869408607483, -0.3456381857395172, -0.25648194551467896, -1.0], "max": [2.1798460483551025, 0.7596096396446228, 1.6050052642822266, 0.42543449997901917, 0.2800818383693695, 0.33621540665626526, 1.0], "mean": [-0.01250265259295702, 0.0013207286829128861, 0.003286979394033551, -0.00011710311082424596, -0.0006704112165607512, 0.00238424981944263, 0.05465587228536606], "std": [0.2928197979927063, 0.1672641634941101, 0.25506770610809326, 0.058032866567373276, 0.05762660503387451, 0.05628487095236778, 0.9985065460205078], "count": [988]}, "timestamp": {"min": [0.0], "max": [98.7], "mean": [49.35], "std": [28.521088688898256], "count": [988]}, "frame_index": {"min": [0], "max": [987], "mean": [493.5], "std": [285.21088688898254], "count": [988]}, "episode_index": {"min": [2340.0], "max": [2340.0], "mean": [2340.0], "std": [0.0], "count": [988]}, "index": {"min": [811689.0], "max": [812676.0], "mean": [812182.5], "std": [285.21088688898254], "count": [988]}, "task_index": {"min": [386.0], "max": [386.0], "mean": [386.0], "std": [0.0], "count": [988]}}} +{"episode_index": 2341, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3689125104170191]], [[0.30596509474817773]], [[0.23394490038604351]]], "std": [[[0.13175040682361688]], [[0.12715863608250294]], [[0.14449915043861464]]], "count": [163]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35824154271383113]], [[0.27211148718498135]], [[0.17868522975356746]]], "std": [[[0.1869879766842951]], [[0.13242002936779626]], [[0.0840258852672136]]], "count": [163]}, "state": {"min": [-0.524497926235199, -0.2432549148797989, 0.9854456186294556, 2.9725098609924316, -0.21133853495121002, -0.43774375319480896, 0.00669112429022789, -0.04000821337103844], "max": [0.016124606132507324, 0.10277160257101059, 1.2266734838485718, 3.330317974090576, 0.31617456674575806, 0.43440401554107666, 0.04000615328550339, -0.006043825298547745], "mean": [-0.31745317578315735, -0.07993421703577042, 1.1183147430419922, 3.1478991508483887, 0.025159405544400215, -0.08494951575994492, 0.024989893659949303, -0.024852601811289787], "std": [0.16701951622962952, 0.09251134097576141, 0.06209026277065277, 0.082733154296875, 0.11362156271934509, 0.17909465730190277, 0.013160514645278454, 0.013364159502089024], "count": [894]}, "actions": {"min": [-1.383238434791565, -1.0062158107757568, -0.7767614126205444, -0.19769863784313202, -0.21189337968826294, -0.2348201870918274, -1.0], "max": [1.2553791999816895, 1.0727288722991943, 1.3872597217559814, 0.25936633348464966, 0.2368525117635727, 0.32054129242897034, 1.0], "mean": [-0.017732251435518265, 0.0009510241798125207, -0.001842615893110633, 0.0011509369360283017, 0.0008485167054459453, 0.0035929090809077024, 0.10067114233970642], "std": [0.297378808259964, 0.16066274046897888, 0.23496252298355103, 0.04739750176668167, 0.05345047637820244, 0.06738420575857162, 0.9949198365211487], "count": [894]}, "timestamp": {"min": [0.0], "max": [89.3], "mean": [44.65], "std": [25.807540887629465], "count": [894]}, "frame_index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "episode_index": {"min": [2341.0], "max": [2341.0], "mean": [2341.0], "std": [0.0], "count": [894]}, "index": {"min": [812677.0], "max": [813570.0], "mean": [813123.5], "std": [258.07540887629466], "count": [894]}, "task_index": {"min": [386.0], "max": [386.0], "mean": [386.0], "std": [0.0], "count": [894]}}} +{"episode_index": 2342, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36635736374627975]], [[0.3043772276977197]], [[0.23662324622231704]]], "std": [[[0.12851584453267992]], [[0.1274687581722597]], [[0.14314356478767104]]], "count": [140]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9725490196078431]]], "mean": [[[0.3296087394308309]], [[0.2509166732488894]], [[0.16560561791855413]]], "std": [[[0.18963848816494402]], [[0.13558975325045947]], [[0.0830357129894561]]], "count": [140]}, "state": {"min": [-0.5971484780311584, -0.21978367865085602, 0.9777854084968567, 2.8793201446533203, -0.5944937467575073, -0.7529990077018738, 0.012209193781018257, -0.04000840708613396], "max": [-0.06096871942281723, 0.30726635456085205, 1.2379924058914185, 3.5921645164489746, 0.11853104084730148, 0.08469272404909134, 0.04001374542713165, -0.009999607689678669], "mean": [-0.40734705328941345, 0.05352504923939705, 1.1398389339447021, 3.1701602935791016, -0.2136378288269043, -0.4918297827243805, 0.0241011343896389, -0.023912129923701286], "std": [0.1601056456565857, 0.18310454487800598, 0.062216877937316895, 0.1653265804052353, 0.16501669585704803, 0.20491382479667664, 0.011617598123848438, 0.011719322763383389], "count": [732]}, "actions": {"min": [-1.0739448070526123, -1.5528415441513062, -0.7516289353370667, -0.19606491923332214, -0.18264833092689514, -0.2725689709186554, -1.0], "max": [0.7095617651939392, 0.7896960973739624, 0.8977147936820984, 0.2950063645839691, 0.2090626209974289, 0.19052836298942566, 1.0], "mean": [-0.030635077506303787, 0.020210059359669685, -0.018558166921138763, 0.0016686486778780818, -0.003243463346734643, -0.005529661662876606, 0.2814207673072815], "std": [0.23024484515190125, 0.26651400327682495, 0.2080867737531662, 0.05579771474003792, 0.05020829290151596, 0.053790152072906494, 0.959583580493927], "count": [732]}, "timestamp": {"min": [0.0], "max": [73.1], "mean": [36.55], "std": [21.131000134084207], "count": [732]}, "frame_index": {"min": [0], "max": [731], "mean": [365.5], "std": [211.31000134084204], "count": [732]}, "episode_index": {"min": [2342.0], "max": [2342.0], "mean": [2342.0], "std": [0.0], "count": [732]}, "index": {"min": [813571.0], "max": [814302.0], "mean": [813936.5], "std": [211.31000134084204], "count": [732]}, "task_index": {"min": [387.0], "max": [387.0], "mean": [387.0], "std": [0.0], "count": [732]}}} +{"episode_index": 2343, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36894102718852334]], [[0.3065327138235545]], [[0.2366501389113855]]], "std": [[[0.12656406559458624]], [[0.12464483493843272]], [[0.14224472554431097]]], "count": [122]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33802915430268227]], [[0.25566524847724054]], [[0.16720147962088908]]], "std": [[[0.18512722832325196]], [[0.1312048794380522]], [[0.079477180124289]]], "count": [122]}, "state": {"min": [-0.5701306462287903, -0.1917569488286972, 0.9916601777076721, 2.8375778198242188, -0.38833603262901306, -0.4200097620487213, 0.012340957298874855, -0.040009547024965286], "max": [-0.06177981197834015, 0.28470173478126526, 1.2210972309112549, 3.370720386505127, 0.1691470742225647, 0.15478236973285675, 0.039997994899749756, -0.01217621099203825], "mean": [-0.389464795589447, 0.02443632483482361, 1.1329116821289062, 3.1367971897125244, -0.11236722767353058, -0.24859370291233063, 0.024751244112849236, -0.02471318282186985], "std": [0.15968406200408936, 0.16052210330963135, 0.055362772196531296, 0.13638223707675934, 0.14740751683712006, 0.14459583163261414, 0.012192404828965664, 0.01218485739082098], "count": [608]}, "actions": {"min": [-1.1651908159255981, -0.8588259816169739, -0.7756125926971436, -0.16734611988067627, -0.3086184859275818, -0.3212064802646637, -1.0], "max": [0.8824505805969238, 1.1457571983337402, 0.8656777739524841, 0.293724000453949, 0.2021036297082901, 0.28500896692276, 1.0], "mean": [-0.051302939653396606, 0.03444501757621765, -0.029308585450053215, 0.0033942461013793945, -0.007742838468402624, -0.003584267571568489, 0.1743421107530594], "std": [0.25816217064857483, 0.25804439187049866, 0.19612975418567657, 0.057165514677762985, 0.05844295769929886, 0.06856373697519302, 0.9846861958503723], "count": [608]}, "timestamp": {"min": [0.0], "max": [60.7], "mean": [30.349999999999998], "std": [17.551424443617105], "count": [608]}, "frame_index": {"min": [0], "max": [607], "mean": [303.5], "std": [175.51424443617105], "count": [608]}, "episode_index": {"min": [2343.0], "max": [2343.0], "mean": [2343.0], "std": [0.0], "count": [608]}, "index": {"min": [814303.0], "max": [814910.0], "mean": [814606.5], "std": [175.51424443617105], "count": [608]}, "task_index": {"min": [387.0], "max": [387.0], "mean": [387.0], "std": [0.0], "count": [608]}}} +{"episode_index": 2344, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3672718456991358]], [[0.3050278418048535]], [[0.23647609386568755]]], "std": [[[0.12779950305808452]], [[0.12623740778046272]], [[0.1424520519558339]]], "count": [120]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3246295804291769]], [[0.2453376994413488]], [[0.16021667679930046]]], "std": [[[0.19500144690817053]], [[0.13917762197345906]], [[0.0820560092827712]]], "count": [120]}, "state": {"min": [-0.5900508761405945, -0.17081932723522186, 0.9764012694358826, 2.93373703956604, -0.3998659551143646, -0.7432309985160828, 0.012171654962003231, -0.04000964015722275], "max": [-0.03245585411787033, 0.3098507821559906, 1.2324711084365845, 3.442283868789673, 0.16113917529582977, 0.08930973708629608, 0.03992108255624771, -0.01184402871876955], "mean": [-0.38445577025413513, 0.07473208755254745, 1.1299203634262085, 3.160569667816162, -0.129525825381279, -0.47033068537712097, 0.02354554831981659, -0.023129049688577652], "std": [0.16983012855052948, 0.17687734961509705, 0.05796543508768082, 0.15439975261688232, 0.11696452647447586, 0.22240012884140015, 0.011850844137370586, 0.012112240307033062], "count": [597]}, "actions": {"min": [-1.163936734199524, -1.3711411952972412, -0.8709202408790588, -0.23775926232337952, -0.25813642144203186, -0.32730770111083984, -1.0], "max": [0.8121930360794067, 1.0150429010391235, 1.376392126083374, 0.20996533334255219, 0.19798116385936737, 0.24028560519218445, 1.0], "mean": [-0.030999386683106422, 0.041800081729888916, -0.012791553512215614, 0.001903407508507371, -0.003012920031324029, -0.00642396742478013, 0.2763819098472595], "std": [0.27015477418899536, 0.30633002519607544, 0.22640618681907654, 0.06602051109075546, 0.05995124205946922, 0.06660211086273193, 0.9610470533370972], "count": [597]}, "timestamp": {"min": [0.0], "max": [59.6], "mean": [29.799999999999997], "std": [17.23388135814642], "count": [597]}, "frame_index": {"min": [0], "max": [596], "mean": [298.0], "std": [172.3388135814642], "count": [597]}, "episode_index": {"min": [2344.0], "max": [2344.0], "mean": [2344.0], "std": [0.0], "count": [597]}, "index": {"min": [814911.0], "max": [815507.0], "mean": [815209.0], "std": [172.3388135814642], "count": [597]}, "task_index": {"min": [387.0], "max": [387.0], "mean": [387.0], "std": [0.0], "count": [597]}}} +{"episode_index": 2345, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37202581821472014]], [[0.30838116671918225]], [[0.24092677861967035]]], "std": [[[0.12618330060409821]], [[0.12944272625470118]], [[0.14596598138333972]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.40051656762643173]], [[0.309392496507808]], [[0.20866193495498445]]], "std": [[[0.1831065290451401]], [[0.1322393295572437]], [[0.08642582541502755]]], "count": [101]}, "state": {"min": [-0.5299360156059265, -0.049148548394441605, 0.9853075742721558, 2.7273082733154297, -0.5064244866371155, -0.6783559322357178, 0.0036114437971264124, -0.04000934958457947], "max": [-0.08008720725774765, 0.28463709354400635, 1.2378844022750854, 3.101703405380249, 0.09928669780492783, 0.2097577303647995, 0.03984876722097397, -0.00438403757289052], "mean": [-0.27417635917663574, 0.13913510739803314, 1.1537091732025146, 2.9503097534179688, -0.16974031925201416, -0.14285196363925934, 0.022130390629172325, -0.022639799863100052], "std": [0.1427461802959442, 0.10458028316497803, 0.05972115322947502, 0.08974195271730423, 0.17273885011672974, 0.3397505283355713, 0.013820185326039791, 0.013661867938935757], "count": [476]}, "actions": {"min": [-1.0612919330596924, -0.8326084017753601, -0.8786110877990723, -0.30453726649284363, -0.27551499009132385, -0.24921241402626038, -1.0], "max": [0.7063263654708862, 1.1210864782333374, 0.9719672203063965, 0.23213887214660645, 0.13318057358264923, 0.22720275819301605, 1.0], "mean": [-0.01027205865830183, 0.04819866269826889, 0.0054474701173603535, -0.0024526547640562057, -0.006280377507209778, -0.011787330731749535, 0.22689075767993927], "std": [0.27307775616645813, 0.26366448402404785, 0.26367226243019104, 0.053605817258358, 0.05356588587164879, 0.056236181408166885, 0.973917543888092], "count": [476]}, "timestamp": {"min": [0.0], "max": [47.5], "mean": [23.75], "std": [13.740906083661296], "count": [476]}, "frame_index": {"min": [0], "max": [475], "mean": [237.5], "std": [137.40906083661295], "count": [476]}, "episode_index": {"min": [2345.0], "max": [2345.0], "mean": [2345.0], "std": [0.0], "count": [476]}, "index": {"min": [815508.0], "max": [815983.0], "mean": [815745.5], "std": [137.40906083661295], "count": [476]}, "task_index": {"min": [388.0], "max": [388.0], "mean": [388.0], "std": [0.0], "count": [476]}}} +{"episode_index": 2346, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37799706991723725]], [[0.3125177945093963]], [[0.24414306355157459]]], "std": [[[0.12703228488366836]], [[0.13271220221721236]], [[0.15084576214047923]]], "count": [109]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.4143855120128255]], [[0.32110627818223403]], [[0.21586183485184499]]], "std": [[[0.18850606380026985]], [[0.13580912455789576]], [[0.0896727011610271]]], "count": [109]}, "state": {"min": [-0.4526219069957733, -0.031069179996848106, 0.9850409030914307, 2.8096930980682373, -0.5452507734298706, -0.3905242383480072, 0.003527626395225525, -0.040008071810007095], "max": [-0.07820794731378555, 0.24234819412231445, 1.262760877609253, 3.300304412841797, 0.10629071295261383, 0.26854047179222107, 0.03986396640539169, -0.004035675432533026], "mean": [-0.25960779190063477, 0.14189350605010986, 1.1513493061065674, 3.0296695232391357, -0.1770447939634323, -0.0018365058349445462, 0.02212783508002758, -0.022191468626260757], "std": [0.12488514930009842, 0.09482533484697342, 0.06280937045812607, 0.12810292840003967, 0.17410928010940552, 0.21239228546619415, 0.014119816944003105, 0.014152027666568756], "count": [522]}, "actions": {"min": [-1.1538017988204956, -0.8107038140296936, -0.7446519136428833, -0.21332527697086334, -0.16965945065021515, -0.1636187583208084, -1.0], "max": [0.5812881588935852, 0.9057591557502747, 1.3163361549377441, 0.23195941746234894, 0.19063317775726318, 0.23970946669578552, 1.0], "mean": [-0.014648905023932457, 0.037562232464551926, 0.0038440332282334566, 0.003985019400715828, -0.007429699879139662, -0.004591553471982479, 0.2107279747724533], "std": [0.24994809925556183, 0.24106290936470032, 0.24765542149543762, 0.04748092219233513, 0.0507233627140522, 0.05262753367424011, 0.9775453209877014], "count": [522]}, "timestamp": {"min": [0.0], "max": [52.1], "mean": [26.05], "std": [15.068814374948902], "count": [522]}, "frame_index": {"min": [0], "max": [521], "mean": [260.5], "std": [150.68814374948903], "count": [522]}, "episode_index": {"min": [2346.0], "max": [2346.0], "mean": [2346.0], "std": [0.0], "count": [522]}, "index": {"min": [815984.0], "max": [816505.0], "mean": [816244.5], "std": [150.68814374948903], "count": [522]}, "task_index": {"min": [388.0], "max": [388.0], "mean": [388.0], "std": [0.0], "count": [522]}}} +{"episode_index": 2347, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3771812624463848]], [[0.3143093854118796]], [[0.2449451509363511]]], "std": [[[0.12409222530358831]], [[0.1260820076368476]], [[0.14605820666034278]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.38210006414675246]], [[0.29718490600585934]], [[0.20260914821250767]]], "std": [[[0.20704723823950555]], [[0.1515786260084373]], [[0.10060340578025215]]], "count": [100]}, "state": {"min": [-0.4613344371318817, 0.0059687113389372826, 0.9823248386383057, 2.8429715633392334, -0.283389151096344, -0.27051329612731934, 0.0063999551348388195, -0.04000890254974365], "max": [-0.06908847391605377, 0.2506997287273407, 1.2198607921600342, 3.383723735809326, 0.09666131436824799, 0.08908619731664658, 0.03985719010233879, -0.004485421814024448], "mean": [-0.25326740741729736, 0.1552221179008484, 1.114167332649231, 3.1071362495422363, -0.06307164579629898, -0.080584317445755, 0.023226702585816383, -0.022948555648326874], "std": [0.13374388217926025, 0.0807609111070633, 0.05686189606785774, 0.15167483687400818, 0.11623505502939224, 0.11758765578269958, 0.013073289766907692, 0.013313138857483864], "count": [383]}, "actions": {"min": [-1.7192728519439697, -0.9546467661857605, -0.8472130298614502, -0.14071574807167053, -0.24440743029117584, -0.19634346663951874, -1.0], "max": [0.7165908217430115, 0.7532668709754944, 1.191536784172058, 0.18554121255874634, 0.29052966833114624, 0.2014530748128891, 1.0], "mean": [-0.03234913945198059, 0.03850492835044861, -0.02032080478966236, 0.007182243745774031, -0.005518358200788498, -0.0013104182435199618, 0.19582244753837585], "std": [0.3506660461425781, 0.26407575607299805, 0.29713866114616394, 0.05363604426383972, 0.06471966952085495, 0.059797849506139755, 0.9806385040283203], "count": [383]}, "timestamp": {"min": [0.0], "max": [38.2], "mean": [19.099999999999998], "std": [11.056219968868202], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [2347.0], "max": [2347.0], "mean": [2347.0], "std": [0.0], "count": [383]}, "index": {"min": [816506.0], "max": [816888.0], "mean": [816697.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [388.0], "max": [388.0], "mean": [388.0], "std": [0.0], "count": [383]}}} +{"episode_index": 2348, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34654692441050117]], [[0.2908374708720446]], [[0.22631594068446945]]], "std": [[[0.15499499915734666]], [[0.1455100472843768]], [[0.15087436353432057]]], "count": [157]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9803921568627451]]], "mean": [[[0.3374643309845584]], [[0.2642150745508569]], [[0.17954320868288098]]], "std": [[[0.20341899980013067]], [[0.146640770805175]], [[0.09574097913785161]]], "count": [157]}, "state": {"min": [-0.5663414597511292, -0.25987404584884644, 0.9843958616256714, 2.928955078125, -0.3566896915435791, -0.3950808644294739, 0.011998249217867851, -0.04001511260867119], "max": [-0.006664067041128874, 0.28451383113861084, 1.3172931671142578, 3.633331298828125, 0.09211744368076324, 1.6803537607192993, 0.040013574063777924, -0.00889915507286787], "mean": [-0.3512375056743622, -0.005629527848213911, 1.1574581861495972, 3.197164297103882, -0.15298156440258026, 0.3040570020675659, 0.025227457284927368, -0.025098580867052078], "std": [0.15846368670463562, 0.19936883449554443, 0.08061587065458298, 0.1459965705871582, 0.11532652378082275, 0.6354261636734009, 0.01237400621175766, 0.012368258088827133], "count": [848]}, "actions": {"min": [-1.3419911861419678, -1.4589227437973022, -0.8693802356719971, -0.43016815185546875, -0.29112908244132996, -1.379152774810791, -1.0], "max": [1.2418758869171143, 1.3625051975250244, 2.4498069286346436, 0.46775341033935547, 0.45015114545822144, 0.8957664966583252, 1.0], "mean": [-0.01337670162320137, 0.016865713521838188, 0.016559062525629997, -0.0015759165398776531, -0.0018961376044899225, -0.0037147351540625095, 0.125], "std": [0.28753116726875305, 0.3167433738708496, 0.3501198887825012, 0.0775243416428566, 0.06680623441934586, 0.1622975766658783, 0.9921567440032959], "count": [848]}, "timestamp": {"min": [0.0], "max": [84.7], "mean": [42.35], "std": [24.479634392694674], "count": [848]}, "frame_index": {"min": [0], "max": [847], "mean": [423.5], "std": [244.79634392694675], "count": [848]}, "episode_index": {"min": [2348.0], "max": [2348.0], "mean": [2348.0], "std": [0.0], "count": [848]}, "index": {"min": [816889.0], "max": [817736.0], "mean": [817312.5], "std": [244.79634392694675], "count": [848]}, "task_index": {"min": [389.0], "max": [389.0], "mean": [389.0], "std": [0.0], "count": [848]}}} +{"episode_index": 2349, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34805943884534424]], [[0.29026356431364986]], [[0.22701495984829356]]], "std": [[[0.1508856803734588]], [[0.14520766699161042]], [[0.15023849454566715]]], "count": [162]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3276740752649319]], [[0.25544884339339274]], [[0.17028151775093234]]], "std": [[[0.20509328755999714]], [[0.14669560937981557]], [[0.09212342643182639]]], "count": [162]}, "state": {"min": [-0.5563892126083374, -0.3575865626335144, 0.9757245182991028, 2.9319286346435547, -0.3946875035762787, -0.7386338710784912, 0.012075165286660194, -0.04000578820705414], "max": [-0.04965907707810402, 0.30963221192359924, 1.2753969430923462, 3.579720973968506, 0.4174845218658447, 1.4469261169433594, 0.04001801088452339, -0.010544758290052414], "mean": [-0.3463810384273529, -0.0025768240448087454, 1.1245465278625488, 3.261338710784912, -0.09278377890586853, -0.11213760823011398, 0.024420544505119324, -0.02396559715270996], "std": [0.15637488663196564, 0.20058751106262207, 0.07645456492900848, 0.1611483246088028, 0.1792202591896057, 0.6001399159431458, 0.01267886534333229, 0.01287701353430748], "count": [885]}, "actions": {"min": [-1.8916505575180054, -2.3027682304382324, -0.7717167735099792, -0.3188425600528717, -0.38333776593208313, -0.8617005944252014, -1.0], "max": [1.1264287233352661, 1.4089528322219849, 2.1143224239349365, 0.35908064246177673, 0.3599424958229065, 0.6988726258277893, 1.0], "mean": [-0.01955045759677887, 0.025919554755091667, 0.003187560010701418, 0.0022495691664516926, 0.001301142736338079, -0.00582672655582428, 0.15932203829288483], "std": [0.32324910163879395, 0.36938899755477905, 0.3333013951778412, 0.0833444744348526, 0.08717263489961624, 0.13039667904376984, 0.9872262477874756], "count": [885]}, "timestamp": {"min": [0.0], "max": [88.4], "mean": [44.2], "std": [25.547733102306093], "count": [885]}, "frame_index": {"min": [0], "max": [884], "mean": [442.0], "std": [255.47733102306097], "count": [885]}, "episode_index": {"min": [2349.0], "max": [2349.0], "mean": [2349.0], "std": [0.0], "count": [885]}, "index": {"min": [817737.0], "max": [818621.0], "mean": [818179.0], "std": [255.47733102306097], "count": [885]}, "task_index": {"min": [389.0], "max": [389.0], "mean": [389.0], "std": [0.0], "count": [885]}}} +{"episode_index": 2350, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35124799196874534]], [[0.292566265756717]], [[0.22783303363367127]]], "std": [[[0.1520515757074147]], [[0.1465315702417183]], [[0.1529913726868338]]], "count": [165]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33848823497497954]], [[0.2648048441677808]], [[0.17956704967587178]]], "std": [[[0.20398610720189736]], [[0.14784561848161343]], [[0.09616094496468643]]], "count": [165]}, "state": {"min": [-0.5722059011459351, -0.3029361963272095, 0.9762274026870728, 3.0018961429595947, -0.44049587845802307, -0.5902717709541321, 0.011845700442790985, -0.04000997170805931], "max": [-0.016897009685635567, 0.2837422490119934, 1.2910434007644653, 3.6203901767730713, 0.14060565829277039, 1.5596795082092285, 0.04002615064382553, -0.010701530613005161], "mean": [-0.3503967225551605, 0.011807064525783062, 1.1348228454589844, 3.3072309494018555, -0.21639113128185272, 0.034490276128053665, 0.024048320949077606, -0.02324616350233555], "std": [0.14547276496887207, 0.19875392317771912, 0.07271332293748856, 0.1712038367986679, 0.13683685660362244, 0.6338064074516296, 0.012286940589547157, 0.012648327276110649], "count": [910]}, "actions": {"min": [-1.8772914409637451, -1.5988599061965942, -0.7968389391899109, -0.3679887652397156, -0.30095618963241577, -0.9202297925949097, -1.0], "max": [1.015321969985962, 1.5966440439224243, 2.477285861968994, 0.2975401282310486, 0.3888869881629944, 1.5501699447631836, 1.0], "mean": [-0.020337434485554695, 0.025255225598812103, 0.0021048742346465588, 0.0007695313543081284, 0.00021136320719961077, -0.0031084883958101273, 0.21758241951465607], "std": [0.31726759672164917, 0.34240272641181946, 0.3313247561454773, 0.06981491297483444, 0.07369019836187363, 0.1463862955570221, 0.9760416746139526], "count": [910]}, "timestamp": {"min": [0.0], "max": [90.9], "mean": [45.45], "std": [26.269421386852052], "count": [910]}, "frame_index": {"min": [0], "max": [909], "mean": [454.5], "std": [262.69421386852054], "count": [910]}, "episode_index": {"min": [2350.0], "max": [2350.0], "mean": [2350.0], "std": [0.0], "count": [910]}, "index": {"min": [818622.0], "max": [819531.0], "mean": [819076.5], "std": [262.69421386852054], "count": [910]}, "task_index": {"min": [389.0], "max": [389.0], "mean": [389.0], "std": [0.0], "count": [910]}}} +{"episode_index": 2351, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3503255234578241]], [[0.29539256428868493]], [[0.23210659650416154]]], "std": [[[0.15428935020386017]], [[0.14710515586977116]], [[0.15401586890470179]]], "count": [114]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.37269965802675925]], [[0.2915703788261295]], [[0.19428975643634303]]], "std": [[[0.19772648653873307]], [[0.14428046070587075]], [[0.09332789125782386]]], "count": [114]}, "state": {"min": [-0.5448490381240845, -0.3829667568206787, 0.9771052598953247, 2.8889031410217285, -0.41674312949180603, -0.6264618635177612, 0.005028256680816412, -0.04001091793179512], "max": [-0.01590551808476448, 0.20873039960861206, 1.306781530380249, 3.469003677368164, 0.04187167435884476, 0.1874328851699829, 0.040005527436733246, -0.004401985555887222], "mean": [-0.3026151955127716, -0.0912574753165245, 1.1593832969665527, 3.191223382949829, -0.19337742030620575, -0.08727288246154785, 0.023746777325868607, -0.023665398359298706], "std": [0.1872069090604782, 0.1762874573469162, 0.08281638473272324, 0.15937677025794983, 0.11863201856613159, 0.2011508345603943, 0.01437492948025465, 0.014514251612126827], "count": [558]}, "actions": {"min": [-1.556509256362915, -1.5109246969223022, -0.8635785579681396, -0.19568586349487305, -0.29219478368759155, -0.37419137358665466, -1.0], "max": [0.8660040497779846, 0.8523154258728027, 2.497666597366333, 0.3351619243621826, 0.19021517038345337, 0.19066525995731354, 1.0], "mean": [-0.02718856744468212, -0.028071902692317963, 0.010027259588241577, 0.0028678542003035545, -0.0036345766857266426, 0.0019147060811519623, 0.10752688348293304], "std": [0.3586323857307434, 0.2914099097251892, 0.3498893678188324, 0.05857083946466446, 0.05570732802152634, 0.074940986931324, 0.9942032694816589], "count": [558]}, "timestamp": {"min": [0.0], "max": [55.7], "mean": [27.85], "std": [16.108046643422245], "count": [558]}, "frame_index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "episode_index": {"min": [2351.0], "max": [2351.0], "mean": [2351.0], "std": [0.0], "count": [558]}, "index": {"min": [819532.0], "max": [820089.0], "mean": [819810.5], "std": [161.08046643422244], "count": [558]}, "task_index": {"min": [390.0], "max": [390.0], "mean": [390.0], "std": [0.0], "count": [558]}}} +{"episode_index": 2352, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3658059864549404]], [[0.30757526808437874]], [[0.23925508512924085]]], "std": [[[0.1349616898811324]], [[0.13121074125411572]], [[0.146497656987332]]], "count": [114]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.36062004475155607]], [[0.27846539119776886]], [[0.18675739877528247]]], "std": [[[0.19768410930724203]], [[0.14599468011965105]], [[0.10053697683589723]]], "count": [114]}, "state": {"min": [-0.3954833149909973, -0.20960254967212677, 0.9898621439933777, 2.98797607421875, -0.06216926500201225, -0.3206062912940979, 0.003977321088314056, -0.040005359798669815], "max": [-0.09716445952653885, 0.2554130256175995, 1.2179090976715088, 3.5373036861419678, 0.3224496841430664, 0.1511538177728653, 0.0400029681622982, -0.0039034048095345497], "mean": [-0.27328765392303467, 0.026191674172878265, 1.1179697513580322, 3.1923828125, 0.05878093093633652, -0.09960649162530899, 0.023089800029993057, -0.022963395342230797], "std": [0.08743923902511597, 0.15108409523963928, 0.051555875688791275, 0.13620668649673462, 0.09341911226511002, 0.1350330114364624, 0.015382811427116394, 0.015509720891714096], "count": [555]}, "actions": {"min": [-0.8021765351295471, -1.5565919876098633, -0.6185203194618225, -0.18838973343372345, -0.20456936955451965, -0.1881326287984848, -1.0], "max": [0.6100820899009705, 1.1500357389450073, 1.1698147058486938, 0.24297235906124115, 0.1410878598690033, 0.2019772231578827, 1.0], "mean": [0.008807721547782421, 0.03518376126885414, 0.003734376048669219, 0.00589877599850297, 0.0016313026426360011, -0.005168975330889225, 0.06306306272745132], "std": [0.1927834153175354, 0.29118189215660095, 0.21964076161384583, 0.055181559175252914, 0.04722893238067627, 0.0513472780585289, 0.9980083703994751], "count": [555]}, "timestamp": {"min": [0.0], "max": [55.4], "mean": [27.700000000000003], "std": [16.021443963222126], "count": [555]}, "frame_index": {"min": [0], "max": [554], "mean": [277.0], "std": [160.21443963222126], "count": [555]}, "episode_index": {"min": [2352.0], "max": [2352.0], "mean": [2352.0], "std": [0.0], "count": [555]}, "index": {"min": [820090.0], "max": [820644.0], "mean": [820367.0], "std": [160.21443963222126], "count": [555]}, "task_index": {"min": [391.0], "max": [391.0], "mean": [391.0], "std": [0.0], "count": [555]}}} +{"episode_index": 2353, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.371335020984022]], [[0.3123396554932265]], [[0.24277632535266147]]], "std": [[[0.1329979832741371]], [[0.13078942672513666]], [[0.14848784306017432]]], "count": [115]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.37903884094186246]], [[0.29469526546182334]], [[0.19928878172787456]]], "std": [[[0.19232386576913102]], [[0.14182817049572224]], [[0.10098341278771257]]], "count": [115]}, "state": {"min": [-0.3736974596977234, -0.24537254869937897, 0.9937009811401367, 2.841325283050537, -0.21384768187999725, -0.3004200756549835, 0.0013302256120368838, -0.040018390864133835], "max": [-0.09535006433725357, 0.26190295815467834, 1.251311182975769, 3.220641851425171, 0.1721516102552414, 0.20957446098327637, 0.03988928720355034, -0.003980206325650215], "mean": [-0.25785836577415466, 0.03146463632583618, 1.11811363697052, 3.048335552215576, -0.04981271177530289, -0.02787857875227928, 0.02294141985476017, -0.023107891902327538], "std": [0.08364485949277878, 0.16745758056640625, 0.05937255918979645, 0.09062894433736801, 0.09151700139045715, 0.1455605924129486, 0.015569543465971947, 0.01533291395753622], "count": [565]}, "actions": {"min": [-0.853516697883606, -1.3001470565795898, -0.5577242970466614, -0.19846981763839722, -0.15857699513435364, -0.17033584415912628, -1.0], "max": [0.7306327223777771, 1.2250146865844727, 1.676772117614746, 0.39062562584877014, 0.16987060010433197, 0.158615842461586, 1.0], "mean": [0.008108903653919697, 0.03889593109488487, -0.0014906126307323575, 0.003532037138938904, 0.001511372160166502, -0.005720609799027443, 0.06902655214071274], "std": [0.1586245596408844, 0.30220603942871094, 0.24140773713588715, 0.05806673690676689, 0.04135866463184357, 0.046766497194767, 0.9976142048835754], "count": [565]}, "timestamp": {"min": [0.0], "max": [56.4], "mean": [28.2], "std": [16.31011955811483], "count": [565]}, "frame_index": {"min": [0], "max": [564], "mean": [282.0], "std": [163.10119558114832], "count": [565]}, "episode_index": {"min": [2353.0], "max": [2353.0], "mean": [2353.0], "std": [0.0], "count": [565]}, "index": {"min": [820645.0], "max": [821209.0], "mean": [820927.0], "std": [163.10119558114832], "count": [565]}, "task_index": {"min": [391.0], "max": [391.0], "mean": [391.0], "std": [0.0], "count": [565]}}} +{"episode_index": 2354, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3671207073109877]], [[0.30885814794410776]], [[0.24147207177741573]]], "std": [[[0.13537026670610583]], [[0.13365858479991383]], [[0.14917383861975747]]], "count": [133]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.37032847415024805]], [[0.2889494787815414]], [[0.1966687748675745]]], "std": [[[0.19784598789700658]], [[0.14799083626716011]], [[0.10776492581662651]]], "count": [133]}, "state": {"min": [-0.44962000846862793, -0.23194663226604462, 0.978075385093689, 2.9384615421295166, -0.28281092643737793, -0.702625036239624, 0.003907160833477974, -0.0400107204914093], "max": [-0.08366473019123077, 0.2453468143939972, 1.2478817701339722, 3.4073328971862793, 0.2702130377292633, 0.12712976336479187, 0.0400020033121109, -0.0034679402597248554], "mean": [-0.2798440158367157, 0.018771525472402573, 1.1273826360702515, 3.1652421951293945, -0.05281675234436989, -0.20080476999282837, 0.02326073870062828, -0.023053927347064018], "std": [0.09749634563922882, 0.15892045199871063, 0.06423000991344452, 0.1174989864230156, 0.126363605260849, 0.2476709634065628, 0.01507203746587038, 0.015253175050020218], "count": [683]}, "actions": {"min": [-1.1092127561569214, -1.2966710329055786, -0.7989270091056824, -0.18620438873767853, -0.16209827363491058, -0.22477664053440094, -1.0], "max": [0.6052420735359192, 1.4520610570907593, 1.6322845220565796, 0.3424483835697174, 0.23218822479248047, 0.20028157532215118, 1.0], "mean": [0.0037196145858615637, 0.03022659197449684, -0.0028344891034066677, 0.004403068218380213, 0.0019698229152709246, -0.0051208422519266605, 0.07759882509708405], "std": [0.16480816900730133, 0.27070266008377075, 0.2345018833875656, 0.05436473339796066, 0.04370718076825142, 0.055791281163692474, 0.9969866275787354], "count": [683]}, "timestamp": {"min": [0.0], "max": [68.2], "mean": [34.1], "std": [19.71649055993485], "count": [683]}, "frame_index": {"min": [0], "max": [682], "mean": [341.0], "std": [197.1649055993485], "count": [683]}, "episode_index": {"min": [2354.0], "max": [2354.0], "mean": [2354.0], "std": [0.0], "count": [683]}, "index": {"min": [821210.0], "max": [821892.0], "mean": [821551.0], "std": [197.1649055993485], "count": [683]}, "task_index": {"min": [391.0], "max": [391.0], "mean": [391.0], "std": [0.0], "count": [683]}}} +{"episode_index": 2355, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3671158056007374]], [[0.3089584659201248]], [[0.24174696224531275]]], "std": [[[0.13446131527067495]], [[0.13295782680554627]], [[0.14844270674658616]]], "count": [127]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.37461358865911953]], [[0.2906130332646407]], [[0.1954674347804913]]], "std": [[[0.19367464947272947]], [[0.14191095728406852]], [[0.09738071173429096]]], "count": [127]}, "state": {"min": [-0.4503847360610962, -0.1862088441848755, 0.985551118850708, 2.895869016647339, -0.2797473073005676, -0.6085337400436401, 0.0037086347583681345, -0.04000897333025932], "max": [-0.07750694453716278, 0.25974956154823303, 1.2549630403518677, 3.4136359691619873, 0.15894213318824768, 0.1315452754497528, 0.039968278259038925, -0.0032535905484110117], "mean": [-0.2872675061225891, 0.03583056107163429, 1.1342482566833496, 3.1406917572021484, -0.09581965953111649, -0.2021830677986145, 0.022803660482168198, -0.022759197279810905], "std": [0.10554875433444977, 0.15042155981063843, 0.06394129991531372, 0.13464094698429108, 0.10070902854204178, 0.2570827305316925, 0.014963090419769287, 0.014989969320595264], "count": [641]}, "actions": {"min": [-1.0662946701049805, -1.454210638999939, -0.6426873207092285, -0.17538033425807953, -0.18606600165367126, -0.19832932949066162, -1.0], "max": [0.5276294946670532, 1.0024322271347046, 1.4057972431182861, 0.29004427790641785, 0.23971781134605408, 0.20491941273212433, 1.0], "mean": [-0.0030619155149906874, 0.030936695635318756, -0.007452887482941151, 0.00379382842220366, -0.0016877214657142758, -0.007475946564227343, 0.12324492633342743], "std": [0.1633135825395584, 0.2423427402973175, 0.23667779564857483, 0.05255615711212158, 0.04974878206849098, 0.04711367189884186, 0.99237459897995], "count": [641]}, "timestamp": {"min": [0.0], "max": [64.0], "mean": [32.0], "std": [18.504053609952603], "count": [641]}, "frame_index": {"min": [0], "max": [640], "mean": [320.0], "std": [185.04053609952604], "count": [641]}, "episode_index": {"min": [2355.0], "max": [2355.0], "mean": [2355.0], "std": [0.0], "count": [641]}, "index": {"min": [821893.0], "max": [822533.0], "mean": [822213.0], "std": [185.04053609952604], "count": [641]}, "task_index": {"min": [391.0], "max": [391.0], "mean": [391.0], "std": [0.0], "count": [641]}}} +{"episode_index": 2356, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37122762136329895]], [[0.3111330596785739]], [[0.24117968114792493]]], "std": [[[0.12936605878219426]], [[0.12723397808669457]], [[0.1448327853032628]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.3369451922708687]], [[0.2604553908496241]], [[0.17567688724753724]]], "std": [[[0.20002470946726691]], [[0.14582474845697507]], [[0.09634801234578898]]], "count": [130]}, "state": {"min": [-0.49180173873901367, -0.21408611536026, 0.9850543737411499, 2.9252779483795166, -0.1942654401063919, -0.2322516143321991, 0.003518979763612151, -0.040006283670663834], "max": [-0.081856869161129, 0.3131098747253418, 1.2377640008926392, 3.4812629222869873, 0.1865757256746292, 0.16273540258407593, 0.03993416577577591, -0.003429754637181759], "mean": [-0.3033609688282013, 0.03997426852583885, 1.108948826789856, 3.149714231491089, 0.027287155389785767, -0.05605806037783623, 0.02338084764778614, -0.023521799594163895], "std": [0.11294734477996826, 0.1383158266544342, 0.055515628308057785, 0.12037920951843262, 0.09161089360713959, 0.06998670101165771, 0.014360264874994755, 0.01431941706687212], "count": [659]}, "actions": {"min": [-1.865671157836914, -1.5116899013519287, -0.9288264513015747, -0.2151123285293579, -0.1888786405324936, -0.17614464461803436, -1.0], "max": [0.9030025601387024, 1.6181186437606812, 1.9870210886001587, 0.18164262175559998, 0.21122752130031586, 0.25374093651771545, 1.0], "mean": [-0.013473160564899445, 0.0311933234333992, -0.0010484224185347557, 0.0038120956160128117, 0.0002647304499987513, -0.0005804098909720778, 0.10773900151252747], "std": [0.2456587255001068, 0.34830591082572937, 0.29304933547973633, 0.05878578871488571, 0.05285172164440155, 0.050293490290641785, 0.9941813349723816], "count": [659]}, "timestamp": {"min": [0.0], "max": [65.8], "mean": [32.9], "std": [19.023669467271553], "count": [659]}, "frame_index": {"min": [0], "max": [658], "mean": [329.0], "std": [190.23669467271554], "count": [659]}, "episode_index": {"min": [2356.0], "max": [2356.0], "mean": [2356.0], "std": [0.0], "count": [659]}, "index": {"min": [822534.0], "max": [823192.0], "mean": [822863.0], "std": [190.23669467271554], "count": [659]}, "task_index": {"min": [392.0], "max": [392.0], "mean": [392.0], "std": [0.0], "count": [659]}}} +{"episode_index": 2357, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3639173419765645]], [[0.3048715046297001]], [[0.23728079732060975]]], "std": [[[0.1324644611983633]], [[0.12951247983127992]], [[0.14367237627194906]]], "count": [151]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.33047270924065764]], [[0.2533487638704592]], [[0.16854579575324025]]], "std": [[[0.1951146998190122]], [[0.14181927046260356]], [[0.0926669946520919]]], "count": [151]}, "state": {"min": [-0.5443819165229797, -0.2215241938829422, 0.9918507933616638, 2.8161582946777344, -0.13582009077072144, -0.6380341053009033, 0.003968007396906614, -0.04001418873667717], "max": [-0.08183450251817703, 0.39413198828697205, 1.2625099420547485, 3.3993968963623047, 0.29260921478271484, 0.08976811170578003, 0.03987840935587883, -0.0041349902749061584], "mean": [-0.3320525586605072, 0.07033652812242508, 1.119630217552185, 3.029564142227173, 0.03323633223772049, -0.24320858716964722, 0.021724160760641098, -0.02183978632092476], "std": [0.11649316549301147, 0.16407044231891632, 0.05774102360010147, 0.1035899668931961, 0.09377573430538177, 0.18743807077407837, 0.014483955688774586, 0.014454583637416363], "count": [809]}, "actions": {"min": [-1.8847975730895996, -1.4203369617462158, -0.6922986507415771, -0.29722198843955994, -0.23475775122642517, -0.21512991189956665, -1.0], "max": [0.772952675819397, 1.3150945901870728, 0.9617623686790466, 0.3529905378818512, 0.18290221691131592, 0.31266143918037415, 1.0], "mean": [-0.008049171417951584, 0.040954090654850006, 0.008839976973831654, 0.005269527900964022, -0.0011502411216497421, -0.0017236275598406792, 0.2064276933670044], "std": [0.25301605463027954, 0.301616907119751, 0.23674970865249634, 0.06866230815649033, 0.05091138929128647, 0.06478450447320938, 0.9784622192382812], "count": [809]}, "timestamp": {"min": [0.0], "max": [80.8], "mean": [40.4], "std": [23.353800547234275], "count": [809]}, "frame_index": {"min": [0], "max": [808], "mean": [404.0], "std": [233.53800547234277], "count": [809]}, "episode_index": {"min": [2357.0], "max": [2357.0], "mean": [2357.0], "std": [0.0], "count": [809]}, "index": {"min": [823193.0], "max": [824001.0], "mean": [823597.0], "std": [233.53800547234277], "count": [809]}, "task_index": {"min": [392.0], "max": [392.0], "mean": [392.0], "std": [0.0], "count": [809]}}} +{"episode_index": 2358, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.370100279415355]], [[0.3105958045178249]], [[0.24191774563591983]]], "std": [[[0.1337282261659902]], [[0.13248856453956367]], [[0.14916548404830168]]], "count": [144]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34481439528122443]], [[0.26825403076371335]], [[0.18227944716908573]]], "std": [[[0.1997108431961501]], [[0.14664873295746578]], [[0.10105136879685296]]], "count": [144]}, "state": {"min": [-0.5326197147369385, -0.217827707529068, 0.9814587235450745, 2.935948133468628, -0.2862219214439392, -0.5492761731147766, 0.0037768071051687002, -0.04000863432884216], "max": [-0.09774365276098251, 0.3772261142730713, 1.195271372795105, 3.383793354034424, 0.10963284969329834, 0.1555487960577011, 0.03994720056653023, -0.0013052239082753658], "mean": [-0.3143322765827179, 0.052983205765485764, 1.1082277297973633, 3.0833024978637695, -0.11895734071731567, -0.15073895454406738, 0.023120827972888947, -0.022884227335453033], "std": [0.11391255259513855, 0.14879444241523743, 0.05334773287177086, 0.07607889920473099, 0.08814569562673569, 0.16956371068954468, 0.014440642669796944, 0.014707482419908047], "count": [755]}, "actions": {"min": [-1.1135907173156738, -1.3449400663375854, -0.8309898972511292, -0.26840460300445557, -0.22682148218154907, -0.14679402112960815, -1.0], "max": [0.6345046162605286, 1.646843671798706, 1.282874584197998, 0.3808344602584839, 0.16585083305835724, 0.4006878137588501, 1.0], "mean": [-0.009854127652943134, 0.04320148751139641, -0.008822591044008732, 0.0029143583960831165, 0.0009770268807187676, -0.000819619745016098, 0.1496688723564148], "std": [0.22189754247665405, 0.3073521852493286, 0.2474450320005417, 0.061978407204151154, 0.05217551067471504, 0.056401465088129044, 0.988737165927887], "count": [755]}, "timestamp": {"min": [0.0], "max": [75.4], "mean": [37.7], "std": [21.794953544341404], "count": [755]}, "frame_index": {"min": [0], "max": [754], "mean": [377.0], "std": [217.94953544341405], "count": [755]}, "episode_index": {"min": [2358.0], "max": [2358.0], "mean": [2358.0], "std": [0.0], "count": [755]}, "index": {"min": [824002.0], "max": [824756.0], "mean": [824379.0], "std": [217.94953544341405], "count": [755]}, "task_index": {"min": [392.0], "max": [392.0], "mean": [392.0], "std": [0.0], "count": [755]}}} +{"episode_index": 2359, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3682981413923857]], [[0.30922646900062434]], [[0.24061241803201205]]], "std": [[[0.13810712975881012]], [[0.13546349471289573]], [[0.15110786656817957]]], "count": [158]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3554542687312638]], [[0.2779955207103238]], [[0.1898860443789363]]], "std": [[[0.19864075342965187]], [[0.1462459159594647]], [[0.10235267029319316]]], "count": [158]}, "state": {"min": [-0.49330562353134155, -0.19106146693229675, 0.9795598983764648, 2.796126127243042, -0.3486681580543518, -0.3082810640335083, 0.003800339065492153, -0.040026191622018814], "max": [-0.08783093094825745, 0.31207677721977234, 1.2803012132644653, 3.418828248977661, 0.10636575520038605, 0.09558744728565216, 0.03992654010653496, -0.002941644284874201], "mean": [-0.2985396981239319, 0.04650646075606346, 1.1242401599884033, 3.080371856689453, -0.10974837839603424, -0.03151260316371918, 0.022369280457496643, -0.02341238409280777], "std": [0.11488814651966095, 0.1399426907300949, 0.07645177096128464, 0.14631201326847076, 0.11465264111757278, 0.09288877248764038, 0.01504366472363472, 0.014458203688263893], "count": [857]}, "actions": {"min": [-1.283439040184021, -1.8909605741500854, -0.6296316385269165, -0.6081243753433228, -0.22028514742851257, -0.3464224338531494, -1.0], "max": [0.9766629934310913, 1.222566843032837, 0.933664083480835, 0.2198813110589981, 0.1395743489265442, 0.31466805934906006, 1.0], "mean": [-0.009045261889696121, 0.028026098385453224, -0.0012508536456152797, 0.0030784981790930033, -7.907993858680129e-05, -0.0005888136220164597, 0.12485413998365402], "std": [0.20578785240650177, 0.3119812309741974, 0.2401222288608551, 0.0566868782043457, 0.04686375707387924, 0.06099184602499008, 0.9921736717224121], "count": [857]}, "timestamp": {"min": [0.0], "max": [85.6], "mean": [42.8], "std": [24.739442192579844], "count": [857]}, "frame_index": {"min": [0], "max": [856], "mean": [428.0], "std": [247.39442192579847], "count": [857]}, "episode_index": {"min": [2359.0], "max": [2359.0], "mean": [2359.0], "std": [0.0], "count": [857]}, "index": {"min": [824757.0], "max": [825613.0], "mean": [825185.0], "std": [247.39442192579847], "count": [857]}, "task_index": {"min": [392.0], "max": [392.0], "mean": [392.0], "std": [0.0], "count": [857]}}} +{"episode_index": 2360, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36893019036110347]], [[0.3068690321564135]], [[0.2336278104134814]]], "std": [[[0.13669609263084362]], [[0.13064050009878045]], [[0.1457613390065613]]], "count": [208]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.37908469728035443]], [[0.296981979243536]], [[0.20417792520192235]]], "std": [[[0.18261980199757777]], [[0.1310944953844035]], [[0.09158575488783535]]], "count": [208]}, "state": {"min": [-0.5475900769233704, -0.23410695791244507, 1.003372311592102, 3.018815040588379, -0.4139731228351593, -0.4491899609565735, 0.006690347567200661, -0.0400061272084713], "max": [-0.004331908188760281, 0.18067649006843567, 1.2952601909637451, 3.613377809524536, 0.23509447276592255, 1.6812188625335693, 0.040000058710575104, -0.00611822260543704], "mean": [-0.3292531669139862, -0.02046346478164196, 1.1733248233795166, 3.2272660732269287, -0.1701238602399826, 0.3719189465045929, 0.024153651669621468, -0.02389482595026493], "std": [0.17576949298381805, 0.10611418634653091, 0.07647895812988281, 0.13336069881916046, 0.13769839704036713, 0.6896095871925354, 0.013136014342308044, 0.013255377300083637], "count": [1234]}, "actions": {"min": [-1.3769632577896118, -0.7466229200363159, -0.7578578591346741, -0.3962624967098236, -0.2768744230270386, -0.5952200889587402, -1.0], "max": [0.9234887361526489, 1.1068007946014404, 1.522292971611023, 0.4884614050388336, 0.2113586813211441, 0.9861235618591309, 1.0], "mean": [-0.00866086594760418, -0.0013942784862592816, 0.0014741681516170502, 0.00045165838673710823, -0.0020592096261680126, 0.00847430806607008, 0.17504051327705383], "std": [0.26441681385040283, 0.18232445418834686, 0.25156015157699585, 0.055341705679893494, 0.050196077674627304, 0.11004780977964401, 0.98455810546875], "count": [1234]}, "timestamp": {"min": [0.0], "max": [123.3], "mean": [61.650000000000006], "std": [35.62249991227455], "count": [1234]}, "frame_index": {"min": [0], "max": [1233], "mean": [616.5], "std": [356.22499912274543], "count": [1234]}, "episode_index": {"min": [2360.0], "max": [2360.0], "mean": [2360.0], "std": [0.0], "count": [1234]}, "index": {"min": [825614.0], "max": [826847.0], "mean": [826230.5], "std": [356.22499912274543], "count": [1234]}, "task_index": {"min": [393.0], "max": [393.0], "mean": [393.0], "std": [0.0], "count": [1234]}}} +{"episode_index": 2361, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36514715971305817]], [[0.30346585985263735]], [[0.2306077278330261]]], "std": [[[0.13549811856945418]], [[0.12785783946545973]], [[0.14151761380553346]]], "count": [179]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34096432946078004]], [[0.26369674804634013]], [[0.17984987898872667]]], "std": [[[0.20065811992239857]], [[0.14659494036829343]], [[0.09863311974593363]]], "count": [179]}, "state": {"min": [-0.5481519103050232, -0.2489124983549118, 0.993767261505127, 2.863527536392212, -0.11901779472827911, -0.4542955458164215, 0.003081837436184287, -0.04001249372959137], "max": [-0.003040770534425974, 0.09853998571634293, 1.2956880331039429, 3.572986125946045, 0.3609364926815033, 1.479628324508667, 0.03997182101011276, -0.001997764687985182], "mean": [-0.3250277042388916, -0.034129418432712555, 1.1734989881515503, 3.1297175884246826, 0.058504365384578705, 0.3213834762573242, 0.023211946710944176, -0.023118192330002785], "std": [0.17564253509044647, 0.08667684346437454, 0.077874094247818, 0.14451922476291656, 0.09897114336490631, 0.6397103071212769, 0.013263724744319916, 0.013371801003813744], "count": [1011]}, "actions": {"min": [-2.0023958683013916, -1.343460202217102, -0.8238515853881836, -0.31941381096839905, -0.3047489523887634, -0.5185638666152954, -1.0], "max": [1.0901734828948975, 1.1444997787475586, 2.1412253379821777, 0.38300374150276184, 0.4330604374408722, 0.43678948283195496, 1.0], "mean": [-0.015174358151853085, -0.0004519151116255671, -0.004556593950837851, -0.0035990159958601, -0.0002914010256063193, 0.01063525676727295, 0.22650840878486633], "std": [0.3099660575389862, 0.2262599766254425, 0.32334786653518677, 0.07695074379444122, 0.07476300001144409, 0.12413781881332397, 0.9740065336227417], "count": [1011]}, "timestamp": {"min": [0.0], "max": [101.0], "mean": [50.5], "std": [29.185041830819205], "count": [1011]}, "frame_index": {"min": [0], "max": [1010], "mean": [505.0], "std": [291.85041830819205], "count": [1011]}, "episode_index": {"min": [2361.0], "max": [2361.0], "mean": [2361.0], "std": [0.0], "count": [1011]}, "index": {"min": [826848.0], "max": [827858.0], "mean": [827353.0], "std": [291.85041830819205], "count": [1011]}, "task_index": {"min": [393.0], "max": [393.0], "mean": [393.0], "std": [0.0], "count": [1011]}}} +{"episode_index": 2362, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3689084984015057]], [[0.30684860628991256]], [[0.23609309641260767]]], "std": [[[0.13621739745378011]], [[0.13244354419950882]], [[0.1475043911516074]]], "count": [173]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3707767535428753]], [[0.28390529632136]], [[0.1854917133447603]]], "std": [[[0.18008199070786762]], [[0.12822451890133613]], [[0.08276267787597431]]], "count": [173]}, "state": {"min": [-0.513971209526062, -0.2883114814758301, 0.9801932573318481, 2.8243916034698486, -0.38262197375297546, -0.4053798019886017, 0.0112958624958992, -0.04003128781914711], "max": [-0.0018601914634928107, 0.20327121019363403, 1.2959678173065186, 3.142871379852295, 0.1687992662191391, 0.23081371188163757, 0.039950381964445114, -0.011644141748547554], "mean": [-0.34226179122924805, -0.041550539433956146, 1.1468961238861084, 2.9876511096954346, -0.11037222295999527, -0.03493581339716911, 0.024959644302725792, -0.02502615936100483], "std": [0.14593839645385742, 0.15345095098018646, 0.06903351843357086, 0.07267798483371735, 0.12886899709701538, 0.13355377316474915, 0.011929758824408054, 0.012108584865927696], "count": [966]}, "actions": {"min": [-0.9318705797195435, -2.0552830696105957, -0.8062810897827148, -0.2709561288356781, -0.23203465342521667, -0.3761068880558014, -1.0], "max": [0.931829571723938, 1.520328402519226, 1.226700782775879, 0.4580260217189789, 0.28471434116363525, 0.25265929102897644, 1.0], "mean": [-0.007763078436255455, 0.010183772072196007, 0.008014881983399391, 0.0010774602415040135, 7.365193596342579e-05, -0.0015844544395804405, 0.16977225244045258], "std": [0.23816049098968506, 0.3187110126018524, 0.25157251954078674, 0.07272589951753616, 0.055309366434812546, 0.06895801424980164, 0.9854809641838074], "count": [966]}, "timestamp": {"min": [0.0], "max": [96.5], "mean": [48.25], "std": [27.886003060077773], "count": [966]}, "frame_index": {"min": [0], "max": [965], "mean": [482.5], "std": [278.8600306007777], "count": [966]}, "episode_index": {"min": [2362.0], "max": [2362.0], "mean": [2362.0], "std": [0.0], "count": [966]}, "index": {"min": [827859.0], "max": [828824.0], "mean": [828341.5], "std": [278.8600306007777], "count": [966]}, "task_index": {"min": [394.0], "max": [394.0], "mean": [394.0], "std": [0.0], "count": [966]}}} +{"episode_index": 2363, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36715544158337166]], [[0.3051246560788622]], [[0.23401376724243164]]], "std": [[[0.1363395891464081]], [[0.13136837521760347]], [[0.1458374152111669]]], "count": [160]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36203829484827377]], [[0.27844295202517044]], [[0.18373488893695908]]], "std": [[[0.18566423170738516]], [[0.13247615695555326]], [[0.0855647009555183]]], "count": [160]}, "state": {"min": [-0.5264754891395569, -0.25218090415000916, 0.9776235222816467, 2.9158966541290283, -0.33743730187416077, -0.43816110491752625, 0.012176538817584515, -0.04001558944582939], "max": [-0.02567426860332489, 0.1518888622522354, 1.2538180351257324, 3.2584547996520996, 0.15453939139842987, 0.23899312317371368, 0.040003903210163116, -0.01217127125710249], "mean": [-0.36938947439193726, -0.03713562712073326, 1.1315834522247314, 3.118870735168457, -0.09027744829654694, -0.04596749320626259, 0.024548280984163284, -0.024686375632882118], "std": [0.1494717001914978, 0.13887901604175568, 0.07159841060638428, 0.07773905992507935, 0.10563745349645615, 0.1382288932800293, 0.011821504682302475, 0.011921489611268044], "count": [870]}, "actions": {"min": [-0.9093979597091675, -1.8235090970993042, -0.8204196691513062, -0.3500322699546814, -0.192904993891716, -0.29421237111091614, -1.0], "max": [1.1033380031585693, 1.2915548086166382, 0.897363007068634, 0.25650715827941895, 0.1364184319972992, 0.29451504349708557, 1.0], "mean": [-0.013145513832569122, 0.006857199594378471, 0.000546074821613729, 0.0014954525977373123, -0.00045986039913259447, -0.0006984182982705534, 0.20000000298023224], "std": [0.22929441928863525, 0.2794704735279083, 0.2398296445608139, 0.055902473628520966, 0.04241419583559036, 0.0642063245177269, 0.9797991514205933], "count": [870]}, "timestamp": {"min": [0.0], "max": [86.9], "mean": [43.45], "std": [25.114720119218262], "count": [870]}, "frame_index": {"min": [0], "max": [869], "mean": [434.5], "std": [251.14720119218265], "count": [870]}, "episode_index": {"min": [2363.0], "max": [2363.0], "mean": [2363.0], "std": [0.0], "count": [870]}, "index": {"min": [828825.0], "max": [829694.0], "mean": [829259.5], "std": [251.14720119218265], "count": [870]}, "task_index": {"min": [394.0], "max": [394.0], "mean": [394.0], "std": [0.0], "count": [870]}}} +{"episode_index": 2364, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3654187298461095]], [[0.305004581612558]], [[0.2306744338180034]]], "std": [[[0.13409656948554322]], [[0.12460415617153033]], [[0.1412390518089362]]], "count": [149]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.35470033995272815]], [[0.2782918213950849]], [[0.19165340945161885]]], "std": [[[0.19623798619293428]], [[0.14205276014144197]], [[0.10239113784377504]]], "count": [149]}, "state": {"min": [-0.5476680994033813, -0.14386357367038727, 0.9956481456756592, 2.871861219406128, -0.24269095063209534, -0.4477446377277374, 0.0029509151354432106, -0.0400112085044384], "max": [0.02950691618025303, 0.12467961758375168, 1.2561036348342896, 3.5972256660461426, 0.26629504561424255, 1.441123366355896, 0.03993091359734535, -0.004382662940770388], "mean": [-0.32888397574424744, 0.017495600506663322, 1.1589621305465698, 3.155695915222168, 0.016038868576288223, 0.21894265711307526, 0.021548476070165634, -0.021566316485404968], "std": [0.2028847634792328, 0.06107843294739723, 0.06525211036205292, 0.17687225341796875, 0.10866566002368927, 0.6173414587974548, 0.01374520268291235, 0.013787111267447472], "count": [795]}, "actions": {"min": [-1.7873231172561646, -0.985357403755188, -0.7574290633201599, -0.274441659450531, -0.2798692286014557, -0.27871623635292053, -1.0], "max": [1.4000884294509888, 1.0897200107574463, 1.471712350845337, 0.32051751017570496, 0.24807992577552795, 0.6587742567062378, 1.0], "mean": [-0.03388120234012604, 0.004999428987503052, -0.01251278631389141, 2.1366591681726277e-05, -0.0003520685131661594, 0.013239831663668156, 0.28050315380096436], "std": [0.33538657426834106, 0.1719130575656891, 0.24442408978939056, 0.05933116003870964, 0.05395178496837616, 0.08198089152574539, 0.9598566889762878], "count": [795]}, "timestamp": {"min": [0.0], "max": [79.4], "mean": [39.7], "std": [22.9496550446116], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [2364.0], "max": [2364.0], "mean": [2364.0], "std": [0.0], "count": [795]}, "index": {"min": [829695.0], "max": [830489.0], "mean": [830092.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [395.0], "max": [395.0], "mean": [395.0], "std": [0.0], "count": [795]}}} +{"episode_index": 2365, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3707625940873813]], [[0.30961544940023]], [[0.23627504120453569]]], "std": [[[0.13135003800518674]], [[0.12573514655222268]], [[0.14467099241350143]]], "count": [134]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3765224364126918]], [[0.28888252934831815]], [[0.18768626841879185]]], "std": [[[0.17757827693227435]], [[0.12204494147102307]], [[0.07670149252530185]]], "count": [134]}, "state": {"min": [-0.5156010389328003, -0.23168769478797913, 0.9797330498695374, 2.807138442993164, -0.25281983613967896, -0.3413868844509125, 0.012010516598820686, -0.04001454636454582], "max": [-0.006840238813310862, 0.16679468750953674, 1.2595722675323486, 3.182626962661743, 0.19552479684352875, 0.0990581214427948, 0.039859838783741, -0.012365438044071198], "mean": [-0.3230426609516144, -0.005139794200658798, 1.1260302066802979, 2.9935812950134277, -0.061818357557058334, -0.09595315158367157, 0.026173198595643044, -0.026512278243899345], "std": [0.15687625110149384, 0.1218300312757492, 0.06898070871829987, 0.08413822948932648, 0.11163116246461868, 0.10464739799499512, 0.01202087290585041, 0.011960836127400398], "count": [691]}, "actions": {"min": [-1.8259145021438599, -0.9600748419761658, -0.7998473048210144, -0.23081596195697784, -0.28801125288009644, -0.235526904463768, -1.0], "max": [0.963904857635498, 1.4662532806396484, 2.660414695739746, 0.2854121923446655, 0.24972623586654663, 0.32784709334373474, 1.0], "mean": [-0.017603211104869843, 0.020552650094032288, 0.005382706876844168, 0.0020177916157990694, 0.0004182287666480988, -0.0021723106037825346, 0.06222865357995033], "std": [0.3399927318096161, 0.25473976135253906, 0.32016921043395996, 0.0689532607793808, 0.06229688227176666, 0.0759534239768982, 0.9980606436729431], "count": [691]}, "timestamp": {"min": [0.0], "max": [69.0], "mean": [34.5], "std": [19.947430912275397], "count": [691]}, "frame_index": {"min": [0], "max": [690], "mean": [345.0], "std": [199.47430912275394], "count": [691]}, "episode_index": {"min": [2365.0], "max": [2365.0], "mean": [2365.0], "std": [0.0], "count": [691]}, "index": {"min": [830490.0], "max": [831180.0], "mean": [830835.0], "std": [199.47430912275394], "count": [691]}, "task_index": {"min": [396.0], "max": [396.0], "mean": [396.0], "std": [0.0], "count": [691]}}} +{"episode_index": 2366, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36774877625892605]], [[0.3066373559828078]], [[0.23381743141968325]]], "std": [[[0.13009401580112187]], [[0.12301001488773658]], [[0.14073595790454205]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.35533055140062336]], [[0.2707073440666831]], [[0.17492675597131882]]], "std": [[[0.18032597716044158]], [[0.12490861114279438]], [[0.07672283559503326]]], "count": [130]}, "state": {"min": [-0.4823986887931824, -0.22658777236938477, 0.9939008951187134, 2.7455432415008545, -0.06732765585184097, -0.34052735567092896, 0.012302801944315434, -0.04002329707145691], "max": [-0.007179980166256428, 0.19263994693756104, 1.2428901195526123, 3.0953052043914795, 0.30723077058792114, 0.2395847737789154, 0.03988717123866081, -0.012817601673305035], "mean": [-0.3220662474632263, -0.00405855244025588, 1.1243349313735962, 2.939864158630371, 0.08091533929109573, -0.07245498895645142, 0.02603745087981224, -0.02663411572575569], "std": [0.1459253579378128, 0.13113830983638763, 0.06326023489236832, 0.07798931747674942, 0.08470020443201065, 0.11099564284086227, 0.011633161455392838, 0.011442453600466251], "count": [664]}, "actions": {"min": [-2.0607361793518066, -1.0068328380584717, -0.9686475992202759, -0.4164201021194458, -0.29630884528160095, -0.319265753030777, -1.0], "max": [1.3043323755264282, 3.0960795879364014, 2.1045713424682617, 0.49115148186683655, 0.15034997463226318, 0.4433874189853668, 1.0], "mean": [-0.025641167536377907, 0.028666675090789795, 0.00611821049824357, 0.0019023375352844596, -0.00018598935275804251, -0.0020575958769768476, 0.10240963846445084], "std": [0.3678608536720276, 0.2931758165359497, 0.33350706100463867, 0.08074848353862762, 0.06135766953229904, 0.08173595368862152, 0.9947411417961121], "count": [664]}, "timestamp": {"min": [0.0], "max": [66.3], "mean": [33.150000000000006], "std": [19.16800719949781], "count": [664]}, "frame_index": {"min": [0], "max": [663], "mean": [331.5], "std": [191.68007199497814], "count": [664]}, "episode_index": {"min": [2366.0], "max": [2366.0], "mean": [2366.0], "std": [0.0], "count": [664]}, "index": {"min": [831181.0], "max": [831844.0], "mean": [831512.5], "std": [191.68007199497814], "count": [664]}, "task_index": {"min": [396.0], "max": [396.0], "mean": [396.0], "std": [0.0], "count": [664]}}} +{"episode_index": 2367, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36733984229625755]], [[0.30739829867493873]], [[0.23765556255603518]]], "std": [[[0.13539015262358786]], [[0.13070308486955431]], [[0.14497234360898034]]], "count": [163]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.984313725490196]]], "mean": [[[0.3472433820063925]], [[0.26546581410105496]], [[0.1771811239443774]]], "std": [[[0.20270980902362867]], [[0.14818819283926457]], [[0.09813413373762707]]], "count": [163]}, "state": {"min": [-0.4922276437282562, -0.3435842990875244, 0.9876739978790283, 2.945873498916626, -0.3217821717262268, -1.1810144186019897, 0.0036542797461152077, -0.04000786691904068], "max": [-0.12789270281791687, 0.21473588049411774, 1.2524895668029785, 3.509883403778076, 0.21459725499153137, 0.7415690422058105, 0.04000748693943024, -0.00400798674672842], "mean": [-0.2846364378929138, -0.04891439527273178, 1.131852388381958, 3.1228086948394775, -0.01953434757888317, -0.06711990386247635, 0.021838104352355003, -0.022020110860466957], "std": [0.09715257585048676, 0.15440814197063446, 0.059530384838581085, 0.09843534231185913, 0.12191008776426315, 0.38379865884780884, 0.014945171773433685, 0.014825938269495964], "count": [897]}, "actions": {"min": [-0.9074203968048096, -1.2076311111450195, -0.6997211575508118, -0.38060614466667175, -0.21824505925178528, -0.4386228919029236, -1.0], "max": [0.9710102081298828, 1.6016347408294678, 0.8919423222541809, 0.29410290718078613, 0.261446475982666, 0.6449384689331055, 1.0], "mean": [0.010949105024337769, -0.022830508649349213, 0.0028686763253062963, -0.0021989839151501656, -0.0003690736193675548, 0.0003198615740984678, 0.17725752294063568], "std": [0.19472652673721313, 0.3153235912322998, 0.22769880294799805, 0.06874077022075653, 0.050571829080581665, 0.10162632167339325, 0.9841607213020325], "count": [897]}, "timestamp": {"min": [0.0], "max": [89.6], "mean": [44.8], "std": [25.894143482005088], "count": [897]}, "frame_index": {"min": [0], "max": [896], "mean": [448.0], "std": [258.9414348200509], "count": [897]}, "episode_index": {"min": [2367.0], "max": [2367.0], "mean": [2367.0], "std": [0.0], "count": [897]}, "index": {"min": [831845.0], "max": [832741.0], "mean": [832293.0], "std": [258.9414348200509], "count": [897]}, "task_index": {"min": [397.0], "max": [397.0], "mean": [397.0], "std": [0.0], "count": [897]}}} +{"episode_index": 2368, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684185521742877]], [[0.3085856948980764]], [[0.23817909903219098]]], "std": [[[0.13835839181604645]], [[0.13244473757287895]], [[0.1470138674622489]]], "count": [140]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.3386563618977865]], [[0.26143637349959514]], [[0.17651268154967065]]], "std": [[[0.20070117908808452]], [[0.14858422015856146]], [[0.1036194500735943]]], "count": [140]}, "state": {"min": [-0.529256284236908, -0.3070633113384247, 0.9794682860374451, 2.5916593074798584, -0.28085416555404663, -0.7764760851860046, 0.009173447266221046, -0.04001007229089737], "max": [-0.13762441277503967, 0.21814022958278656, 1.2202534675598145, 3.2803447246551514, 0.3711543381214142, 0.23151616752147675, 0.039979081600904465, -0.010590721853077412], "mean": [-0.2973253130912781, -0.04965762421488762, 1.114687442779541, 3.019294500350952, -0.03045743517577648, -0.13204795122146606, 0.024776918813586235, -0.025498736649751663], "std": [0.10761740058660507, 0.15434077382087708, 0.05374116078019142, 0.15472537279129028, 0.18393546342849731, 0.22956342995166779, 0.013433689251542091, 0.01285767462104559], "count": [731]}, "actions": {"min": [-0.9813453555107117, -2.346158981323242, -0.5865159630775452, -0.25063735246658325, -0.3190406262874603, -0.278018593788147, -1.0], "max": [0.844311535358429, 1.3735871315002441, 1.2741215229034424, 0.2756115794181824, 0.24687297642230988, 0.5077734589576721, 1.0], "mean": [0.015424204990267754, -0.03664397820830345, 0.0010688916081562638, -0.004651644267141819, -0.0011962156277149916, -0.001105744275264442, 0.075239397585392], "std": [0.22123859822750092, 0.38243234157562256, 0.24413585662841797, 0.06492479890584946, 0.05228573828935623, 0.092575803399086, 0.9971626400947571], "count": [731]}, "timestamp": {"min": [0.0], "max": [73.0], "mean": [36.5], "std": [21.102132593650342], "count": [731]}, "frame_index": {"min": [0], "max": [730], "mean": [365.0], "std": [211.0213259365034], "count": [731]}, "episode_index": {"min": [2368.0], "max": [2368.0], "mean": [2368.0], "std": [0.0], "count": [731]}, "index": {"min": [832742.0], "max": [833472.0], "mean": [833107.0], "std": [211.0213259365034], "count": [731]}, "task_index": {"min": [397.0], "max": [397.0], "mean": [397.0], "std": [0.0], "count": [731]}}} +{"episode_index": 2369, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36984290448357077]], [[0.30943335499482993]], [[0.2388221429563036]]], "std": [[[0.13639401893669767]], [[0.13158037202132994]], [[0.14652978537918365]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3468415754729626]], [[0.26533158605238966]], [[0.1798465211157705]]], "std": [[[0.20318403772392438]], [[0.14975213377757254]], [[0.101244038234451]]], "count": [100]}, "state": {"min": [-0.4816286563873291, -0.31899014115333557, 0.9876754879951477, 2.744990348815918, -0.2905823290348053, -0.45112448930740356, 0.0031125470995903015, -0.040262944996356964], "max": [-0.12621863186359406, 0.21645089983940125, 1.2570658922195435, 3.3683319091796875, 0.10225877910852432, 0.15254086256027222, 0.04000654071569443, -0.004309012554585934], "mean": [-0.30414876341819763, -0.04401162266731262, 1.131842851638794, 3.128598928451538, -0.0930657833814621, -0.2140883505344391, 0.020871641114354134, -0.021039780229330063], "std": [0.10024779289960861, 0.17226381599903107, 0.07347463071346283, 0.12191321700811386, 0.09191013872623444, 0.14365164935588837, 0.015527056530117989, 0.015507742762565613], "count": [443]}, "actions": {"min": [-1.1748058795928955, -1.9552526473999023, -1.4074609279632568, -0.3695710599422455, -0.21805259585380554, -0.23129481077194214, -1.0], "max": [0.8103317022323608, 1.9185099601745605, 1.5636407136917114, 0.3158673644065857, 0.21153168380260468, 0.30982136726379395, 1.0], "mean": [0.02431963011622429, -0.022745007649064064, 0.018775291740894318, -0.004182501696050167, -0.0009474914404563606, -0.006253599189221859, 0.16930022835731506], "std": [0.25459426641464233, 0.5194074511528015, 0.3302071690559387, 0.08407656103372574, 0.06361165642738342, 0.07695850729942322, 0.9855642914772034], "count": [443]}, "timestamp": {"min": [0.0], "max": [44.2], "mean": [22.1], "std": [12.78827588066507], "count": [443]}, "frame_index": {"min": [0], "max": [442], "mean": [221.0], "std": [127.88275880665071], "count": [443]}, "episode_index": {"min": [2369.0], "max": [2369.0], "mean": [2369.0], "std": [0.0], "count": [443]}, "index": {"min": [833473.0], "max": [833915.0], "mean": [833694.0], "std": [127.88275880665071], "count": [443]}, "task_index": {"min": [398.0], "max": [398.0], "mean": [398.0], "std": [0.0], "count": [443]}}} +{"episode_index": 2370, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3668916805491728]], [[0.30694892554189646]], [[0.23781622733321844]]], "std": [[[0.1398182725416765]], [[0.1355106131299371]], [[0.1490754242656347]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3598404989803538]], [[0.2812852950750613]], [[0.19212262860466453]]], "std": [[[0.19618825195774325]], [[0.1445554628790338]], [[0.10295028394418076]]], "count": [100]}, "state": {"min": [-0.4751860797405243, -0.3601488471031189, 0.9762860536575317, 2.8798725605010986, -0.34462347626686096, -0.2079540491104126, 0.004380065947771072, -0.04000454023480415], "max": [-0.11661190539598465, 0.2798784077167511, 1.2254407405853271, 3.2277286052703857, 0.14888881146907806, 0.5288937091827393, 0.03991136699914932, -0.004140325356274843], "mean": [-0.3280363082885742, -0.005504936911165714, 1.1119530200958252, 3.0427780151367188, -0.16147923469543457, 0.10169951617717743, 0.02055608294904232, -0.020639026537537575], "std": [0.09951965510845184, 0.1817459911108017, 0.06670626252889633, 0.07441139966249466, 0.11763084679841995, 0.1949073225259781, 0.014810597524046898, 0.014762853272259235], "count": [448]}, "actions": {"min": [-1.867222785949707, -2.093865394592285, -0.9415938258171082, -0.4438435733318329, -0.18899975717067719, -0.4594341218471527, -1.0], "max": [0.8369079828262329, 1.775704264640808, 1.2692216634750366, 0.37880653142929077, 0.21738140285015106, 0.4795602262020111, 1.0], "mean": [0.01552010141313076, -0.02560565434396267, 0.002959180623292923, -0.0012532459804788232, -0.002324579516425729, -0.0008949842886067927, 0.21875], "std": [0.30423974990844727, 0.4839893579483032, 0.2960626780986786, 0.07962915301322937, 0.056621186435222626, 0.07838870584964752, 0.9757809638977051], "count": [448]}, "timestamp": {"min": [0.0], "max": [44.7], "mean": [22.35], "std": [12.932613811600499], "count": [448]}, "frame_index": {"min": [0], "max": [447], "mean": [223.5], "std": [129.32613811600498], "count": [448]}, "episode_index": {"min": [2370.0], "max": [2370.0], "mean": [2370.0], "std": [0.0], "count": [448]}, "index": {"min": [833916.0], "max": [834363.0], "mean": [834139.5], "std": [129.32613811600498], "count": [448]}, "task_index": {"min": [398.0], "max": [398.0], "mean": [398.0], "std": [0.0], "count": [448]}}} +{"episode_index": 2371, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3690432991619712]], [[0.308670815600357]], [[0.23798053816253065]]], "std": [[[0.13915173455955265]], [[0.13410254463959162]], [[0.1490846458705451]]], "count": [115]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.3811966985652107]], [[0.29664144348508764]], [[0.19964171790914054]]], "std": [[[0.19345967688695523]], [[0.1415967872776822]], [[0.09910759113889915]]], "count": [115]}, "state": {"min": [-0.5328449010848999, -0.31684762239456177, 0.9744589328765869, 2.859575033187866, -0.30162906646728516, -0.3168182671070099, 0.0060861678794026375, -0.03994866460561752], "max": [-0.1000194400548935, 0.24787846207618713, 1.2750091552734375, 3.2920708656311035, 0.12267595529556274, 0.11161768436431885, 0.04000900685787201, -0.00654161861166358], "mean": [-0.31042173504829407, 0.0015930074732750654, 1.1479380130767822, 3.1357080936431885, -0.14205996692180634, -0.07816281914710999, 0.023635484278202057, -0.023574864491820335], "std": [0.12226416170597076, 0.1759965717792511, 0.07911866158246994, 0.09242068231105804, 0.09473133832216263, 0.111996129155159, 0.014962982386350632, 0.014904788695275784], "count": [564]}, "actions": {"min": [-0.6951311230659485, -2.323276996612549, -0.9062822461128235, -0.29194170236587524, -0.27879929542541504, -0.21648164093494415, -1.0], "max": [1.1985565423965454, 2.074212074279785, 0.9907844066619873, 0.2773432731628418, 0.18608687818050385, 0.2618262469768524, 1.0], "mean": [0.016868622973561287, -0.023132899776101112, -0.004515376873314381, -0.002559160813689232, -0.002131751272827387, -0.0024410767946392298, 0.05319149047136307], "std": [0.22184666991233826, 0.4254454970359802, 0.2822931110858917, 0.05863550677895546, 0.05069141834974289, 0.05599519610404968, 0.9985858201980591], "count": [564]}, "timestamp": {"min": [0.0], "max": [56.3], "mean": [28.150000000000002], "std": [16.28125199936008], "count": [564]}, "frame_index": {"min": [0], "max": [563], "mean": [281.5], "std": [162.81251999360083], "count": [564]}, "episode_index": {"min": [2371.0], "max": [2371.0], "mean": [2371.0], "std": [0.0], "count": [564]}, "index": {"min": [834364.0], "max": [834927.0], "mean": [834645.5], "std": [162.81251999360083], "count": [564]}, "task_index": {"min": [398.0], "max": [398.0], "mean": [398.0], "std": [0.0], "count": [564]}}} +{"episode_index": 2372, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3683056853031465]], [[0.30530902866016285]], [[0.2363465544310905]]], "std": [[[0.1376746119524791]], [[0.13551746561727412]], [[0.1514186426440443]]], "count": [151]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3724909533867355]], [[0.28807647392016356]], [[0.19320576113859503]]], "std": [[[0.19905055569649385]], [[0.14481031200036637]], [[0.09572404142472853]]], "count": [151]}, "state": {"min": [-0.5723944306373596, -0.24168337881565094, 0.9928876161575317, 2.91270112991333, -0.2133277803659439, -0.1966184675693512, 0.003812010632827878, -0.040025949478149414], "max": [0.0138669703155756, 0.15123824775218964, 1.2272650003433228, 3.1671624183654785, 0.25860410928726196, 0.5826666355133057, 0.03991981968283653, -0.005416177678853273], "mean": [-0.265933632850647, -0.07312003523111343, 1.1473199129104614, 3.047499179840088, -0.0345497764647007, 0.18694081902503967, 0.023241544142365456, -0.0235988087952137], "std": [0.17375385761260986, 0.115556500852108, 0.06142164766788483, 0.051379621028900146, 0.09759238362312317, 0.18464875221252441, 0.014822902157902718, 0.014649996533989906], "count": [806]}, "actions": {"min": [-1.2875596284866333, -0.9533078670501709, -0.7445036768913269, -0.23368819057941437, -0.20880918204784393, -0.23006422817707062, -1.0], "max": [0.776263952255249, 0.724830687046051, 1.0595589876174927, 0.5648218393325806, 0.15557295083999634, 0.28325265645980835, 1.0], "mean": [-0.02540125884115696, -0.023628950119018555, -0.00578070105984807, 0.0006438785349018872, -0.0004775685374625027, -0.0027546631172299385, 0.1191067025065422], "std": [0.26029881834983826, 0.19707563519477844, 0.19903205335140228, 0.055468492209911346, 0.043918926268815994, 0.05510878562927246, 0.9928849935531616], "count": [806]}, "timestamp": {"min": [0.0], "max": [80.5], "mean": [40.25], "std": [23.267197940448263], "count": [806]}, "frame_index": {"min": [0], "max": [805], "mean": [402.5], "std": [232.67197940448264], "count": [806]}, "episode_index": {"min": [2372.0], "max": [2372.0], "mean": [2372.0], "std": [0.0], "count": [806]}, "index": {"min": [834928.0], "max": [835733.0], "mean": [835330.5], "std": [232.67197940448264], "count": [806]}, "task_index": {"min": [399.0], "max": [399.0], "mean": [399.0], "std": [0.0], "count": [806]}}} +{"episode_index": 2373, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3706591501957228]], [[0.30728036967757477]], [[0.23632969931950645]]], "std": [[[0.1347728276637705]], [[0.13247616401466233]], [[0.1500480229992326]]], "count": [168]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3689625117625175]], [[0.2848409604625542]], [[0.19084932307680558]]], "std": [[[0.2031479043633723]], [[0.14886603331888282]], [[0.09731387968933632]]], "count": [168]}, "state": {"min": [-0.5221696496009827, -0.2897692918777466, 0.9910961985588074, 2.9505770206451416, -0.39320701360702515, -0.2819867432117462, 0.002548924647271633, -0.04000486433506012], "max": [0.00916112307459116, 0.1540946215391159, 1.2457902431488037, 3.344264268875122, 0.19664444029331207, 0.611680805683136, 0.04000888392329216, -0.003435167483985424], "mean": [-0.28176382184028625, -0.07928808778524399, 1.1565414667129517, 3.125728130340576, -0.093597412109375, 0.16759784519672394, 0.021631276234984398, -0.021725868806242943], "std": [0.16648221015930176, 0.13826467096805573, 0.06366551667451859, 0.06962292641401291, 0.12281182408332825, 0.2447080910205841, 0.014974678866565228, 0.014846754260361195], "count": [934]}, "actions": {"min": [-1.1451088190078735, -1.0657293796539307, -0.5487849712371826, -0.30939820408821106, -0.21788300573825836, -0.4497429132461548, -1.0], "max": [1.0351141691207886, 0.786087691783905, 1.335351824760437, 0.23931439220905304, 0.1875438541173935, 0.30049630999565125, 1.0], "mean": [-0.015916716307401657, -0.027080047875642776, -0.006280025467276573, -0.0005615591653622687, 0.00012248731218278408, -0.0016124125104397535, 0.21199142932891846], "std": [0.23488521575927734, 0.1922689825296402, 0.20684602856636047, 0.04755006730556488, 0.04592021554708481, 0.06417443603277206, 0.9772762060165405], "count": [934]}, "timestamp": {"min": [0.0], "max": [93.3], "mean": [46.65], "std": [26.9622421174501], "count": [934]}, "frame_index": {"min": [0], "max": [933], "mean": [466.5], "std": [269.62242117450097], "count": [934]}, "episode_index": {"min": [2373.0], "max": [2373.0], "mean": [2373.0], "std": [0.0], "count": [934]}, "index": {"min": [835734.0], "max": [836667.0], "mean": [836200.5], "std": [269.62242117450097], "count": [934]}, "task_index": {"min": [399.0], "max": [399.0], "mean": [399.0], "std": [0.0], "count": [934]}}} +{"episode_index": 2374, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37141980788286993]], [[0.30809786142087453]], [[0.23806786929859833]]], "std": [[[0.13487638528518092]], [[0.13391414654426445]], [[0.15178567440175358]]], "count": [160]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3681978375303979]], [[0.28470096176745846]], [[0.19088490205652572]]], "std": [[[0.20293456048809613]], [[0.1476893277089529]], [[0.09556776594607043]]], "count": [160]}, "state": {"min": [-0.5386269688606262, -0.2190123349428177, 0.9895557761192322, 2.9620752334594727, -0.20987506210803986, -0.34676453471183777, 0.006971156224608421, -0.04000500589609146], "max": [0.01769399456679821, 0.1676184982061386, 1.2612898349761963, 3.2214765548706055, 0.2185095101594925, 0.41783085465431213, 0.04000408947467804, -0.005392640363425016], "mean": [-0.26652929186820984, -0.08093930035829544, 1.1545783281326294, 3.088751792907715, -0.06744518876075745, 0.06637813150882721, 0.02333110198378563, -0.023153431713581085], "std": [0.17467837035655975, 0.11087999492883682, 0.06819774955511093, 0.050661634653806686, 0.09852162003517151, 0.20325374603271484, 0.013826938346028328, 0.014069256372749805], "count": [872]}, "actions": {"min": [-1.5244632959365845, -0.8773812651634216, -0.8378170728683472, -0.21906498074531555, -0.24238905310630798, -0.2226773053407669, -1.0], "max": [0.6756801009178162, 1.6764460802078247, 2.3078513145446777, 0.2954168915748596, 0.1891489177942276, 0.5000192523002625, 1.0], "mean": [-0.017968205735087395, -0.021449217572808266, -0.004225264303386211, -0.000650663860142231, -1.574435555085074e-05, -0.0028885984793305397, 0.17201834917068481], "std": [0.23379665613174438, 0.1880892813205719, 0.21845068037509918, 0.03848681598901749, 0.03866445645689964, 0.050171468406915665, 0.9850940704345703], "count": [872]}, "timestamp": {"min": [0.0], "max": [87.1], "mean": [43.55], "std": [25.172455184188927], "count": [872]}, "frame_index": {"min": [0], "max": [871], "mean": [435.5], "std": [251.72455184188928], "count": [872]}, "episode_index": {"min": [2374.0], "max": [2374.0], "mean": [2374.0], "std": [0.0], "count": [872]}, "index": {"min": [836668.0], "max": [837539.0], "mean": [837103.5], "std": [251.72455184188928], "count": [872]}, "task_index": {"min": [399.0], "max": [399.0], "mean": [399.0], "std": [0.0], "count": [872]}}} +{"episode_index": 2375, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36913676666027334]], [[0.3056721362316556]], [[0.23455592606562575]]], "std": [[[0.13051603907105716]], [[0.12668781656960054]], [[0.14393252158345812]]], "count": [121]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3822096673040988]], [[0.29414590462508605]], [[0.19547526734011655]]], "std": [[[0.19571514845151883]], [[0.14300321525864856]], [[0.09701786232064431]]], "count": [121]}, "state": {"min": [-0.5635788440704346, -0.23090003430843353, 0.9901099801063538, 3.0124776363372803, -0.16350430250167847, -0.14565084874629974, 0.0008043361594900489, -0.040007442235946655], "max": [-0.11552536487579346, 0.2676367163658142, 1.2642617225646973, 3.3015902042388916, 0.1833885908126831, 0.7515647411346436, 0.03997572883963585, -0.006389991845935583], "mean": [-0.2770531177520752, -0.01425690483301878, 1.1381728649139404, 3.1097817420959473, -0.019446387887001038, 0.14117920398712158, 0.02242756448686123, -0.022852474823594093], "std": [0.14552079141139984, 0.1729140430688858, 0.06536602973937988, 0.05560537427663803, 0.08065375685691833, 0.21477527916431427, 0.014703275635838509, 0.014344635419547558], "count": [600]}, "actions": {"min": [-0.8556110858917236, -1.3564121723175049, -1.0418438911437988, -0.19676543772220612, -0.19915848970413208, -0.3889693319797516, -1.0], "max": [0.5777872204780579, 1.4698816537857056, 1.3214836120605469, 0.16062335669994354, 0.21217742562294006, 0.2815113961696625, 1.0], "mean": [-0.019563771784305573, -0.037689801305532455, -0.004433308728039265, -0.001929183374159038, -0.002251846482977271, -0.0023238074500113726, 0.1899999976158142], "std": [0.21907277405261993, 0.33142903447151184, 0.26641860604286194, 0.049091704189777374, 0.04804676026105881, 0.06411726027727127, 0.981786847114563], "count": [600]}, "timestamp": {"min": [0.0], "max": [59.9], "mean": [29.95], "std": [17.320484019410852], "count": [600]}, "frame_index": {"min": [0], "max": [599], "mean": [299.5], "std": [173.2048401941085], "count": [600]}, "episode_index": {"min": [2375.0], "max": [2375.0], "mean": [2375.0], "std": [0.0], "count": [600]}, "index": {"min": [837540.0], "max": [838139.0], "mean": [837839.5], "std": [173.2048401941085], "count": [600]}, "task_index": {"min": [400.0], "max": [400.0], "mean": [400.0], "std": [0.0], "count": [600]}}} +{"episode_index": 2376, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3688074250802563]], [[0.3054431787151001]], [[0.2360804596337516]]], "std": [[[0.13149062693929786]], [[0.12968036256710763]], [[0.14640655248191303]]], "count": [115]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.38686875755524697]], [[0.2989252255334879]], [[0.1997790922797448]]], "std": [[[0.19675358338625315]], [[0.14380462892821436]], [[0.09849045922228368]]], "count": [115]}, "state": {"min": [-0.5224175453186035, -0.25186407566070557, 0.9982719421386719, 2.8331799507141113, -0.14600592851638794, -0.05883782356977463, 0.0009470316581428051, -0.040004316717386246], "max": [-0.11955585330724716, 0.26932984590530396, 1.2344255447387695, 3.271801471710205, 0.07390488684177399, 0.5659297704696655, 0.040005046874284744, -0.003383876057341695], "mean": [-0.27366209030151367, 0.010930786840617657, 1.1316235065460205, 3.0912041664123535, -0.048315804451704025, 0.1468716412782669, 0.02204199880361557, -0.022340089082717896], "std": [0.13465982675552368, 0.16703404486179352, 0.063894122838974, 0.10052864253520966, 0.059059105813503265, 0.1747775673866272, 0.014701176434755325, 0.014494823291897774], "count": [560]}, "actions": {"min": [-0.7971743941307068, -1.1732745170593262, -0.7149748802185059, -0.16608092188835144, -0.1298859864473343, -0.15367166697978973, -1.0], "max": [0.5246759057044983, 0.9300772547721863, 1.5505850315093994, 0.1704854965209961, 0.10106582939624786, 0.3222755491733551, 1.0], "mean": [-0.030719706788659096, -0.04664155840873718, -0.00536618335172534, -0.0002780542417895049, 0.0010848324745893478, -0.001741571119055152, 0.18928571045398712], "std": [0.18259188532829285, 0.28410354256629944, 0.2359306514263153, 0.04094003513455391, 0.0357653945684433, 0.04922783002257347, 0.9819222688674927], "count": [560]}, "timestamp": {"min": [0.0], "max": [55.9], "mean": [27.95], "std": [16.165781762723388], "count": [560]}, "frame_index": {"min": [0], "max": [559], "mean": [279.5], "std": [161.65781762723384], "count": [560]}, "episode_index": {"min": [2376.0], "max": [2376.0], "mean": [2376.0], "std": [0.0], "count": [560]}, "index": {"min": [838140.0], "max": [838699.0], "mean": [838419.5], "std": [161.65781762723384], "count": [560]}, "task_index": {"min": [400.0], "max": [400.0], "mean": [400.0], "std": [0.0], "count": [560]}}} +{"episode_index": 2377, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3701266809711442]], [[0.3073320682168266]], [[0.2372506778138049]]], "std": [[[0.13411084466096876]], [[0.13180973989114256]], [[0.14919061247621043]]], "count": [135]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3902635965229552]], [[0.3043821712984239]], [[0.2065854185460353]]], "std": [[[0.1957107225128201]], [[0.14436426496882124]], [[0.10371574138283286]]], "count": [135]}, "state": {"min": [-0.5329123735427856, -0.2544832229614258, 0.9890053272247314, 2.9779019355773926, -0.3318099081516266, -0.09205519407987595, 0.00513131357729435, -0.040002625435590744], "max": [-0.12236056476831436, 0.26274430751800537, 1.239345908164978, 3.3429131507873535, -0.01248965784907341, 0.785441517829895, 0.04000566154718399, -0.003133374033495784], "mean": [-0.28130578994750977, -0.011517371982336044, 1.1344157457351685, 3.1170942783355713, -0.14830872416496277, 0.15867061913013458, 0.021577579900622368, -0.021624306216835976], "std": [0.13831360638141632, 0.17494329810142517, 0.0690002515912056, 0.08940748125314713, 0.07739061117172241, 0.2492748349905014, 0.014716536737978458, 0.014697009697556496], "count": [699]}, "actions": {"min": [-0.8816606998443604, -1.275651216506958, -0.7064648866653442, -0.1468670666217804, -0.251521497964859, -0.3086917996406555, -1.0], "max": [0.45658761262893677, 0.7743282318115234, 1.2947502136230469, 0.18780408799648285, 0.17835842072963715, 0.19808997213840485, 1.0], "mean": [-0.018976155668497086, -0.03281564265489578, -0.002903615590184927, -0.00023230326769407839, -0.0017104479484260082, -0.0012521136086434126, 0.21030043065547943], "std": [0.17476657032966614, 0.2764509320259094, 0.21829351782798767, 0.044532619416713715, 0.046311791986227036, 0.05944855511188507, 0.977631151676178], "count": [699]}, "timestamp": {"min": [0.0], "max": [69.8], "mean": [34.9], "std": [20.1783712590156], "count": [699]}, "frame_index": {"min": [0], "max": [698], "mean": [349.0], "std": [201.78371259015597], "count": [699]}, "episode_index": {"min": [2377.0], "max": [2377.0], "mean": [2377.0], "std": [0.0], "count": [699]}, "index": {"min": [838700.0], "max": [839398.0], "mean": [839049.0], "std": [201.78371259015597], "count": [699]}, "task_index": {"min": [400.0], "max": [400.0], "mean": [400.0], "std": [0.0], "count": [699]}}} +{"episode_index": 2378, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3589023682837393]], [[0.3014288497625613]], [[0.23198308967141545]]], "std": [[[0.13712685050753787]], [[0.12707126813763442]], [[0.13909233730290269]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.3618142993403416]], [[0.27679164632161457]], [[0.18118760172526044]]], "std": [[[0.17646915908523772]], [[0.12024418790102824]], [[0.06818097425554641]]], "count": [100]}, "state": {"min": [-0.32666143774986267, -0.26700910925865173, 0.9743927121162415, 3.04244327545166, -0.00804785918444395, -0.11125049740076065, 0.011900109238922596, -0.03981638699769974], "max": [-0.272785484790802, 0.20841142535209656, 1.2972332239151, 3.3642449378967285, 0.15240852534770966, 0.054154589772224426, 0.04001174867153168, -0.01221419032663107], "mean": [-0.30228105187416077, -0.019070127978920937, 1.142052173614502, 3.2126400470733643, 0.07903798669576645, -0.036066342145204544, 0.023857679218053818, -0.02366657927632332], "std": [0.015425184741616249, 0.17444881796836853, 0.10077717900276184, 0.09312354028224945, 0.04673416540026665, 0.03965270146727562, 0.013071144931018353, 0.013063700869679451], "count": [218]}, "actions": {"min": [-0.24259290099143982, -1.5361039638519287, -0.7111741900444031, -0.21129271388053894, -0.1510450392961502, -0.08506623655557632, -1.0], "max": [0.328910231590271, 0.5724072456359863, 0.9966369271278381, 0.1789538711309433, 0.1715278923511505, 0.15814341604709625, 1.0], "mean": [0.00785995926707983, -0.10210719704627991, 0.015657197684049606, -0.00733630545437336, 0.0031480747275054455, 0.0018715622136369348, 0.1376146823167801], "std": [0.0882311537861824, 0.35482048988342285, 0.30356937646865845, 0.05095498263835907, 0.04539528861641884, 0.04261636361479759, 0.9904868006706238], "count": [218]}, "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": [2378.0], "max": [2378.0], "mean": [2378.0], "std": [0.0], "count": [218]}, "index": {"min": [839399.0], "max": [839616.0], "mean": [839507.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [354.0], "max": [354.0], "mean": [354.0], "std": [0.0], "count": [218]}}} +{"episode_index": 2379, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35725315108953737]], [[0.30064337158203125]], [[0.23274821801279108]]], "std": [[[0.13984003545529577]], [[0.1299673398767078]], [[0.14121600228841066]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.36683196183746936]], [[0.2819226876053156]], [[0.18672708010206035]]], "std": [[[0.17263810476074662]], [[0.11742390612801884]], [[0.06949280697232137]]], "count": [100]}, "state": {"min": [-0.37758129835128784, -0.28456592559814453, 0.9800406098365784, 2.9985146522521973, -0.11789792031049728, -0.23434679210186005, 0.012767583131790161, -0.04000271111726761], "max": [-0.2980155348777771, 0.20960405468940735, 1.2712198495864868, 3.3319849967956543, 0.10172998905181885, 0.1019049882888794, 0.03992493450641632, -0.012600547634065151], "mean": [-0.33876898884773254, 0.01848776452243328, 1.1487855911254883, 3.1488969326019287, -0.017843937501311302, -0.06872779875993729, 0.025655513629317284, -0.025635307654738426], "std": [0.022736845538020134, 0.18200813233852386, 0.08352979272603989, 0.0903511568903923, 0.05965705215930939, 0.11000294983386993, 0.012763716280460358, 0.012915574014186859], "count": [211]}, "actions": {"min": [-0.33098816871643066, -1.1840215921401978, -0.6865228414535522, -0.21087762713432312, -0.13820432126522064, -0.17423245310783386, -1.0], "max": [0.33956900238990784, 0.8998641967773438, 0.8528466820716858, 0.14852553606033325, 0.19116641581058502, 0.21686102449893951, 1.0], "mean": [0.014694323763251305, -0.1053127571940422, 0.012924685142934322, 0.0024537125136703253, 0.002540161833167076, -0.0019911453127861023, 0.033175356686115265], "std": [0.10839137434959412, 0.3536858856678009, 0.295641154050827, 0.05770247057080269, 0.049102719873189926, 0.05690927803516388, 0.9994502067565918], "count": [211]}, "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": [2379.0], "max": [2379.0], "mean": [2379.0], "std": [0.0], "count": [211]}, "index": {"min": [839617.0], "max": [839827.0], "mean": [839722.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [354.0], "max": [354.0], "mean": [354.0], "std": [0.0], "count": [211]}}} +{"episode_index": 2380, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3561536877202053]], [[0.3000971009497549]], [[0.23241650570140165]]], "std": [[[0.1400844517243609]], [[0.12992103763232626]], [[0.14119052886505498]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9568627450980393]]], "mean": [[[0.34872956997740506]], [[0.2686995951334636]], [[0.17928728889016543]]], "std": [[[0.1761180543847446]], [[0.11990359912172471]], [[0.06862581110118215]]], "count": [100]}, "state": {"min": [-0.35656020045280457, -0.25991883873939514, 0.9772714972496033, 2.973766326904297, -0.04115675762295723, -0.25401541590690613, 0.012213063426315784, -0.039842162281274796], "max": [-0.30049699544906616, 0.18729324638843536, 1.273874282836914, 3.2347352504730225, 0.09341037273406982, 0.04062779247760773, 0.04000663012266159, -0.0116106066852808], "mean": [-0.3225073218345642, -0.015274014323949814, 1.1399822235107422, 3.1567039489746094, 0.025069335475564003, -0.09021524339914322, 0.023939160630106926, -0.02397361770272255], "std": [0.013750451616942883, 0.16495513916015625, 0.09397188574075699, 0.07051578909158707, 0.04527827724814415, 0.10030124336481094, 0.012885767966508865, 0.012745875865221024], "count": [187]}, "actions": {"min": [-0.41853347420692444, -1.337432861328125, -0.8390032052993774, -0.17519479990005493, -0.2166442573070526, -0.24296186864376068, -1.0], "max": [0.273991197347641, 0.8581481575965881, 1.3131344318389893, 0.16545769572257996, 0.137347012758255, 0.17677956819534302, 1.0], "mean": [0.004218374844640493, -0.11692363023757935, 0.036982566118240356, -0.011137597262859344, 0.0005157767445780337, 0.004267618525773287, 0.13368983566761017], "std": [0.08766461908817291, 0.33178773522377014, 0.33355000615119934, 0.054931726306676865, 0.0610455684363842, 0.06387930363416672, 0.9910228848457336], "count": [187]}, "timestamp": {"min": [0.0], "max": [18.6], "mean": [9.299999999999999], "std": [5.3981478305063115], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [2380.0], "max": [2380.0], "mean": [2380.0], "std": [0.0], "count": [187]}, "index": {"min": [839828.0], "max": [840014.0], "mean": [839921.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [354.0], "max": [354.0], "mean": [354.0], "std": [0.0], "count": [187]}}} +{"episode_index": 2381, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3576979064941406]], [[0.3003660882688036]], [[0.23144636086856618]]], "std": [[[0.13754792049808162]], [[0.12725695051384897]], [[0.13858816299450977]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3586482585832184]], [[0.27408249320235906]], [[0.17959608190199908]]], "std": [[[0.16937925764319542]], [[0.1128333770696727]], [[0.06126638782821866]]], "count": [100]}, "state": {"min": [-0.3864726424217224, -0.27611252665519714, 0.9732400178909302, 3.081416606903076, -0.08118905127048492, -0.3855733573436737, 0.009927735663950443, -0.03988030180335045], "max": [-0.3050910532474518, 0.19435854256153107, 1.27109956741333, 3.3845603466033936, 0.09262266010046005, 0.032332878559827805, 0.040005411952733994, -0.012076984159648418], "mean": [-0.36579686403274536, 0.012894582003355026, 1.1399390697479248, 3.2182929515838623, 0.012752115726470947, -0.1589268445968628, 0.024466343224048615, -0.024392325431108475], "std": [0.017981797456741333, 0.18111857771873474, 0.09426137804985046, 0.08096306771039963, 0.04646281898021698, 0.1483948975801468, 0.012974459677934647, 0.012982740998268127], "count": [205]}, "actions": {"min": [-0.9877613186836243, -1.1304206848144531, -0.6982393860816956, -0.1704452484846115, -0.1695118099451065, -0.2442307472229004, -1.0], "max": [0.31654471158981323, 1.3257380723953247, 1.3402551412582397, 0.18879806995391846, 0.14717894792556763, 0.23299841582775116, 1.0], "mean": [-0.010492806322872639, -0.10162512958049774, 0.04289019852876663, 0.00040362385334447026, -0.0009705066913738847, -0.002946177264675498, 0.1024390235543251], "std": [0.13809575140476227, 0.35349565744400024, 0.33932164311408997, 0.05801980197429657, 0.04939069226384163, 0.07001099735498428, 0.9947400093078613], "count": [205]}, "timestamp": {"min": [0.0], "max": [20.4], "mean": [10.2], "std": [5.917769850205397], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [2381.0], "max": [2381.0], "mean": [2381.0], "std": [0.0], "count": [205]}, "index": {"min": [840015.0], "max": [840219.0], "mean": [840117.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [354.0], "max": [354.0], "mean": [354.0], "std": [0.0], "count": [205]}}} +{"episode_index": 2382, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3607467447916667]], [[0.3038769022623698]], [[0.23520861277860752]]], "std": [[[0.14066706048415634]], [[0.1319416496666221]], [[0.14448958410929472]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.35379464602002914]], [[0.27609113506242344]], [[0.18816547468596814]]], "std": [[[0.17154641594926012]], [[0.11947171765686855]], [[0.07816289508047398]]], "count": [100]}, "state": {"min": [-0.3466426134109497, -0.280241459608078, 0.9759781360626221, 2.33642315864563, -0.3818437159061432, -0.4534199833869934, 0.011352910660207272, -0.03990782052278519], "max": [-0.27665743231773376, 0.18654492497444153, 1.2946486473083496, 3.226763963699341, 0.08112441003322601, 0.5493466854095459, 0.04067322611808777, -0.011352801695466042], "mean": [-0.3156879246234894, -0.0010039833141490817, 1.1377034187316895, 2.941645383834839, -0.10825097560882568, -0.07011871039867401, 0.026459865272045135, -0.025829695165157318], "std": [0.01898924633860588, 0.15950371325016022, 0.0932239219546318, 0.31072789430618286, 0.1681443303823471, 0.3400454521179199, 0.013295799493789673, 0.012891524471342564], "count": [215]}, "actions": {"min": [-0.3477553129196167, -0.8883153796195984, -0.6294751763343811, -0.266727477312088, -0.15875571966171265, -0.19185416400432587, -1.0], "max": [0.4155215919017792, 0.9662718176841736, 0.8261361718177795, 0.4195190966129303, 0.4081142544746399, 0.2396351546049118, 1.0], "mean": [0.0005963622825220227, -0.049578938633203506, -0.0003594437730498612, -0.020148368552327156, -0.005936524830758572, 0.008562897332012653, -0.0325581394135952], "std": [0.11580111086368561, 0.3476376533508301, 0.31085556745529175, 0.08696894347667694, 0.07423925399780273, 0.07134396582841873, 0.999470055103302], "count": [215]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.20644825967316], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [2382.0], "max": [2382.0], "mean": [2382.0], "std": [0.0], "count": [215]}, "index": {"min": [840220.0], "max": [840434.0], "mean": [840327.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [215]}}} +{"episode_index": 2383, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36122842287549783]], [[0.30419627589805454]], [[0.23544833194508272]]], "std": [[[0.1384948350275067]], [[0.12976338104917884]], [[0.1426349986233336]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.36508967739928005]], [[0.28213516175513176]], [[0.1879047211291743]]], "std": [[[0.1622232143639661]], [[0.10927499299116102]], [[0.06770530915737794]]], "count": [100]}, "state": {"min": [-0.374672532081604, -0.22978147864341736, 0.9765671491622925, 2.358912706375122, -0.23642723262310028, -0.2767883837223053, 0.011711127124726772, -0.0397815927863121], "max": [-0.24612712860107422, 0.22075460851192474, 1.2713819742202759, 3.295501470565796, 0.14354267716407776, 0.5827663540840149, 0.040354304015636444, -0.006554742809385061], "mean": [-0.3274523615837097, 0.024683745577931404, 1.1198711395263672, 2.953024387359619, -0.014825571328401566, 0.0671037808060646, 0.02603101171553135, -0.024956194683909416], "std": [0.03749487176537514, 0.15896502137184143, 0.08820105344057083, 0.3572137951850891, 0.1251886636018753, 0.3139955699443817, 0.012784258462488651, 0.012433377094566822], "count": [168]}, "actions": {"min": [-0.24084560573101044, -1.5789724588394165, -0.8440539240837097, -0.3678354322910309, -0.23119290173053741, -0.25241610407829285, -1.0], "max": [0.45283472537994385, 1.1174354553222656, 1.278198003768921, 0.31057384610176086, 0.4067554771900177, 0.3067070543766022, 1.0], "mean": [0.03372765704989433, -0.09363343566656113, -0.015682175755500793, -0.03168771043419838, -0.003637915477156639, 0.01397677417844534, 0.0476190485060215], "std": [0.1168709397315979, 0.45282408595085144, 0.4063625633716583, 0.08538004755973816, 0.08185172826051712, 0.08109674602746964, 0.9988652467727661], "count": [168]}, "timestamp": {"min": [0.0], "max": [16.7], "mean": [8.35], "std": [4.8496563452132015], "count": [168]}, "frame_index": {"min": [0], "max": [167], "mean": [83.5], "std": [48.496563452132015], "count": [168]}, "episode_index": {"min": [2383.0], "max": [2383.0], "mean": [2383.0], "std": [0.0], "count": [168]}, "index": {"min": [840435.0], "max": [840602.0], "mean": [840518.5], "std": [48.496563452132015], "count": [168]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [168]}}} +{"episode_index": 2384, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36140416283700977]], [[0.3034901308545879]], [[0.23394982431449143]]], "std": [[[0.13812888784457797]], [[0.1294781364326603]], [[0.1421271878442133]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3472834951363358]], [[0.27652570417815564]], [[0.19650322409237134]]], "std": [[[0.1630033744401335]], [[0.1142216101877274]], [[0.08340094752889943]]], "count": [100]}, "state": {"min": [-0.4563008248806, -0.21958568692207336, 0.975128710269928, 2.1247875690460205, -0.4211777448654175, -0.08849740028381348, 0.011068655177950859, -0.040004272013902664], "max": [-0.31046628952026367, 0.2023225575685501, 1.3169018030166626, 3.1120407581329346, 0.005034772213548422, 0.6221266388893127, 0.03991376608610153, -0.004336313810199499], "mean": [-0.38985928893089294, 0.029385430738329887, 1.1503745317459106, 2.752155303955078, -0.17644111812114716, 0.17092759907245636, 0.024955151602625847, -0.024351514875888824], "std": [0.03983626887202263, 0.14991404116153717, 0.10168260335922241, 0.384272038936615, 0.1289198100566864, 0.26086968183517456, 0.013340204022824764, 0.013269482180476189], "count": [214]}, "actions": {"min": [-0.4873872399330139, -0.9537938833236694, -1.0921499729156494, -0.29270604252815247, -0.16102811694145203, -0.16052240133285522, -1.0], "max": [0.3741283118724823, 0.9636008739471436, 0.9614984393119812, 0.2692200243473053, 0.5014193654060364, 0.2402167022228241, 1.0], "mean": [-0.010542127303779125, -0.05037907883524895, 0.009247485548257828, -0.022477896884083748, -0.004094904754310846, 0.003820084035396576, 0.07476635277271271], "std": [0.141311377286911, 0.31628361344337463, 0.3647921085357666, 0.08703139424324036, 0.07446158677339554, 0.04698159545660019, 0.9972017407417297], "count": [214]}, "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": [2384.0], "max": [2384.0], "mean": [2384.0], "std": [0.0], "count": [214]}, "index": {"min": [840603.0], "max": [840816.0], "mean": [840709.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [214]}}} +{"episode_index": 2385, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3609966777726716]], [[0.3038361385569853]], [[0.23503404684627757]]], "std": [[[0.13841584579789695]], [[0.1296138809511552]], [[0.14234346223525396]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.36132153858857996]], [[0.2787457000134038]], [[0.1849899399701287]]], "std": [[[0.17121649644871131]], [[0.11709419566122883]], [[0.07187716587946445]]], "count": [100]}, "state": {"min": [-0.35757073760032654, -0.2599741518497467, 0.9757621884346008, 2.418060541152954, -0.2872392535209656, -0.26527780294418335, 0.012624690309166908, -0.03983677923679352], "max": [-0.2579089403152466, 0.1898224949836731, 1.3120856285095215, 3.2906272411346436, 0.17887048423290253, 0.45149126648902893, 0.040009304881095886, -0.01217717956751585], "mean": [-0.32196158170700073, 0.02659287303686142, 1.1239203214645386, 3.030689001083374, -0.016051732003688812, -0.018853381276130676, 0.02726452797651291, -0.027231426909565926], "std": [0.025922590866684914, 0.15884603559970856, 0.09600735455751419, 0.3049865663051605, 0.14545701444149017, 0.2598084807395935, 0.012224423699080944, 0.012096618302166462], "count": [220]}, "actions": {"min": [-0.3013177216053009, -0.9405709505081177, -0.9703789353370667, -0.17775796353816986, -0.16005311906337738, -0.16702793538570404, -1.0], "max": [0.44832584261894226, 0.743427574634552, 1.4373515844345093, 0.23869706690311432, 0.48567137122154236, 0.14698728919029236, 1.0], "mean": [0.02620452083647251, -0.04687589406967163, 0.0059537929482758045, -0.017997359856963158, -0.0025476799346506596, 0.0069546177983284, -0.027272727340459824], "std": [0.1181921511888504, 0.3609585165977478, 0.3237948417663574, 0.07681851089000702, 0.07292831689119339, 0.05393048748373985, 0.999626874923706], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [2385.0], "max": [2385.0], "mean": [2385.0], "std": [0.0], "count": [220]}, "index": {"min": [840817.0], "max": [841036.0], "mean": [840926.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [220]}}} +{"episode_index": 2386, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3665449146943934]], [[0.3095499046176088]], [[0.24001071166992188]]], "std": [[[0.14130042542187574]], [[0.13434826242307152]], [[0.15012661291599366]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3773273411171109]], [[0.2956216687969133]], [[0.1990617119284237]]], "std": [[[0.18247170511467958]], [[0.13146673367540554]], [[0.09201940871592175]]], "count": [100]}, "state": {"min": [-0.4495995044708252, -0.2611209452152252, 0.9619101285934448, 2.235252618789673, -0.3784765601158142, -0.25818371772766113, 0.005220931023359299, -0.04001801088452339], "max": [-0.04590462148189545, 0.039811208844184875, 1.3194879293441772, 3.2795250415802, 0.16588301956653595, 0.5130540728569031, 0.040007270872592926, -0.005426722578704357], "mean": [-0.25328153371810913, -0.12283091992139816, 1.1627501249313354, 2.976604461669922, -0.11502190679311752, 0.11635193228721619, 0.024714374914765358, -0.02511184848845005], "std": [0.11264561861753464, 0.09045181423425674, 0.09738615155220032, 0.28707972168922424, 0.13413399457931519, 0.19825612008571625, 0.014245430007576942, 0.014161810278892517], "count": [389]}, "actions": {"min": [-0.9476498365402222, -1.0435587167739868, -1.270451545715332, -0.275825560092926, -0.2969871163368225, -0.253085732460022, -1.0], "max": [1.0681016445159912, 1.0272382497787476, 2.0354254245758057, 0.47259095311164856, 0.46912088990211487, 0.2730233669281006, 1.0], "mean": [-0.015578406862914562, -0.04625124856829643, 0.049254003912210464, -0.0029494420159608126, -0.006780451163649559, -0.001246526837348938, 0.0385604128241539], "std": [0.337006539106369, 0.23850424587726593, 0.438204288482666, 0.09935247153043747, 0.07844318449497223, 0.07852111011743546, 0.9992586374282837], "count": [389]}, "timestamp": {"min": [0.0], "max": [38.8], "mean": [19.400000000000002], "std": [11.229425630903837], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [2386.0], "max": [2386.0], "mean": [2386.0], "std": [0.0], "count": [389]}, "index": {"min": [841037.0], "max": [841425.0], "mean": [841231.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [401.0], "max": [401.0], "mean": [401.0], "std": [0.0], "count": [389]}}} +{"episode_index": 2387, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3690297803691789]], [[0.3122358542049632]], [[0.24311031027401195]]], "std": [[[0.14512699600307907]], [[0.13944935298737587]], [[0.15595841214195894]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.388450590245864]], [[0.30666267963484223]], [[0.20993345731847426]]], "std": [[[0.18068671628745045]], [[0.13300739727351885]], [[0.0997433822317502]]], "count": [100]}, "state": {"min": [-0.4494606554508209, -0.2295854538679123, 0.9657441973686218, 2.1304526329040527, -0.5597577691078186, -0.3274165689945221, 0.002243603579699993, -0.04002518579363823], "max": [-0.06727910786867142, 0.0491369403898716, 1.2952440977096558, 3.244445323944092, 0.07937674224376678, 0.3520238399505615, 0.040005169808864594, -0.0029165702871978283], "mean": [-0.2405436933040619, -0.11956263333559036, 1.1390670537948608, 2.959213972091675, -0.1813630312681198, 0.052602291107177734, 0.024025747552514076, -0.024124907329678535], "std": [0.10659980773925781, 0.09204131364822388, 0.08422732353210449, 0.345449835062027, 0.18857501447200775, 0.18917447328567505, 0.01416478119790554, 0.01426705252379179], "count": [383]}, "actions": {"min": [-2.7038567066192627, -1.3625644445419312, -0.7860504388809204, -0.4131929278373718, -0.4576553702354431, -0.21004605293273926, -1.0], "max": [0.7425838708877563, 0.6748587489128113, 3.5827763080596924, 0.4016120731830597, 0.3276140093803406, 0.5561093688011169, 1.0], "mean": [-0.04233153536915779, -0.04855030030012131, 0.03307575732469559, -0.0010467462707310915, -0.00993924867361784, -0.003518171375617385, 0.1383811980485916], "std": [0.3693777024745941, 0.21706849336624146, 0.44339630007743835, 0.09851446002721786, 0.07111028581857681, 0.06531569361686707, 0.9903808236122131], "count": [383]}, "timestamp": {"min": [0.0], "max": [38.2], "mean": [19.099999999999998], "std": [11.056219968868202], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [2387.0], "max": [2387.0], "mean": [2387.0], "std": [0.0], "count": [383]}, "index": {"min": [841426.0], "max": [841808.0], "mean": [841617.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [401.0], "max": [401.0], "mean": [401.0], "std": [0.0], "count": [383]}}} +{"episode_index": 2388, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36280561439663755]], [[0.3062862818100873]], [[0.23849389827952666]]], "std": [[[0.14390066990906908]], [[0.13618832770002742]], [[0.14940240312383068]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.34114597036324296]], [[0.2701989823883655]], [[0.1909886875526578]]], "std": [[[0.18187331549907543]], [[0.14225561320696906]], [[0.11801581374831893]]], "count": [100]}, "state": {"min": [-0.30523768067359924, -0.14237573742866516, 1.0020461082458496, 1.8888604640960693, -0.008390439674258232, -0.12125983089208603, 0.01326262578368187, -0.039902471005916595], "max": [-0.19312724471092224, 0.04932478070259094, 1.1712347269058228, 3.225632667541504, 0.289562851190567, 0.12938402593135834, 0.039941925555467606, -0.016438301652669907], "mean": [-0.26384952664375305, 0.005599580239504576, 1.1069402694702148, 2.6088671684265137, 0.09374010562896729, 0.0033460736740380526, 0.021344851702451706, -0.022708911448717117], "std": [0.036169979721307755, 0.04827779531478882, 0.046310242265462875, 0.4864107668399811, 0.06341458857059479, 0.07030963897705078, 0.01089058630168438, 0.009948072955012321], "count": [260]}, "actions": {"min": [-0.5652086138725281, -0.538313090801239, -0.5547259449958801, -0.2436743527650833, -0.1376686841249466, -0.15438827872276306, -1.0], "max": [0.46163275837898254, 0.46884965896606445, 1.1723607778549194, 0.12461741268634796, 0.151500403881073, 0.1415637582540512, 1.0], "mean": [0.012198158539831638, -0.04625367373228073, -0.024036936461925507, -0.039578866213560104, 0.005701813381165266, 0.0029339338652789593, 0.5], "std": [0.1452997922897339, 0.14814569056034088, 0.19777700304985046, 0.0622054748237133, 0.04543488472700119, 0.0393022745847702, 0.8660253882408142], "count": [260]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.95], "std": [7.5054979848108685], "count": [260]}, "frame_index": {"min": [0], "max": [259], "mean": [129.5], "std": [75.05497984810869], "count": [260]}, "episode_index": {"min": [2388.0], "max": [2388.0], "mean": [2388.0], "std": [0.0], "count": [260]}, "index": {"min": [841809.0], "max": [842068.0], "mean": [841938.5], "std": [75.05497984810869], "count": [260]}, "task_index": {"min": [402.0], "max": [402.0], "mean": [402.0], "std": [0.0], "count": [260]}}} +{"episode_index": 2389, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3624937008128447]], [[0.30694730332318476]], [[0.2399601506251915]]], "std": [[[0.14607051084603553]], [[0.13868047872938494]], [[0.15200573203384005]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9725490196078431]]], "mean": [[[0.35642065489525887]], [[0.2801585573682598]], [[0.1938392956303615]]], "std": [[[0.17619911350491355]], [[0.12993777052543282]], [[0.09696500752047324]]], "count": [100]}, "state": {"min": [-0.3103267550468445, -0.15405286848545074, 1.0082285404205322, 2.031251907348633, -0.13080310821533203, -0.13934746384620667, 0.013261163607239723, -0.039986155927181244], "max": [-0.16758233308792114, 0.070105642080307, 1.1968392133712769, 3.1566367149353027, 0.19745513796806335, 0.24497553706169128, 0.03994111716747284, -0.015457413159310818], "mean": [-0.24591180682182312, 0.0056764185428619385, 1.1127698421478271, 2.6611216068267822, -0.0034339565318077803, 0.05199645459651947, 0.020112380385398865, -0.021407783031463623], "std": [0.04031388461589813, 0.046912096440792084, 0.05149884894490242, 0.3939909338951111, 0.08473795652389526, 0.13492898643016815, 0.010690336115658283, 0.00993786845356226], "count": [261]}, "actions": {"min": [-0.9257012605667114, -0.45989203453063965, -0.5345129370689392, -0.3366475999355316, -0.14553524553775787, -0.11941171437501907, -1.0], "max": [0.5058815479278564, 0.6828130483627319, 0.7902500033378601, 0.0959419533610344, 0.12591339647769928, 0.14073777198791504, 1.0], "mean": [0.015338744036853313, -0.0491098128259182, -0.03293946757912636, -0.03358659893274307, 0.003723829984664917, 0.003368056146427989, 0.5708812475204468], "std": [0.16240139305591583, 0.17699337005615234, 0.1984168291091919, 0.05970499664545059, 0.045989833772182465, 0.042181264609098434, 0.8210326433181763], "count": [261]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.534365710971739], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [2389.0], "max": [2389.0], "mean": [2389.0], "std": [0.0], "count": [261]}, "index": {"min": [842069.0], "max": [842329.0], "mean": [842199.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [402.0], "max": [402.0], "mean": [402.0], "std": [0.0], "count": [261]}}} +{"episode_index": 2390, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36248815439261645]], [[0.30687909474092373]], [[0.23964687691482842]]], "std": [[[0.14411687187446187]], [[0.1362864228703205]], [[0.14956053852039616]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.34491453282973344]], [[0.2711557341930913]], [[0.18908762913124236]]], "std": [[[0.17705725778210138]], [[0.13286903761540078]], [[0.10336349008378386]]], "count": [100]}, "state": {"min": [-0.29477253556251526, -0.1458105444908142, 1.0186948776245117, 1.9966098070144653, -0.0001892266154754907, -0.042326800525188446, 0.013235590420663357, -0.03991284593939781], "max": [-0.18371041119098663, 0.06393266469240189, 1.1866188049316406, 3.2036914825439453, 0.2223610281944275, 0.17962214350700378, 0.0399993471801281, -0.015018196776509285], "mean": [-0.25403648614883423, 0.00027107258210889995, 1.103567361831665, 2.6636414527893066, 0.08600712567567825, 0.052580270916223526, 0.021013744175434113, -0.02230628952383995], "std": [0.04150794818997383, 0.05160212516784668, 0.048248402774333954, 0.4658002555370331, 0.05061193183064461, 0.0655074417591095, 0.011453654617071152, 0.01058444194495678], "count": [230]}, "actions": {"min": [-0.42013686895370483, -0.37980762124061584, -0.4116629958152771, -0.3000876307487488, -0.10098957270383835, -0.12239895015954971, -1.0], "max": [0.6151648163795471, 0.33794209361076355, 0.5588820576667786, 0.08963966369628906, 0.14326106011867523, 0.18928252160549164, 1.0], "mean": [0.006006731651723385, -0.05540686473250389, -0.03277359902858734, -0.041828177869319916, 0.002831192221492529, 0.004040572326630354, 0.48695650696754456], "std": [0.13993605971336365, 0.13503098487854004, 0.19738896191120148, 0.06374150514602661, 0.03920125961303711, 0.038562603294849396, 0.8734262585639954], "count": [230]}, "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": [2390.0], "max": [2390.0], "mean": [2390.0], "std": [0.0], "count": [230]}, "index": {"min": [842330.0], "max": [842559.0], "mean": [842444.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [402.0], "max": [402.0], "mean": [402.0], "std": [0.0], "count": [230]}}} +{"episode_index": 2391, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36204974724264705]], [[0.3063013431324679]], [[0.23895195396273744]]], "std": [[[0.14360390610503615]], [[0.13563166809642763]], [[0.14895880565483904]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.35158847105736823]], [[0.2730348253437117]], [[0.18400987393248314]]], "std": [[[0.18078162619342347]], [[0.13223671030119297]], [[0.09389124184057701]]], "count": [100]}, "state": {"min": [-0.29015910625457764, -0.13381676375865936, 1.002474069595337, 1.994798183441162, -0.06894160062074661, -0.34758514165878296, 0.016266893595457077, -0.039931051433086395], "max": [-0.17192576825618744, 0.07740524411201477, 1.1817576885223389, 3.211167097091675, 0.3292577564716339, 0.13128744065761566, 0.04000328853726387, -0.01568734087049961], "mean": [-0.24008212983608246, 0.001649254932999611, 1.105094313621521, 2.722644805908203, 0.08148518204689026, -0.06718553602695465, 0.0254011619836092, -0.026629647240042686], "std": [0.038002122193574905, 0.05402389541268349, 0.055653318762779236, 0.43174710869789124, 0.08880239725112915, 0.13994957506656647, 0.010093810968101025, 0.009212400764226913], "count": [269]}, "actions": {"min": [-0.38028833270072937, -0.6199862957000732, -0.5099127888679504, -0.25182679295539856, -0.20485514402389526, -0.21072937548160553, -1.0], "max": [0.6357946395874023, 0.5394926071166992, 0.7130945920944214, 0.09272585809230804, 0.29212841391563416, 0.23109766840934753, 1.0], "mean": [0.01348141860216856, -0.04408568888902664, -0.035781990736722946, -0.03138007968664169, 0.00836789608001709, -0.0008743482176214457, 0.3531598448753357], "std": [0.13852761685848236, 0.14211799204349518, 0.2152799367904663, 0.061973534524440765, 0.06380161643028259, 0.053732480853796005, 0.9355605840682983], "count": [269]}, "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": [2391.0], "max": [2391.0], "mean": [2391.0], "std": [0.0], "count": [269]}, "index": {"min": [842560.0], "max": [842828.0], "mean": [842694.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [402.0], "max": [402.0], "mean": [402.0], "std": [0.0], "count": [269]}}} +{"episode_index": 2392, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3619079374425551]], [[0.3058186741249234]], [[0.2382521302466299]]], "std": [[[0.14484474270419867]], [[0.1369463690567942]], [[0.15002784483431017]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.34824280383540135]], [[0.2738263723336014]], [[0.18934189201803767]]], "std": [[[0.1851582056967163]], [[0.14020585064872404]], [[0.10772247755820052]]], "count": [100]}, "state": {"min": [-0.3183629512786865, -0.15255123376846313, 0.9946938753128052, 1.8800054788589478, -0.10974530130624771, -0.22912296652793884, 0.01318973395973444, -0.039891328662633896], "max": [-0.18084341287612915, 0.08227274566888809, 1.2127363681793213, 3.227891206741333, 0.3275749087333679, 0.2815346419811249, 0.04000440239906311, -0.015617787837982178], "mean": [-0.25817203521728516, 0.005737608764320612, 1.121596097946167, 2.673158645629883, 0.0557141974568367, -0.00039830137393437326, 0.02121690846979618, -0.022493474185466766], "std": [0.041400596499443054, 0.05392134562134743, 0.059953439980745316, 0.48073601722717285, 0.11598272621631622, 0.14711827039718628, 0.011198307387530804, 0.010303196497261524], "count": [309]}, "actions": {"min": [-0.31271931529045105, -0.7633941769599915, -0.546396791934967, -0.23994161188602448, -0.17093397676944733, -0.17699915170669556, -1.0], "max": [0.43263208866119385, 0.4328760504722595, 0.6901171803474426, 0.19824445247650146, 0.1416943222284317, 0.21702328324317932, 1.0], "mean": [0.014181047677993774, -0.040773432701826096, -0.030156660825014114, -0.03447381407022476, 0.006216045934706926, 0.0038061686791479588, 0.48220065236091614], "std": [0.12993435561656952, 0.16964848339557648, 0.21158792078495026, 0.06340000778436661, 0.04342680796980858, 0.05177729204297066, 0.8760591149330139], "count": [309]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.920014947670586], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [2392.0], "max": [2392.0], "mean": [2392.0], "std": [0.0], "count": [309]}, "index": {"min": [842829.0], "max": [843137.0], "mean": [842983.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [402.0], "max": [402.0], "mean": [402.0], "std": [0.0], "count": [309]}}} +{"episode_index": 2393, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36118662336760876]], [[0.30449891034294574]], [[0.23586373781690412]]], "std": [[[0.14023257757167842]], [[0.1314918447797847]], [[0.14469737157594315]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.3558815481148514]], [[0.27972723747702205]], [[0.1944593021168428]]], "std": [[[0.18242679121960706]], [[0.1338000575402601]], [[0.09866160910369685]]], "count": [100]}, "state": {"min": [-0.30770644545555115, -0.16888879239559174, 1.011784553527832, 2.175494909286499, -0.134055957198143, -0.08326473832130432, 0.01429410744458437, -0.04011816531419754], "max": [-0.18473364412784576, 0.08746993541717529, 1.292520523071289, 3.1812915802001953, 0.28589439392089844, 0.27173906564712524, 0.03989197313785553, -0.014408284798264503], "mean": [-0.24577634036540985, -0.029017793014645576, 1.152701735496521, 2.808267593383789, 0.05099508911371231, 0.07190365344285965, 0.025868065655231476, -0.02643565461039543], "std": [0.03712530434131622, 0.09409531205892563, 0.08193830400705338, 0.36774373054504395, 0.10810668766498566, 0.12005281448364258, 0.011468090116977692, 0.011370944790542126], "count": [225]}, "actions": {"min": [-0.3851887285709381, -0.4897700250148773, -0.45536643266677856, -0.5107066631317139, -0.27248236536979675, -0.17718778550624847, -1.0], "max": [0.3401360511779785, 0.460999071598053, 0.7603213787078857, 0.18756970763206482, 0.33023762702941895, 0.2951186001300812, 1.0], "mean": [0.016770556569099426, -0.05419238284230232, 0.007614786271005869, -0.023839056491851807, 0.0016607542056590319, 0.0023480600211769342, 0.11999999731779099], "std": [0.13372738659381866, 0.18046443164348602, 0.2544427812099457, 0.0989375114440918, 0.06914327293634415, 0.054552387446165085, 0.9927732348442078], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [2393.0], "max": [2393.0], "mean": [2393.0], "std": [0.0], "count": [225]}, "index": {"min": [843138.0], "max": [843362.0], "mean": [843250.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [225]}}} +{"episode_index": 2394, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3598393195657169]], [[0.3034471465466069]], [[0.23458655263863357]]], "std": [[[0.1401949191354588]], [[0.13073404653147422]], [[0.14347403598803846]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.3345823041130515]], [[0.2605640863156786]], [[0.17687962849934896]]], "std": [[[0.18066768088624427]], [[0.1273795213122305]], [[0.08155388724118635]]], "count": [100]}, "state": {"min": [-0.33842554688453674, -0.2638613283634186, 1.003659725189209, 2.3291168212890625, -0.13413581252098083, -0.16814066469669342, 0.014332621358335018, -0.03985689580440521], "max": [-0.21886304020881653, 0.040279630571603775, 1.2827119827270508, 3.15735125541687, 0.164918452501297, 0.4160744845867157, 0.039834409952163696, -0.012857219204306602], "mean": [-0.27415335178375244, -0.08189432322978973, 1.1383769512176514, 2.8335838317871094, 0.040031224489212036, 0.0804363489151001, 0.02743510901927948, -0.02814674563705921], "std": [0.0390210784971714, 0.11579328030347824, 0.07985430955886841, 0.3019806146621704, 0.08146685361862183, 0.2119273692369461, 0.01049742940813303, 0.009378700517117977], "count": [132]}, "actions": {"min": [-0.4438313841819763, -0.9595984220504761, -0.8923283815383911, -0.3096005916595459, -0.23415851593017578, -0.15711283683776855, -1.0], "max": [0.40965601801872253, 0.7394461631774902, 1.4232021570205688, 0.2569248378276825, 0.20779982209205627, 0.18868327140808105, 1.0], "mean": [0.012333819642663002, -0.083469457924366, 0.016632018610835075, -0.025731272995471954, -0.00016635058273095638, 0.01835036464035511, 0.06060606241226196], "std": [0.2047416716814041, 0.3526933491230011, 0.4453869163990021, 0.10112278163433075, 0.07236602157354355, 0.07073740661144257, 0.9981619119644165], "count": [132]}, "timestamp": {"min": [0.0], "max": [13.1], "mean": [6.55], "std": [3.8104024284406846], "count": [132]}, "frame_index": {"min": [0], "max": [131], "mean": [65.5], "std": [38.10402428440685], "count": [132]}, "episode_index": {"min": [2394.0], "max": [2394.0], "mean": [2394.0], "std": [0.0], "count": [132]}, "index": {"min": [843363.0], "max": [843494.0], "mean": [843428.5], "std": [38.10402428440685], "count": [132]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [132]}}} +{"episode_index": 2395, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3598206128887102]], [[0.3032470876656327]], [[0.23439306461109835]]], "std": [[[0.13990631180427104]], [[0.1305819983397943]], [[0.14337805532281486]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9725490196078431]], [[0.9803921568627451]]], "mean": [[[0.34454233865176925]], [[0.2676857353659237]], [[0.1833975758272059]]], "std": [[[0.18563029213778887]], [[0.13276058590955425]], [[0.08996596058041237]]], "count": [100]}, "state": {"min": [-0.3552004098892212, -0.272897332906723, 0.9941232204437256, 2.1574928760528564, -0.04206214100122452, -0.018904579803347588, 0.01406211219727993, -0.03988836705684662], "max": [-0.18276649713516235, 0.06220436841249466, 1.3104491233825684, 3.2368004322052, 0.17516936361789703, 0.4068031311035156, 0.04000253975391388, -0.015053099021315575], "mean": [-0.2646741569042206, -0.05632985010743141, 1.1446670293807983, 2.9220452308654785, 0.08190344274044037, 0.17773118615150452, 0.027588043361902237, -0.027911484241485596], "std": [0.05660092085599899, 0.12176074832677841, 0.0854911208152771, 0.37403571605682373, 0.05474334955215454, 0.1328265368938446, 0.011607610620558262, 0.011274522170424461], "count": [184]}, "actions": {"min": [-0.9599243998527527, -0.7570189237594604, -0.6719446182250977, -0.5782200694084167, -0.21655942499637604, -0.2400800734758377, -1.0], "max": [0.7228879928588867, 1.0584187507629395, 1.3529891967773438, 0.316891610622406, 0.3148345351219177, 0.4474782943725586, 1.0], "mean": [0.027008499950170517, -0.0651325061917305, 0.01801617443561554, -0.02627062052488327, -0.0029454133473336697, 0.012015752494335175, -0.032608695328235626], "std": [0.23481090366840363, 0.2986050546169281, 0.36064839363098145, 0.10867271572351456, 0.07224729657173157, 0.06777790933847427, 0.9994692206382751], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [2395.0], "max": [2395.0], "mean": [2395.0], "std": [0.0], "count": [184]}, "index": {"min": [843495.0], "max": [843678.0], "mean": [843586.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [184]}}} +{"episode_index": 2396, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35840789854760263]], [[0.3018382939357384]], [[0.23312321801279107]]], "std": [[[0.14003050355602803]], [[0.1301605171549225]], [[0.14233825154673438]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3340147387934666]], [[0.2590102969898897]], [[0.17596966133865655]]], "std": [[[0.18307188665140445]], [[0.12888867646193639]], [[0.08172040679730098]]], "count": [100]}, "state": {"min": [-0.34897541999816895, -0.24514751136302948, 0.9902731776237488, 2.3383102416992188, -0.13744285702705383, -0.11001943796873093, 0.014750374481081963, -0.03989530727267265], "max": [-0.22524487972259521, 0.07389839738607407, 1.2851625680923462, 3.233079195022583, 0.16980020701885223, 0.4493732154369354, 0.039883483201265335, -0.01327822357416153], "mean": [-0.285494327545166, -0.05137760192155838, 1.138648271560669, 2.896040439605713, 0.0422656424343586, 0.09720413386821747, 0.028171928599476814, -0.027887847274541855], "std": [0.043296631425619125, 0.11621887236833572, 0.08049660176038742, 0.2998291850090027, 0.08586917072534561, 0.20170708000659943, 0.011372807435691357, 0.010913020931184292], "count": [148]}, "actions": {"min": [-1.1385632753372192, -1.511516809463501, -1.385874629020691, -0.459316223859787, -0.37889495491981506, -0.15986935794353485, -1.0], "max": [0.701863169670105, 0.8916946053504944, 2.7317070960998535, 0.2930569648742676, 0.2912144958972931, 0.24111607670783997, 1.0], "mean": [0.012999245896935463, -0.07704611122608185, 0.012876437976956367, -0.027130255475640297, -0.002255468862131238, 0.015818407759070396, -0.06756756454706192], "std": [0.2330068051815033, 0.35679399967193604, 0.4805120527744293, 0.10268621146678925, 0.082754947245121, 0.06447775661945343, 0.9977149963378906], "count": [148]}, "timestamp": {"min": [0.0], "max": [14.7], "mean": [7.35], "std": [4.272294465506795], "count": [148]}, "frame_index": {"min": [0], "max": [147], "mean": [73.5], "std": [42.72294465506796], "count": [148]}, "episode_index": {"min": [2396.0], "max": [2396.0], "mean": [2396.0], "std": [0.0], "count": [148]}, "index": {"min": [843679.0], "max": [843826.0], "mean": [843752.5], "std": [42.72294465506796], "count": [148]}, "task_index": {"min": [315.0], "max": [315.0], "mean": [315.0], "std": [0.0], "count": [148]}}} +{"episode_index": 2397, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36178317721945547]], [[0.3043905554572089]], [[0.2352774947869773]]], "std": [[[0.14147626775330074]], [[0.13285637516521173]], [[0.14557234952290227]]], "count": [147]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3608710679909985]], [[0.2851741941893945]], [[0.19841537078698668]]], "std": [[[0.1773237141951696]], [[0.1301454741000279]], [[0.0970506828293753]]], "count": [147]}, "state": {"min": [-0.4592027962207794, -0.30463966727256775, 0.9686195850372314, 1.7213830947875977, -0.3667429983615875, -0.3794316351413727, 0.00623190077021718, -0.04003886878490448], "max": [-0.125747948884964, 0.22260832786560059, 1.3181885480880737, 3.272723436355591, 0.47176069021224976, 0.5333544611930847, 0.04000106453895569, -0.001576693495735526], "mean": [-0.29075002670288086, -0.007108096498996019, 1.1145447492599487, 2.7483270168304443, -0.017794111743569374, 0.17474490404129028, 0.02393805980682373, -0.02525746263563633], "std": [0.08422677218914032, 0.1430186778306961, 0.10362628102302551, 0.5335405468940735, 0.16572511196136475, 0.23107139766216278, 0.013966226950287819, 0.013248227536678314], "count": [780]}, "actions": {"min": [-0.8522258400917053, -2.7901909351348877, -0.6951156854629517, -0.5683828592300415, -0.2976071238517761, -0.31699663400650024, -1.0], "max": [1.285789966583252, 1.4002739191055298, 1.6241941452026367, 0.7038136720657349, 0.3405265212059021, 0.4990817606449127, 1.0], "mean": [0.02284301444888115, -0.02539822831749916, 0.011376702226698399, -0.0013104204554110765, 0.0029097520746290684, -0.0016410917742177844, 0.12820513546466827], "std": [0.22832490503787994, 0.3798372149467468, 0.31486913561820984, 0.11899933218955994, 0.06537528336048126, 0.08985227346420288, 0.9917466044425964], "count": [780]}, "timestamp": {"min": [0.0], "max": [77.9], "mean": [38.95], "std": [22.51664199357148], "count": [780]}, "frame_index": {"min": [0], "max": [779], "mean": [389.5], "std": [225.1664199357148], "count": [780]}, "episode_index": {"min": [2397.0], "max": [2397.0], "mean": [2397.0], "std": [0.0], "count": [780]}, "index": {"min": [843827.0], "max": [844606.0], "mean": [844216.5], "std": [225.1664199357148], "count": [780]}, "task_index": {"min": [334.0], "max": [334.0], "mean": [334.0], "std": [0.0], "count": [780]}}} +{"episode_index": 2398, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3625140157658515]], [[0.3046492504210273]], [[0.23512596443329536]]], "std": [[[0.1410910536847385]], [[0.1326492318896576]], [[0.14558007362504588]]], "count": [163]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3618042634624186]], [[0.28413430650670446]], [[0.19777387354931186]]], "std": [[[0.18288439636100534]], [[0.13707353528003133]], [[0.1043980716610083]]], "count": [163]}, "state": {"min": [-0.43634095788002014, -0.3486122190952301, 0.9660615921020508, 1.712248682975769, -0.30724036693573, -0.6770358681678772, 0.0038714460097253323, -0.040071405470371246], "max": [-0.12186156958341599, 0.24120548367500305, 1.35862398147583, 3.4938337802886963, 0.4694300889968872, 0.3535599410533905, 0.04000231996178627, -0.0035762633197009563], "mean": [-0.29404282569885254, -0.02444155514240265, 1.1293529272079468, 2.856229543685913, -0.07254865765571594, -0.05393907427787781, 0.024694401770830154, -0.025171378627419472], "std": [0.07955306023359299, 0.14440126717090607, 0.10693882405757904, 0.525849461555481, 0.18130017817020416, 0.25776150822639465, 0.014808065257966518, 0.014759245328605175], "count": [894]}, "actions": {"min": [-1.0746955871582031, -1.4940500259399414, -0.8620654344558716, -0.421115905046463, -0.32302263379096985, -0.4599021077156067, -1.0], "max": [0.677721381187439, 1.3748135566711426, 1.3086869716644287, 0.6141116619110107, 0.3186293840408325, 0.30446818470954895, 1.0], "mean": [0.019462862983345985, -0.0228513702750206, 0.021536460146307945, -0.0013812868855893612, 0.0012294971384108067, -0.007019840180873871, 0.0], "std": [0.1986294835805893, 0.35334622859954834, 0.3008822798728943, 0.10216575115919113, 0.07175806164741516, 0.07948637008666992, 1.0], "count": [894]}, "timestamp": {"min": [0.0], "max": [89.3], "mean": [44.65], "std": [25.807540887629465], "count": [894]}, "frame_index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "episode_index": {"min": [2398.0], "max": [2398.0], "mean": [2398.0], "std": [0.0], "count": [894]}, "index": {"min": [844607.0], "max": [845500.0], "mean": [845053.5], "std": [258.07540887629466], "count": [894]}, "task_index": {"min": [334.0], "max": [334.0], "mean": [334.0], "std": [0.0], "count": [894]}}} +{"episode_index": 2399, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36531980642895884]], [[0.3036845056439137]], [[0.23338044501302774]]], "std": [[[0.13302099375666254]], [[0.12813981622637838]], [[0.14399515124565623]]], "count": [111]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3763037927705394]], [[0.29324492572622024]], [[0.19896150153341532]]], "std": [[[0.17531478656239138]], [[0.12554268556885118]], [[0.0855211853692412]]], "count": [111]}, "state": {"min": [-0.5525553822517395, -0.2159864604473114, 0.9730362892150879, 2.989260673522949, -0.5278630256652832, -0.9486862421035767, 0.0038964359555393457, -0.03996306657791138], "max": [-0.08627033978700638, 0.16423946619033813, 1.2906783819198608, 3.346038579940796, 0.04294789209961891, 0.1027904823422432, 0.04001004993915558, -0.003786363173276186], "mean": [-0.3256615400314331, -0.06912414729595184, 1.1720649003982544, 3.147310495376587, -0.2527157962322235, -0.2692272663116455, 0.02506750449538231, -0.025312812998890877], "std": [0.1492266207933426, 0.11859718710184097, 0.09465446323156357, 0.08058785647153854, 0.16986727714538574, 0.3203715980052948, 0.015414402820169926, 0.015283176675438881], "count": [538]}, "actions": {"min": [-0.6572638154029846, -1.031300663948059, -1.0002827644348145, -0.17361612617969513, -0.22888921201229095, -0.230198934674263, -1.0], "max": [1.0040968656539917, 1.4656950235366821, 1.0818455219268799, 0.22745147347450256, 0.2694826126098633, 0.46161943674087524, 1.0], "mean": [-0.005918099544942379, -0.021980155259370804, -0.011069703847169876, -0.0022443283814936876, -0.0018791122129186988, -0.004579185973852873, -0.05947955325245857], "std": [0.2434057891368866, 0.24740085005760193, 0.2884138226509094, 0.04987294226884842, 0.059850599616765976, 0.07816930115222931, 0.9982303977012634], "count": [538]}, "timestamp": {"min": [0.0], "max": [53.7], "mean": [26.85], "std": [15.530695412633653], "count": [538]}, "frame_index": {"min": [0], "max": [537], "mean": [268.5], "std": [155.30695412633654], "count": [538]}, "episode_index": {"min": [2399.0], "max": [2399.0], "mean": [2399.0], "std": [0.0], "count": [538]}, "index": {"min": [845501.0], "max": [846038.0], "mean": [845769.5], "std": [155.30695412633654], "count": [538]}, "task_index": {"min": [403.0], "max": [403.0], "mean": [403.0], "std": [0.0], "count": [538]}}} +{"episode_index": 2400, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3691572881960401]], [[0.3059632640165441]], [[0.23641668461818321]]], "std": [[[0.13702920193205806]], [[0.13639044295820124]], [[0.15293140263910526]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38846605966605396]], [[0.30296810613893993]], [[0.20662261304668353]]], "std": [[[0.16670882350907326]], [[0.12131357890679739]], [[0.08688554460258234]]], "count": [100]}, "state": {"min": [-0.509680449962616, -0.2274123579263687, 0.9773799777030945, 2.7972497940063477, -0.5905529856681824, -0.4147205352783203, 0.0031150977592915297, -0.04000448063015938], "max": [-0.1087149828672409, 0.13503757119178772, 1.2708637714385986, 3.2109827995300293, 0.021700188517570496, 0.15048862993717194, 0.04000240936875343, -0.003716493723914027], "mean": [-0.3155623972415924, -0.05852410942316055, 1.1443679332733154, 3.066987991333008, -0.3527548313140869, -0.04891352355480194, 0.024332378059625626, -0.024501070380210876], "std": [0.11823517829179764, 0.11824359744787216, 0.09577339142560959, 0.1187567487359047, 0.16658854484558105, 0.1416817605495453, 0.015604207292199135, 0.0155449528247118], "count": [400]}, "actions": {"min": [-0.9131815433502197, -0.991146445274353, -0.866590142250061, -0.13247650861740112, -0.3233334422111511, -0.23699133098125458, -1.0], "max": [1.0216597318649292, 0.9885826110839844, 1.82009756565094, 0.21060968935489655, 0.27740728855133057, 0.4040047228336334, 1.0], "mean": [-0.007466924376785755, -0.039006587117910385, 0.0032643363811075687, -0.0025759825948625803, -0.002528566401451826, -0.004162975586950779, -0.03500000014901161], "std": [0.2851801812648773, 0.24602095782756805, 0.3286557197570801, 0.04903652146458626, 0.07021228969097137, 0.07438164949417114, 0.999387800693512], "count": [400]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.54696929934431], "count": [400]}, "frame_index": {"min": [0], "max": [399], "mean": [199.5], "std": [115.46969299344309], "count": [400]}, "episode_index": {"min": [2400.0], "max": [2400.0], "mean": [2400.0], "std": [0.0], "count": [400]}, "index": {"min": [846039.0], "max": [846438.0], "mean": [846238.5], "std": [115.46969299344309], "count": [400]}, "task_index": {"min": [403.0], "max": [403.0], "mean": [403.0], "std": [0.0], "count": [400]}}} +{"episode_index": 2401, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36264858530081956]], [[0.3011012088551241]], [[0.23028139780081952]]], "std": [[[0.1315485375776312]], [[0.12447713272955124]], [[0.13949332449642773]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.35905458338120405]], [[0.27706248384363513]], [[0.1857873421463312]]], "std": [[[0.17575113074238202]], [[0.12309521483260841]], [[0.07732671421882266]]], "count": [100]}, "state": {"min": [-0.5132189393043518, -0.24936656653881073, 0.9762407541275024, 3.0133488178253174, -0.2799094617366791, -0.9428194165229797, 0.003918672911822796, -0.040006864815950394], "max": [-0.09994785487651825, 0.11008648574352264, 1.2723459005355835, 3.239230155944824, 0.11012131720781326, 0.07717296481132507, 0.039981305599212646, -0.0040628728456795216], "mean": [-0.32566025853157043, -0.08790724724531174, 1.1567072868347168, 3.121030569076538, -0.04203425720334053, -0.2756763994693756, 0.023567158728837967, -0.02360203117132187], "std": [0.13134537637233734, 0.10682250559329987, 0.08983694761991501, 0.04568072780966759, 0.10235084593296051, 0.3147464990615845, 0.015301194973289967, 0.015263614244759083], "count": [419]}, "actions": {"min": [-0.8994839191436768, -0.8013961911201477, -0.7179429531097412, -0.2503581941127777, -0.22119688987731934, -0.4965205490589142, -1.0], "max": [1.07955801486969, 1.2426046133041382, 1.2955336570739746, 0.23205582797527313, 0.1801975816488266, 0.5557622909545898, 1.0], "mean": [0.005014218855649233, -0.035673968493938446, 0.021625302731990814, -0.003032573964446783, -0.0036886183079332113, -0.0033350640442222357, 0.03102625347673893], "std": [0.27947303652763367, 0.26801177859306335, 0.3113206624984741, 0.058585066348314285, 0.06278300285339355, 0.09929728507995605, 0.999518096446991], "count": [419]}, "timestamp": {"min": [0.0], "max": [41.8], "mean": [20.899999999999995], "std": [12.095453691366851], "count": [419]}, "frame_index": {"min": [0], "max": [418], "mean": [209.0], "std": [120.95453691366852], "count": [419]}, "episode_index": {"min": [2401.0], "max": [2401.0], "mean": [2401.0], "std": [0.0], "count": [419]}, "index": {"min": [846439.0], "max": [846857.0], "mean": [846648.0], "std": [120.95453691366852], "count": [419]}, "task_index": {"min": [403.0], "max": [403.0], "mean": [403.0], "std": [0.0], "count": [419]}}} +{"episode_index": 2402, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36401347380993415]], [[0.30272917384727327]], [[0.23327936509076289]]], "std": [[[0.13007347549848738]], [[0.1248816925703178]], [[0.1403258160245604]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9450980392156862]], [[0.9372549019607843]]], "mean": [[[0.37528383142807903]], [[0.2911971752690334]], [[0.19648912078259037]]], "std": [[[0.1550123191098647]], [[0.10442019232822469]], [[0.06941562303265802]]], "count": [100]}, "state": {"min": [-0.37574735283851624, -0.19126632809638977, 0.9972765445709229, 2.1813266277313232, -0.3585274815559387, -0.37725621461868286, 0.011304625310003757, -0.03996830806136131], "max": [-0.2854681611061096, 0.14578653872013092, 1.2892152070999146, 3.2092089653015137, 0.06985577940940857, 0.42461612820625305, 0.03997388854622841, -0.012373127974569798], "mean": [-0.33835750818252563, 0.03586750105023384, 1.1542669534683228, 2.868303060531616, -0.10840825736522675, -0.01728782244026661, 0.025003118440508842, -0.025246376171708107], "std": [0.025535626336932182, 0.11733003705739975, 0.09131640940904617, 0.36318239569664, 0.14588986337184906, 0.2800906002521515, 0.013040364719927311, 0.012721468694508076], "count": [201]}, "actions": {"min": [-0.40773895382881165, -0.8800645470619202, -0.6294765472412109, -0.23740597069263458, -0.19155602157115936, -0.3465381860733032, -1.0], "max": [0.3199758231639862, 0.9752134680747986, 1.022573709487915, 0.44761893153190613, 0.5012125372886658, 0.21741139888763428, 1.0], "mean": [0.013204763643443584, -0.056722912937402725, -0.01452519092708826, -0.026776565238833427, -0.00158773735165596, -8.331469143740833e-05, 0.0746268630027771], "std": [0.11737506091594696, 0.27303415536880493, 0.3250129222869873, 0.08626855164766312, 0.07972951233386993, 0.06707372516393661, 0.9972101449966431], "count": [201]}, "timestamp": {"min": [0.0], "max": [20.0], "mean": [10.0], "std": [5.802298395176403], "count": [201]}, "frame_index": {"min": [0], "max": [200], "mean": [100.0], "std": [58.02298395176403], "count": [201]}, "episode_index": {"min": [2402.0], "max": [2402.0], "mean": [2402.0], "std": [0.0], "count": [201]}, "index": {"min": [846858.0], "max": [847058.0], "mean": [846958.0], "std": [58.02298395176403], "count": [201]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [201]}}} +{"episode_index": 2403, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3608563711128983]], [[0.2993716909371171]], [[0.23043647197648592]]], "std": [[[0.13212973807275355]], [[0.12677653599197486]], [[0.1405469880761854]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.3645912325989966]], [[0.28107546697878366]], [[0.1876161911908318]]], "std": [[[0.1598950400110233]], [[0.10764665340575094]], [[0.06607776322938161]]], "count": [100]}, "state": {"min": [-0.3903590142726898, -0.22893233597278595, 0.9766154885292053, 2.364356279373169, -0.3457132577896118, -0.47394704818725586, 0.011327271349728107, -0.03988804668188095], "max": [-0.29814037680625916, 0.16040630638599396, 1.281885027885437, 3.2457940578460693, 0.1493416726589203, 0.49535244703292847, 0.04000473767518997, -0.012441650964319706], "mean": [-0.3497384786605835, 0.006005831062793732, 1.1381573677062988, 2.9627015590667725, -0.0929565504193306, -0.0605308935046196, 0.02518370933830738, -0.024712303653359413], "std": [0.026400718837976456, 0.13354840874671936, 0.09345966577529907, 0.3237628638744354, 0.1539003849029541, 0.34931594133377075, 0.01328478567302227, 0.012828447856009007], "count": [214]}, "actions": {"min": [-0.7776606678962708, -1.2077769041061401, -0.5444764494895935, -0.30210694670677185, -0.19551900029182434, -0.24521106481552124, -1.0], "max": [0.5234532952308655, 0.8991765379905701, 1.0264097452163696, 0.2596588432788849, 0.313215434551239, 0.24925078451633453, 1.0], "mean": [0.0075147440657019615, -0.05937871336936951, -0.0009430574718862772, -0.023812877014279366, -0.009774365462362766, 0.004685187246650457, 0.037383176386356354], "std": [0.1463708132505417, 0.28647446632385254, 0.3049083948135376, 0.07774008810520172, 0.0640672817826271, 0.07722796499729156, 0.9993012547492981], "count": [214]}, "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": [2403.0], "max": [2403.0], "mean": [2403.0], "std": [0.0], "count": [214]}, "index": {"min": [847059.0], "max": [847272.0], "mean": [847165.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [214]}}} +{"episode_index": 2404, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.362353339101754]], [[0.30018958895814185]], [[0.23119361368815103]]], "std": [[[0.13253130336574695]], [[0.1287083488843946]], [[0.14315424464062035]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.3594613473929611]], [[0.28288688629748776]], [[0.1973477507946538]]], "std": [[[0.1574505287349289]], [[0.10930151563427071]], [[0.07789647749813092]]], "count": [100]}, "state": {"min": [-0.4164014160633087, -0.22187159955501556, 0.9744138121604919, 2.0909786224365234, -0.4899718165397644, -0.24835342168807983, 0.0037482259795069695, -0.0399700328707695], "max": [-0.3008270561695099, 0.13642518222332, 1.2715537548065186, 3.280993938446045, 0.023066667839884758, 0.5323911905288696, 0.03997662663459778, -0.012309754267334938], "mean": [-0.3828151226043701, 0.014903208240866661, 1.1363499164581299, 2.851614475250244, -0.2185351401567459, 0.10839760303497314, 0.024620795622467995, -0.026042288169264793], "std": [0.028876392170786858, 0.12643057107925415, 0.08721446245908737, 0.3990817368030548, 0.14859315752983093, 0.28131261467933655, 0.013644512742757797, 0.012731746770441532], "count": [234]}, "actions": {"min": [-0.5930784344673157, -1.264581322669983, -0.7980959415435791, -0.32515400648117065, -0.13666310906410217, -0.2122686803340912, -1.0], "max": [0.5219576954841614, 0.7739351391792297, 0.9186000823974609, 0.3804881274700165, 0.3087020516395569, 0.1612825244665146, 1.0], "mean": [-0.009233365766704082, -0.0418170727789402, -0.015013807453215122, -0.019489867612719536, -0.0055140722543001175, -0.0007100767106749117, 0.04273504391312599], "std": [0.1253967136144638, 0.29203325510025024, 0.28310441970825195, 0.0944850817322731, 0.06219238042831421, 0.05397319793701172, 0.999085545539856], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [2404.0], "max": [2404.0], "mean": [2404.0], "std": [0.0], "count": [234]}, "index": {"min": [847273.0], "max": [847506.0], "mean": [847389.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [234]}}} +{"episode_index": 2405, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36279908543007044]], [[0.3012997825472962]], [[0.231331231210746]]], "std": [[[0.13199928581084083]], [[0.12658329225405798]], [[0.14144168193469267]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3544451790603937]], [[0.2794307502297794]], [[0.19564607747395835]]], "std": [[[0.15546911077331593]], [[0.10873731131391966]], [[0.08049620625544404]]], "count": [100]}, "state": {"min": [-0.42626312375068665, -0.22432978451251984, 0.9751178622245789, 2.072397232055664, -0.3173231780529022, -0.22849303483963013, 0.011025190353393555, -0.04003722593188286], "max": [-0.3089241087436676, 0.13732491433620453, 1.260412573814392, 3.2415480613708496, 0.0360141396522522, 0.4487847685813904, 0.04000752791762352, -0.012564883567392826], "mean": [-0.3595137298107147, -0.011434047482907772, 1.1355966329574585, 2.8188557624816895, -0.14523015916347504, 0.09280849248170853, 0.02525036595761776, -0.02590280771255493], "std": [0.034901849925518036, 0.11937776207923889, 0.08379600942134857, 0.42878031730651855, 0.101063072681427, 0.24776257574558258, 0.013467692770063877, 0.013024292886257172], "count": [219]}, "actions": {"min": [-0.6549226641654968, -0.5733852982521057, -0.5307750105857849, -0.33883166313171387, -0.19780902564525604, -0.23406513035297394, -1.0], "max": [0.3949306309223175, 0.7261152267456055, 0.8294079899787903, 0.42447414994239807, 0.2576102316379547, 0.1197446808218956, 1.0], "mean": [0.005740095861256123, -0.0430782176554203, 0.009208682924509048, -0.024120835587382317, -0.004079916980117559, 0.005625647492706776, 0.004566209856420755], "std": [0.1657300591468811, 0.24809879064559937, 0.2646038234233856, 0.09780661761760712, 0.06951885670423508, 0.04545941948890686, 0.9999901652336121], "count": [219]}, "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": [2405.0], "max": [2405.0], "mean": [2405.0], "std": [0.0], "count": [219]}, "index": {"min": [847507.0], "max": [847725.0], "mean": [847616.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [219]}}} +{"episode_index": 2406, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.362752280440985]], [[0.30144646977443323]], [[0.23138028313131892]]], "std": [[[0.1340412010821329]], [[0.12738960598343685]], [[0.1417742446737998]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3732487080891927]], [[0.29275694364659927]], [[0.2023121134440104]]], "std": [[[0.15764811415163238]], [[0.11025113604782041]], [[0.08207066000516192]]], "count": [100]}, "state": {"min": [-0.35822975635528564, -0.21223126351833344, 0.9815515875816345, 2.075100898742676, -0.23155194520950317, -0.012353196740150452, 0.010984305292367935, -0.03995228931307793], "max": [-0.2949523627758026, 0.16384990513324738, 1.270824670791626, 3.1893670558929443, 0.07691437751054764, 0.38581281900405884, 0.03999324142932892, -0.01265055313706398], "mean": [-0.3399604856967926, 0.024899296462535858, 1.1349246501922607, 2.808751106262207, -0.10669410228729248, 0.15823538601398468, 0.023928705602884293, -0.024646911770105362], "std": [0.01645851321518421, 0.13708916306495667, 0.08697322010993958, 0.40909603238105774, 0.08096663653850555, 0.1479893922805786, 0.013504287227988243, 0.012853235937654972], "count": [203]}, "actions": {"min": [-9.499730110168457, -1.0358623266220093, -3.0128207206726074, -0.33881959319114685, -1.8104068040847778, -14.734661102294922, -1.0], "max": [2.9296000003814697, 5.518278121948242, 1.0980969667434692, 8.4661865234375, 0.3967336118221283, 0.13207754492759705, 1.0], "mean": [-0.014193654991686344, -0.042005740106105804, -0.01503367256373167, 0.01608877070248127, -0.014042386785149574, -0.07969826459884644, 0.1034482792019844], "std": [0.7066519856452942, 0.4879969358444214, 0.3742881119251251, 0.6019907593727112, 0.14767961204051971, 1.0335911512374878, 0.9946345090866089], "count": [203]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [2406.0], "max": [2406.0], "mean": [2406.0], "std": [0.0], "count": [203]}, "index": {"min": [847726.0], "max": [847928.0], "mean": [847827.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [335.0], "max": [335.0], "mean": [335.0], "std": [0.0], "count": [203]}}} +{"episode_index": 2407, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3675644650926777]], [[0.3061437324075138]], [[0.2378800012925092]]], "std": [[[0.1382042569761794]], [[0.13567520827082175]], [[0.15125827105913442]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.39028572172277115]], [[0.30286188881070003]], [[0.20598586557425705]]], "std": [[[0.17649513067658829]], [[0.12857655222360864]], [[0.0871413281211688]]], "count": [100]}, "state": {"min": [-0.4192884564399719, -0.110526904463768, 1.0091581344604492, 2.0381455421447754, -0.3855719268321991, -0.43186548352241516, 0.01370051596313715, -0.039996106177568436], "max": [-0.024450931698083878, 0.0826825350522995, 1.2616183757781982, 3.2283008098602295, 0.20979616045951843, 0.4610960781574249, 0.0399945043027401, -0.01607310213148594], "mean": [-0.2526054382324219, 0.005188461393117905, 1.144152283668518, 2.856167793273926, -0.13820834457874298, 0.017057038843631744, 0.02332373894751072, -0.024034099653363228], "std": [0.13926899433135986, 0.04564544931054115, 0.07698611170053482, 0.4157017767429352, 0.1595432013273239, 0.3113105595111847, 0.011274522170424461, 0.010710454545915127], "count": [334]}, "actions": {"min": [-0.9157918691635132, -0.6377898454666138, -0.9060461521148682, -0.25844672322273254, -0.2494683861732483, -0.23207148909568787, -1.0], "max": [0.9731734395027161, 0.7681491374969482, 0.925082802772522, 0.15635177493095398, 0.25780215859413147, 0.30094972252845764, 1.0], "mean": [0.0038045288529247046, -0.03635445609688759, -0.01998293399810791, -0.02965725213289261, -0.004003072623163462, 0.0026923147961497307, 0.3772455155849457], "std": [0.2722072899341583, 0.19433946907520294, 0.2580042779445648, 0.06793095171451569, 0.0692954957485199, 0.0681358203291893, 0.926111102104187], "count": [334]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [2407.0], "max": [2407.0], "mean": [2407.0], "std": [0.0], "count": [334]}, "index": {"min": [847929.0], "max": [848262.0], "mean": [848095.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [333.0], "max": [333.0], "mean": [333.0], "std": [0.0], "count": [334]}}} +{"episode_index": 2408, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37093692854339]], [[0.3089942908193551]], [[0.24140729118795956]]], "std": [[[0.13764053490344066]], [[0.13666735627668264]], [[0.15307039165872163]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37947210035137097]], [[0.2982495930989583]], [[0.21055459415211397]]], "std": [[[0.1723227799974914]], [[0.13111561318489923]], [[0.09820503774544646]]], "count": [100]}, "state": {"min": [-0.4132220149040222, -0.11456220597028732, 0.9956478476524353, 1.850637435913086, -0.39563360810279846, -0.3406307101249695, 0.01320247258991003, -0.04000832140445709], "max": [-0.009571359492838383, 0.10591878741979599, 1.225810170173645, 3.0702567100524902, 0.20513169467449188, 0.47124937176704407, 0.03985194116830826, -0.016630975529551506], "mean": [-0.25880810618400574, 0.048486027866601944, 1.1259039640426636, 2.6046407222747803, -0.1366271823644638, 0.12197352945804596, 0.022951463237404823, -0.02452133409678936], "std": [0.1539628505706787, 0.04452085867524147, 0.06378597766160965, 0.4222021996974945, 0.14041925966739655, 0.2769755721092224, 0.010909360833466053, 0.009921452030539513], "count": [416]}, "actions": {"min": [-1.0362712144851685, -0.5039947628974915, -0.5395781993865967, -0.2023644894361496, -0.3365401029586792, -0.1559021770954132, -1.0], "max": [0.6836479306221008, 0.3385342061519623, 0.7894036173820496, 0.14164704084396362, 0.35076287388801575, 0.19307416677474976, 1.0], "mean": [-0.011251037940382957, -0.02401566691696644, -0.017820466309785843, -0.02429458498954773, -0.0007847881643101573, 0.001008594874292612, 0.4326923191547394], "std": [0.22945964336395264, 0.1428440660238266, 0.18592266738414764, 0.04850832000374794, 0.06789501011371613, 0.04713834449648857, 0.901542067527771], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [2408.0], "max": [2408.0], "mean": [2408.0], "std": [0.0], "count": [416]}, "index": {"min": [848263.0], "max": [848678.0], "mean": [848470.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [333.0], "max": [333.0], "mean": [333.0], "std": [0.0], "count": [416]}}} +{"episode_index": 2409, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3665724690755208]], [[0.3053137284821155]], [[0.23746318263633578]]], "std": [[[0.13528883564158223]], [[0.13185396507722014]], [[0.14707477329180507]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3672068361768535]], [[0.28241938332950367]], [[0.19145695166494334]]], "std": [[[0.17941317988971325]], [[0.13356135344339282]], [[0.08992993041161824]]], "count": [100]}, "state": {"min": [-0.4103017747402191, -0.1291448473930359, 0.9921225905418396, 2.0300307273864746, -0.23679083585739136, -0.5286386013031006, 0.013264399021863937, -0.040009062737226486], "max": [-0.015509492717683315, 0.055268868803977966, 1.2718228101730347, 3.170910120010376, 0.2707451283931732, 0.23121237754821777, 0.03989656642079353, -0.015883605927228928], "mean": [-0.2274232655763626, 0.007553800940513611, 1.1484565734863281, 2.7513587474823, -0.017959797754883766, -0.09106101840734482, 0.02324189431965351, -0.024334918707609177], "std": [0.1353379786014557, 0.037394825369119644, 0.06742050498723984, 0.3673107326030731, 0.11993575096130371, 0.24730284512043, 0.011586467735469341, 0.010831652209162712], "count": [428]}, "actions": {"min": [-0.6510205268859863, -0.5737749338150024, -1.0242875814437866, -0.2493734359741211, -0.1387687772512436, -0.20182201266288757, -1.0], "max": [0.5306825041770935, 0.477666974067688, 0.8378180265426636, 0.1131460890173912, 0.19573655724525452, 0.1785857379436493, 1.0], "mean": [0.006358802318572998, -0.027289172634482384, -0.00932049285620451, -0.02125566452741623, 5.365049219108187e-06, -0.0014206895139068365, 0.35514017939567566], "std": [0.2167556881904602, 0.1291060745716095, 0.197299987077713, 0.050625164061784744, 0.04730768874287605, 0.050158850848674774, 0.9348093867301941], "count": [428]}, "timestamp": {"min": [0.0], "max": [42.7], "mean": [21.349999999999998], "std": [12.355262036881289], "count": [428]}, "frame_index": {"min": [0], "max": [427], "mean": [213.5], "std": [123.5526203688129], "count": [428]}, "episode_index": {"min": [2409.0], "max": [2409.0], "mean": [2409.0], "std": [0.0], "count": [428]}, "index": {"min": [848679.0], "max": [849106.0], "mean": [848892.5], "std": [123.5526203688129], "count": [428]}, "task_index": {"min": [333.0], "max": [333.0], "mean": [333.0], "std": [0.0], "count": [428]}}} +{"episode_index": 2410, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36570133583218445]], [[0.3051563672832414]], [[0.23719527719535077]]], "std": [[[0.13499712799041505]], [[0.13045553794181095]], [[0.14576253487694094]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3780229270785463]], [[0.29038941028071386]], [[0.19646873743393842]]], "std": [[[0.17873483593162093]], [[0.13059976492189382]], [[0.08435203017006274]]], "count": [100]}, "state": {"min": [-0.3889716565608978, -0.14292380213737488, 0.9962379932403564, 2.0658960342407227, -0.15316389501094818, -0.23227915167808533, 0.013296673074364662, -0.040005866438150406], "max": [-0.025985604152083397, 0.10112451761960983, 1.243359923362732, 3.2339768409729004, 0.1625109612941742, 0.1388956904411316, 0.03992776572704315, -0.015203877352178097], "mean": [-0.23890182375907898, 0.02251502498984337, 1.1480185985565186, 2.837686538696289, -0.02974245697259903, -0.03371010720729828, 0.022868920117616653, -0.023606743663549423], "std": [0.12999434769153595, 0.05514217168092728, 0.060620203614234924, 0.36315426230430603, 0.07652021944522858, 0.12622559070587158, 0.01164847519248724, 0.011096111498773098], "count": [350]}, "actions": {"min": [-1.0905474424362183, -0.6135080456733704, -0.7369047403335571, -0.3468307852745056, -0.19560803472995758, -0.2017998993396759, -1.0], "max": [0.9262920618057251, 0.5718634128570557, 0.9362128376960754, 0.15424245595932007, 0.15108220279216766, 0.21219074726104736, 1.0], "mean": [0.005823597777634859, -0.04028768092393875, -0.02360864169895649, -0.026961177587509155, -0.0011951064225286245, 0.0014768000692129135, 0.37142857909202576], "std": [0.2558363974094391, 0.1432725340127945, 0.22284553945064545, 0.0622384250164032, 0.057286329567432404, 0.05058548226952553, 0.9284616708755493], "count": [350]}, "timestamp": {"min": [0.0], "max": [34.9], "mean": [17.45], "std": [10.103588471429346], "count": [350]}, "frame_index": {"min": [0], "max": [349], "mean": [174.5], "std": [101.03588471429346], "count": [350]}, "episode_index": {"min": [2410.0], "max": [2410.0], "mean": [2410.0], "std": [0.0], "count": [350]}, "index": {"min": [849107.0], "max": [849456.0], "mean": [849281.5], "std": [101.03588471429346], "count": [350]}, "task_index": {"min": [333.0], "max": [333.0], "mean": [333.0], "std": [0.0], "count": [350]}}} +{"episode_index": 2411, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3647102589326746]], [[0.30311551322189034]], [[0.2360069699754902]]], "std": [[[0.1360008456649257]], [[0.13319463783441637]], [[0.1475484336069754]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3535520815381817]], [[0.2798660763011259]], [[0.19858588544060202]]], "std": [[[0.18119171884348542]], [[0.1341279983768909]], [[0.09626074424340395]]], "count": [100]}, "state": {"min": [-0.46089595556259155, -0.11763295531272888, 1.0032063722610474, 1.9652111530303955, -0.2580958902835846, -0.07256516814231873, 0.013165853917598724, -0.03988252580165863], "max": [-0.07704795151948929, 0.1584591120481491, 1.2581725120544434, 3.2729058265686035, 0.17683058977127075, 0.3266203999519348, 0.04000817984342575, -0.015246705152094364], "mean": [-0.30992695689201355, 0.06419570744037628, 1.127130389213562, 2.734210252761841, -0.03096751496195793, 0.14764101803302765, 0.021460790187120438, -0.022545794025063515], "std": [0.14139263331890106, 0.07005105912685394, 0.07105692476034164, 0.5036680102348328, 0.11906395107507706, 0.13977675139904022, 0.011361761018633842, 0.0105526652187109], "count": [349]}, "actions": {"min": [-1.0581731796264648, -0.7893285155296326, -0.7191455364227295, -0.4550651013851166, -0.22916831076145172, -0.14330382645130157, -1.0], "max": [0.7574384808540344, 0.7224417328834534, 1.6110889911651611, 0.1383940577507019, 0.1467847377061844, 0.24936825037002563, 1.0], "mean": [-0.005755595397204161, -0.03171340748667717, -0.0106783052906394, -0.02927691861987114, -0.005768893286585808, -0.0011536643141880631, 0.467048704624176], "std": [0.26547759771347046, 0.22776415944099426, 0.2555186152458191, 0.070577472448349, 0.04924608767032623, 0.04604132100939751, 0.8842324614524841], "count": [349]}, "timestamp": {"min": [0.0], "max": [34.8], "mean": [17.400000000000002], "std": [10.074720839804943], "count": [349]}, "frame_index": {"min": [0], "max": [348], "mean": [174.0], "std": [100.74720839804942], "count": [349]}, "episode_index": {"min": [2411.0], "max": [2411.0], "mean": [2411.0], "std": [0.0], "count": [349]}, "index": {"min": [849457.0], "max": [849805.0], "mean": [849631.0], "std": [100.74720839804942], "count": [349]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [349]}}} +{"episode_index": 2412, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3705072889141008]], [[0.3102018719841452]], [[0.24283484604779412]]], "std": [[[0.1395739443880238]], [[0.13671408694140677]], [[0.15311976278422115]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.36333062265433513]], [[0.29077663586186425]], [[0.21113391831341913]]], "std": [[[0.18327233756413508]], [[0.14199859210876298]], [[0.11219634340799053]]], "count": [100]}, "state": {"min": [-0.37935906648635864, -0.11116233468055725, 0.9892715215682983, 1.8963271379470825, -0.26289045810699463, -0.12965360283851624, 0.012734530493617058, -0.03998449817299843], "max": [-0.10359281301498413, 0.19054736196994781, 1.2015960216522217, 3.248539447784424, 0.29152828454971313, 0.27203798294067383, 0.04000186547636986, -0.01558006927371025], "mean": [-0.271539568901062, 0.08679144829511642, 1.1062450408935547, 2.6409947872161865, -0.047322776168584824, 0.12166806310415268, 0.021220654249191284, -0.0225119199603796], "std": [0.1020490750670433, 0.0741603672504425, 0.05679951608181, 0.4877796173095703, 0.13580931723117828, 0.13273237645626068, 0.011382939293980598, 0.010536381974816322], "count": [331]}, "actions": {"min": [-1.5287545919418335, -0.53404700756073, -0.4706438183784485, -0.28455403447151184, -0.25501009821891785, -0.15865492820739746, -1.0], "max": [0.4053594172000885, 0.4569365680217743, 1.6860965490341187, 0.12575697898864746, 0.1908855140209198, 0.17440176010131836, 1.0], "mean": [-0.01591053418815136, -0.042190100997686386, -0.03480559214949608, -0.029954582452774048, 0.0013634607894346118, -0.0017782555660232902, 0.48036253452301025], "std": [0.20839659869670868, 0.1730845421552658, 0.22709880769252777, 0.059559281915426254, 0.04388319328427315, 0.0388101190328598, 0.8770683407783508], "count": [331]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.555103348473002], "count": [331]}, "frame_index": {"min": [0], "max": [330], "mean": [165.0], "std": [95.55103348473003], "count": [331]}, "episode_index": {"min": [2412.0], "max": [2412.0], "mean": [2412.0], "std": [0.0], "count": [331]}, "index": {"min": [849806.0], "max": [850136.0], "mean": [849971.0], "std": [95.55103348473003], "count": [331]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [331]}}} +{"episode_index": 2413, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3660658880495558]], [[0.30522372556200217]], [[0.23790312583773746]]], "std": [[[0.13556472636908853]], [[0.13223708283396482]], [[0.14734851264836854]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34407784675149355]], [[0.2731888685039446]], [[0.1943139839920343]]], "std": [[[0.18647750623922116]], [[0.13983224122723287]], [[0.10306319922719141]]], "count": [100]}, "state": {"min": [-0.4195704460144043, -0.13503174483776093, 0.9919010996818542, 1.9872828722000122, -0.269383043050766, -0.1361818015575409, 0.011119157075881958, -0.03997695818543434], "max": [-0.08919088542461395, 0.18115964531898499, 1.2757314443588257, 3.2421700954437256, 0.4455384612083435, 0.34265023469924927, 0.04000028595328331, -0.012961763888597488], "mean": [-0.2792849838733673, 0.051734890788793564, 1.1332606077194214, 2.7039105892181396, 0.07092781364917755, 0.11117298156023026, 0.020625658333301544, -0.02168901450932026], "std": [0.11001582443714142, 0.08010604977607727, 0.07153204083442688, 0.4532184898853302, 0.18372681736946106, 0.14084573090076447, 0.010690521448850632, 0.00997030921280384], "count": [416]}, "actions": {"min": [-1.0431090593338013, -1.0025978088378906, -0.5554442405700684, -0.255420982837677, -0.20198848843574524, -0.14936000108718872, -1.0], "max": [0.9576621651649475, 1.009544014930725, 1.294843077659607, 0.1082240417599678, 0.20113429427146912, 0.14851215481758118, 1.0], "mean": [-0.0006475477130152285, -0.03915022313594818, -0.011528793722391129, -0.02352498285472393, 0.0029803994111716747, -0.0014688079245388508, 0.5480769276618958], "std": [0.20978839695453644, 0.19521503150463104, 0.20543178915977478, 0.054128870368003845, 0.05543691664934158, 0.035237159579992294, 0.8364265561103821], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [2413.0], "max": [2413.0], "mean": [2413.0], "std": [0.0], "count": [416]}, "index": {"min": [850137.0], "max": [850552.0], "mean": [850344.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [416]}}} +{"episode_index": 2414, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3666421215580959]], [[0.3065774141199448]], [[0.23967699955958946]]], "std": [[[0.13812160840715823]], [[0.1350695058815654]], [[0.15069949181747463]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.37866141883999693]], [[0.2999523997587316]], [[0.21280464262120863]]], "std": [[[0.18071767765357885]], [[0.13828017251984123]], [[0.10777556178006642]]], "count": [100]}, "state": {"min": [-0.3982517719268799, -0.11041776090860367, 1.0039191246032715, 1.884546160697937, -0.31391164660453796, -0.33409997820854187, 0.014202133752405643, -0.03999969735741615], "max": [-0.06139524281024933, 0.17820434272289276, 1.2623177766799927, 3.213446617126465, 0.17569184303283691, 0.31923621892929077, 0.039949607104063034, -0.01728699542582035], "mean": [-0.2608508765697479, 0.061769187450408936, 1.1382839679718018, 2.71398663520813, -0.07701344043016434, 0.03100837767124176, 0.02258368954062462, -0.023680156096816063], "std": [0.10756993293762207, 0.07768357545137405, 0.07593917846679688, 0.5057098269462585, 0.12430416792631149, 0.19898562133312225, 0.010102976113557816, 0.009294811636209488], "count": [345]}, "actions": {"min": [-0.7352157831192017, -0.5246067047119141, -0.6072058081626892, -0.2663814127445221, -0.1789897382259369, -0.18782107532024384, -1.0], "max": [0.8370459675788879, 0.8772473931312561, 0.8780593872070312, 0.14214979112148285, 0.14563216269016266, 0.1448221206665039, 1.0], "mean": [-0.0004836375592276454, -0.026295913383364677, -0.027954725548624992, -0.03000469133257866, -0.002465390833094716, 0.0012774672359228134, 0.5072463750839233], "std": [0.23856818675994873, 0.2118784636259079, 0.25236600637435913, 0.06627553701400757, 0.05300015211105347, 0.04917614534497261, 0.8618040084838867], "count": [345]}, "timestamp": {"min": [0.0], "max": [34.4], "mean": [17.2], "std": [9.959250306457141], "count": [345]}, "frame_index": {"min": [0], "max": [344], "mean": [172.0], "std": [99.59250306457142], "count": [345]}, "episode_index": {"min": [2414.0], "max": [2414.0], "mean": [2414.0], "std": [0.0], "count": [345]}, "index": {"min": [850553.0], "max": [850897.0], "mean": [850725.0], "std": [99.59250306457142], "count": [345]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [345]}}} +{"episode_index": 2415, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36549024975869443]], [[0.30543998690666346]], [[0.23783166211104814]]], "std": [[[0.13704052088121846]], [[0.1328180560262531]], [[0.1482888360362016]]], "count": [103]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4029548021945049]], [[0.30877994847438367]], [[0.20424032307524423]]], "std": [[[0.1877377320468553]], [[0.13367580060228748]], [[0.07823364249881641]]], "count": [103]}, "state": {"min": [-0.40770822763442993, -0.2688200771808624, 0.9883372783660889, 2.917046070098877, -0.2600420415401459, -0.5370423793792725, 0.014822941273450851, -0.04000512883067131], "max": [0.01139912661164999, 0.1545189768075943, 1.3121376037597656, 3.3013103008270264, 0.1147497147321701, 0.08668781816959381, 0.04000796377658844, -0.015077490359544754], "mean": [-0.1906590461730957, -0.02345079742372036, 1.183011531829834, 3.1192240715026855, -0.059861920773983, -0.15915492177009583, 0.02873877063393593, -0.028805814683437347], "std": [0.12780006229877472, 0.133113831281662, 0.0887509435415268, 0.09316156059503555, 0.10145303606987, 0.1349325031042099, 0.011478085070848465, 0.011480309069156647], "count": [485]}, "actions": {"min": [-1.8472936153411865, -1.4623411893844604, -0.5787045359611511, -0.20515622198581696, -0.28980204463005066, -0.28692731261253357, -1.0], "max": [1.0456510782241821, 1.154452919960022, 2.2906785011291504, 0.20830567181110382, 0.17363059520721436, 0.338640958070755, 1.0], "mean": [-5.399489600677043e-05, -0.04468192160129547, 0.015160556882619858, 0.00017890355957206339, 0.00040744757279753685, -0.008928470313549042, -0.09278350323438644], "std": [0.34219786524772644, 0.31963369250297546, 0.3171312212944031, 0.0533665306866169, 0.049910008907318115, 0.06334563344717026, 0.9956863522529602], "count": [485]}, "timestamp": {"min": [0.0], "max": [48.4], "mean": [24.2], "std": [14.00071426749364], "count": [485]}, "frame_index": {"min": [0], "max": [484], "mean": [242.0], "std": [140.0071426749364], "count": [485]}, "episode_index": {"min": [2415.0], "max": [2415.0], "mean": [2415.0], "std": [0.0], "count": [485]}, "index": {"min": [850898.0], "max": [851382.0], "mean": [851140.0], "std": [140.0071426749364], "count": [485]}, "task_index": {"min": [404.0], "max": [404.0], "mean": [404.0], "std": [0.0], "count": [485]}}} +{"episode_index": 2416, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3656815559076508]], [[0.3042041042091979]], [[0.2370948641907935]]], "std": [[[0.13585155685008746]], [[0.1332910296430023]], [[0.1481317476012596]]], "count": [104]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4020094340742983]], [[0.30900255091050094]], [[0.20489667774505385]]], "std": [[[0.18418149231991018]], [[0.12950852843194907]], [[0.07486441947614872]]], "count": [104]}, "state": {"min": [-0.4826843738555908, -0.24610130488872528, 0.9884943962097168, 2.8708415031433105, -0.36556413769721985, -0.8161038160324097, 0.013725669123232365, -0.04001395404338837], "max": [-0.02172733284533024, 0.18280233442783356, 1.272528052330017, 3.2543561458587646, 0.03031327947974205, 0.10482431203126907, 0.040006157010793686, -0.01559520699083805], "mean": [-0.2309235781431198, 0.006516941823065281, 1.1661044359207153, 3.110243082046509, -0.14758050441741943, -0.269071489572525, 0.028699448332190514, -0.02900249883532524], "std": [0.13531386852264404, 0.14208227396011353, 0.08157929033041, 0.08208916336297989, 0.11457860469818115, 0.20052842795848846, 0.01134705450385809, 0.011128195561468601], "count": [490]}, "actions": {"min": [-1.3935105800628662, -1.057757019996643, -0.6113759279251099, -0.21581614017486572, -0.29433077573776245, -0.2530728280544281, -1.0], "max": [1.8369290828704834, 1.4610934257507324, 1.1423399448394775, 0.2534429132938385, 0.1864292174577713, 0.4604288339614868, 1.0], "mean": [-0.004699354059994221, -0.037621837109327316, 0.004761487245559692, -0.0005004605045542121, 0.0006331968470476568, -0.007250030990689993, -0.0693877562880516], "std": [0.3255496025085449, 0.3187103569507599, 0.272505521774292, 0.05677784979343414, 0.05263415724039078, 0.07873676717281342, 0.9975873827934265], "count": [490]}, "timestamp": {"min": [0.0], "max": [48.9], "mean": [24.45], "std": [14.145052138468774], "count": [490]}, "frame_index": {"min": [0], "max": [489], "mean": [244.5], "std": [141.45052138468773], "count": [490]}, "episode_index": {"min": [2416.0], "max": [2416.0], "mean": [2416.0], "std": [0.0], "count": [490]}, "index": {"min": [851383.0], "max": [851872.0], "mean": [851627.5], "std": [141.45052138468773], "count": [490]}, "task_index": {"min": [404.0], "max": [404.0], "mean": [404.0], "std": [0.0], "count": [490]}}} +{"episode_index": 2417, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3655288594563802]], [[0.30579563514859065]], [[0.23847112259210324]]], "std": [[[0.13651677951229346]], [[0.13198237970040624]], [[0.1476141203805927]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3965590880150889]], [[0.3070697871189491]], [[0.20867233455882353]]], "std": [[[0.18100482350543792]], [[0.13234506402560983]], [[0.08945032850746547]]], "count": [100]}, "state": {"min": [-0.3439033031463623, -0.21661140024662018, 1.005271315574646, 2.098325252532959, -0.21816283464431763, -0.09600001573562622, 0.014021113514900208, -0.04000566154718399], "max": [-0.009549273177981377, 0.07123919576406479, 1.343477725982666, 3.349714756011963, 0.30558738112449646, 0.20566511154174805, 0.03994664177298546, -0.015261692926287651], "mean": [-0.18023166060447693, -0.019095204770565033, 1.1826664209365845, 2.8685991764068604, 0.004382645711302757, 0.03168777748942375, 0.027435291558504105, -0.028054650872945786], "std": [0.12310972064733505, 0.08584115654230118, 0.0898684486746788, 0.3772070109844208, 0.11912398040294647, 0.09439454972743988, 0.011961513198912144, 0.011335952207446098], "count": [290]}, "actions": {"min": [-0.9403349757194519, -1.0033931732177734, -0.7015126943588257, -0.4300539791584015, -0.19758102297782898, -0.14942580461502075, -1.0], "max": [1.0661630630493164, 0.7440313100814819, 1.032421588897705, 0.5125769376754761, 0.5139791369438171, 0.17874492704868317, 1.0], "mean": [0.012769730761647224, -0.035119980573654175, 0.017926976084709167, -0.01641063392162323, 0.0019533797167241573, -0.0014967415481805801, -0.013793103396892548], "std": [0.26826685667037964, 0.1924600899219513, 0.25036531686782837, 0.09052466601133347, 0.06552477180957794, 0.04248235374689102, 0.99990314245224], "count": [290]}, "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": [2417.0], "max": [2417.0], "mean": [2417.0], "std": [0.0], "count": [290]}, "index": {"min": [851873.0], "max": [852162.0], "mean": [852017.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [405.0], "max": [405.0], "mean": [405.0], "std": [0.0], "count": [290]}}} +{"episode_index": 2418, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36572681741153495]], [[0.3059775282915901]], [[0.2394133420458027]]], "std": [[[0.13595678355279964]], [[0.13212171075685214]], [[0.14770954411491274]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3885190782733992]], [[0.303094575769761]], [[0.20943554328469668]]], "std": [[[0.1771644804210844]], [[0.12950020208324617]], [[0.08825763739831041]]], "count": [100]}, "state": {"min": [-0.38131800293922424, -0.19768323004245758, 1.0158276557922363, 1.977036476135254, -0.2762500047683716, -0.2825098931789398, 0.013999691233038902, -0.04001036658883095], "max": [-0.0036718607880175114, 0.10524798184633255, 1.3476556539535522, 3.0496506690979004, 0.1351066529750824, 0.46552717685699463, 0.03982223570346832, -0.015952683985233307], "mean": [-0.19323690235614777, -0.007386547513306141, 1.1926308870315552, 2.7186408042907715, -0.07064824551343918, 0.02346624806523323, 0.026018746197223663, -0.027028804644942284], "std": [0.1363741159439087, 0.09313178062438965, 0.09403755515813828, 0.3504943549633026, 0.1056247130036354, 0.23948514461517334, 0.01179271936416626, 0.01120139379054308], "count": [291]}, "actions": {"min": [-1.053310751914978, -0.601526141166687, -0.9621462225914001, -0.3691617548465729, -0.1894140988588333, -0.23530255258083344, -1.0], "max": [0.7983774542808533, 0.5274749398231506, 1.0051929950714111, 0.3394624590873718, 0.42598170042037964, 0.15059372782707214, 1.0], "mean": [0.010520697571337223, -0.024952493607997894, 0.01459689810872078, -0.01682230457663536, -0.0053280675783753395, -0.0006229011924006045, 0.0996563583612442], "std": [0.2999228239059448, 0.21309418976306915, 0.2623109221458435, 0.07876646518707275, 0.061794131994247437, 0.05427318438887596, 0.9950233101844788], "count": [291]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.400396816024031], "count": [291]}, "frame_index": {"min": [0], "max": [290], "mean": [145.0], "std": [84.0039681602403], "count": [291]}, "episode_index": {"min": [2418.0], "max": [2418.0], "mean": [2418.0], "std": [0.0], "count": [291]}, "index": {"min": [852163.0], "max": [852453.0], "mean": [852308.0], "std": [84.0039681602403], "count": [291]}, "task_index": {"min": [405.0], "max": [405.0], "mean": [405.0], "std": [0.0], "count": [291]}}} +{"episode_index": 2419, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36477534095913755]], [[0.30485499303481156]], [[0.23787350822897518]]], "std": [[[0.13495836364351207]], [[0.13042315167262353]], [[0.14582430205038327]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9764705882352941]]], "mean": [[[0.39132212201286765]], [[0.30108333512848495]], [[0.20337702672621782]]], "std": [[[0.183719985745385]], [[0.13215295556464537]], [[0.08008016918848998]]], "count": [100]}, "state": {"min": [-0.41865667700767517, -0.206870436668396, 1.003730297088623, 2.1858699321746826, -0.31016042828559875, -0.19375857710838318, 0.01346890814602375, -0.040037401020526886], "max": [-0.022223997861146927, 0.0941556841135025, 1.3426049947738647, 3.1558525562286377, 0.13081040978431702, 0.3451959788799286, 0.039967361837625504, -0.015249433927237988], "mean": [-0.2128547728061676, -0.009001056663691998, 1.1938596963882446, 2.8859477043151855, -0.053428445011377335, 0.02067902870476246, 0.026879077777266502, -0.027519963681697845], "std": [0.15238827466964722, 0.09626185894012451, 0.08943473547697067, 0.3254235088825226, 0.12894493341445923, 0.19304397702217102, 0.012293553911149502, 0.011941452510654926], "count": [336]}, "actions": {"min": [-0.7736257314682007, -1.3979641199111938, -0.6929354667663574, -0.5370500683784485, -0.16328105330467224, -0.13155534863471985, -1.0], "max": [0.5106925964355469, 0.6011454463005066, 0.890699565410614, 0.2854853570461273, 0.4998374581336975, 0.12835848331451416, 1.0], "mean": [-0.015461691655218601, -0.04112420603632927, 0.011329440400004387, -0.009893801063299179, -0.002362319501116872, 0.0005499203689396381, 0.011904762126505375], "std": [0.25607603788375854, 0.17813590168952942, 0.2419673353433609, 0.0718592032790184, 0.06013229116797447, 0.03963753581047058, 0.9999284744262695], "count": [336]}, "timestamp": {"min": [0.0], "max": [33.5], "mean": [16.750000000000004], "std": [9.69944156468127], "count": [336]}, "frame_index": {"min": [0], "max": [335], "mean": [167.5], "std": [96.99441564681271], "count": [336]}, "episode_index": {"min": [2419.0], "max": [2419.0], "mean": [2419.0], "std": [0.0], "count": [336]}, "index": {"min": [852454.0], "max": [852789.0], "mean": [852621.5], "std": [96.99441564681271], "count": [336]}, "task_index": {"min": [405.0], "max": [405.0], "mean": [405.0], "std": [0.0], "count": [336]}}} +{"episode_index": 2420, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3725094191607307]], [[0.31111538696289065]], [[0.2430999839633119]]], "std": [[[0.13149110354219076]], [[0.13175863976547078]], [[0.15079267474538205]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.4193082933612898]], [[0.3252409231148514]], [[0.2187887309953278]]], "std": [[[0.17440390645161177]], [[0.1294277666544273]], [[0.09347329520351151]]], "count": [100]}, "state": {"min": [-0.3500405550003052, -0.1916559487581253, 1.003056287765503, 3.1007518768310547, -0.3760700225830078, -0.17332994937896729, 0.0015497613931074739, -0.03985857218503952], "max": [-0.1034490317106247, 0.03336416929960251, 1.2677513360977173, 3.290309429168701, 0.0427444763481617, 0.010489704087376595, 0.040005799382925034, -0.003966650925576687], "mean": [-0.20067565143108368, -0.10512316972017288, 1.1505508422851562, 3.227116107940674, -0.17331534624099731, -0.07726076245307922, 0.021936293691396713, -0.022030513733625412], "std": [0.08571143448352814, 0.05043129622936249, 0.08382990956306458, 0.032960809767246246, 0.1257508546113968, 0.05188121274113655, 0.01715870387852192, 0.016903745010495186], "count": [169]}, "actions": {"min": [-0.5496338605880737, -0.9643983244895935, -0.8513530492782593, -0.14300183951854706, -0.17082661390304565, -0.1770470142364502, -1.0], "max": [0.7781528234481812, 0.33980265259742737, 0.9231821894645691, 0.20824022591114044, 0.14360783994197845, 0.1238158792257309, 1.0], "mean": [-0.006734579335898161, -0.10172447562217712, 0.020842261612415314, -0.007692205719649792, -0.011968947015702724, -0.009749907068908215, 0.05325443670153618], "std": [0.2723357081413269, 0.19761580228805542, 0.33053553104400635, 0.042132195085287094, 0.054084908217191696, 0.046240247786045074, 0.998581051826477], "count": [169]}, "timestamp": {"min": [0.0], "max": [16.8], "mean": [8.399999999999999], "std": [4.878524367060187], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [2420.0], "max": [2420.0], "mean": [2420.0], "std": [0.0], "count": [169]}, "index": {"min": [852790.0], "max": [852958.0], "mean": [852874.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [169]}}} +{"episode_index": 2421, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3732998944450827]], [[0.31230369717467066]], [[0.2421532132017846]]], "std": [[[0.13261650668259412]], [[0.1301471104905623]], [[0.14958143314367095]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.4001334276386336]], [[0.30978436518650426]], [[0.2090201577579274]]], "std": [[[0.17946115553244824]], [[0.13173602723520808]], [[0.0930195222887222]]], "count": [100]}, "state": {"min": [-0.34147387742996216, -0.2130967676639557, 0.9890624284744263, 2.9373514652252197, -0.2554842531681061, -0.04193061217665672, 0.003192697651684284, -0.03997831046581268], "max": [-0.09028180688619614, 0.025624452158808708, 1.2545346021652222, 3.2006494998931885, 0.042546648532152176, 0.13373078405857086, 0.03998839855194092, -0.003918851260095835], "mean": [-0.19739343225955963, -0.10438978672027588, 1.1444058418273926, 3.0937612056732178, -0.11358688026666641, 0.06017732992768288, 0.02379780448973179, -0.02402290143072605], "std": [0.08675143122673035, 0.06876249611377716, 0.08063265681266785, 0.06961698085069656, 0.08424346894025803, 0.046772610396146774, 0.017142022028565407, 0.016967840492725372], "count": [179]}, "actions": {"min": [-0.6048701405525208, -0.5755442380905151, -0.5702742338180542, -0.1795571893453598, -0.166544109582901, -0.24008499085903168, -1.0], "max": [0.7155433297157288, 0.24229715764522552, 1.2877920866012573, 0.20791883766651154, 0.08878887444734573, 0.26606789231300354, 1.0], "mean": [-0.007502157706767321, -0.09846547991037369, 0.01183693204075098, -0.005707564298063517, -0.011136961169540882, -0.004606072325259447, -0.11731843650341034], "std": [0.2721327841281891, 0.1465091109275818, 0.3175296187400818, 0.0508284792304039, 0.04493272677063942, 0.05347216874361038, 0.993093729019165], "count": [179]}, "timestamp": {"min": [0.0], "max": [17.8], "mean": [8.9], "std": [5.167204273105526], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [2421.0], "max": [2421.0], "mean": [2421.0], "std": [0.0], "count": [179]}, "index": {"min": [852959.0], "max": [853137.0], "mean": [853048.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [179]}}} +{"episode_index": 2422, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697607906565947]], [[0.30789200188131893]], [[0.23863602223115807]]], "std": [[[0.1321993886180503]], [[0.1304232863537038]], [[0.14809761583318992]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.3961458847943474]], [[0.30696274282418046]], [[0.20703269210516237]]], "std": [[[0.18172318804917725]], [[0.13277076782762526]], [[0.09222762814487666]]], "count": [100]}, "state": {"min": [-0.3448199927806854, -0.1899469941854477, 1.0131841897964478, 2.9232614040374756, -0.2514428198337555, -0.05849077180027962, 0.0052151610143482685, -0.03996454179286957], "max": [-0.0919593796133995, 0.017448652535676956, 1.3156375885009766, 3.2151002883911133, 0.13839691877365112, 0.10754556208848953, 0.03993259370326996, -0.0055779265239834785], "mean": [-0.20113180577754974, -0.10774622857570648, 1.162465214729309, 3.088771104812622, -0.07729317247867584, 0.019496463239192963, 0.022268125787377357, -0.022387148812413216], "std": [0.0894622802734375, 0.05487676337361336, 0.09451089054346085, 0.07348433881998062, 0.11542526632547379, 0.03887910023331642, 0.016533592715859413, 0.01641130819916725], "count": [178]}, "actions": {"min": [-0.620589017868042, -0.8030303716659546, -0.6052243113517761, -0.22079914808273315, -0.15757843852043152, -0.2005557119846344, -1.0], "max": [0.6950578093528748, 0.3944556415081024, 0.9513556957244873, 0.1634134203195572, 0.08153767883777618, 0.24026073515415192, 1.0], "mean": [-0.013880733400583267, -0.08307462185621262, 0.042398110032081604, -0.007269273977726698, -0.012126417830586433, -0.006236323621124029, 0.0], "std": [0.26723042130470276, 0.1691560000181198, 0.31683120131492615, 0.043968044221401215, 0.0430753268301487, 0.047503478825092316, 1.0], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [2422.0], "max": [2422.0], "mean": [2422.0], "std": [0.0], "count": [178]}, "index": {"min": [853138.0], "max": [853315.0], "mean": [853226.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [337.0], "max": [337.0], "mean": [337.0], "std": [0.0], "count": [178]}}} +{"episode_index": 2423, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.361673314113243]], [[0.2955992946250766]], [[0.22463004736806833]]], "std": [[[0.13201860911114183]], [[0.12848817883243194]], [[0.1414466039551361]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9372549019607843]], [[0.9294117647058824]]], "mean": [[[0.3653158102596507]], [[0.27732000134037993]], [[0.18285977472043505]]], "std": [[[0.16890420405758302]], [[0.11759993001589514]], [[0.07026797696477063]]], "count": [100]}, "state": {"min": [-0.4423496127128601, -0.315191388130188, 0.9913106560707092, 2.4020700454711914, -0.2883475422859192, -0.3130614757537842, 0.014250464737415314, -0.040006302297115326], "max": [-0.23320868611335754, 0.21411938965320587, 1.2615584135055542, 3.2780516147613525, 0.15230302512645721, 0.09050388634204865, 0.040007706731557846, -0.013761607930064201], "mean": [-0.3416779339313507, 0.0004642642452381551, 1.133177399635315, 3.0520553588867188, -0.11768309772014618, -0.09574656933546066, 0.028948398306965828, -0.02921384945511818], "std": [0.06090353801846504, 0.1665785163640976, 0.074578657746315, 0.2288914918899536, 0.12474601715803146, 0.11469920724630356, 0.011216730810701847, 0.011045685969293118], "count": [357]}, "actions": {"min": [-0.5953630208969116, -2.4842123985290527, -1.1022275686264038, -0.2604126036167145, -0.17732316255569458, -0.1941700428724289, -1.0], "max": [0.5256319642066956, 1.2375825643539429, 1.609470009803772, 0.3189358115196228, 0.44982829689979553, 0.24107836186885834, 1.0], "mean": [0.011041274294257164, -0.06985259056091309, 0.03048664890229702, -0.003088695229962468, -0.0031363607849925756, -0.006589412689208984, -0.11484593898057938], "std": [0.17194513976573944, 0.49950724840164185, 0.3119952380657196, 0.08454681187868118, 0.06430548429489136, 0.06397023051977158, 0.9933831691741943], "count": [357]}, "timestamp": {"min": [0.0], "max": [35.6], "mean": [17.8], "std": [10.305661874264393], "count": [357]}, "frame_index": {"min": [0], "max": [356], "mean": [178.0], "std": [103.05661874264392], "count": [357]}, "episode_index": {"min": [2423.0], "max": [2423.0], "mean": [2423.0], "std": [0.0], "count": [357]}, "index": {"min": [853316.0], "max": [853672.0], "mean": [853494.0], "std": [103.05661874264392], "count": [357]}, "task_index": {"min": [406.0], "max": [406.0], "mean": [406.0], "std": [0.0], "count": [357]}}} +{"episode_index": 2424, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36010575896618413]], [[0.2955128060135187]], [[0.2243949136173024]]], "std": [[[0.13015758669918842]], [[0.12347540699966009]], [[0.13651541817584958]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9490196078431372]]], "mean": [[[0.36305063584271596]], [[0.2743344373516008]], [[0.18074997726141237]]], "std": [[[0.16656398861640145]], [[0.11714999695752976]], [[0.07187597699620149]]], "count": [100]}, "state": {"min": [-0.45327579975128174, -0.24361877143383026, 0.9967061281204224, 2.2721033096313477, -0.3291110396385193, -0.35077932476997375, 0.013783816248178482, -0.04002510756254196], "max": [-0.23665745556354523, 0.2514335513114929, 1.3015921115875244, 3.2587413787841797, 0.23883475363254547, 0.0757635310292244, 0.04000432789325714, -0.015143550001084805], "mean": [-0.33600571751594543, 0.03767602518200874, 1.1486893892288208, 2.975663185119629, 0.012862998992204666, -0.04301661625504494, 0.02702772058546543, -0.02760269306600094], "std": [0.06745421886444092, 0.16747210919857025, 0.08542510867118835, 0.30668947100639343, 0.1286541074514389, 0.10497964173555374, 0.011982522904872894, 0.011671377345919609], "count": [386]}, "actions": {"min": [-0.5065152645111084, -1.6935068368911743, -0.712361216545105, -0.2590917944908142, -0.24634894728660583, -0.26834025979042053, -1.0], "max": [0.8300528526306152, 1.456979751586914, 1.1373621225357056, 0.3060610890388489, 0.3406055271625519, 0.2056523859500885, 1.0], "mean": [0.014688665978610516, -0.052498359233140945, 0.023773962631821632, -0.0007534001488238573, 0.003655614098533988, -0.007499723229557276, -0.010362694039940834], "std": [0.14819833636283875, 0.4609965980052948, 0.31091493368148804, 0.08199597150087357, 0.0639241486787796, 0.05578300729393959, 0.999947190284729], "count": [386]}, "timestamp": {"min": [0.0], "max": [38.5], "mean": [19.25], "std": [11.142822802144885], "count": [386]}, "frame_index": {"min": [0], "max": [385], "mean": [192.5], "std": [111.42822802144886], "count": [386]}, "episode_index": {"min": [2424.0], "max": [2424.0], "mean": [2424.0], "std": [0.0], "count": [386]}, "index": {"min": [853673.0], "max": [854058.0], "mean": [853865.5], "std": [111.42822802144886], "count": [386]}, "task_index": {"min": [406.0], "max": [406.0], "mean": [406.0], "std": [0.0], "count": [386]}}} +{"episode_index": 2425, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3593279478783701]], [[0.29508886898265163]], [[0.22342492436427694]]], "std": [[[0.13007940832717957]], [[0.12244480378081218]], [[0.1356015402195595]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3589936008827359]], [[0.27332444852941173]], [[0.18098513375076594]]], "std": [[[0.1711320226748428]], [[0.11879391005818915]], [[0.07190939542919089]]], "count": [100]}, "state": {"min": [-0.5179105997085571, -0.25205856561660767, 0.9978135228157043, 2.296642541885376, -0.5322760343551636, -0.646908164024353, 0.014016781002283096, -0.04002492129802704], "max": [-0.25457480549812317, 0.2495000958442688, 1.316674828529358, 3.261416435241699, 0.1723366230726242, -0.03988989070057869, 0.04000551626086235, -0.014224394224584103], "mean": [-0.3681396543979645, 0.021374119445681572, 1.1792685985565186, 3.0175487995147705, -0.08634256571531296, -0.2575455605983734, 0.027649985626339912, -0.027988338842988014], "std": [0.08254626393318176, 0.16901922225952148, 0.0897732749581337, 0.2842189073562622, 0.17563605308532715, 0.15160343050956726, 0.012006103992462158, 0.011861682869493961], "count": [433]}, "actions": {"min": [-0.5998153686523438, -1.5305910110473633, -1.3831934928894043, -0.3527277708053589, -0.22531110048294067, -0.1876567155122757, -1.0], "max": [0.9897490739822388, 2.0203471183776855, 1.2871522903442383, 0.37784284353256226, 0.5375505685806274, 0.16962885856628418, 1.0], "mean": [0.015999026596546173, -0.040738221257925034, 0.006263373419642448, 0.0009460402652621269, 0.004090937785804272, -0.010362858884036541, -0.04849884659051895], "std": [0.19596697390079498, 0.42566531896591187, 0.3297610282897949, 0.08095747232437134, 0.0625222846865654, 0.055139463394880295, 0.9988215565681458], "count": [433]}, "timestamp": {"min": [0.0], "max": [43.2], "mean": [21.599999999999998], "std": [12.499599993599796], "count": [433]}, "frame_index": {"min": [0], "max": [432], "mean": [216.0], "std": [124.99599993599796], "count": [433]}, "episode_index": {"min": [2425.0], "max": [2425.0], "mean": [2425.0], "std": [0.0], "count": [433]}, "index": {"min": [854059.0], "max": [854491.0], "mean": [854275.0], "std": [124.99599993599796], "count": [433]}, "task_index": {"min": [406.0], "max": [406.0], "mean": [406.0], "std": [0.0], "count": [433]}}} +{"episode_index": 2426, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3614551361682368]], [[0.29954588587143843]], [[0.23108540015127144]]], "std": [[[0.13690455838285379]], [[0.13254857262446393]], [[0.14656308460794323]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3653443956562117]], [[0.28736596619849114]], [[0.19918346988453586]]], "std": [[[0.17745584306969123]], [[0.12972032845184525]], [[0.09318391059721462]]], "count": [100]}, "state": {"min": [-0.45134466886520386, -0.1465701013803482, 0.9970861077308655, 1.8093950748443604, -0.23292315006256104, -0.30585670471191406, 0.01554839313030243, -0.03995542973279953], "max": [-0.07666155695915222, 0.17103227972984314, 1.1829465627670288, 3.1721935272216797, 0.272451251745224, 0.47324150800704956, 0.039973512291908264, -0.018951863050460815], "mean": [-0.29609084129333496, 0.059679847210645676, 1.107715129852295, 2.667227029800415, -0.03391435369849205, 0.12482745200395584, 0.023999454453587532, -0.02518555521965027], "std": [0.13566192984580994, 0.07715848833322525, 0.05261754244565964, 0.5147119760513306, 0.11707977205514908, 0.2819455862045288, 0.009970388375222683, 0.009171904064714909], "count": [301]}, "actions": {"min": [-0.9727990031242371, -0.7199369668960571, -0.7949326038360596, -0.4202568233013153, -0.1480111926794052, -0.2048490345478058, -1.0], "max": [0.7863834500312805, 0.5839866399765015, 0.7316668629646301, 0.2637631595134735, 0.1542735993862152, 0.18457089364528656, 1.0], "mean": [-0.0008068286115303636, -0.029833432286977768, -0.027609534561634064, -0.035202037543058395, -0.004842451307922602, 0.004712337162345648, 0.44186046719551086], "std": [0.28311511874198914, 0.19421687722206116, 0.20847176015377045, 0.07728346437215805, 0.05130413547158241, 0.049484238028526306, 0.8970854878425598], "count": [301]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.689073598491383], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [2426.0], "max": [2426.0], "mean": [2426.0], "std": [0.0], "count": [301]}, "index": {"min": [854492.0], "max": [854792.0], "mean": [854642.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [301]}}} +{"episode_index": 2427, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3609753124760647]], [[0.300196434469784]], [[0.23143946808459712]]], "std": [[[0.14141729691010954]], [[0.13564156470646824]], [[0.1491310241401298]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3682836961933211]], [[0.29013881189682905]], [[0.20127385038488052]]], "std": [[[0.18615520542107447]], [[0.13384435926937438]], [[0.0897759403080384]]], "count": [100]}, "state": {"min": [-0.4287647008895874, -0.18218962848186493, 0.9890953302383423, 1.8581169843673706, -0.2953144311904907, -0.020873721688985825, 0.013160948641598225, -0.039850104600191116], "max": [-0.09761260449886322, 0.19310101866722107, 1.2090387344360352, 3.2928404808044434, 0.21612128615379333, 0.5406693816184998, 0.04000824689865112, -0.016153011471033096], "mean": [-0.2827342748641968, 0.05599309504032135, 1.0957074165344238, 2.8469767570495605, -0.06251195818185806, 0.23222099244594574, 0.02289673686027527, -0.02377813123166561], "std": [0.12738710641860962, 0.09750638902187347, 0.05601097270846367, 0.516947329044342, 0.1263163983821869, 0.20043420791625977, 0.011341496370732784, 0.010553905740380287], "count": [288]}, "actions": {"min": [-1.3648728132247925, -0.7301661968231201, -0.5168977975845337, -0.47601768374443054, -0.23874512314796448, -0.1438503861427307, -1.0], "max": [0.7279328107833862, 0.5023394823074341, 0.8150070905685425, 0.11912219226360321, 0.25932401418685913, 0.15896156430244446, 1.0], "mean": [-0.018491994589567184, -0.05675033852458, -0.019482530653476715, -0.03486749902367592, -0.010468621738255024, 0.008314727805554867, 0.4097222089767456], "std": [0.26215773820877075, 0.2157728672027588, 0.21830521523952484, 0.07559457421302795, 0.06198384612798691, 0.042776793241500854, 0.912213146686554], "count": [288]}, "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": [2427.0], "max": [2427.0], "mean": [2427.0], "std": [0.0], "count": [288]}, "index": {"min": [854793.0], "max": [855080.0], "mean": [854936.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [288]}}} +{"episode_index": 2428, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.363218552533318]], [[0.3009009435317096]], [[0.23249507948931528]]], "std": [[[0.13876311675859754]], [[0.13530226702693093]], [[0.14953128931823964]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.369336778827742]], [[0.2893335391773897]], [[0.198619592404833]]], "std": [[[0.1838325537857168]], [[0.13458846101700475]], [[0.09419935082865492]]], "count": [100]}, "state": {"min": [-0.37502866983413696, -0.19184882938861847, 0.9889788031578064, 1.8387566804885864, -0.23205634951591492, -0.008008833974599838, 0.013221237808465958, -0.04000280052423477], "max": [-0.07884079217910767, 0.17141768336296082, 1.222198724746704, 3.24518084526062, 0.41615626215934753, 0.4795458912849426, 0.03994736447930336, -0.015499906614422798], "mean": [-0.2595422863960266, 0.048870887607336044, 1.105067253112793, 2.715301752090454, 0.021921057254076004, 0.19556674361228943, 0.02213938720524311, -0.023196887224912643], "std": [0.11062387377023697, 0.09225897490978241, 0.06544651091098785, 0.49359121918678284, 0.1549939662218094, 0.1870919167995453, 0.011419301852583885, 0.010653647594153881], "count": [296]}, "actions": {"min": [-1.5198719501495361, -0.6849527359008789, -0.691016674041748, -0.3525997996330261, -0.14761655032634735, -0.11913750320672989, -1.0], "max": [0.4547961354255676, 0.6935187578201294, 1.1038390398025513, 0.08870848268270493, 0.16710934042930603, 0.20145748555660248, 1.0], "mean": [-0.010142787359654903, -0.06591912358999252, -0.021373242139816284, -0.03893706947565079, -0.0032549328170716763, 0.005316991824656725, 0.4324324429035187], "std": [0.24907001852989197, 0.20583869516849518, 0.24504052102565765, 0.06916608661413193, 0.051370780915021896, 0.03998354822397232, 0.9016647338867188], "count": [296]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.544735221175667], "count": [296]}, "frame_index": {"min": [0], "max": [295], "mean": [147.5], "std": [85.44735221175668], "count": [296]}, "episode_index": {"min": [2428.0], "max": [2428.0], "mean": [2428.0], "std": [0.0], "count": [296]}, "index": {"min": [855081.0], "max": [855376.0], "mean": [855228.5], "std": [85.44735221175668], "count": [296]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [296]}}} +{"episode_index": 2429, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36238870957318475]], [[0.3007300109863281]], [[0.23211248898973652]]], "std": [[[0.13776280155]], [[0.13311721466288157]], [[0.14725291460614603]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.34659281113568474]], [[0.27210185391295194]], [[0.187970947265625]]], "std": [[[0.18421666944633472]], [[0.13837188648427023]], [[0.1018764225915581]]], "count": [100]}, "state": {"min": [-0.3930428922176361, -0.14672163128852844, 0.9914646148681641, 1.7539480924606323, -0.10063377767801285, -0.1992865949869156, 0.01318891067057848, -0.039921458810567856], "max": [-0.08408506214618683, 0.18963953852653503, 1.200799584388733, 3.234825611114502, 0.4474901258945465, 0.39430055022239685, 0.04000502824783325, -0.015981756150722504], "mean": [-0.28315529227256775, 0.047512829303741455, 1.1045066118240356, 2.625439405441284, 0.11371342092752457, 0.10300381481647491, 0.020597299560904503, -0.02190934307873249], "std": [0.1150788888335228, 0.08768583089113235, 0.0614737905561924, 0.5110182166099548, 0.14843416213989258, 0.1950550675392151, 0.010601576417684555, 0.009797015227377415], "count": [329]}, "actions": {"min": [-1.107029676437378, -0.43940120935440063, -0.5719626545906067, -0.31859514117240906, -0.4526340067386627, -0.14053621888160706, -1.0], "max": [0.8370856642723083, 0.6487956047058105, 0.7456209063529968, 0.19436536729335785, 0.23869290947914124, 0.23762796819210052, 1.0], "mean": [-0.011853520758450031, -0.044798072427511215, -0.020872285589575768, -0.035029396414756775, 0.0013851419789716601, 0.003236716380342841, 0.5562310218811035], "std": [0.23877304792404175, 0.19539234042167664, 0.2113013118505478, 0.07548702508211136, 0.06031208857893944, 0.0547463484108448, 0.8310273289680481], "count": [329]}, "timestamp": {"min": [0.0], "max": [32.8], "mean": [16.400000000000002], "std": [9.497368056467012], "count": [329]}, "frame_index": {"min": [0], "max": [328], "mean": [164.0], "std": [94.97368056467013], "count": [329]}, "episode_index": {"min": [2429.0], "max": [2429.0], "mean": [2429.0], "std": [0.0], "count": [329]}, "index": {"min": [855377.0], "max": [855705.0], "mean": [855541.0], "std": [94.97368056467013], "count": [329]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [329]}}} +{"episode_index": 2430, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36410012099322153]], [[0.3029625866459865]], [[0.23400104477826286]]], "std": [[[0.14132036628472266]], [[0.13646178136230389]], [[0.1510279040461861]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.39328918277516084]], [[0.3040290766697304]], [[0.20755334532494638]]], "std": [[[0.17676839496926594]], [[0.12728769190776254]], [[0.08111344160587698]]], "count": [100]}, "state": {"min": [-0.38300415873527527, -0.255427747964859, 0.9913573861122131, 2.1936604976654053, -0.37697115540504456, -0.2772798240184784, 0.015012582764029503, -0.04000499099493027], "max": [-0.013312175869941711, 0.07923746854066849, 1.3016834259033203, 3.2321321964263916, 0.11354444175958633, 0.5149210691452026, 0.03993021324276924, -0.014611300081014633], "mean": [-0.20980536937713623, -0.03053278848528862, 1.1670582294464111, 2.8585410118103027, -0.14515282213687897, 0.03726436197757721, 0.02692646160721779, -0.027318889275193214], "std": [0.1340348720550537, 0.11033638566732407, 0.0782925933599472, 0.33367833495140076, 0.1259172409772873, 0.27821028232574463, 0.011081041768193245, 0.010786042548716068], "count": [256]}, "actions": {"min": [-0.8726370930671692, -0.7910192012786865, -0.9064386487007141, -0.4274238049983978, -0.3041296601295471, -0.16177046298980713, -1.0], "max": [0.6578936576843262, 0.8107370734214783, 0.7906781435012817, 0.5350683927536011, 0.4990369975566864, 0.2884501814842224, 1.0], "mean": [0.004813032690435648, -0.06196190416812897, 0.014208011329174042, -0.01878209412097931, -0.0052368491888046265, 0.004052361007779837, 0.1015625], "std": [0.3139078617095947, 0.21602129936218262, 0.28227269649505615, 0.09561803191900253, 0.0755305290222168, 0.06100507825613022, 0.9948291778564453], "count": [256]}, "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": [2430.0], "max": [2430.0], "mean": [2430.0], "std": [0.0], "count": [256]}, "index": {"min": [855706.0], "max": [855961.0], "mean": [855833.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [407.0], "max": [407.0], "mean": [407.0], "std": [0.0], "count": [256]}}} +{"episode_index": 2431, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36271278889973957]], [[0.3014491188198912]], [[0.23344724049287685]]], "std": [[[0.14175585120569717]], [[0.13849427324560293]], [[0.15268759495866213]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3904149965772442]], [[0.3034298047832414]], [[0.2089011236452589]]], "std": [[[0.17969657420189938]], [[0.12976079766417362]], [[0.08355287156203087]]], "count": [100]}, "state": {"min": [-0.4137010872364044, -0.22700971364974976, 0.9886471629142761, 2.0493671894073486, -0.4265792667865753, -0.23897802829742432, 0.013303698971867561, -0.04005565866827965], "max": [0.0029126692097634077, 0.034422218799591064, 1.34348464012146, 3.2772438526153564, 0.05802064761519432, 0.5587144494056702, 0.040003713220357895, -0.014946571551263332], "mean": [-0.21115176379680634, -0.052056778222322464, 1.1856180429458618, 2.878369092941284, -0.14479228854179382, 0.0892794132232666, 0.026919543743133545, -0.027299964800477028], "std": [0.1465444713830948, 0.08982014656066895, 0.08829853683710098, 0.4197608530521393, 0.13030041754245758, 0.28020668029785156, 0.01230795681476593, 0.011930703185498714], "count": [320]}, "actions": {"min": [-9.707772254943848, -1.092781901359558, -3.944983720779419, -0.4189068675041199, -2.383776903152466, -14.916947364807129, -1.0], "max": [2.732780694961548, 6.7378106117248535, 1.3911231756210327, 10.112592697143555, 0.39308395981788635, 0.2844148874282837, 1.0], "mean": [-0.015279082581400871, -0.02284596860408783, -0.002173789544031024, 0.013335242867469788, -0.01430615782737732, -0.049842387437820435, 0.0062500000931322575], "std": [0.6366286277770996, 0.41640257835388184, 0.35596176981925964, 0.572455644607544, 0.14890331029891968, 0.8364349007606506, 0.9999805092811584], "count": [320]}, "timestamp": {"min": [0.0], "max": [31.9], "mean": [15.95], "std": [9.237559201434111], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [2431.0], "max": [2431.0], "mean": [2431.0], "std": [0.0], "count": [320]}, "index": {"min": [855962.0], "max": [856281.0], "mean": [856121.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [407.0], "max": [407.0], "mean": [407.0], "std": [0.0], "count": [320]}}} +{"episode_index": 2432, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36319783049938725]], [[0.30188133987725946]], [[0.23255321248372396]]], "std": [[[0.13703769802472565]], [[0.13195199984729508]], [[0.14670627744531195]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9803921568627451]], [[0.9764705882352941]]], "mean": [[[0.3963574613683364]], [[0.30607369217218133]], [[0.20560313146254597]]], "std": [[[0.17805446274506945]], [[0.12600747557815434]], [[0.07730274305893056]]], "count": [100]}, "state": {"min": [-0.38860994577407837, -0.22271426022052765, 1.0020838975906372, 2.2420573234558105, -0.33422160148620605, -0.30224770307540894, 0.015555654652416706, -0.040007855743169785], "max": [-0.005020869430154562, 0.05297386646270752, 1.3715624809265137, 3.1439552307128906, 0.26503026485443115, 0.5161258578300476, 0.039918262511491776, -0.016901925206184387], "mean": [-0.1989782303571701, -0.05302513390779495, 1.2065470218658447, 2.8413844108581543, -0.060037173330783844, 0.0964321494102478, 0.0267501100897789, -0.027425820007920265], "std": [0.1413925588130951, 0.08948598802089691, 0.09677527099847794, 0.311489075422287, 0.14083345234394073, 0.30393409729003906, 0.01084068976342678, 0.010447898879647255], "count": [290]}, "actions": {"min": [-1.3982151746749878, -0.7780260443687439, -1.118515133857727, -0.28882259130477905, -0.20504862070083618, -0.189988374710083, -1.0], "max": [1.3917464017868042, 0.6829829812049866, 1.1233291625976562, 0.511346161365509, 0.5303421020507812, 0.24347054958343506, 1.0], "mean": [0.0020849958527833223, -0.04299786686897278, 0.00904657319188118, -0.01521087996661663, -0.003155508078634739, 0.004267986863851547, 0.13793103396892548], "std": [0.32186225056648254, 0.19280050694942474, 0.2848109304904938, 0.08407042175531387, 0.06424328684806824, 0.07037165015935898, 0.9904420971870422], "count": [290]}, "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": [2432.0], "max": [2432.0], "mean": [2432.0], "std": [0.0], "count": [290]}, "index": {"min": [856282.0], "max": [856571.0], "mean": [856426.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [407.0], "max": [407.0], "mean": [407.0], "std": [0.0], "count": [290]}}} +{"episode_index": 2433, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36559931676528035]], [[0.3045107535567938]], [[0.23709670481962314]]], "std": [[[0.13974009582109925]], [[0.1374046681214321]], [[0.15287951372273473]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.4004365282245711]], [[0.30796338129978557]], [[0.20687995402018228]]], "std": [[[0.18084291530989796]], [[0.1289484153897422]], [[0.0772974059339339]]], "count": [100]}, "state": {"min": [-0.36765119433403015, -0.2658703923225403, 0.9882619976997375, 2.3010525703430176, -0.3239559531211853, -0.29667928814888, 0.01676306128501892, -0.039981141686439514], "max": [0.0027433831710368395, 0.0652516558766365, 1.3165841102600098, 3.2137622833251953, 0.04275069385766983, 0.5693089365959167, 0.04000290855765343, -0.01462587621062994], "mean": [-0.18195344507694244, -0.05586707592010498, 1.1748675107955933, 2.96425724029541, -0.10870819538831711, 0.038913581520318985, 0.0279186200350523, -0.02826392836868763], "std": [0.13379377126693726, 0.10343775898218155, 0.08532868325710297, 0.30671319365501404, 0.0900299921631813, 0.30253106355667114, 0.010300865396857262, 0.01004599779844284], "count": [263]}, "actions": {"min": [-1.0104008913040161, -0.7151197791099548, -0.796794593334198, -0.4001705050468445, -0.2849362790584564, -0.14632423222064972, -1.0], "max": [0.9377192258834839, 0.6127181053161621, 1.4109046459197998, 0.24471721053123474, 0.2472905069589615, 0.30543258786201477, 1.0], "mean": [0.004994432907551527, -0.05169742926955223, 0.017794504761695862, -0.016481643542647362, -0.005597619339823723, 0.007337399758398533, 0.09505703300237656], "std": [0.3237336277961731, 0.2157442718744278, 0.28835487365722656, 0.0790860578417778, 0.05997997894883156, 0.06121295318007469, 0.9954723119735718], "count": [263]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.592101158440923], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [2433.0], "max": [2433.0], "mean": [2433.0], "std": [0.0], "count": [263]}, "index": {"min": [856572.0], "max": [856834.0], "mean": [856703.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [407.0], "max": [407.0], "mean": [407.0], "std": [0.0], "count": [263]}}} +{"episode_index": 2434, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3611268663593367]], [[0.2971277723125383]], [[0.2272440305223652]]], "std": [[[0.13400205659643924]], [[0.12949536230242054]], [[0.14299025532875742]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.369150182985792]], [[0.28373407879997703]], [[0.19045355763154873]]], "std": [[[0.16550405566147708]], [[0.1158839712238138]], [[0.07670645955473214]]], "count": [100]}, "state": {"min": [-0.45697930455207825, -0.25011390447616577, 0.9879774451255798, 2.253200054168701, -0.3511325716972351, -0.36434364318847656, 0.01378672942519188, -0.04001942276954651], "max": [-0.19774845242500305, 0.25788021087646484, 1.3102967739105225, 3.229382038116455, 0.0735776498913765, 0.3339284658432007, 0.039979055523872375, -0.013831496238708496], "mean": [-0.35142719745635986, 0.049482155591249466, 1.1489830017089844, 2.861196994781494, -0.15834350883960724, 0.030342891812324524, 0.028923165053129196, -0.029561249539256096], "std": [0.07979351282119751, 0.15708370506763458, 0.08481204509735107, 0.31005990505218506, 0.11158828437328339, 0.199977308511734, 0.011784523725509644, 0.011434352956712246], "count": [449]}, "actions": {"min": [-1.552761197090149, -1.5303219556808472, -0.8076943159103394, -0.28814470767974854, -0.31024298071861267, -0.2686486840248108, -1.0], "max": [0.5274142622947693, 1.3490073680877686, 1.8253344297409058, 0.3838029205799103, 0.3421326279640198, 0.23016969859600067, 1.0], "mean": [0.0075002396479249, -0.006616025697439909, 0.020580096170306206, -0.006429786328226328, -0.00139304855838418, -0.0001451160933356732, -0.15367482602596283], "std": [0.22976969182491302, 0.4240562319755554, 0.3200891613960266, 0.09797630459070206, 0.06556051224470139, 0.05702485889196396, 0.9881219863891602], "count": [449]}, "timestamp": {"min": [0.0], "max": [44.8], "mean": [22.400000000000002], "std": [12.96148139681572], "count": [449]}, "frame_index": {"min": [0], "max": [448], "mean": [224.0], "std": [129.6148139681572], "count": [449]}, "episode_index": {"min": [2434.0], "max": [2434.0], "mean": [2434.0], "std": [0.0], "count": [449]}, "index": {"min": [856835.0], "max": [857283.0], "mean": [857059.0], "std": [129.6148139681572], "count": [449]}, "task_index": {"min": [408.0], "max": [408.0], "mean": [408.0], "std": [0.0], "count": [449]}}} +{"episode_index": 2435, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3626276735791973]], [[0.2983219730152803]], [[0.2266402312634038]]], "std": [[[0.13045170664899697]], [[0.12346871609005063]], [[0.13766830280395337]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.35271685491823684]], [[0.2718752052456725]], [[0.1860272695503983]]], "std": [[[0.16757899222134187]], [[0.12206611632674683]], [[0.08782848004190703]]], "count": [100]}, "state": {"min": [-0.4544353485107422, -0.21172526478767395, 1.002145528793335, 2.0772957801818848, -0.2065199911594391, -0.20637255907058716, 0.01413649506866932, -0.04002390801906586], "max": [-0.2233557403087616, 0.24642008543014526, 1.269607663154602, 3.303858757019043, 0.19655446708202362, 0.20735444128513336, 0.040007561445236206, -0.014677640981972218], "mean": [-0.33913591504096985, 0.05639948695898056, 1.151693344116211, 2.790377616882324, -0.017458150163292885, -0.04091978818178177, 0.02697659656405449, -0.027727769687771797], "std": [0.06969746202230453, 0.14520029723644257, 0.07616402208805084, 0.3952611982822418, 0.09254755079746246, 0.11950284242630005, 0.011580540798604488, 0.011150323785841465], "count": [416]}, "actions": {"min": [-0.5908310413360596, -1.0978115797042847, -0.9247221350669861, -0.33022376894950867, -0.21846166253089905, -0.2450258880853653, -1.0], "max": [0.8014262318611145, 1.4277881383895874, 1.1677008867263794, 0.7655396461486816, 0.5199074745178223, 0.33909162878990173, 1.0], "mean": [0.01778818853199482, -0.005808268208056688, 0.01249017845839262, -0.007617399096488953, 0.00038701470475643873, -0.000498965207953006, 0.028846153989434242], "std": [0.16963309049606323, 0.41917669773101807, 0.27811399102211, 0.11477204412221909, 0.0630510076880455, 0.06557419896125793, 0.9995847940444946], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [2435.0], "max": [2435.0], "mean": [2435.0], "std": [0.0], "count": [416]}, "index": {"min": [857284.0], "max": [857699.0], "mean": [857491.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [408.0], "max": [408.0], "mean": [408.0], "std": [0.0], "count": [416]}}} +{"episode_index": 2436, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36387931793811273]], [[0.2984253492168352]], [[0.2288203717400046]]], "std": [[[0.13449654493107874]], [[0.13200047011609423]], [[0.14570849286812024]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9921568627450981]]], "mean": [[[0.37377864164464614]], [[0.28677408554974726]], [[0.1917052827722886]]], "std": [[[0.16672169836775044]], [[0.11656318615498364]], [[0.07644238344190431]]], "count": [100]}, "state": {"min": [-0.43130630254745483, -0.2571091949939728, 0.9880044460296631, 2.2759783267974854, -0.31274500489234924, -0.29956141114234924, 0.014050559140741825, -0.040023427456617355], "max": [-0.2220541536808014, 0.21887220442295074, 1.279761552810669, 3.2443037033081055, 0.018826471641659737, 0.501103937625885, 0.03998665139079094, -0.013656462542712688], "mean": [-0.31963664293289185, 0.03722751513123512, 1.1245828866958618, 2.883805274963379, -0.15104764699935913, 0.025221604853868484, 0.029150325804948807, -0.02976565808057785], "std": [0.06504341959953308, 0.1457754522562027, 0.07686451822519302, 0.2941235601902008, 0.09323720633983612, 0.19216004014015198, 0.011398048140108585, 0.010982031933963299], "count": [468]}, "actions": {"min": [-0.4372210204601288, -1.787500023841858, -0.8639869689941406, -0.4401516914367676, -0.18308454751968384, -0.19192467629909515, -1.0], "max": [0.903616189956665, 0.9662535190582275, 1.0381555557250977, 0.33204764127731323, 0.36934706568717957, 0.30924174189567566, 1.0], "mean": [0.018059518188238144, -0.023116277530789375, 0.006242079194635153, -0.006675331853330135, 0.0017333375290036201, 0.005101779010146856, -0.13247863948345184], "std": [0.13348370790481567, 0.379477322101593, 0.2601657807826996, 0.08476569503545761, 0.05610497668385506, 0.05289275944232941, 0.9911849498748779], "count": [468]}, "timestamp": {"min": [0.0], "max": [46.7], "mean": [23.35], "std": [13.509965457641506], "count": [468]}, "frame_index": {"min": [0], "max": [467], "mean": [233.5], "std": [135.09965457641508], "count": [468]}, "episode_index": {"min": [2436.0], "max": [2436.0], "mean": [2436.0], "std": [0.0], "count": [468]}, "index": {"min": [857700.0], "max": [858167.0], "mean": [857933.5], "std": [135.09965457641508], "count": [468]}, "task_index": {"min": [408.0], "max": [408.0], "mean": [408.0], "std": [0.0], "count": [468]}}} +{"episode_index": 2437, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36040906001072304]], [[0.29756891168332567]], [[0.22670849070829505]]], "std": [[[0.13310588735914963]], [[0.12658446018150626]], [[0.1404487611548399]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3748228358848422]], [[0.28613995481004906]], [[0.18809261845607383]]], "std": [[[0.18035076949982512]], [[0.12467530593524516]], [[0.07452762084756565]]], "count": [100]}, "state": {"min": [-0.36050689220428467, -0.2644302546977997, 0.9876251816749573, 3.097658634185791, -0.1350475549697876, -0.1506654918193817, 0.012762374244630337, -0.03994028642773628], "max": [-0.23738352954387665, 0.2059459686279297, 1.2812316417694092, 3.282819986343384, 0.03603926673531532, 0.07266002893447876, 0.03992040082812309, -0.01471618376672268], "mean": [-0.2969311773777008, 0.001106366398744285, 1.1472026109695435, 3.1766974925994873, -0.040965497493743896, -0.01891973242163658, 0.024400411173701286, -0.025025686249136925], "std": [0.04469418525695801, 0.1835995614528656, 0.09152095019817352, 0.05114195868372917, 0.04597031697630882, 0.07421610504388809, 0.011944742873311043, 0.01144844014197588], "count": [204]}, "actions": {"min": [-0.3739069700241089, -1.1740885972976685, -0.49287551641464233, -0.23453204333782196, -0.18617640435695648, -0.19405710697174072, -1.0], "max": [0.28862184286117554, 0.5717986226081848, 0.9845033884048462, 0.25281161069869995, 0.20852719247341156, 0.12631440162658691, 1.0], "mean": [-0.01098173949867487, -0.1236104965209961, 0.03395364060997963, 0.0014617916895076632, 0.0010377179132774472, -0.0054152486845850945, 0.1764705926179886], "std": [0.10248070955276489, 0.3364090323448181, 0.2703973650932312, 0.05903169512748718, 0.05900931358337402, 0.05544764921069145, 0.9843069911003113], "count": [204]}, "timestamp": {"min": [0.0], "max": [20.3], "mean": [10.15], "std": [5.888901991599679], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [2437.0], "max": [2437.0], "mean": [2437.0], "std": [0.0], "count": [204]}, "index": {"min": [858168.0], "max": [858371.0], "mean": [858269.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [204]}}} +{"episode_index": 2438, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3599674915986903]], [[0.29578912413354014]], [[0.22549508666992188]]], "std": [[[0.13264896694985778]], [[0.12703667136603344]], [[0.14034708065428472]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39898555800494023]], [[0.3030368365119485]], [[0.19710025742474727]]], "std": [[[0.1746793853250879]], [[0.11896335532093913]], [[0.06597696233940245]]], "count": [100]}, "state": {"min": [-0.37874865531921387, -0.28935080766677856, 1.0223031044006348, 3.0400383472442627, -0.08907394111156464, -0.22822926938533783, 0.012942730449140072, -0.03992665559053421], "max": [-0.2251870036125183, 0.20748943090438843, 1.2811983823776245, 3.2715864181518555, 0.06379887461662292, 0.04778924956917763, 0.04000439494848251, -0.01562455017119646], "mean": [-0.2907138466835022, 0.039946068078279495, 1.1766325235366821, 3.182631731033325, -0.031222956255078316, -0.07883947342634201, 0.02684747241437435, -0.02709113620221615], "std": [0.05485488474369049, 0.17916350066661835, 0.08359094709157944, 0.054464191198349, 0.03751326724886894, 0.0726872906088829, 0.011404215358197689, 0.01122497208416462], "count": [213]}, "actions": {"min": [-0.4223673343658447, -1.781319499015808, -0.514083206653595, -0.16471049189567566, -0.171420156955719, -0.14152777194976807, -1.0], "max": [0.3327043950557709, 0.6577362418174744, 1.1519031524658203, 0.12321843206882477, 0.10406211763620377, 0.17139795422554016, 1.0], "mean": [-0.018809540197253227, -0.12107536941766739, 0.030428797006607056, -0.0010397630976513028, -0.00021108525106683373, -0.008092423900961876, 0.07042253762483597], "std": [0.12070027738809586, 0.35541680455207825, 0.27048259973526, 0.04666590690612793, 0.040879685431718826, 0.04184194654226303, 0.9975181818008423], "count": [213]}, "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": [2438.0], "max": [2438.0], "mean": [2438.0], "std": [0.0], "count": [213]}, "index": {"min": [858372.0], "max": [858584.0], "mean": [858478.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [213]}}} +{"episode_index": 2439, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35695163801604624]], [[0.2941387388939951]], [[0.2222386941348805]]], "std": [[[0.13234685054863765]], [[0.12211352507606972]], [[0.1346458794295524]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3568485041599648]], [[0.2687137965782016]], [[0.1721794038660386]]], "std": [[[0.17063463697266934]], [[0.11681125339108575]], [[0.06551006061957383]]], "count": [100]}, "state": {"min": [-0.39087119698524475, -0.25955745577812195, 0.9892198443412781, 2.972421646118164, -0.010843796655535698, -0.19725993275642395, 0.014576181769371033, -0.03996175527572632], "max": [-0.23406173288822174, 0.1822720319032669, 1.2848163843154907, 3.221992015838623, 0.29634466767311096, -0.009202579967677593, 0.03992632031440735, -0.014969916082918644], "mean": [-0.3134537637233734, -0.0023782833013683558, 1.1609890460968018, 3.0963757038116455, 0.1185368075966835, -0.10387955605983734, 0.0238267220556736, -0.023958122357726097], "std": [0.0540292002260685, 0.16527292132377625, 0.08461841195821762, 0.06426715850830078, 0.0960429310798645, 0.04892463982105255, 0.011362636461853981, 0.011334417387843132], "count": [239]}, "actions": {"min": [-0.40077269077301025, -1.7264851331710815, -0.6085860133171082, -0.22314739227294922, -0.1185765340924263, -0.14410769939422607, -1.0], "max": [0.2529071271419525, 0.68570876121521, 1.0241336822509766, 0.34769630432128906, 0.21564891934394836, 0.14078640937805176, 1.0], "mean": [-0.01886063814163208, -0.08502917736768723, 0.0236869677901268, -0.0014811643632128835, 0.006244847550988197, -0.0017783904913812876, 0.26359832286834717], "std": [0.09365293383598328, 0.29877087473869324, 0.24258804321289062, 0.05594419315457344, 0.04205915331840515, 0.04704509675502777, 0.9646310210227966], "count": [239]}, "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": [2439.0], "max": [2439.0], "mean": [2439.0], "std": [0.0], "count": [239]}, "index": {"min": [858585.0], "max": [858823.0], "mean": [858704.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [239]}}} +{"episode_index": 2440, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631452834185432]], [[0.29920338050991885]], [[0.2296410701976103]]], "std": [[[0.13297517045326127]], [[0.13039764047654115]], [[0.1450001212685068]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.3845843535778569]], [[0.29410741529277723]], [[0.19324223596909468]]], "std": [[[0.17304653470631276]], [[0.11828043465024893]], [[0.07122016610053787]]], "count": [100]}, "state": {"min": [-0.38053271174430847, -0.2149556428194046, 0.9908976554870605, 2.998277187347412, -0.27708423137664795, -0.16026733815670013, 0.01413948368281126, -0.040007442235946655], "max": [-0.2656792998313904, 0.18054059147834778, 1.2393288612365723, 3.2194759845733643, 0.05289071798324585, 0.06652954965829849, 0.03979959711432457, -0.016825344413518906], "mean": [-0.30710238218307495, 0.03900594264268875, 1.1335848569869995, 3.089651346206665, -0.13901610672473907, -0.045025382190942764, 0.026174258440732956, -0.026450876146554947], "std": [0.041406698524951935, 0.13839294016361237, 0.07968369126319885, 0.07014010846614838, 0.10088828951120377, 0.05414723604917526, 0.01087411679327488, 0.010760731995105743], "count": [171]}, "actions": {"min": [-0.25219008326530457, -0.8723018765449524, -0.4285736083984375, -0.18928423523902893, -0.21931834518909454, -0.14830124378204346, -1.0], "max": [0.21313700079917908, 0.7160773873329163, 0.9229426383972168, 0.18681786954402924, 0.1540035456418991, 0.2040732055902481, 1.0], "mean": [-0.023380590602755547, -0.11304357647895813, 0.011269357055425644, -0.002186894416809082, -0.0074024205096066, -0.007882499136030674, 0.16959063708782196], "std": [0.08436251431703568, 0.32806435227394104, 0.2949581444263458, 0.060783110558986664, 0.05331600084900856, 0.05553430691361427, 0.9855144023895264], "count": [171]}, "timestamp": {"min": [0.0], "max": [17.0], "mean": [8.5], "std": [4.936260392915538], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [2440.0], "max": [2440.0], "mean": [2440.0], "std": [0.0], "count": [171]}, "index": {"min": [858824.0], "max": [858994.0], "mean": [858909.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [171]}}} +{"episode_index": 2441, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.35940677358589923]], [[0.29604499068914675]], [[0.224472671807981]]], "std": [[[0.1298377510839133]], [[0.12268198279996136]], [[0.13662584781459744]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3740151337268306]], [[0.28496342677696074]], [[0.1859475456686581]]], "std": [[[0.17312925532228046]], [[0.11679669473032922]], [[0.06449324985241985]]], "count": [100]}, "state": {"min": [-0.3917272090911865, -0.28352275490760803, 1.0097702741622925, 3.003180503845215, -0.06195211783051491, -0.09272999316453934, 0.013831134885549545, -0.040001656860113144], "max": [-0.22512564063072205, 0.20120398700237274, 1.3030002117156982, 3.3341760635375977, 0.13771192729473114, 0.21292702853679657, 0.03996577113866806, -0.01670835353434086], "mean": [-0.3030908703804016, -0.012437584809958935, 1.1704761981964111, 3.1803946495056152, 0.04845162853598595, 0.04316346347332001, 0.026265181601047516, -0.026360362768173218], "std": [0.05958224833011627, 0.1830289512872696, 0.08866021782159805, 0.10349241644144058, 0.04456419497728348, 0.09540964663028717, 0.010551516897976398, 0.010551481507718563], "count": [258]}, "actions": {"min": [-0.3551926910877228, -0.9301682114601135, -0.6034335494041443, -0.146380215883255, -0.10298161953687668, -0.1773933321237564, -1.0], "max": [0.3095647096633911, 1.2597886323928833, 0.6972864270210266, 0.17583595216274261, 0.1583007574081421, 0.159098282456398, 1.0], "mean": [-0.0050901249051094055, -0.08985356241464615, 0.026923509314656258, 0.006577736232429743, 0.001187261426821351, 0.0008181287557817996, 0.19379845261573792], "std": [0.12478957325220108, 0.284832239151001, 0.22721697390079498, 0.04783057048916817, 0.043469447642564774, 0.04377741366624832, 0.9810422658920288], "count": [258]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.850000000000001], "std": [7.447762527542528], "count": [258]}, "frame_index": {"min": [0], "max": [257], "mean": [128.5], "std": [74.47762527542528], "count": [258]}, "episode_index": {"min": [2441.0], "max": [2441.0], "mean": [2441.0], "std": [0.0], "count": [258]}, "index": {"min": [858995.0], "max": [859252.0], "mean": [859123.5], "std": [74.47762527542528], "count": [258]}, "task_index": {"min": [327.0], "max": [327.0], "mean": [327.0], "std": [0.0], "count": [258]}}} +{"episode_index": 2442, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35952922028186274]], [[0.29559751263786765]], [[0.22388706401750155]]], "std": [[[0.13164688764948154]], [[0.12406497737684521]], [[0.13778181252186228]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9725490196078431]], [[0.9607843137254902]]], "mean": [[[0.34226826925838694]], [[0.26518710207471663]], [[0.18596095485313266]]], "std": [[[0.16109354972533227]], [[0.11992802255498367]], [[0.08921935120909445]]], "count": [100]}, "state": {"min": [-0.39707493782043457, -0.22043228149414062, 0.9963563084602356, 2.0197508335113525, -0.3654864430427551, -0.17401181161403656, 0.01333353016525507, -0.0399547815322876], "max": [-0.295404851436615, 0.2395385205745697, 1.3017181158065796, 3.202284336090088, 0.15456412732601166, 0.3983948528766632, 0.040002647787332535, -0.015632880851626396], "mean": [-0.3687799870967865, 0.036398451775312424, 1.1496917009353638, 2.754086494445801, -0.05861862376332283, 0.06337811052799225, 0.0257558636367321, -0.026617972180247307], "std": [0.02662057615816593, 0.14995643496513367, 0.08856560289859772, 0.4402752220630646, 0.17058108747005463, 0.20765703916549683, 0.012297089211642742, 0.011547740548849106], "count": [237]}, "actions": {"min": [-0.4233601987361908, -0.8229235410690308, -0.7733612060546875, -0.219983771443367, -0.13927045464515686, -0.18547724187374115, -1.0], "max": [0.33318421244621277, 1.000281572341919, 0.9965169429779053, 0.4540289342403412, 0.5309287309646606, 0.10910798609256744, 1.0], "mean": [-0.007319270633161068, -0.02657153829932213, 0.006492622662335634, -0.024804342538118362, -0.001964268507435918, 0.004092797636985779, 0.07172995805740356], "std": [0.11160242557525635, 0.3483341932296753, 0.266376256942749, 0.08091306686401367, 0.07099612057209015, 0.042593613266944885, 0.9974228739738464], "count": [237]}, "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": [2442.0], "max": [2442.0], "mean": [2442.0], "std": [0.0], "count": [237]}, "index": {"min": [859253.0], "max": [859489.0], "mean": [859371.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [409.0], "max": [409.0], "mean": [409.0], "std": [0.0], "count": [237]}}} +{"episode_index": 2443, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3593031556372549]], [[0.2946580619064032]], [[0.22316802200616573]]], "std": [[[0.1321679864321548]], [[0.12529202047928648]], [[0.13821812550272966]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35006788904526653]], [[0.27017669258865656]], [[0.18795412430108763]]], "std": [[[0.16438512777074188]], [[0.120061191750654]], [[0.08307332411146791]]], "count": [100]}, "state": {"min": [-0.40572842955589294, -0.2828226685523987, 0.9939035177230835, 2.343367338180542, -0.42356404662132263, -0.2528936564922333, 0.015894901007413864, -0.04003063216805458], "max": [-0.3189747929573059, 0.2763254940509796, 1.2707585096359253, 3.3753960132598877, 0.13822418451309204, 0.9004350900650024, 0.0400114469230175, -0.015410025604069233], "mean": [-0.37923920154571533, 0.01662982441484928, 1.1410188674926758, 2.9061331748962402, -0.1562352031469345, 0.24227440357208252, 0.028122834861278534, -0.028740450739860535], "std": [0.021626446396112442, 0.18772892653942108, 0.08780685067176819, 0.3831796944141388, 0.17245589196681976, 0.4336898922920227, 0.009764740243554115, 0.0092264199629426], "count": [212]}, "actions": {"min": [-0.3513810932636261, -0.9540495872497559, -0.7394804358482361, -0.24474230408668518, -0.20692069828510284, -0.1375720351934433, -1.0], "max": [0.5019056797027588, 0.855603039264679, 1.0789567232131958, 0.24521709978580475, 0.14512436091899872, 0.21670009195804596, 1.0], "mean": [-0.007569178007543087, -0.031100720167160034, 0.018986213952302933, -0.0191428791731596, -0.011689689010381699, 0.021383944898843765, 0.09433962404727936], "std": [0.1317833513021469, 0.44120359420776367, 0.28569498658180237, 0.08337810635566711, 0.058778103440999985, 0.06398407369852066, 0.9955405592918396], "count": [212]}, "timestamp": {"min": [0.0], "max": [21.1], "mean": [10.549999999999999], "std": [6.119844769273155], "count": [212]}, "frame_index": {"min": [0], "max": [211], "mean": [105.5], "std": [61.198447692731555], "count": [212]}, "episode_index": {"min": [2443.0], "max": [2443.0], "mean": [2443.0], "std": [0.0], "count": [212]}, "index": {"min": [859490.0], "max": [859701.0], "mean": [859595.5], "std": [61.198447692731555], "count": [212]}, "task_index": {"min": [409.0], "max": [409.0], "mean": [409.0], "std": [0.0], "count": [212]}}} +{"episode_index": 2444, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.36019116869159773]], [[0.29650767187978705]], [[0.227370408002068]]], "std": [[[0.1335595412313681]], [[0.12929522463547302]], [[0.14243230958714534]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9607843137254902]]], "mean": [[[0.34356942389993106]], [[0.2669464673808977]], [[0.1903448881261489]]], "std": [[[0.16097995534587134]], [[0.11965055689781781]], [[0.08902213656227728]]], "count": [100]}, "state": {"min": [-0.4012027382850647, -0.2340884953737259, 0.9904376268386841, 2.0608227252960205, -0.40427666902542114, -0.32773154973983765, 0.013591684401035309, -0.04003085568547249], "max": [-0.30441316962242126, 0.2657354176044464, 1.2626349925994873, 3.321648597717285, 0.08402987569570541, 0.44970831274986267, 0.040010321885347366, -0.014919820241630077], "mean": [-0.36225616931915283, 0.050257608294487, 1.1283003091812134, 2.8092503547668457, -0.11472723633050919, 0.018251925706863403, 0.026593171060085297, -0.027149945497512817], "std": [0.02577429823577404, 0.17115749418735504, 0.0798792913556099, 0.46003925800323486, 0.1509743332862854, 0.2924632430076599, 0.011732417158782482, 0.011163279414176941], "count": [239]}, "actions": {"min": [-0.48361825942993164, -1.1438674926757812, -0.4420362412929535, -0.2821567952632904, -0.22266629338264465, -0.23472242057323456, -1.0], "max": [0.302126407623291, 0.515032947063446, 1.2232661247253418, 0.24950799345970154, 0.30096060037612915, 0.2115096002817154, 1.0], "mean": [-0.00029082869878038764, -0.05928006023168564, 0.00253920815885067, -0.02295582927763462, -0.002055017976090312, 0.001018538954667747, 0.06276150792837143], "std": [0.13796184957027435, 0.3322286307811737, 0.26464882493019104, 0.08323732763528824, 0.069358691573143, 0.05379205197095871, 0.9980288147926331], "count": [239]}, "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": [2444.0], "max": [2444.0], "mean": [2444.0], "std": [0.0], "count": [239]}, "index": {"min": [859702.0], "max": [859940.0], "mean": [859821.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [409.0], "max": [409.0], "mean": [409.0], "std": [0.0], "count": [239]}}} +{"episode_index": 2445, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36023284852270987]], [[0.29610789340150123]], [[0.22506006158566944]]], "std": [[[0.13127504803130274]], [[0.1251563476289681]], [[0.13884134955972177]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9568627450980393]], [[0.9450980392156862]]], "mean": [[[0.3512014812394684]], [[0.26855810487036613]], [[0.1847842185824525]]], "std": [[[0.16056064710383286]], [[0.11599541201288519]], [[0.07757706627813012]]], "count": [100]}, "state": {"min": [-0.3991091847419739, -0.26252397894859314, 0.9979777932167053, 2.2237625122070312, -0.29603078961372375, -0.05240090936422348, 0.013919749297201633, -0.03978784382343292], "max": [-0.3107971251010895, 0.2429651916027069, 1.2943763732910156, 3.3445863723754883, 0.15359680354595184, 0.5511791110038757, 0.0400078259408474, -0.013505459763109684], "mean": [-0.3632427155971527, 0.03140635788440704, 1.1351189613342285, 2.9035542011260986, -0.06047838553786278, 0.17990565299987793, 0.025501836091279984, -0.025388721376657486], "std": [0.02519584633409977, 0.17774447798728943, 0.08724825084209442, 0.4267556369304657, 0.1493140608072281, 0.21848845481872559, 0.011531652882695198, 0.010935436934232712], "count": [219]}, "actions": {"min": [-0.6449834704399109, -0.8014886975288391, -0.9488064050674438, -0.24955657124519348, -0.17415398359298706, -0.15875475108623505, -1.0], "max": [0.35406026244163513, 1.2336273193359375, 0.8960344791412354, 0.295003741979599, 0.44744473695755005, 0.12305358797311783, 1.0], "mean": [0.0064309025183320045, -0.05623479187488556, 0.012795115821063519, -0.02274814061820507, -0.00838400423526764, 0.008430936373770237, 0.15068493783473969], "std": [0.145237535238266, 0.3603324890136719, 0.27904996275901794, 0.08607829362154007, 0.06980851292610168, 0.03658674657344818, 0.9885808229446411], "count": [219]}, "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": [2445.0], "max": [2445.0], "mean": [2445.0], "std": [0.0], "count": [219]}, "index": {"min": [859941.0], "max": [860159.0], "mean": [860050.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [409.0], "max": [409.0], "mean": [409.0], "std": [0.0], "count": [219]}}} +{"episode_index": 2446, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.3589514549105775]], [[0.295226308186849]], [[0.22583366244446998]]], "std": [[[0.1351427284786894]], [[0.1298834460014551]], [[0.14193074806471584]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9294117647058824]], [[0.9294117647058824]]], "mean": [[[0.3436322260837929]], [[0.2704208756989124]], [[0.19408269844803155]]], "std": [[[0.1549051128664796]], [[0.11480247955073662]], [[0.0877537446347413]]], "count": [100]}, "state": {"min": [-0.4098861515522003, -0.144872784614563, 0.9899551272392273, 1.8851288557052612, -0.4268072843551636, -0.10339431464672089, 0.01309129223227501, -0.03991275280714035], "max": [-0.29224300384521484, 0.2430582493543625, 1.1927305459976196, 3.2960338592529297, 0.18539166450500488, 0.6739450693130493, 0.040004096925258636, -0.016197500750422478], "mean": [-0.36714252829551697, 0.06426580995321274, 1.0884076356887817, 2.633435010910034, -0.13784626126289368, 0.31909626722335815, 0.022367656230926514, -0.023581013083457947], "std": [0.022907176986336708, 0.10846254229545593, 0.05381610989570618, 0.538963794708252, 0.14380969107151031, 0.2966523766517639, 0.011615695431828499, 0.010624014772474766], "count": [326]}, "actions": {"min": [-0.989189863204956, -1.1381372213363647, -0.5782486796379089, -0.2907763421535492, -0.14353826642036438, -0.10590753704309464, -1.0], "max": [0.3357963562011719, 1.3405624628067017, 0.5800450444221497, 0.09550666064023972, 0.23216848075389862, 0.10414189845323563, 1.0], "mean": [-0.0003502901818137616, -0.029918646439909935, -0.029948053881525993, -0.03375488519668579, -0.006869887467473745, 0.006081398110836744, 0.4049079716205597], "std": [0.13480649888515472, 0.2743852734565735, 0.1798461526632309, 0.06134769693017006, 0.055195365101099014, 0.03458220884203911, 0.9143592715263367], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [2446.0], "max": [2446.0], "mean": [2446.0], "std": [0.0], "count": [326]}, "index": {"min": [860160.0], "max": [860485.0], "mean": [860322.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [410.0], "max": [410.0], "mean": [410.0], "std": [0.0], "count": [326]}}} +{"episode_index": 2447, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3584300028483073]], [[0.2949115002202053]], [[0.22631467632218905]]], "std": [[[0.13470808086359445]], [[0.13003105241874968]], [[0.14229820945806812]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.3500647481282552]], [[0.26994088505763636]], [[0.18580018166934745]]], "std": [[[0.16054690403495228]], [[0.11607171511254444]], [[0.08313651013930948]]], "count": [100]}, "state": {"min": [-0.4509202241897583, -0.1714945137500763, 0.9896094799041748, 1.8801603317260742, -0.29516565799713135, -0.17183738946914673, 0.013124949298799038, -0.03995779529213905], "max": [-0.2909125089645386, 0.25546446442604065, 1.1641759872436523, 3.272341012954712, 0.07790821045637131, 0.5228277444839478, 0.0400027260184288, -0.015480872243642807], "mean": [-0.3752267062664032, 0.09355392307043076, 1.068269968032837, 2.7495322227478027, -0.103975310921669, 0.19951827824115753, 0.023462753742933273, -0.024542665109038353], "std": [0.03013310208916664, 0.1245865598320961, 0.05150821805000305, 0.49537062644958496, 0.08913339674472809, 0.2732295095920563, 0.01222105324268341, 0.011352423578500748], "count": [274]}, "actions": {"min": [-0.4603535532951355, -0.5363231897354126, -0.3986060619354248, -0.29231396317481995, -0.1768510788679123, -0.20840752124786377, -1.0], "max": [0.397524356842041, 0.905214786529541, 0.5436547994613647, 0.16382785141468048, 0.18361540138721466, 0.17828844487667084, 1.0], "mean": [-0.0053841848857700825, -0.043272390961647034, -0.03132685646414757, -0.03598210960626602, -0.014129798859357834, 0.01092409249395132, 0.30656933784484863], "std": [0.13509808480739594, 0.27070385217666626, 0.16208787262439728, 0.06992514431476593, 0.052315853536129, 0.0503399483859539, 0.951849639415741], "count": [274]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.9096460097781875], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [2447.0], "max": [2447.0], "mean": [2447.0], "std": [0.0], "count": [274]}, "index": {"min": [860486.0], "max": [860759.0], "mean": [860622.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [410.0], "max": [410.0], "mean": [410.0], "std": [0.0], "count": [274]}}} +{"episode_index": 2448, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3591898821662454]], [[0.29680713907877604]], [[0.2270354949352788]]], "std": [[[0.1349852387342688]], [[0.12780129150740405]], [[0.14068019900897447]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3671129401711857]], [[0.2816634647144991]], [[0.18913212136661306]]], "std": [[[0.15269755052454073]], [[0.10720282195223926]], [[0.0726974550913664]]], "count": [100]}, "state": {"min": [-0.3726404309272766, -0.12027129530906677, 0.9873443841934204, 2.1286041736602783, -0.3311287760734558, -0.3025512397289276, 0.017161361873149872, -0.03991322964429855], "max": [-0.3082338869571686, 0.23334723711013794, 1.1682982444763184, 3.2829511165618896, 0.22823204100131989, 0.8261415958404541, 0.040010660886764526, -0.019043438136577606], "mean": [-0.34963250160217285, 0.08965184539556503, 1.0839554071426392, 2.749746084213257, -0.06302690505981445, 0.27579835057258606, 0.025804726406931877, -0.026906905695796013], "std": [0.013972784392535686, 0.10099988430738449, 0.046923037618398666, 0.45831528306007385, 0.14033015072345734, 0.4400594234466553, 0.010132773779332638, 0.009235478937625885], "count": [243]}, "actions": {"min": [-0.5141652226448059, -0.7597019076347351, -0.7257115244865417, -0.3694530129432678, -0.2752280533313751, -0.2357316017150879, -1.0], "max": [0.3539045453071594, 0.7122982144355774, 0.8343913555145264, 0.2788943946361542, 0.29156747460365295, 0.38769420981407166, 1.0], "mean": [-0.011704651638865471, -0.04815497249364853, -0.04608570411801338, -0.04171217232942581, -0.00664839893579483, 0.01814647950232029, 0.34156379103660583], "std": [0.11827313154935837, 0.24604123830795288, 0.21851485967636108, 0.07972496002912521, 0.07803002744913101, 0.07895851135253906, 0.9398568272590637], "count": [243]}, "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": [2448.0], "max": [2448.0], "mean": [2448.0], "std": [0.0], "count": [243]}, "index": {"min": [860760.0], "max": [861002.0], "mean": [860881.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [410.0], "max": [410.0], "mean": [410.0], "std": [0.0], "count": [243]}}} +{"episode_index": 2449, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35684705188227633]], [[0.29300810929840687]], [[0.22486860866172642]]], "std": [[[0.13643491372899938]], [[0.13208989683592623]], [[0.14383685138056765]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.3480521515490962]], [[0.2684146531048943]], [[0.18490783751244638]]], "std": [[[0.16294186896481627]], [[0.12391812867502383]], [[0.09745139925976637]]], "count": [100]}, "state": {"min": [-0.4589076340198517, -0.1605798602104187, 1.000762939453125, 1.9405044317245483, -0.20856326818466187, 0.03079288639128208, 0.013207539916038513, -0.039862725883722305], "max": [-0.29333415627479553, 0.23804573714733124, 1.1903318166732788, 3.299201726913452, 0.39833858609199524, 0.6017440557479858, 0.040008533746004105, -0.015807026997208595], "mean": [-0.3661358654499054, 0.06552239507436752, 1.0877625942230225, 2.752119779586792, 0.054407183080911636, 0.30597731471061707, 0.022744912654161453, -0.023747891187667847], "std": [0.03304215520620346, 0.12261047959327698, 0.045618850737810135, 0.532197117805481, 0.1293330043554306, 0.16758346557617188, 0.011682860553264618, 0.010827342048287392], "count": [279]}, "actions": {"min": [-0.40561753511428833, -1.0966830253601074, -0.5057929158210754, -0.3449627161026001, -0.19864998757839203, -0.0852714478969574, -1.0], "max": [0.8243064880371094, 0.7220990657806396, 0.618888795375824, 0.12528732419013977, 0.14949914813041687, 0.18067489564418793, 1.0], "mean": [0.007611462846398354, -0.04629456624388695, -0.029381342232227325, -0.03500717133283615, -0.003776396159082651, 0.005291469860821962, 0.3906809985637665], "std": [0.16248168051242828, 0.26020827889442444, 0.16099604964256287, 0.07002855092287064, 0.053906623274087906, 0.039242278784513474, 0.9205285310745239], "count": [279]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.053984521134037], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [2449.0], "max": [2449.0], "mean": [2449.0], "std": [0.0], "count": [279]}, "index": {"min": [861003.0], "max": [861281.0], "mean": [861142.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [410.0], "max": [410.0], "mean": [410.0], "std": [0.0], "count": [279]}}} +{"episode_index": 2450, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36109626381070004]], [[0.2993496033911612]], [[0.2309172644521676]]], "std": [[[0.1388900707685609]], [[0.13435482128157272]], [[0.1482129044585005]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3849872388652727]], [[0.30089587701535697]], [[0.2057244831160003]]], "std": [[[0.1856544804084074]], [[0.13317676826315786]], [[0.08727287807779156]]], "count": [100]}, "state": {"min": [-0.35175439715385437, -0.2781626582145691, 0.9933075904846191, 2.201094150543213, -0.23346281051635742, 0.027795100584626198, 0.013732083141803741, -0.04005742445588112], "max": [-0.0794624462723732, 0.16935792565345764, 1.2849502563476562, 3.251594305038452, 0.11935067921876907, 0.45298072695732117, 0.0400041826069355, -0.015561390668153763], "mean": [-0.23175182938575745, 0.00727818114683032, 1.1568206548690796, 2.9286484718322754, -0.03409132733941078, 0.19859591126441956, 0.028317859396338463, -0.02878640405833721], "std": [0.09961745142936707, 0.1487245261669159, 0.07629060745239258, 0.35827162861824036, 0.10543662309646606, 0.15034469962120056, 0.011918890289962292, 0.01159382052719593], "count": [269]}, "actions": {"min": [-0.7516145706176758, -0.7021790146827698, -0.528714656829834, -0.2513176202774048, -0.16352474689483643, -0.1363055557012558, -1.0], "max": [0.9750027656555176, 1.3562418222427368, 0.9363528490066528, 0.5551928877830505, 0.2528829276561737, 0.22214695811271667, 1.0], "mean": [0.012831272557377815, -0.05355624109506607, 0.01951838657259941, -0.018524764105677605, -0.007107959594577551, 0.00614188751205802, -0.10037174820899963], "std": [0.2502650320529938, 0.278068482875824, 0.2447447031736374, 0.08222521841526031, 0.05259094387292862, 0.05115053430199623, 0.9949492812156677], "count": [269]}, "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": [2450.0], "max": [2450.0], "mean": [2450.0], "std": [0.0], "count": [269]}, "index": {"min": [861282.0], "max": [861550.0], "mean": [861416.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [411.0], "max": [411.0], "mean": [411.0], "std": [0.0], "count": [269]}}} +{"episode_index": 2451, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3648301876292509]], [[0.30336182657877603]], [[0.23235967299517463]]], "std": [[[0.1373024679922486]], [[0.13061459494004654]], [[0.14598628770395605]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3744372905656403]], [[0.2972824324065564]], [[0.21045420627967984]]], "std": [[[0.17998594539043603]], [[0.130541206900416]], [[0.09108565439475934]]], "count": [100]}, "state": {"min": [-0.3749619722366333, -0.224209263920784, 0.9891384840011597, 2.0874905586242676, -0.33182430267333984, -0.07086024433374405, 0.015303135849535465, -0.03996936231851578], "max": [-0.11251722276210785, 0.1567711979150772, 1.3041317462921143, 3.173060894012451, 0.15384933352470398, 0.5960230231285095, 0.039972782135009766, -0.012677696533501148], "mean": [-0.26534467935562134, 0.014474024064838886, 1.158490777015686, 2.772087812423706, -0.1126977801322937, 0.2143401950597763, 0.026607561856508255, -0.026539966464042664], "std": [0.09253190457820892, 0.13589854538440704, 0.0893070325255394, 0.42373499274253845, 0.13459008932113647, 0.2648875415325165, 0.010939559899270535, 0.010541810654103756], "count": [230]}, "actions": {"min": [-1.0138273239135742, -1.3088785409927368, -0.7837861776351929, -0.4887497127056122, -0.20302817225456238, -0.17056801915168762, -1.0], "max": [0.8089982867240906, 1.1094905138015747, 1.3513113260269165, 0.4841277003288269, 0.40791672468185425, 0.15886802971363068, 1.0], "mean": [0.012434525415301323, -0.052262138575315475, 0.015880627557635307, -0.024140382185578346, -0.0040267775766551495, 0.005039929412305355, 0.13913042843341827], "std": [0.26522207260131836, 0.2718561291694641, 0.30657827854156494, 0.09543973952531815, 0.06319497525691986, 0.05070135369896889, 0.9902727007865906], "count": [230]}, "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": [2451.0], "max": [2451.0], "mean": [2451.0], "std": [0.0], "count": [230]}, "index": {"min": [861551.0], "max": [861780.0], "mean": [861665.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [411.0], "max": [411.0], "mean": [411.0], "std": [0.0], "count": [230]}}} +{"episode_index": 2452, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631487211339614]], [[0.30137746593998926]], [[0.2328878879921109]]], "std": [[[0.1374522580559371]], [[0.13349056010098637]], [[0.14778610129324218]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3773987606272978]], [[0.2981901867436428]], [[0.20948079845952053]]], "std": [[[0.18781243670298575]], [[0.13906692669840104]], [[0.09924864698017478]]], "count": [100]}, "state": {"min": [-0.33835503458976746, -0.2340039759874344, 0.9895546436309814, 2.0728251934051514, -0.22907093167304993, -0.0237016212195158, 0.013485504314303398, -0.0399799719452858], "max": [-0.0947485864162445, 0.14597812294960022, 1.3048585653305054, 3.2670769691467285, 0.2239847481250763, 0.3695829510688782, 0.03995842859148979, -0.014335783198475838], "mean": [-0.22610099613666534, 0.017270375043153763, 1.1533851623535156, 2.8241257667541504, -0.026970654726028442, 0.13239261507987976, 0.02580271288752556, -0.026017125695943832], "std": [0.08996159583330154, 0.133622407913208, 0.08963140845298767, 0.40974122285842896, 0.1177731454372406, 0.15461449325084686, 0.012015323154628277, 0.011468017473816872], "count": [217]}, "actions": {"min": [-0.529185950756073, -1.1050770282745361, -1.3697866201400757, -0.39912065863609314, -0.146706223487854, -0.14451882243156433, -1.0], "max": [0.7906491756439209, 0.9377805590629578, 0.8054822683334351, 0.3591880202293396, 0.5756703019142151, 0.12005500495433807, 1.0], "mean": [0.011078190058469772, -0.06669341772794724, 0.013794578611850739, -0.028651900589466095, -0.003523858729749918, 0.002801581984385848, 0.09677419066429138], "std": [0.24516749382019043, 0.2727697491645813, 0.31062278151512146, 0.09432892501354218, 0.07129804790019989, 0.040952399373054504, 0.9953054189682007], "count": [217]}, "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": [2452.0], "max": [2452.0], "mean": [2452.0], "std": [0.0], "count": [217]}, "index": {"min": [861781.0], "max": [861997.0], "mean": [861889.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [411.0], "max": [411.0], "mean": [411.0], "std": [0.0], "count": [217]}}} +{"episode_index": 2453, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3661098758473116]], [[0.3056760475308287]], [[0.23679912731694241]]], "std": [[[0.14221318933255347]], [[0.1376857743510524]], [[0.15343992238745932]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.39763431564031865]], [[0.31513930855545347]], [[0.22107726332720587]]], "std": [[[0.18468719690020757]], [[0.13476949940872265]], [[0.09470755071946943]]], "count": [100]}, "state": {"min": [-0.32085540890693665, -0.21836765110492706, 0.9887787699699402, 2.070901393890381, -0.2608763575553894, -0.03513602167367935, 0.0156725961714983, -0.03993254527449608], "max": [-0.0766986608505249, 0.1710253208875656, 1.2779337167739868, 3.229095935821533, 0.21093007922172546, 0.4898983836174011, 0.04000385105609894, -0.015603652223944664], "mean": [-0.20069226622581482, 0.03243326395750046, 1.154482126235962, 2.831350803375244, -0.09603574872016907, 0.17714358866214752, 0.026950759813189507, -0.02724342793226242], "std": [0.08914130181074142, 0.1387825906276703, 0.07707875967025757, 0.43224161863327026, 0.11491242051124573, 0.19615241885185242, 0.010786175727844238, 0.010445472784340382], "count": [220]}, "actions": {"min": [-0.7238490581512451, -1.061840534210205, -0.7139270901679993, -0.47455868124961853, -0.2196279764175415, -0.25067541003227234, -1.0], "max": [0.7021750807762146, 0.7742491960525513, 1.633405327796936, 0.39726394414901733, 0.3528440594673157, 0.16445355117321014, 1.0], "mean": [0.004919861443340778, -0.07770867645740509, 0.0026270709931850433, -0.027917202562093735, -0.0007354897679761052, 0.000846356269903481, 0.12727272510528564], "std": [0.23864999413490295, 0.2727448046207428, 0.3186321258544922, 0.10402357578277588, 0.06953085213899612, 0.0478917732834816, 0.991868257522583], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [2453.0], "max": [2453.0], "mean": [2453.0], "std": [0.0], "count": [220]}, "index": {"min": [861998.0], "max": [862217.0], "mean": [862107.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [411.0], "max": [411.0], "mean": [411.0], "std": [0.0], "count": [220]}}} +{"episode_index": 2454, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3625398474546214]], [[0.3059092034085089]], [[0.2339588338323319]]], "std": [[[0.13957899468152554]], [[0.12686798930883325]], [[0.14391596978472515]]], "count": [134]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9725490196078431]]], "mean": [[[0.36186876171403437]], [[0.27745510745474145]], [[0.18574884251122034]]], "std": [[[0.20140620075219803]], [[0.1445582808124061]], [[0.0940399535941083]]], "count": [134]}, "state": {"min": [-0.5233811140060425, -0.3325559198856354, 0.9892618656158447, 2.9590039253234863, -0.17006994783878326, -0.3376820981502533, 0.005392954684793949, -0.040004707872867584], "max": [-0.13583847880363464, 0.1358017921447754, 1.229761004447937, 3.3335556983947754, 0.18425488471984863, 0.07721709460020065, 0.04000912234187126, -0.004025382921099663], "mean": [-0.2619367837905884, -0.08098630607128143, 1.1442348957061768, 3.1392464637756348, 0.004146173130720854, -0.10285039991140366, 0.02241669036448002, -0.022468535229563713], "std": [0.13453926146030426, 0.1486794799566269, 0.06401222199201584, 0.08381450176239014, 0.09540464729070663, 0.0941883772611618, 0.013938420452177525, 0.014051860198378563], "count": [687]}, "actions": {"min": [-0.778878390789032, -1.0091325044631958, -0.5432043075561523, -0.17268617451190948, -0.121560238301754, -0.21936240792274475, -1.0], "max": [0.8247936367988586, 1.3086655139923096, 1.004180908203125, 0.230769544839859, 0.14000204205513, 0.15488681197166443, 1.0], "mean": [-0.014977123588323593, -0.034169621765613556, 0.004512744024395943, 0.0009937227005138993, 0.0009098279406316578, -0.001507531269453466, 0.25764191150665283], "std": [0.165138840675354, 0.2505444288253784, 0.20659835636615753, 0.046168044209480286, 0.03573119267821312, 0.04669366404414177, 0.966240406036377], "count": [687]}, "timestamp": {"min": [0.0], "max": [68.6], "mean": [34.3], "std": [19.831960736817393], "count": [687]}, "frame_index": {"min": [0], "max": [686], "mean": [343.0], "std": [198.31960736817393], "count": [687]}, "episode_index": {"min": [2454.0], "max": [2454.0], "mean": [2454.0], "std": [0.0], "count": [687]}, "index": {"min": [862218.0], "max": [862904.0], "mean": [862561.0], "std": [198.31960736817393], "count": [687]}, "task_index": {"min": [412.0], "max": [412.0], "mean": [412.0], "std": [0.0], "count": [687]}}} +{"episode_index": 2455, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36195789625664715]], [[0.3051021121797107]], [[0.23222263720856995]]], "std": [[[0.13865887808314353]], [[0.12552341850839038]], [[0.14247505381478912]]], "count": [112]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.3620090137342779]], [[0.28069876662823334]], [[0.18838329422039812]]], "std": [[[0.19784105549516123]], [[0.14220011927895376]], [[0.09405802246488984]]], "count": [112]}, "state": {"min": [-0.5295649170875549, -0.2468332201242447, 0.9914848208427429, 2.8990323543548584, -0.15229548513889313, -0.1852244883775711, 0.006224440410733223, -0.03997102379798889], "max": [-0.11924125254154205, 0.2185092270374298, 1.2409175634384155, 3.211076259613037, 0.1568196415901184, 0.3706830143928528, 0.04000377655029297, -0.006354116834700108], "mean": [-0.29522907733917236, -0.032231397926807404, 1.155439019203186, 3.0702524185180664, -0.004410615656524897, 0.017074376344680786, 0.021294694393873215, -0.02149273082613945], "std": [0.12768259644508362, 0.14867815375328064, 0.06576985120773315, 0.0902172327041626, 0.08588007837533951, 0.1265733242034912, 0.014751738868653774, 0.01466624066233635], "count": [545]}, "actions": {"min": [-0.8001551032066345, -1.1267911195755005, -1.2332606315612793, -0.1544036716222763, -0.17366282641887665, -0.21893124282360077, -1.0], "max": [0.5166001319885254, 0.9211962223052979, 1.3846908807754517, 0.2081143707036972, 0.20130471885204315, 0.5019080638885498, 1.0], "mean": [-0.020525546744465828, -0.039636895060539246, 0.006128186825662851, -0.00027206522645428777, -0.0006714384071528912, -0.00134364259429276, 0.20733945071697235], "std": [0.19693125784397125, 0.24581769108772278, 0.239937424659729, 0.04555387422442436, 0.04544577747583389, 0.05616402626037598, 0.9782665371894836], "count": [545]}, "timestamp": {"min": [0.0], "max": [54.4], "mean": [27.200000000000003], "std": [15.732768351437706], "count": [545]}, "frame_index": {"min": [0], "max": [544], "mean": [272.0], "std": [157.3276835143771], "count": [545]}, "episode_index": {"min": [2455.0], "max": [2455.0], "mean": [2455.0], "std": [0.0], "count": [545]}, "index": {"min": [862905.0], "max": [863449.0], "mean": [863177.0], "std": [157.3276835143771], "count": [545]}, "task_index": {"min": [412.0], "max": [412.0], "mean": [412.0], "std": [0.0], "count": [545]}}} +{"episode_index": 2456, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3596565129206731]], [[0.30301700735883297]], [[0.2321702941618354]]], "std": [[[0.14220803024772388]], [[0.12945467612714864]], [[0.1443822359383358]]], "count": [130]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3649281796646694]], [[0.282905248581554]], [[0.18914250990923714]]], "std": [[[0.19686651534652488]], [[0.14058706817748573]], [[0.09296140979905841]]], "count": [130]}, "state": {"min": [-0.554107666015625, -0.24703627824783325, 0.9955830574035645, 2.895873785018921, -0.19716037809848785, -0.10658255964517593, 0.00406587403267622, -0.03998486325144768], "max": [-0.13086402416229248, 0.20443561673164368, 1.251585841178894, 3.293945550918579, 0.17558273673057556, 0.5727598667144775, 0.04000535234808922, -0.003862762590870261], "mean": [-0.27640143036842346, -0.06725342571735382, 1.1549863815307617, 3.0893821716308594, -0.0011044024722650647, 0.06248701736330986, 0.020156707614660263, -0.020327510312199593], "std": [0.13529598712921143, 0.15438057482242584, 0.07150055468082428, 0.0954073965549469, 0.09544914215803146, 0.1871269792318344, 0.01487633865326643, 0.014851021580398083], "count": [665]}, "actions": {"min": [-1.1067084074020386, -0.8275922536849976, -1.0987733602523804, -0.16428732872009277, -0.1522131711244583, -0.2050349861383438, -1.0], "max": [0.5072484016418457, 1.9548043012619019, 0.98091721534729, 0.31919875741004944, 0.17933201789855957, 0.2814134359359741, 1.0], "mean": [-0.01460985466837883, -0.025859786197543144, 0.0030660941265523434, 0.0010221261763945222, 0.00042440820834599435, -0.002189165912568569, 0.28421053290367126], "std": [0.17130544781684875, 0.2594909965991974, 0.23174293339252472, 0.04574991762638092, 0.035869475454092026, 0.047263193875551224, 0.958760142326355], "count": [665]}, "timestamp": {"min": [0.0], "max": [66.4], "mean": [33.2], "std": [19.19687474564545], "count": [665]}, "frame_index": {"min": [0], "max": [664], "mean": [332.0], "std": [191.96874745645448], "count": [665]}, "episode_index": {"min": [2456.0], "max": [2456.0], "mean": [2456.0], "std": [0.0], "count": [665]}, "index": {"min": [863450.0], "max": [864114.0], "mean": [863782.0], "std": [191.96874745645448], "count": [665]}, "task_index": {"min": [412.0], "max": [412.0], "mean": [412.0], "std": [0.0], "count": [665]}}} +{"episode_index": 2457, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36174458990483654]], [[0.30617027360725013]], [[0.2327581370076189]]], "std": [[[0.14066914280541393]], [[0.1258676480715725]], [[0.14296296924975874]]], "count": [163]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34106072405536697]], [[0.26373130773560144]], [[0.1782091015701358]]], "std": [[[0.20043412514917416]], [[0.14759501524237262]], [[0.10146889278186025]]], "count": [163]}, "state": {"min": [-0.38383764028549194, -0.22782067954540253, 0.9917052984237671, 2.709242343902588, -0.14695148169994354, -0.45326265692710876, 0.0060630058869719505, -0.0400109589099884], "max": [-0.10580503195524216, 0.1993057280778885, 1.2680730819702148, 3.4558820724487305, 0.45899444818496704, 0.9555264711380005, 0.04001304879784584, -0.007273088674992323], "mean": [-0.24856030941009521, -0.06856173276901245, 1.1398488283157349, 3.052485227584839, 0.1589527130126953, 0.10639722645282745, 0.021111784502863884, -0.021541472524404526], "std": [0.08179457485675812, 0.1376631110906601, 0.06615608930587769, 0.12406982481479645, 0.16827762126922607, 0.3445149064064026, 0.01371425949037075, 0.013430926948785782], "count": [896]}, "actions": {"min": [-0.8951703310012817, -0.8208001255989075, -0.575558602809906, -0.3999190032482147, -0.425599604845047, -0.5671318173408508, -1.0], "max": [0.6301052570343018, 0.9956759214401245, 1.3587541580200195, 0.5495396852493286, 0.2592276930809021, 0.3730463683605194, 1.0], "mean": [0.003408759133890271, -0.027262626215815544, 0.0053991894237697124, -0.0008592981030233204, 0.0011416029883548617, 0.002188378479331732, 0.3058035671710968], "std": [0.165471613407135, 0.20123958587646484, 0.2160530537366867, 0.06852537393569946, 0.05674968659877777, 0.0807756632566452, 0.952098548412323], "count": [896]}, "timestamp": {"min": [0.0], "max": [89.5], "mean": [44.75], "std": [25.865275950586724], "count": [896]}, "frame_index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "episode_index": {"min": [2457.0], "max": [2457.0], "mean": [2457.0], "std": [0.0], "count": [896]}, "index": {"min": [864115.0], "max": [865010.0], "mean": [864562.5], "std": [258.65275950586727], "count": [896]}, "task_index": {"min": [413.0], "max": [413.0], "mean": [413.0], "std": [0.0], "count": [896]}}} +{"episode_index": 2458, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3616386731329165]], [[0.30460936329438826]], [[0.23304738882394313]]], "std": [[[0.1413697805023651]], [[0.1291638489482915]], [[0.14469584097701677]]], "count": [137]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36134800925281435]], [[0.28181255772438996]], [[0.1900780648995456]]], "std": [[[0.20361489551849057]], [[0.14768613145917592]], [[0.10210996781331558]]], "count": [137]}, "state": {"min": [-0.3637898862361908, -0.27704915404319763, 0.9943838715553284, 3.0227789878845215, -0.12936922907829285, -0.504681408405304, 0.0078046186827123165, -0.039935167878866196], "max": [-0.12467546761035919, 0.191448375582695, 1.3079055547714233, 3.309931516647339, 0.41339927911758423, 0.8486501574516296, 0.04000971466302872, -0.008928031660616398], "mean": [-0.2362278699874878, -0.0679718628525734, 1.1317768096923828, 3.1653335094451904, 0.07491374760866165, 0.11345438659191132, 0.022024575620889664, -0.022140853106975555], "std": [0.06340233981609344, 0.13077764213085175, 0.08421322703361511, 0.06637541949748993, 0.12422939389944077, 0.3029785752296448, 0.013499622233211994, 0.013376983813941479], "count": [708]}, "actions": {"min": [-0.7891438007354736, -1.3878045082092285, -0.895465612411499, -0.16847854852676392, -0.1778615415096283, -0.34671875834465027, -1.0], "max": [0.4583373963832855, 1.0340105295181274, 1.3395696878433228, 0.1911487728357315, 0.17795023322105408, 0.3860551714897156, 1.0], "mean": [0.0022382752504199743, -0.024723922833800316, -0.0021324215922504663, -0.0018895391840487719, 0.001895085908472538, 0.003642530180513859, 0.2598870098590851], "std": [0.1395530104637146, 0.267143189907074, 0.2486160397529602, 0.044075801968574524, 0.04589970037341118, 0.07214275747537613, 0.9656409621238708], "count": [708]}, "timestamp": {"min": [0.0], "max": [70.7], "mean": [35.35], "std": [20.43817914264054], "count": [708]}, "frame_index": {"min": [0], "max": [707], "mean": [353.5], "std": [204.38179142640536], "count": [708]}, "episode_index": {"min": [2458.0], "max": [2458.0], "mean": [2458.0], "std": [0.0], "count": [708]}, "index": {"min": [865011.0], "max": [865718.0], "mean": [865364.5], "std": [204.38179142640536], "count": [708]}, "task_index": {"min": [413.0], "max": [413.0], "mean": [413.0], "std": [0.0], "count": [708]}}} +{"episode_index": 2459, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3554808038449755]], [[0.2967766657810585]], [[0.22649920235428156]]], "std": [[[0.14219236227901144]], [[0.13022931132908555]], [[0.1411211382536461]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35007065238204654]], [[0.26922428086224726]], [[0.1748691681506587]]], "std": [[[0.20667553363300073]], [[0.15012656941474783]], [[0.09538388796005845]]], "count": [100]}, "state": {"min": [-0.4737703800201416, -0.2681784927845001, 0.9736021757125854, 2.73862624168396, 0.002911379560828209, -0.7825872302055359, 0.0008090513874776661, -0.04000816121697426], "max": [-0.08711346238851547, 0.20210836827754974, 1.327620506286621, 3.353105306625366, 0.2970370054244995, 0.1506984978914261, 0.04000949487090111, -0.0008123184670694172], "mean": [-0.2507356107234955, -0.043091852217912674, 1.1644995212554932, 3.073690891265869, 0.12628988921642303, -0.2702467441558838, 0.024891551584005356, -0.025354847311973572], "std": [0.10799015313386917, 0.1467767208814621, 0.08077345788478851, 0.17736367881298065, 0.07689765095710754, 0.2629595100879669, 0.014936630614101887, 0.014574402943253517], "count": [446]}, "actions": {"min": [-0.7198303937911987, -1.3092321157455444, -1.0335873365402222, -0.22718819975852966, -0.25395870208740234, -0.2951641380786896, -1.0], "max": [1.151888370513916, 1.996849536895752, 2.160438299179077, 0.21575219929218292, 0.2060474008321762, 0.811615526676178, 1.0], "mean": [0.014064195565879345, -0.03550282493233681, 0.006612095516175032, -0.0008932087221182883, 0.0005616593989543617, -0.010293401777744293, 0.013452914543449879], "std": [0.25838834047317505, 0.4180469214916229, 0.3919796645641327, 0.06061572954058647, 0.058430708944797516, 0.10893811285495758, 0.9999091029167175], "count": [446]}, "timestamp": {"min": [0.0], "max": [44.5], "mean": [22.25], "std": [12.874878640204729], "count": [446]}, "frame_index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "episode_index": {"min": [2459.0], "max": [2459.0], "mean": [2459.0], "std": [0.0], "count": [446]}, "index": {"min": [865719.0], "max": [866164.0], "mean": [865941.5], "std": [128.7487864020473], "count": [446]}, "task_index": {"min": [414.0], "max": [414.0], "mean": [414.0], "std": [0.0], "count": [446]}}} +{"episode_index": 2460, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37119365937268706]], [[0.30413970443675226]], [[0.23189298244291917]]], "std": [[[0.12296880898449288]], [[0.1236007978842388]], [[0.14130001052292693]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3628975105618903]], [[0.2755633873144323]], [[0.18535981368055807]]], "std": [[[0.18593062345912362]], [[0.1380357372994363]], [[0.0981277110362234]]], "count": [101]}, "state": {"min": [-0.5064390897750854, -0.17475278675556183, 0.9887927770614624, 2.9930787086486816, -0.22471225261688232, -0.7435140609741211, 0.004912391304969788, -0.040002744644880295], "max": [-0.13125373423099518, 0.12102288007736206, 1.2106051445007324, 3.2904715538024902, 0.3083464503288269, 0.12885193526744843, 0.03999098017811775, -0.005399606190621853], "mean": [-0.33246392011642456, -0.008581972680985928, 1.1126856803894043, 3.144897699356079, -0.01812555268406868, -0.26826903223991394, 0.023636573925614357, -0.02408551797270775], "std": [0.13274052739143372, 0.11398175358772278, 0.06152217462658882, 0.061610814183950424, 0.12222431600093842, 0.20523028075695038, 0.015196427702903748, 0.015189394354820251], "count": [472]}, "actions": {"min": [-1.1480306386947632, -1.4914507865905762, -0.6946737766265869, -0.3603435754776001, -0.5337446928024292, -0.5251957774162292, -1.0], "max": [1.0060230493545532, 0.9766104817390442, 1.3298015594482422, 0.2143602967262268, 0.38386446237564087, 0.773597776889801, 1.0], "mean": [-0.03009159490466118, 0.006364855449646711, -0.008755017071962357, -0.0015582313062623143, 0.0028433583211153746, 0.000321060826536268, 0.025423727929592133], "std": [0.2665839195251465, 0.2175406664609909, 0.2865853011608124, 0.049836911261081696, 0.0657220184803009, 0.09459130465984344, 0.9996764659881592], "count": [472]}, "timestamp": {"min": [0.0], "max": [47.1], "mean": [23.55], "std": [13.625435772847778], "count": [472]}, "frame_index": {"min": [0], "max": [471], "mean": [235.5], "std": [136.2543577284778], "count": [472]}, "episode_index": {"min": [2460.0], "max": [2460.0], "mean": [2460.0], "std": [0.0], "count": [472]}, "index": {"min": [866165.0], "max": [866636.0], "mean": [866400.5], "std": [136.2543577284778], "count": [472]}, "task_index": {"min": [415.0], "max": [415.0], "mean": [415.0], "std": [0.0], "count": [472]}}} +{"episode_index": 2461, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3717394687949721]], [[0.30500201386370923]], [[0.23299624667276603]]], "std": [[[0.12593273799358415]], [[0.12675873060389364]], [[0.14416697526497452]]], "count": [109]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.39856964292490216]], [[0.30401945819226844]], [[0.1995271927376706]]], "std": [[[0.16829987170656263]], [[0.12440103232755473]], [[0.08930386950502335]]], "count": [109]}, "state": {"min": [-0.5091741681098938, -0.15861216187477112, 0.9891729354858398, 2.9790847301483154, -0.28060081601142883, -0.6988459229469299, 0.005391912069171667, -0.04000738635659218], "max": [-0.10750848054885864, 0.23301200568675995, 1.2190908193588257, 3.370170831680298, 0.09496728330850601, 0.2545483112335205, 0.04000299051403999, -0.007277483586221933], "mean": [-0.35364583134651184, 0.01842299848794937, 1.1197468042373657, 3.1597673892974854, -0.10587843507528305, -0.10890188813209534, 0.023887282237410545, -0.02381349913775921], "std": [0.13400334119796753, 0.1488444060087204, 0.06026555970311165, 0.11392436176538467, 0.09499925374984741, 0.24277642369270325, 0.014401441439986229, 0.014536119997501373], "count": [523]}, "actions": {"min": [-1.0858042240142822, -0.9143304824829102, -0.5677070617675781, -0.1668715626001358, -0.15994380414485931, -0.27904802560806274, -1.0], "max": [0.7826216816902161, 0.8321446776390076, 0.8167773485183716, 0.14018799364566803, 0.22093918919563293, 0.3140659034252167, 1.0], "mean": [-0.019089730456471443, 0.026116324588656425, -0.0023741296026855707, 0.002870996482670307, 0.0011348271509632468, -0.0038459354545921087, 0.07456979155540466], "std": [0.25159746408462524, 0.20166490972042084, 0.2274051457643509, 0.04166687652468681, 0.04779337719082832, 0.07059584558010101, 0.9972137212753296], "count": [523]}, "timestamp": {"min": [0.0], "max": [52.2], "mean": [26.099999999999998], "std": [15.097681941278271], "count": [523]}, "frame_index": {"min": [0], "max": [522], "mean": [261.0], "std": [150.9768194127827], "count": [523]}, "episode_index": {"min": [2461.0], "max": [2461.0], "mean": [2461.0], "std": [0.0], "count": [523]}, "index": {"min": [866637.0], "max": [867159.0], "mean": [866898.0], "std": [150.9768194127827], "count": [523]}, "task_index": {"min": [415.0], "max": [415.0], "mean": [415.0], "std": [0.0], "count": [523]}}} +{"episode_index": 2462, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36853131342346573]], [[0.30045239833724324]], [[0.22565622774743596]]], "std": [[[0.12351723179174638]], [[0.12158094068329056]], [[0.13716768710072952]]], "count": [229]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.347828118916866]], [[0.26795196912092484]], [[0.18494168260405966]]], "std": [[[0.17947134349351107]], [[0.13118789864545313]], [[0.09350459201683026]]], "count": [229]}, "state": {"min": [-0.5617737174034119, -0.30229926109313965, 0.989811897277832, 2.9376440048217773, -0.4080800414085388, -0.3145729601383209, 0.006395325530320406, -0.040006935596466064], "max": [-0.12471091747283936, 0.11142365634441376, 1.3040471076965332, 3.6682541370391846, 0.1384105086326599, 1.8048789501190186, 0.04000981152057648, -0.004094306379556656], "mean": [-0.39954134821891785, -0.07124960422515869, 1.162600040435791, 3.161400556564331, -0.16660469770431519, 0.5502923130989075, 0.022542616352438927, -0.02237514965236187], "std": [0.12855805456638336, 0.11108080297708511, 0.0754363089799881, 0.12030636519193649, 0.13818541169166565, 0.7279828190803528, 0.012035654857754707, 0.012111236341297626], "count": [1408]}, "actions": {"min": [-1.1052693128585815, -1.4242126941680908, -0.7808493375778198, -0.3841145634651184, -0.39313557744026184, -0.735456109046936, -1.0], "max": [0.8097714185714722, 1.038301706314087, 1.7855461835861206, 0.40934181213378906, 0.33697596192359924, 0.5666173100471497, 1.0], "mean": [-0.007131821941584349, 0.0013758442364633083, -0.001025748555548489, -0.0027686681132763624, 0.00012481481826398522, 0.0053065125830471516, 0.3579545319080353], "std": [0.20291244983673096, 0.2164301872253418, 0.23676249384880066, 0.06171148642897606, 0.05904585123062134, 0.11968780308961868, 0.9337426424026489], "count": [1408]}, "timestamp": {"min": [0.0], "max": [140.7], "mean": [70.35000000000001], "std": [40.64544869970069], "count": [1408]}, "frame_index": {"min": [0], "max": [1407], "mean": [703.5], "std": [406.4544869970068], "count": [1408]}, "episode_index": {"min": [2462.0], "max": [2462.0], "mean": [2462.0], "std": [0.0], "count": [1408]}, "index": {"min": [867160.0], "max": [868567.0], "mean": [867863.5], "std": [406.4544869970068], "count": [1408]}, "task_index": {"min": [416.0], "max": [416.0], "mean": [416.0], "std": [0.0], "count": [1408]}}} +{"episode_index": 2463, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3700494945356843]], [[0.30739098369439605]], [[0.23545629490188688]]], "std": [[[0.13176439981881394]], [[0.12889371623903875]], [[0.14562718568074634]]], "count": [114]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9529411764705882]], [[0.9568627450980393]]], "mean": [[[0.38054940689869016]], [[0.2884644809194065]], [[0.1857029419155272]]], "std": [[[0.17243462316054078]], [[0.11936206025928023]], [[0.07309207449223694]]], "count": [114]}, "state": {"min": [-0.5134395360946655, -0.22912999987602234, 0.9777089357376099, 3.0195114612579346, -0.29475054144859314, -0.3506127893924713, 0.013222011737525463, -0.0400044210255146], "max": [-0.12460875511169434, 0.13819651305675507, 1.2389826774597168, 3.33736252784729, 0.05534379184246063, 0.22402602434158325, 0.040002841502428055, -0.013128234073519707], "mean": [-0.3442002236843109, -0.08078542351722717, 1.1286869049072266, 3.180647134780884, -0.12182322144508362, -0.03974684327840805, 0.026034578680992126, -0.02617863565683365], "std": [0.1299140900373459, 0.11890580505132675, 0.06601042300462723, 0.063361257314682, 0.08111461997032166, 0.15341836214065552, 0.012172060087323189, 0.012031630612909794], "count": [553]}, "actions": {"min": [-0.7376649379730225, -1.1496602296829224, -0.8193157315254211, -0.18631327152252197, -0.2565150856971741, -0.22430473566055298, -1.0], "max": [0.9821404814720154, 0.8058460354804993, 1.730301856994629, 0.37157729268074036, 0.18166884779930115, 0.29184094071388245, 1.0], "mean": [-0.024345699697732925, 0.015903575345873833, -0.004722735844552517, 0.0005560283898375928, 0.00023479427909478545, -0.001695146318525076, 0.07775768637657166], "std": [0.2250203788280487, 0.22538316249847412, 0.26727625727653503, 0.050502460449934006, 0.04544411599636078, 0.06258457154035568, 0.9969705939292908], "count": [553]}, "timestamp": {"min": [0.0], "max": [55.2], "mean": [27.6], "std": [15.963708842245902], "count": [553]}, "frame_index": {"min": [0], "max": [552], "mean": [276.0], "std": [159.63708842245902], "count": [553]}, "episode_index": {"min": [2463.0], "max": [2463.0], "mean": [2463.0], "std": [0.0], "count": [553]}, "index": {"min": [868568.0], "max": [869120.0], "mean": [868844.0], "std": [159.63708842245902], "count": [553]}, "task_index": {"min": [368.0], "max": [368.0], "mean": [368.0], "std": [0.0], "count": [553]}}} +{"episode_index": 2464, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.36619893625442745]], [[0.3041238204345509]], [[0.23277942883080888]]], "std": [[[0.13429312297228407]], [[0.1294359364405291]], [[0.14423586612516623]]], "count": [123]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.37268234732123284]], [[0.2819063264180005]], [[0.1803626268612755]]], "std": [[[0.17544017799653613]], [[0.121274958945335]], [[0.07216437138527217]]], "count": [123]}, "state": {"min": [-0.5108336806297302, -0.250888854265213, 0.9926915764808655, 2.9124107360839844, -0.25049179792404175, -0.53509521484375, 0.011741274036467075, -0.040008287876844406], "max": [-0.12854720652103424, 0.11905011534690857, 1.240397334098816, 3.2849066257476807, 0.09991332143545151, 0.088530533015728, 0.040004245936870575, -0.01223072037100792], "mean": [-0.3441935181617737, -0.10540060698986053, 1.1332517862319946, 3.1611437797546387, -0.07701542973518372, -0.1319909691810608, 0.026062142103910446, -0.02621394954621792], "std": [0.128412127494812, 0.11457189172506332, 0.06380104273557663, 0.07932047545909882, 0.08379894495010376, 0.14343875646591187, 0.01243919599801302, 0.012330622412264347], "count": [613]}, "actions": {"min": [-1.0477612018585205, -1.6733187437057495, -0.6978701949119568, -0.2673626244068146, -0.2555069327354431, -0.21672777831554413, -1.0], "max": [1.6599230766296387, 0.9602934122085571, 1.477407455444336, 0.32785218954086304, 0.19422569870948792, 0.25096145272254944, 1.0], "mean": [-0.020534945651888847, 0.008731929585337639, -0.004293298814445734, -0.000805705669336021, 0.0005661507602781057, -0.0012002639705315232, 0.060358889400959015], "std": [0.2282046526670456, 0.21280591189861298, 0.24388785660266876, 0.06195223703980446, 0.04690542072057724, 0.05812419578433037, 0.9981775283813477], "count": [613]}, "timestamp": {"min": [0.0], "max": [61.2], "mean": [30.599999999999998], "std": [17.695762204550558], "count": [613]}, "frame_index": {"min": [0], "max": [612], "mean": [306.0], "std": [176.95762204550556], "count": [613]}, "episode_index": {"min": [2464.0], "max": [2464.0], "mean": [2464.0], "std": [0.0], "count": [613]}, "index": {"min": [869121.0], "max": [869733.0], "mean": [869427.0], "std": [176.95762204550556], "count": [613]}, "task_index": {"min": [368.0], "max": [368.0], "mean": [368.0], "std": [0.0], "count": [613]}}} +{"episode_index": 2465, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36789083170002274]], [[0.30476662061567694]], [[0.231599368214406]]], "std": [[[0.13333021031838527]], [[0.12744604881086807]], [[0.14181034040423812]]], "count": [151]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3675375030561169]], [[0.28572579415924065]], [[0.19454813671025373]]], "std": [[[0.18133495298564647]], [[0.13130448933026717]], [[0.09178824533049859]]], "count": [151]}, "state": {"min": [-0.5376045107841492, -0.25886714458465576, 0.9876182675361633, 2.9427225589752197, -0.2537417411804199, -0.295587956905365, 0.006840155925601721, -0.040010880678892136], "max": [-0.02677883580327034, 0.2148875594139099, 1.262876033782959, 3.601454734802246, 0.13282179832458496, 1.354533314704895, 0.03994032368063927, 0.0005386110278777778], "mean": [-0.36518779397010803, 0.010891937650740147, 1.1490708589553833, 3.107579231262207, -0.07205180078744888, 0.2299356311559677, 0.021219108253717422, -0.02092573419213295], "std": [0.1585538685321808, 0.14304296672344208, 0.07119429856538773, 0.13617120683193207, 0.10514415800571442, 0.5169498324394226, 0.01412345189601183, 0.014451799914240837], "count": [811]}, "actions": {"min": [-1.3227497339248657, -1.1098514795303345, -0.7638570666313171, -0.23047012090682983, -0.23440544307231903, -0.1952332705259323, -1.0], "max": [0.8748306035995483, 0.9053775072097778, 1.4854521751403809, 0.2788264751434326, 0.28085383772850037, 0.4488391876220703, 1.0], "mean": [-0.021014049649238586, 0.0058500696904957294, -0.012942499481141567, 0.00036418854142539203, 0.001216211705468595, 0.015346519649028778, 0.2503082752227783], "std": [0.21526823937892914, 0.20930303633213043, 0.23239219188690186, 0.05450553447008133, 0.053998056799173355, 0.07704807072877884, 0.9681626558303833], "count": [811]}, "timestamp": {"min": [0.0], "max": [81.0], "mean": [40.5], "std": [23.411535618152005], "count": [811]}, "frame_index": {"min": [0], "max": [810], "mean": [405.0], "std": [234.11535618152004], "count": [811]}, "episode_index": {"min": [2465.0], "max": [2465.0], "mean": [2465.0], "std": [0.0], "count": [811]}, "index": {"min": [869734.0], "max": [870544.0], "mean": [870139.0], "std": [234.11535618152004], "count": [811]}, "task_index": {"min": [367.0], "max": [367.0], "mean": [367.0], "std": [0.0], "count": [811]}}} +{"episode_index": 2466, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3698782916503082]], [[0.30678364984432827]], [[0.23385897236293887]]], "std": [[[0.13252216584263768]], [[0.12770827535618956]], [[0.14304394343617555]]], "count": [151]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.37585552013968354]], [[0.2937500887668809]], [[0.20127051362990095]]], "std": [[[0.18650980103063147]], [[0.1361232788698287]], [[0.09620592558360462]]], "count": [151]}, "state": {"min": [-0.5358623266220093, -0.2423945665359497, 0.985700786113739, 2.9041264057159424, -0.3371456265449524, -0.44594335556030273, 0.003701536450535059, -0.04001312702894211], "max": [-0.010240115225315094, 0.20337256789207458, 1.298119306564331, 3.5780177116394043, 0.08697519451379776, 1.489031195640564, 0.039979010820388794, 0.0007594978669658303], "mean": [-0.3412402868270874, 0.02952207438647747, 1.1541285514831543, 3.1186647415161133, -0.11243898421525955, 0.24949561059474945, 0.02098197489976883, -0.02077910490334034], "std": [0.1756429374217987, 0.1342960000038147, 0.07676161825656891, 0.13223065435886383, 0.10127072781324387, 0.6116071939468384, 0.01541923638433218, 0.015637949109077454], "count": [810]}, "actions": {"min": [-1.5442306995391846, -1.1012401580810547, -0.6704279184341431, -0.25653693079948425, -0.21327202022075653, -0.2254849672317505, -1.0], "max": [0.6336960196495056, 0.9658613204956055, 1.4750300645828247, 0.6368710994720459, 0.317879319190979, 0.4339088499546051, 1.0], "mean": [-0.021035069599747658, 0.004107671789824963, -0.013676292262971401, 0.0007927323458716273, 0.0014286329969763756, 0.01420896127820015, 0.19506172835826874], "std": [0.22759845852851868, 0.20857851207256317, 0.2356361746788025, 0.05837341398000717, 0.049985382705926895, 0.07547672837972641, 0.9807924032211304], "count": [810]}, "timestamp": {"min": [0.0], "max": [80.9], "mean": [40.45], "std": [23.3826680827203], "count": [810]}, "frame_index": {"min": [0], "max": [809], "mean": [404.5], "std": [233.826680827203], "count": [810]}, "episode_index": {"min": [2466.0], "max": [2466.0], "mean": [2466.0], "std": [0.0], "count": [810]}, "index": {"min": [870545.0], "max": [871354.0], "mean": [870949.5], "std": [233.826680827203], "count": [810]}, "task_index": {"min": [367.0], "max": [367.0], "mean": [367.0], "std": [0.0], "count": [810]}}} +{"episode_index": 2467, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3566012357823989]], [[0.30548928114947155]], [[0.23390504724839153]]], "std": [[[0.14281438168199906]], [[0.12766231463135122]], [[0.14333842245847506]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34938061702952666]], [[0.2772782054227941]], [[0.1919855951047411]]], "std": [[[0.16314906020165001]], [[0.12117844737858771]], [[0.09588147196644127]]], "count": [100]}, "state": {"min": [-0.3747918903827667, -0.17757709324359894, 0.9817660450935364, 1.8966877460479736, -0.2199219912290573, -0.3171790540218353, 0.01142944023013115, -0.03995727002620697], "max": [-0.27840593457221985, 0.13985136151313782, 1.1746156215667725, 3.194803237915039, 0.08834255486726761, 0.42162564396858215, 0.03992925584316254, -0.014097324572503567], "mean": [-0.3318716287612915, 0.024967722594738007, 1.063509225845337, 2.7378857135772705, -0.07892026007175446, 0.022829227149486542, 0.023470904678106308, -0.02444893680512905], "std": [0.0319100059568882, 0.09392807632684708, 0.05369948968291283, 0.46889927983283997, 0.07715005427598953, 0.2856494188308716, 0.013080412521958351, 0.012222791090607643], "count": [189]}, "actions": {"min": [-0.3268122375011444, -0.6488839983940125, -0.6467862129211426, -0.36273083090782166, -0.15774837136268616, -0.11227074265480042, -1.0], "max": [0.3313277065753937, 0.5029743313789368, 0.5186755657196045, 0.12490242719650269, 0.1346806138753891, 0.22981174290180206, 1.0], "mean": [0.005616570822894573, -0.0776517242193222, -0.06318792700767517, -0.05736319720745087, -0.0088770417496562, 0.015485385432839394, 0.2380952388048172], "std": [0.12554320693016052, 0.2277790904045105, 0.18460527062416077, 0.07697568833827972, 0.04728320240974426, 0.06047243997454643, 0.9712434411048889], "count": [189]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.455883674224246], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [2467.0], "max": [2467.0], "mean": [2467.0], "std": [0.0], "count": [189]}, "index": {"min": [871355.0], "max": [871543.0], "mean": [871449.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [417.0], "max": [417.0], "mean": [417.0], "std": [0.0], "count": [189]}}} +{"episode_index": 2468, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.984313725490196]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.35495608939376533]], [[0.3023316010119868]], [[0.23134222172755822]]], "std": [[[0.1416532770551526]], [[0.12634522232058606]], [[0.1407417204183725]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.3346375929888557]], [[0.2701968922334559]], [[0.18953809970032934]]], "std": [[[0.17220654328761642]], [[0.13266296122201082]], [[0.1071288224674141]]], "count": [100]}, "state": {"min": [-0.36738064885139465, -0.17088760435581207, 0.9745343923568726, 1.8138917684555054, -0.11085348576307297, -0.05454673990607262, 0.010852944105863571, -0.03998500853776932], "max": [-0.29788827896118164, 0.11486908048391342, 1.1623295545578003, 3.1997902393341064, 0.09368037432432175, 0.4324668049812317, 0.039884500205516815, -0.013115077279508114], "mean": [-0.34032684564590454, 0.022406628355383873, 1.0546015501022339, 2.7183451652526855, -0.013956883922219276, 0.13855160772800446, 0.02517065964639187, -0.02593643218278885], "std": [0.01637006737291813, 0.08001498878002167, 0.056321173906326294, 0.48710379004478455, 0.054801616817712784, 0.20235301554203033, 0.013656898401677608, 0.012887355871498585], "count": [154]}, "actions": {"min": [-0.31632477045059204, -0.9111329317092896, -0.6972843408584595, -0.4807942807674408, -0.1845967322587967, -0.11250264197587967, -1.0], "max": [0.24243682622909546, 0.4292013347148895, 0.7867948412895203, 0.10381991416215897, 0.14101937413215637, 0.21034753322601318, 1.0], "mean": [-0.010812124237418175, -0.09351798892021179, -0.08067979663610458, -0.07111430913209915, -0.013602396473288536, 0.016327552497386932, 0.09090909361839294], "std": [0.11257466673851013, 0.26144734025001526, 0.2306569218635559, 0.09152402728796005, 0.04864107444882393, 0.051751479506492615, 0.9958594441413879], "count": [154]}, "timestamp": {"min": [0.0], "max": [15.3], "mean": [7.6499999999999995], "std": [4.445503346079047], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [2468.0], "max": [2468.0], "mean": [2468.0], "std": [0.0], "count": [154]}, "index": {"min": [871544.0], "max": [871697.0], "mean": [871620.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [417.0], "max": [417.0], "mean": [417.0], "std": [0.0], "count": [154]}}} +{"episode_index": 2469, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.35429858159083943]], [[0.301769058526731]], [[0.2301738173540901]]], "std": [[[0.1427223046967465]], [[0.12913234855776587]], [[0.1430034851515479]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3342753116383272]], [[0.26944802856445316]], [[0.19305328010110295]]], "std": [[[0.1525197180664013]], [[0.11144750802025401]], [[0.08914959738629594]]], "count": [100]}, "state": {"min": [-0.44698336720466614, -0.17191512882709503, 0.9782017469406128, 2.0010733604431152, -0.47567927837371826, -0.2487976998090744, 0.008190179243683815, -0.03992611914873123], "max": [-0.28383690118789673, 0.11966061592102051, 1.1884498596191406, 3.2058091163635254, 0.0772765725851059, 0.8002076745033264, 0.04000183939933777, -0.014993666671216488], "mean": [-0.3804975748062134, 0.005559423938393593, 1.0689234733581543, 2.673982858657837, -0.20606115460395813, 0.2625091075897217, 0.021651435643434525, -0.0260104238986969], "std": [0.033628273755311966, 0.09354038536548615, 0.05253520980477333, 0.4975831210613251, 0.14432750642299652, 0.43135419487953186, 0.013383850455284119, 0.010367524810135365], "count": [257]}, "actions": {"min": [-0.5194082260131836, -0.934463381767273, -0.6844304800033569, -0.30706846714019775, -0.30241939425468445, -0.1552717685699463, -1.0], "max": [0.4534533619880676, 0.4493348002433777, 0.7497383952140808, 0.12422006577253342, 0.22609488666057587, 0.1686631739139557, 1.0], "mean": [-0.007725690491497517, -0.05419136956334114, -0.039034001529216766, -0.042231485247612, -0.010232276283204556, 0.01174711249768734, 0.3151750862598419], "std": [0.15316234529018402, 0.21346159279346466, 0.1902240514755249, 0.06959995627403259, 0.06683770567178726, 0.05038747563958168, 0.9490313529968262], "count": [257]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.799999999999997], "std": [7.418894796396563], "count": [257]}, "frame_index": {"min": [0], "max": [256], "mean": [128.0], "std": [74.18894796396563], "count": [257]}, "episode_index": {"min": [2469.0], "max": [2469.0], "mean": [2469.0], "std": [0.0], "count": [257]}, "index": {"min": [871698.0], "max": [871954.0], "mean": [871826.0], "std": [74.18894796396563], "count": [257]}, "task_index": {"min": [417.0], "max": [417.0], "mean": [417.0], "std": [0.0], "count": [257]}}} +{"episode_index": 2470, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35863195980296414]], [[0.30548867678174785]], [[0.23483395864449297]]], "std": [[[0.1415373257355133]], [[0.12749514698641765]], [[0.14233066821032916]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31474413823146447]], [[0.25856677664962474]], [[0.18549065803079043]]], "std": [[[0.16783802348567964]], [[0.1328298563592985]], [[0.11546667594421235]]], "count": [100]}, "state": {"min": [-0.40184855461120605, -0.18965329229831696, 0.9772262573242188, 1.6610780954360962, -0.05438346788287163, -0.04483487457036972, 0.010700448416173458, -0.03998395800590515], "max": [-0.3085746169090271, 0.11276707053184509, 1.1662580966949463, 3.1251304149627686, 0.30540552735328674, 0.36268752813339233, 0.039915505796670914, -0.013292643241584301], "mean": [-0.362764835357666, 0.03748525306582451, 1.0441548824310303, 2.497283697128296, 0.06791933625936508, 0.17224904894828796, 0.02027939260005951, -0.021557994186878204], "std": [0.02520052343606949, 0.08003586530685425, 0.0477987639605999, 0.560721755027771, 0.09998039156198502, 0.1404050588607788, 0.012747887521982193, 0.011914953589439392], "count": [220]}, "actions": {"min": [-0.3697001338005066, -0.8997595310211182, -0.5080530643463135, -0.3812136650085449, -0.14486798644065857, -0.1220293790102005, -1.0], "max": [0.379120409488678, 0.6181218028068542, 0.5142332315444946, 0.12937994301319122, 0.12173142284154892, 0.18721885979175568, 1.0], "mean": [0.013796661049127579, -0.06282943487167358, -0.05381269380450249, -0.05095554143190384, -0.0034201950766146183, 0.008909657597541809, 0.4272727370262146], "std": [0.11431209743022919, 0.2301647961139679, 0.17329780757427216, 0.08006905019283295, 0.03976604342460632, 0.04058210924267769, 0.9041236639022827], "count": [220]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.95], "std": [6.35078735276186], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [2470.0], "max": [2470.0], "mean": [2470.0], "std": [0.0], "count": [220]}, "index": {"min": [871955.0], "max": [872174.0], "mean": [872064.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [417.0], "max": [417.0], "mean": [417.0], "std": [0.0], "count": [220]}}} +{"episode_index": 2471, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3577895160749847]], [[0.3057271985820696]], [[0.23583704151826745]]], "std": [[[0.14331818199059443]], [[0.13091391519337928]], [[0.1464910148114313]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.39999165134803927]], [[0.30895654835420494]], [[0.20364469879748776]]], "std": [[[0.18705611229320765]], [[0.1293165501871676]], [[0.07701261228782887]]], "count": [100]}, "state": {"min": [-0.3466636538505554, -0.2537718415260315, 1.0051151514053345, 3.0719776153564453, -0.0789877250790596, -0.22354574501514435, 0.01512083224952221, -0.03997115418314934], "max": [-0.05852777510881424, 0.0727897435426712, 1.2442771196365356, 3.2512547969818115, 0.09989922493696213, 0.02526458352804184, 0.039920829236507416, -0.013822940178215504], "mean": [-0.20775206387043, -0.036540187895298004, 1.1576236486434937, 3.1539132595062256, -0.01878025010228157, -0.10746759921312332, 0.026690710335969925, -0.026647042483091354], "std": [0.10740584880113602, 0.1108456552028656, 0.07231206446886063, 0.04958345368504524, 0.044853754341602325, 0.07798522710800171, 0.011029808782041073, 0.011082055047154427], "count": [189]}, "actions": {"min": [-0.6518652439117432, -0.6551256775856018, -0.8659082055091858, -0.3021862804889679, -0.13055254518985748, -0.14625561237335205, -1.0], "max": [1.2486721277236938, 0.45005977153778076, 0.7754574418067932, 0.12933555245399475, 0.10229723900556564, 0.12938864529132843, 1.0], "mean": [-0.011588187888264656, -0.1095719113945961, 0.020994625985622406, -0.0023875711485743523, -0.008575298823416233, -0.006085569970309734, 0.08994708955287933], "std": [0.2936742305755615, 0.20391030609607697, 0.27320173382759094, 0.04815847799181938, 0.040150102227926254, 0.04838719964027405, 0.9959472417831421], "count": [189]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.455883674224246], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [2471.0], "max": [2471.0], "mean": [2471.0], "std": [0.0], "count": [189]}, "index": {"min": [872175.0], "max": [872363.0], "mean": [872269.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [189]}}} +{"episode_index": 2472, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.357470557717716]], [[0.30308638150084255]], [[0.23269726801853552]]], "std": [[[0.1432163728506163]], [[0.13095867314071544]], [[0.14537397582691294]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9803921568627451]], [[0.984313725490196]]], "mean": [[[0.37431647985121785]], [[0.2883050590963924]], [[0.19086131077186733]]], "std": [[[0.19766766038639697]], [[0.13937608014790248]], [[0.08208365319115282]]], "count": [100]}, "state": {"min": [-0.36144161224365234, -0.26896291971206665, 0.989627480506897, 3.0155959129333496, -0.10452644526958466, -0.23474010825157166, 0.01591748185455799, -0.0399153009057045], "max": [-0.08038245141506195, 0.036973580718040466, 1.2667689323425293, 3.1995558738708496, 0.16618481278419495, 0.04207523167133331, 0.03997943550348282, -0.016137195751070976], "mean": [-0.22018630802631378, -0.0666818916797638, 1.155664324760437, 3.1440205574035645, 0.009780668653547764, -0.06973125785589218, 0.026257392019033432, -0.026258021593093872], "std": [0.10800191760063171, 0.11246806383132935, 0.08412225544452667, 0.05018667131662369, 0.07887681573629379, 0.09744041413068771, 0.011227001436054707, 0.011186448857188225], "count": [171]}, "actions": {"min": [-0.9700571894645691, -1.4438189268112183, -0.8320927023887634, -0.13565391302108765, -0.1621389091014862, -0.1801420897245407, -1.0], "max": [0.7045561671257019, 0.317582905292511, 1.1819884777069092, 0.1327672153711319, 0.11675680428743362, 0.1483537256717682, 1.0], "mean": [-0.03485838696360588, -0.138753280043602, 0.033790867775678635, -0.007299599703401327, -0.009380263276398182, -0.009873724542558193, 0.1111111119389534], "std": [0.3001171350479126, 0.2601134181022644, 0.3266392648220062, 0.04468672722578049, 0.044150933623313904, 0.04945811256766319, 0.9938087463378906], "count": [171]}, "timestamp": {"min": [0.0], "max": [17.0], "mean": [8.5], "std": [4.936260392915538], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [2472.0], "max": [2472.0], "mean": [2472.0], "std": [0.0], "count": [171]}, "index": {"min": [872364.0], "max": [872534.0], "mean": [872449.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [171]}}} +{"episode_index": 2473, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3601578363156786]], [[0.30690819594439334]], [[0.23763943122414982]]], "std": [[[0.14480716491942563]], [[0.1340693358277451]], [[0.14984624083878686]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.4155695740942862]], [[0.3193849325741039]], [[0.20801035503312654]]], "std": [[[0.18625050737150486]], [[0.12872086398197102]], [[0.07322723356562097]]], "count": [100]}, "state": {"min": [-0.3617216646671295, -0.2768513560295105, 1.0043814182281494, 3.1514835357666016, -0.19333596527576447, -0.2729024887084961, 0.01533864438533783, -0.039884500205516815], "max": [-0.05506669729948044, 0.0851549580693245, 1.2775874137878418, 3.3479576110839844, 0.13695986568927765, -0.014111696742475033, 0.040007445961236954, -0.014966046437621117], "mean": [-0.1941356658935547, -0.022461295127868652, 1.1572343111038208, 3.2433295249938965, -0.06287121772766113, -0.1599828451871872, 0.029033230617642403, -0.028801489621400833], "std": [0.1123359426856041, 0.11920834332704544, 0.07788033783435822, 0.04629058390855789, 0.08608568459749222, 0.07571552693843842, 0.01161761861294508, 0.011712920852005482], "count": [224]}, "actions": {"min": [-1.275618314743042, -1.5084562301635742, -0.5058128237724304, -0.1714681088924408, -0.1451341062784195, -0.12324690818786621, -1.0], "max": [0.6798263192176819, 0.609255313873291, 1.2269047498703003, 0.1454041749238968, 0.10274231433868408, 0.16254130005836487, 1.0], "mean": [-0.016701070591807365, -0.09382718056440353, 0.03518681600689888, -0.0020693938713520765, -0.008568806573748589, -0.006311492063105106, -0.1339285671710968], "std": [0.29019179940223694, 0.24807406961917877, 0.25784173607826233, 0.043229322880506516, 0.04225791245698929, 0.04642893001437187, 0.9909914135932922], "count": [224]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.466258578188781], "count": [224]}, "frame_index": {"min": [0], "max": [223], "mean": [111.5], "std": [64.66258578188781], "count": [224]}, "episode_index": {"min": [2473.0], "max": [2473.0], "mean": [2473.0], "std": [0.0], "count": [224]}, "index": {"min": [872535.0], "max": [872758.0], "mean": [872646.5], "std": [64.66258578188781], "count": [224]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [224]}}} +{"episode_index": 2474, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3610722859700521]], [[0.3073108424766391]], [[0.23706400134516697]]], "std": [[[0.14438365908832665]], [[0.13340392322625474]], [[0.1495254367200307]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.39448773193359377]], [[0.3062816180060891]], [[0.20470508650237437]]], "std": [[[0.18926960506936372]], [[0.13409537073324024]], [[0.08464539500293526]]], "count": [100]}, "state": {"min": [-0.37255337834358215, -0.2622399628162384, 0.992408275604248, 2.995204210281372, -0.3228053152561188, -0.24691204726696014, 0.012957564555108547, -0.04000581055879593], "max": [-0.09744769334793091, 0.05792335420846939, 1.2585419416427612, 3.185537815093994, 0.02829565294086933, 0.05487127602100372, 0.039932284504175186, -0.015183685347437859], "mean": [-0.21550270915031433, -0.05490441992878914, 1.1505752801895142, 3.1041600704193115, -0.15239734947681427, -0.07033466547727585, 0.026785466820001602, -0.027221886441111565], "std": [0.10049177706241608, 0.11057759076356888, 0.07745016366243362, 0.040680259466171265, 0.10786992311477661, 0.08221147954463959, 0.01202088687568903, 0.011721146292984486], "count": [193]}, "actions": {"min": [-1.5418061017990112, -1.0409187078475952, -0.7388194799423218, -0.19570288062095642, -0.17292678356170654, -0.19461476802825928, -1.0], "max": [0.5626062750816345, 0.4102261960506439, 0.9329909086227417, 0.17219647765159607, 0.09550300240516663, 0.16410377621650696, 1.0], "mean": [-0.04053337872028351, -0.09912862628698349, 0.013166597113013268, -0.004195895977318287, -0.01318567804992199, -0.008976678363978863, 0.015544041059911251], "std": [0.31544357538223267, 0.24741792678833008, 0.30481043457984924, 0.04819561913609505, 0.03758075088262558, 0.05002189800143242, 0.9998781085014343], "count": [193]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [2474.0], "max": [2474.0], "mean": [2474.0], "std": [0.0], "count": [193]}, "index": {"min": [872759.0], "max": [872951.0], "mean": [872855.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [328.0], "max": [328.0], "mean": [328.0], "std": [0.0], "count": [193]}}} +{"episode_index": 2475, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35881233364928006]], [[0.3048405516381357]], [[0.233433173086129]]], "std": [[[0.1427847582514202]], [[0.12909530118431167]], [[0.14395480620588924]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3755343777525659]], [[0.29422732125076595]], [[0.19894319721296722]]], "std": [[[0.17613849438350898]], [[0.13044364296820302]], [[0.09389861918080988]]], "count": [100]}, "state": {"min": [-0.4694702625274658, -0.1397416591644287, 0.9752582907676697, 1.9730714559555054, -0.3676561117172241, 0.017533056437969208, 0.011271142400801182, -0.03993246331810951], "max": [-0.16864219307899475, 0.18814417719841003, 1.2562462091445923, 3.344233274459839, 0.41701915860176086, 0.45895814895629883, 0.04000445827841759, -0.01391344889998436], "mean": [-0.2986357808113098, 0.056848254054784775, 1.1250842809677124, 2.8367104530334473, 0.01697312667965889, 0.17436765134334564, 0.02247408963739872, -0.023180633783340454], "std": [0.08398088812828064, 0.10891315340995789, 0.0786849856376648, 0.46320897340774536, 0.19768869876861572, 0.13763415813446045, 0.012101031839847565, 0.01144067756831646], "count": [330]}, "actions": {"min": [-1.3111605644226074, -0.8202058672904968, -0.6113495826721191, -0.36934953927993774, -0.23956206440925598, -0.11394570022821426, -1.0], "max": [1.0745723247528076, 0.7115960121154785, 1.3559577465057373, 0.1409107893705368, 0.16977594792842865, 0.1358458399772644, 1.0], "mean": [-0.004857185296714306, -0.04425806552171707, -0.02861034870147705, -0.03320087492465973, -0.0024656967725604773, -0.0017618309939280152, 0.3636363744735718], "std": [0.2308845818042755, 0.18689970672130585, 0.2590807378292084, 0.06416099518537521, 0.058742955327034, 0.039050836116075516, 0.9315403699874878], "count": [330]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.45], "std": [9.526235702871658], "count": [330]}, "frame_index": {"min": [0], "max": [329], "mean": [164.5], "std": [95.26235702871658], "count": [330]}, "episode_index": {"min": [2475.0], "max": [2475.0], "mean": [2475.0], "std": [0.0], "count": [330]}, "index": {"min": [872952.0], "max": [873281.0], "mean": [873116.5], "std": [95.26235702871658], "count": [330]}, "task_index": {"min": [418.0], "max": [418.0], "mean": [418.0], "std": [0.0], "count": [330]}}} +{"episode_index": 2476, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35802047789330577]], [[0.3039720931707644]], [[0.23480884088254442]]], "std": [[[0.1424899263979752]], [[0.1315839292628564]], [[0.14578456627737427]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3531993761249617]], [[0.28227628939759497]], [[0.19397443464690564]]], "std": [[[0.18104937564727067]], [[0.1312046042986294]], [[0.09413090299360202]]], "count": [100]}, "state": {"min": [-0.44833141565322876, -0.15231193602085114, 0.9754429459571838, 1.7905710935592651, -0.38494470715522766, -0.2847086191177368, 0.010859550908207893, -0.03987879306077957], "max": [-0.22774331271648407, 0.2080398052930832, 1.2260899543762207, 3.2418668270111084, 0.15601074695587158, 0.4772866666316986, 0.04000481963157654, -0.012211577966809273], "mean": [-0.3273617923259735, 0.047097399830818176, 1.0836631059646606, 2.7595207691192627, -0.08833654969930649, 0.12117679417133331, 0.018824590370059013, -0.019489994272589684], "std": [0.07129031419754028, 0.11184456944465637, 0.07795772701501846, 0.4849841296672821, 0.15294423699378967, 0.2752629518508911, 0.011868064291775227, 0.011353852227330208], "count": [278]}, "actions": {"min": [-0.7601602673530579, -0.6393794417381287, -0.8355621099472046, -0.38509601354599, -0.24737153947353363, -0.19698438048362732, -1.0], "max": [0.7249707579612732, 1.0889849662780762, 1.4521119594573975, 0.13597062230110168, 0.11224927753210068, 0.20337890088558197, 1.0], "mean": [-0.032392121851444244, -0.06674367189407349, -0.04150313138961792, -0.04114903137087822, -0.010616376996040344, 0.005442887078970671, 0.5395683646202087], "std": [0.1991271823644638, 0.2197210043668747, 0.284548819065094, 0.06370002776384354, 0.057266999036073685, 0.050484731793403625, 0.8419385552406311], "count": [278]}, "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": [2476.0], "max": [2476.0], "mean": [2476.0], "std": [0.0], "count": [278]}, "index": {"min": [873282.0], "max": [873559.0], "mean": [873420.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [418.0], "max": [418.0], "mean": [418.0], "std": [0.0], "count": [278]}}} +{"episode_index": 2477, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3582856158088235]], [[0.3042866558000153]], [[0.2338704630533854]]], "std": [[[0.1428754873719774]], [[0.13040415866135907]], [[0.144696172290206]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.3651574940400965]], [[0.28916720940085017]], [[0.1989446231617647]]], "std": [[[0.17370009668875352]], [[0.12675456615159347]], [[0.09342955439743254]]], "count": [100]}, "state": {"min": [-0.459789514541626, -0.1533714383840561, 0.978923499584198, 1.877502679824829, -0.3366817533969879, -0.18345575034618378, 0.010528665967285633, -0.039805714040994644], "max": [-0.19220060110092163, 0.1996670514345169, 1.2182215452194214, 3.3088011741638184, 0.12021812051534653, 0.3998883068561554, 0.04000767320394516, -0.012210180051624775], "mean": [-0.3204924166202545, 0.03835659846663475, 1.094022274017334, 2.8230340480804443, -0.07369872182607651, 0.11206073313951492, 0.01964695379137993, -0.020317455753684044], "std": [0.08094760030508041, 0.11936618387699127, 0.07041695713996887, 0.506220817565918, 0.14440956711769104, 0.20954075455665588, 0.012420261278748512, 0.011795369908213615], "count": [290]}, "actions": {"min": [-1.867875337600708, -0.661589503288269, -0.4735949635505676, -0.24365326762199402, -0.3752857744693756, -0.11457104235887527, -1.0], "max": [0.5321865677833557, 0.7378078699111938, 1.5039457082748413, 0.15770883858203888, 0.17221608757972717, 0.11845722049474716, 1.0], "mean": [-0.011876226402819157, -0.05377735570073128, -0.03402348980307579, -0.03758808597922325, -0.009310531429946423, 0.0031849583610892296, 0.4689655303955078], "std": [0.24769805371761322, 0.2082173377275467, 0.2536349892616272, 0.06525838375091553, 0.06392569839954376, 0.038687754422426224, 0.8832167387008667], "count": [290]}, "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": [2477.0], "max": [2477.0], "mean": [2477.0], "std": [0.0], "count": [290]}, "index": {"min": [873560.0], "max": [873849.0], "mean": [873704.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [418.0], "max": [418.0], "mean": [418.0], "std": [0.0], "count": [290]}}} +{"episode_index": 2478, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35648085829790904]], [[0.30308091526405484]], [[0.2314867607565487]]], "std": [[[0.14239203952352616]], [[0.12747155043498143]], [[0.14150086779908688]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.3505171921673943]], [[0.2822897853477328]], [[0.20117118506338083]]], "std": [[[0.1686922621348237]], [[0.12489707062635527]], [[0.09700811753346177]]], "count": [100]}, "state": {"min": [-0.46489670872688293, -0.16484764218330383, 0.9758893251419067, 1.7850297689437866, -0.499158650636673, -0.1617148071527481, 0.010754403658211231, -0.039973098784685135], "max": [-0.22862157225608826, 0.2165680080652237, 1.282823085784912, 3.247462749481201, 0.41411668062210083, 0.6308844685554504, 0.03998912498354912, -0.012615281157195568], "mean": [-0.3555930256843567, 0.05673365294933319, 1.106036901473999, 2.567077875137329, -0.05076692998409271, 0.28833577036857605, 0.019172655418515205, -0.020437924191355705], "std": [0.0704318955540657, 0.10774696618318558, 0.07969199120998383, 0.5170056223869324, 0.22990615665912628, 0.29664745926856995, 0.012405497021973133, 0.011662864126265049], "count": [354]}, "actions": {"min": [-1.0112638473510742, -0.892475962638855, -0.7886210083961487, -0.23862680792808533, -0.23063287138938904, -0.1422499716281891, -1.0], "max": [0.2874220311641693, 1.0059959888458252, 0.9505736231803894, 0.14368198812007904, 0.13936957716941833, 0.19595621526241302, 1.0], "mean": [-0.006765971891582012, -0.0451655238866806, -0.037106215953826904, -0.03175336867570877, -0.005844298284500837, 0.0048479256220161915, 0.48022598028182983], "std": [0.16444198787212372, 0.21207714080810547, 0.2577778398990631, 0.05888378620147705, 0.0522124245762825, 0.0412721261382103, 0.8771479725837708], "count": [354]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.650000000000002], "std": [10.21905899125094], "count": [354]}, "frame_index": {"min": [0], "max": [353], "mean": [176.5], "std": [102.1905899125094], "count": [354]}, "episode_index": {"min": [2478.0], "max": [2478.0], "mean": [2478.0], "std": [0.0], "count": [354]}, "index": {"min": [873850.0], "max": [874203.0], "mean": [874026.5], "std": [102.1905899125094], "count": [354]}, "task_index": {"min": [418.0], "max": [418.0], "mean": [418.0], "std": [0.0], "count": [354]}}} +{"episode_index": 2479, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3622040885046972]], [[0.30804075856876245]], [[0.23553363057252993]]], "std": [[[0.13839041723748546]], [[0.12626911820323922]], [[0.14294376878976475]]], "count": [101]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3500581161093189]], [[0.2792077999303837]], [[0.18949337075969777]]], "std": [[[0.18576139282721418]], [[0.13300931664058616]], [[0.0971583197290571]]], "count": [101]}, "state": {"min": [-0.48782312870025635, -0.21063920855522156, 0.9897156357765198, 1.7832382917404175, -0.31062135100364685, -0.4187711179256439, 0.013056785799562931, -0.04000752791762352], "max": [0.0004975998890586197, 0.053750377148389816, 1.275090217590332, 3.3011746406555176, 0.23561027646064758, 0.47784847021102905, 0.03994905948638916, -0.01516651175916195], "mean": [-0.2857213020324707, -0.0635921061038971, 1.1475274562835693, 2.7755863666534424, -0.024080384522676468, 0.021800082176923752, 0.021767200902104378, -0.022650741040706635], "std": [0.17407815158367157, 0.06803303211927414, 0.08150745928287506, 0.49198463559150696, 0.1300058811903, 0.29956191778182983, 0.011231659911572933, 0.010627665556967258], "count": [476]}, "actions": {"min": [-1.091408133506775, -1.2638550996780396, -0.707771360874176, -0.2567968964576721, -0.17890380322933197, -0.21883174777030945, -1.0], "max": [0.8559473156929016, 0.963219404220581, 0.807553231716156, 0.2553984820842743, 0.2604113221168518, 0.29527026414871216, 1.0], "mean": [-0.00414738804101944, -0.025978926569223404, -0.0187368206679821, -0.026531009003520012, -0.010894129984080791, 0.004657168872654438, 0.45378151535987854], "std": [0.24375846982002258, 0.2311622053384781, 0.21399420499801636, 0.06959158927202225, 0.05127163976430893, 0.06702107936143875, 0.8911069631576538], "count": [476]}, "timestamp": {"min": [0.0], "max": [47.5], "mean": [23.75], "std": [13.740906083661296], "count": [476]}, "frame_index": {"min": [0], "max": [475], "mean": [237.5], "std": [137.40906083661295], "count": [476]}, "episode_index": {"min": [2479.0], "max": [2479.0], "mean": [2479.0], "std": [0.0], "count": [476]}, "index": {"min": [874204.0], "max": [874679.0], "mean": [874441.5], "std": [137.40906083661295], "count": [476]}, "task_index": {"min": [419.0], "max": [419.0], "mean": [419.0], "std": [0.0], "count": [476]}}} +{"episode_index": 2480, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3623853137446385]], [[0.3073149019129136]], [[0.23467620729932598]]], "std": [[[0.13834688492718492]], [[0.12743756039187104]], [[0.1437581437740345]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9803921568627451]]], "mean": [[[0.3458741149902344]], [[0.27610432942708335]], [[0.18921194039139091]]], "std": [[[0.1801267488186393]], [[0.12689055317768536]], [[0.08943647633034718]]], "count": [100]}, "state": {"min": [-0.4576101303100586, -0.16457021236419678, 1.0033917427062988, 1.850066900253296, -0.18018187582492828, -0.32687970995903015, 0.013199977576732635, -0.03996681049466133], "max": [-0.02188950777053833, 0.041368499398231506, 1.237056851387024, 3.3762154579162598, 0.15079374611377716, 0.49829065799713135, 0.03999682888388634, -0.016264760866761208], "mean": [-0.29725733399391174, -0.06951310485601425, 1.1220780611038208, 2.7717928886413574, -0.054930880665779114, 0.09167598932981491, 0.021101150661706924, -0.02220127172768116], "std": [0.16181184351444244, 0.05926406383514404, 0.07006392627954483, 0.5235649943351746, 0.08118385821580887, 0.28050175309181213, 0.010100344195961952, 0.009414959698915482], "count": [394]}, "actions": {"min": [-0.9555301070213318, -0.604332447052002, -0.8012376427650452, -0.3352407217025757, -0.19768793880939484, -0.21759726107120514, -1.0], "max": [0.6447358131408691, 0.7169595956802368, 1.1467933654785156, 0.30163511633872986, 0.1773369461297989, 0.24409571290016174, 1.0], "mean": [-0.01655403897166252, -0.03320104256272316, -0.018629228696227074, -0.029784314334392548, -0.009191786870360374, 0.005066377110779285, 0.5685279369354248], "std": [0.24514834582805634, 0.20979273319244385, 0.2203436642885208, 0.07081272453069687, 0.05228849872946739, 0.05847224220633507, 0.8226648569107056], "count": [394]}, "timestamp": {"min": [0.0], "max": [39.3], "mean": [19.650000000000002], "std": [11.3737636690763], "count": [394]}, "frame_index": {"min": [0], "max": [393], "mean": [196.5], "std": [113.73763669076301], "count": [394]}, "episode_index": {"min": [2480.0], "max": [2480.0], "mean": [2480.0], "std": [0.0], "count": [394]}, "index": {"min": [874680.0], "max": [875073.0], "mean": [874876.5], "std": [113.73763669076301], "count": [394]}, "task_index": {"min": [419.0], "max": [419.0], "mean": [419.0], "std": [0.0], "count": [394]}}} +{"episode_index": 2481, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3642368678672641]], [[0.309103401333678]], [[0.23630163454541972]]], "std": [[[0.1392913726759942]], [[0.1283408762234192]], [[0.14526558373572407]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3318295916389017]], [[0.26916769947725183]], [[0.18714076980890013]]], "std": [[[0.18272063189266302]], [[0.12915325069734854]], [[0.09335764313242083]]], "count": [100]}, "state": {"min": [-0.46160823106765747, -0.1494588404893875, 0.996256947517395, 1.7918615341186523, -0.3893314003944397, -0.25960907340049744, 0.01304557267576456, -0.040006183087825775], "max": [-0.05016164481639862, 0.040896788239479065, 1.2225207090377808, 3.2413477897644043, 0.1946534514427185, 0.5113783478736877, 0.03988523781299591, -0.015089008957147598], "mean": [-0.3026338815689087, -0.05789048597216606, 1.1113084554672241, 2.682488441467285, -0.09710314869880676, 0.1442292481660843, 0.020433295518159866, -0.021585052832961082], "std": [0.14426755905151367, 0.05931391194462776, 0.07628348469734192, 0.4809970557689667, 0.14635945856571198, 0.27887293696403503, 0.010758236050605774, 0.010157972574234009], "count": [401]}, "actions": {"min": [-1.2333488464355469, -0.5795373916625977, -0.5729889273643494, -0.24326926469802856, -0.19337111711502075, -0.19724999368190765, -1.0], "max": [0.9999694228172302, 0.8071774244308472, 1.1970984935760498, 0.16350063681602478, 0.14010736346244812, 0.2752259373664856, 1.0], "mean": [-0.021559279412031174, -0.022990474477410316, -0.03313213586807251, -0.02962878718972206, -0.01066980604082346, 0.004568191710859537, 0.5361595749855042], "std": [0.2557813823223114, 0.17920377850532532, 0.20768967270851135, 0.056485723704099655, 0.04990459606051445, 0.053389180451631546, 0.8441171646118164], "count": [401]}, "timestamp": {"min": [0.0], "max": [40.0], "mean": [20.0], "std": [11.575836902790225], "count": [401]}, "frame_index": {"min": [0], "max": [400], "mean": [200.0], "std": [115.75836902790225], "count": [401]}, "episode_index": {"min": [2481.0], "max": [2481.0], "mean": [2481.0], "std": [0.0], "count": [401]}, "index": {"min": [875074.0], "max": [875474.0], "mean": [875274.0], "std": [115.75836902790225], "count": [401]}, "task_index": {"min": [419.0], "max": [419.0], "mean": [419.0], "std": [0.0], "count": [401]}}} +{"episode_index": 2482, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3649588904287301]], [[0.3096080160701976]], [[0.23739171884574142]]], "std": [[[0.13901664971875136]], [[0.1288192086058846]], [[0.14599073237052018]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9764705882352941]], [[0.9803921568627451]]], "mean": [[[0.3508111314960555]], [[0.2789536491842831]], [[0.18775916724111522]]], "std": [[[0.18269388210185225]], [[0.12494127599332792]], [[0.08118549105145136]]], "count": [100]}, "state": {"min": [-0.4453057050704956, -0.20577506721019745, 0.9985139966011047, 2.055643081665039, -0.2856968343257904, -0.02401559241116047, 0.013532920740544796, -0.040004923939704895], "max": [-0.058075569570064545, 0.009552772156894207, 1.1794806718826294, 3.178189277648926, 0.11225202679634094, 0.580191969871521, 0.039880167692899704, -0.015715427696704865], "mean": [-0.27089348435401917, -0.09911612421274185, 1.1106079816818237, 2.8870689868927, -0.073701411485672, 0.16539214551448822, 0.022660965099930763, -0.02326824888586998], "std": [0.13528305292129517, 0.05675055831670761, 0.05362154170870781, 0.32175979018211365, 0.10307226330041885, 0.21343471109867096, 0.011066384613513947, 0.01075189933180809], "count": [303]}, "actions": {"min": [-0.7265479564666748, -1.6248003244400024, -0.5666906833648682, -0.29223451018333435, -0.19022521376609802, -0.1899987757205963, -1.0], "max": [1.2309645414352417, 0.7129018902778625, 0.6065043807029724, 0.12656335532665253, 0.14976981282234192, 0.3245483636856079, 1.0], "mean": [-0.014668694697320461, -0.03765755519270897, -0.025458797812461853, -0.02935589849948883, -0.017577165737748146, 0.009447493590414524, 0.4191419184207916], "std": [0.26980283856391907, 0.25870388746261597, 0.21246874332427979, 0.06844411045312881, 0.05576275289058685, 0.06253751367330551, 0.9079229235649109], "count": [303]}, "timestamp": {"min": [0.0], "max": [30.2], "mean": [15.099999999999998], "std": [8.74680894193229], "count": [303]}, "frame_index": {"min": [0], "max": [302], "mean": [151.0], "std": [87.46808941932291], "count": [303]}, "episode_index": {"min": [2482.0], "max": [2482.0], "mean": [2482.0], "std": [0.0], "count": [303]}, "index": {"min": [875475.0], "max": [875777.0], "mean": [875626.0], "std": [87.46808941932291], "count": [303]}, "task_index": {"min": [419.0], "max": [419.0], "mean": [419.0], "std": [0.0], "count": [303]}}} +{"episode_index": 2483, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3564714941884957]], [[0.3030164890663296]], [[0.23107332775639552]]], "std": [[[0.1400979604789829]], [[0.12532834310496174]], [[0.13992802991659298]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.996078431372549]]], "mean": [[[0.38257084745519304]], [[0.2976278070188036]], [[0.19896605487898283]]], "std": [[[0.1801041056326629]], [[0.12937131394770524]], [[0.08560394142097472]]], "count": [100]}, "state": {"min": [-0.5137699842453003, -0.2924194633960724, 0.9637844562530518, 2.97080659866333, -0.17435510456562042, -0.9293222427368164, 0.0051361010409891605, -0.04000350087881088], "max": [-0.16710537672042847, 0.19246289134025574, 1.2870408296585083, 3.2769343852996826, 0.1488468199968338, 0.1084432601928711, 0.04000306501984596, -0.005403560120612383], "mean": [-0.30713874101638794, -0.011171020567417145, 1.1734949350357056, 3.1291027069091797, -0.03582754358649254, -0.15921491384506226, 0.025088120251893997, -0.02509845606982708], "std": [0.1076975017786026, 0.1630406528711319, 0.09821866452693939, 0.07828003168106079, 0.0924193486571312, 0.32687443494796753, 0.01481125969439745, 0.014682692475616932], "count": [402]}, "actions": {"min": [-1.034288763999939, -1.2184667587280273, -1.0860087871551514, -0.2561533451080322, -0.2210245281457901, -0.2513847053050995, -1.0], "max": [1.474576473236084, 2.0260448455810547, 1.306585431098938, 0.21931280195713043, 0.2849635183811188, 0.5585201382637024, 1.0], "mean": [0.013759361580014229, -0.03619223088026047, 0.019155001267790794, -0.004994968883693218, -0.0007566295098513365, -0.0046634855680167675, -0.03980099409818649], "std": [0.27083271741867065, 0.4350031018257141, 0.3595760464668274, 0.06502699851989746, 0.06443808227777481, 0.09809619188308716, 0.9992082715034485], "count": [402]}, "timestamp": {"min": [0.0], "max": [40.1], "mean": [20.05], "std": [11.604704505788446], "count": [402]}, "frame_index": {"min": [0], "max": [401], "mean": [200.5], "std": [116.04704505788446], "count": [402]}, "episode_index": {"min": [2483.0], "max": [2483.0], "mean": [2483.0], "std": [0.0], "count": [402]}, "index": {"min": [875778.0], "max": [876179.0], "mean": [875978.5], "std": [116.04704505788446], "count": [402]}, "task_index": {"min": [420.0], "max": [420.0], "mean": [420.0], "std": [0.0], "count": [402]}}} +{"episode_index": 2484, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3574044775869332]], [[0.3021334144741881]], [[0.23163371605966607]]], "std": [[[0.1393790719322836]], [[0.12760615340449388]], [[0.14174897187647803]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.3875151869829963]], [[0.303082898906633]], [[0.20345244284237132]]], "std": [[[0.17882674349963687]], [[0.12761679930895467]], [[0.08721374678488072]]], "count": [100]}, "state": {"min": [-0.4810430109500885, -0.2680152654647827, 0.9651763439178467, 2.979828357696533, -0.272115558385849, -0.5614145994186401, 0.003526245476678014, -0.040002934634685516], "max": [-0.20219771564006805, 0.21880902349948883, 1.2899328470230103, 3.3133544921875, 0.1522909551858902, 0.10515671223402023, 0.040003396570682526, -0.005656389985233545], "mean": [-0.30423617362976074, 0.004082370083779097, 1.15693998336792, 3.1438920497894287, -0.0739194005727768, -0.12488142400979996, 0.024449622258543968, -0.024554237723350525], "std": [0.08915168046951294, 0.1616564244031906, 0.0950392633676529, 0.07778850942850113, 0.10244079679250717, 0.19420333206653595, 0.014836056157946587, 0.014612957835197449], "count": [393]}, "actions": {"min": [-0.6342318058013916, -1.407172679901123, -1.137607216835022, -0.2855457663536072, -0.3030664622783661, -0.22012077271938324, -1.0], "max": [0.865985095500946, 1.493074893951416, 1.1676442623138428, 0.22290188074111938, 0.30158567428588867, 0.37999850511550903, 1.0], "mean": [0.014566653408110142, -0.05217747762799263, 0.012403791770339012, -0.003953800071030855, 0.002255754079669714, -0.0043814778327941895, 0.0025445292703807354], "std": [0.2335708886384964, 0.4027070701122284, 0.3447135388851166, 0.06032726913690567, 0.06472067534923553, 0.07648817449808121, 0.9999955892562866], "count": [393]}, "timestamp": {"min": [0.0], "max": [39.2], "mean": [19.599999999999998], "std": [11.344896062400338], "count": [393]}, "frame_index": {"min": [0], "max": [392], "mean": [196.0], "std": [113.44896062400336], "count": [393]}, "episode_index": {"min": [2484.0], "max": [2484.0], "mean": [2484.0], "std": [0.0], "count": [393]}, "index": {"min": [876180.0], "max": [876572.0], "mean": [876376.0], "std": [113.44896062400336], "count": [393]}, "task_index": {"min": [420.0], "max": [420.0], "mean": [420.0], "std": [0.0], "count": [393]}}} +{"episode_index": 2485, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3575519840016084]], [[0.3017425225949755]], [[0.23155029955097273]]], "std": [[[0.14079534352821724]], [[0.12985695686066334]], [[0.14367840536815857]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.39183891266467524]], [[0.30691861320944397]], [[0.20601564175474876]]], "std": [[[0.1812194323700882]], [[0.1307217208045861]], [[0.0917554859997137]]], "count": [100]}, "state": {"min": [-0.5383551120758057, -0.26786455512046814, 0.9620341062545776, 3.0067129135131836, -0.46122053265571594, -1.0849189758300781, 0.005158413201570511, -0.04000356048345566], "max": [-0.19709263741970062, 0.22164678573608398, 1.2708454132080078, 3.25049090385437, 0.014432894065976143, 0.10045426338911057, 0.04001012444496155, -0.0052209473215043545], "mean": [-0.3160543143749237, 0.02435603365302086, 1.1622236967086792, 3.1401638984680176, -0.19014811515808105, -0.26979193091392517, 0.0248264167457819, -0.0248170904815197], "std": [0.10832385718822479, 0.16395384073257446, 0.09906598925590515, 0.05186738446354866, 0.1236308142542839, 0.33163243532180786, 0.015028338879346848, 0.01495346613228321], "count": [444]}, "actions": {"min": [-0.8660573959350586, -1.4427028894424438, -1.1761219501495361, -0.23184019327163696, -0.16690324246883392, -0.26587551832199097, -1.0], "max": [1.6425427198410034, 1.6982927322387695, 1.6866097450256348, 0.19972926378250122, 0.22174425423145294, 0.49610787630081177, 1.0], "mean": [0.01465549599379301, -0.037497080862522125, 0.013560375198721886, -0.0031650580931454897, 0.0003125762741547078, -0.004257651977241039, -0.03153153136372566], "std": [0.2582753598690033, 0.4165292978286743, 0.3487471044063568, 0.048774611204862595, 0.055679235607385635, 0.09036103636026382, 0.9995020627975464], "count": [444]}, "timestamp": {"min": [0.0], "max": [44.3], "mean": [22.150000000000002], "std": [12.817143467507364], "count": [444]}, "frame_index": {"min": [0], "max": [443], "mean": [221.5], "std": [128.17143467507364], "count": [444]}, "episode_index": {"min": [2485.0], "max": [2485.0], "mean": [2485.0], "std": [0.0], "count": [444]}, "index": {"min": [876573.0], "max": [877016.0], "mean": [876794.5], "std": [128.17143467507364], "count": [444]}, "task_index": {"min": [420.0], "max": [420.0], "mean": [420.0], "std": [0.0], "count": [444]}}} +{"episode_index": 2486, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3544418777765012]], [[0.3009383245729933]], [[0.22952785955690871]]], "std": [[[0.1397999942232665]], [[0.12552275168843038]], [[0.1396698437609259]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3607185549268535]], [[0.28389234236174943]], [[0.1935875208237592]]], "std": [[[0.17523677122497486]], [[0.12787153490153028]], [[0.0920935433598251]]], "count": [100]}, "state": {"min": [-0.4950428307056427, -0.28630849719047546, 0.9632827639579773, 2.7065494060516357, -0.2998114228248596, -0.3394355773925781, 0.004972038324922323, -0.0400119386613369], "max": [-0.20149670541286469, 0.13059966266155243, 1.3078727722167969, 3.2316651344299316, 0.21158185601234436, 0.4643489122390747, 0.039941344410181046, -0.0060565355233848095], "mean": [-0.33565208315849304, -0.027696851640939713, 1.148906946182251, 2.9962925910949707, -0.03144995868206024, 0.05505434796214104, 0.025098353624343872, -0.025176571682095528], "std": [0.08947313576936722, 0.14048825204372406, 0.09728486835956573, 0.12849511206150055, 0.1422024816274643, 0.22849047183990479, 0.014996600337326527, 0.014909782446920872], "count": [425]}, "actions": {"min": [-0.6983727812767029, -1.575374722480774, -0.8745568990707397, -0.28963008522987366, -0.338485449552536, -0.21770620346069336, -1.0], "max": [0.8569014668464661, 1.484060287475586, 1.8036701679229736, 0.22143934667110443, 0.23977141082286835, 0.2845364212989807, 1.0], "mean": [0.014779225923120975, -0.027553800493478775, 0.022007953375577927, -0.002892917487770319, -0.00700312340632081, -0.00386126060038805, -0.05882352963089943], "std": [0.21733640134334564, 0.3561546206474304, 0.3530389368534088, 0.06706064194440842, 0.07026079297065735, 0.07589839398860931, 0.9982669353485107], "count": [425]}, "timestamp": {"min": [0.0], "max": [42.4], "mean": [21.2], "std": [12.268659258452], "count": [425]}, "frame_index": {"min": [0], "max": [424], "mean": [212.0], "std": [122.68659258452001], "count": [425]}, "episode_index": {"min": [2486.0], "max": [2486.0], "mean": [2486.0], "std": [0.0], "count": [425]}, "index": {"min": [877017.0], "max": [877441.0], "mean": [877229.0], "std": [122.68659258452001], "count": [425]}, "task_index": {"min": [421.0], "max": [421.0], "mean": [421.0], "std": [0.0], "count": [425]}}} +{"episode_index": 2487, "stats": {"image": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35734745279947916]], [[0.30301176063687196]], [[0.23094858266793045]]], "std": [[[0.1415511017755084]], [[0.12781225350086084]], [[0.14251139947547908]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3604692257151884]], [[0.2860492655436198]], [[0.19752647190467984]]], "std": [[[0.1781983223429122]], [[0.13226491744013183]], [[0.09934063044368056]]], "count": [100]}, "state": {"min": [-0.53961181640625, -0.2770903706550598, 0.970325767993927, 3.0217862129211426, -0.5020837187767029, -1.0409436225891113, 0.005046935752034187, -0.03994930908083916], "max": [-0.2147635966539383, 0.15674766898155212, 1.3034714460372925, 3.3306658267974854, 0.18511846661567688, 0.43981555104255676, 0.040005866438150406, -0.005156902130693197], "mean": [-0.35969534516334534, -0.036615073680877686, 1.15108323097229, 3.1590921878814697, -0.15496613085269928, -0.2178095579147339, 0.02409449964761734, -0.024154748767614365], "std": [0.09237915277481079, 0.14179813861846924, 0.10278304666280746, 0.0763019472360611, 0.17971396446228027, 0.42290669679641724, 0.015062599442899227, 0.014933892525732517], "count": [449]}, "actions": {"min": [-0.9211291670799255, -1.067492961883545, -0.7789126038551331, -0.2760585844516754, -0.21410538256168365, -0.223353311419487, -1.0], "max": [0.7651336193084717, 1.1694111824035645, 1.060651183128357, 0.37188220024108887, 0.21575313806533813, 0.4539465010166168, 1.0], "mean": [0.013333995826542377, -0.029160508885979652, 0.025771887972950935, -0.005066454876214266, -0.0047850338742136955, 0.0008124933228828013, 0.011135857552289963], "std": [0.21056777238845825, 0.3352001905441284, 0.2829267680644989, 0.06960930675268173, 0.05673741176724434, 0.0964650958776474, 0.9999383091926575], "count": [449]}, "timestamp": {"min": [0.0], "max": [44.8], "mean": [22.400000000000002], "std": [12.96148139681572], "count": [449]}, "frame_index": {"min": [0], "max": [448], "mean": [224.0], "std": [129.6148139681572], "count": [449]}, "episode_index": {"min": [2487.0], "max": [2487.0], "mean": [2487.0], "std": [0.0], "count": [449]}, "index": {"min": [877442.0], "max": [877890.0], "mean": [877666.0], "std": [129.6148139681572], "count": [449]}, "task_index": {"min": [421.0], "max": [421.0], "mean": [421.0], "std": [0.0], "count": [449]}}} +{"episode_index": 2488, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.35673321952071846]], [[0.3039472847732843]], [[0.2313798433191636]]], "std": [[[0.14171510624101588]], [[0.12829774766341787]], [[0.14381987141091507]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.984313725490196]], [[0.9882352941176471]]], "mean": [[[0.3631454096775429]], [[0.2876257360121783]], [[0.19773479745902267]]], "std": [[[0.1783016264722961]], [[0.1321264553976963]], [[0.09863384763569447]]], "count": [100]}, "state": {"min": [-0.5282707214355469, -0.25746944546699524, 0.9667375087738037, 2.907193183898926, -0.5092237591743469, -0.9463600516319275, 0.002523677423596382, -0.03998570144176483], "max": [-0.23252174258232117, 0.11573711037635803, 1.2630681991577148, 3.345996856689453, 0.05920836701989174, 0.4141954779624939, 0.04000992700457573, -0.005726600531488657], "mean": [-0.35518938302993774, -0.02632414735853672, 1.1367498636245728, 3.1588122844696045, -0.23555883765220642, -0.2744367718696594, 0.02531362883746624, -0.025513961911201477], "std": [0.08589581400156021, 0.12616150081157684, 0.09116165339946747, 0.0978463739156723, 0.14616921544075012, 0.36805951595306396, 0.01498500443994999, 0.014619514346122742], "count": [437]}, "actions": {"min": [-0.6480993628501892, -1.3466801643371582, -0.6434383392333984, -0.23114991188049316, -0.2565045654773712, -0.3537953197956085, -1.0], "max": [1.0384010076522827, 1.3589800596237183, 2.217104196548462, 0.29795223474502563, 0.20590294897556305, 0.4644690155982971, 1.0], "mean": [0.007029673084616661, -0.037732213735580444, 0.03154633194208145, -0.0074583361856639385, -0.005554500967264175, -0.0023409558925777674, -0.06178489699959755], "std": [0.19772662222385406, 0.32990148663520813, 0.3294404149055481, 0.06030254065990448, 0.05832139030098915, 0.1008397787809372, 0.9980887174606323], "count": [437]}, "timestamp": {"min": [0.0], "max": [43.6], "mean": [21.8], "std": [12.615070352558481], "count": [437]}, "frame_index": {"min": [0], "max": [436], "mean": [218.0], "std": [126.15070352558483], "count": [437]}, "episode_index": {"min": [2488.0], "max": [2488.0], "mean": [2488.0], "std": [0.0], "count": [437]}, "index": {"min": [877891.0], "max": [878327.0], "mean": [878109.0], "std": [126.15070352558483], "count": [437]}, "task_index": {"min": [421.0], "max": [421.0], "mean": [421.0], "std": [0.0], "count": [437]}}} +{"episode_index": 2489, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3618982885024127]], [[0.301282398298675]], [[0.23528246053059895]]], "std": [[[0.13839654667755594]], [[0.13494693907799427]], [[0.14921710200075075]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.355482463163488]], [[0.2793113487094056]], [[0.19507780426623775]]], "std": [[[0.18839876576017162]], [[0.14546536103555782]], [[0.11170757923104876]]], "count": [100]}, "state": {"min": [-0.3838953375816345, -0.1595441848039627, 0.990565299987793, 1.9029664993286133, -0.057349793612957, -0.3105551600456238, 0.01512143760919571, -0.039907436817884445], "max": [-0.07662353664636612, 0.16351857781410217, 1.2166938781738281, 3.342974901199341, 0.4884616732597351, 0.26383548974990845, 0.04000575840473175, -0.016433848068118095], "mean": [-0.2508058547973633, 0.0289476215839386, 1.1151163578033447, 2.774247169494629, 0.12879793345928192, -0.031237339600920677, 0.02372044138610363, -0.024496106430888176], "std": [0.10605181753635406, 0.08184383809566498, 0.05872287601232529, 0.5209967494010925, 0.15858514606952667, 0.16958193480968475, 0.010299796238541603, 0.009611709043383598], "count": [335]}, "actions": {"min": [-1.5639816522598267, -1.0266958475112915, -0.627190113067627, -0.359846293926239, -0.17474037408828735, -0.13379167020320892, -1.0], "max": [0.7784229516983032, 0.7914565205574036, 0.7677102088928223, 0.18860632181167603, 0.136146679520607, 0.18797071278095245, 1.0], "mean": [0.007406494580209255, -0.04469618201255798, -0.02787010371685028, -0.03136944770812988, 0.005627200473099947, 0.0008302108617499471, 0.44477611780166626], "std": [0.25505775213241577, 0.20427553355693817, 0.21602264046669006, 0.07067053020000458, 0.046514324843883514, 0.049305617809295654, 0.8956425189971924], "count": [335]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.670573922989266], "count": [335]}, "frame_index": {"min": [0], "max": [334], "mean": [167.0], "std": [96.70573922989266], "count": [335]}, "episode_index": {"min": [2489.0], "max": [2489.0], "mean": [2489.0], "std": [0.0], "count": [335]}, "index": {"min": [878328.0], "max": [878662.0], "mean": [878495.0], "std": [96.70573922989266], "count": [335]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [335]}}} +{"episode_index": 2490, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.362138318828508]], [[0.3009232901778876]], [[0.23353031173406863]]], "std": [[[0.14047939527640602]], [[0.13633290312473717]], [[0.15058550209836505]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3619483893899357]], [[0.2867592558019301]], [[0.20366606050379135]]], "std": [[[0.18024653240332073]], [[0.13425463175511715]], [[0.0975964719986628]]], "count": [100]}, "state": {"min": [-0.4247814118862152, -0.14983902871608734, 0.9969488978385925, 1.8067560195922852, -0.4095394015312195, -0.22482845187187195, 0.01305522583425045, -0.03995132818818092], "max": [-0.08411507308483124, 0.17878511548042297, 1.2458276748657227, 3.2849619388580322, 0.21726226806640625, 0.5763617157936096, 0.040002815425395966, -0.015303540043532848], "mean": [-0.29250556230545044, 0.04284876957535744, 1.1179927587509155, 2.6866979598999023, -0.12390521913766861, 0.17330694198608398, 0.0216582752764225, -0.02279871329665184], "std": [0.11655731499195099, 0.08739382773637772, 0.08077161759138107, 0.5389679670333862, 0.17620496451854706, 0.2916021943092346, 0.011277829296886921, 0.010510804131627083], "count": [386]}, "actions": {"min": [-1.1525737047195435, -0.5259091258049011, -0.6034220457077026, -0.4837862253189087, -0.19610905647277832, -0.23336246609687805, -1.0], "max": [0.5608744621276855, 0.6770872473716736, 1.6415106058120728, 0.11280134320259094, 0.15941092371940613, 0.2723376750946045, 1.0], "mean": [0.0002889578463509679, -0.030431393533945084, -0.016469651833176613, -0.027058186009526253, -0.006290617864578962, 0.0028797283302992582, 0.4559585452079773], "std": [0.22437205910682678, 0.18193194270133972, 0.24597807228565216, 0.06465794146060944, 0.0530790239572525, 0.05310017988085747, 0.8900018334388733], "count": [386]}, "timestamp": {"min": [0.0], "max": [38.5], "mean": [19.25], "std": [11.142822802144885], "count": [386]}, "frame_index": {"min": [0], "max": [385], "mean": [192.5], "std": [111.42822802144886], "count": [386]}, "episode_index": {"min": [2490.0], "max": [2490.0], "mean": [2490.0], "std": [0.0], "count": [386]}, "index": {"min": [878663.0], "max": [879048.0], "mean": [878855.5], "std": [111.42822802144886], "count": [386]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [386]}}} +{"episode_index": 2491, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3648183952780331]], [[0.30409099085190716]], [[0.23839829149433212]]], "std": [[[0.14058298700500674]], [[0.13807606689590413]], [[0.15216740257322234]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.3603344349580652]], [[0.28608077643899354]], [[0.2054207751704197]]], "std": [[[0.1814488432368017]], [[0.14240538654383877]], [[0.11500379367576527]]], "count": [100]}, "state": {"min": [-0.37078598141670227, -0.13377705216407776, 0.9995588064193726, 1.94173264503479, -0.2378610223531723, -0.30518218874931335, 0.014769705943763256, -0.04000289738178253], "max": [-0.09907925128936768, 0.15670378506183624, 1.1927194595336914, 3.2231056690216064, 0.3012506067752838, 0.4136808216571808, 0.0399676077067852, -0.018047332763671875], "mean": [-0.2689304053783417, 0.06169614940881729, 1.1098134517669678, 2.6565604209899902, 0.021574370563030243, 0.09527759253978729, 0.023010950535535812, -0.0242839977145195], "std": [0.08898060768842697, 0.07191010564565659, 0.05763295665383339, 0.4756799340248108, 0.16176000237464905, 0.23787491023540497, 0.009946908801794052, 0.009108742699027061], "count": [416]}, "actions": {"min": [-0.76058030128479, -0.47690683603286743, -1.5297454595565796, -0.25225237011909485, -0.25896206498146057, -0.25971534848213196, -1.0], "max": [0.5350518226623535, 0.9837020635604858, 0.93821120262146, 0.3642937242984772, 0.17583532631397247, 0.19376873970031738, 1.0], "mean": [0.01146440114825964, -0.029798133298754692, -0.01757173240184784, -0.023910995572805405, -0.0029451248701661825, 0.007064421195536852, 0.4951923191547394], "std": [0.18286976218223572, 0.17289842665195465, 0.2050858736038208, 0.059392739087343216, 0.05108487978577614, 0.05143018811941147, 0.8687811493873596], "count": [416]}, "timestamp": {"min": [0.0], "max": [41.5], "mean": [20.75], "std": [12.008850902563491], "count": [416]}, "frame_index": {"min": [0], "max": [415], "mean": [207.5], "std": [120.08850902563492], "count": [416]}, "episode_index": {"min": [2491.0], "max": [2491.0], "mean": [2491.0], "std": [0.0], "count": [416]}, "index": {"min": [879049.0], "max": [879464.0], "mean": [879256.5], "std": [120.08850902563492], "count": [416]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [416]}}} +{"episode_index": 2492, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36360795563342524]], [[0.3028430127910539]], [[0.23639479693244486]]], "std": [[[0.13918349488538348]], [[0.13588020170898446]], [[0.15026917245460317]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.352122527477788]], [[0.2776348505955117]], [[0.19469627948835783]]], "std": [[[0.193063163946615]], [[0.14857298882385453]], [[0.11339619845678983]]], "count": [100]}, "state": {"min": [-0.42959296703338623, -0.1676463484764099, 0.9943944215774536, 1.8131604194641113, -0.20312903821468353, -0.10776251554489136, 0.013977575115859509, -0.039789654314517975], "max": [-0.10184504091739655, 0.18148647248744965, 1.1881076097488403, 3.3681869506835938, 0.4524507224559784, 0.33085474371910095, 0.040010612457990646, -0.016655990853905678], "mean": [-0.27674832940101624, 0.05271703749895096, 1.0958064794540405, 2.8293650150299072, 0.09717979282140732, 0.053826577961444855, 0.02311999723315239, -0.02375919185578823], "std": [0.11817056685686111, 0.08756866306066513, 0.051747776567935944, 0.569736659526825, 0.17143036425113678, 0.11956288665533066, 0.010769433341920376, 0.01011879462748766], "count": [343]}, "actions": {"min": [-0.9613731503486633, -1.1133216619491577, -0.7436322569847107, -0.4408167004585266, -0.20957913994789124, -0.17477960884571075, -1.0], "max": [0.7459412217140198, 0.9496354460716248, 1.1059335470199585, 0.13524076342582703, 0.21711930632591248, 0.1639428734779358, 1.0], "mean": [-0.00032988807652145624, -0.043573055416345596, -0.017443254590034485, -0.03041454590857029, 0.0015548323281109333, 0.0003351966734044254, 0.4402332305908203], "std": [0.23207004368305206, 0.19734366238117218, 0.2001541405916214, 0.07044719159603119, 0.05231126770377159, 0.04101195186376572, 0.8978816270828247], "count": [343]}, "timestamp": {"min": [0.0], "max": [34.2], "mean": [17.1], "std": [9.901515035589249], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [2492.0], "max": [2492.0], "mean": [2492.0], "std": [0.0], "count": [343]}, "index": {"min": [879465.0], "max": [879807.0], "mean": [879636.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [331.0], "max": [331.0], "mean": [331.0], "std": [0.0], "count": [343]}}} +{"episode_index": 2493, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3633275230258119]], [[0.3019402507707184]], [[0.23494755943148746]]], "std": [[[0.1382295209982868]], [[0.13441475134873462]], [[0.14842035085356392]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.4078209384095435]], [[0.3141825525620405]], [[0.21013616045783548]]], "std": [[[0.18500753101051526]], [[0.1324490058183067]], [[0.08116686449376492]]], "count": [100]}, "state": {"min": [-0.36480703949928284, -0.24624231457710266, 1.0056689977645874, 2.991915225982666, -0.20068202912807465, -0.09745670109987259, 0.015742767602205276, -0.04000239446759224], "max": [-0.08532265573740005, 0.18666933476924896, 1.2870715856552124, 3.1693897247314453, 0.07905684411525726, 0.09617844969034195, 0.03985864669084549, -0.015917209908366203], "mean": [-0.23728160560131073, 0.028301643207669258, 1.187973141670227, 3.095257520675659, -0.12010014802217484, -0.00248734001070261, 0.025029923766851425, -0.025113778188824654], "std": [0.10773014277219772, 0.1598232537508011, 0.08448272943496704, 0.04448980093002319, 0.06817938387393951, 0.06062871962785721, 0.0109498156234622, 0.010946693830192089], "count": [209]}, "actions": {"min": [-0.5425940752029419, -0.9601017832756042, -0.604600191116333, -0.17068806290626526, -0.1287849396467209, -0.1570083647966385, -1.0], "max": [0.803438127040863, 1.2790318727493286, 0.9865385293960571, 0.11798857152462006, 0.10584673285484314, 0.18135374784469604, 1.0], "mean": [-0.0020085100550204515, -0.09463690221309662, 0.04079142585396767, -0.0014973810175433755, -0.008376744575798512, -0.00347807165235281, 0.21531100571155548], "std": [0.27035775780677795, 0.3385619521141052, 0.2985946536064148, 0.04497638717293739, 0.04235232621431351, 0.04943932965397835, 0.9765457510948181], "count": [209]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.4], "std": [6.0332412515993425], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [2493.0], "max": [2493.0], "mean": [2493.0], "std": [0.0], "count": [209]}, "index": {"min": [879808.0], "max": [880016.0], "mean": [879912.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [422.0], "max": [422.0], "mean": [422.0], "std": [0.0], "count": [209]}}} +{"episode_index": 2494, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3596364877738205]], [[0.29972706813438266]], [[0.23365252984738819]]], "std": [[[0.1375575327932315]], [[0.13157413228455667]], [[0.14469931693811103]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.39933945300532325]], [[0.3071237595502068]], [[0.20527384978649663]]], "std": [[[0.18881971944623516]], [[0.13541400108374177]], [[0.08108219662684915]]], "count": [100]}, "state": {"min": [-0.3604484796524048, -0.24261465668678284, 1.0059067010879517, 3.0030062198638916, -0.10480459034442902, -0.27147552371025085, 0.01677320897579193, -0.039965905249118805], "max": [-0.083004891872406, 0.18212035298347473, 1.3080098628997803, 3.5561511516571045, 0.11582989990711212, 0.09637921303510666, 0.03996624797582626, -0.017002500593662262], "mean": [-0.21697796881198883, 0.015804681926965714, 1.1893776655197144, 3.1788437366485596, -0.00971116591244936, -0.10027841478586197, 0.027133150026202202, -0.02702583372592926], "std": [0.1053633838891983, 0.16497297585010529, 0.09136831760406494, 0.1408911943435669, 0.05747305601835251, 0.10613102465867996, 0.010681536979973316, 0.010755840688943863], "count": [203]}, "actions": {"min": [-1.4535300731658936, -1.4453445672988892, -0.8887937664985657, -0.6035960912704468, -0.18420055508613586, -0.16936784982681274, -1.0], "max": [1.0884559154510498, 1.11720609664917, 1.6376712322235107, 0.3113783597946167, 0.19814173877239227, 0.22989040613174438, 1.0], "mean": [-0.020562592893838882, -0.1159280389547348, 0.0405082143843174, -0.008059091866016388, -0.0037440320011228323, -0.007374282460659742, 0.1034482792019844], "std": [0.2969279885292053, 0.33660656213760376, 0.3464382588863373, 0.10483900457620621, 0.058788053691387177, 0.05866096168756485, 0.9946345090866089], "count": [203]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [2494.0], "max": [2494.0], "mean": [2494.0], "std": [0.0], "count": [203]}, "index": {"min": [880017.0], "max": [880219.0], "mean": [880118.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [422.0], "max": [422.0], "mean": [422.0], "std": [0.0], "count": [203]}}} +{"episode_index": 2495, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3567876299689798]], [[0.2965399792241115]], [[0.23085770311542586]]], "std": [[[0.1364904906101531]], [[0.13023955246101343]], [[0.14230524952997273]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.39418345672009036]], [[0.3011413131414675]], [[0.19744814824123008]]], "std": [[[0.19083696094938035]], [[0.13661639337688278]], [[0.08047425420434276]]], "count": [100]}, "state": {"min": [-0.2909681499004364, -0.2577873766422272, 1.0027483701705933, 2.8981573581695557, -0.02119608223438263, -0.28961673378944397, 0.017074722796678543, -0.03992881253361702], "max": [-0.06741929054260254, 0.1819080114364624, 1.3114402294158936, 3.320979356765747, 0.22181159257888794, 0.03249569237232208, 0.03996695205569267, -0.017469745129346848], "mean": [-0.19079379737377167, 0.007476923521608114, 1.1835309267044067, 3.1534924507141113, 0.11901872605085373, -0.14254070818424225, 0.027395399287343025, -0.027361463755369186], "std": [0.08503374457359314, 0.16365373134613037, 0.08977695554494858, 0.11495156586170197, 0.06880531460046768, 0.09460294246673584, 0.010556303896009922, 0.010536560788750648], "count": [193]}, "actions": {"min": [-0.9533358216285706, -1.4163395166397095, -0.9368136525154114, -0.2689618766307831, -0.22131265699863434, -0.22405050694942474, -1.0], "max": [1.0541740655899048, 0.49781593680381775, 1.5976719856262207, 0.2815929353237152, 0.27576085925102234, 0.18602262437343597, 1.0], "mean": [-0.0016738278791308403, -0.13613294064998627, 0.051615260541439056, -0.010194659233093262, -0.004701076541095972, -0.007567765656858683, 0.07772020995616913], "std": [0.2611549198627472, 0.367971807718277, 0.35281577706336975, 0.06598682701587677, 0.06240079179406166, 0.061298418790102005, 0.9969756603240967], "count": [193]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.6], "std": [5.571355310873648], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [2495.0], "max": [2495.0], "mean": [2495.0], "std": [0.0], "count": [193]}, "index": {"min": [880220.0], "max": [880412.0], "mean": [880316.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [422.0], "max": [422.0], "mean": [422.0], "std": [0.0], "count": [193]}}} +{"episode_index": 2496, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3601219386680453]], [[0.3004216003417969]], [[0.23334975777420344]]], "std": [[[0.13715094407973374]], [[0.12994371288382825]], [[0.14371489172498508]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3931467225317861]], [[0.30352926934934127]], [[0.20458941111845128]]], "std": [[[0.19258964849256657]], [[0.13863846989927908]], [[0.08462349562359173]]], "count": [100]}, "state": {"min": [-0.35541754961013794, -0.2354389727115631, 1.0019375085830688, 2.9993605613708496, -0.08991194516420364, -0.40740758180618286, 0.014737367630004883, -0.03997081518173218], "max": [-0.09018637239933014, 0.20433013141155243, 1.2911313772201538, 3.347501277923584, 0.09005856513977051, 0.01985086128115654, 0.039976947009563446, -0.01603611186146736], "mean": [-0.2237028032541275, 0.04727720096707344, 1.1830499172210693, 3.181480646133423, -0.033527810126543045, -0.1880905032157898, 0.026499880477786064, -0.02654249221086502], "std": [0.10545935481786728, 0.14621824026107788, 0.08103656023740768, 0.06802327930927277, 0.04038964584469795, 0.11327695101499557, 0.010624570772051811, 0.010478147305548191], "count": [228]}, "actions": {"min": [-0.6640571355819702, -1.3535374402999878, -0.819874107837677, -0.4359229505062103, -0.25947579741477966, -0.21757924556732178, -1.0], "max": [0.8770999312400818, 0.8336778879165649, 1.3449642658233643, 0.30234941840171814, 0.2632554769515991, 0.2499454915523529, 1.0], "mean": [-0.008566408418118954, -0.0803520455956459, 0.02307637594640255, -0.005327855236828327, -0.003512196708470583, -0.005744270980358124, 0.2017543911933899], "std": [0.23753461241722107, 0.3418031334877014, 0.29597821831703186, 0.08095350861549377, 0.06508839130401611, 0.07038795202970505, 0.9794349074363708], "count": [228]}, "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": [2496.0], "max": [2496.0], "mean": [2496.0], "std": [0.0], "count": [228]}, "index": {"min": [880413.0], "max": [880640.0], "mean": [880526.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [422.0], "max": [422.0], "mean": [422.0], "std": [0.0], "count": [228]}}} +{"episode_index": 2497, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3620028848087086]], [[0.3022797235227099]], [[0.23548474360447305]]], "std": [[[0.13839596350614708]], [[0.13251954348359546]], [[0.14698912289870567]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9803921568627451]], [[0.9803921568627451]]], "mean": [[[0.40420349300608915]], [[0.31048945228726255]], [[0.20669564161113663]]], "std": [[[0.18803181662188145]], [[0.13529119567936865]], [[0.08166793841185745]]], "count": [100]}, "state": {"min": [-0.34853845834732056, -0.2434445172548294, 0.9930405020713806, 3.0079641342163086, -0.19381144642829895, -0.2015053629875183, 0.01477095764130354, -0.03997383266687393], "max": [-0.07835884392261505, 0.17200011014938354, 1.2453128099441528, 3.28351092338562, 0.19021959602832794, 0.038276225328445435, 0.03998003527522087, -0.015930412337183952], "mean": [-0.21188592910766602, 0.02780074253678322, 1.1611459255218506, 3.1363954544067383, -0.053707968443632126, -0.09884394705295563, 0.027151821181178093, -0.02724863775074482], "std": [0.09822122007608414, 0.15243658423423767, 0.07366140186786652, 0.08315543830394745, 0.09296627342700958, 0.06403812766075134, 0.011075793765485287, 0.011102217249572277], "count": [203]}, "actions": {"min": [-0.8753060698509216, -1.1588419675827026, -0.8298711776733398, -0.16117516160011292, -0.17552641034126282, -0.14669954776763916, -1.0], "max": [0.9258816242218018, 1.0603537559509277, 1.1563720703125, 0.21648341417312622, 0.2073923945426941, 0.15509669482707977, 1.0], "mean": [-0.020330557599663734, -0.08772435039281845, 0.03642478212714195, -0.001270806067623198, -0.011210438795387745, -0.008248683996498585, 0.06403940916061401], "std": [0.24811483919620514, 0.332437127828598, 0.2847972512245178, 0.056408170610666275, 0.05138903483748436, 0.050177399069070816, 0.9979475736618042], "count": [203]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.100000000000001], "std": [5.860034129593444], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [2497.0], "max": [2497.0], "mean": [2497.0], "std": [0.0], "count": [203]}, "index": {"min": [880641.0], "max": [880843.0], "mean": [880742.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [422.0], "max": [422.0], "mean": [422.0], "std": [0.0], "count": [203]}}} +{"episode_index": 2498, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3655094897700291]], [[0.30294419950597423]], [[0.23402858120787376]]], "std": [[[0.1360045006637761]], [[0.1321526111690235]], [[0.14789430185080388]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.38201219865387565]], [[0.2931886644550398]], [[0.19528868372300093]]], "std": [[[0.18126145642222335]], [[0.12908659226862992]], [[0.08137563339241059]]], "count": [100]}, "state": {"min": [-0.4724063575267792, -0.26724308729171753, 0.9970827102661133, 2.444380521774292, -0.29689639806747437, -0.31849876046180725, 0.01446561049669981, -0.04000561684370041], "max": [0.009260100312530994, 0.18360917270183563, 1.302072286605835, 3.2230591773986816, 0.058044079691171646, 0.40565362572669983, 0.039965663105249405, -0.013492482714354992], "mean": [-0.25262147188186646, -0.029378177598118782, 1.1762773990631104, 2.94378924369812, -0.1128172054886818, 0.032098911702632904, 0.028166724368929863, -0.028511522337794304], "std": [0.14675560593605042, 0.11070595681667328, 0.08029120415449142, 0.23094040155410767, 0.09432254731655121, 0.16666194796562195, 0.011199045926332474, 0.01113166008144617], "count": [412]}, "actions": {"min": [-1.164430856704712, -1.4190493822097778, -0.9773228168487549, -0.3213410973548889, -0.19828571379184723, -0.3983478844165802, -1.0], "max": [0.9712944626808167, 1.3218570947647095, 1.337287425994873, 0.3847963213920593, 0.3564200699329376, 0.2757466733455658, 1.0], "mean": [0.010838218033313751, -0.014988488517701626, 0.021751664578914642, -0.006120333448052406, -0.0002443184203002602, 0.0040536667220294476, -0.03883495181798935], "std": [0.3307400345802307, 0.37836432456970215, 0.34782692790031433, 0.08738359808921814, 0.0625472292304039, 0.06969710439443588, 0.9992458820343018], "count": [412]}, "timestamp": {"min": [0.0], "max": [41.1], "mean": [20.55], "std": [11.893380511864573], "count": [412]}, "frame_index": {"min": [0], "max": [411], "mean": [205.5], "std": [118.93380511864572], "count": [412]}, "episode_index": {"min": [2498.0], "max": [2498.0], "mean": [2498.0], "std": [0.0], "count": [412]}, "index": {"min": [880844.0], "max": [881255.0], "mean": [881049.5], "std": [118.93380511864572], "count": [412]}, "task_index": {"min": [423.0], "max": [423.0], "mean": [423.0], "std": [0.0], "count": [412]}}} +{"episode_index": 2499, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36391860545282295]], [[0.30141018166174177]], [[0.2325918121086234]]], "std": [[[0.13673781183442432]], [[0.13212676892881464]], [[0.1467608588190161]]], "count": [107]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.3877879686095196]], [[0.29783297233448724]], [[0.19808529404159078]]], "std": [[[0.18167839380005574]], [[0.12934540390212138]], [[0.08116499835380958]]], "count": [107]}, "state": {"min": [-0.4741193354129791, -0.24095088243484497, 0.9946679472923279, 2.3094003200531006, -0.2595762014389038, -0.2666621804237366, 0.014619376510381699, -0.040008485317230225], "max": [0.011539471335709095, 0.18336689472198486, 1.3047752380371094, 3.236875295639038, 0.1505962461233139, 0.3893900513648987, 0.04000488296151161, -0.014879036694765091], "mean": [-0.24505828320980072, -0.004749602172523737, 1.1783150434494019, 2.9512431621551514, -0.06832603365182877, 0.03266887366771698, 0.028328409418463707, -0.02872113697230816], "std": [0.14157043397426605, 0.1164250373840332, 0.08371658623218536, 0.2538367509841919, 0.08807754516601562, 0.17020158469676971, 0.011049071326851845, 0.010872533544898033], "count": [508]}, "actions": {"min": [-1.4011751413345337, -1.1978696584701538, -1.108324408531189, -0.33749574422836304, -0.19667866826057434, -0.2200147658586502, -1.0], "max": [0.9709628224372864, 1.0369724035263062, 1.8192373514175415, 0.4534297585487366, 0.34729254245758057, 0.24596062302589417, 1.0], "mean": [0.012129539623856544, -0.013798514381051064, 0.014281297102570534, -0.005451003555208445, 6.980658508837223e-05, 0.00021746593120042235, -0.019685039296746254], "std": [0.3001224100589752, 0.30826321244239807, 0.3013034164905548, 0.08996890485286713, 0.06463319808244705, 0.06372977793216705, 0.9998093247413635], "count": [508]}, "timestamp": {"min": [0.0], "max": [50.7], "mean": [25.349999999999998], "std": [14.66466842448202], "count": [508]}, "frame_index": {"min": [0], "max": [507], "mean": [253.5], "std": [146.64668424482022], "count": [508]}, "episode_index": {"min": [2499.0], "max": [2499.0], "mean": [2499.0], "std": [0.0], "count": [508]}, "index": {"min": [881256.0], "max": [881763.0], "mean": [881509.5], "std": [146.64668424482022], "count": [508]}, "task_index": {"min": [423.0], "max": [423.0], "mean": [423.0], "std": [0.0], "count": [508]}}} +{"episode_index": 2500, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36396451463886337]], [[0.3027281999129691]], [[0.23491088444798877]]], "std": [[[0.13954859902144365]], [[0.13510170427349202]], [[0.14990740884313375]]], "count": [102]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3784294694536056]], [[0.29152943612244986]], [[0.19599678189146752]]], "std": [[[0.18168338188979483]], [[0.12907719528129097]], [[0.08137312754305337]]], "count": [102]}, "state": {"min": [-0.49791696667671204, -0.24751344323158264, 0.9881144762039185, 2.333921432495117, -0.3543494939804077, -0.24633252620697021, 0.013689742423593998, -0.04000435769557953], "max": [0.0017346972599625587, 0.1768239140510559, 1.2922931909561157, 3.2475476264953613, 0.035121481865644455, 0.2855912148952484, 0.04000241681933403, -0.014658642932772636], "mean": [-0.265444278717041, -0.011594487354159355, 1.160306453704834, 2.9490301609039307, -0.14930137991905212, -0.01105771865695715, 0.027795422822237015, -0.028111185878515244], "std": [0.15418769419193268, 0.11433465778827667, 0.08474069833755493, 0.27122893929481506, 0.09617339819669724, 0.1497461497783661, 0.012158146128058434, 0.01198751013725996], "count": [477]}, "actions": {"min": [-1.4396785497665405, -0.873745322227478, -1.10878586769104, -0.49312105774879456, -0.20068281888961792, -0.18457072973251343, -1.0], "max": [0.6882074475288391, 1.4279910326004028, 1.0634888410568237, 0.8800058364868164, 0.4359697699546814, 0.1969999372959137, 1.0], "mean": [0.006981162820011377, -0.014940441586077213, 0.00824748259037733, -0.005572815425693989, 0.0006079872837290168, -0.0019292057259008288, -0.06498951464891434], "std": [0.3004194498062134, 0.3228159248828888, 0.29649415612220764, 0.10025235265493393, 0.06613518297672272, 0.0545106865465641, 0.9978859424591064], "count": [477]}, "timestamp": {"min": [0.0], "max": [47.6], "mean": [23.8], "std": [13.769773660691257], "count": [477]}, "frame_index": {"min": [0], "max": [476], "mean": [238.0], "std": [137.69773660691257], "count": [477]}, "episode_index": {"min": [2500.0], "max": [2500.0], "mean": [2500.0], "std": [0.0], "count": [477]}, "index": {"min": [881764.0], "max": [882240.0], "mean": [882002.0], "std": [137.69773660691257], "count": [477]}, "task_index": {"min": [423.0], "max": [423.0], "mean": [423.0], "std": [0.0], "count": [477]}}} +{"episode_index": 2501, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3610290018717448]], [[0.29604019883099725]], [[0.22593769806506586]]], "std": [[[0.1328899385334449]], [[0.12658558761097205]], [[0.1394162445217464]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.36479661709654565]], [[0.2789259398217295]], [[0.18676210470760568]]], "std": [[[0.1671914665189042]], [[0.11746069173721876]], [[0.07715895777293903]]], "count": [100]}, "state": {"min": [-0.4371577501296997, -0.2513604462146759, 0.9867994785308838, 2.2401843070983887, -0.27520930767059326, -0.21966202557086945, 0.014366871677339077, -0.04002239555120468], "max": [-0.24027781188488007, 0.24380555748939514, 1.3158072233200073, 3.320944309234619, 0.12225231528282166, 0.474037766456604, 0.040518730878829956, -0.015948224812746048], "mean": [-0.3643505573272705, 0.03541077300906181, 1.168233871459961, 2.9268972873687744, -0.08740529417991638, 0.08925393968820572, 0.0274271871894598, -0.02806846797466278], "std": [0.06409574300050735, 0.16499319672584534, 0.09731350839138031, 0.33242857456207275, 0.10904376953840256, 0.1809806227684021, 0.011243758723139763, 0.010838977992534637], "count": [414]}, "actions": {"min": [-0.8495594263076782, -1.1479897499084473, -1.220521092414856, -0.3396719694137573, -0.17535455524921417, -0.18222984671592712, -1.0], "max": [0.5938481092453003, 1.1760010719299316, 1.173701286315918, 0.5236483216285706, 0.326394259929657, 0.3403545320034027, 1.0], "mean": [-0.00414955522865057, -0.02629547379910946, 0.026299720630049706, -0.0045627509243786335, -0.0014376712497323751, 0.0018247348489239812, 0.03864734247326851], "std": [0.18249797821044922, 0.41028472781181335, 0.3184448778629303, 0.1052149161696434, 0.06555759161710739, 0.05807264894247055, 0.9992522597312927], "count": [414]}, "timestamp": {"min": [0.0], "max": [41.3], "mean": [20.650000000000002], "std": [11.95111570802771], "count": [414]}, "frame_index": {"min": [0], "max": [413], "mean": [206.5], "std": [119.5111570802771], "count": [414]}, "episode_index": {"min": [2501.0], "max": [2501.0], "mean": [2501.0], "std": [0.0], "count": [414]}, "index": {"min": [882241.0], "max": [882654.0], "mean": [882447.5], "std": [119.5111570802771], "count": [414]}, "task_index": {"min": [424.0], "max": [424.0], "mean": [424.0], "std": [0.0], "count": [414]}}} +{"episode_index": 2502, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3631713681688496]], [[0.2987547703163297]], [[0.22805813000248928]]], "std": [[[0.13340049467413198]], [[0.12727659076723816]], [[0.14188725538029626]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9647058823529412]], [[0.9607843137254902]]], "mean": [[[0.36910622750076594]], [[0.2804266327502681]], [[0.18525181968539367]]], "std": [[[0.17125527507943353]], [[0.1206110907648753]], [[0.07627338926528014]]], "count": [100]}, "state": {"min": [-0.43121784925460815, -0.2863398790359497, 0.9907594323158264, 2.450735330581665, -0.2760666012763977, -0.29506993293762207, 0.014636383391916752, -0.03994549438357353], "max": [-0.23803937435150146, 0.24848385155200958, 1.2892903089523315, 3.303493022918701, 0.06525183469057083, 0.3717746436595917, 0.04000837728381157, -0.014414815232157707], "mean": [-0.33818602561950684, 0.01684507168829441, 1.1548478603363037, 2.992851495742798, -0.11328750848770142, -0.025300422683358192, 0.026860477402806282, -0.027105662971735], "std": [0.053720563650131226, 0.1715637743473053, 0.08316709846258163, 0.24188034236431122, 0.09380342811346054, 0.19300605356693268, 0.01144878938794136, 0.01119256392121315], "count": [389]}, "actions": {"min": [-0.6432682275772095, -1.6893748044967651, -0.9932029843330383, -0.3092951476573944, -0.24963483214378357, -0.26732969284057617, -1.0], "max": [0.5641748905181885, 1.7770062685012817, 1.4284768104553223, 0.45534688234329224, 0.4049247205257416, 0.2779599726200104, 1.0], "mean": [0.012726480141282082, -0.020102381706237793, 0.015187503769993782, -0.004790131468325853, 0.00045746847172267735, 0.0012339628301560879, 0.05398457497358322], "std": [0.16680923104286194, 0.5179279446601868, 0.35396239161491394, 0.10600694268941879, 0.07951071113348007, 0.07114676386117935, 0.9985431432723999], "count": [389]}, "timestamp": {"min": [0.0], "max": [38.8], "mean": [19.400000000000002], "std": [11.229425630903837], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [2502.0], "max": [2502.0], "mean": [2502.0], "std": [0.0], "count": [389]}, "index": {"min": [882655.0], "max": [883043.0], "mean": [882849.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [424.0], "max": [424.0], "mean": [424.0], "std": [0.0], "count": [389]}}} +{"episode_index": 2503, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.36100121352251835]], [[0.2976330883549709]], [[0.22900636022231158]]], "std": [[[0.1358053794524862]], [[0.1299867013383906]], [[0.14280440750227533]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9725490196078431]], [[0.9725490196078431]]], "mean": [[[0.32389380002489276]], [[0.256855354458678]], [[0.19189261821672027]]], "std": [[[0.16831879891689613]], [[0.1462725339103297]], [[0.13370870129061413]]], "count": [100]}, "state": {"min": [-0.42763766646385193, -0.15271222591400146, 0.9940702319145203, 1.721516489982605, -0.2801637649536133, -0.14774753153324127, 0.013020497746765614, -0.03994423523545265], "max": [-0.2944227457046509, 0.21630313992500305, 1.1681160926818848, 3.203195333480835, 0.21789883077144623, 0.34410008788108826, 0.040003545582294464, -0.016558321192860603], "mean": [-0.3806280493736267, 0.05057527869939804, 1.0772812366485596, 2.4626755714416504, -0.0003239758952986449, 0.07483543455600739, 0.022336522117257118, -0.02425980009138584], "std": [0.028867697343230247, 0.10750685632228851, 0.04842958226799965, 0.5733142495155334, 0.11946040391921997, 0.16313815116882324, 0.011875529773533344, 0.010565339587628841], "count": [326]}, "actions": {"min": [-0.8345358371734619, -0.9626967906951904, -0.5162795782089233, -0.3292832672595978, -0.17877225577831268, -0.21138249337673187, -1.0], "max": [0.3197920024394989, 1.0185091495513916, 0.917153537273407, 0.2560586631298065, 0.21003976464271545, 0.1335674226284027, 1.0], "mean": [-0.0020051728934049606, -0.030109519138932228, -0.025197993963956833, -0.03428127244114876, 0.0013342101592570543, -0.002613917924463749, 0.38036808371543884], "std": [0.1500796228647232, 0.25093719363212585, 0.16587887704372406, 0.07659341394901276, 0.04584430903196335, 0.04377537593245506, 0.9248341917991638], "count": [326]}, "timestamp": {"min": [0.0], "max": [32.5], "mean": [16.25], "std": [9.410765112359355], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [2503.0], "max": [2503.0], "mean": [2503.0], "std": [0.0], "count": [326]}, "index": {"min": [883044.0], "max": [883369.0], "mean": [883206.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [410.0], "max": [410.0], "mean": [410.0], "std": [0.0], "count": [326]}}} +{"episode_index": 2504, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3604856818704044]], [[0.2977442423502604]], [[0.23223105277267156]]], "std": [[[0.13740992054708823]], [[0.1349370869219249]], [[0.1472915003941294]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.33114116593903187]], [[0.2619216547947304]], [[0.19243416760014553]]], "std": [[[0.1690776380140107]], [[0.1368072834323526]], [[0.1175202744934173]]], "count": [100]}, "state": {"min": [-0.3942027688026428, -0.16676518321037292, 0.9878147840499878, 1.6239209175109863, -0.1996353715658188, -0.3621753752231598, 0.013939064927399158, -0.03992211073637009], "max": [-0.268154501914978, 0.23903733491897583, 1.203831672668457, 3.2696938514709473, 0.12739236652851105, 0.38449394702911377, 0.04000496119260788, -0.017281558364629745], "mean": [-0.3371756076812744, 0.07039207220077515, 1.0699180364608765, 2.6105151176452637, -0.08008082211017609, 0.028125343844294548, 0.024960903450846672, -0.026098353788256645], "std": [0.032083891332149506, 0.1175699457526207, 0.06138597056269646, 0.6067926287651062, 0.07992525398731232, 0.27639874815940857, 0.011619823053479195, 0.010590066201984882], "count": [270]}, "actions": {"min": [-0.593252956867218, -1.2309967279434204, -0.5289108753204346, -0.3561597764492035, -0.21298173069953918, -0.1490100473165512, -1.0], "max": [0.3150022625923157, 0.7634859085083008, 0.6530683636665344, 0.20410023629665375, 0.1745954155921936, 0.19973808526992798, 1.0], "mean": [-0.001092124148271978, -0.05027099698781967, -0.051767587661743164, -0.04786895588040352, -0.0026975665241479874, 0.0058843400329351425, 0.25925925374031067], "std": [0.13188286125659943, 0.2528994381427765, 0.1566428542137146, 0.08378148078918457, 0.051900506019592285, 0.0478084497153759, 0.9658058285713196], "count": [270]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.45], "std": [7.794175175518361], "count": [270]}, "frame_index": {"min": [0], "max": [269], "mean": [134.5], "std": [77.9417517551836], "count": [270]}, "episode_index": {"min": [2504.0], "max": [2504.0], "mean": [2504.0], "std": [0.0], "count": [270]}, "index": {"min": [883370.0], "max": [883639.0], "mean": [883504.5], "std": [77.9417517551836], "count": [270]}, "task_index": {"min": [410.0], "max": [410.0], "mean": [410.0], "std": [0.0], "count": [270]}}} +{"episode_index": 2505, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3640042993882123]], [[0.30134000651041665]], [[0.23409556011125152]]], "std": [[[0.13716980494337036]], [[0.13359709774390108]], [[0.14766730614601384]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.33564393525965075]], [[0.2639553138882506]], [[0.19208893181295955]]], "std": [[[0.17006334498241835]], [[0.14086622662043818]], [[0.1235751291370455]]], "count": [100]}, "state": {"min": [-0.39279794692993164, -0.13572707772254944, 0.999936044216156, 1.7904011011123657, -0.09129869937896729, -0.07729580998420715, 0.013050438836216927, -0.03996552526950836], "max": [-0.28927990794181824, 0.22940859198570251, 1.1852566003799438, 3.195117473602295, 0.1580752432346344, 0.2542603015899658, 0.0399831123650074, -0.015461654402315617], "mean": [-0.34589114785194397, 0.08695448935031891, 1.0735034942626953, 2.596618413925171, 0.003514992306008935, 0.10026562958955765, 0.022685851901769638, -0.024086080491542816], "std": [0.026604825630784035, 0.10329695045948029, 0.047085002064704895, 0.5263432860374451, 0.06029854342341423, 0.08379396796226501, 0.011969706043601036, 0.010932857170701027], "count": [280]}, "actions": {"min": [-0.5612804293632507, -0.6565885543823242, -0.6509774327278137, -0.42251819372177124, -0.14252184331417084, -0.1584121435880661, -1.0], "max": [0.48748087882995605, 1.0052412748336792, 0.5342490673065186, 0.17728975415229797, 0.11823175102472305, 0.1393110603094101, 1.0], "mean": [0.007966583594679832, -0.0253265593200922, -0.03864607587456703, -0.03868679329752922, -0.00267922249622643, 0.0008523287251591682, 0.3571428656578064], "std": [0.13584153354167938, 0.2806661128997803, 0.15710556507110596, 0.06873266398906708, 0.043453339487314224, 0.03725137934088707, 0.9340512156486511], "count": [280]}, "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": [2505.0], "max": [2505.0], "mean": [2505.0], "std": [0.0], "count": [280]}, "index": {"min": [883640.0], "max": [883919.0], "mean": [883779.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [410.0], "max": [410.0], "mean": [410.0], "std": [0.0], "count": [280]}}} +{"episode_index": 2506, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3617632637771906]], [[0.2991673512178309]], [[0.23371205528109681]]], "std": [[[0.1397368979894674]], [[0.13730341676328067]], [[0.14971476899886338]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.34443627869849114]], [[0.2722485459271599]], [[0.1991730795467601]]], "std": [[[0.16938654619342858]], [[0.14013286635200983]], [[0.12281180398182141]]], "count": [100]}, "state": {"min": [-0.38420575857162476, -0.16027341783046722, 0.9879083633422852, 1.7491475343704224, -0.2018999457359314, -0.2332521378993988, 0.01403405424207449, -0.03999125212430954], "max": [-0.2843713164329529, 0.23531930148601532, 1.1938002109527588, 3.1716971397399902, 0.23029330372810364, 0.252827525138855, 0.040002014487981796, -0.01740690879523754], "mean": [-0.34742751717567444, 0.08890804648399353, 1.0867451429367065, 2.561466693878174, -0.05219235643744469, 0.030202340334653854, 0.024000396952033043, -0.02543996460735798], "std": [0.029964687302708626, 0.11403980106115341, 0.05638701841235161, 0.5392022132873535, 0.11256076395511627, 0.16842499375343323, 0.011587753891944885, 0.010506154038012028], "count": [292]}, "actions": {"min": [-0.5111461281776428, -0.8775303363800049, -0.902229368686676, -0.370877206325531, -0.24527931213378906, -0.15412840247154236, -1.0], "max": [0.2250933051109314, 0.9690130949020386, 0.5616694688796997, 0.16756494343280792, 0.1388404220342636, 0.17147597670555115, 1.0], "mean": [0.00407885666936636, -0.05050630494952202, -0.039983347058296204, -0.03691120818257332, 0.004386918619275093, -0.0008543350850231946, 0.3287671208381653], "std": [0.10913196951150894, 0.22387178242206573, 0.17784440517425537, 0.07304786145687103, 0.04681704193353653, 0.037349529564380646, 0.9444089531898499], "count": [292]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.429264499349868], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [2506.0], "max": [2506.0], "mean": [2506.0], "std": [0.0], "count": [292]}, "index": {"min": [883920.0], "max": [884211.0], "mean": [884065.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [410.0], "max": [410.0], "mean": [410.0], "std": [0.0], "count": [292]}}} +{"episode_index": 2507, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3609402256385953]], [[0.301207976696538]], [[0.23425535314223345]]], "std": [[[0.13922190373170795]], [[0.1333931301520079]], [[0.14724587492354196]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3941927807377834]], [[0.30070793181774663]], [[0.19835503252814798]]], "std": [[[0.18592085031427055]], [[0.13194557915733968]], [[0.0774710577033035]]], "count": [100]}, "state": {"min": [-0.3585090935230255, -0.25496795773506165, 0.9893781542778015, 2.9756338596343994, -0.04563720524311066, -0.1250167340040207, 0.014838446862995625, -0.04000551998615265], "max": [-0.010556379333138466, 0.06756120175123215, 1.2717781066894531, 3.1804022789001465, 0.20207300782203674, 0.1653454303741455, 0.039914321154356, -0.01514283288270235], "mean": [-0.18832503259181976, -0.04020712524652481, 1.1716766357421875, 3.0793397426605225, 0.03781817480921745, -0.0018585367361083627, 0.027003780007362366, -0.027193589136004448], "std": [0.13237011432647705, 0.10254330933094025, 0.08224130421876907, 0.048480648547410965, 0.06370241940021515, 0.06437289714813232, 0.011690650135278702, 0.011678357608616352], "count": [246]}, "actions": {"min": [-1.1795755624771118, -1.0520422458648682, -0.8566473126411438, -0.15657860040664673, -0.17571307718753815, -0.12573733925819397, -1.0], "max": [0.5262417793273926, 0.33473312854766846, 1.3845064640045166, 0.18810150027275085, 0.11071093380451202, 0.2869057059288025, 1.0], "mean": [-0.019139738753437996, -0.08613008260726929, 0.03130461648106575, -0.00024756122729741037, -0.00898965448141098, -0.004093792289495468, 0.024390242993831635], "std": [0.30908045172691345, 0.19388550519943237, 0.2892983853816986, 0.05219818651676178, 0.040773868560791016, 0.053375087678432465, 0.9997022747993469], "count": [246]}, "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": [2507.0], "max": [2507.0], "mean": [2507.0], "std": [0.0], "count": [246]}, "index": {"min": [884212.0], "max": [884457.0], "mean": [884334.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [425.0], "max": [425.0], "mean": [425.0], "std": [0.0], "count": [246]}}} +{"episode_index": 2508, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3608515224082797]], [[0.3000248323328355]], [[0.2332502327713312]]], "std": [[[0.13676820108664445]], [[0.1325435120709876]], [[0.14684381592652387]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9647058823529412]]], "mean": [[[0.4064334351782705]], [[0.3083449629241345]], [[0.20098079068053004]]], "std": [[[0.18241542380887368]], [[0.13046276937161733]], [[0.0747657415041539]]], "count": [100]}, "state": {"min": [-0.37418293952941895, -0.25773531198501587, 0.999832034111023, 2.859780788421631, -0.02490222081542015, -0.21650177240371704, 0.01590259186923504, -0.04000395908951759], "max": [-0.0031902447808533907, 0.08351687341928482, 1.315569519996643, 3.2550854682922363, 0.16733825206756592, 0.11734412610530853, 0.03995045647025108, -0.01608562469482422], "mean": [-0.18671566247940063, -0.022459127008914948, 1.2053518295288086, 3.1103246212005615, 0.04736896604299545, -0.0609029158949852, 0.027932289987802505, -0.028045115992426872], "std": [0.140764981508255, 0.11669621616601944, 0.09150274097919464, 0.08607224375009537, 0.04907809570431709, 0.09833182394504547, 0.01082904078066349, 0.010814151726663113], "count": [242]}, "actions": {"min": [-0.7750796675682068, -0.6008427143096924, -0.8763760924339294, -0.18096888065338135, -0.15561141073703766, -0.1809806376695633, -1.0], "max": [0.9070169925689697, 0.29413270950317383, 1.1339186429977417, 0.14611750841140747, 0.10331413149833679, 0.20762372016906738, 1.0], "mean": [-0.007954681292176247, -0.09282248467206955, 0.03732972592115402, -0.006185987964272499, -0.0038784907665103674, -0.008481932803988457, 0.024793388321995735], "std": [0.30743297934532166, 0.20300790667533875, 0.3085708022117615, 0.0536910742521286, 0.04550091177225113, 0.05599350482225418, 0.9996939301490784], "count": [242]}, "timestamp": {"min": [0.0], "max": [24.1], "mean": [12.049999999999999], "std": [6.985878613317011], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [2508.0], "max": [2508.0], "mean": [2508.0], "std": [0.0], "count": [242]}, "index": {"min": [884458.0], "max": [884699.0], "mean": [884578.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [425.0], "max": [425.0], "mean": [425.0], "std": [0.0], "count": [242]}}} +{"episode_index": 2509, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3631904051537607]], [[0.3036933294558058]], [[0.23861392929974723]]], "std": [[[0.1403293055290547]], [[0.1378299635202104]], [[0.15268148506616516]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.4117638454063266]], [[0.31417907954197305]], [[0.2059626339183134]]], "std": [[[0.18658210339752263]], [[0.13221880998056312]], [[0.07554390692403565]]], "count": [100]}, "state": {"min": [-0.38631850481033325, -0.2300712764263153, 0.9945558309555054, 3.0401113033294678, -0.17228680849075317, -0.25058284401893616, 0.016167616471648216, -0.040003396570682526], "max": [0.017995089292526245, 0.06937790662050247, 1.2679330110549927, 3.197561502456665, 0.09720554202795029, 0.16742047667503357, 0.039964333176612854, -0.016199393197894096], "mean": [-0.1551167517900467, -0.023474689573049545, 1.173842191696167, 3.1052045822143555, -0.030742790549993515, -0.0944431722164154, 0.02852373570203781, -0.02866203896701336], "std": [0.1488901674747467, 0.10115570574998856, 0.07671400904655457, 0.042626749724149704, 0.07422152906656265, 0.11877070367336273, 0.011180135421454906, 0.01114997174590826], "count": [250]}, "actions": {"min": [-0.7707182765007019, -1.0206174850463867, -0.4075187146663666, -0.158133402466774, -0.19818635284900665, -0.30267876386642456, -1.0], "max": [0.729545533657074, 0.2564471364021301, 1.5023146867752075, 0.12981180846691132, 0.09494598954916, 0.12030772864818573, 1.0], "mean": [-0.027011284604668617, -0.08469162881374359, 0.024682849645614624, 4.786486897501163e-05, -0.009843971580266953, -0.009232361800968647, -0.03999999910593033], "std": [0.30228736996650696, 0.16634759306907654, 0.2555568516254425, 0.03738470748066902, 0.04010326787829399, 0.05105144530534744, 0.9992004036903381], "count": [250]}, "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": [2509.0], "max": [2509.0], "mean": [2509.0], "std": [0.0], "count": [250]}, "index": {"min": [884700.0], "max": [884949.0], "mean": [884824.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [425.0], "max": [425.0], "mean": [425.0], "std": [0.0], "count": [250]}}} +{"episode_index": 2510, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36623224295821843]], [[0.3065836169672947]], [[0.24027326217352177]]], "std": [[[0.14189783106290313]], [[0.139085960214757]], [[0.15469391930008236]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.435109380385455]], [[0.3339487101236979]], [[0.21925366928998163]]], "std": [[[0.17512937174258705]], [[0.12248769197972512]], [[0.07227008029223429]]], "count": [100]}, "state": {"min": [-0.34382364153862, -0.2701391279697418, 1.0101886987686157, 3.033243179321289, -0.28386884927749634, -0.22779837250709534, 0.013923907652497292, -0.04000671207904816], "max": [-0.022392703220248222, 0.09116481989622116, 1.2950983047485352, 3.209453582763672, -0.0038128881715238094, 0.008547361008822918, 0.03990384191274643, -0.01540659461170435], "mean": [-0.14182697236537933, -0.0277723278850317, 1.1721341609954834, 3.094691753387451, -0.12139691412448883, -0.09557989239692688, 0.028275232762098312, -0.028569666668772697], "std": [0.11045147478580475, 0.11845961213111877, 0.08555444329977036, 0.05813222378492355, 0.07821694016456604, 0.07329434901475906, 0.011810786090791225, 0.011624390259385109], "count": [222]}, "actions": {"min": [-0.8143057227134705, -0.9026252627372742, -0.4906904101371765, -0.12982510030269623, -0.10708809643983841, -0.11755361407995224, -1.0], "max": [0.5354935526847839, 0.3958629071712494, 0.7654671669006348, 0.11485721915960312, 0.07224022597074509, 0.10357491672039032, 1.0], "mean": [-0.03509258106350899, -0.11760713160037994, 0.009544095024466515, 0.0017116175731644034, -0.008367499336600304, -0.007001811638474464, -0.045045044273138046], "std": [0.2511022686958313, 0.19430877268314362, 0.2764078378677368, 0.030133049935102463, 0.030535729601979256, 0.03275762498378754, 0.998984694480896], "count": [222]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.408522970752829], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [2510.0], "max": [2510.0], "mean": [2510.0], "std": [0.0], "count": [222]}, "index": {"min": [884950.0], "max": [885171.0], "mean": [885060.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [425.0], "max": [425.0], "mean": [425.0], "std": [0.0], "count": [222]}}} +{"episode_index": 2511, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36055440566119024]], [[0.30052682076248466]], [[0.2343511256797641]]], "std": [[[0.1403542538366306]], [[0.13585956663495552]], [[0.14923612051782503]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39891379980947456]], [[0.30355562995461854]], [[0.19935317454618565]]], "std": [[[0.19087062566211516]], [[0.135966349782902]], [[0.07891989439724587]]], "count": [100]}, "state": {"min": [-0.3576180636882782, -0.2760278880596161, 0.9893655180931091, 3.1031668186187744, -0.10268418490886688, -0.2330566793680191, 0.014347422868013382, -0.03998521715402603], "max": [0.0009263286483474076, 0.07876624912023544, 1.2882270812988281, 3.296823740005493, 0.15807481110095978, 0.0711350068449974, 0.03997817635536194, -0.01469591073691845], "mean": [-0.18006965517997742, -0.039390791207551956, 1.1741383075714111, 3.1765029430389404, 0.0036654563155025244, -0.08028005808591843, 0.02679169923067093, -0.02693024091422558], "std": [0.1346748173236847, 0.12601464986801147, 0.08875627815723419, 0.059347137808799744, 0.06883662194013596, 0.08570203930139542, 0.012072068639099598, 0.011853432282805443], "count": [234]}, "actions": {"min": [-1.617098331451416, -0.8678072690963745, -0.5398855209350586, -0.20289209485054016, -0.2055572122335434, -0.12993526458740234, -1.0], "max": [1.6464695930480957, 0.3462572991847992, 1.638159155845642, 0.16817183792591095, 0.09091869741678238, 0.14095251262187958, 1.0], "mean": [-0.007890856824815273, -0.11076264828443527, 0.04056912288069725, -0.002486536977812648, -0.010270848870277405, -0.003683422924950719, 0.017094017937779427], "std": [0.3581382632255554, 0.195022851228714, 0.31876519322395325, 0.050541650503873825, 0.04364755377173424, 0.045299310237169266, 0.9998549818992615], "count": [234]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.754936466515926], "count": [234]}, "frame_index": {"min": [0], "max": [233], "mean": [116.5], "std": [67.54936466515926], "count": [234]}, "episode_index": {"min": [2511.0], "max": [2511.0], "mean": [2511.0], "std": [0.0], "count": [234]}, "index": {"min": [885172.0], "max": [885405.0], "mean": [885288.5], "std": [67.54936466515926], "count": [234]}, "task_index": {"min": [425.0], "max": [425.0], "mean": [425.0], "std": [0.0], "count": [234]}}} +{"episode_index": 2512, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.9921568627450981]], [[0.9921568627450981]], [[0.9921568627450981]]], "mean": [[[0.3609221526501225]], [[0.2973875229779412]], [[0.22874899651022518]]], "std": [[[0.13637366022277045]], [[0.1312318848981612]], [[0.14447865320996645]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9607843137254902]], [[0.9529411764705882]]], "mean": [[[0.36032269885493257]], [[0.2831465202780331]], [[0.19741347548540902]]], "std": [[[0.1688045000437085]], [[0.11873673542458023]], [[0.08625654784263853]]], "count": [100]}, "state": {"min": [-0.41154026985168457, -0.241258904337883, 0.9883310794830322, 2.1041758060455322, -0.341562420129776, -0.16848208010196686, 0.014321289956569672, -0.04004548862576485], "max": [-0.26700299978256226, 0.18491001427173615, 1.3025503158569336, 3.228145122528076, -0.03129665553569794, 0.7432054877281189, 0.040004607290029526, -0.014765897765755653], "mean": [-0.3214695453643799, -0.0015553826233372092, 1.1528795957565308, 2.799072265625, -0.15101994574069977, 0.21626433730125427, 0.026074325665831566, -0.02666182443499565], "std": [0.04749506339430809, 0.16881339251995087, 0.09507597237825394, 0.4316200613975525, 0.09381880611181259, 0.33147311210632324, 0.011481770314276218, 0.01106043066829443], "count": [226]}, "actions": {"min": [-0.44382429122924805, -1.020573377609253, -0.8636357188224792, -0.2851737141609192, -0.16321417689323425, -0.18505693972110748, -1.0], "max": [0.4234842360019684, 1.030901312828064, 1.049601435661316, 0.44245201349258423, 0.3412967920303345, 0.1732214242219925, 1.0], "mean": [0.004403241910040379, -0.08022529631853104, -0.0017862390959635377, -0.024685103446245193, -0.00311557506211102, 0.006510691251605749, 0.1150442510843277], "std": [0.14703845977783203, 0.2886614203453064, 0.30737075209617615, 0.08185839653015137, 0.06165381520986557, 0.055180273950099945, 0.9933595061302185], "count": [226]}, "timestamp": {"min": [0.0], "max": [22.5], "mean": [11.25], "std": [6.523994175349944], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [2512.0], "max": [2512.0], "mean": [2512.0], "std": [0.0], "count": [226]}, "index": {"min": [885406.0], "max": [885631.0], "mean": [885518.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [226]}}} +{"episode_index": 2513, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3600491841634115]], [[0.29595251345166973]], [[0.22836070939606312]]], "std": [[[0.13429288309805135]], [[0.1302919920412859]], [[0.14298578559603053]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.35947200760186887]], [[0.27986853745404416]], [[0.1917768560671339]]], "std": [[[0.17069460091382502]], [[0.12110799759704595]], [[0.08649689924363936]]], "count": [100]}, "state": {"min": [-0.36650440096855164, -0.250459760427475, 0.996846616268158, 2.2354259490966797, -0.28730490803718567, -0.1621629148721695, 0.015063805505633354, -0.03975285217165947], "max": [-0.240071102976799, 0.17678892612457275, 1.310379147529602, 3.33674693107605, 0.17304502427577972, 0.7638504505157471, 0.0400085374712944, -0.015524118207395077], "mean": [-0.3087650239467621, -0.005235971417278051, 1.1585649251937866, 2.9073221683502197, -0.07352527976036072, 0.2130638062953949, 0.02661038376390934, -0.026662306860089302], "std": [0.04304724559187889, 0.15539519488811493, 0.09694037586450577, 0.4160158634185791, 0.12811848521232605, 0.3379160165786743, 0.010371705517172813, 0.009642689488828182], "count": [200]}, "actions": {"min": [-0.33898699283599854, -0.9473663568496704, -1.1054821014404297, -0.2783467173576355, -0.2171572595834732, -0.19762523472309113, -1.0], "max": [0.5736462473869324, 1.081853985786438, 0.9932669997215271, 0.3426536023616791, 0.3407537043094635, 0.17811554670333862, 1.0], "mean": [0.004310738295316696, -0.06793396919965744, 0.022661859169602394, -0.024087626487016678, -0.007574721705168486, 0.015555376186966896, 0.1599999964237213], "std": [0.15299196541309357, 0.3350607752799988, 0.3155103623867035, 0.08364304900169373, 0.07821617275476456, 0.06262655556201935, 0.9871158003807068], "count": [200]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.773430522661549], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [2513.0], "max": [2513.0], "mean": [2513.0], "std": [0.0], "count": [200]}, "index": {"min": [885632.0], "max": [885831.0], "mean": [885731.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [200]}}} +{"episode_index": 2514, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.35975316365559895]], [[0.2968588436351103]], [[0.22883025883693323]]], "std": [[[0.13510151940789983]], [[0.12988361891506361]], [[0.14316805337853886]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34948336253446693]], [[0.2764583578670726]], [[0.1950582987467448]]], "std": [[[0.17283025372284322]], [[0.12308298094018594]], [[0.08966951816487166]]], "count": [100]}, "state": {"min": [-0.3698696792125702, -0.23821976780891418, 1.0070769786834717, 2.1012489795684814, -0.28505322337150574, -0.06843702495098114, 0.013989479281008244, -0.039912424981594086], "max": [-0.25631430745124817, 0.19840706884860992, 1.3157174587249756, 3.2657997608184814, 0.07470918446779251, 0.5688813924789429, 0.04000229388475418, -0.016177447512745857], "mean": [-0.3139680325984955, 0.01956290192902088, 1.1615922451019287, 2.794306755065918, -0.09120269119739532, 0.25446292757987976, 0.025447199121117592, -0.026200497522950172], "std": [0.039524104446172714, 0.14772197604179382, 0.0898103266954422, 0.4444164037704468, 0.10234654694795609, 0.21923989057540894, 0.011783831752836704, 0.01112974900752306], "count": [225]}, "actions": {"min": [-0.3500956892967224, -0.7409582138061523, -0.6074639558792114, -0.27955272793769836, -0.19225557148456573, -0.18219974637031555, -1.0], "max": [0.528839647769928, 0.8266573548316956, 0.6031337976455688, 0.5219835638999939, 0.32659053802490234, 0.1161675825715065, 1.0], "mean": [0.007284044753760099, -0.06389940530061722, 0.01652141474187374, -0.030272193253040314, -0.010533079504966736, 0.010512690991163254, 0.12888889014720917], "std": [0.12306170910596848, 0.27798351645469666, 0.2585478723049164, 0.0775962695479393, 0.060066234320402145, 0.03778707608580589, 0.9916589260101318], "count": [225]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.2], "std": [6.495126378036587], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [2514.0], "max": [2514.0], "mean": [2514.0], "std": [0.0], "count": [225]}, "index": {"min": [885832.0], "max": [886056.0], "mean": [885944.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [225]}}} +{"episode_index": 2515, "stats": {"image": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3619012971765855]], [[0.29853379732019764]], [[0.22938876043581496]]], "std": [[[0.13402620929304437]], [[0.12829632288163798]], [[0.14182695812506912]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3550014289407169]], [[0.27377181707643994]], [[0.1847466921338848]]], "std": [[[0.17271848534667267]], [[0.12398692721156356]], [[0.08903205565465612]]], "count": [100]}, "state": {"min": [-0.3488524854183197, -0.2474292516708374, 0.992717444896698, 2.2085161209106445, -0.18879161775112152, -0.04920366406440735, 0.013822457753121853, -0.03985120728611946], "max": [-0.24095292389392853, 0.17771829664707184, 1.273800253868103, 3.281721353530884, 0.14916588366031647, 0.39526379108428955, 0.040005892515182495, -0.010322034358978271], "mean": [-0.3011455833911896, 0.019718730822205544, 1.1320644617080688, 2.8922457695007324, 0.01282920129597187, 0.13760711252689362, 0.025682689622044563, -0.025647616013884544], "std": [0.03753631189465523, 0.1531219631433487, 0.08493559807538986, 0.40533506870269775, 0.11126379668712616, 0.16271401941776276, 0.011839127168059349, 0.01146868895739317], "count": [184]}, "actions": {"min": [-0.9425775408744812, -0.9228330254554749, -1.091515064239502, -0.22805239260196686, -0.1530633121728897, -0.17055951058864594, -1.0], "max": [0.4497889578342438, 0.962186872959137, 1.1863629817962646, 0.4255034625530243, 0.5963932871818542, 0.11503458768129349, 1.0], "mean": [0.006122194696217775, -0.07692115753889084, 0.01898321509361267, -0.024888593703508377, -0.006582486443221569, 0.008003335446119308, 0.1304347813129425], "std": [0.16543251276016235, 0.34325745701789856, 0.32262757420539856, 0.09350845217704773, 0.07388855516910553, 0.04234591871500015, 0.9914569854736328], "count": [184]}, "timestamp": {"min": [0.0], "max": [18.3], "mean": [9.15], "std": [5.311544031635246], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [2515.0], "max": [2515.0], "mean": [2515.0], "std": [0.0], "count": [184]}, "index": {"min": [886057.0], "max": [886240.0], "mean": [886148.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [329.0], "max": [329.0], "mean": [329.0], "std": [0.0], "count": [184]}}} +{"episode_index": 2516, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34375977735171775]], [[0.2854685328950818]], [[0.22034973674643146]]], "std": [[[0.1546768273049443]], [[0.14377259316920663]], [[0.15037749303164336]]], "count": [149]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36083433701186013]], [[0.27388301688223265]], [[0.17681720270296666]]], "std": [[[0.19816794278153985]], [[0.13916943276030194]], [[0.08103465109213327]]], "count": [149]}, "state": {"min": [-0.5632897019386292, -0.21160772442817688, 0.9885532259941101, 2.934447765350342, -0.3133823573589325, -0.4570167064666748, 0.013618411496281624, -0.040009018033742905], "max": [-0.0075348434038460255, 0.28021439909935, 1.2744112014770508, 3.3380415439605713, 0.18875420093536377, 0.06146598234772682, 0.039997201412916183, -0.013251486234366894], "mean": [-0.28689029812812805, 0.0016319454880431294, 1.144547462463379, 3.1180219650268555, -0.05293404310941696, -0.23529624938964844, 0.02679760940372944, -0.026747802272439003], "std": [0.16098664700984955, 0.15961261093616486, 0.07786654680967331, 0.10339641571044922, 0.09476423263549805, 0.13603617250919342, 0.011342163197696209, 0.011428342200815678], "count": [795]}, "actions": {"min": [-1.6364375352859497, -1.7389239072799683, -0.88055020570755, -0.3223564326763153, -0.29618462920188904, -0.4069724977016449, -1.0], "max": [1.1974347829818726, 1.8142848014831543, 1.648019552230835, 0.39999404549598694, 0.35162317752838135, 0.2913411259651184, 1.0], "mean": [-0.014532826840877533, 0.02809295617043972, 0.0065757110714912415, 0.0008481410332024097, -0.002248941222205758, -0.004019924905151129, 0.09685534238815308], "std": [0.32467636466026306, 0.351921409368515, 0.32590076327323914, 0.06655639410018921, 0.064926378428936, 0.07272506505250931, 0.9952974319458008], "count": [795]}, "timestamp": {"min": [0.0], "max": [79.4], "mean": [39.7], "std": [22.9496550446116], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [2516.0], "max": [2516.0], "mean": [2516.0], "std": [0.0], "count": [795]}, "index": {"min": [886241.0], "max": [887035.0], "mean": [886638.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [426.0], "max": [426.0], "mean": [426.0], "std": [0.0], "count": [795]}}} +{"episode_index": 2517, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3418265505409218]], [[0.28415718432448067]], [[0.22056682031731573]]], "std": [[[0.15392300578625903]], [[0.1442942440594778]], [[0.1505963750372683]]], "count": [167]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3645105895601949]], [[0.27643446842241526]], [[0.1774616341335023]]], "std": [[[0.1954046961126927]], [[0.13731290880787236]], [[0.07943028982068609]]], "count": [167]}, "state": {"min": [-0.5890228748321533, -0.2414022982120514, 0.9886789917945862, 2.9181833267211914, -0.4349479079246521, -0.7444759011268616, 0.01490508671849966, -0.04001680761575699], "max": [8.674275159137323e-05, 0.3160429298877716, 1.2787317037582397, 3.4560818672180176, 0.0600234679877758, 0.03327209874987602, 0.03999096900224686, -0.011807795614004135], "mean": [-0.2909092307090759, -0.028866203501820564, 1.1564700603485107, 3.161656141281128, -0.09691186249256134, -0.32314375042915344, 0.02583201602101326, -0.025520559400320053], "std": [0.17396335303783417, 0.1615777611732483, 0.07480790466070175, 0.12803222239017487, 0.10950447618961334, 0.22461433708667755, 0.011852060444653034, 0.012168903835117817], "count": [922]}, "actions": {"min": [-1.8327757120132446, -1.7141526937484741, -0.9340237379074097, -0.5665877461433411, -0.32867372035980225, -0.3007589876651764, -1.0], "max": [1.074463129043579, 1.5309958457946777, 2.235903739929199, 0.43610647320747375, 0.3700237572193146, 0.5338267683982849, 1.0], "mean": [-0.01771102473139763, 0.028587769716978073, -0.0003210795402992517, 0.0021523316390812397, -0.0032003470696508884, -0.0038983579725027084, 0.12364425510168076], "std": [0.3330841064453125, 0.3239005208015442, 0.3421829342842102, 0.07406482845544815, 0.06635614484548569, 0.07378631085157394, 0.9923276901245117], "count": [922]}, "timestamp": {"min": [0.0], "max": [92.1], "mean": [46.05], "std": [26.61583175480338], "count": [922]}, "frame_index": {"min": [0], "max": [921], "mean": [460.5], "std": [266.1583175480338], "count": [922]}, "episode_index": {"min": [2517.0], "max": [2517.0], "mean": [2517.0], "std": [0.0], "count": [922]}, "index": {"min": [887036.0], "max": [887957.0], "mean": [887496.5], "std": [266.1583175480338], "count": [922]}, "task_index": {"min": [426.0], "max": [426.0], "mean": [426.0], "std": [0.0], "count": [922]}}} +{"episode_index": 2518, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34608384602864584]], [[0.2878915828929228]], [[0.221567365100337]]], "std": [[[0.15205918982714564]], [[0.1413101852237899]], [[0.14902963613712608]]], "count": [125]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9764705882352941]], [[0.9764705882352941]]], "mean": [[[0.3573545884076287]], [[0.27047169787837005]], [[0.17360308526731005]]], "std": [[[0.18116833131372528]], [[0.12610100440195382]], [[0.07385204413251212]]], "count": [125]}, "state": {"min": [-0.5080320239067078, -0.3795262277126312, 0.9885631799697876, 2.89874005317688, -0.39539703726768494, -0.3804333209991455, 0.013620353303849697, -0.04000774025917053], "max": [-0.004654512275010347, -0.01544352900236845, 1.2625385522842407, 3.3152248859405518, 0.31643742322921753, 0.0987284928560257, 0.04000643268227577, -0.014215616509318352], "mean": [-0.32008013129234314, -0.19358710944652557, 1.1319679021835327, 3.069563150405884, -0.0425419956445694, -0.06182238087058067, 0.026128629222512245, -0.026327723637223244], "std": [0.1665131002664566, 0.11726824194192886, 0.07507413625717163, 0.09896007180213928, 0.13748155534267426, 0.10005798190832138, 0.011271364986896515, 0.011174000799655914], "count": [626]}, "actions": {"min": [-2.4092352390289307, -1.3601540327072144, -0.8607103824615479, -0.2561092972755432, -0.27865514159202576, -0.25329115986824036, -1.0], "max": [1.7725553512573242, 1.0166736841201782, 1.978136658668518, 0.2768263518810272, 0.19130508601665497, 0.21727101504802704, 1.0], "mean": [-0.03242889791727066, -0.04355206713080406, -0.0026810793206095695, -0.0014267367077991366, 0.0013030768604949117, 0.00038254651008173823, 0.1309904158115387], "std": [0.4198855757713318, 0.285212904214859, 0.35258254408836365, 0.05251462012529373, 0.060170844197273254, 0.06307278573513031, 0.991385817527771], "count": [626]}, "timestamp": {"min": [0.0], "max": [62.5], "mean": [31.25], "std": [18.0710403685012], "count": [626]}, "frame_index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "episode_index": {"min": [2518.0], "max": [2518.0], "mean": [2518.0], "std": [0.0], "count": [626]}, "index": {"min": [887958.0], "max": [888583.0], "mean": [888270.5], "std": [180.710403685012], "count": [626]}, "task_index": {"min": [427.0], "max": [427.0], "mean": [427.0], "std": [0.0], "count": [626]}}} +{"episode_index": 2519, "stats": {"image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3428465741946374]], [[0.28592563648542463]], [[0.22152282803493215]]], "std": [[[0.1513172302253576]], [[0.14049496721549667]], [[0.14747050609876264]]], "count": [135]}, "wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[0.9686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3544530137449221]], [[0.26771172284560524]], [[0.17109618032506693]]], "std": [[[0.18770802775796944]], [[0.13096785256976054]], [[0.07530650079291663]]], "count": [135]}, "state": {"min": [-0.5135163068771362, -0.4772458076477051, 0.9883077144622803, 2.959721565246582, -0.2516535818576813, -0.4319545030593872, 0.014244728721678257, -0.04001518338918686], "max": [-0.004834196530282497, -0.005677361972630024, 1.282160758972168, 3.330082893371582, 0.43622875213623047, 0.09932450205087662, 0.040008723735809326, -0.014105045236647129], "mean": [-0.3029635548591614, -0.20987433195114136, 1.1396324634552002, 3.1516387462615967, -0.0030937467236071825, -0.1302594542503357, 0.026687178760766983, -0.026706280186772346], "std": [0.16654875874519348, 0.12990817427635193, 0.08013194054365158, 0.08484926074743271, 0.12816041707992554, 0.14812004566192627, 0.011337092146277428, 0.011289398185908794], "count": [693]}, "actions": {"min": [-1.1949775218963623, -1.3649990558624268, -0.8495655655860901, -0.35799533128738403, -0.3277053236961365, -0.2590670585632324, -1.0], "max": [1.1761003732681274, 0.9433513283729553, 2.131505250930786, 0.3434785008430481, 0.22959759831428528, 0.41303905844688416, 1.0], "mean": [-0.01792951487004757, -0.038835637271404266, -0.00430236104875803, -0.003243621438741684, 0.0019433522829785943, 0.0008100102422758937, 0.09379509091377258], "std": [0.32602742314338684, 0.29903724789619446, 0.3587241768836975, 0.06715542078018188, 0.05822529271245003, 0.07027512043714523, 0.9955927133560181], "count": [693]}, "timestamp": {"min": [0.0], "max": [69.2], "mean": [34.6], "std": [20.0051659994779], "count": [693]}, "frame_index": {"min": [0], "max": [692], "mean": [346.0], "std": [200.05165999477902], "count": [693]}, "episode_index": {"min": [2519.0], "max": [2519.0], "mean": [2519.0], "std": [0.0], "count": [693]}, "index": {"min": [888584.0], "max": [889276.0], "mean": [888930.0], "std": [200.05165999477902], "count": [693]}, "task_index": {"min": [427.0], "max": [427.0], "mean": [427.0], "std": [0.0], "count": [693]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..8ac51060c50016acafe373241b2aed14271896c3 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,97 @@ +{ + "codebase_version": "v2.1", + "robot_type": "panda", + "total_episodes": 2520, + "total_frames": 889277, + "total_tasks": 428, + "total_videos": 0, + "total_chunks": 3, + "chunks_size": 1000, + "fps": 10, + "splits": { + "train": "0:2520" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", + "features": { + "image": { + "dtype": "image", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ] + }, + "wrist_image": { + "dtype": "image", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ] + }, + "state": { + "dtype": "float32", + "shape": [ + 8 + ], + "names": [ + "state" + ] + }, + "actions": { + "dtype": "float32", + "shape": [ + 7 + ], + "names": [ + "actions" + ] + }, + "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 + } + } +} diff --git a/meta/modality.json b/meta/modality.json new file mode 100644 index 0000000000000000000000000000000000000000..96bbb47feb6c01e03b783287f891c3d0de4003d0 --- /dev/null +++ b/meta/modality.json @@ -0,0 +1,89 @@ +{ + "state": { + "x": { + "start": 0, + "end": 1, + "original_key": "state" + }, + "y": { + "start": 1, + "end": 2, + "original_key": "state" + }, + "z": { + "start": 2, + "end": 3, + "original_key": "state" + }, + "roll": { + "start": 3, + "end": 4, + "original_key": "state" + }, + "pitch": { + "start": 4, + "end": 5, + "original_key": "state" + }, + "yaw": { + "start": 5, + "end": 6, + "original_key": "state" + }, + "gripper": { + "start": 6, + "end": 8, + "original_key": "state" + } + }, + "action": { + "x": { + "start": 0, + "end": 1, + "original_key": "actions" + }, + "y": { + "start": 1, + "end": 2, + "original_key": "actions" + }, + "z": { + "start": 2, + "end": 3, + "original_key": "actions" + }, + "roll": { + "start": 3, + "end": 4, + "original_key": "actions" + }, + "pitch": { + "start": 4, + "end": 5, + "original_key": "actions" + }, + "yaw": { + "start": 5, + "end": 6, + "original_key": "actions" + }, + "gripper": { + "start": 6, + "end": 7, + "original_key": "actions" + } + }, + "video": { + "image": { + "original_key": "image" + }, + "wrist_image": { + "original_key": "wrist_image" + } + }, + "annotation": { + "human.action.task_description": { + "original_key": "task_index" + } + } +} diff --git a/meta/stats.json b/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..0e99455882784cf7bbc0d786e68958182ac5dd96 --- /dev/null +++ b/meta/stats.json @@ -0,0 +1,220 @@ +{ + "state": { + "mean": [ + -0.19947800040245056, + -0.004954960662871599, + 1.1291142702102661, + 3.0657362937927246, + -0.02495681680738926, + 0.030364051461219788, + 0.023391583934426308, + -0.023570135235786438 + ], + "std": [ + 0.17283225059509277, + 0.15183503925800323, + 0.08926302194595337, + 0.22847498953342438, + 0.15457512438297272, + 0.38354068994522095, + 0.014988773502409458, + 0.014918952248990536 + ], + "min": [ + -0.6231216788291931, + -0.4772458076477051, + 0.9088638424873352, + 1.5380854606628418, + -1.227583885192871, + -1.6641850471496582, + -0.0016095938626676798, + -0.04240383207798004 + ], + "max": [ + 0.22886401414871216, + 0.4036768972873688, + 1.4563910961151123, + 4.565958023071289, + 0.9800464510917664, + 2.0783984661102295, + 0.04272950068116188, + 0.0030131638050079346 + ], + "q01": [ + -0.5362928247451783, + -0.33121837735176085, + 0.9299930787086487, + 2.05968337059021, + -0.45176015853881835, + -1.0405759382247926, + 0.0018334164330735803, + -0.040013623386621476 + ], + "q99": [ + 0.1394478017091751, + 0.28769881129264824, + 1.3060570240020752, + 3.468698272705078, + 0.34613236904144273, + 1.5248236036300657, + 0.04000569134950638, + -0.0019609679933637386 + ] + }, + "actions": { + "mean": [ + 0.00776828546077013, + -0.007414255756884813, + -0.016599945724010468, + -0.0028968427795916796, + -0.00047385660582222044, + 0.0006629208219237626, + 0.11746058613061905 + ], + "std": [ + 0.21958164870738983, + 0.24663037061691284, + 0.25097766518592834, + 0.06704488396644592, + 0.05380253866314888, + 0.0930308997631073, + 0.9904478788375854 + ], + "min": [ + -18.393497467041016, + -10.357118606567383, + -20.35434913635254, + -8.10564136505127, + -2.383776903152466, + -19.55699348449707, + -1.0 + ], + "max": [ + 9.359599113464355, + 9.159658432006836, + 7.164135456085205, + 11.509289741516113, + 7.753185272216797, + 17.566390991210938, + 1.0 + ], + "q01": [ + -0.6470597672462464, + -0.728095293045044, + -0.5399325323104859, + -0.1650938242673874, + -0.14015539944171906, + -0.16498813033103943, + -1.0 + ], + "q99": [ + 0.5376902389526367, + 0.6570022058486937, + 0.771758518218994, + 0.15001070320606227, + 0.13021795570850372, + 0.20076049387454986, + 1.0 + ] + }, + "timestamp": { + "mean": [ + 22.147722244262695 + ], + "std": [ + 18.898576736450195 + ], + "min": [ + 0.0 + ], + "max": [ + 140.6999969482422 + ], + "q01": [ + 0.30000001192092896 + ], + "q99": [ + 88.19999694824219 + ] + }, + "frame_index": { + "mean": [ + 221.4772186279297 + ], + "std": [ + 188.98573303222656 + ], + "min": [ + 0.0 + ], + "max": [ + 1407.0 + ], + "q01": [ + 3.0 + ], + "q99": [ + 882.0 + ] + }, + "episode_index": { + "mean": [ + 1345.114990234375 + ], + "std": [ + 759.9796142578125 + ], + "min": [ + 0.0 + ], + "max": [ + 2519.0 + ], + "q01": [ + 23.0 + ], + "q99": [ + 2495.0 + ] + }, + "index": { + "mean": [ + 444638.28125 + ], + "std": [ + 256712.171875 + ], + "min": [ + 0.0 + ], + "max": [ + 889276.0 + ], + "q01": [ + 8892.76 + ], + "q99": [ + 880383.24 + ] + }, + "task_index": { + "mean": [ + 187.81021118164062 + ], + "std": [ + 124.85382080078125 + ], + "min": [ + 0.0 + ], + "max": [ + 427.0 + ], + "q01": [ + 5.0 + ], + "q99": [ + 420.0 + ] + } +} \ No newline at end of file diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8b7383dab3c7cc3649a4da1dd7a65f710ceaa5d4 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1,428 @@ +{"task_index": 0, "task": "pick up the bowl on the plate and place it on top of the white cabinet"} +{"task_index": 1, "task": "pick up the bowl on the table and place it on top of the white cabinet"} +{"task_index": 2, "task": "pick up the bowl on the table and place it to the left of the bowl drainer"} +{"task_index": 3, "task": "pick up the bowl on the table and place it to the right of the bowl drainer"} +{"task_index": 4, "task": "pick up the bowl on the plate and place it to the right of the bowl drainer"} +{"task_index": 5, "task": "pick up the bowl on the plate and place it to the left of the bowl drainer"} +{"task_index": 6, "task": "open the top drawer of the wooden cabinet"} +{"task_index": 7, "task": "place the green bowl on the plate"} +{"task_index": 8, "task": "place the yellow bowl on the plate"} +{"task_index": 9, "task": "place the red bowl on the plate"} +{"task_index": 10, "task": "open the middle drawer of the wooden cabinet"} +{"task_index": 11, "task": "place the red bowl on top of the wooden cabinet"} +{"task_index": 12, "task": "place the yellow bowl on top of the wooden cabinet"} +{"task_index": 13, "task": "place the green bowl on top of the wooden cabinet"} +{"task_index": 14, "task": "turn on the flat stove"} +{"task_index": 15, "task": "place the green bowl on the flat stove"} +{"task_index": 16, "task": "place the green bowl to the left of the bowl drainer"} +{"task_index": 17, "task": "place the black bowl to the left of the bowl drainer"} +{"task_index": 18, "task": "place the green bowl on the flat stove and turn on the flat stove"} +{"task_index": 19, "task": "place the black bowl on the flat stove and turn on the flat stove"} +{"task_index": 20, "task": "place the green bowl to the right of the bowl drainer"} +{"task_index": 21, "task": "place the black bowl on the flat stove"} +{"task_index": 22, "task": "place the black bowl to the right of the bowl drainer"} +{"task_index": 23, "task": "place the green bowl in the left side of the drainer"} +{"task_index": 24, "task": "stack the smallest bowl on the middle-sized black bowl"} +{"task_index": 25, "task": "stack middle-sized black bowl on the green bowl"} +{"task_index": 26, "task": "place the cream cheese in the green bowl"} +{"task_index": 27, "task": "place the green bowl in the right side of the drainer"} +{"task_index": 28, "task": "place the bowl in the top drawer"} +{"task_index": 29, "task": "close the top and middle drawer of the white cabinet and close the microwave"} +{"task_index": 30, "task": "close the top drawer of the white cabinet and place the bowl in the middle drawer"} +{"task_index": 31, "task": "place the bowl in the top drawer and close the top drawer"} +{"task_index": 32, "task": "close the top drawer of the white cabinet"} +{"task_index": 33, "task": "close the top and middle drawer of the white cabinet"} +{"task_index": 34, "task": "place the cream cheese in the smallest bowl"} +{"task_index": 35, "task": "stack the smallest bowl on the middle-sized bowl"} +{"task_index": 36, "task": "place the middle-sized bowl in the left side of the drainer"} +{"task_index": 37, "task": "place the largest bowl in the left side of the drainer"} +{"task_index": 38, "task": "place the smallest bowl in the left side of the drainer"} +{"task_index": 39, "task": "stack the middle-sized bowl on the largest bowl"} +{"task_index": 40, "task": "stack the middle-sized bowl on the largest bowl and stack the smallest bowl on the middle-sized bowl"} +{"task_index": 41, "task": "stack the smallest bowl on the largest bowl"} +{"task_index": 42, "task": "place the cream cheese in the largest bowl"} +{"task_index": 43, "task": "place the cream cheese in the middle-sized bowl"} +{"task_index": 44, "task": "turn off the stove and place the largest bowl in the left side of the drainer and the medium bowl in the right side"} +{"task_index": 45, "task": "turn off the stove and place the smallest bowl in the left side of the drainer and the medium bowl in the right side"} +{"task_index": 46, "task": "turn off the flat stove and place the largest bowl on it"} +{"task_index": 47, "task": "turn off the flat stove"} +{"task_index": 48, "task": "place the largest bowl in the left side of the drainer and the medium bowl in the right side"} +{"task_index": 49, "task": "turn off the flat stove and place the smallest bowl on it"} +{"task_index": 50, "task": "place the smallest bowl in the left side of the drainer and the medium bowl in the right side"} +{"task_index": 51, "task": "place the porcelain mug that is on the plate onto the nearest plate relative to the robot"} +{"task_index": 52, "task": "place the porcelain mug that is on the plate onto the farthest plate relative to the robot"} +{"task_index": 53, "task": "place the porcelain mug on top of the cabinet"} +{"task_index": 54, "task": "open the top drawer"} +{"task_index": 55, "task": "place the bowl on the nearest plate relative to the robot"} +{"task_index": 56, "task": "place the bowl on the farthest plate relative to the robot"} +{"task_index": 57, "task": "place the bowl on top of the cabinet"} +{"task_index": 58, "task": "place the white bowl on the plate"} +{"task_index": 59, "task": "place the yellow book into the back desk caddy's right compartment"} +{"task_index": 60, "task": "place the left black book into the back desk caddy's left compartment"} +{"task_index": 61, "task": "place the green book into the right desk caddy's front compartment"} +{"task_index": 62, "task": "place the black book into the right desk caddy's back compartment"} +{"task_index": 63, "task": "place the yellow book into the right desk caddy's back compartment"} +{"task_index": 64, "task": "place the orange book into the right desk caddy's back compartment"} +{"task_index": 65, "task": "place the right striped book into the left desk caddy's front compartment"} +{"task_index": 66, "task": "place the black book into the left desk caddy's left compartment"} +{"task_index": 67, "task": "place the red mug into the left desk caddy's right compartment"} +{"task_index": 68, "task": "place the left striped book into the left desk caddy's right compartment"} +{"task_index": 69, "task": "place the striped book into the left desk caddy's left compartment"} +{"task_index": 70, "task": "place the green book into the left desk caddy's left compartment"} +{"task_index": 71, "task": "place the yellow book into the left desk caddy's back compartment"} +{"task_index": 72, "task": "place the right yellow book into the left desk caddy's front compartment"} +{"task_index": 73, "task": "place the red book into the left desk caddy's front compartment"} +{"task_index": 74, "task": "place the left yellow book into the left desk caddy's front compartment"} +{"task_index": 75, "task": "place the green book into the left desk caddy's back compartment"} +{"task_index": 76, "task": "place the red book into the back desk caddy's left compartment"} +{"task_index": 77, "task": "place the orange book into the back desk caddy's left compartment"} +{"task_index": 78, "task": "place the striped book into the back desk caddy's right compartment"} +{"task_index": 79, "task": "place the red mug into the back desk caddy's right compartment"} +{"task_index": 80, "task": "place the red mug into the back desk caddy's left compartment"} +{"task_index": 81, "task": "place the black book into the back desk caddy's right compartment"} +{"task_index": 82, "task": "place the green book into the back desk caddy's front compartment"} +{"task_index": 83, "task": "place the yellow book into the left desk caddy's left compartment"} +{"task_index": 84, "task": "place the black book into the left desk caddy's right compartment"} +{"task_index": 85, "task": "place the yellow book into the left desk caddy's right compartment"} +{"task_index": 86, "task": "place the left red book into the right desk caddy's front compartment"} +{"task_index": 87, "task": "place the striped book into the right desk caddy's back compartment"} +{"task_index": 88, "task": "place the orange book into the right desk caddy's left compartment"} +{"task_index": 89, "task": "place the right red book into the right desk caddy's back compartment"} +{"task_index": 90, "task": "place the red book upright on top of the shelf"} +{"task_index": 91, "task": "place the left yellow book in the top region of the shelf"} +{"task_index": 92, "task": "place the green book in the top region of the shelf"} +{"task_index": 93, "task": "place the right yellow book in the top region of the shelf"} +{"task_index": 94, "task": "place the yellow book into the back desk caddy's front compartment"} +{"task_index": 95, "task": "place the black book into the back desk caddy's front compartment"} +{"task_index": 96, "task": "place the right striped book into the left desk caddy's back compartment"} +{"task_index": 97, "task": "place the orange book into the left desk caddy's right compartment"} +{"task_index": 98, "task": "place the left striped book into the back desk caddy's left compartment"} +{"task_index": 99, "task": "place the striped book in the top region of the shelf"} +{"task_index": 100, "task": "place the left red book in the top region of the shelf"} +{"task_index": 101, "task": "place the striped book upright on top of the shelf"} +{"task_index": 102, "task": "place the orange book flat on top of the shelf"} +{"task_index": 103, "task": "place the right red book upright on top of the shelf"} +{"task_index": 104, "task": "place the red mug into the left desk caddy's left compartment"} +{"task_index": 105, "task": "place the yellow book into the left desk caddy's front compartment"} +{"task_index": 106, "task": "place the left black book into the left desk caddy's back compartment"} +{"task_index": 107, "task": "place the left black book into the left desk caddy's left compartment"} +{"task_index": 108, "task": "place the right black book into the left desk caddy's front compartment"} +{"task_index": 109, "task": "place the left yellow book into the back desk caddy's back compartment"} +{"task_index": 110, "task": "place the red book into the back desk caddy's right compartment"} +{"task_index": 111, "task": "place the right yellow book into the back desk caddy's back compartment"} +{"task_index": 112, "task": "place the green book into the back desk caddy's right compartment"} +{"task_index": 113, "task": "place the red book in the top region of the shelf"} +{"task_index": 114, "task": "place the orange book upright on top of the shelf"} +{"task_index": 115, "task": "place the left red book into the back desk caddy's back compartment"} +{"task_index": 116, "task": "place the right red book into the back desk caddy's right compartment"} +{"task_index": 117, "task": "place the yellow book into the back desk caddy's back compartment"} +{"task_index": 118, "task": "place the right black book into the back desk caddy's back compartment"} +{"task_index": 119, "task": "place the red mug on top of the shelf"} +{"task_index": 120, "task": "place the black book flat on top of the shelf"} +{"task_index": 121, "task": "place the yellow book flat on top of the shelf"} +{"task_index": 122, "task": "place the white-yellow mug on top of the shelf"} +{"task_index": 123, "task": "place the green book into the right desk caddy's right compartment"} +{"task_index": 124, "task": "place the black book into the right desk caddy's front compartment"} +{"task_index": 125, "task": "place the red mug into the right desk caddy's right compartment"} +{"task_index": 126, "task": "place the yellow book upright on top of the shelf"} +{"task_index": 127, "task": "place the black book in the top region of the shelf"} +{"task_index": 128, "task": "place the left black book upright on top of the shelf"} +{"task_index": 129, "task": "place the right black book in the top region of the shelf"} +{"task_index": 130, "task": "place the left black book flat on top of the shelf"} +{"task_index": 131, "task": "place the red book into the right desk caddy's front compartment"} +{"task_index": 132, "task": "place the right yellow book into the right desk caddy's back compartment"} +{"task_index": 133, "task": "place the left yellow book into the right desk caddy's front compartment"} +{"task_index": 134, "task": "place the green book upright on top of the shelf"} +{"task_index": 135, "task": "place the green book flat on top of the shelf"} +{"task_index": 136, "task": "place the black book upright on top of the shelf"} +{"task_index": 137, "task": "place the black book into the right desk caddy's right compartment"} +{"task_index": 138, "task": "place the yellow book into the right desk caddy's right compartment"} +{"task_index": 139, "task": "place the striped book into the back desk caddy's front compartment"} +{"task_index": 140, "task": "place the orange book into the back desk caddy's back compartment"} +{"task_index": 141, "task": "place the yellow book into the back desk caddy's left compartment"} +{"task_index": 142, "task": "place the orange book into the left desk caddy's left compartment"} +{"task_index": 143, "task": "place the red book into the left desk caddy's right compartment"} +{"task_index": 144, "task": "place the striped book into the left desk caddy's back compartment"} +{"task_index": 145, "task": "place the red mug into the right desk caddy's left compartment"} +{"task_index": 146, "task": "place the striped book into the right desk caddy's left compartment"} +{"task_index": 147, "task": "place the right red book into the left desk caddy's front compartment"} +{"task_index": 148, "task": "place the left red book into the left desk caddy's back compartment"} +{"task_index": 149, "task": "place the green book into the left desk caddy's right compartment"} +{"task_index": 150, "task": "place the black book into the left desk caddy's front compartment"} +{"task_index": 151, "task": "place the right red book flat on top of the shelf"} +{"task_index": 152, "task": "place the striped book flat on top of the shelf"} +{"task_index": 153, "task": "place the left red book flat on top of the shelf"} +{"task_index": 154, "task": "place the left black book into the right desk caddy's right compartment"} +{"task_index": 155, "task": "place the right black book into the right desk caddy's front compartment"} +{"task_index": 156, "task": "place the striped book into the right desk caddy's front compartment"} +{"task_index": 157, "task": "place the red book into the right desk caddy's right compartment"} +{"task_index": 158, "task": "place the yellow book into the right desk caddy's front compartment"} +{"task_index": 159, "task": "place the left striped book into the right desk caddy's front compartment"} +{"task_index": 160, "task": "place the black book into the right desk caddy's left compartment"} +{"task_index": 161, "task": "place the orange book into the right desk caddy's front compartment"} +{"task_index": 162, "task": "place the right striped book flat on top of the shelf"} +{"task_index": 163, "task": "place the orange book in the top region of the shelf"} +{"task_index": 164, "task": "place the left striped book flat on top of the shelf"} +{"task_index": 165, "task": "place the red book into the left desk caddy's back compartment"} +{"task_index": 166, "task": "place the red book flat on top of the shelf"} +{"task_index": 167, "task": "place the green book into the back desk caddy's back compartment"} +{"task_index": 168, "task": "place the right yellow book into the left desk caddy's left compartment"} +{"task_index": 169, "task": "place the striped book into the left desk caddy's front compartment"} +{"task_index": 170, "task": "place the red book into the left desk caddy's left compartment"} +{"task_index": 171, "task": "place the red book into the back desk caddy's front compartment"} +{"task_index": 172, "task": "place the striped book into the back desk caddy's left compartment"} +{"task_index": 173, "task": "place the left red book into the back desk caddy's left compartment"} +{"task_index": 174, "task": "place the black bowl on the plate"} +{"task_index": 175, "task": "place the green bowl in the basket"} +{"task_index": 176, "task": "place the black bowl in the basket"} +{"task_index": 177, "task": "place the frypan on the top layer of the shelf and place the moka pot on the stove"} +{"task_index": 178, "task": "place the frypan on the top layer of the shelf"} +{"task_index": 179, "task": "place the bowl on the plate"} +{"task_index": 180, "task": "place the red bowl in the basket"} +{"task_index": 181, "task": "place the blue bowl on the plate"} +{"task_index": 182, "task": "place the green bowl and the black bowl in the wooden tray"} +{"task_index": 183, "task": "place the black bowl and the blue bowl in the wooden tray"} +{"task_index": 184, "task": "place the green bowl in the wooden tray"} +{"task_index": 185, "task": "place the blue bowl in the wooden tray"} +{"task_index": 186, "task": "place the blue bowl and the green bowl in the wooden tray"} +{"task_index": 187, "task": "place the black bowl in the wooden tray"} +{"task_index": 188, "task": "place the moka pot on the stove and turn off the stove"} +{"task_index": 189, "task": "place the red mug in the basket"} +{"task_index": 190, "task": "place the moka pot on the stove"} +{"task_index": 191, "task": "place the white and yellow mug in the basket"} +{"task_index": 192, "task": "stack the blue bowl on the green bowl"} +{"task_index": 193, "task": "place the white bowl on the off-center plate and place the green bowl on top of the wooden shelf"} +{"task_index": 194, "task": "place the white bowl on the off-center plate and place the blue bowl on top of the wooden shelf"} +{"task_index": 195, "task": "stack the green bowl on the blue bowl"} +{"task_index": 196, "task": "place the white bowl onto the plate that is in the table center"} +{"task_index": 197, "task": "place the white bowl on the off-center plate"} +{"task_index": 198, "task": "place the frying pan on the top layer of the shelf"} +{"task_index": 199, "task": "place the frying pan on the top layer of the shelf and turn off the stove"} +{"task_index": 200, "task": "place the red mug on the plate"} +{"task_index": 201, "task": "place the white and yellow mug on the plate"} +{"task_index": 202, "task": "place the porcelain mug that is in the drawer onto the nearest plate relative to the robot"} +{"task_index": 203, "task": "place the porcelain mug that is in the drawer onto the top of the cabinet"} +{"task_index": 204, "task": "place the porcelain mug that is on the plate onto the middle plate relative to the robot"} +{"task_index": 205, "task": "place the porcelain mug that is in the drawer onto the top of the cabinet and close the drawer"} +{"task_index": 206, "task": "place the porcelain mug that is in the drawer onto the middle plate relative to the robot"} +{"task_index": 207, "task": "place the porcelain mug that is on the plate onto the top of the cabinet"} +{"task_index": 208, "task": "place the wine bottle from the drawer onto the top layer of the wine rack"} +{"task_index": 209, "task": "place the wine bottle from the table onto the top layer of the wine rack"} +{"task_index": 210, "task": "place the wine bottle from the drawer onto the top layer of the wine rack and close the drawer"} +{"task_index": 211, "task": "place the wine bottle from the table into the top drawer"} +{"task_index": 212, "task": "place the smallest bowl on the flat stove"} +{"task_index": 213, "task": "place the medium-sized bowl inside the left compartment of the bowl drainer"} +{"task_index": 214, "task": "place the smallest bowl inside the right compartment of the bowl drainer"} +{"task_index": 215, "task": "place the largest bowl on the flat stove"} +{"task_index": 216, "task": "place the largest bowl inside the right compartment of the bowl drainer"} +{"task_index": 217, "task": "place the largest bowl inside the left compartment of the bowl drainer"} +{"task_index": 218, "task": "place the medium-sized bowl on the flat stove"} +{"task_index": 219, "task": "place the medium-sized bowl inside the right compartment of the bowl drainer"} +{"task_index": 220, "task": "place the smallest bowl inside the left compartment of the bowl drainer"} +{"task_index": 221, "task": "place the moka pot on the stove and turn on the stove"} +{"task_index": 222, "task": "place the yellow bowl in the bottom drawer of the white cabinet"} +{"task_index": 223, "task": "place the yellow bowl in the bottom drawer of the white cabinet and close the drawer"} +{"task_index": 224, "task": "place the red bowl in the bottom drawer of the white cabinet"} +{"task_index": 225, "task": "close the bottom drawer of the white cabinet and place the yellow bowl on the plate"} +{"task_index": 226, "task": "close the bottom drawer of the white cabinet"} +{"task_index": 227, "task": "close the bottom drawer of the white cabinet and place the green bowl on the plate"} +{"task_index": 228, "task": "place the green bowl in the bottom drawer of the white cabinet and close the drawer"} +{"task_index": 229, "task": "place the green bowl in the bottom drawer of the white cabinet"} +{"task_index": 230, "task": "close the bottom drawer of the white cabinet and place the red bowl on the plate"} +{"task_index": 231, "task": "place the red bowl in the bottom drawer of the white cabinet and close the drawer "} +{"task_index": 232, "task": "place the frypan on the flat stove"} +{"task_index": 233, "task": "place the frypan on top of the shelf"} +{"task_index": 234, "task": "place the frypan on the bottom layer of the shelf"} +{"task_index": 235, "task": "open the microwave"} +{"task_index": 236, "task": "place the bowl on the middle plate relative to the robot"} +{"task_index": 237, "task": "close the bottom drawer"} +{"task_index": 238, "task": "open the top drawer of the white cabinet"} +{"task_index": 239, "task": "open the middle drawer of the white cabinet"} +{"task_index": 240, "task": "place the moka pot in the basket"} +{"task_index": 241, "task": "place the bowl on top of the cabinet"} +{"task_index": 242, "task": "place the wine bottle on the top layer of the wine rack"} +{"task_index": 243, "task": "open the microwave and place the white and yellow mug in it"} +{"task_index": 244, "task": "open the microwave and place the red mug in it"} +{"task_index": 245, "task": "place the frypan on the flat stove and turn on the stove"} +{"task_index": 246, "task": "place the yellow bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"} +{"task_index": 247, "task": "place the yellow bowl to the right of the bowl drainer"} +{"task_index": 248, "task": "place the yellow bowl to the left of the bowl drainer"} +{"task_index": 249, "task": "place the black bowl to the left of the bowl drainer"} +{"task_index": 250, "task": "place the green bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"} +{"task_index": 251, "task": "place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"} +{"task_index": 252, "task": "stack the yellow bowl on the black bowl"} +{"task_index": 253, "task": "place the black bowl to the right of the bowl drainer"} +{"task_index": 254, "task": "place the green bowl to the left of the bowl drainer"} +{"task_index": 255, "task": "place the yellow bowl to the left of the bowl drainer and place the black bowl to the right of the bowl drainer"} +{"task_index": 256, "task": "stack the green bowl on the black bowl"} +{"task_index": 257, "task": "place the green bowl to the right of the bowl drainer"} +{"task_index": 258, "task": "place the black bowl onto the plate that is in the table center and place the green bowl onto the plate that is next to the blue bowl"} +{"task_index": 259, "task": "place the blue bowl onto the plate that is next to the blue bowl"} +{"task_index": 260, "task": "place the green bowl onto the plate that is next to the blue bowl"} +{"task_index": 261, "task": "place the blue bowl onto the plate that is in the center of the table"} +{"task_index": 262, "task": "place the black bowl onto the plate that is in the center of the table"} +{"task_index": 263, "task": "place the green bowl onto the plate that is in the center of the table"} +{"task_index": 264, "task": "place the green bowl onto the plate that is in the table center and place the black bowl onto the plate that is next to the blue bowl"} +{"task_index": 265, "task": "place the black bowl onto the plate that is next to the blue bowl"} +{"task_index": 266, "task": "place the red bowl on the plate and close the bottom drawer of the white cabinet"} +{"task_index": 267, "task": "place moka pot on the flat stove"} +{"task_index": 268, "task": "place the mug on the plate"} +{"task_index": 269, "task": "place moka pot on the flat stove and turn off the stove"} +{"task_index": 270, "task": "place the moka pot on the stove and close the stove"} +{"task_index": 271, "task": "place the frypan on the stove"} +{"task_index": 272, "task": "place the yellow bowl on top of the shelf"} +{"task_index": 273, "task": "place the green bowl on top of the shelf"} +{"task_index": 274, "task": "place the white bowl on the plate next to the green bowl"} +{"task_index": 275, "task": "place the blue bowl onto the plate that is on the left side of the table"} +{"task_index": 276, "task": "place the white bowl onto the plate that is on the left side of the table"} +{"task_index": 277, "task": "place the blue bowl on the plate next to the green bowl"} +{"task_index": 278, "task": "place the green bowl onto the plate that is on the left side of the table"} +{"task_index": 279, "task": "place the green bowl on the plate next to the green bowl"} +{"task_index": 280, "task": "place the smallest bowl in the left side of the drainer and place the largest bowl in the right side"} +{"task_index": 281, "task": "place the largest bowl in the left side of the drainer and place the smallest bowl in the right side"} +{"task_index": 282, "task": "place the ramekin on the stove"} +{"task_index": 283, "task": "place the ramekin on the bottom layer of the wooden shelf"} +{"task_index": 284, "task": "place the frypan on the top layer of the wooden shelf"} +{"task_index": 285, "task": "place the ramekin on top of the wooden shelf"} +{"task_index": 286, "task": "place the frypan on top of the wooden shelf"} +{"task_index": 287, "task": "turn on the stove"} +{"task_index": 288, "task": "place the bowl on top of the shelf"} +{"task_index": 289, "task": "turn off the stove"} +{"task_index": 290, "task": "place the white mug on the plate"} +{"task_index": 291, "task": "place the frying pan on the top layer of the shelf and place the moka pot on the stove"} +{"task_index": 292, "task": "place the yellow bowl to the left of the bowl drainer"} +{"task_index": 293, "task": "place the yellow bowl to the right of the bowl drainer"} +{"task_index": 294, "task": "place the wine bottle to the left of the bowl drainer"} +{"task_index": 295, "task": "place the wine bottle to the right of the bowl drainer"} +{"task_index": 296, "task": "place the green bowl to the right of the bowl drainer and place the black bowl to the left of the bowl drainer"} +{"task_index": 297, "task": "place the black bowl to the right of the bowl drainer and place the green bowl to the left of the bowl drainer"} +{"task_index": 298, "task": "place the green bowl onto the plate that is on top of the cabinet"} +{"task_index": 299, "task": "place the white bowl onto the plate that is on top of the cabinet"} +{"task_index": 300, "task": "place the white bowl onto the plate that is on the left side of the table"} +{"task_index": 301, "task": "place the green bowl onto the plate that is on the left side of the table"} +{"task_index": 302, "task": "place the blue bowl onto the plate that is on top of the cabinet"} +{"task_index": 303, "task": "place the blue bowl onto the plate that is on the left side of the table"} +{"task_index": 304, "task": "place the yellow book into the left desk caddy's front compartment and place the green book into the left desk caddy's left compartment and place the black book into the left desk caddy's back compartment"} +{"task_index": 305, "task": "place the red mug into the left desk caddy's right compartment and place the green book into the left desk caddy's back compartment"} +{"task_index": 306, "task": "place the yellow book into the left desk caddy's front compartment and place the white-yellow mug into the left desk caddy's right compartment"} +{"task_index": 307, "task": "place the white-yellow mug into the left desk caddy's right compartment and place the left black book into the left desk caddy's back compartment and place the right black book into the left desk caddy's front compartment"} +{"task_index": 308, "task": "place the red book into the back desk caddy's left compartment and place the orange book into the back desk caddy's left compartment and place the striped book into the left desk caddy's right compartment"} +{"task_index": 309, "task": "place the red mug into the left desk caddy's left compartment and place the red book into the left desk caddy's back compartment and place the orange book into the back desk caddy's front compartment"} +{"task_index": 310, "task": "place the red book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"} +{"task_index": 311, "task": "place the red mug into the back desk caddy's right compartment and place the black book into the left desk caddy's right compartment"} +{"task_index": 312, "task": "place the right striped book upright on top of the shelf and place the red mug on top of the shelf"} +{"task_index": 313, "task": "place the right striped book flat on top of the shelf"} +{"task_index": 314, "task": "place the left striped book flat on top of the shelf"} +{"task_index": 315, "task": "place the black book flat on top of the shelf"} +{"task_index": 316, "task": "place the right striped book upright on top of the shelf and place the left striped book upright on top of the shelf"} +{"task_index": 317, "task": "place the orange book in the top region of the shelf"} +{"task_index": 318, "task": "place the black book upright on top of the shelf"} +{"task_index": 319, "task": "place the red mug into the left desk caddy's right compartment and place the right black book into the back desk caddy's left compartment"} +{"task_index": 320, "task": "place the yellow book into the back desk caddy's right compartment and place the left black book into the back desk caddy's right compartment"} +{"task_index": 321, "task": "place the red mug into the left desk caddy's left compartment and place the green book into the left desk caddy's back compartment and place the black book into the back desk caddy's front compartment"} +{"task_index": 322, "task": "place the yellow book into the left desk caddy's right compartment and place the green book into the back desk caddy's front compartment and place the black book into the back desk caddy's back compartment"} +{"task_index": 323, "task": "place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"} +{"task_index": 324, "task": "place the white-yellow mug into the left desk caddy's left compartment and place the black book into the left desk caddy's front compartment"} +{"task_index": 325, "task": "place the striped book into the left desk caddy's front compartment and place the red book into the left desk caddy's left compartment and place the orange book into the left desk caddy's back compartment"} +{"task_index": 326, "task": "place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's right compartment and place the red book into the left desk caddy's right compartment"} +{"task_index": 327, "task": "place the orange book upright on top of the shelf"} +{"task_index": 328, "task": "place the red book upright on top of the shelf"} +{"task_index": 329, "task": "place the orange book flat on top of the shelf"} +{"task_index": 330, "task": "place the striped book upright on top of the shelf and place the red mug on top of the shelf"} +{"task_index": 331, "task": "place the striped book in the top region of the shelf"} +{"task_index": 332, "task": "place the orange book upright on top of the shelf and place the red mug on top of the shelf"} +{"task_index": 333, "task": "place the red book in the top region of the shelf"} +{"task_index": 334, "task": "yellow book upright top shelf and black book top region shelf and red mug top shelf"} +{"task_index": 335, "task": "place the yellow book flat on top of the shelf"} +{"task_index": 336, "task": "black book top region shelf and red mug top shelf"} +{"task_index": 337, "task": "place the red mug on top of the shelf"} +{"task_index": 338, "task": "place the white-yellow mug on top of the shelf"} +{"task_index": 339, "task": "place the orange book into the right desk caddy's right compartment and place the left red book into the right desk caddy's right compartment"} +{"task_index": 340, "task": "place the left red book into the right desk caddy's left compartment and place the striped book into the right desk caddy's right compartment"} +{"task_index": 341, "task": "place the black book into the back desk caddy's back compartment and place the striped book into the back desk caddy's right compartment"} +{"task_index": 342, "task": "place the white-yellow mug into the back desk caddy's left compartment and place the green book into the back desk caddy's front compartment"} +{"task_index": 343, "task": "place the left striped book into the right desk caddy's right compartment and place the right striped book into the right desk caddy's right compartment and place the orange book into the right desk caddy's left compartment"} +{"task_index": 344, "task": "place the right striped book into the right desk caddy's left compartment and place the orange book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"} +{"task_index": 345, "task": "place the white-yellow mug into the back desk caddy's left compartment and place the right yellow book into the back desk caddy's right compartment"} +{"task_index": 346, "task": "place the green book into the back desk caddy's front compartment and place the left yellow book into the back desk caddy's right compartment and place the red book into the back desk caddy's right compartment"} +{"task_index": 347, "task": "place the red book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"} +{"task_index": 348, "task": "place the red mug into the right desk caddy's left compartment and place the red book into the right desk caddy's front compartment"} +{"task_index": 349, "task": "place the white-yellow mug into the right desk caddy's right compartment and place the black book into the right desk caddy's back compartment"} +{"task_index": 350, "task": "place the red mug into the right desk caddy's right compartment and place the yellow book into the right desk caddy's back compartment"} +{"task_index": 351, "task": "place the right black book in the top region of the shelf"} +{"task_index": 352, "task": "place the left black book flat on top of the shelf"} +{"task_index": 353, "task": "place the left black book upright on top of the shelf"} +{"task_index": 354, "task": "place the yellow book upright on top of the shelf"} +{"task_index": 355, "task": "place the right black book upright on top of the shelf and place the left black book upright on top of the shelf"} +{"task_index": 356, "task": "place the right black book upright on top of the shelf and place the white-yellow mug on top of the shelf"} +{"task_index": 357, "task": "place the black book upright on top of the shelf and place the red mug on top of the shelf"} +{"task_index": 358, "task": "place the black book upright on top of the shelf and place the yellow book flat on top of the shelf"} +{"task_index": 359, "task": "place the green book upright on top of the shelf"} +{"task_index": 360, "task": "place the green book flat on top of the shelf"} +{"task_index": 361, "task": "place the red mug into the left desk caddy's right compartment and place the left striped book into the left desk caddy's back compartment"} +{"task_index": 362, "task": "place the left striped book into the left desk caddy's right compartment and place the right striped book into the left desk caddy's right compartment and place the orange book into the left desk caddy's left compartment"} +{"task_index": 363, "task": "place the striped book into the back desk caddy's left compartment and place the right red book into the back desk caddy's back compartment and place the orange book into the back desk caddy's front compartment"} +{"task_index": 364, "task": "place the orange book into the back desk caddy's right compartment and place the left red book into the back desk caddy's right compartment"} +{"task_index": 365, "task": "place the green book into the right desk caddy's left compartment and place the black book into the right desk caddy's right compartment and place the orange book into the right desk caddy's right compartment"} +{"task_index": 366, "task": "place the yellow book into the right desk caddy's front compartment and place the orange book into the right desk caddy's left compartment and place the black book into the right desk caddy's back compartment"} +{"task_index": 367, "task": "place the red mug into the back desk caddy's right compartment and place the yellow book into the back desk caddy's back compartment"} +{"task_index": 368, "task": "place the yellow book into the back desk caddy's left compartment and place the black book into the back desk caddy's right compartment"} +{"task_index": 369, "task": "place the white-yellow mug into the right desk caddy's right compartment and place the left yellow book into the right desk caddy's back compartment"} +{"task_index": 370, "task": "place the green book into the right desk caddy's front compartment and place the left yellow book into the right desk caddy's right compartment and place the red book into the right desk caddy's right compartment"} +{"task_index": 371, "task": "place the yellow book into the back desk caddy's front compartment and place the red mug into the back desk caddy's right compartment"} +{"task_index": 372, "task": "place the yellow book into the left desk caddy's front compartment and place the orange book into the left desk caddy's left compartment and place the black book into the left desk caddy's back compartment"} +{"task_index": 373, "task": "place the green book into the left desk caddy's left compartment and place the black book into the left desk caddy's right compartment and place the orange book into the left desk caddy's right compartment"} +{"task_index": 374, "task": "place the orange book into the back desk caddy's right compartment and place the left red book into the left desk caddy's back compartment and place the right red book into the left desk caddy's left compartment"} +{"task_index": 375, "task": "place the left red book into the back desk caddy's left compartment and place the right red book into the left desk caddy's right compartment and place the orange book into the left desk caddy's back compartment"} +{"task_index": 376, "task": "place the yellow book into the left desk caddy's right compartment and place the black book into the left desk caddy's back compartment"} +{"task_index": 377, "task": "place the red mug into the left desk caddy's left compartment and place the striped book into the left desk caddy's back compartment and place the red book into the back desk caddy's front compartment"} +{"task_index": 378, "task": "place the striped book into the back desk caddy's left compartment and place the red book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"} +{"task_index": 379, "task": "place the white-yellow mug into the left desk caddy's left compartment and place the red book into the left desk caddy's front compartment"} +{"task_index": 380, "task": "place the left yellow book into the left desk caddy's right compartment and place the right yellow book into the left desk caddy's right compartment and place the red book into the left desk caddy's left compartment"} +{"task_index": 381, "task": "place the striped book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment and place the yellow book into the left desk caddy's right compartment"} +{"task_index": 382, "task": "place the orange book into the left desk caddy's right compartment and place the striped book into the back desk caddy's front compartment and place the yellow book into the back desk caddy's back compartment"} +{"task_index": 383, "task": "place the left red book into the left desk caddy's back compartment and place the striped book into the left desk caddy's left compartment and place the right red book into the left desk caddy's front compartment"} +{"task_index": 384, "task": "place the right red book into the left desk caddy's front compartment and place the orange book into the left desk caddy's left compartment and place the striped book into the left desk caddy's left compartment"} +{"task_index": 385, "task": "place the red mug into the back desk caddy's left compartment and place the orange book into the back desk caddy's front compartment"} +{"task_index": 386, "task": "place the right striped book into the back desk caddy's left compartment and place the orange book into the back desk caddy's left compartment and place the red mug into the back desk caddy's right compartment"} +{"task_index": 387, "task": "place the red book into the left desk caddy's left compartment and place the yellow book into the left desk caddy's left compartment"} +{"task_index": 388, "task": "place the red mug into the left desk caddy's right compartment and place the striped book into the left desk caddy's back compartment"} +{"task_index": 389, "task": "place the right yellow book into the back desk caddy's back compartment and place the green book into the left desk caddy's back compartment and place the left yellow book into the left desk caddy's left compartment"} +{"task_index": 390, "task": "place the green book into the back desk caddy's left compartment and place the white-yellow mug into the back desk caddy's right compartment"} +{"task_index": 391, "task": "place the red mug into the left desk caddy's right compartment and place the yellow book into the left desk caddy's back compartment"} +{"task_index": 392, "task": "place the black book into the left desk caddy's front compartment and place the yellow book into the left desk caddy's right compartment and place the red mug into the left desk caddy's left compartment"} +{"task_index": 393, "task": "place the red mug into the back desk caddy's right compartment and place the left black book into the back desk caddy's back compartment and place the right black book into the back desk caddy's front compartment"} +{"task_index": 394, "task": "place the left black book into the back desk caddy's left compartment and place the yellow book into the back desk caddy's right compartment and place the right black book into the back desk caddy's right compartment"} +{"task_index": 395, "task": "place the red mug into the back desk caddy's right compartment and place the green book into the back desk caddy's back compartment"} +{"task_index": 396, "task": "place the black book into the back desk caddy's left compartment and place the yellow book into the back desk caddy's right compartment and place the green book into the back desk caddy's right compartment"} +{"task_index": 397, "task": "place the black book into the right desk caddy's front compartment and place the yellow book into the right desk caddy's right compartment and place the red mug into the right desk caddy's left compartment"} +{"task_index": 398, "task": "place the yellow book into the right desk caddy's right compartment and place the red mug into the right desk caddy's left compartment"} +{"task_index": 399, "task": "place the striped book into the right desk caddy's front compartment and place the red mug into the right desk caddy's right compartment"} +{"task_index": 400, "task": "place the orange book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"} +{"task_index": 401, "task": "place the black book flat on top of the shelf and place the white-yellow mug on top of the shelf"} +{"task_index": 402, "task": "place the black book in the top region of the shelf"} +{"task_index": 403, "task": "place the yellow book upright on top of the shelf and place the red mug on top of the shelf"} +{"task_index": 404, "task": "place the striped book upright on top of the shelf and place the red book upright on top of the shelf"} +{"task_index": 405, "task": "place the red book flat on top of the shelf"} +{"task_index": 406, "task": "place the left red book flat on top of the shelf and place the orange book upright on top of the shelf"} +{"task_index": 407, "task": "place the right red book flat on top of the shelf"} +{"task_index": 408, "task": "place the left red book flat on top of the shelf and place the orange book flat on top of the shelf"} +{"task_index": 409, "task": "place the left red book flat on top of the shelf"} +{"task_index": 410, "task": "place the left red book in the top region of the shelf"} +{"task_index": 411, "task": "place the striped book flat on top of the shelf"} +{"task_index": 412, "task": "place the black book into the right desk caddy's left compartment and place the red mug into the right desk caddy's right compartment"} +{"task_index": 413, "task": "place the red mug into the right desk caddy's left compartment and place the black book into the right desk caddy's front compartment"} +{"task_index": 414, "task": "place the left black book into the right desk caddy's left compartment and place the white-yellow mug into the right desk caddy's right compartment"} +{"task_index": 415, "task": "place the orange book into the back desk caddy's left compartment and place the red mug into the back desk caddy's right compartment"} +{"task_index": 416, "task": "place the red mug into the back desk caddy's right compartment and place the orange book into the back desk caddy's back compartment and place the red book into the back desk caddy's front compartment"} +{"task_index": 417, "task": "place the right yellow book in the top region of the shelf"} +{"task_index": 418, "task": "place the left yellow book in the top region of the shelf"} +{"task_index": 419, "task": "place the green book in the top region of the shelf"} +{"task_index": 420, "task": "place the left yellow book upright on top of the shelf and place the white-yellow mug on top of the shelf"} +{"task_index": 421, "task": "place the right yellow book upright on top of the shelf and place the white-yellow mug on top of the shelf"} +{"task_index": 422, "task": "place the striped book upright on top of the shelf"} +{"task_index": 423, "task": "place the right red book flat on top of the shelf and place the orange book flat on top of the shelf"} +{"task_index": 424, "task": "place the orange book flat on top of the shelf and place the left red book flat on top of the shelf"} +{"task_index": 425, "task": "place the right red book upright on top of the shelf"} +{"task_index": 426, "task": "place the right striped book into the back desk caddy's right compartment and place the orange book into the left desk caddy's right compartment and place the black book into the left desk caddy's left compartment"} +{"task_index": 427, "task": "place the orange book into the back desk caddy's right compartment and place the right striped book into the back desk caddy's left compartment and place the black book into the back desk caddy's left compartment"} diff --git a/videos/chunk-000/image/episode_000000.mp4 b/videos/chunk-000/image/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8faeda951b7dbaf4b899872fdb8088596df7e331 --- /dev/null +++ b/videos/chunk-000/image/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bba30bb273cf3fb41d116e177bb9a76548802172b985863b04672d1e212af8 +size 156208 diff --git a/videos/chunk-000/image/episode_000001.mp4 b/videos/chunk-000/image/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95a86676faf7a5cf0a272ffdac962c5329b2fc45 --- /dev/null +++ b/videos/chunk-000/image/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31898a1d13d28340da73a8a50a047d672d6eb1f591eb2a4096da7a72db6fcb17 +size 156048 diff --git a/videos/chunk-000/image/episode_000002.mp4 b/videos/chunk-000/image/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42fbf1e7fdb7b3ae26cd51ef738fe7a97f752d52 --- /dev/null +++ b/videos/chunk-000/image/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b73fefb1174846eb1cd7131aa739296c78b58592947ff1b9e84e2a24ce9b0b +size 166568 diff --git a/videos/chunk-000/image/episode_000003.mp4 b/videos/chunk-000/image/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b786d74b9ef529bd8d534a1120a565ce88b7458 --- /dev/null +++ b/videos/chunk-000/image/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a51fdd7a98478f3261938ef4aa780bf76c4cab0eb3160c8a2c4377edaeb010 +size 180620 diff --git a/videos/chunk-000/image/episode_000004.mp4 b/videos/chunk-000/image/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65ec78c713c830bdebc9d10dbb08492bb019c888 --- /dev/null +++ b/videos/chunk-000/image/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986ecb60da6a55c7e7b39c7f68569a7b6dc10da7cd5b90d056d5fffa2986bfad +size 268181 diff --git a/videos/chunk-000/image/episode_000005.mp4 b/videos/chunk-000/image/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e9357cedd8cfd7fcf8c9438667a62047475c80c --- /dev/null +++ b/videos/chunk-000/image/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d8f0b880503717fdad7f1aeff1af8a9ed7013c055ad4be8513345cb6b8da09 +size 271147 diff --git a/videos/chunk-000/image/episode_000006.mp4 b/videos/chunk-000/image/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f6ad502ce69725e0f64e5ca2170adb35d516fba --- /dev/null +++ b/videos/chunk-000/image/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29040f14e88b990b5b20e52aae5c6a2d97db499e6b9af598a44581c968c1f84 +size 208088 diff --git a/videos/chunk-000/image/episode_000007.mp4 b/videos/chunk-000/image/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe4e3907a756ef9c1310c60b4254517763c6df38 --- /dev/null +++ b/videos/chunk-000/image/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dadcb48900a98b0082ced3e088c1a3297f7367d37f388664db75387f5f9949 +size 241746 diff --git a/videos/chunk-000/image/episode_000008.mp4 b/videos/chunk-000/image/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8978d9de979ff517d797d1383e01ae92a302a60 --- /dev/null +++ b/videos/chunk-000/image/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9f28a4ef6c42ca411fa762125a78304e87c07f206c21d2d18a9d05c947b3e6 +size 325885 diff --git a/videos/chunk-000/image/episode_000009.mp4 b/videos/chunk-000/image/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61ca67191843c92de04f9fd91cd2bb60eae441a6 --- /dev/null +++ b/videos/chunk-000/image/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8d09f8c059cb1dca748806fb7d48fbd83c6fcb00c141f7e935a29285882b54 +size 287700 diff --git a/videos/chunk-000/image/episode_000010.mp4 b/videos/chunk-000/image/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e101945fb79a525c7bc10cd92decc3f056974e7 --- /dev/null +++ b/videos/chunk-000/image/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eef4b1a5bb1872df3d83f676c4bf292ed1579832f2186042ae707aa164bd79f +size 262071 diff --git a/videos/chunk-000/image/episode_000011.mp4 b/videos/chunk-000/image/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c319034f9b37c17f7732d7dadadf2c0e7381418c --- /dev/null +++ b/videos/chunk-000/image/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae415739d75e3f7db5099e575705ded4981454e1ee568bfdc938b6a402779054 +size 268091 diff --git a/videos/chunk-000/image/episode_000012.mp4 b/videos/chunk-000/image/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbd4159c349e5f7b37397dec2abebfb5521603d5 --- /dev/null +++ b/videos/chunk-000/image/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebe3bf0821567e5d370c71d2bdbc69b17a44b5e024a2b880c493af1df1ba360 +size 270636 diff --git a/videos/chunk-000/image/episode_000013.mp4 b/videos/chunk-000/image/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a1d9579e5c2cf58703c47bbc27dff55adab6427 --- /dev/null +++ b/videos/chunk-000/image/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12876c0d4ff07c6b37b9109fbe5b0e9705ccf0156e8cfd9dd74cf5947cdaed2 +size 294204 diff --git a/videos/chunk-000/image/episode_000014.mp4 b/videos/chunk-000/image/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1221801e75c75b1ad8468a52a7e5615a9111a49 --- /dev/null +++ b/videos/chunk-000/image/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de3008aa9f2e33e5194e0b48219102a8d7c9d0a75a906489087cd25a06be0bd +size 257307 diff --git a/videos/chunk-000/image/episode_000015.mp4 b/videos/chunk-000/image/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba4945af235fa62aa803fdba5777a29d6bcdac45 --- /dev/null +++ b/videos/chunk-000/image/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e784a30d8c8a28a0bd3c535aca4837e970a0bfb79111b01f686713cf1ab3a4ac +size 226090 diff --git a/videos/chunk-000/image/episode_000016.mp4 b/videos/chunk-000/image/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06f5b350a3c6ca53fcbc5838ab8d10838c99a3a4 --- /dev/null +++ b/videos/chunk-000/image/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7913aeb03c2e8e670815ecbff3ed49c6f9f49d6149e02f52129b29f9a5be7fb +size 267253 diff --git a/videos/chunk-000/image/episode_000017.mp4 b/videos/chunk-000/image/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..618ad14dd6b57a7331e4eb08a5936cfa09639a14 --- /dev/null +++ b/videos/chunk-000/image/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de6fb50c90067f1df997df5e1b06a036819fc377d325fceb3b3b83115980a67 +size 264299 diff --git a/videos/chunk-000/image/episode_000018.mp4 b/videos/chunk-000/image/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f10c5c5faac866030dc1e8febed50a73ecfeeaf --- /dev/null +++ b/videos/chunk-000/image/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a6afc759abb17577177abe1a88912446f3125765f86b7390137fe82858f173 +size 194780 diff --git a/videos/chunk-000/image/episode_000019.mp4 b/videos/chunk-000/image/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20acf705a4a5aa2c4632d7b15e5903a3173ec191 --- /dev/null +++ b/videos/chunk-000/image/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aa74b2c359821067897c9bb8989cdb2aab67fa0e53f1e0306341021654382c +size 191454 diff --git a/videos/chunk-000/image/episode_000020.mp4 b/videos/chunk-000/image/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f486b6f47030d5bf8a9d4b6730ff6a6fc673eb73 --- /dev/null +++ b/videos/chunk-000/image/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b469037853e4f9611b431f2748bd694d8b8087f5dae880c3b53688698535deb2 +size 163298 diff --git a/videos/chunk-000/image/episode_000021.mp4 b/videos/chunk-000/image/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60737dae4032ffdcf67434a8f130a1cfc23eb527 --- /dev/null +++ b/videos/chunk-000/image/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c423cebd4ec6f3c27db94509f8a2b5e2648d43008cf49516d1982a5f34adea9c +size 193024 diff --git a/videos/chunk-000/image/episode_000022.mp4 b/videos/chunk-000/image/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f588a8f0b0005ae3ab4bc01bdb373a00873b1f0 --- /dev/null +++ b/videos/chunk-000/image/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dac45b19ace3c5601c45e043abf72c3ca41a80fe391f5f6c613469783e7537 +size 168531 diff --git a/videos/chunk-000/image/episode_000023.mp4 b/videos/chunk-000/image/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acae74af3ef2f081fcec261b206f0e40c6f40335 --- /dev/null +++ b/videos/chunk-000/image/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300639b3e88e30132a0526fabb94d5d4aed2729ad9c1cb6874ae1217c7ac2bf0 +size 141596 diff --git a/videos/chunk-000/image/episode_000024.mp4 b/videos/chunk-000/image/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ded9b361b97dd706d5cfc4a3cc4088f8dc4cb39 --- /dev/null +++ b/videos/chunk-000/image/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296ce9161c4c44dc249dcce5c29e13d9f3646a7c40c7bc4b66e783e8afb022a6 +size 245258 diff --git a/videos/chunk-000/image/episode_000025.mp4 b/videos/chunk-000/image/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e4f31412fcad74bd6ed7b7c24ced7f8ec4d4110 --- /dev/null +++ b/videos/chunk-000/image/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff51c113f2d564f0ec313d0c025d50bca4a299b574350ac8188045e6622d6a5 +size 159357 diff --git a/videos/chunk-000/image/episode_000026.mp4 b/videos/chunk-000/image/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21169ff130216947e07bd1395a2d8abe9111bdf8 --- /dev/null +++ b/videos/chunk-000/image/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc05e0d10ddb88e2c1eb278a61118f0c54841bb76bd027bc0a54356945b1a447 +size 159663 diff --git a/videos/chunk-000/image/episode_000027.mp4 b/videos/chunk-000/image/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b369b09b5d2bd7948d874046f83c172cc0b2a69 --- /dev/null +++ b/videos/chunk-000/image/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17c4797ae5866babe377cdcc42d26e8d9952719e203877bc8ae3795bdbac81a +size 170245 diff --git a/videos/chunk-000/image/episode_000028.mp4 b/videos/chunk-000/image/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..841f5789cd88d58690984402deb1557f986a52b6 --- /dev/null +++ b/videos/chunk-000/image/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3f633471ff5986fe5158648d90eee0f30fdc4dc616d5b9f2c0663504a2848f +size 140489 diff --git a/videos/chunk-000/image/episode_000029.mp4 b/videos/chunk-000/image/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..448f6c180be7d62da23151fdad32ac599239ee7d --- /dev/null +++ b/videos/chunk-000/image/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7545f2234e8ca5879b59ade75d4ca3fc4e65f2466b982f50dbcc71bcb545690b +size 178221 diff --git a/videos/chunk-000/image/episode_000030.mp4 b/videos/chunk-000/image/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf3e5c0fb52d233a60408ab30baf20c6b71d6cb7 --- /dev/null +++ b/videos/chunk-000/image/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c872271cfa0d63e68b81cd7d9d8e156d0736daa2812490e6e6c65b01a5fa5733 +size 184920 diff --git a/videos/chunk-000/image/episode_000031.mp4 b/videos/chunk-000/image/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67b25e7d5553b12abd79daa4e9a3c0b99965161b --- /dev/null +++ b/videos/chunk-000/image/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f54fbf8cfc4560f2b55283ed3f81f84a72656b84128b05bad9ec4081988abac +size 166300 diff --git a/videos/chunk-000/image/episode_000032.mp4 b/videos/chunk-000/image/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbc0bf2b1eb1398b39d8e3201d0291a390a40688 --- /dev/null +++ b/videos/chunk-000/image/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a9f236196837dbeb3fd904677e34b48a4b86f2415d1097c407c7e0c4aa5840 +size 248201 diff --git a/videos/chunk-000/image/episode_000033.mp4 b/videos/chunk-000/image/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cdd1e7c531314ec0b40802fa446b412084b828b --- /dev/null +++ b/videos/chunk-000/image/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c4f5436bc8af257f69ac1e965222c759bca919aad2a1537cc556b2f442800e +size 214774 diff --git a/videos/chunk-000/image/episode_000034.mp4 b/videos/chunk-000/image/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2147c4f48b25ce1adb918b1b164629e3707ff7f --- /dev/null +++ b/videos/chunk-000/image/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15905fb3fcfac2485dc56df6efd7f774acb15381527a95904385bd802e48d4a7 +size 326563 diff --git a/videos/chunk-000/image/episode_000035.mp4 b/videos/chunk-000/image/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f01c47686ce3b2a5c446a3e1afe4a65440763be0 --- /dev/null +++ b/videos/chunk-000/image/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e8d58243da6f119faf875b8c97b4f470c9773cd989c870155785f25dde917a +size 330347 diff --git a/videos/chunk-000/image/episode_000036.mp4 b/videos/chunk-000/image/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f2e3622334c90ddceb30b022a797feff56e07fc --- /dev/null +++ b/videos/chunk-000/image/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ecee5783314cd18297e570bea097c1be6a7cc94054e29803282b8c38bffecc +size 307370 diff --git a/videos/chunk-000/image/episode_000037.mp4 b/videos/chunk-000/image/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a7b92925610f861e7a86d0c86cb0de516a63d2a --- /dev/null +++ b/videos/chunk-000/image/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42528932daa85004752e4a2623254b2bdf03b48fcb6dcdc4221a53bff2f9252c +size 311177 diff --git a/videos/chunk-000/image/episode_000038.mp4 b/videos/chunk-000/image/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78e16f52370c288ae6bbb999b908ac2e3267fff7 --- /dev/null +++ b/videos/chunk-000/image/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c2e88b6a2d4f19171ad619e1378996f17a5d417919dabf20c2fa36c951a845 +size 391598 diff --git a/videos/chunk-000/image/episode_000039.mp4 b/videos/chunk-000/image/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf286348d899fd4a5ddf63dbb0f426d92535c40a --- /dev/null +++ b/videos/chunk-000/image/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8b28bfa9b927aebb4b3899b51386eb27f01306d1be68817e137522888ae77f +size 289394 diff --git a/videos/chunk-000/image/episode_000040.mp4 b/videos/chunk-000/image/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d077cd571aad9e94f41344e4c64d5f719158d74f --- /dev/null +++ b/videos/chunk-000/image/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9039af9a83bfe49e9daf275612c794849be0324911a82a82577cbcc23683728 +size 364148 diff --git a/videos/chunk-000/image/episode_000041.mp4 b/videos/chunk-000/image/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb01dea35fa95d9d177293aa791fb715728f3e7c --- /dev/null +++ b/videos/chunk-000/image/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0ff66d9ccc8c3820efccdb963ad0a120e8cc43953c5a6b6c854c3b6f42270e +size 455481 diff --git a/videos/chunk-000/image/episode_000042.mp4 b/videos/chunk-000/image/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..925515db92099c6c541b8833b91c2f36c81ddb52 --- /dev/null +++ b/videos/chunk-000/image/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563feffa57ffd26169f436e6fa89187fe6c8820ec70b9167f0118b6759912787 +size 437331 diff --git a/videos/chunk-000/image/episode_000043.mp4 b/videos/chunk-000/image/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef8819e1a80bc19145472ff1181bf54d9e773e31 --- /dev/null +++ b/videos/chunk-000/image/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca76854109095fa33a1fccd4f7abfe54f513e428bf56c7134d1e642571910d0 +size 418633 diff --git a/videos/chunk-000/image/episode_000044.mp4 b/videos/chunk-000/image/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b749008ef2c8cbc39e26759b11159423bf39d67c --- /dev/null +++ b/videos/chunk-000/image/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8209874cf6bf17ec0261055230515e91aba879eb41635e920c216a8d79b249 +size 420260 diff --git a/videos/chunk-000/image/episode_000045.mp4 b/videos/chunk-000/image/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63849518786f624c1fa875bdea5cb18be380bb20 --- /dev/null +++ b/videos/chunk-000/image/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca97c37a2090c36d86044b32f3c4851ae708b106f5acad297f9728f3d532c54 +size 511403 diff --git a/videos/chunk-000/image/episode_000046.mp4 b/videos/chunk-000/image/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5463d1450a2d9a833ef439951579a493958b5387 --- /dev/null +++ b/videos/chunk-000/image/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b6da32b0c6e73e3bdca667397fc3401ce842591c181a138a25c8cfef60cd83 +size 331463 diff --git a/videos/chunk-000/image/episode_000047.mp4 b/videos/chunk-000/image/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b88b99188012987dae67718445f36df495a394d --- /dev/null +++ b/videos/chunk-000/image/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22339d50ae75aa4a7586fe5e5ab4fff75ed95b6c6c575302ca6af6068eac91e6 +size 353345 diff --git a/videos/chunk-000/image/episode_000048.mp4 b/videos/chunk-000/image/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5792567bd30af29c8ac407d414e717f94f63e7ec --- /dev/null +++ b/videos/chunk-000/image/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50cc6d2115558f979124933df57a30de5a409a704e72c2d193d78b300ab019b +size 391948 diff --git a/videos/chunk-000/image/episode_000049.mp4 b/videos/chunk-000/image/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1ed7e0e0ea417c67c79d787639d02e19a6de350 --- /dev/null +++ b/videos/chunk-000/image/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6193db0ff0c3a6dd21e8c5da95d28c928ea93edcf2c4436df657404bfff24c8 +size 276172 diff --git a/videos/chunk-000/image/episode_000050.mp4 b/videos/chunk-000/image/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6f79beb4ab24eecc31bdb8bc2d1317f9e510a9a --- /dev/null +++ b/videos/chunk-000/image/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3eeaa04db0d121c6c18f05da89b60c972deb75f4a7c56e9ede23f1383d61ab2 +size 308232 diff --git a/videos/chunk-000/image/episode_000051.mp4 b/videos/chunk-000/image/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adbf546ec7878ec4591fca70592a6886d046e606 --- /dev/null +++ b/videos/chunk-000/image/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfc1766d98d401fda09b6a7d29b8a5962dda84a02763b2fc8136f769c4e370d +size 300809 diff --git a/videos/chunk-000/image/episode_000052.mp4 b/videos/chunk-000/image/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..093ae0135fa887d5e0cfb7b06d8b8af289c32a5d --- /dev/null +++ b/videos/chunk-000/image/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092faa8546bddc92e2b44992832ec5d44a0db12427f4833d1272ded68657b52e +size 296816 diff --git a/videos/chunk-000/image/episode_000053.mp4 b/videos/chunk-000/image/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..491d20a6f951a1969b07f7f0886eeeb7b54947e2 --- /dev/null +++ b/videos/chunk-000/image/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44dd539995ef4315b78792863954ba0a59ea3e88e5e3e2eb7591514a3eef387 +size 380658 diff --git a/videos/chunk-000/image/episode_000054.mp4 b/videos/chunk-000/image/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a025328418b79c4810ebee287d1b0a4723c0e80 --- /dev/null +++ b/videos/chunk-000/image/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f572f5364c716d368f4c4cee80c0e3ee00e3d3c1b899d10374be7c6477a8ea01 +size 229396 diff --git a/videos/chunk-000/image/episode_000055.mp4 b/videos/chunk-000/image/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ff6ebe9d6e31826c668b91cf1b13395e107dbc1 --- /dev/null +++ b/videos/chunk-000/image/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f379d0a31e0d06c812236d0d77819cd42abe7e8928184d485a54d6d22eb9e90f +size 248646 diff --git a/videos/chunk-000/image/episode_000056.mp4 b/videos/chunk-000/image/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..296d2f0c5a1ec09756f25ceefcce84045421b0cd --- /dev/null +++ b/videos/chunk-000/image/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5186d0b0950cbdb22040a2869897f147f5e6b84fe9389093d96c409a6727e228 +size 128901 diff --git a/videos/chunk-000/image/episode_000057.mp4 b/videos/chunk-000/image/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fe658345a7a9062427005e1f4d414f004025975 --- /dev/null +++ b/videos/chunk-000/image/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd214d2efcebea145f4bcd2077f313efe87df718b606a9964a18b36e41ecd778 +size 164205 diff --git a/videos/chunk-000/image/episode_000058.mp4 b/videos/chunk-000/image/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f16cb483bdbd9b2431997137bc52f9c67afe275 --- /dev/null +++ b/videos/chunk-000/image/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f460df6e11dd2465418e2bb47671770c2359750d9fe42e685607a1ec4ceb5c +size 163151 diff --git a/videos/chunk-000/image/episode_000059.mp4 b/videos/chunk-000/image/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b5a3ab70d28605752adce462efd154d61299413 --- /dev/null +++ b/videos/chunk-000/image/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03317a758f45092d6aa346c50e6e5552cc1b510361ca9f1b497a8ab20a4c078 +size 139154 diff --git a/videos/chunk-000/image/episode_000060.mp4 b/videos/chunk-000/image/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c474ac3479cf56b52791857e77a26cabe7a0b73 --- /dev/null +++ b/videos/chunk-000/image/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f92165b55076c3e42bdbc2ab74b312123888262a8bda0b3175c58201d0373b +size 152605 diff --git a/videos/chunk-000/image/episode_000061.mp4 b/videos/chunk-000/image/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..712dc94a4647a42f2a160c3daf7bc9feb21e2a5e --- /dev/null +++ b/videos/chunk-000/image/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5752f761b2078ea0b4cbe9f9b803d8ba1f019fd1e6123bad247b3909391121 +size 178946 diff --git a/videos/chunk-000/image/episode_000062.mp4 b/videos/chunk-000/image/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..143e5f2cb41d80914dbfa69fba312e368cda57f8 --- /dev/null +++ b/videos/chunk-000/image/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d0cf1642eab0ccbc620430307490b001a963922589886d3ea476616c782a14 +size 205423 diff --git a/videos/chunk-000/image/episode_000063.mp4 b/videos/chunk-000/image/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5268bf0bcebbb3872eabd24cb745f6223d10d7f0 --- /dev/null +++ b/videos/chunk-000/image/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba32844d66aa586073eddd0129cfac6ae8c118f77e8f2e4f4cc2153c52f86ba +size 180731 diff --git a/videos/chunk-000/image/episode_000064.mp4 b/videos/chunk-000/image/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5216841d79dff0845eccfbeb792f245d2e125b6a --- /dev/null +++ b/videos/chunk-000/image/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490b31773fdef092dbb9e8a5d9917a33ee1cd1fd53996c249f529d6099b36b61 +size 205160 diff --git a/videos/chunk-000/image/episode_000065.mp4 b/videos/chunk-000/image/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1410ec8be4bf528fd8360a385bb057a9f0bc5f98 --- /dev/null +++ b/videos/chunk-000/image/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc115d93dc239dde620a631607b8cd5fc2e26e4fefd17acd8398328b01815309 +size 238044 diff --git a/videos/chunk-000/image/episode_000066.mp4 b/videos/chunk-000/image/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00a12c16a068dab73b2ca40d3ed83b3954de1de8 --- /dev/null +++ b/videos/chunk-000/image/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33011dca24ecce87252ef578664558d1a1c7fb5554992c0461fb9aa547181ec +size 239482 diff --git a/videos/chunk-000/image/episode_000067.mp4 b/videos/chunk-000/image/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea3e544ed37b458c944f4dbde86ebda9a9c39757 --- /dev/null +++ b/videos/chunk-000/image/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da8f5dc4ff92215caa5d1d2bdd73f2d3bfa8e330cccc642cc8ae132af437824 +size 227253 diff --git a/videos/chunk-000/image/episode_000068.mp4 b/videos/chunk-000/image/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c16e2d1d451782ced03be1a13e0c779bf2f69d6 --- /dev/null +++ b/videos/chunk-000/image/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e371a100c8ddee651674b4b5e45cfcfcbe59b88df22a0faa36fcc3540d1972da +size 245938 diff --git a/videos/chunk-000/image/episode_000069.mp4 b/videos/chunk-000/image/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0775c052781228fce0acea25ce1a8dbf92b2e79c --- /dev/null +++ b/videos/chunk-000/image/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34eb66a46355276f143233ccc3ce3aafc9e8277f8a4cd6f4c63516538549831 +size 197875 diff --git a/videos/chunk-000/image/episode_000070.mp4 b/videos/chunk-000/image/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f208dbd2947b384788b89fa296e191da076a18c --- /dev/null +++ b/videos/chunk-000/image/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba90a94a56b1417ee2ac32c3878d4c34aacb92b70a8a0d91c8194bf01b30585 +size 227012 diff --git a/videos/chunk-000/image/episode_000071.mp4 b/videos/chunk-000/image/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6587913970eda0d49a39a824c2e9a8a8430cfc4 --- /dev/null +++ b/videos/chunk-000/image/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c4f604fc35cacedd527f7c7e3a48390c3c15ea6cb508089c6a619e2f2f04ae +size 178188 diff --git a/videos/chunk-000/image/episode_000072.mp4 b/videos/chunk-000/image/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b76c96f8df2e30c0d16e25580b455ac301e10d30 --- /dev/null +++ b/videos/chunk-000/image/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c48853e56a9b8678033691e1510b46e259617ad33f80f1641d7e9315d59a4cc +size 204435 diff --git a/videos/chunk-000/image/episode_000073.mp4 b/videos/chunk-000/image/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8f5802f67def9d43f97f6d2ac2f7f3739a2e3dc --- /dev/null +++ b/videos/chunk-000/image/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c23635999c46c1b8dd816902af41c9c5605a44035b8e2b2c8cea7251f34855 +size 217099 diff --git a/videos/chunk-000/image/episode_000074.mp4 b/videos/chunk-000/image/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd724ead72471654bc882eb30b7f159b5f7b2c94 --- /dev/null +++ b/videos/chunk-000/image/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff49abcf0a7d812d9162ed2ec8b2152f7493aee28c965b1d9314c8e70ed043f +size 204573 diff --git a/videos/chunk-000/image/episode_000075.mp4 b/videos/chunk-000/image/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf6a82a4cf559a89d86081b25825f2b3cc4aac08 --- /dev/null +++ b/videos/chunk-000/image/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1541ddf2510098ddd3b86d65af6b5f7084dccfc9230b0b80b663cdcf24960b +size 222987 diff --git a/videos/chunk-000/image/episode_000076.mp4 b/videos/chunk-000/image/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..851a3312bf4962c76f7dd09430dbaad53be4a0eb --- /dev/null +++ b/videos/chunk-000/image/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24841215b63654674664d1b340263c938708b4f70ce82be3116613092e600589 +size 343357 diff --git a/videos/chunk-000/image/episode_000077.mp4 b/videos/chunk-000/image/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af86bd71a9064b65b869e3d8445bde01e44af647 --- /dev/null +++ b/videos/chunk-000/image/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e35916d1ece09e24585402b791d8d7a7817d25af3a11cbde7be2def04622f77 +size 460648 diff --git a/videos/chunk-000/image/episode_000078.mp4 b/videos/chunk-000/image/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dca1ce3c046049f14adf8c2b0ce0e02a095caeac --- /dev/null +++ b/videos/chunk-000/image/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7cad6575ea64e166273cd73bc787d9396d5a6064a9caa3413a35d0a6f9ce17 +size 456155 diff --git a/videos/chunk-000/image/episode_000079.mp4 b/videos/chunk-000/image/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf24e221c2a958efdd7e4f495a22d0b5827c919d --- /dev/null +++ b/videos/chunk-000/image/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cc4cd38f09d02e3b28cdf8efd07152e3fc23317950427a738191a12f450e72 +size 465884 diff --git a/videos/chunk-000/image/episode_000080.mp4 b/videos/chunk-000/image/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efffc888acfc146774a04f364a9dc93b63303030 --- /dev/null +++ b/videos/chunk-000/image/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e111a3cdec7fef28fad66483230a298ffc6a99da01934b11419eb6e3b27dac +size 465785 diff --git a/videos/chunk-000/image/episode_000081.mp4 b/videos/chunk-000/image/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edf64f8f406991c0bb7930ab1e4085bb02b56fa8 --- /dev/null +++ b/videos/chunk-000/image/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0b11a67859d0d1c872495bc2007d1053a4eef77125f1b6c2c5c81acc75c4b2 +size 419686 diff --git a/videos/chunk-000/image/episode_000082.mp4 b/videos/chunk-000/image/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e5de6254e614a02978f78e2d995769616262fbb --- /dev/null +++ b/videos/chunk-000/image/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592414a632e77e4b5c464d72a397943f709affe15e78c7cacae1bae91097e278 +size 461750 diff --git a/videos/chunk-000/image/episode_000083.mp4 b/videos/chunk-000/image/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea049181bd7b45e1cac6595b917107e40dc3728e --- /dev/null +++ b/videos/chunk-000/image/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca95c743418842f68a9bd1a92503c6b055ed91c4f404581e98516a765aaa14cd +size 357579 diff --git a/videos/chunk-000/image/episode_000084.mp4 b/videos/chunk-000/image/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91fcd6ee97cb8f96ed5052b4ffe97efb3cd90919 --- /dev/null +++ b/videos/chunk-000/image/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5329814cc3bfebdf56b3f2ff4fac5233b176853812154d6b2f5f1250cd25cc +size 376934 diff --git a/videos/chunk-000/image/episode_000085.mp4 b/videos/chunk-000/image/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a257ad3f305d0f96cc842ef8517b660a0b870b59 --- /dev/null +++ b/videos/chunk-000/image/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5880d2f906e10c454c9a017bb74c600e44bc3c6fd63e5b8dd32f2959eb7520f0 +size 346953 diff --git a/videos/chunk-000/image/episode_000086.mp4 b/videos/chunk-000/image/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f125241a23454aa7108979d80cd145a3b68310ee --- /dev/null +++ b/videos/chunk-000/image/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e832bcb83b3cefb62c2a62ba73d90b0880f33f81c31b58f0e453ee6b2224ee4 +size 365590 diff --git a/videos/chunk-000/image/episode_000087.mp4 b/videos/chunk-000/image/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53c14879dbc7bd501b35689e2e96c9514c4f44e1 --- /dev/null +++ b/videos/chunk-000/image/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c58d4327ceabc53cb1464a9b9dc5cc986d71866508e985aa037877d2a5122e7 +size 212374 diff --git a/videos/chunk-000/image/episode_000088.mp4 b/videos/chunk-000/image/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..298d56d400eb5fd996718f4e103b3ffeaaf1dd97 --- /dev/null +++ b/videos/chunk-000/image/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a89b5e57b506404d04979c0f437eac04c686f3fe9917c98892dea07039d3644 +size 199766 diff --git a/videos/chunk-000/image/episode_000089.mp4 b/videos/chunk-000/image/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b357a9a800d3cec4ba06c9b85000681d38085fc --- /dev/null +++ b/videos/chunk-000/image/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbd439e60c2103fe24e9ffb9713706c2268dc83bc7674d3b4051c0058f3c9f2 +size 182653 diff --git a/videos/chunk-000/image/episode_000090.mp4 b/videos/chunk-000/image/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93ec26b9a0b9a9a68524bc33ce8d68be2629b6a1 --- /dev/null +++ b/videos/chunk-000/image/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff4814ebe96542305b4f43e1b705723981d66b0e7b5f183efe02b2ed52aa016 +size 229139 diff --git a/videos/chunk-000/image/episode_000091.mp4 b/videos/chunk-000/image/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b00185bd53f9634e39fc78b1cb686afa8a3e0a4a --- /dev/null +++ b/videos/chunk-000/image/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc06d07f2f4660d46b7a2b62365eae8251f21df19e8773223fe963cb050b9ac +size 202564 diff --git a/videos/chunk-000/image/episode_000092.mp4 b/videos/chunk-000/image/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e68c30af150439c0a3d725a9b647a65d8a65f0f --- /dev/null +++ b/videos/chunk-000/image/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8652e7188994e5e97459a7e7f2a67df1dba32551d5f474e1ec05cddd519e9186 +size 198473 diff --git a/videos/chunk-000/image/episode_000093.mp4 b/videos/chunk-000/image/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ec28023270a796e8c05bd2ddc37e3482bda4776 --- /dev/null +++ b/videos/chunk-000/image/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38bc94fd5f822c08bc6db0a43535ed8aa2b57daa36dd74c3fa35b81563168c9 +size 232357 diff --git a/videos/chunk-000/image/episode_000094.mp4 b/videos/chunk-000/image/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0babae7269afc1c9c83d7553a6833eec11a7e467 --- /dev/null +++ b/videos/chunk-000/image/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e033464d2467125ca2631f369e82044b88f18ba561c7be1d008bbb03fc918bc +size 247635 diff --git a/videos/chunk-000/image/episode_000095.mp4 b/videos/chunk-000/image/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..000b4b39930217ad42679263b466f156d190ef5d --- /dev/null +++ b/videos/chunk-000/image/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fd42a76e175579b7c80b1a21943de3e3f181af333819ebe3743bd521c1cc4a +size 213296 diff --git a/videos/chunk-000/image/episode_000096.mp4 b/videos/chunk-000/image/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..100e9304b65398ec09ea6d19cfcc12b30b45c7fb --- /dev/null +++ b/videos/chunk-000/image/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f0ae9dcdf7f4418fde9e27147b437dcf595a2cb515cdda3a8021d8e4ee39c8 +size 245313 diff --git a/videos/chunk-000/image/episode_000097.mp4 b/videos/chunk-000/image/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b013ebd5fe2e8e319bdfc258f81bece41d8e432 --- /dev/null +++ b/videos/chunk-000/image/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b55ce641c8ab0065f0c63a58284267cc1d7ad23509503b065563ba91616daa4 +size 197766 diff --git a/videos/chunk-000/image/episode_000098.mp4 b/videos/chunk-000/image/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18c02bdcd0874dc3b12f123315a9fae9b5c2d210 --- /dev/null +++ b/videos/chunk-000/image/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb32edd1e97e14cd1888c4309518c65ac909036bed436e85e49c029d3a7f6a91 +size 192569 diff --git a/videos/chunk-000/image/episode_000099.mp4 b/videos/chunk-000/image/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00133c505ee4267f055225e94130b5a98a991922 --- /dev/null +++ b/videos/chunk-000/image/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd9344048e2be4453d0f5f876884c24ef80d8c97c8d6569776bc22bf76322f4 +size 173456 diff --git a/videos/chunk-000/image/episode_000100.mp4 b/videos/chunk-000/image/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c1a37efeeef5e9c0bc827d4e4313d78d1b1a435 --- /dev/null +++ b/videos/chunk-000/image/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c12c7e40b9a04901a332838fb12ff8bd7efb9fca405137c8c5813a0f568cb41 +size 146508 diff --git a/videos/chunk-000/image/episode_000101.mp4 b/videos/chunk-000/image/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4de0e47574da373101cb1fa80209d90f797e0c98 --- /dev/null +++ b/videos/chunk-000/image/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64026b1d8f53a256e32090c19e19cddfdd8ae594556b7e32884646beb122851 +size 151743 diff --git a/videos/chunk-000/image/episode_000102.mp4 b/videos/chunk-000/image/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76be83ab02039916d3d15fbd167d6449fe79064f --- /dev/null +++ b/videos/chunk-000/image/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8154a270afdcc99cd6c7a571ff9b99ad271eb8141615fa7df48e6767a2d6d3 +size 282327 diff --git a/videos/chunk-000/image/episode_000103.mp4 b/videos/chunk-000/image/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfe9f7380c07331b7823ae4548e4a6a8e1256539 --- /dev/null +++ b/videos/chunk-000/image/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fc1a06d97c55ca3853600f4251f8d8c433e2d01e9c1bbab157daa9b2950d8e +size 364947 diff --git a/videos/chunk-000/image/episode_000104.mp4 b/videos/chunk-000/image/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6c0e7a8d459b4b7251665ee17171a093f945e7d --- /dev/null +++ b/videos/chunk-000/image/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22edba18eb21f1af478d6e6825ece9100bd4690d9c5b83b50df7ea852eb4858 +size 254183 diff --git a/videos/chunk-000/image/episode_000105.mp4 b/videos/chunk-000/image/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49e8c69281b3b02bde7762473a38772ffcfee11a --- /dev/null +++ b/videos/chunk-000/image/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf485eb08a656ac0f4efe8f4d8daf240f102e55c609b0baf79defe5f8b15336 +size 286121 diff --git a/videos/chunk-000/image/episode_000106.mp4 b/videos/chunk-000/image/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2796a34bd199c6a752f3ee47068bd5486b24ddb0 --- /dev/null +++ b/videos/chunk-000/image/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f425193f5b565186636dd1d907dfb88379afdeb6e9ebba5c77bbbfb8e3783f1e +size 279129 diff --git a/videos/chunk-000/image/episode_000107.mp4 b/videos/chunk-000/image/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5532708d2a97b4227f10b810e86ad9d046f9a67f --- /dev/null +++ b/videos/chunk-000/image/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50afb0a33c7ef1a950e9ef46aa7af693acf99a6d267b322a095ef8fc435175ad +size 276362 diff --git a/videos/chunk-000/image/episode_000108.mp4 b/videos/chunk-000/image/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d83c788e1c598abc7b78848675d91a2e1e54941f --- /dev/null +++ b/videos/chunk-000/image/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3fe61aa26e962f300a0fbe865dfc4c1e1b87da9de7e365142310e57f0f6b78 +size 281890 diff --git a/videos/chunk-000/image/episode_000109.mp4 b/videos/chunk-000/image/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c18237d875e605372238dc77f40941a720d82e0e --- /dev/null +++ b/videos/chunk-000/image/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61f6abb9d0fafd48c7e54b5feb41181f232e3a1da9c08f329fa062f8bb56378 +size 138425 diff --git a/videos/chunk-000/image/episode_000110.mp4 b/videos/chunk-000/image/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8ceb215fb9ac6530d4fb9a5f1f962161f7b2388 --- /dev/null +++ b/videos/chunk-000/image/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035fd3c880e267602ae70222cb3c363a42ed437152704dab4f38a59fc3e87ae2 +size 145049 diff --git a/videos/chunk-000/image/episode_000111.mp4 b/videos/chunk-000/image/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45ff25f127b8d4ebf6a0563162c2e85f2192b623 --- /dev/null +++ b/videos/chunk-000/image/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ff26b09ddbb9962867350c0e0e0606db45fba24634dcefd2bf25c5fadbd70f +size 172412 diff --git a/videos/chunk-000/image/episode_000112.mp4 b/videos/chunk-000/image/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75e2c8fafc0956cbd63f8bfd6410d1ffc11df409 --- /dev/null +++ b/videos/chunk-000/image/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10b5f86b6e2680c12b74f775ed1613eee81ed2d0bd60932c50baf72745cb9db +size 162727 diff --git a/videos/chunk-000/image/episode_000113.mp4 b/videos/chunk-000/image/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21a94e54a5a44e227f0dc7a3b98b938f32c58fad --- /dev/null +++ b/videos/chunk-000/image/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636ac3444c3b7320b8c23351b7fe1f52dfbeaf223e0d55db77b19a7dee472ae9 +size 239777 diff --git a/videos/chunk-000/image/episode_000114.mp4 b/videos/chunk-000/image/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db54b16b5e953b28d56713b236f0eb0d17d66dd9 --- /dev/null +++ b/videos/chunk-000/image/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed04431b8abbd135fbda8778c2a3a025fd285f62399620d4df825d3582d05692 +size 212579 diff --git a/videos/chunk-000/image/episode_000115.mp4 b/videos/chunk-000/image/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27de194d659dfbf1df60de9594aee7fd18769ef6 --- /dev/null +++ b/videos/chunk-000/image/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d440de0381fd3ec84a121b63b199cb38fd47ab4d42e902a1feffd68bf5da189 +size 218322 diff --git a/videos/chunk-000/image/episode_000116.mp4 b/videos/chunk-000/image/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72f53da73e486cb787a8404987f101f5a20ab6b5 --- /dev/null +++ b/videos/chunk-000/image/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8f2b968818be9956d63599ac1597e8c8e597b11a861157aef458194460e4e8 +size 205382 diff --git a/videos/chunk-000/image/episode_000117.mp4 b/videos/chunk-000/image/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3340d8f445f1b457bb134fdf57a2c6ed2755ea3a --- /dev/null +++ b/videos/chunk-000/image/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146771883bc456d9e37f4fd293e3b1c3a61ce4155306230ae48ba14510184297 +size 237132 diff --git a/videos/chunk-000/image/episode_000118.mp4 b/videos/chunk-000/image/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8b34d492902e93409b8ed5a8fa2fcdd6b6e226e --- /dev/null +++ b/videos/chunk-000/image/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572ee5818003075694776044c9565200b30b2be91ce5ce5d312c9d5adb892526 +size 189434 diff --git a/videos/chunk-000/image/episode_000119.mp4 b/videos/chunk-000/image/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab7e054fa89894080f87a98b2d3221ec730a25fb --- /dev/null +++ b/videos/chunk-000/image/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec12c0f3b1770a0bf808f4f5b551da96c23dfb3acbfcc6cdd43688c199145f7c +size 194413 diff --git a/videos/chunk-000/image/episode_000120.mp4 b/videos/chunk-000/image/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ded68268949dfb41548b536fb89716d981de4e5c --- /dev/null +++ b/videos/chunk-000/image/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7c9158635c6a98c483e255fdbd05d1e217732537267cf9d265d0583b38932a +size 197883 diff --git a/videos/chunk-000/image/episode_000121.mp4 b/videos/chunk-000/image/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed1b6baba7d3646a8f69b5019d8ec2e5313ef5e4 --- /dev/null +++ b/videos/chunk-000/image/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0381a9e184624ff4d34c38a13cb535f99c71bc93758b8ec6be094bd415f80949 +size 195253 diff --git a/videos/chunk-000/image/episode_000122.mp4 b/videos/chunk-000/image/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b184d44ed75c4b777d79ed9e6d895ef24bed269 --- /dev/null +++ b/videos/chunk-000/image/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11aada1618ab4ef7593661c7c91d41b3877a28c3dab78ff66e060bb0129900e0 +size 268332 diff --git a/videos/chunk-000/image/episode_000123.mp4 b/videos/chunk-000/image/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e98f46c456fe5cf6816924ff8495eb352a75cfc --- /dev/null +++ b/videos/chunk-000/image/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3a4f134fd3316ee752d83355f3c791cc86325560a569c9d1d9be79dc648dcc +size 268077 diff --git a/videos/chunk-000/image/episode_000124.mp4 b/videos/chunk-000/image/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..387be86b05a0abf8be40796872dac7a15f3275d5 --- /dev/null +++ b/videos/chunk-000/image/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cd1a0b542e7fefc9e8448a37208cc65e1174ea383b86c642d1d4b832eefe6a +size 273700 diff --git a/videos/chunk-000/image/episode_000125.mp4 b/videos/chunk-000/image/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47baea361916aae2fff343144e4cd965af6a82f9 --- /dev/null +++ b/videos/chunk-000/image/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b161b05631bc911d77cc2d4e7a645177c18e257601f07010cd3311c8036eb0 +size 257888 diff --git a/videos/chunk-000/image/episode_000126.mp4 b/videos/chunk-000/image/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b760528d7dd03ee37826011421835dbce8dd3020 --- /dev/null +++ b/videos/chunk-000/image/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ae604ddd99e911978fedb57a4271c330ba9c2dfbd095b07695f8347981400d +size 271572 diff --git a/videos/chunk-000/image/episode_000127.mp4 b/videos/chunk-000/image/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eacc889170b422eaf8814f87c0bf343e9801860 --- /dev/null +++ b/videos/chunk-000/image/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16328becedd41471f838ab0b9adee68f4fa2aabad6c86f6ed5752768ed92e45 +size 257840 diff --git a/videos/chunk-000/image/episode_000128.mp4 b/videos/chunk-000/image/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..655cd3072650b3ab12b206d70c961433eceb9714 --- /dev/null +++ b/videos/chunk-000/image/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256fcb927b27d4c11c41ba4120a3a3a647d5252501af1e8527f6c0276108605c +size 176623 diff --git a/videos/chunk-000/image/episode_000129.mp4 b/videos/chunk-000/image/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2e4f36a620bdd149ade47a501b09259f7f963b9 --- /dev/null +++ b/videos/chunk-000/image/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e08c50a06a00368468537f05676705dba565ad30122c3c59c0a4005b2a80507 +size 144598 diff --git a/videos/chunk-000/image/episode_000130.mp4 b/videos/chunk-000/image/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da584a5748a508f1f411c4553dfa1c569e0c0e37 --- /dev/null +++ b/videos/chunk-000/image/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23267d7e6c591970442d9e3dde7a297435532ffeffa322fec0ee4a8aeaa11173 +size 164384 diff --git a/videos/chunk-000/image/episode_000131.mp4 b/videos/chunk-000/image/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fed45cd095a91484abd6f58f5b1533b8404d56a --- /dev/null +++ b/videos/chunk-000/image/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1580bbb402335813beb42f67438ad8b6fe1b3f965a0d833faa55406d5a79234 +size 178880 diff --git a/videos/chunk-000/image/episode_000132.mp4 b/videos/chunk-000/image/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c781f3b5d0ffa9a39049a08ff1574e5b6a3d2c --- /dev/null +++ b/videos/chunk-000/image/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898ccfd719e647d21c5b84ccb8b26a8488a3dc9be68e972e63de5f3d471320b1 +size 155316 diff --git a/videos/chunk-000/image/episode_000133.mp4 b/videos/chunk-000/image/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02e4410421188dd9bf0edbb9ab4bc109817d03ca --- /dev/null +++ b/videos/chunk-000/image/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedfe73df5b73f735b8e4546b41803220e303dc1a56f8d96fb33c6a6b4d31ea3 +size 172442 diff --git a/videos/chunk-000/image/episode_000134.mp4 b/videos/chunk-000/image/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be023d58e2a728694b09eeffae040f50ed47ea9b --- /dev/null +++ b/videos/chunk-000/image/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b157e254dae1ee09b703231818a0d0637804f1e06e9b43d582f78fe00f2df6e9 +size 168331 diff --git a/videos/chunk-000/image/episode_000135.mp4 b/videos/chunk-000/image/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1ef82d20078fb1b5c7cfb40f73bea37a41f69e3 --- /dev/null +++ b/videos/chunk-000/image/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb0495a9811a2937335ea6a1fb53293181822be3c7360e5eb9d00707b051fa8 +size 431512 diff --git a/videos/chunk-000/image/episode_000136.mp4 b/videos/chunk-000/image/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14ef6b36e02d3c694083569c8c611bd242f999b1 --- /dev/null +++ b/videos/chunk-000/image/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc178069bf8ddb9f610fc36817d026113d00b713109a9ed114b9a447fd0e9ba +size 443869 diff --git a/videos/chunk-000/image/episode_000137.mp4 b/videos/chunk-000/image/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce4797cfc9981d46601db9b85735ac834bd50fd7 --- /dev/null +++ b/videos/chunk-000/image/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadc4df80cac22ea4967f5a3f9888ae5947f9078b64b76a26e23248e4f08ed3d +size 492797 diff --git a/videos/chunk-000/image/episode_000138.mp4 b/videos/chunk-000/image/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a2a95158360ed331bb0a72041fec191aa6bd6cd --- /dev/null +++ b/videos/chunk-000/image/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1137064d2b4342b8fe37fdccea0aa1d3480fbe1557142f692e81c159f613cee +size 390908 diff --git a/videos/chunk-000/image/episode_000139.mp4 b/videos/chunk-000/image/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99ae86b9540416250feda7d8dcf2a5368444d881 --- /dev/null +++ b/videos/chunk-000/image/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a65b891249a218ba2ab2059bed4ef951f4dcae91ee400ed08e288a0550b9a9 +size 341803 diff --git a/videos/chunk-000/image/episode_000140.mp4 b/videos/chunk-000/image/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffe3919325509b89bd22ce1a63ebcbeb068d2491 --- /dev/null +++ b/videos/chunk-000/image/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6411766e3151ac15ebb72e96aae8710e83ae62063b4644df752c8289fc376657 +size 412707 diff --git a/videos/chunk-000/image/episode_000141.mp4 b/videos/chunk-000/image/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fc47526ea65ca6c9a96e0621cd3f2cf679ff357 --- /dev/null +++ b/videos/chunk-000/image/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51411397e99e53f25a554eb8925aa11115e335dca6bc09ae311d5a6fa8f18730 +size 394108 diff --git a/videos/chunk-000/image/episode_000142.mp4 b/videos/chunk-000/image/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cfa57e1e78f1e00bc8ca0f5d06814012d9e943d --- /dev/null +++ b/videos/chunk-000/image/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ecb6fc27a33bce02e582cdb5e93dc8554540c0f09be133e4840aff7d4b76e8 +size 297239 diff --git a/videos/chunk-000/image/episode_000143.mp4 b/videos/chunk-000/image/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b40ca78a4757aa3796fe2e95444b9e69d54a520 --- /dev/null +++ b/videos/chunk-000/image/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4354294060a504675e5257789ab8078d5d75dceeb22101ba5ad68d0ad4bdd2e1 +size 321039 diff --git a/videos/chunk-000/image/episode_000144.mp4 b/videos/chunk-000/image/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c85cac1913266cd062823636ce2b4e3b0b0f23c7 --- /dev/null +++ b/videos/chunk-000/image/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9661c2d51579b7f925d246755975b822ac2483da0ac7f737029b562afcace5ce +size 306032 diff --git a/videos/chunk-000/image/episode_000145.mp4 b/videos/chunk-000/image/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..753575587401f1cd32bff8da5a6beea647fe02b1 --- /dev/null +++ b/videos/chunk-000/image/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f931c3c3ccc1b54ced150197fce6d3157dd6e50638f539fc8c62ba5f4878d147 +size 303356 diff --git a/videos/chunk-000/image/episode_000146.mp4 b/videos/chunk-000/image/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..855066c7f6db46f3f7ba2bd21b8429b0809a0e63 --- /dev/null +++ b/videos/chunk-000/image/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6a4064f31da3c89a31f42c3abbc0374d56c41a68cc491aef289be8c8870ac7 +size 79342 diff --git a/videos/chunk-000/image/episode_000147.mp4 b/videos/chunk-000/image/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23fca77474cbe6df34971f1d9debf585da7b61b1 --- /dev/null +++ b/videos/chunk-000/image/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d5be0e6504a4b59a798449d88989b4493ee64447a6b85cf75d6579a9463bdb +size 80814 diff --git a/videos/chunk-000/image/episode_000148.mp4 b/videos/chunk-000/image/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dcdc1b3fda95ef9c80f4803127afe91055787f4 --- /dev/null +++ b/videos/chunk-000/image/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d1a390e79b6a20d5477a6dbb3f3b751675b01b4eab6262c759e355aa39c1e5 +size 74665 diff --git a/videos/chunk-000/image/episode_000149.mp4 b/videos/chunk-000/image/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4bdf29cfd7cb525c8838e5ba6fb622e1ffe8ae7 --- /dev/null +++ b/videos/chunk-000/image/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3582263b917219dbf8454bb6fe111de24e5329da5416680d4942b20f1a546b0 +size 84791 diff --git a/videos/chunk-000/image/episode_000150.mp4 b/videos/chunk-000/image/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21259c7e22054155a062e4eb61871fdb14966c17 --- /dev/null +++ b/videos/chunk-000/image/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2048817f860d8b8b25a30ef90aa5dcfd42074891409f304f2951b60be969935 +size 82491 diff --git a/videos/chunk-000/image/episode_000151.mp4 b/videos/chunk-000/image/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe7896ef73261f7b3855023dac6419caeb379d6a --- /dev/null +++ b/videos/chunk-000/image/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504452500c0de8c4b6f97ed1d05adb72fae0ca1e66a355a0bd43af3f1838bbcf +size 79443 diff --git a/videos/chunk-000/image/episode_000152.mp4 b/videos/chunk-000/image/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f9ce037a798062954dce5487ee0375baecc2f5e --- /dev/null +++ b/videos/chunk-000/image/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e13842145364b24d75e56ed41d2a290d256896037955fa0474890749d119b0 +size 188290 diff --git a/videos/chunk-000/image/episode_000153.mp4 b/videos/chunk-000/image/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fac348119501083c5bc61e67704c4f45a309dbf --- /dev/null +++ b/videos/chunk-000/image/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6236a4349ae3597088a3fb0b39cf3bc1076a07b6505c48b54cf043a7de47fd +size 171859 diff --git a/videos/chunk-000/image/episode_000154.mp4 b/videos/chunk-000/image/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fc9b1e2866ae644d544a8a12f3461b98e1981f4 --- /dev/null +++ b/videos/chunk-000/image/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee66e9d404fc6851502c8ba7cd4d20c40fce336d1f830cdde71626725efcfd0c +size 179986 diff --git a/videos/chunk-000/image/episode_000155.mp4 b/videos/chunk-000/image/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d24169fbac59b876ebd7ca734c9bd898919145cb --- /dev/null +++ b/videos/chunk-000/image/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffff58a94ddafa0de8790e4c3434a940c1887886d8832417bda29401d08ec0db +size 198109 diff --git a/videos/chunk-000/image/episode_000156.mp4 b/videos/chunk-000/image/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36b613f20ac5dea6f0a3834f8be2accc82121df1 --- /dev/null +++ b/videos/chunk-000/image/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30327a6ca2689d3cd426e211d1a9e068553f57b2cc05d3d6746888d670e74985 +size 248871 diff --git a/videos/chunk-000/image/episode_000157.mp4 b/videos/chunk-000/image/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6323eafd9538aca4783b37a3fe77950020039db --- /dev/null +++ b/videos/chunk-000/image/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef524c216cc1822d51c60cb325e4a0f3c50f70343bea12100cb38f67cd3df17 +size 187390 diff --git a/videos/chunk-000/image/episode_000158.mp4 b/videos/chunk-000/image/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2add449970dcdffc76489c55e714ebe46a5cfff3 --- /dev/null +++ b/videos/chunk-000/image/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f52069796512973b72a7dfddec33cd91e2757c6865dccadfb24e2110cd17e2 +size 199908 diff --git a/videos/chunk-000/image/episode_000159.mp4 b/videos/chunk-000/image/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb7b76eb0f31c35f37b098826dc334898fd4abc3 --- /dev/null +++ b/videos/chunk-000/image/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c3f4d8c1585a1fcdf6f161c86e31b01bbad27e7bba906101a797b03411f7d7 +size 251522 diff --git a/videos/chunk-000/image/episode_000160.mp4 b/videos/chunk-000/image/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48436e5e4edd85301912b0ccf44de35f5a94ee9b --- /dev/null +++ b/videos/chunk-000/image/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10333cca0df50874c92ceb167b89bfbe7e177a69caa01132eb73179fe4a3295b +size 245208 diff --git a/videos/chunk-000/image/episode_000161.mp4 b/videos/chunk-000/image/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77f7c92a33f221c1a3b2501fe6588c6e0c6a2cfa --- /dev/null +++ b/videos/chunk-000/image/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54a4a48104a669a860e42f86571d9ce5df33a610fe291db7c94a1386f27f371 +size 254926 diff --git a/videos/chunk-000/image/episode_000162.mp4 b/videos/chunk-000/image/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c46e3b17f7b33ecccfd956538c002cf5289f868 --- /dev/null +++ b/videos/chunk-000/image/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ead6328c69469fd402f74c7a593f03e0d355ea3d97365b9f7c47d8152ed016 +size 249630 diff --git a/videos/chunk-000/image/episode_000163.mp4 b/videos/chunk-000/image/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9953f9263d86c775efe79652dddf7f1258d8484 --- /dev/null +++ b/videos/chunk-000/image/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ce7d647368a792d034de31919a29d167914170b6e8af45ba68019aa4b25824 +size 160616 diff --git a/videos/chunk-000/image/episode_000164.mp4 b/videos/chunk-000/image/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6640b889ae85f8603b674931745b4c53af5eaf39 --- /dev/null +++ b/videos/chunk-000/image/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f5f734a01bddb6f376507c9692673ab1d6f56435f35343ab3ab6234db3648a +size 165217 diff --git a/videos/chunk-000/image/episode_000165.mp4 b/videos/chunk-000/image/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daa4882ca6b8396da358ec5fc06f4fffce5c5399 --- /dev/null +++ b/videos/chunk-000/image/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2505c3a4c489c84808b50788422e40517b38efd20f15707977e831b688661b10 +size 155214 diff --git a/videos/chunk-000/image/episode_000166.mp4 b/videos/chunk-000/image/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ba66e64db8d962e1fa85f47eb8b9afa91765698 --- /dev/null +++ b/videos/chunk-000/image/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426165c315d3bc04ef2c58626ecbba81863a611f71cdc32ebe5ecf3e7718c9d4 +size 144725 diff --git a/videos/chunk-000/image/episode_000167.mp4 b/videos/chunk-000/image/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5030c82a3ced4b6f0c1b22e718fbfd9e88c2f20 --- /dev/null +++ b/videos/chunk-000/image/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e72993588289cecafde802197956a1f3ddcb3c6b2c561b3e5fd2f49a6dc1bd +size 228266 diff --git a/videos/chunk-000/image/episode_000168.mp4 b/videos/chunk-000/image/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58a2f570bdf47b0a55e43da748fdaa94e7fdd3dd --- /dev/null +++ b/videos/chunk-000/image/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7616171b2d6fca768b9ae17f3b7350f710905f5dfd08d1bd6c9278a5dc00901 +size 210025 diff --git a/videos/chunk-000/image/episode_000169.mp4 b/videos/chunk-000/image/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..139b527488a77d44b0cc09005624bec089d8faba --- /dev/null +++ b/videos/chunk-000/image/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481fa5994b3f0e8e3504aa19a129fd323e46d3fb41f1f9845f769716af0763b1 +size 226080 diff --git a/videos/chunk-000/image/episode_000170.mp4 b/videos/chunk-000/image/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5a320cc99feb4e21b81ee541c14613796c98e85 --- /dev/null +++ b/videos/chunk-000/image/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f8307a3be6ccbed844d6dad4d0c08c9de53ca7fbc72e6c52ea8ed9e1d83017 +size 228471 diff --git a/videos/chunk-000/image/episode_000171.mp4 b/videos/chunk-000/image/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..072e6b5bb19d86e588cbc6936f429b8637844f04 --- /dev/null +++ b/videos/chunk-000/image/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8967e5634fba30b1bd30d76a31d7dbb40fc03cce5473f5973ddf01b7da059c0b +size 242686 diff --git a/videos/chunk-000/image/episode_000172.mp4 b/videos/chunk-000/image/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a499379d074bfc9d51ed91b752d6776fb07cdb73 --- /dev/null +++ b/videos/chunk-000/image/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce9ad6eb49360267810a1360e12b08d94cd1f4bbef2bd2d801fd3effcb30a9d +size 258793 diff --git a/videos/chunk-000/image/episode_000173.mp4 b/videos/chunk-000/image/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b03d399123401da9026e05fb223290c479a35ec1 --- /dev/null +++ b/videos/chunk-000/image/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353e5953fafce598e2fdcf561d23fc064d335d377f9e34df6140e4754474cac4 +size 295289 diff --git a/videos/chunk-000/image/episode_000174.mp4 b/videos/chunk-000/image/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de83b227902066c263cf99f5324a3253e58af223 --- /dev/null +++ b/videos/chunk-000/image/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b4d0a3919d3e16488ebad1147fd3a1c2edc62d1420b273728f73b1219abe79 +size 252478 diff --git a/videos/chunk-000/image/episode_000175.mp4 b/videos/chunk-000/image/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e61a118d27821935de5fdd87bcc99bf60e8b686b --- /dev/null +++ b/videos/chunk-000/image/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ff4860d6e318d162b47b3460c9b65a105ad34d8398c15d57dedb77cefac2b0 +size 284418 diff --git a/videos/chunk-000/image/episode_000176.mp4 b/videos/chunk-000/image/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dde6b2622695f92784f05eab26d0acde42c06eeb --- /dev/null +++ b/videos/chunk-000/image/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49943feff779aed3357e4f7f42ca0e8e99e5ed0003d10410dc347ae7a0538e54 +size 369367 diff --git a/videos/chunk-000/image/episode_000177.mp4 b/videos/chunk-000/image/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..510cc718dcd8a4865a06e78f59da75bd9dedb5ec --- /dev/null +++ b/videos/chunk-000/image/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4634a9a86c226858e4d1874437e9c88cf5b01a9d3b46d8202cd78eaacaeea9f6 +size 211481 diff --git a/videos/chunk-000/image/episode_000178.mp4 b/videos/chunk-000/image/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..023958cf500e77b281129868db787299b2686b85 --- /dev/null +++ b/videos/chunk-000/image/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2814f92bdfe3f05cb2710ae31b0df127a62c4c5c9414baaff6bf96e41de65a +size 189841 diff --git a/videos/chunk-000/image/episode_000179.mp4 b/videos/chunk-000/image/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b89fc62ebcb5ac7b340895052a032aca100f59d --- /dev/null +++ b/videos/chunk-000/image/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195de5041f9f58d91cb44de4fb8a2a0bf1927c8e013e697f444e721188418ccd +size 203983 diff --git a/videos/chunk-000/image/episode_000180.mp4 b/videos/chunk-000/image/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5bc4028de43238ad58dc86f63fdc919f5f57ac9 --- /dev/null +++ b/videos/chunk-000/image/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a024a6f48f333358688ff607b37243881adaba82977fa937dbd0f3218166c80f +size 210416 diff --git a/videos/chunk-000/image/episode_000181.mp4 b/videos/chunk-000/image/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abca9a94254fd67928a07bcd6b3a18f35e4fd738 --- /dev/null +++ b/videos/chunk-000/image/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9bfd0aa74ab8839a29cc6121f3414195015509855f80e3935f09c3f4c6b91e +size 181841 diff --git a/videos/chunk-000/image/episode_000182.mp4 b/videos/chunk-000/image/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbe6331472118a4f13854d4e09f3c5edf963041d --- /dev/null +++ b/videos/chunk-000/image/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186b5b14020a5192a099ec4469d2584d0a7d2ecc48263591c287e42f889ae466 +size 189533 diff --git a/videos/chunk-000/image/episode_000183.mp4 b/videos/chunk-000/image/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8236a3391ed7ce83e44ee6ecc7ac1abf3dff5004 --- /dev/null +++ b/videos/chunk-000/image/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a5d1f98bad2d057d4400c95e72f6bb3a8122fc16654bf769ed7237751b2d7c +size 170073 diff --git a/videos/chunk-000/image/episode_000184.mp4 b/videos/chunk-000/image/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9a7d994a86024c66ea5381f6eda580544b4f8bb --- /dev/null +++ b/videos/chunk-000/image/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d72846e43b567c85c40a8f525984951242dbf354e1ef1be706b18262d84af2 +size 220071 diff --git a/videos/chunk-000/image/episode_000185.mp4 b/videos/chunk-000/image/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..831ce4073bb067c8a691c3eb16e3d09f4543a154 --- /dev/null +++ b/videos/chunk-000/image/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdab56e0c4bbe3f99a0b9b9181c1f77cb87eb13e2ec4d9c4dfb2518ff65990d3 +size 337427 diff --git a/videos/chunk-000/image/episode_000186.mp4 b/videos/chunk-000/image/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d7f8dc5b700230664c1bcee94734c0798130ddd --- /dev/null +++ b/videos/chunk-000/image/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9627a71cee8d7abc5698b6557f5404e436192c65b0f42a6df07b608b87fbb3 +size 372920 diff --git a/videos/chunk-000/image/episode_000187.mp4 b/videos/chunk-000/image/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21b69a33d3d87ea9808254325fa0db27b862bdfd --- /dev/null +++ b/videos/chunk-000/image/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8855ca7cd7b09c3bc57d140e0424bac611a6335bafd93765704c3e1495bd1d5c +size 318223 diff --git a/videos/chunk-000/image/episode_000188.mp4 b/videos/chunk-000/image/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d818bd76015f7986c17830b1a3dbe7ae92d51ba --- /dev/null +++ b/videos/chunk-000/image/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7cdb32cf2c60186a535bde39650fbe31b86ee6d2b9b06ed3dc42db94fc34b8 +size 306836 diff --git a/videos/chunk-000/image/episode_000189.mp4 b/videos/chunk-000/image/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87e871eb575fc88d0048676d11761955ec978520 --- /dev/null +++ b/videos/chunk-000/image/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1204e5e05d18762b65e9922d13319855f34490950f5b076205b017e973d5b6ea +size 169394 diff --git a/videos/chunk-000/image/episode_000190.mp4 b/videos/chunk-000/image/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a05e216a8d2bc056d3a93c282b5e6ea75c874c1 --- /dev/null +++ b/videos/chunk-000/image/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c295ff6e0672187786e772de078d5df12b5eaec9b17634500c037ba136425ab +size 144216 diff --git a/videos/chunk-000/image/episode_000191.mp4 b/videos/chunk-000/image/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9488cc6ba89603b534ca6b6cc74b0ac034645a31 --- /dev/null +++ b/videos/chunk-000/image/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23e210680eb2ddcc645a0244e18c689193e8f22eb9da1e71fbf786cd7417187 +size 147886 diff --git a/videos/chunk-000/image/episode_000192.mp4 b/videos/chunk-000/image/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15bca4a733e082162bd264e0bfeef5191bb47a9b --- /dev/null +++ b/videos/chunk-000/image/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f23ac75c7c74537579b6134324c3d58e6c0c8d30aba92110fc99d9b1defe5cb +size 167722 diff --git a/videos/chunk-000/image/episode_000193.mp4 b/videos/chunk-000/image/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48380840eca7f2fb36cd73a0247588d7622be161 --- /dev/null +++ b/videos/chunk-000/image/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a7eb83b8a1785d4c7ac5ff11ea66f5324c6c829f4df7129d111a4d1b0ed07a +size 241002 diff --git a/videos/chunk-000/image/episode_000194.mp4 b/videos/chunk-000/image/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3e97bf2bed15bc31156de2b8b3d223ca7e27dc0 --- /dev/null +++ b/videos/chunk-000/image/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd28878eb2f33c4e1e087a0dff9354188c66a59589a131a8acc24108b3e1dc9e +size 255422 diff --git a/videos/chunk-000/image/episode_000195.mp4 b/videos/chunk-000/image/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30814b509f686f947c65bb31b21f87b3dc13bdc0 --- /dev/null +++ b/videos/chunk-000/image/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7646858b9be448dfec8cb3a9d91e1363c0c72f5d8741636b49b333fef433ed19 +size 249518 diff --git a/videos/chunk-000/image/episode_000196.mp4 b/videos/chunk-000/image/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6495b3edd3e9251fb282147f558092ff561527e9 --- /dev/null +++ b/videos/chunk-000/image/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7686c36048bc790bd1ac5ae938afa915569bb37e63455a13cc68a4110ee08d43 +size 248304 diff --git a/videos/chunk-000/image/episode_000197.mp4 b/videos/chunk-000/image/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4d9ef46290439a2574a5d93bcaaf18638b0e3c2 --- /dev/null +++ b/videos/chunk-000/image/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffcc77e3cdee7a65aa6dfa7622c247545939761f24f5935f784fb3931c58e29 +size 233733 diff --git a/videos/chunk-000/image/episode_000198.mp4 b/videos/chunk-000/image/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8c54bf474e174b43a48a54cde3321d65f4f7605 --- /dev/null +++ b/videos/chunk-000/image/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6403f022912b0fb7b8f86d8e9792020d45d62e589ddc4ecb8e207a1060691942 +size 222383 diff --git a/videos/chunk-000/image/episode_000199.mp4 b/videos/chunk-000/image/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..467be939e23572d2445594ac21f54c7deb5006b9 --- /dev/null +++ b/videos/chunk-000/image/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5325d88b2a1f384ad1cdb563e0bd35400ad438c9afc1af2b31040a99e446371 +size 222848 diff --git a/videos/chunk-000/image/episode_000200.mp4 b/videos/chunk-000/image/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5236e4195d30a9f07c2a9b83e371c6a231048e94 --- /dev/null +++ b/videos/chunk-000/image/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c465db6c1b4322f1f4120fa1643cea924a707c0f749be0e70bc3b897a17644d +size 224328 diff --git a/videos/chunk-000/image/episode_000201.mp4 b/videos/chunk-000/image/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cec5167d459bfcb8bd745f36ceb8f1a9c55dfb9 --- /dev/null +++ b/videos/chunk-000/image/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9428d5db3f529fcb12bbc700537e1c173d40639e49370e9ca6111b163241a9a8 +size 802747 diff --git a/videos/chunk-000/image/episode_000202.mp4 b/videos/chunk-000/image/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd87a06afb65de37cad1ed4ddf9fd79de4ea6abb --- /dev/null +++ b/videos/chunk-000/image/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be8ec1939ea99fca733e286dc84201f8f9214ffcc5e567fc8bc26a4fd673811 +size 714203 diff --git a/videos/chunk-000/image/episode_000203.mp4 b/videos/chunk-000/image/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7800e84703761e9c56b6daaf1c49db4f4097326 --- /dev/null +++ b/videos/chunk-000/image/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28c9e9f389db1faec94163cfc666db813c4c825407fe6161cb684810b89914a +size 753696 diff --git a/videos/chunk-000/image/episode_000204.mp4 b/videos/chunk-000/image/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f368c5f1a21d6ec09cfb208295c4614577ad8759 --- /dev/null +++ b/videos/chunk-000/image/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbadfb8b07c732c677374a4aca75896a8a9ded10475bc7509e88c0b3fdf3cba +size 637251 diff --git a/videos/chunk-000/image/episode_000205.mp4 b/videos/chunk-000/image/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..085793497bbb03377b0c81505319e7079e69a45e --- /dev/null +++ b/videos/chunk-000/image/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab1c2ef950762b0251c7f94eb420a2d1ef794ba5114dad07a7111afd5151c20 +size 626462 diff --git a/videos/chunk-000/image/episode_000206.mp4 b/videos/chunk-000/image/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c913cebe91197248abb04d7716e3aad91dd049b3 --- /dev/null +++ b/videos/chunk-000/image/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611f192c9e641417970b8c6a9aa41eec8c3def08176046fe87513492c7d8f79f +size 648625 diff --git a/videos/chunk-000/image/episode_000207.mp4 b/videos/chunk-000/image/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..950d4195fdbb273e5de07484d3db9a8def36a347 --- /dev/null +++ b/videos/chunk-000/image/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0408295679c23fa6802329a851793d45098ba548bedd9de720fd3399235268 +size 612307 diff --git a/videos/chunk-000/image/episode_000208.mp4 b/videos/chunk-000/image/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..981b58dd03130d2688f2246d4199d82ed010be2c --- /dev/null +++ b/videos/chunk-000/image/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea774832e3245e38541548926d2912782fe30a78908db873a0051732d9614e0 +size 674858 diff --git a/videos/chunk-000/image/episode_000209.mp4 b/videos/chunk-000/image/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55f9a5a64a30335ff9f23d1047681bf182d6fece --- /dev/null +++ b/videos/chunk-000/image/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1c57e247171ebba34e24a826bbf36c34e17f6fb06334e54776824cf11e4f12 +size 222439 diff --git a/videos/chunk-000/image/episode_000210.mp4 b/videos/chunk-000/image/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10316b582bd86785904087b75033e4f6dc4f4c43 --- /dev/null +++ b/videos/chunk-000/image/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bb499542aceb09a661724668b8f640a196ecf9203a5d44bfe6066711d4baf0 +size 167827 diff --git a/videos/chunk-000/image/episode_000211.mp4 b/videos/chunk-000/image/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..759578725c96409313dc5466717e5db4bbad12d9 --- /dev/null +++ b/videos/chunk-000/image/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c24733d40f10bbfc885c103214a440b744fdfc675fd1a455025354321bf7fc9 +size 199648 diff --git a/videos/chunk-000/image/episode_000212.mp4 b/videos/chunk-000/image/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aa82c9ae8511653401a3615aacec3212f38b0a6 --- /dev/null +++ b/videos/chunk-000/image/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d657f268e4ee3e19bd3f4e4cf452fa9a59859b803e09693b2f3da88c4131d2 +size 215840 diff --git a/videos/chunk-000/image/episode_000213.mp4 b/videos/chunk-000/image/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8846c12bc1acd88b915dd1ebb2d98cc1913c4146 --- /dev/null +++ b/videos/chunk-000/image/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d2bec332ac8eb87314f01ce02d5e3a762304a6936d5eea9bcf0246709b4f0f +size 228578 diff --git a/videos/chunk-000/image/episode_000214.mp4 b/videos/chunk-000/image/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d51da32273a844c78fccce2088442a941472b4a --- /dev/null +++ b/videos/chunk-000/image/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f398c47703a628cf0eb54fc8c2efe001434d863f40439ab04840d9f4a412dbd +size 600044 diff --git a/videos/chunk-000/image/episode_000215.mp4 b/videos/chunk-000/image/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ad330279c7aeb1407da6b87b893b172fc98277b --- /dev/null +++ b/videos/chunk-000/image/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c465b64723d8dcae5fa450286e648c6cfad1cc08059748c5c72a79c42a079e6a +size 508789 diff --git a/videos/chunk-000/image/episode_000216.mp4 b/videos/chunk-000/image/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97b0b3ab29f1603fc2bd9e358f8e168e0863a9d5 --- /dev/null +++ b/videos/chunk-000/image/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee4483c2d869d191a770939a04e697274277f4c8944f2e08a36775db9c04587 +size 543772 diff --git a/videos/chunk-000/image/episode_000217.mp4 b/videos/chunk-000/image/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92618dc721c33d3ea6c4913dfcce3b32d5e0ab90 --- /dev/null +++ b/videos/chunk-000/image/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8981b0caf9169837bf6e3d96dbcae80c8adc5357c07761018ac22e1e442c8342 +size 532045 diff --git a/videos/chunk-000/image/episode_000218.mp4 b/videos/chunk-000/image/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..533cc1eccf9c959e63ded3c6418a63c54f093b23 --- /dev/null +++ b/videos/chunk-000/image/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1d4fcde773b8d24964b793ef322fcd9f5c9ba319902b9c1c831374a1d82382 +size 602334 diff --git a/videos/chunk-000/image/episode_000219.mp4 b/videos/chunk-000/image/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05b25ab51d9695586ec6a3d7f5f60c70fbd2b303 --- /dev/null +++ b/videos/chunk-000/image/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048cd4a4c87ecbeee6e526430e05653918c259f5ed378b680202a6dac72c16b2 +size 555521 diff --git a/videos/chunk-000/image/episode_000220.mp4 b/videos/chunk-000/image/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a152a417ea184f757fda9cb42e09422dc70ccb4b --- /dev/null +++ b/videos/chunk-000/image/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eacf9ae00ce39410abd8d5eec9e28a40a698c1c61842741a7bcf7064b28a76a +size 735922 diff --git a/videos/chunk-000/image/episode_000221.mp4 b/videos/chunk-000/image/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d49bd641e5cce81781f4d7c73315f7a5f57ec5e --- /dev/null +++ b/videos/chunk-000/image/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da0150b963fefe4470d62fd53455f9d7ad02287b647d48a5a94df4744633afd +size 476544 diff --git a/videos/chunk-000/image/episode_000222.mp4 b/videos/chunk-000/image/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12c2548f85977d732e724c5bee1bd9b1a82e1a8a --- /dev/null +++ b/videos/chunk-000/image/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf66f097ab5d841097fdbae052e11ff27559b72036d7280380e145b14262dc2a +size 414605 diff --git a/videos/chunk-000/image/episode_000223.mp4 b/videos/chunk-000/image/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..728b3e0ab708102b528f90495414d38941830a31 --- /dev/null +++ b/videos/chunk-000/image/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d995059edb9c7b101860141fd803589321649565e426c0c13931f36b5c59a7f5 +size 418913 diff --git a/videos/chunk-000/image/episode_000224.mp4 b/videos/chunk-000/image/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fef1961abc054a913c20578c0971ed0cfdf374e7 --- /dev/null +++ b/videos/chunk-000/image/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63f42e4e17a423bf730166fd24c17190142c6ac0150b7f05e7d9ad5d9fcaffd +size 438995 diff --git a/videos/chunk-000/image/episode_000225.mp4 b/videos/chunk-000/image/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33900c30f252a1723b49fb392eba7566380b259e --- /dev/null +++ b/videos/chunk-000/image/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3412d5438ba5bab2d8d9720cc5f88d6bfa83e090a0103da5b89118ccb55aa5d2 +size 137229 diff --git a/videos/chunk-000/image/episode_000226.mp4 b/videos/chunk-000/image/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8efbae50efb75d4128bdbaeaa9c68d24cd6b4e3 --- /dev/null +++ b/videos/chunk-000/image/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74351d51fd448df2025ed5ee2cee933931eec218efe6ac5567796c32d693ca20 +size 130120 diff --git a/videos/chunk-000/image/episode_000227.mp4 b/videos/chunk-000/image/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..567f6396ec86bf392bbe0ebd579d34190d7c83ac --- /dev/null +++ b/videos/chunk-000/image/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75069e62bfcb3045423f31f6f8e879e5da4a9b73d8b0eb2eb3bcb4e072b888c7 +size 128393 diff --git a/videos/chunk-000/image/episode_000228.mp4 b/videos/chunk-000/image/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5ce9a4aedb0e4036db0eb9fd6b4540920ffff18 --- /dev/null +++ b/videos/chunk-000/image/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4570b1f6aaa96ffdb899781f4b3ca1f5a7a52ac9e7ccc5bd847cb09194c182 +size 151055 diff --git a/videos/chunk-000/image/episode_000229.mp4 b/videos/chunk-000/image/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a058ee36723187960daffc5e42505a2b704a8f0e --- /dev/null +++ b/videos/chunk-000/image/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7813dac28731146224441b1fbba0679b7e3b8d7409d5c0f89565e6ed8d182f6 +size 193062 diff --git a/videos/chunk-000/image/episode_000230.mp4 b/videos/chunk-000/image/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deed4d0952399ba0b4b8d0bd8f794f6e9f5d6fae --- /dev/null +++ b/videos/chunk-000/image/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f76193b44450a604cdf43d2810d6a832bd8bd7f880539149fc486ea5ea1404 +size 176896 diff --git a/videos/chunk-000/image/episode_000231.mp4 b/videos/chunk-000/image/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b84897dde43e4cd4f95e5fda25dd4e813f5b71ae --- /dev/null +++ b/videos/chunk-000/image/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20da0eb6c2f1bfd3c1ba051998aa445ba1d509a6ac8e137764c9d8b4183af113 +size 166737 diff --git a/videos/chunk-000/image/episode_000232.mp4 b/videos/chunk-000/image/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7005ded06095658050edb1ec989acb3d3532083 --- /dev/null +++ b/videos/chunk-000/image/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33490c45d860a8cb8c3025d86e36aa2c7001576c1302b59fb60bd88e2fe7ba9e +size 180007 diff --git a/videos/chunk-000/image/episode_000233.mp4 b/videos/chunk-000/image/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b57d10cecbdbe31b9241cdc686dd4c9a77f06df --- /dev/null +++ b/videos/chunk-000/image/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15aa9714d9b4bc8a091e566f32fefa5118f0209ffa3c276302111491bac06515 +size 166686 diff --git a/videos/chunk-000/image/episode_000234.mp4 b/videos/chunk-000/image/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b34d67c956e1a9ad4be2859241ea9b641cf314a4 --- /dev/null +++ b/videos/chunk-000/image/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d86617febe3e56785c9bcf1be4ed83b0da3ba3c11400de6f60b75f199423db +size 158503 diff --git a/videos/chunk-000/image/episode_000235.mp4 b/videos/chunk-000/image/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5b6695c238d3d55375153925d727b48dc414120 --- /dev/null +++ b/videos/chunk-000/image/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7aac0c44dc2ab5b4869b4437b2ca513c88c04c423635ea4d7a3592c8eef616 +size 154875 diff --git a/videos/chunk-000/image/episode_000236.mp4 b/videos/chunk-000/image/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00bbd821ce277c362de083b37ccaf5cd4253a5ac --- /dev/null +++ b/videos/chunk-000/image/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfb8585bed9f02e7f6a9ef3f2d545d12c1ea32f209e7791638a2e9e9ca3ccec +size 152534 diff --git a/videos/chunk-000/image/episode_000237.mp4 b/videos/chunk-000/image/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8a164d744024b6bdd7064c14cd9025ce44cf308 --- /dev/null +++ b/videos/chunk-000/image/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b041516c686e8de6a578851f86f878e0381cc24b24f864d072c31500ab19e2d +size 171770 diff --git a/videos/chunk-000/image/episode_000238.mp4 b/videos/chunk-000/image/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3ae381123027e416011868b14a14d78b7eeb6a8 --- /dev/null +++ b/videos/chunk-000/image/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e716f9e0dfbff872d85f9f3f651d572b14eb6da2e5cfaf542d17f96763f9e2 +size 160027 diff --git a/videos/chunk-000/image/episode_000239.mp4 b/videos/chunk-000/image/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e13e66e310cccb2e0504a22e657a3cab9507e79b --- /dev/null +++ b/videos/chunk-000/image/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a80486088e1edff600188393ed2b3b6a5baaed1bc61984cabadc3a55409a2c +size 141033 diff --git a/videos/chunk-000/image/episode_000240.mp4 b/videos/chunk-000/image/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c0dfc11f6727baaa93a96edc891d3bd2501c8dc --- /dev/null +++ b/videos/chunk-000/image/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a533c529ad3e0eecbaf543559865a1f72db1f1f504450754d9a0ce97e5580efd +size 149594 diff --git a/videos/chunk-000/image/episode_000241.mp4 b/videos/chunk-000/image/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eff261c1d11c748246516b75363636d597968895 --- /dev/null +++ b/videos/chunk-000/image/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61be5dc4e56e77f8c34c54779c866d6676973e6802dd6178e1fb1603e3136794 +size 147023 diff --git a/videos/chunk-000/image/episode_000242.mp4 b/videos/chunk-000/image/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a4fc8e19a05d2849589fbcbf9fb466456faced9 --- /dev/null +++ b/videos/chunk-000/image/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65d5d7276fe5d5d242935ffb0cca1d1dd985365acb0c3fd4a98ad60a6f94f8f +size 166882 diff --git a/videos/chunk-000/image/episode_000243.mp4 b/videos/chunk-000/image/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57defe9db2873b94bc84bb6e1d18bebaf75ee4ee --- /dev/null +++ b/videos/chunk-000/image/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e3b07f01fbc8efe0685f47926503cc407383ea4d30a4976c8e7203c1be7b3c +size 127125 diff --git a/videos/chunk-000/image/episode_000244.mp4 b/videos/chunk-000/image/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ecc5fd8ba7a48435b7417427615057b9b4e81e5 --- /dev/null +++ b/videos/chunk-000/image/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5d2579ddeb0438e01ff6e3109f5d70b6680c0837f4ade290685fca64102008 +size 146051 diff --git a/videos/chunk-000/image/episode_000245.mp4 b/videos/chunk-000/image/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ca6c1931aef3ee7a14871e1def7b35850b1fe61 --- /dev/null +++ b/videos/chunk-000/image/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd13062de8987a807297bb3eab7146028c11e450900c63082633462aafab926c +size 177314 diff --git a/videos/chunk-000/image/episode_000246.mp4 b/videos/chunk-000/image/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9bfe43e25b734f8c6a63bdbf77010043de57461 --- /dev/null +++ b/videos/chunk-000/image/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0713c68a1ed63d0e873f0e467628e2b587bfd8954eac7531659b8e07949b5bb +size 306607 diff --git a/videos/chunk-000/image/episode_000247.mp4 b/videos/chunk-000/image/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8ca871149b3177dd7b3ce1b3aa40d1fbe8d68c4 --- /dev/null +++ b/videos/chunk-000/image/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717c64d00d0432df0682f55c2a7f5e113650ec27ff11e935196aea59adf6400a +size 313349 diff --git a/videos/chunk-000/image/episode_000248.mp4 b/videos/chunk-000/image/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef5bd0b50041e61f31026dad2b565ce75740410e --- /dev/null +++ b/videos/chunk-000/image/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd9a0319c5a41bb7fd35172a0d7ae168acc89d9c6984981e8e3745bd820615f +size 296599 diff --git a/videos/chunk-000/image/episode_000249.mp4 b/videos/chunk-000/image/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..498aa838a88523f87b689f9022b8aabcd54e154d --- /dev/null +++ b/videos/chunk-000/image/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792c22efe541a09e229797ff0feb827edcf6499a7857d267da666f9f1ed49a3f +size 382398 diff --git a/videos/chunk-000/image/episode_000250.mp4 b/videos/chunk-000/image/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38a1176da182288319ad2ae83fe0cdeba25c432c --- /dev/null +++ b/videos/chunk-000/image/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f521dc014cdaccecabe2a9b838b96c8df2a1a13a9cb705700d4909ccaa9e839 +size 362739 diff --git a/videos/chunk-000/image/episode_000251.mp4 b/videos/chunk-000/image/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a34358c5f044117191ac04930705c4d80ede8e57 --- /dev/null +++ b/videos/chunk-000/image/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994f6a438bd2862a1526a949fce87373075917a0b7c3035631e9e2efde5a6e92 +size 359192 diff --git a/videos/chunk-000/image/episode_000252.mp4 b/videos/chunk-000/image/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4162c26c87a7cebae6147d875c5480f082789686 --- /dev/null +++ b/videos/chunk-000/image/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cff7fd145be5e13d2748962ac9196148f38c1be564dc28bc6081684f98e332f +size 400243 diff --git a/videos/chunk-000/image/episode_000253.mp4 b/videos/chunk-000/image/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e63049c7ead5421462008ca0b132c4ff68d3f77 --- /dev/null +++ b/videos/chunk-000/image/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e80ebeb0e19345184b98d648062c9f785183741a79b3f1c49292518ee09304e +size 252174 diff --git a/videos/chunk-000/image/episode_000254.mp4 b/videos/chunk-000/image/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7307e2df20a6592dfbbf2739449056de3236877e --- /dev/null +++ b/videos/chunk-000/image/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb6eb1969ec3fc11e7f86a5e26250850de13e0b009d73d71fec1b13a59bda37 +size 233757 diff --git a/videos/chunk-000/image/episode_000255.mp4 b/videos/chunk-000/image/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9aed8824e228d65755a7df9ce038d3147d8db8bc --- /dev/null +++ b/videos/chunk-000/image/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be83704d365ace0cb6ef265504e10711c7d09fe8a0403a27024e7c9e419d497 +size 247260 diff --git a/videos/chunk-000/image/episode_000256.mp4 b/videos/chunk-000/image/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f4eb8a5e6cd34f265c54c3e336fa2d8c12d74d7 --- /dev/null +++ b/videos/chunk-000/image/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073de6d3138a9cab7d1059301e29a650a9451df364dac89bf895882a30392869 +size 267991 diff --git a/videos/chunk-000/image/episode_000257.mp4 b/videos/chunk-000/image/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09b37627dbe617f77b2c67b0a0aeabe06276e7f4 --- /dev/null +++ b/videos/chunk-000/image/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9311d17c1856491547eafb86f3fea2b1198d400008e2322213d34f9bc2659f2c +size 248863 diff --git a/videos/chunk-000/image/episode_000258.mp4 b/videos/chunk-000/image/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94976010875eb6d97a66ac67f9df6fe6d5e5df84 --- /dev/null +++ b/videos/chunk-000/image/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f253c9318ebfc9f2213c06df91ccfd7a336719e7025fd4fa52d80817ba485e +size 262302 diff --git a/videos/chunk-000/image/episode_000259.mp4 b/videos/chunk-000/image/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..458d815b83d6958a8fde27f2eecb3d38219d3cb6 --- /dev/null +++ b/videos/chunk-000/image/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573cdbba2de58cb75951ac7a2b05e7d23579de215b0fb2f6d16046d85a32dabe +size 228174 diff --git a/videos/chunk-000/image/episode_000260.mp4 b/videos/chunk-000/image/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..340b0a10c154badbd4092b518ab23f38c758e2c9 --- /dev/null +++ b/videos/chunk-000/image/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac38f8d3548a088d912016207fb936321b88a68e60bd5e7d885f53f392a5d200 +size 249681 diff --git a/videos/chunk-000/image/episode_000261.mp4 b/videos/chunk-000/image/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fefd7f71dbe65e026abef1fffe50dc5e65d607f --- /dev/null +++ b/videos/chunk-000/image/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c6eb8b7a8b8b1fcf35e2750137d6777bc13c34dd6d37c65cd40408a61f1590 +size 205309 diff --git a/videos/chunk-000/image/episode_000262.mp4 b/videos/chunk-000/image/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da40eeb2996bc0ec04665f3564133c804fe14878 --- /dev/null +++ b/videos/chunk-000/image/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45554807cdb03b6d1910476cd7bdcc522936c8970cf1d8050df42e12b79c59d +size 190321 diff --git a/videos/chunk-000/image/episode_000263.mp4 b/videos/chunk-000/image/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..766081ef3ee0b2f8589d42e6e22604c936c5b321 --- /dev/null +++ b/videos/chunk-000/image/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7229576962fdf806d50faf451eb568e78d327450cab7ee0c881ebf483e678bfc +size 176092 diff --git a/videos/chunk-000/image/episode_000264.mp4 b/videos/chunk-000/image/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8ccf20b499569d516ed33a31ef9b482090ca99f --- /dev/null +++ b/videos/chunk-000/image/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a21e920fa088ba55c139c6e817c2780dcb329f9fb6bcf0bb33076db2726578 +size 200424 diff --git a/videos/chunk-000/image/episode_000265.mp4 b/videos/chunk-000/image/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ed1fae76dfbd6f44ca8c73f290eb489091da00e --- /dev/null +++ b/videos/chunk-000/image/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f94f4cc66afc7d6f392a8a227deda0593f4edd58ec9e588682ce1449ceaba7f +size 154233 diff --git a/videos/chunk-000/image/episode_000266.mp4 b/videos/chunk-000/image/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f210d81bd1250ae7597b89c0e4aa30e5eb4705a9 --- /dev/null +++ b/videos/chunk-000/image/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282ac78fe14f0a7aa5938ab40440a135c63a20cfbbbed0a1b8f99c4f36a6a3a0 +size 192942 diff --git a/videos/chunk-000/image/episode_000267.mp4 b/videos/chunk-000/image/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a187af1d928a6c4a67f8ea74ae5a218049c157f --- /dev/null +++ b/videos/chunk-000/image/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6f962c0c278ba71106a2ffdef70ca5eba85026e7ad0b2af9902b67fb6c7e9b +size 153964 diff --git a/videos/chunk-000/image/episode_000268.mp4 b/videos/chunk-000/image/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2760012ee821979d5691339c24b3574fd2e3f930 --- /dev/null +++ b/videos/chunk-000/image/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ee08477583290683b8dd1692fd124d29af4b226daa99e98071262219ea5ea2 +size 184536 diff --git a/videos/chunk-000/image/episode_000269.mp4 b/videos/chunk-000/image/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4df44b7dcf381dcdd94ac9db2f50db2ed080dbd1 --- /dev/null +++ b/videos/chunk-000/image/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe4973d445eb627bc5daac2f2425b6a471c3c4107ffa7445ace55ba59b58522 +size 163767 diff --git a/videos/chunk-000/image/episode_000270.mp4 b/videos/chunk-000/image/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfad40b21a9f795ec8a0ba49fb60a9ee316604d5 --- /dev/null +++ b/videos/chunk-000/image/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72b5ff27403b76a6b517bd3a71311a511d4f844f5b6b98abbdaf7adfc26ea39 +size 266020 diff --git a/videos/chunk-000/image/episode_000271.mp4 b/videos/chunk-000/image/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a243191d2e8b0948e1a07f204895201c55db271 --- /dev/null +++ b/videos/chunk-000/image/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4f0bf3f35849cca88d14190dbad5eae2e52d1536f0e1a5e988c7532f5ee0b3 +size 245982 diff --git a/videos/chunk-000/image/episode_000272.mp4 b/videos/chunk-000/image/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb7408aa5c61fea3b8c15829acc0708799876a26 --- /dev/null +++ b/videos/chunk-000/image/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9748159ff5410cc6e43cfb046f979b501e135fca76fc6b321148d4ecf85ac47 +size 286212 diff --git a/videos/chunk-000/image/episode_000273.mp4 b/videos/chunk-000/image/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..259cbfd74ed449f215db2065ed2d912cb577923f --- /dev/null +++ b/videos/chunk-000/image/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823e1c2882fb1fb59aafdd6066324de2d41b7e19703a33f08fdbef82789756c7 +size 318834 diff --git a/videos/chunk-000/image/episode_000274.mp4 b/videos/chunk-000/image/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a227153968458013dc6a7dac4543c7d4d95ab5ba --- /dev/null +++ b/videos/chunk-000/image/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842382b9f4d49415ba5dde18d97ad08e507f24b12f130d0ecad55b035bfdb98e +size 255834 diff --git a/videos/chunk-000/image/episode_000275.mp4 b/videos/chunk-000/image/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05c481ed84f70316d821a8c0397ee8e9abe25194 --- /dev/null +++ b/videos/chunk-000/image/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4442ffa21e5088a19074826ab28aec7ba633de0412b3d9493df31ac696a479 +size 234143 diff --git a/videos/chunk-000/image/episode_000276.mp4 b/videos/chunk-000/image/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..278942c72cc3c20e50365a3574d0c9de52d74454 --- /dev/null +++ b/videos/chunk-000/image/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1109df77f04a48770eb24a65ab4ccbf77b564bde58f75140bbce0185572d8ff3 +size 236652 diff --git a/videos/chunk-000/image/episode_000277.mp4 b/videos/chunk-000/image/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a88a544eea665ef1ad2c6d1a15cdf4053abc3938 --- /dev/null +++ b/videos/chunk-000/image/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0b9a6f12ec54854cb4274f6c5449efdf7dd59a44981033ec0cc62b51295320 +size 255622 diff --git a/videos/chunk-000/image/episode_000278.mp4 b/videos/chunk-000/image/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c7f9b9af87bd0f1994b242bf2045a2ade84c89f --- /dev/null +++ b/videos/chunk-000/image/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58df269451ed1a6cddebfff4867876a2a1748c15acaa3c133e699736429c3622 +size 280708 diff --git a/videos/chunk-000/image/episode_000279.mp4 b/videos/chunk-000/image/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..938eec8da3e373d7f3fb2d692f110d0dee576758 --- /dev/null +++ b/videos/chunk-000/image/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660abcfff7324af063a96cbf77360013d2d562067e72bb75494c883ce3e1e08a +size 234151 diff --git a/videos/chunk-000/image/episode_000280.mp4 b/videos/chunk-000/image/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5189dd3d20c3063faf90585f16bcdc6cca9bfd0 --- /dev/null +++ b/videos/chunk-000/image/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd722007445c37cfc73be7d557278bad01ef022b964a71b485e06669041869f +size 280164 diff --git a/videos/chunk-000/image/episode_000281.mp4 b/videos/chunk-000/image/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23ac8e988eec84056fd9a7303d1705ef69b67bff --- /dev/null +++ b/videos/chunk-000/image/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a152ab95836da5c1b0c4382a4792ce7766a1862ee6cff60d00c0c942c7308ac6 +size 241165 diff --git a/videos/chunk-000/image/episode_000282.mp4 b/videos/chunk-000/image/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82fa11ba40f177e7b973ed4f9ffcd15839716204 --- /dev/null +++ b/videos/chunk-000/image/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c567427439e3ac7410416dc253cdf506cdd32b34f73e2ec4990cc6562d18ad +size 242865 diff --git a/videos/chunk-000/image/episode_000283.mp4 b/videos/chunk-000/image/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0530c0308436bd3990a74e5489b08d009a257eea --- /dev/null +++ b/videos/chunk-000/image/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183ab8e2712f1f24987c8cef22ad253119c550cf9bab32a648629100bba84af8 +size 274843 diff --git a/videos/chunk-000/image/episode_000284.mp4 b/videos/chunk-000/image/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0367164402e08903ec8464df534697ed586551f --- /dev/null +++ b/videos/chunk-000/image/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e504751a5f8f0d9ccf643873eafb0b2204aea0815253273f83c9e4aaf1e39a +size 208386 diff --git a/videos/chunk-000/image/episode_000285.mp4 b/videos/chunk-000/image/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b18f86b6a6cf5d71eff3316cb5bf4563d0b49843 --- /dev/null +++ b/videos/chunk-000/image/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f239a37f4e9c8df64421fa4d9a2387077b20805139759c53aab97c01bdf620e +size 208947 diff --git a/videos/chunk-000/image/episode_000286.mp4 b/videos/chunk-000/image/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa3b9004b30b9e70eb0c92434966337e98852a9d --- /dev/null +++ b/videos/chunk-000/image/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068ff8b042291295ce3301e4927bb453243bf2b3d11750eb2274fc5157593d6e +size 235321 diff --git a/videos/chunk-000/image/episode_000287.mp4 b/videos/chunk-000/image/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58ae77c88cd051ff4d4d13434d9cf1c2f2fa0fe4 --- /dev/null +++ b/videos/chunk-000/image/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e40a1b0b18ed178e6fc356cebc50b018dcc1ce63d8328c9cd083e80ac91eb2 +size 205046 diff --git a/videos/chunk-000/image/episode_000288.mp4 b/videos/chunk-000/image/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c6dcfacd7d2f66d78a9337e488518d0c702df7f --- /dev/null +++ b/videos/chunk-000/image/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b688a40aeab44058a5dded6ef49e37b630896c813b1bf17e16160d8bbfc54ad +size 245731 diff --git a/videos/chunk-000/image/episode_000289.mp4 b/videos/chunk-000/image/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6c986880b5c388fdc9d0abcd3f4396986e5cd5f --- /dev/null +++ b/videos/chunk-000/image/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b5447f22f852260409516b84184e86444863c2e64f603901ad3eb965900834 +size 293432 diff --git a/videos/chunk-000/image/episode_000290.mp4 b/videos/chunk-000/image/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca489cda0aec223004de4e2b4a61ebb9213999fe --- /dev/null +++ b/videos/chunk-000/image/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26e82f3487a2fd4d7bf44e3bf300ec3537173e1655279bca1bb967625998423 +size 288476 diff --git a/videos/chunk-000/image/episode_000291.mp4 b/videos/chunk-000/image/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9168e26fede3d8ffebee73b49274c70916684fcc --- /dev/null +++ b/videos/chunk-000/image/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca86d26be0593d3fc2bd18c1971a339bd503632cfab9a0dbe1afbb99a90c74f +size 277404 diff --git a/videos/chunk-000/image/episode_000292.mp4 b/videos/chunk-000/image/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..033a80c889c3bd30706be7681ab7ac0fa12908bb --- /dev/null +++ b/videos/chunk-000/image/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43280bd93eda355ca8aeeb2c4af14907e860d2619a2ef3bb9451aa8c9eed6b84 +size 287383 diff --git a/videos/chunk-000/image/episode_000293.mp4 b/videos/chunk-000/image/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fc4e3cf00b653d04b4c47b16afbc7ad2de2196e --- /dev/null +++ b/videos/chunk-000/image/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d520734c46ef25a27657b7ce64eb356e394c9a6b3677d8e5ad0a48e321f1984 +size 199818 diff --git a/videos/chunk-000/image/episode_000294.mp4 b/videos/chunk-000/image/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ff86dee9162d00a4f63d7514dcf316574223a1d --- /dev/null +++ b/videos/chunk-000/image/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084c94b1360f1d33fc7bebfd0af05e0c99378487f655ac8e533966d498d9a5ef +size 210728 diff --git a/videos/chunk-000/image/episode_000295.mp4 b/videos/chunk-000/image/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e2761f0d9b277faf025fa6e52e446ec4b108946 --- /dev/null +++ b/videos/chunk-000/image/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56abd464781b2dcf8ded3e13e888034cddcae793d658493007b3ba838fabbd71 +size 199103 diff --git a/videos/chunk-000/image/episode_000296.mp4 b/videos/chunk-000/image/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57dc6f5f26df454411326c9d5350dbb41b1adae3 --- /dev/null +++ b/videos/chunk-000/image/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2983f508cb993c39a77b2e5058d51a13010a6a1c0eb0f2dad82ae04d8038058 +size 193356 diff --git a/videos/chunk-000/image/episode_000297.mp4 b/videos/chunk-000/image/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab7c10a70ae448e3ad8da0d355cd76103100e3ae --- /dev/null +++ b/videos/chunk-000/image/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaec1e2c669b04b5cad66cf1370e738b246688721901becebf99572fdd36465f +size 208050 diff --git a/videos/chunk-000/image/episode_000298.mp4 b/videos/chunk-000/image/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b30d222aff652019fc696d5cdb4fc87794048d0 --- /dev/null +++ b/videos/chunk-000/image/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da8fba6dba29cc59d6335e8f548f5a7c3d2b37c52c1aecb727cc36ca84cf5e8 +size 187390 diff --git a/videos/chunk-000/image/episode_000299.mp4 b/videos/chunk-000/image/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f664b0df352fdc7249833f18125df2e1e7335c0a --- /dev/null +++ b/videos/chunk-000/image/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ca12e2b424c8e83c7f3aeb336d50e1a9e9cca8709dc867ea86b42f90c36204 +size 204445 diff --git a/videos/chunk-000/image/episode_000300.mp4 b/videos/chunk-000/image/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73a156cfaff6a429ccc45bdd5b5a955bf2a3233d --- /dev/null +++ b/videos/chunk-000/image/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12724bc5fe29b44c5de3f7c61937b94ddc0b8947b38634a91c1c591a47e784e7 +size 141861 diff --git a/videos/chunk-000/image/episode_000301.mp4 b/videos/chunk-000/image/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86526b2d7cd2bd5f5139f53314db63bfbee1d039 --- /dev/null +++ b/videos/chunk-000/image/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39803346ecba398e3ed30547c02d5179a7fa4fd03dcacde0312b1117a504039e +size 142052 diff --git a/videos/chunk-000/image/episode_000302.mp4 b/videos/chunk-000/image/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06ed3b2be6dae8f1ac0557f4183a29fae8293a0a --- /dev/null +++ b/videos/chunk-000/image/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29886f53e8312826a6ea1cffde89253bd3b2883ab0bd831511af0acae0cb7df6 +size 202491 diff --git a/videos/chunk-000/image/episode_000303.mp4 b/videos/chunk-000/image/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd67f3d355ba21053f37cadafc5b6364d9fd4277 --- /dev/null +++ b/videos/chunk-000/image/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8127c36635becdadfe28a5cdbccbfd9166a85bcfd3d1e3de0226bafbf9db95 +size 150466 diff --git a/videos/chunk-000/image/episode_000304.mp4 b/videos/chunk-000/image/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daf28e651ef0d3c9e5f9b7210363e7bb85399e75 --- /dev/null +++ b/videos/chunk-000/image/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857eb3265af4d9812a0d2e06feea6afaa7600d4a4017804a45232734ea104b7e +size 161709 diff --git a/videos/chunk-000/image/episode_000305.mp4 b/videos/chunk-000/image/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd4b5593f5c755d83a5d7921bfac078f85d51600 --- /dev/null +++ b/videos/chunk-000/image/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4637113a972c23dcc5f4078f2de52c5d78ec7c77ccae0873926d81f9dcced850 +size 171669 diff --git a/videos/chunk-000/image/episode_000306.mp4 b/videos/chunk-000/image/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88f0b85e07488707c53f0a60a99d980896d3a74b --- /dev/null +++ b/videos/chunk-000/image/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc790799f2da1ebacf27cf70c03d01b1cfa5a8def11fe721cafb46fe95d5231 +size 232251 diff --git a/videos/chunk-000/image/episode_000307.mp4 b/videos/chunk-000/image/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5f87f1de30664924a1f95b7a4f87512fe7cf99e --- /dev/null +++ b/videos/chunk-000/image/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d58c1676a8e496fa0c70e511a2d4fb2e01961b0ed9910bffd8ab322350f060 +size 263062 diff --git a/videos/chunk-000/image/episode_000308.mp4 b/videos/chunk-000/image/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..324b897a24120a3edc3cb512da4ff5175feb3b13 --- /dev/null +++ b/videos/chunk-000/image/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fbc977603bf25f2480f28451d3a54df9ecb71348bae44247718b367853fadd +size 267647 diff --git a/videos/chunk-000/image/episode_000309.mp4 b/videos/chunk-000/image/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13c6c2ee46243e039bd05f5c32afe2887743b918 --- /dev/null +++ b/videos/chunk-000/image/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9e2a90a89c5ff152526eeb59f329d29a0f2d29e1dcebee45fc405a53e47f21 +size 205910 diff --git a/videos/chunk-000/image/episode_000310.mp4 b/videos/chunk-000/image/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a38e2fc66b7f4317eaad86dc946ddeb3cb87ff5 --- /dev/null +++ b/videos/chunk-000/image/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf7b77e7bd8570eca1d77ae98b4f85ad59ee0ae2958ba6199df067319df76d2 +size 155414 diff --git a/videos/chunk-000/image/episode_000311.mp4 b/videos/chunk-000/image/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c10dfb1747a510b65ae7064d4ac4b555712c0bb9 --- /dev/null +++ b/videos/chunk-000/image/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f0ddf05a993ab3becf6bbda4902e24dd5430b9235bab9df642f2cf9f19a300 +size 199522 diff --git a/videos/chunk-000/image/episode_000312.mp4 b/videos/chunk-000/image/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b895e7d5de80316d55f3d9190bc7be56f3dee0ac --- /dev/null +++ b/videos/chunk-000/image/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3a0244af9b9e5b8479189e66fa595ba3f9be671758a319156b40d42a0d9aa9 +size 230005 diff --git a/videos/chunk-000/image/episode_000313.mp4 b/videos/chunk-000/image/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..565b610e1042601e761404884e544b4db86087de --- /dev/null +++ b/videos/chunk-000/image/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d46c47168ba26b43a4230578600d821fe4a384512a189025cc6b8b17b63a28 +size 226466 diff --git a/videos/chunk-000/image/episode_000314.mp4 b/videos/chunk-000/image/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98b3759d670a91f9a8eb23e3f9b7eeb77857a5b2 --- /dev/null +++ b/videos/chunk-000/image/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56df340c48d8c415fbc8a7c0f24727a4c1e456beb6dab17d745b27f8c9bfb087 +size 204559 diff --git a/videos/chunk-000/image/episode_000315.mp4 b/videos/chunk-000/image/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6f7306203a73b6d646f8404ab0659c7477dec77 --- /dev/null +++ b/videos/chunk-000/image/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3ae1ead60b9d9f0b0ea8d62daabbd2306d2d7555b57a73d70e4432f54892dc +size 212738 diff --git a/videos/chunk-000/image/episode_000316.mp4 b/videos/chunk-000/image/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5afd6efe6a41affef63fa6a20479234e39aac2a --- /dev/null +++ b/videos/chunk-000/image/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9308c757b7ba7f015927da317445756dc2d8d14fe9cd832ec71e1fbe91bb12c4 +size 205991 diff --git a/videos/chunk-000/image/episode_000317.mp4 b/videos/chunk-000/image/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..984f2f56dea8f12d4c781ed6ec47c823435ce351 --- /dev/null +++ b/videos/chunk-000/image/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59dde190d91a189a8bd57f6e1eee7841aa2060c10cca7a7fe8cdf971383e43c +size 148164 diff --git a/videos/chunk-000/image/episode_000318.mp4 b/videos/chunk-000/image/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..343806d2f7f1d438d6875baed6b63e5de507dbb1 --- /dev/null +++ b/videos/chunk-000/image/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b051ed8617fb5eda19bcd053b142f5a60084f47faf3b7456949075eecc44368f +size 171757 diff --git a/videos/chunk-000/image/episode_000319.mp4 b/videos/chunk-000/image/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..355900b3d8af40e505eda574958e6234b4bb453f --- /dev/null +++ b/videos/chunk-000/image/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e13fcd59275047b3ccf95eba0f2ae29a6d0a7c11790043a56994db27db0e4e9 +size 185370 diff --git a/videos/chunk-000/image/episode_000320.mp4 b/videos/chunk-000/image/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53989fa3aef7467ca93b13f7654e245daef84135 --- /dev/null +++ b/videos/chunk-000/image/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfea7fbb4d7ae58173acc969006253694f9de55534cbaa2f49214c904eacdc6 +size 148059 diff --git a/videos/chunk-000/image/episode_000321.mp4 b/videos/chunk-000/image/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d593d1ed742f9b102282af552fc58ccfcd4a0fb1 --- /dev/null +++ b/videos/chunk-000/image/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1238eb573bd314e32be6801e59331db49a22bae1bb4c2031ed95f4fd3371514d +size 153394 diff --git a/videos/chunk-000/image/episode_000322.mp4 b/videos/chunk-000/image/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..759ea80bc584095c039140d080b9c5065ea3b7e9 --- /dev/null +++ b/videos/chunk-000/image/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16471dc949a0e7aec4ef966d233f6008d981c37357d379dd78bcb5df3065e2ad +size 211900 diff --git a/videos/chunk-000/image/episode_000323.mp4 b/videos/chunk-000/image/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f728521a83093e0b31b3a11670cfe52ba30ee974 --- /dev/null +++ b/videos/chunk-000/image/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102e55e0fb8032ecafa7d97131790884de88e45396379d03dfe402471becbc99 +size 187062 diff --git a/videos/chunk-000/image/episode_000324.mp4 b/videos/chunk-000/image/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cfb17ad0f36ec8693c34ce711125eca420f01e3 --- /dev/null +++ b/videos/chunk-000/image/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c3ddf9b3a49b81ead6c563cbc3c7cb961baeba2b44cf607fdc2661390faad2 +size 205397 diff --git a/videos/chunk-000/image/episode_000325.mp4 b/videos/chunk-000/image/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68fb572440868a6071e09b7af4bc86a87d4f1f71 --- /dev/null +++ b/videos/chunk-000/image/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff82e221ce8b70211a9ef0404125f0aa0b125b45864619cccdd6f722b357e396 +size 205387 diff --git a/videos/chunk-000/image/episode_000326.mp4 b/videos/chunk-000/image/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5564ee62299fc11fb0f3c1d0c2c40d4de279d99 --- /dev/null +++ b/videos/chunk-000/image/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c13b90d5ac70b22616837d7ae425570ade51ad09518df3d00dee0ae2a3e4d3 +size 231990 diff --git a/videos/chunk-000/image/episode_000327.mp4 b/videos/chunk-000/image/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6891dc549f201454a8c054fecb157c4042ef350 --- /dev/null +++ b/videos/chunk-000/image/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87f9ee6ab0ef9809b4b2f2adc80b667818df4289c2b0d20f6717537ee078378 +size 279495 diff --git a/videos/chunk-000/image/episode_000328.mp4 b/videos/chunk-000/image/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d693eddf6fb862724773b6eb9ac743ccd37dddc --- /dev/null +++ b/videos/chunk-000/image/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe22c9bf5874ae3c3cec427d506399a1e8ce57371cae550d138138fd7825c1d +size 237848 diff --git a/videos/chunk-000/image/episode_000329.mp4 b/videos/chunk-000/image/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2113fe05331ee0c3ac56f28ed5c304ff10ab3132 --- /dev/null +++ b/videos/chunk-000/image/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cda71726fbf04b1f01c08ffe318e16875fcd54482d9a00b7b33c5ffd0204b9f +size 224487 diff --git a/videos/chunk-000/image/episode_000330.mp4 b/videos/chunk-000/image/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c95d8f957b524e4b2dbf6544290f35c2bd9c750d --- /dev/null +++ b/videos/chunk-000/image/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72f64bd0adecc1f9d372623d2600291b4c31b40a384a070a804c9f7fb6a5b70 +size 221967 diff --git a/videos/chunk-000/image/episode_000331.mp4 b/videos/chunk-000/image/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..955a331da87d5bb79ab889b409848e2ee2f249f9 --- /dev/null +++ b/videos/chunk-000/image/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b83c19e3632f38ee60e6582396d365674270829f43d89dbc281bbee21c6762 +size 145337 diff --git a/videos/chunk-000/image/episode_000332.mp4 b/videos/chunk-000/image/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de4e750bbc98ed17f20a15eeee6d08e38b5bbe4c --- /dev/null +++ b/videos/chunk-000/image/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910843758b0f5a5fe14f3613a0b2b7ed2ffafb602df2ced360d84c74eef69722 +size 142614 diff --git a/videos/chunk-000/image/episode_000333.mp4 b/videos/chunk-000/image/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..787382569444f38d989587268dc531289c4024a2 --- /dev/null +++ b/videos/chunk-000/image/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d56ab5c395adec3226c1806e724cc41c64eb4fbb7bd2790ffcf56e6554bed41 +size 131303 diff --git a/videos/chunk-000/image/episode_000334.mp4 b/videos/chunk-000/image/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e88bdbc9895ed9e313432188d23d86d6fc82ce14 --- /dev/null +++ b/videos/chunk-000/image/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7883a0ac836ccee43fe3c1223f58f083a415a367f6bafa0b5501bf33c74b763 +size 158141 diff --git a/videos/chunk-000/image/episode_000335.mp4 b/videos/chunk-000/image/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b6476d10e511a7e8a3d125726c9299430feca13 --- /dev/null +++ b/videos/chunk-000/image/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53eabb3be1d877c63768775e1bc6ecdeb334ba4c7c389dabe74006ca9a29a677 +size 248568 diff --git a/videos/chunk-000/image/episode_000336.mp4 b/videos/chunk-000/image/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07a08b682f0ebb590ff06875e24a515371d36670 --- /dev/null +++ b/videos/chunk-000/image/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8744b73bec8c85641a6d3e3e4b15f3e17a16556b9f3b5f2e91af0bbe41675076 +size 229367 diff --git a/videos/chunk-000/image/episode_000337.mp4 b/videos/chunk-000/image/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09672e602b5d70e63bf677523be9afa680b886f3 --- /dev/null +++ b/videos/chunk-000/image/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b4991412838e1ac893db6ff0abd47df0e73e34073f1a550e9b8bcff0bb5fa9 +size 211136 diff --git a/videos/chunk-000/image/episode_000338.mp4 b/videos/chunk-000/image/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31ea81cc097ec8076202067fd48d8850ffe92265 --- /dev/null +++ b/videos/chunk-000/image/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b8981a1d1c6ab795e0843c7da8177eba45fa219030cdece06a66354ee09c4b +size 215921 diff --git a/videos/chunk-000/image/episode_000339.mp4 b/videos/chunk-000/image/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f63589594153201181738648d8dc5a4922294a97 --- /dev/null +++ b/videos/chunk-000/image/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d58999461e0ee4266424e1297d855de5cf5f182f47b0311653d5c8711b216f +size 191704 diff --git a/videos/chunk-000/image/episode_000340.mp4 b/videos/chunk-000/image/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d59f9185fb3fe8275c928fc0bde0457814bf4c36 --- /dev/null +++ b/videos/chunk-000/image/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467234b96bcb64531cc55849cad086e09ea51891fb7bd7b589f4a12519a249a1 +size 196525 diff --git a/videos/chunk-000/image/episode_000341.mp4 b/videos/chunk-000/image/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82f5b7112dc1d8108ead8193ae8ad0cee87566bf --- /dev/null +++ b/videos/chunk-000/image/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d518f8a340b094b9d09876977301bb3217d69ce2736b915fe42afe86578f80 +size 219531 diff --git a/videos/chunk-000/image/episode_000342.mp4 b/videos/chunk-000/image/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a5d38b712a5f8fac14439b4cbf7ea52e080901c --- /dev/null +++ b/videos/chunk-000/image/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527c61a2436b1033621f67b21b85abe9e18a6bf0cd038f9758b57e3300801d51 +size 163714 diff --git a/videos/chunk-000/image/episode_000343.mp4 b/videos/chunk-000/image/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..886fa57da6fa28729a2977bab69f8285eb48f2f2 --- /dev/null +++ b/videos/chunk-000/image/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134dfbfa68db248f101ab804d0221c519c2e8bd3975c9a73541ec3eb58a4a386 +size 126865 diff --git a/videos/chunk-000/image/episode_000344.mp4 b/videos/chunk-000/image/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88e758f51a3fc7bc27c8d087a2cdfe9f0c2471c5 --- /dev/null +++ b/videos/chunk-000/image/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd2963b61b50c807cb2a0fe102a65c35e5e6a8bd1e6afc134a8f2c71a43bf6d +size 120434 diff --git a/videos/chunk-000/image/episode_000345.mp4 b/videos/chunk-000/image/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea87d662ee960ba92dbb2a38f76b5e9c1742f919 --- /dev/null +++ b/videos/chunk-000/image/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4531df3150ee7a50fee65726836b44870e5f1cfac4358920b033babf133c8cc7 +size 136346 diff --git a/videos/chunk-000/image/episode_000346.mp4 b/videos/chunk-000/image/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce7a4b8a5e43a05044e2e2f30ab504f6aa793db2 --- /dev/null +++ b/videos/chunk-000/image/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69facc3464acf046929fc5c7bb71d5d7ee4e987cdfed4b985b40ddaff3a33fda +size 140407 diff --git a/videos/chunk-000/image/episode_000347.mp4 b/videos/chunk-000/image/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9817b3602b1b2efc3a9d3d51b6265b53854e0282 --- /dev/null +++ b/videos/chunk-000/image/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4219e0c093d9d45e260f2ce57361a904800705b7a98ec85ee01a3e782ed91f2e +size 126657 diff --git a/videos/chunk-000/image/episode_000348.mp4 b/videos/chunk-000/image/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0d06515cc1bfe34e3dc53b49ba79d47d0bfbf30 --- /dev/null +++ b/videos/chunk-000/image/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e65336b2bcd24a6c400b9eb8ef8d73acad909554879a98c80bc33636e452f00 +size 117456 diff --git a/videos/chunk-000/image/episode_000349.mp4 b/videos/chunk-000/image/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b304ac709216775eb6ea2b67b0e0cf44e8b083d1 --- /dev/null +++ b/videos/chunk-000/image/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb58dd86c9d7f5cbb47f8bd217e67843f4fbb93bbe41f2b96b25a02106c67349 +size 114750 diff --git a/videos/chunk-000/image/episode_000350.mp4 b/videos/chunk-000/image/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c2b812b832f07e5cea952a92d064b3fa8bd2b3f --- /dev/null +++ b/videos/chunk-000/image/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9284965f8b393f9caae1459b5611cfab760ab245aedef69f2320ee1d0623498 +size 111889 diff --git a/videos/chunk-000/image/episode_000351.mp4 b/videos/chunk-000/image/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..468212c294c56e9977c1eee0c93f87ac4e774430 --- /dev/null +++ b/videos/chunk-000/image/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537ec70f3834fb3df2c9931d007cefbea96cdf7b33bd88cc948cac20c5a43a29 +size 246686 diff --git a/videos/chunk-000/image/episode_000352.mp4 b/videos/chunk-000/image/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42c63915b43483ed296744a88804f8315b00b3dd --- /dev/null +++ b/videos/chunk-000/image/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c11f7a848a316a46a534a41a7e915eda1833aa2c2ff822f3b603e0e198ed620 +size 231282 diff --git a/videos/chunk-000/image/episode_000353.mp4 b/videos/chunk-000/image/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7c332c8a85e63b366137564c4db5f5eca86d61a --- /dev/null +++ b/videos/chunk-000/image/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6bc3b70c4c57bcd251ddeb248bab429af951a03ff633b2f9e2f7ff7f67f533 +size 277424 diff --git a/videos/chunk-000/image/episode_000354.mp4 b/videos/chunk-000/image/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..721a01a03445af0ca01e0d5d3ca242e8eebd327f --- /dev/null +++ b/videos/chunk-000/image/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc2dd3c1410d9862ae7f4a10b05e6d67a7790ac7bd6977b6c311b1939136ec1 +size 237695 diff --git a/videos/chunk-000/image/episode_000355.mp4 b/videos/chunk-000/image/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c83004c785c443318aeba9fc603feeb997b7253 --- /dev/null +++ b/videos/chunk-000/image/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d70450bac537853059bfd78fe46e82d4ce3c34eba96a6b4897f78e37fb8d73 +size 206102 diff --git a/videos/chunk-000/image/episode_000356.mp4 b/videos/chunk-000/image/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c36c9d327f9f0bc697a55a89dc93fa93f759632 --- /dev/null +++ b/videos/chunk-000/image/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b33f15550186eb67fd5b62ac90ca6cfba08d4c1aa77b7c223455bb2c8d3ad8 +size 198563 diff --git a/videos/chunk-000/image/episode_000357.mp4 b/videos/chunk-000/image/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53273c44b3abad1013106ff65a22e492646076f4 --- /dev/null +++ b/videos/chunk-000/image/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254b00f60170e647b538496d0c986fc6e4d6ea35e16f1462e60dfcce136cbcaa +size 201058 diff --git a/videos/chunk-000/image/episode_000358.mp4 b/videos/chunk-000/image/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..315857c67a9e0a483674f6b462c77de3ae69052d --- /dev/null +++ b/videos/chunk-000/image/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dede0abadfb0af4ae3ba1e6cb535c84584fe763dc7c1bee0af3940ee2e9304 +size 239112 diff --git a/videos/chunk-000/image/episode_000359.mp4 b/videos/chunk-000/image/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8ff53f1e9e1e1b1b20ffa0b92f4e07fe7b883f7 --- /dev/null +++ b/videos/chunk-000/image/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29204bc6a9e405e68b0e631a431fb457ee510f038480acfcc0d9c8301431e67 +size 194330 diff --git a/videos/chunk-000/image/episode_000360.mp4 b/videos/chunk-000/image/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a38705ed370e806ca6dc10ab58559632cfb5e77 --- /dev/null +++ b/videos/chunk-000/image/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e287fad3ed00d6abcf4ea330059db39f556367152f4ae6b431fc0f79b7342ada +size 213882 diff --git a/videos/chunk-000/image/episode_000361.mp4 b/videos/chunk-000/image/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..547ead83154f8b98c9bdc0ddecf7492c968e254c --- /dev/null +++ b/videos/chunk-000/image/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0ae0e9fd798988a948fa689dfd8afa77ed3f602f67bbdcefbe3082020f2db5 +size 155730 diff --git a/videos/chunk-000/image/episode_000362.mp4 b/videos/chunk-000/image/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76fe87e1222442d815aad6d3fb528a170d6e2c73 --- /dev/null +++ b/videos/chunk-000/image/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fb85ca25ab25be87ba40739c87890e962de0aef286354445f17dc0be74a449 +size 209948 diff --git a/videos/chunk-000/image/episode_000363.mp4 b/videos/chunk-000/image/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d00d14fa5b4dd05b8ad4ace085741a5c3b4a3e80 --- /dev/null +++ b/videos/chunk-000/image/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0061c8f4e57da75d614b402d6a714cd79c566e7c0baa36dcaf172bcb1a616a +size 131940 diff --git a/videos/chunk-000/image/episode_000364.mp4 b/videos/chunk-000/image/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a742ec5ea6cedda38e4d4945ca09c6ab018c6714 --- /dev/null +++ b/videos/chunk-000/image/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f81de9be3219af6a4c3fbd6caaab307792c808cd88bce972777f18428e0c568 +size 122908 diff --git a/videos/chunk-000/image/episode_000365.mp4 b/videos/chunk-000/image/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cad74b08a696905db42443c3402ab101cd1855b --- /dev/null +++ b/videos/chunk-000/image/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2e1976a231f61f7a63a091fd0359067d822a6954193a41bd2fada7bbbca777 +size 153255 diff --git a/videos/chunk-000/image/episode_000366.mp4 b/videos/chunk-000/image/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b16f5c23f029070a4af03b36e24ae32805f72ebe --- /dev/null +++ b/videos/chunk-000/image/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e1f26a5829681dfb1b6401b6d8c7d8e527ee7b61b94469f9bf7ec76eb7ab28 +size 126906 diff --git a/videos/chunk-000/image/episode_000367.mp4 b/videos/chunk-000/image/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9efbec6d8041c7f10769d4eeb6b576d7af0985eb --- /dev/null +++ b/videos/chunk-000/image/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc143d9a5900b105558d780447a95f9e24dd7f53ff78346914ef2b304ee46e6a +size 103750 diff --git a/videos/chunk-000/image/episode_000368.mp4 b/videos/chunk-000/image/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31f558d762450619e8b77f13615b3f9e07c657b4 --- /dev/null +++ b/videos/chunk-000/image/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3e624e16b30ea2396c3edfb5f62a2f33f03f381625e2421c95228f9515e24e +size 125673 diff --git a/videos/chunk-000/image/episode_000369.mp4 b/videos/chunk-000/image/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8b66ffa1fde72f169fb1af24d9c844ca7ec696f --- /dev/null +++ b/videos/chunk-000/image/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e94bad6527bb06fef87bbae2bf1d9de9bf2e7fa03759806af53276211bc45f +size 100524 diff --git a/videos/chunk-000/image/episode_000370.mp4 b/videos/chunk-000/image/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a23dc46aa06a3499b184550d3b9b883a722e199 --- /dev/null +++ b/videos/chunk-000/image/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6cf1511f1c64e752054578ee6ec71e2174ee02afe2ad398b015cf783dae7c6 +size 121449 diff --git a/videos/chunk-000/image/episode_000371.mp4 b/videos/chunk-000/image/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8e32b873b8fa4fb5bc092bae5f7bf37a27b3616 --- /dev/null +++ b/videos/chunk-000/image/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f17f064dd7195cfd80926f5f55b238dc38b14a6cb218837740c1f077e6c7511 +size 301889 diff --git a/videos/chunk-000/image/episode_000372.mp4 b/videos/chunk-000/image/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..161c48992e832a66e9327bfb959264ce1183ea38 --- /dev/null +++ b/videos/chunk-000/image/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26af8afa23a7b49ed096e3c2b995af6bd29be6db9134f79bb3f3c6ef5f787a7b +size 265221 diff --git a/videos/chunk-000/image/episode_000373.mp4 b/videos/chunk-000/image/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65bb50f270384d90c52b2da8690bd29fe59e1816 --- /dev/null +++ b/videos/chunk-000/image/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07365e185465f518813b1365580ad68408d2144fce62b8f3fb35d8e7e185f13f +size 271922 diff --git a/videos/chunk-000/image/episode_000374.mp4 b/videos/chunk-000/image/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d02ea58a9ea5ce0f4519d77b85c348c2975904f2 --- /dev/null +++ b/videos/chunk-000/image/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc027e0fb5037406413fcde7ad06bc3692f8293fae5d6f830278b591d9b6f80 +size 253786 diff --git a/videos/chunk-000/image/episode_000375.mp4 b/videos/chunk-000/image/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..377785561fdb94b1fa0552f5115ab7a39db352a3 --- /dev/null +++ b/videos/chunk-000/image/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5837bc49546ca76366f2a5344a1bed9058f91052b8a63f6e054b58a3729f5af3 +size 241819 diff --git a/videos/chunk-000/image/episode_000376.mp4 b/videos/chunk-000/image/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1df1c8f4c019d38033d41923a016f50dc3c90184 --- /dev/null +++ b/videos/chunk-000/image/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3aefff0b281dc706cc4dc16344b83010c2829056121931e8e2ffb2600dc77d +size 217746 diff --git a/videos/chunk-000/image/episode_000377.mp4 b/videos/chunk-000/image/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..635b184ad1f6928a59092f5ab3b1e5f5a32b4599 --- /dev/null +++ b/videos/chunk-000/image/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505faa10b99069f3135d8b67db4ec0a4f3e66344ea55d1a7669d41ccecae6b60 +size 222341 diff --git a/videos/chunk-000/image/episode_000378.mp4 b/videos/chunk-000/image/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4efafd8ec8f49e53aecb38089d21546816a0059b --- /dev/null +++ b/videos/chunk-000/image/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74150dca2cb8c0825c23e7744c7a268280c8e04f75642496be487ce016776386 +size 238389 diff --git a/videos/chunk-000/image/episode_000379.mp4 b/videos/chunk-000/image/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70a3c7601518f039e00b9d749eb487d1af276a25 --- /dev/null +++ b/videos/chunk-000/image/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6db692f9d02c5b8546efe26a22a034c46ba530f9d14047994b6cdab2d303ba1 +size 207874 diff --git a/videos/chunk-000/image/episode_000380.mp4 b/videos/chunk-000/image/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4720d8c11e836828230aaa2019bd82833e44bd39 --- /dev/null +++ b/videos/chunk-000/image/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce9a37d5187322c0312e17972633fbba046f6499559867ada06dd557c77d3f6 +size 254997 diff --git a/videos/chunk-000/image/episode_000381.mp4 b/videos/chunk-000/image/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..332c7e8bfba12021befd5c651891988d084fdd38 --- /dev/null +++ b/videos/chunk-000/image/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3743a27d6709cbd12afbe25d672956852f2414a2d1ff1e8de2ffc40fc44ecef7 +size 156911 diff --git a/videos/chunk-000/image/episode_000382.mp4 b/videos/chunk-000/image/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c180f1289f0219c3c30dad3a0246873d7f3bb3e4 --- /dev/null +++ b/videos/chunk-000/image/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96761cacf5f6f171925668543985bdf552965c07bafa979517e2f7287755a9c9 +size 128711 diff --git a/videos/chunk-000/image/episode_000383.mp4 b/videos/chunk-000/image/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae8e6823525f08570185e02eb363ba04e731f2dc --- /dev/null +++ b/videos/chunk-000/image/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e792bc843a5e8ea36cbd1f0ea8e901c892772e0e79637ff18e42023a5c1bf2be +size 134107 diff --git a/videos/chunk-000/image/episode_000384.mp4 b/videos/chunk-000/image/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dc258b028a7b16eaab683521f74d8150b0f8cb2 --- /dev/null +++ b/videos/chunk-000/image/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed06944c06c4252adf191da3ca96c3a18b76fa8ed7c630f05a675aff4f1bea8 +size 153965 diff --git a/videos/chunk-000/image/episode_000385.mp4 b/videos/chunk-000/image/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e35396beb4f274e44340d69b65da05b5ebfbaef6 --- /dev/null +++ b/videos/chunk-000/image/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9a81eaaf2d4e8cd6e03271a775f9d728c49b910f7fe26e6c983a9ecd3b2a25 +size 143883 diff --git a/videos/chunk-000/image/episode_000386.mp4 b/videos/chunk-000/image/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b17eebfcb8ed072ad43d152924468aa6ea9dc445 --- /dev/null +++ b/videos/chunk-000/image/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3261540bf7b66dc4df5d0dbbb13a7d4305f299af54c57fe7b06eca09e79d728f +size 165683 diff --git a/videos/chunk-000/image/episode_000387.mp4 b/videos/chunk-000/image/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05f9f4a987a32c4661afa1c95303e9d0721ea591 --- /dev/null +++ b/videos/chunk-000/image/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787d3dccdbfc61053727facacef63bdc13125ebcc7f71ead775eae367877e6b2 +size 188258 diff --git a/videos/chunk-000/image/episode_000388.mp4 b/videos/chunk-000/image/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42741a9424ca40097bae002ad58fc71f57624c43 --- /dev/null +++ b/videos/chunk-000/image/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef787dc4f53d27cd366a03c1b3b3c8484e72bfee80490c2117c713ac9472c04e +size 184865 diff --git a/videos/chunk-000/image/episode_000389.mp4 b/videos/chunk-000/image/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b376c8411f23951f143b90c65432a4d85d5b92b --- /dev/null +++ b/videos/chunk-000/image/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7af4c3bc115820217ab0e4b51cdb49aebb1f1e23e62f00f5f24f7ce5db8461 +size 148068 diff --git a/videos/chunk-000/image/episode_000390.mp4 b/videos/chunk-000/image/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a77f883f9337d7886bb921e0f5ebb3f7938dd2b7 --- /dev/null +++ b/videos/chunk-000/image/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44560a2a2319abedab5c3679b6f3c3d7eb5039452759d4b508e64bfb2ed9b98a +size 211419 diff --git a/videos/chunk-000/image/episode_000391.mp4 b/videos/chunk-000/image/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a01e3db745752f687e5a6954d10388e47e27b11 --- /dev/null +++ b/videos/chunk-000/image/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519771e22725061ef72bee3a215e6767203c8427a3408252d3205d9af3ff0419 +size 196311 diff --git a/videos/chunk-000/image/episode_000392.mp4 b/videos/chunk-000/image/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25e83ab18d36fe911c809a5fdfeb680a8f0b4ceb --- /dev/null +++ b/videos/chunk-000/image/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b1aa5f8d22dbbba3ff990d3b8996795b821bffe6e969e5409a25f5c96d79fa +size 156022 diff --git a/videos/chunk-000/image/episode_000393.mp4 b/videos/chunk-000/image/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18f853aa7b9d1ed2e92db770f4da87acc9d77180 --- /dev/null +++ b/videos/chunk-000/image/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fad23c8061ce1acdf6383f919aae2bcd3051758aaa742b0ac4779cb8435a504 +size 169042 diff --git a/videos/chunk-000/image/episode_000394.mp4 b/videos/chunk-000/image/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..291160c1c07d3205a2530e7a81f38dc360daf79f --- /dev/null +++ b/videos/chunk-000/image/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515d165f82d8681f30768d87d2d0aeb83960ca471f57fbd1c5af113affdf34b8 +size 149196 diff --git a/videos/chunk-000/image/episode_000395.mp4 b/videos/chunk-000/image/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42c6c20096a92bf061ece2304d9ed3dd330d0dcc --- /dev/null +++ b/videos/chunk-000/image/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c806058fb46f32038ac337ed82230244778b41e654f753a655000016490a5c74 +size 165391 diff --git a/videos/chunk-000/image/episode_000396.mp4 b/videos/chunk-000/image/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14403c85b9b50dd6738cd66141846b3eb49420b4 --- /dev/null +++ b/videos/chunk-000/image/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8776a59e320ed0e5b436ae66cbf0ba35cdef2d755b743f66f9cfc79ce93737b +size 151818 diff --git a/videos/chunk-000/image/episode_000397.mp4 b/videos/chunk-000/image/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c6c526030c42e463d9639f026f37bed474cba29 --- /dev/null +++ b/videos/chunk-000/image/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdc8dc2fa8e053164eaf4a7f1b0454f71f328c9a7642e0fd33df936e99cfde9 +size 168776 diff --git a/videos/chunk-000/image/episode_000398.mp4 b/videos/chunk-000/image/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2e5561e2fbf6853b5300dd80549a729863aa292 --- /dev/null +++ b/videos/chunk-000/image/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8532c9c1a97406ae6e28bae1842407b5c4bab9af551165aaf6aa64d6047cd4 +size 169841 diff --git a/videos/chunk-000/image/episode_000399.mp4 b/videos/chunk-000/image/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddf671775d3fdcf56cf10f236e03f40e20a121ca --- /dev/null +++ b/videos/chunk-000/image/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24c069dac46a1f3ae001fce9a49f22e55ce2d225fdf53d6536afd6ec6895bcf +size 164362 diff --git a/videos/chunk-000/image/episode_000400.mp4 b/videos/chunk-000/image/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..459ceb77f9d9fee2ba916e5a09f2c15ea7a7da60 --- /dev/null +++ b/videos/chunk-000/image/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0affc8919bc7249122d4d2ece122cd57cd98d40ad133e3fc01506800f20d4842 +size 125200 diff --git a/videos/chunk-000/image/episode_000401.mp4 b/videos/chunk-000/image/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..939bc4b1d8bfc493672a2b89f21063b5aaa6b1f1 --- /dev/null +++ b/videos/chunk-000/image/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e32db6d64d94e96c62c3ac9423a74a59c2783a68fc23b47b2cedb354225b05 +size 126233 diff --git a/videos/chunk-000/image/episode_000402.mp4 b/videos/chunk-000/image/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daf5d81f0876336593599db7fd546c114edc40b2 --- /dev/null +++ b/videos/chunk-000/image/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d18b94aa1691d72c50303fb34307583aaac9e14ce9b1b0f1a735af8a9234f9e +size 147153 diff --git a/videos/chunk-000/image/episode_000403.mp4 b/videos/chunk-000/image/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5880f07f543f47a750870b7aa85628030728043a --- /dev/null +++ b/videos/chunk-000/image/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb09268a2a1f0a99e72459dd37f5be1edbd008477cd8d2af0ac1125a5ddb4938 +size 132994 diff --git a/videos/chunk-000/image/episode_000404.mp4 b/videos/chunk-000/image/episode_000404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34321603bd975cfc3b3e76982485002185adc6d7 --- /dev/null +++ b/videos/chunk-000/image/episode_000404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54891fcf7dafd1c7c906db7ab1b0c3d46d1059b72958c2391875e7da34ff9fec +size 162199 diff --git a/videos/chunk-000/image/episode_000405.mp4 b/videos/chunk-000/image/episode_000405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..039038b0c7f40cee0cef2ee5b05dbf8162733720 --- /dev/null +++ b/videos/chunk-000/image/episode_000405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426021ac86cba5d0e0e34c5c71517d30c9801598f54d50a2106760c98c2135a7 +size 131427 diff --git a/videos/chunk-000/image/episode_000406.mp4 b/videos/chunk-000/image/episode_000406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44bee6a1c428f1182997a519441781cc3c62e3ab --- /dev/null +++ b/videos/chunk-000/image/episode_000406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e8b5a4130f8d22cb4644f0b1dfeddc91f28dd092511d628725869e598ea989 +size 143870 diff --git a/videos/chunk-000/image/episode_000407.mp4 b/videos/chunk-000/image/episode_000407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..022f4d716a396122b69dea8edc558832eac10433 --- /dev/null +++ b/videos/chunk-000/image/episode_000407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83981705d832cbabbbf3f153f4c4b3583dde67b41ff622d5d9fc5a763950767 +size 171592 diff --git a/videos/chunk-000/image/episode_000408.mp4 b/videos/chunk-000/image/episode_000408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75322b4c2e36a7087d6ff69302d8a27a89e10567 --- /dev/null +++ b/videos/chunk-000/image/episode_000408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f83800c7a5f5778dcb3f1482b423f29db7f89f4377efba9b26bc86b12436c8 +size 192184 diff --git a/videos/chunk-000/image/episode_000409.mp4 b/videos/chunk-000/image/episode_000409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e20784babf69ac8a99e58477d48c7f928a5088f2 --- /dev/null +++ b/videos/chunk-000/image/episode_000409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cae8b78c8b1d4a421f29afd93db6ffdcffd28aa3be8fdcd065a901cdd97d948 +size 208395 diff --git a/videos/chunk-000/image/episode_000410.mp4 b/videos/chunk-000/image/episode_000410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32cfcc29c1c80d9dffd4d76bad95ba4527738607 --- /dev/null +++ b/videos/chunk-000/image/episode_000410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae9526866c2bf8a37439ea804ed82382272d89c3d7adff02dc68d1ea5a05550 +size 219128 diff --git a/videos/chunk-000/image/episode_000411.mp4 b/videos/chunk-000/image/episode_000411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3e5831dfc9b69d2cd3c67ceacc2b2fd94aa79e4 --- /dev/null +++ b/videos/chunk-000/image/episode_000411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb2385fe17b62c20522c1a03e574af571e33d5a29317a87b47bf06586ad20ac +size 238799 diff --git a/videos/chunk-000/image/episode_000412.mp4 b/videos/chunk-000/image/episode_000412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ff029c4db5277904610c5844ecab8e6d20f282e --- /dev/null +++ b/videos/chunk-000/image/episode_000412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c14e9cacee7920cb68b1785c69b07aff456a3f41d973c90a1cd1e3719783523 +size 123558 diff --git a/videos/chunk-000/image/episode_000413.mp4 b/videos/chunk-000/image/episode_000413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..206ab9fcb80df74bf5938e00ca3eedf08b08326c --- /dev/null +++ b/videos/chunk-000/image/episode_000413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c637042ab8978af87a3f449a6f1ba32c6dd1010a59b9a25c241e0a6e5edaa970 +size 116148 diff --git a/videos/chunk-000/image/episode_000414.mp4 b/videos/chunk-000/image/episode_000414.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d19f8bd23c108de7d68105c87b6f976861597146 --- /dev/null +++ b/videos/chunk-000/image/episode_000414.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bab6438b938fcccb293a6597983190ea7126ad8c809b123d82160cb44de6704 +size 127051 diff --git a/videos/chunk-000/image/episode_000415.mp4 b/videos/chunk-000/image/episode_000415.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6781b31b5e34287d740d7493e5ac344ee6c9c693 --- /dev/null +++ b/videos/chunk-000/image/episode_000415.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c87b1f6083c791a626e0575c4de4e6d834b6a4783c5df3276bb8c0263949a76 +size 122714 diff --git a/videos/chunk-000/image/episode_000416.mp4 b/videos/chunk-000/image/episode_000416.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..735d2327ec6acd587cfdc6df926fb2928f93f4fe --- /dev/null +++ b/videos/chunk-000/image/episode_000416.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2943b770e34dfbbcbeb5540b37d09de9d39f690bf2bd31f3defb0caf1ae2c3b +size 204197 diff --git a/videos/chunk-000/image/episode_000417.mp4 b/videos/chunk-000/image/episode_000417.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b6c7f6331cbcb71aea1a246a7cc4bbf7fc525b5 --- /dev/null +++ b/videos/chunk-000/image/episode_000417.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1fcfb86dceb83ec19fd10de45f7ef0ea3bdcef6f42e5d9f2ea5889b771b179 +size 213812 diff --git a/videos/chunk-000/image/episode_000418.mp4 b/videos/chunk-000/image/episode_000418.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70aec495ed061fc6eb83e88a5440c26540ca4b3d --- /dev/null +++ b/videos/chunk-000/image/episode_000418.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcd0e88c5697880c961ecd68707cbbed5c94e241ce17ec2a162646cf3c741d1 +size 187729 diff --git a/videos/chunk-000/image/episode_000419.mp4 b/videos/chunk-000/image/episode_000419.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61c514e32fb0f1608576dc7b6f27a81b4ab3cb1e --- /dev/null +++ b/videos/chunk-000/image/episode_000419.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a294577c19432f5b4a45dcc5886b80c7334e4d37206d2fb8bb741bc5052a3b6 +size 196814 diff --git a/videos/chunk-000/image/episode_000420.mp4 b/videos/chunk-000/image/episode_000420.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c38aaef6901e93431678d6c7cd461d64ead52f0e --- /dev/null +++ b/videos/chunk-000/image/episode_000420.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124ca804457d0b4905b02a266837d210262ed07acd3bbdf17dfba18a94cb6a50 +size 354645 diff --git a/videos/chunk-000/image/episode_000421.mp4 b/videos/chunk-000/image/episode_000421.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd63e7918d2e0610e6d93483f7f187c17a8f6262 --- /dev/null +++ b/videos/chunk-000/image/episode_000421.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e678a0f84c5c9ea6000422a266ad1e209c65c78ce94bccf4946b5c289cda12 +size 300668 diff --git a/videos/chunk-000/image/episode_000422.mp4 b/videos/chunk-000/image/episode_000422.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0eb8e8ebbf047648f73526ccbf5e489e55cb008 --- /dev/null +++ b/videos/chunk-000/image/episode_000422.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5f9f32acc55b50f604b33df83c93767d86e78cc9e4c9274a64f27943d784b4 +size 310913 diff --git a/videos/chunk-000/image/episode_000423.mp4 b/videos/chunk-000/image/episode_000423.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75f6af65afbf3fbbc4bc85fd3d16700ebce0957c --- /dev/null +++ b/videos/chunk-000/image/episode_000423.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f626fec8c9a3e38f895428f494b5c37398f33947a44c1a483b35e852dff8fd01 +size 368801 diff --git a/videos/chunk-000/image/episode_000424.mp4 b/videos/chunk-000/image/episode_000424.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cc2dcb561c4673113b42c6a58db01882d9f3318 --- /dev/null +++ b/videos/chunk-000/image/episode_000424.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013d7e39d06469447db652ece987b96a8e61c7a449e4bff32a1ead3888b64caf +size 314527 diff --git a/videos/chunk-000/image/episode_000425.mp4 b/videos/chunk-000/image/episode_000425.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c55c6d2f0ed443605a6bde260c22e6478e97ef8d --- /dev/null +++ b/videos/chunk-000/image/episode_000425.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52138551f40eaf552c22e53cc124f1fff6d27531826c71b3e55fb9d845f6eef1 +size 302545 diff --git a/videos/chunk-000/image/episode_000426.mp4 b/videos/chunk-000/image/episode_000426.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0f2479bdae8b80f53ff14c2bc09cdd50035a091 --- /dev/null +++ b/videos/chunk-000/image/episode_000426.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499f78c1e594602af348e7fa14b3562c319b6419f47cbe6e113abe5a4b86854e +size 326735 diff --git a/videos/chunk-000/image/episode_000427.mp4 b/videos/chunk-000/image/episode_000427.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7af10a06fb4f1007f4eccb2070ac18cb29476c31 --- /dev/null +++ b/videos/chunk-000/image/episode_000427.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d052dd4b65074a8e304c782a3a0bae2569803880ad89e8f5a035c55be145d7db +size 239238 diff --git a/videos/chunk-000/image/episode_000428.mp4 b/videos/chunk-000/image/episode_000428.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e9f0a96fbbc71606460765ba4749c7129184a17 --- /dev/null +++ b/videos/chunk-000/image/episode_000428.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d717284750fbe23730933eb2c2c67ea171eeb5e96bf79ca3bb16b13f7509be00 +size 282873 diff --git a/videos/chunk-000/image/episode_000429.mp4 b/videos/chunk-000/image/episode_000429.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..096961e6e1fa34c5e31165ac1fb9ccbb2f6f7e8c --- /dev/null +++ b/videos/chunk-000/image/episode_000429.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d63937f0d093d50ecb7e26896161cc232ad2c224a7ff844b1f4d5f954370ac +size 241461 diff --git a/videos/chunk-000/image/episode_000430.mp4 b/videos/chunk-000/image/episode_000430.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86caac7efc9bc9b94408fc75413ac08ef7fd4af1 --- /dev/null +++ b/videos/chunk-000/image/episode_000430.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27e954801e7a156449278a6b3398c9dd9e7b46a597cda85671cf8fe4e7043d6 +size 227457 diff --git a/videos/chunk-000/image/episode_000431.mp4 b/videos/chunk-000/image/episode_000431.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddb5c95d9dd02586fa6a9a4f2a9c7771545a58fa --- /dev/null +++ b/videos/chunk-000/image/episode_000431.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e49a638549a93109f44d9eb5856153f279949ade9273160db9177bda3df872 +size 219242 diff --git a/videos/chunk-000/image/episode_000432.mp4 b/videos/chunk-000/image/episode_000432.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3587cff4acaad9413c4031d3eb484718f3d79ff6 --- /dev/null +++ b/videos/chunk-000/image/episode_000432.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3745b25e736d10b5dd3e3184a99182d889d1ca29b77ac1936c68fc13992e1f63 +size 346255 diff --git a/videos/chunk-000/image/episode_000433.mp4 b/videos/chunk-000/image/episode_000433.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe725f9251496f31af39f5485e5e2b66b21bc74b --- /dev/null +++ b/videos/chunk-000/image/episode_000433.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3221096403fd5931dd1db11dc8371ccfe09545d456288c4a83b21da246cdeda4 +size 348214 diff --git a/videos/chunk-000/image/episode_000434.mp4 b/videos/chunk-000/image/episode_000434.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1680c6868b972203f4a69656792980e03b8fd28e --- /dev/null +++ b/videos/chunk-000/image/episode_000434.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356f43be5786ca61a535a60fd095ec17f7f88103115f7a7c49d1cf6a04006761 +size 380464 diff --git a/videos/chunk-000/image/episode_000435.mp4 b/videos/chunk-000/image/episode_000435.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7578aead8155e3a535397ebc28ee9e0aadc5c6bb --- /dev/null +++ b/videos/chunk-000/image/episode_000435.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af6892b79b7480b1aebd2c500aed152dc0092e7b82c2bb48a0fa23e73a900a0 +size 400269 diff --git a/videos/chunk-000/image/episode_000436.mp4 b/videos/chunk-000/image/episode_000436.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dc80b8444842399b2e66ac5c70a1a984f0ef127 --- /dev/null +++ b/videos/chunk-000/image/episode_000436.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf52b16b7070ca35d4fcacb7fb6309b1999231a9f4b6236ff6e0d34a7e0969a +size 375582 diff --git a/videos/chunk-000/image/episode_000437.mp4 b/videos/chunk-000/image/episode_000437.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c099310a058391d0cdfdff58e03512e7504f546 --- /dev/null +++ b/videos/chunk-000/image/episode_000437.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f0d0474e71efcaf99c962e1fde0ce7f3f90ab099f039cb5450de36fd489415 +size 355581 diff --git a/videos/chunk-000/image/episode_000438.mp4 b/videos/chunk-000/image/episode_000438.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa026b81751d201632f5d260e97fe703aa63342b --- /dev/null +++ b/videos/chunk-000/image/episode_000438.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3f975ecc5193e46a2ae4cb479fea3e3b24813345870ddc8329aa10f74e13de +size 147790 diff --git a/videos/chunk-000/image/episode_000439.mp4 b/videos/chunk-000/image/episode_000439.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee2a09edaa56be31b2bcb1e4a4950ca64baab26b --- /dev/null +++ b/videos/chunk-000/image/episode_000439.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd71cf283b289695ca8aed5ea30f72ae9312e41ef5f49485b6d79719a23a5a0d +size 129114 diff --git a/videos/chunk-000/image/episode_000440.mp4 b/videos/chunk-000/image/episode_000440.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..908768564c34edb41d0cfcf33a9d3ae440af8c28 --- /dev/null +++ b/videos/chunk-000/image/episode_000440.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478b74262226fb55a171837916fe38d7d2edaf5fc68c6a84d7949806206406c0 +size 163431 diff --git a/videos/chunk-000/image/episode_000441.mp4 b/videos/chunk-000/image/episode_000441.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6878955c7f523c390ceaf0cd683d3dffcae11528 --- /dev/null +++ b/videos/chunk-000/image/episode_000441.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208852d6b7ec03433e8214b46ff7d9fd9f9b95fdf2df02f7252b630cdd171f15 +size 146056 diff --git a/videos/chunk-000/image/episode_000442.mp4 b/videos/chunk-000/image/episode_000442.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b21a703f834aaccfc49f85bc4d4041e9c4ade6b --- /dev/null +++ b/videos/chunk-000/image/episode_000442.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f9cf65c11f807ba3b83fa566eefdbfe1f559479ae4d47c1d0049e5e9459701 +size 241559 diff --git a/videos/chunk-000/image/episode_000443.mp4 b/videos/chunk-000/image/episode_000443.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0546ef60aed76a935baae915f9a06fbbcc2db8fc --- /dev/null +++ b/videos/chunk-000/image/episode_000443.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f216438dfe0ab6a929eaca9fcce3264b7e53c80807ce75d9f90b5966d7e21ac +size 213248 diff --git a/videos/chunk-000/image/episode_000444.mp4 b/videos/chunk-000/image/episode_000444.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c8b889d12a98c1049d018e7950aef338bef3a05 --- /dev/null +++ b/videos/chunk-000/image/episode_000444.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270bfdf3d56cee84dc92dfeb8e4358f3f3e389bdb2c5035b3ac1b84ccb079ea0 +size 222759 diff --git a/videos/chunk-000/image/episode_000445.mp4 b/videos/chunk-000/image/episode_000445.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a09302eb3de05b3d4be50af6f6be9f9de13179de --- /dev/null +++ b/videos/chunk-000/image/episode_000445.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14263af956f8872e6ccb209f95b7142a87e0dce35f7397cd60b78907e6ebfab0 +size 241766 diff --git a/videos/chunk-000/image/episode_000446.mp4 b/videos/chunk-000/image/episode_000446.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11ae6b08aa004fdce2fd3ed4407a7ea548cb626c --- /dev/null +++ b/videos/chunk-000/image/episode_000446.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4219f4ab980f2c7fb5abd59063f57a676a138c7f1f66f5eb94be9879fcf18049 +size 326661 diff --git a/videos/chunk-000/image/episode_000447.mp4 b/videos/chunk-000/image/episode_000447.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd02f6798f7e6f331634925b7914c225e9b4d3a5 --- /dev/null +++ b/videos/chunk-000/image/episode_000447.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800ac303138df718f82bea8130bed5d6583045e0a2db2c636c2465d17e8f2881 +size 288639 diff --git a/videos/chunk-000/image/episode_000448.mp4 b/videos/chunk-000/image/episode_000448.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bed96cbea820cd5b6d3f9f47791e66165ceddbd8 --- /dev/null +++ b/videos/chunk-000/image/episode_000448.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b16ec79d9b02516a0443a2f7bc9de53ada542f3736d7a4fbd877789e3f583b9 +size 282568 diff --git a/videos/chunk-000/image/episode_000449.mp4 b/videos/chunk-000/image/episode_000449.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..638881cb471dd12be97b725869bcf5be8c1e0715 --- /dev/null +++ b/videos/chunk-000/image/episode_000449.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfbe41471efdf794df5c54b454076c3559bb6cdc9b2bf8887535d66fad3ae79 +size 222981 diff --git a/videos/chunk-000/image/episode_000450.mp4 b/videos/chunk-000/image/episode_000450.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e686b3ef7f21d64f82e09adb4e957223516a9180 --- /dev/null +++ b/videos/chunk-000/image/episode_000450.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef730d23f70171388a1e8d22e74c4e609724b7088377ced61d882733b645743 +size 136083 diff --git a/videos/chunk-000/image/episode_000451.mp4 b/videos/chunk-000/image/episode_000451.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d9b489a120ec4de9429ee8204ecf80a42efbd72 --- /dev/null +++ b/videos/chunk-000/image/episode_000451.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9f9409d424cca6300bcd4fad35c0b8b0e3fdf131fda13e34cdc44e0608df20 +size 114592 diff --git a/videos/chunk-000/image/episode_000452.mp4 b/videos/chunk-000/image/episode_000452.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba4b32e3ae6c87f8951585237322c1e6f701ab92 --- /dev/null +++ b/videos/chunk-000/image/episode_000452.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fe7862aeac659c35b856213cd48222887a2f970337a032e01e260f6f73c099 +size 177495 diff --git a/videos/chunk-000/image/episode_000453.mp4 b/videos/chunk-000/image/episode_000453.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfc8a59addcf86bff6e7ada04378f0f4a328a4ff --- /dev/null +++ b/videos/chunk-000/image/episode_000453.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33a7111c4f6e4269aba4eeda556a969b959e478ba89e0c6032dba11b7920b9b +size 154591 diff --git a/videos/chunk-000/image/episode_000454.mp4 b/videos/chunk-000/image/episode_000454.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c64554ecddf6561c9ff271478902df071ddb0921 --- /dev/null +++ b/videos/chunk-000/image/episode_000454.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ab2d5f6f2e41d5e53b4893a5820ceab8c98976073fb99b6fa25ff50a10532e +size 259883 diff --git a/videos/chunk-000/image/episode_000455.mp4 b/videos/chunk-000/image/episode_000455.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34a14e31ed382cfc57eb67129669ea359c75a93b --- /dev/null +++ b/videos/chunk-000/image/episode_000455.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47b8c523f5db73f64ff11b96fc94f4bfdc5206560621cf1c24a2cd73a6cef37 +size 235712 diff --git a/videos/chunk-000/image/episode_000456.mp4 b/videos/chunk-000/image/episode_000456.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96827878d593c81aa621e589b609b41424aff50f --- /dev/null +++ b/videos/chunk-000/image/episode_000456.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9321ea144af2cfa24d1b9d2801dd54a8c61b1dc7018928bcc68afca57eca32 +size 210064 diff --git a/videos/chunk-000/image/episode_000457.mp4 b/videos/chunk-000/image/episode_000457.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eabd34aa83cadaebf8839c4f623d2569df2ee88d --- /dev/null +++ b/videos/chunk-000/image/episode_000457.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884b787fec5f1d0fb45b27f016d298856c58588fc3280757016249a301505653 +size 218059 diff --git a/videos/chunk-000/image/episode_000458.mp4 b/videos/chunk-000/image/episode_000458.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7acd75ac82e12d955c763e4473f5f52fe5709286 --- /dev/null +++ b/videos/chunk-000/image/episode_000458.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb09e988e2687ed6a1e2d0cf61c14e26e37384c9182805258c58ba162107fc7c +size 248085 diff --git a/videos/chunk-000/image/episode_000459.mp4 b/videos/chunk-000/image/episode_000459.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e83b881557dc5ed9b4c2e96ce6daa5b92286cd78 --- /dev/null +++ b/videos/chunk-000/image/episode_000459.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdaf1a0d408836b807d9703e2e5304a3ed9a81e515ecbce3852fe3b1f1474688 +size 216580 diff --git a/videos/chunk-000/image/episode_000460.mp4 b/videos/chunk-000/image/episode_000460.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..428ba5275cfd2a2b26faf43b19daa5eee745e044 --- /dev/null +++ b/videos/chunk-000/image/episode_000460.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69139611b2dd2046bc36ea8f29bd4a5cbe0530da42e6d30870b5ad3987d05309 +size 195125 diff --git a/videos/chunk-000/image/episode_000461.mp4 b/videos/chunk-000/image/episode_000461.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8934d55e5fc9e776bbde948e3d2e38a4e6d1bb63 --- /dev/null +++ b/videos/chunk-000/image/episode_000461.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9161a2c517b7fe60a17252fb49ce3f203a498050f04f30fb674ebc7253ca04 +size 217944 diff --git a/videos/chunk-000/image/episode_000462.mp4 b/videos/chunk-000/image/episode_000462.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c58e5936d06839c52d2f9a87518670ab722841fc --- /dev/null +++ b/videos/chunk-000/image/episode_000462.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ef14143d862434b037d8356e89bdaca9812ba1edf67b6d8eadeaef0a65e322 +size 175506 diff --git a/videos/chunk-000/image/episode_000463.mp4 b/videos/chunk-000/image/episode_000463.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6afaf597a9a1be2b3c4036a8403d8d54ce7af35b --- /dev/null +++ b/videos/chunk-000/image/episode_000463.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e51fdccae31dbf43b04d5e8bd5007e515142a19daf31a7790ff0979ccea7e01 +size 156519 diff --git a/videos/chunk-000/image/episode_000464.mp4 b/videos/chunk-000/image/episode_000464.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4ce1047d7d0267c12d7e579a8adc63cbcf7a746 --- /dev/null +++ b/videos/chunk-000/image/episode_000464.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee9f1dd1f8eb0af18c7e6a00556c42b39b09b3bb106ae5238d1cad6e206560e +size 185533 diff --git a/videos/chunk-000/image/episode_000465.mp4 b/videos/chunk-000/image/episode_000465.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..976bc4545529c34474edfda4d389068cc0089bc0 --- /dev/null +++ b/videos/chunk-000/image/episode_000465.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cc9de2b7a9b7c0a2b042db152c277d70e173a15c6daddd7a35ce2cc2d6d97a +size 149297 diff --git a/videos/chunk-000/image/episode_000466.mp4 b/videos/chunk-000/image/episode_000466.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc76a027633978708cdc41dcae6f07cac88beba3 --- /dev/null +++ b/videos/chunk-000/image/episode_000466.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825066a238b1f3ddc408fe5a7a21f59b6817060826b9073ca29482c236530afb +size 175395 diff --git a/videos/chunk-000/image/episode_000467.mp4 b/videos/chunk-000/image/episode_000467.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36807439797f11ba0b05bba12acc74558d36be27 --- /dev/null +++ b/videos/chunk-000/image/episode_000467.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8a5d4984bcd56a276931e81e742d8137f2d6e397e27fd770ca6f40d63f4ea2 +size 145104 diff --git a/videos/chunk-000/image/episode_000468.mp4 b/videos/chunk-000/image/episode_000468.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4e71d4c226fe393712ac75521ee0dffcee040e4 --- /dev/null +++ b/videos/chunk-000/image/episode_000468.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207c560a5c6887c1e2c56e542560f44f6b819cee1f462871f26e01524b77b612 +size 152109 diff --git a/videos/chunk-000/image/episode_000469.mp4 b/videos/chunk-000/image/episode_000469.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff05ed2bb3247483944643cec76599d354ec8cbd --- /dev/null +++ b/videos/chunk-000/image/episode_000469.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6759e534b9edf565bd91394bb8419fa18e774b3e988f0a26114d2780e999a845 +size 186472 diff --git a/videos/chunk-000/image/episode_000470.mp4 b/videos/chunk-000/image/episode_000470.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0554361bb4e13f67636e19fe3c51628be693586b --- /dev/null +++ b/videos/chunk-000/image/episode_000470.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ae0bbc3d9c6cb41f7bff2d6c947b43e0e8a0f5fdfbb6f88592e947fe283df7 +size 162525 diff --git a/videos/chunk-000/image/episode_000471.mp4 b/videos/chunk-000/image/episode_000471.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a57e66e39ac7d3c89d908f9f1508da476cf7c75f --- /dev/null +++ b/videos/chunk-000/image/episode_000471.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfc126b74200ab6db728b48f37e9f82f2ce0a0734bf3ef335693c9f814463d5 +size 185179 diff --git a/videos/chunk-000/image/episode_000472.mp4 b/videos/chunk-000/image/episode_000472.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24d063d355e15e2fe6eb15fbf01d1f06aa308487 --- /dev/null +++ b/videos/chunk-000/image/episode_000472.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4a7b22549521d795834a9c79ae632547a9e375e3678cfa44042db7a954fadb +size 254466 diff --git a/videos/chunk-000/image/episode_000473.mp4 b/videos/chunk-000/image/episode_000473.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..585a2091ae9bbab2a6db3d20e91eb71b3cf47aa6 --- /dev/null +++ b/videos/chunk-000/image/episode_000473.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ad1f371359112bee1ef68ff669fa17ac0781099cede31610fd0d3344b49e10 +size 236995 diff --git a/videos/chunk-000/image/episode_000474.mp4 b/videos/chunk-000/image/episode_000474.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9331947f81be0dd5cbce3ce6dcd950199da77f0 --- /dev/null +++ b/videos/chunk-000/image/episode_000474.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e4f78a752e8a3994aabb22d34f66bafbb66fc891d0a2fc4ca696ab380a9dc2 +size 265418 diff --git a/videos/chunk-000/image/episode_000475.mp4 b/videos/chunk-000/image/episode_000475.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..188a5fd2f093ad9ac432b5b1541c5972814122b0 --- /dev/null +++ b/videos/chunk-000/image/episode_000475.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7be278df89646bf7a78fbf0d76a0dc51fc9e383d78d39d0f14175ad914de15 +size 239621 diff --git a/videos/chunk-000/image/episode_000476.mp4 b/videos/chunk-000/image/episode_000476.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a773f7457a772846835ac4a47f06e56a3705f53 --- /dev/null +++ b/videos/chunk-000/image/episode_000476.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3a7a8aa86c50c3e8472c710be3e94f598e6e144c13d2c100dbccf5cd368bf1 +size 207603 diff --git a/videos/chunk-000/image/episode_000477.mp4 b/videos/chunk-000/image/episode_000477.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f84b7c8d78e8db78a0a16accf712be7b0f67153 --- /dev/null +++ b/videos/chunk-000/image/episode_000477.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f54c241c3d63599c229443659822fc1f17cdbd4cc2333abf6ceb8aaa79e31c +size 234323 diff --git a/videos/chunk-000/image/episode_000478.mp4 b/videos/chunk-000/image/episode_000478.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b59f0ab6a37112f29f74b352db222990c529f320 --- /dev/null +++ b/videos/chunk-000/image/episode_000478.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ba059ab6ffb738352a2eb55e3b6b4706bdf5bd727085eba43c236854c7047f +size 219460 diff --git a/videos/chunk-000/image/episode_000479.mp4 b/videos/chunk-000/image/episode_000479.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ea2f0d6f451a527935d0000a0099cb789b7fe98 --- /dev/null +++ b/videos/chunk-000/image/episode_000479.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b98c0caa2bcacde529450478f6b44d27d07e3ec3bc48360a749610f7b03475d +size 213688 diff --git a/videos/chunk-000/image/episode_000480.mp4 b/videos/chunk-000/image/episode_000480.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41b15bd6c10a4550bc6ccaa7af79deda7f0fe0e8 --- /dev/null +++ b/videos/chunk-000/image/episode_000480.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddfa5aafda643523a3068b889be4788d1119dd68f81dc6e84faa98269e5adee +size 254713 diff --git a/videos/chunk-000/image/episode_000481.mp4 b/videos/chunk-000/image/episode_000481.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52255e727e6099f51a46744d1e3f4c2c8e2c848b --- /dev/null +++ b/videos/chunk-000/image/episode_000481.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b57e08f6d6a3c7e002d0a7ba5995e33aaf982d56d3bceb99e62ea5f6d583335 +size 223640 diff --git a/videos/chunk-000/image/episode_000482.mp4 b/videos/chunk-000/image/episode_000482.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17668245bbb872f7b16b4208a61904c74227b7dc --- /dev/null +++ b/videos/chunk-000/image/episode_000482.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbf5aeb0c4ab23133fbfb4a92038b78475fa59ee39c53b0e76d8a91c171b677 +size 243025 diff --git a/videos/chunk-000/image/episode_000483.mp4 b/videos/chunk-000/image/episode_000483.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71134a75cfb4981df2c221fd7367c9efb13c71a1 --- /dev/null +++ b/videos/chunk-000/image/episode_000483.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd26499eb82004406d797c2cb5eec96fe88c8d6bb8bfa2c830a90c99846484d +size 250841 diff --git a/videos/chunk-000/image/episode_000484.mp4 b/videos/chunk-000/image/episode_000484.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f96b3eb63d0ef5d77887346fa0c6f044283aac7 --- /dev/null +++ b/videos/chunk-000/image/episode_000484.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f98331e43db166e00dae25c8bf014844f967485ea30bb123f8e32d678c8ea8 +size 243766 diff --git a/videos/chunk-000/image/episode_000485.mp4 b/videos/chunk-000/image/episode_000485.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..220dc9c86b4324ab5ecb0f314c118f5efb9773d7 --- /dev/null +++ b/videos/chunk-000/image/episode_000485.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022c877ff20860d00a313213198a96233afab0fce5208586910f3637cb5978a4 +size 257815 diff --git a/videos/chunk-000/image/episode_000486.mp4 b/videos/chunk-000/image/episode_000486.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3d42c95c0be7b91c949c8cb21ef754e00c0ba87 --- /dev/null +++ b/videos/chunk-000/image/episode_000486.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640b64292159b4c4d6b84a7861472ce67dbe9231d4aa6339f4f13de67dbbf18c +size 144246 diff --git a/videos/chunk-000/image/episode_000487.mp4 b/videos/chunk-000/image/episode_000487.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d8b0d5f0290a645c2a58d88ace43ba0a14a7b04 --- /dev/null +++ b/videos/chunk-000/image/episode_000487.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19778384ba59b0c93b819bdd401e19058f7398184744ca1444886b986bc4ba0 +size 149325 diff --git a/videos/chunk-000/image/episode_000488.mp4 b/videos/chunk-000/image/episode_000488.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..015fa4666485cbcbfb3c35cd1075cec992f38f91 --- /dev/null +++ b/videos/chunk-000/image/episode_000488.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb76a85fced859e44d20b6aee9c5c1ada08bef287614310fc950aee560bed7a6 +size 173125 diff --git a/videos/chunk-000/image/episode_000489.mp4 b/videos/chunk-000/image/episode_000489.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fb53198f6c020ebc440645b53afb7a46087e962 --- /dev/null +++ b/videos/chunk-000/image/episode_000489.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233e9e0217e98fb3e2b98796d344edc39034006f02cc556082cd88f9c0aef129 +size 174828 diff --git a/videos/chunk-000/image/episode_000490.mp4 b/videos/chunk-000/image/episode_000490.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f77d1d79cc611d99bc457e171bbbe7d757943874 --- /dev/null +++ b/videos/chunk-000/image/episode_000490.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4517d714360af227945ae4909625c6b11847fa1481352e37812ae029994be9 +size 277497 diff --git a/videos/chunk-000/image/episode_000491.mp4 b/videos/chunk-000/image/episode_000491.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfe5987ba66a957ecd9d3d6104b9f47b98970660 --- /dev/null +++ b/videos/chunk-000/image/episode_000491.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2620bc77db73ad054937d5c8df403feee71f5c3a132c3eea39ac4759717888 +size 303408 diff --git a/videos/chunk-000/image/episode_000492.mp4 b/videos/chunk-000/image/episode_000492.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dc3198d9628fce5d0e44f778f8fd5d093cffe4c --- /dev/null +++ b/videos/chunk-000/image/episode_000492.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02449259f98f2732823bf739d2d29c8b0e155c41a02ae12ab560cceab261f60 +size 342480 diff --git a/videos/chunk-000/image/episode_000493.mp4 b/videos/chunk-000/image/episode_000493.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..555251712531832ee226c2a203b060785cb95516 --- /dev/null +++ b/videos/chunk-000/image/episode_000493.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9dc75fb6e9be2f7cae85f762118903c56a760f1ee1efcee15d53e71be077c +size 282699 diff --git a/videos/chunk-000/image/episode_000494.mp4 b/videos/chunk-000/image/episode_000494.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..437fb6d055f9a45be817087ee0040f927b0e336a --- /dev/null +++ b/videos/chunk-000/image/episode_000494.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bf7bbe5406d48165bc6808099f4ce2f58da0be14dfefc1162a6f781a97f94b +size 233209 diff --git a/videos/chunk-000/image/episode_000495.mp4 b/videos/chunk-000/image/episode_000495.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96eaf82364c9945856f0dfdda145f99f8f04b522 --- /dev/null +++ b/videos/chunk-000/image/episode_000495.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdbc50525402f791518a6e332926afb672a748297a6d3fdf3495bb3e6c374da +size 195985 diff --git a/videos/chunk-000/image/episode_000496.mp4 b/videos/chunk-000/image/episode_000496.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25e0fb525995ebf18609ccce296f5f33703a6757 --- /dev/null +++ b/videos/chunk-000/image/episode_000496.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1039fe73a0f03ccb330edf77c2a15763da002e1395666968102ba51e0d465d12 +size 208270 diff --git a/videos/chunk-000/image/episode_000497.mp4 b/videos/chunk-000/image/episode_000497.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10f95a52055ceffed05b75d772a94ed6a49ed191 --- /dev/null +++ b/videos/chunk-000/image/episode_000497.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71150f2ee77059df51494051158346a12068f1b570a9fd3adf002209e715c43 +size 218163 diff --git a/videos/chunk-000/image/episode_000498.mp4 b/videos/chunk-000/image/episode_000498.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32cf044ad4c7643537e702307ce439aacb73e391 --- /dev/null +++ b/videos/chunk-000/image/episode_000498.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919028de9f913f6b7d49708a84ee06854ba321109ceb025f0708350785a2e072 +size 161678 diff --git a/videos/chunk-000/image/episode_000499.mp4 b/videos/chunk-000/image/episode_000499.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dbf07c04850163d9b6ca6a3dc723c82881ca8ea --- /dev/null +++ b/videos/chunk-000/image/episode_000499.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526906e2973d123fa74366799d685cff5840b4549ed6ff0d35a018e1e9fe6a31 +size 167208 diff --git a/videos/chunk-000/wrist_image/episode_000000.mp4 b/videos/chunk-000/wrist_image/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa7057a30e5b54543c927bf90a9149ac25512595 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9d913fbc5db64890b104d37f15b9507d551c755d19d6c181bb3c64900b721c +size 351444 diff --git a/videos/chunk-000/wrist_image/episode_000001.mp4 b/videos/chunk-000/wrist_image/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32adf2d5d4ece7f0098d52af9e20b706ffff1c52 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a31567d54ee6ff94098b6316520ab71c03ebd2c2cea3c0f29832d605ef8a139 +size 412112 diff --git a/videos/chunk-000/wrist_image/episode_000002.mp4 b/videos/chunk-000/wrist_image/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14b95c1b5ab97e952d300e1027d46a4b06fec000 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37940ac7c5150efc7946992059543cbc5861ef201ec53498981b0eb4e7e70ac2 +size 414082 diff --git a/videos/chunk-000/wrist_image/episode_000003.mp4 b/videos/chunk-000/wrist_image/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e839d270100719996c73c123c609dc87604aa80 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0e33484e099316138fe5f13098138aa05be9d4d5cf6881a5da8f19634d7f01 +size 404730 diff --git a/videos/chunk-000/wrist_image/episode_000004.mp4 b/videos/chunk-000/wrist_image/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd7dc5dd06b231c9692395b49aa0c523efc56c0b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3d21bcbc638ac4a3871b55915384d044e0700989812250ebf3ceb9687c50cd +size 575295 diff --git a/videos/chunk-000/wrist_image/episode_000005.mp4 b/videos/chunk-000/wrist_image/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7a29f2c9e34ad2f22e8c93557ac46c45686cd95 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7195c8040ee52aa1afe7cd8a28cc5da2752c632dcfb5a8cf8c0cb72c565de49b +size 660518 diff --git a/videos/chunk-000/wrist_image/episode_000006.mp4 b/videos/chunk-000/wrist_image/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4422015e6bcdf7c70dd2faa211c44e366a22f99 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf4e2cbb3929ca06dab1db8d2dbecef29c6d9553dfa8b865669b6cbe5e4de88 +size 569886 diff --git a/videos/chunk-000/wrist_image/episode_000007.mp4 b/videos/chunk-000/wrist_image/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69a410a745950b4adfb61f7b2e32e4a33a8cfcc5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b14f25c6664715f44e043d40754b5ad0f77e5789b7d02c5ba560d782220e8ed +size 621497 diff --git a/videos/chunk-000/wrist_image/episode_000008.mp4 b/videos/chunk-000/wrist_image/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c628890aafe1cf72a934e4db66956d4ed361a952 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370062506a7fbffb368fb519cae3bd3d742e5f2cb900992dad3e56ff5ff8a1a0 +size 712244 diff --git a/videos/chunk-000/wrist_image/episode_000009.mp4 b/videos/chunk-000/wrist_image/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de0709e7d024eea1562d539b029805fce349d87e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb7712bf4c040672ba6d68f7acb30f20c8414df0155f99d3c8eb64972ca7665 +size 560009 diff --git a/videos/chunk-000/wrist_image/episode_000010.mp4 b/videos/chunk-000/wrist_image/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c69371e3ac94d96a316db4dd4447309bd65809f0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0704ab3fd943e31abd4dc2cb8348f98c99bfe62519e30dfd4333c0b860649e65 +size 543571 diff --git a/videos/chunk-000/wrist_image/episode_000011.mp4 b/videos/chunk-000/wrist_image/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9992754e8f90b2e30632f5861142213560e49ee5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0eadca642bdf7a8dd968dd2657370552744d9c79d814d28ffa59abb3ee0fa5 +size 544291 diff --git a/videos/chunk-000/wrist_image/episode_000012.mp4 b/videos/chunk-000/wrist_image/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..232c39244c5fe53f7ec3c9f2e4176776641f4640 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e76914acb506ced546392935410297300103d73fdd050b47552e296d0255cc +size 597208 diff --git a/videos/chunk-000/wrist_image/episode_000013.mp4 b/videos/chunk-000/wrist_image/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b37133db73c56c9785de24dc4f34223c39a13e7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8895f28a47d5e8f5955b370d9ffb81b8d21382884df2bf8a7dbb13a7635e196a +size 565126 diff --git a/videos/chunk-000/wrist_image/episode_000014.mp4 b/videos/chunk-000/wrist_image/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bf473b5134e968d932f3ae7ab6a6b8aba0db374 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1931fad75464320182cc1a286fc566614d7ab08b2e9099b098ee6d225ce0a5cd +size 458185 diff --git a/videos/chunk-000/wrist_image/episode_000015.mp4 b/videos/chunk-000/wrist_image/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18e7d1c24af2b48fc63a22ea49fc624fed7468bb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca5bd484a0c82aa38c0c1ebceeb30d038f0633a90d0790ee73d8f63397fe0f0 +size 420924 diff --git a/videos/chunk-000/wrist_image/episode_000016.mp4 b/videos/chunk-000/wrist_image/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beb80de0a5458f78ccfc14783c1fd98cf8dcf822 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d156b85910893569ebd45628ff1174276f1f41a09d1868aacf319e687a646d +size 484989 diff --git a/videos/chunk-000/wrist_image/episode_000017.mp4 b/videos/chunk-000/wrist_image/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c56e7c2996c5c263beb6c5eb2822dd9d2a39ab18 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ad1217006736e58d9a9f68180f63b6c9701118e3041a87bfe0cce622126a50 +size 465639 diff --git a/videos/chunk-000/wrist_image/episode_000018.mp4 b/videos/chunk-000/wrist_image/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..862f58ecfb0054bd745eb886ece272410c5cd72c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4976d2efa9f8bdf81d8345d54f9f2ff1c8d9e0cb8f6f69c17a95d8394aad81e +size 467728 diff --git a/videos/chunk-000/wrist_image/episode_000019.mp4 b/videos/chunk-000/wrist_image/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af277ae66f752dbabdef20488213a9a3baa5fc8d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e899297d400e08d00ffbf0005f7bee57db1fe50e7f579e132ae62be472e4c1d +size 491103 diff --git a/videos/chunk-000/wrist_image/episode_000020.mp4 b/videos/chunk-000/wrist_image/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81b3e2c879eef1095044163036a055cf10740db5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c1e5a00646e93ae63d3dafad6598b0ca8d592de87a77f6468171f63282581e +size 411932 diff --git a/videos/chunk-000/wrist_image/episode_000021.mp4 b/videos/chunk-000/wrist_image/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6a847c323a2ab674f2a1d6c5b26aaa254274c12 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5477bb00fc0e4f7e426788f2fe5c005e6485e95b8626eb0959f16825696b8d9 +size 421385 diff --git a/videos/chunk-000/wrist_image/episode_000022.mp4 b/videos/chunk-000/wrist_image/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61e7f2ce03c378d294cda28f116b6ef5b9b66b6c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31440f619be3ba942e4e33c7304b9e2981e91afeed387dcc81ba4c5534043a8 +size 367957 diff --git a/videos/chunk-000/wrist_image/episode_000023.mp4 b/videos/chunk-000/wrist_image/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..555fde6e327f5e19550e0459ae14a6cf031a9b4e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ceb5c76c45f3413fe124e0c2cf6e2c55ca4ee8b4a3a95bfa12b561f2554717 +size 302707 diff --git a/videos/chunk-000/wrist_image/episode_000024.mp4 b/videos/chunk-000/wrist_image/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e911cdf60572c7656ff8df3fa9dba928f96db70 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765aae93a15f75a78f455906fa1cef47df2e842fd11d721f20447588af4d5ed2 +size 391064 diff --git a/videos/chunk-000/wrist_image/episode_000025.mp4 b/videos/chunk-000/wrist_image/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28b5ea56a4ae99f8367d4d4193146b573d516177 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7003dfdae27550d8eea55630b6477f293a20757d72d7b9c64757fd69f36b3dcb +size 307454 diff --git a/videos/chunk-000/wrist_image/episode_000026.mp4 b/videos/chunk-000/wrist_image/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0de5bd5aaa81e3cc046b64c32defc1a184ee5359 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99c6d0e35c3e06a2592ade1ceb36c57ed4dc366ef4f87022bb45d64a7e0a8ec +size 457567 diff --git a/videos/chunk-000/wrist_image/episode_000027.mp4 b/videos/chunk-000/wrist_image/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fced46d768cb1d6648ad124199e84a6446052e66 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8ed403877717af58875ee65a1f896ee51dec784dbd29b92e4339b90253b7a5 +size 433243 diff --git a/videos/chunk-000/wrist_image/episode_000028.mp4 b/videos/chunk-000/wrist_image/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b38482925eb29c45e49d52ac6ba5627b566255a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7bdf954de98f66ff580af0bdd61905e318bc02cdee52261f1d5730563bb0bd +size 411664 diff --git a/videos/chunk-000/wrist_image/episode_000029.mp4 b/videos/chunk-000/wrist_image/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..782d32540c4e10aff30425780913a146421eb57a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1890fadf4e79d209a91d9bb6ac7a15663abbba884f732ed65197a36534b3ef75 +size 528409 diff --git a/videos/chunk-000/wrist_image/episode_000030.mp4 b/videos/chunk-000/wrist_image/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdf34ddbaf6317eb1ceaf2567fc14139fd69cf7e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59e9e7cf1c005a20d163e67c7e9998578ad4707e1fb87c29f284c14d1517a2c +size 487058 diff --git a/videos/chunk-000/wrist_image/episode_000031.mp4 b/videos/chunk-000/wrist_image/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff72742cb42caa9cd6de117979d980443a8820a3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e939eb833e1f3fa613270261d1612e2aa60eb12bd51ed58c62cbe213c5bc04b +size 477417 diff --git a/videos/chunk-000/wrist_image/episode_000032.mp4 b/videos/chunk-000/wrist_image/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d35451573ef7d71a95ac63e187dbdd0cf076dec --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9670c159bf525939aaddb8433838ac97c0780ccd4dfd42b7ba4ff6679b29486 +size 466266 diff --git a/videos/chunk-000/wrist_image/episode_000033.mp4 b/videos/chunk-000/wrist_image/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..741e6e2c14e104778fb6999f1cd6c819a1ad7dd2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d3914845912aac3e863324920e975cafb504a7673ae51d7ab60e641f408029 +size 426274 diff --git a/videos/chunk-000/wrist_image/episode_000034.mp4 b/videos/chunk-000/wrist_image/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d594ea95686251b76d003696c1d1ffe54ef1b8c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d344d2574ace8df4794b93de6c3956e0e762ccf778279795ac214cceaabb574 +size 530507 diff --git a/videos/chunk-000/wrist_image/episode_000035.mp4 b/videos/chunk-000/wrist_image/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de02915980d08deee43f565e9043f8906dcdb339 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1160a89bb95962c3f44a2882d54d9b2db6620431b7f4bb2cc21440adea74d3c +size 585283 diff --git a/videos/chunk-000/wrist_image/episode_000036.mp4 b/videos/chunk-000/wrist_image/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28a9befde2807aa64e6005b9eea298a54bb67ed6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8194b5de61354090fbfc862da9f7bbdee9e8303e9902d040c05020048f53175 +size 572983 diff --git a/videos/chunk-000/wrist_image/episode_000037.mp4 b/videos/chunk-000/wrist_image/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..995bcdc8bba050df048d9b71a421c02db26f9633 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76c38216f2a46f059c3b417474757946d6eae72777f08d65694f540e7340224 +size 644428 diff --git a/videos/chunk-000/wrist_image/episode_000038.mp4 b/videos/chunk-000/wrist_image/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6c1a40f389de36ace1bbca8fe9dfd8b9fe914d2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a4a023d148018b788e80ff2bff97da32ad80640443d436e939025a385a0501 +size 825410 diff --git a/videos/chunk-000/wrist_image/episode_000039.mp4 b/videos/chunk-000/wrist_image/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fa2356d409bd6d08b75d21ad7c2624fa8068dca --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a976547117a4b40efff22e28136dd6d637aae8bed5d6630c24efa34a4b3ee2 +size 449272 diff --git a/videos/chunk-000/wrist_image/episode_000040.mp4 b/videos/chunk-000/wrist_image/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c82bdb82f7dded063ad419c44fff9e78d83e7fc --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ebdfe6490c4a698add57fdeaf3490fc25b857a6b8c43ff90df3a0b70427633 +size 850480 diff --git a/videos/chunk-000/wrist_image/episode_000041.mp4 b/videos/chunk-000/wrist_image/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..361e63f27e57bb9abfccdcb109722ca14d338a07 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38180aa57791ef10d9fe496d468ffe93a5c58d4ea8a8c77897ef5577fcb54dee +size 825401 diff --git a/videos/chunk-000/wrist_image/episode_000042.mp4 b/videos/chunk-000/wrist_image/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9589fa8ddea94b1b4045299d97f1c553b7f0837 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a694870a17510126bd13134dc4dc59beef36c8719656d9ca4ddaf4cae4afcc93 +size 941416 diff --git a/videos/chunk-000/wrist_image/episode_000043.mp4 b/videos/chunk-000/wrist_image/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d739dd7ee28133c395559ab3e51a5606fe3f0536 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fefa8f998800ca41fa3a077374a1023b4caf283bc85f9763e48cc4bef5f54f +size 812911 diff --git a/videos/chunk-000/wrist_image/episode_000044.mp4 b/videos/chunk-000/wrist_image/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89b33f8e5963c53295c9af2a972ba2c5a4d7c708 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bf0b0016d42bc982b4ce6c95d5b8efb9d2f45379256392dc7c19b1cced42b0 +size 818753 diff --git a/videos/chunk-000/wrist_image/episode_000045.mp4 b/videos/chunk-000/wrist_image/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba62d613b78be5bbf2f1be357ea13c691604a4cb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afa9a9d01c7869c8930e69c37e9ec0b46554805c462455ebba383a5520a29dd +size 779385 diff --git a/videos/chunk-000/wrist_image/episode_000046.mp4 b/videos/chunk-000/wrist_image/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..940a4992ffbf2d03419b1f778f340e01ffdc0943 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9bcd40c46bfcdc0e4c6875dc497ff61f2f29dee04a4b525e0c5e2f0e722de9 +size 724198 diff --git a/videos/chunk-000/wrist_image/episode_000047.mp4 b/videos/chunk-000/wrist_image/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8537d20bb54ccdfc63cc4ea2e207d3117f54075e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece81651b9d7450a2150dae1e96eaee85a81f3231a6b1836d8d6585b8465e916 +size 719859 diff --git a/videos/chunk-000/wrist_image/episode_000048.mp4 b/videos/chunk-000/wrist_image/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab58af13e4fd815a9767df46db50fab9b7c4147a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ebd423181ab10405e75850d66e4d0f4bc8a526395706857c2caf1d88a01260 +size 853265 diff --git a/videos/chunk-000/wrist_image/episode_000049.mp4 b/videos/chunk-000/wrist_image/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc1ca546c4a9cf20be1cc5716c96232b41312c8b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecc46b313470367f89be9f49ccd903d615f7ba26bbea770bc8e1238de4cac7d +size 413805 diff --git a/videos/chunk-000/wrist_image/episode_000050.mp4 b/videos/chunk-000/wrist_image/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c39c6bf66acb8e9c1f3cf3d776cc7432e5010061 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83033334eb2b22a7ae0413c65fca20ca8e6ff84a993174987d6cd38157f1a771 +size 400804 diff --git a/videos/chunk-000/wrist_image/episode_000051.mp4 b/videos/chunk-000/wrist_image/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdff0282daf7d1aede1f69e36b0a6fdc187e6339 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fba551a031311c4392a2462d0c37fd59665e36d1d8a2b4953427938169a4d5 +size 811881 diff --git a/videos/chunk-000/wrist_image/episode_000052.mp4 b/videos/chunk-000/wrist_image/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0652ab2b5d07cef5bdd6cf968adb025ac410186f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243e09c14d42b7148ccb94430f753919939a44c9579133c7ef5fa909efc0d3b7 +size 893761 diff --git a/videos/chunk-000/wrist_image/episode_000053.mp4 b/videos/chunk-000/wrist_image/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e608145a0052c81f638cd844fb3d11a6f570c81 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8a00c38e5cf0ee3e2ef32745899ac47596b42a1fbc9961f40d948a730594a2 +size 993563 diff --git a/videos/chunk-000/wrist_image/episode_000054.mp4 b/videos/chunk-000/wrist_image/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a87f0b6d748ac8b9a421daaf121a8ae4929dd9de --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02510cee3bf0cd4570bb05c3bd500f9117fa4a44f5a20e13900ecf0875afab26 +size 487461 diff --git a/videos/chunk-000/wrist_image/episode_000055.mp4 b/videos/chunk-000/wrist_image/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a819d6f23ad25ea94c108141d0022102a9e0a2ad --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c67bab32978dc2f0b2eb38b4c7002771d18580d648b90e30921814d1eac2cf5 +size 556002 diff --git a/videos/chunk-000/wrist_image/episode_000056.mp4 b/videos/chunk-000/wrist_image/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f52a546c37485e127b0142f7f3363613ccce3a56 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3189d1db8ad9832d3deae725bcd1399de07b9d0ac5a0422de5aa9d917a968c7f +size 207161 diff --git a/videos/chunk-000/wrist_image/episode_000057.mp4 b/videos/chunk-000/wrist_image/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1812c11de638b05d1d3552a89e3e50f4f1f8245d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48908c44443cc6d056af78acb7184541e2aeb23b8ae3a512d3c0e36241bb832f +size 264439 diff --git a/videos/chunk-000/wrist_image/episode_000058.mp4 b/videos/chunk-000/wrist_image/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..388f3b3e778d58b5ecada77b0b3030255119e35e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771a5a42cf09f5b18a99c2f6e1aad458212c106db680e5554e3d84f9c2bde5b1 +size 261826 diff --git a/videos/chunk-000/wrist_image/episode_000059.mp4 b/videos/chunk-000/wrist_image/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70cb9d1fabb85bf1ac2431a091c55ddd8d47c21b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77066057e58ac0c1580b2e4164d803514ad1f87cc80aa987e69167fdcc0c30e4 +size 207571 diff --git a/videos/chunk-000/wrist_image/episode_000060.mp4 b/videos/chunk-000/wrist_image/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..227b7282d43addbb52dee8556a98f92e0efc85f2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1792e23bb5f39172919bc7448664a688da2c6811f46979a96496c989680ea3 +size 230651 diff --git a/videos/chunk-000/wrist_image/episode_000061.mp4 b/videos/chunk-000/wrist_image/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9808d39e551574010ad865788e95969f2cb7581d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681e0ac822e4bc6491901de138af73a2978225e3cbcef0548d6da1ec9b788363 +size 295718 diff --git a/videos/chunk-000/wrist_image/episode_000062.mp4 b/videos/chunk-000/wrist_image/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39359131514d80a37a06991805c43522fe56b19c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56272be70341bb14a91a39696dd67d056e583ca3dba8bdcebba44520b70c7592 +size 309362 diff --git a/videos/chunk-000/wrist_image/episode_000063.mp4 b/videos/chunk-000/wrist_image/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc7e49bb8f4759cd5cc37fec4eaaeb700008d1bf --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f792459668cfe727c2265ebb0b702a52eb2c8f697799721f7dc364fcadafde68 +size 281673 diff --git a/videos/chunk-000/wrist_image/episode_000064.mp4 b/videos/chunk-000/wrist_image/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..791054db2b81dd00e85edb11a38f3fce4729d0e1 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404dd0e8f64aee37c35d892a2d5321bcbb04694744d61313a3fb435edd10844c +size 329160 diff --git a/videos/chunk-000/wrist_image/episode_000065.mp4 b/videos/chunk-000/wrist_image/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a074baded4e78ede0a1f370cf1c1a9d3fa111bd --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45ff2a8520496194296135ede9c969b4924157260bbc4a277f262712f98008e +size 407831 diff --git a/videos/chunk-000/wrist_image/episode_000066.mp4 b/videos/chunk-000/wrist_image/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15f39fda57482353a92ab2dd43467882edde2684 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd47dfade0cf8cbb076b46b4eef1e0722de6b99a8f820f9600376f6bcc6e0a3 +size 458971 diff --git a/videos/chunk-000/wrist_image/episode_000067.mp4 b/videos/chunk-000/wrist_image/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb8eea52b1fd4e51bf6355ed53327d6281cca026 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d4ba25fad61add97c33e268626cc6e878f3d54c1f90f3b2972a157fef36602 +size 450684 diff --git a/videos/chunk-000/wrist_image/episode_000068.mp4 b/videos/chunk-000/wrist_image/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c978f11eb32c6ca040994b1b9c4dd46fdfd184f7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b249d93662f193f1d38491e7fa132987ec9246e6a126ee687c0b2d5a5b01a443 +size 484583 diff --git a/videos/chunk-000/wrist_image/episode_000069.mp4 b/videos/chunk-000/wrist_image/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a916933ff977be950479a69d6eaf046e735dcb59 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767b3f8828ab25819920e125792d7281ad772c7c7ba3921e1012ad1a4d4a3a92 +size 435437 diff --git a/videos/chunk-000/wrist_image/episode_000070.mp4 b/videos/chunk-000/wrist_image/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22de8dc046f404b23c2bcfbf0c8869bbfb1f17cf --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b6a17ed654f88a6802c37f1097158ea97b3308e16062b375631d6910963e6b +size 467124 diff --git a/videos/chunk-000/wrist_image/episode_000071.mp4 b/videos/chunk-000/wrist_image/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ddfd19a676cb323357057683bcfb7fab20325fc --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ca5c2674981050d579f49dda8ae3bf5ff8d06705c82e2c021e2f7c71ff60ab +size 392444 diff --git a/videos/chunk-000/wrist_image/episode_000072.mp4 b/videos/chunk-000/wrist_image/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d36948170e8d0b3559a1ec93e6fe7b52c24f9da0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937f048caef095cb2577b1ac6f101f1963b4f7aed7f608e24daed88f3f8a8ffe +size 419190 diff --git a/videos/chunk-000/wrist_image/episode_000073.mp4 b/videos/chunk-000/wrist_image/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33c1f6fcef9512949a08f090e14f5d81b0967d90 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af67ce73874d9c8043a5787cd86592d04a2fe1d66013b526b7729d50e5e93cd0 +size 391220 diff --git a/videos/chunk-000/wrist_image/episode_000074.mp4 b/videos/chunk-000/wrist_image/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2516b7d6f151bd8f77af32fcbf9ed31636c5afbb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4437bb0265a709f2eed2ff97549ab070d7b0e794b98bc63e317af652aae25ed +size 379230 diff --git a/videos/chunk-000/wrist_image/episode_000075.mp4 b/videos/chunk-000/wrist_image/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aabb9295c4c4c664b89951e103c398faa05ad27a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c68bfdf6e2b9f626d231aceca12249f3863ed2ad107f34f4fa8308ce33fd50 +size 461982 diff --git a/videos/chunk-000/wrist_image/episode_000076.mp4 b/videos/chunk-000/wrist_image/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28150c8d4537e01813e0913b168a625216db4814 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52247356c5ab8a3d434aafb0c27c846563c169826f24e8bde344cff94db455a4 +size 571822 diff --git a/videos/chunk-000/wrist_image/episode_000077.mp4 b/videos/chunk-000/wrist_image/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f41dce48c2bf13a350c0779bb0a46cecc61a2bef --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1be884d820c813bee476b2e84b3aa506338ff3c47fc586aeb36aa921120d84 +size 709175 diff --git a/videos/chunk-000/wrist_image/episode_000078.mp4 b/videos/chunk-000/wrist_image/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d968b27a0efcdbd1ab36a90504eb2011d53e509 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ffb2d6a6fff0afacaa6ca88c53a969ae9ff871ff0d489c0e2b0ebe132bbbc0 +size 756013 diff --git a/videos/chunk-000/wrist_image/episode_000079.mp4 b/videos/chunk-000/wrist_image/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dfcf92c6eaa8d8c3b844379c2c585c2dcbe03c6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e46830caa5daa047f086f824fc671eef2ca9817fc3872008b4d2047ae0221a +size 690584 diff --git a/videos/chunk-000/wrist_image/episode_000080.mp4 b/videos/chunk-000/wrist_image/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a31ea5fc385b0abc1c7a905554eb9357e9040d0a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ade842b3f66a18adf3e337e2adade844e54cb86b63e097f67f8c1dd8b2ab5f1 +size 806170 diff --git a/videos/chunk-000/wrist_image/episode_000081.mp4 b/videos/chunk-000/wrist_image/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8807f721537facc6c429e5ffcd642bf1deef8297 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810405d30e84d1a7ddb2c3eeb9c8714ca06514959ce64be009449365d11ed1fb +size 668303 diff --git a/videos/chunk-000/wrist_image/episode_000082.mp4 b/videos/chunk-000/wrist_image/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08f4dd017ae545db0549eb1621a10bbb62429f00 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164d5e2c85359267c87ac4f5aa19690007c81edefb1bc143342b7483689f3ed1 +size 788725 diff --git a/videos/chunk-000/wrist_image/episode_000083.mp4 b/videos/chunk-000/wrist_image/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9799fd6448b2e44e0b6922698834ec2153bc229a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b6a830caf11c04a0398b2eec534ff8d2f794372047e884e10b26bf8c66db13 +size 598699 diff --git a/videos/chunk-000/wrist_image/episode_000084.mp4 b/videos/chunk-000/wrist_image/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb12dc001b204bed04bdbc25011f8d884ba2ff6f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1418a4a00333147330507d1fd83d8b9ee98370e6140c21b303888e665e18726f +size 634712 diff --git a/videos/chunk-000/wrist_image/episode_000085.mp4 b/videos/chunk-000/wrist_image/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e3f615d3ff0c1525b32dcf7f4169b71ad1dcb53 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b42a8dabebc0094f5e3b3ccb18b9f450fd7f171f26372d2d5e63043c891126 +size 644840 diff --git a/videos/chunk-000/wrist_image/episode_000086.mp4 b/videos/chunk-000/wrist_image/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11e7fc654206f459761dbf9aa656fbe471353ffb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a07034c3ba986a46d61c4263272812298b59704ba0ead4c8fe0f8de5611788 +size 708356 diff --git a/videos/chunk-000/wrist_image/episode_000087.mp4 b/videos/chunk-000/wrist_image/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bba4b8e4621d04b2f533cf1c46035bb88cf5fb62 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9859bdc3ac060438f6c971d1316810b474180c51b30ea193da964ac10cdc6e6 +size 418701 diff --git a/videos/chunk-000/wrist_image/episode_000088.mp4 b/videos/chunk-000/wrist_image/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b35dcbe459fe13933875271e8aec550f8d3ff313 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5872d7c91233bed60b05772d370b81d92df767844eec5ee918d306d043f28354 +size 399626 diff --git a/videos/chunk-000/wrist_image/episode_000089.mp4 b/videos/chunk-000/wrist_image/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fe725e01b118a0dc914106ac4033648ea94760c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0267646532cce2bf0010e209d5958ad7bd7145e4e592b3b0017a34131ebe7c3e +size 384740 diff --git a/videos/chunk-000/wrist_image/episode_000090.mp4 b/videos/chunk-000/wrist_image/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a83f36bf5782a0c3903cfbce3f8aa11e8373fa04 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523c833e3fccde3c31b2c3735d0734ea784de4f47db28c4633d53711c2660e86 +size 450657 diff --git a/videos/chunk-000/wrist_image/episode_000091.mp4 b/videos/chunk-000/wrist_image/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67ed16c308121479c63cbda82a81487c18e1b346 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1213eb481a1b5744b47de75e1021ad1b93010267580d70e3d66a9ac726405f22 +size 411288 diff --git a/videos/chunk-000/wrist_image/episode_000092.mp4 b/videos/chunk-000/wrist_image/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cdbc945dd7b02a20247f38a4b8ad25f671ba322 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80055bb044f6232563f636e6be740397201c065844f55bfe80ad5ff9da8883c2 +size 313235 diff --git a/videos/chunk-000/wrist_image/episode_000093.mp4 b/videos/chunk-000/wrist_image/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8d23113fcca09b9185c394fdaadf95cfc636e11 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3297368c0da3c02f925cfe60eb1a71fdefb1d4c97d070867e1eeaf0034f367b6 +size 382567 diff --git a/videos/chunk-000/wrist_image/episode_000094.mp4 b/videos/chunk-000/wrist_image/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6c6394528f7e83b8fd49b864c8068287ba5d269 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56160a860057362db7917323fbde86ae775bacebcfd481ef3430249b01bcddeb +size 361481 diff --git a/videos/chunk-000/wrist_image/episode_000095.mp4 b/videos/chunk-000/wrist_image/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9557b3087a403ac325cb1331ab3c8f918382a60e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1137a87ac1201d5641132e34ed319355d19f66040ea16a9b7dc10f26a37489b1 +size 362228 diff --git a/videos/chunk-000/wrist_image/episode_000096.mp4 b/videos/chunk-000/wrist_image/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4563bcbf539a8f3e10cff53ac96c03a7056b2818 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb877305e816ad6ac2594e7f822f4a23675713c1443446d22a7813396bcadc5 +size 394759 diff --git a/videos/chunk-000/wrist_image/episode_000097.mp4 b/videos/chunk-000/wrist_image/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..299a83f119cfb73eb5809c03eaa4410518b77d2c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6be7b688a26d4d146966e28c0a99b051dbe376836bbfcaf972e665200d115ed +size 370956 diff --git a/videos/chunk-000/wrist_image/episode_000098.mp4 b/videos/chunk-000/wrist_image/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e8ee852d0a2f1a8be41b88b5eaab4961f9b90aa --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6702a1bc974b4d29e72acd2c0e3520d8722c0dbd4baecb57e8514083cde9b886 +size 409799 diff --git a/videos/chunk-000/wrist_image/episode_000099.mp4 b/videos/chunk-000/wrist_image/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7a9b0d79f7e96eda515f65bbfe6e1b9b733ea20 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d75d4505bd0a0ceb2da9ae7d445733e1cfa5515301e1a397e5cf5d8c43b294 +size 324539 diff --git a/videos/chunk-000/wrist_image/episode_000100.mp4 b/videos/chunk-000/wrist_image/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b55d323cc4eed455d3b3486430ee133c96492a6d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff218bd49332a39326351cbbd938c9f08dc3d1b49833d565180799f7cc9eea9 +size 375230 diff --git a/videos/chunk-000/wrist_image/episode_000101.mp4 b/videos/chunk-000/wrist_image/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..194c7b07ab55b2edb4a06a5b93752a8504e5be7b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08201dc6974d7a31af8eaed4e2109a9eedc6f410fde6557ff57ece12840f4783 +size 365144 diff --git a/videos/chunk-000/wrist_image/episode_000102.mp4 b/videos/chunk-000/wrist_image/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ca8434d01f096818e61f8dafb8305d6bcd8d6d4 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8ea12c1c19e57c72c57b25e3d559e429d1b885555043034d8d7922f3b35215 +size 476660 diff --git a/videos/chunk-000/wrist_image/episode_000103.mp4 b/videos/chunk-000/wrist_image/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ac23c611a899774dfdf2648740f2e7ada30ae49 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae96cbbe3739e3b4f7d457166aed867b32420c5c995962791fb3cb3df2d6a85 +size 561870 diff --git a/videos/chunk-000/wrist_image/episode_000104.mp4 b/videos/chunk-000/wrist_image/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba10a9405cab7098e23f57b307168d5b3326e5bf --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9078cc6ef0272ff9ec5a0ed7987bebb358688c6ad70d73eb344e60c3e59d6ee3 +size 423672 diff --git a/videos/chunk-000/wrist_image/episode_000105.mp4 b/videos/chunk-000/wrist_image/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c25e98cf7167f611d0edb6493c87f9180d54770 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389360aad5067fbcc263f04b403b229c655deb62731fc7ed3dacc876f6d2f963 +size 509451 diff --git a/videos/chunk-000/wrist_image/episode_000106.mp4 b/videos/chunk-000/wrist_image/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3f8e7e6499b14ea6dbcb0d1d23c5193417e1e8a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9603b3013e3e3f61bde3900164931cbe73cfc450f4ab91cafb0b3b67f2acd122 +size 453731 diff --git a/videos/chunk-000/wrist_image/episode_000107.mp4 b/videos/chunk-000/wrist_image/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c46f8013c5539dfc799a4ea4bb05950a19048bed --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54afeb923db2d6b79a1e4dae2a53f068446b56cc73042ce753c615a1eb335d00 +size 401392 diff --git a/videos/chunk-000/wrist_image/episode_000108.mp4 b/videos/chunk-000/wrist_image/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..124fb649b0bf37b396cf56d1491bedc9430b39c0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d28836c4bd9b32b17e3599cb7db941e32ba0ad2b5c093a7523f04bcd376cb9 +size 426504 diff --git a/videos/chunk-000/wrist_image/episode_000109.mp4 b/videos/chunk-000/wrist_image/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed3a541a36918c903dc23ebb1e51027ebdceab4b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5c1c3bcf8ed46bef440508a52eea8ca62f0551ebb68de1d223e1a328af9789 +size 331188 diff --git a/videos/chunk-000/wrist_image/episode_000110.mp4 b/videos/chunk-000/wrist_image/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eceb0edf23dd89fdb724086c10b9f3892fbfda39 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d392132c6b2f35d4687b78764cdd9aace6e7902411f4224d608e55042f21d35 +size 369383 diff --git a/videos/chunk-000/wrist_image/episode_000111.mp4 b/videos/chunk-000/wrist_image/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a3538a5f4e49eff1e550471959ca19eab2d2c50 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41abe5dd546e2d827a7d1abf6e2dd5cf0309a256f9dd5a8eac9d903e3bc0a32c +size 456391 diff --git a/videos/chunk-000/wrist_image/episode_000112.mp4 b/videos/chunk-000/wrist_image/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db5cf28d7f957d9c380df5c39245c3b50133baad --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a187d86cb6dd2ad2c28ac900c1e92ef6be36de388488376f1be0a48124977de0 +size 403257 diff --git a/videos/chunk-000/wrist_image/episode_000113.mp4 b/videos/chunk-000/wrist_image/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75ca5b11eb6ad07760d38ea8afe99bfe62c14c8c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c7e249d88f82e7ab4d673fa0b02d22559276927cf76d41000e4604b5e994a +size 476442 diff --git a/videos/chunk-000/wrist_image/episode_000114.mp4 b/videos/chunk-000/wrist_image/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba7b79299c2d8224f6bba5286587ea6b0f0656f8 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b496ddc8410e149f2eb14592282708d91c8bfc053eb8f4b786cee7e82d99ca5b +size 434853 diff --git a/videos/chunk-000/wrist_image/episode_000115.mp4 b/videos/chunk-000/wrist_image/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74f0ea77e0ddec4103467642ede3c2dabc82ec83 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2dfcdfbbd9dd526f210c67dca392d78fe619bbd23c116d826339be59eb52a5 +size 470006 diff --git a/videos/chunk-000/wrist_image/episode_000116.mp4 b/videos/chunk-000/wrist_image/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9146a6f397a6a316883eb304ef6842dbaf02ac1 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6c62bfb16adb5f2194971764474e8972ea9e0250c2c7b87673ba1c4f13ac55 +size 469751 diff --git a/videos/chunk-000/wrist_image/episode_000117.mp4 b/videos/chunk-000/wrist_image/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68c86e13aba6e5dae5f6dbba428ab3307a024951 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd891c4ba6f7e11ceb067bf7321af5c883567bac99401d10371c699234dd5fc +size 468802 diff --git a/videos/chunk-000/wrist_image/episode_000118.mp4 b/videos/chunk-000/wrist_image/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c44d794965d9ea644416759b4ab81bd67ba4f44 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f622fab1a694bb93ad4e57be0523ba6e0f904bc692d4300ee0ba6d2e2997cc +size 347244 diff --git a/videos/chunk-000/wrist_image/episode_000119.mp4 b/videos/chunk-000/wrist_image/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..156605312b8ce10db12896bbb58b13cc4b565fca --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde69ca0779b1866948575ee3ba1e95442ebfeefaa929150f1483bac73b8f475 +size 291001 diff --git a/videos/chunk-000/wrist_image/episode_000120.mp4 b/videos/chunk-000/wrist_image/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32bed5eaafe32b419563113cd655e78bb3b5c19e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d02ea51ea270bd8a6f6b236a6d30d0f247431fe867b924e572dcd966162fc97 +size 329275 diff --git a/videos/chunk-000/wrist_image/episode_000121.mp4 b/videos/chunk-000/wrist_image/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88a7f54450d39cf7dc5b400a64bed3e2e614f91b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5c9811cefe2603e82bba2ed0c01d8e5f0a7ca202d6b5d13c128ada3c99542e +size 328268 diff --git a/videos/chunk-000/wrist_image/episode_000122.mp4 b/videos/chunk-000/wrist_image/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4241da0f6e81f6b46ea39c609c3e69e22e2fc1a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03cc5990fec299efd925c45b82b39896483a32e781cee79512df33fb7b0f89f +size 395398 diff --git a/videos/chunk-000/wrist_image/episode_000123.mp4 b/videos/chunk-000/wrist_image/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f0d5802402c95eaec86cf06fb808c1648449c8c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba86835924b54f9203b11341e3086c392ec8b0e77a0d0890aa3bea86e703b132 +size 400885 diff --git a/videos/chunk-000/wrist_image/episode_000124.mp4 b/videos/chunk-000/wrist_image/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2480d957e450bff460be068849d27528e7174708 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf56705ee678e5ae62796de6ef4edef0409542c41d6adca20673e977431da0f2 +size 391436 diff --git a/videos/chunk-000/wrist_image/episode_000125.mp4 b/videos/chunk-000/wrist_image/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e87fe963763057cb348a6cc82b9aa1d3758d404 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4372b4e11336aa56639c92afb2081ef8da9a8e0c99314cdc98511206d6ea927a +size 363153 diff --git a/videos/chunk-000/wrist_image/episode_000126.mp4 b/videos/chunk-000/wrist_image/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca789210e3316a5ec99570b3864f1ddb92dda973 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab197ee4b3fa1cf00621bd86e39de758119d6e27d9ef42be9ded6303ee9110f +size 424628 diff --git a/videos/chunk-000/wrist_image/episode_000127.mp4 b/videos/chunk-000/wrist_image/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4115f1b0ffa6e0909d675d03f52c3c451473e4d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640f8d386b92c39b83282865cf9a8b50169726fed813c589440f72d8ea826fbb +size 365958 diff --git a/videos/chunk-000/wrist_image/episode_000128.mp4 b/videos/chunk-000/wrist_image/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dae3ceec29d1a0c2698785f955bf32fd9d82efaa --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839e87bf35761bd1189fd2a50985e01498b98b1ac8a6edb7d54be912dfdf13ca +size 483811 diff --git a/videos/chunk-000/wrist_image/episode_000129.mp4 b/videos/chunk-000/wrist_image/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f441450c3dee2de45776fa3e2138e362539d749 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727785a7b3c3da777a6efab8b3a1c65d1c8b850fa1c5ac1c9428cf679796208c +size 391013 diff --git a/videos/chunk-000/wrist_image/episode_000130.mp4 b/videos/chunk-000/wrist_image/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faf3d868939754c28039b6b8023f611dfc24652e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d30b323b2274ad0fcad7da9d8cf56b23dad706e70c2ea97a44f3b28a298f13 +size 361630 diff --git a/videos/chunk-000/wrist_image/episode_000131.mp4 b/videos/chunk-000/wrist_image/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5b5cc2eed85c41c1a52b6249a35cd64689d1512 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f6c3499bbe2c7756626f8f0b25e94f64063c2bf07ae0648fd89c17cdc3c7e6 +size 450175 diff --git a/videos/chunk-000/wrist_image/episode_000132.mp4 b/videos/chunk-000/wrist_image/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31df7d82fcbb9ad16aef51810aa725683e4a1bd9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ea91d4be0e3cf8f1538a5714bf40ab1c1ed6eeae5488d08a4942fc3c209708 +size 393042 diff --git a/videos/chunk-000/wrist_image/episode_000133.mp4 b/videos/chunk-000/wrist_image/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f47735ffa3d6ca6ec2931c083ec2f27c25529f1d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9268281db583ae4bce54b4c660ef097266df93ad1b4dc6a9c410a285cad7be +size 448336 diff --git a/videos/chunk-000/wrist_image/episode_000134.mp4 b/videos/chunk-000/wrist_image/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5ee2866983e91eac885752f367db580fe8502c0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716560a044de96cb36983569ef89d5b2b3137cf8c2bf7e159006aa4997b8a4a8 +size 428926 diff --git a/videos/chunk-000/wrist_image/episode_000135.mp4 b/videos/chunk-000/wrist_image/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..491b9bb29fbdb994b86881b51b6f173ce266adfc --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380103a5689bb6748de46c80bea6c6fd339b5e1d4f8bddb9601a47b6a22dfc43 +size 482288 diff --git a/videos/chunk-000/wrist_image/episode_000136.mp4 b/videos/chunk-000/wrist_image/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03239c54ee599d07f227054641515e14f4bffb30 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8923ddd40136bfdaca1dc08bd41e1e9baeb685a62a8659275d94f26d661e6963 +size 538489 diff --git a/videos/chunk-000/wrist_image/episode_000137.mp4 b/videos/chunk-000/wrist_image/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6c1f6691a4afcd65ba4c7c0b36388c54caa79ab --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679d1af5757414cb7042d721b74c33d60620c15f5c0cb6a10c38d822981f413a +size 572839 diff --git a/videos/chunk-000/wrist_image/episode_000138.mp4 b/videos/chunk-000/wrist_image/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40f9e1d0219bf39f5d721807ddeeb39ddabe8c1c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e77b62705b51e7bc7f538617dc1d19586faaf096bb6552bab344173f69ff43 +size 780577 diff --git a/videos/chunk-000/wrist_image/episode_000139.mp4 b/videos/chunk-000/wrist_image/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f923b396503aa54e9cf4bc7197488bf69f4921a1 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c230491a51bf0175caee6f4fe876e53d7592e13b56a668085ff268e29e9a1b40 +size 753645 diff --git a/videos/chunk-000/wrist_image/episode_000140.mp4 b/videos/chunk-000/wrist_image/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..669be8270c04fa1d18cf8c0dc3ce7e4c96111722 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ba014727b4363414954ae84a76ba3f93106c5b27c0b2312a334222144e5416 +size 918169 diff --git a/videos/chunk-000/wrist_image/episode_000141.mp4 b/videos/chunk-000/wrist_image/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e2126f6969efaffa0b7955156320b6a32ee423c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b5675e57483ef56c1bbfb1285b5897daebeeda4dc38736bb0bd4d3529fd4a8 +size 923924 diff --git a/videos/chunk-000/wrist_image/episode_000142.mp4 b/videos/chunk-000/wrist_image/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e30552cb5f418a04d8fa18ee499a13e70fe2fa3a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7772ff0e04513770eca6322c7f18fd8b9962d10fdc0ea2126c7ab1c267e56273 +size 844325 diff --git a/videos/chunk-000/wrist_image/episode_000143.mp4 b/videos/chunk-000/wrist_image/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1b2e09f2a0cff0a17beacd3de4f2e8bdd81da57 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb841be8ae72ffd0b09bf8b32b91e96a9056782fde1ccdfa860e51440c1a3ba9 +size 865651 diff --git a/videos/chunk-000/wrist_image/episode_000144.mp4 b/videos/chunk-000/wrist_image/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0e316c5e8e9d51d009c9c8ca03e4fa232aa1756 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac2ee36480ca9e63bf3704f1a702b003413cbd68025ada79bb56e6ac1d6a552 +size 811160 diff --git a/videos/chunk-000/wrist_image/episode_000145.mp4 b/videos/chunk-000/wrist_image/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fafaa3ded70b8ac63e8ea8522fe3c41c347a4055 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94cec6393af6ab7597ed47a07c0fc893196ac50eec313f5bd75d1f82238a4c7 +size 681741 diff --git a/videos/chunk-000/wrist_image/episode_000146.mp4 b/videos/chunk-000/wrist_image/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aea9573b19ff03db0bad7d58628c85e07da34ff8 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a73eae2452b7165bb310e8ed500a66b104d6d3d376557390b2d6faf325ae46 +size 209042 diff --git a/videos/chunk-000/wrist_image/episode_000147.mp4 b/videos/chunk-000/wrist_image/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a99e49b3fb93f29b0414e3160281ae06822fb5f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fe51e5a3c2cd41f35b6518003700aba7dcc09dd8a915973cfff2e8327481a2 +size 211192 diff --git a/videos/chunk-000/wrist_image/episode_000148.mp4 b/videos/chunk-000/wrist_image/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..587508ca5be225b9d539d11b95aad8f2a22c8235 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17ed9ad5d6e9529cb790ee9fbcaea5c8c20fe07969ea3b708ec9426d4befee0 +size 231405 diff --git a/videos/chunk-000/wrist_image/episode_000149.mp4 b/videos/chunk-000/wrist_image/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b311a840f60c93a43b6062f021e2f78e50d7e748 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6ca2b27d7b7d642391c2098cbfbcac9f89e187989fd2c8712f334f457b354b +size 245213 diff --git a/videos/chunk-000/wrist_image/episode_000150.mp4 b/videos/chunk-000/wrist_image/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..751cf1f902a9277362077bd8ebf4932482df0c51 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bd0bd22fb7ef284dacb94cd9732d182de1d619178af505139dfc5cb3bf4cc8 +size 204119 diff --git a/videos/chunk-000/wrist_image/episode_000151.mp4 b/videos/chunk-000/wrist_image/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cc9e85e33a64b1fb4b65a095d68980367595a04 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d6f0f0e793add03d27bde2ac90ac573cfefea1a5d4827ffbda7c388d8278ba +size 190069 diff --git a/videos/chunk-000/wrist_image/episode_000152.mp4 b/videos/chunk-000/wrist_image/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..414fa09aacdfa236d290a7159d68cd6937e30427 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302e5deebe233d0ed7b08ec185d011e9e16214eb95a050180087fbcdfd68d3a2 +size 435894 diff --git a/videos/chunk-000/wrist_image/episode_000153.mp4 b/videos/chunk-000/wrist_image/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3b8e26a73c368089c3e38a47764d7f3e53465af --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909cc24e04ee16acb63dd12a2524472206681c74c778e59d0d8212d71859fc69 +size 372056 diff --git a/videos/chunk-000/wrist_image/episode_000154.mp4 b/videos/chunk-000/wrist_image/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f1ba058a32971b5d3907f55e0f2abe0cf7f47db --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f20b11a9142eeb280f6cc4ac82154435f515bdca2ad6eed6e4dc514f5487803 +size 393467 diff --git a/videos/chunk-000/wrist_image/episode_000155.mp4 b/videos/chunk-000/wrist_image/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..667c8318b1c9ed9497ee6a2e2bf6f352362be6d5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f24a96d91fbb50dc86a71f9600ed0da976773baec4d7cf14c174f7714bcc882 +size 439808 diff --git a/videos/chunk-000/wrist_image/episode_000156.mp4 b/videos/chunk-000/wrist_image/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fe1280805cda827b4819cca11c69fbb35f3fb12 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645a9c1128efc2c79ddd414ca08cc381c4c6f80097d2d611c24bc7f428a6f4c5 +size 512066 diff --git a/videos/chunk-000/wrist_image/episode_000157.mp4 b/videos/chunk-000/wrist_image/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06b48e940c4107faf5850d45d1c9f4888464f37c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b295d4c134c5391e4285891becb7f1619ba782b49fe347cb7b89229a6e7a5e30 +size 278798 diff --git a/videos/chunk-000/wrist_image/episode_000158.mp4 b/videos/chunk-000/wrist_image/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ff6d2f35e4b41a612341f804a438714b362517a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1175a478504bc05e32e62af19b4f127ea4bc971e623d0daf80bf49d32bd09ae7 +size 263994 diff --git a/videos/chunk-000/wrist_image/episode_000159.mp4 b/videos/chunk-000/wrist_image/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dcd1c0b218ee58043c6f557bd90e497c0b7f089 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003ec8e77147d9ceccb4b50bc79e2d8899a7227271e0b835ce8cb38b2b863763 +size 377399 diff --git a/videos/chunk-000/wrist_image/episode_000160.mp4 b/videos/chunk-000/wrist_image/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bad11c5b4acf789268bd1c145804c7a0538e76d9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bc1dcd233f88bcc5c8ded6bc5704a59099758a0dcf0918d87fb74333b0c690 +size 324790 diff --git a/videos/chunk-000/wrist_image/episode_000161.mp4 b/videos/chunk-000/wrist_image/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0666be1515b016fc05a911fbdaa19974275dbddf --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d32cc23a349d72e4184b6a3010449290243f12274e095832e64734020956dd6 +size 357515 diff --git a/videos/chunk-000/wrist_image/episode_000162.mp4 b/videos/chunk-000/wrist_image/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6f081e6ef71395a0d87980a21f42cd7e4874c17 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38e23f01310e3fb2cd574bd99856119744f655523523f2ff79da45dc10cbd7f +size 292793 diff --git a/videos/chunk-000/wrist_image/episode_000163.mp4 b/videos/chunk-000/wrist_image/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b5887c650fb41836e86f81213fb9807e3e4cc3b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3261bba873cdb2a0554d837d22b85b0e1bda6d590fb438f86b741e4e41a6e842 +size 441435 diff --git a/videos/chunk-000/wrist_image/episode_000164.mp4 b/videos/chunk-000/wrist_image/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f5f1b16c7202f5ea0ac868e6235ad171f67c0e3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b1a00fc17c3076703c946bcf41cf2f594df18a4bb9b57fd80afd399aafc246 +size 386135 diff --git a/videos/chunk-000/wrist_image/episode_000165.mp4 b/videos/chunk-000/wrist_image/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e51386c776e182813e2eb98cb0c4fa23648b7eb8 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb03f7abb927efe0a66aa496e2582a6ba77fe3b6d335c3371bc3a4dc0d8ac14 +size 354762 diff --git a/videos/chunk-000/wrist_image/episode_000166.mp4 b/videos/chunk-000/wrist_image/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e1ce607a64ec8918e1e5a8b1387ce16b816824c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62598868c3ea0e423fe8c64b0b50244b5ec8bf7d1340264b4c11ad9b86257e0f +size 321439 diff --git a/videos/chunk-000/wrist_image/episode_000167.mp4 b/videos/chunk-000/wrist_image/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c75de010593e116f2c26ae536afe8a0f5e79d60 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b170ff84a94034418a8dd202a14e88bd643ba1ddc5768a4cccae30202cd1fde +size 467198 diff --git a/videos/chunk-000/wrist_image/episode_000168.mp4 b/videos/chunk-000/wrist_image/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7787c902087403817a36446343c3864dc3f75b50 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04b2072446c81e4920f74f6700395e8f831be26a08003eba1be9b92a1575707 +size 488179 diff --git a/videos/chunk-000/wrist_image/episode_000169.mp4 b/videos/chunk-000/wrist_image/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb15a7b7ec6c2056130f7ccd78f877d61c57b70d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0416b26b18c2523e9c22131cb196b852d53bff105df2b857dd6b7641214f191 +size 489378 diff --git a/videos/chunk-000/wrist_image/episode_000170.mp4 b/videos/chunk-000/wrist_image/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c163a1987a7025dab6803374dfc8650eb5c2da6c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84a7d1b7b224b086d48f82b65ddabcfbb82216b2cd373a94d946e7f3231e23a +size 506362 diff --git a/videos/chunk-000/wrist_image/episode_000171.mp4 b/videos/chunk-000/wrist_image/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..333494b5c85c32521a464e7916d764a9eefdc867 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f051eef750666687980904923a42b8cdd570cc112dedab97d988bb9009963df4 +size 547876 diff --git a/videos/chunk-000/wrist_image/episode_000172.mp4 b/videos/chunk-000/wrist_image/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a57229e37b7d0b9d761443dea5e230ce35c868cb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58296bd22052a47900e0d5ac3e2dbb18af6ea1fceb4f8e64c3ce84d6ed8241a2 +size 558816 diff --git a/videos/chunk-000/wrist_image/episode_000173.mp4 b/videos/chunk-000/wrist_image/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb770a8547ce0479aa7e608b3fd29f9fba401b4f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6615cdc621cde12e55eda0d0dc583878406d76bf21f7d21d1206a7855e07f2a +size 626039 diff --git a/videos/chunk-000/wrist_image/episode_000174.mp4 b/videos/chunk-000/wrist_image/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f7504fd157122671ff26b1238d6dc546d887579 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f4a6b3e2c387901eeb3e2a1328a3d7f5c194b0cb51aa17db05dbf32e233394 +size 520401 diff --git a/videos/chunk-000/wrist_image/episode_000175.mp4 b/videos/chunk-000/wrist_image/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8019d730177c6868d4646240ea8e829a84ddb6dc --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3eae0b9b9dd73bd567dd302f54478c215638cd6fd6b159132feaac28f30da1 +size 606998 diff --git a/videos/chunk-000/wrist_image/episode_000176.mp4 b/videos/chunk-000/wrist_image/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea3311f848879ff9f5d0d8cd7b0915e1bf76a5d1 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b32aad5b044bc2938849697b9d0f5224979f6878e8c67cd6a4bbcee54dbe68 +size 717236 diff --git a/videos/chunk-000/wrist_image/episode_000177.mp4 b/videos/chunk-000/wrist_image/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b54726e6b1c7dce73911a1d49c86f9c0e7a21a5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ec2d1f077a789b9e1025cd018ca03716d735076ed6ca59808574c4c62d1b4f +size 416947 diff --git a/videos/chunk-000/wrist_image/episode_000178.mp4 b/videos/chunk-000/wrist_image/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..486d0196a087d41f6f8b62e5c869763b6f7bfd13 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f0998ff8fff0cb4171c5d8cb4179ebade8fd626fe5355719dc784e03b60695 +size 367878 diff --git a/videos/chunk-000/wrist_image/episode_000179.mp4 b/videos/chunk-000/wrist_image/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f51bbb70a6059bde8b840ff49ad082c772e0fbe1 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673a3baab5dbb8ec5cfd71563f8d6d5e1d0e58f64f199e6dfc936507011deb53 +size 471263 diff --git a/videos/chunk-000/wrist_image/episode_000180.mp4 b/videos/chunk-000/wrist_image/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..882362beaf0dd62711e56ad651d6745b23d7faae --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f272a6d2b0aebb3ba74e7d70b483255e1f9fcb8881c35cd2a99ba3ae44e6a5c +size 450402 diff --git a/videos/chunk-000/wrist_image/episode_000181.mp4 b/videos/chunk-000/wrist_image/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07c25bda8fca96f4d34dc151673ca23cae5071a0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e92df00ec993ec26659be4af64e6496801d088ed1b05f9514ddc0f0a32c6c29 +size 445529 diff --git a/videos/chunk-000/wrist_image/episode_000182.mp4 b/videos/chunk-000/wrist_image/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a3f9a77356200da0dfad1b0f79a847204b2f018 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2958b57893429a50421f6c5cae5ef437b461d7b3c38177336a3bb0f32eafdef4 +size 486341 diff --git a/videos/chunk-000/wrist_image/episode_000183.mp4 b/videos/chunk-000/wrist_image/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..524ae810353e0d1869da230faa3ec5437144664f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f72b980d08ea6c4ad935c172d50ffb5ba9ece086fdaa4144f2a10a40904210a +size 425082 diff --git a/videos/chunk-000/wrist_image/episode_000184.mp4 b/videos/chunk-000/wrist_image/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6ebbf2cd4a57ac1db0fc33909ef44f67cffc7aa --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46d8af5c5b08d96028f713d111adcf0028f729d30c629f9f9a67324044e2dc8 +size 504372 diff --git a/videos/chunk-000/wrist_image/episode_000185.mp4 b/videos/chunk-000/wrist_image/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ca3d82874034253b08fd90a8da83a9adcedc0d0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4620a3cabe65417e2ca861f1047f8c854a745e7ac009e52a43547ec6d42112fa +size 877682 diff --git a/videos/chunk-000/wrist_image/episode_000186.mp4 b/videos/chunk-000/wrist_image/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfd8fb5736eae7c542727e355dde7ced71064ca7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e8656b3bea5be601f00a67761ff6e6d1f7bb00c150cf65a68cce8b76054459 +size 930537 diff --git a/videos/chunk-000/wrist_image/episode_000187.mp4 b/videos/chunk-000/wrist_image/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63acbe51d02901b31ac7209de1135a2bc6ee3eec --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc2e4de376fa401b6aea9acab3a8f81a880713770abc9ebea23a338841e3eba +size 902428 diff --git a/videos/chunk-000/wrist_image/episode_000188.mp4 b/videos/chunk-000/wrist_image/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f4e7b8cfc18f10118fb9adb3047787243bd6153 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5e2c5bc9dc215a70fc4e9db08b6b1835329c376e372d19c86995616a761b01 +size 781607 diff --git a/videos/chunk-000/wrist_image/episode_000189.mp4 b/videos/chunk-000/wrist_image/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0c47ea21286f870e831b51e656756797c6a46f4 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40583cf868fcd553fa6f2aca40060011440ec4aa69d0b77e5d786e9b7452e5fd +size 442163 diff --git a/videos/chunk-000/wrist_image/episode_000190.mp4 b/videos/chunk-000/wrist_image/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7fd6a8c1031120c3a72803188eb0b6338f33684 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1b5a36b064c71996e871f391f3b943b6fcc7c6b69edf04dfe2dcb57a457186 +size 364825 diff --git a/videos/chunk-000/wrist_image/episode_000191.mp4 b/videos/chunk-000/wrist_image/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34760f6f6818a979e6ea4d06a626bf0107c844da --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714bb607780adfd48a40652ea81266f9d58026e4580c55408c068e291da1b02c +size 431636 diff --git a/videos/chunk-000/wrist_image/episode_000192.mp4 b/videos/chunk-000/wrist_image/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2051a496d0fc4a670c16c369f02679bce23ee1e5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f630ea7cc972ff7650b340d71d60c2279838345fa1077a3a35fa5e5cbb70382 +size 440887 diff --git a/videos/chunk-000/wrist_image/episode_000193.mp4 b/videos/chunk-000/wrist_image/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..577a9d347b4188c7174d1629e9e9380590ef6c7f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88743dfa16d135d75cdc90f3e68f93831991a5b7a5ea503804aedae520d7e3a6 +size 358934 diff --git a/videos/chunk-000/wrist_image/episode_000194.mp4 b/videos/chunk-000/wrist_image/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26806b14a785f5643822eed1999e3d040e328d51 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e902148afd0e2d19fc676a2ac783c0c13c69c929f4a4bf8803f2ae810cba24e2 +size 319345 diff --git a/videos/chunk-000/wrist_image/episode_000195.mp4 b/videos/chunk-000/wrist_image/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10b0d55a4144bfe43668f2237e68f153667597d2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2994927527dedb9197f437cf6d0fa44ed12969c80bd0ab19ff44dfde838af8d +size 334355 diff --git a/videos/chunk-000/wrist_image/episode_000196.mp4 b/videos/chunk-000/wrist_image/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e3d38abc392e3599bf048c77c6a817dc49c7bd7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53526a135d5ec6774776be5368b90283b2b7274d9ffb0603afe196287160f31 +size 333233 diff --git a/videos/chunk-000/wrist_image/episode_000197.mp4 b/videos/chunk-000/wrist_image/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f70625b0fcaa24d656420d50e7d15ad4735f21e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20736a468d449cbd45a0163ad06a6e977e5bf009ff57c53bb4e001066afaab77 +size 363972 diff --git a/videos/chunk-000/wrist_image/episode_000198.mp4 b/videos/chunk-000/wrist_image/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..416539932774b44907e19fb1eb656a029d2a9b02 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37259e034fe7cf6b3a0b009535702e65bc04102c37c8414a2b089e90ee38beac +size 343449 diff --git a/videos/chunk-000/wrist_image/episode_000199.mp4 b/videos/chunk-000/wrist_image/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37b5618bce33777aa5048eaafe6e8f6a28ebddcb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e22d2bbd42d148e0fa01e87b97ddc3e30673a65ca218933a622a89d664160d5 +size 362894 diff --git a/videos/chunk-000/wrist_image/episode_000200.mp4 b/videos/chunk-000/wrist_image/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..525be8f59f76441817c12d54438ccb39e0a1dba3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021c921e629c6f4d1a52aa4e1994caf42f8ef618273c3481c4ff96d4c0f44310 +size 374140 diff --git a/videos/chunk-000/wrist_image/episode_000201.mp4 b/videos/chunk-000/wrist_image/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47d0084cfd14e5847e7962503b4275c9f2294970 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba107bac6c75874b37a7baaf59ece9422c0bb9a1cae91ae336c07ce657f972e +size 1510382 diff --git a/videos/chunk-000/wrist_image/episode_000202.mp4 b/videos/chunk-000/wrist_image/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a6518bda72788ee9f70ac74e2c0e1cb9f2589b7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd15d3c6e213cfea4c472baa9be9356ee1142f4c194eb1be732a8217043ac4f +size 1422195 diff --git a/videos/chunk-000/wrist_image/episode_000203.mp4 b/videos/chunk-000/wrist_image/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..722f6bb79245ffb91fe4627c606e1cdb60c18169 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49b815e2879b18a783e1230c37dbcace7b7666f8cd180c4831e7f0128127e91 +size 1375034 diff --git a/videos/chunk-000/wrist_image/episode_000204.mp4 b/videos/chunk-000/wrist_image/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ca071377d6aeffd04dd6d9dd18ff0282e316158 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7439c58b6a16484beae99231e5f206618141a6d443ee74be93384e75a4c40f0f +size 1167955 diff --git a/videos/chunk-000/wrist_image/episode_000205.mp4 b/videos/chunk-000/wrist_image/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..751370ab37bcfb4654d11496670dce7a4e1dd91f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75527782f7279e36d74d348a9b748689c53aed9b8d2e0e6b84bc7f40506436cb +size 1253327 diff --git a/videos/chunk-000/wrist_image/episode_000206.mp4 b/videos/chunk-000/wrist_image/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38e2bcbc3d3203c55423d4ded505df9f679dd33c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b01310b2994a6724cab6a29048b7cad6486aa0c0661315d8a5212462068e04f +size 1085152 diff --git a/videos/chunk-000/wrist_image/episode_000207.mp4 b/videos/chunk-000/wrist_image/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3ce657c1c66f02a07cc8fc7997af7c6cf062c31 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9334b2be4a068d13f99d0b68962657b3b8c882f343f8bad6946dbee9adb51f +size 1105721 diff --git a/videos/chunk-000/wrist_image/episode_000208.mp4 b/videos/chunk-000/wrist_image/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..707ab5cb943ce5f9c1a287c010a8ff19093428b6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a651a57f9896cc5eead294196f5193373ea99c81503aea354fdd8d28c59d13 +size 1109502 diff --git a/videos/chunk-000/wrist_image/episode_000209.mp4 b/videos/chunk-000/wrist_image/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d47d397846f38e6133d3467049cc1fbb10e78d1a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9504d6a3628207ff158f60c87cb33cda1ab2d874f25ea89f528d41966a18f5 +size 421058 diff --git a/videos/chunk-000/wrist_image/episode_000210.mp4 b/videos/chunk-000/wrist_image/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15efa9940470fb036507b39948ac7d401d3aefe7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba497d22072269d9d38bacc337d3f371da443736f8598b6070b612fcf9dcd5c3 +size 298975 diff --git a/videos/chunk-000/wrist_image/episode_000211.mp4 b/videos/chunk-000/wrist_image/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f87b65429e4f29cc24c20d86e412fd82a923c411 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b248227be665c3987359cb8ef9dabc8e1adbfcd42a03db0a740a20def834f52 +size 364923 diff --git a/videos/chunk-000/wrist_image/episode_000212.mp4 b/videos/chunk-000/wrist_image/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99f8a3d72726ecf790e9efa2cb4514e3ae8f0e68 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c360eb574a3939977fbd1b3538397166ecdd526474a1ee063f7b694b4384ece +size 396613 diff --git a/videos/chunk-000/wrist_image/episode_000213.mp4 b/videos/chunk-000/wrist_image/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58bfde474d37f1c9c1dc237490d5c316b9df1163 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6380087b8bfbec61f1ac515beee9d9de4333244b7519074ac920b064d4a38e +size 440322 diff --git a/videos/chunk-000/wrist_image/episode_000214.mp4 b/videos/chunk-000/wrist_image/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b04a697805672515bd9e54205681d60720e98626 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800df4ba1dd89904580bbf0fabbfa4163d4a7af14465a37ad57f6a287bedc0b3 +size 1483321 diff --git a/videos/chunk-000/wrist_image/episode_000215.mp4 b/videos/chunk-000/wrist_image/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07479e931e2400e9d7f89acc325ab84dd6a3c285 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b2bbc78cc78419a9b38542539d1a8c3db06f1906309b13e106c55254456ff2 +size 1099394 diff --git a/videos/chunk-000/wrist_image/episode_000216.mp4 b/videos/chunk-000/wrist_image/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e870a390e8753e322b594080bf9fdb904f3cbe1 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb87dc31acdb9ebf23f4dc7575ed94d4f9444d7cd800bd5096d2e59a7313c5f +size 1344572 diff --git a/videos/chunk-000/wrist_image/episode_000217.mp4 b/videos/chunk-000/wrist_image/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59726720971e0bbf0eb8f7e8f972a0ef7241a974 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43aee1218b264912f67f9c599be6cefefd106aece3aaa1bd9ea1294198268476 +size 1482049 diff --git a/videos/chunk-000/wrist_image/episode_000218.mp4 b/videos/chunk-000/wrist_image/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09b0d8a8e9c54d7269de80ad6e3bc8c5cd89f61a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0dddb0c28e8c5c35a9fea3ef2017f615c19dff3f84bcc4bc2246a15164d02b +size 989981 diff --git a/videos/chunk-000/wrist_image/episode_000219.mp4 b/videos/chunk-000/wrist_image/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..317d0f164c8985851098f7f1f4c487d6109bc694 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4d439d81328ed3564c133bbefef77c8c2b6258671899160c844476c85fd34f +size 953773 diff --git a/videos/chunk-000/wrist_image/episode_000220.mp4 b/videos/chunk-000/wrist_image/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bef8da452b0b9f6badb440f070ca71b21a8d2a54 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5851e227e8c0966c08ed4e153c7c0e2998567e84169b7fb6bbd34df618c7a45c +size 1058658 diff --git a/videos/chunk-000/wrist_image/episode_000221.mp4 b/videos/chunk-000/wrist_image/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..099843e12dd9b75ed0bfa73d8168f05c01d9dcb5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411fb7cf6eb0a2c745251021178eb60013a75cfac4c631b71005932f951da919 +size 1118374 diff --git a/videos/chunk-000/wrist_image/episode_000222.mp4 b/videos/chunk-000/wrist_image/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5823c410f97dee635811acaf361710f2c7d74ed8 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6176321f1f6c673148d74a08edf8eb490d81b8b3bc6b8402baa9203c07aa1ba1 +size 891145 diff --git a/videos/chunk-000/wrist_image/episode_000223.mp4 b/videos/chunk-000/wrist_image/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59b26dd63519518a876de0586a0f6f4cdad250c7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab0d7b7c57648771fe5c7e8b101d455539663433c7939d3bca3fe38da215154 +size 952270 diff --git a/videos/chunk-000/wrist_image/episode_000224.mp4 b/videos/chunk-000/wrist_image/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22138a796b4495abbfccee50caa140b32710ffe0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cb8166c7512f5228885b8597e501187fcd78a485404e05f8b5d3a6390ecca7 +size 1128632 diff --git a/videos/chunk-000/wrist_image/episode_000225.mp4 b/videos/chunk-000/wrist_image/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06a02ff30b67ab5512cf9457837e15b3b228ebba --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0043239ec5ee74e48f6cc60e60834909cc72e9300e44ecd57fda683a14d7a3a +size 244431 diff --git a/videos/chunk-000/wrist_image/episode_000226.mp4 b/videos/chunk-000/wrist_image/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3332bdd341bd8a617d94e3007b920f8e63e5017c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ce2fd8509537046a3e95b366285251adf6253342ddcc0a6848647e3b1c55f1 +size 232647 diff --git a/videos/chunk-000/wrist_image/episode_000227.mp4 b/videos/chunk-000/wrist_image/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b460ed6ec50437823965f5cab53aff60dd228828 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa5b59fb13c4acb86685f91a55302fa0e6e23fa72634a83261acf4e366ab52a +size 234667 diff --git a/videos/chunk-000/wrist_image/episode_000228.mp4 b/videos/chunk-000/wrist_image/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92d8056fefcc1f75cdc3fbf27d1b449388679fe8 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d641327badb6e14a8d1d8315380b49a606263d144e29c3b0e3d044fa0cc6f042 +size 286033 diff --git a/videos/chunk-000/wrist_image/episode_000229.mp4 b/videos/chunk-000/wrist_image/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..488b1be820cbc9a7672a433f522e535f54c62fd2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a59f0429d037da80f5f063ce4e2e747439ccd2135edaffbc19d1dd7ade4317c +size 258737 diff --git a/videos/chunk-000/wrist_image/episode_000230.mp4 b/videos/chunk-000/wrist_image/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa1bddab45fc9881464e2bcbf43c938fd75ad3dc --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ec863217c251c1918f94f2f66790baa7b38b350d2061f70310992fb83e2bd8 +size 254308 diff --git a/videos/chunk-000/wrist_image/episode_000231.mp4 b/videos/chunk-000/wrist_image/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f03c4a5a6856a98993ff33bc845092291706bcd0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c2bee36f39ec2256a9053edc6924c94be3c90badb6704a6def9266f5e18dfb +size 229840 diff --git a/videos/chunk-000/wrist_image/episode_000232.mp4 b/videos/chunk-000/wrist_image/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86b2539d48301a45b76769ce0a8a5c5fe131fcf5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0d619718ba2a7ec42668bd62753fe09d3c6b5c4f97a7b897ad0219b9eb8c19 +size 250767 diff --git a/videos/chunk-000/wrist_image/episode_000233.mp4 b/videos/chunk-000/wrist_image/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f63d6ac80b7c4ab0b43136d8d9e0d5e903396ad0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a51309ba1adaac4f369700a00fc64160232ca69fcfb5abd5bed79db0bf6f899 +size 249998 diff --git a/videos/chunk-000/wrist_image/episode_000234.mp4 b/videos/chunk-000/wrist_image/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff23cda874dfad4491b82c642ae616145d61aa66 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf11a334dce7016db6cfd3fe4b7e26b76b59cb556196a926a7f4ab2ab3618c7 +size 220378 diff --git a/videos/chunk-000/wrist_image/episode_000235.mp4 b/videos/chunk-000/wrist_image/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4810187a460520843a29f6d214b10d40906f963c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dbcda8b4019aed4f5123902ec9baffd7f0a003dd2b7ecb875b6dd7b8ff161f +size 306029 diff --git a/videos/chunk-000/wrist_image/episode_000236.mp4 b/videos/chunk-000/wrist_image/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ad6dc5ae45e2c3b6db0e9089be6e518a17e0a3d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50584ac7b2f063058726e2ce0ecd2bf0b743a1ff97757c2384441f65f970f300 +size 289868 diff --git a/videos/chunk-000/wrist_image/episode_000237.mp4 b/videos/chunk-000/wrist_image/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..008a58173294440b0165ed62eef738678f34affb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6750e4becf0e34382c8d17108c8836cd0723045dbeb678feea22a4e173fef3 +size 310351 diff --git a/videos/chunk-000/wrist_image/episode_000238.mp4 b/videos/chunk-000/wrist_image/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41285e6f151a52da68138cea11c471c83db620a6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abea8784aefa91682e938f77fb9351efbc7effae71cfdff4f8e2b77450e408e6 +size 286358 diff --git a/videos/chunk-000/wrist_image/episode_000239.mp4 b/videos/chunk-000/wrist_image/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b32692b24cb1013b4c0e6c6199df0d6250f9d454 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0197c8f2c1600d235ffc85edf0ed6639977a7b3f8dda3df4079e21d066fcd885 +size 280233 diff --git a/videos/chunk-000/wrist_image/episode_000240.mp4 b/videos/chunk-000/wrist_image/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbd5a768c74d7935fd78622f54eb5ddd0ba10f37 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fa7325332029bb12feac1c8ea7ac1185fcb7edd87b45128578656aed0568be +size 296049 diff --git a/videos/chunk-000/wrist_image/episode_000241.mp4 b/videos/chunk-000/wrist_image/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6185413d74cca810491fc8411e9deafa209d6273 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ed32e5c75a18023c0548886fb16d4afab96284ae1dc3bee0c1e0cd4bb4b48d +size 312344 diff --git a/videos/chunk-000/wrist_image/episode_000242.mp4 b/videos/chunk-000/wrist_image/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5aec7b1d679853842e4373c3d5203d789ab3a2c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62856135133d4b0d93adbd4860ab2d3fad09e3cb92eac295b2c00f663e8e5176 +size 311923 diff --git a/videos/chunk-000/wrist_image/episode_000243.mp4 b/videos/chunk-000/wrist_image/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1eb793b9c6fda1505021fbfcb085291a84d897d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36e0033e02e32213fe543ad54cdff7fccdea7d4e48b0fb64dae41d1a55b2e67 +size 280458 diff --git a/videos/chunk-000/wrist_image/episode_000244.mp4 b/videos/chunk-000/wrist_image/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94e1104242adecda04e940b3855a62220b918e5d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65259404366eb4b61d5920c0d14deac5a5c5abc16e962cadcbf957eab0046218 +size 328387 diff --git a/videos/chunk-000/wrist_image/episode_000245.mp4 b/videos/chunk-000/wrist_image/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c131bd653b2b7ba1e54120a7bd961b6f51288cbe --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a69b57a9e2a1acd5adb7e9f32cd7929aae26b5954a320bd4391fb2fdf0bd16 +size 306827 diff --git a/videos/chunk-000/wrist_image/episode_000246.mp4 b/videos/chunk-000/wrist_image/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e170f047ea6682ee7948cfd191e734244b122bff --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c184048e7fa0fc87e855ea781c69658c5961367cc16c3977755651d101f1430e +size 666236 diff --git a/videos/chunk-000/wrist_image/episode_000247.mp4 b/videos/chunk-000/wrist_image/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..009a2ade9562c6b9aaa87488258e50176507f716 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff54d87ae629e4e0e3d0876390d7f1425b12e6ca7908c9ce1abad910deb3cf4 +size 716393 diff --git a/videos/chunk-000/wrist_image/episode_000248.mp4 b/videos/chunk-000/wrist_image/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3c7eb44453c83ae84983e2567155143ad6ca382 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2af19e03036d4b323750a5bddcadad2f0f3f36f1f95cfdf5d6de304b0fc0472 +size 634755 diff --git a/videos/chunk-000/wrist_image/episode_000249.mp4 b/videos/chunk-000/wrist_image/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bd6c803ad1d05ecc772b775ce3ae116464e264c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9e697bc7aa3cc310ac2545cb7d242c2d1febfd3002e6396bb26c2003f3206d +size 646345 diff --git a/videos/chunk-000/wrist_image/episode_000250.mp4 b/videos/chunk-000/wrist_image/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a577bec6c7afe40625f33f13cb69d7a3c0a8422e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75198e617d5763dba6e70a0d68119c932a7dd337b947605357a0137137e29646 +size 632406 diff --git a/videos/chunk-000/wrist_image/episode_000251.mp4 b/videos/chunk-000/wrist_image/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96b5bc0734192faab508801d93d595e1ac3895f3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20e05c9e643481f433b0d1ca8b00254f29ffd15a9030bf2890d3b8381ec608e +size 638874 diff --git a/videos/chunk-000/wrist_image/episode_000252.mp4 b/videos/chunk-000/wrist_image/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca5add90cad6c2698b7e5a309983942ecca93c4f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd1d803717d62e3dac16630002d02b4684b7fbdebab79c1796652c2a73ef283 +size 682956 diff --git a/videos/chunk-000/wrist_image/episode_000253.mp4 b/videos/chunk-000/wrist_image/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..277be25c8f7cc65e7f98d097dae476560899601c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec1c4a1b6690a052ee1f6b56e4d829acc67728010daa8fa9823f1279c69f754 +size 578393 diff --git a/videos/chunk-000/wrist_image/episode_000254.mp4 b/videos/chunk-000/wrist_image/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20c0efa28e40f5d38614ae4b6dc4b28cb335f776 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a3db36ffdbcfd6bac6dc10d4dcebc85ee4d81754cef1a3b114ce78dea7cb6c +size 587610 diff --git a/videos/chunk-000/wrist_image/episode_000255.mp4 b/videos/chunk-000/wrist_image/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09e38c9ccf94da286ef0340f3edf2850c3af9bcd --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4550e99e940ed75871554bfa342653d98a2b2d30777ff58a3b4c4c5afa1f94 +size 594582 diff --git a/videos/chunk-000/wrist_image/episode_000256.mp4 b/videos/chunk-000/wrist_image/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d918c794132a178b98706d0925b89a773eb632ab --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bf1d2494c3ba9f0f9de1f049efc75c4bfae3346c4e24ef6953ffba0e2cf411 +size 586901 diff --git a/videos/chunk-000/wrist_image/episode_000257.mp4 b/videos/chunk-000/wrist_image/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2605ea6b824e27674e1101050a4e7145df92a860 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea93d9f93b4fb83d1ad8a9e0babe314fd3ceadaef58f9f34599e831455a5b8a0 +size 333475 diff --git a/videos/chunk-000/wrist_image/episode_000258.mp4 b/videos/chunk-000/wrist_image/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c8e30266c388a8c017e5abf1d345b4ec111c639 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cabaa67894a923d196a7b67b85aa9bcc9c2f7f0dac2b0794bb201df357586e7 +size 398002 diff --git a/videos/chunk-000/wrist_image/episode_000259.mp4 b/videos/chunk-000/wrist_image/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..361c9eb3b68a092ae1ffce15ce49ec9a5f9e8ff0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01d71b7bae92ae528306f71d1cdc8d7d11148d8f3d9d118091c29e60a007ed6 +size 361375 diff --git a/videos/chunk-000/wrist_image/episode_000260.mp4 b/videos/chunk-000/wrist_image/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0db1ceab575716d85329984e2f15044c232161d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7ec5a4cba547f04b1f70f8e18e0ab15d3faca8a27e9046d9391a5a7c92c234 +size 368802 diff --git a/videos/chunk-000/wrist_image/episode_000261.mp4 b/videos/chunk-000/wrist_image/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66c6297664b9d3a0c417f06d36b3b6dddb05fca0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258cfe7a97a281b64866376349d66b1cf042771d595014e204f504e457068e91 +size 344241 diff --git a/videos/chunk-000/wrist_image/episode_000262.mp4 b/videos/chunk-000/wrist_image/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b6ef348558a09aa39762ea31e27a395a97e8e71 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf31015764f1473f94b52f7b07e009d5d0299735c5cc8681323dac8ec615ad6 +size 263488 diff --git a/videos/chunk-000/wrist_image/episode_000263.mp4 b/videos/chunk-000/wrist_image/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06cc262cde489f999b141c7f84777cb8442a7705 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7addb5b93f0d6176a67d156f9a18bd8a92e922c118a44637318edd52047b126 +size 257587 diff --git a/videos/chunk-000/wrist_image/episode_000264.mp4 b/videos/chunk-000/wrist_image/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5d9fb60217667de760c98810c64b15f563280d7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188f8a136ae89903ced6bc6569b82c47dd6cf6ee537c99d87231596a3025d83b +size 284053 diff --git a/videos/chunk-000/wrist_image/episode_000265.mp4 b/videos/chunk-000/wrist_image/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dd5a81940985821dcabe07066160c5dd42c74ba --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57021c9a4c915224cad08aa41abdad198d0b516cdf044a176640ba4baafae51 +size 267626 diff --git a/videos/chunk-000/wrist_image/episode_000266.mp4 b/videos/chunk-000/wrist_image/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75de53789e2377e3ce97844dc2b75439df129392 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd60c735ad007de2cb3baa3a25365649f4558eb27ff861b77a7ade03b6a8f710 +size 428727 diff --git a/videos/chunk-000/wrist_image/episode_000267.mp4 b/videos/chunk-000/wrist_image/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..893497818bf60c8b96507d5d0ef554c04416e8c8 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011cad4d53b59263cac13193264e64f3618aa2ee3924d016fd393a1718337357 +size 276700 diff --git a/videos/chunk-000/wrist_image/episode_000268.mp4 b/videos/chunk-000/wrist_image/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f109865f4497f9f8ae5571e28befe4a9e6be1b21 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b2fa372b94842b95a7c0de587045927c362a91be3d872bf3c463f093e8da65 +size 312711 diff --git a/videos/chunk-000/wrist_image/episode_000269.mp4 b/videos/chunk-000/wrist_image/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e059ac73b6b1c65de7e2eeb626beec4bf010ae34 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047d07699fe87e4c371ec79f694d6d4c02e7b1a1cbdd888bc83d8bcf88e0117b +size 245101 diff --git a/videos/chunk-000/wrist_image/episode_000270.mp4 b/videos/chunk-000/wrist_image/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca2a4082ae28611b2b184df30119d616d50becd7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6929e378211e79d02baa2e1e7bbc8b5ed4a5a6ecc55beb11b327a6f12224433 +size 386128 diff --git a/videos/chunk-000/wrist_image/episode_000271.mp4 b/videos/chunk-000/wrist_image/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38cf840b860e17519eeaf9b4a271be288f89700c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e19b8ad21860f4e9c614dce88a950e16b25ee302c41e953dc57c4ea32988cc8 +size 381903 diff --git a/videos/chunk-000/wrist_image/episode_000272.mp4 b/videos/chunk-000/wrist_image/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4168696d1808cc1e50b6d753ac3608c7ac2b7bd2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db65b579bd7add61342b909f59a77a202c9f44085144844610568aac92963c4d +size 414290 diff --git a/videos/chunk-000/wrist_image/episode_000273.mp4 b/videos/chunk-000/wrist_image/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f49c9937c7138562221bf1eb02461a6213588f6b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063c19f49c10bc9425a78188d9d083938f467bf24ac89ed6b3cd8993c1b3f922 +size 452959 diff --git a/videos/chunk-000/wrist_image/episode_000274.mp4 b/videos/chunk-000/wrist_image/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..559556a9fa3c16c91e5ce39167d5e63bce87a437 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90efdf87e9af295764e13e17b323348958cd35ff7423aa2b22d41c89fb2e79fc +size 382301 diff --git a/videos/chunk-000/wrist_image/episode_000275.mp4 b/videos/chunk-000/wrist_image/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1580fe843a25fbda39d725e1ccea88c363d00a28 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc328ad3fd1dce51f712cb36a6a031a088fdd0c947b1768dbc4f50afd8d3b20 +size 331186 diff --git a/videos/chunk-000/wrist_image/episode_000276.mp4 b/videos/chunk-000/wrist_image/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6145db056d332438d231c546cc6e07e6d799ddb7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e296f6c1022ab75b7db043139b4b482016b30ee5c9e4eaf16d8611ed7dd36f +size 320096 diff --git a/videos/chunk-000/wrist_image/episode_000277.mp4 b/videos/chunk-000/wrist_image/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..227552b354afc51ae5a2e6a1bcc486d0a78601b2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346adb1fed430784608c32aaf2daa5305efbc375db3ad73a4a2ec2c2a0e0c02e +size 369270 diff --git a/videos/chunk-000/wrist_image/episode_000278.mp4 b/videos/chunk-000/wrist_image/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42ae820922f659774b37f8f312158ca835eee2d2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb33e2563053adfa6ff5e7e0b43cf8b2049f8f4b6d2f113ee74158655769fb1 +size 384517 diff --git a/videos/chunk-000/wrist_image/episode_000279.mp4 b/videos/chunk-000/wrist_image/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e03714f7ea383c5ab288a3904cdb915657141fc --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322d282de4794dccdf11f661d226808e3a7b644b98a63826522ecc315bc32d68 +size 346864 diff --git a/videos/chunk-000/wrist_image/episode_000280.mp4 b/videos/chunk-000/wrist_image/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..503f868c1c75cafa43c80394199a574c5a81e352 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff6e2a0bc93c77ec5b77f8eb8cff682f40d0fb55d69814c4794476f0fc7b2da +size 387479 diff --git a/videos/chunk-000/wrist_image/episode_000281.mp4 b/videos/chunk-000/wrist_image/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0d1f26dd468c9b000ba5f60b08840d3ddd73c43 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68e1c2890069731c1090d6d61eecb3ab71313343d7d00aff8b8ce26297ea52f +size 337536 diff --git a/videos/chunk-000/wrist_image/episode_000282.mp4 b/videos/chunk-000/wrist_image/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7512785f1838c338f52d7c0188eda0f786ae4a88 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92cfc0e75fcb923cc363373d55d68fcc8fc2c8794a8420288691c7c78868a3f +size 394583 diff --git a/videos/chunk-000/wrist_image/episode_000283.mp4 b/videos/chunk-000/wrist_image/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c9c351f0ecd5dbdf0d4935881ff99dedd5c9f42 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d214ce73ba42d330f71e8fcf783ee819c34f867fc1255da1490f7bd6d6e0ab +size 403527 diff --git a/videos/chunk-000/wrist_image/episode_000284.mp4 b/videos/chunk-000/wrist_image/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98cf8eea4830cb80c41897f994f8e99b1f4ba434 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6258294044525e9eefab6994c4fbaa4c886cf4e542a29d1529b5eaf076cffb +size 333479 diff --git a/videos/chunk-000/wrist_image/episode_000285.mp4 b/videos/chunk-000/wrist_image/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a12b3e375f38dcdb6c94dab84f3b6b2bddee70c8 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ec96e60f809ab50696dff687b8778db8d0f2cd8037b9aeedd3696c1b7eee56 +size 420791 diff --git a/videos/chunk-000/wrist_image/episode_000286.mp4 b/videos/chunk-000/wrist_image/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4966e3477a3758e66717b86369994ffbc9501201 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5cd0fbc8ab635bf66d94c82f68818387e1f73f7466ed4a0dcb4cbaba39c857 +size 383232 diff --git a/videos/chunk-000/wrist_image/episode_000287.mp4 b/videos/chunk-000/wrist_image/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..163a49fc669e9665a106aff691f5b2210fc884ed --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7a69f7894e097813e336b26f39a7ff513d9d188e87f0781bf4b5162ed8789b +size 309842 diff --git a/videos/chunk-000/wrist_image/episode_000288.mp4 b/videos/chunk-000/wrist_image/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f932871a641e3c94d0bb4d33eb2aaeee2d877c4 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a299a7a2cc972e28c76fe74b2b25ad2299c00fcc0343491c32481c1d102708 +size 462200 diff --git a/videos/chunk-000/wrist_image/episode_000289.mp4 b/videos/chunk-000/wrist_image/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb20a7b77ac0371bfadefd681980b3afe3e6b452 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6564524122691273a7356475d7b772d661e76054d2573c84a90a071abbac8ed +size 497507 diff --git a/videos/chunk-000/wrist_image/episode_000290.mp4 b/videos/chunk-000/wrist_image/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa48044f48c0a5efb8c609af6f57b1961daa8447 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7163aabadd55d550eb4aad3946a9f847e44f967801474d21b6edb6f81193d7d +size 423655 diff --git a/videos/chunk-000/wrist_image/episode_000291.mp4 b/videos/chunk-000/wrist_image/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d67ae770cb41d3617e41cfe5e2b3f9248744a50 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58bc1c2302192145f8058935d26208d369edc443664060779814395e4be8774 +size 368129 diff --git a/videos/chunk-000/wrist_image/episode_000292.mp4 b/videos/chunk-000/wrist_image/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce40cdfbac198f78a13d03c7388ef772b0439abd --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e5dadb84e746b262bc180a20bfc769866895c72a22f1d756dbb0736bd0eeaf +size 375564 diff --git a/videos/chunk-000/wrist_image/episode_000293.mp4 b/videos/chunk-000/wrist_image/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60b519dcd7fd04972df81b83cdd978fc628a9c0f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2445a31703a86d0b5be1d762bbf6e4989b77f57483e9a97cb64f65de427f62a3 +size 239622 diff --git a/videos/chunk-000/wrist_image/episode_000294.mp4 b/videos/chunk-000/wrist_image/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4822ccdcd0c2d5a4f389748f9a9fbb9fcac29e10 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9a8a03783cbe657c5e88db05b9d2b28f4b194fe7fcf64c1700e72fa4e0fbe4 +size 301432 diff --git a/videos/chunk-000/wrist_image/episode_000295.mp4 b/videos/chunk-000/wrist_image/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12d9e3224f15a607af82de74b1ce3101ecb54f3a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001869ba729bc671db5a71f9acc25871005dc8c52b1e7c280047c5ed07c9eadf +size 253739 diff --git a/videos/chunk-000/wrist_image/episode_000296.mp4 b/videos/chunk-000/wrist_image/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39dd9ddeed272572b77101a6eb97b23142c9e53b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c42915eb841f7fe01205ece0bc8a61e1bbd88d791ea5a1de334470fd01f7bb1 +size 251653 diff --git a/videos/chunk-000/wrist_image/episode_000297.mp4 b/videos/chunk-000/wrist_image/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1b816094883ae0a2912b1ab834f90b6b9636ca7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7bf9e73a1491c1826fb2ad46ae7b67a65b9781dd9e072fa7e96134b84e040e +size 339656 diff --git a/videos/chunk-000/wrist_image/episode_000298.mp4 b/videos/chunk-000/wrist_image/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6426d42bf0099c6ffea4ab12e1c13fb66d060f6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b461f9325cc19860b1bdc5546b1f0bbd19120654bd61deefcb9177619cbdc4ad +size 291968 diff --git a/videos/chunk-000/wrist_image/episode_000299.mp4 b/videos/chunk-000/wrist_image/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d52d38a3757f3adba2f3abb57089d6775f74a269 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8fd14e6dbabe8d9a4df4df14c102160bbc98ef96da9bbe783afe52e735b445 +size 304417 diff --git a/videos/chunk-000/wrist_image/episode_000300.mp4 b/videos/chunk-000/wrist_image/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..783fd1d254f47eb607be8a16d9d3becafc89da02 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ad03261f89f5a3b73c254ceca14166d4a17a49fc82e4976ae391ed5f66a2a9 +size 187017 diff --git a/videos/chunk-000/wrist_image/episode_000301.mp4 b/videos/chunk-000/wrist_image/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97c1f65a4edc654efaaa0fcf10c01d5e2c5e7441 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511d6d19769d3e240c36730ee65ee5d6c59df8362a9ce156b8792a5edce5734d +size 192466 diff --git a/videos/chunk-000/wrist_image/episode_000302.mp4 b/videos/chunk-000/wrist_image/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e200b7f992a8d2b01a0dc6058e4a1f6230bff56c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d19a680aaab9cee65bf62f4d44774ded7de2d8a1524517f6ba5317ab03078a1 +size 301880 diff --git a/videos/chunk-000/wrist_image/episode_000303.mp4 b/videos/chunk-000/wrist_image/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..549be21bcafadeeed00a65cf01866ebc12b90a93 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a128bef9143d95ba8633f5e72bb3a674176e53a24c69d46067df1a5829230b +size 228509 diff --git a/videos/chunk-000/wrist_image/episode_000304.mp4 b/videos/chunk-000/wrist_image/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2292c6a8c374c7a736ab899eb7a5da8da38224e5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362019ea18f6d1116afcd46adeb330ebe16b2f1db6e4182ea5b0ff9c0f3164f5 +size 233870 diff --git a/videos/chunk-000/wrist_image/episode_000305.mp4 b/videos/chunk-000/wrist_image/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f47cd2c54fc996fb79cefacbd5b426d8402e884 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccd841fca632fd604cb56e98eba4bc8b7a1f46f38b965e3b6e16b848dd1e6d5 +size 237215 diff --git a/videos/chunk-000/wrist_image/episode_000306.mp4 b/videos/chunk-000/wrist_image/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eca29c0d0865dc4cc8d4a5d3432a6b9c449a1c0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bd70133d60303bd33254f9ea651979ead86c6749be1eb21683dc632f3f2ca0 +size 289360 diff --git a/videos/chunk-000/wrist_image/episode_000307.mp4 b/videos/chunk-000/wrist_image/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ac05952b0435745d280203af72390750eb4bfab --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a730e88f6d3e99307994ec9f95d0339cfa517abd1b227357d0aefad648168193 +size 295962 diff --git a/videos/chunk-000/wrist_image/episode_000308.mp4 b/videos/chunk-000/wrist_image/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43984291334d024d143696c0cebb0f2302153f57 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5080a1700cf316a4365f6c89328d005add0660f0f8d7f534b3263b4692378000 +size 288796 diff --git a/videos/chunk-000/wrist_image/episode_000309.mp4 b/videos/chunk-000/wrist_image/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1502e1417d78895c121303d7a5cac8da78d59900 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b98319e79e904b1ffddf31313cd841417b4d5aa645b4940699b9c3513eefa94 +size 231774 diff --git a/videos/chunk-000/wrist_image/episode_000310.mp4 b/videos/chunk-000/wrist_image/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f26643ed2860252823430b7ad01a984efd10740 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525ff3c4e50c16394717e442647daf9384f9544b13c0095932ebcacd15178d51 +size 245511 diff --git a/videos/chunk-000/wrist_image/episode_000311.mp4 b/videos/chunk-000/wrist_image/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6b8c9674ab1945fe6ac249db93146a4d02b1bb6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a5be39ac9a1aaa322414fcfc86fe61c2ce9a578325092c480dc636f0c1025c +size 261219 diff --git a/videos/chunk-000/wrist_image/episode_000312.mp4 b/videos/chunk-000/wrist_image/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9791c5fe462185fb1b12144c4455801b320e557 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0038e552d8707c700dc1af3a5aa67b58140d7eac13ba2b82af11633163a27687 +size 319798 diff --git a/videos/chunk-000/wrist_image/episode_000313.mp4 b/videos/chunk-000/wrist_image/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..186a5894ea92bbc8a6eaa1eec36672ad73c93ac7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c6ee43ab2c96f86831916061c08dd0a87f07ff7a1fc1b70788888cb500bc12 +size 284749 diff --git a/videos/chunk-000/wrist_image/episode_000314.mp4 b/videos/chunk-000/wrist_image/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7ecb6d87bab687dc049fe0fdfb559fda7baba66 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc2041e6f7ad635be13176ce115de2fb0c060beeda3f705d9e21c537b0bd01f +size 297205 diff --git a/videos/chunk-000/wrist_image/episode_000315.mp4 b/videos/chunk-000/wrist_image/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..727b4b264009c5d1ff0533eb19d9186387e2d582 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c718952f889b383545d0b870e5862a6ffbee8b54b709709c4b2f79b6e189f7 +size 295455 diff --git a/videos/chunk-000/wrist_image/episode_000316.mp4 b/videos/chunk-000/wrist_image/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa9297fdd51305f37d0882a92ec37202641e4cac --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0115023700240a2097a569c85ffc3e3a7fd6fbf14ff013d852b7cb57a04705ec +size 278196 diff --git a/videos/chunk-000/wrist_image/episode_000317.mp4 b/videos/chunk-000/wrist_image/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..884e247839fce65f9eef7e363206a9cb04a1f35a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1472f715993030812987f3497dd27c5fe7803a471c5f2df88fc4d33cb909e8c9 +size 226478 diff --git a/videos/chunk-000/wrist_image/episode_000318.mp4 b/videos/chunk-000/wrist_image/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30d5c36af307034eae22cc110f9ac47776bd94ff --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec5026e835610d2507bc9ea2ed035ef20d5c4141f839d73534eee9eb63cf24 +size 259403 diff --git a/videos/chunk-000/wrist_image/episode_000319.mp4 b/videos/chunk-000/wrist_image/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcc9b19554de68b2bed1d67bb7004c99464b2aeb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9444c9bf86308a5919ed04241d5686255217bde37a12525bfb822a4a04d8be9 +size 274219 diff --git a/videos/chunk-000/wrist_image/episode_000320.mp4 b/videos/chunk-000/wrist_image/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56680e04881b5287a46a30512783822a757f16f9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201942e61130d7e417db6f31ea593bda2ecbd7a64dad5a76aed1fcac93675ecd +size 267709 diff --git a/videos/chunk-000/wrist_image/episode_000321.mp4 b/videos/chunk-000/wrist_image/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39ac52f9d65808b710f4e09c5128894864e86fd3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc652a1e57b4e746d271114ef92700e22fa8f43a33a2ed83025cf1630a1ab66c +size 246681 diff --git a/videos/chunk-000/wrist_image/episode_000322.mp4 b/videos/chunk-000/wrist_image/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8d8c5d629f79dc894ca4d82ff3da5e7f529920b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a72b6eb8dbcbb8ec1d3b5f0aa8a9fae6e0c4c3fc07b663488014d473d402e8 +size 293947 diff --git a/videos/chunk-000/wrist_image/episode_000323.mp4 b/videos/chunk-000/wrist_image/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ff4c6e352eac50ce7c3eed178dc7d875a9ad30a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca087d6ebc2c10f0528fabdea2731f76118fed8c66fc896cc52b71d6ada5a24 +size 267057 diff --git a/videos/chunk-000/wrist_image/episode_000324.mp4 b/videos/chunk-000/wrist_image/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7dede52dbf18862a82eeb003126639ede272e65 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec939063bd0f54673d8bbfed620fd72f391c0eb569bab51beeddbc08423b80d +size 261091 diff --git a/videos/chunk-000/wrist_image/episode_000325.mp4 b/videos/chunk-000/wrist_image/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89f846de18250052b61bb7503653b329babc6c54 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f259d2f7ff161a3e84a546b2a72d8e785acef3091501093ec8c3989dee77b6ee +size 283218 diff --git a/videos/chunk-000/wrist_image/episode_000326.mp4 b/videos/chunk-000/wrist_image/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..395b1e47e2fb24e810f241eafe84246beea287ec --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd1e30dd497b857a1eac47bfa111457b49b53251e3ad4951c3b5dfd76782587 +size 335926 diff --git a/videos/chunk-000/wrist_image/episode_000327.mp4 b/videos/chunk-000/wrist_image/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f28f922fc69f9a7a5e7fe9b17d2022121d74ceb4 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caf3ff03864c2b2f8a36e1e93f35746b0fa557ec64fef0ea93473d5b9cc08fd +size 374408 diff --git a/videos/chunk-000/wrist_image/episode_000328.mp4 b/videos/chunk-000/wrist_image/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdcebdc6a8de698a65a5cc68c4a613a2fb9cda27 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01336ba452342bf9f7c96df14d85ecd47798c1385027ce4def4b4864b8440491 +size 302405 diff --git a/videos/chunk-000/wrist_image/episode_000329.mp4 b/videos/chunk-000/wrist_image/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3c920b00f398873c8eb3f187753ee386d67a0aa --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c87f1317a14e28edf3c7d7831ef69a9074dc7c91b94cd120c839640737519c9 +size 311559 diff --git a/videos/chunk-000/wrist_image/episode_000330.mp4 b/videos/chunk-000/wrist_image/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9cbc5667f87f1d25d44d08bf667d61f4a8b5b70 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c743a61e82211a07eb14fc513f88bba83798eefa39278b02c53d8e59fa89a4 +size 286823 diff --git a/videos/chunk-000/wrist_image/episode_000331.mp4 b/videos/chunk-000/wrist_image/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba022d82b62a5b173fe4705307856774e777752b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9d02e09b9e6cbba2496c6d71a8712c96ef1dc1ad7600fcba274f775c0a8223 +size 220160 diff --git a/videos/chunk-000/wrist_image/episode_000332.mp4 b/videos/chunk-000/wrist_image/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f05a4723f996258c45b575e7df358022d99426e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fc4f2e418d47f63c191f1b97df3f1e8b3c089d73568fbbfef85c8ca5602926 +size 222332 diff --git a/videos/chunk-000/wrist_image/episode_000333.mp4 b/videos/chunk-000/wrist_image/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecdc45b74de59d0c1f989f81d9bea42f181df781 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf3b04180a95298870739d4d1f06b03969941168b11ade4d3616abe57835334 +size 182139 diff --git a/videos/chunk-000/wrist_image/episode_000334.mp4 b/videos/chunk-000/wrist_image/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2363d323945c7fe957912c074d9e0a5e18bd4686 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfde7bb19210546d581fc548a26d8bd3f329ae98cd7bbfea609f18f69a690e8 +size 232517 diff --git a/videos/chunk-000/wrist_image/episode_000335.mp4 b/videos/chunk-000/wrist_image/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f355bd67ffe3d08c6750e296460d49279d49d9e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c41943c9688ead49ff52068965d1801f3cd3607c2a8ed9ad8726ec8655f442 +size 372677 diff --git a/videos/chunk-000/wrist_image/episode_000336.mp4 b/videos/chunk-000/wrist_image/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76a72bd671e5e35e768a6bfbb8e3d5e29d0b80de --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbf37a69b802a8fa612566668add58c13b730b1e5dbac7c5bf8dcc4e539a163 +size 344769 diff --git a/videos/chunk-000/wrist_image/episode_000337.mp4 b/videos/chunk-000/wrist_image/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e47582a3fb1d9e585259a0adf8a9ca4a75f33196 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf9d9d1e6621f98ac9f6c068b8b3657b5e4c9337a1ee5052680861ffd35ecb7 +size 304153 diff --git a/videos/chunk-000/wrist_image/episode_000338.mp4 b/videos/chunk-000/wrist_image/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..271b29f97396809faad5f8a587f57503d4bd9712 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72a71def8191f0fedc57d54cf3fe55f3ff4607321a129276f2d014351e01bb7 +size 272059 diff --git a/videos/chunk-000/wrist_image/episode_000339.mp4 b/videos/chunk-000/wrist_image/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d816b9c6ea76089ca2dc936af35dd657f5c4c6a7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f295f8707ea3ebc64fb4d2e5e5fcbf5113adfe6f931742323af7f4662948cdbc +size 283567 diff --git a/videos/chunk-000/wrist_image/episode_000340.mp4 b/videos/chunk-000/wrist_image/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29cff03d41cf6fe0dc2af95534655106fbcc5099 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b9f8e78ed0a955ad8a6ca48cc16e95c4dd13ead097d264aa27dde083e60188 +size 267904 diff --git a/videos/chunk-000/wrist_image/episode_000341.mp4 b/videos/chunk-000/wrist_image/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d9eb4ebd56e447a0dc115d23caf8001a8a1383a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1484d4b867b06354d137722cfc4788545ffe252a50dfe9679534a7a4276acd6d +size 280170 diff --git a/videos/chunk-000/wrist_image/episode_000342.mp4 b/videos/chunk-000/wrist_image/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8893e09b888faf1c0589e37ca750e6591d50fd7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c467f10aabe08b6aa3b87f48138e889f4cbfbb1f88dc6b9f026872a016cbf95 +size 227903 diff --git a/videos/chunk-000/wrist_image/episode_000343.mp4 b/videos/chunk-000/wrist_image/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..defa52ff0860e3f6037e30290d590fe891f2e79e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386e1c18d3489068c1580ba9d14a310f9d0231d8aad39981151010cb28480e50 +size 191078 diff --git a/videos/chunk-000/wrist_image/episode_000344.mp4 b/videos/chunk-000/wrist_image/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7f3075ff885340adef7fa0ea9356e685b49d742 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95dae57e3e49e3bc99dde06dd6496de7552c00570ca3aebd4317851ff5a7b4e +size 173135 diff --git a/videos/chunk-000/wrist_image/episode_000345.mp4 b/videos/chunk-000/wrist_image/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48a2d9425061b4d14cfb14a41ade00b41021ab00 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49140b218c32d163bded397c021930d53c8f5710e7fb902e96c8f2f57e09a33f +size 200507 diff --git a/videos/chunk-000/wrist_image/episode_000346.mp4 b/videos/chunk-000/wrist_image/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2317acf61eb29a854e875c2d5c0f74c90028b44f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64883e017d928a57e33dede95afe2d339232bb207a8dcec6ce25deeefd7c9858 +size 212553 diff --git a/videos/chunk-000/wrist_image/episode_000347.mp4 b/videos/chunk-000/wrist_image/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ac3ef9e052c27d581fe4ae798d340e5b1bb24ad --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69577ba9161fb1f3ce5d1402cb063df41d96c973e29acec310b1ffc170dda30b +size 186974 diff --git a/videos/chunk-000/wrist_image/episode_000348.mp4 b/videos/chunk-000/wrist_image/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a023d63e20eff13dc692ffec4d8777ce819ad356 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be756d17551f809854e6646cc205ed4ff8ebef704dc052f3562b68be12f8186 +size 175015 diff --git a/videos/chunk-000/wrist_image/episode_000349.mp4 b/videos/chunk-000/wrist_image/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c36c2064503f84f3816869883cc6f893e5e95dfa --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2940ce16ffafeea7896235b4e17795663413e6cb15e9b0cc640879d719b5f15e +size 193649 diff --git a/videos/chunk-000/wrist_image/episode_000350.mp4 b/videos/chunk-000/wrist_image/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d2b6ad179efa4cbb37e2d533becb06614af08ad --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e7311d13380c209827d5cf53daaf75e6328d84ed32b7ec9be37c7a4082a8ba +size 141088 diff --git a/videos/chunk-000/wrist_image/episode_000351.mp4 b/videos/chunk-000/wrist_image/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3b05b4fe35371b8bd6fc63b54b36a67bdb5e91c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc77f3b4568ded5aa3aba6153905fc8e60f58c71b04f15aea91a0ab725031d6 +size 338340 diff --git a/videos/chunk-000/wrist_image/episode_000352.mp4 b/videos/chunk-000/wrist_image/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd1b36754670a6c752310f5fee359cb7f3c42983 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ef2d68b8ea244c3333a1b86198f970323d3344f5b4440d11b67ed687e6debf +size 258362 diff --git a/videos/chunk-000/wrist_image/episode_000353.mp4 b/videos/chunk-000/wrist_image/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc2e025605bbe3754826561dd3fe6af647a7bec7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecb06cb7b9cf83294b4ef3190a2b0c594a371a58d26c881e0dcccc55e94dc03 +size 324383 diff --git a/videos/chunk-000/wrist_image/episode_000354.mp4 b/videos/chunk-000/wrist_image/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93f3a35eb1abae8325deb5151a211263ddb3a1ae --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30d58aa8efcb6998604454bee93ca272701ecac3f13057f6e2a67b10d1e7127 +size 316330 diff --git a/videos/chunk-000/wrist_image/episode_000355.mp4 b/videos/chunk-000/wrist_image/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e3f855e9523d1553d5dd6e10c6868e3aa14dc6c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dd0351bcbd908a7fbe55ab7d316041a1063f3250fce36ddcedb6e58881c7c4 +size 243901 diff --git a/videos/chunk-000/wrist_image/episode_000356.mp4 b/videos/chunk-000/wrist_image/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df5f4de9fe9a76a21a107fd8dc77f04dcf561ff9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ce76fb54b839fe1c1d124ecbf7a9a4df3cff7a23c2bf1d8c524bcdaafebd8f +size 204273 diff --git a/videos/chunk-000/wrist_image/episode_000357.mp4 b/videos/chunk-000/wrist_image/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c019561e266966dafa901006d8ea66d0afced4f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60462a8a6b1fd428097d7cd9608c0d9ff789418173021af828d58496a05f3059 +size 222468 diff --git a/videos/chunk-000/wrist_image/episode_000358.mp4 b/videos/chunk-000/wrist_image/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3262ef38bf5ac5524bc6c8780dc9dcb96d4a4503 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d10d48f7737a7899344d814c76f750ba939c6da768c9d2b8ba68def7c53f4c +size 290810 diff --git a/videos/chunk-000/wrist_image/episode_000359.mp4 b/videos/chunk-000/wrist_image/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58590ca5c090e47647f4e0cd2ac3c8461b6cae3a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f30c9883643fa00875995bac508c8d0b7dfe5219f2bb7d6ac386ba5231524c +size 233895 diff --git a/videos/chunk-000/wrist_image/episode_000360.mp4 b/videos/chunk-000/wrist_image/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cfa6aa6c911e14f6ad75c7bcaa8dce8c3fca6e9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdbcb03ba3d7197f4bef037d800ee26c796a8b61bf824504d4b9d6e5581d8e9 +size 253287 diff --git a/videos/chunk-000/wrist_image/episode_000361.mp4 b/videos/chunk-000/wrist_image/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad48a18751d5b9bcb50423458bab46ce4a94ff1d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e40afea6df0b5c99b2f1e64ec667159580288d89d3c924dbaa1d31e34cc9118 +size 201162 diff --git a/videos/chunk-000/wrist_image/episode_000362.mp4 b/videos/chunk-000/wrist_image/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1acd1c497d8fff91d199fef615006c083d2e38f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412479b7cbf5b1a64cd6d352c57361f78a77844c36f2a799919b0e22ab2925e7 +size 252987 diff --git a/videos/chunk-000/wrist_image/episode_000363.mp4 b/videos/chunk-000/wrist_image/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dedaf537af56a0a4ab8098b599b96438b4f332d9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f6b6a033ffd168946480eb35f3173e5c8fdd4935bb5d4a0636398fbfc489df +size 177777 diff --git a/videos/chunk-000/wrist_image/episode_000364.mp4 b/videos/chunk-000/wrist_image/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eec2bc8ebbea813ed2ec2076862267f37cd6a64c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5d6d28c04671730e74152a37ba9c3cf942246d11a5bf3b43c976e1c295f0d4 +size 193655 diff --git a/videos/chunk-000/wrist_image/episode_000365.mp4 b/videos/chunk-000/wrist_image/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7c9d9311004e1bf0131dc5c9e0d4018bae6e209 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99969d4c77e8e987945f7650ce8a5babb2ad499256015c090af09018f40105b +size 184543 diff --git a/videos/chunk-000/wrist_image/episode_000366.mp4 b/videos/chunk-000/wrist_image/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c41fe10f738a3005006254b655d1528abf4ab4d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab664d21930ef8e8ff863672a3a9c4c8a50cf7643aa1104ef41bea66b70cca52 +size 201305 diff --git a/videos/chunk-000/wrist_image/episode_000367.mp4 b/videos/chunk-000/wrist_image/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e98a7cc4f751d1488e69459cf2006815f2b5fdd --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e72f3cb91c85434c7ce3791d84a734c85684fc647d7fde460b53a9e09517aa +size 137900 diff --git a/videos/chunk-000/wrist_image/episode_000368.mp4 b/videos/chunk-000/wrist_image/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60494108605a30d1ae639141c155b0d3708446fb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c838bffcba8c2074a28ce202473a61ccb3fae0f06a26e4e4319a2c7983f5187 +size 197574 diff --git a/videos/chunk-000/wrist_image/episode_000369.mp4 b/videos/chunk-000/wrist_image/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eae106ef294ed7d6f969f01e5ba444a56788e9f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b1ab0be1c581abf21dc1cf6c933889c3895c4ddad83b15b1ed93ffb6347f29 +size 154935 diff --git a/videos/chunk-000/wrist_image/episode_000370.mp4 b/videos/chunk-000/wrist_image/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f0a40b9b1e2929fc8b30061664632921f510f24 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793225ee96e190bfcbf68f5d51561b525ddaf10a41f8b105d20d74f853e824c2 +size 169674 diff --git a/videos/chunk-000/wrist_image/episode_000371.mp4 b/videos/chunk-000/wrist_image/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4b2601adce6ee39fe7989c6e5b239a1f46f343c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a4b982a9fbdf270c50b91534fd102a51cf15e9def268a2c63c2cc010ea2b24 +size 441835 diff --git a/videos/chunk-000/wrist_image/episode_000372.mp4 b/videos/chunk-000/wrist_image/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..649562d395ef23700d6b1ca1767e5e1f9ed8ede0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfaad838fd86331c4528ebe63a3552f450c80dc4479a21d5bbc22419a44d3de +size 364944 diff --git a/videos/chunk-000/wrist_image/episode_000373.mp4 b/videos/chunk-000/wrist_image/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cff8abe209c430b6d0beb760b62790036034191 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f839e1ed2a5c637c1cb41fe8cd2e2739afbb13f868290b33f3a9077af4e1256f +size 404711 diff --git a/videos/chunk-000/wrist_image/episode_000374.mp4 b/videos/chunk-000/wrist_image/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b1eda7b303ab5e0530d6d3bf76da9dd091e068b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be4c0b5afe3f29da7e8c8c16d1692d48fbf11f6226217e5d9277114b1599511 +size 320273 diff --git a/videos/chunk-000/wrist_image/episode_000375.mp4 b/videos/chunk-000/wrist_image/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fe9a593dfa2865c04686b5a46c954e326d15e8f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1974efaa6f3a6decb850d5a3bd1ee3c6835bb818cef5933c96ba9e9404a5ccbd +size 269627 diff --git a/videos/chunk-000/wrist_image/episode_000376.mp4 b/videos/chunk-000/wrist_image/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d3861f6857107a3efc150a949524cb1e2b47cb3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b245fc7bd155a881eb147d1da583e3f3507a650b4fee423c51bf812b905333 +size 236048 diff --git a/videos/chunk-000/wrist_image/episode_000377.mp4 b/videos/chunk-000/wrist_image/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14c1bd51c3c9a81fc7bca1bbccc9b1ff4e8a885d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbfebfdb1dc2a72837719dfd8458ba85b997a56943efd29a12faa7b8f9f71c2 +size 245708 diff --git a/videos/chunk-000/wrist_image/episode_000378.mp4 b/videos/chunk-000/wrist_image/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0bca28becc7de623820d4f8e74fb7c5def80e95 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649e8065eae4520264dd8d3604b72924b12f6a4c87b4b5aa259448a7e762d2eb +size 274994 diff --git a/videos/chunk-000/wrist_image/episode_000379.mp4 b/videos/chunk-000/wrist_image/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..859975eb1821c7523c8fdf5231b0af606156942d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c85223a1b06c2ad67d7123486c1a73c3923f235610d83bedf3729d51ca39b0 +size 241199 diff --git a/videos/chunk-000/wrist_image/episode_000380.mp4 b/videos/chunk-000/wrist_image/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2630ad805881463b0a614944e33b4c36116b62b5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f366ffa0cfa51c8d989008eabcd0af887096e186f0d6533645f5ec993cf134e7 +size 296507 diff --git a/videos/chunk-000/wrist_image/episode_000381.mp4 b/videos/chunk-000/wrist_image/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb5466b109fdc424468da8f3199a02e812574684 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60bdcf7cc7de97b320ed64b876ff280b17e9bb83a3b4424106916b81bf72b40 +size 217553 diff --git a/videos/chunk-000/wrist_image/episode_000382.mp4 b/videos/chunk-000/wrist_image/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..219d70862f426d46a7a3007314becd03c0d6011b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab7465f4f0fd7b9912b4e23d74d0a19fba7e42ecd601719b330506c20a8fa50 +size 148450 diff --git a/videos/chunk-000/wrist_image/episode_000383.mp4 b/videos/chunk-000/wrist_image/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d23a7c98fd7bc61a269293d46e7e145d064c548b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701dedcc0782537941709fb0167832dbbd6aa0c329019c7aaa0e1a1e3fb03fc8 +size 164295 diff --git a/videos/chunk-000/wrist_image/episode_000384.mp4 b/videos/chunk-000/wrist_image/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03c49da5e72587cda8c4e02a09182dfcbf4f034e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d13ca7408b4233141d9749e099adc096ee317ae09a0bbe603dde59421e3bd87 +size 199220 diff --git a/videos/chunk-000/wrist_image/episode_000385.mp4 b/videos/chunk-000/wrist_image/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8955e45f23c8168196b678f7a919d99ea951a95c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fcfba34a800f3f50caf62f28a708787e3e3617eb74603cac42c691393abf54 +size 174482 diff --git a/videos/chunk-000/wrist_image/episode_000386.mp4 b/videos/chunk-000/wrist_image/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..887d26d93fb1d385778f6e77f52c58e64172b84d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fa097a50d155a9510c018030cd3507f5d1d193bf8cc7c5e19e10eb7947aad5 +size 209987 diff --git a/videos/chunk-000/wrist_image/episode_000387.mp4 b/videos/chunk-000/wrist_image/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..071382bad374fe9950144348eb73343b4c256ecb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d964060c3b512fd30c4d046bcdf1a8cb2640714dda11da5d72929a504c97e3a1 +size 266903 diff --git a/videos/chunk-000/wrist_image/episode_000388.mp4 b/videos/chunk-000/wrist_image/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac398200b6acebcfef90acc611ab09567513458b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2fb675fb5d7a25d0048a13d38a39b3a5b275e8aa1da48906ac3749385bc153 +size 289015 diff --git a/videos/chunk-000/wrist_image/episode_000389.mp4 b/videos/chunk-000/wrist_image/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53fdb24c1520ef1e632fd0680bf5c0eac67969f5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db957c99642b45be4e7d3d1714fac472031d7a60a91c925a8159629f52a2327 +size 209254 diff --git a/videos/chunk-000/wrist_image/episode_000390.mp4 b/videos/chunk-000/wrist_image/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcd9586c6112af36869f8459dc61cdbf8796c30c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9db7a7d5720783258599ccacb272c72008e563669e5521d80df1d644a838be +size 310524 diff --git a/videos/chunk-000/wrist_image/episode_000391.mp4 b/videos/chunk-000/wrist_image/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9ba5984e572786a85516ce54fe8a65ee8c52416 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe93a6a8efcf40ca707b807b889e92eba8e3f12bc03d4a49429e647b6ca4f44 +size 267186 diff --git a/videos/chunk-000/wrist_image/episode_000392.mp4 b/videos/chunk-000/wrist_image/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f51ccb346f149dbc2b89fef86b909f621ae28ac --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1920562ee8068039f01dd6e15e415abd8275cc82165f57c7a003aa56183aa3 +size 243892 diff --git a/videos/chunk-000/wrist_image/episode_000393.mp4 b/videos/chunk-000/wrist_image/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f2f455041754d09e46dd4fe02994e466ac1bfd6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d844a37253507ed7914637b4544ed10b59e8b41abfe6441eaab2235d7882aff +size 225294 diff --git a/videos/chunk-000/wrist_image/episode_000394.mp4 b/videos/chunk-000/wrist_image/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ea1cc116c1cf9a14b27e4360cafea94c1229418 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7fe90f70d5a1d0dce15a2a5ca7eaf450092742dd6bc758738f144e08a2e7ce +size 215701 diff --git a/videos/chunk-000/wrist_image/episode_000395.mp4 b/videos/chunk-000/wrist_image/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea16ecd98206e887bebbb72a45f3e790dd869de3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdf9d3a8e6ecd4aa05d32e1ff05b4aadbb3753970f2c4239a8331001d7ea577 +size 231945 diff --git a/videos/chunk-000/wrist_image/episode_000396.mp4 b/videos/chunk-000/wrist_image/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aed01581372e33497120cfb2d751919bdff37773 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa5171c7eee8c6e8afc2c84f221dc0bc119c1d6d7b369eef1131c415e60c427 +size 201894 diff --git a/videos/chunk-000/wrist_image/episode_000397.mp4 b/videos/chunk-000/wrist_image/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3407056ca05229cf89d61729358c4fc0cd1d9e4 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c9a2785731a603475088cd5b5fc173c640b3fa77fa3a70814c412d960b0d73 +size 251306 diff --git a/videos/chunk-000/wrist_image/episode_000398.mp4 b/videos/chunk-000/wrist_image/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54273c55398b2aeade907fef4ff49cd6139a264c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ed7bc33b7cf6c9ef1fb665ed34afd7de2ac1c0528e7f398cc4d41ead0c92a5 +size 252036 diff --git a/videos/chunk-000/wrist_image/episode_000399.mp4 b/videos/chunk-000/wrist_image/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f88e8c163769064d574fbc3944f52fc8ce6c5218 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f7133e277f475723bd4bb3b4449865093a52cedbe80500183da3aa113d1c80 +size 255872 diff --git a/videos/chunk-000/wrist_image/episode_000400.mp4 b/videos/chunk-000/wrist_image/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f2d651b5aa5ea6622f6385a0d59887344e5169f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a059618323fc53f34e86cd92515f1dfc69805f3a1d82c7371c7961bc6b13cd9 +size 220352 diff --git a/videos/chunk-000/wrist_image/episode_000401.mp4 b/videos/chunk-000/wrist_image/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5d3738fb0f107db32c7ae2f8e5e5807c567bca4 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21745e83e90aa4b3ac0d15496c8e84fde5babb77a7eb652067ff6965cc53fdb +size 219676 diff --git a/videos/chunk-000/wrist_image/episode_000402.mp4 b/videos/chunk-000/wrist_image/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c82aa3d91bd94ba55068b4b6a3643aeb585d20f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabfcaf03aa3257ef825e85fee7c926c677486d2852e4c156cb10cdb749b823a +size 246883 diff --git a/videos/chunk-000/wrist_image/episode_000403.mp4 b/videos/chunk-000/wrist_image/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d0328e38e5dffd71504b0b908052e41bcf74ade --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae30d29f10ec5a943149d29533829c754fb9f9fa96e7de2c7f3f048969d5db1 +size 218287 diff --git a/videos/chunk-000/wrist_image/episode_000404.mp4 b/videos/chunk-000/wrist_image/episode_000404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51d499b06ba665ccbd956a0ad353cfceb520cf24 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a47209cbd1dba06a5f6a5697bd80038302fbfb6e7977854450af982b32abdc4 +size 253485 diff --git a/videos/chunk-000/wrist_image/episode_000405.mp4 b/videos/chunk-000/wrist_image/episode_000405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5016d020b1a2e15171883164e6aa89a30b5b098 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05b6f506118bbd1dc71553dad118e2e0f901ec2248405fdc2f944a2e324391a +size 210563 diff --git a/videos/chunk-000/wrist_image/episode_000406.mp4 b/videos/chunk-000/wrist_image/episode_000406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2888482bdf58af95210ef4799f10102d55380fac --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c9f15255bcd3b204073ec5687ecc405240596bcaaf2b50dee0b9c7159944e2 +size 235025 diff --git a/videos/chunk-000/wrist_image/episode_000407.mp4 b/videos/chunk-000/wrist_image/episode_000407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bef0379f9621069e837ca9003df70d63e4ad8a34 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2941fd097404a787ae495cca0c6386a6156834eeec1fbc2285be76071b346e +size 299575 diff --git a/videos/chunk-000/wrist_image/episode_000408.mp4 b/videos/chunk-000/wrist_image/episode_000408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df2e85d387074e805d4c7b2d7a94f17fdb0897d5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7671270c276d0bae32d1ae0ec97f014d0ba4ff513ff6400bf336c74471e31e4 +size 226738 diff --git a/videos/chunk-000/wrist_image/episode_000409.mp4 b/videos/chunk-000/wrist_image/episode_000409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..282d66b7f2de3a0ddd27ceee49a8f766262a1b35 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc09d8d552231fae53d4e7b63ccb711ae1e76079eea56f03f128c9d60c5ed6c +size 229748 diff --git a/videos/chunk-000/wrist_image/episode_000410.mp4 b/videos/chunk-000/wrist_image/episode_000410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e71fd0c69001e103516fcee3ca8251a6ad77153 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fe23c464a36dfaf96d30a225c9914fed12d81569c7dc76d8492d1f6b5f6e87 +size 233295 diff --git a/videos/chunk-000/wrist_image/episode_000411.mp4 b/videos/chunk-000/wrist_image/episode_000411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71b6bf9d004d18f4d06c1fc8d92af2b26356a960 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df37c1fc26068e10b396cba9659a4552863165c1ffb1e192ea191d4ae5bfed95 +size 252347 diff --git a/videos/chunk-000/wrist_image/episode_000412.mp4 b/videos/chunk-000/wrist_image/episode_000412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84fdfdbdd45868610b52bf8f675cffd4405bc3a0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c405cac73b472f053e3afb4dccad67608883e43cf972be7248b2bacb8b0b2fc +size 226668 diff --git a/videos/chunk-000/wrist_image/episode_000413.mp4 b/videos/chunk-000/wrist_image/episode_000413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3af5efcf0654ed7ea4b1002755ce18115d4e3048 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4993034c2321549f48d24b969e3c3c73bfe1953a63294b81445b4ff0471ce961 +size 209851 diff --git a/videos/chunk-000/wrist_image/episode_000414.mp4 b/videos/chunk-000/wrist_image/episode_000414.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2f09362c3fde0f862aa5a3d6e485c747d4fdbb7 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000414.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260499b2b21053c9c03d2605839ec63e3f7e506d015a69560bf13d42ff073578 +size 197018 diff --git a/videos/chunk-000/wrist_image/episode_000415.mp4 b/videos/chunk-000/wrist_image/episode_000415.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4432aa2fecdd9d3d80c48bdbd6daf90444decca --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000415.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec003674ac526282bdfed9f184cb4cce9662d1aa2fdb10fe384975df5f130ddb +size 220879 diff --git a/videos/chunk-000/wrist_image/episode_000416.mp4 b/videos/chunk-000/wrist_image/episode_000416.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04b01575e1baf3db4154010a1a461b817c581feb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000416.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa7b680e8728fa64072da63f1f098d8830acb1a066c9936d3fd105c0cd8e28c +size 230204 diff --git a/videos/chunk-000/wrist_image/episode_000417.mp4 b/videos/chunk-000/wrist_image/episode_000417.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..890dd4a020a5a7ad26560339450d49f24953d6e5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000417.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa72dc02e5ea0c70e5efe5123dfa10f0b6e5fcc970de6b85f1f98781fd70df9e +size 289609 diff --git a/videos/chunk-000/wrist_image/episode_000418.mp4 b/videos/chunk-000/wrist_image/episode_000418.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d35798ad3a4812d0a4383e3d4f2f81512383d7b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000418.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d425ee53f978d2e6c1b076c400d958f563cae57d80167d4b16305e13641520 +size 261113 diff --git a/videos/chunk-000/wrist_image/episode_000419.mp4 b/videos/chunk-000/wrist_image/episode_000419.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fba7eacb1b34b889f4d1cb8eb1939da1c2a4348 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000419.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd0d6ee2b525ce1a0c41c3fc1ac50796903d06201c41b62f587ca86791bbc15 +size 270860 diff --git a/videos/chunk-000/wrist_image/episode_000420.mp4 b/videos/chunk-000/wrist_image/episode_000420.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..176ae0e9c1597160514f2ec6791c3dc0f7feafe0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000420.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a6d8be2116718421ac5ace6cc0407fd21563735c331a99f4c0e44a021636f6 +size 563347 diff --git a/videos/chunk-000/wrist_image/episode_000421.mp4 b/videos/chunk-000/wrist_image/episode_000421.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de0486b22c94d7c8d373d748619514c070742ff6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000421.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a069dec613d8c27b3eec20b146404076b4f85f3adae11d1237e98df0f8a0d6 +size 374181 diff --git a/videos/chunk-000/wrist_image/episode_000422.mp4 b/videos/chunk-000/wrist_image/episode_000422.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d5fa7d36972fd63fa891827fb4147782f870d7d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000422.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f1093377b1824c010128d6b392a5f77ddb7882056144cd1573cb6666a7d1ba +size 383055 diff --git a/videos/chunk-000/wrist_image/episode_000423.mp4 b/videos/chunk-000/wrist_image/episode_000423.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4be00e7c97eec4129fbb02306cf267fe99e5ca25 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000423.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea1bb8e88e40f2f2acf4333cbdc871fd0e23b5d3a67fa5479947edea5617974 +size 472310 diff --git a/videos/chunk-000/wrist_image/episode_000424.mp4 b/videos/chunk-000/wrist_image/episode_000424.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bb6ccc8ebac622428e73d91267d988100dfa2ae --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000424.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d152b1df7cffa1f2134e7c070b62aca3bc2644aa973f0c64f07c0ead0275b1d5 +size 430799 diff --git a/videos/chunk-000/wrist_image/episode_000425.mp4 b/videos/chunk-000/wrist_image/episode_000425.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7faaaeaeb2ce6fa7394da8213c4cc5c3bcb2b93 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000425.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44d89971312484512dc3c8ccd8f972958f06a140e2f99fbda9b1fa15cc1174d +size 354787 diff --git a/videos/chunk-000/wrist_image/episode_000426.mp4 b/videos/chunk-000/wrist_image/episode_000426.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9601a2a597f0a996e53b9394f099c485e30b61e6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000426.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0352d1c482975b4d3b70577ea3bab33aabb62bf45a2a96d679096123f3b729 +size 380230 diff --git a/videos/chunk-000/wrist_image/episode_000427.mp4 b/videos/chunk-000/wrist_image/episode_000427.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3706391582d0345d6f27a89c77307a183314fc5c --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000427.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b710f9d5bd26a5d3695026e69bcb9aabc9688bb6e83b50340564f52649105e60 +size 291261 diff --git a/videos/chunk-000/wrist_image/episode_000428.mp4 b/videos/chunk-000/wrist_image/episode_000428.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04c9853f81b5b6be1c3d1c56a9177e231f6abd15 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000428.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec3175aa4751c064ac6a1ec28e5e79c8b37f89e9199e6580b42b1a5ad33520a +size 387803 diff --git a/videos/chunk-000/wrist_image/episode_000429.mp4 b/videos/chunk-000/wrist_image/episode_000429.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d9ac160acedade1930ee3129ac62b3b3107d9d3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000429.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3199996e327711b4c6e00d63a2d56ceed0636c03f32a143c2d827f06ea328219 +size 263811 diff --git a/videos/chunk-000/wrist_image/episode_000430.mp4 b/videos/chunk-000/wrist_image/episode_000430.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd95325fd216539bdfef14662b162159247017e1 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000430.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c840a8ab6d36392548d8a99b0ed3eccb484854d27efd66ec8a1df0fee541fa77 +size 272957 diff --git a/videos/chunk-000/wrist_image/episode_000431.mp4 b/videos/chunk-000/wrist_image/episode_000431.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ad1d2a2d33c197e1660f17512173745a941db70 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000431.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b418c6992c59252c619ea69774331dd91fd61ba5e04f5787f9dbb9e74895b3 +size 267537 diff --git a/videos/chunk-000/wrist_image/episode_000432.mp4 b/videos/chunk-000/wrist_image/episode_000432.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..049b64c67e9a9a2a3e0c0dfd6362adecd6de35f3 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000432.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7049609c46ae520f0c09c99f5df3c8f9e2d38dfed736897200655661004eae5d +size 379713 diff --git a/videos/chunk-000/wrist_image/episode_000433.mp4 b/videos/chunk-000/wrist_image/episode_000433.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f86676f5e3533e73fdc42c23705a3b06389c66e2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000433.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5902d71417b9c1641fe4ec7dd96a065f950b8056d984356a276586f6eee422c +size 412057 diff --git a/videos/chunk-000/wrist_image/episode_000434.mp4 b/videos/chunk-000/wrist_image/episode_000434.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5477280dd7b0fa43aa9355bc02079756790aeea9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000434.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcfe5b7a9638e1653fd269f28bd2b24f2282a33715a3296d1f62cfa9eaec621 +size 396589 diff --git a/videos/chunk-000/wrist_image/episode_000435.mp4 b/videos/chunk-000/wrist_image/episode_000435.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5a5f81224b7d799b0f21e8d2d5942be30fcba59 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000435.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e7c9dad4ddaec82dad28201cc8f6ba1884890d4362f89335d1c0eb64ed0694 +size 514368 diff --git a/videos/chunk-000/wrist_image/episode_000436.mp4 b/videos/chunk-000/wrist_image/episode_000436.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3968f36e8baafa8b04d417ec53386a4ed7a4a1ef --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000436.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd8e55d6814840c41cf36c496bbbb4c85540c6bead33193cf657baa8ec69a68 +size 407619 diff --git a/videos/chunk-000/wrist_image/episode_000437.mp4 b/videos/chunk-000/wrist_image/episode_000437.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80ca679278d9d65d45638b80e4602c853fb814b5 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000437.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b19ad49bb14e7cfdd22f923453088186e5bdc852e540173bb0609911f7d92d +size 434872 diff --git a/videos/chunk-000/wrist_image/episode_000438.mp4 b/videos/chunk-000/wrist_image/episode_000438.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db132002f613569950f48d997731363e5f505616 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000438.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b71e20a994f7a92390cf1ddce098ce36ae7a78fd622758f158b344da96c97e +size 204529 diff --git a/videos/chunk-000/wrist_image/episode_000439.mp4 b/videos/chunk-000/wrist_image/episode_000439.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..457143c9e846107fb17d74178ada0e39e7c7d0d9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000439.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73aa72589c6cc2c27c7fc91abf2f13576faa8590df32456affbc8d65aaf5da1b +size 182320 diff --git a/videos/chunk-000/wrist_image/episode_000440.mp4 b/videos/chunk-000/wrist_image/episode_000440.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0924b1d0e2c9b004013e233bd72f1f4b74351d6 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000440.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e911f8e9a11fcdf0fd39a976d825a692e3f6ae25a388c4b1b19063df8e789086 +size 226870 diff --git a/videos/chunk-000/wrist_image/episode_000441.mp4 b/videos/chunk-000/wrist_image/episode_000441.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f11e3864f9d4b9be4ecc97045388921f1647134f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000441.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89185840bb40c5dd54330ebc5e4cd9ae7ce9cfc1c29e159039a28e2c4adfc140 +size 199402 diff --git a/videos/chunk-000/wrist_image/episode_000442.mp4 b/videos/chunk-000/wrist_image/episode_000442.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2f465104ebb1861e08f820c256b8c2f94e3ba27 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000442.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1e24dbb14bae3063733a09a359b7523d7b071e50f600d732aa77df5663df4f +size 343144 diff --git a/videos/chunk-000/wrist_image/episode_000443.mp4 b/videos/chunk-000/wrist_image/episode_000443.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a655b66e3d2f1f44bbb842ff653d855c053cc00 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000443.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2751106a662890eb8c568be5b586e40e166e87cce8aa168cb217c0e844031995 +size 323210 diff --git a/videos/chunk-000/wrist_image/episode_000444.mp4 b/videos/chunk-000/wrist_image/episode_000444.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a510f83298cea5b223ddfcb9f2d20562f31802b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000444.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287f6d54783e9baa51d834341edbcd21fa8cb622db8447565d1ee08bb7c9d18a +size 304644 diff --git a/videos/chunk-000/wrist_image/episode_000445.mp4 b/videos/chunk-000/wrist_image/episode_000445.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04228096f5d658146e283a75d67fb1814be2ee95 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000445.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3865abd85da514d968fa83a8cc483e02374a760d5b90790d6dbd0ec240a25099 +size 370061 diff --git a/videos/chunk-000/wrist_image/episode_000446.mp4 b/videos/chunk-000/wrist_image/episode_000446.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c85b8729f2a466acec37b6fd8576ad755bcd1117 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000446.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f5c37b9860196d4786d79b263df922151c23317b39dc28f7abb21fcaf5ab95 +size 463245 diff --git a/videos/chunk-000/wrist_image/episode_000447.mp4 b/videos/chunk-000/wrist_image/episode_000447.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d6ca8f65c94e034477856df417a62e336132821 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000447.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457ff3833cf620c9ecd42029cc2ffe938509c9535362b3bd79dbaceb0d254b8a +size 380516 diff --git a/videos/chunk-000/wrist_image/episode_000448.mp4 b/videos/chunk-000/wrist_image/episode_000448.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85239d8418ef5ea576c79a51b5b2d09e6d9cf200 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000448.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0642191912ba93821ef087d081b68921e6da18515d4e85ef1297b5b8ca3649df +size 394176 diff --git a/videos/chunk-000/wrist_image/episode_000449.mp4 b/videos/chunk-000/wrist_image/episode_000449.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95ce5ee7be752fdb19c7cecfa6f658773ebd8401 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000449.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f653889efe3a88063b2d564e8cf0b469c5dd80766c47ac70f97349149613d8c5 +size 294009 diff --git a/videos/chunk-000/wrist_image/episode_000450.mp4 b/videos/chunk-000/wrist_image/episode_000450.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03fdd751690aabde5603f0cfd5593b50c662a87a --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000450.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ba60d7035627fb70c3c297cee59eab4490489cdedb801f014d82a806ccb1d6 +size 211494 diff --git a/videos/chunk-000/wrist_image/episode_000451.mp4 b/videos/chunk-000/wrist_image/episode_000451.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5399bf6fd9cd75794d6481008d57fdcffceba194 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000451.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13821ecf1a9bfe4557782c64bd6f78394249be408c780e7659121bb9f745b295 +size 182931 diff --git a/videos/chunk-000/wrist_image/episode_000452.mp4 b/videos/chunk-000/wrist_image/episode_000452.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6707a8c30cc178ecabe3898e00418c1dbdb84c4e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000452.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af49e3f1fb4aa63d0bbb8ad5ca2b0573c11c2e24780bff09ee4d9c49979bdbea +size 287432 diff --git a/videos/chunk-000/wrist_image/episode_000453.mp4 b/videos/chunk-000/wrist_image/episode_000453.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a431a2da63d04658af1e616b420f57a94b532488 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000453.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eadf29ef4ca8cc1d462b46194163a1ccb21a7a7afa2af3b03bed9c8f963e2a5 +size 228977 diff --git a/videos/chunk-000/wrist_image/episode_000454.mp4 b/videos/chunk-000/wrist_image/episode_000454.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aed386e64ed8f4aa2afca2ad2ffaa9d81206b85 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000454.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440761ae61c65d262202cf1eeb65574b73ce11391b5aed1a077d7f57a49e63c4 +size 290963 diff --git a/videos/chunk-000/wrist_image/episode_000455.mp4 b/videos/chunk-000/wrist_image/episode_000455.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..383bd4e503692d2328e090d504bc09b56375c421 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000455.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfeb18de60b15d6cb1d9eddbe3597bd19a740a47a18bf5592df3fdaa3b64dd8b +size 261804 diff --git a/videos/chunk-000/wrist_image/episode_000456.mp4 b/videos/chunk-000/wrist_image/episode_000456.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..079a8bb854aee10382c9aa529ab446c9ae0c6c01 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000456.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125dc6cb53c0e881f9949c7b6139ecda30b5e1f2d9e19ada01ced02dc05b6c8c +size 239688 diff --git a/videos/chunk-000/wrist_image/episode_000457.mp4 b/videos/chunk-000/wrist_image/episode_000457.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5302b1298f502851e05a66af0200b5ed618be6fb --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000457.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a857c6c5ebad426db2abdfd29a225d598b5ae33016bba70d9d02964cfa8092b9 +size 235482 diff --git a/videos/chunk-000/wrist_image/episode_000458.mp4 b/videos/chunk-000/wrist_image/episode_000458.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b96d7fe5c9c81dfe5a21b72f99881900490b0175 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000458.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c119a6102c94fe85081e80d1c7e3712fb0c963536402c8093a783183fa3cc387 +size 284972 diff --git a/videos/chunk-000/wrist_image/episode_000459.mp4 b/videos/chunk-000/wrist_image/episode_000459.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67fed463be668bcf46117d723b4f3751081d4f4e --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000459.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55488eac92bb98fb08c4ff3d062d4aec102ac037024dbac1f18b2e60df9e3537 +size 264249 diff --git a/videos/chunk-000/wrist_image/episode_000460.mp4 b/videos/chunk-000/wrist_image/episode_000460.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b33d7ef13708b4f8c62ab91535196f6e77e296d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000460.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c7dc4bfc5dd1b16bb353c50f04a16380e3f74d0d7681d972288490efcab175 +size 385607 diff --git a/videos/chunk-000/wrist_image/episode_000461.mp4 b/videos/chunk-000/wrist_image/episode_000461.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..058fae4914a97415d45c2c27f40c92b0a17886dd --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000461.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035224667a65e1d370b4f1990f3948711f8e45ffbd39bed3a7afb5b022dd2879 +size 364142 diff --git a/videos/chunk-000/wrist_image/episode_000462.mp4 b/videos/chunk-000/wrist_image/episode_000462.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5da006297c0c31f3551dba3525b15014e0a77ccc --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000462.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6981f16bf63337d60b71a5694cf28b032eb9fc3a920438c85bc7ea91febdab +size 280081 diff --git a/videos/chunk-000/wrist_image/episode_000463.mp4 b/videos/chunk-000/wrist_image/episode_000463.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ffcfebacd7131b97c6cc41d1dd90f9d42cd867d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000463.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800fe88fcc68443711e768f5835b675f1e00c1536b4522a96025d7ef56d3c7df +size 261306 diff --git a/videos/chunk-000/wrist_image/episode_000464.mp4 b/videos/chunk-000/wrist_image/episode_000464.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d9c753d6194f004cebed645cbd7bba057b6ec00 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000464.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487388f25501655a2e3d66947a58c8737d6c423b1f209eaf52200403db426be2 +size 360900 diff --git a/videos/chunk-000/wrist_image/episode_000465.mp4 b/videos/chunk-000/wrist_image/episode_000465.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50956ce834a1a57a56898a6e6618d7e35c7a1d00 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000465.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e13c380ecf544e6c11079d5ddf051213e7729bc2588af5d5cf8d1adf70627a +size 262589 diff --git a/videos/chunk-000/wrist_image/episode_000466.mp4 b/videos/chunk-000/wrist_image/episode_000466.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e59ab3ed8f8afc10331ac88b04ebf30db72f328 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000466.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea775bcd78a5cbe8aa7aeb61ef4747611f8e011538759b8f4f1895d96c359a96 +size 298179 diff --git a/videos/chunk-000/wrist_image/episode_000467.mp4 b/videos/chunk-000/wrist_image/episode_000467.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e3a6dc5237deabac4f9238dc99a3bf635852608 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000467.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b40e67f85d443d28351ba6fe132d84ed3a77fb73cd590c1d31d3c71a39bc77b +size 246820 diff --git a/videos/chunk-000/wrist_image/episode_000468.mp4 b/videos/chunk-000/wrist_image/episode_000468.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14ace741adab9f454f4f7b229203fc3bc94570a2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000468.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e9034503e88e32d43f9002bbe8c78da1fb81015edf116cc3f1e1325dcb541d +size 277744 diff --git a/videos/chunk-000/wrist_image/episode_000469.mp4 b/videos/chunk-000/wrist_image/episode_000469.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..996c1e1b3d162bf4fce282cb04ba98425773daef --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000469.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99bbf630eaeb861adf01d1a372544d7e1f81f12786c665f8a878b109972cb03 +size 283782 diff --git a/videos/chunk-000/wrist_image/episode_000470.mp4 b/videos/chunk-000/wrist_image/episode_000470.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..437c54ed03f9807d4ed356338b3103947dec3980 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000470.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a4a27622d928d0e86bd4f8a1b025f2e7e0e7f3b6183a054f42e56f69b9f29d +size 280178 diff --git a/videos/chunk-000/wrist_image/episode_000471.mp4 b/videos/chunk-000/wrist_image/episode_000471.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53d00dd654a03c20a23e95c22e0e6c30d9fd298d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000471.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e588f04377f1283b72eb6829becca092f8bcf17fcbe71ff8e19ffa7b4917b7 +size 331045 diff --git a/videos/chunk-000/wrist_image/episode_000472.mp4 b/videos/chunk-000/wrist_image/episode_000472.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe1d61046d0154411ea3292b87290136cf73edf2 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000472.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89dcf01304c6651101f7c68aa6869be1c41c86811b27e0fe3e3f87b6beead96 +size 292713 diff --git a/videos/chunk-000/wrist_image/episode_000473.mp4 b/videos/chunk-000/wrist_image/episode_000473.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaed64230115c3e9a76863585745d32b684fe358 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000473.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fd6d73e0630fe1f5780997298540a14353fcf56f1f67c927318e030099a7a3 +size 287596 diff --git a/videos/chunk-000/wrist_image/episode_000474.mp4 b/videos/chunk-000/wrist_image/episode_000474.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51f3c90fcde30bfa895bc7ab010d1017b05a82a9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000474.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62861ccfc920676d691e14ffd7569416c79d9bbe8af9911cebfd277690d5ece6 +size 307187 diff --git a/videos/chunk-000/wrist_image/episode_000475.mp4 b/videos/chunk-000/wrist_image/episode_000475.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9997cf7f6740245aa20b81ea5c85b08c26f61b18 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000475.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94c758625f2f103cdaef10290c936aeb3731d7e9a1390d35dbcdc983a6cee9c +size 289587 diff --git a/videos/chunk-000/wrist_image/episode_000476.mp4 b/videos/chunk-000/wrist_image/episode_000476.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eba6fb8b68ccdf6c98481d8eeb9a4ebd16c1c54 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000476.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e374c33783c7660955150a98ca5d5e4592120e9d2ace1d1ebda1f15851960f +size 251567 diff --git a/videos/chunk-000/wrist_image/episode_000477.mp4 b/videos/chunk-000/wrist_image/episode_000477.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90b5fe29338bcf98da2646ce8e83a8aabc2ba712 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000477.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd4e952f7a84bfdfcc7c04b400cd3014d475ff700644c792f3af136ec20fdb5 +size 284596 diff --git a/videos/chunk-000/wrist_image/episode_000478.mp4 b/videos/chunk-000/wrist_image/episode_000478.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d43531a2a9e1fbae700531dfbe9a864b1dff46d --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000478.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03163e14ad2b013bda70faa2ac0f088886c6a167dccc79c194f7fd860ff5679d +size 257051 diff --git a/videos/chunk-000/wrist_image/episode_000479.mp4 b/videos/chunk-000/wrist_image/episode_000479.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa8a19f138c6f265dc1c7520fc7cf0417bdf788b --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000479.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06272b61e4349c64b7c750b342a82d30bb477c3f12944bd8a9d441351f63a6b7 +size 273483 diff --git a/videos/chunk-000/wrist_image/episode_000480.mp4 b/videos/chunk-000/wrist_image/episode_000480.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3de11a44f2eb5190eb452263bda2a7d675b483f4 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000480.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35414abc595be47389a8412748df9d7bb016fdc2eaf3d7a39d49777ab123d44b +size 295504 diff --git a/videos/chunk-000/wrist_image/episode_000481.mp4 b/videos/chunk-000/wrist_image/episode_000481.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04300a2eefb419f411e468951ec553ff5d8c9754 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000481.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19493d7ebee95248b0f123e7683a14083267a271854abfa56be9b9fff44f7b1 +size 264304 diff --git a/videos/chunk-000/wrist_image/episode_000482.mp4 b/videos/chunk-000/wrist_image/episode_000482.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcdd505b77ef0e5c782838b2009a831e535ff9be --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000482.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22683d04a3375dc15dcf5ea81056d0b10143b66cddf80e54be27cfc5a4e65289 +size 261048 diff --git a/videos/chunk-000/wrist_image/episode_000483.mp4 b/videos/chunk-000/wrist_image/episode_000483.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be37e103422364fe6388245852a12f2ec3f9dbff --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000483.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916010b609a7a469d225d68a269327e5b3b2a86cf65677bd55550452b4da6ce9 +size 278024 diff --git a/videos/chunk-000/wrist_image/episode_000484.mp4 b/videos/chunk-000/wrist_image/episode_000484.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a9584f14b6a3ea17c999779c97330fa09daf004 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000484.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062b9fc1b06e57234805765be71f243e9f8ef369acb025a75163fd9e2c8af7f2 +size 273651 diff --git a/videos/chunk-000/wrist_image/episode_000485.mp4 b/videos/chunk-000/wrist_image/episode_000485.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8c245e7639cfc1e8680232822be3cb0e31aaabc --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000485.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b947b056f3ca86ecd39c596c0a7e4ae75ad523c3838236642ef46174aa196064 +size 308325 diff --git a/videos/chunk-000/wrist_image/episode_000486.mp4 b/videos/chunk-000/wrist_image/episode_000486.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1d46199a22df60e8d8bfb926348876942849097 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000486.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946a13582ae721a3b3b2769caa8d443873b93bde6e98a2cea9252bc458b0bc2f +size 216114 diff --git a/videos/chunk-000/wrist_image/episode_000487.mp4 b/videos/chunk-000/wrist_image/episode_000487.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76ccc6c600c0652425a1bd9028d997aa947703fd --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000487.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd97646f72a6dd6da50d33af76dc0c2176cda9fc46b66df62456c9827488553 +size 217493 diff --git a/videos/chunk-000/wrist_image/episode_000488.mp4 b/videos/chunk-000/wrist_image/episode_000488.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9740efa798b6e387b2adccfe2b9e50184ef62d36 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000488.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191fca0c855d999cb7398983e61fda2013c80ab71b02a3090eec220dd76c12b1 +size 253494 diff --git a/videos/chunk-000/wrist_image/episode_000489.mp4 b/videos/chunk-000/wrist_image/episode_000489.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1fbed71a16d347aa95e70ead8e21f10ed8d6553 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000489.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd147861278a8eb163522525cf0dc822cf61f5cbd805cb9aa3f73273390dde9 +size 263452 diff --git a/videos/chunk-000/wrist_image/episode_000490.mp4 b/videos/chunk-000/wrist_image/episode_000490.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7bcfe08c265fc4de95dc513b3bca551c38a9124 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000490.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c3273d3c6aa8b0f38c755aeba3869f48ecd23e518b5800f79d15a3057ee8df +size 348182 diff --git a/videos/chunk-000/wrist_image/episode_000491.mp4 b/videos/chunk-000/wrist_image/episode_000491.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2015fbf0eee927c4203e51b420942a118c9d82ef --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000491.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa5f05e796045a78c184c9e00cba3f0680f8eb188c43159ed0b5b3352e478f1 +size 427179 diff --git a/videos/chunk-000/wrist_image/episode_000492.mp4 b/videos/chunk-000/wrist_image/episode_000492.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a7b29cf2e015456aacc62c5d47e30fee9f41ba9 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000492.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2442e8a83a6a67407732215e7b98a5eb8a8c6dc4ef0110eafa31079694586472 +size 456053 diff --git a/videos/chunk-000/wrist_image/episode_000493.mp4 b/videos/chunk-000/wrist_image/episode_000493.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b84d1c07a129b8ce6648a5c7e9116ab0f455bab8 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000493.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5995c0e2999585d02b324a45496c5ecae1f21cfedab9ffe5d3f848eafa9875c +size 376086 diff --git a/videos/chunk-000/wrist_image/episode_000494.mp4 b/videos/chunk-000/wrist_image/episode_000494.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..163a478b1c6ed88a5bca9bd2f4f68fd27448c16f --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000494.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719c2b575fadb96f49e67ccff3f2683062b5abe191486b23a7c68eac8cb160a0 +size 308674 diff --git a/videos/chunk-000/wrist_image/episode_000495.mp4 b/videos/chunk-000/wrist_image/episode_000495.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc87e1d7a0baa3d8b0d1ec90417d871b141bc390 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000495.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c980477f63b38eee4618cdc324f1abfcdec76603f817f5139706b3ac872c54 +size 301999 diff --git a/videos/chunk-000/wrist_image/episode_000496.mp4 b/videos/chunk-000/wrist_image/episode_000496.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be16d0f224f697a402ea4bedb21cc4968346d069 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000496.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7102889979af559809d963b4738d57fab930e39d5f36b48dbc23cf942af8ddd6 +size 286511 diff --git a/videos/chunk-000/wrist_image/episode_000497.mp4 b/videos/chunk-000/wrist_image/episode_000497.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08000dd6fc40433c030ca675ef80e2c0f168c8f4 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000497.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e581b8d8c1c019f024f474669ceec02bea99e762aa21b13b684344705a965aa1 +size 309117 diff --git a/videos/chunk-000/wrist_image/episode_000498.mp4 b/videos/chunk-000/wrist_image/episode_000498.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a4f6dcc69988bdfabef0e6ba13d09fa46e9bbf0 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000498.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ea8c1db10f4f5c9aa2bdd6e7534e1e1c5dc563b5072026e4e82b6026467ab0 +size 240430 diff --git a/videos/chunk-000/wrist_image/episode_000499.mp4 b/videos/chunk-000/wrist_image/episode_000499.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c3d8b4f1727c50eddec7af94de2f3df84e8f455 --- /dev/null +++ b/videos/chunk-000/wrist_image/episode_000499.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c423ecc484b05c8911a63046deb0081c001955b30700b89fae724932ea3f617 +size 238140